/* ==========================================================================
   Navparv Wellness — design system
   Palette and type carried over from the Instagram collateral and the
   Navparv content plan so the site reads as the same brand.
   ========================================================================== */

:root{
  /* brand */
  --coral:        #F26B67;
  --coral-soft:   #F8A6A3;
  --peach:        #F5A27E;
  --plum:         #4B173D;
  --olive:        #747653;

  /* ground + surfaces */
  --cream:        #FFF7F2;   /* the logo only sits cleanly on this exact cream */
  --cream-2:      #FDEFE8;
  --blush:        #FBE3D9;   /* section bands — coral's job, without the alarm */
  --surface:      #FFFFFF;

  /* ink */
  --ink:          #3A1230;
  --ink-2:        #7A5C6E;   /* 5.5:1 on cream */
  --ink-3:        #9C8391;   /* decorative only, never body copy */
  --accent-ink:   #B93A35;   /* 5.3:1 on cream — small accent text */

  /* lines */
  --rule:         #EBD8CF;
  --rule-2:       #F3E4DC;

  --shadow:       0 1px 2px rgba(75,23,61,.05), 0 10px 30px rgba(75,23,61,.06);
  --shadow-lg:    0 2px 4px rgba(75,23,61,.06), 0 24px 60px rgba(75,23,61,.10);

  --radius:       14px;
  --radius-sm:    8px;

  --sans: "DM Sans", system-ui, -apple-system, "Segoe UI", Roboto, sans-serif;
  --mono: "DM Mono", ui-monospace, SFMono-Regular, Menlo, monospace;

  --wrap: 1140px;
  --prose: 68ch;
}

/* The cream ground is the brand. Don't let the browser invert it. */
:root{ color-scheme: light; }

*,*::before,*::after{ box-sizing:border-box; }

/* Author `display` rules (.btn is inline-flex) beat the UA sheet's
   [hidden]{display:none}, so hiding anything styled needs this. */
[hidden]{ display:none !important; }

html{ -webkit-text-size-adjust:100%; scroll-behavior:smooth; }
@media (prefers-reduced-motion: reduce){
  html{ scroll-behavior:auto; }
  *,*::before,*::after{ animation-duration:.01ms!important; animation-iteration-count:1!important; transition-duration:.01ms!important; }
}

body{
  margin:0;
  background:var(--cream);
  color:var(--ink);
  font-family:var(--sans);
  font-size:17px;
  line-height:1.62;
  -webkit-font-smoothing:antialiased;
  -moz-osx-font-smoothing:grayscale;
  /* Long unbroken strings (chemical names in the journal, URLs) must wrap
     rather than push the page sideways on a phone. */
  overflow-wrap:break-word;
}

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

/* ---------- type ---------- */

h1,h2,h3,h4{ margin:0 0 .5em; font-weight:800; letter-spacing:-.028em; line-height:1.1; text-wrap:balance; }
h1{ font-size:clamp(38px, 6.2vw, 66px); letter-spacing:-.038em; line-height:1.03; }
h2{ font-size:clamp(27px, 3.7vw, 40px); }
h3{ font-size:clamp(19px, 2.1vw, 23px); font-weight:700; letter-spacing:-.018em; }
h4{ font-size:17px; font-weight:700; letter-spacing:-.012em; }

p{ margin:0 0 1.1em; max-width:var(--prose); }
p:last-child{ margin-bottom:0; }

a{ color:var(--accent-ink); text-underline-offset:.18em; text-decoration-thickness:1px; }
a:hover{ color:var(--plum); }

strong{ font-weight:700; }
em{ font-style:italic; }

.lede{ font-size:clamp(18px,2.3vw,21px); line-height:1.55; color:var(--ink-2); max-width:60ch; }
.small{ font-size:15px; color:var(--ink-2); }
.tiny{ font-size:13.5px; line-height:1.55; color:var(--ink-2); }

.eyebrow{
  font-family:var(--mono); font-size:11.5px; letter-spacing:.2em;
  text-transform:uppercase; color:var(--accent-ink);
  margin:0 0 14px; display:flex; align-items:center; gap:10px;
}
.eyebrow::before{
  content:""; width:7px; height:7px; border-radius:50%;
  background:var(--coral); flex:none;
}
.hi{ font-style:normal; color:var(--accent-ink); }

/* ---------- layout ---------- */

.wrap{ width:100%; max-width:var(--wrap); margin:0 auto; padding:0 24px; }
/* Narrow sections keep the page's left edge instead of re-centring, so every
   section on a page lines up down one axis. */
.wrap-narrow > *{ max-width:790px; }

section{ padding:clamp(56px,8vw,104px) 0; }
section.tight{ padding:clamp(40px,5vw,64px) 0; }

.band-cream2{ background:var(--cream-2); }

/* Full-bleed coral read as a warning banner rather than a wellness brand —
   large saturated red-orange is where people expect errors and clearance
   sales. Bands are a soft blush instead, and coral is kept for accents:
   the eyebrow dot, the wave motif, quote rules, pillar bars. Every normal
   ink colour clears 4.5:1 on blush, so no special-case overrides. */
.band-soft{ background:var(--blush); }
.band-soft .sources{ background:var(--surface); }
.band-plum{ background:var(--plum); color:var(--cream); }
.band-plum h1,.band-plum h2,.band-plum h3{ color:var(--cream); }
.band-plum p,.band-plum .lede,.band-plum .small{ color:#E4CFD9; }
.band-plum .eyebrow{ color:var(--peach); }
.band-plum .eyebrow::before{ background:var(--peach); }
.band-plum a{ color:var(--peach); }

.section-head{ max-width:760px; margin-bottom:clamp(28px,4vw,44px); }
.section-head p{ max-width:60ch; }

/* ---------- decorative motifs (carried from the carousels) ---------- */

.wave{
  height:26px; width:100%;
  background-repeat:no-repeat; background-size:100% 100%;
  background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1440 40' preserveAspectRatio='none'%3E%3Cpath d='M0 26 C 180 6, 300 40, 480 24 S 780 4, 960 24 S 1260 42, 1440 18' fill='none' stroke='%23F5A27E' stroke-width='3' stroke-linecap='round'/%3E%3C/svg%3E");
  opacity:.85;
}
.wave-light{
  background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1440 40' preserveAspectRatio='none'%3E%3Cpath d='M0 26 C 180 6, 300 40, 480 24 S 780 4, 960 24 S 1260 42, 1440 18' fill='none' stroke='%23FBCFB4' stroke-width='3' stroke-linecap='round'/%3E%3C/svg%3E");
}
.dots{ display:flex; gap:6px; }
.dots i{ width:6px; height:6px; border-radius:50%; background:var(--peach); display:block; }

/* ---------- buttons ---------- */

.btn{
  display:inline-flex; align-items:center; justify-content:center; gap:9px;
  font:inherit; font-weight:700; font-size:16px; letter-spacing:-.005em;
  padding:14px 26px; border-radius:999px; border:2px solid transparent;
  text-decoration:none; cursor:pointer; transition:transform .15s ease, background .15s ease, border-color .15s ease, color .15s ease;
  line-height:1.2;
}
.btn:hover{ transform:translateY(-1px); }
.btn:focus-visible{ outline:3px solid var(--plum); outline-offset:3px; }

.btn-primary{ background:var(--plum); color:var(--cream); }
.btn-primary:hover{ background:#5E1F4D; color:var(--cream); }

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

.btn-cream{ background:var(--cream); color:var(--plum); }
.btn-cream:hover{ background:#fff; color:var(--plum); }

/* WhatsApp green, darkened: the brand #1FA855 gives white text only 3.1:1,
   which fails at button size. #0E7A40 reads the same and clears 5.4:1. */
.btn-wa{ background:#0E7A40; color:#fff; }
.btn-wa:hover{ background:#0A6234; color:#fff; }

.btn-row{ display:flex; flex-wrap:wrap; gap:14px; align-items:center; margin-top:30px; }

/* A band's link colour (`.band-plum a`) out-ranks a plain `.btn-*` class and
   would otherwise repaint button labels — peach on a cream pill, for one.
   Restate them at descendant specificity so buttons keep their own colours. */
.band-plum .btn-cream,
.band-soft .btn-cream{ color:var(--plum); }
.band-plum .btn-cream:hover,
.band-soft .btn-cream:hover{ color:var(--plum); }
.band-plum .btn-primary,
.band-soft .btn-primary{ color:var(--cream); }
.band-plum .btn-wa,
.band-soft .btn-wa{ color:#fff; }
.band-plum .btn-ghost{ color:var(--peach); border-color:var(--peach); }
.band-plum .btn-ghost:hover{ background:var(--peach); color:var(--plum); }

.wa-glyph{ width:19px; height:19px; fill:currentColor; flex:none; }

/* ---------- floating WhatsApp button ---------- */
/* Added by navparv.js only when a number is configured, so it can never be
   a dead link. Sits above the safe-area inset on phones with a home bar. */
.wa-fab{
  position:fixed; z-index:80;
  right:max(16px, env(safe-area-inset-right));
  bottom:calc(16px + env(safe-area-inset-bottom));
  display:inline-flex; align-items:center; gap:10px;
  min-height:56px; padding:0 22px 0 18px;
  background:#0E7A40; color:#fff; text-decoration:none;
  font-weight:700; font-size:16px; letter-spacing:-.005em;
  border-radius:999px;
  box-shadow:0 6px 20px rgba(14,122,64,.34), 0 2px 6px rgba(0,0,0,.18);
  transition:transform .15s ease, background .15s ease;
}
.wa-fab:hover{ background:#0A6234; color:#fff; transform:translateY(-2px); }
.wa-fab:focus-visible{ outline:3px solid var(--plum); outline-offset:3px; }
.wa-fab .wa-glyph{ width:24px; height:24px; }
/* Keep the footer's last line clear of the button. */
body.has-wa-fab .site-footer{ padding-bottom:104px; }
@media (max-width: 560px){
  .wa-fab{ padding:0 20px 0 16px; font-size:15.5px; }
}

/* On a phone, stacked full-width buttons are far easier to hit than
   shrink-wrapped ones sitting next to each other. */
@media (max-width: 560px){
  .btn-row{ gap:12px; }
  .btn-row > .btn{ width:100%; }
}

/* ---------- header ---------- */

.site-header{
  position:sticky; top:0; z-index:60;
  background:var(--cream);              /* logo requires this exact cream */
  border-bottom:1px solid var(--rule);
}
.header-in{
  display:flex; align-items:center; gap:20px;
  min-height:76px; padding:10px 24px;
  max-width:var(--wrap); margin:0 auto;
  position:relative;
}
.brand{ display:flex; align-items:center; gap:11px; text-decoration:none; flex:none; }
.brand img.mark{ width:auto; height:42px; }
.brand img.word{ width:auto; height:23px; margin-top:2px; }

.nav{ margin-left:auto; display:flex; align-items:center; gap:6px; }
.nav a{
  text-decoration:none; color:var(--plum); font-weight:500; font-size:15.5px;
  padding:9px 13px; border-radius:999px; white-space:nowrap;
}
.nav a:hover{ background:var(--cream-2); }
.nav a[aria-current="page"]{ color:var(--accent-ink); font-weight:700; }
.nav .btn{ margin-left:8px; padding:11px 22px; font-size:15px; }
/* `.nav a` would otherwise out-rank `.btn-primary` and paint the label
   plum-on-plum, i.e. invisible. */
.nav .btn-primary,
.nav .btn-primary[aria-current="page"]{ color:var(--cream); background:var(--plum); }
.nav .btn-primary:hover{ background:#5E1F4D; }

.nav-toggle{
  margin-left:auto; display:none; width:44px; height:44px;
  align-items:center; justify-content:center;
  background:transparent; border:1px solid var(--rule); border-radius:10px;
  cursor:pointer; color:var(--plum);
}
.nav-toggle:focus-visible{ outline:3px solid var(--plum); outline-offset:2px; }
.nav-toggle svg{ display:block; }

@media (max-width: 900px){
  .header-in{ flex-wrap:wrap; min-height:66px; }
  .nav-toggle{ display:flex; }
  /* In flow rather than absolute, so with JavaScript off the menu simply
     stacks under the logo instead of covering the page. */
  .nav{
    order:3; flex-basis:100%; margin-left:0;
    flex-direction:column; align-items:stretch; gap:2px;
    border-top:1px solid var(--rule);
    padding:12px 0 14px; margin-top:6px;
  }
  .nav[hidden]{ display:none; }
  .nav a{ padding:13px 12px; font-size:17px; border-radius:10px; }
  .nav .btn{ margin:10px 0 0; justify-content:center; }
}

/* ---------- hero ---------- */

.hero{ padding:clamp(52px,8vw,96px) 0 clamp(48px,7vw,84px); position:relative; overflow:hidden; }
.hero .wrap{ position:relative; z-index:1; }
.hero h1{ max-width:15ch; }
.hero .lede{ max-width:54ch; font-size:clamp(18px,2.4vw,22px); }
.hero-grid{ display:grid; grid-template-columns:1.15fr .85fr; gap:clamp(28px,5vw,64px); align-items:center; }
@media (max-width: 900px){ .hero-grid{ grid-template-columns:1fr; } }

.hero-card{
  background:var(--surface); border:1px solid var(--rule); border-radius:var(--radius);
  padding:26px 26px 24px; box-shadow:var(--shadow);
}
.hero-card h3{ margin-bottom:14px; }

/* ---------- generic cards / grids ---------- */

.grid{ display:grid; gap:18px; }
.grid-2{ grid-template-columns:repeat(auto-fit,minmax(300px,1fr)); }
.grid-3{ grid-template-columns:repeat(auto-fit,minmax(272px,1fr)); }
.grid-4{ grid-template-columns:repeat(auto-fit,minmax(210px,1fr)); }

.card{
  background:var(--surface); border:1px solid var(--rule); border-radius:var(--radius);
  padding:26px 24px; box-shadow:var(--shadow);
  display:flex; flex-direction:column; gap:10px;
}
.card p{ margin:0; color:var(--ink-2); font-size:15.5px; line-height:1.58; }
.card h3{ margin:0; }
.card .num{
  font-family:var(--mono); font-size:12px; letter-spacing:.14em; text-transform:uppercase;
  color:var(--accent-ink);
}
.band-plum .card{ background:#5B2049; border-color:#6E2E5B; box-shadow:none; }
.band-plum .card p{ color:#E4CFD9; }
.band-plum .card .num{ color:var(--peach); }

/* stat blocks */
.stat{ padding:24px 22px; border-radius:var(--radius); background:var(--surface); border:1px solid var(--rule); }
.stat .n{ font-size:clamp(32px,4.4vw,44px); font-weight:800; letter-spacing:-.04em; line-height:1; color:var(--plum); }
.stat p{ margin:10px 0 0; font-size:15px; color:var(--ink-2); line-height:1.5; }

/* ---------- the recognition list ---------- */

/* 320px min gives three columns at full width, so a six-item list fills two
   rows exactly instead of leaving a hole in the second. */
.recog{ display:grid; grid-template-columns:repeat(auto-fit,minmax(320px,1fr)); gap:2px; background:var(--rule); border:1px solid var(--rule); border-radius:var(--radius); overflow:hidden; margin:0; padding:0; }
.recog li{ background:var(--cream); padding:20px 22px; list-style:none; font-size:16.5px; line-height:1.5; }
.recog li b{ display:block; font-weight:700; margin-bottom:3px; }
.recog li span{ color:var(--ink-2); font-size:15px; }

/* ---------- definition rows ---------- */

.rows{ margin-top:6px; }
.row{
  display:grid; grid-template-columns:190px 1fr; gap:26px; align-items:baseline;
  padding:20px 0; border-top:1px solid var(--rule);
}
.row:last-child{ border-bottom:1px solid var(--rule); }
.row .k{ font-family:var(--mono); font-size:11.5px; letter-spacing:.15em; text-transform:uppercase; color:var(--accent-ink); }
.row .v{ margin:0; font-size:17px; max-width:62ch; }
.row .v b{ display:block; font-size:19px; letter-spacing:-.018em; margin-bottom:4px; }
@media (max-width:700px){
  .row{ grid-template-columns:1fr; gap:8px; }
}

/* ---------- steps ---------- */

.steps{ counter-reset:step; display:grid; gap:2px; border:1px solid var(--rule); border-radius:var(--radius); overflow:hidden; background:var(--rule); }
.step{ background:var(--surface); padding:26px 26px; display:grid; grid-template-columns:56px 1fr; gap:20px; align-items:start; }
.step .badge{
  counter-increment:step; width:44px; height:44px; border-radius:50%;
  background:var(--cream-2); color:var(--plum); font-weight:800; font-size:17px;
  display:flex; align-items:center; justify-content:center;
}
.step .badge::before{ content:counter(step); }
.step h3{ margin:0 0 6px; }
.step p{ margin:0; color:var(--ink-2); }
@media (max-width:600px){ .step{ grid-template-columns:1fr; gap:12px; } }

/* ---------- pillars ---------- */

.pillars{ display:grid; grid-template-columns:repeat(auto-fit,minmax(280px,1fr)); gap:18px; }
.pillar{ background:var(--surface); border:1px solid var(--rule); border-radius:var(--radius); padding:26px 24px; box-shadow:var(--shadow); }
.pillar .bar{ height:5px; width:52px; border-radius:3px; margin-bottom:18px; }
.pillar h3{ margin:0 0 8px; }
.pillar p{ margin:0; color:var(--ink-2); font-size:15.5px; }

.ticks{ list-style:none; padding:0; margin:0; display:grid; gap:12px; }
.ticks li{ position:relative; padding-left:30px; font-size:16px; line-height:1.55; max-width:62ch; }
.ticks li::before{
  content:""; position:absolute; left:0; top:.44em; width:16px; height:16px; border-radius:50%;
  background:var(--coral);
}
.ticks.olive li::before{ background:var(--olive); }
.ticks.cross li::before{ background:var(--ink-3); }
.band-plum .ticks li::before{ background:var(--peach); }

/* ---------- quotes ---------- */

.quote{
  border-left:3px solid var(--coral); padding:6px 0 6px 22px; margin:0 0 22px;
  font-size:clamp(18px,2.2vw,21px); line-height:1.5; font-style:italic; color:var(--ink);
  max-width:60ch;
}
.quote cite{ display:block; margin-top:10px; font-style:normal; font-size:13.5px; letter-spacing:.02em; color:var(--ink-2); font-family:var(--mono); }
.band-plum .quote{ border-left-color:var(--peach); color:var(--cream); }
.band-plum .quote cite{ color:#C9AABB; }
/* Quotes laid out in a grid don't need their own bottom margin. */
.grid > .quote{ margin-bottom:0; max-width:none; }

/* founder signature */
.signature{
  margin:28px 0 0; font-family:var(--mono); font-size:15px; font-weight:500;
  color:var(--plum); letter-spacing:.01em; line-height:1.5;
}
.signature::before{ content:"— "; }
.signature span{
  display:block; font-size:12.5px; letter-spacing:.14em; text-transform:uppercase;
  color:var(--ink-2); font-weight:400; margin-top:4px; padding-left:1.1em;
}

/* ---------- faq ---------- */

.faq{ border-top:1px solid var(--rule); }
.faq details{ border-bottom:1px solid var(--rule); }
.faq summary{
  cursor:pointer; list-style:none; padding:20px 40px 20px 0; position:relative;
  font-weight:700; font-size:17.5px; letter-spacing:-.014em; color:var(--plum);
}
.faq summary::-webkit-details-marker{ display:none; }
.faq summary:focus-visible{ outline:3px solid var(--plum); outline-offset:2px; border-radius:4px; }
.faq summary::after{
  content:""; position:absolute; right:6px; top:50%; width:11px; height:11px;
  border-right:2px solid var(--accent-ink); border-bottom:2px solid var(--accent-ink);
  transform:translateY(-70%) rotate(45deg); transition:transform .18s ease;
}
.faq details[open] summary::after{ transform:translateY(-30%) rotate(225deg); }
.faq .a{ padding:0 0 22px; color:var(--ink-2); }
.faq .a p{ max-width:64ch; }

/* ---------- journal ---------- */

.post-list{ display:grid; gap:2px; border:1px solid var(--rule); border-radius:var(--radius); overflow:hidden; background:var(--rule); }
.post{ background:var(--surface); padding:28px 26px; display:block; text-decoration:none; color:inherit; transition:background .15s ease; }
.post:hover{ background:var(--cream-2); color:inherit; }
.post .meta{ font-family:var(--mono); font-size:11.5px; letter-spacing:.14em; text-transform:uppercase; color:var(--accent-ink); margin-bottom:9px; }
.post h3{ margin:0 0 8px; max-width:24ch; }
.post p{ margin:0; color:var(--ink-2); font-size:16px; max-width:66ch; }
.post .more{ display:inline-block; margin-top:14px; font-weight:700; font-size:15px; color:var(--accent-ink); }

.post-soon{ background:var(--cream-2); padding:26px; color:var(--ink-2); font-size:15.5px; }

/* article body */
.article{ padding:clamp(40px,6vw,72px) 0 clamp(56px,8vw,96px); }
/* One centred measure column — head, body and note share a left edge. */
.article-head{ max-width:680px; margin:0 auto 36px; }
.article-head h1{ font-size:clamp(32px,5.2vw,50px); max-width:20ch; }
.article-head .kicker{ font-family:var(--mono); font-size:11.5px; letter-spacing:.18em; text-transform:uppercase; color:var(--accent-ink); margin-bottom:16px; }
.article-body{ max-width:680px; margin:0 auto; font-size:18px; line-height:1.72; }
.article-body p{ max-width:none; margin:0 0 1.15em; }
.article-body h2{ font-size:clamp(23px,3vw,30px); margin:2.2em 0 .6em; }
.article-body h3{ margin:1.8em 0 .4em; }
.article-body em{ color:var(--ink); }
.article-body hr{ border:0; height:1px; background:var(--rule); margin:2.6em 0; }
.article-body blockquote{
  margin:1.8em 0; padding:4px 0 4px 22px; border-left:3px solid var(--coral);
  font-style:italic; color:var(--ink);
}
.article-body blockquote p:last-child{ margin-bottom:0; }
.article-body ul{ padding-left:22px; margin:0 0 1.15em; }
.article-body li{ margin-bottom:.5em; }
.article-note{
  margin:44px auto 0; padding:22px 24px; background:var(--cream-2);
  border-radius:var(--radius); font-size:15px; color:var(--ink-2); max-width:680px;
}
.article-note p{ max-width:none; }

/* ---------- form ---------- */

.form-wrap{
  background:var(--surface); border:1px solid var(--rule); border-radius:var(--radius);
  padding:clamp(24px,4vw,38px); box-shadow:var(--shadow-lg);
}
.field{ margin-bottom:20px; }
.field label{ display:block; font-weight:700; font-size:15px; margin-bottom:7px; color:var(--plum); }
.field .hint{ font-weight:400; color:var(--ink-2); font-size:13.5px; display:block; margin-top:-3px; margin-bottom:7px; }
.field input,.field select,.field textarea{
  width:100%; font:inherit; font-size:16.5px; color:var(--ink);
  background:var(--cream); border:1.5px solid var(--rule); border-radius:10px;
  padding:13px 14px;
}
.field textarea{ min-height:110px; resize:vertical; }
.field input:focus,.field select:focus,.field textarea:focus{
  outline:none; border-color:var(--coral); box-shadow:0 0 0 3px rgba(242,107,103,.18);
}
.field-row{ display:grid; grid-template-columns:1fr 1fr; gap:18px; }
@media (max-width:600px){ .field-row{ grid-template-columns:1fr; gap:0; } }
.req{ color:var(--accent-ink); }

.form-status{ margin-top:16px; font-size:15.5px; font-weight:500; min-height:1.4em; }
.form-status[data-state="error"]{ color:var(--accent-ink); }
.form-status[data-state="ok"]{ color:#2F6B45; }

.form-alt{ margin-top:26px; padding-top:24px; border-top:1px dashed var(--rule); }
.form-alt p{ font-size:15.5px; color:var(--ink-2); margin-bottom:16px; }

/* ---------- sources / disclaimer ---------- */

.sources{
  margin-top:34px; padding:22px 24px; background:var(--cream-2);
  border-radius:var(--radius); font-size:13.5px; line-height:1.6; color:var(--ink-2);
}
.sources h4{ font-family:var(--mono); font-size:11px; letter-spacing:.16em; text-transform:uppercase; color:var(--accent-ink); margin:0 0 10px; font-weight:400; }
.sources p{ max-width:none; margin:0 0 8px; }

.disclaimer{
  border:1px solid var(--rule); border-radius:var(--radius);
  padding:22px 24px; background:var(--surface); font-size:14.5px; color:var(--ink-2);
}
.disclaimer strong{ color:var(--plum); }
.disclaimer p{ max-width:none; }

/* ---------- CTA band ---------- */

.cta h2{ max-width:18ch; }
.cta .lede{ max-width:52ch; }

/* ---------- footer ---------- */

.site-footer{ background:var(--plum); color:#E4CFD9; padding:clamp(48px,7vw,76px) 0 34px; }
.footer-grid{ display:grid; grid-template-columns:1.1fr 1fr 1fr; gap:40px; }
@media (max-width:820px){ .footer-grid{ grid-template-columns:1fr 1fr; gap:32px; } }
@media (max-width:520px){ .footer-grid{ grid-template-columns:1fr; } }

/* the logo has a baked cream field — it must sit inside a cream shape here */
.footer-logo{
  background:var(--cream); border-radius:var(--radius);
  padding:20px 24px 18px; display:inline-block; margin-bottom:20px;
}
.footer-logo img{ height:104px; width:auto; }
.footer-tag{ font-family:var(--mono); font-size:11px; letter-spacing:.22em; text-transform:uppercase; color:var(--peach); margin:0 0 14px; }
.site-footer h4{ font-family:var(--mono); font-size:11px; letter-spacing:.16em; text-transform:uppercase; color:var(--peach); font-weight:400; margin:0 0 14px; }
.site-footer ul{ list-style:none; margin:0; padding:0; display:grid; gap:10px; }
.site-footer a{ color:#E4CFD9; text-decoration:none; font-size:15.5px; }
.site-footer a:hover{ color:#fff; text-decoration:underline; }
.site-footer p{ font-size:15px; color:#C9AABB; max-width:38ch; }
.footer-bottom{
  margin-top:44px; padding-top:22px; border-top:1px solid #6E2E5B;
  display:grid; gap:12px;
  font-size:13.5px; color:#B79AAA;
}
.footer-bottom p{ margin:0; font-size:13.5px; color:#B79AAA; max-width:76ch; }

/* ---------- utilities ---------- */

.skip{
  position:absolute; left:-9999px; top:0; background:var(--plum); color:var(--cream);
  padding:12px 18px; z-index:200; border-radius:0 0 8px 0; text-decoration:none;
}
.skip:focus{ left:0; }
.center{ text-align:center; }
/* Headings carry a max-width, so centring the text isn't enough — the box
   needs centring too. */
.center h1,.center h2,.center h3,.center p,.center .lede{ margin-left:auto; margin-right:auto; }
.center .eyebrow{ justify-content:center; }
.mt-0{ margin-top:0; }
.mt-s{ margin-top:18px; }
.mt-m{ margin-top:30px; }
.mt-l{ margin-top:46px; }
.visually-hidden{
  position:absolute; width:1px; height:1px; margin:-1px; padding:0;
  overflow:hidden; clip:rect(0 0 0 0); white-space:nowrap; border:0;
}
