/* ==========================================================================
   SCHOKOLADENGLÜCK — Designsystem
   Premium-Geschenkmarke · Schweizer Schokolade · Prelaunch
   ========================================================================== */

@import url('https://fonts.googleapis.com/css2?family=Fraunces:ital,opsz,wght@0,9..144,400;0,9..144,500;0,9..144,600;1,9..144,500&family=Karla:wght@400;500;600;700&display=swap');

/* ----------------------------------------------------------------------
   1. DESIGN TOKENS
   ---------------------------------------------------------------------- */
:root {
  /* Farben */
  --color-bordeaux: #6d1f2e;
  --color-bordeaux-dark: #4a1420;
  --color-bordeaux-tint: #f3e6e7;
  --color-gold: #b68a4e;
  --color-gold-light: #d9b783;
  --color-gold-tint: #f3e9d8;
  --color-cream: #f6f0e6;
  --color-chocolate: #3b2415;
  --color-chocolate-soft: #5c4033;
  --color-warm-white: #fffaf3;
  --color-muted-rose: #d8a8a3;
  --color-text: #2a1a12;
  --color-text-soft: #6b5647;
  --color-border: #e4d5bf;
  --color-success: #4a6b4d;
  --color-white: #ffffff;

  /* Typografie */
  --font-display: 'Fraunces', 'Iowan Old Style', 'Palatino Linotype', Georgia, serif;
  --font-body: 'Karla', 'Segoe UI', system-ui, -apple-system, sans-serif;

  --fs-xs: 0.8rem;
  --fs-sm: 0.9rem;
  --fs-base: 1rem;
  --fs-md: 1.15rem;
  --fs-lg: 1.4rem;
  --fs-xl: 1.9rem;
  --fs-2xl: 2.6rem;
  --fs-3xl: 3.4rem;

  /* Abstände */
  --space-xs: 0.5rem;
  --space-sm: 1rem;
  --space-md: 1.75rem;
  --space-lg: 3rem;
  --space-xl: 5rem;
  --space-2xl: 7.5rem;

  /* Sonstiges */
  --radius-sm: 6px;
  --radius-md: 14px;
  --radius-lg: 28px;
  --shadow-soft: 0 12px 32px rgba(59, 36, 21, 0.08);
  --shadow-card: 0 8px 24px rgba(59, 36, 21, 0.10);
  --shadow-lift: 0 20px 44px rgba(59, 36, 21, 0.16);
  --max-width: 1180px;
  --transition: 220ms ease;
}

/* ----------------------------------------------------------------------
   2. RESET & BASICS
   ---------------------------------------------------------------------- */
*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; }

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
  }
}

body {
  margin: 0;
  font-family: var(--font-body);
  font-size: var(--fs-base);
  line-height: 1.65;
  color: var(--color-text);
  background: var(--color-warm-white);
  -webkit-font-smoothing: antialiased;
}

img { max-width: 100%; display: block; }

a {
  color: var(--color-bordeaux);
  text-decoration: none;
}
a:hover { color: var(--color-bordeaux-dark); }

h1, h2, h3, h4 {
  font-family: var(--font-display);
  font-weight: 500;
  color: var(--color-chocolate);
  line-height: 1.18;
  margin: 0 0 var(--space-sm);
}

h1 { font-size: var(--fs-3xl); font-weight: 500; }
h2 { font-size: var(--fs-2xl); }
h3 { font-size: var(--fs-lg); }
h4 { font-size: var(--fs-md); font-family: var(--font-body); font-weight: 700; }

p { margin: 0 0 var(--space-sm); color: var(--color-text-soft); }
p.lead { font-size: var(--fs-md); color: var(--color-text); }

ul, ol { padding-left: 1.2rem; color: var(--color-text-soft); }
li { margin-bottom: 0.4rem; }

:focus-visible {
  outline: 3px solid var(--color-gold);
  outline-offset: 2px;
  border-radius: 2px;
}

.container {
  max-width: var(--max-width);
  margin: 0 auto;
  padding: 0 var(--space-md);
}

.section {
  padding: var(--space-xl) 0;
}
.section--tight { padding: var(--space-lg) 0; }
.section--bordeaux {
  background: var(--color-bordeaux);
  color: var(--color-warm-white);
}
.section--bordeaux h2, .section--bordeaux h3 { color: var(--color-warm-white); }
.section--bordeaux p { color: rgba(255,250,243,0.82); }
.section--cream { background: var(--color-cream); }
.section--chocolate {
  background: var(--color-chocolate);
  color: var(--color-cream);
}
.section--chocolate h2, .section--chocolate h3 { color: var(--color-warm-white); }
.section--chocolate p { color: rgba(246,240,230,0.78); }

.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  font-family: var(--font-body);
  font-size: var(--fs-xs);
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--color-gold);
  font-weight: 700;
  margin-bottom: var(--space-xs);
}
.eyebrow::before {
  content: '';
  width: 16px;
  height: 1px;
  background: var(--color-gold);
  display: inline-block;
}

.section-head {
  max-width: 640px;
  margin: 0 auto var(--space-lg);
  text-align: center;
}
.section-head--left { margin: 0 0 var(--space-lg); text-align: left; }

/* ----------------------------------------------------------------------
   3. SIEGEL — Signatur-Element (Wachssiegel-Motiv)
   ---------------------------------------------------------------------- */
.siegel {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 1em;
  height: 1em;
  flex-shrink: 0;
}
.siegel svg { width: 100%; height: 100%; }

.siegel-list { list-style: none; padding: 0; }
.siegel-list li {
  display: flex;
  align-items: flex-start;
  gap: 0.7rem;
  margin-bottom: 0.7rem;
}
.siegel-list .siegel {
  width: 1.15rem;
  height: 1.15rem;
  margin-top: 0.2rem;
  color: var(--color-gold);
}

/* ----------------------------------------------------------------------
   4. BUTTONS
   ---------------------------------------------------------------------- */
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  font-family: var(--font-body);
  font-weight: 700;
  font-size: var(--fs-sm);
  letter-spacing: 0.01em;
  padding: 0.85rem 1.7rem;
  border-radius: var(--radius-sm);
  border: 1.5px solid transparent;
  cursor: pointer;
  transition: transform var(--transition), box-shadow var(--transition), background var(--transition), color var(--transition), border-color var(--transition);
  text-align: center;
  white-space: nowrap;
}
.btn:hover { transform: translateY(-1px); }
.btn:active { transform: translateY(0); }

.btn--primary {
  background: var(--color-bordeaux);
  color: var(--color-warm-white);
  box-shadow: var(--shadow-card);
}
.btn--primary:hover { background: var(--color-bordeaux-dark); color: var(--color-warm-white); }

.btn--gold {
  background: var(--color-gold);
  color: var(--color-chocolate);
}
.btn--gold:hover { background: var(--color-gold-light); color: var(--color-chocolate); }

.btn--outline {
  background: transparent;
  border-color: currentColor;
  color: var(--color-bordeaux);
}
.btn--outline:hover { background: var(--color-bordeaux); color: var(--color-warm-white); }

.section--bordeaux .btn--outline,
.section--chocolate .btn--outline {
  color: var(--color-warm-white);
}
.section--bordeaux .btn--outline:hover,
.section--chocolate .btn--outline:hover {
  background: var(--color-warm-white);
  color: var(--color-bordeaux);
}

.btn--ghost {
  background: transparent;
  color: var(--color-text);
  border-color: var(--color-border);
}
.btn--ghost:hover { border-color: var(--color-bordeaux); color: var(--color-bordeaux); }

.btn--block { width: 100%; }
.btn--sm { padding: 0.6rem 1.2rem; font-size: var(--fs-xs); }

.btn-row {
  display: flex;
  flex-wrap: wrap;
  gap: 0.9rem;
  margin-top: var(--space-md);
}

/* ----------------------------------------------------------------------
   5. HEADER & NAVIGATION
   ---------------------------------------------------------------------- */
.top-banner {
  background: var(--color-chocolate);
  color: var(--color-cream);
  text-align: center;
  font-size: var(--fs-xs);
  padding: 0.5rem var(--space-sm);
  letter-spacing: 0.02em;
}
.top-banner strong { color: var(--color-gold-light); }

.site-header {
  position: sticky;
  top: 0;
  z-index: 100;
  background: rgba(255, 250, 243, 0.94);
  backdrop-filter: blur(8px);
  border-bottom: 1px solid var(--color-border);
}
.site-header .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-top: 0.9rem;
  padding-bottom: 0.9rem;
  gap: var(--space-md);
}

.logo-link {
  display: flex;
  align-items: center;
  gap: 0.6rem;
  flex-shrink: 0;
}
.logo-link .logo-mark { width: 40px; height: 40px; }
.logo-link .logo-word {
  font-family: var(--font-display);
  font-size: 1.35rem;
  color: var(--color-chocolate);
  letter-spacing: 0.01em;
}
.logo-link .logo-word em {
  font-style: italic;
  color: var(--color-bordeaux);
}

.main-nav {
  display: flex;
  align-items: center;
  gap: var(--space-md);
}
.main-nav ul {
  display: flex;
  list-style: none;
  gap: 1.6rem;
  margin: 0;
  padding: 0;
}
.main-nav a {
  font-size: var(--fs-sm);
  font-weight: 600;
  color: var(--color-text);
  position: relative;
  padding: 0.3rem 0;
}
.main-nav a:hover { color: var(--color-bordeaux); }
.main-nav a[aria-current="page"] { color: var(--color-bordeaux); }
.main-nav a[aria-current="page"]::after {
  content: '';
  position: absolute;
  left: 0; right: 0; bottom: -2px;
  height: 2px;
  background: var(--color-gold);
}

.header-cta { display: flex; align-items: center; gap: 0.6rem; }

.nav-toggle {
  display: none;
  background: none;
  border: none;
  cursor: pointer;
  width: 42px;
  height: 42px;
  padding: 8px;
  flex-direction: column;
  justify-content: center;
  gap: 5px;
}
.nav-toggle span {
  display: block;
  height: 2px;
  background: var(--color-chocolate);
  border-radius: 2px;
  transition: transform var(--transition), opacity var(--transition);
}
.nav-toggle[aria-expanded="true"] span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
.nav-toggle[aria-expanded="true"] span:nth-child(2) { opacity: 0; }
.nav-toggle[aria-expanded="true"] span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }

/* ----------------------------------------------------------------------
   6. HERO
   ---------------------------------------------------------------------- */
.hero {
  position: relative;
  padding: var(--space-2xl) 0 var(--space-xl);
  background:
    radial-gradient(ellipse at 85% -10%, rgba(182,138,78,0.16), transparent 55%),
    linear-gradient(180deg, var(--color-cream) 0%, var(--color-warm-white) 78%);
  overflow: hidden;
}
.hero .container {
  display: grid;
  grid-template-columns: 1.05fr 0.95fr;
  gap: var(--space-xl);
  align-items: center;
}
.hero h1 { font-size: var(--fs-3xl); margin-bottom: var(--space-sm); }
.hero h1 em { font-style: italic; color: var(--color-bordeaux); }
.hero p.lead { max-width: 46ch; }
.hero-visual {
  position: relative;
  aspect-ratio: 4/5;
  border-radius: var(--radius-lg);
  overflow: hidden;
}

/* ----------------------------------------------------------------------
   7. MOCKUP-VISUALS (CSS-generierte Bildplatzhalter)
   ---------------------------------------------------------------------- */
.mockup {
  position: relative;
  border-radius: var(--radius-lg);
  overflow: hidden;
  isolation: isolate;
}
.mockup::after {
  content: '';
  position: absolute;
  inset: 0;
  background-image:
    repeating-linear-gradient(120deg, rgba(255,255,255,0.05) 0 2px, transparent 2px 26px);
  mix-blend-mode: overlay;
}
.mockup-hero {
  background:
    radial-gradient(circle at 30% 20%, rgba(217,183,131,0.55), transparent 55%),
    linear-gradient(160deg, var(--color-bordeaux) 0%, var(--color-bordeaux-dark) 60%, var(--color-chocolate) 100%);
}
.mockup-box {
  background:
    radial-gradient(circle at 70% 15%, rgba(255,255,255,0.25), transparent 45%),
    linear-gradient(155deg, #7a2636 0%, var(--color-bordeaux-dark) 100%);
}
.mockup-box--rose {
  background:
    radial-gradient(circle at 25% 20%, rgba(255,255,255,0.35), transparent 45%),
    linear-gradient(155deg, var(--color-muted-rose) 0%, #b97e78 100%);
}
.mockup-box--gold {
  background:
    radial-gradient(circle at 75% 20%, rgba(255,255,255,0.35), transparent 45%),
    linear-gradient(155deg, var(--color-gold-light) 0%, var(--color-gold) 100%);
}
.mockup-box--chocolate {
  background:
    radial-gradient(circle at 40% 15%, rgba(255,255,255,0.18), transparent 45%),
    linear-gradient(155deg, #5c4033 0%, var(--color-chocolate) 100%);
}
.mockup-ribbon {
  position: absolute;
  left: 0; right: 0; top: 42%;
  height: 22%;
  background: linear-gradient(180deg, rgba(255,250,243,0.94), rgba(255,250,243,0.78));
  transform: translateY(-50%);
}
.mockup-ribbon::before {
  content: '';
  position: absolute;
  left: 50%; top: 0; bottom: 0;
  width: 22%;
  transform: translateX(-50%);
  background: linear-gradient(180deg, rgba(182,138,78,0.9), rgba(182,138,78,0.65));
}
.mockup-seal {
  position: absolute;
  left: 50%; top: 50%;
  transform: translate(-50%, -50%);
  width: 58px; height: 58px;
  border-radius: 50%;
  background: radial-gradient(circle at 35% 30%, var(--color-gold-light), var(--color-gold) 60%, #8a663a 100%);
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 6px 16px rgba(0,0,0,0.25);
}
.mockup-seal svg { width: 28px; height: 28px; color: var(--color-warm-white); }
.mockup-label {
  position: absolute;
  bottom: var(--space-sm);
  left: var(--space-sm);
  right: var(--space-sm);
  color: var(--color-warm-white);
  font-size: var(--fs-xs);
  letter-spacing: 0.06em;
  text-transform: uppercase;
  opacity: 0.85;
  z-index: 2;
}
.mockup-note {
  font-size: var(--fs-xs);
  color: var(--color-text-soft);
  margin-top: 0.5rem;
  font-style: italic;
}

/* ----------------------------------------------------------------------
   8. TRUST-LEISTE
   ---------------------------------------------------------------------- */
.trust-bar {
  border-top: 1px solid var(--color-border);
  border-bottom: 1px solid var(--color-border);
  background: var(--color-warm-white);
}
.trust-bar .container {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: var(--space-md);
  padding: var(--space-md) var(--space-md);
}
.trust-item {
  display: flex;
  align-items: center;
  gap: 0.6rem;
  font-size: var(--fs-sm);
  font-weight: 600;
  color: var(--color-chocolate-soft);
}
.trust-item .siegel { color: var(--color-gold); width: 1.3rem; height: 1.3rem; }

/* ----------------------------------------------------------------------
   9. GRIDS & CARDS
   ---------------------------------------------------------------------- */
.grid {
  display: grid;
  gap: var(--space-md);
}
.grid--3 { grid-template-columns: repeat(3, 1fr); }
.grid--4 { grid-template-columns: repeat(4, 1fr); }
.grid--2 { grid-template-columns: repeat(2, 1fr); }

.card {
  background: var(--color-white);
  border: 1px solid var(--color-border);
  border-radius: var(--radius-md);
  padding: var(--space-md);
  transition: box-shadow var(--transition), transform var(--transition);
}
.card:hover { box-shadow: var(--shadow-card); transform: translateY(-2px); }

.product-card {
  display: flex;
  flex-direction: column;
  background: var(--color-white);
  border: 1px solid var(--color-border);
  border-radius: var(--radius-md);
  overflow: hidden;
  transition: box-shadow var(--transition), transform var(--transition);
}
.product-card:hover { box-shadow: var(--shadow-lift); transform: translateY(-3px); }
.product-card .mockup { aspect-ratio: 4/3; border-radius: 0; }
.product-card-body { padding: var(--space-md); display: flex; flex-direction: column; gap: 0.5rem; flex: 1; }
.product-card-body h3 { margin-bottom: 0; }
.product-card-meta {
  font-size: var(--fs-xs);
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: var(--color-gold);
  font-weight: 700;
}
.product-card-price {
  font-family: var(--font-display);
  font-size: var(--fs-md);
  color: var(--color-bordeaux);
  margin-top: auto;
  padding-top: 0.4rem;
}
.product-card-price small {
  display: block;
  font-family: var(--font-body);
  font-size: var(--fs-xs);
  color: var(--color-text-soft);
  font-weight: 400;
}

.badge {
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
  font-size: var(--fs-xs);
  font-weight: 700;
  letter-spacing: 0.04em;
  padding: 0.3rem 0.7rem;
  border-radius: 999px;
  background: var(--color-gold-tint);
  color: #8a663a;
}
.badge--bordeaux { background: var(--color-bordeaux-tint); color: var(--color-bordeaux); }
.badge--outline { background: transparent; border: 1px solid currentColor; }

.occasion-card {
  display: block;
  text-align: center;
  padding: var(--space-md) var(--space-sm);
  border-radius: var(--radius-md);
  background: var(--color-white);
  border: 1px solid var(--color-border);
  transition: box-shadow var(--transition), transform var(--transition), border-color var(--transition);
}
.occasion-card:hover {
  box-shadow: var(--shadow-card);
  transform: translateY(-2px);
  border-color: var(--color-gold);
}
.occasion-card .siegel {
  width: 2rem; height: 2rem;
  color: var(--color-bordeaux);
  margin: 0 auto 0.7rem;
}
.occasion-card h3 { font-size: var(--fs-md); margin-bottom: 0.3rem; }
.occasion-card p { font-size: var(--fs-sm); margin-bottom: 0; }

/* ----------------------------------------------------------------------
   10. STEPS ("So funktioniert's")
   ---------------------------------------------------------------------- */
.steps {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: var(--space-lg);
  counter-reset: step;
}
.step { position: relative; padding-left: 3.6rem; }
.step::before {
  counter-increment: step;
  content: counter(step);
  position: absolute;
  left: 0; top: -0.2rem;
  width: 2.6rem; height: 2.6rem;
  border-radius: 50%;
  border: 1.5px solid var(--color-gold);
  color: var(--color-bordeaux);
  font-family: var(--font-display);
  font-size: 1.15rem;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* ----------------------------------------------------------------------
   11. NEWSLETTER / FORMS
   ---------------------------------------------------------------------- */
.form-panel {
  background: var(--color-white);
  border: 1px solid var(--color-border);
  border-radius: var(--radius-lg);
  padding: var(--space-lg);
}

.field { margin-bottom: var(--space-sm); }
.field label {
  display: block;
  font-size: var(--fs-sm);
  font-weight: 700;
  color: var(--color-chocolate);
  margin-bottom: 0.35rem;
}
.field .hint { font-size: var(--fs-xs); color: var(--color-text-soft); margin-top: 0.3rem; }
.field input,
.field select,
.field textarea {
  width: 100%;
  font-family: var(--font-body);
  font-size: var(--fs-base);
  padding: 0.75rem 0.9rem;
  border: 1.5px solid var(--color-border);
  border-radius: var(--radius-sm);
  background: var(--color-warm-white);
  color: var(--color-text);
  transition: border-color var(--transition), box-shadow var(--transition);
}
.field input:focus,
.field select:focus,
.field textarea:focus {
  outline: none;
  border-color: var(--color-gold);
  box-shadow: 0 0 0 3px rgba(182,138,78,0.2);
}
.field textarea { resize: vertical; min-height: 120px; }
.field-row { display: grid; grid-template-columns: 1fr 1fr; gap: var(--space-sm); }
.field-checkbox { display: flex; align-items: flex-start; gap: 0.55rem; font-size: var(--fs-sm); color: var(--color-text-soft); }
.field-checkbox input { width: auto; margin-top: 0.25rem; }

.form-success {
  display: none;
  background: var(--color-bordeaux-tint);
  border: 1px solid var(--color-bordeaux);
  border-radius: var(--radius-md);
  padding: var(--space-md);
  margin-top: var(--space-sm);
}
.form-success.is-visible { display: flex; gap: 0.7rem; align-items: flex-start; }
.form-success .siegel { color: var(--color-bordeaux); width: 1.4rem; height: 1.4rem; flex-shrink: 0; margin-top: 0.15rem; }

.newsletter-panel {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: var(--space-lg);
  align-items: center;
  background: var(--color-chocolate);
  border-radius: var(--radius-lg);
  padding: var(--space-lg);
  color: var(--color-cream);
}
.newsletter-panel h2, .newsletter-panel h3 { color: var(--color-warm-white); }
.newsletter-form { display: flex; gap: 0.6rem; flex-wrap: wrap; }
.newsletter-form input[type="email"] {
  flex: 1;
  min-width: 220px;
  padding: 0.85rem 1rem;
  border-radius: var(--radius-sm);
  border: none;
  font-family: var(--font-body);
}

/* ----------------------------------------------------------------------
   12. FAQ ACCORDION
   ---------------------------------------------------------------------- */
.faq-list { border-top: 1px solid var(--color-border); }
.faq-item { border-bottom: 1px solid var(--color-border); }
.faq-question {
  width: 100%;
  text-align: left;
  background: none;
  border: none;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: var(--space-sm);
  padding: var(--space-sm) 0;
  font-family: var(--font-display);
  font-size: var(--fs-md);
  color: var(--color-chocolate);
}
.faq-question .icon {
  flex-shrink: 0;
  width: 22px; height: 22px;
  position: relative;
}
.faq-question .icon::before,
.faq-question .icon::after {
  content: '';
  position: absolute;
  background: var(--color-bordeaux);
  border-radius: 2px;
  transition: transform var(--transition);
}
.faq-question .icon::before { left: 3px; right: 3px; top: 50%; height: 2px; transform: translateY(-50%); }
.faq-question .icon::after { top: 3px; bottom: 3px; left: 50%; width: 2px; transform: translateX(-50%); }
.faq-question[aria-expanded="true"] .icon::after { transform: translateX(-50%) scaleY(0); }

.faq-answer {
  max-height: 0;
  overflow: hidden;
  transition: max-height 320ms ease, padding var(--transition);
}
.faq-answer-inner { padding-bottom: var(--space-sm); }
.faq-item.is-open .faq-answer { max-height: 600px; }

/* ----------------------------------------------------------------------
   13. PROGRESS TRACKER (Founding Box)
   ---------------------------------------------------------------------- */
.progress-tracker {
  display: flex;
  justify-content: space-between;
  position: relative;
  margin: var(--space-lg) 0;
}
.progress-tracker::before {
  content: '';
  position: absolute;
  top: 14px; left: 6%; right: 6%;
  height: 2px;
  background: var(--color-border);
}
.progress-fill {
  position: absolute;
  top: 14px; left: 6%;
  height: 2px;
  background: var(--color-gold);
  width: 30%;
}
.progress-step {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.6rem;
  flex: 1;
  text-align: center;
}
.progress-dot {
  width: 30px; height: 30px;
  border-radius: 50%;
  background: var(--color-warm-white);
  border: 2px solid var(--color-border);
  display: flex; align-items: center; justify-content: center;
}
.progress-step.is-active .progress-dot,
.progress-step.is-done .progress-dot {
  border-color: var(--color-gold);
  background: var(--color-gold-tint);
}
.progress-step span.label { font-size: var(--fs-xs); color: var(--color-text-soft); max-width: 11ch; }
.progress-step.is-active span.label { color: var(--color-bordeaux); font-weight: 700; }

/* ----------------------------------------------------------------------
   14. TABLE OF CONTENTS / ARTICLE
   ---------------------------------------------------------------------- */
.article-header { max-width: 760px; margin: 0 auto; text-align: center; }
.article-meta { font-size: var(--fs-xs); color: var(--color-text-soft); text-transform: uppercase; letter-spacing: 0.06em; }
.article-body { max-width: 720px; margin: 0 auto; }
.article-body h2 { margin-top: var(--space-lg); }
.article-body h3 { margin-top: var(--space-md); }
.toc {
  background: var(--color-cream);
  border-radius: var(--radius-md);
  padding: var(--space-md);
  margin: var(--space-lg) auto;
  max-width: 720px;
}
.toc h2 { font-size: var(--fs-md); margin-bottom: 0.7rem; }
.toc ol { margin: 0; }
.pull-quote {
  border-left: 3px solid var(--color-gold);
  padding-left: var(--space-sm);
  font-family: var(--font-display);
  font-size: var(--fs-lg);
  font-style: italic;
  color: var(--color-bordeaux);
  margin: var(--space-md) 0;
}

/* ----------------------------------------------------------------------
   15. PLACEHOLDER / LEGAL NOTICE
   ---------------------------------------------------------------------- */
.placeholder-notice {
  display: flex;
  gap: 0.8rem;
  align-items: flex-start;
  background: var(--color-gold-tint);
  border: 1px solid var(--color-gold);
  border-radius: var(--radius-md);
  padding: var(--space-sm) var(--space-md);
  margin-bottom: var(--space-lg);
}
.placeholder-notice .siegel { color: #8a663a; width: 1.3rem; height: 1.3rem; margin-top: 0.15rem; flex-shrink: 0; }
.placeholder-notice p { margin: 0; color: #6b5232; font-size: var(--fs-sm); }
.legal-content h2 { margin-top: var(--space-lg); }
.legal-content { max-width: 760px; margin: 0 auto; }

/* ----------------------------------------------------------------------
   16. STICKY MOBILE CTA
   ---------------------------------------------------------------------- */
.sticky-cta {
  position: fixed;
  left: 0; right: 0; bottom: 0;
  z-index: 90;
  display: none;
  background: var(--color-warm-white);
  border-top: 1px solid var(--color-border);
  padding: 0.7rem var(--space-sm);
  box-shadow: 0 -8px 24px rgba(59,36,21,0.12);
}
.sticky-cta .btn { width: 100%; }

/* ----------------------------------------------------------------------
   17. FOOTER
   ---------------------------------------------------------------------- */
.site-footer {
  background: var(--color-chocolate);
  color: rgba(246,240,230,0.75);
  padding: var(--space-xl) 0 var(--space-md);
}
.footer-grid {
  display: grid;
  grid-template-columns: 1.4fr repeat(3, 1fr);
  gap: var(--space-lg);
  padding-bottom: var(--space-lg);
  border-bottom: 1px solid rgba(246,240,230,0.14);
}
.footer-brand .logo-word { color: var(--color-warm-white); }
.footer-brand p { color: rgba(246,240,230,0.65); max-width: 32ch; margin-top: var(--space-xs); }
.site-footer h4 {
  color: var(--color-gold-light);
  font-size: var(--fs-xs);
  text-transform: uppercase;
  letter-spacing: 0.1em;
  margin-bottom: var(--space-sm);
}
.site-footer ul { list-style: none; padding: 0; margin: 0; }
.site-footer li { margin-bottom: 0.55rem; }
.site-footer a { color: rgba(246,240,230,0.75); font-size: var(--fs-sm); }
.site-footer a:hover { color: var(--color-gold-light); }
.footer-bottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: var(--space-sm);
  padding-top: var(--space-md);
  font-size: var(--fs-xs);
  color: rgba(246,240,230,0.5);
}

/* ----------------------------------------------------------------------
   18. UTILITIES
   ---------------------------------------------------------------------- */
.text-center { text-align: center; }
.mt-0 { margin-top: 0; }
.mb-0 { margin-bottom: 0; }
.visually-hidden {
  position: absolute;
  width: 1px; height: 1px;
  overflow: hidden;
  clip: rect(0 0 0 0);
  white-space: nowrap;
}
.skip-link {
  position: absolute;
  left: -999px;
  top: 0;
  background: var(--color-bordeaux);
  color: var(--color-warm-white);
  padding: 0.7rem 1rem;
  z-index: 999;
  border-radius: 0 0 var(--radius-sm) 0;
}
.skip-link:focus { left: 0; }

/* ----------------------------------------------------------------------
   19. RESPONSIVE
   ---------------------------------------------------------------------- */
@media (max-width: 980px) {
  .grid--4 { grid-template-columns: repeat(2, 1fr); }
  .grid--3 { grid-template-columns: repeat(2, 1fr); }
  .trust-bar .container { grid-template-columns: repeat(2, 1fr); }
  .hero .container { grid-template-columns: 1fr; }
  .hero-visual { order: -1; max-width: 420px; margin: 0 auto; }
  .newsletter-panel { grid-template-columns: 1fr; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .steps { grid-template-columns: 1fr; gap: var(--space-md); }
}

@media (max-width: 720px) {
  :root {
    --fs-3xl: 2.4rem;
    --fs-2xl: 1.9rem;
    --fs-xl: 1.5rem;
  }
  .main-nav { position: fixed; inset: 0 0 0 30%; top: 0; z-index: 95;
    background: var(--color-warm-white);
    flex-direction: column;
    align-items: flex-start;
    padding: 5.5rem var(--space-md) var(--space-md);
    transform: translateX(100%);
    transition: transform var(--transition);
    box-shadow: -12px 0 30px rgba(0,0,0,0.12);
  }
  .main-nav.is-open { transform: translateX(0); }
  .main-nav ul { flex-direction: column; gap: 1.3rem; }
  .main-nav .header-cta { flex-direction: column; align-items: flex-start; margin-top: var(--space-md); width: 100%; }
  .main-nav .header-cta .btn { width: 100%; }
  .nav-toggle { display: flex; }
  .grid--4, .grid--3, .grid--2 { grid-template-columns: 1fr; }
  .field-row { grid-template-columns: 1fr; }
  .footer-grid { grid-template-columns: 1fr; }
  .footer-bottom { flex-direction: column; align-items: flex-start; }
  .sticky-cta { display: block; }
  .progress-tracker { flex-wrap: wrap; row-gap: var(--space-md); }
  .progress-tracker::before, .progress-fill { display: none; }
  body { padding-bottom: 74px; }
}
