/* ============================================================
   neoSKiN — subpage system (treatments + concerns)
   Tokens, reset, type, buttons, nav chrome, footer and the
   entrance grammar all live in base.css. This file is only the
   layouts those two page types need.
   ============================================================ */

/* ---------- nav: sticky on subpages (fixed on the homepage) ---------- */
.logo-svg{height:22px}
/* The banner is owned by chrome.css now, shared with every page. The
   overrides that used to sit here made it 64px on sub-pages and 72px on
   the homepage, and hid the links at 760px with no menu to replace them.
   subpages sit on putty, so the mark reads dark; .nav.on-dark in
   base.css flips it back when the bar crosses a pine section */
.logo{--lg-badge:var(--ivory);--lg-neo:var(--bone);--lg-word:var(--ivory)}

/* Was min(1160px,…) while base.css and the shared banner use 1240, so on
   any viewport above ~1290px the logo sat 40px to the left of the content
   underneath it. One measure for the whole site. */

/* ---------- hero ---------- */
.t-hero{background:var(--pine);color:var(--bone)}
.t-hero-grid{
  display:grid;grid-template-columns:1.05fr .95fr;
  gap:clamp(32px,5vw,80px);align-items:center;
  padding:clamp(56px,9vh,110px) 0;
}
.crumb{
  font-family:'JetBrains Mono',monospace;font-size:.75rem;
  letter-spacing:.14em;text-transform:uppercase;
  color:var(--bone-dim);margin-bottom:var(--s5);display:block;
}
.crumb a:hover{color:var(--bone)}
.t-hero h1{font-size:clamp(2.4rem,5.4vw,4.4rem);margin-bottom:var(--s5);text-shadow:0 2px 30px rgba(0,0,0,.35)}
.t-hero .lede{color:var(--bone-dim);max-width:32em}
.hero-meta{display:flex;gap:var(--s3);flex-wrap:wrap;margin:var(--s6) 0 var(--s6)}
.chip{
  font-family:'JetBrains Mono',monospace;font-size:.75rem;
  letter-spacing:.08em;text-transform:uppercase;
  border:1px solid rgba(247,244,238,.3);border-radius:999px;
  padding:9px 16px;color:var(--bone);
}
.t-hero-img{
  border-radius:var(--radius-panel);overflow:hidden;
  border:1px solid rgba(247,244,238,.14);aspect-ratio:4/4.4;
  box-shadow:0 30px 70px rgba(0,0,0,.35), inset 0 1px 0 rgba(247,244,238,.2);
}
.t-hero-img img{width:100%;height:100%;object-fit:cover}
@media (max-width:860px){.t-hero-grid{grid-template-columns:1fr}.t-hero-img{aspect-ratio:4/4.5}}  /* see subpages.css — portrait heroes were cropped to a band */

/* photographic ground for the pine heroes on shop / packages / team.
   Same idiom as the homepage pathway cards: an opaque left where the
   copy sits, opening to the right so the photograph can be seen. */
.hero-fig{position:absolute;inset:0;z-index:-2;margin:0;overflow:hidden}
.hero-fig img{width:100%;height:100%;object-fit:cover;opacity:.55;filter:saturate(.9)}
.hero-fig::after{
  content:"";position:absolute;inset:0;
  background:linear-gradient(100deg,
    rgba(46,50,38,.97) 0%, rgba(46,50,38,.92) 42%, rgba(38,42,32,.68) 100%);
}
.shop-hero,.pk-hero,.tm-hero{position:relative;overflow:hidden;isolation:isolate}

/* ---------- sections ---------- */
section{padding:var(--sec-sm) 0}
/* The body copy used to sit as bare type directly on putty — the single
   biggest stretch of flat ground on the site (730px on some pages). It now
   sits on bone, the same raised surface the homepage cards and quotes use,
   so a reader always has a surface under the words. */
.prose{
  max-width:44em;color:var(--ivory-dim);
  background:var(--bg-2);
  border:1px solid var(--hairline-2);
  border-radius:var(--radius-panel);
  padding:clamp(24px,3.2vw,38px);
  box-shadow:var(--e1);
}
.prose p+p{margin-top:1em}
.prose p:first-child::first-letter{
  /* a small anchor so the panel opens with something other than grey text */
  font-family:'Expose',sans-serif;font-weight:500;color:var(--ivory);
}
.two-col{display:grid;grid-template-columns:1fr 1fr;gap:clamp(32px,5vw,80px);align-items:start}
@media (max-width:860px){.two-col{grid-template-columns:1fr}}

/* ---------- benefits ---------- */
/* Each item gets its own bone cell rather than floating as a dashed line
   of text on the field. Same hairline-scored grid as the homepage tiles. */
.benefits ul{
  list-style:none;display:grid;grid-template-columns:repeat(2,1fr);
  gap:1px;max-width:56em;
  background:var(--hairline-2);border:1px solid var(--hairline-2);
  border-radius:var(--radius-panel);overflow:hidden;
}
.benefits li{
  color:var(--ivory-dim);background:var(--bg-2);
  padding:16px 18px 16px 38px;position:relative;font-size:1rem;
}
.benefits li::before{
  content:"";position:absolute;left:18px;top:1.45em;
  width:10px;height:1px;background:var(--champagne);
}
@media (max-width:640px){.benefits ul{grid-template-columns:1fr}}

/* ---------- price table ---------- */
.price-table{
  max-width:760px;border-radius:var(--radius-panel);
  border:1px solid rgba(33,29,24,.14);
  background:linear-gradient(160deg, var(--bg-2), var(--bg-3) 130%);
  box-shadow:var(--e2), var(--inner-lip);
  padding:4px clamp(20px,2.6vw,30px);
}
.price-row{
  display:flex;justify-content:space-between;gap:var(--s5);align-items:baseline;
  padding:var(--s4) 0;border-bottom:1px solid var(--hairline-2);
}
.price-table .price-row:last-child{border-bottom:0}
.price-row b{font-weight:400;color:var(--ivory);font-size:1.02rem}
.price-row span{
  font-family:'JetBrains Mono',monospace;font-size:.84rem;
  letter-spacing:.05em;text-transform:uppercase;
  color:var(--ivory);white-space:nowrap;
}
.price-note{margin-top:var(--s4);font-size:.85rem;color:var(--ivory-mute);max-width:44em}

/* ---------- process steps ---------- */
.steps{counter-reset:step;max-width:720px}
.step{display:flex;gap:var(--s5);padding:22px 0;border-top:1px solid var(--hairline-2)}
.step:last-child{border-bottom:1px solid var(--hairline-2)}
.step::before{
  counter-increment:step;content:counter(step,decimal-leading-zero);
  font-family:'JetBrains Mono',monospace;font-size:.75rem;
  letter-spacing:.08em;color:var(--sage-label);padding-top:.35em;
}
.step b{display:block;font-weight:400;margin-bottom:var(--s1)}
.step p{color:var(--ivory-dim);font-size:.98rem}

/* ---------- faq ---------- */
.faq{max-width:760px}
.faq details{border-top:1px solid var(--hairline-2)}
.faq details:last-child{border-bottom:1px solid var(--hairline-2)}
.faq summary{
  cursor:pointer;padding:var(--s5) 0;font-weight:400;list-style:none;
  display:flex;justify-content:space-between;gap:18px;align-items:baseline;
  transition:color var(--dur-state) var(--ease-soft);
}
.faq summary:hover{color:var(--sage-label)}
.faq summary::-webkit-details-marker{display:none}
.faq summary::after{
  content:"+";font-family:'JetBrains Mono',monospace;color:var(--sage-label);
  transition:transform var(--dur-state) var(--ease-out);
}
.faq details[open] summary::after{transform:rotate(45deg)}
.faq details p{color:var(--ivory-dim);padding:0 0 22px;max-width:40em;font-size:.98rem}

/* ---------- related ---------- */
.related-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:var(--s5)}
.related-card{
  border:1px solid rgba(33,29,24,.14);border-radius:var(--radius-panel);
  padding:26px;background:var(--bg-2);
  display:flex;flex-direction:column;gap:var(--s2);
  box-shadow:var(--e2), var(--inner-lip);
  transition:transform var(--dur-state) var(--ease-out),
             border-color var(--dur-state),
             box-shadow var(--dur-state) var(--ease-out);
}
.related-card:hover{
  transform:translateY(-5px);border-color:rgba(124,131,112,.6);
  box-shadow:var(--e3), 0 30px 60px -20px rgba(124,131,112,.45), var(--inner-lip);
}
.related-card b{font-weight:400;font-size:1.15rem;letter-spacing:-.022em}
.related-card span{
  font-family:'JetBrains Mono',monospace;font-size:.75rem;
  letter-spacing:.07em;text-transform:uppercase;color:var(--ivory-dim);
}
@media (max-width:760px){.related-grid{grid-template-columns:1fr}}

/* ---------- book band ---------- */
.book-band{background:var(--pine);color:var(--bone);text-align:center}
.book-band h2{font-size:clamp(1.9rem,4vw,3rem);max-width:16em;margin:0 auto var(--s4)}
.book-band p{color:var(--bone-dim);max-width:34em;margin:0 auto var(--s6)}
.book-band .sub{font-size:.85rem;margin-top:22px}
.book-band .sub a{border-bottom:1px solid rgba(247,244,238,.35)}
.book-band .sub a:hover{color:var(--sage-on-dark)}
/* The band is pine, so the default .btn (sage fill, ink label, from base.css)
   sits dark-on-dark and measured 3.35 against the 4.5 a label needs.
   theme-neutral.css already specifies bone/pine for exactly this button — but
   only one page in the site loads that stylesheet, and neither of the two
   pages carrying a .book-band is it. Same shape of problem as the dock: the
   correct rule existed, in a file nobody links. */
/* booking CTAs used a solid bone fill on pine for the same contrast
   reason base.css documents. Glass measures 8.05:1 there, so one
   treatment now covers every ground. */
.book-band .btn,.book-card .btn{background:var(--glass-fill);color:var(--bone);
  border-color:var(--glass-edge-strong)}
.book-band .btn .btn-orb,.book-card .btn .btn-orb{color:var(--pine)}

/* ============================================================
   CONCERN PAGES
   These classes previously had no rules anywhere, so all eleven
   concern pages shipped unstyled. The card language deliberately
   matches .related-card and .pk-card so the site reads as one
   family rather than three.
   ============================================================ */
.c-treats{padding:var(--sec-md) 0}
.c-treats h2{font-size:var(--t-4);max-width:18em;margin-bottom:var(--head-gap)}

.c-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:var(--s5)}

.c-card{
  position:relative;display:flex;flex-direction:column;gap:var(--s3);
  border:1px solid rgba(33,29,24,.14);border-radius:var(--radius-card);
  padding:30px 28px 26px;
  background:linear-gradient(165deg, var(--bg-2), var(--bg-3) 140%);
  box-shadow:var(--e2), var(--inner-lip);
  transition:transform var(--dur-state) var(--ease-out),
             border-color var(--dur-state),
             box-shadow var(--dur-state) var(--ease-out);
}
.c-card:hover{
  transform:translateY(-6px);border-color:rgba(124,131,112,.55);
  box-shadow:var(--e4), 0 30px 64px -22px rgba(124,131,112,.45), var(--inner-lip);
}
.c-card h3{font-size:1.3rem;letter-spacing:-.02em}
.c-card p{color:var(--ivory-dim);font-size:.95rem;line-height:1.55;flex:1}

.c-foot{
  display:flex;align-items:center;justify-content:space-between;gap:var(--s3);
  border-top:1px solid var(--hairline-2);margin-top:var(--s4);padding-top:var(--s4);
}
.c-chip{
  font-family:'JetBrains Mono',monospace;font-size:.75rem;
  letter-spacing:.08em;text-transform:uppercase;
  color:var(--ivory);border:1px solid var(--hairline);
  border-radius:999px;padding:7px 13px;background:var(--bg);
  transition:background var(--dur-state) var(--ease-soft),
             border-color var(--dur-state), color var(--dur-state);
}
.c-card:hover .c-chip{background:var(--sage-fill);border-color:var(--sage-fill)}

/* the arrow is drawn from the pseudo-element, so the markup stays
   a plain link and remains readable with styles off */
.c-go{
  display:inline-flex;align-items:center;gap:10px;white-space:nowrap;
  font-family:'JetBrains Mono',monospace;font-size:.75rem;font-weight:500;
  letter-spacing:.1em;text-transform:uppercase;color:var(--sage-label);
  transition:color var(--dur-state) var(--ease-soft);
}
.c-go::after{
  content:"";width:30px;height:30px;flex:none;border-radius:999px;
  border:1px solid var(--hairline);
  background:var(--arrow-ne-ink) center/12px no-repeat;
  transition:transform var(--dur-state) var(--ease-soft),
             border-color var(--dur-state);
}
.c-card:hover .c-go{color:var(--ivory)}
.c-card:hover .c-go::after{transform:translate(3px,-3px);border-color:rgba(124,131,112,.7)}

/* "at home" note — a quieter surface than the cards above it */
.c-products{
  margin-top:var(--s7);border-radius:var(--radius-card);
  border:1px solid var(--hairline-2);background:var(--bg-2);
  padding:clamp(26px,3.2vw,38px);
  box-shadow:var(--e1), var(--inner-lip);
}
.c-products p{color:var(--ivory-dim);max-width:58em;font-size:1rem}
.c-products .c-go{margin-top:var(--s4)}

@media (max-width:1000px){.c-grid{grid-template-columns:repeat(2,1fr)}}
@media (max-width:680px){.c-grid{grid-template-columns:1fr}}

/* ============================================================
   REGIMEN — "what to use at home"

   Built by assets/regimen.js. Four or five products, each
   carrying the job it does, so the block reads as advice rather
   than a shelf. The role label is the point: without it this is
   just four bottles.
   ============================================================ */
.rg-grid{
  display:grid;gap:1px;grid-template-columns:repeat(5,1fr);
  background:var(--hairline-2);
  border:1px solid var(--hairline-2);
  border-radius:var(--radius-panel);
  overflow:hidden;
}
.rg-item{
  display:flex;flex-direction:column;gap:5px;
  background:var(--bg-2);
  padding:var(--s5) var(--s4) var(--s5);
  transition:background .3s var(--ease-out,ease);
}
.rg-item:hover{background:var(--bg-3,var(--bg-2));filter:brightness(1.03)}

.rg-shot{
  display:block;background:var(--putty,#EFE9DE);
  border-radius:12px;overflow:hidden;margin-bottom:var(--s4);
}
.rg-shot img{
  width:100%;height:auto;aspect-ratio:1/1;
  object-fit:contain;display:block;mix-blend-mode:multiply;
}
.rg-shot.is-empty{aspect-ratio:1/1}

/* the job, not the brand, is the first thing read */
.rg-role{
  color:var(--sage-label);font-size:.75rem;
  letter-spacing:.14em;text-transform:uppercase;
}
.rg-brand{color:var(--ivory-mute);font-size:.75rem}
.rg-name{font-size:var(--t-s);color:var(--ivory);line-height:1.3;flex:1}
.rg-price{color:var(--ivory-dim);font-size:.78rem;margin-top:var(--s3)}

.rg-more{
  display:inline-block;margin-top:var(--s5);
  color:var(--sage-label);
  border-bottom:1px solid var(--hairline-2);padding-bottom:3px;
}
.rg-more:hover{color:var(--ivory);border-bottom-color:var(--ivory)}

@media (max-width:1080px){ .rg-grid{grid-template-columns:repeat(3,1fr)} }
@media (max-width:760px){
  /* rail, same as the homepage bands - five stacked cards is
     five screens of scroll for one section */
  .rg-grid{
    display:flex;overflow-x:auto;scroll-snap-type:x mandatory;
    gap:12px;scrollbar-width:none;background:none;border:0;border-radius:0;
    margin-inline:calc(var(--gutter,24px) * -1);
    padding-inline:var(--gutter,24px);padding-bottom:12px;
  }
  .rg-grid::-webkit-scrollbar{display:none}
  .rg-grid > .rg-item{
    flex:0 0 62%;scroll-snap-align:start;
    border:1px solid var(--hairline-2);border-radius:var(--radius-panel);
  }
}

.c-home{margin-top:var(--sec-sm)}
.c-home h3{font-size:var(--t-2);margin:var(--s3) 0 var(--s4)}
/* the regimen lede was the last block of copy on these pages still
   sitting on the bare field */
.c-home-lede{
  max-width:56ch;margin-bottom:var(--s6);
  background:var(--bg-2);
  border:1px solid var(--hairline-2);
  border-left:1px solid var(--hairline-2);
  border-radius:var(--radius-panel);
  padding:clamp(20px,2.4vw,28px);
  box-shadow:var(--e1);
  font-family:'Expose',sans-serif;font-weight:500;
  font-size:clamp(1rem,1.5vw,1.18rem);
  line-height:1.42;letter-spacing:-.012em;color:var(--ivory);
}

/* ============================================================
   CONCERN NARRATIVE — the expanded copy

   Split band, same shape as the homepage products section:
   heading left, prose right. These sections are a heading plus
   an explanation, which is exactly what the pattern is for.
   ============================================================ */
.c-narrative{padding-block:var(--sec-sm) 0}
.c-intro{
  max-width:70ch;margin-bottom:var(--sec-sm);
  background:var(--bg-2);
  border:1px solid var(--hairline-2);
  border-left:1px solid var(--hairline-2);
  border-radius:var(--radius-panel);
  padding:clamp(28px,3.2vw,42px);
  box-shadow:var(--e2);
}
.c-intro p{
  font-family:'Expose',sans-serif;font-weight:500;
  font-size:clamp(1.1rem,1.9vw,1.4rem);
  line-height:1.4;letter-spacing:-.015em;color:var(--ivory);
}
.c-intro p + p{
  font-family:'Bespoke Sans','Helvetica Neue',sans-serif;font-weight:400;
  font-size:var(--t-s);line-height:1.6;color:var(--ivory-dim);letter-spacing:0;
}
.c-intro p + p{margin-top:var(--s5)}

.c-sec{
  display:grid;grid-template-columns:minmax(0,.34fr) minmax(0,.66fr);
  gap:clamp(32px,5vw,90px);align-items:start;
  padding-block:var(--sec-sm);
  border-top:1px solid var(--hairline-2);
}
.c-sec h2{font-size:var(--t-2);max-width:16ch;margin:0}
/* Every block of copy sits on a raised surface. Bare text on the
   putty field reads as unfinished - the standing rule on this site
   is that text never sits on a flat ground. Same construction as
   the testimonial card: bone surface, hairline, radius, a champagne
   edge to carry the eye in. */
.c-sec .prose{
  background:var(--bg-2);
  border:1px solid var(--hairline-2);
  border-left:1px solid var(--hairline-2);
  border-radius:var(--radius-panel);
  padding:clamp(24px,2.6vw,34px);
  box-shadow:var(--e1);
  max-width:64ch;
}
/* and it reads at display weight, not body weight - the lift in the
   testimonial comes as much from the type as from the panel */
.c-sec .prose > p:first-child{
  font-family:'Expose',sans-serif;font-weight:500;
  font-size:clamp(1.02rem,1.5vw,1.22rem);
  line-height:1.4;letter-spacing:-.012em;
  color:var(--ivory);
}
.c-sec .prose p + p,
.c-sec .prose ul + p,
.c-sec .prose p + ul{margin-top:var(--s5)}
.c-sec .prose ul{list-style:none;display:flex;flex-direction:column;gap:var(--s4)}
.c-sec .prose li{
  position:relative;padding-left:22px;color:var(--ivory-dim);
  font-size:var(--t-s);line-height:1.55;
}
.c-sec .prose li::before{
  content:"";position:absolute;left:0;top:.62em;
  width:7px;height:1px;background:var(--sage-label);
}
.c-sec .prose strong{color:var(--ivory);font-weight:500}
.c-sec .prose a{
  color:var(--ivory);
  border-bottom:1px solid var(--sage-label);
  padding-bottom:1px;
}
.c-sec .prose a:hover{border-bottom-color:var(--ivory)}

/* ---- FAQ ---- */
.c-faq{padding-block:var(--sec-sm);border-top:1px solid var(--hairline-2)}
.c-faq > h2{font-size:var(--t-2);margin-bottom:var(--s6)}
.faq-row{
  background:var(--bg-2);
  border:1px solid var(--hairline-2);
  border-radius:var(--radius-panel);
  margin-bottom:10px;
  padding:0 clamp(20px,2.2vw,28px);
  transition:border-color .3s, box-shadow .3s;
}
.faq-row:hover{border-color:var(--hairline);box-shadow:var(--e1)}
.faq-row[open]{box-shadow:var(--e1)}
.faq-row summary{
  list-style:none;cursor:pointer;
  display:flex;align-items:center;justify-content:space-between;gap:var(--s5);
  padding:var(--s5) 0;min-height:56px;
}
.faq-row summary::-webkit-details-marker{display:none}
.faq-row summary h3{
  font-size:var(--t-3);font-weight:400;margin:0;
  color:var(--ivory);transition:color .3s;
}
.faq-row summary::after{
  content:"";flex:none;width:9px;height:9px;
  border-right:1.5px solid var(--sage-label);
  border-bottom:1.5px solid var(--sage-label);
  transform:rotate(45deg) translateY(-3px);
  transition:transform .35s var(--ease-out,ease);
}
.faq-row[open] summary::after{transform:rotate(-135deg) translateY(-3px)}
.faq-row summary:hover h3{color:var(--sage-label)}
.faq-row > p{
  color:var(--ivory-dim);max-width:70ch;
  padding-bottom:var(--s6);margin:0;line-height:1.6;
}

@media (max-width:900px){
  .c-sec{grid-template-columns:1fr;gap:var(--s5)}
  .c-sec h2{max-width:22ch}
}

/* ============================================================
   NO FLAT TEXT — site rule

   Body copy always sits on a raised surface. Bare paragraphs on
   the putty field read as unfinished; the testimonial card is the
   reference construction: bone ground, hairline, radius, a
   champagne edge, and display type rather than body type.
   ============================================================ */

/* ---- team bios ---- */
.bio-copy{
  background:var(--bg-2);
  border:1px solid var(--hairline-2);
  border-left:1px solid var(--hairline-2);
  border-radius:var(--radius-panel);
  padding:clamp(26px,3vw,38px);
  box-shadow:var(--e1);
}
.bio-copy > p:not(.bio-role):not(.bio-spec-h):first-of-type,
.bio-copy > .bio-role + p{
  font-family:'Expose',sans-serif;font-weight:500;
  font-size:clamp(1.02rem,1.5vw,1.2rem);
  line-height:1.42;letter-spacing:-.012em;color:var(--ivory);
}

/* ---- the pricing footnote on treatment pages ---- */
.price-note{
  margin-top:var(--s5);max-width:52em;
  background:var(--bg-2);
  border:1px solid var(--hairline-2);
  border-left:1px solid var(--hairline-2);
  border-radius:var(--radius-panel);
  padding:var(--s5) var(--s5);
  box-shadow:var(--e1);
  font-size:.9rem;color:var(--ivory-dim);
}

/* ---- any remaining loose paragraph inside a content section ---- */
.t-sec > .container > p,
.c-treats > .container > p{
  background:var(--bg-2);
  border:1px solid var(--hairline-2);
  border-left:1px solid var(--hairline-2);
  border-radius:var(--radius-panel);
  padding:clamp(20px,2.4vw,28px);
  box-shadow:var(--e1);
  max-width:64ch;
}

/* ---- process steps and FAQ answers ----
   The last flat copy on the treatment pages: step bodies and the
   answer under each question both ran straight over the field. */
.steps .step > div{
  background:var(--bg-2);
  border:1px solid var(--hairline-2);
  border-left:1px solid var(--hairline-2);
  border-radius:var(--radius-panel);
  padding:clamp(18px,2.2vw,26px);
  box-shadow:var(--e1);
}
.faq details{
  background:var(--bg-2);
  border:1px solid var(--hairline-2);
  border-radius:var(--radius-panel);
  padding:0 clamp(18px,2.2vw,26px);
  margin-bottom:10px;
  transition:border-color .3s, box-shadow .3s;
}
.faq details:hover{border-color:var(--hairline);box-shadow:var(--e1)}
.faq details[open]{box-shadow:var(--e1)}

/* ---- last of the flat copy ----
   The heading above the treatment cards on concern pages, and the
   loose paragraphs on treatment pages that carry only .rv. Both are
   direct children of a .container, which is what identifies them as
   free-standing copy rather than text already inside a component. */
.c-treats > .container > h2{max-width:26ch}
/* Excludes every dark-ground container. A bone panel inherits the
   section's bone text and becomes bone on bone - which is what made
   the copy in the pine booking band invisible. */
section:not(.book-band):not(.offer):not(.t-hero):not(.band-sec--pine) > .container > p.rv,
section:not(.book-band):not(.offer):not(.t-hero):not(.band-sec--pine) > .container > p.price-note,
.section-head > p{
  background:var(--bg-2);
  border:1px solid var(--hairline-2);
  border-left:1px solid var(--hairline-2);
  border-radius:var(--radius-panel);
  padding:clamp(18px,2.2vw,26px);
  box-shadow:var(--e1);
  max-width:62ch;
}

/* full list, grouped by role */
.rg-group{
  display:block;margin:var(--s6) 0 var(--s4);
  font-size:.75rem;letter-spacing:.16em;text-transform:uppercase;
  color:var(--sage-label);font-weight:400;
}
.rg-group:first-child{margin-top:0}
.rg-grid + .rg-group{margin-top:var(--s7)}

/* ============================================================
   MICRO-INTERACTIONS
   The newer components only changed background on hover, which
   read as flat beside .tile and .menu-card. Transform, shadow
   and border only - nothing that moves a neighbour.
   ============================================================ */
.rg-item,.team-cell,.duo-panel{
  transition:transform var(--dur-state) var(--ease-soft),
             box-shadow var(--dur-state) var(--ease-soft),
             border-color var(--dur-state) var(--ease-soft),
             background-color var(--dur-state) var(--ease-soft);
  will-change:transform;
}
.rg-item:hover,.team-cell:hover,.duo-panel:hover{
  transform:translateY(-2px);
  box-shadow:var(--e2);
}
.rg-item:active,.team-cell:active,.duo-panel:active{
  transform:translateY(0) scale(.995);
  transition-duration:var(--dur-tap);
}
/* the bottle lifts a touch further than its card */
.rg-item .rg-shot img{
  transition:transform var(--dur-amb) var(--ease-out);
  will-change:transform;
}
.rg-item:hover .rg-shot img{transform:scale(1.06)}

/* the arrow on a details row settles rather than snapping */
.faq-row summary::after,.faq details summary::after{
  transition:transform var(--dur-state) var(--ease-rise);
}

/* keyboard parity: every interactive surface shows the same ring */
.rg-item:focus-visible,.team-cell:focus-visible,.duo-panel:focus-visible,
.tile:focus-visible,.menu-card:focus-visible,.shelf-item:focus-visible,
.c-card:focus-visible,.related-card:focus-visible{
  outline:2px solid var(--sage-label);
  outline-offset:3px;
  border-radius:var(--radius-panel);
}

@media (prefers-reduced-motion:reduce){
  .rg-item,.team-cell,.duo-panel,.rg-item .rg-shot img,
  .faq-row summary::after,.faq details summary::after{transition:none}
  .rg-item:hover,.team-cell:hover,.duo-panel:hover{transform:none}
  .rg-item:hover .rg-shot img{transform:none}
}

/* ---- hub pages ---- */
.hub-group{
  font-size:var(--t-2);
  margin:var(--sec-sm) 0 var(--s5);
  padding-bottom:var(--s4);
  border-bottom:1px solid var(--hairline-2);
}
.hub-group:first-of-type{margin-top:var(--s7)}
/* a card for a page that does not exist yet must not look clickable */
.c-card.is-soon{opacity:.55;pointer-events:none}
.c-card.is-soon .c-go{color:var(--ivory-mute)}

/* ============================================================
   PANELS ON DARK GROUNDS

   A surface on a dark ground is a lift in the dark, not a switch to
   light. Translucent bone at 7% reads as a raised plane and keeps
   every text colour in the section working.
   ============================================================ */
.book-band > .container > p,
.offer > .container > p,
.band-sec--pine > .container > p.rv{
  background:rgba(247,244,238,.07);
  border:1px solid rgba(247,244,238,.16);
  border-left:1px solid rgba(247,244,238,.16);
  border-radius:var(--radius-panel);
  padding:clamp(18px,2.2vw,26px);
  box-shadow:none;
  color:var(--bone-dim);
}
.book-band strong,.offer strong,.band-sec--pine strong{color:var(--bone)}

/* ============================================================
   AUDIT FIXES — 2026-07-30
   Measured in a real browser at 375 and 1440, not by eye.
   ============================================================ */

/* Links on pine grounds were falling back to --ivory (#211D18), which
   against pine (#2E3226) measures 1:1 — the clinic's phone number on
   team.html was invisible, not merely low contrast. Bone is the text
   colour on every dark ground; links must take it too. */
.book-band a,
.offer a,
.band-sec--pine a{color:var(--bone)}
.book-band .sub a:hover,
.offer a:hover,
.band-sec--pine a:hover{color:var(--sage-on-dark)}
