
:root {
  --butter: #FFF4D6;
  --bone: #FAF6EE;
  --wine-plum: #4A1A28;
  --ink-plum: #6B2A5C;
  --chartreuse: #D9F25C;
  --tangerine: #FF6B35;
  --glyph-color: rgba(255, 244, 214, 0.14);
  --fc: 'FHA Condensed French', system-ui, sans-serif;
  --fi: 'Vevey Positive', Georgia, serif;
  --section-pad: clamp(60px, 10vw, 120px);
  --content-max: 1200px;
  --prose-max: 720px;
  --pill: 999px;
  --border: rgba(107, 42, 92, 0.15);
}
*, *::before, *::after { margin: 0; padding: 0; box-sizing: border-box; }
html { font-size: 16px; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; scroll-behavior: smooth; }
body { font-family: var(--fi); color: var(--wine-plum); background: var(--bone); line-height: 1.65; }
a { color: inherit; text-decoration: none; }
img { max-width: 100%; display: block; }

/* NAV ──────────────────────────────────────────────── */
.site-nav {
  position: fixed; top: 0; left: 0; right: 0; z-index: 100;
  padding: 16px 32px;
  display: flex; align-items: center; justify-content: space-between;
  background: var(--wine-plum);
  border-bottom: 1px solid rgba(255,244,214,0.08);
}
.nav-logo {
  font-family: var(--fc); font-size: 20px; font-weight: 600;
  letter-spacing: 3px; text-transform: uppercase;
  color: var(--butter); text-decoration: none;
}
.nav-links { display: flex; gap: 28px; align-items: center; list-style: none; }
.nav-links a {
  font-family: var(--fc); font-size: 12px; font-weight: 500;
  letter-spacing: 2px; text-transform: uppercase;
  color: var(--butter); opacity: 0.7;
  text-decoration: none; transition: opacity 0.2s;
}
.nav-links a:hover { opacity: 1; }
.nav-cta {
  font-family: var(--fc) !important; font-size: 11px !important; font-weight: 600 !important;
  letter-spacing: 2px !important; text-transform: uppercase !important;
  background: var(--chartreuse) !important; color: var(--wine-plum) !important;
  padding: 10px 20px !important; border-radius: 100px !important; opacity: 1 !important;
}

/* HERO ─────────────────────────────────────────────── */
.hero {
  position: relative; background: var(--wine-plum);
  padding: calc(var(--section-pad) + 60px) 24px var(--section-pad);
  min-height: 85vh;
  display: flex; flex-direction: column; justify-content: center;
  overflow: hidden;
}
.hero-monthly::before {
  content: attr(data-sign-name);
  position: absolute; top: 50%; left: 50%;
  transform: translate(-50%, -50%);
  font-family: var(--fc); font-weight: 600;
  font-size: clamp(220px, 32vw, 440px);
  letter-spacing: -0.02em; text-transform: uppercase;
  color: var(--glyph-color); line-height: 0.85;
  pointer-events: none; z-index: 0; white-space: nowrap;
}
.hero-monthly::after {
  content: attr(data-sign-glyph);
  position: absolute; top: 14%; right: 6%;
  font-size: clamp(120px, 14vw, 220px);
  color: var(--glyph-color); line-height: 1;
  pointer-events: none; z-index: 0;
  transform: rotate(-8deg);
}
.hero-planet::before {
  content: attr(data-planet-glyph);
  position: absolute; top: 50%; left: 50%;
  transform: translate(-50%, -50%);
  font-size: clamp(500px, 65vw, 900px);
  color: var(--glyph-color); line-height: 1;
  pointer-events: none; z-index: 0;
}
.hero-inner {
  position: relative; z-index: 1;
  max-width: 960px; margin: 0 auto; width: 100%;
  text-align: left;
}
.breadcrumb {
  font-family: var(--fc); font-size: 11px; font-weight: 500;
  letter-spacing: 2.5px; text-transform: uppercase;
  color: var(--butter); opacity: 0.55;
  margin-bottom: 40px; display: flex; gap: 10px; flex-wrap: wrap;
}
.breadcrumb a { text-decoration: none; }
.breadcrumb a:hover { opacity: 0.8; }
.breadcrumb .sep { opacity: 0.4; }
.hero-label {
  font-family: var(--fc); font-size: 11px; font-weight: 500;
  letter-spacing: 4px; text-transform: uppercase;
  color: var(--chartreuse); margin-bottom: 20px;
  display: flex; align-items: center; gap: 12px;
}
.hero-label .dot {
  display: inline-block; width: 4px; height: 4px;
  border-radius: 50%; background: var(--chartreuse); opacity: 0.5;
}
.hero-headline {
  font-family: var(--fi); font-weight: 400; font-style: italic;
  font-size: clamp(56px, 9vw, 120px); line-height: 0.95;
  color: var(--butter); letter-spacing: -1.5px; margin-bottom: 12px;
}
.hero-subtitle {
  font-family: var(--fi); font-weight: 400; font-style: italic;
  font-size: clamp(28px, 4vw, 44px); line-height: 1.1;
  color: var(--chartreuse); margin-bottom: 32px;
  letter-spacing: -0.5px;
}
.hero-subtitle.planet-sub {
  font-size: clamp(24px, 3vw, 36px);
  margin-bottom: 36px; letter-spacing: -0.3px; max-width: 640px;
}
.hero-meta {
  display: flex; gap: 0; flex-wrap: wrap;
  margin-bottom: 32px; padding: 20px 0;
  border-top: 1px solid rgba(255,244,214,0.15);
  border-bottom: 1px solid rgba(255,244,214,0.15);
}
.hero-meta-item {
  display: flex; flex-direction: column; gap: 6px;
  padding: 0 32px;
  border-right: 1px solid rgba(255,244,214,0.15);
}
.hero-meta-item:first-child { padding-left: 0; }
.hero-meta-item:last-child { border-right: none; }
.hero-meta-label {
  font-family: var(--fc); font-size: 9px; font-weight: 500;
  letter-spacing: 2.5px; text-transform: uppercase;
  color: var(--butter); opacity: 0.5;
}
.hero-meta-value {
  font-family: var(--fi); font-size: 17px; font-style: italic;
  color: var(--butter);
}
.hero-description {
  font-family: var(--fi); font-size: clamp(17px, 2vw, 20px);
  line-height: 1.6; color: var(--butter); opacity: 0.75;
  max-width: 640px; margin-bottom: 36px;
}
.hero-cta {
  display: inline-block; padding: 20px 40px;
  background: var(--chartreuse); color: var(--wine-plum);
  font-family: var(--fc); font-size: 13px; font-weight: 600;
  letter-spacing: 3px; text-transform: uppercase;
  border-radius: 100px; border: none; cursor: pointer;
  transition: transform 0.2s, box-shadow 0.2s;
  margin-bottom: 14px;
}
.hero-cta:hover { transform: translateY(-2px); box-shadow: 0 8px 32px rgba(217,242,92,0.25); }
.hero-disclaimer {
  font-family: var(--fi); font-size: 13px;
  color: var(--butter); opacity: 0.45; font-style: italic;
}

/* SHARED SECTION PRIMITIVES ────────────────────────── */
.section-eyebrow {
  font-family: var(--fc); font-size: 11px; font-weight: 500;
  letter-spacing: 3px; text-transform: uppercase;
  color: var(--ink-plum); opacity: 0.6;
  margin-bottom: 16px; display: block;
}
.section-headline {
  font-family: var(--fi); font-weight: 400; font-style: italic;
  font-size: clamp(32px, 5vw, 52px); line-height: 1.05;
  color: var(--wine-plum); margin-bottom: 32px; letter-spacing: -0.5px;
}
.section-headline em { font-style: italic; color: var(--ink-plum); }
.prose {
  font-family: var(--fi); font-size: 18px; line-height: 1.75;
  color: var(--wine-plum);
}
.prose p { margin-bottom: 20px; }
.prose a { color: var(--ink-plum); border-bottom: 1px solid rgba(107,42,92,0.3); transition: border-color 0.2s; }
.prose a:hover { border-color: var(--ink-plum); }

/* OVERVIEW (Bone) — monthly ────────────────────────── */
.overview { background: var(--bone); padding: var(--section-pad) 24px; }
.overview-inner { max-width: var(--prose-max); margin: 0 auto; }

/* KEY DATES ALMANAC (Wine Plum) — monthly ──────────── */
.key-dates {
  background: var(--wine-plum); padding: var(--section-pad) 24px;
  position: relative; overflow: hidden;
}
.key-dates::before {
  content: '☉'; position: absolute; top: 50%; right: -8%;
  transform: translateY(-50%);
  font-size: clamp(300px, 40vw, 560px);
  color: var(--glyph-color); line-height: 1; pointer-events: none;
}
.key-dates-inner {
  max-width: var(--content-max); margin: 0 auto;
  position: relative; z-index: 1;
}
.key-dates .section-eyebrow { color: var(--chartreuse); opacity: 1; }
.key-dates .section-headline { color: var(--butter); }
.dates-grid {
  display: grid; grid-template-columns: repeat(2, 1fr); gap: 0;
  margin-top: 48px;
  border-top: 1px solid rgba(255,244,214,0.15);
}
.date-row {
  display: grid; grid-template-columns: 160px 1fr;
  gap: 24px; padding: 24px 0;
  border-bottom: 1px solid rgba(255,244,214,0.15);
  align-items: baseline;
}
.date-row:nth-child(odd) { border-right: 1px solid rgba(255,244,214,0.15); padding-right: 32px; }
.date-row:nth-child(even) { padding-left: 32px; }
.date-label {
  font-family: var(--fc); font-size: 13px; font-weight: 600;
  letter-spacing: 2px; text-transform: uppercase;
  color: var(--chartreuse); line-height: 1.3;
}
.date-desc {
  font-family: var(--fi); font-size: 16px; line-height: 1.55;
  color: var(--butter); opacity: 0.85; font-style: italic;
}

/* LOVE CAREER HEALTH (Butter + Wine Plum cards) — monthly */
.lch { background: var(--butter); padding: var(--section-pad) 24px; }
.lch-inner { max-width: var(--content-max); margin: 0 auto; }
.lch-header { text-align: center; margin-bottom: 56px; }
.lch-header .section-headline { max-width: 720px; margin: 0 auto 16px; }
.lch-cards { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.lch-card {
  background: var(--wine-plum); border-radius: 16px;
  padding: 40px 32px; position: relative;
  overflow: hidden; transition: transform 0.3s;
}
.lch-card:hover { transform: translateY(-6px); }
.lch-card::before {
  content: attr(data-glyph);
  position: absolute; bottom: -40px; right: -20px;
  font-size: 220px; color: var(--glyph-color);
  line-height: 1; pointer-events: none;
}
.lch-card-label {
  font-family: var(--fc); font-size: 10px; font-weight: 600;
  letter-spacing: 3px; text-transform: uppercase;
  color: var(--chartreuse); margin-bottom: 16px;
  position: relative; z-index: 1;
}
.lch-card-title {
  font-family: var(--fi); font-style: italic; font-size: 28px;
  line-height: 1.15; color: var(--butter); margin-bottom: 20px;
  position: relative; z-index: 1;
}
.lch-card-body {
  font-family: var(--fi); font-size: 16px; line-height: 1.7;
  color: var(--butter); opacity: 0.8;
  position: relative; z-index: 1;
}

/* MID CTA (Bone) — monthly ─────────────────────────── */
.mid-cta {
  background: var(--bone); padding: 72px 24px; text-align: center;
  border-top: 1px solid rgba(74,26,40,0.08);
  border-bottom: 1px solid rgba(74,26,40,0.08);
}
.mid-cta-headline {
  font-family: var(--fi); font-style: italic;
  font-size: clamp(24px, 3vw, 32px);
  color: var(--wine-plum); max-width: 640px;
  margin: 0 auto 24px; line-height: 1.25;
}
.mid-cta-btn {
  display: inline-block; padding: 18px 36px;
  background: var(--chartreuse); color: var(--wine-plum);
  font-family: var(--fc); font-size: 12px; font-weight: 600;
  letter-spacing: 3px; text-transform: uppercase; border-radius: 100px;
  transition: transform 0.2s, box-shadow 0.2s; margin-bottom: 12px;
}
.mid-cta-btn:hover { transform: translateY(-2px); box-shadow: 0 6px 24px rgba(217,242,92,0.3); }
.mid-cta-sub {
  font-family: var(--fi); font-size: 13px;
  color: var(--ink-plum); opacity: 0.6; font-style: italic;
}

/* LEAD PROSE (Bone) — planet ───────────────────────── */
.lead { background: var(--bone); padding: var(--section-pad) 24px 60px; }
.lead-inner { max-width: var(--prose-max); margin: 0 auto; }
.lead p {
  font-family: var(--fi); font-size: 22px;
  line-height: 1.65; color: var(--wine-plum); margin-bottom: 24px;
}
.lead p:first-child {
  font-size: 26px; font-style: italic;
  color: var(--ink-plum); line-height: 1.5;
}

/* THEMED SECTIONS (alternating) — planet ───────────── */
.themed { padding: var(--section-pad) 24px; }
.themed.bone { background: var(--bone); }
.themed.butter { background: var(--butter); }
.themed-inner { max-width: var(--prose-max); margin: 0 auto; }

/* PULL QUOTE (Wine Plum slab) — planet ─────────────── */
.pull-quote {
  background: var(--wine-plum); padding: var(--section-pad) 24px;
  position: relative; overflow: hidden; text-align: center;
}
.pull-quote::before {
  content: attr(data-glyph);
  position: absolute; top: 50%; left: 50%;
  transform: translate(-50%, -50%);
  font-size: clamp(300px, 40vw, 560px);
  color: var(--glyph-color); line-height: 1; pointer-events: none;
}
.pull-quote-inner {
  max-width: 720px; margin: 0 auto;
  position: relative; z-index: 1;
}
.pull-quote-text {
  font-family: var(--fi); font-style: italic;
  font-size: clamp(28px, 4vw, 44px); line-height: 1.25;
  color: var(--butter); margin-bottom: 20px; letter-spacing: -0.3px;
}
.pull-quote-attr {
  font-family: var(--fc); font-size: 11px; font-weight: 500;
  letter-spacing: 3px; text-transform: uppercase;
  color: var(--chartreuse);
}

/* FAQ (Bone) — shared ──────────────────────────────── */
.faq { background: var(--bone); padding: var(--section-pad) 24px; }
.faq-inner { max-width: var(--prose-max); margin: 0 auto; }
.faq .section-headline { text-align: center; margin-bottom: 48px; }
.faq-item { border-bottom: 1px solid rgba(74,26,40,0.1); padding: 28px 0; }
.faq-item:first-of-type { border-top: 1px solid rgba(74,26,40,0.1); }
.faq-question {
  font-family: var(--fi); font-size: 21px; font-weight: 600;
  color: var(--wine-plum); margin-bottom: 14px; cursor: pointer;
  display: flex; justify-content: space-between;
  align-items: flex-start; gap: 16px;
}
.faq-question::after {
  content: '+'; font-family: var(--fc); font-size: 22px; font-weight: 400;
  color: var(--ink-plum); opacity: 0.4; flex-shrink: 0;
}
.faq-item.open .faq-question::after { content: '−'; }
.faq-answer {
  font-family: var(--fi); font-size: 16px; line-height: 1.75;
  color: var(--wine-plum); opacity: 0.75; max-width: 600px;
}

/* SIBLING NAV (Butter) — shared ────────────────────── */
.siblings { background: var(--butter); padding: var(--section-pad) 24px; }
.siblings-inner { max-width: var(--content-max); margin: 0 auto; }
.siblings-header { text-align: center; margin-bottom: 56px; }
.siblings-grid { display: grid; grid-template-columns: repeat(6, 1fr); gap: 12px; }
.sibling-card {
  background: var(--bone); border-radius: 12px;
  padding: 28px 12px 20px; text-align: center;
  transition: transform 0.2s, background 0.2s;
  border: 1px solid rgba(74,26,40,0.08);
}
.sibling-card:hover { transform: translateY(-4px); background: var(--wine-plum); }
.sibling-card:hover .sibling-glyph,
.sibling-card:hover .sibling-name,
.sibling-card:hover .sibling-sign { color: var(--butter); }
.sibling-card.current { background: var(--wine-plum); }
.sibling-card.current .sibling-glyph,
.sibling-card.current .sibling-name,
.sibling-card.current .sibling-sign { color: var(--chartreuse); }
.sibling-glyph {
  font-size: 42px; color: var(--ink-plum);
  line-height: 1; margin-bottom: 12px; transition: color 0.2s;
}
.sibling-planet {
  font-family: var(--fc); font-size: 9px; font-weight: 500;
  letter-spacing: 2px; text-transform: uppercase;
  color: var(--wine-plum); opacity: 0.4;
  margin-bottom: 4px; transition: color 0.2s, opacity 0.2s;
}
.sibling-card:hover .sibling-planet,
.sibling-card.current .sibling-planet { color: var(--butter); opacity: 0.5; }
.sibling-name {
  font-family: var(--fc); font-size: 10px; font-weight: 600;
  letter-spacing: 2px; text-transform: uppercase;
  color: var(--wine-plum); transition: color 0.2s;
}
.sibling-sign {
  font-family: var(--fc); font-size: 11px; font-weight: 600;
  letter-spacing: 1.5px; text-transform: uppercase;
  color: var(--wine-plum); transition: color 0.2s;
}
.sibling-card-monthly { padding: 32px 16px 24px; }

/* FINAL CTA (Wine Plum) — shared ───────────────────── */
.final-cta {
  background: var(--wine-plum); padding: var(--section-pad) 24px;
  text-align: center; position: relative; overflow: hidden;
}
.final-cta::before {
  content: '♃'; position: absolute; top: 50%; left: 50%;
  transform: translate(-50%, -50%);
  font-size: clamp(300px, 40vw, 600px);
  color: var(--glyph-color); line-height: 1; pointer-events: none;
}
.final-cta-inner {
  max-width: 640px; margin: 0 auto;
  position: relative; z-index: 1;
}
.final-cta-eyebrow {
  font-family: var(--fc); font-size: 11px; font-weight: 500;
  letter-spacing: 4px; text-transform: uppercase;
  color: var(--chartreuse); margin-bottom: 20px;
}
.final-cta-headline {
  font-family: var(--fi); font-style: italic;
  font-size: clamp(36px, 5vw, 56px); line-height: 1.1;
  color: var(--butter); margin-bottom: 20px; letter-spacing: -0.5px;
}
.final-cta-sub {
  font-family: var(--fi); font-size: 17px;
  color: var(--butter); opacity: 0.7;
  margin-bottom: 40px; line-height: 1.55;
}
.final-cta-buttons {
  display: flex; gap: 16px; justify-content: center;
  flex-wrap: wrap; margin-bottom: 16px;
}
.btn-primary {
  display: inline-block; padding: 18px 36px;
  background: var(--chartreuse); color: var(--wine-plum);
  font-family: var(--fc); font-size: 12px; font-weight: 600;
  letter-spacing: 3px; text-transform: uppercase; border-radius: 100px;
  transition: transform 0.2s, box-shadow 0.2s;
}
.btn-primary:hover { transform: translateY(-2px); box-shadow: 0 6px 24px rgba(217,242,92,0.3); }
.btn-secondary {
  display: inline-block; padding: 17px 35px;
  background: transparent; color: var(--butter);
  font-family: var(--fc); font-size: 12px; font-weight: 600;
  letter-spacing: 3px; text-transform: uppercase; border-radius: 100px;
  border: 1.5px solid rgba(255,244,214,0.3);
  transition: border-color 0.2s, background 0.2s;
}
.btn-secondary:hover { border-color: var(--butter); background: rgba(255,244,214,0.05); }
.final-cta-disclaimer {
  font-family: var(--fi); font-size: 13px;
  color: var(--butter); opacity: 0.4; font-style: italic;
}

/* FOOTER ───────────────────────────────────────────── */
.mega-footer {
  background: var(--wine-plum);
  border-top: 1px solid rgba(255,244,214,0.08);
  padding: 0;
}
.mf-inner { max-width: var(--content-max); margin: 0 auto; padding: 56px 48px 32px; }
.mf-brand { margin-bottom: 40px; }
.footer-logo {
  font-family: var(--fc); font-size: 20px; font-weight: 600;
  letter-spacing: 3px; text-transform: uppercase;
  color: var(--butter); text-decoration: none;
  display: block; margin-bottom: 8px;
}
.mf-tagline { font-family: var(--fi); font-size: 14px; font-style: italic; color: var(--butter); opacity: 0.4; margin: 0; }
.mf-cols { display: grid; grid-template-columns: repeat(4, 1fr); gap: 40px; margin-bottom: 40px; list-style: none; }
.mf-col-head {
  font-family: var(--fc); font-size: 10px; font-weight: 600;
  letter-spacing: 3px; text-transform: uppercase;
  color: var(--butter); opacity: 0.5; margin: 0 0 16px;
}
.mf-col ul { list-style: none; display: flex; flex-direction: column; gap: 10px; padding: 0; margin: 0; }
.mf-col ul a {
  font-family: var(--fi); font-size: 14px;
  color: var(--butter); opacity: 0.6;
  text-decoration: none; transition: opacity 0.2s;
}
.mf-col ul a:hover { opacity: 1; }
.mf-legal {
  display: flex; justify-content: space-between; align-items: center;
  flex-wrap: wrap; gap: 16px; padding-top: 24px;
  border-top: 1px solid rgba(255,244,214,0.06);
}
.mf-legal > span {
  font-family: var(--fi); font-size: 13px;
  color: var(--butter); opacity: 0.3;
}
.mf-legal-links { display: flex; gap: 24px; }
.mf-legal-links a {
  font-family: var(--fc); font-size: 10px; font-weight: 500;
  letter-spacing: 2px; text-transform: uppercase;
  color: var(--butter); opacity: 0.3;
  text-decoration: none; transition: opacity 0.2s;
}
.mf-legal-links a:hover { opacity: 0.6; }

/* MOBILE ───────────────────────────────────────────── */
@media (max-width: 900px) {
  .siblings-grid { grid-template-columns: repeat(4, 1fr); }
  .lch-cards { grid-template-columns: 1fr; gap: 16px; }
  .dates-grid { grid-template-columns: 1fr; }
  .date-row:nth-child(odd) { border-right: none; padding-right: 0; }
  .date-row:nth-child(even) { padding-left: 0; }
  .mf-cols { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 600px) {
  .site-nav { padding: 14px 20px; }
  .hero { padding: calc(var(--section-pad) + 48px) 20px var(--section-pad); min-height: auto; }
  .hero-monthly::before { font-size: 32vw; }
  .hero-monthly::after { font-size: 90px; top: 10%; right: 6%; }
  .hero-planet::before { font-size: 85vw; }
  .hero-meta { flex-direction: column; gap: 16px; padding: 20px 0; }
  .hero-meta-item { padding: 0; border-right: none; border-bottom: 1px solid rgba(255,244,214,0.12); padding-bottom: 16px; }
  .hero-meta-item:last-child { border-bottom: none; padding-bottom: 0; }
  .siblings-grid { grid-template-columns: repeat(3, 1fr); }
  .date-row { grid-template-columns: 1fr; gap: 8px; }
  .lead p:first-child { font-size: 22px; }
  .mf-inner { padding: 40px 20px 24px; }
  .mf-cols { grid-template-columns: 1fr; gap: 32px; }
  .mf-legal { flex-direction: column; align-items: flex-start; }
}

/* ENTRANCE ANIMATIONS ──────────────────────────────── */
@keyframes fadeUp {
  from { opacity: 0; transform: translateY(24px); }
  to { opacity: 1; transform: translateY(0); }
}
.breadcrumb { animation: fadeUp 0.6s 0.1s both; }
.hero-label { animation: fadeUp 0.6s 0.2s both; }
.hero-headline { animation: fadeUp 0.7s 0.3s both; }
.hero-subtitle { animation: fadeUp 0.7s 0.42s both; }
.hero-meta { animation: fadeUp 0.7s 0.54s both; }
.hero-description { animation: fadeUp 0.7s 0.64s both; }
.hero-cta { animation: fadeUp 0.7s 0.74s both; }
.hero-disclaimer { animation: fadeUp 0.7s 0.82s both; }

/* NAV HAMBURGER + OVERLAY ──────────────────────────── */
.nav-hamburger {
  display: none; flex-direction: column; justify-content: center;
  gap: 5px; background: none; border: none; cursor: pointer;
  padding: 6px; z-index: 201; flex-shrink: 0;
}
.nav-hamburger span {
  display: block; width: 22px; height: 2px;
  background: var(--butter); border-radius: 2px;
  transition: transform 0.28s ease, opacity 0.28s ease;
}
body.nav-open .nav-hamburger span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
body.nav-open .nav-hamburger span:nth-child(2) { opacity: 0; transform: scaleX(0); }
body.nav-open .nav-hamburger span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }
.nav-overlay {
  position: fixed; top: 0; left: 0; right: 0; bottom: 0;
  height: 100dvh; z-index: 200;
  background: var(--wine-plum);
  opacity: 0; pointer-events: none;
  transition: opacity 0.32s ease;
  overflow-y: auto; -webkit-overflow-scrolling: touch;
  overscroll-behavior: contain; touch-action: pan-y;
}
body.nav-open .nav-overlay { opacity: 1; pointer-events: all; }
body.nav-open { overflow: hidden; }
.nav-overlay-inner {
  padding: 0 28px 96px; min-height: 100%;
  display: flex; flex-direction: column; box-sizing: border-box;
}
.nav-overlay-header {
  display: flex; align-items: center; justify-content: space-between;
  padding: 22px 0 28px;
  border-bottom: 0.5px solid rgba(255,244,214,0.12);
  margin-bottom: 32px;
}
.nav-overlay-logo {
  font-family: var(--fc); font-size: 22px;
  color: var(--butter); text-decoration: none; letter-spacing: 0.08em;
}
.nav-overlay-close {
  background: none; border: 0.5px solid rgba(255,244,214,0.25);
  color: var(--butter); font-size: 16px; cursor: pointer;
  width: 36px; height: 36px; border-radius: 50%;
  display: flex; align-items: center; justify-content: center;
  opacity: 0.7; transition: opacity 0.2s; line-height: 1;
}
.nav-overlay-close:hover { opacity: 1; }
.nav-overlay-links { display: flex; flex-direction: column; }
.nav-overlay-links a {
  font-family: var(--fc); font-size: 24px;
  letter-spacing: 0.04em; text-transform: uppercase;
  color: var(--butter); text-decoration: none;
  padding: 15px 0; opacity: 0.85;
  transition: opacity 0.15s;
  border-bottom: 0.5px solid rgba(255,244,214,0.06);
  display: block;
}
.nav-overlay-links a:hover { opacity: 1; }
.nav-overlay-section {
  font-family: var(--fc); font-size: 10px;
  letter-spacing: 0.22em; text-transform: uppercase;
  color: var(--chartreuse); padding: 22px 0 4px;
  display: block; opacity: 0.8;
}
.nav-overlay-cta {
  background: var(--chartreuse) !important;
  color: var(--wine-plum) !important;
  font-family: var(--fc) !important;
  font-size: 13px !important; font-weight: 400 !important;
  letter-spacing: 0.08em !important;
  padding: 16px !important; border-radius: var(--pill) !important;
  text-align: center !important; margin-top: 28px !important;
  opacity: 1 !important; border-bottom: none !important;
  display: block !important;
}
@media (min-width: 641px) { .nav-hamburger { display: none !important; } .nav-overlay { display: none !important; } }
@media (max-width: 640px) { .nav-hamburger { display: flex !important; } .nav-links { display: none !important; } }
