@import url('https://fonts.googleapis.com/css2?family=Barlow+Condensed:ital,wght@0,500;0,600;0,700;0,800;1,600&family=Space+Grotesk:wght@400;500;600;700&display=swap');

:root {
  --ink: #0b0d0c;
  --ink-2: #151816;
  --paper: #f1efe7;
  --paper-2: #e3e2dc;
  --white: #fffefa;
  --orange: #ff4d00;
  --acid: #c9f64a;
  --steel: #aeb3ad;
  --muted: #686c67;
  --line: #c8cac4;
  --dark-line: #343834;
  --shadow: 0 22px 60px rgba(11, 13, 12, .18);
  --content: 1480px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  background: var(--paper);
  color: var(--ink);
  font-family: "Space Grotesk", sans-serif;
  line-height: 1.5;
  -webkit-font-smoothing: antialiased;
}
body.locked { overflow: hidden; }
a { color: inherit; text-decoration: none; }
button, input, select { font: inherit; }
button { cursor: pointer; }
img { max-width: 100%; }
h1, h2, h3, p { margin-top: 0; }
h1, h2, h3 {
  font-family: "Barlow Condensed", sans-serif;
  text-transform: uppercase;
  line-height: .92;
}

.skip-link {
  position: fixed;
  top: 8px;
  left: 8px;
  z-index: 1000;
  padding: 10px 16px;
  background: var(--acid);
  color: var(--ink);
  font-size: 12px;
  font-weight: 700;
  transform: translateY(-150%);
}
.skip-link:focus { transform: none; }

.signal-bar {
  min-height: 30px;
  padding: 6px clamp(20px, 4vw, 70px);
  display: flex;
  justify-content: center;
  gap: clamp(30px, 8vw, 130px);
  background: var(--orange);
  color: var(--ink);
  text-transform: uppercase;
  letter-spacing: .12em;
  font-size: 9px;
  font-weight: 700;
}
.signal-bar span:not(:last-child)::after {
  content: "◆";
  margin-left: clamp(30px, 8vw, 130px);
  font-size: 7px;
}

.site-header {
  height: 82px;
  padding: 0 clamp(20px, 4vw, 70px);
  display: flex;
  align-items: center;
  gap: 42px;
  position: sticky;
  top: 0;
  z-index: 50;
  background: rgba(241, 239, 231, .96);
  color: var(--ink);
  border-bottom: 1px solid var(--ink);
  backdrop-filter: blur(12px);
}
.brand {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-right: auto;
  line-height: 1;
}
.brand img { width: 40px; height: 40px; }
.brand span {
  display: flex;
  flex-direction: column;
  font-family: "Barlow Condensed", sans-serif;
  text-transform: uppercase;
  letter-spacing: .04em;
}
.brand strong { font-size: 20px; font-weight: 800; }
.brand em {
  color: var(--orange);
  font-size: 11px;
  font-style: normal;
  font-weight: 700;
  letter-spacing: .34em;
}
nav { display: flex; gap: 36px; }
nav a {
  position: relative;
  padding: 29px 0 27px;
  text-transform: uppercase;
  letter-spacing: .1em;
  font-size: 11px;
  font-weight: 700;
}
nav a::after {
  content: "";
  position: absolute;
  left: 0;
  right: 100%;
  bottom: -1px;
  height: 4px;
  background: var(--orange);
  transition: right .2s ease;
}
nav a:hover::after { right: 0; }
.compare-nav {
  min-width: 132px;
  padding: 12px 14px;
  border: 1px solid var(--ink);
  background: var(--ink);
  color: var(--white);
  text-transform: uppercase;
  letter-spacing: .12em;
  font-size: 10px;
  font-weight: 700;
}
.compare-nav span {
  display: inline-grid;
  place-items: center;
  width: 22px;
  height: 22px;
  margin-left: 10px;
  border-radius: 50%;
  background: var(--acid);
  color: var(--ink);
}
.menu-button { display: none; border: 0; background: transparent; color: var(--ink); font-size: 24px; }

.hero {
  min-height: 700px;
  padding: 88px clamp(22px, 7vw, 116px);
  position: relative;
  display: flex;
  align-items: center;
  overflow: hidden;
  isolation: isolate;
  background-color: var(--ink);
  background-image:
    linear-gradient(90deg, rgba(11, 13, 12, 1) 0%, rgba(11, 13, 12, .98) 43%, rgba(11, 13, 12, .45) 68%, rgba(11, 13, 12, .1) 100%),
    url('/assets/hero-gear.png');
  background-position: center, 76% center;
  background-size: cover, cover;
  color: var(--white);
}
.hero::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  opacity: .14;
  background-image:
    linear-gradient(rgba(255,255,255,.15) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,.15) 1px, transparent 1px);
  background-size: 84px 84px;
  mask-image: linear-gradient(90deg, #000, transparent 72%);
}
.hero::after {
  content: "RELEASE INDEX / 2026";
  position: absolute;
  right: clamp(18px, 3vw, 48px);
  top: 44px;
  padding-left: 42px;
  color: rgba(255,255,255,.55);
  font: 600 9px "Space Grotesk", sans-serif;
  letter-spacing: .25em;
  writing-mode: vertical-rl;
}
.hero-content { max-width: 790px; }
.eyebrow {
  margin: 0 0 20px;
  display: flex;
  align-items: center;
  gap: 12px;
  color: #aeb2ac;
  text-transform: uppercase;
  letter-spacing: .22em;
  font-size: 10px;
  font-weight: 700;
}
.eyebrow span { display: inline-block; width: 36px; height: 3px; background: var(--orange); }
.eyebrow.dark { color: var(--muted); }
.hero h1 {
  margin: 0 0 28px;
  max-width: 780px;
  font-size: clamp(84px, 11vw, 164px);
  font-weight: 800;
  letter-spacing: -.035em;
}
.hero h1 i {
  color: var(--orange);
  font-family: inherit;
  font-style: italic;
  font-weight: 600;
}
h2 {
  margin: 0;
  font-size: clamp(54px, 6vw, 90px);
  font-weight: 700;
  letter-spacing: -.025em;
}
.hero-deck {
  max-width: 590px;
  margin-bottom: 36px;
  color: #c5c8c2;
  font-size: clamp(16px, 1.8vw, 21px);
}
.hero-actions { display: flex; gap: 10px; flex-wrap: wrap; }
.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 50px;
  padding: 14px 20px;
  border: 1px solid currentColor;
  text-transform: uppercase;
  letter-spacing: .13em;
  font-size: 10px;
  font-weight: 700;
  transition: background .2s, color .2s, transform .2s;
}
.button:hover { transform: translateY(-2px); }
.button.primary { border-color: var(--orange); background: var(--orange); color: var(--ink); }
.button.primary span { margin-left: 34px; font-size: 18px; }
.button.ghost { border-color: #747873; color: var(--white); }
.button.ghost:hover { border-color: var(--white); background: var(--white); color: var(--ink); }
.hero-proof {
  width: min(650px, 100%);
  margin-top: 64px;
  padding-top: 20px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  border-top: 1px solid #404440;
}
.hero-proof div { display: flex; flex-direction: column; border-right: 1px solid #404440; padding-left: 20px; }
.hero-proof div:first-child { padding-left: 0; }
.hero-proof div:last-child { border-right: 0; }
.hero-proof strong { font: 700 30px "Barlow Condensed", sans-serif; }
.hero-proof span { color: #8e938d; text-transform: uppercase; letter-spacing: .12em; font-size: 9px; }
.hero-credit {
  position: absolute;
  right: 22px;
  bottom: 16px;
  color: #777c76;
  text-transform: uppercase;
  letter-spacing: .15em;
  font-size: 8px;
}

.release-section, .finder { padding: 100px clamp(22px, 6vw, 96px); }
.release-section { position: relative; background: var(--ink); color: var(--white); }
.release-section::before {
  content: "PKW / NEW";
  position: absolute;
  top: 35px;
  right: clamp(22px, 6vw, 96px);
  color: #474c47;
  font: 700 10px "Space Grotesk", sans-serif;
  letter-spacing: .22em;
}
.section-heading {
  max-width: var(--content);
  margin: 0 auto 48px;
  display: flex;
  justify-content: space-between;
  align-items: end;
}
.section-heading > p { max-width: 470px; margin-bottom: 5px; color: #9da19b; font-size: 13px; }
.release-section .eyebrow.dark { color: #92978f; }
.feature-grid {
  max-width: var(--content);
  margin: auto;
  display: grid;
  grid-template-columns: minmax(0, 1.55fr) minmax(300px, .85fr);
  grid-template-rows: repeat(2, 320px);
  gap: 12px;
}
.feature-card {
  min-height: 0;
  padding: 26px;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  overflow: hidden;
  isolation: isolate;
  border: 1px solid #303430;
  background: radial-gradient(circle at 70% 16%, #474c47, var(--ink-2) 58%);
  color: var(--white);
}
.feature-card:first-child { grid-row: 1 / 3; min-height: 652px; padding: 38px; }
.feature-card::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background: linear-gradient(180deg, rgba(10,12,11,.02) 12%, rgba(10,12,11,.15) 45%, rgba(10,12,11,.96) 80%);
}
.feature-card::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 72px;
  height: 5px;
  background: var(--orange);
}
.feature-photo {
  position: absolute;
  inset: 0;
  z-index: -2;
  width: 100%;
  height: 100%;
  padding: 18px 24px 155px;
  object-fit: contain;
  transition: transform .45s ease;
}
.feature-card:first-child .feature-photo { padding: 26px 38px 205px; }
.feature-card:hover .feature-photo { transform: scale(1.035) rotate(-1deg); }
.feature-card .card-no {
  position: absolute;
  top: 19px;
  left: 22px;
  color: #9ca19b;
  font: 600 11px "Space Grotesk", sans-serif;
  letter-spacing: .16em;
}
.feature-card .new-badge {
  position: absolute;
  top: 16px;
  right: 16px;
  padding: 6px 9px;
  background: var(--acid);
  color: var(--ink);
  text-transform: uppercase;
  letter-spacing: .13em;
  font-size: 8px;
  font-weight: 700;
}
.card-kicker { margin-bottom: 8px; color: #aeb3ad; text-transform: uppercase; letter-spacing: .15em; font-size: 9px; }
.feature-card h3 { margin: 0 0 11px; font-size: clamp(29px, 3vw, 54px); font-weight: 700; }
.feature-card:first-child h3 { font-size: clamp(54px, 6vw, 94px); max-width: 820px; }
.feature-card p { max-width: 560px; margin-bottom: 12px; color: #b8bcb6; font-size: 11px; }
.feature-stats { display: flex; gap: 30px; padding-top: 14px; border-top: 1px solid #414641; }
.feature-stats div { font: 600 19px "Barlow Condensed", sans-serif; }
.feature-stats span { display: block; color: #818780; text-transform: uppercase; letter-spacing: .12em; font: 8px "Space Grotesk", sans-serif; }
.feature-action {
  position: absolute;
  right: 22px;
  bottom: 20px;
  color: var(--acid);
  text-transform: uppercase;
  letter-spacing: .13em;
  font-size: 8px;
  font-weight: 700;
}
.feature-action b { margin-left: 7px; font-size: 15px; }
.card-link { position: absolute; inset: 0; z-index: 2; border: 0; background: transparent; color: transparent; }

.brand-strip {
  padding: 23px clamp(22px, 6vw, 96px);
  display: flex;
  align-items: center;
  gap: 34px;
  overflow: hidden;
  border-bottom: 1px solid var(--ink);
  background: var(--acid);
}
.brand-strip > strong { flex: 0 0 auto; text-transform: uppercase; letter-spacing: .14em; font-size: 9px; }
.brand-strip > div { display: flex; align-items: center; gap: 32px; white-space: nowrap; }
.brand-strip span { font: 700 19px "Barlow Condensed", sans-serif; text-transform: uppercase; }
.brand-strip span::after { content: "/"; margin-left: 32px; color: rgba(11,13,12,.35); }

.finder { padding-top: 112px; background: var(--paper); }
.finder-top {
  max-width: var(--content);
  margin: 0 auto 34px;
  padding-bottom: 38px;
  display: flex;
  align-items: end;
  justify-content: space-between;
  border-bottom: 1px solid var(--ink);
}
.search-wrap { width: min(480px, 40vw); position: relative; }
.search-wrap label { display: block; margin-bottom: 8px; color: var(--muted); text-transform: uppercase; letter-spacing: .14em; font-size: 9px; }
.search-wrap input {
  width: 100%;
  padding: 13px 42px 13px 15px;
  outline: none;
  border: 1px solid var(--ink);
  background: var(--white);
  color: var(--ink);
  font-size: 13px;
}
.search-wrap input:focus { box-shadow: inset 0 -4px var(--orange); }
.search-wrap kbd {
  position: absolute;
  right: 11px;
  bottom: 11px;
  min-width: 24px;
  padding: 2px 6px;
  border: 1px solid var(--line);
  background: var(--paper-2);
  color: var(--muted);
  text-align: center;
  font-size: 10px;
}
.catalog-layout {
  max-width: var(--content);
  margin: auto;
  display: grid;
  grid-template-columns: 220px minmax(0, 1fr);
  gap: 42px;
}
.filters { position: sticky; top: 105px; align-self: start; }
.filter-title {
  display: flex;
  justify-content: space-between;
  padding: 13px 14px;
  background: var(--ink);
  color: var(--white);
  text-transform: uppercase;
  letter-spacing: .12em;
  font-size: 10px;
}
.filter-title button { border: 0; background: none; color: var(--acid); text-transform: uppercase; font-size: 9px; }
.filters fieldset { margin: 0; padding: 19px 4px; border: 0; border-bottom: 1px solid var(--line); }
.filters legend { margin-bottom: 12px; font-weight: 700; text-transform: uppercase; letter-spacing: .14em; font-size: 9px; }
.filters label { display: block; margin: 9px 0; color: #454944; font-size: 12px; }
.filters input { margin-right: 8px; accent-color: var(--orange); }
.filters select, .result-meta select { width: 100%; padding: 9px; border: 1px solid var(--line); background: var(--white); font-size: 11px; }
.filter-note { margin-top: 19px; padding: 13px; border-left: 3px solid var(--orange); background: #deded7; color: #666a64; font-size: 9px; }
.filter-note span { display: inline-grid; place-items: center; width: 17px; height: 17px; margin-right: 5px; border: 1px solid #888c86; border-radius: 50%; }
.result-meta {
  min-height: 44px;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  color: var(--muted);
  text-transform: uppercase;
  letter-spacing: .11em;
  font-size: 9px;
}
.catalog-controls { display: flex; align-items: center; gap: 10px; }
.catalog-controls label { display: flex; align-items: center; gap: 7px; white-space: nowrap; }
.result-meta select { width: auto; padding: 0 8px; border-color: var(--ink); }
.catalog-pagination { display: flex; align-items: center; justify-content: center; gap: 18px; margin-top: 30px; }
.catalog-pagination[hidden] { display: none; }
.catalog-pagination button {
  min-width: 100px;
  padding: 11px 16px;
  border: 1px solid var(--ink);
  background: var(--ink);
  color: var(--white);
  text-transform: uppercase;
  letter-spacing: .1em;
  font-size: 9px;
  font-weight: 700;
  cursor: pointer;
}
.catalog-pagination button:hover:not(:disabled) { background: var(--orange); border-color: var(--orange); }
.catalog-pagination button:disabled { opacity: .35; cursor: not-allowed; }
.catalog-pagination span { min-width: 100px; text-align: center; color: var(--muted); text-transform: uppercase; letter-spacing: .11em; font-size: 9px; }
.product-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 18px; }
.product-card {
  min-width: 0;
  padding-bottom: 54px;
  position: relative;
  overflow: hidden;
  border: 1px solid var(--line);
  background: var(--white);
  transition: transform .22s ease, border-color .22s ease, box-shadow .22s ease;
}
.product-card::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  width: 0;
  height: 5px;
  background: var(--orange);
  transition: width .28s ease;
}
.product-card:hover { transform: translateY(-4px); border-color: var(--ink); box-shadow: 0 18px 35px rgba(11,13,12,.1); }
.product-card:hover::before { width: 100%; }
.product-visual {
  height: 270px;
  position: relative;
  overflow: hidden;
  border-bottom: 1px solid var(--line);
  background-color: #e7e7e1;
  background-image:
    linear-gradient(rgba(11,13,12,.055) 1px, transparent 1px),
    linear-gradient(90deg, rgba(11,13,12,.055) 1px, transparent 1px);
  background-size: 38px 38px;
}
.product-visual > img { width: 100%; height: 100%; padding: 25px; display: block; object-fit: contain; transition: transform .35s ease; }
.product-card:hover .product-visual > img { transform: scale(1.055) rotate(-1deg); }
.product-visual .type-tag, .product-visual .release-tag {
  position: absolute;
  top: 13px;
  z-index: 1;
  padding: 5px 8px;
  text-transform: uppercase;
  letter-spacing: .12em;
  font-size: 8px;
  font-weight: 700;
}
.product-visual .type-tag { left: 13px; background: var(--ink); color: var(--white); }
.product-visual .release-tag { right: 13px; background: var(--acid); color: var(--ink); }
.product-copy { padding: 18px 18px 0; }
.product-meta-row { display: flex; justify-content: space-between; align-items: center; margin-bottom: 8px; }
.brand-name { color: var(--orange); text-transform: uppercase; letter-spacing: .15em; font-size: 9px; font-weight: 700; }
.product-index { color: #929790; font-size: 9px; letter-spacing: .12em; }
.product-card h3 { min-height: 52px; margin: 0 0 14px; padding-right: 5px; font-size: 27px; font-weight: 700; }
.product-release { margin: -8px 0 10px; color: #747973; text-transform: uppercase; letter-spacing: .06em; font-size: 7px; font-weight: 700; }
.quick-specs { display: grid; grid-template-columns: 1.2fr .7fr .7fr; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.quick-specs div { min-width: 0; padding: 10px 7px; color: #747973; text-transform: uppercase; font-size: 7px; }
.quick-specs div:first-child { padding-left: 0; }
.quick-specs div + div { border-left: 1px solid var(--line); }
.quick-specs strong { display: block; overflow: hidden; color: var(--ink); text-overflow: ellipsis; white-space: nowrap; font-size: 10px; }
.product-action { position: absolute; left: 18px; bottom: 19px; color: #555a54; text-transform: uppercase; letter-spacing: .12em; font-size: 8px; font-weight: 700; }
.product-action b { margin-left: 6px; color: var(--orange); font-size: 14px; }
.product-open { position: absolute; inset: 0; z-index: 2; border: 0; background: transparent; color: transparent; }
.compare-check { position: absolute; right: 16px; bottom: 14px; z-index: 3; }
.compare-check input { position: absolute; opacity: 0; }
.compare-check span {
  min-width: 78px;
  height: 30px;
  padding: 0 8px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border: 1px solid var(--ink);
  background: var(--white);
  font-size: 15px;
  transition: background .2s, color .2s;
}
.compare-check span b { margin-right: 10px; text-transform: uppercase; letter-spacing: .1em; font-size: 7px; }
.compare-check input:focus-visible + span { outline: 3px solid var(--orange); outline-offset: 2px; }
.compare-check input:checked + span { border-color: var(--ink); background: var(--ink); color: var(--acid); }
.empty-state { padding: 80px; text-align: center; color: var(--muted); }

footer {
  padding: 64px clamp(22px, 7vw, 110px) 36px;
  display: grid;
  grid-template-columns: 1.2fr 1fr;
  gap: 30px;
  align-items: start;
  border-top: 5px solid var(--orange);
  background: var(--ink);
  color: #929790;
}
.footer-brand { color: var(--white); }
.footer-copy { display: grid; gap: 18px; }
.footer-copy p { margin: 0; font-size: 11px; }
.footer-copy nav { display: flex; gap: 12px 22px; flex-wrap: wrap; }
.footer-copy nav a { padding: 0; color: var(--white); font-size: 9px; }
.footer-copy nav a::after { display: none; }
footer a:hover { color: var(--acid); }
footer small { grid-column: 1 / -1; padding-top: 20px; border-top: 1px solid #292d29; text-transform: uppercase; letter-spacing: .1em; font-size: 8px; }

/* Original editorial content */
.value-section, .guides-section { padding: 96px clamp(22px, 7vw, 110px); border-top: 1px solid var(--ink); }
.value-section { display: grid; grid-template-columns: minmax(260px, .8fr) minmax(0, 1.5fr); gap: clamp(46px, 8vw, 120px); }
.value-intro h2, .guides-section h2 { max-width: 780px; margin-bottom: 25px; font-size: clamp(54px, 7vw, 96px); }
.value-intro > p:last-child, .guides-section .section-heading > p { max-width: 620px; color: var(--muted); font-size: 14px; }
.value-grid { display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid var(--ink); border-left: 1px solid var(--ink); }
.value-grid article { min-height: 280px; padding: 24px; border-right: 1px solid var(--ink); border-bottom: 1px solid var(--ink); }
.value-grid article > span { color: var(--orange); font: 700 12px "Space Grotesk", sans-serif; }
.value-grid h3 { margin: 84px 0 16px; font-size: 30px; }
.value-grid p { margin: 0; color: var(--muted); font-size: 11px; }
.guides-section { background: var(--paper-2); }
.guide-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); border-top: 1px solid var(--ink); border-left: 1px solid var(--ink); }
.guide-card { min-height: 330px; padding: clamp(24px, 4vw, 52px); display: flex; flex-direction: column; border-right: 1px solid var(--ink); border-bottom: 1px solid var(--ink); background: var(--paper); }
.guide-card-featured { background: var(--acid); }
.guide-label { color: var(--muted); text-transform: uppercase; letter-spacing: .12em; font-size: 8px; font-weight: 700; }
.guide-card h3 { max-width: 600px; margin: 42px 0 14px; font-size: clamp(38px, 4vw, 62px); }
.guide-card > p:not(.guide-label) { max-width: 620px; color: #515650; font-size: 12px; }
.guide-card a { margin-top: auto; padding-top: 24px; border-top: 1px solid var(--ink); text-transform: uppercase; letter-spacing: .1em; font-size: 9px; font-weight: 700; }
.guide-card a span { float: right; color: var(--orange); font-size: 17px; }
.text-link { margin-top: 28px; display: inline-block; color: var(--orange); text-transform: uppercase; letter-spacing: .1em; font-size: 10px; font-weight: 700; }
.method-section { padding: 96px clamp(22px, 7vw, 110px); display: grid; grid-template-columns: minmax(260px, .8fr) minmax(0, 1.3fr); gap: 36px clamp(46px, 8vw, 120px); background: var(--ink); color: var(--white); }
.method-section h2 { max-width: 600px; font-size: clamp(58px, 7vw, 98px); }
.method-section ol { margin: 0; padding: 0; list-style: none; counter-reset: method; }
.method-section li { padding: 24px 0; display: grid; grid-template-columns: minmax(170px, .7fr) 1.3fr; gap: 24px; border-top: 1px solid var(--dark-line); counter-increment: method; }
.method-section li::before { content: "0" counter(method); color: var(--acid); font-size: 9px; }
.method-section li strong { grid-column: 1; font-family: "Barlow Condensed", sans-serif; text-transform: uppercase; font-size: 23px; }
.method-section li span { grid-column: 2; grid-row: 1 / span 2; color: #aeb3ad; font-size: 11px; }
.method-section .button { grid-column: 2; justify-self: start; }

/* Editorial and policy pages */
.article-header { min-height: 76px; padding: 16px clamp(22px, 6vw, 96px); display: flex; align-items: center; gap: 40px; border-bottom: 1px solid var(--ink); background: var(--paper); }
.article-header .brand { width: max-content; }
.article-header nav { margin-left: auto; }
.article-shell { max-width: 1180px; margin: auto; padding: 72px 24px 112px; display: grid; grid-template-columns: minmax(180px, .32fr) minmax(0, 1fr); gap: 60px; }
.article-hero { grid-column: 1 / -1; padding-bottom: 54px; border-bottom: 5px solid var(--orange); }
.article-hero h1 { max-width: 1000px; margin: 14px 0 24px; font-size: clamp(68px, 10vw, 132px); }
.article-deck { max-width: 800px; margin: 0; color: var(--muted); font-size: 18px; }
.article-meta { margin-top: 28px; display: flex; gap: 18px; flex-wrap: wrap; color: var(--muted); text-transform: uppercase; letter-spacing: .1em; font-size: 8px; font-weight: 700; }
.article-aside { position: sticky; top: 110px; align-self: start; }
.article-aside strong { display: block; margin-bottom: 12px; text-transform: uppercase; letter-spacing: .12em; font-size: 9px; }
.article-aside a { padding: 8px 0; display: block; border-top: 1px solid var(--line); color: var(--muted); font-size: 10px; }
.article-content { max-width: 760px; }
.article-content h2 { margin: 68px 0 18px; font-size: clamp(38px, 5vw, 58px); }
.article-content h2:first-child { margin-top: 0; }
.article-content h3 { margin: 36px 0 10px; font-size: 28px; }
.article-content p, .article-content li { color: #444943; font-size: 15px; line-height: 1.75; }
.article-content li + li { margin-top: 10px; }
.article-content a { color: #c23c00; text-decoration: underline; text-underline-offset: 3px; }
.article-note { margin: 30px 0; padding: 22px 24px; border-left: 5px solid var(--orange); background: var(--white); }
.article-note strong { display: block; margin-bottom: 8px; text-transform: uppercase; font-size: 12px; }
.article-table { width: 100%; margin: 28px 0; border-collapse: collapse; font-size: 12px; }
.article-table th, .article-table td { padding: 13px; border: 1px solid var(--line); text-align: left; vertical-align: top; }
.article-table th { background: var(--ink); color: var(--white); text-transform: uppercase; letter-spacing: .08em; font-size: 8px; }
.article-author { margin-top: 68px; padding-top: 24px; border-top: 1px solid var(--ink); }
.article-author strong { display: block; font-family: "Barlow Condensed", sans-serif; text-transform: uppercase; font-size: 28px; }
.related-guides { grid-column: 1 / -1; margin-top: 60px; padding-top: 45px; border-top: 5px solid var(--ink); }
.related-guides h2 { font-size: 42px; }
.related-links { display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid var(--line); }
.related-links a { padding: 18px 14px; border-right: 1px solid var(--line); font-size: 11px; font-weight: 700; }
.guide-index-grid { grid-column: 1 / -1; display: grid; grid-template-columns: repeat(2, 1fr); border-top: 1px solid var(--ink); border-left: 1px solid var(--ink); }
.guide-index-grid .guide-card { min-height: 300px; }
.trust-list { margin: 30px 0; display: grid; grid-template-columns: repeat(2, 1fr); border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.trust-list div { padding: 22px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.trust-list strong { display: block; margin-bottom: 7px; font-family: "Barlow Condensed", sans-serif; text-transform: uppercase; font-size: 24px; }
.trust-list span { color: var(--muted); font-size: 11px; }

.modal-backdrop {
  position: fixed;
  inset: 0;
  z-index: 100;
  padding: 26px;
  display: grid;
  place-items: center;
  background: rgba(5,6,5,.86);
  backdrop-filter: blur(8px);
}
.modal-backdrop[hidden] { display: none; }
.product-modal { width: min(1100px, 100%); max-height: 92vh; position: relative; overflow: auto; background: var(--paper); box-shadow: var(--shadow); }
.modal-close {
  position: sticky;
  top: 14px;
  float: right;
  z-index: 4;
  width: 42px;
  height: 42px;
  margin: 14px 14px 0 0;
  border: 1px solid var(--white);
  background: var(--ink);
  color: var(--white);
  font-size: 26px;
}
.modal-hero {
  min-height: 430px;
  padding: 64px;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(330px, .95fr);
  gap: 46px;
  align-items: center;
  border-bottom: 5px solid var(--orange);
  background: var(--ink);
  color: var(--white);
}
.modal-copy h2 { max-width: 620px; margin: 12px 0 26px; font-size: clamp(52px, 6vw, 88px); line-height: .9; }
.modal-intro { max-width: 590px; padding-left: 20px; border-left: 4px solid var(--orange); }
.modal-intro p { margin: 0 0 11px; color: #c4c8c1; font-size: 13px; line-height: 1.7; }
.modal-intro p:last-child { margin-bottom: 0; }
.modal-photo { min-height: 300px; margin: 0; display: flex; flex-direction: column; background: #e5e5df; }
.modal-photo img { width: 100%; min-height: 270px; padding: 22px; flex: 1; object-fit: contain; }
.modal-photo figcaption { padding: 8px 11px; background: var(--acid); color: var(--ink); text-transform: uppercase; letter-spacing: .09em; font-size: 8px; }
.modal-photo a { font-weight: 700; }
.modal-body { padding: 46px 64px 60px; }
.spec-table { margin: 35px 0; display: grid; grid-template-columns: repeat(4, 1fr); border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.spec-table div { min-width: 0; padding: 16px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.spec-table span { display: block; color: var(--muted); text-transform: uppercase; letter-spacing: .11em; font-size: 8px; }
.spec-table strong { font-size: 12px; }
.modal-section-heading { margin-bottom: 24px; display: flex; align-items: end; justify-content: space-between; gap: 24px; }
.modal-section-heading .section-kicker { margin: 0; }
.modal-section-heading h3 { margin: 0; font: 700 clamp(34px, 5vw, 52px)/.95 "Barlow Condensed", sans-serif; text-transform: uppercase; }
.modal-spec-groups { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 16px; }
.modal-spec-group { border-top: 5px solid var(--ink); background: var(--white); }
.modal-spec-group h4 { margin: 0; padding: 16px 18px; border-bottom: 1px solid var(--line); font: 700 25px "Barlow Condensed", sans-serif; text-transform: uppercase; }
.modal-spec-group dl { margin: 0; }
.modal-spec-group dl div { padding: 13px 18px; display: grid; grid-template-columns: minmax(110px, .8fr) minmax(0, 1.2fr); gap: 20px; border-bottom: 1px solid var(--line); }
.modal-spec-group dt { color: var(--muted); text-transform: uppercase; letter-spacing: .1em; font-size: 8px; }
.modal-spec-group dd { margin: 0; overflow-wrap: anywhere; font-size: 11px; font-weight: 700; }
.modal-tools { margin-top: 40px; padding-top: 14px; border-top: 5px solid var(--orange); }
.modal-tools .section-kicker { margin: 0 0 6px; }
.modal-tools h3 { margin: 0 0 18px; font: 700 38px "Barlow Condensed", sans-serif; text-transform: uppercase; }
.tool-list { display: flex; gap: 7px; flex-wrap: wrap; }
.tool-list span { padding: 7px 10px; border: 1px solid var(--line); background: var(--white); font-size: 10px; }
.modal-actions { margin-top: 42px; padding-top: 22px; display: flex; gap: 9px; flex-wrap: wrap; border-top: 1px solid var(--line); }
.modal-actions button, .modal-actions a { padding: 12px 15px; border: 1px solid var(--ink); background: transparent; text-transform: uppercase; letter-spacing: .11em; font-size: 9px; font-weight: 700; }
.modal-actions .primary { border-color: var(--orange); background: var(--orange); }

.compare-panel {
  position: fixed;
  inset: 0;
  z-index: 90;
  padding: 54px clamp(22px, 6vw, 96px);
  overflow: auto;
  background: var(--paper);
  transform: translateY(101%);
  transition: transform .35s ease;
}
.compare-panel.open { transform: none; }
.compare-head { padding-bottom: 24px; display: flex; align-items: start; justify-content: space-between; border-bottom: 5px solid var(--orange); }
.compare-head h2 { font-size: 68px; }
.compare-head-actions { display: flex; align-items: center; gap: 10px; }
.compare-head button { height: 44px; border: 0; background: var(--ink); color: var(--white); cursor: pointer; }
.compare-head #close-compare { width: 44px; font-size: 27px; }
.compare-head .clear-compare { padding: 0 16px; border: 1px solid var(--ink); background: transparent; color: var(--ink); text-transform: uppercase; letter-spacing: .1em; font-size: 9px; font-weight: 700; }
.compare-head .clear-compare:hover:not(:disabled) { background: var(--orange); border-color: var(--orange); color: var(--white); }
.compare-head .clear-compare:disabled { opacity: .35; cursor: not-allowed; }
.compare-empty { padding: 100px 10px; text-align: center; color: var(--muted); }
.compare-scroll { overflow-x: auto; }
.compare-table { min-width: 690px; margin-top: 28px; display: grid; }
.compare-row { display: grid; grid-template-columns: 140px repeat(var(--cols), minmax(180px, 1fr)); border-bottom: 1px solid var(--line); }
.compare-row > div { padding: 15px; border-left: 1px solid var(--line); font-size: 11px; }
.compare-row .label { border-left: 0; color: var(--muted); text-transform: uppercase; letter-spacing: .1em; font-size: 8px; }
.compare-row.header > div { font: 600 22px "Barlow Condensed", sans-serif; text-transform: uppercase; }
.compare-thumb { width: 100%; height: 120px; margin-bottom: 11px; padding: 8px; display: block; object-fit: contain; background: #e4e4df; }
.compare-row .best { background: rgba(201,246,74,.22); }
.remove-compare { display: block; padding: 7px 0; border: 0; background: none; color: var(--orange); text-transform: uppercase; font-size: 8px; }
.toast { position: fixed; left: 50%; bottom: 24px; z-index: 120; padding: 12px 18px; background: var(--ink); color: var(--white); font-size: 11px; transform: translate(-50%, 120px); transition: .25s; }
.toast.show { transform: translate(-50%, 0); }

/* Crawlable product pages */
.profile-header { min-height: 76px; padding: 16px clamp(22px, 6vw, 96px); display: flex; align-items: center; border-bottom: 1px solid var(--ink); background: var(--paper); color: var(--ink); }
.profile-header .brand { width: max-content; margin: 0; }
.profile-header nav { margin-left: auto; }
.profile {
  max-width: 1240px;
  margin: auto;
  padding: 64px 24px 100px;
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(340px, .95fr);
  column-gap: 56px;
  align-items: start;
}
.breadcrumbs { grid-column: 1 / -1; margin-bottom: 48px; display: flex; gap: 9px; flex-wrap: wrap; color: var(--muted); text-transform: uppercase; letter-spacing: .1em; font-size: 8px; font-weight: 700; }
.breadcrumbs a { color: var(--orange); }
.profile > .eyebrow { grid-column: 1; }
.profile h1 { grid-column: 1; margin: 0 0 24px; font-size: clamp(72px, 9vw, 128px); font-weight: 700; }
.profile .profile-deck { grid-column: 1; max-width: 700px; color: #555a54; font-size: 17px; }
.profile-byline, .variant-note { grid-column: 1; color: var(--muted); font-size: 10px; }
.profile-byline a, .variant-note a { color: var(--orange); text-decoration: underline; text-underline-offset: 3px; }
.variant-note { padding: 14px; border: 1px solid var(--line); background: var(--white); }
.profile-photo { grid-column: 2; grid-row: 2 / span 7; margin: 0; background-color: #e2e3dd; background-image: linear-gradient(rgba(11,13,12,.05) 1px, transparent 1px), linear-gradient(90deg, rgba(11,13,12,.05) 1px, transparent 1px); background-size: 44px 44px; }
.profile-photo img { width: 100%; height: min(50vw, 520px); padding: 32px; display: block; object-fit: contain; }
.profile-photo figcaption { padding: 9px 12px; background: var(--acid); color: var(--ink); text-transform: uppercase; letter-spacing: .09em; font-size: 8px; }
.profile-photo a { font-weight: 700; }
.profile h2 { grid-column: 1 / -1; margin: 58px 0 18px; font-size: 38px; }
.profile > .spec-table { grid-column: 1 / -1; margin-top: 0; }
.profile > .tool-list { grid-column: 1 / -1; }
.profile > .profile-actions, .profile > p:last-child { grid-column: 1 / -1; margin-top: 30px; display: flex; gap: 10px; flex-wrap: wrap; }
.profile .button.secondary { border-color: var(--ink); background: transparent; color: var(--ink); }
.model-analysis, .comparison-section, .independent-reading, .source-record { grid-column: 1 / -1; }
.model-analysis { margin-top: 70px; padding-top: 12px; border-top: 5px solid var(--orange); }
.section-kicker { margin: 22px 0 0; color: var(--orange); text-transform: uppercase; letter-spacing: .16em; font-size: 9px; font-weight: 700; }
.model-analysis > h2, .comparison-section > h2, .independent-reading > h2, .source-record > h2 { margin-top: 8px; }
.distinctive-copy { max-width: 900px; margin: 0 0 28px; font: 500 clamp(22px, 3vw, 34px)/1.25 "Barlow Condensed", sans-serif; }
.stat-strip { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.stat-strip article { min-height: 150px; padding: 20px; display: flex; flex-direction: column; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); background: var(--white); }
.stat-strip span { color: var(--orange); text-transform: uppercase; letter-spacing: .12em; font-size: 8px; font-weight: 700; }
.stat-strip strong { margin: 22px 0 8px; font: 700 34px/1 "Barlow Condensed", sans-serif; text-transform: uppercase; }
.stat-strip small { margin-top: auto; color: var(--muted); font-size: 9px; line-height: 1.5; }
.watchpoint { margin-top: 20px; padding: 22px 24px; display: grid; grid-template-columns: 220px minmax(0, 1fr); gap: 28px; border-left: 5px solid var(--ink); background: var(--white); }
.watchpoint h3 { margin: 0; text-transform: uppercase; font: 700 22px "Barlow Condensed", sans-serif; }
.watchpoint p { margin: 0; color: #4f544e; font-size: 12px; line-height: 1.7; }
.analysis-scope { margin: 14px 0 0; color: var(--muted); font-size: 9px; }
.comparison-section { margin-top: 70px; padding-top: 12px; border-top: 5px solid var(--acid); }
.comparison-section > p:not(.section-kicker) { max-width: 680px; margin: 0 0 22px; color: var(--muted); font-size: 11px; }
.comparison-scroll { overflow-x: auto; border: 1px solid var(--line); background: var(--white); }
.comparison-scroll table { width: 100%; min-width: 780px; border-collapse: collapse; }
.comparison-scroll th, .comparison-scroll td { padding: 15px 14px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); text-align: left; font-size: 10px; }
.comparison-scroll thead th { background: var(--ink); color: var(--white); text-transform: uppercase; letter-spacing: .1em; font-size: 8px; }
.comparison-scroll tbody th { min-width: 200px; font: 700 18px "Barlow Condensed", sans-serif; text-transform: uppercase; }
.comparison-scroll tbody tr:first-child { background: rgba(201,246,74,.22); }
.comparison-scroll a { color: var(--ink); }
.current-marker { margin-left: 8px; color: var(--orange); font: 700 8px sans-serif; letter-spacing: .08em; }
.independent-reading { margin-top: 70px; padding-top: 12px; border-top: 5px solid var(--orange); }
.independent-reading > div { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.independent-reading article { min-height: 190px; padding: 24px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); background: var(--white); }
.independent-reading article > span { color: var(--orange); text-transform: uppercase; letter-spacing: .12em; font-size: 8px; font-weight: 700; }
.independent-reading h3 { margin: 24px 0 12px; font: 700 28px/1.05 "Barlow Condensed", sans-serif; text-transform: uppercase; }
.independent-reading p { margin: 0; color: var(--muted); font-size: 11px; line-height: 1.6; }
.source-record { margin-top: 60px; padding-top: 12px; border-top: 5px solid var(--ink); }
.source-record dl { margin: 0; display: grid; grid-template-columns: repeat(4, 1fr); border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.source-record dl div { min-width: 0; padding: 18px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.source-record dt { color: var(--muted); text-transform: uppercase; letter-spacing: .1em; font-size: 8px; }
.source-record dd { margin: 7px 0 0; overflow-wrap: anywhere; font-size: 11px; font-weight: 700; }
.source-record dd a { color: var(--orange); }
.source-record > p { margin-top: 16px; color: var(--muted); font-size: 10px; }

@media (min-width: 1450px) {
  .product-grid { grid-template-columns: repeat(4, minmax(0, 1fr)); }
}

@media (max-width: 1080px) {
  .feature-grid { grid-template-columns: 1fr 1fr; grid-template-rows: auto auto; }
  .feature-card:first-child { grid-column: 1 / -1; grid-row: auto; min-height: 560px; }
  .feature-card { min-height: 360px; }
  .product-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .spec-table { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 780px) {
  .signal-bar { justify-content: flex-start; overflow: hidden; white-space: nowrap; }
  .signal-bar span:not(:first-child) { display: none; }
  .signal-bar span::after { display: none; }
  .site-header { height: 68px; padding: 0 18px; }
  .site-header nav { position: absolute; top: 68px; left: 0; right: 0; padding: 18px 22px; display: none; flex-direction: column; gap: 0; border-bottom: 1px solid var(--ink); background: var(--paper); }
  .site-header nav.open { display: flex; }
  .site-header nav a { padding: 13px 0; }
  .menu-button { display: block; }
  .compare-nav { min-width: auto; margin-left: auto; }
  .hero { min-height: 670px; padding: 74px 22px; background-image: linear-gradient(90deg, rgba(11,13,12,.98), rgba(11,13,12,.68)), url('/assets/hero-gear.png'); background-position: center, 62% center; }
  .hero h1 { font-size: clamp(76px, 21vw, 126px); }
  .hero-proof { gap: 0; }
  .hero-proof div { padding: 0 12px; }
  .section-heading, .finder-top { display: block; }
  .section-heading > p { margin-top: 22px; }
  .feature-grid { grid-template-columns: 1fr; }
  .feature-card:first-child { grid-column: auto; min-height: 500px; }
  .feature-card { min-height: 380px; }
  .release-section, .finder { padding: 76px 20px; }
  .brand-strip { align-items: flex-start; flex-direction: column; gap: 14px; }
  .brand-strip > div { overflow-x: auto; width: 100%; }
  .search-wrap { width: 100%; margin-top: 28px; }
  .catalog-layout { grid-template-columns: 1fr; gap: 30px; }
  .filters { position: static; display: grid; grid-template-columns: 1fr 1fr; gap: 0 20px; }
  .filter-title, .filter-note { grid-column: 1 / -1; }
  footer { grid-template-columns: 1fr; }
  footer small { grid-column: 1; }
  .value-section, .method-section { grid-template-columns: 1fr; }
  .value-grid, .guide-grid, .guide-index-grid { grid-template-columns: 1fr; }
  .method-section .button { grid-column: 1; }
  .article-header nav { display: none; }
  .profile-header nav { display: none; }
  .article-shell { grid-template-columns: 1fr; gap: 36px; padding-top: 46px; }
  .article-aside { position: static; }
  .article-content { max-width: none; }
  .related-links, .trust-list { grid-template-columns: 1fr; }
  .modal-backdrop { padding: 0; }
  .product-modal { height: 100%; max-height: none; }
  .modal-hero { padding: 48px 24px; grid-template-columns: 1fr; }
  .modal-body { padding: 38px 24px 50px; }
  .modal-section-heading { align-items: flex-start; flex-direction: column; gap: 8px; }
  .modal-spec-groups { grid-template-columns: 1fr; }
  .profile { display: block; padding-top: 46px; }
  .profile-photo { margin: 32px 0; }
  .profile-photo img { height: 68vw; }
  .stat-strip { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .watchpoint, .source-record dl, .independent-reading > div { grid-template-columns: 1fr; }
}

@media (max-width: 540px) {
  .brand strong { font-size: 17px; }
  .brand em { font-size: 9px; }
  .compare-nav { padding: 9px; font-size: 0; }
  .compare-nav span { margin: 0; font-size: 10px; }
  .hero h1 { font-size: clamp(70px, 20vw, 86px); }
  .hero-actions { flex-direction: column; align-items: stretch; }
  .hero-proof { grid-template-columns: 1fr 1fr; }
  .feature-card:first-child { min-height: 450px; padding: 24px; }
  .feature-card:first-child h3 { font-size: 54px; }
  .feature-action { display: none; }
  .stat-strip { grid-template-columns: 1fr; }
  .product-grid { grid-template-columns: 1fr; }
  .result-meta { gap: 14px; flex-direction: column; }
  .catalog-controls { width: 100%; justify-content: space-between; }
  .catalog-controls label:last-child { flex: 1; justify-content: flex-end; }
  .catalog-pagination { gap: 8px; }
  .catalog-pagination button { min-width: 84px; padding-inline: 10px; }
  .filters { display: block; }
  .product-visual { height: 300px; }
  .spec-table { grid-template-columns: 1fr; }
  .compare-panel { padding: 30px 18px; }
  .compare-head h2 { font-size: 52px; }
  .compare-head { gap: 18px; }
  .compare-head-actions { flex-direction: column-reverse; align-items: flex-end; }
}

@media (prefers-reduced-motion: reduce) {
  * { scroll-behavior: auto !important; transition: none !important; }
}

.analytics-consent {
  position: fixed;
  z-index: 10000;
  right: 18px;
  bottom: 18px;
  left: 18px;
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 18px;
  align-items: center;
  max-width: 920px;
  margin: auto;
  padding: 20px 22px;
  border: 1px solid rgba(255,255,255,.18);
  background: #111512;
  box-shadow: 0 18px 60px rgba(0,0,0,.38);
  color: #f7f4ec;
}
.analytics-consent[hidden] { display: none; }
.analytics-consent p { margin: 0; line-height: 1.55; }
.analytics-consent a { color: #d8f36c; }
.analytics-consent-actions { display: flex; gap: 10px; }
.analytics-consent button, .analytics-settings {
  min-height: 42px;
  padding: 10px 15px;
  border: 1px solid #d8f36c;
  background: transparent;
  color: #f7f4ec;
  cursor: pointer;
  font: inherit;
  font-weight: 700;
}
.analytics-consent [data-analytics-choice="granted"] { background: #d8f36c; color: #111512; }
.analytics-settings {
  position: fixed;
  z-index: 9999;
  right: 14px;
  bottom: 14px;
  min-height: 36px;
  padding: 7px 11px;
  border-color: #303a32;
  background: #111512;
  font-size: 12px;
}
@media (max-width: 680px) {
  .analytics-consent { grid-template-columns: 1fr; }
  .analytics-consent-actions { flex-wrap: wrap; }
}
