/* gold.css — יוקרה, עושר, פרמיום */
:root {
  --radius: 16px;
  --btn-radius: 50px;
  --shadow: 0 4px 28px rgba(202, 138, 4, 0.12);
  --font-weight-heading: 800;
  --spacing-section: 6rem;
  --letter-spacing: -0.01em;
  --card-bg: #fffdf5;
  --card-border: rgba(202, 138, 4, 0.14);
  --bg: #fefce8;
  --bg-alt: #fef9c3;
  --text: #1a1200;
  --text-muted: #92400e;
  --hero-overlay: linear-gradient(135deg, rgba(20,14,0,0.9) 0%, rgba(45,32,5,0.55) 60%, transparent 100%);
  --hero-height: 92vh;
  --heading-transform: none;
  --btn-padding: 1.1rem 2.8rem;
  --btn-font-size: 1.05rem;
  --section-title-size: 2.6rem;
  --card-hover-scale: 1.03;
}
