/* Sangtinel marketing site - shared styles.
   Plain CSS, no build step, no framework - keeps this trivial to host on
   Infomaniak's static plan. App preview colours stay scoped to the phones. */

:root {
  color-scheme: light;
  --bg: #F5F4EF;
  --card: #FFFFFF;
  --ink: #28183F;
  --ink-soft: #56615B;
  --accent: #6550D8;
  --accent-soft: #EDE8FF;
  --daughter: #AB47BC;
  --daughter-soft: #F3E5F9;
  --border: #DADDD5;
  --radius-lg: 12px;
  --radius-md: 8px;
  --energy-high: #2FBF71;
  --energy-mid: #FFB020;
  --energy-low: #FF6B6B;
}
* { box-sizing: border-box; }
body {
  margin: 0;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
  background: var(--bg);
  color: var(--ink);
  line-height: 1.6;
}
a { color: var(--accent); }
img { max-width: 100%; display: block; }
.wrap { max-width: 1040px; margin: 0 auto; padding: 0 24px; }

/* Header / nav */
header.site {
  position: sticky; top: 0; z-index: 10;
  background: rgba(40,24,63,0.97);
  backdrop-filter: blur(8px);
  border-bottom: 1px solid var(--border);
}
header.site { --ink: #F8F5FF; --ink-soft: #D8CDE9; --accent: #C7B5FF; --card: #36234F; --border: #645177; --accent-soft: #493167; color: var(--ink); }
header.site .brand svg { box-shadow: 0 0 0 1px #BCAAEB; }
header.site .nav-links a.active { text-decoration: underline; text-underline-offset: 5px; }
.nav { display: flex; align-items: center; justify-content: space-between; gap: 18px; padding: 14px 24px; }
.brand { display: flex; align-items: center; gap: 10px; font-weight: 800; font-size: 18px; text-decoration: none; color: var(--ink); }
.brand svg { width: 30px; height: 30px; border-radius: 8px; }
.nav-links { display: flex; flex-wrap: wrap; gap: 10px 18px; font-size: 14px; font-weight: 600; }
.nav-links a { color: var(--ink-soft); text-decoration: none; }
.nav-links a:hover, .nav-links a.active { color: var(--accent); }
.language-picker { position: relative; flex-shrink: 0; font-size: 14px; }
.language-picker summary { cursor: pointer; padding: 8px 12px; border: 1px solid var(--border); border-radius: 10px; background: var(--card); font-weight: 600; }
.language-picker nav { position: absolute; right: 0; top: calc(100% + 6px); min-width: 160px; padding: 8px; background: var(--card); border: 1px solid var(--border); border-radius: 12px; box-shadow: 0 8px 24px #1b1e281a; }
.language-picker nav a { display: block; padding: 7px 12px; border-radius: 6px; text-decoration: none; color: var(--ink); }
.language-picker nav a:hover, .language-picker nav a[aria-current] { background: var(--accent-soft); color: var(--accent); }
@media (max-width: 700px) {
  .nav { flex-wrap: wrap; gap: 12px; }
  .nav > .nav-links { order: 3; width: 100%; }
  .nav-links { flex-wrap: wrap; gap: 10px 18px; }
}

/* Hero */
.hero { padding: 64px 24px 48px; text-align: center; }
.hero .badge {
  display: inline-flex; align-items: center; gap: 6px;
  background: var(--accent-soft); color: var(--accent);
  font-size: 13px; font-weight: 700; letter-spacing: 0.3px;
  padding: 6px 14px; border-radius: 999px; margin-bottom: 20px;
}
.hero .badge.daughter { background: var(--daughter-soft); color: var(--daughter); }
.hero h1 { font-size: clamp(30px, 5vw, 46px); font-weight: 800; margin: 0 0 16px; letter-spacing: -0.5px; }
.hero .hero-tagline { color: #D5C4FF; font-size: clamp(20px, 2.5vw, 28px); font-weight: 600; line-height: 1.3; margin: 0 auto 22px; text-wrap: balance; }
.hero p.sub { font-size: 18px; color: var(--ink-soft); max-width: 620px; margin: 0 auto 32px; }
.cta-row { display: flex; gap: 14px; justify-content: center; flex-wrap: wrap; }
.btn { display: inline-block; padding: 14px 28px; border-radius: var(--radius-md); font-weight: 700; text-decoration: none; font-size: 15px; border: none; cursor: pointer; }
.btn.primary { background: var(--accent); color: #fff; }
.btn.daughter { background: var(--daughter); color: #fff; }
.btn.ghost { background: var(--card); color: var(--ink); border: 1px solid var(--border); }
.store-note { margin-top: 14px; font-size: 13px; color: var(--ink-soft); }
.access-note { max-width: 650px; margin: 20px auto 0; text-align: center; }
#early-access { scroll-margin-top: 140px; }
a:focus-visible, summary:focus-visible { outline: 3px solid var(--accent); outline-offset: 4px; }

/* Generic sections */
.legal-copy { max-width: 800px; padding-bottom: 64px; overflow-wrap: anywhere; }
.legal-copy h2 { margin: 36px 0 12px; font-size: 22px; line-height: 1.35; }
.legal-copy p { margin: 0 0 16px; }
.legal-notice { padding: 22px; background: var(--accent-soft); border: 1px solid var(--accent); border-radius: var(--radius-md); }
.legal-notice p { margin: 10px 0 0; }
section { padding: 52px 0; }
.section-head { text-align: center; max-width: 640px; margin: 0 auto 40px; }
.section-head .eyebrow { color: var(--accent); font-weight: 800; font-size: 13px; letter-spacing: 1px; text-transform: uppercase; }
.section-head h2 { font-size: 28px; font-weight: 800; margin: 8px 0 12px; }
.section-head p { color: var(--ink-soft); font-size: 16px; margin: 0; }

/* Feature cards */
.grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(260px, 1fr)); gap: 20px; }
.grid.cols-2 { grid-template-columns: repeat(auto-fit, minmax(320px, 1fr)); }
.card { background: var(--card); border: 1px solid var(--border); border-radius: var(--radius-lg); padding: 24px; }
.card .icon { width: 44px; height: 44px; border-radius: 13px; background: var(--accent-soft); display:flex; align-items:center; justify-content:center; font-size: 22px; margin-bottom: 14px; }
.card.daughter .icon { background: var(--daughter-soft); }
.card h3 { font-size: 17px; font-weight: 800; margin: 0 0 8px; }
.card p { font-size: 16px; color: var(--ink-soft); margin: 0; }

/* Audience fork (home page) */
.fork { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 24px; }
.fork-card {
  background: var(--card); border: 1px solid var(--border); border-radius: var(--radius-lg);
  padding: 32px; text-align: center; text-decoration: none; color: var(--ink);
  transition: transform 0.15s ease;
}
.fork-card:hover { transform: translateY(-3px); }
.fork-card .emoji { font-size: 36px; margin-bottom: 14px; }
.fork-card h3 { font-size: 20px; font-weight: 800; margin: 0 0 8px; }
.fork-card p { color: var(--ink-soft); font-size: 16px; margin: 0 0 16px; }
.fork-card span.link { color: var(--accent); font-weight: 700; font-size: 14px; }
.fork-card.daughter span.link { color: var(--daughter); }

/* Phone-frame screenshot mockup */
.phone-row { display: flex; gap: 28px; justify-content: center; flex-wrap: wrap; align-items: flex-start; }
.phone {
  width: 220px; border-radius: 32px; background: var(--ink);
  padding: 10px; box-shadow: 0 20px 40px rgba(27,30,40,0.18);
}
.phone .screen {
  width: 100%; aspect-ratio: 9 / 19.5; border-radius: 24px; overflow: hidden;
  background: var(--bg);
}
.phone-caption { text-align: center; font-size: 13px; color: var(--ink-soft); margin-top: 10px; max-width: 220px; }

/* Stylized UI mockups drawn in CSS (not real screenshots) - live inside
   .phone .screen. Small, illustrative recreations of the app's real
   layout/copy, not pixel-accurate captures. */
.mock { padding: 16px 14px; font-size: 9px; height: 100%; overflow: hidden; }
.mock-kicker { font-size: 7px; font-weight: 800; letter-spacing: 1px; color: var(--ink-soft); margin-bottom: 8px; }
.mock-card { background: var(--card); border-radius: 12px; padding: 12px; box-shadow: 0 4px 10px rgba(27,30,40,0.06); margin-bottom: 10px; }
.mock-name-row { display: flex; align-items: center; justify-content: space-between; margin-bottom: 6px; }
.mock-name { font-size: 12px; font-weight: 800; color: var(--ink); }
.mock-dot { width: 8px; height: 8px; border-radius: 50%; background: var(--energy-low); }
.mock-pill { display: inline-block; font-size: 7px; font-weight: 700; color: var(--ink-soft); margin-bottom: 6px; }
.mock-headline { font-size: 10px; font-weight: 800; color: var(--ink); margin-bottom: 5px; }
.mock-text { font-size: 8px; color: var(--ink-soft); line-height: 1.5; }
.mock-text.accent { color: var(--ink); background: var(--accent-soft); padding: 8px; border-radius: 8px; }
.mock-progress { height: 4px; background: var(--border); border-radius: 2px; margin: 8px 0; overflow: hidden; }
.mock-progress span { display: block; height: 100%; width: 62%; background: var(--accent); }
.mock-tags { display: flex; gap: 6px; margin-top: 8px; }
.mock-tag { flex: 1; border-radius: 8px; padding: 6px; font-size: 7px; }
.mock-tag.say { background: rgba(47,191,113,0.12); color: #1E8F52; }
.mock-tag.avoid { background: rgba(255,107,107,0.12); color: #D6473F; }
.mock-tag strong { display: block; font-size: 6px; letter-spacing: 0.5px; margin-bottom: 3px; }
.mock-cal-head { display: flex; align-items: center; justify-content: space-between; font-size: 9px; font-weight: 800; margin-bottom: 8px; }
.mock-cal-grid { display: grid; grid-template-columns: repeat(7, 1fr); gap: 3px; }
.mock-cal-cell { aspect-ratio: 1; border-radius: 4px; background: var(--card); display: flex; align-items: center; justify-content: center; position: relative; font-size: 6px; color: var(--ink-soft); }
.mock-cal-cell .dot { position: absolute; bottom: 2px; width: 4px; height: 4px; border-radius: 50%; }
.mock-mood-row { display: flex; gap: 5px; margin-bottom: 10px; }
.mock-mood { flex: 1; aspect-ratio: 1; border-radius: 50%; background: var(--card); display: flex; align-items: center; justify-content: center; font-size: 11px; }
.mock-mood.active { background: var(--accent-soft); box-shadow: 0 0 0 1.5px var(--accent); }
.mock-chip-row { display: flex; flex-wrap: wrap; gap: 5px; }
.mock-chip { background: var(--card); border-radius: 999px; padding: 4px 8px; font-size: 7px; color: var(--ink-soft); }
.mock-chip.active { background: var(--accent); color: #fff; }
.mock-chart-row { display: flex; justify-content: space-between; font-size: 7.5px; padding: 5px 0; border-bottom: 1px solid var(--border); color: var(--ink-soft); }
.mock-chart-row strong { color: var(--ink); font-weight: 700; }

/* Homepage previews show more of each existing app screen at a readable scale. */
.home-previews { gap: 24px; }
.home-previews .phone { width: min(288px, calc(100vw - 48px)); }
.home-previews .phone-caption { max-width: 288px; font-size: 14px; }
.home-previews .mock { padding: 18px 14px; overflow-y: auto; scrollbar-width: thin; }
.home-previews .mock-kicker { font-size: 10px; }
.home-previews .mock-name { font-size: 17px; }
.home-previews .mock-pill { font-size: 10px; }
.home-previews .mock-headline { font-size: 13px; }
.home-previews .mock-text { font-size: 12px; }
.home-previews .mock-tag { font-size: 12px; padding: 9px; }
.home-previews .mock-tag strong { font-size: 9px; }
.home-previews .mock-mood { font-size: 17px; }
.home-previews .mock-mood-row { margin: 6px 0; }
.home-previews .mock-chip { font-size: 10px; padding: 4px 7px; }
.mock-section { margin-top: 12px; }
.mock-win { margin-top: 8px; font-weight: 600; color: #5149CB; }
.mock-checkin-date { display: flex; justify-content: space-between; font-size: 12px; margin: 4px 0; }
.mock-label { font-size: 11px; font-weight: 700; margin: 7px 0 4px; color: var(--ink-soft); }
.mock-history { display: flex; justify-content: space-between; font-size: 10px; padding-top: 4px; border-top: 1px solid var(--border); }
.home-previews .mock-cal-head { font-size: 12px; }
.mock-weekdays { display: grid; grid-template-columns: repeat(7, 1fr); text-align: center; font-size: 10px; color: var(--ink-soft); margin-bottom: 5px; }
.home-previews .mock-cal-cell { font-size: 10px; min-height: 25px; }
.home-previews .mock-cal-cell.mock-selected-day { background: var(--accent-soft); color: #5149CB; font-weight: 800; }
.mock-legend { display: flex; gap: 7px; align-items: flex-start; font-size: 10px; line-height: 1.45; margin-top: 5px; }
.mock-legend i { flex: 0 0 6px; height: 6px; border-radius: 50%; margin-top: 4px; }
.mock-legend b { color: #5149CB; }
.level-low { background: var(--energy-high); }
.level-mid { background: var(--energy-mid); }
.level-high { background: var(--energy-low); }
.mock-export { background: var(--accent); color: white; font-size: 12px; font-weight: 700; padding: 10px 6px; text-align: center; border-radius: 10px; margin-top: 12px; }

/* Priority-engine list (used on Features + Home) */
.engine { background: var(--card); border: 1px solid var(--border); border-radius: var(--radius-lg); padding: 36px; max-width: 760px; margin: 0 auto; }
.engine ul { margin: 0; padding: 0 0 0 22px; }
.engine li { margin: 0 0 14px; font-size: 15px; }
.engine li strong { color: var(--ink); }
.engine li span { color: var(--ink-soft); font-size: 14px; display: block; margin-top: 2px; }
.engine .astro-note { margin-top: 24px; padding: 16px 18px; background: var(--daughter-soft); border-radius: var(--radius-md); font-size: 14px; color: var(--ink); }
.engine .astro-note strong { color: var(--daughter); }
.engine-notes { margin-top: 26px; padding-top: 24px; border-top: 1px solid var(--border); display: grid; gap: 18px; }
.engine-note { padding: 20px; background: var(--bg); border-radius: var(--radius-md); border-left: 3px solid var(--accent); }
.engine-note h3 { margin: 0 0 8px; font-size: 17px; line-height: 1.4; }
.engine-note p { margin: 0; color: var(--ink-soft); font-size: 14px; line-height: 1.7; }
.engine-note a { display: inline-block; margin-top: 12px; font-size: 14px; font-weight: 700; }

/* Privacy dark block */
.privacy-block { background: var(--ink); color: #fff; border-radius: var(--radius-lg); padding: 48px 36px; text-align: center; }
.privacy-block h2 { font-size: 28px; font-weight: 800; margin: 0 0 14px; }
.privacy-block p.lead { color: #C6C9D6; max-width: 560px; margin: 0 auto 28px; font-size: 15px; }
.privacy-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(150px, 1fr)); gap: 16px; max-width: 700px; margin: 0 auto; text-align: left; }
.privacy-grid div { background: rgba(255,255,255,0.06); border-radius: var(--radius-md); padding: 16px; font-size: 13px; }
.privacy-grid div strong { display: block; margin-bottom: 4px; font-size: 14px; }
.privacy-block .privacy-policy-link { margin: 24px 0 0; font-size: 14px; }
.privacy-policy-link a { color: #D5C4FF; text-underline-offset: 4px; }

/* Consent strip */
.consent-strip { background: var(--card); border: 1px solid var(--border); border-radius: var(--radius-lg); padding: 20px 28px; margin: 0 auto 60px; max-width: 760px; display: flex; align-items: center; gap: 16px; text-align: left; }
.consent-strip .icon { flex-shrink: 0; width: 40px; height: 40px; border-radius: 12px; background: var(--accent-soft); display:flex; align-items:center; justify-content:center; font-size: 20px; }
.consent-strip p { margin: 0; font-size: 14px; color: var(--ink-soft); }
.consent-strip strong { color: var(--ink); }

/* FAQ accordion (native <details>, no JS) */
.faq-list { max-width: 720px; margin: 0 auto; display: flex; flex-direction: column; gap: 12px; }
.faq-list details { background: var(--card); border: 1px solid var(--border); border-radius: var(--radius-md); padding: 18px 22px; }
.faq-list summary { font-weight: 700; cursor: pointer; list-style: none; display: flex; justify-content: space-between; align-items: center; }
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary::after { content: "+"; color: var(--accent); font-size: 20px; font-weight: 400; }
.faq-list details[open] summary::after { content: "\2212"; }
.faq-list .a { margin-top: 12px; color: var(--ink-soft); font-size: 16px; }

/* Footer */
footer.site { border-top: 1px solid var(--border); padding: 32px 0; text-align: center; font-size: 13px; color: var(--ink-soft); }
footer.site .links { margin-bottom: 10px; }
footer.site a { color: var(--ink-soft); text-decoration: none; margin: 0 10px; }
footer.site a:hover { color: var(--accent); }
footer.site .disclaimer { max-width: 500px; margin: 12px auto 0; font-style: italic; }

@media (max-width: 640px) { section { padding: 40px 0; } }

/* Biological field: the app's visual vocabulary, with space for the words.
   CSS-only decoration is absent from the accessibility tree and never traps taps. */
.hero.wrap {
  max-width: none;
  position: relative;
  isolation: isolate;
  overflow: hidden;
  padding: 90px 24px 110px;
  background: #28183F;
  color: #F8F6EF;
  border-bottom: 4px solid #8C75F0;
}
.hero::before, .hero::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  pointer-events: none;
}
.hero::before {
  background: url("assets/biology-field.svg?v=6") center / max(1100px, 100%) auto no-repeat;

}
.hero::after {
  background: linear-gradient(90deg, transparent, #28183fe8 30%, #28183fe8 70%, transparent);
}
.hero h1 { max-width: 900px; margin: 0 auto 24px; font-size: clamp(36px, 5.6vw, 72px); line-height: 1.07; letter-spacing: -.045em; text-wrap: balance; }
.hero p.sub { color: #D1D8D0; line-height: 1.7; }
.hero .badge, .hero .badge.daughter { border-radius: 4px; background: #ffffff0b; border: 1px solid #647268; color: #D0C4FF; padding: 8px 13px; }
.hero .store-note { color: #BFCBC2; }
.hero .btn.primary, .hero .btn.daughter { background: #7059E8; color: #FFFFFF; }
.hero .btn.ghost { background: transparent; color: #F8F6EF; border-color: #829087; }
.hero a:focus-visible { outline-color: #C9BBFF; }
.btn { transition: transform .2s ease, box-shadow .2s ease; }
.btn:hover { transform: translateY(-2px); box-shadow: 0 6px 0 #00000018; }
.brand svg rect { fill: #6550D8; }
.section-head h2 { font-size: clamp(27px, 3.4vw, 38px); line-height: 1.18; letter-spacing: -.025em; text-wrap: balance; }
.consent-strip { margin-top: 30px; border-left: 3px solid #6550D8; }
section { position: relative; }
section:has(.phone-row) { background: #E4E9E1; border-block: 1px solid #C5CEC3; isolation: isolate; overflow: hidden; }
section:has(.phone-row)::before { content: ""; position: absolute; inset: 0; background: url("assets/biology-field.svg?v=6") center / 1440px auto repeat-y; opacity: .3; z-index: -1; pointer-events: none; }
.phone { --bg: #F4F5FA; --ink: #1B1E28; --ink-soft: #596172; --accent: #6C63FF; --accent-soft: #ECEBFF; --border: #ECEEF4; box-shadow: 0 24px 44px #28183f2b; border: 1px solid #4C5751; }
.fork-card { text-align: left; border-top: 3px solid #6550D8; }
.fork-card.daughter { border-top-color: #657969; }
.fork-card.daughter span.link { color: #45634C; }
.privacy-block { border-top: 4px solid #8C75F0; }
.privacy-grid div { border: 1px solid #526158; }
footer.site { background: #E9EBE4; }
/* Only the homepage has continuous motion. Each motif moves independently. */
.molecular-field { position: absolute; inset: 0; z-index: -1; pointer-events: none; overflow: hidden; }
.molecular-field i { position: absolute; display: block; background: center / contain no-repeat; opacity: .65; animation: artwork-cycle 24s ease-in-out var(--phase, 0s) infinite; }
.molecular-field .molecule { width: clamp(110px, 16vw, 235px); height: 120px; background-image: url("assets/molecule.svg?v=copper-1"); }
.m1 { left: 2%; top: 5%; --turn: -14deg; }
.m2 { right: 2%; top: 5%; --turn: 18deg; --phase: -5s; }
.m3 { left: 2%; top: 72%; --turn: 12deg; --phase: -16s; }
.m4 { right: 2%; top: 72%; --turn: -20deg; --phase: -8s; }
.m5 { left: 30%; top: 84%; --turn: -8deg; --phase: -11s; }
.m6 { right: 30%; top: -7%; --turn: 10deg; --phase: -3s; }
.molecular-field .egg-cell { right: 7%; top: 40%; width: 100px; height: 100px; background-image: url("assets/egg-cell.svg?v=copper-1"); --turn: -6deg; --phase: -8s; }
.molecular-field .dna-strand { left: 7%; top: 34%; width: 58px; height: 160px; background-image: url("assets/dna-strand.svg?v=copper-1"); --turn: -8deg; --phase: -16s; }
.hormone-formulas { position: absolute; inset: 0; z-index: 0; pointer-events: none; color: #D2C3F4; font: 400 clamp(18px, 2vw, 27px)/1.4 ui-monospace, monospace; letter-spacing: .06em; }
.hormone-formulas span { position: absolute; opacity: .65; transform: rotate(var(--tilt)); white-space: nowrap; }
.hormone-formulas .estradiol { left: 3%; top: 13%; --tilt: -14deg; --phase: 0s; }
.hormone-formulas .progesterone { right: 2%; top: 58%; --tilt: 12deg; --phase: -8s; }
.hormone-formulas .estriol { left: 5%; top: 76%; --tilt: -7deg; --phase: -16s; }
.home-hero .hormone-formulas { color: #D99A6C; }
.home-hero .hormone-formulas span { animation: formula-cycle 24s ease-in-out var(--phase) infinite; }
/* Formula references: PubChem estradiol CID 5757, progesterone CID 5994,
   estriol CID 5756. Decorative context, not measured hormone levels. */
.estradiol::before { content: "C₁₈H₂₄O₂"; }
.progesterone::before { content: "C₂₁H₃₀O₂"; }
.estriol::before { content: "C₁₈H₂₄O₃"; }
/* The animated motifs provide the homepage artwork; avoid duplicating them
   with the static biology background used on other pages. */
.home-hero::before { background: none; }
.home-hero::after { background: linear-gradient(90deg, transparent, #28183fed 28%, #28183fed 72%, transparent); }
/* Paired, offset phases: artwork recedes as a formula appears. No flashing
   or medical timing implied; this is a purely decorative visual rhythm. */
@keyframes artwork-cycle {
  0%, 8% { opacity: .65; transform: translateY(-12px) rotate(var(--turn)); }
  38%, 70% { opacity: 0; transform: translateY(18px) rotate(calc(var(--turn) + 16deg)); }
  100% { opacity: .65; transform: translateY(-12px) rotate(var(--turn)); }
}
@keyframes formula-cycle {
  0%, 12%, 90%, 100% { opacity: 0; transform: translate(-8px, 12px) rotate(var(--tilt)); }
  38%, 64% { opacity: .8; transform: translate(8px, -8px) rotate(calc(var(--tilt) + 6deg)); }
}
@media (min-width: 701px) and (max-width: 1000px) {
  .home-hero::after { background: linear-gradient(90deg, transparent, #28183ff5 15%, #28183ff5 85%, transparent); }
}
@media (max-width: 700px) {
  .hero.wrap { padding: 56px 24px 96px; }
  .hero::before { background-size: 100% auto; background-position: center top; background-repeat: repeat-y; }
  .hero::after { background: linear-gradient(90deg, #28183f66, #28183fed 22%, #28183fed 78%, #28183f66); }
  .hero h1 { letter-spacing: -.035em; }
  .grid.cols-2 { grid-template-columns: minmax(0, 1fr); }
  .molecular-field .molecule { width: 135px; height: 90px; }
  .molecular-field .m1, .molecular-field .m3 { left: -60px; }
  .molecular-field .m2, .molecular-field .m4 { right: -60px; }
  .molecular-field .m5 { left: 30%; top: 86%; }
  .molecular-field .m6 { right: 30%; top: -3%; }
  .molecular-field .egg-cell { right: 4px; width: 75px; height: 75px; }
  .molecular-field .dna-strand { left: 8px; width: 42px; }
  .hormone-formulas { z-index: 0; font-size: 18px; }
  .hormone-formulas .estradiol { top: 14px; left: 8%; }
  .hormone-formulas .progesterone { top: auto; bottom: 36px; right: 5%; }
  .hormone-formulas .estriol { top: auto; bottom: 13px; left: 7%; }
  .home-hero::after { background: linear-gradient(90deg, #28183f55, #28183fed 20%, #28183fed 80%, #28183f55); }
}
@media (prefers-reduced-motion: reduce) {
  .molecular-field i, .home-hero .hormone-formulas span { animation: none; }
  .btn, .fork-card { transition: none; }
  .btn:hover, .fork-card:hover { transform: none; }
}
/* Dot order follows the two profiles listed below the planner calendar. */
.mock-profile-dots { position: absolute; bottom: 2px; display: flex; gap: 3px; }
.mock-cal-cell .mock-profile-dots .dot { position: static; flex: 0 0 4px; }
/* Birth chart detail and optional daily-tip settings belong together. */
.chart-layout { display: grid; grid-template-columns: minmax(0, 1fr) 300px; gap: 36px; align-items: center; max-width: 820px; margin: 0 auto; }
.chart-guidance { padding: 28px; background: var(--card); border: 1px solid var(--border); border-radius: var(--radius-lg); color: var(--ink-soft); line-height: 1.8; }
.chart-guidance strong { display: block; margin-bottom: 12px; color: var(--ink); font-size: 20px; line-height: 1.35; }
#astrology { scroll-margin-top: 150px; }
@media (max-width: 700px) { .chart-layout { grid-template-columns: minmax(0, 1fr); gap: 24px; } }
.daily-astro-phone { width: 288px; max-width: 100%; }
.daily-astro-phone .screen { aspect-ratio: auto; }
.daily-astro-phone .mock { height: auto; padding: 20px 14px; font-size: 13px; }
.daily-astro-phone .mock-name { font-size: 17px; }
.daily-astro-phone .mock-kicker, .daily-astro-phone .mock-pill { font-size: 10px; }
.daily-astro-phone .mock-headline { font-size: 13px; }
.daily-astro-phone .mock-chip, .daily-astro-phone .mock-tag { font-size: 12px; }
.daily-astro-phone .mock-tag strong { font-size: 10px; }
.daily-astro-tip p { font-size: 13px; line-height: 1.6; margin: 8px 0; }
.daily-astro-tip .astro-contribution { background: #EDE5FC; border-left: 3px solid #8460BC; padding: 10px; border-radius: 4px; }
.daily-astro-phone + .phone-caption { max-width: 288px; }
.chart-guidance .influence-level { margin: 3px 0; line-height: 1.45; }
.chart-guidance .influence-level strong { display: inline; margin: 0; font-size: inherit; font-weight: 700; }
.chart-guidance .influence-low strong { color: #8062A6; }
.chart-guidance .influence-medium strong { color: #69418F; }
.chart-guidance .influence-high strong { color: #4A226E; }

/* Support and privacy pages */
.support-page { margin-top: -34px; padding-bottom: 72px; position: relative; z-index: 1; }
.support-contact { display: flex; align-items: center; justify-content: space-between; gap: 28px; padding: 34px; background: var(--card); border: 1px solid var(--border); border-top: 4px solid var(--accent); border-radius: var(--radius-lg); box-shadow: 0 22px 55px #28183f1c; }
.support-contact h2, .support-grid h2, .privacy-callout h2 { margin: 5px 0 8px; line-height: 1.3; }
.support-contact p, .support-grid p, .privacy-callout p { margin: 0; color: var(--ink-soft); }
.support-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 20px; margin-top: 20px; }
.support-grid .card { padding: 28px; }
.support-grid ul, .policy-page ul { margin: 12px 0 0; padding-left: 22px; color: var(--ink-soft); }
.support-grid li + li, .policy-page li + li { margin-top: 7px; }
.privacy-callout { display: flex; gap: 18px; align-items: flex-start; margin-top: 20px; padding: 28px; background: #EEE9F8; border: 1px solid #CFC2E5; border-radius: var(--radius-lg); }
.privacy-callout-icon { flex: 0 0 42px; height: 42px; display: grid; place-items: center; border-radius: 10px; background: #4A2E70; color: #fff; font-weight: 900; }
.privacy-callout a { color: #51317C; font-weight: 750; }
.policy-page { margin-top: 34px; }
.policy-updated { color: var(--ink-soft); font-size: 14px; }
.policy-summary { margin: 26px 0 42px; padding: 26px 30px; background: #EEE9F8; border: 1px solid #CFC2E5; border-left: 4px solid var(--accent); border-radius: var(--radius-lg); }
.policy-summary h2 { margin-top: 0; }
@media (max-width: 700px) {
  .support-contact { align-items: flex-start; flex-direction: column; }
  .support-grid { grid-template-columns: 1fr; }
  .privacy-callout { display: block; }
  .privacy-callout-icon { width: 42px; margin-bottom: 15px; }
}
