:root{--blue:#1A445A;--sage:#88B699;--gold:#F1CC61;--cream:#F6EBCB;--paper:#FFF9EC;--ink:#233A3A;--muted:#657173;--white:#fff;--shadow:0 16px 42px rgba(26,68,90,.13)}
*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;max-width:100%;overflow-x:hidden;font-family:Arial,Helvetica,sans-serif;color:var(--ink);background:var(--paper);line-height:1.6}a{color:inherit}.skip{position:absolute;left:-999px}.skip:focus{left:1rem;top:1rem;background:#fff;padding:.7rem;z-index:99}.top{display:flex;align-items:center;justify-content:space-between;gap:1rem;padding:1rem max(5vw,1rem);background:rgba(255,249,236,.97);border-bottom:1px solid rgba(26,68,90,.12);position:sticky;top:0;z-index:10}.brand{display:flex;align-items:center;gap:.8rem;text-decoration:none;font-weight:800;color:var(--blue)}.brand img{width:132px;max-height:58px;object-fit:contain}.top nav{display:flex;gap:1.1rem;align-items:center;flex-wrap:wrap}.top nav a{text-decoration:none;font-size:.95rem}.btn,.top nav a.cta{display:inline-block;border-radius:999px;padding:.75rem 1.15rem;background:var(--blue);color:#fff;text-decoration:none;font-weight:700;border:2px solid var(--blue);font:inherit;cursor:pointer}.btn.alt{background:transparent;color:var(--blue)}.btn.sage{background:var(--sage);border-color:var(--sage);color:#17343d}.hero{padding:clamp(4rem,9vw,8rem) max(6vw,1.2rem);background:linear-gradient(140deg,var(--paper),var(--cream));min-height:64vh;display:grid;align-items:center}.hero.compact-hero{min-height:46vh}.hero .inner{max-width:860px}.eyebrow{text-transform:uppercase;letter-spacing:.16em;font-size:.78rem;font-weight:800;color:var(--sage)}h1{font-size:clamp(2.4rem,6vw,5rem);line-height:1.04;color:var(--blue);margin:.5rem 0 1rem;overflow-wrap:break-word}h2{font-size:clamp(1.75rem,3.8vw,3rem);line-height:1.15;color:var(--blue);margin:0 0 1rem;overflow-wrap:break-word}h3{color:var(--blue)}.lead{font-size:clamp(1.08rem,2vw,1.35rem);max-width:760px}.actions{display:flex;gap:.8rem;flex-wrap:wrap;margin-top:1.5rem}.section{padding:4.5rem max(6vw,1.2rem)}.section.white{background:#fff}.section.sage{background:#eaf3ec}.wrap{max-width:1120px;margin:auto}.narrow,.form-wrap,.legal-wrap{max-width:860px}.grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:1.3rem}.grid.two{grid-template-columns:repeat(2,minmax(0,1fr))}.card{min-width:0;background:#fff;border-radius:18px;padding:1.55rem;box-shadow:var(--shadow);border:1px solid rgba(26,68,90,.08)}.card h3{margin-top:0}.route{display:flex;flex-direction:column;min-height:290px}.route .btn{margin-top:auto;width:max-content}.steps{counter-reset:step;display:grid;gap:1rem}.step{min-width:0;background:#fff;border-left:6px solid var(--sage);padding:1rem 1.2rem;border-radius:10px;box-shadow:0 8px 22px rgba(26,68,90,.08)}.step:before{counter-increment:step;content:counter(step);display:inline-grid;place-items:center;width:2rem;height:2rem;border-radius:50%;background:var(--gold);font-weight:800;margin-right:.7rem}.notice{border:2px solid var(--gold);background:#fff9d8;padding:1rem 1.2rem;border-radius:12px}.callout,.publication-control,.activation-hold{margin-top:1.5rem}.callout h3{margin-top:0}.form{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:1rem;margin-top:2rem}.field{display:flex;min-width:0;flex-direction:column;gap:.3rem}.field.full{grid-column:1/-1}label,.field-label{font-weight:700;color:var(--blue)}.field small{color:var(--muted);font-size:.88rem}input,select,textarea{width:100%;min-width:0;padding:.85rem;border:1px solid #aeb9b8;border-radius:9px;background:#fff;font:inherit}textarea{min-height:130px}.check{display:flex;align-items:flex-start;gap:.6rem}.check input{width:auto;margin-top:.35rem}.feature-list{display:grid;gap:.75rem;padding-left:1.35rem}.feature-list.two-column{grid-template-columns:repeat(2,minmax(0,1fr));column-gap:2.5rem}.support-grid{align-items:start}.support-grid h2{font-size:2rem}.support-grid ul{padding-left:1.2rem}.footer{padding:2rem max(6vw,1.2rem);background:var(--blue);color:#fff}.footer .wrap{display:flex;justify-content:space-between;gap:1rem;flex-wrap:wrap}.footer .wrap>*{min-width:0}.footer a{color:#fff}.small{font-size:.85rem;color:var(--muted)}.footer .small{color:#e8eeee}.tag{display:inline-block;background:var(--cream);border-radius:999px;padding:.25rem .7rem;font-size:.82rem;font-weight:700;margin:.15rem}.prototype{background:var(--gold);padding:.45rem max(1rem,5vw);text-align:center;font-weight:700;color:#263d40}.gateway .inner{max-width:1120px}.pathway-grid{margin-top:2.25rem}.pathway-grid .route{min-height:280px}.pathway-grid .route h2{font-size:clamp(1.75rem,3vw,2.6rem)}section[id]{scroll-margin-top:110px}.top nav a[aria-current="page"]{text-decoration:underline;text-underline-offset:.25rem}.btn:focus-visible,.top a:focus-visible{outline:3px solid var(--gold);outline-offset:3px}
@media(max-width:800px){.grid,.grid.two,.form,.feature-list.two-column{grid-template-columns:1fr}.top{align-items:flex-start;flex-direction:column}.top nav{justify-content:flex-start;width:100%}.field.full{grid-column:auto}.pathway-grid .route{min-height:240px}}
@media(max-width:560px){.top{position:static;padding:.8rem 1rem}.top nav{gap:.55rem}.top nav a{font-size:.83rem}.top nav a.cta{padding:.55rem .8rem}.brand img{width:108px}.hero,.hero.compact-hero{min-height:auto;padding:3.25rem 1rem}.section{padding:3rem 1rem}.actions .btn,.route .btn,.form .btn{display:flex;width:100%;max-width:100%;min-height:48px;align-items:center;justify-content:center;padding:.8rem 1rem;text-align:center;white-space:normal;line-height:1.25}.footer .wrap{flex-direction:column}.form{padding:1.1rem}.prototype{font-size:.8rem;line-height:1.3}}

/* Correction round 1: keep gateway and Wellness fixes isolated from Medical. */
.gateway-page .top{background:var(--cream)}
.shared-top{background:var(--cream)}
.medical-page .top{background:var(--cream)}
.wellness-page .top{background:var(--cream);z-index:30;isolation:isolate}
.wellness-page section[id]{scroll-margin-top:7rem}

/* Wellness landing page: warm, accessible section banding using the QuietSouth palette. */
.wellness-page #journeys{background:#edf4ef;background:color-mix(in srgb,var(--sage) 16%,var(--paper))}
.wellness-page #journeys .journey-grid .card{border-color:rgba(26,68,90,.11)}
.wellness-page #journeys .journey-grid .card:nth-child(6n+1),.wellness-page #journeys .journey-grid .card:nth-child(6n+2){background:#fbf3dc;background:color-mix(in srgb,var(--cream) 82%,var(--white))}
.wellness-page #journeys .journey-grid .card:nth-child(6n+3),.wellness-page #journeys .journey-grid .card:nth-child(6n+4){background:#e4eee7;background:color-mix(in srgb,var(--sage) 22%,var(--white))}
.wellness-page #journeys .journey-grid .card:nth-child(6n+5),.wellness-page #journeys .journey-grid .card:nth-child(6n+6){background:#fff5cf;background:color-mix(in srgb,var(--gold) 20%,var(--paper))}
.wellness-page #process{background:#dfeadf;background:color-mix(in srgb,var(--sage) 30%,var(--paper));box-shadow:inset 0 1px rgba(26,68,90,.12),inset 0 -1px rgba(26,68,90,.12)}
.wellness-page #process .step{background:var(--paper)}
.wellness-page #about{background:#f5e6bb;background:color-mix(in srgb,var(--gold) 15%,var(--cream))}

/* Medical How it works: calm process banding without changing page structure. */
.medical-page .section:has(> .wrap > .steps){background:#e8f1ea;background:color-mix(in srgb,var(--sage) 20%,var(--paper))}
.medical-page .section:has(> .wrap > .steps) .step{background:#faf1d8;background:color-mix(in srgb,var(--cream) 62%,var(--paper))}
.medical-page .section:has(> .wrap > .steps) .actions{padding:1.25rem;background:#f7e8ba;background:color-mix(in srgb,var(--gold) 14%,var(--cream));border-radius:18px;box-shadow:inset 0 0 0 1px rgba(26,68,90,.1)}

/* Medical Support options: stacked comparison layout without changing content. */
.medical-page .section:has(> .wrap > .support-grid){background:#edf4ef;background:color-mix(in srgb,var(--sage) 12%,var(--paper))}
.medical-page .support-grid{grid-template-columns:1fr;gap:1.5rem}
.medical-page .support-grid .card{padding:clamp(1.5rem,3vw,2.25rem);border-color:rgba(26,68,90,.11)}
.medical-page .support-grid .card>p,.medical-page .support-grid .card>h3,.medical-page .support-grid .card>ul{max-width:900px}
.medical-page .support-grid .card h2{white-space:nowrap}
.medical-page .support-grid .card:nth-child(1){background:#fbf3dc;background:color-mix(in srgb,var(--cream) 82%,var(--white))}
.medical-page .support-grid .card:nth-child(2){background:#e4eee7;background:color-mix(in srgb,var(--sage) 22%,var(--white))}
.medical-page .support-grid .card:nth-child(3){background:#fff5cf;background:color-mix(in srgb,var(--gold) 20%,var(--paper))}
.medical-page .support-grid+.notice.callout{margin-bottom:0;background:#fff5cf;background:color-mix(in srgb,var(--gold) 18%,var(--paper));border-bottom:0;border-bottom-left-radius:0;border-bottom-right-radius:0}
.medical-page .support-grid+.notice.callout+.actions{margin-top:0;padding:0 1.2rem 1.2rem;background:#fff5cf;background:color-mix(in srgb,var(--gold) 18%,var(--paper));border:2px solid var(--gold);border-top:0;border-radius:0 0 12px 12px}

/* Recovery-friendly experiences: calm card-section colour banding only. */
.medical-page .section.white:has(> .wrap > .grid.two){background:#e8f1ea;background:color-mix(in srgb,var(--sage) 20%,var(--paper))}
.medical-page .section.white:has(> .wrap > .grid.two) .card:nth-child(1),.medical-page .section.white:has(> .wrap > .grid.two) .card:nth-child(4){background:#fbf3dc;background:color-mix(in srgb,var(--cream) 82%,var(--white))}
.medical-page .section.white:has(> .wrap > .grid.two) .card:nth-child(2){background:#e4eee7;background:color-mix(in srgb,var(--sage) 22%,var(--white))}
.medical-page .section.white:has(> .wrap > .grid.two) .card:nth-child(3){background:#fff5cf;background:color-mix(in srgb,var(--gold) 20%,var(--paper))}

@media(max-width:560px){
  .gateway-page{max-width:100%;overflow-x:hidden}
  .gateway-page .prototype{padding:.25rem .75rem;font-size:.76rem;line-height:1.25}
  .gateway-page .top{padding:.8rem 1.25rem}
  .gateway-page .gateway{width:100%;padding:3rem 1.25rem}
  .gateway-page .gateway .inner,.gateway-page .pathway-grid,.gateway-page .route{width:100%;min-width:0;max-width:100%}
  .gateway-page h1{max-width:100%;font-size:clamp(2rem,9vw,2.55rem);line-height:1.1;overflow-wrap:break-word}
  .gateway-page .lead{max-width:100%;font-size:1.02rem;line-height:1.55;overflow-wrap:break-word}
  .gateway-page .pathway-grid{gap:1rem;margin-top:1.75rem}
  .gateway-page .pathway-grid .route{min-height:0;padding:1.25rem}
  .gateway-page .pathway-grid .route h2{font-size:1.65rem;line-height:1.15}
  .gateway-page .route .btn{display:flex;width:100%;max-width:100%;min-height:48px;align-items:center;justify-content:center;padding:.8rem 1rem;text-align:center;white-space:normal;line-height:1.25}
  .gateway-page .footer .wrap>*{min-width:0;overflow-wrap:anywhere}

  .wellness-page .top{position:sticky;top:0;padding:.75rem 1rem .85rem;background:var(--cream);z-index:30}
  .wellness-page .top nav{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));justify-content:space-between;gap:.35rem;width:100%;max-width:100%}
  .wellness-page .top nav a{display:inline-flex;min-width:0;min-height:42px;align-items:center;justify-content:center;padding:.4rem .15rem;font-size:.78rem;line-height:1.15;text-align:center;white-space:normal}
  .wellness-page .top nav a.cta{min-height:42px;padding:.55rem .75rem;display:inline-flex;align-items:center;justify-content:center}
  .wellness-page .top nav .route-switch{grid-column:1/-1;min-height:38px}
  .wellness-page section[id]{scroll-margin-top:12rem}
}

@media(max-width:600px){
  .wellness-page .top{position:static;top:auto;padding:.55rem 1rem .65rem;background:var(--cream);z-index:30}
  .wellness-page .brand img{width:104px;max-height:48px}
  .medical-page .top{position:static;top:auto;padding:.55rem 1rem .65rem;background:var(--cream)}
  .medical-page .brand img{width:104px;max-height:48px}
}

/* Keep prototype-form checkboxes clearly visible beside wrapped consent text. */
.check input{width:1.125rem;min-width:1.125rem;height:1.125rem;flex:0 0 1.125rem;margin-top:.25rem}

/* Preserve manuscript casing for visible section labels. */
.eyebrow{text-transform:none}

/* Approved Public Release Candidate image placements. */
.site-image{margin:0}.site-image img,.image-band img{display:block;max-width:100%;border-radius:18px;box-shadow:var(--shadow)}
.image-band{padding:3rem max(6vw,1.2rem) 4.5rem;background:linear-gradient(140deg,var(--paper),var(--cream))}
.gateway-landscape .wrap{aspect-ratio:16/5;overflow:hidden;border-radius:18px;box-shadow:var(--shadow)}.gateway-landscape img{width:100%;height:100%;object-fit:cover;object-position:center 45%;border-radius:inherit;box-shadow:none}
.about-founder-grid{display:grid;grid-template-columns:minmax(0,.9fr) minmax(0,1.1fr);gap:clamp(2rem,5vw,4rem);align-items:center;max-width:1120px}
.about-founder-image img{width:100%;height:auto;border-radius:20px}
.wellness-hero-image{margin-top:2.25rem}.wellness-hero-image img{width:100%;height:auto}
.journey-intro-image{margin:2rem 0;aspect-ratio:16/7;overflow:hidden;border-radius:18px;box-shadow:var(--shadow)}.journey-intro-image img{width:100%;height:100%;object-fit:cover;object-position:center 62%;border-radius:inherit;box-shadow:none}
.journey-card-image{margin-top:1.25rem}.journey-card-image img{border-radius:12px;box-shadow:0 8px 22px rgba(26,68,90,.11)}
.card-landscape{aspect-ratio:4/3;overflow:hidden;border-radius:12px;box-shadow:0 8px 22px rgba(26,68,90,.11)}.card-landscape img{width:100%;height:100%;object-fit:cover;object-position:center;border-radius:inherit;box-shadow:none}
.card-portrait{display:block;width:min(100%,260px);aspect-ratio:2/3;overflow:hidden;margin:1.25rem auto 0;border-radius:12px;box-shadow:0 8px 22px rgba(26,68,90,.11)}.card-portrait img{width:100%;max-width:none;height:100%;max-height:none;object-fit:cover;object-position:center 68%;border-radius:inherit;box-shadow:none}
.wilderness-feature{max-width:760px;aspect-ratio:3/2;overflow:hidden;margin:2rem auto 0;border-radius:18px;box-shadow:var(--shadow)}.wilderness-feature img{width:100%;height:100%;object-fit:cover;object-position:center 82%;border-radius:inherit;box-shadow:none}
.desktop-journey-gallery{display:none}

@media(max-width:800px){
  .about-founder-grid{grid-template-columns:1fr;max-width:860px}.about-founder-image{max-width:620px;margin:0 auto;width:100%}
  .gateway-landscape .wrap{aspect-ratio:16/8}.gateway-landscape img{object-position:center 45%}
}

@media(max-width:560px){
  .image-band{padding:1.5rem 1rem 3rem}.gateway-landscape .wrap{aspect-ratio:4/3}.gateway-landscape img{object-position:center}
  .wellness-hero-image{margin-top:1.75rem}.journey-intro-image{margin:1.5rem 0;aspect-ratio:4/3}.journey-intro-image img{object-position:center 58%}
  .journey-card-image{margin-top:1rem}.card-portrait{margin:1rem auto 0}.wilderness-feature{margin-top:1.5rem;max-width:100%;aspect-ratio:4/3}
}

@media(min-width:901px){
  .wellness-page .journey-grid{grid-template-columns:repeat(6,minmax(0,1fr));align-items:stretch}
  .wellness-page .journey-grid .card{grid-column:span 2}
  .wellness-page .journey-grid .card:nth-child(7),.wellness-page .journey-grid .card:nth-child(8){grid-column:span 3}
  .wellness-page .journey-grid .journey-card-image{display:none}
  .desktop-journey-gallery{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:1.3rem;margin-top:1.3rem}
  .desktop-journey-image{aspect-ratio:4/3;overflow:hidden;border-radius:18px;box-shadow:var(--shadow)}
  .desktop-journey-image img{width:100%;height:100%;object-fit:cover;border-radius:inherit;box-shadow:none}
  .desktop-winelands-image img{object-position:center}
  .desktop-cycling-image img{object-position:center 52%}
}

/* Final global navigation: horizontal desktop menu and compact mobile drawer. */
.mobile-menu-toggle{display:none}
.top nav.global-nav{display:flex;align-items:center;gap:.9rem;flex-wrap:nowrap}
.top nav.global-nav>a,.top nav.global-nav .nav-dropdown>a{display:inline-flex;align-items:center;min-height:44px;text-decoration:none;font-size:1.0625rem;font-weight:400;line-height:1.25;white-space:nowrap}
.nav-dropdown{position:relative;min-width:0}
.nav-submenu{display:none;position:absolute;top:100%;left:0;z-index:40;min-width:210px;padding:.45rem;background:var(--cream);border:1px solid rgba(26,68,90,.16);border-radius:0 0 12px 12px;box-shadow:0 14px 28px rgba(26,68,90,.18)}
.top nav.global-nav .nav-submenu a{display:block;min-height:42px;padding:.55rem .75rem;border-radius:8px;text-decoration:none;font-size:1rem;font-weight:400;line-height:1.35;white-space:nowrap}
.top nav.global-nav .nav-submenu a:hover,.top nav.global-nav .nav-submenu a:focus-visible{background:var(--paper)}
.top nav.global-nav a:focus-visible,.mobile-menu-toggle:focus-visible{outline:3px solid var(--gold);outline-offset:3px}

@media(min-width:901px){
  .nav-dropdown:hover .nav-submenu,.nav-dropdown:focus-within .nav-submenu{display:grid}
}

@media(max-width:900px){
  .top{position:static;top:auto;display:flex;flex-direction:row;align-items:center;justify-content:space-between;flex-wrap:wrap}
  .mobile-menu-toggle{display:inline-flex;flex-direction:column;align-items:center;justify-content:center;gap:5px;width:44px;height:44px;margin-left:auto;padding:0;border:1px solid rgba(26,68,90,.25);border-radius:9px;background:transparent;color:var(--blue);cursor:pointer}
  .mobile-menu-toggle span{display:block;width:22px;height:2px;background:currentColor;border-radius:2px;transition:transform .2s ease,opacity .2s ease}
  .top.nav-open .mobile-menu-toggle span:nth-child(1){transform:translateY(7px) rotate(45deg)}
  .top.nav-open .mobile-menu-toggle span:nth-child(2){opacity:0}
  .top.nav-open .mobile-menu-toggle span:nth-child(3){transform:translateY(-7px) rotate(-45deg)}
  .top nav.global-nav{display:none;width:100%;flex:1 0 100%;flex-direction:column;align-items:stretch;gap:.1rem;margin-top:.6rem;padding-top:.55rem;border-top:1px solid rgba(26,68,90,.14)}
  .top.nav-open nav.global-nav{display:flex}
  .top nav.global-nav>a,.top nav.global-nav .nav-dropdown>a{display:flex;width:100%;min-width:0;min-height:44px;justify-content:flex-start;padding:.55rem .35rem;font-size:1.0625rem;line-height:1.3;text-align:left;white-space:normal}
  .top nav.global-nav .nav-dropdown{width:100%}
  .nav-submenu{display:grid;position:static;width:auto;min-width:0;margin:.05rem 0 .35rem .85rem;padding:.05rem 0 .05rem .85rem;background:transparent;border:0;border-left:2px solid var(--sage);border-radius:0;box-shadow:none}
  .top nav.global-nav .nav-submenu a{display:flex;align-items:center;min-width:0;min-height:42px;padding:.45rem .5rem;font-size:1rem;white-space:normal}
}

/* Final shared footer. */
.footer{padding:clamp(3rem,5vw,4.25rem) max(6vw,1.2rem) 1.4rem;font-size:1rem}
.footer .footer-grid{display:grid;grid-template-columns:minmax(0,1.2fr) repeat(2,minmax(0,1fr));align-items:start;gap:clamp(2rem,5vw,4.5rem)}
.footer .footer-grid>*{min-width:0}
.footer-brand{display:inline-flex;align-items:center;width:max-content;max-width:100%;padding:.55rem .7rem;background:var(--cream);border-radius:12px}
.footer-brand img{display:block;width:158px;max-width:100%;height:auto;object-fit:contain}
.footer-branding p{max-width:280px;margin:1rem 0 0;line-height:1.5}
.footer h2{margin:0 0 .85rem;color:#fff;font-size:1.2rem;line-height:1.25}
.footer-links,.footer-contact{display:flex;flex-direction:column;align-items:flex-start;gap:.55rem}
.footer-links a,.footer-contact a{font-size:1rem;line-height:1.45;text-decoration-thickness:1px;text-underline-offset:.18rem}
.footer .footer-bottom{display:block;margin-top:2.5rem;padding-top:1.2rem;border-top:1px solid rgba(255,255,255,.28);font-size:.95rem;color:#e8eeee}

/* Balanced transition from the preliminary notice into Step 1. */
.medical-how-page .notice.callout+.steps{margin-top:1.9rem}

/* Final selected-image crops. */
.wilderness-feature img{object-position:center}
.desktop-cycling-image img{object-position:center 64%}

@media(max-width:900px){
  .footer .footer-grid{grid-template-columns:1fr;gap:2.25rem}
  .footer .footer-bottom{margin-top:2.25rem}
}

@media(max-width:600px){
  .medical-how-page .notice.callout+.steps{margin-top:1.4rem}
  .footer{padding:2.75rem 1rem 1.25rem}
  .footer-brand img{width:145px}
}

/* Official designer SVG logo sizing. */
.brand img{display:block;width:176px;max-width:100%;height:auto;max-height:58px;object-fit:contain}
.footer-brand img{width:220px;height:auto;object-fit:contain}

@media(max-width:900px){
  .brand img,.wellness-page .brand img,.medical-page .brand img{width:156px;max-height:48px}
}

@media(max-width:390px){
  .brand img,.wellness-page .brand img,.medical-page .brand img{width:148px}
  .footer-brand img{width:200px}
}
