
:root{
  /* Four materials, not four brand colours: parchment, ink, oxidised copper, charcoal.
     Three paper stocks so the light sections are not one repeated cream. */
  --cream:#F3F2EE;        /* MINERAL WHITE — the dominant light, cool not beige  */
  --sand:#F5F1E6;         /* PARCHMENT — warmer, used selectively                */
  --stock-3:#E2E6E4;      /* MINERAL STONE — cool, the closing services coda     */
  --stock-4:#EFE6D3;      /* PARCHMENT — warm paper for the patient voices; deliberately
                             the one warm ground between two cool ones */
  --slip:#F7F6F3;         /* the pale slip carrying the credentials bar          */
  --paper:#FFFFFF;
  --navy:#1B2430;         /* ink: all headings, buttons and rules on light       */
  --navy-deep:#121B1A;    /* near-black ink, the footer                          */
  --slate:#3F4C5A;
  --gold:#D29F2C;         /* held back: the hero, the buttons, and tiny points   */
  --gold-deep:#6A5322; --gold-pale:#E4D6AE;
  --brass:#6A5322;        /* oxidised brass — the small mono labels on light     */
  --ink:#131A23; --ink-soft:#3B4750; --rule:#D8D2C2; --rule-dark:var(--hair);
  --teal:#155048; --teal-br:#2FD3C4; --teal-pale:#BFE9E4;
  /* per-surface defaults, overridden by each dark section below */
  --surface:#143537; --on:#D5E3DF; --on-hi:#EFF7F4; --dim:#93AEA8; --hair:#27504E;
  --accent:#4FD8C8; --line:#2E5956;
  --tex:url("/assets/img/48.jpg");   /* the mineral stone, inlined once and shared */
  --pad:clamp(1.25rem,5vw,4.5rem);
  --s1:.5rem; --s2:1rem; --s3:1.75rem; --s4:2.75rem; --s5:4.5rem; --s6:7rem;
}
*{box-sizing:border-box}
[hidden]{display:none !important}
html{-webkit-text-size-adjust:100%; scroll-behavior:smooth}
@media (prefers-reduced-motion:reduce){ html{scroll-behavior:auto} }
body{
  margin:0; background:var(--cream); color:var(--ink);
  font-family:"IBM Plex Sans",-apple-system,BlinkMacSystemFont,"Segoe UI",Helvetica,Arial,sans-serif;
  font-size:clamp(1rem,.955rem + .2vw,1.09rem); line-height:1.66; font-weight:400;
  -webkit-font-smoothing:antialiased;
}
img{max-width:100%; display:block}
a{color:inherit}
h1,h2,h3{font-family:Newsreader,Georgia,"Times New Roman",serif; font-weight:300; text-wrap:balance; margin:0; letter-spacing:-.015em; color:var(--navy)}
h1{font-size:clamp(2.4rem,1.5rem + 3.3vw,4.15rem); line-height:1.04}
h2{font-size:clamp(1.95rem,1.25rem + 2.6vw,3.4rem); line-height:1.1}
h3{font-size:clamp(1.25rem,1.08rem + .8vw,1.75rem); line-height:1.2; font-weight:400}
p{margin:0}
.wrap{max-width:1220px; margin-inline:auto; padding-inline:var(--pad)}
section{overflow-x:clip}
/* the plain-ground sections take the same stone, at the lowest strength, each
   showing a different part of it so it never repeats as a picture */
#conditions,#dana,#start{position:relative; isolation:isolate}
#conditions::before,#dana::before,#start::before{content:""; position:absolute; inset:0;
  pointer-events:none; z-index:0; background-image:var(--tex); background-size:cover;
  mix-blend-mode:multiply;
  -webkit-mask-image:linear-gradient(90deg,#000 0%,rgba(0,0,0,.86) 9%,rgba(0,0,0,.30) 22%,rgba(0,0,0,.22) 50%,rgba(0,0,0,.30) 78%,rgba(0,0,0,.86) 91%,#000 100%);
          mask-image:linear-gradient(90deg,#000 0%,rgba(0,0,0,.86) 9%,rgba(0,0,0,.30) 22%,rgba(0,0,0,.22) 50%,rgba(0,0,0,.30) 78%,rgba(0,0,0,.86) 91%,#000 100%);}
#conditions::before{background-position:right bottom; opacity:.7}
#dana::before{background-position:left center; opacity:.85}
#start::before{background-position:right top; opacity:.7}
#conditions > .wrap,#dana > .wrap,#start > .wrap{position:relative; z-index:1}
.eyebrow{font-family:"IBM Plex Mono",ui-monospace,Menlo,monospace; font-size:.68rem; letter-spacing:.2em; text-transform:uppercase; font-weight:500; color:var(--brass)}
.stack{display:flex; flex-direction:column}
.g1{gap:var(--s1)}.g2{gap:var(--s2)}.g3{gap:var(--s3)}.g4{gap:var(--s4)}
section{padding-block:clamp(3.4rem,7vw,var(--s6))}
.band{background:var(--sand)}
/* stone, deliberately cooler than the parchment elsewhere — this section is the
   editorial transition, not another warm field */
/* pale mineral blue-grey, with one very restrained wash settling into the upper
   right — the only wash on the page, and the section the artwork lives in */
#recognition{background:#DCE7E6; padding-block:clamp(2.25rem,3.7vw,3.3rem); position:relative}
#recognition::before{content:""; position:absolute; inset:0; pointer-events:none; z-index:0;
  background-image:var(--tex); background-size:cover; background-position:center;
  mix-blend-mode:multiply; opacity:.9;
  -webkit-mask-image:linear-gradient(90deg,#000 0%,rgba(0,0,0,.86) 9%,rgba(0,0,0,.30) 22%,rgba(0,0,0,.22) 50%,rgba(0,0,0,.30) 78%,rgba(0,0,0,.86) 91%,#000 100%);
          mask-image:linear-gradient(90deg,#000 0%,rgba(0,0,0,.86) 9%,rgba(0,0,0,.30) 22%,rgba(0,0,0,.22) 50%,rgba(0,0,0,.30) 78%,rgba(0,0,0,.86) 91%,#000 100%);}
#recognition::after{z-index:3}
/* the convergence point again, marking the seam into the section below */
#recognition::after{content:""; position:absolute; left:50%; bottom:-5px; width:10px; height:10px;
  border-radius:50%; background:var(--gold); transform:translateX(-50%); z-index:3}
#recognition > .wrap{position:relative; z-index:1}
/* the eyebrow picks up the teal of the signal paths rather than brass here */
#recognition .eyebrow{color:var(--teal)}
#results{background:var(--stock-4); position:relative; isolation:isolate}
#results::before{content:""; position:absolute; inset:0; pointer-events:none; z-index:0;
  background-image:var(--tex); background-size:cover; background-position:right center;
  mix-blend-mode:multiply; opacity:.9;
  -webkit-mask-image:linear-gradient(90deg,#000 0%,rgba(0,0,0,.86) 9%,rgba(0,0,0,.30) 22%,rgba(0,0,0,.22) 50%,rgba(0,0,0,.30) 78%,rgba(0,0,0,.86) 91%,#000 100%);
          mask-image:linear-gradient(90deg,#000 0%,rgba(0,0,0,.86) 9%,rgba(0,0,0,.30) 22%,rgba(0,0,0,.22) 50%,rgba(0,0,0,.30) 78%,rgba(0,0,0,.86) 91%,#000 100%);}
#results > .wrap{position:relative; z-index:1}
#services{background:var(--stock-3); position:relative; isolation:isolate}
#services::before{content:""; position:absolute; inset:0; pointer-events:none; z-index:0;
  background-image:var(--tex); background-size:cover; background-position:left top;
  mix-blend-mode:multiply; opacity:.9;
  -webkit-mask-image:linear-gradient(90deg,#000 0%,rgba(0,0,0,.86) 9%,rgba(0,0,0,.30) 22%,rgba(0,0,0,.22) 50%,rgba(0,0,0,.30) 78%,rgba(0,0,0,.86) 91%,#000 100%);
          mask-image:linear-gradient(90deg,#000 0%,rgba(0,0,0,.86) 9%,rgba(0,0,0,.30) 22%,rgba(0,0,0,.22) 50%,rgba(0,0,0,.30) 78%,rgba(0,0,0,.86) 91%,#000 100%);}
#services > .wrap{position:relative; z-index:1}
.dark{background:var(--surface); color:var(--on); position:relative; isolation:isolate}
/* a single low-amplitude mineral field settling at one edge — the same device as
   the recognition section, never more than a few percent */
.dark::before{content:""; position:absolute; inset:0; pointer-events:none; z-index:0;
  background-image:var(--tex); background-size:cover; background-position:right top;
  mix-blend-mode:screen; opacity:.10;
  -webkit-mask-image:linear-gradient(90deg,#000 0%,rgba(0,0,0,.86) 9%,rgba(0,0,0,.30) 22%,rgba(0,0,0,.22) 50%,rgba(0,0,0,.30) 78%,rgba(0,0,0,.86) 91%,#000 100%);
          mask-image:linear-gradient(90deg,#000 0%,rgba(0,0,0,.86) 9%,rgba(0,0,0,.30) 22%,rgba(0,0,0,.22) 50%,rgba(0,0,0,.30) 78%,rgba(0,0,0,.86) 91%,#000 100%);}
.dark > .wrap{position:relative; z-index:1}
#quiz::before{background-image:var(--tex); background-size:cover;
  background-position:left bottom; mix-blend-mode:multiply; opacity:.78;
  -webkit-mask-image:linear-gradient(90deg,#000 0%,rgba(0,0,0,.86) 9%,rgba(0,0,0,.30) 22%,rgba(0,0,0,.22) 50%,rgba(0,0,0,.30) 78%,rgba(0,0,0,.86) 91%,#000 100%);
          mask-image:linear-gradient(90deg,#000 0%,rgba(0,0,0,.86) 9%,rgba(0,0,0,.30) 22%,rgba(0,0,0,.22) 50%,rgba(0,0,0,.30) 78%,rgba(0,0,0,.86) 91%,#000 100%);}
/* oxidised copper */
/* DEEPEST expression — oxidised metal, verdigris */
#faq{--surface:#143537; --on:#E2EDE9; --on-hi:#F4FAF7; --dim:#AFC4BE; --hair:#27504E;
     --accent:#4FD8C8; --line:#2E5956}
/* LIGHT expression — mineral stone with ink type; deliberately not another dark block */
#quiz{--surface:#CAD8D6; --on:#2E3A40; --on-hi:#111A22; --dim:#46535A; --hair:#A9BDBA;
      --accent:#0D4F4A; --line:#8CA5A2}
/* NEAR-BLACK expression — closes the loop with the hero */
.final{--surface:#1A2726; --on:#E3EAE8; --on-hi:#F6F9F8; --dim:#B3BFBD; --hair:#2F403E;
       --accent:#4FD8C8; --line:#314644}
/* its mineral field settles at the opposite edge from the FAQ's, so the two darks
   are the same material handled differently rather than the same rectangle twice */
.final::before{background-image:var(--tex), radial-gradient(80% 62% at 6% 96%,
  rgba(112,178,168,.08), rgba(112,178,168,.026) 44%, rgba(112,178,168,0) 74%);
  background-size:cover, auto; background-position:left bottom, center; opacity:.40}
.dark h2,.dark h3{color:var(--on-hi)}
.dark .eyebrow{color:var(--accent)}
.dark p{color:var(--on)}

.btn{display:inline-flex; align-items:center; justify-content:center; font-size:.95rem; font-weight:500;
  letter-spacing:.06em; text-transform:uppercase; padding:1.1rem 2rem; min-height:58px; text-decoration:none;
  border:1px solid transparent; cursor:pointer; font-family:inherit; transition:background .15s,color .15s,border-color .15s}
.btn-gold{background:var(--gold); color:var(--navy)}
.hdr-act{display:flex; align-items:center; gap:clamp(.85rem,1.6vw,1.5rem)}
.hdr-tel{display:inline-flex; align-items:center; gap:.45rem; text-decoration:none;
  color:var(--navy); font-size:.97rem; letter-spacing:.01em; white-space:nowrap;
  padding-block:.3rem; border-bottom:1px solid transparent; transition:color .22s, border-color .22s}
.hdr-tel:hover{color:var(--brass); border-bottom-color:var(--brass)}
.tel-ico{width:16px; height:16px; flex:none; color:var(--brass)}
.ix-go:focus-visible,.art-go:focus-visible,.prac-go:focus-visible{
  outline:2px solid var(--gold); outline-offset:3px; border-radius:1px}
.vh{position:absolute; width:1px; height:1px; overflow:hidden; clip:rect(0 0 0 0); white-space:nowrap}
@media (max-width:860px){
  /* on a phone the number collapses to a tap-to-call target */
  .hdr-tel{gap:0; padding:.55rem}
  .hdr-tel .tel-num{position:absolute; width:1px; height:1px; overflow:hidden; clip:rect(0 0 0 0)}
  .tel-ico{width:21px; height:21px; color:var(--navy)}
  .hdr-tel:hover .tel-ico{color:var(--gold-deep)}
}
.talk{margin-top:var(--s3); font-size:1.06rem; color:var(--dim)}
.talk a{color:#FFFCF5; text-decoration:none; border-bottom:1px solid var(--gold);
  padding-bottom:2px; white-space:nowrap; transition:color .22s}
.talk a:hover{color:var(--gold)}
.talk a[href^="mailto"]{white-space:normal}
.talk-note{margin-top:var(--s2); max-width:46ch; font-size:.94rem; line-height:1.62; color:var(--dim)}
.btn-gold:hover{background:var(--gold-deep); color:#FFFCF5}
.btn-line{border-color:var(--navy); color:var(--navy)}
.btn-line:hover{background:var(--navy); color:var(--cream)}
.dark .btn-line{border-color:var(--hair); color:var(--on-hi)}
.dark .btn-line:hover{background:var(--gold); color:var(--navy); border-color:var(--gold)}
.cta-row{display:flex; flex-wrap:wrap; gap:.75rem; align-items:center}
:focus-visible{outline:2px solid var(--gold-deep); outline-offset:3px}

/* scroll reveal — class is added by JS, so content is always visible without it */
.reveal{opacity:0; transform:translateY(14px);
  transition:opacity .5s cubic-bezier(.22,.61,.36,1), transform .5s cubic-bezier(.22,.61,.36,1)}
.reveal.in{opacity:1; transform:none}
@media (prefers-reduced-motion:reduce){
  .reveal{opacity:1 !important; transform:none !important; transition:none}
}

/* ---------- header ---------- */
.hdr{background:var(--cream); border-bottom:1px solid var(--rule);
  position:sticky; top:0; z-index:50}
.hdr-in{display:flex; align-items:center; justify-content:space-between; gap:var(--s2); padding-block:.95rem}
.hdr .logo{height:clamp(62px,6.9vw,96px); width:auto}
nav.main{display:flex; gap:clamp(.9rem,1.75vw,2rem); align-items:center}
nav.main a{font-size:1.02rem; text-decoration:none; color:var(--navy); padding-block:.3rem; border-bottom:1px solid transparent; white-space:nowrap}
nav.main a:hover{color:var(--brass); border-bottom-color:var(--brass)}
.hdr .btn{padding:.95rem 1.7rem; font-size:.94rem; min-height:0}
@media (max-width:940px){
  .hdr-in{flex-wrap:wrap; row-gap:.55rem}
  /* wraps to two rows rather than scrolling sideways: a horizontal scroller
     hid "Articles" off the right edge on a phone with nothing to say it was there */
  nav.main{order:3; width:100%; flex-wrap:wrap; row-gap:.35rem;
    border-top:1px solid var(--rule); padding-top:.55rem}
  nav.main a{white-space:nowrap}
}

/* ---------- hero: dark band, the current running through the field ---------- */
.hero{position:relative; overflow:hidden; isolation:isolate; background:#050B14;
  min-height:clamp(560px,78vh,780px); display:flex; align-items:center;
  padding-block:clamp(3rem,7vw,5.5rem)}
.hero-media{position:absolute; inset:0; z-index:-2}
.hero-media img{width:100%; height:100%; object-fit:cover; object-position:66% 47%}
/* legibility wash: dense at the left where the type sits, clear on the right */
.hero::after{content:""; position:absolute; inset:0; z-index:-1; pointer-events:none;
  background:
    linear-gradient(90deg, rgba(5,11,20,.84) 0%, rgba(5,11,20,.70) 34%,
                            rgba(5,11,20,.26) 52%, rgba(5,11,20,.05) 70%, rgba(5,11,20,.12) 100%),
    linear-gradient(180deg, rgba(5,11,20,.55) 0%, rgba(5,11,20,0) 26%,
                            rgba(5,11,20,0) 72%, rgba(5,11,20,.62) 100%)}
#heroWire{position:absolute; inset:0; z-index:-1; pointer-events:none}
.hero-wrap{position:relative; width:100%}
.hero-copy{gap:1.5rem; max-width:min(48ch,700px)}
.hero .eyebrow{font-size:.8rem; letter-spacing:.185em; color:var(--gold); white-space:nowrap;
  display:flex; align-items:center; gap:.75rem}
.hero .eyebrow::before{content:""; width:30px; height:1px; background:var(--teal-br); flex:none}
/* the display serif from the reference comp */
.hero h1{font-family:"Playfair Display",Newsreader,Georgia,serif; font-weight:400;
  color:#FDFBF6; max-width:19ch; letter-spacing:-.012em;
  font-size:clamp(2.5rem,1.5rem + 3.3vw,4.15rem); line-height:1.04}
.hero h1 .hdot{color:var(--gold)}
.hero .lede{font-size:clamp(1.02rem,.99rem + .3vw,1.14rem); font-weight:300; line-height:1.6;
  color:#B9C7D6; max-width:32ch}
.turn{font-family:Newsreader,Georgia,serif; font-weight:300;
  font-size:clamp(1.04rem,1rem + .34vw,1.2rem); line-height:1.56; color:#DCE5EE;
  max-width:46ch; padding-left:var(--s3); border-left:2px solid var(--gold)}
.turn b{font-weight:400}
.hero .cta-row{align-items:center; gap:var(--s4); flex-wrap:nowrap}
.hero-ask{background:none; border:none; padding:.4rem 0; font:inherit; font-size:.92rem;
  color:#C6D2DF; cursor:pointer; letter-spacing:.01em;
  box-shadow:inset 0 -1px 0 rgba(198,210,223,.35); transition:color .22s, box-shadow .22s}
.hero-ask:hover,.hero-ask:focus-visible{color:var(--gold); box-shadow:inset 0 -1px 0 var(--gold)}
.credbar .cred-name{font-size:.92rem; color:#EAF2F0}
.credbar .cred-name::before{background:#4FD8C8; width:6px; height:6px}
@media (max-width:1023px){
  .hero{min-height:0; padding-block:clamp(2.4rem,7vw,3.4rem)}
  .hero-media img{object-position:60% 50%}
  .hero::after{background:
    linear-gradient(180deg, rgba(5,11,20,.58) 0%, rgba(5,11,20,.74) 45%, rgba(5,11,20,.88) 100%)}
  .hero-copy{max-width:none}
}

/* the bridge: the hero's energy stepped down, not switched off */
.credband{background:#1D4547; border-bottom:none; position:relative; z-index:1; overflow:hidden}

.credbar{
  margin-top:0; padding-block:var(--s3); border-top:none;
  display:flex; flex-wrap:wrap; gap:.5rem 2.2rem; font-size:.83rem; color:#A8C2C1;
}
.credbar span{display:flex; gap:.6rem; align-items:baseline}
.credbar span::before{content:""; width:5px; height:5px; background:#B08A3C; flex:none; transform:translateY(-2px)}

/* ---------- recognition ---------- */
.rec-lede{margin-top:var(--s3); font-size:clamp(1.08rem,1.02rem + .38vw,1.24rem);
  font-weight:400; line-height:1.62; color:#2A3A44; max-width:42ch}
/* one level below the hero, not a second one */
.rec-rule{display:block; position:relative; height:1px; margin-top:var(--s3);
  max-width:30ch; background:linear-gradient(90deg, var(--brass), rgba(124,96,40,.25))}
.rec-rule::after{content:""; position:absolute; right:0; top:-3px; width:7px; height:7px;
  border-radius:50%; background:var(--gold)}
/* a hairline between the question rows, as in the reference */
@media (min-width:740px){ .qstack li:nth-child(-n+2){padding-bottom:var(--s3); border-bottom:1px solid rgba(124,96,40,.22)} }
.rec-head{max-width:20ch; font-size:clamp(1.68rem,1.1rem + 1.9vw,2.6rem); line-height:1.12}

/* the proposition and its visual explanation, side by side and vertically centred */
.rec-lead{display:grid; gap:var(--s4); grid-template-columns:minmax(0,1fr);
  max-width:1180px; margin-inline:auto}
@media (min-width:1000px){
  .rec-lead{grid-template-columns:minmax(0,1.04fr) minmax(0,.96fr);
    gap:clamp(1.75rem,3.5vw,3.25rem); align-items:stretch}
}
/* the botanical runs to the right edge of the screen and takes its height from the
   copy beside it, so the column can never end up half-empty */
.rec-fig{margin:0; position:relative; z-index:0; min-height:clamp(300px,38vw,560px)}
@media (min-width:1000px){
  .rec-fig{
    margin-right:calc(-1 * (max(0px,(100vw - 1220px)/2) + var(--pad)));
    margin-block:calc(-1 * clamp(2.25rem,3.7vw,3.3rem));
  }
}
.rec-fig img{position:absolute; inset:0; z-index:1; display:block;
  width:100%; height:100%; object-fit:cover; object-position:56% 31%;
  /* the file already dissolves into the ground on all four sides; this only
     guards the left edge for the crops where cover eats into that margin */
  -webkit-mask-image:linear-gradient(90deg,transparent 0,rgba(0,0,0,.55) 9%,#000 20%);
          mask-image:linear-gradient(90deg,transparent 0,rgba(0,0,0,.55) 9%,#000 20%)}
@media (max-width:999px){
  /* below the two-column breakpoint it becomes a full-bleed band, soft top and
     bottom so it still dissolves into the ground rather than butting against it */
  .rec-fig{margin-inline:calc(-1 * var(--pad)); min-height:clamp(300px,64vw,470px);
    margin-top:clamp(1.5rem,4vw,2.25rem)}
  .rec-fig img{object-position:58% 40%;
    -webkit-mask-image:linear-gradient(180deg,transparent 0,#000 13%,#000 85%,transparent 100%);
            mask-image:linear-gradient(180deg,transparent 0,#000 13%,#000 85%,transparent 100%)}
}
#sigWire{position:absolute; inset:0; width:100%; height:100%; z-index:3; pointer-events:none}

/* the four questions read as supporting evidence, two across */
.qstack{list-style:none; margin:clamp(1.85rem,3.1vw,2.75rem) auto 0; padding:0;
  max-width:1180px; display:grid; gap:var(--s3) clamp(2rem,4.5vw,4.5rem);
  grid-template-columns:minmax(0,1fr); position:relative; z-index:1}
@media (min-width:740px){ .qstack{grid-template-columns:repeat(2,minmax(0,1fr))} }
.qstack li{
  font-family:Newsreader,Georgia,serif; font-weight:350; font-style:italic;
  font-size:clamp(1.1rem,.95rem + .62vw,1.58rem); line-height:1.34; color:#202B36;
  padding-left:1.6rem; position:relative; max-width:33ch;
}
.qstack li::before{content:""; position:absolute; left:0; top:.62em; width:14px; height:2px; background:var(--teal)}
/* inside the lead column the questions run at reading size, two narrow columns
   split by a hairline, so they sit under the lede rather than spanning the page */
.rec-lead .qstack{max-width:none; margin-top:clamp(1.5rem,2.4vw,2.1rem)}
@media (min-width:640px){
  .rec-lead .qstack{gap:var(--s3) clamp(1.1rem,2vw,2rem); position:relative}
  .rec-lead .qstack::before{content:""; position:absolute; z-index:0;
    left:calc(50% - .5px); top:.35em; bottom:.35em; width:1px; background:var(--rule)}
}
.rec-lead .qstack li{font-size:clamp(1rem,.93rem + .34vw,1.22rem); line-height:1.42;
  /* a hairline serif italic loses more to a busy ground than colour alone can
     recover, so the stroke carries a little more weight here than elsewhere */
  font-weight:400; padding-left:1.15rem; max-width:30ch}
.rec-lead .qstack li::before{width:10px; top:.66em}
.q-hard{
  font-family:Newsreader,Georgia,serif; font-weight:340; font-style:normal; color:#37434F;
  font-size:clamp(1.14rem,.98rem + .66vw,1.62rem); line-height:1.34;
  text-align:center; text-wrap:balance; max-width:36ch;
  margin:var(--s4) auto 0; padding-top:var(--s3); border-top:1px solid var(--rule);
}
.rec-body{display:grid; gap:var(--s3) var(--s5); margin-top:var(--s3); grid-template-columns:minmax(0,1fr)}
@media (min-width:900px){ .rec-body{grid-template-columns:minmax(0,7fr) minmax(0,5fr); align-items:start} }
.rec-body p{max-width:56ch}
.rec-close{
  font-family:Newsreader,Georgia,serif; font-weight:300; font-size:clamp(1.16rem,1rem + .7vw,1.68rem);
  line-height:1.38; color:var(--navy); padding-left:var(--s3); border-left:2px solid var(--teal); max-width:36ch;
}
.rec-close b{font-weight:400; color:var(--gold-deep)}

/* ---------- conditions: editorial rows, no cards ---------- */
.rows{margin-top:var(--s3); border-top:1px solid var(--rule)}
.rows .row:first-child{padding-top:clamp(1.75rem,2.8vw,2.5rem)}
.row{
  display:grid; gap:var(--s4); padding-block:clamp(3rem,6vw,5.25rem);
  border-bottom:1px solid var(--rule); grid-template-columns:minmax(0,1fr);
}
@media (min-width:900px){
  .row{grid-template-columns:minmax(0,1.32fr) minmax(0,1fr); gap:clamp(2.75rem,5.5vw,5.25rem); align-items:center}
}
/* I — no picture beside the copy; the copy itself is the composition, opened out
   across the full measure so the right half is used rather than vacated */
.row.solo{grid-template-columns:minmax(0,1fr); border-bottom:none;
  padding-block:clamp(2.5rem,4.5vw,3.75rem) var(--s4)}
@media (min-width:1000px){
  .row.solo .r-body{display:grid; max-width:none; align-items:start;
    grid-template-columns:minmax(0,1.06fr) minmax(0,.94fr);
    column-gap:clamp(2.75rem,6.5vw,6rem)}
  .row.solo h3      {grid-area:1 / 1; font-size:clamp(2.1rem,1.25rem + 2.55vw,3.3rem);
                     max-width:14ch; line-height:1.08}
  .row.solo .r-conds{grid-area:2 / 1; max-width:40ch; margin-top:var(--s3)}
  .row.solo .r-link {grid-area:3 / 1; margin-top:var(--s4)}
  /* body copy holds the right half, set to a different measure from the list */
  .row.solo .r-text {grid-area:1 / 2; align-self:end}
  .row.solo .r-text p{margin-top:0; max-width:46ch}
  .row.solo .r-uses {grid-area:3 / 2; max-width:33ch; margin-top:var(--s3)}
}
.band-wide{position:relative; width:100vw; margin-left:calc(50% - 50vw);
  border-bottom:1px solid var(--rule); padding-bottom:clamp(3rem,6vw,5.25rem)}
.band-wide img{display:block; width:100%; height:clamp(300px,34vw,520px); object-fit:cover;
  object-position:50% 34%}
/* a hairline drops out of the copy above and lands on the photograph's top edge */
.band-wide::before{content:""; position:absolute; left:calc(max(0px,(100vw - 1220px)/2) + var(--pad)); top:calc(-1 * var(--s4));
  width:1px; height:var(--s4); z-index:2;
  background:linear-gradient(180deg, transparent, var(--gold))}
.band-wide::after{content:""; position:absolute; left:calc(max(0px,(100vw - 1220px)/2) + var(--pad) - 2.5px); top:-3px;
  width:6px; height:6px; border-radius:50%; background:var(--teal-br); z-index:2;
  box-shadow:0 0 8px rgba(47,211,196,.75)}

/* II — a small, near-abstract detail. The copy keeps the open space beside it. */
.r-detail{margin:0; position:relative}
.r-detail img{width:clamp(230px,31vw,430px); aspect-ratio:1; object-fit:cover; display:block}
@media (min-width:900px){
  /* the detail sits hard against the gutter so it reads with the copy, not
     adrift in the left margin */
  .row.flip{grid-template-columns:minmax(0,1fr) minmax(0,1.05fr);
    column-gap:clamp(2rem,3.4vw,3.25rem); align-items:end}
  .row.flip .r-detail{order:-1; justify-self:end}
}

/* III — a narrow vertical slice that runs off the left edge of the viewport */
.r-slice{margin:0}
.r-slice img{width:100%; aspect-ratio:1/2.05; object-fit:cover; object-position:52% 46%; display:block}
@media (min-width:1000px){
  /* the whole composition is centred in the page — the photograph no longer
     touches the viewport edge, and the copy runs well past the middle */
  .row.bleedleft{max-width:1120px; margin-inline:auto;
    grid-template-columns:minmax(0,1fr) clamp(240px,22vw,310px);
    gap:clamp(3rem,6vw,5.5rem); align-items:start}
  /* copy leads, the photographic detail answers it on the right and sits lower */
  .row.bleedleft .r-slice{margin-top:clamp(3rem,6vw,5.5rem)}
  .row.bleedleft .r-slice img{width:100%; max-width:none; margin-left:0;
    height:clamp(360px,38vw,480px); aspect-ratio:auto; object-position:56% 44%}
  .row.bleedleft .r-body{max-width:52ch}
  .row.bleedleft h3{max-width:16ch}
}
/* one grouped, readable unit — no cards, no extra columns */
.r-body{display:flex; flex-direction:column; align-items:flex-start; max-width:46ch}
.row h3{font-size:clamp(1.72rem,1.25rem + 1.95vw,2.6rem); line-height:1.14; max-width:17ch}
.r-conds{margin-top:.9rem; font-size:1.06rem; color:var(--ink-soft); line-height:1.62; max-width:40ch}
.r-text p{color:var(--ink-soft); font-size:1.14rem; line-height:1.7; margin-top:var(--s3); max-width:44ch}
.r-uses{margin-top:var(--s3); font-size:1rem; color:var(--ink-soft); line-height:1.6; max-width:42ch}
.r-uses em{font-family:"IBM Plex Mono",monospace; font-style:normal; font-size:.66rem; letter-spacing:.16em; text-transform:uppercase; color:var(--teal); display:block; margin-bottom:.35rem}
.r-link{display:inline-block; margin-top:var(--s3); font-size:1rem; font-weight:500; text-decoration:none; color:var(--navy); border-bottom:1px solid var(--brass); padding-bottom:3px; transition:color .25s,border-color .25s}
.r-link:hover{color:var(--teal); border-bottom-color:var(--teal-br)}
.r-img{margin:0}
.r-img img{width:100%; aspect-ratio:4/5; object-fit:cover}
.also{margin-top:var(--s4); font-size:.9rem; color:var(--ink-soft); line-height:2}
.also a{color:var(--navy); text-decoration:none; border-bottom:1px solid var(--rule)}
.also a:hover{border-bottom-color:var(--teal-br); color:var(--teal)}
.also em{font-family:"IBM Plex Mono",monospace; font-style:normal; font-size:.82rem; letter-spacing:.13em; text-transform:uppercase; color:var(--gold-deep); margin-right:.75rem}

/* ---------- FAQ (navy) ---------- */
.faq-head{max-width:22ch; margin-top:var(--s2)}
.faq-thesis{
  font-family:Newsreader,Georgia,serif; font-weight:200; font-style:italic;
  font-size:clamp(1.24rem,1.05rem + .95vw,1.85rem); line-height:1.34;
  color:#FFFCF5 !important; max-width:34ch; margin-top:var(--s3);
  padding-left:var(--s3); border-left:2px solid var(--gold);
}
.faqs{
  display:grid; grid-template-columns:minmax(0,1fr); gap:0;
  margin-top:var(--s5); border-top:1px solid var(--rule-dark);
}
@media (min-width:900px){
  /* columns rather than a grid: the questions pack continuously down the page
     with no shared row baselines, so the block stops reading as ten cells */
  .faqs{display:block; columns:2; column-gap:clamp(2.5rem,5vw,4.5rem)}
  .faqs .faq{break-inside:avoid}
  /* the first question opens the section at full measure and larger, giving the
     eye somewhere to enter */
  .faqs .faq:first-child{column-span:all; padding-block:var(--s4) var(--s4)}
  .faqs .faq:first-child h3{font-size:clamp(1.34rem,1.1rem + .78vw,1.72rem); max-width:28ch}
  .faqs .faq:first-child p{font-size:1.08rem; max-width:none; columns:2;
    column-gap:clamp(2.5rem,5vw,4.5rem)}
  /* uneven breathing so successive answers never sit on the same beat */
  .faqs .faq:nth-of-type(3n){padding-block:calc(var(--s3) * 1.3)}
  .faqs .faq:nth-of-type(4n){padding-block:calc(var(--s3) * .88)}
}
.faq{padding-block:var(--s3); border-bottom:1px solid var(--rule-dark)}
.faq h3{font-size:clamp(1.12rem,1.02rem + .42vw,1.32rem); line-height:1.32; max-width:34ch; font-weight:400;
  transition:color .25s}
.faq:hover h3{color:var(--teal-br)}
.faq p{margin-top:.65rem; font-size:1.02rem; line-height:1.68; max-width:52ch}
/* the room reads as atmosphere, not as content — a wide strip carrying the navy
   over it, with one small treatment detail layered across its edge */
.atmos{position:relative; width:100vw; margin-left:calc(50% - 50vw);
  margin-top:var(--s5); isolation:isolate}
.atmos-wide{display:block; width:100%; height:clamp(190px,22vw,320px); object-fit:cover;
  object-position:50% 46%; filter:saturate(.82)}
.atmos::after{content:""; position:absolute; inset:0; pointer-events:none;
  background:linear-gradient(180deg, rgba(11,31,56,.62) 0%, rgba(11,31,56,.34) 45%,
                                     rgba(11,31,56,.78) 100%)}
.atmos-detail{position:absolute; z-index:2; display:block;
  right:clamp(var(--pad),8vw,140px); bottom:calc(-1 * clamp(28px,4vw,64px));
  width:clamp(130px,17vw,232px); aspect-ratio:1; object-fit:cover}
@media (max-width:720px){
  .atmos-detail{right:var(--pad); width:120px; bottom:-24px}
}

/* ---------- dana ---------- */
.dana{display:grid; gap:var(--s4) var(--s5); grid-template-columns:minmax(0,1fr)}
.dana-intro{text-align:center; margin-bottom:var(--s5)}
.dana-head{max-width:24ch; margin:var(--s2) auto 0; text-wrap:balance}
@media (min-width:900px){
  /* the statement sits right of centre so the portrait has real space to rise into
     on the left — asymmetry, not an overlap that eats the words */
  .dana-intro{text-align:left; margin-left:auto;
    width:min(60%,640px); padding-left:clamp(1rem,3vw,2.5rem)}
  .dana-head{margin-inline:0; max-width:21ch}
}
@media (min-width:900px){
  .dana{grid-template-columns:minmax(300px,40fr) minmax(0,53fr);
    column-gap:clamp(2.5rem,4.4vw,4rem); align-items:start}
  .dana-col{position:sticky; top:132px}
}
.dana-col{max-width:460px}
@media (min-width:900px){
  /* lifted so the portrait starts inside the navy band above and carries down
     into the cream — one composition across the seam, not two stacked blocks */
  /* the portrait's top edge sits on the same datum as the eyebrow beside it */
  .dana-col{position:static; margin-top:calc(-1 * clamp(7rem,23vw,17.8rem)); z-index:3}
  .dana-col img{height:clamp(500px,58vw,760px); object-fit:cover; object-position:52% 24%}
  #dana{position:relative; z-index:2}
  .dana-cap{max-width:30ch}
}
.dana-col img{width:100%; display:block;
  /* left and top stay hard; bottom and right dissolve very slightly into the cream */
  -webkit-mask-image:linear-gradient(to right, #000 84%, rgba(0,0,0,.90) 94%, rgba(0,0,0,.74) 100%),
                     linear-gradient(to bottom, #000 86%, rgba(0,0,0,.90) 95%, rgba(0,0,0,.74) 100%);
  mask-image:linear-gradient(to right, #000 84%, rgba(0,0,0,.90) 94%, rgba(0,0,0,.74) 100%),
             linear-gradient(to bottom, #000 86%, rgba(0,0,0,.90) 95%, rgba(0,0,0,.74) 100%);
  -webkit-mask-composite:source-in; mask-composite:intersect}
.dana-cap{margin-top:var(--s2); font-size:.82rem; color:var(--ink-soft); padding-left:var(--s2); border-left:1px solid var(--rule)}
.dana p{max-width:62ch; color:var(--ink-soft)}
.dana p strong{color:var(--navy); font-weight:500}
.pull{font-family:Newsreader,Georgia,serif; font-style:italic; font-weight:200;
  font-size:clamp(1.35rem,1.1rem + 1.25vw,2.2rem); line-height:1.32; color:var(--navy);
  max-width:24ch; margin-block:var(--s2)}
.cred-left{margin-top:var(--s4); border-top:1px solid var(--rule);
  font-size:.83rem; color:var(--ink-soft)}
.cred-left div{padding-block:.7rem; border-bottom:1px solid var(--rule); line-height:1.5}
@media (max-width:899px){ .cred-left{max-width:52ch} }
.credlist{margin-top:var(--s3); border-top:1px solid var(--rule); columns:2; column-gap:var(--s5); font-size:.88rem; color:var(--ink-soft)}
.credlist div{break-inside:avoid; padding-block:.75rem; border-bottom:1px solid var(--rule); line-height:1.5}
@media (max-width:680px){ .credlist{columns:1} }

/* ---------- review ---------- */
.rev-src{font-size:.88rem; line-height:1.6; color:var(--ink-soft); margin-top:var(--s3); max-width:34ch}
.rev-src a{color:var(--navy); text-decoration:none; border-bottom:1px solid var(--brass)}
.rev-src a:hover{color:var(--gold-deep)}
.rev-shell{display:grid; gap:var(--s4) var(--s6);
  grid-template-areas:"side" "track" "nav"}
@media (min-width:900px){
  .rev-shell{grid-template-columns:minmax(0,.72fr) minmax(0,1.28fr);
    grid-template-areas:"side track" "nav track"; align-items:start; align-content:start}
}
.rev-side{grid-area:side}
.rev-track{grid-area:track; display:grid; align-content:start; position:relative;
  transition:height .42s cubic-bezier(.22,.61,.36,1)}
@media (prefers-reduced-motion:reduce){ .rev-track{transition:none} }
.rev-nav{grid-area:nav}
.rev{grid-area:1/1; align-self:start; margin:0; opacity:0; visibility:hidden;
  transition:opacity .45s ease}
.rev[data-on="1"]{opacity:1; visibility:visible}
@media (prefers-reduced-motion:reduce){ .rev{transition:none} }
.rev q{quotes:none; font-family:Newsreader,Georgia,serif; font-weight:200; display:block;
  font-size:clamp(1.18rem,1rem + .95vw,1.72rem); line-height:1.42; color:var(--navy)}
.rev .attr{margin-top:var(--s3); font-size:.79rem; letter-spacing:.03em; color:var(--ink-soft)}
.rev .stars{color:var(--brass); letter-spacing:.18em; margin-bottom:var(--s3); display:block; font-size:.9rem}
.rev.slot q{color:var(--ink-soft); font-style:italic; font-weight:300;
  font-size:clamp(1rem,.95rem + .3vw,1.16rem); line-height:1.6;
  border-left:2px dashed var(--rule); padding-left:var(--s3)}
.rev.slot .attr{font-family:"IBM Plex Mono",monospace; font-size:.66rem;
  letter-spacing:.14em; text-transform:uppercase}
.rev-nav{display:flex; align-items:center; gap:var(--s3); margin-top:var(--s4);
  padding-top:var(--s3); border-top:1px solid var(--rule); max-width:34ch}
.dots{display:flex; gap:.5rem; margin-right:auto}
.dot{position:relative; width:34px; height:2px; border:none; background:var(--rule); padding:0; cursor:pointer}
.dot::after{content:""; position:absolute; inset:0 100% 0 0; background:var(--gold)}
.dot[aria-current="true"]::after{inset:0}
.dot.run::after{animation:dotfill var(--rev-dur,9s) linear both}
@keyframes dotfill{from{inset:0 100% 0 0}to{inset:0}}
@media (prefers-reduced-motion:reduce){ .dot.run::after{animation:none; inset:0} }
.arw{background:none; border:none; color:var(--navy); font-size:1.05rem; cursor:pointer; padding:.25rem .5rem; font-family:inherit}
.arw:hover{color:var(--gold-deep)}

/* ---------- quiz (navy band) ---------- */
.qhead{max-width:26ch}
.qbar{display:flex; gap:3px; margin-block:var(--s4) var(--s4); max-width:420px}
.qbar i{height:2px; flex:1; background:var(--rule-dark)}
.qbar i.on{background:var(--on)}
.qstep{display:none}
.qstep.on{display:block; animation:fade .3s ease both}
@keyframes fade{from{opacity:0; transform:translateY(5px)}to{opacity:1; transform:none}}
@media (prefers-reduced-motion:reduce){.qstep.on{animation:none}}
.qopts{display:grid; gap:0; max-width:760px; border-top:1px solid var(--rule-dark); margin-top:var(--s3)}
.qopt{display:flex; align-items:baseline; gap:var(--s2); text-align:left; background:none; border:none;
  border-bottom:1px solid var(--hair); color:var(--on); padding:1.05rem .5rem 1.05rem 0;
  font:inherit; font-size:1.02rem; cursor:pointer; width:100%; transition:color .14s,padding .14s}
.qopt::before{content:"→"; color:var(--accent); opacity:0; transition:opacity .14s; font-size:.9em}
.qopt:hover,.qopt:focus-visible{color:var(--on-hi); padding-left:.55rem}
.qopt:hover::before,.qopt:focus-visible::before{opacity:1}
.qopt small{display:block; color:var(--dim); font-size:.82rem; margin-top:.15rem}
.qresult{display:none; max-width:66ch}
.qresult.on{display:block}
.rmeta{display:flex; flex-wrap:wrap; gap:var(--s3) var(--s5); margin-block:var(--s4); padding-block:var(--s3); border-top:1px solid var(--rule-dark); border-bottom:1px solid var(--rule-dark)}
.rmeta div{flex:1 1 190px}
.rmeta .k{font-family:"IBM Plex Mono",monospace; font-size:.64rem; letter-spacing:.16em; text-transform:uppercase; color:var(--accent)}
.rmeta .v{color:var(--on-hi); margin-top:.4rem; font-size:.96rem; line-height:1.4}
.rmeta a{color:var(--on-hi); text-decoration:none; border-bottom:1px solid var(--hair)}
.disclaim{font-size:.79rem; color:var(--dim); margin-top:var(--s3); max-width:58ch; line-height:1.55}
.qback{background:none; border:none; color:var(--dim); font:inherit; font-size:.85rem; cursor:pointer; text-decoration:underline; padding:.5rem 0; margin-top:var(--s2)}
.qback:hover{color:var(--on)}

/* ---------- steps ---------- */
.steps{margin-top:var(--s5); border-top:1px solid var(--rule)}
.step{display:grid; gap:var(--s2) var(--s5); padding-block:var(--s4); border-bottom:1px solid var(--rule); grid-template-columns:minmax(0,1fr)}
@media (min-width:820px){ .step{grid-template-columns:90px minmax(0,5fr) minmax(0,4fr); align-items:start} }
.step .num{font-family:"IBM Plex Mono",monospace; font-size:.7rem; letter-spacing:.18em; color:var(--gold-deep); padding-top:.55rem}
.step h3{max-width:18ch}
.step p{color:var(--ink-soft); font-size:.96rem; max-width:48ch}
.step .cost{font-family:"IBM Plex Mono",monospace; font-size:.85rem; color:var(--navy); font-variant-numeric:tabular-nums; padding-top:.55rem}

/* ---------- secondary ---------- */
/* deliberately shallower than the treatment sections above — this section is
   meant to read as a coda, not as another chapter */
#services{padding-block:clamp(2.6rem,5vw,4.4rem)}
.sec2-head{margin-top:var(--s2); max-width:22ch}
.sec2-lede{margin-top:var(--s2); color:var(--ink-soft); max-width:74ch}

/* Three editorial columns divided by hairlines. No boxes, no fills, no corners
   — the rules between them are the only structure. */
.svc{display:grid; grid-template-columns:minmax(0,1fr);
  margin-top:var(--s3); border-top:1px solid var(--rule)}
@media (min-width:820px){ .svc{grid-template-columns:repeat(3,minmax(0,1fr))} }
.svc-item{display:flex; flex-direction:column; text-decoration:none; color:inherit;
  padding-block:1.35rem; border-bottom:1px solid var(--rule)}
@media (min-width:820px){
  .svc-item{border-bottom:none; border-right:1px solid var(--rule);
    padding-inline:var(--s4) var(--s4)}
  .svc-item:first-child{padding-left:0}
  .svc-item:last-child{border-right:none; padding-right:0}
}
.svc-item h3{font-size:clamp(1.14rem,1.02rem + .38vw,1.36rem); font-weight:300; line-height:1.22}
.svc-item p{margin:0; font-size:.92rem; line-height:1.6; color:var(--ink-soft); max-width:40ch}
/* auto margin pushes every link to the bottom, so the three align on one line */
.svc-go{align-self:flex-start; margin-top:auto; padding-top:1.1rem; font-size:.84rem;
  color:var(--navy); box-shadow:inset 0 -1px 0 var(--rule);
  transition:box-shadow .22s, color .22s}
.svc-item:hover .svc-go,.svc-item:focus-visible .svc-go{box-shadow:inset 0 -1px 0 var(--teal-br)}

/* the current: a short gold-into-teal segment that runs the hairline under the
   name on hover — the same charge that travels the side channels */
.spark{display:block; position:relative; height:1px; overflow:hidden;
  background:var(--rule); margin:.7rem 0 .95rem}
.spark::after{content:""; position:absolute; top:0; left:0; height:100%; width:34%;
  background:linear-gradient(90deg, transparent, var(--gold) 30%, var(--teal-br) 70%, transparent);
  box-shadow:0 0 6px rgba(47,211,196,.5);
  transform:translateX(-140%); opacity:0}
.svc-item:hover .spark::after,
.svc-item:focus-visible .spark::after{animation:svcrun 1s cubic-bezier(.37,0,.24,1) forwards}
@keyframes svcrun{
  0%{transform:translateX(-140%); opacity:0}
  14%{opacity:1}
  86%{opacity:1}
  100%{transform:translateX(300%); opacity:0}
}
@media (prefers-reduced-motion:reduce){
  .svc-item:hover .spark::after,.svc-item:focus-visible .spark::after{
    animation:none; opacity:1; transform:none; width:100%;
    background:var(--gold); box-shadow:none}
}

/* everything below the three, deliberately quieter */
.svc-more{margin-top:var(--s3); padding-top:var(--s2); border-top:1px solid var(--rule);
  font-size:.9rem; line-height:2; color:var(--ink-soft)}
.svc-more .k{font-family:"IBM Plex Mono",monospace; font-size:.82rem; letter-spacing:.13em;
  text-transform:uppercase; color:var(--gold-deep); margin-right:var(--s2)}
.svc-more a{color:var(--ink-soft); text-decoration:none; border-bottom:1px solid var(--rule)}
.svc-more a:hover{color:var(--teal); border-bottom-color:var(--teal-br)}

/* ---------- final ---------- */
/* one column of details, so the right side reads as a plate rather than a gap */
.final-grid{display:grid; gap:var(--s4) var(--s5); grid-template-columns:minmax(0,1fr)}
@media (min-width:900px){ .final-grid{grid-template-columns:minmax(0,1.62fr) minmax(0,.78fr); align-items:start} }
.ornament{align-self:flex-start; width:auto; height:74px; margin-bottom:var(--s2)}
.final h2{max-width:16ch}
.final .lede{font-size:clamp(1.02rem,.98rem + .32vw,1.2rem); font-weight:300; max-width:50ch}
.contact{display:grid; gap:var(--s3) var(--s4); grid-template-columns:repeat(auto-fit,minmax(190px,1fr))}
/* one column, so the plate fills the height of the copy beside it */
@media(min-width:900px){
  .final .contact{grid-template-columns:minmax(0,1fr); gap:0}
  .final .contact > div{padding-block:var(--s2); border-bottom:1px solid var(--hair)}
  .final .contact > div:first-child{padding-top:0}
  .final .contact > div:last-child{border-bottom:none}
}
.contact .k{font-family:"IBM Plex Mono",monospace; font-size:.65rem; letter-spacing:.16em; text-transform:uppercase; color:#EBD4A0; margin-bottom:.55rem}
.contact p{font-size:.9rem}
.contact a{color:var(--on-hi); text-decoration:none; border-bottom:1px solid var(--hair)}
.contact a:hover{border-bottom-color:var(--on)}
footer{background:var(--navy-deep); color:#A2ABB0; padding-block:var(--s3); font-size:.83rem}
.foot-in{display:flex; flex-wrap:wrap; gap:var(--s2) var(--s4); align-items:center; justify-content:space-between}
footer a{color:#A2ABB0; text-decoration:none}
footer a:hover{color:#C8CDD2}
footer img{height:46px; width:auto}






/* ---------- quiz: framing + the converging-rings graphic ---------- */
.qwhy{margin-top:var(--s3); max-width:56ch; font-size:1.04rem; line-height:1.7; color:var(--on)}
.qwhy b{color:var(--on-hi); font-weight:400}
.qgrid{display:grid; grid-template-columns:minmax(0,1fr); gap:var(--s5); margin-top:var(--s5); align-items:center}
@media(min-width:1040px){ .qgrid{grid-template-columns:minmax(0,1.45fr) minmax(0,1fr); gap:clamp(2.5rem,5vw,var(--s6))} }
.qprog{display:flex; align-items:center; gap:var(--s3); flex-wrap:wrap}
.qnum{font-family:"IBM Plex Mono",monospace; font-size:.68rem; letter-spacing:.18em;
  text-transform:uppercase; color:var(--accent); white-space:nowrap}
.qgrid .qbar{margin-block:0; max-width:260px; flex:1 1 160px}
.qviz{margin:0; text-align:center}
.qviz svg{width:100%; max-width:460px; height:auto; overflow:visible}
/* the sweep: a slow gold arc traveling round the rings, like a scan looking for the point */
.qsweep{transform-origin:220px 220px; opacity:.55}
@media (prefers-reduced-motion:no-preference){ .qsweep{animation:qspin 9s linear infinite} }
@keyframes qspin{ to{transform:rotate(360deg)} }
.qtick{stroke:var(--line); stroke-width:1.2}
.qr{fill:none; stroke:var(--line); stroke-width:1.3; transition:stroke .6s ease, stroke-width .6s ease}
.qr.lit{stroke:var(--brass); stroke-width:1.8; filter:none}
.qcore{fill:var(--line); transition:fill .5s ease, filter .5s ease}
.qcore.lit{fill:var(--accent); filter:drop-shadow(0 0 9px rgba(20,109,102,.45))}
.qpulse{fill:none; stroke:var(--accent); stroke-width:1.2; opacity:0; transform-origin:center}
.qpulse.go{animation:qring 1.3s cubic-bezier(.16,.7,.3,1) forwards}
@keyframes qring{ 0%{opacity:.9; transform:scale(.35)} 100%{opacity:0; transform:scale(2.6)} }
@media(prefers-reduced-motion:reduce){ .qpulse.go{animation:none} }
.qviz figcaption{margin-top:var(--s3); font-family:"IBM Plex Mono",monospace; font-size:.66rem;
  letter-spacing:.16em; text-transform:uppercase; color:var(--dim)}
/* ---------- shared image treatment: open gold brackets ---------- */
.r-img{position:relative}
.r-img::before,.r-img::after{
  content:""; position:absolute; z-index:2; pointer-events:none;
  width:24%; height:22%; border:1px solid var(--rule); opacity:.7;
  transition:opacity .5s ease, transform .5s cubic-bezier(.22,.61,.36,1)}
.r-img::before{
  left:-12px; top:-12px; border-right:none; border-bottom:none}
.r-img::after{
  right:-12px; bottom:-12px; border-left:none; border-top:none}

.row:hover .r-img::before,.row:hover .r-img::after{opacity:.95; transform:translate(0,0)}
@media (max-width:520px){
  .r-img::before,.r-img::after{width:20%; height:18%}
}
/* ---------- AI concierge launcher (placeholder until it is wired up) ---------- */
.cc{position:fixed; right:clamp(14px,2vw,26px); bottom:clamp(14px,2vw,26px); z-index:55;
  display:flex; flex-direction:column; align-items:flex-end; gap:.7rem}
.cc-btn{display:inline-flex; align-items:center; gap:.75rem; cursor:pointer;
  background:var(--navy); color:var(--cream); border:1px solid var(--navy);
  padding:.85rem 1.15rem .85rem .95rem; font-family:"IBM Plex Mono",monospace;
  font-size:.72rem; letter-spacing:.13em; text-transform:uppercase; white-space:nowrap;
  box-shadow:0 10px 34px -14px rgba(11,31,56,.6);
  transition:background .25s, box-shadow .25s, transform .25s}
.cc-btn:hover{background:#24333F; transform:translateY(-1px);
  box-shadow:0 14px 40px -14px rgba(11,31,56,.7)}
.cc-btn img{height:26px; width:auto; flex:none}
.cc-btn .live{width:7px; height:7px; border-radius:50%; background:var(--teal-br); flex:none;
  box-shadow:0 0 0 3px rgba(47,211,196,.18)}
@media (prefers-reduced-motion:no-preference){ .cc-btn .live{animation:ccp 2.6s ease-in-out infinite} }
@keyframes ccp{0%,100%{opacity:1; box-shadow:0 0 0 3px rgba(47,211,196,.18)}
               50%{opacity:.55; box-shadow:0 0 0 7px rgba(47,211,196,.06)}}
.cc-panel{width:min(340px,calc(100vw - 32px)); background:var(--cream);
  border:1px solid var(--rule); box-shadow:0 22px 60px -22px rgba(11,31,56,.45);
  padding:var(--s3); opacity:0; visibility:hidden; transform:translateY(8px);
  transition:opacity .3s ease, transform .3s ease, visibility .3s}
.cc-panel.on{opacity:1; visibility:visible; transform:none}
.cc-panel .k{font-family:"IBM Plex Mono",monospace; font-size:.6rem; letter-spacing:.2em;
  text-transform:uppercase; color:var(--teal)}
.cc-panel h3{margin-top:.55rem; font-size:1.22rem; line-height:1.25; font-weight:400}
.cc-panel p{margin-top:.6rem; font-size:.92rem; line-height:1.6; color:var(--ink-soft)}
.cc-acts{margin-top:var(--s3); padding-top:var(--s2); border-top:1px solid var(--rule);
  display:flex; flex-direction:column}
.cc-acts a{display:flex; justify-content:space-between; align-items:center; gap:var(--s2);
  padding:.72rem 0; text-decoration:none; color:var(--navy); font-size:.94rem;
  border-bottom:1px solid var(--rule); transition:color .2s, padding-left .2s}
.cc-acts a:last-child{border-bottom:none}
.cc-acts a::after{content:"\2192"; color:var(--teal)}
.cc-acts a:hover{color:var(--teal); padding-left:.35rem}
.cc-close{margin-top:var(--s2); background:none; border:0; padding:0; cursor:pointer;
  font-size:.82rem; color:var(--ink-soft); text-decoration:underline; text-underline-offset:3px}
.cc-close:hover{color:var(--teal)}
@media (max-width:620px){ .cc-btn span.lbl{display:none} .cc-btn{padding:.85rem} }


/* the service area, stated once in the footer so every page carries the places
   the practice actually serves — the same list that is in the schema */
.foot-area{margin-top:var(--s4); padding-top:var(--s3); border-top:1px solid rgba(255,255,255,.09)}
.foot-area p{margin:0; font-size:.92rem; line-height:1.7; color:#8D979C; max-width:78ch}
.foot-area p + p{margin-top:.35rem}
.foot-area a{color:#A2ABB0}

/* ---------- guide hub rows (shared with the interior pages) ---------- */
.art-hero{padding-block:clamp(2.5rem,5vw,4rem) 0}
.art-hero h1{max-width:20ch}
.art-hero .lede{font-size:clamp(1.09rem,1.04rem + .42vw,1.28rem); line-height:1.6; color:var(--slate);
  max-width:60ch; margin-top:var(--s3)}
.arts{margin-top:var(--s5); border-top:1px solid var(--rule)}
.art{display:grid; gap:var(--s2) var(--s5); grid-template-columns:minmax(0,1fr);
  padding-block:clamp(2.25rem,4vw,3.25rem); border-bottom:1px solid var(--rule); align-items:start}
@media (min-width:860px){ .art{grid-template-columns:minmax(0,1fr) auto} }
.art h2{font-size:clamp(1.6rem,1.2rem + 1.7vw,2.35rem); line-height:1.16; max-width:24ch}
.art h2 a{text-decoration:none; border-bottom:1px solid transparent}
.art:hover h2 a{border-bottom-color:var(--gold)}
.art-conds{margin-top:.75rem; font-family:"IBM Plex Mono",monospace; font-size:.72rem;
  letter-spacing:.13em; text-transform:uppercase; color:var(--gold-deep); line-height:1.9}
.art-sum{margin-top:var(--s2); font-size:1.09rem; line-height:1.7; color:var(--ink-soft); max-width:68ch}
.art-meta{display:flex; flex-wrap:wrap; gap:.4rem 1.6rem; margin-top:var(--s2);
  font-size:.85rem; color:var(--ink-soft)}
.art-meta span{display:flex; gap:.55rem; align-items:baseline}
.art-meta span::before{content:""; width:5px; height:5px; background:var(--gold); flex:none; transform:translateY(-2px)}
.art-go{display:inline-block; font-size:1.06rem; font-weight:500; text-decoration:none; color:var(--navy);
  border-bottom:1px solid var(--gold); padding-bottom:3px; white-space:nowrap; align-self:end}
.art-go:hover{color:var(--gold-deep)}
.art:last-of-type{border-bottom:none}
.art-svc{margin-top:var(--s3); padding-top:var(--s4); border-top:1px solid var(--rule)}
.art-svc .sec2-links{margin-top:var(--s3); border-top:none; padding-top:0}

/* =====================================================================
   INTERIOR PAGES
   The homepage set the world. These are three ways of entering it, not
   three new worlds: same type, same palette, same stone, same rules.
   Variety comes from composition, crop and scale.
   ===================================================================== */

/* ---------- shared interior furniture ---------- */
.pg{position:relative; isolation:isolate}
.pg-open{position:relative; padding-block:clamp(2.75rem,5vw,5rem) clamp(1.9rem,3vw,2.75rem)}
.crumb{font-family:"IBM Plex Mono",monospace; font-size:.75rem; letter-spacing:.16em;
  text-transform:uppercase; color:var(--ink-soft)}
.crumb a{color:var(--ink-soft); text-decoration:none; border-bottom:1px solid var(--rule)}
.crumb a:hover{color:var(--gold-deep)}
.crumb i{font-style:normal; padding:0 .5rem; color:var(--rule)}
.pg h1{font-family:"Playfair Display",Georgia,serif; font-weight:400; line-height:1.05;
  letter-spacing:-.012em; color:var(--ink); margin:var(--s3) 0 0}
.pg-sub{margin-top:var(--s3); max-width:52ch; font-size:clamp(1.08rem,1rem + .42vw,1.28rem);
  line-height:1.6; color:#2A3A44}
.hair{display:block; height:1px; margin-top:var(--s4); background:var(--rule)}

/* ---------- A. EDITORIAL / AUTHORITY ---------------------------------
   Type-first. No banner. The signal artwork returns, but blown up far past
   its homepage scale and cropped hard so it reads as watermark, not picture. */
.open-ed{--surface:var(--cream)}
/* without a contents list the opening is much shorter, so it closes up */
.open-ed:not(:has(.toc)){padding-bottom:clamp(1.25rem,2vw,1.75rem)}
.open-ed .wrap{position:relative; z-index:1}
.open-ed h1{font-size:clamp(2.15rem,1.25rem + 3.3vw,4.05rem); max-width:17ch}
.open-ed .pg-sub{max-width:48ch}
.ed-mark{position:absolute; z-index:0; pointer-events:none; top:50%; right:calc(50% - 50vw);
  width:min(58vw,880px); transform:translateY(-46%) scale(1.9); transform-origin:72% 50%;
  opacity:.13; mix-blend-mode:multiply;
  -webkit-mask-image:radial-gradient(72% 68% at 74% 50%,#000 12%,rgba(0,0,0,.5) 52%,transparent 82%);
          mask-image:radial-gradient(72% 68% at 74% 50%,#000 12%,rgba(0,0,0,.5) 52%,transparent 82%)}
.ed-mark img{width:100%; height:auto; display:block}
@media (max-width:900px){ .ed-mark{opacity:.09; transform:translateY(-46%) scale(2.4)} }

/* the contents strip: the one piece of furniture that says "this is a guide" */
.toc{margin-top:clamp(2rem,3.4vw,3rem); padding-top:var(--s3); border-top:1px solid var(--rule)}
.toc-k{font-family:"IBM Plex Mono",monospace; font-size:.63rem; letter-spacing:.19em;
  text-transform:uppercase; color:var(--teal); display:block; margin-bottom:var(--s3)}
.toc ol{list-style:none; margin:0; padding:0; display:grid; gap:.75rem clamp(1.5rem,3.4vw,3.25rem);
  grid-template-columns:minmax(0,1fr); counter-reset:toc}
@media (min-width:760px){ .toc ol{grid-template-columns:repeat(2,minmax(0,1fr))} }
.toc li{counter-increment:toc; position:relative; padding-left:2.2rem}
.toc li::before{content:counter(toc,decimal-leading-zero);
  position:absolute; left:0; top:.15em; font-family:"IBM Plex Mono",monospace;
  font-size:.7rem; letter-spacing:.06em; color:var(--brass)}
.toc a{color:var(--ink); text-decoration:none; font-size:1.1rem; line-height:1.5;
  border-bottom:1px solid transparent; transition:border-color .2s}
.toc a:hover{border-color:var(--gold)}

/* article body: one measured column, generous, nothing decorative */
.prose{max-width:66ch; margin-top:clamp(2.5rem,4.5vw,4rem)}
.prose > * + *{margin-top:var(--s3)}
.prose h2{font-family:"Playfair Display",Georgia,serif; font-weight:400;
  font-size:clamp(1.55rem,1.15rem + 1.5vw,2.25rem); line-height:1.16; letter-spacing:-.008em;
  margin-top:clamp(2.75rem,4.6vw,4.25rem); max-width:24ch; scroll-margin-top:120px}
.prose h3{font-size:clamp(1.1rem,1rem + .45vw,1.3rem); font-weight:500; line-height:1.3;
  margin-top:clamp(1.85rem,2.8vw,2.5rem); color:var(--ink)}
.prose p{font-size:clamp(1.04rem,1rem + .22vw,1.14rem); line-height:1.72; color:#232D38}
.prose p.lead{font-size:clamp(1.16rem,1.1rem + .34vw,1.3rem); line-height:1.62; color:#1B242E}
.prose p.lead + p{font-size:clamp(1.08rem,1.03rem + .26vw,1.19rem); color:#28323D}
.prose ul,.prose ol{padding-left:1.15rem; margin-top:var(--s3)}
.prose li{font-size:1.1rem; line-height:1.7; color:#232D38; margin-top:.65rem}
.prose li::marker{color:var(--brass)}
.prose a{color:var(--navy); text-decoration:none; border-bottom:1px solid var(--brass)}
.prose a:hover{color:var(--gold-deep)}
.prose strong,.prose b{font-weight:500; color:var(--ink)}
/* a pulled-out aside, used once or twice per guide, never as decoration */
.aside{margin-top:clamp(2.25rem,3.4vw,3rem); padding:var(--s3) 0 var(--s3) var(--s3);
  border-left:2px solid var(--teal); background:none}
.aside p{font-family:Newsreader,Georgia,serif; font-weight:300; font-size:clamp(1.12rem,1rem + .55vw,1.4rem);
  line-height:1.45; color:var(--navy); max-width:38ch}
.aside .k{font-family:"IBM Plex Mono",monospace; font-size:.62rem; letter-spacing:.19em;
  text-transform:uppercase; color:var(--teal); display:block; margin-bottom:.7rem}

/* ---------- B. CLINICAL / SERVICE -----------------------------------
   A hard vertical rule, a spec panel and one tightly cropped photograph.
   Warm parchment ground, so a treatment page never reads as a guide. */
.open-clin{background:var(--stock-4); position:relative; isolation:isolate; overflow:clip}
.open-clin::before{content:""; position:absolute; inset:0; z-index:0; pointer-events:none;
  background-image:var(--tex); background-size:cover; background-position:left center;
  mix-blend-mode:multiply; opacity:.85;
  -webkit-mask-image:linear-gradient(90deg,#000 0,rgba(0,0,0,.3) 26%,rgba(0,0,0,.22) 58%,#000 100%);
          mask-image:linear-gradient(90deg,#000 0,rgba(0,0,0,.3) 26%,rgba(0,0,0,.22) 58%,#000 100%)}
.clin-grid{position:relative; z-index:1; display:grid; gap:var(--s4);
  grid-template-columns:minmax(0,1fr); align-items:stretch}
@media (min-width:940px){
  .clin-grid{grid-template-columns:minmax(0,1.08fr) minmax(0,.92fr);
    gap:clamp(2rem,4vw,4rem)}
}
.open-clin h1{font-size:clamp(2rem,1.2rem + 2.9vw,3.5rem); max-width:15ch}
.spec{margin-top:clamp(2rem,3.2vw,2.75rem); border-top:1px solid var(--rule)}
.spec div{display:grid; gap:.25rem 1.5rem; padding-block:.85rem; border-bottom:1px solid var(--rule);
  grid-template-columns:minmax(0,1fr)}
@media (min-width:520px){ .spec div{grid-template-columns:9.5rem minmax(0,1fr); align-items:baseline} }
.spec dt,.spec .k{font-family:"IBM Plex Mono",monospace; font-size:.72rem; letter-spacing:.16em;
  text-transform:uppercase; color:var(--teal)}
.spec dd,.spec .v{margin:0; font-size:1.1rem; line-height:1.52; color:var(--ink)}
.spec .v b{font-weight:500}
.clin-fig{margin:0; position:relative; min-height:clamp(280px,34vw,460px)}
@media (min-width:940px){
  .clin-fig{margin-right:calc(-1 * (max(0px,(100vw - 1220px)/2) + var(--pad)));
    margin-block:calc(-1 * clamp(2.75rem,5vw,5rem)) calc(-1 * clamp(2.25rem,4vw,3.75rem))}
}
.clin-fig img{position:absolute; inset:0; width:100%; height:100%; object-fit:cover; display:block}
@media (min-width:940px){
  .clin-fig img{-webkit-mask-image:linear-gradient(90deg,transparent 0,rgba(0,0,0,.6) 7%,#000 17%);
                        mask-image:linear-gradient(90deg,transparent 0,rgba(0,0,0,.6) 7%,#000 17%)}
}
@media (max-width:939px){
  .clin-fig{margin-inline:calc(-1 * var(--pad))}
  .clin-fig img{-webkit-mask-image:linear-gradient(180deg,#000 0,#000 84%,transparent 100%);
                        mask-image:linear-gradient(180deg,#000 0,#000 84%,transparent 100%)}
}

/* ---------- C. PATIENT / ACTION -------------------------------------
   Cool mineral stone. The actions come first and the practical facts sit
   beside them as a real typographic object rather than a paragraph. */
.open-act{background:#DCE7E6; position:relative; isolation:isolate}
.open-act::before{content:""; position:absolute; inset:0; z-index:0; pointer-events:none;
  background-image:var(--tex); background-size:cover; background-position:right top;
  mix-blend-mode:multiply; opacity:.9;
  -webkit-mask-image:linear-gradient(90deg,#000 0,rgba(0,0,0,.28) 22%,rgba(0,0,0,.2) 54%,#000 100%);
          mask-image:linear-gradient(90deg,#000 0,rgba(0,0,0,.28) 22%,rgba(0,0,0,.2) 54%,#000 100%)}
.act-grid{position:relative; z-index:1; display:grid; gap:var(--s4);
  grid-template-columns:minmax(0,1fr)}
@media (min-width:900px){
  .act-grid{grid-template-columns:minmax(0,1.06fr) minmax(0,.94fr);
    gap:clamp(2.25rem,5vw,5rem); align-items:start}
}
.open-act h1{font-size:clamp(2.1rem,1.25rem + 3vw,3.6rem); max-width:14ch}
.act-ways{margin-top:clamp(1.75rem,2.8vw,2.5rem); display:grid; gap:0; border-top:1px solid #A9BDBA}
.act-way{display:flex; align-items:baseline; gap:var(--s2); flex-wrap:wrap;
  padding-block:1.05rem; border-bottom:1px solid #A9BDBA; text-decoration:none}
.act-way .k{font-family:"IBM Plex Mono",monospace; font-size:.63rem; letter-spacing:.17em;
  text-transform:uppercase; color:var(--teal); flex:0 0 6.5rem}
.act-way .v{font-size:clamp(1.06rem,1rem + .38vw,1.24rem); color:var(--ink);
  border-bottom:1px solid transparent; transition:border-color .2s; word-break:break-word}
a.act-way:hover .v{border-color:var(--gold)}
.act-way .n{flex-basis:100%; margin-left:6.5rem; font-size:1rem; line-height:1.55; color:#46535A}
@media (max-width:519px){ .act-way .n{margin-left:0} }
/* the hours, set as a table you can actually scan */
.hours{margin-top:0}
.hours-k{font-family:"IBM Plex Mono",monospace; font-size:.63rem; letter-spacing:.19em;
  text-transform:uppercase; color:var(--teal); display:block; margin-bottom:var(--s3)}
.hours table{border-collapse:collapse; width:100%; max-width:24rem}
.hours th{text-align:left; font-weight:400; font-size:1.08rem; color:var(--ink);
  padding-block:.62rem; border-bottom:1px solid #A9BDBA; width:8rem}
.hours td{text-align:right; font-size:1.08rem; color:var(--ink); padding-block:.62rem;
  border-bottom:1px solid #A9BDBA; font-variant-numeric:tabular-nums}
.hours tr.shut th,.hours tr.shut td{color:#516064}
.hours tr.now th{font-weight:500}
.hours tr.now td::after{content:"·  open"; font-family:"IBM Plex Mono",monospace;
  font-size:.6rem; letter-spacing:.15em; text-transform:uppercase; color:var(--teal); margin-left:.6rem}
.act-note{margin-top:var(--s3); max-width:40ch; font-size:1.02rem; line-height:1.62; color:#46535A}
.act-side-blk{margin-top:clamp(1.85rem,2.8vw,2.5rem); padding-top:var(--s3); border-top:1px solid #A9BDBA}
.act-side-blk h2{font-family:"IBM Plex Sans",system-ui,sans-serif; font-size:1.1rem;
  font-weight:500; letter-spacing:0; color:var(--ink); margin:0}
.act-side-blk p{margin-top:.7rem; max-width:38ch; font-size:1.05rem; line-height:1.62; color:#39464C}




/* the quiz outcomes exist as real markup as well as JS strings. Browsers with JS
   run the interactive version; crawlers that do not execute scripts, and every
   AI crawler that does not click through four questions, get this instead. */
.qfall{display:block; margin-top:var(--s4); padding-top:var(--s3); border-top:1px solid var(--hair)}
.qfall h3{font-size:1.12rem; font-weight:500; color:var(--on-hi)}
.qfall p{margin-top:.8rem; max-width:60ch; color:var(--on)}
.qfall dl{margin-top:var(--s3)}
.qfall dt{margin-top:var(--s3); font-weight:500; color:var(--on-hi)}
.qfall dd{margin:.45rem 0 0; max-width:62ch; color:var(--on); line-height:1.66}
.qfall a{color:var(--on-hi); border-bottom:1px solid var(--accent); text-decoration:none}


/* ---------- a single patient quote, for interior pages ----------
   Not a card and not a carousel: a hairline, the words in the serif the guides
   already use, and an attribution that links back to the source. */
.pq{margin:clamp(2.25rem,3.6vw,3.25rem) 0 0; padding-left:var(--s3);
  border-left:2px solid var(--teal)}
.pq blockquote{margin:0}
.pq blockquote p{font-family:Newsreader,Georgia,serif; font-weight:300;
  font-size:clamp(1.1rem,1rem + .5vw,1.32rem); line-height:1.52; color:var(--navy);
  max-width:46ch}
.pq figcaption{margin-top:var(--s3); font-family:"IBM Plex Mono",monospace;
  font-size:.72rem; letter-spacing:.12em; text-transform:uppercase; color:var(--ink-soft)}
.pq figcaption a{color:var(--ink-soft); text-decoration:none; border-bottom:1px solid var(--rule)}
.pq figcaption a:hover{color:var(--gold-deep)}
.pq-note{display:block; margin-top:.5rem; letter-spacing:0; text-transform:none;
  font-family:inherit; font-size:.92rem; line-height:1.55; color:var(--ink-soft)}
.pq-all{margin-top:var(--s3); font-size:1.02rem}
.pq-all a{color:var(--navy); text-decoration:none; border-bottom:1px solid var(--brass)}
.pq-all a:hover{color:var(--gold-deep)}


/* the byline: the guides declare an author in schema, so a reader should be able
   to see the same thing without opening the source */
.byline{margin-top:var(--s3); font-size:.98rem; line-height:1.6; color:var(--ink-soft)}
.byline a{color:var(--navy); text-decoration:none; border-bottom:1px solid var(--brass)}
.byline a:hover{color:var(--gold-deep)}
/* the standing medical disclaimer, once, in the footer */
.foot-legal{margin-top:var(--s3); font-size:.86rem; line-height:1.65; color:#7C868B; max-width:78ch}
.foot-legal a{color:#9AA4A9}


/* ---------- the practitioner block that closes each guide ----------
   Who stands behind the clinical content, which is the question Google's
   guidance on health pages actually asks. Not a card: a hairline and a portrait. */
.prac{margin-top:clamp(2.75rem,4.5vw,4rem); padding-top:var(--s4);
  border-top:1px solid var(--rule); display:grid; gap:var(--s3) clamp(1.75rem,3.4vw,2.75rem);
  grid-template-columns:minmax(0,1fr)}
@media (min-width:620px){ .prac{grid-template-columns:132px minmax(0,1fr); align-items:start} }
.prac img{width:132px; height:auto; display:block; filter:saturate(.92)}
.prac-k{font-family:"IBM Plex Mono",monospace; font-size:.68rem; letter-spacing:.16em;
  text-transform:uppercase; color:var(--teal); display:block}
.prac h2{font-family:"Playfair Display",Georgia,serif; font-weight:400; margin-top:.6rem;
  font-size:clamp(1.28rem,1.1rem + .7vw,1.62rem); line-height:1.2}
.prac h2 a{color:var(--ink); text-decoration:none; border-bottom:1px solid transparent}
.prac h2 a:hover{border-bottom-color:var(--gold)}
.prac p{margin-top:.85rem; font-size:1.04rem; line-height:1.66; color:#2A3A44; max-width:62ch}
.prac .prac-note{font-size:1rem; color:var(--ink-soft)}
.prac-go{display:inline-block; margin-top:var(--s3); font-size:1.02rem; font-weight:500;
  color:var(--navy); text-decoration:none; border-bottom:1px solid var(--brass)}
.prac-go:hover{color:var(--gold-deep)}


/* ---------- reference list on the research page ----------
   Numbered, with a tag saying whether the study was in people or in animals,
   because that distinction is the whole point of the page. */
.refs{list-style:none; counter-reset:ref; margin-top:var(--s3); padding:0}
.refs li{counter-increment:ref; position:relative; padding-left:2.4rem;
  margin-top:var(--s3); font-size:1rem; line-height:1.6; color:var(--ink-soft)}
.refs li::before{content:counter(ref); position:absolute; left:0; top:.1em;
  font-family:"IBM Plex Mono",monospace; font-size:.8rem; color:var(--brass)}
.refs em{font-style:italic}
.refs a{color:var(--navy); text-decoration:none; border-bottom:1px solid var(--rule)}
.refs a:hover{color:var(--gold-deep); border-bottom-color:var(--gold)}
.refs-tag{display:inline-block; margin-left:.5rem; font-family:"IBM Plex Mono",monospace;
  font-size:.64rem; letter-spacing:.12em; text-transform:uppercase; color:var(--teal);
  border:1px solid var(--hair,#CBD5D4); padding:.16rem .45rem; white-space:nowrap}
.prose sup a{border-bottom:0; font-size:.72em; padding:0 .1em}

/* ---------- index pages: conditions and treatments ---------- */
.ix-grid{display:grid; gap:0; border-top:1px solid var(--rule)}
.ix{padding-block:clamp(1.85rem,3vw,2.6rem); border-bottom:1px solid var(--rule)}
.ix h2{font-family:"Playfair Display",Georgia,serif; font-weight:400;
  font-size:clamp(1.42rem,1.1rem + 1.3vw,2.05rem); line-height:1.16; max-width:22ch}
.ix h2 a{text-decoration:none; color:var(--ink); border-bottom:1px solid transparent}
.ix:hover h2 a{border-bottom-color:var(--gold)}
.ix-sum{margin-top:.85rem; font-size:1.12rem; line-height:1.66; color:#2A3A44; max-width:56ch}
.ix-list{list-style:none; margin:var(--s3) 0 0; padding:0; display:grid; gap:.45rem 2rem;
  grid-template-columns:minmax(0,1fr)}
@media (min-width:620px){ .ix-list{grid-template-columns:repeat(2,minmax(0,1fr))} }
@media (min-width:1000px){ .ix-list{grid-template-columns:repeat(3,minmax(0,1fr))} }
.ix-list li{position:relative; padding-left:1.05rem; font-size:1.05rem; line-height:1.55;
  color:var(--ink-soft)}
.ix-list li::before{content:""; position:absolute; left:0; top:.62em; width:7px; height:1px;
  background:var(--teal)}
.ix-meta{margin-top:.7rem; display:flex; flex-wrap:wrap; gap:.35rem 1.6rem;
  font-family:"IBM Plex Mono",monospace; font-size:.68rem; letter-spacing:.13em;
  text-transform:uppercase; color:var(--teal)}
.ix-meta span:last-child{color:var(--gold-deep)}
.ix-go{display:inline-block; margin-top:var(--s3); font-size:1.06rem; font-weight:500;
  color:var(--navy); text-decoration:none; border-bottom:1px solid transparent}
.ix-go:hover,.ix:hover .ix-go{color:var(--gold-deep); border-bottom-color:var(--gold)}
@media (min-width:840px){
  .ix-grid-2{grid-template-columns:repeat(2,minmax(0,1fr)); column-gap:clamp(2rem,4.5vw,4rem)}
  .ix-grid-2 .ix{border-top:none}
}
.ix-t .ix-sum{max-width:42ch}
.ix-note{margin-top:clamp(1.85rem,2.8vw,2.5rem); max-width:60ch; font-size:1.08rem;
  line-height:1.68; color:var(--ink-soft)}

/* the map: a real embed on the live site, framed by a hairline like everything
   else here, lightly desaturated so Google's palette does not fight the page, and
   run as a full-width band so neither column of the opening is left half-empty */
.map-band{position:relative; width:100vw; margin-left:calc(50% - 50vw);
  background:#E7EBEA; border-block:1px solid #A9BDBA}
.map-frame{position:relative; width:100%; height:clamp(260px,30vw,420px); overflow:hidden}
.map-frame iframe{position:absolute; inset:0; width:100%; height:100%; border:0; z-index:1;
  filter:saturate(.62) contrast(1.04)}
/* sits behind the iframe, so a blocked or failed embed shows the address rather
   than an empty grey rectangle */
.map-fb{position:absolute; inset:0; z-index:0; display:grid; place-content:center;
  text-align:center; padding:var(--s3)}
.map-fb .k{font-family:"IBM Plex Mono",monospace; font-size:.63rem; letter-spacing:.19em;
  text-transform:uppercase; color:var(--teal); display:block; margin-bottom:.7rem}
.map-fb p{margin:0; font-size:1.06rem; line-height:1.55; color:var(--ink)}
.map-go{position:absolute; z-index:2; right:clamp(1rem,4vw,2.5rem); bottom:clamp(1rem,2.5vw,1.75rem);
  background:var(--cream); border:1px solid var(--rule); padding:.6rem 1rem;
  font-size:.92rem; color:var(--ink); text-decoration:none}
.map-go:hover{border-color:var(--gold); color:var(--gold-deep)}

/* ---------- shared closer, one per interior page ---------- */
.close-band{background:var(--sand); position:relative; isolation:isolate}
.close-band::before{content:""; position:absolute; inset:0; z-index:0; pointer-events:none;
  background-image:var(--tex); background-size:cover; background-position:right bottom;
  mix-blend-mode:multiply; opacity:.7;
  -webkit-mask-image:linear-gradient(90deg,#000 0,rgba(0,0,0,.26) 24%,rgba(0,0,0,.2) 56%,#000 100%);
          mask-image:linear-gradient(90deg,#000 0,rgba(0,0,0,.26) 24%,rgba(0,0,0,.2) 56%,#000 100%)}
.close-band .wrap{position:relative; z-index:1}
.close-grid{display:grid; gap:var(--s4); grid-template-columns:minmax(0,1fr)}
@media (min-width:860px){ .close-grid{grid-template-columns:minmax(0,7fr) minmax(0,5fr); gap:clamp(2rem,5vw,4.5rem); align-items:start} }
.close-band h2{font-family:"Playfair Display",Georgia,serif; font-weight:400;
  font-size:clamp(1.65rem,1.2rem + 1.7vw,2.5rem); line-height:1.14; max-width:18ch}
.close-band p{margin-top:var(--s3); max-width:46ch; font-size:1.14rem; line-height:1.68; color:#2A3A44}
.close-acts{margin-top:var(--s4); display:flex; flex-wrap:wrap; gap:var(--s2) var(--s3); align-items:center}
.close-acts .plain{font-size:1.06rem; color:#2A3A44; text-decoration:none;
  border-bottom:1px solid var(--brass)}
.close-acts .plain:hover{color:var(--gold-deep)}

/* related reading, shared by every interior page */
.rel{margin-top:clamp(2.5rem,4vw,3.5rem); padding-top:var(--s3); border-top:1px solid var(--rule)}
/* the hub's own blocks, so they never inherit the full page-section padding */
.hub-sec{margin-top:clamp(1.5rem,2.4vw,2.1rem)}
.hub-rel{margin-top:clamp(2.75rem,4.5vw,4rem)}
.rel-k{font-family:"IBM Plex Mono",monospace; font-size:.63rem; letter-spacing:.19em;
  text-transform:uppercase; color:var(--brass); display:block; margin-bottom:var(--s3)}
.rel-list{display:grid; gap:var(--s3) clamp(1.5rem,3.4vw,3rem); grid-template-columns:minmax(0,1fr)}
@media (min-width:720px){ .rel-list{grid-template-columns:repeat(3,minmax(0,1fr))} }
.rel-list a{text-decoration:none; display:block; border-bottom:0}
.rel-list h3{font-size:1.18rem; font-weight:500; line-height:1.34; color:var(--ink)}
.rel-list p{margin-top:.55rem; font-size:1.06rem; line-height:1.6; color:var(--ink-soft)}
.rel-list a:hover h3{color:var(--gold-deep)}

