@font-face {
  font-family: "Cormorant Garamond";
  src: url("/fonts/cormorant-garamond-latin.woff2") format("woff2");
  font-weight: 300 700; font-style: normal; font-display: swap;
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
  font-family: "Cormorant Garamond";
  src: url("/fonts/cormorant-garamond-latin-italic.woff2") format("woff2");
  font-weight: 300 700; font-style: italic; font-display: swap;
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
  font-family: "Cormorant Fallback";
  src: local("Georgia"), local("Times New Roman");
  size-adjust: 88%; ascent-override: 92%; descent-override: 28%;
}

:root {
  --white: #ffffff;
  --seafoam: #e3f3f2;
  --seafoam-2: #f2f9f8;
  --deep: #0b4348;
  --deep-2: #0e565c;
  --aqua: #27a7aa;
  --aqua-text: #177a7d;
  --champagne: #e5b08e;
  --ink: #142d34;
  --ink-2: #4b6066;
  --ink-3: #7a8d92;
  --line: rgba(11, 67, 72, 0.12);
  --r-lg: 28px;
  --r-md: 18px;
  --r-pill: 980px;
  --serif: "Cormorant Garamond", "Cormorant Fallback", Georgia, serif;
  --sans: -apple-system, BlinkMacSystemFont, "SF Pro Text", "Helvetica Neue", Helvetica, Arial, sans-serif;
  --shadow-1: 0 1px 2px rgba(11, 67, 72, 0.05), 0 8px 24px rgba(11, 67, 72, 0.07);
  --shadow-2: 0 2px 6px rgba(11, 67, 72, 0.06), 0 24px 60px rgba(11, 67, 72, 0.14);
  --ease: cubic-bezier(0.22, 1, 0.36, 1);
  --sec: clamp(64px, 9vw, 120px);
}

* { box-sizing: border-box; }
[hidden] { display: none !important; }
html { overflow-x: clip; scroll-padding-top: 76px; -webkit-text-size-adjust: 100%; }
body { margin: 0; font-family: var(--sans); font-size: 17px; line-height: 1.6; color: var(--ink); background: var(--white); -webkit-font-smoothing: antialiased; }
img { max-width: 100%; height: auto; display: block; }
a { color: var(--deep); text-decoration: none; }
a:focus-visible, button:focus-visible, summary:focus-visible, [tabindex]:focus-visible { outline: 3px solid var(--aqua); outline-offset: 3px; border-radius: 6px; }
h1, h2 { margin: 0; font-family: var(--serif); font-weight: 500; letter-spacing: -0.005em; line-height: 1.04; color: var(--deep); }
h3, h4 { margin: 0; font-weight: 700; letter-spacing: -0.02em; line-height: 1.15; color: var(--deep); }
p { margin: 0; }
ul, ol { margin: 0; padding: 0; list-style: none; }
.wrap { width: min(1180px, 100% - 40px); margin-inline: auto; }
.wrap-n { width: min(860px, 100% - 40px); margin-inline: auto; }
.sr { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0 0 0 0); white-space: nowrap; }

/* buttons and links */
.btn { display: inline-flex; align-items: center; justify-content: center; gap: 8px; padding: 14px 24px; border-radius: var(--r-pill); background: var(--deep); color: var(--white); font-weight: 600; font-size: 16px; line-height: 1.2; text-align: center; border: 0; cursor: pointer; transition: transform 260ms var(--ease), background-color 200ms, box-shadow 260ms var(--ease); box-shadow: 0 1px 2px rgba(11, 67, 72, 0.2); }
.btn:hover { background: var(--deep-2); transform: translateY(-1px); box-shadow: 0 10px 24px rgba(11, 67, 72, 0.22); }
.btn:active { transform: translateY(0) scale(0.98); }
.btn-sm { padding: 11px 18px; font-size: 15px; }
.link { display: inline-flex; align-items: center; gap: 4px; font-weight: 600; color: var(--deep); }
.link svg { width: 14px; height: 14px; transition: transform 240ms var(--ease); }
.link:hover svg { transform: translateX(3px); }
.link:hover { text-decoration: underline; text-underline-offset: 4px; text-decoration-color: var(--aqua); }

/* nav */
.nav { position: fixed; inset: 0 0 auto 0; z-index: 50; height: 60px; background: rgba(255, 255, 255, 0.74); -webkit-backdrop-filter: saturate(180%) blur(20px); backdrop-filter: saturate(180%) blur(20px); border-bottom: 1px solid var(--line); }
@supports not ((backdrop-filter: blur(1px)) or (-webkit-backdrop-filter: blur(1px))) { .nav { background: rgba(255, 255, 255, 0.97); } }
@media (prefers-reduced-transparency: reduce) { .nav { background: var(--white); -webkit-backdrop-filter: none; backdrop-filter: none; } }
.nav .wrap { height: 100%; display: flex; align-items: center; gap: 28px; }
.logo { display: inline-flex; align-items: center; }
.nav .logo { height: 100%; }
.logo img { height: 30px; width: auto; }
.nav-links { display: flex; gap: 24px; margin-left: 6px; }
.nav-links a { color: var(--ink); font-size: 14px; font-weight: 500; padding: 6px 0; border-bottom: 2px solid transparent; transition: color 160ms, border-color 160ms; }
.nav-links a:hover { color: var(--deep); border-bottom-color: var(--aqua); }
.nav-links a[aria-current="page"] { color: var(--deep); border-bottom-color: var(--champagne); }
.nav-cta { margin-left: auto; display: flex; gap: 12px; align-items: center; }
.nav-cta .link { font-size: 14px; }
.nav-toggle { display: none; margin-left: auto; width: 40px; height: 40px; border: 0; background: none; cursor: pointer; border-radius: 10px; color: var(--deep); }
.nav-toggle svg { width: 22px; height: 22px; }
.nav-toggle:hover { background: var(--seafoam); }
.nav-toggle .x { display: none; }
@media (max-width: 960px) {
  .nav-links, .nav-cta { display: none; }
  .nav-toggle { display: grid; place-items: center; }
  .nav.open { height: auto; min-height: 60px; background: rgba(255, 255, 255, 0.97); }
  .nav.open .wrap { flex-wrap: wrap; height: auto; }
  .nav.open .logo { height: 60px; }
  .nav.open .nav-toggle { height: 60px; order: 2; }
  .nav.open .nav-toggle .x { display: block; }
  .nav.open .nav-toggle .burger { display: none; }
  .nav.open .nav-links, .nav.open .nav-cta { display: flex; flex-direction: column; align-items: stretch; gap: 2px; width: 100%; margin: 0; padding: 6px 0 0; }
  .nav.open .nav-links { order: 3; }
  .nav.open .nav-cta { order: 4; padding: 14px 0 20px; gap: 12px; }
  .nav.open .nav-links a { font-size: 19px; font-weight: 600; padding: 10px 0; border-bottom: 0; }
  .nav.open .nav-cta .link { justify-content: center; }
  .nav.open .nav-cta .btn { width: 100%; }
}

/* hero */
.hero { padding: calc(60px + clamp(52px, 8vw, 104px)) 0 0; text-align: center; }
.eyebrow { display: inline-block; font-size: 12px; font-weight: 700; letter-spacing: 0.14em; text-transform: uppercase; color: var(--aqua-text); background: var(--seafoam); padding: 7px 14px; border-radius: var(--r-pill); }
.hero h1 { font-size: clamp(46px, 7.6vw, 100px); line-height: 1; margin: 22px auto 0; max-width: 19ch; }
.hero .lede { font-size: clamp(18px, 2vw, 22px); line-height: 1.5; color: var(--ink-2); max-width: 50ch; margin: 22px auto 0; }
.hero .cta { display: flex; gap: 14px 22px; justify-content: center; align-items: center; flex-wrap: wrap; margin-top: 30px; }
.hero-media { margin: clamp(40px, 6vw, 72px) auto 0; width: min(1180px, 100% - 40px); border-radius: var(--r-lg); overflow: hidden; box-shadow: var(--shadow-2); aspect-ratio: 16 / 9; max-width: 100%; background: linear-gradient(160deg, var(--seafoam), #f6f1ec); }
.hero-media img { width: 100%; height: 100%; object-fit: cover; }
@media (max-width: 640px) { .hero-media { aspect-ratio: 4 / 3; } }
.hero-note { display: flex; gap: 10px 28px; justify-content: center; flex-wrap: wrap; margin-top: 26px; font-size: 14px; color: var(--ink-3); }
.hero-note li { display: flex; align-items: center; gap: 8px; }
.hero-note svg { width: 16px; height: 16px; color: var(--aqua); }

/* section rhythm */
.sec { padding: var(--sec) 0; }
.sec-white { background: var(--white); }
.sec-mist { background: var(--seafoam-2); }
.sec-head { text-align: center; max-width: 62ch; margin: 0 auto clamp(32px, 5vw, 56px); }
.sec-head h2 { font-size: clamp(38px, 5vw, 66px); }
.sec-head .rule { display: block; width: 48px; height: 2px; background: var(--champagne); margin: 18px auto 0; border-radius: 2px; }
.sec-head p { margin-top: 16px; font-size: clamp(17px, 1.6vw, 20px); color: var(--ink-2); }
.sec-head.left { text-align: left; margin-inline: 0; }
.sec-head.left .rule { margin-inline: 0; }
.h-sm { font-size: clamp(30px, 3.6vw, 44px); margin-bottom: 18px; }

/* pathway tiles */
.paths { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.path { position: relative; display: block; border-radius: var(--r-lg); overflow: hidden; background: var(--white); color: var(--ink); box-shadow: var(--shadow-1); transition: transform 420ms var(--ease), box-shadow 420ms var(--ease); }
.path .img { aspect-ratio: 4 / 5; overflow: hidden; background: linear-gradient(160deg, var(--seafoam), #f6f1ec); }
.path .img img { width: 100%; height: 100%; object-fit: cover; transition: transform 900ms var(--ease); }
.path .body { padding: 22px 24px 26px; }
.kicker { font-size: 12px; font-weight: 700; letter-spacing: 0.12em; text-transform: uppercase; color: var(--aqua-text); }
.path h3 { margin-top: 8px; font-family: var(--serif); font-weight: 600; font-size: 30px; letter-spacing: 0; }
.path p { margin-top: 10px; color: var(--ink-2); font-size: 15.5px; }
.path .price { margin-top: 16px; display: flex; flex-wrap: wrap; justify-content: space-between; align-items: baseline; gap: 8px 12px; font-size: 14px; color: var(--ink-3); }
.path .price strong { font-size: 17px; color: var(--ink); font-weight: 600; }
.path .price .link { font-size: 15px; white-space: nowrap; }
@media (hover: hover) { .path:hover { transform: translateY(-4px); box-shadow: var(--shadow-2); } .path:hover .img img { transform: scale(1.04); } }
.path:active { transform: translateY(0); }
@media (max-width: 900px) { .paths { grid-template-columns: 1fr; max-width: 520px; margin-inline: auto; } .path .img { aspect-ratio: 3 / 2; } }

/* how / split */
.how, .split { display: grid; grid-template-columns: 1.05fr 1fr; gap: clamp(32px, 5vw, 72px); align-items: center; }
.split { grid-template-columns: 0.9fr 1.1fr; }
.split.rev .media { order: 2; }
.how .media, .split .media { border-radius: var(--r-lg); overflow: hidden; box-shadow: var(--shadow-1); background: linear-gradient(160deg, var(--seafoam), #f6f1ec); }
.how .media { aspect-ratio: 3 / 2; }
.split .media { aspect-ratio: 4 / 5; max-width: 480px; }
.how .media img, .split .media img { width: 100%; height: 100%; object-fit: cover; }
.steps { display: grid; gap: 4px; }
.step { display: grid; grid-template-columns: 44px 1fr; gap: 16px; padding: 18px 0; border-top: 1px solid var(--line); }
.step:first-child { border-top: 0; }
.step .n { width: 40px; height: 40px; border-radius: 50%; display: grid; place-items: center; background: var(--seafoam); color: var(--deep); font-weight: 700; font-size: 15px; }
.step h3 { font-size: 20px; }
.step p { margin-top: 6px; color: var(--ink-2); font-size: 15.5px; }
.ticks { display: grid; gap: 14px; margin: 0 0 22px; }
.ticks li { display: grid; grid-template-columns: 22px 1fr; gap: 12px; align-items: start; font-size: 16.5px; }
.ticks svg { width: 22px; height: 22px; color: var(--aqua); margin-top: 3px; }
@media (max-width: 900px) { .how, .split { grid-template-columns: 1fr; } .split.rev .media { order: 0; } .split .media { max-width: none; aspect-ratio: 4 / 3; } .how .media { aspect-ratio: 4 / 3; } }

/* image cards */
.icards { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.icard { background: var(--white); border-radius: var(--r-lg); overflow: hidden; box-shadow: var(--shadow-1); }
.icard .ph { aspect-ratio: 4 / 3; overflow: hidden; background: linear-gradient(160deg, var(--seafoam), #f6f1ec); }
.icard .ph img { width: 100%; height: 100%; object-fit: cover; }
.icard h3 { font-size: 21px; margin: 20px 24px 0; }
.icard p { margin: 10px 24px 26px; color: var(--ink-2); font-size: 15.5px; }
@media (max-width: 900px) { .icards { grid-template-columns: 1fr; max-width: 520px; margin-inline: auto; } }

/* band */
.band { position: relative; }
.band .img { width: 100%; aspect-ratio: 21 / 9; min-height: 360px; max-height: 620px; background: linear-gradient(160deg, var(--seafoam), #f6f1ec); }
.band .img img { width: 100%; height: 100%; object-fit: cover; }
.band .glass { position: absolute; left: max(20px, calc((100% - 1180px) / 2)); bottom: clamp(24px, 5vw, 56px); width: min(520px, calc(100% - 40px)); padding: 26px 28px; border-radius: var(--r-md); background: rgba(255, 255, 255, 0.8); -webkit-backdrop-filter: saturate(160%) blur(18px); backdrop-filter: saturate(160%) blur(18px); box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.9), var(--shadow-2); }
@supports not ((backdrop-filter: blur(1px)) or (-webkit-backdrop-filter: blur(1px))) { .band .glass { background: rgba(255, 255, 255, 0.96); } }
@media (prefers-reduced-transparency: reduce) { .band .glass { background: var(--white); -webkit-backdrop-filter: none; backdrop-filter: none; } }
.band .glass h2 { font-size: clamp(28px, 3.2vw, 40px); }
.band .glass p { margin-top: 10px; color: var(--ink-2); font-size: 16px; }
@media (max-width: 640px) {
  .band { background: var(--seafoam-2); padding-bottom: 20px; }
  .band .img { aspect-ratio: 1.4; min-height: 0; max-height: none; }
  .band .glass { position: static; transform: none; width: calc(100% - 40px); margin: -56px auto 0; }
}

/* price cards */
.plist-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(240px, 1fr)); gap: 20px; }
.pcard { background: var(--white); border-radius: var(--r-lg); padding: 26px; box-shadow: var(--shadow-1); display: flex; flex-direction: column; border-top: 3px solid var(--champagne); }
.pname { font-weight: 700; font-size: 18px; color: var(--deep); letter-spacing: -0.01em; }
.pmeta { font-size: 13.5px; color: var(--ink-3); margin-top: 4px; }
.pprice { font-family: var(--serif); font-weight: 600; font-size: 44px; line-height: 1; color: var(--deep); margin-top: 14px; font-variant-numeric: tabular-nums; }
.pcard p { margin-top: 12px; color: var(--ink-2); font-size: 15px; flex: 1; }
.pcard .btn { margin-top: 20px; }
.pfoot { font-size: 13.5px; color: var(--ink-3); margin-top: 16px; line-height: 1.5; max-width: 80ch; }

/* women's concerns */
.concerns { display: grid; grid-template-columns: repeat(2, 1fr); gap: 20px; }
.concern { background: var(--seafoam-2); border-radius: var(--r-lg); padding: 28px; }
.concern h3 { font-family: var(--serif); font-weight: 600; font-size: 30px; letter-spacing: 0; }
.concern p { margin-top: 10px; color: var(--ink-2); font-size: 15.5px; }
.concern .link { margin-top: 16px; font-size: 14.5px; }
@media (max-width: 720px) { .concerns { grid-template-columns: 1fr; } }

/* fertility tiers */
.tiers { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.tier { background: var(--white); border-radius: var(--r-lg); padding: 26px; box-shadow: var(--shadow-1); display: flex; flex-direction: column; border-top: 3px solid var(--champagne); scroll-margin-top: 90px; }
.tier .len { font-size: 12px; font-weight: 700; letter-spacing: 0.12em; text-transform: uppercase; color: var(--aqua-text); }
.tier h3 { font-family: var(--serif); font-weight: 600; font-size: 28px; letter-spacing: 0; margin-top: 8px; }
.tier .amt { font-family: var(--serif); font-weight: 600; font-size: 46px; line-height: 1; color: var(--deep); margin-top: 12px; font-variant-numeric: tabular-nums; }
.tier .structure { margin-top: 10px; font-size: 14px; color: var(--ink-2); }
.tier .structure span { display: block; font-size: 13px; color: var(--ink-3); }
.tier .tag { margin-top: 16px; font-weight: 600; color: var(--deep); font-size: 16px; }
.tier .who { margin-top: 6px; color: var(--ink-2); font-size: 15px; }
.tier .inc { margin-top: 14px; padding-top: 14px; border-top: 1px solid var(--line); display: grid; gap: 8px; flex: 1; align-content: start; }
.tier .inc li { display: grid; grid-template-columns: 18px 1fr; gap: 10px; font-size: 14.5px; color: var(--ink-2); }
.tier .inc svg { width: 18px; height: 18px; color: var(--aqua); margin-top: 2px; }
.tier .btn { margin-top: 20px; }
@media (max-width: 1000px) { .tiers { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 640px) { .tiers { grid-template-columns: 1fr; } }

/* comparison table */
.table-wrap { overflow-x: auto; -webkit-overflow-scrolling: touch; border-radius: var(--r-md); background: var(--white); box-shadow: var(--shadow-1); }
.cmp { border-collapse: collapse; width: 100%; min-width: 860px; font-size: 14px; }
.cmp th, .cmp td { padding: 12px 14px; text-align: left; border-bottom: 1px solid var(--line); vertical-align: middle; }
.cmp thead th { background: var(--deep); color: var(--white); font-size: 13px; font-weight: 600; }
.cmp tbody th { font-weight: 600; color: var(--deep); white-space: nowrap; }
.cmp tbody tr:nth-child(even) td, .cmp tbody tr:nth-child(even) th { background: var(--seafoam-2); }
.cmp td { color: var(--ink-2); }
.cmp .yes svg { width: 18px; height: 18px; color: var(--aqua); }
.cmp .no { color: var(--ink-3); }

/* which */
.which { display: grid; gap: 10px; }
.which a { display: grid; grid-template-columns: 1.2fr 1fr; gap: 12px; align-items: center; padding: 16px 20px; border-radius: var(--r-md); background: var(--seafoam-2); color: var(--ink); transition: background-color 200ms, transform 260ms var(--ease); }
.which a:hover { background: var(--seafoam); transform: translateX(3px); }
.which .q { font-weight: 600; color: var(--deep); }
.which .a { display: flex; align-items: center; gap: 8px; justify-content: flex-end; color: var(--ink-2); font-size: 15px; text-align: right; }
.which .a strong { color: var(--deep); }
.which .a svg { width: 14px; height: 14px; color: var(--aqua); flex: none; }
@media (max-width: 640px) { .which a { grid-template-columns: 1fr; } .which .a { justify-content: flex-start; text-align: left; } }

/* practitioners */
.people { display: grid; grid-template-columns: repeat(2, 1fr); gap: 24px; max-width: 920px; margin-inline: auto; }
.people:has(> :only-child) { grid-template-columns: 1fr; max-width: 620px; }
.person { display: block; background: var(--white); border-radius: var(--r-lg); padding: 22px; box-shadow: var(--shadow-1); }
.person-in { display: grid; grid-template-columns: 150px 1fr; gap: 22px; align-items: start; }
.person .txt > span { display: block; }
.person .name { font-family: var(--serif); font-weight: 600; font-size: 28px; color: var(--deep); line-height: 1.1; }
.person .bio { margin-top: 10px; font-size: 15px; color: var(--ink-2); line-height: 1.6; }
.person .ph { display: block; aspect-ratio: 4 / 5; border-radius: 16px; overflow: hidden; background: var(--seafoam); }
.person .ph img { width: 100%; height: 100%; object-fit: cover; }
.person h3 { font-family: var(--serif); font-weight: 600; font-size: 28px; letter-spacing: 0; }
.person .role { color: var(--aqua-text); font-weight: 600; font-size: 14.5px; margin-top: 4px; }
.person .qual { font-size: 13.5px; color: var(--ink-3); margin-top: 6px; }
.person p { margin-top: 10px; font-size: 15px; color: var(--ink-2); }
.people-note { text-align: center; color: var(--ink-3); font-size: 14.5px; margin-top: 24px; }
@media (max-width: 900px) { .people { grid-template-columns: 1fr; max-width: 560px; } }
@media (max-width: 640px) { .person { padding: 0; overflow: hidden; } .person-in { grid-template-columns: 1fr; gap: 0; } .person .ph { aspect-ratio: 1; border-radius: 0; } .person .txt { display: block; padding: 18px 20px 22px; } .person .name { font-size: 26px; } }

/* trust */
.trust-sec { padding: clamp(24px, 4vw, 44px) 0 clamp(8px, 2vw, 24px); }
.trust { display: flex; flex-wrap: wrap; justify-content: center; gap: 12px 14px; }
.trust li { display: flex; align-items: center; gap: 10px; padding: 12px 18px; border-radius: var(--r-pill); background: var(--seafoam-2); border: 1px solid var(--line); font-size: 14.5px; font-weight: 500; color: var(--deep); }
.trust svg { width: 18px; height: 18px; color: var(--aqua); flex: none; }

/* faq */
.faq { max-width: 820px; margin-inline: auto; border-top: 1px solid var(--line); }
.faq details { border-bottom: 1px solid var(--line); }
.faq summary { list-style: none; cursor: pointer; display: flex; justify-content: space-between; align-items: center; gap: 20px; padding: 22px 4px; font-size: 19px; font-weight: 600; color: var(--deep); letter-spacing: -0.01em; }
.faq summary::-webkit-details-marker { display: none; }
.faq summary svg { width: 20px; height: 20px; flex: none; color: var(--aqua); transition: transform 300ms var(--ease); }
.faq details[open] summary svg { transform: rotate(45deg); }
.faq summary:hover { color: var(--aqua-text); }
.faq .a { padding: 0 4px 24px; color: var(--ink-2); max-width: 66ch; }

/* important */
.imp { display: grid; gap: 12px; font-size: 14.5px; color: var(--ink-2); line-height: 1.6; padding: 24px 28px; border-radius: var(--r-md); background: var(--seafoam-2); border-left: 3px solid var(--champagne); }

/* start / eligibility */
.start { background: var(--deep); color: var(--white); border-radius: var(--r-lg); padding: clamp(36px, 5vw, 64px); display: grid; grid-template-columns: 1.1fr 1fr; gap: clamp(28px, 4vw, 56px); align-items: center; }
.start h2 { font-size: clamp(36px, 4.4vw, 56px); color: var(--white); }
.start p { margin-top: 14px; color: rgba(255, 255, 255, 0.82); font-size: 17px; }
.chooser { background: rgba(255, 255, 255, 0.07); border: 1px solid rgba(255, 255, 255, 0.16); border-radius: var(--r-md); padding: 22px; }
.chooser .q { font-size: 12px; font-weight: 700; letter-spacing: 0.12em; text-transform: uppercase; color: rgba(255, 255, 255, 0.7); }
.chips { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 12px; }
.chip { border: 1.5px solid rgba(255, 255, 255, 0.4); background: transparent; color: var(--white); padding: 10px 16px; border-radius: var(--r-pill); font: inherit; font-size: 15px; font-weight: 500; cursor: pointer; transition: background-color 200ms, border-color 200ms, transform 200ms var(--ease); }
.chip:hover { background: rgba(255, 255, 255, 0.12); border-color: rgba(255, 255, 255, 0.8); }
.chip:active { transform: scale(0.97); }
.chip[aria-pressed="true"] { background: var(--white); color: var(--deep); border-color: var(--white); }
.answer { margin-top: 18px; padding-top: 18px; border-top: 1px solid rgba(255, 255, 255, 0.16); min-height: 96px; }
.answer .rec { font-size: 18px; font-weight: 600; }
.answer p { margin-top: 6px; font-size: 15px; color: rgba(255, 255, 255, 0.82); }
.answer .btn { margin-top: 14px; background: var(--white); color: var(--deep); }
.answer .btn:hover { background: var(--seafoam); }
@media (max-width: 900px) { .start { grid-template-columns: 1fr; text-align: center; } .chooser .chips { justify-content: center; } .chooser .q { text-align: center; } .answer { text-align: center; } }

/* cta strip */
.cta-strip { background: var(--deep); color: var(--white); padding: clamp(28px, 4vw, 44px) 0; }
.cta-strip .wrap { display: flex; flex-wrap: wrap; gap: 16px 28px; align-items: center; justify-content: space-between; }
.cta-strip p { font-family: var(--serif); font-size: clamp(26px, 3vw, 36px); line-height: 1.1; }
.cta-strip .btn { background: var(--white); color: var(--deep); }
.cta-strip .btn:hover { background: var(--seafoam); }

/* footer */
.footer { background: var(--white); border-top: 1px solid var(--line); padding: clamp(48px, 6vw, 80px) 0 40px; font-size: 14.5px; color: var(--ink-2); }
.footer .grid { display: grid; grid-template-columns: 1.3fr 1fr 1fr 1fr; gap: 32px; }
.footer h4 { font-size: 12px; font-weight: 700; letter-spacing: 0.12em; text-transform: uppercase; color: var(--deep); margin-bottom: 12px; }
.footer li { margin: 6px 0; }
.footer a { color: var(--ink-2); }
.footer a:hover { color: var(--deep); text-decoration: underline; text-underline-offset: 3px; text-decoration-color: var(--aqua); }
.footer .logo-full { display: inline-block; }
.footer .logo-full img { height: 120px; width: auto; }
.footer .blurb { margin-top: 16px; max-width: 34ch; }
.footer .avail { font-size: 13.5px; color: var(--ink-2); }
.footer .avail strong { color: var(--deep); }
.footer .hours li { display: flex; justify-content: space-between; gap: 12px; }
.footer .hours span { color: var(--ink-3); }
.footer .emergency { margin-top: 18px; padding: 12px 14px; border-radius: 12px; background: var(--seafoam-2); border-left: 3px solid var(--champagne); color: var(--ink); font-size: 13.5px; }
.footer .legal { margin-top: clamp(28px, 4vw, 48px); padding-top: 22px; border-top: 1px solid var(--line); font-size: 13px; color: var(--ink-3); display: grid; gap: 8px; }
@media (max-width: 900px) { .footer .grid { grid-template-columns: 1fr 1fr; } }
@media (max-width: 560px) { .footer .grid { grid-template-columns: 1fr; } }

/* motion */
.r { opacity: 0; transform: translateY(18px); transition: opacity 700ms var(--ease), transform 700ms var(--ease); }
.r.in { opacity: 1; transform: none; }
.r.d1 { transition-delay: 80ms; } .r.d2 { transition-delay: 160ms; } .r.d3 { transition-delay: 240ms; }
.hero .rise { animation: rise 900ms var(--ease) both; }
.hero .rise.h1 { animation-delay: 60ms; } .hero .rise.h2 { animation-delay: 160ms; } .hero .rise.h3 { animation-delay: 260ms; }
@keyframes rise { from { opacity: 0; transform: translateY(14px); } to { opacity: 1; transform: none; } }
@media (prefers-reduced-motion: reduce) {
  .r { opacity: 1; transform: none; transition: none; }
  .hero .rise { animation: none; }
  .btn, .path, .path .img img, .link svg, .chip, .which a { transition: none; }
  @media (hover: hover) { .path:hover { transform: none; } .path:hover .img img { transform: none; } .which a:hover { transform: none; } }
}
.no-js .r { opacity: 1; transform: none; }

/* TOUCH */
@media (pointer: coarse) {
  .link { padding: 8px 0; }
  .footer li { margin: 0; }
  .footer li a { display: inline-block; padding: 11px 0; min-width: 44px; }
  .footer .logo-full { padding: 6px 0; }
  .nav-links a { padding: 10px 0; }
}

/* FILM */
.hero-media .film { width: 100%; height: 100%; object-fit: cover; display: block; background: var(--seafoam); }

/* PAGE HEAD */
.page-head { padding: calc(60px + clamp(40px, 6vw, 72px)) 0 clamp(28px, 4vw, 48px); }
.page-head h1 { font-size: clamp(38px, 5.4vw, 68px); margin-top: 18px; max-width: 20ch; }
.page-head .lede { margin-top: 16px; font-size: clamp(17px, 1.7vw, 20px); color: var(--ink-2); max-width: 60ch; }

/* PRICE INCLUSIONS */
.pinc { margin-top: 16px; padding-top: 14px; border-top: 1px solid var(--line); }
.pinc-h { font-size: 12px; font-weight: 700; letter-spacing: 0.12em; text-transform: uppercase; color: var(--aqua-text); margin-bottom: 10px; }
.pinc ul { display: grid; gap: 8px; }
.pinc li { display: grid; grid-template-columns: 18px 1fr; gap: 10px; font-size: 14.5px; color: var(--ink-2); line-height: 1.45; }
.pinc svg { width: 18px; height: 18px; color: var(--aqua); margin-top: 2px; }
.plist-grid { grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); align-items: start; }

/* PRACTITIONER CARD AS BUTTON + MODAL */
button.person { text-align: left; font: inherit; color: inherit; border: 0; cursor: pointer; transition: transform 320ms var(--ease), box-shadow 320ms var(--ease); width: 100%; }
button.person:hover { transform: translateY(-3px); box-shadow: var(--shadow-2); }
button.person .link { margin-top: 12px; font-size: 14.5px; }
.modal { border: 0; padding: 0; background: transparent; max-width: min(760px, calc(100vw - 32px)); width: 100%; margin: auto; }
.modal::backdrop { background: rgba(11, 67, 72, 0.45); -webkit-backdrop-filter: blur(6px); backdrop-filter: blur(6px); }
.modal-body { position: relative; background: var(--white); border-radius: var(--r-lg); padding: clamp(24px, 4vw, 40px); box-shadow: var(--shadow-2); max-height: calc(100vh - 40px); overflow: auto; }
.modal-x { position: absolute; top: 14px; right: 14px; width: 40px; height: 40px; border: 0; background: var(--seafoam-2); border-radius: 50%; display: grid; place-items: center; cursor: pointer; color: var(--deep); }
.modal-x svg { width: 20px; height: 20px; }
.modal-x:hover { background: var(--seafoam); }
.modal-grid { display: grid; grid-template-columns: 220px 1fr; gap: 28px; align-items: start; }
.modal-grid .ph { aspect-ratio: 4 / 5; border-radius: 16px; overflow: hidden; background: var(--seafoam); }
.modal-grid .ph img { width: 100%; height: 100%; object-fit: cover; }
.modal-grid h2 { font-size: clamp(30px, 4vw, 40px); margin-top: 6px; }
.modal-grid .qual { font-size: 14px; color: var(--ink-3); margin-top: 6px; }
.modal-grid > div > p { margin-top: 12px; color: var(--ink-2); font-size: 15.5px; }
.modal-grid h3 { font-size: 12px; font-weight: 700; letter-spacing: 0.12em; text-transform: uppercase; color: var(--aqua-text); margin: 20px 0 8px; }
.tags { display: flex; flex-wrap: wrap; gap: 8px; }
.tags li { padding: 7px 12px; border-radius: var(--r-pill); background: var(--seafoam-2); border: 1px solid var(--line); font-size: 14px; color: var(--deep); font-weight: 500; }
.ticks.small { gap: 8px; margin: 0; }
.ticks.small li { font-size: 15px; }
.consults li { margin: 4px 0; }
.modal-grid .btn { margin-top: 22px; }
html.modal-open { overflow: hidden; }
@media (max-width: 640px) { .modal-grid { grid-template-columns: 1fr; justify-items: center; text-align: center; } .modal-grid .ph { width: 160px; } .modal-grid .tags, .modal-grid .ticks, .modal-grid .consults { justify-content: center; text-align: left; } }
@media (prefers-reduced-motion: reduce) { button.person { transition: none; } button.person:hover { transform: none; } }

/* BOOKING + FORM STEPS */
.bsteps { display: flex; gap: 8px 22px; flex-wrap: wrap; margin-bottom: 26px; }
.bstep { display: flex; align-items: center; gap: 10px; font-size: 14px; font-weight: 600; color: var(--ink-3); }
.bstep .n { width: 30px; height: 30px; border-radius: 50%; display: grid; place-items: center; background: var(--white); border: 1.5px solid var(--line); font-size: 13px; }
.bstep.on { color: var(--deep); } .bstep.on .n { background: var(--deep); color: var(--white); border-color: var(--deep); }
.bstep.done { color: var(--aqua-text); } .bstep.done .n { background: var(--aqua); color: var(--white); border-color: var(--aqua); }
.bpanel, .fstep { background: var(--white); border-radius: var(--r-lg); padding: clamp(22px, 3.5vw, 36px); box-shadow: var(--shadow-1); border: 0; margin: 0; }
.bpanel + .bpanel, .fstep + .fstep { margin-top: 20px; }
.opts { display: grid; gap: 12px; }
.opt { text-align: left; font: inherit; color: var(--ink); background: var(--seafoam-2); border: 1.5px solid transparent; border-radius: var(--r-md); padding: 18px 20px; cursor: pointer; display: block; width: 100%; transition: border-color 160ms, background-color 160ms, transform 240ms var(--ease); }
.opt-in { display: grid; gap: 4px; }
.opt:hover { border-color: var(--aqua); background: var(--seafoam); }
.opt:active { transform: scale(0.99); }
.opt-h { font-weight: 700; color: var(--deep); font-size: 17px; display: block; }
.opt-p { color: var(--ink-2); font-size: 14.5px; display: block; }
.opt.row .opt-in { grid-template-columns: 1fr auto; align-items: center; gap: 14px; }
.opt.row strong { font-family: var(--serif); font-size: 26px; color: var(--deep); font-weight: 600; }
.bnote { margin-top: 16px; font-size: 14px; color: var(--ink-3); }
.bpanel.centre { text-align: center; }
.bpanel.centre .summary { text-align: left; }
.bpanel.centre .bactions { justify-content: center; }
.bpanel.centre .bnote { text-align: center; }
.summary { display: grid; gap: 10px; padding: 18px 20px; border-radius: var(--r-md); background: var(--seafoam-2); margin: 12px 0 16px; }
.summary > div { display: flex; justify-content: space-between; gap: 16px; font-size: 15.5px; }
.summary .k { color: var(--ink-3); }
.summary strong { font-family: var(--serif); font-size: 24px; color: var(--deep); }
.bactions { display: flex; flex-wrap: wrap; gap: 14px 22px; align-items: center; margin-top: 22px; }
.bactions .link { background: none; border: 0; font: inherit; font-weight: 600; cursor: pointer; padding: 8px 0; }
.fstep > legend { float: left; width: 100%; padding: 0; margin-bottom: 18px; }
.fstep > * { clear: both; }
.goalset legend { float: none; width: auto; }
.h-sm { font-family: var(--serif); font-weight: 500; color: var(--deep); }
.fstep .chips.big .chip { font-size: 16px; padding: 12px 18px; }
.fstep .chip { position: relative; display: inline-flex; border: 1.5px solid var(--line); background: var(--white); color: var(--deep); cursor: pointer; }
.fstep .chip input { position: absolute; opacity: 0; width: 1px; height: 1px; }
.fstep .chip:hover { border-color: var(--aqua); background: var(--seafoam-2); }
.fstep .chip:has(input:checked) { background: var(--deep); color: var(--white); border-color: var(--deep); }
.fstep .chip:has(input:focus-visible) { outline: 3px solid var(--aqua); outline-offset: 3px; }
.goalset { border: 0; padding: 0; margin: 20px 0 0; }
.goalset legend { font-weight: 600; color: var(--deep); font-size: 16px; margin-bottom: 4px; }
.grid2 { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.field { display: grid; gap: 6px; margin-top: 16px; border: 0; padding: 0; }
.field > span, .field > legend { font-weight: 600; font-size: 15px; color: var(--deep); }
.field em { font-style: normal; font-weight: 400; color: var(--ink-3); }
.field small { font-size: 13px; color: var(--ink-3); }
.field input, .field select, .field textarea { font: inherit; font-size: 16px; padding: 12px 14px; border-radius: 12px; border: 1.5px solid var(--line); background: var(--white); color: var(--ink); width: 100%; }
.field input:focus, .field select:focus, .field textarea:focus { outline: 3px solid var(--aqua); outline-offset: 2px; border-color: var(--aqua); }
.field.check { grid-template-columns: 22px 1fr; gap: 12px; align-items: start; font-size: 14.5px; color: var(--ink-2); margin-top: 20px; }
.field.check input { width: 22px; height: 22px; margin-top: 2px; accent-color: var(--deep); }
.field.check a { text-decoration: underline; text-underline-offset: 3px; }
.hp { position: absolute; left: -9999px; width: 1px; height: 1px; overflow: hidden; }
.err { margin-top: 14px; padding: 12px 14px; border-radius: 12px; background: #fdf1ec; border-left: 3px solid #d9714a; color: #7a3a22; font-size: 14.5px; }
.fdone { background: var(--white); border-radius: var(--r-lg); padding: clamp(22px, 3.5vw, 36px); box-shadow: var(--shadow-1); border-top: 3px solid var(--aqua); }
.fdone p { margin-top: 10px; color: var(--ink-2); }
@media (max-width: 560px) { .grid2 { grid-template-columns: 1fr; gap: 0; } .summary > div { flex-direction: column; gap: 2px; } }

/* STACKED CARDS ON PHONES: each card sticks under the nav and the next one slides over it */
@media (max-width: 640px) {
  .stack { display: grid; gap: 16px; }
  .stack > * { position: sticky; top: var(--stick, 72px); }
  /* each held card gets a stretch of scroll to be read before the next slides over it */
  .stack > :not(:last-child) { margin-bottom: 28vh; }
  /* steps stack the same way: each one holds under the nav and the next slides over it */
  .steps.stack { gap: 0; }
  .steps.stack .step { background: var(--seafoam-2); padding: 18px 0 22px; border-top: 0; box-shadow: 0 -1px 0 var(--line); margin: 0 0 12vh; }
  .steps.stack .step:last-child { margin-bottom: 0; }
}
@media (max-width: 640px) and (prefers-reduced-motion: reduce) { .stack > * { position: static; } }

/* BOOKING WITH A NAMED PRACTITIONER */
.with { display: grid; grid-template-columns: 56px 1fr auto; gap: 14px; align-items: center; background: var(--white); border-radius: var(--r-md); padding: 14px 18px; box-shadow: var(--shadow-1); border-left: 3px solid var(--champagne); margin-bottom: 20px; }
.with .ph { width: 56px; aspect-ratio: 1; border-radius: 50%; overflow: hidden; background: var(--seafoam); }
.with .ph img { width: 100%; height: 100%; object-fit: cover; object-position: 50% 20%; }
.with strong { display: block; color: var(--deep); font-size: 17px; }
.with span { display: block; font-size: 13.5px; color: var(--ink-3); }
.with .link { font-size: 14px; }
@media (max-width: 560px) { .with { grid-template-columns: 56px 1fr; } .with .link { grid-column: 2; } }
