/* Self-hosted Google Fonts (latin subset) */
@font-face { font-family: 'Barlow Condensed'; font-style: normal; font-weight: 600; font-display: swap; src: url('/assets/fonts/barlow-condensed-600.woff2') format('woff2'); unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD; }
@font-face { font-family: 'Barlow Condensed'; font-style: normal; font-weight: 700; font-display: swap; src: url('/assets/fonts/barlow-condensed-700.woff2') format('woff2'); unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD; }
@font-face { font-family: 'Barlow Condensed'; font-style: normal; font-weight: 800; font-display: swap; src: url('/assets/fonts/barlow-condensed-800.woff2') format('woff2'); unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD; }
@font-face { font-family: 'IBM Plex Mono'; font-style: normal; font-weight: 500; font-display: swap; src: url('/assets/fonts/ibm-plex-mono-500.woff2') format('woff2'); unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD; }
@font-face { font-family: 'Public Sans'; font-style: normal; font-weight: 400; font-display: swap; src: url('/assets/fonts/public-sans-400.woff2') format('woff2'); unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD; }
@font-face { font-family: 'Public Sans'; font-style: normal; font-weight: 500; font-display: swap; src: url('/assets/fonts/public-sans-400.woff2') format('woff2'); unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD; }
@font-face { font-family: 'Public Sans'; font-style: normal; font-weight: 600; font-display: swap; src: url('/assets/fonts/public-sans-400.woff2') format('woff2'); unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD; }
@font-face { font-family: 'Public Sans'; font-style: normal; font-weight: 700; font-display: swap; src: url('/assets/fonts/public-sans-400.woff2') format('woff2'); unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD; }

/* Off Road Buyers — "Mud on the boots" design system v1
   Green-charcoal base, one safety orange for calls to action and headline numbers.
   Barlow Condensed for headings, Public Sans for reading, IBM Plex Mono for labels. */

:root {
  --yard: #141a16;      /* base dark */
  --hedge: #1d2520;     /* dark surface */
  --hedge-2: #232b25;
  --black: #0b0f0c;
  --footer: #0f1411;
  --line: #2f3a33;      /* rules on dark */
  --paper: #f3f2ec;     /* light base */
  --paper-2: #fbfaf6;
  --straw: #e8e6dd;     /* alt band */
  --rule: #d9d6cb;
  --rule-2: #c9c6ba;
  --rule-3: #e1dfd5;
  --ink: #161a17;
  --ink-2: #3d433e;
  --ink-3: #5a615a;
  --on-dark: #f1f0ea;
  --on-dark-2: #c9cfc8;
  --on-dark-3: #a7b0a7;
  --orange: #ff6a13;    /* CTA, numbers on dark */
  --orange-hi: #ff8438;
  --orange-ink: #b8440a;/* numbers on light */
  --f-head: 'Barlow Condensed', 'Arial Narrow', sans-serif;
  --f-body: 'Public Sans', system-ui, -apple-system, 'Segoe UI', sans-serif;
  --f-mono: 'IBM Plex Mono', ui-monospace, Menlo, monospace;
  --wrap: 1280px;
  --pad: 20px;
  --sec: clamp(56px, 8vw, 96px);
  --r: 6px;
}

*, *::before, *::after { box-sizing: border-box; }
[hidden] { display: none !important; }
html { -webkit-text-size-adjust: 100%; scroll-padding-top: 88px; }
body { margin: 0; background: var(--paper); color: var(--ink); font-family: var(--f-body); font-size: 17px; line-height: 1.5; -webkit-font-smoothing: antialiased; text-rendering: optimizeLegibility; }
body.dark-top { background: var(--yard); }
img, svg { max-width: 100%; height: auto; display: block; }
a { color: inherit; }
a:hover { color: var(--orange-ink); }
.dark a:hover, .band-dark a:hover, .band-hedge a:hover, .band-black a:hover, .site-header a:hover, .site-footer a:hover { color: var(--orange); }
button, input, select, textarea { font: inherit; color: inherit; }
:focus-visible { outline: 3px solid var(--orange); outline-offset: 2px; border-radius: 2px; }
summary::-webkit-details-marker { display: none; }
.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; }
.skip { position: absolute; left: 12px; top: -60px; z-index: 100; background: var(--orange); color: var(--yard); padding: 10px 16px; border-radius: 4px; font-weight: 700; text-decoration: none; }
.skip:focus { top: 12px; }

/* ---------- layout ---------- */
.wrap { max-width: var(--wrap); margin: 0 auto; padding-left: var(--pad); padding-right: var(--pad); }
.wrap-narrow { max-width: 960px; margin: 0 auto; padding-left: var(--pad); padding-right: var(--pad); }
.sec { padding-top: var(--sec); padding-bottom: var(--sec); }
.stack { display: flex; flex-direction: column; }
.gap-8 { gap: 8px; } .gap-10 { gap: 10px; } .gap-16 { gap: 16px; } .gap-20 { gap: 20px; } .gap-24 { gap: 24px; } .gap-28 { gap: 28px; } .gap-32 { gap: 32px; } .gap-40 { gap: 40px; }
.row-between { display: flex; flex-wrap: wrap; justify-content: space-between; align-items: flex-end; gap: 16px; }
.split { display: grid; grid-template-columns: repeat(auto-fit, minmax(min(100%, 420px), 1fr)); gap: 40px; align-items: center; }
.split-top { align-items: start; }

/* bands */
.band-dark { background: var(--yard); color: var(--on-dark); }
.band-hedge { background: var(--hedge); color: var(--on-dark); }
.band-black { background: var(--black); color: var(--on-dark); }
.band-paper { background: var(--paper); color: var(--ink); }
.band-straw { background: var(--straw); color: var(--ink); }
.band-rule { border-top: 1px solid var(--rule); }

/* ---------- type ---------- */
.eyebrow { margin: 0; font: 500 13px/1.3 var(--f-mono); text-transform: uppercase; letter-spacing: 0.08em; color: var(--ink-3); }
.band-dark .eyebrow, .band-hedge .eyebrow, .band-black .eyebrow { color: var(--on-dark-3); }
.label { font: 500 12px/1.3 var(--f-mono); text-transform: uppercase; letter-spacing: 0.08em; color: var(--ink-3); }
.band-dark .label, .band-hedge .label, .band-black .label { color: var(--on-dark-3); }
.display { margin: 0; font-family: var(--f-head); font-weight: 800; text-transform: uppercase; font-size: clamp(52px, 9vw, 124px); line-height: 0.88; text-wrap: balance; }
.display-sm { margin: 0; font-family: var(--f-head); font-weight: 800; text-transform: uppercase; font-size: clamp(48px, 7.5vw, 104px); line-height: 0.9; text-wrap: balance; }
.h2 { margin: 0; font-family: var(--f-head); font-weight: 800; text-transform: uppercase; font-size: clamp(40px, 5vw, 64px); line-height: 0.95; text-wrap: balance; }
.h2-lg { margin: 0; font-family: var(--f-head); font-weight: 800; text-transform: uppercase; font-size: clamp(44px, 6vw, 84px); line-height: 0.9; text-wrap: balance; }
.h3 { margin: 0; font-family: var(--f-head); font-weight: 700; text-transform: uppercase; font-size: 28px; line-height: 1.05; }
.h4 { margin: 0; font-family: var(--f-head); font-weight: 700; text-transform: uppercase; font-size: 23px; line-height: 1; }
.lede { margin: 0; font-size: clamp(17px, 1.6vw, 20px); line-height: 1.5; max-width: 48ch; }
.band-dark .lede, .band-hedge .lede, .band-black .lede { color: var(--on-dark-2); }
.band-paper .lede, .band-straw .lede { color: var(--ink-2); }
.muted { color: var(--ink-2); }
.band-dark .muted, .band-hedge .muted, .band-black .muted { color: var(--on-dark-2); }
.small { font-size: 14px; }
.tiny { font-size: 13px; }
.mw-34 { max-width: 34ch; } .mw-44 { max-width: 44ch; } .mw-56 { max-width: 56ch; } .mw-14 { max-width: 14ch; } .mw-16 { max-width: 16ch; }
.link-arrow { font-weight: 600; font-size: 16px; }
.num { font-family: var(--f-head); font-weight: 800; color: var(--orange-ink); }
.band-dark .num, .band-hedge .num, .band-black .num { color: var(--orange); }

/* ---------- buttons ---------- */
.btn { display: inline-flex; align-items: center; justify-content: center; gap: 10px; height: 56px; padding: 0 26px; border-radius: 4px; text-decoration: none; cursor: pointer; border: 0; font-weight: 600; font-size: 16px; white-space: nowrap; transition: background .15s, border-color .15s, color .15s; }
.btn-primary { background: var(--orange); color: var(--yard); font-family: var(--f-head); font-weight: 700; font-size: 22px; letter-spacing: 0.05em; text-transform: uppercase; }
.btn-primary:hover, a.btn-primary:hover { background: var(--orange-hi); color: var(--yard); }
.btn-sm { height: 46px; padding: 0 20px; font-size: 19px; }
.btn-md { height: 52px; font-size: 20px; }
.btn-ghost-light { border: 1.5px solid var(--on-dark); color: var(--on-dark); background: transparent; padding: 0 22px; }
.btn-ghost-light:hover { border-color: var(--orange); color: var(--orange) !important; }
.btn-ghost-dark { border: 1.5px solid var(--ink); color: var(--ink); background: transparent; padding: 0 22px; }
.btn-ghost-dark:hover { background: var(--ink); color: var(--paper) !important; }
.btn-block { width: 100%; }
.btn-row { display: flex; flex-wrap: wrap; gap: 12px; align-items: center; }
.btn svg { width: 20px; height: 20px; flex: none; }
.btn[disabled], .btn[aria-disabled="true"] { opacity: .45; cursor: not-allowed; }

/* ---------- header ---------- */
.site-header { position: sticky; top: 0; z-index: 50; background: var(--yard); color: var(--on-dark); border-bottom: 1px solid var(--line); }
.site-header .bar { height: 72px; display: flex; align-items: center; gap: 24px; }
.brand { display: flex; align-items: center; text-decoration: none; flex: none; }
.brand .logo { height: 30px; width: auto; }
.nav { display: flex; align-items: center; gap: 22px; flex: 1; font-size: 15px; font-weight: 600; }
.nav > a, .nav .drop > button { text-decoration: none; background: none; border: 0; padding: 0; cursor: pointer; color: var(--on-dark); font-weight: 600; font-size: 15px; }
.nav a[aria-current="page"] { color: var(--orange); }
.drop { position: relative; height: 72px; display: flex; align-items: center; }
.drop > button::after { content: ''; display: inline-block; margin-left: 6px; border: 5px solid transparent; border-top-color: currentColor; transform: translateY(3px); }
.drop-menu { position: absolute; top: 72px; left: -16px; width: 560px; background: var(--hedge); border: 1px solid var(--line); border-radius: 0 0 var(--r) var(--r); padding: 16px; display: none; grid-template-columns: 1fr 1fr; gap: 4px 16px; box-shadow: 0 16px 40px rgba(0,0,0,.35); }
.drop:hover .drop-menu, .drop:focus-within .drop-menu, .drop.open .drop-menu { display: grid; }
.drop-menu .col { display: flex; flex-direction: column; }
.drop-menu .label { padding: 6px 12px 8px; }
.drop-menu a { padding: 8px 12px; text-decoration: none; border-radius: 4px; font-weight: 600; }
.drop-menu a:hover { background: var(--hedge-2); }
.header-phone { text-decoration: none; font-family: var(--f-head); font-weight: 700; font-size: 22px; letter-spacing: 0.02em; flex: none; }
.header-actions { display: flex; align-items: center; gap: 18px; flex: none; }
.mob-actions { display: none; margin-left: auto; gap: 8px; }
.mob-actions a, .mob-actions button { height: 44px; padding: 0 12px; display: flex; align-items: center; border: 1px solid var(--line); border-radius: 4px; text-decoration: none; font-size: 14px; font-weight: 600; background: transparent; color: var(--on-dark); cursor: pointer; }
.mob-menu { display: none; border-top: 1px solid var(--line); padding: 8px var(--pad) 28px; flex-direction: column; font-size: 17px; font-weight: 600; max-height: calc(100vh - 72px); overflow-y: auto; }
.mob-menu a { padding: 11px 0; text-decoration: none; }
.mob-menu .label { padding: 16px 0 6px; }
.mob-menu hr { border: 0; border-top: 1px solid var(--line); margin: 10px 0; width: 100%; }
.site-header.menu-open .mob-menu { display: flex; }
.mob-bar { display: none; position: fixed; left: 0; right: 0; bottom: 0; z-index: 60; background: var(--yard); border-top: 1px solid var(--line); padding: 8px 10px calc(8px + env(safe-area-inset-bottom)); gap: 8px; }
.mob-bar a { flex: 1; height: 52px; display: flex; align-items: center; justify-content: center; border: 1.5px solid var(--on-dark); color: var(--on-dark); border-radius: 4px; font-weight: 600; font-size: 15px; text-decoration: none; }
.mob-bar a.btn-primary { flex: 2; border: 0; color: var(--yard); font-size: 20px; }
@media (max-width: 1079px) {
  .nav, .header-actions { display: none; }
  .mob-actions { display: flex; }
  .mob-bar { display: flex; }
  body { padding-bottom: 72px; }
  .brand .logo { height: 24px; }
}
@media (max-width: 380px) { .brand .logo { height: 20px; } .mob-actions a, .mob-actions button { padding: 0 9px; } }

/* ---------- breadcrumb ---------- */
.crumbs { display: flex; flex-wrap: wrap; gap: 8px; font-size: 14px; color: var(--on-dark-3); margin: 0; padding: 0; list-style: none; }
.crumbs li { display: flex; gap: 8px; }
.crumbs li + li::before { content: '/'; }
.crumbs a { text-decoration: none; }
.crumbs [aria-current] { color: var(--on-dark); }
.band-paper .crumbs, .band-straw .crumbs { color: var(--ink-3); }
.band-paper .crumbs [aria-current], .band-straw .crumbs [aria-current] { color: var(--ink); }

/* ---------- hero ---------- */
.hero { padding-top: clamp(40px, 7vw, 88px); }
.hero-points { margin-top: 28px; display: flex; flex-wrap: wrap; gap: 10px 28px; font-size: clamp(16px, 1.6vw, 19px); font-weight: 500; }
.hero-points .sep { color: #56615a; }
@media (max-width: 640px) { .hero-points { flex-direction: column; gap: 8px; } .hero-points .sep { display: none; } .hero-points > span:not(.sep)::before { content: ''; display: inline-block; width: 8px; height: 8px; background: var(--orange); border-radius: 1px; margin-right: 10px; transform: translateY(-2px); } }
.trust-bar { margin-top: 40px; border-top: 1px solid var(--line); padding: 22px 0 28px; display: flex; flex-wrap: wrap; gap: 14px 40px; align-items: baseline; font-size: 15px; color: var(--on-dark-3); }
.trust-bar strong { font-family: var(--f-head); font-weight: 800; font-size: 28px; color: var(--orange); margin-right: 8px; }
.trust-bar .tick::before { content: ''; display: inline-block; width: 8px; height: 8px; background: var(--orange); border-radius: 1px; margin-right: 10px; transform: translateY(-2px); }
.page-hero { padding-top: 20px; padding-bottom: clamp(40px, 6vw, 72px); }
.page-hero-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(min(100%, 440px), 1fr)); gap: 40px; align-items: center; margin-top: clamp(24px, 4vw, 48px); }

/* ---------- category tiles (hero picker) ---------- */
.cat-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(165px, 1fr)); gap: 10px; }
.cat-tile { text-decoration: none; color: var(--on-dark); background: var(--hedge); border: 1.5px solid var(--line); border-radius: var(--r); padding: 12px; display: flex; flex-direction: column; gap: 10px; transition: border-color .15s, transform .15s; }
.cat-tile:hover { border-color: var(--orange); color: var(--on-dark) !important; transform: translateY(-2px); }
.cat-tile .art { height: 92px; border-radius: 3px; background: var(--hedge-2); display: flex; align-items: center; justify-content: center; padding: 8px; }
.cat-tile .art svg { height: 76px; width: auto; color: var(--on-dark); }
.cat-tile .t { font-family: var(--f-head); font-weight: 700; font-size: 23px; line-height: 1; text-transform: uppercase; }
.cat-tile .s { font-size: 13px; color: var(--on-dark-3); margin-top: 4px; }
.light-tiles .cat-tile { background: #fff; color: var(--ink); border-color: var(--rule); }
.light-tiles .cat-tile:hover { color: var(--ink) !important; border-color: var(--ink); }
.light-tiles .cat-tile .art { background: var(--straw); }
.light-tiles .cat-tile .art svg { color: var(--ink); }
.light-tiles .cat-tile .s { color: var(--ink-3); }

/* ---------- steps ---------- */
.steps { display: grid; grid-template-columns: repeat(auto-fit, minmax(260px, 1fr)); border-top: 2px solid var(--ink); }
.steps > div { padding: 24px 24px 8px 0; display: flex; flex-direction: column; gap: 10px; }
.steps .n { font-family: var(--f-head); font-weight: 800; font-size: 64px; line-height: 1; color: var(--orange-ink); }
.steps p { margin: 0; font-size: 17px; line-height: 1.5; color: var(--ink-2); max-width: 34ch; }

/* ---------- make grid ---------- */
.make-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(170px, 1fr)); border-left: 1px solid var(--rule-2); border-top: 1px solid var(--rule-2); }
.make-grid a { text-decoration: none; min-height: 96px; padding: 10px; display: flex; flex-direction: column; align-items: center; justify-content: center; text-align: center; border-right: 1px solid var(--rule-2); border-bottom: 1px solid var(--rule-2); font-family: var(--f-head); font-weight: 700; font-size: 26px; line-height: 1; text-transform: uppercase; transition: background .15s; }
.make-grid a small { font-family: var(--f-body); font-weight: 500; font-size: 12px; text-transform: none; color: var(--ink-3); margin-top: 6px; letter-spacing: 0; }
.make-grid a:hover { background: #fff; color: var(--ink); }

/* ---------- cards ---------- */
.card { background: var(--paper-2); border: 1px solid var(--rule); border-radius: var(--r); padding: 24px; display: flex; flex-direction: column; gap: 12px; }
.card-dark { background: var(--yard); color: var(--on-dark); border-radius: var(--r); padding: 24px; display: flex; flex-direction: column; gap: 12px; }
.card-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(min(100%, 270px), 1fr)); gap: 16px; }
.card-grid-3 { display: grid; grid-template-columns: repeat(auto-fill, minmax(min(100%, 300px), 1fr)); gap: 16px; }
.card h3 a, .link-card { text-decoration: none; }
.link-card { display: flex; flex-direction: column; gap: 10px; background: var(--paper-2); border: 1px solid var(--rule); border-radius: var(--r); padding: 22px; transition: border-color .15s, transform .15s; }
.link-card:hover { border-color: var(--ink); color: var(--ink); transform: translateY(-2px); }
.link-card p { margin: 0; color: var(--ink-2); font-size: 15px; }
.link-card .more { margin-top: auto; font-weight: 700; font-size: 15px; }

.purchase { background: var(--paper-2); border: 1px solid var(--rule); border-radius: var(--r); overflow: hidden; color: var(--ink); display: flex; flex-direction: column; height: 100%; }
.purchase .ph { position: relative; aspect-ratio: 4/3; background: var(--straw); display: flex; align-items: center; justify-content: center; }
.purchase .ph img { width: 100%; height: 100%; object-fit: cover; }
.purchase .kind { position: absolute; top: 10px; left: 10px; background: var(--ink); color: var(--paper); font: 600 12px var(--f-mono); text-transform: uppercase; letter-spacing: 0.06em; padding: 5px 8px; border-radius: 3px; }
.purchase .body { padding: 16px 18px 18px; display: flex; flex-direction: column; gap: 6px; flex: 1; }
.purchase .foot { margin-top: auto; padding-top: 14px; border-top: 1px solid var(--rule-3); display: flex; justify-content: space-between; align-items: flex-end; gap: 8px; }
.purchase .paid { font-family: var(--f-head); font-weight: 800; font-size: 30px; line-height: 1; color: var(--orange-ink); }
.scroller { display: flex; gap: 16px; overflow-x: auto; scroll-snap-type: x mandatory; padding-bottom: 8px; }
.scroller > * { flex: 0 0 290px; scroll-snap-align: start; }

.review { background: var(--paper-2); border: 1px solid var(--rule); border-radius: var(--r); padding: 22px; display: flex; flex-direction: column; gap: 14px; }
.review .stars { font-size: 20px; letter-spacing: 2px; color: var(--orange-ink); }

/* ---------- tables ---------- */
.table-wrap { overflow-x: auto; border: 1px solid var(--rule-2); border-radius: var(--r); background: var(--paper-2); }
.table-wrap table { width: 100%; border-collapse: collapse; font-size: 15px; line-height: 1.4; }
.table-wrap th, .table-wrap td { padding: 14px 18px; text-align: left; vertical-align: top; }
.table-wrap tbody tr { border-top: 1px solid var(--rule-3); }
.table-wrap thead.dark th { background: var(--ink); color: var(--paper); font-family: var(--f-head); font-weight: 700; font-size: 20px; text-transform: uppercase; }
.compare { min-width: 760px; }
.compare thead th { font-family: var(--f-head); font-weight: 700; font-size: 22px; text-transform: uppercase; }
.compare thead th.us { background: var(--ink); color: var(--paper); }
.compare td.us { background: #ebe9e0; font-weight: 600; }
.compare td:first-child { font-weight: 700; }

/* ---------- factors / features ---------- */
.factors { display: grid; grid-template-columns: repeat(auto-fit, minmax(min(100%, 280px), 1fr)); border-top: 2px solid var(--ink); }
.factors > div { padding: 22px 24px 22px 0; border-bottom: 1px solid var(--rule); display: flex; flex-direction: column; gap: 6px; }
.factors h3 { margin: 0; font-family: var(--f-head); font-weight: 700; font-size: 26px; text-transform: uppercase; line-height: 1.05; }
.factors p { margin: 0; font-size: 16px; line-height: 1.5; color: var(--ink-2); }
.feature-list { display: flex; flex-direction: column; border-top: 1px solid var(--line); }
.feature-list > div { padding: 20px 0; border-bottom: 1px solid var(--line); display: flex; flex-direction: column; gap: 6px; }
.feature-list h3 { margin: 0; font-family: var(--f-head); font-weight: 700; font-size: 26px; text-transform: uppercase; }
.feature-list p { margin: 0; font-size: 16px; line-height: 1.5; color: var(--on-dark-2); }

.vs { display: grid; grid-template-columns: repeat(auto-fit, minmax(min(100%, 340px), 1fr)); gap: 16px; }
.vs > div { border-radius: var(--r); padding: 28px; display: flex; flex-direction: column; gap: 14px; }
.vs .us { background: var(--ink); color: var(--paper); }
.vs .them { background: var(--paper-2); border: 1px solid var(--rule); }
.vs .t { font-family: var(--f-head); font-weight: 800; font-size: 30px; text-transform: uppercase; line-height: 1; }
.vs ul { margin: 0; padding-left: 20px; display: flex; flex-direction: column; gap: 10px; font-size: 16px; line-height: 1.45; }
.vs .them ul { color: var(--ink-2); }

/* ---------- FAQ ---------- */
.faq { border-top: 2px solid var(--ink); }
.faq details { border-bottom: 1px solid var(--rule-2); }
.faq summary { list-style: none; cursor: pointer; padding: 20px 0; display: flex; justify-content: space-between; gap: 16px; font-weight: 700; font-size: 19px; line-height: 1.35; }
.faq summary::after { content: '+'; font-family: var(--f-head); font-size: 28px; line-height: 0.8; flex: none; transition: transform .2s; }
.faq details[open] summary::after { transform: rotate(45deg); }
.faq .a { margin: 0 0 20px; font-size: 17px; line-height: 1.6; color: var(--ink-2); max-width: 66ch; }
.faq .a p { margin: 0 0 10px; }
.faq .a p:last-child { margin: 0; }

/* ---------- chips (links & toggles) ---------- */
.chips { display: flex; flex-wrap: wrap; gap: 8px; }
.chip { min-height: 48px; padding: 0 18px; display: inline-flex; align-items: center; border: 1.5px solid var(--rule-2); border-radius: 4px; background: #fff; color: var(--ink); font-weight: 600; font-size: 16px; text-decoration: none; cursor: pointer; transition: border-color .12s, background .12s; }
.chip:hover { border-color: var(--ink); color: var(--ink); }
.chip[aria-pressed="true"], .chip.on { background: var(--ink); color: var(--paper); border-color: var(--ink); }

/* ---------- offer box on hero ---------- */
.offer-box { background: var(--paper); color: var(--ink); border-radius: var(--r); padding: 20px; display: flex; flex-direction: column; gap: 14px; max-width: 560px; }
.offer-box .t { font-family: var(--f-head); font-weight: 700; font-size: 24px; text-transform: uppercase; }

/* ---------- art placeholders / images ---------- */
.art-frame { aspect-ratio: 4/3; border-radius: var(--r); overflow: hidden; background: var(--hedge); display: flex; align-items: center; justify-content: center; position: relative; }
.art-frame.light { background: var(--straw); }
.art-frame svg.machine { width: 78%; height: auto; }
.art-frame img { width: 100%; height: 100%; object-fit: cover; }
.art-frame .cap { position: absolute; left: 14px; bottom: 12px; font: 500 11px var(--f-mono); text-transform: uppercase; letter-spacing: .06em; color: var(--on-dark-3); }
.art-frame.light .cap { color: var(--ink-3); }

/* ---------- areas ---------- */
.area-links { display: grid; grid-template-columns: repeat(auto-fill, minmax(170px, 1fr)); gap: 10px 20px; font-size: 16px; font-weight: 500; }
.area-links a { text-decoration: none; padding: 4px 0; border-bottom: 1px solid transparent; }
.area-links a:hover { border-bottom-color: currentColor; }
.map { border-radius: var(--r); background: var(--straw); padding: 12px; }
.map svg { width: 100%; height: auto; }
.map .town { cursor: pointer; }
.map .town text { font: 600 11px var(--f-body); fill: var(--ink); }
.map a:hover circle { fill: var(--orange); }
.pill-list { display: flex; flex-wrap: wrap; gap: 8px; margin: 0; padding: 0; list-style: none; }
.pill-list li { padding: 6px 12px; border: 1px solid var(--rule-2); border-radius: 999px; font-size: 14px; background: var(--paper-2); }
.band-dark .pill-list li, .band-hedge .pill-list li { border-color: var(--line); background: var(--hedge); }

/* ---------- prose (long-form SEO content) ---------- */
.prose { font-size: 18px; line-height: 1.65; color: var(--ink); max-width: 72ch; }
.prose > * + * { margin-top: 1em; }
.prose h2 { font-family: var(--f-head); font-weight: 800; text-transform: uppercase; font-size: clamp(32px, 3.6vw, 44px); line-height: 1; margin: 1.6em 0 0; text-wrap: balance; }
.prose h2:first-child { margin-top: 0; }
.prose h3 { font-family: var(--f-head); font-weight: 700; text-transform: uppercase; font-size: 26px; line-height: 1.1; margin: 1.4em 0 0; }
.prose h2 + *, .prose h3 + * { margin-top: .55em; }
.prose p, .prose ul, .prose ol { margin-bottom: 0; }
.prose ul, .prose ol { padding-left: 1.3em; }
.prose li + li { margin-top: .4em; }
.prose li::marker { color: var(--orange-ink); }
.prose a { font-weight: 600; text-decoration-thickness: 1.5px; text-underline-offset: 3px; }
.prose strong { font-weight: 700; }
.prose table { width: 100%; border-collapse: collapse; font-size: 16px; line-height: 1.4; margin-top: 1.4em; background: var(--paper-2); border: 1px solid var(--rule-2); }
.prose th, .prose td { padding: 12px 14px; text-align: left; border-top: 1px solid var(--rule-3); vertical-align: top; }
.prose thead th { background: var(--ink); color: var(--paper); font-family: var(--f-head); font-size: 18px; text-transform: uppercase; font-weight: 700; }
.prose .tbl { overflow-x: auto; }
.prose blockquote, .prose .note { margin-left: 0; margin-right: 0; padding: 16px 20px; background: var(--paper-2); border-left: 4px solid var(--orange); border-radius: 0 4px 4px 0; font-size: 17px; }
.prose .warn { padding: 16px 20px; background: #fff4ec; border: 1px solid #f2c3a3; border-radius: 4px; font-size: 16px; }
.content-grid { display: grid; grid-template-columns: minmax(0, 1fr) 320px; gap: 56px; align-items: start; }
.content-grid aside { position: sticky; top: 96px; display: flex; flex-direction: column; gap: 16px; }
@media (max-width: 1023px) { .content-grid { grid-template-columns: 1fr; } .content-grid aside { position: static; } }
.toc { background: var(--paper-2); border: 1px solid var(--rule); border-radius: var(--r); padding: 20px 22px; }
.toc ol { margin: 10px 0 0; padding-left: 18px; font-size: 15px; display: flex; flex-direction: column; gap: 6px; }
.toc a { text-decoration: none; }
.toc a:hover { text-decoration: underline; }
.side-cta { background: var(--yard); color: var(--on-dark); border-radius: var(--r); padding: 22px; display: flex; flex-direction: column; gap: 12px; }
.side-cta p { margin: 0; color: var(--on-dark-2); font-size: 15px; }
.byline { display: flex; flex-wrap: wrap; gap: 6px 18px; font-size: 14px; color: var(--on-dark-3); }

/* ---------- forms ---------- */
.field { display: flex; flex-direction: column; gap: 8px; font-weight: 600; font-size: 15px; }
.field .hint { font-weight: 400; color: var(--ink-3); font-size: 14px; margin-top: -4px; }
.input, .select, .textarea { width: 100%; height: 52px; padding: 0 14px; border: 1.5px solid var(--rule-2); border-radius: 4px; background: #fff; font-size: 17px; color: var(--ink); font-weight: 400; }
.select { padding: 0 12px; }
.textarea { height: auto; padding: 12px 14px; resize: vertical; min-height: 96px; }
.input:focus, .select:focus, .textarea:focus { outline: none; border-color: var(--ink); box-shadow: 0 0 0 3px rgba(255,106,19,.25); }
.input.upper { text-transform: uppercase; }
.field.invalid .input, .field.invalid .select, .field.invalid .textarea, .field.invalid .chips { border-color: #c0392b; }
.field .err { color: #b3261e; font-weight: 600; font-size: 14px; display: none; }
.field.invalid .err { display: block; }
.form-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(min(100%, 240px), 1fr)); gap: 20px; }
.form-grid .full { grid-column: 1 / -1; }
.check { display: flex; gap: 12px; align-items: flex-start; font-size: 15px; line-height: 1.45; font-weight: 400; }
.check input { width: 22px; height: 22px; margin: 0; flex: none; accent-color: var(--ink); }
.hp { position: absolute !important; left: -9999px !important; width: 1px; height: 1px; overflow: hidden; }
.form-status { font-size: 15px; font-weight: 600; padding: 12px 14px; border-radius: 4px; display: none; }
.form-status.ok { display: block; background: #e8f3ea; color: #1e5b2b; border: 1px solid #b5d8bd; }
.form-status.bad { display: block; background: #fdeceb; color: #8a1c14; border: 1px solid #f1b5b0; }
.dark-form .input, .dark-form .select { border: 1px solid var(--line); background: var(--hedge); color: var(--on-dark); height: 48px; font-size: 16px; }
.dark-form .input::placeholder { color: var(--on-dark-3); }

/* ---------- offer flow ---------- */
.progress-bar { background: var(--paper-2); border-bottom: 1px solid var(--rule); }
.progress-bar .inner { max-width: 1120px; margin: 0 auto; padding: 16px var(--pad); display: flex; flex-direction: column; gap: 10px; }
.progress-bar .meta { display: flex; justify-content: space-between; gap: 12px; }
.progress-bar .track { height: 6px; background: var(--rule-3); border-radius: 3px; overflow: hidden; }
.progress-bar .fill { height: 100%; width: 16.66%; background: var(--ink); transition: width .3s; }
.offer-layout { max-width: 1120px; margin: 0 auto; padding: 32px var(--pad) 56px; display: flex; flex-wrap: wrap; gap: 32px; align-items: flex-start; }
.offer-main { flex: 3 1 520px; min-width: 0; display: flex; flex-direction: column; gap: 28px; }
.offer-side { flex: 1 1 280px; min-width: 0; display: flex; flex-direction: column; gap: 16px; }
.step { display: flex; flex-direction: column; gap: 28px; min-width: 0; }
.js .step { display: none; }
.js .step.active { display: flex; }
.no-js-only { display: block; } .js .no-js-only { display: none; }
.chip:has(input:checked), .chip.on { background: var(--ink); color: var(--paper); border-color: var(--ink); }
.chip:has(input:focus-visible), .pick:has(input:focus-visible) { outline: 3px solid var(--orange); outline-offset: 2px; }
.pick:has(input:checked) { border-color: var(--ink); box-shadow: inset 0 0 0 1px var(--ink); }
.pick.invalid-pick { border-color: #c0392b; }
.step h1, .step h2.step-title { margin: 0; font-family: var(--f-head); font-weight: 800; font-size: clamp(40px, 5vw, 56px); line-height: 0.95; text-transform: uppercase; }
.pick-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(165px, 1fr)); gap: 10px; }
.pick { text-align: left; background: #fff; border: 2px solid var(--rule); border-radius: var(--r); padding: 12px; display: flex; flex-direction: column; gap: 10px; cursor: pointer; color: var(--ink); }
.pick:hover { border-color: var(--ink-3); }
.pick[aria-pressed="true"] { border-color: var(--ink); box-shadow: inset 0 0 0 1px var(--ink); }
.pick .art { width: 100%; height: 84px; border-radius: 3px; background: var(--straw); display: flex; align-items: center; justify-content: center; }
.pick .art svg { height: 70px; width: auto; color: var(--ink); }
.pick .t { font-family: var(--f-head); font-weight: 700; font-size: 22px; line-height: 1; text-transform: uppercase; }
.pick .s { font-size: 13px; color: var(--ink-3); margin-top: -4px; }
@media (max-width: 440px) { .cat-grid, .pick-grid { grid-template-columns: 1fr 1fr; } .pick .art, .cat-tile .art { height: 72px; } .pick .art svg, .cat-tile .art svg { height: 58px; } .pick .t, .cat-tile .t { font-size: 20px; } }
.cond-grid { display: grid; grid-template-columns: repeat(5, minmax(0, 1fr)); gap: 6px; }
.cond-grid .chip { justify-content: center; text-align: center; font-size: 14px; min-height: 56px; padding: 6px 4px; }
.sub-panel { background: var(--paper-2); border: 1px solid var(--rule); border-radius: var(--r); padding: 20px; display: flex; flex-direction: column; gap: 20px; }
.photo-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(150px, 1fr)); gap: 10px; }
.photo-slot { position: relative; aspect-ratio: 1/1; border: 1.5px dashed #b5b2a6; border-radius: var(--r); background: #fff; display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 6px; cursor: pointer; overflow: hidden; text-align: center; padding: 8px; }
.photo-slot input { position: absolute; inset: 0; opacity: 0; cursor: pointer; }
.photo-slot img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.photo-slot .plus { font-family: var(--f-head); font-weight: 800; font-size: 32px; line-height: 1; }
.photo-slot .lbl { font-size: 14px; font-weight: 600; }
.photo-slot.has { border-style: solid; border-color: var(--ink); }
.photo-slot .rm { position: absolute; top: 6px; right: 6px; z-index: 2; width: 30px; height: 30px; border-radius: 50%; border: 0; background: var(--ink); color: var(--paper); font-weight: 700; cursor: pointer; display: none; }
.photo-slot.has .rm { display: block; }
.step-nav { display: flex; gap: 12px; border-top: 1px solid var(--rule); padding-top: 24px; }
.step-nav .btn-primary { flex: 1; max-width: 360px; }
.done-list { list-style: none; margin: 0; padding: 0; border-top: 2px solid var(--ink); }
.done-list li { display: flex; gap: 18px; padding: 18px 0; border-bottom: 1px solid var(--rule); }
.done-list li span:first-child { font-family: var(--f-head); font-weight: 700; font-size: 20px; text-transform: uppercase; width: 120px; flex: none; }
.ref-box { background: var(--paper-2); border: 1px solid var(--rule); border-radius: var(--r); padding: 20px 22px; display: flex; flex-wrap: wrap; justify-content: space-between; align-items: baseline; gap: 8px; }
.ref-box .ref { font-family: var(--f-head); font-weight: 800; font-size: 40px; line-height: 1; color: var(--orange-ink); letter-spacing: .02em; }
@media (max-width: 520px) { .cond-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); } .cond-grid .chip:last-child { grid-column: 1 / -1; } }

/* ---------- footer ---------- */
.site-footer { background: var(--footer); color: var(--on-dark); border-top: 1px solid var(--line); }
.site-footer .inner { padding-top: 56px; padding-bottom: 40px; display: flex; flex-direction: column; gap: 40px; }
.foot-cols { display: grid; grid-template-columns: repeat(auto-fit, minmax(170px, 1fr)); gap: 32px; font-size: 15px; line-height: 1.4; }
.foot-cols .col { display: flex; flex-direction: column; gap: 10px; }
.foot-cols a { text-decoration: none; }
.foot-cols .label { margin-bottom: 4px; }
.foot-brand { display: flex; flex-wrap: wrap; justify-content: space-between; align-items: center; gap: 20px; }
.foot-brand .logo { height: 34px; width: auto; }
.foot-legal { border-top: 1px solid var(--line); padding-top: 24px; display: flex; flex-wrap: wrap; gap: 12px 28px; justify-content: space-between; font-size: 13px; line-height: 1.6; color: var(--on-dark-3); }
.foot-legal .links { display: flex; flex-wrap: wrap; gap: 16px; }
.foot-legal a { text-decoration: none; }

/* ---------- consent ---------- */
.consent { position: fixed; left: 12px; right: 12px; bottom: 12px; z-index: 80; max-width: 560px; background: var(--yard); color: var(--on-dark); border: 1px solid var(--line); border-radius: var(--r); padding: 18px 20px; display: flex; flex-direction: column; gap: 12px; box-shadow: 0 12px 40px rgba(0,0,0,.4); font-size: 15px; }
.consent p { margin: 0; color: var(--on-dark-2); }
.consent .btn { height: 44px; }
@media (max-width: 1079px) { .consent { bottom: 84px; } }

/* ---------- misc ---------- */
.notice { font: 500 11px var(--f-mono); text-transform: uppercase; letter-spacing: .06em; color: var(--ink-3); margin: 0; }
.stat-row { display: flex; flex-wrap: wrap; gap: 12px 36px; font-size: 15px; color: var(--on-dark-3); border-top: 1px solid var(--line); padding-top: 20px; }
.stat-row strong { font-family: var(--f-head); font-weight: 800; font-size: 24px; color: var(--orange); margin-right: 6px; }
.also { border-top: 1px solid var(--line); padding-top: 24px; display: flex; flex-wrap: wrap; gap: 12px 28px; font-size: 16px; font-weight: 600; }
.also span { color: var(--on-dark-3); font-weight: 400; }
.empty { border: 1.5px dashed var(--rule-2); border-radius: var(--r); padding: 32px; text-align: center; color: var(--ink-2); background: var(--paper-2); }
.band-hedge .empty, .band-dark .empty { border-color: var(--line); background: transparent; color: var(--on-dark-2); }
.legal-note { font-size: 13px; line-height: 1.5; color: var(--on-dark-3); margin: 0; }
.kicker-num { font-family: var(--f-head); font-weight: 800; font-size: 44px; line-height: 1; color: var(--orange-ink); }
.not-found { min-height: 60vh; display: flex; align-items: center; }
@media (prefers-reduced-motion: reduce) { *, *::before, *::after { transition: none !important; scroll-behavior: auto !important; } }
@media print { .site-header, .mob-bar, .site-footer { display: none; } }
