/* ==========================================================================
   FCV Tobacco Limited — component styles
   Cascade order is deliberate: reset → elements → layout → components →
   utilities. Components never restyle layout; utilities never restyle
   components. This is what keeps section spacing from silently cancelling.
   ========================================================================== */

/* ---- 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(--ground);
  color: var(--ink);
  font-family: var(--font-body);
  font-size: var(--step-0);
  line-height: 1.65;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

img, picture, svg, video { display: block; max-width: 100%; }
img { height: auto; }

/* ---- 2. Elements ------------------------------------------------------- */
h1, h2, h3, h4, h5, h6 {
  font-family: var(--font-display);
  color: var(--ink);
  line-height: 1.14;
  letter-spacing: -0.018em;
  text-wrap: balance;
  margin: 0;
  font-weight: 700;
}
h1 { font-size: var(--step-4); letter-spacing: -0.028em; }
h2 { font-size: var(--step-3); }
h3 { font-size: var(--step-1); font-weight: 600; letter-spacing: -0.01em; }
h4 { font-size: var(--step-0); font-weight: 600; letter-spacing: -0.005em; }

p  { margin: 0 0 1em; max-width: var(--measure); }
ul, ol { margin: 0 0 1.15em; padding-left: 1.35em; max-width: var(--measure); }
li { margin-bottom: 0.4em; }
li::marker { color: var(--fcv-leaf); }

a { color: inherit; text-decoration: underline; text-decoration-color: var(--rule-strong);
    text-underline-offset: 2.5px; text-decoration-thickness: 1px;
    transition: text-decoration-color var(--motion-micro) var(--ease); }
a:hover { text-decoration-color: var(--accent); }
:where(a, button, summary, input, select, textarea, [tabindex]):focus-visible {
  outline: 2px solid var(--fcv-amber);
  outline-offset: 2px;
  border-radius: 3px;
}

code, kbd, samp { font-family: var(--font-mono); font-size: 0.88em; }
strong, b { font-weight: 600; }
abbr[title] { text-decoration: underline dotted; cursor: help; }
hr { border: none; border-top: 1px solid var(--rule); margin: var(--sp-7) 0; }

/* ---- 3. Layout --------------------------------------------------------- */
.shell   { display: flex; flex-direction: column; min-height: 100vh; }
.container { width: 100%; max-width: 1280px; margin-inline: auto; padding-inline: var(--sp-4); }
@media (min-width: 640px) { .container { padding-inline: var(--sp-6); } }
.container--narrow { max-width: 900px; }

.skip-link {
  position: absolute; left: var(--sp-3); top: -100px; z-index: 999;
  background: var(--accent); color: var(--accent-ink);
  padding: var(--sp-3) var(--sp-4); border-radius: var(--r-sm);
  font-family: var(--font-display); font-weight: 600; text-decoration: none;
}
.skip-link:focus { top: var(--sp-3); }

main { flex: 1; }
.section { padding-block: var(--sp-8); }
.section--tight { padding-block: var(--sp-7); }
.section--alt { background: var(--surface-2); }
.section--ink { background: var(--fcv-forest); color: var(--on-forest); }
.section--ink :is(h1,h2,h3,h4) { color: #FFF; }
.section--ink a { color: var(--fcv-lemon); text-decoration-color: rgba(242,214,107,.4); }
@media (min-width: 900px) { .section { padding-block: var(--sp-9); } }

.stack > * + * { margin-top: var(--sp-4); }
.grid { display: grid; gap: var(--sp-5); }
@media (min-width: 720px)  { .grid--2 { grid-template-columns: repeat(2, 1fr); } }
@media (min-width: 900px)  { .grid--3 { grid-template-columns: repeat(3, 1fr); } }
@media (min-width: 1080px) { .grid--4 { grid-template-columns: repeat(4, 1fr); } }

/* ---- 4. Typographic utilities ------------------------------------------ */
.eyebrow {
  font-family: var(--font-mono); font-size: 0.69rem; font-weight: 600;
  letter-spacing: 0.16em; text-transform: uppercase;
  color: var(--fcv-amber); margin: 0 0 var(--sp-3);
}
.section--ink .eyebrow { color: var(--fcv-lemon); }
.lede { font-size: var(--step-1); line-height: 1.5; color: var(--ink-2); max-width: 62ch; }
.muted { color: var(--muted); }
.mono  { font-family: var(--font-mono); }
.nums  { font-variant-numeric: tabular-nums; }
.sr-only {
  position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px;
  overflow: hidden; clip: rect(0 0 0 0); white-space: nowrap; border: 0;
}

/* ==========================================================================
   5. COMPONENTS
   ========================================================================== */

/* ---- Header / navigation ----------------------------------------------- */
.topbar {
  background: var(--fcv-forest-dp); color: var(--on-forest);
  font-family: var(--font-display); font-size: 0.78rem;
}
.topbar__in { display: flex; flex-wrap: wrap; gap: var(--sp-2) var(--sp-5);
  align-items: center; justify-content: space-between; padding-block: var(--sp-2); }
.topbar a { color: var(--fcv-lemon); text-decoration: none; font-weight: 500; }
.topbar a:hover { text-decoration: underline; }
.topbar__notice { color: #9FB5A6; font-size: 0.72rem; letter-spacing: .02em; }

.masthead { position: sticky; top: 0; z-index: 100; background: var(--surface);
  border-bottom: 1px solid var(--rule); }
.masthead__in { display: flex; align-items: center; justify-content: space-between;
  gap: var(--sp-5); padding-block: var(--sp-3); }
.brand { display: flex; align-items: center; gap: var(--sp-3); text-decoration: none;
  flex-shrink: 0; }
.brand__mark { width: 38px; height: 38px; flex-shrink: 0; }
.brand__name { font-family: var(--font-display); font-weight: 700; font-size: 1.02rem;
  letter-spacing: -0.02em; line-height: 1.1; color: var(--ink); }
.brand__sub { display: block; font-family: var(--font-mono); font-size: 0.6rem;
  letter-spacing: 0.13em; text-transform: uppercase; color: var(--muted); font-weight: 500;
  margin-top: 2px; }

.nav { display: none; }
@media (min-width: 1024px) { .nav { display: flex; align-items: center; gap: var(--sp-1); } }
.nav__item { position: relative; }
.nav__link {
  display: inline-flex; align-items: center; gap: 5px;
  font-family: var(--font-display); font-size: 0.88rem; font-weight: 500;
  color: var(--ink-2); text-decoration: none; padding: var(--sp-3) var(--sp-3);
  border-radius: var(--r-sm); background: none; border: 0; cursor: pointer;
  transition: color var(--motion-micro) var(--ease), background var(--motion-micro) var(--ease);
}
.nav__link:hover { color: var(--ink); background: var(--surface-2); }
.nav__link[aria-current="page"] { color: var(--accent); font-weight: 600; }
.nav__link[aria-current="page"]::after {
  content: ""; position: absolute; left: var(--sp-3); right: var(--sp-3); bottom: 4px;
  height: 2px; background: var(--fcv-amber); border-radius: 2px;
}
.nav__chev { transition: transform var(--motion-micro) var(--ease); }
.nav__link[aria-expanded="true"] .nav__chev { transform: rotate(180deg); }

.mega {
  position: absolute; top: calc(100% + 6px); left: 50%; transform: translateX(-50%);
  min-width: 460px; background: var(--surface); border: 1px solid var(--rule);
  border-radius: var(--r-lg); box-shadow: var(--shadow-2); padding: var(--sp-5);
  display: grid; gap: var(--sp-4) var(--sp-5); grid-template-columns: repeat(2, 1fr);
}
.mega[hidden] { display: none; }
.mega__head { grid-column: 1 / -1; font-family: var(--font-mono); font-size: 0.64rem;
  letter-spacing: 0.14em; text-transform: uppercase; color: var(--muted);
  padding-bottom: var(--sp-2); border-bottom: 1px solid var(--rule); }
.mega__link { display: block; text-decoration: none; padding: var(--sp-2) var(--sp-3);
  border-radius: var(--r-sm); transition: background var(--motion-micro) var(--ease); }
.mega__link:hover { background: var(--surface-2); }
.mega__t { font-family: var(--font-display); font-weight: 600; font-size: 0.9rem;
  color: var(--ink); display: block; }
.mega__d { font-size: 0.8rem; color: var(--muted); line-height: 1.4; display: block;
  margin-top: 2px; max-width: none; }

.navtoggle {
  display: inline-flex; align-items: center; gap: var(--sp-2); min-height: 44px;
  padding: var(--sp-2) var(--sp-4); background: var(--surface-2); color: var(--ink);
  border: 1px solid var(--rule); border-radius: var(--r-sm); cursor: pointer;
  font-family: var(--font-display); font-weight: 600; font-size: 0.85rem;
}
@media (min-width: 1024px) { .navtoggle { display: none; } }

.drawer {
  position: fixed; inset: 0; z-index: 200; background: var(--ground);
  overflow-y: auto; padding: var(--sp-4) 0 var(--sp-8);
}
.drawer[hidden] { display: none; }
.drawer__head { display: flex; align-items: center; justify-content: space-between;
  padding-bottom: var(--sp-4); border-bottom: 1px solid var(--rule); }
.drawer__group { border-bottom: 1px solid var(--rule); padding-block: var(--sp-4); }
.drawer__gt { font-family: var(--font-mono); font-size: 0.64rem; letter-spacing: 0.14em;
  text-transform: uppercase; color: var(--muted); margin: 0 0 var(--sp-3); }
.drawer__link { display: block; min-height: 44px; display: flex; align-items: center;
  font-family: var(--font-display); font-weight: 500; font-size: 1rem;
  text-decoration: none; color: var(--ink); padding: var(--sp-2) 0; }
.drawer__link[aria-current="page"] { color: var(--accent); font-weight: 600; }

/* ---- CTA buttons -------------------------------------------------------- */
.btn {
  display: inline-flex; align-items: center; justify-content: center; gap: var(--sp-2);
  min-height: 46px; padding: var(--sp-3) var(--sp-5);
  font-family: var(--font-display); font-weight: 600; font-size: 0.92rem;
  text-decoration: none; border-radius: var(--r-sm); border: 1px solid transparent;
  cursor: pointer; transition: background var(--motion-micro) var(--ease),
    border-color var(--motion-micro) var(--ease), color var(--motion-micro) var(--ease);
}
.btn--primary { background: var(--accent); color: var(--accent-ink); }
.btn--primary:hover { background: var(--fcv-leaf); }
.btn--ghost { background: transparent; color: var(--ink); border-color: var(--rule-strong); }
.btn--ghost:hover { background: var(--surface-2); border-color: var(--accent); }
.btn--light { background: var(--fcv-lemon); color: var(--fcv-forest-dp); }
.btn--light:hover { background: var(--fcv-gold); }
.btn-row { display: flex; flex-wrap: wrap; gap: var(--sp-3); }

/* ---- Breadcrumb --------------------------------------------------------- */
.crumbs { padding-block: var(--sp-4); border-bottom: 1px solid var(--rule);
  background: var(--surface); }
.crumbs ol { list-style: none; display: flex; flex-wrap: wrap; align-items: center;
  gap: var(--sp-2); margin: 0; padding: 0; max-width: none;
  font-family: var(--font-display); font-size: 0.8rem; }
.crumbs li { margin: 0; display: flex; align-items: center; gap: var(--sp-2); }
.crumbs li + li::before { content: "/"; color: var(--rule-strong); }
.crumbs a { color: var(--muted); text-decoration: none; }
.crumbs a:hover { color: var(--ink); text-decoration: underline; }
.crumbs [aria-current="page"] { color: var(--ink); font-weight: 500; }

/* ---- Hero --------------------------------------------------------------- */
.hero { position: relative; background: var(--fcv-forest-dp); color: var(--on-forest);
  overflow: hidden; }
.hero__media { position: absolute; inset: 0; }
.hero__media img { width: 100%; height: 100%; object-fit: cover; opacity: .5; }
.hero__media::after { content: ""; position: absolute; inset: 0; background: var(--grad-field); }
.hero__in { position: relative; padding-block: var(--sp-8) var(--sp-8); }
@media (min-width: 900px) { .hero__in { padding-block: var(--sp-9) var(--sp-8);
  display: grid; grid-template-columns: minmax(0,1.35fr) minmax(0,.85fr);
  gap: var(--sp-8); align-items: end; } }
.hero h1 { color: #FFF; font-size: var(--step-4); max-width: 18ch; }
.hero .eyebrow { color: var(--fcv-lemon); }
.hero__lede { font-size: var(--step-1); color: #D5E0D6; max-width: 46ch; margin-top: var(--sp-4); }
.hero__rule { width: 68px; height: 4px; background: var(--grad-cure); border-radius: 2px;
  margin: var(--sp-5) 0; }

/* Specification metadata card floating beside the hero */
.specmeta { background: rgba(255,255,255,.07); border: 1px solid rgba(233,239,231,.2);
  border-radius: var(--r-lg); padding: var(--sp-5); backdrop-filter: blur(8px);
  margin-top: var(--sp-6); }
@media (min-width: 900px) { .specmeta { margin-top: 0; } }
.specmeta__h { font-family: var(--font-mono); font-size: 0.64rem; letter-spacing: 0.14em;
  text-transform: uppercase; color: var(--fcv-lemon); margin: 0 0 var(--sp-4);
  padding-bottom: var(--sp-3); border-bottom: 1px solid rgba(233,239,231,.2); }
.specmeta__row { display: flex; justify-content: space-between; align-items: baseline;
  gap: var(--sp-4); padding-block: var(--sp-2); font-size: 0.85rem; }
.specmeta__row + .specmeta__row { border-top: 1px solid rgba(233,239,231,.1); }
.specmeta__k { font-family: var(--font-mono); font-size: 0.68rem; letter-spacing: .09em;
  text-transform: uppercase; color: #9FB5A6; }
.specmeta__v { font-family: var(--font-display); font-weight: 600; color: #FFF;
  text-align: right; }

/* ---- Fact strip --------------------------------------------------------- */
.facts { display: grid; gap: 1px; background: var(--rule); border-block: 1px solid var(--rule); }
@media (min-width: 620px) { .facts { grid-template-columns: repeat(2, 1fr); } }
@media (min-width: 980px) { .facts { grid-template-columns: repeat(4, 1fr); } }
.fact { background: var(--surface); padding: var(--sp-5); }
.fact__k { font-family: var(--font-mono); font-size: 0.64rem; letter-spacing: 0.14em;
  text-transform: uppercase; color: var(--muted); margin: 0 0 var(--sp-2); }
.fact__v { font-family: var(--font-display); font-weight: 700; font-size: 1.12rem;
  line-height: 1.25; color: var(--ink); letter-spacing: -0.015em; }
.fact__n { font-size: 0.82rem; color: var(--muted); margin: var(--sp-2) 0 0; max-width: none; }

/* ---- Provenance badge — the compliance-critical component --------------- */
.prov {
  display: inline-flex; align-items: center; gap: 4px; vertical-align: middle;
  font-family: var(--font-mono); font-size: 0.6rem; font-weight: 600;
  letter-spacing: 0.1em; text-transform: uppercase;
  padding: 2px 6px; border-radius: 3px; border: 1px solid; white-space: nowrap;
}
.prov--indicative { background: var(--fcv-warn-bg);  color: var(--fcv-warn);  border-color: var(--fcv-warn); }
.prov--lot        { background: var(--surface-2);    color: var(--ink-2);     border-color: var(--rule-strong); }
.prov--lab        { background: var(--fcv-ok-bg);    color: var(--fcv-ok);    border-color: var(--fcv-ok); }
.prov--buyer      { background: transparent;         color: var(--fcv-amber); border-color: var(--fcv-amber); }

/* ---- Specification matrix ----------------------------------------------- */
.matrix { margin-block: var(--sp-5); }
.matrix__scroll { overflow-x: auto; border: 1px solid var(--rule); border-radius: var(--r-md);
  background: var(--surface); box-shadow: var(--shadow-1); }
.matrix table { border-collapse: collapse; width: 100%; font-family: var(--font-display);
  font-size: 0.86rem; }
.matrix caption { caption-side: bottom; text-align: left; padding: var(--sp-3) var(--sp-4);
  font-size: 0.78rem; color: var(--muted); font-family: var(--font-display); }
.matrix th { text-align: left; font-family: var(--font-mono); font-size: 0.63rem;
  font-weight: 600; letter-spacing: 0.1em; text-transform: uppercase; color: var(--muted);
  padding: var(--sp-3) var(--sp-4); border-bottom: 1px solid var(--rule-strong);
  background: var(--surface); white-space: nowrap; }
.matrix td { padding: var(--sp-3) var(--sp-4); border-bottom: 1px solid var(--rule);
  color: var(--ink-2); vertical-align: top; line-height: 1.45; }
.matrix tbody tr:last-child td { border-bottom: 0; }
.matrix tbody tr:hover td { background: var(--surface-2); }
.matrix th[scope="row"], .matrix td:first-child {
  font-weight: 600; color: var(--ink); position: sticky; left: 0;
  background: var(--surface); border-right: 1px solid var(--rule);
}
.matrix tbody tr:hover th[scope="row"], .matrix tbody tr:hover td:first-child {
  background: var(--surface-2);
}
.matrix .nums { font-family: var(--font-mono); font-variant-numeric: tabular-nums; }

/* ---- Leaf explorer ------------------------------------------------------ */
.leafx { display: grid; gap: var(--sp-6); }
@media (min-width: 940px) { .leafx { grid-template-columns: minmax(0,420px) minmax(0,1fr);
  gap: var(--sp-8); align-items: start; } }

.stalk { display: flex; flex-direction: column-reverse; gap: var(--sp-2); }
.stalk__btn {
  display: grid; grid-template-columns: 42px 1fr auto; align-items: center; gap: var(--sp-3);
  width: 100%; min-height: 56px; text-align: left; cursor: pointer;
  background: var(--surface); border: 1px solid var(--rule); border-left: 4px solid;
  border-radius: var(--r-sm); padding: var(--sp-3) var(--sp-4);
  font-family: var(--font-display); color: var(--ink);
  transition: transform var(--motion-micro) var(--ease),
              box-shadow var(--motion-micro) var(--ease),
              border-color var(--motion-micro) var(--ease);
}
.stalk__btn:hover { transform: translateX(4px); box-shadow: var(--shadow-1); }
.stalk__btn[aria-selected="true"] { background: var(--surface-2); box-shadow: var(--shadow-1);
  transform: translateX(6px); }
.stalk__btn[aria-selected="true"] .stalk__code { transform: scale(1.08); }
.stalk__code { display: grid; place-items: center; width: 34px; height: 34px;
  border-radius: 50%; font-family: var(--font-mono); font-weight: 600; font-size: 0.9rem;
  color: var(--fcv-forest-dp); transition: transform var(--motion-micro) var(--ease); }
.stalk__name { font-weight: 600; font-size: 0.95rem; }
.stalk__pos  { font-family: var(--font-mono); font-size: 0.63rem; letter-spacing: .09em;
  text-transform: uppercase; color: var(--muted); display: block; margin-top: 1px; }
.stalk__nic  { font-family: var(--font-mono); font-size: 0.72rem; color: var(--muted);
  font-variant-numeric: tabular-nums; white-space: nowrap; }

.leafx__panels > * + * { margin-top: var(--sp-5); }
.leafx__panel { border: 1px solid var(--rule); border-radius: var(--r-lg);
  background: var(--surface); padding: var(--sp-5) var(--sp-6); box-shadow: var(--shadow-1); }
.leafx__panel h3 { margin-bottom: var(--sp-2); }
.leafx__panel p { color: var(--ink-2); }
.leafx__tag { font-family: var(--font-mono); font-size: 0.63rem; letter-spacing: .12em;
  text-transform: uppercase; color: var(--fcv-amber); margin-bottom: var(--sp-2); }
.leafx__props { display: grid; gap: 1px; background: var(--rule); border: 1px solid var(--rule);
  border-radius: var(--r-sm); overflow: hidden; margin-top: var(--sp-4); }
@media (min-width: 560px) { .leafx__props { grid-template-columns: repeat(2, 1fr); } }
.leafx__prop { background: var(--surface); padding: var(--sp-3) var(--sp-4); }
.leafx__pk { font-family: var(--font-mono); font-size: 0.62rem; letter-spacing: .1em;
  text-transform: uppercase; color: var(--muted); }
.leafx__pv { font-family: var(--font-display); font-weight: 600; font-size: 0.92rem;
  color: var(--ink); margin-top: 2px; font-variant-numeric: tabular-nums; }

/* When JS is on, non-active panels collapse; without JS every panel stays readable. */
.js .leafx__panel[data-inactive] { display: none; }

/* ---- Colour grade scale ------------------------------------------------- */
.colours { display: grid; gap: var(--sp-3);
  grid-template-columns: repeat(auto-fill, minmax(150px, 1fr)); }
.colour { border: 1px solid var(--rule); border-radius: var(--r-md); overflow: hidden;
  background: var(--surface); text-align: left; }
.colour__chip { height: 62px; position: relative; }
.colour__code { position: absolute; left: var(--sp-3); bottom: var(--sp-2);
  font-family: var(--font-mono); font-weight: 600; font-size: 1.05rem;
  color: rgba(15,36,26,.85); }
.colour__body { padding: var(--sp-3) var(--sp-4) var(--sp-4); }
.colour__name { font-family: var(--font-display); font-weight: 600; font-size: 0.92rem;
  color: var(--ink); }
.colour__desc { font-size: 0.82rem; color: var(--ink-2); line-height: 1.45;
  margin: var(--sp-2) 0 0; max-width: none; }

/* ---- Process timeline --------------------------------------------------- */
.timeline { position: relative; display: grid; gap: var(--sp-4); }
@media (min-width: 780px) { .timeline { grid-template-columns: repeat(2, 1fr);
  gap: var(--sp-5); } }
@media (min-width: 1100px) { .timeline { grid-template-columns: repeat(3, 1fr); } }
.stage { position: relative; background: var(--surface); border: 1px solid var(--rule);
  border-radius: var(--r-md); padding: var(--sp-5); box-shadow: var(--shadow-1); }
.stage__n { font-family: var(--font-mono); font-size: 0.66rem; font-weight: 600;
  letter-spacing: .1em; color: var(--fcv-amber); }
.stage__t { font-family: var(--font-display); font-weight: 600; font-size: 1rem;
  margin: var(--sp-2) 0 var(--sp-2); color: var(--ink); }
.stage__d { font-size: 0.85rem; color: var(--ink-2); margin: 0; max-width: none; line-height: 1.5; }
.stage::before { content: ""; position: absolute; left: 0; top: var(--sp-5); bottom: var(--sp-5);
  width: 3px; background: var(--grad-cure); border-radius: 0 2px 2px 0; opacity: .85; }

/* ---- Cards / related links --------------------------------------------- */
.card { background: var(--surface); border: 1px solid var(--rule); border-radius: var(--r-md);
  padding: var(--sp-5); box-shadow: var(--shadow-1); }
.card h3 { margin-bottom: var(--sp-2); }
.card p { font-size: 0.9rem; color: var(--ink-2); max-width: none; }

.linkcard { display: block; text-decoration: none; background: var(--surface);
  border: 1px solid var(--rule); border-radius: var(--r-md); padding: var(--sp-5);
  transition: border-color var(--motion-micro) var(--ease),
              transform var(--motion-micro) var(--ease),
              box-shadow var(--motion-micro) var(--ease); }
.linkcard:hover { border-color: var(--accent); transform: translateY(-2px);
  box-shadow: var(--shadow-2); }
.linkcard__k { font-family: var(--font-mono); font-size: 0.62rem; letter-spacing: .12em;
  text-transform: uppercase; color: var(--fcv-amber); }
.linkcard__t { font-family: var(--font-display); font-weight: 600; font-size: 1.02rem;
  color: var(--ink); margin: var(--sp-2) 0 var(--sp-2); letter-spacing: -0.01em; }
.linkcard__d { font-size: 0.86rem; color: var(--ink-2); margin: 0; line-height: 1.5;
  max-width: none; }

/* ---- Section navigation (sticky, long pages) ---------------------------- */
.withnav { display: block; }
@media (min-width: 1080px) {
  .withnav { display: grid; grid-template-columns: 210px minmax(0, 1fr); gap: var(--sp-8);
    align-items: start; }
}
.secnav { display: none; }
@media (min-width: 1080px) {
  .secnav { display: block; position: sticky; top: calc(var(--sp-8) + 44px);
    max-height: 76vh; overflow-y: auto; }
  .secnav__h { font-family: var(--font-mono); font-size: 0.62rem; letter-spacing: .14em;
    text-transform: uppercase; color: var(--muted); margin: 0 0 var(--sp-3);
    padding-bottom: var(--sp-2); border-bottom: 1px solid var(--rule); }
  .secnav ol { list-style: none; margin: 0; padding: 0; display: flex;
    flex-direction: column; gap: 1px; }
  .secnav li { margin: 0; }
  .secnav a { display: block; padding: var(--sp-2) var(--sp-3); font-family: var(--font-display);
    font-size: 0.82rem; line-height: 1.35; color: var(--muted); text-decoration: none;
    border-left: 2px solid transparent; border-radius: 0 var(--r-sm) var(--r-sm) 0;
    transition: color var(--motion-micro) var(--ease),
                background var(--motion-micro) var(--ease); }
  .secnav a:hover { color: var(--ink); background: var(--surface-2); }
  .secnav a[aria-current="true"] { color: var(--accent); font-weight: 600;
    border-left-color: var(--fcv-amber); background: var(--surface-2); }
}

/* ---- Prose (long-form body copy) --------------------------------------- */
.prose { max-width: var(--measure); }
.prose > h2 { margin-top: var(--sp-8); margin-bottom: var(--sp-4);
  padding-top: var(--sp-5); border-top: 1px solid var(--rule); }
.prose > h2:first-child { margin-top: 0; padding-top: 0; border-top: 0; }
.prose > h3 { margin-top: var(--sp-6); margin-bottom: var(--sp-3); }
.prose > .matrix, .prose > .callout, .prose > .figure { max-width: none; }
.prose blockquote { margin: var(--sp-5) 0; padding: var(--sp-4) var(--sp-5);
  border-left: 3px solid var(--fcv-amber); background: var(--surface);
  border-radius: 0 var(--r-sm) var(--r-sm) 0; color: var(--ink-2); font-style: italic; }

.figure { margin: var(--sp-6) 0; }
.figure img { border-radius: var(--r-md); border: 1px solid var(--rule); width: 100%; }
.figure figcaption { font-family: var(--font-display); font-size: 0.8rem; color: var(--muted);
  margin-top: var(--sp-3); }

/* ---- Compliance notice — cannot be de-emphasised ----------------------- */
.compliance {
  border: 1px solid var(--rule-strong); border-left: 4px solid var(--fcv-amber);
  background: var(--surface); border-radius: 0 var(--r-md) var(--r-md) 0;
  padding: var(--sp-5) var(--sp-6); margin-block: var(--sp-6);
}
.compliance__h { font-family: var(--font-mono); font-size: 0.66rem; font-weight: 600;
  letter-spacing: 0.13em; text-transform: uppercase; color: var(--fcv-amber);
  margin: 0 0 var(--sp-3); }
.compliance p { font-size: 0.88rem; color: var(--ink-2); margin-bottom: var(--sp-2);
  max-width: 76ch; }
.compliance p:last-child { margin-bottom: 0; }
.compliance strong { color: var(--ink); }

.callout { border: 1px solid var(--rule); border-radius: var(--r-md); background: var(--surface-2);
  padding: var(--sp-4) var(--sp-5); margin-block: var(--sp-5); }
.callout p { margin-bottom: 0; font-size: 0.9rem; color: var(--ink-2); }

/* ---- FAQ accordion ------------------------------------------------------ */
.faq { border-top: 1px solid var(--rule); }
.faq__item { border-bottom: 1px solid var(--rule); }
.faq__q { width: 100%; display: flex; align-items: flex-start; justify-content: space-between;
  gap: var(--sp-4); background: none; border: 0; cursor: pointer; text-align: left;
  padding: var(--sp-4) var(--sp-2); min-height: 48px; color: var(--ink);
  font-family: var(--font-display); font-weight: 600; font-size: 0.98rem; line-height: 1.4; }
.faq__q:hover { color: var(--accent); }
.faq__qh { margin: 0; font-size: inherit; font-weight: inherit; font-family: inherit; }
.faq__icon { flex-shrink: 0; width: 20px; height: 20px; margin-top: 2px;
  transition: transform var(--motion-standard) var(--ease); color: var(--fcv-amber); }
.faq__q[aria-expanded="true"] .faq__icon { transform: rotate(45deg); }
.faq__a { padding: 0 var(--sp-2) var(--sp-5); }
.faq__a p { color: var(--ink-2); font-size: 0.94rem; margin-bottom: 0; }
.js .faq__a[hidden] { display: none; }
.faq__filter { display: flex; flex-wrap: wrap; gap: var(--sp-2); margin-bottom: var(--sp-5); }
.faq__chip { font-family: var(--font-display); font-size: 0.8rem; font-weight: 500;
  padding: var(--sp-2) var(--sp-4); min-height: 40px; border-radius: 999px;
  border: 1px solid var(--rule-strong); background: var(--surface); color: var(--ink-2);
  cursor: pointer; }
.faq__chip[aria-pressed="true"] { background: var(--accent); color: var(--accent-ink);
  border-color: var(--accent); }

/* ---- Forms -------------------------------------------------------------- */
.form { display: grid; gap: var(--sp-4); max-width: 720px; }
@media (min-width: 680px) { .form__row { display: grid; grid-template-columns: 1fr 1fr;
  gap: var(--sp-4); } }
.field { display: flex; flex-direction: column; gap: var(--sp-2); }
.field label { font-family: var(--font-display); font-weight: 600; font-size: 0.86rem;
  color: var(--ink); }
.field__opt { font-family: var(--font-mono); font-size: 0.64rem; letter-spacing: .08em;
  text-transform: uppercase; color: var(--muted); font-weight: 500; }
.field input, .field select, .field textarea {
  font-family: var(--font-body); font-size: 0.95rem; color: var(--ink);
  background: var(--surface); border: 1px solid var(--rule-strong);
  border-radius: var(--r-sm); padding: var(--sp-3) var(--sp-4); min-height: 46px;
  width: 100%;
}
.field textarea { min-height: 120px; resize: vertical; font-family: var(--font-body); }
.field input:focus, .field select:focus, .field textarea:focus { border-color: var(--accent); }
.field__hint { font-size: 0.78rem; color: var(--muted); }
.field__err { font-size: 0.8rem; color: var(--fcv-crit); font-weight: 600; }
.hp { position: absolute; left: -9999px; width: 1px; height: 1px; overflow: hidden; }
.consent { display: flex; gap: var(--sp-3); align-items: flex-start; }
.consent input { width: 20px; height: 20px; min-height: 20px; margin-top: 3px; flex-shrink: 0; }
.consent label { font-weight: 400; font-family: var(--font-body); font-size: 0.88rem;
  color: var(--ink-2); line-height: 1.5; }

/* ---- Origin map --------------------------------------------------------- */
.originmap { display: grid; gap: var(--sp-6); }
@media (min-width: 900px) { .originmap { grid-template-columns: minmax(0,1fr) minmax(0,1fr);
  align-items: center; } }
.originmap svg { width: 100%; height: auto; }
.district { border: 1px solid var(--rule); border-radius: var(--r-sm); background: var(--surface);
  padding: var(--sp-3) var(--sp-4); }
.district__n { font-family: var(--font-display); font-weight: 600; font-size: 0.92rem; }
.district__z { font-family: var(--font-mono); font-size: 0.64rem; letter-spacing: .1em;
  text-transform: uppercase; color: var(--muted); margin-top: 2px; }

/* ---- Footer ------------------------------------------------------------- */
.foot { background: var(--fcv-forest-dp); color: #B9C9BC; margin-top: var(--sp-9);
  font-size: 0.88rem; }
.foot__top { display: grid; gap: var(--sp-6); padding-block: var(--sp-8); }
@media (min-width: 700px)  { .foot__top { grid-template-columns: repeat(2, 1fr); } }
@media (min-width: 1020px) { .foot__top { grid-template-columns: 1.4fr repeat(4, 1fr); } }
.foot h2, .foot h3 { color: #FFF; }
.foot__gt { font-family: var(--font-mono); font-size: 0.63rem; letter-spacing: .14em;
  text-transform: uppercase; color: var(--fcv-lemon); margin: 0 0 var(--sp-4); font-weight: 600; }
.foot ul { list-style: none; margin: 0; padding: 0; display: flex; flex-direction: column;
  gap: var(--sp-2); }
.foot li { margin: 0; }
.foot a { color: #B9C9BC; text-decoration: none; font-family: var(--font-display);
  font-size: 0.86rem; }
.foot a:hover { color: #FFF; text-decoration: underline; }
.foot__brand p { color: #94A897; font-size: 0.86rem; max-width: 34ch; }
.foot__legal { border-top: 1px solid rgba(233,239,231,.14); padding-block: var(--sp-5);
  display: flex; flex-wrap: wrap; gap: var(--sp-3) var(--sp-5); justify-content: space-between;
  align-items: center; font-size: 0.78rem; color: #8A9C8D; }
.foot__legal p { margin: 0; max-width: none; }

/* ---- 404 ---------------------------------------------------------------- */
.e404 { text-align: center; padding-block: var(--sp-9); }
.e404__code { font-family: var(--font-mono); font-size: clamp(4rem, 16vw, 9rem);
  font-weight: 600; line-height: 1; background: var(--grad-cure);
  -webkit-background-clip: text; background-clip: text; color: transparent; }

/* ---- Reduced motion final guard ---------------------------------------- */
@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after {
    animation-duration: 0.001ms !important; animation-iteration-count: 1 !important;
    transition-duration: 0.001ms !important; scroll-behavior: auto !important;
  }
  .stalk__btn:hover, .linkcard:hover { transform: none; }
}

/* ---- Print -------------------------------------------------------------- */
@media print {
  .masthead, .topbar, .secnav, .foot, .navtoggle, .btn { display: none !important; }
  body { background: #fff; color: #000; font-size: 11pt; }
  .matrix__scroll { overflow: visible; border: 1px solid #999; }
  .js .leafx__panel[data-inactive] { display: block !important; }
  .js .faq__a[hidden] { display: block !important; }
  a[href^="http"]::after { content: " (" attr(href) ")"; font-size: 9pt; color: #555; }
}
