/* ==========================================================================
   GETATRU — Platinum Bioscience Labs homepage
   Meridian's section order and mechanics, wearing Editorial's paper, champagne and
   Fraunces/Jost type. Built from the client evaluation notes: natural-language
   category shop, the verify story promoted, the Q&A made visible, and Getatru
   carried as the lead brand endorsed by Platinum Bioscience Labs.
   ========================================================================== */

/* --- tokens --------------------------------------------------------------- */
:root {
  --ink: #2B2B28;
  --ink-soft: #43423C;
  /* Meridian spends --accent on secondary body text, so it must stay neutral;
     the champagne lives in --gold-ink and --champagne. 6.05:1 on --paper. */
  --accent: #5F5A52;
  --gold-ink: #7E6029;
  --muted: #7A756C;
  --paper: #F4EFE8;
  --card: #FBF8F4;
  --line: #DCD3C6;
  --line-2: #E7E0D6;
  --plat-a: #EFE8DF;
  --plat-b: #E7E0D6;
  --gold: #C9AE7E;

  --shadow: 0 1px 2px rgba(43, 43, 40, .06), 0 12px 32px -12px rgba(43, 43, 40, .16);
  --shadow-lift: 0 2px 5px rgba(43, 43, 40, .07), 0 24px 52px -16px rgba(43, 43, 40, .24);
  --r: 16px;
  --r-sm: 10px;

  --f-disp: 'Fraunces', 'Playfair Display', Georgia, 'Times New Roman', serif;
  --f-body: 'Jost', 'Futura', 'Century Gothic', 'Helvetica Neue', Helvetica, sans-serif;

  --champagne: #C9AE7E;
  --shell: 1240px;
  --gut: clamp(20px, 5vw, 40px);
  --sec-y: clamp(64px, 8.4vw, 122px);
  --ease: cubic-bezier(.22, .61, .36, 1);
}

/* --- reset ---------------------------------------------------------------- */
*, *::before, *::after { box-sizing: border-box; }
html { -webkit-text-size-adjust: 100%; scroll-behavior: smooth; }
@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } }

body {
  margin: 0;
  background: var(--paper);
  color: var(--ink);
  font-family: var(--f-body);
  font-size: 16px;
  line-height: 1.62;
  font-feature-settings: 'kern' 1, 'liga' 1, 'cv05' 1;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}
img, svg, canvas { display: block; max-width: 100%; }
img { height: auto; }
/* a shot that failed to load hides itself; its container keeps the ratio and fill */
img.is-missing { opacity: 0; }
h1, h2, h3, p, ul, ol, dl, dd, figure, blockquote { margin: 0; }
ul, ol { padding: 0; list-style: none; }
button { font: inherit; color: inherit; }
a { color: inherit; text-decoration: none; }
code { font-family: ui-monospace, 'SF Mono', Menlo, monospace; font-size: .86em; letter-spacing: -.01em; }

.sr {
  position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px;
  overflow: hidden; clip: rect(0 0 0 0); white-space: nowrap; border: 0;
}
.skip {
  position: absolute; left: 12px; top: -60px; z-index: 90;
  background: var(--ink); color: #fff; padding: 12px 18px; border-radius: 8px;
  font-size: .875rem; transition: top .2s var(--ease);
}
.skip:focus-visible { top: 12px; }
.sprite { position: absolute; }

:focus-visible {
  outline: 2px solid var(--ink);
  outline-offset: 3px;
  border-radius: 4px;
}
/* ink on ink is not a focus ring */
.ftr :focus-visible, .pst-topbar :focus-visible, .fulfil :focus-visible { outline-color: #fff; }

.shell { width: 100%; max-width: var(--shell); margin-inline: auto; padding-inline: var(--gut); }

/* in-page anchors must clear the pinned bar */
section[id], footer[id], div[id] { scroll-margin-top: 92px; }

/* --- shared type ---------------------------------------------------------- */
.eyebrow {
  display: flex; align-items: center; gap: 10px;
  font-size: .6875rem; font-weight: 600; letter-spacing: .17em; text-transform: uppercase;
  color: var(--gold-ink); margin-bottom: 18px;
}
.eyebrow .rule { width: 26px; height: 1px; background: var(--line); flex: none; }
.eyebrow--c { justify-content: center; }

.h2 {
  font-family: var(--f-disp); font-weight: 500;
  font-size: clamp(1.85rem, 3.3vw, 2.85rem);
  line-height: 1.06; letter-spacing: -.028em; color: var(--ink);
}
.lede { color: var(--accent); font-size: 1.0625rem; line-height: 1.66; max-width: 46ch; margin-top: 16px; }

.sec { padding-block: var(--sec-y); }
.sechead { margin-bottom: clamp(32px, 4.4vw, 56px); }
.sechead--row { display: flex; align-items: flex-end; justify-content: space-between; gap: 24px; }
.sechead--center { text-align: center; max-width: 640px; margin-inline: auto; }
.sechead__note { color: var(--accent); font-size: .9375rem; max-width: 42ch; margin-top: 14px; }
.sechead__note--c { margin-inline: auto; }
@media (min-width: 900px) {
  .sechead:not(.sechead--center):not(.sechead--row) {
    display: grid; grid-template-columns: minmax(0, 1fr) minmax(0, 380px);
    gap: 40px; align-items: end;
  }
  .sechead:not(.sechead--center):not(.sechead--row) .sechead__note { margin-top: 0; padding-bottom: 6px; }
}

.sec__more { margin-top: clamp(28px, 3.4vw, 40px); }
.lnk {
  display: inline-flex; align-items: center; gap: 9px;
  font-weight: 500; font-size: .9375rem; color: var(--ink);
  padding-block: 8px;
  border-bottom: 1px solid var(--line);
  transition: border-color .25s var(--ease), gap .25s var(--ease);
}
.lnk .ico { transition: transform .3s var(--ease); }
.lnk:hover { border-color: var(--ink); }
.lnk:hover .ico { transform: translateX(4px); }
.lnk--sm { font-size: inherit; padding: 0; border-bottom-color: var(--accent); }

.ico { fill: none; flex: none; }

/* --- buttons -------------------------------------------------------------- */
.btn {
  display: inline-flex; align-items: center; justify-content: center; gap: 10px;
  min-height: 52px; padding: 0 26px; border-radius: 999px;
  font-family: var(--f-body); font-size: .9375rem; font-weight: 500; letter-spacing: -.005em;
  border: 1px solid transparent; cursor: pointer; white-space: nowrap;
  transition: transform .25s var(--ease), box-shadow .25s var(--ease), background-color .25s var(--ease), border-color .25s var(--ease), color .25s var(--ease);
}
.btn--ink { background: var(--ink); color: #fff; box-shadow: 0 1px 2px rgba(43, 49, 56, .18); }
.btn--ink:hover { background: #1F252B; transform: translateY(-2px); box-shadow: 0 10px 24px -10px rgba(43, 49, 56, .58); }
.btn--ink:active { transform: translateY(0); }
.btn--ghost { background: #fff; color: var(--ink); border-color: var(--line); }
.btn--ghost:hover { border-color: var(--ink); transform: translateY(-2px); box-shadow: var(--shadow); }
.btn--sm { min-height: 44px; padding: 0 20px; font-size: .875rem; }

/* --- compliance hooks ------------------------------------------------------ */
.pst-ribbon {
  background: #FBF7F0; color: #96671F; border-bottom: 1px solid #EDE1CD;
  font-size: .6875rem; font-weight: 600; letter-spacing: .13em; text-transform: uppercase;
  text-align: center; padding: 8px 16px;
}
.pst-topbar {
  background: var(--ink); color: #C7CDD3;
  font-size: .6875rem; letter-spacing: .085em; text-transform: uppercase;
  text-align: center; padding: 9px 16px; line-height: 1.5;
}
@media (max-width: 620px) {
  .pst-ribbon { font-size: .625rem; letter-spacing: .1em; padding: 6px 14px; line-height: 1.45; }
  .pst-topbar { font-size: .625rem; letter-spacing: .06em; padding: 7px 14px; line-height: 1.45; }
}
.band--ruo { background: var(--paper); border-block: 1px solid var(--line); }
.pst-strip {
  padding-block: 22px; margin: 0;
  font-size: .8125rem; line-height: 1.6; color: var(--accent);
  text-align: center; max-width: 78ch; margin-inline: auto;
}
/* rule lives on .ftr__top so it spans the footer; the legal text keeps its measure */
.pst-legal {
  margin: 0; padding-top: 30px;
  font-size: .75rem; line-height: 1.72; color: #939CA5; max-width: 96ch;
}
.pst-copyright { margin: 16px 0 0; font-size: .75rem; color: #7B848D; letter-spacing: .01em; }

/* --- header --------------------------------------------------------------- */
/* Sticky, but pulled up by exactly the topbar's height (measured in page.js) so the
   RUO strip scrolls away and only the 72px bar pins. Without it, a topbar that wraps
   to two lines at 390px costs 14% of the viewport on every scroll. Falls back to a
   fully sticky header when JS is off, which is correct, just heavier. */
.hdr { position: sticky; top: calc(var(--tb-h, 0px) * -1); z-index: 60; }
.hdr__bar {
  background: rgba(255, 255, 255, .92);
  backdrop-filter: saturate(180%) blur(14px);
  -webkit-backdrop-filter: saturate(180%) blur(14px);
  border-bottom: 1px solid var(--line);
}
.hdr__grid { display: flex; align-items: center; gap: 20px; min-height: 72px; }

.lockup { display: inline-flex; align-items: center; gap: 12px; color: var(--ink); }
.lockup__mark { color: var(--ink); transition: transform .6s var(--ease); }
.lockup:hover .lockup__mark { transform: rotate(-24deg); }
.lockup__words { display: flex; flex-direction: column; line-height: 1; }
.lockup__name {
  font-family: var(--f-disp); font-weight: 600; font-size: 1.09rem;
  letter-spacing: .13em; text-transform: uppercase;
}
.lockup__sub {
  font-size: .5625rem; font-weight: 500; letter-spacing: .235em; text-transform: uppercase;
  color: var(--accent); margin-top: 5px;
}

.nav { display: none; gap: 30px; margin-inline: auto; }
.nav a {
  position: relative; font-size: .9375rem; color: var(--ink-soft); padding-block: 12px;
  transition: color .2s var(--ease);
}
.nav a::after {
  content: ''; position: absolute; left: 0; right: 0; bottom: 6px; height: 1px;
  background: var(--ink); transform: scaleX(0); transform-origin: left;
  transition: transform .32s var(--ease);
}
.nav a:hover { color: var(--ink); }
.nav a:hover::after { transform: scaleX(1); }

.hdr__act { display: flex; align-items: center; gap: 10px; margin-left: auto; }
.hdr__act .btn { display: none; }
.burger {
  width: 46px; height: 46px; display: grid; place-items: center;
  background: none; border: 1px solid var(--line); border-radius: 999px; cursor: pointer;
  transition: border-color .2s var(--ease);
}
.burger:hover { border-color: var(--ink); }
.burger__box { display: block; width: 17px; }
.burger__box i {
  display: block; height: 1.25px; background: var(--ink); border-radius: 2px;
  transition: transform .3s var(--ease), opacity .2s var(--ease);
}
.burger__box i + i { margin-top: 5px; }
.burger[aria-expanded="true"] .burger__box i:first-child { transform: translateY(3.1px) rotate(45deg); }
.burger[aria-expanded="true"] .burger__box i:last-child { transform: translateY(-3.1px) rotate(-45deg); }

.mnav { background: #fff; border-bottom: 1px solid var(--line); }
.mnav .shell { display: flex; flex-direction: column; padding-block: 10px 22px; }
.mnav a {
  padding: 15px 0; border-bottom: 1px solid var(--line-2);
  font-family: var(--f-disp); font-size: 1.18rem; font-weight: 500; letter-spacing: -.01em;
}
.mnav__cta { border-bottom: 0; margin-top: 18px; justify-content: center; }

@media (min-width: 940px) {
  .nav { display: flex; }
  .hdr__act .btn { display: inline-flex; }
  .burger { display: none; }
  .mnav { display: none !important; }
}

/* --- 01 hero --------------------------------------------------------------- */
.hero { position: relative; overflow: hidden; padding-block: clamp(48px, 6vw, 92px) clamp(56px, 7vw, 104px); }
.hero__wash {
  position: absolute; inset: 0; z-index: 0; pointer-events: none;
  background:
    radial-gradient(120% 90% at 88% 12%, rgba(233, 236, 239, .95) 0%, rgba(247, 248, 249, 0) 62%),
    linear-gradient(180deg, #FBFBFC 0%, #FFFFFF 68%);
}
.hero__wash::after {
  content: ''; position: absolute; inset-inline: 0; bottom: 0; height: 1px; background: var(--line-2);
}
.hero__grid { position: relative; z-index: 1; display: grid; gap: clamp(40px, 5vw, 64px); align-items: center; }

.hero__eyebrow { margin-bottom: 22px; }
.hero__h1 {
  font-family: var(--f-disp); font-weight: 500;
  font-size: clamp(2.45rem, 6.1vw, 4.05rem);
  line-height: 1.02; letter-spacing: -.036em; color: var(--ink);
}
.hero__h1 .ln { display: block; }
.hero__h1 .ln--em { color: var(--gold-ink); }
.hero__sub { margin-top: 22px; max-width: 48ch; color: var(--accent); font-size: 1.0625rem; line-height: 1.68; }
.hero__cta { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 32px; }

.hero__stats {
  display: grid; grid-template-columns: repeat(3, minmax(0, 1fr));
  margin-top: 40px; padding-top: 28px; border-top: 1px solid var(--line);
}
.stat { padding-right: 14px; }
.stat + .stat { padding-left: 20px; border-left: 1px solid var(--line); }
.stat__n {
  font-family: var(--f-disp); font-weight: 500; font-size: clamp(1.7rem, 3.6vw, 2.3rem);
  line-height: 1; letter-spacing: -.03em; font-variant-numeric: tabular-nums;
}
.stat__l {
  margin-top: 9px; font-size: .6875rem; font-weight: 500; letter-spacing: .1em;
  text-transform: uppercase; color: var(--muted); line-height: 1.45;
}

/* hero panel: platinum well + particle field + vial */
.hero__visual { position: relative; }
.panel {
  position: relative; isolation: isolate;
  aspect-ratio: 1 / 1;
  border-radius: 24px;
  background:
    radial-gradient(78% 70% at 50% 38%, #FFFFFF 0%, #F6F7F8 46%, var(--plat-b) 100%);
  border: 1px solid var(--line);
  box-shadow: var(--shadow);
  overflow: hidden;
  display: grid; place-items: center;
}
.panel__field { position: absolute; inset: 0; width: 100%; height: 100%; z-index: 0; opacity: .9; }
.panel__ring {
  position: absolute; z-index: 1; width: 86%; height: auto; color: var(--accent);
  opacity: .34; pointer-events: none;
}
.panel__plinth {
  position: absolute; z-index: 1; bottom: 15%; left: 50%; transform: translateX(-50%);
  width: 46%; height: 20px; border-radius: 50%;
  background: radial-gradient(50% 50% at 50% 50%, rgba(43, 49, 56, .19) 0%, rgba(43, 49, 56, 0) 72%);
}
.panel__vial {
  position: relative; z-index: 2;
  width: 62%; height: auto; max-width: 360px;
  filter: drop-shadow(0 26px 34px rgba(43, 49, 56, .18));
}
.panel__vial.is-missing { opacity: 0; }

.chip {
  position: absolute; z-index: 3; left: 5%; bottom: 7%;
  display: flex; align-items: center; gap: 12px;
  background: rgba(255, 255, 255, .93);
  backdrop-filter: blur(8px); -webkit-backdrop-filter: blur(8px);
  border: 1px solid var(--line); border-radius: 14px;
  padding: 12px 16px 12px 14px; box-shadow: var(--shadow);
  color: var(--ink);
}
.chip .ico { color: var(--ink); }
.chip figcaption { display: flex; flex-direction: column; line-height: 1.25; }
.chip b { font-size: .8125rem; font-weight: 600; letter-spacing: -.005em; }
.chip span { font-size: .6875rem; color: var(--muted); letter-spacing: .04em; margin-top: 3px; }

@media (min-width: 900px) {
  .hero__grid { grid-template-columns: minmax(0, 1.02fr) minmax(0, .98fr); }
}
@media (max-width: 899px) {
  .hero__visual { max-width: 460px; margin-inline: auto; width: 100%; }
}
@media (max-width: 560px) {
  /* two ragged pills read as an accident; equal widths read as a decision */
  .hero__cta .btn { flex: 1 1 100%; }
  .chip { left: 4%; bottom: 5%; padding: 10px 13px 10px 12px; gap: 10px; }
  .chip b { font-size: .75rem; }
  .stat + .stat { padding-left: 13px; }
  .stat { padding-right: 9px; }
}

/* --- 02 trust marquee ------------------------------------------------------ */
.band--marq { border-block: 1px solid var(--line); background: #fff; }
.marq {
  position: relative; overflow: hidden; padding-block: 20px;
  -webkit-mask-image: linear-gradient(90deg, transparent 0, #000 88px, #000 calc(100% - 88px), transparent 100%);
  mask-image: linear-gradient(90deg, transparent 0, #000 88px, #000 calc(100% - 88px), transparent 100%);
}
.marq__track { display: flex; width: max-content; }
.marq__set { display: flex; align-items: center; }
.marq__set li {
  display: flex; align-items: center; gap: 11px;
  padding-inline: clamp(24px, 3.4vw, 44px);
  font-size: .875rem; font-weight: 500; letter-spacing: .012em; color: var(--ink-soft);
  white-space: nowrap;
}
.marq__set li .ico { color: var(--accent); }
.marq__set li::after {
  content: ''; width: 3px; height: 3px; border-radius: 50%; background: var(--line);
  margin-left: clamp(24px, 3.4vw, 44px);
}
.no-motion .marq { -webkit-mask-image: none; mask-image: none; }
.no-motion .marq__track { width: auto; flex-wrap: wrap; justify-content: center; }
.no-motion .marq__set { flex-wrap: wrap; justify-content: center; }
.no-motion .marq__set[aria-hidden] { display: none; }
.no-motion .marq__set li::after { display: none; }

/* --- 03 categories --------------------------------------------------------- */
.cats { display: grid; gap: 14px; }
.cat {
  background: var(--card); border: 1px solid var(--line); border-radius: var(--r);
  box-shadow: 0 1px 2px rgba(43, 49, 56, .04);
  transition: border-color .3s var(--ease), box-shadow .35s var(--ease), transform .35s var(--ease);
}
.cat--skel { min-height: 116px; background: var(--plat-a); border-style: dashed; }
.cat__a {
  display: flex; align-items: center; gap: 18px; padding: 20px; min-height: 116px;
}
.cat__well {
  flex: none; width: 76px; height: 76px; border-radius: 12px;
  background: linear-gradient(160deg, var(--plat-a), var(--plat-b));
  border: 1px solid var(--line-2);
  display: grid; place-items: center; overflow: hidden;
}
/* The shipped renders have an opaque white background. Multiply drops it into the
   platinum well instead of stamping a hard white rectangle on top of the gradient. */
.cat__well img {
  width: 100%; height: 100%; object-fit: contain; mix-blend-mode: multiply;
  transform: scale(1.3); transition: transform .45s var(--ease);
}
.cat__txt { min-width: 0; flex: 1; }
.cat__name {
  display: block;
  font-family: var(--f-disp); font-weight: 500; font-size: 1.06rem; line-height: 1.22;
  letter-spacing: -.017em; color: var(--ink); text-wrap: balance;
}
.cat__meta {
  display: block;
  margin-top: 9px; font-size: .6875rem; font-weight: 500; letter-spacing: .1em;
  text-transform: uppercase; color: var(--muted);
  font-variant-numeric: tabular-nums;
}
.cat__go {
  flex: none; width: 34px; height: 34px; border-radius: 50%;
  border: 1px solid var(--line); display: grid; place-items: center; color: var(--accent);
  transition: background-color .3s var(--ease), color .3s var(--ease), border-color .3s var(--ease), transform .3s var(--ease);
}
.cat:hover { border-color: var(--champagne); box-shadow: var(--shadow); transform: translateY(-3px); }
.cat:hover .cat__well img { transform: scale(1.4); }
.cat:hover .cat__go { background: var(--ink); border-color: var(--ink); color: #fff; transform: translateX(2px); }
.cat:focus-within { border-color: var(--ink); }
@media (min-width: 620px) { .cats { grid-template-columns: repeat(2, minmax(0, 1fr)); } }
@media (min-width: 1020px) { .cats { grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 16px; } }

/* --- 04 trusted quality split --------------------------------------------- */
.sec--split { background: var(--paper); border-block: 1px solid var(--line); }
.split { display: grid; gap: clamp(36px, 5vw, 64px); align-items: center; }
@media (min-width: 900px) { .split { grid-template-columns: minmax(0, .92fr) minmax(0, 1.08fr); align-items: stretch; } }

.shot {
  position: relative; border-radius: var(--r); overflow: hidden;
  border: 1px solid var(--line);
  background: linear-gradient(150deg, var(--plat-a) 0%, var(--plat-b) 100%);
  box-shadow: var(--shadow);
}
.shot img { width: 100%; height: 100%; object-fit: cover; }
.shot--lab { aspect-ratio: 4 / 3; }
.shot--lab img { position: absolute; inset: 0; }
.shot.is-missing img { opacity: 0; }
.shot.is-missing::before {
  content: ''; position: absolute; inset: 0;
  background-image: repeating-linear-gradient(-45deg, rgba(43, 49, 56, .04) 0 1px, transparent 1px 11px);
}
/* On desktop the media column matches the checklist's height exactly, so the
   split has no dead corner. Declared after .shot--lab so it actually wins. */
@media (min-width: 900px) {
  .split__media.shot--lab { aspect-ratio: auto; height: 100%; min-height: 460px; }
}
.shot__tag {
  position: absolute; left: 14px; bottom: 14px;
  background: rgba(255, 255, 255, .93); border: 1px solid var(--line); border-radius: 999px;
  padding: 8px 15px; font-size: .6875rem; font-weight: 500; letter-spacing: .085em;
  text-transform: uppercase; color: var(--ink-soft);
  backdrop-filter: blur(6px); -webkit-backdrop-filter: blur(6px);
}

.ticks { margin-top: 34px; display: grid; gap: 2px; }
.ticks li {
  display: grid; grid-template-columns: 34px minmax(0, 1fr); column-gap: 16px; row-gap: 5px;
  padding: 18px 0; border-top: 1px solid var(--line);
}
.ticks li:last-child { border-bottom: 1px solid var(--line); }
.tick {
  grid-row: span 2; width: 34px; height: 34px; border-radius: 50%;
  border: 1px solid var(--line); background: #fff; display: grid; place-items: center;
  color: var(--ink);
}
.tick svg { fill: none; stroke: currentColor; stroke-width: 1.5; stroke-linecap: round; stroke-linejoin: round; }
.ticks b { font-size: .9375rem; font-weight: 600; letter-spacing: -.008em; color: var(--ink); align-self: end; }
.ticks li > span:not(.tick) { font-size: .875rem; line-height: 1.6; color: var(--accent); }

/* --- 05 best sellers ------------------------------------------------------- */
.carctl { display: flex; gap: 8px; flex: none; }
.rnd {
  width: 46px; height: 46px; border-radius: 50%; background: #fff;
  border: 1px solid var(--line); display: grid; place-items: center; cursor: pointer;
  color: var(--ink);
  transition: border-color .25s var(--ease), background-color .25s var(--ease), color .25s var(--ease), opacity .25s var(--ease);
}
.rnd:hover:not(:disabled) { border-color: var(--ink); background: var(--ink); color: #fff; }
.rnd:disabled { opacity: .34; cursor: default; }
[data-sell-prev] .ico, [data-voice-prev] .ico { transform: rotate(180deg); }

.rail {
  overflow-x: auto; overflow-y: hidden;
  scroll-snap-type: x mandatory;
  scrollbar-width: none; -ms-overflow-style: none;
  padding-block: 6px 26px;
  scroll-padding-left: max(var(--gut), (100vw - var(--shell)) / 2 + var(--gut));
}
.rail::-webkit-scrollbar { display: none; }
.rail__track {
  display: flex; gap: 16px; width: max-content;
  padding-inline: max(var(--gut), (100vw - var(--shell)) / 2 + var(--gut));
}

.pcard {
  scroll-snap-align: start;
  width: 78vw; max-width: 300px;
  display: flex; flex-direction: column;
  background: var(--card); border: 1px solid var(--line); border-radius: var(--r);
  box-shadow: 0 1px 2px rgba(43, 49, 56, .05);
  overflow: hidden;
  transition: border-color .3s var(--ease), box-shadow .35s var(--ease), transform .35s var(--ease);
}
.pcard--skel { min-height: 420px; background: var(--plat-a); border-style: dashed; }
.pcard:hover { border-color: #CDD3D9; box-shadow: var(--shadow); transform: translateY(-3px); }
.pcard__well {
  position: relative; aspect-ratio: 1 / 1;
  background: radial-gradient(72% 62% at 50% 42%, #FFFFFF 0%, #F6F7F8 52%, var(--plat-b) 100%);
  border-bottom: 1px solid var(--line-2);
  display: grid; place-items: center; overflow: hidden;
}
.pcard__well img { width: 78%; height: auto; mix-blend-mode: multiply; transition: transform .5s var(--ease); }
.pcard:hover .pcard__well img { transform: scale(1.045) translateY(-2px); }
.pcard__flag {
  position: absolute; top: 12px; left: 12px;
  font-size: .625rem; font-weight: 600; letter-spacing: .12em; text-transform: uppercase;
  color: var(--gold); background: rgba(255, 255, 255, .9); border: 1px solid #EBDFC9;
  border-radius: 999px; padding: 5px 10px;
}
.pcard__body { display: flex; flex-direction: column; flex: 1; padding: 20px 22px 22px; }
.pcard__cat {
  font-size: .625rem; font-weight: 600; letter-spacing: .12em; text-transform: uppercase;
  color: var(--muted); line-height: 1.5;
}
.pcard__name {
  font-family: var(--f-disp); font-weight: 500; font-size: 1.22rem; line-height: 1.16;
  letter-spacing: -.022em; margin-top: 9px; color: var(--ink);
}
.pcard__sum { margin-top: 8px; font-size: .8125rem; line-height: 1.55; color: var(--accent); }
.pcard__price {
  margin-top: 14px; font-family: var(--f-disp); font-weight: 500; font-size: 1.02rem;
  letter-spacing: -.012em; font-variant-numeric: tabular-nums; color: var(--ink);
}
.pcard__sizes { display: flex; flex-wrap: wrap; gap: 6px; margin-top: 14px; }
.pcard__sizes li {
  font-size: .6875rem; font-weight: 500; letter-spacing: .045em;
  border: 1px solid var(--line); border-radius: 999px; padding: 5px 10px; color: var(--ink-soft);
  background: var(--plat-a);
}
.pcard__cta {
  margin-top: auto; padding-top: 18px;
  display: flex; align-items: center; justify-content: space-between; gap: 12px;
  min-height: 44px;
  font-size: .875rem; font-weight: 500; color: var(--ink);
  border-top: 1px solid var(--line-2);
}
.pcard__cta .ico { color: var(--accent); transition: transform .3s var(--ease), color .3s var(--ease); }
.pcard:hover .pcard__cta .ico { transform: translateX(4px); color: var(--ink); }

.prog { height: 2px; background: var(--line); border-radius: 2px; overflow: hidden; }
.prog i { display: block; height: 100%; width: 25%; background: var(--ink); border-radius: 2px; transition: width .2s linear, transform .2s linear; transform-origin: left; }

@media (min-width: 640px) { .pcard { width: 46vw; max-width: 320px; } }
@media (min-width: 1020px) { .pcard { width: 292px; } }
@media (min-width: 1080px) { .vcard { width: 352px; max-width: none; } }

/* --- 06 verification ------------------------------------------------------- */
.verify { display: grid; gap: clamp(38px, 5vw, 64px); align-items: center; }
@media (min-width: 900px) { .verify { grid-template-columns: minmax(0, 1.08fr) minmax(0, .92fr); } }

.steps { margin-top: 34px; display: grid; gap: 0; }
.steps li {
  display: grid; grid-template-columns: 54px minmax(0, 1fr); gap: 18px;
  padding: 22px 0; border-top: 1px solid var(--line);
}
.steps li:last-child { border-bottom: 1px solid var(--line); }
.steps__n {
  font-family: var(--f-disp); font-weight: 500; font-size: .875rem; letter-spacing: .12em;
  color: var(--muted); font-variant-numeric: tabular-nums; padding-top: 2px;
}
.steps b { display: block; font-size: 1rem; font-weight: 600; letter-spacing: -.012em; }
.steps p { margin-top: 6px; font-size: .875rem; line-height: 1.6; color: var(--accent); }
.steps code { background: var(--plat-a); border: 1px solid var(--line-2); border-radius: 5px; padding: 1px 6px; }

.verify__cta { margin-top: 32px; display: flex; flex-wrap: wrap; align-items: center; gap: 14px 18px; }
.verify__hint { font-size: .8125rem; color: var(--muted); }
.verify__hint code { color: var(--ink-soft); }

.verify__media { aspect-ratio: 4 / 5; max-width: 480px; margin-inline: auto; width: 100%; }
.shot--hand img { position: absolute; inset: 0; }
.qrcard {
  position: absolute; left: 0; right: 0; bottom: 0;
  margin: 14px; padding: 14px 16px;
  display: flex; align-items: center; gap: 14px;
  background: rgba(255, 255, 255, .94); border: 1px solid var(--line); border-radius: 14px;
  backdrop-filter: blur(8px); -webkit-backdrop-filter: blur(8px);
  box-shadow: var(--shadow);
}
.qrcard__glyph {
  flex: none; width: 46px; height: 46px; border-radius: 11px;
  background: var(--ink); color: #fff; display: grid; place-items: center;
}
.qrcard__glyph .ico { color: #fff; }
.qrcard__txt { display: flex; flex-direction: column; font-size: .8125rem; color: var(--accent); line-height: 1.4; }
.qrcard__txt b { color: var(--ink); font-size: .875rem; font-weight: 600; margin-bottom: 3px; }

/* --- 07 (Meridian's .why grid lived here; the Getatru brand block .trus took its slot) --- */

/* --- 08 quality promise ---------------------------------------------------- */
.sec--promise {
  background: linear-gradient(180deg, var(--plat-a) 0%, var(--plat-b) 100%);
  border-block: 1px solid var(--line);
}
.tiles { display: grid; gap: 1px; background: var(--line); border: 1px solid var(--line); border-radius: var(--r); overflow: hidden; }
.tile { background: rgba(255, 255, 255, .82); padding: clamp(24px, 2.6vw, 30px) clamp(20px, 2.2vw, 26px); position: relative; transition: background .35s var(--ease); }
.tile:hover { background: #fff; }
.tile__n {
  font-family: var(--f-disp); font-size: .6875rem; font-weight: 500; letter-spacing: .17em;
  color: var(--muted); font-variant-numeric: tabular-nums;
}
.tile__ico { color: var(--ink); margin-top: 20px; }
.tile h3 { font-family: var(--f-disp); font-weight: 500; font-size: 1.05rem; letter-spacing: -.016em; margin-top: 16px; }
.tile p { margin-top: 8px; font-size: .8125rem; line-height: 1.58; color: var(--accent); }
@media (min-width: 560px) { .tiles { grid-template-columns: repeat(2, minmax(0, 1fr)); } }
@media (min-width: 860px) { .tiles { grid-template-columns: repeat(3, minmax(0, 1fr)); } }
@media (min-width: 1120px) { .tiles { grid-template-columns: repeat(5, minmax(0, 1fr)); } }

/* --- fulfilment interstitial ------------------------------------------------ */
.fulfil {
  position: relative; border-radius: 0; border: 0; border-bottom: 1px solid var(--line);
  box-shadow: none;
  height: clamp(240px, 30vw, 380px);
  background: linear-gradient(150deg, var(--plat-a) 0%, var(--plat-b) 100%);
  display: grid; align-items: end;
}
.fulfil img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.fulfil::after {
  content: ''; position: absolute; inset: 0;
  background: linear-gradient(100deg, rgba(43, 49, 56, .72) 0%, rgba(43, 49, 56, .34) 46%, rgba(43, 49, 56, 0) 78%);
}
.fulfil__cap {
  position: relative; z-index: 2;
  width: 100%; max-width: var(--shell); margin-inline: auto;
  padding: clamp(24px, 3.6vw, 44px) var(--gut);
  color: #fff;
}
.fulfil__lbl {
  display: inline-flex; align-items: center; gap: 10px;
  font-size: .6875rem; font-weight: 600; letter-spacing: .17em; text-transform: uppercase;
  color: #C7CDD3; margin-bottom: 12px;
}
.fulfil__lbl::before { content: ''; width: 26px; height: 1px; background: rgba(255, 255, 255, .4); }
.fulfil__cap p {
  font-family: var(--f-disp); font-weight: 400;
  font-size: clamp(1.05rem, 2.1vw, 1.45rem); line-height: 1.4; letter-spacing: -.018em;
  max-width: 30ch; text-wrap: balance;
}

/* --- 09 testimonials ------------------------------------------------------- */
.rail--voices { scroll-snap-type: x mandatory; }
.rail__track--voices { align-items: stretch; }
.vcard {
  scroll-snap-align: start;
  width: 82vw; max-width: 360px; display: flex; flex-direction: column;
  background: var(--card); border: 1px solid var(--line); border-radius: var(--r);
  padding: 26px 26px 24px; box-shadow: 0 1px 2px rgba(43, 49, 56, .05);
}
.vcard--skel { min-height: 240px; background: var(--plat-a); border-style: dashed; }
.vcard__tag {
  align-self: flex-start;
  font-size: .625rem; font-weight: 600; letter-spacing: .12em; text-transform: uppercase;
  color: var(--accent); border: 1px solid var(--line); border-radius: 999px; padding: 5px 11px;
}
.vcard__mark {
  display: block; margin-top: 12px; margin-bottom: -12px;
  font-family: var(--f-disp); font-weight: 500; font-size: 2.6rem; line-height: 1;
  color: var(--line); user-select: none;
}
.vcard__q {
  margin-top: 16px; flex: 1;
  font-family: var(--f-disp); font-weight: 400; font-size: 1.05rem; line-height: 1.46;
  letter-spacing: -.014em; color: var(--ink);
}
.vcard__by { margin-top: 22px; padding-top: 16px; border-top: 1px solid var(--line-2); }
.vcard__nm { font-size: .875rem; font-weight: 600; letter-spacing: -.005em; }
.vcard__rl { font-size: .75rem; color: var(--muted); margin-top: 4px; letter-spacing: .015em; }

.voices__foot { display: flex; flex-wrap: wrap; align-items: center; justify-content: space-between; gap: 16px; }
.dots { display: flex; flex-wrap: wrap; gap: 8px; max-width: 100%; }
.dots button {
  width: 30px; height: 44px; padding: 0; border: 0; background: none; cursor: pointer;
  display: grid; place-items: center;
}
.dots button::before {
  content: ''; width: 22px; height: 2px; border-radius: 2px; background: var(--line);
  transition: background .3s var(--ease), width .3s var(--ease);
}
.dots button[aria-current="true"]::before { background: var(--ink); width: 30px; }
.disclosure { font-size: .75rem; color: var(--muted); font-style: italic; letter-spacing: .01em; }
/* 1-up mobile means one dot per testimonial — ten of them have to fit the gutter */
@media (max-width: 620px) {
  .dots { gap: 4px; }
  .dots button { width: 26px; height: 44px; }
  .dots button::before { width: 15px; }
  .dots button[aria-current="true"]::before { width: 22px; }
}

/* --- 10 faq ---------------------------------------------------------------- */
.sec--faq { background: var(--paper); border-block: 1px solid var(--line); }
.faq { display: grid; gap: clamp(32px, 4vw, 56px); align-items: start; }
@media (min-width: 900px) {
  .faq { grid-template-columns: minmax(0, .8fr) minmax(0, 1.2fr); }
  .faq__head { position: sticky; top: 116px; }
}
.faq__list { border-top: 1px solid var(--line); }
.qa { border-bottom: 1px solid var(--line); }
.qa summary {
  list-style: none; cursor: pointer;
  display: flex; align-items: flex-start; justify-content: space-between; gap: 20px;
  padding: 22px 2px; min-height: 44px;
  font-family: var(--f-disp); font-weight: 500; font-size: clamp(1.02rem, 1.6vw, 1.12rem);
  line-height: 1.34; letter-spacing: -.017em; color: var(--ink);
  transition: color .2s var(--ease);
}
.qa summary::-webkit-details-marker { display: none; }
.qa summary:hover { color: var(--accent); }
/* The toggle glyph is .faq__x on this page (Obsidian's accordion); see the additions below. */
.qa__a { padding: 0 2px 26px; max-width: 66ch; }
.qa__a p { font-size: .9375rem; line-height: 1.68; color: var(--accent); }
.qa[open] .qa__a { animation: qaIn .38s var(--ease) both; }
@keyframes qaIn { from { opacity: 0; transform: translateY(-5px); } to { opacity: 1; transform: none; } }
.no-motion .qa[open] .qa__a { animation: none; }

/* --- 11 email capture ------------------------------------------------------ */
.sec--signup { background: var(--card); }
.signup {
  display: grid; gap: clamp(30px, 4vw, 56px); align-items: center;
  background: linear-gradient(150deg, var(--plat-a) 0%, var(--plat-b) 100%);
  border: 1px solid var(--line); border-radius: 22px;
  padding: clamp(30px, 4.4vw, 56px);
}
@media (min-width: 900px) { .signup { grid-template-columns: minmax(0, 1.06fr) minmax(0, .94fr); } }
.chips { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 26px; }
.chips li {
  display: inline-flex; align-items: center; gap: 8px;
  background: rgba(255, 255, 255, .8); border: 1px solid var(--line); border-radius: 999px;
  padding: 8px 15px; font-size: .8125rem; font-weight: 500; color: var(--ink-soft);
}
.chips li::before { content: ''; width: 4px; height: 4px; border-radius: 50%; background: var(--gold); }

.field { display: flex; flex-wrap: wrap; gap: 10px; }
.field input {
  flex: 1 1 220px; min-height: 52px; padding: 0 20px;
  background: #fff; border: 1px solid var(--line); border-radius: 999px;
  font-family: var(--f-body); font-size: .9375rem; color: var(--ink);
  transition: border-color .25s var(--ease), box-shadow .25s var(--ease);
}
.field input::placeholder { color: #A7AEB6; }
.field input:focus { outline: none; border-color: var(--ink); box-shadow: 0 0 0 3px rgba(43, 49, 56, .09); }
.field__note { margin-top: 14px; font-size: .75rem; color: var(--muted); letter-spacing: .015em; }
.field__note.is-ok { color: var(--ink); font-weight: 500; }

/* --- footer ---------------------------------------------------------------- */
.ftr { background: var(--ink); color: #C7CDD3; padding-block: clamp(52px, 6vw, 82px) 40px; }
.ftr__top {
  display: grid; gap: clamp(36px, 4.4vw, 60px);
  padding-bottom: clamp(40px, 5vw, 60px);
  border-bottom: 1px solid rgba(255, 255, 255, .12);
}
@media (min-width: 900px) { .ftr__top { grid-template-columns: minmax(0, 1fr) minmax(0, 1.25fr); } }
.lockup--ftr { color: #fff; }
.lockup--ftr .lockup__mark { color: #fff; }
.lockup--ftr .lockup__sub { color: #8F98A1; }
.ftr__blurb { margin-top: 22px; font-size: .875rem; line-height: 1.68; color: #99A2AB; max-width: 40ch; }
.ftr__contact { margin-top: 22px; display: flex; flex-direction: column; gap: 7px; font-size: .875rem; }
.ftr__contact a { color: #fff; border-bottom-color: rgba(255, 255, 255, .3); }
.ftr__contact a:hover { border-bottom-color: #fff; }
.ftr__contact span { font-size: .75rem; color: #838C95; letter-spacing: .02em; }

.ftr__cols { display: grid; gap: 32px; }
@media (min-width: 520px) { .ftr__cols { grid-template-columns: repeat(3, minmax(0, 1fr)); } }
.ftr__cols h3 {
  font-size: .6875rem; font-weight: 600; letter-spacing: .16em; text-transform: uppercase;
  color: #fff; margin-bottom: 18px;
}
.ftr__cols li + li { margin-top: 3px; }
.ftr__cols a {
  font-size: .875rem; color: #99A2AB; line-height: 1.5;
  transition: color .2s var(--ease);
  display: inline-block; padding-block: 8px;
}
.ftr__cols a:hover { color: #fff; }

/* --- purchase-proof toast --------------------------------------------------- */
.toaster { position: fixed; left: 0; bottom: 0; z-index: 70; padding: 16px; pointer-events: none; }
.toast {
  pointer-events: auto;
  display: flex; align-items: flex-start; gap: 13px;
  width: min(360px, calc(100vw - 32px));
  background: #fff; border: 1px solid var(--line); border-radius: 14px;
  box-shadow: var(--shadow-lift);
  padding: 14px 14px 14px 16px;
  opacity: 0; transform: translateY(14px);
  transition: opacity .42s var(--ease), transform .42s var(--ease);
}
.toast.is-in { opacity: 1; transform: none; }
.toast__dot {
  flex: none; width: 8px; height: 8px; border-radius: 50%; background: var(--gold);
  margin-top: 7px; box-shadow: 0 0 0 4px rgba(185, 129, 47, .13);
}
.toast__body { flex: 1; min-width: 0; }
.toast__t { font-size: .8125rem; line-height: 1.5; color: var(--ink); }
.toast__t b { font-weight: 600; }
.toast__m { display: flex; align-items: center; gap: 8px; margin-top: 7px; }
.toast__sim {
  font-size: .5625rem; font-weight: 600; letter-spacing: .11em; text-transform: uppercase;
  color: var(--gold); border: 1px solid #EBDFC9; background: #FCF8F1;
  border-radius: 999px; padding: 3px 8px;
}
.toast__ago { font-size: .6875rem; color: var(--muted); }
.toast__x {
  flex: none; width: 40px; height: 40px; margin: -8px -8px 0 0;
  border: 0; background: none; border-radius: 50%; cursor: pointer;
  display: grid; place-items: center; color: var(--muted);
  transition: background-color .2s var(--ease), color .2s var(--ease);
}
.toast__x:hover { background: var(--plat-b); color: var(--ink); }
.toast__x .ico { width: 15px; height: 15px; }

/* ==========================================================================
   GETATRU additions — everything below is new to this page, layered over the
   Meridian mechanics above. Order matters: these rules are last so they win
   at equal specificity.
   ========================================================================== */

/* Fraunces is the display face; anything set in small caps or tracked-out
   lettering stays on Jost, where the geometry reads at 11px and the serif
   does not. */
.eyebrow, .stat__l, .pcard__cat, .tile__n, .steps__n, .vcard__tag,
.plate__l, .plate__d, .faq__n, .cat__cat, .cat__meta, .tru__k,
.shot__tag, .fulfil__lbl, .chips li, .disclosure, .marq__set li {
  font-family: var(--f-body);
}
.h2, .hero__h1, .tile h3, .tru h3, .pcard__name, .faq__q,
.endorse__word, .cat__name {
  font-family: var(--f-disp);
  font-optical-sizing: auto;
}
/* Fraunces runs large for its point size; pull the display line tighter than
   Jost wanted and let the ascenders do the work. */
.hero__h1 { letter-spacing: -.026em; line-height: 1.03; font-size: clamp(2.5rem, 5.4vw, 4.15rem); }
.h2 { letter-spacing: -.02em; }

/* --- 03 the Getatru brand block ------------------------------------------ */
.sec--brand {
  background:
    radial-gradient(120% 90% at 50% -10%, rgba(201, 174, 126, .17), transparent 62%),
    var(--card);
  border-block: 1px solid var(--line);
}
.trus {
  display: grid;
  gap: 1px;
  margin-top: clamp(38px, 4.4vw, 62px);
  background: var(--line);
  border: 1px solid var(--line);
  border-radius: var(--r);
  overflow: hidden;
}
.tru {
  position: relative;
  background: var(--paper);
  padding: clamp(28px, 3.2vw, 40px);
}
.tru__k {
  position: absolute; top: clamp(20px, 2.4vw, 28px); right: clamp(20px, 2.4vw, 28px);
  font-size: .6875rem; letter-spacing: .18em; color: var(--champagne);
  font-variant-numeric: tabular-nums;
}
.tru__ico {
  display: grid; place-items: center;
  width: 52px; height: 52px; margin-bottom: 20px;
  border: 1px solid var(--line);
  border-radius: 50%;
  background: var(--card);
  color: var(--accent);
  transition: background .4s var(--ease), color .4s var(--ease), transform .4s var(--ease);
}
.tru:hover .tru__ico { background: var(--ink); color: var(--paper); transform: translateY(-2px); }
.tru h3 { font-weight: 500; font-size: clamp(1.2rem, 1.7vw, 1.45rem); line-height: 1.2; }
.tru p { margin-top: 12px; font-size: .9375rem; line-height: 1.68; color: var(--ink-soft); }

/* The endorsement lockup. This is the one place the two names sit together at
   full size, so it gets the page's only champagne rule. */
.endorse {
  display: flex; align-items: center; justify-content: center;
  gap: clamp(16px, 2vw, 24px);
  margin-top: clamp(40px, 4.6vw, 66px);
  padding-top: clamp(30px, 3.4vw, 44px);
  border-top: 1px solid var(--champagne);
  text-align: left;
}
.endorse__mark { flex: none; color: var(--accent); }
.endorse__txt { display: grid; gap: 4px; }
.endorse__word {
  font-size: clamp(1.9rem, 3.6vw, 2.9rem); font-weight: 500;
  letter-spacing: -.022em; line-height: 1;
}
.endorse__by {
  font-size: .75rem; letter-spacing: .17em; text-transform: uppercase;
  color: var(--muted);
}

/* --- 04 category cards, image-led ---------------------------------------- */
/* Replaces Meridian's compact list rows: the notes asked for natural language
   and for the shop to be driven by pictures rather than nomenclature. */
.cats { grid-template-columns: 1fr; gap: clamp(14px, 1.6vw, 20px); }
.cat {
  border: 1px solid var(--line);
  border-radius: var(--r);
  background: var(--card);
  overflow: hidden;
  transition: border-color .4s var(--ease), box-shadow .4s var(--ease), transform .4s var(--ease);
}
.cat--skel { min-height: 300px; background: var(--plat-a); border-style: dashed; }
.cat__a {
  display: grid; grid-template-rows: auto 1fr auto;
  height: 100%; padding: 0;
}
.cat__well {
  position: relative;
  /* Meridian's well is a fixed 76px thumbnail square; both dimensions have to be
     released before aspect-ratio means anything. */
  flex: initial;
  aspect-ratio: 1 / 1;
  width: 100%; height: auto;
  /* Same ground as .pcard__well — the client asked for one consistent treatment across
     every vial on the page, and the two sections sat side by side looking unrelated. */
  background: radial-gradient(72% 62% at 50% 42%, #FFFFFF 0%, #FAF7F2 52%, var(--plat-b) 100%);
  border-radius: 0;
  border-bottom: 1px solid var(--line);
  display: grid; place-items: center;
  overflow: hidden;
}
.cat__well img {
  position: static; inset: auto;
  width: 78%; height: auto;
  object-fit: contain;
  padding: 0;
  mix-blend-mode: multiply;
  transform: none;
  transition: transform .5s var(--ease);
}
.cat:hover .cat__well img { transform: scale(1.045) translateY(-2px); }
.cat__txt {
  display: grid; align-content: start; gap: 7px;
  padding: clamp(20px, 2.2vw, 26px) clamp(20px, 2.2vw, 26px) 4px;
}
.cat__name {
  font-size: clamp(1.18rem, 1.7vw, 1.4rem); font-weight: 500;
  letter-spacing: -.018em; line-height: 1.18;
}
.cat__cat {
  font-size: .6875rem; letter-spacing: .12em; text-transform: uppercase;
  color: var(--muted); line-height: 1.5;
}
.cat__desc { font-size: .9rem; line-height: 1.6; color: var(--ink-soft); }
.cat__meta {
  font-size: .75rem; letter-spacing: .06em; color: var(--accent);
  font-variant-numeric: tabular-nums;
}
.cat__go {
  justify-self: start;
  margin: 16px clamp(20px, 2.2vw, 26px) clamp(20px, 2.2vw, 26px);
}
@media (min-width: 680px)  { .cats { grid-template-columns: repeat(2, 1fr); } }
@media (min-width: 1020px) { .cats { grid-template-columns: repeat(3, 1fr); } }

/* --- 06 Q&A, Obsidian's two-column accordion ----------------------------- */
.faq__grid { display: grid; gap: clamp(34px, 4.2vw, 68px); align-items: start; }
@media (min-width: 940px) { .faq__grid { grid-template-columns: minmax(0, 0.82fr) minmax(0, 1.18fr); } }
.faq__head .lede { margin-top: 18px; }

.plate {
  margin-top: clamp(26px, 3.2vw, 40px);
  padding: clamp(20px, 2.2vw, 26px);
  background: var(--card);
  border: 1px solid var(--line);
  border-radius: var(--r-sm);
}
.plate__l {
  font-size: .625rem; letter-spacing: .2em; text-transform: uppercase; color: var(--muted);
}
.plate__m {
  display: inline-block; margin-top: 10px;
  font-size: .875rem; color: var(--accent);
  border-bottom: 1px solid var(--line);
  padding-bottom: 2px;
  transition: border-color .35s var(--ease);
}
.plate__m:hover { border-color: var(--champagne); }
.plate__d { margin-top: 18px; border-top: 1px solid var(--line); }
.plate__d div {
  display: flex; align-items: baseline; justify-content: space-between; gap: 12px;
  padding: 9px 0;
  border-bottom: 1px solid var(--line-2);
  font-size: .6875rem; letter-spacing: .1em; text-transform: uppercase;
}
.plate__d dt { color: var(--muted); }
.plate__d dd { margin: 0; color: var(--ink-soft); text-align: right; }

.faq__list { border-top: 1px solid var(--line); }
.qa summary { align-items: flex-start; gap: clamp(14px, 2vw, 24px); }
.faq__n {
  flex: none; padding-top: 4px;
  font-size: .6875rem; letter-spacing: .12em; color: var(--champagne);
  font-variant-numeric: tabular-nums;
}
.faq__q {
  flex: 1;
  font-size: clamp(1.02rem, 1.35vw, 1.16rem);
  font-weight: 500; line-height: 1.38; letter-spacing: -.012em;
  transition: color .35s var(--ease);
}
.qa summary:hover .faq__q { color: var(--accent); }
.qa[open] .faq__q { color: var(--accent); }
.faq__x { position: relative; flex: none; width: 13px; height: 13px; margin-top: 8px; }
.faq__x::before, .faq__x::after {
  content: ""; position: absolute; inset: 50% 0 auto; height: 1px;
  background: var(--accent);
  transition: transform .45s var(--ease);
}
.faq__x::after { transform: rotate(90deg); }
.qa[open] .faq__x::after { transform: rotate(0deg); }
.faq__a { padding: 0 0 26px clamp(28px, 4vw, 46px); max-width: 64ch; }
.faq__a p { font-size: .9375rem; line-height: 1.7; color: var(--ink-soft); }
.faq__a code { color: var(--accent); }
.qa[open] .faq__a { animation: qaIn .38s var(--ease) both; }

/* A centred note sits under a centred heading and gets the full measure; Meridian's
   42ch is sized for the column beside a left-aligned sechead. */
.sechead--center .sechead__note--c { max-width: 60ch; }
.tru__ico { color: var(--gold-ink); }
.endorse__mark { color: var(--gold-ink); }
.cat__meta { color: var(--gold-ink); }
.plate__m { color: var(--gold-ink); }
.qa summary:hover .faq__q, .qa[open] .faq__q { color: var(--gold-ink); }
.faq__a code { color: var(--gold-ink); }
.faq__x::before, .faq__x::after { background: var(--gold-ink); }

/* "What is in a name" — the client's own question, answered beside it. */
.naming {
  display: grid; gap: clamp(18px, 2.4vw, 40px);
  margin-top: clamp(34px, 4vw, 54px);
  padding-top: clamp(28px, 3.2vw, 42px);
  border-top: 1px solid var(--line);
}
@media (min-width: 900px) { .naming { grid-template-columns: minmax(0, .8fr) minmax(0, 1.2fr); } }
.naming__h {
  margin-top: 14px;
  font-family: var(--f-disp); font-optical-sizing: auto; font-weight: 500;
  font-size: clamp(1.65rem, 2.8vw, 2.3rem); line-height: 1.08; letter-spacing: -.022em;
}
.naming__a p { font-size: 1rem; line-height: 1.7; color: var(--ink-soft); max-width: 60ch; }
.naming__a p + p { margin-top: 14px; }
.naming__a b { font-weight: 500; color: var(--gold-ink); }
