/* ==========================================================================
   Broadhead Reviews — design system  ·  "rugged field journal"
   Independent review authority. Bone + timber + ink, rust as the single pop.
   Slab display, mono for every measured value. Critical subset inlined in <head>.
   ========================================================================== */

:root {
  /* surfaces */
  --bg-timber:      #1C2419;
  --bg-timber-deep: #14180F;
  --bg-bone:        #F4F0E6;
  --surface:        #FFFFFF;
  --surface-bone:   #ECE6D8;

  /* text */
  --ink:        #161A14;
  --ink-soft:   #4A4E45;
  --ink-faint:  #7A7E72;
  --on-dark:      #EFEADD;
  --on-dark-soft: #C2C5B7;

  /* brand / accents */
  --rust:        #C8501E;
  --rust-bright: #E25822;
  --brass:       #B0832E;
  --score-green: #3E6B2B;
  --gunmetal:    #3E443B;
  --buckskin:    #C2A878;

  /* RESERVED — blood-trail metric & exit-wound visuals ONLY */
  --blood:       #8E2420;

  /* lines */
  --line:      #DED7C5;
  --line-soft: #E8E2D3;
  --hair:      rgba(62,68,59,.18);

  /* type */
  --font-display: 'Zilla Slab', Georgia, 'Times New Roman', serif;
  --font-body:    'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Arial, sans-serif;
  --font-label:   'Oswald', 'Arial Narrow', system-ui, sans-serif;
  --font-data:    'Spline Sans Mono', ui-monospace, 'SFMono-Regular', Menlo, monospace;

  /* metrics */
  --maxw: 1200px;
  --measure: 720px;
  --r-sm: 3px; --r-md: 6px; --r-lg: 10px;
  --header-h: 68px;
  --shadow: 0 1px 2px rgba(20,24,15,.05);
}

/* ---- reset ---- */
*, *::before, *::after { box-sizing: border-box; }
html { -webkit-text-size-adjust: 100%; scroll-behavior: smooth; }
body {
  margin: 0; background: var(--bg-bone); color: var(--ink-soft);
  font-family: var(--font-body); font-size: 17px; line-height: 1.6;
  -webkit-font-smoothing: antialiased; text-rendering: optimizeLegibility;
  overflow-x: clip;
}
img, svg, video { max-width: 100%; height: auto; display: block; }
a { color: var(--rust); text-decoration: none; }
a:hover { color: var(--rust-bright); text-decoration: underline; text-underline-offset: 2px; }
h1, h2, h3, h4 { font-family: var(--font-display); font-weight: 700; line-height: 1.08; color: var(--ink); margin: 0 0 .5em; letter-spacing: -.005em; }
h1 { font-size: clamp(2.1rem, 5.2vw, 3.6rem); line-height: 1.02; }
h2 { font-size: clamp(1.5rem, 3.2vw, 2.35rem); margin-top: 1.5em; }
h3 { font-size: 1.25rem; margin-top: 1.3em; }
p { margin: 0 0 1.1em; }
hr { border: 0; border-top: 1px solid var(--line); margin: 2.5rem 0; }
ul, ol { margin: 0 0 1.1em; padding-left: 1.2em; }
li { margin: .3em 0; }
strong { font-weight: 650; color: var(--ink); }
small { font-size: .82rem; }

/* every measured value renders in mono — the signature data treatment */
.dv, .num,
.spec-table td,
.cmp-table td.num,
.score-chip, .score-ring .num,
.fp-val, .stat-num { font-family: var(--font-data); font-variant-numeric: tabular-nums; }

/* ---- layout ---- */
.container { width: 100%; max-width: var(--maxw); margin-inline: auto; padding-inline: clamp(1rem, 4vw, 2.25rem); }
.prose { max-width: var(--measure); }
.prose p, .prose li { font-size: 1.05rem; }
.prose h2, .prose h3 { color: var(--ink); }
.stack > * + * { margin-top: 1.4rem; }
.muted { color: var(--ink-faint); }
.eyebrow { font-family: var(--font-label); font-weight: 600; font-size: .8rem; letter-spacing: .12em; text-transform: uppercase; color: var(--rust); margin: 0 0 .6rem; }

.skip { position: absolute; left: -999px; }
.skip:focus { left: 1rem; top: 1rem; background: var(--surface); padding: .6rem 1rem; border-radius: var(--r-md); z-index: 200; }

:focus-visible { outline: 3px solid var(--rust); outline-offset: 2px; border-radius: 2px; }

/* ==========================================================================
   Header — sticky, condenses on scroll, mobile drawer
   ========================================================================== */
.site-header {
  background: var(--bg-timber); color: var(--on-dark);
  position: sticky; top: 0; z-index: 100;
  border-bottom: 2px solid var(--rust);
  transition: box-shadow .2s ease;
}
.site-header .container { display: flex; align-items: center; gap: 1.25rem; min-height: var(--header-h); transition: min-height .2s ease; }
.site-header.is-condensed { box-shadow: 0 6px 22px rgba(20,24,15,.28); }
.site-header.is-condensed .container { min-height: 54px; }
.brand { display: flex; align-items: center; gap: .4rem; font-family: var(--font-display); font-weight: 700; font-size: 1.3rem; color: #fff; white-space: nowrap; }
.brand:hover { color: #fff; text-decoration: none; }
.brand svg { width: 32px; height: 32px; flex: none; margin-right: -1px; }
.brand .brand-accent { color: var(--rust); }
.brand-tld { color: #9DAE8C; font-weight: 500; }
.nav { margin-left: auto; }
.nav ul { display: flex; gap: 1.35rem; list-style: none; margin: 0; padding: 0; }
.nav a { color: var(--on-dark-soft); font-family: var(--font-label); font-weight: 500; font-size: .92rem; letter-spacing: .07em; text-transform: uppercase; }
.nav a:hover, .nav a[aria-current="page"] { color: #fff; text-decoration: none; }
.nav a[aria-current="page"] { box-shadow: inset 0 -2px 0 var(--rust); }
.nav-toggle { display: none; background: none; border: 0; color: var(--on-dark); cursor: pointer; padding: .4rem; margin-left: auto; }
.nav-toggle svg { width: 26px; height: 26px; }

@media (max-width: 860px) {
  .nav-toggle { display: inline-flex; }
  .nav {
    position: fixed; inset: 0 0 0 auto; width: min(80vw, 320px);
    background: var(--bg-timber-deep); margin: 0; padding: calc(var(--header-h) + 1rem) 1.5rem 2rem;
    transform: translateX(100%); transition: transform .25s ease; box-shadow: -8px 0 30px rgba(0,0,0,.4);
  }
  .nav.is-open { transform: translateX(0); }
  .nav ul { flex-direction: column; gap: 0; }
  .nav li { border-bottom: 1px solid rgba(255,255,255,.08); }
  .nav a { display: block; padding: 1rem 0; font-size: 1rem; }
  body.nav-open { overflow: hidden; }
  .nav-scrim { position: fixed; inset: 0; background: rgba(0,0,0,.45); z-index: 99; opacity: 0; pointer-events: none; transition: opacity .25s; }
  .nav-scrim.is-open { opacity: 1; pointer-events: auto; }
}

/* ==========================================================================
   Buttons
   ========================================================================== */
.btn {
  display: inline-flex; align-items: center; gap: .45rem;
  background: var(--rust); color: #fff;
  font-family: var(--font-label); font-weight: 600; font-size: .95rem; letter-spacing: .04em; text-transform: uppercase;
  padding: .72rem 1.3rem; border-radius: var(--r-md); border: 0; cursor: pointer;
  transition: background .15s ease, transform .05s ease;
}
.btn:hover { background: var(--rust-bright); color: #fff; text-decoration: none; }
.btn:active { transform: translateY(1px); }
.btn--ghost { background: transparent; color: var(--ink); border: 1.5px solid var(--gunmetal); }
.btn--ghost:hover { background: var(--gunmetal); color: #fff; }
.btn--on-dark { border-color: rgba(255,255,255,.5); color: #fff; }
.btn--on-dark:hover { background: #fff; color: var(--ink); border-color: #fff; }
.btn--block { display: flex; width: 100%; justify-content: center; }

/* ==========================================================================
   Breadcrumb
   ========================================================================== */
.breadcrumb { font-size: .8rem; color: var(--ink-faint); margin: 1.25rem 0 .5rem; }
.breadcrumb ol { list-style: none; display: flex; flex-wrap: wrap; gap: .4rem; padding: 0; margin: 0; }
.breadcrumb li::after { content: "›"; margin-left: .4rem; color: var(--buckskin); }
.breadcrumb li:last-child::after { content: ""; }
.breadcrumb a { color: var(--ink-faint); }

/* ==========================================================================
   Hero  (timber, topo texture, two-column with featured card)
   ========================================================================== */
.hero { position: relative; background: var(--bg-timber); color: var(--on-dark); overflow: hidden; }
.hero::before {
  content: ""; position: absolute; inset: 0; pointer-events: none; opacity: .5;
  background-image: url("/assets/img/topo.svg"); background-size: 760px; background-position: center;
}
.hero .container { position: relative; padding-block: clamp(2.5rem, 6vw, 4.75rem); }
.hero-grid { display: grid; gap: 2.5rem; align-items: center; }
@media (min-width: 900px) { .hero-grid { grid-template-columns: 1.05fr .95fr; } }
.hero h1 { color: #fff; max-width: 15ch; }
.hero .dek { font-family: var(--font-display); font-style: italic; font-weight: 400; font-size: clamp(1.1rem, 2.2vw, 1.45rem); color: var(--on-dark); max-width: 46ch; margin-top: .4rem; }
.hero .hero-cta { display: flex; gap: .8rem; flex-wrap: wrap; margin-top: 1.8rem; }

/* featured "Editor's #1" card in hero right */
.featured {
  position: relative; cursor: pointer;
  background: var(--surface); border-radius: var(--r-lg); border: 1px solid var(--line);
  box-shadow: 0 18px 50px rgba(0,0,0,.30); overflow: hidden;
}
.featured-tag { background: var(--brass); color: #fff; font-family: var(--font-label); font-weight: 600; letter-spacing: .1em; text-transform: uppercase; font-size: .72rem; padding: .5rem 1rem; display: flex; align-items: center; gap: .4rem; }
.featured-tag svg { width: 14px; height: 14px; }
.featured-body { padding: 1.25rem 1.4rem 1.5rem; }
.featured-media { position: relative; height: 300px; background: #fff; display: grid; place-items: center; overflow: hidden; }
.featured-media img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: contain; object-position: center; padding: 1.5rem; }
.featured-media svg { width: 38%; }
/* white product panel on review pages — square-ish, centered, never cropped */
.product-panel { position: relative; height: clamp(260px, 38vw, 380px); background: #fff; border: 1px solid var(--line); border-radius: var(--r-lg); overflow: hidden; display: grid; place-items: center; }
.product-panel img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: contain; object-position: center; padding: 1.5rem; }
.product-panel svg { width: 34%; }
.featured-head { display: flex; align-items: baseline; justify-content: space-between; gap: 1rem; margin-top: .9rem; }
.featured-head h3 { margin: 0; font-size: 1.5rem; }
.featured .big-score { font-family: var(--font-data); font-weight: 600; font-size: 2.1rem; color: var(--score-green); line-height: 1; }
.featured .big-score small { font-size: .9rem; color: var(--ink-faint); }
.featured .cat { color: var(--rust); font-family: var(--font-label); text-transform: uppercase; letter-spacing: .1em; font-size: .72rem; font-weight: 600; }
.featured p.verdict { color: var(--ink-soft); font-size: .95rem; margin: .6rem 0 1rem; }

/* ==========================================================================
   Methodology strip + trust band
   ========================================================================== */
.method-strip { background: var(--surface-bone); border-bottom: 1px solid var(--line); }
.method-strip .container { display: flex; flex-wrap: wrap; align-items: center; gap: .6rem 1.4rem; padding-block: .9rem; }
.method-strip .lede { font-size: .9rem; color: var(--ink-soft); margin: 0; }
.method-strip .lede strong { color: var(--ink); }
.method-chips { display: flex; flex-wrap: wrap; gap: .5rem; }
.method-chip { display: inline-flex; align-items: center; gap: .4rem; background: #fff; border: 1px solid var(--line); border-radius: 999px; padding: .3rem .7rem; font-family: var(--font-label); font-size: .74rem; letter-spacing: .06em; text-transform: uppercase; color: var(--gunmetal); }
.method-chip i { width: 8px; height: 8px; border-radius: 2px; background: var(--gunmetal); }
.method-chip.is-blood i { background: var(--blood); }
.method-strip .more { margin-left: auto; font-family: var(--font-label); text-transform: uppercase; letter-spacing: .06em; font-size: .78rem; }

.trust-band { background: var(--bg-timber-deep); color: var(--on-dark-soft); }
.trust-band .container { display: grid; gap: 1.25rem; padding-block: 1.5rem; grid-template-columns: repeat(auto-fit, minmax(210px, 1fr)); }
.trust-item { display: flex; gap: .7rem; align-items: flex-start; font-size: .88rem; }
.trust-item svg { width: 20px; height: 20px; color: var(--rust); flex: none; margin-top: 2px; }
.trust-item strong { color: #fff; display: block; font-family: var(--font-label); text-transform: uppercase; letter-spacing: .06em; font-size: .76rem; margin-bottom: .15rem; }

/* ==========================================================================
   Score fingerprint — the signature element (5 axes, 0–10)
   ========================================================================== */
.fp { display: grid; gap: .32rem; }
.fp-axis { display: grid; grid-template-columns: 1fr; align-items: center; gap: .5rem; }
.fp-label { font-family: var(--font-label); text-transform: uppercase; letter-spacing: .06em; color: var(--ink-faint); }
.fp-track { background: var(--line-soft); border-radius: 999px; height: 7px; overflow: hidden; }
.fp-track > i { display: block; height: 100%; background: var(--gunmetal); border-radius: 999px; }
.fp-axis--blood .fp-track > i { background: var(--blood); }
.fp-val { font-weight: 600; color: var(--ink); text-align: right; }

/* tiny — bars only, for cards */
.fp--tiny { gap: .2rem; }
.fp--tiny .fp-axis { grid-template-columns: 26px 1fr; }
.fp--tiny .fp-label { font-size: .58rem; }
.fp--tiny .fp-track { height: 5px; }
.fp--tiny .fp-val { display: none; }

/* medium — short labels, for review header / featured */
.fp--md .fp-axis { grid-template-columns: 34px 1fr 2.1rem; }
.fp--md .fp-label { font-size: .64rem; }
.fp--md .fp-val { font-size: .8rem; }

/* large — full labels + mono values + weights */
.fp--lg { gap: .55rem; }
.fp--lg .fp-axis { grid-template-columns: 11rem 1fr 2.4rem; }
.fp--lg .fp-track { height: 10px; }
.fp--lg .fp-label { font-size: .82rem; color: var(--ink-soft); }
.fp--lg .fp-label small { display: block; font-family: var(--font-body); text-transform: none; letter-spacing: 0; color: var(--ink-faint); font-size: .68rem; }
.fp--lg .fp-val { font-size: 1rem; }
.fp-card { background: var(--surface); border: 1px solid var(--line); border-radius: var(--r-lg); padding: 1.4rem 1.5rem; margin: 2rem 0; }
.fp-card h2 { margin: 0 0 .3rem; font-size: 1.25rem; }
.fp-card .fp-note { font-size: .8rem; color: var(--ink-faint); margin: 0 0 1.1rem; }
@media (max-width: 520px) { .fp--lg .fp-axis { grid-template-columns: 7rem 1fr 2.2rem; } .fp--lg .fp-label small { display: none; } }

/* score chip + ring */
.score-chip { display: inline-flex; align-items: baseline; gap: .12rem; background: var(--score-green); color: #fff; font-weight: 600; padding: .26rem .55rem; border-radius: var(--r-sm); font-size: 1.02rem; line-height: 1; }
.score-chip .den { font-size: .66rem; opacity: .82; }
.score-ring { --val: 0; --size: 104px; width: var(--size); height: var(--size); border-radius: 50%; flex: none; display: grid; place-items: center; position: relative; background: radial-gradient(closest-side, var(--surface) 79%, transparent 80% 100%), conic-gradient(var(--score-green) calc(var(--val)*1%), var(--line-soft) 0); }
.score-ring .num { font-weight: 600; font-size: 1.7rem; line-height: 1; color: var(--ink); }
.score-ring .den { position: absolute; left: 0; right: 0; bottom: 18%; text-align: center; font-size: .56rem; color: var(--ink-faint); }
.score-ring--sm { --size: 66px; } .score-ring--sm .num { font-size: 1.05rem; } .score-ring--sm .den { font-size: .48rem; bottom: 15%; }

/* ==========================================================================
   Pros / cons
   ========================================================================== */
.proscons { display: grid; gap: 1rem; margin: 2rem 0; }
@media (min-width: 620px) { .proscons { grid-template-columns: 1fr 1fr; } }
.proscons .col { border: 1px solid var(--line); border-radius: var(--r-lg); padding: 1.1rem 1.25rem; background: var(--surface); }
.proscons .pros { background: #F0F4EC; border-color: #D6E2CC; }
.proscons .cons { background: #F8EFEB; border-color: #E8D5CB; }
.proscons h3 { margin: 0 0 .6rem; font-size: 1.05rem; }
.proscons ul { list-style: none; padding: 0; margin: 0; }
.proscons li { padding-left: 1.6rem; position: relative; font-size: .95rem; margin: .45rem 0; }
.proscons .pros li::before { content: "✓"; position: absolute; left: 0; color: var(--score-green); font-weight: 800; }
.proscons .cons li::before { content: "✕"; position: absolute; left: 0; color: var(--rust); font-weight: 800; }

/* ==========================================================================
   Award pill (brass)
   ========================================================================== */
.award-pill { display: inline-flex; align-items: center; gap: .4rem; background: var(--brass); color: #fff; font-family: var(--font-label); font-weight: 600; font-size: .72rem; letter-spacing: .06em; text-transform: uppercase; padding: .32rem .7rem; border-radius: 999px; }
.award-pill svg { width: 13px; height: 13px; }

/* ==========================================================================
   Comparison table (sortable / filterable)
   ========================================================================== */
.table-tools { display: flex; flex-wrap: wrap; gap: .5rem; align-items: center; margin: 1.5rem 0 .75rem; }
.table-tools .filter-btn { font-family: var(--font-label); text-transform: uppercase; letter-spacing: .05em; font-size: .76rem; padding: .4rem .8rem; border: 1px solid var(--line); background: #fff; color: var(--ink-soft); border-radius: 999px; cursor: pointer; }
.table-tools .filter-btn[aria-pressed="true"] { background: var(--gunmetal); color: #fff; border-color: var(--gunmetal); }
.table-tools .table-search { margin-left: auto; padding: .45rem .8rem; border: 1px solid var(--line); border-radius: var(--r-md); font: inherit; font-size: .9rem; min-width: 200px; }

.table-wrap { margin: .5rem 0 2rem; overflow-x: auto; }
.cmp-table { width: 100%; border-collapse: collapse; font-size: .92rem; background: var(--surface); border: 1px solid var(--line); border-radius: var(--r-lg); overflow: hidden; }
.cmp-table th, .cmp-table td { padding: .8rem .85rem; text-align: left; border-bottom: 1px solid var(--line-soft); vertical-align: middle; }
.cmp-table thead th { background: var(--gunmetal); color: #fff; font-family: var(--font-label); font-size: .76rem; letter-spacing: .05em; text-transform: uppercase; font-weight: 500; }
.cmp-table thead th.sortable { cursor: pointer; user-select: none; white-space: nowrap; }
.cmp-table thead th.sortable::after { content: " ↕"; opacity: .4; font-size: .8em; }
.cmp-table thead th[aria-sort="ascending"]::after { content: " ↑"; opacity: 1; }
.cmp-table thead th[aria-sort="descending"]::after { content: " ↓"; opacity: 1; }
.cmp-table tbody tr:hover { background: #FBFAF6; }
.cmp-table .prod { font-weight: 700; }
.cmp-table .prod a { color: var(--ink); }
.cmp-table .prod small { display: block; font-weight: 400; color: var(--ink-faint); font-family: var(--font-label); text-transform: uppercase; letter-spacing: .05em; font-size: .68rem; }

/* Mobile: keep the comparison table a real, compact LIST (not card-per-row).
   Show only Broadhead · Score · Read; hide Type/Cut/Mechanism/Best-For/Price
   (those live in the cards below and on each review page). No sideways scroll. */
@media (max-width: 760px) {
  .table-wrap { overflow-x: visible; }
  .cmp-table th:nth-child(2), .cmp-table td:nth-child(2),
  .cmp-table th:nth-child(3), .cmp-table td:nth-child(3),
  .cmp-table th:nth-child(4), .cmp-table td:nth-child(4),
  .cmp-table th:nth-child(6), .cmp-table td:nth-child(6),
  .cmp-table th:nth-child(7), .cmp-table td:nth-child(7) { display: none; }
  .cmp-table th, .cmp-table td { padding: .7rem .55rem; }
  .cmp-table td.prod { font-size: 1rem; }
  .cmp-table td.prod small { display: block; }
  .cmp-table .tbl-buy { display: none; }
  .cmp-table td.tbl-actions { text-align: right; white-space: nowrap; }
  .cmp-table td.tbl-actions .btn { padding: .45rem .8rem; font-size: .78rem; }
}

/* spec table (key/value, mono values) */
.spec-table { width: 100%; border-collapse: collapse; margin: 1.5rem 0; background: var(--surface); border: 1px solid var(--line); border-radius: var(--r-lg); overflow: hidden; }
.spec-table th, .spec-table td { padding: .7rem 1rem; text-align: left; border-bottom: 1px solid var(--line-soft); }
.spec-table th { width: 42%; color: var(--ink-faint); font-weight: 600; font-size: .9rem; font-family: var(--font-body); }
.spec-table td { color: var(--ink); }
.spec-table tr:last-child th, .spec-table tr:last-child td { border-bottom: 0; }

/* ==========================================================================
   Cards
   ========================================================================== */
.grid { display: grid; gap: 1.4rem; }
.grid--3 { grid-template-columns: repeat(auto-fill, minmax(290px, 1fr)); }
.grid--2 { grid-template-columns: repeat(auto-fill, minmax(340px, 1fr)); }
.cards-center { display: flex; flex-wrap: wrap; justify-content: center; gap: 1.4rem; }
.cards-center > .card { flex: 1 1 300px; max-width: 360px; }

.card { position: relative; background: var(--surface); border: 1px solid var(--line); border-radius: var(--r-lg); overflow: hidden; display: flex; flex-direction: column; cursor: pointer; transition: transform .14s ease, box-shadow .14s ease, border-color .14s ease; }
/* whole-card click: the title link's overlay covers the card; "check price" sits above it */
.card-stretch::after { content: ""; position: absolute; inset: 0; z-index: 1; }
.card-stretch:hover { text-decoration: none; color: var(--rust); }
.card:hover .card-stretch, .card:hover .card-read { color: var(--rust); }
.card .buy-small { position: relative; z-index: 2; }
.card:hover { transform: translateY(-3px); box-shadow: 0 14px 32px rgba(20,24,15,.12); border-color: var(--buckskin); }
.card .card-media { position: relative; aspect-ratio: 1 / 1; background: #fff; display: grid; place-items: center; border-bottom: 1px solid var(--line-soft); overflow: hidden; }
.card .card-media img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: contain; object-position: center; padding: 1.25rem; }
.card .card-media svg { width: 38%; opacity: .9; }
.card .card-body { padding: 1.05rem 1.2rem 1.25rem; display: flex; flex-direction: column; gap: .5rem; flex: 1; }
.card .card-cat { font-family: var(--font-label); font-size: .7rem; text-transform: uppercase; letter-spacing: .1em; color: var(--rust); font-weight: 600; }
.card h3 { margin: 0; font-size: 1.2rem; }
.card h3 a { color: var(--ink); }
.card .card-excerpt { color: var(--ink-soft); font-size: .9rem; margin: 0; }
.card .card-fp { margin: .2rem 0; }
.card .card-meta { display: flex; align-items: center; gap: .55rem; flex-wrap: wrap; margin-top: auto; padding-top: .55rem; }
.card-actions { display: flex; align-items: center; justify-content: space-between; gap: .6rem; flex-wrap: wrap; margin-top: .55rem; padding-top: .55rem; border-top: 1px solid var(--line-soft); }
.card-read { font-family: var(--font-label); text-transform: uppercase; letter-spacing: .05em; font-size: .74rem; font-weight: 600; color: var(--ink); }
.card-read:hover { color: var(--rust); }
.buy-small { font-family: var(--font-label); text-transform: uppercase; letter-spacing: .04em; font-size: .72rem; font-weight: 600; color: var(--rust); white-space: nowrap; }
.verdict-cta { margin-top: 1.1rem; }
.verdict-cta .cta-note { display: block; font-size: .72rem; color: var(--ink-faint); margin-top: .45rem; }
.tbl-actions { white-space: nowrap; }
.tbl-buy { display: inline-block; margin-left: .55rem; font-family: var(--font-label); text-transform: uppercase; letter-spacing: .04em; font-size: .72rem; font-weight: 600; color: var(--rust); }

/* sections */
.section { padding: clamp(2.5rem, 6vw, 4rem) 0; }
.section--bone { background: var(--surface-bone); border-block: 1px solid var(--line); }
.section--timber { background: var(--bg-timber); color: var(--on-dark); }
.section--timber h2, .section--timber h3 { color: #fff; }
.section-head { margin-bottom: 1.8rem; }
.section-head h2 { margin: 0; }
.section-head p { color: var(--ink-soft); margin: .4rem 0 0; }
.section--timber .section-head p { color: var(--on-dark-soft); }

/* reveal-on-scroll */
.reveal { opacity: 0; transform: translateY(14px); transition: opacity .5s ease, transform .5s ease; }
.reveal.in { opacity: 1; transform: none; }

/* ==========================================================================
   FAQ / notes / tags / vs
   ========================================================================== */
.faq { margin: 2rem 0; }
.faq details { background: var(--surface); border: 1px solid var(--line); border-radius: var(--r-md); margin: .6rem 0; padding: 0 1.1rem; }
.faq summary { font-family: var(--font-display); font-weight: 700; font-size: 1.05rem; padding: .95rem 0; cursor: pointer; list-style: none; display: flex; justify-content: space-between; align-items: center; gap: 1rem; color: var(--ink); }
.faq summary::-webkit-details-marker { display: none; }
.faq summary::after { content: "+"; color: var(--rust); font-size: 1.4rem; line-height: 1; }
.faq details[open] summary::after { content: "−"; }
.faq details[open] summary { border-bottom: 1px solid var(--line-soft); }
.faq .answer { padding: .8rem 0 1.1rem; color: var(--ink-soft); }
.faq .answer > :last-child { margin-bottom: 0; }

.note { border-left: 4px solid var(--gunmetal); background: #EFF1EA; padding: .9rem 1.1rem; border-radius: 0 var(--r-md) var(--r-md) 0; margin: 1.5rem 0; font-size: .95rem; }
.note--warn { border-color: var(--rust); background: #F8EFEB; }
.note strong { color: var(--ink); }

.tag { display: inline-block; background: var(--surface-bone); color: var(--gunmetal); font-family: var(--font-label); text-transform: uppercase; letter-spacing: .05em; font-size: .68rem; font-weight: 600; padding: .2rem .55rem; border-radius: 999px; margin: .15rem .2rem .15rem 0; }

.vs-grid { display: grid; gap: 1.25rem; margin: 2rem 0; }
@media (min-width: 640px) { .vs-grid { grid-template-columns: 1fr auto 1fr; align-items: center; } }
.vs-grid .vs-col { background: var(--surface); border: 1px solid var(--line); border-radius: var(--r-lg); padding: 1.4rem; text-align: center; box-shadow: var(--shadow); }
.vs-grid .vs-col img { width: 60%; margin: 0 auto .8rem; }
.vs-grid .vs-badge { font-family: var(--font-display); font-weight: 700; font-size: 1.5rem; color: var(--rust); text-align: center; }

/* byline / hero figure */
.review-header h1 { margin-top: .2rem; }
.dek { font-family: var(--font-display); font-size: 1.25rem; line-height: 1.4; color: var(--ink-soft); font-style: italic; }
.byline { display: flex; flex-wrap: wrap; align-items: center; gap: .5rem 1.1rem; font-size: .85rem; color: var(--ink-faint); border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); padding: .8rem 0; margin: 1.4rem 0; }
.byline strong { color: var(--ink); }
.byline a { color: var(--rust); font-weight: 600; }
.byline .dot { color: var(--line); }
figure { margin: 0; }
.hero-figure { margin: 1.5rem 0; }
figcaption { font-size: .82rem; color: var(--ink-faint); margin-top: .5rem; font-style: italic; }

.verdict-box { background: var(--surface); border: 1px solid var(--line); border-radius: var(--r-lg); padding: 1.5rem; margin: 1.5rem 0 2rem; display: grid; grid-template-columns: auto 1fr; gap: 1.1rem 1.5rem; align-items: center; }
.verdict-box .verdict-text { grid-column: 1 / -1; }
@media (min-width: 620px) { .verdict-box .verdict-text { grid-column: 2; grid-row: 1; } .verdict-box .score-ring { grid-row: 1; } }
.verdict-box h2 { margin: 0 0 .3rem; font-size: 1.25rem; }
.verdict-box p { margin: 0; color: var(--ink-soft); }
.verdict-box .award-pill { margin-bottom: .5rem; }

/* ==========================================================================
   Author bio
   ========================================================================== */
.author-bio { display: flex; gap: 1.1rem; align-items: flex-start; background: var(--surface); border: 1px solid var(--line); border-radius: var(--r-lg); padding: 1.3rem; margin: 2.5rem 0; }
.author-bio .avatar { width: 60px; height: 60px; border-radius: 50%; background: var(--gunmetal); flex: none; display: grid; place-items: center; color: #fff; font-family: var(--font-display); font-size: 1.4rem; }
.author-bio h4 { margin: 0 0 .3rem; font-family: var(--font-label); text-transform: uppercase; letter-spacing: .05em; font-size: .9rem; }
.author-bio p { margin: 0; font-size: .9rem; color: var(--ink-soft); }

/* ==========================================================================
   Footer (timber) + newsletter
   ========================================================================== */
.site-footer { background: var(--bg-timber); color: var(--on-dark-soft); margin-top: 4rem; padding: 3rem 0 2rem; font-size: .9rem; border-top: 2px solid var(--rust); }
.site-footer a { color: var(--on-dark); }
.site-footer a:hover { color: #fff; }
.footer-grid { display: grid; gap: 2rem; grid-template-columns: 1.4fr 1fr 1fr 1.6fr; }
@media (max-width: 760px) { .footer-grid { grid-template-columns: 1fr 1fr; } }
.site-footer h4 { color: #fff; font-family: var(--font-label); font-size: .76rem; letter-spacing: .1em; text-transform: uppercase; margin: 0 0 .9rem; }
.site-footer ul { list-style: none; padding: 0; margin: 0; }
.site-footer li { margin: .4rem 0; }
.footer-brand { font-family: var(--font-display); font-weight: 700; font-size: 1.25rem; color: #fff; display: flex; align-items: center; gap: .4rem; margin-bottom: .6rem; }
.footer-brand svg { width: 28px; height: 28px; }
.disclosure { font-size: .82rem; color: var(--on-dark-soft); max-width: 60ch; }
.newsletter { display: flex; gap: .5rem; margin-top: .6rem; }
.newsletter input { flex: 1; min-width: 0; padding: .6rem .8rem; border: 1px solid rgba(255,255,255,.25); background: rgba(255,255,255,.06); color: #fff; border-radius: var(--r-md); font: inherit; font-size: .9rem; }
.newsletter input::placeholder { color: var(--on-dark-soft); }
.footer-bottom { border-top: 1px solid rgba(255,255,255,.12); margin-top: 2.5rem; padding-top: 1.5rem; display: flex; flex-wrap: wrap; gap: .5rem 1.5rem; justify-content: space-between; align-items: center; color: #97A089; font-size: .82rem; }
.footer-legal { display: flex; gap: 1.1rem; flex-wrap: wrap; }
.footer-legal a { font-family: var(--font-label); text-transform: uppercase; letter-spacing: .06em; font-size: .76rem; color: var(--on-dark); }
.footer-fine { color: #97A089; font-size: .78rem; margin: .9rem 0 0; max-width: 70ch; }

/* utilities */
.mt-0 { margin-top: 0; } .mb-0 { margin-bottom: 0; }
.flow-cta { margin: 2.5rem 0; }

/* ==========================================================================
   Mobile polish
   ========================================================================== */
@media (max-width: 680px) {
  body { font-size: 16px; }
  h1 { font-size: clamp(1.85rem, 8.5vw, 2.6rem); }
  h2 { margin-top: 1.3em; }
  .section { padding: 2.25rem 0; }
  .section-head { margin-bottom: 1.25rem; }

  /* hero */
  .hero-grid { gap: 1.6rem; }
  .hero .dek { font-size: 1.08rem; }
  .hero .hero-cta { gap: .6rem; }
  .hero .hero-cta .btn { flex: 1 1 auto; justify-content: center; }
  .featured-media { height: 220px; }
  .featured-media img, .product-panel img { padding: .85rem; }
  .product-panel { height: clamp(220px, 60vw, 300px); }
  .featured-body { padding: 1.1rem 1.15rem 1.25rem; }
  .featured-head h3 { font-size: 1.25rem; }
  .featured .big-score { font-size: 1.8rem; }

  /* methodology strip — stack and breathe */
  .method-strip .container { flex-direction: column; align-items: flex-start; gap: .65rem; }
  .method-strip .more { margin-left: 0; }
  .method-chips { gap: .4rem; }

  /* trust band — single column reads better than cramped 2-up */
  .trust-band .container { grid-template-columns: 1fr; gap: .9rem; }

  /* comparison/spec tables: filter tools wrap, search gets its own row */
  .table-tools { gap: .4rem; }
  .table-tools .table-search { margin-left: 0; flex-basis: 100%; min-width: 0; }
  .table-tools .filter-btn { flex: 1 1 auto; text-align: center; }
  .cmp-table td.tbl-actions { gap: 1rem; }

  /* content blocks */
  .verdict-box { padding: 1.2rem; gap: .9rem 1.1rem; }
  .fp-card { padding: 1.2rem 1.25rem; }
  .proscons .col { padding: 1rem 1.1rem; }
  .author-bio { flex-direction: column; gap: .8rem; }
  .footer-grid { gap: 1.5rem; }
  .footer-bottom { gap: .4rem; }
}

@media (max-width: 380px) {
  .brand { font-size: 1.1rem; gap: .3rem; }
  .brand svg { width: 27px; height: 27px; }
  .btn { padding: .68rem 1rem; font-size: .9rem; }
}

@media (prefers-reduced-motion: reduce) { * { scroll-behavior: auto !important; transition: none !important; animation: none !important; } .reveal { opacity: 1; transform: none; } }
