:root {
  --graphite-950: #15130F;
  --graphite-800: #211E18;
  --graphite-700: #322E24;
  --bone: #E8E0D0;
  --sand-muted: #A99E8B;
  --gold: #C6963C;
  --gold-bright: #E3B65C;
  --chrome: #98A0A3;
  --font-display: 'Anton', sans-serif;
  --font-sans: 'IBM Plex Sans', sans-serif;
  --font-mono: 'IBM Plex Mono', monospace;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  background: var(--graphite-950);
  color: var(--bone);
  font-family: var(--font-sans);
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
}
img, svg { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
ul { list-style: none; margin: 0; padding: 0; }
p { margin: 0 0 1em; max-width: 62ch; }
h1, h2, h3 { font-family: var(--font-display); font-weight: 400; margin: 0; letter-spacing: 0.01em; }

a:focus-visible, button:focus-visible, input:focus-visible, textarea:focus-visible, select:focus-visible {
  outline: 2px solid var(--gold-bright);
  outline-offset: 3px;
}

.wrap { max-width: 1180px; margin: 0 auto; padding: 0 32px; }

/* subtle blueprint grid texture, used behind the hero only */
.grid-texture {
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(var(--graphite-700) 1px, transparent 1px),
    linear-gradient(90deg, var(--graphite-700) 1px, transparent 1px);
  background-size: 64px 64px;
  opacity: 0.18;
  pointer-events: none;
}

/* ---------- Header ---------- */
header {
  position: sticky;
  top: 0;
  z-index: 50;
  background: rgba(21, 19, 15, 0.92);
  backdrop-filter: blur(6px);
  border-bottom: 1px solid var(--graphite-700);
}
.header-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 76px;
}
.brand {
  font-family: var(--font-display);
  font-size: 1.3rem;
  letter-spacing: 0.03em;
  background: linear-gradient(120deg, var(--gold-bright) 0%, var(--chrome) 55%, var(--gold) 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  white-space: nowrap;
}
nav.primary-nav {
  display: flex;
  align-items: center;
  gap: 28px;
}
nav.primary-nav a {
  font-size: 0.92rem;
  color: var(--sand-muted);
  transition: color 0.15s ease;
}
nav.primary-nav a:hover { color: var(--bone); }
.nav-cta {
  padding: 10px 20px;
  background: var(--gold);
  color: var(--graphite-950);
  font-weight: 600;
  border-radius: 2px;
  font-size: 0.88rem;
}
.nav-cta:hover { background: var(--gold-bright); color: var(--graphite-950); }
.menu-toggle {
  display: none;
  background: none;
  border: 1px solid var(--graphite-700);
  color: var(--bone);
  padding: 8px 12px;
  border-radius: 2px;
  font-family: var(--font-sans);
  font-size: 0.85rem;
}

/* ---------- Hero ---------- */
.hero {
  position: relative;
  padding: 84px 0 96px;
  overflow: hidden;
}
.hero-grid {
  position: relative;
  display: grid;
  grid-template-columns: 1.15fr 0.85fr;
  gap: 56px;
  align-items: start;
}
.hero h1 {
  font-size: clamp(2.5rem, 5.4vw, 4.3rem);
  line-height: 0.98;
  color: var(--bone);
}
.hero .sub {
  margin-top: 24px;
  font-size: 1.08rem;
  color: var(--sand-muted);
  max-width: 46ch;
}
.hero-ctas {
  margin-top: 32px;
  display: flex;
  gap: 16px;
  flex-wrap: wrap;
}
.btn {
  display: inline-block;
  padding: 14px 26px;
  font-family: var(--font-sans);
  font-size: 0.92rem;
  font-weight: 600;
  border-radius: 2px;
  border: 1px solid transparent;
  cursor: pointer;
}
.btn-primary { background: var(--gold); color: var(--graphite-950); }
.btn-primary:hover { background: var(--gold-bright); }
.btn-ghost { border-color: var(--graphite-700); color: var(--bone); background: transparent; }
.btn-ghost:hover { border-color: var(--chrome); }

/* readout panel — reused for hero + kit/product cards */
.readout {
  background: var(--graphite-800);
  border: 1px solid var(--graphite-700);
  border-radius: 2px;
  padding: 24px 24px 8px;
}
.readout-title {
  font-family: var(--font-mono);
  font-size: 0.72rem;
  letter-spacing: 0.08em;
  color: var(--sand-muted);
  text-transform: uppercase;
  padding-bottom: 16px;
  border-bottom: 1px solid var(--graphite-700);
  margin-bottom: 4px;
}
.readout-row {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  padding: 14px 0;
  border-bottom: 1px solid var(--graphite-700);
  font-family: var(--font-mono);
  font-size: 0.86rem;
}
.readout-row:last-of-type { border-bottom: none; }
.readout-row dt { color: var(--sand-muted); letter-spacing: 0.04em; }
.readout-row dd { margin: 0; color: var(--bone); font-weight: 500; }
.readout-row.highlight dd { color: var(--gold-bright); font-size: 1rem; }
.readout-note {
  font-size: 0.76rem;
  color: var(--sand-muted);
  padding-top: 14px;
  font-family: var(--font-sans);
}

@media (prefers-reduced-motion: no-preference) {
  .readout-row { opacity: 0; animation: reveal 0.5s ease forwards; }
  .readout-row:nth-of-type(1) { animation-delay: 0.15s; }
  .readout-row:nth-of-type(2) { animation-delay: 0.32s; }
  .readout-row:nth-of-type(3) { animation-delay: 0.49s; }
  .readout-row:nth-of-type(4) { animation-delay: 0.66s; }
  @keyframes reveal {
    from { opacity: 0; transform: translateY(4px); }
    to { opacity: 1; transform: translateY(0); }
  }
}

/* ---------- Section shell ---------- */
section { padding: 84px 0; }
.panel-bg { background: var(--graphite-800); }
.section-head { max-width: 56ch; margin-bottom: 44px; }
.section-head h2 { font-size: clamp(1.7rem, 3vw, 2.3rem); color: var(--bone); }
.section-head p { color: var(--sand-muted); margin-top: 14px; }

/* ---------- Platforms ---------- */
.platform-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}
.platform-card {
  border: 1px solid var(--graphite-700);
  border-radius: 2px;
  padding: 32px 24px;
  transition: border-color 0.15s ease;
}
.platform-card:hover { border-color: var(--gold); }
.platform-card .kind {
  font-family: var(--font-mono);
  font-size: 0.72rem;
  letter-spacing: 0.08em;
  color: var(--chrome);
  text-transform: uppercase;
}
.platform-card h3 { font-size: 1.7rem; margin: 10px 0 14px; color: var(--bone); }
.platform-card .link { font-size: 0.9rem; color: var(--gold-bright); font-weight: 600; }

/* ---------- Transparency ---------- */
.transparency-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 56px;
}
.transparency-grid > div { padding-left: 0; }
.transparency-grid > div + div {
  border-left: 1px solid var(--graphite-700);
  padding-left: 56px;
}
.transparency-grid h3 {
  font-family: var(--font-sans);
  font-weight: 600;
  font-size: 1rem;
  letter-spacing: 0.02em;
  color: var(--sand-muted);
  margin-bottom: 14px;
}
.transparency-grid .yes h3 { color: var(--gold-bright); }
.transparency-grid p { color: var(--bone); max-width: 42ch; }

/* ---------- Kits / product cards ---------- */
.kits-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}
.kit-card {
  border: 1px solid var(--graphite-700);
  border-radius: 2px;
  padding: 28px;
  transition: border-color 0.15s ease;
}
.kit-card:hover { border-color: var(--gold); }
.kit-icon { height: 84px; margin-bottom: 20px; }
.kit-photo {
  background: var(--bone);
  border-radius: 2px;
  height: 170px;
  margin-bottom: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}
.kit-photo img { max-height: 100%; max-width: 100%; object-fit: contain; mix-blend-mode: multiply; }
.kit-card h3 { font-family: var(--font-sans); font-weight: 600; font-size: 1.1rem; color: var(--bone); margin-bottom: 16px; }
.kit-card .readout { padding: 0; background: transparent; border: none; }
.kit-card .readout-row { padding: 9px 0; font-size: 0.82rem; }
.kit-card .see-spec { display: inline-block; margin-top: 18px; font-size: 0.86rem; color: var(--gold-bright); font-weight: 600; }
.kit-card .app-label {
  font-family: var(--font-mono);
  font-size: 0.7rem;
  letter-spacing: 0.06em;
  color: var(--chrome);
  text-transform: uppercase;
  margin-bottom: 10px;
}

/* ---------- Manufacturing ---------- */
.mfg-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 56px;
  align-items: center;
}
.mfg-grid p { color: var(--sand-muted); }
.mfg-mark {
  font-family: var(--font-mono);
  font-size: 0.78rem;
  letter-spacing: 0.06em;
  color: var(--chrome);
  border: 1px solid var(--graphite-700);
  border-radius: 2px;
  padding: 22px;
}
.mfg-mark div + div { margin-top: 14px; padding-top: 14px; border-top: 1px solid var(--graphite-700); }
.mfg-mark b { color: var(--bone); font-family: var(--font-sans); font-weight: 600; display: block; font-size: 0.95rem; margin-bottom: 2px; }

/* ---------- Steps ---------- */
.steps-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 32px;
}
.step .num {
  font-family: var(--font-mono);
  font-size: 0.85rem;
  color: var(--gold-bright);
  border: 1px solid var(--graphite-700);
  width: 34px;
  height: 34px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 2px;
  margin-bottom: 18px;
}
.step h3 { font-family: var(--font-sans); font-weight: 600; font-size: 1.05rem; color: var(--bone); margin-bottom: 8px; }
.step p { color: var(--sand-muted); font-size: 0.95rem; }

/* ---------- Trust strip ---------- */
.trust {
  border-top: 1px solid var(--graphite-700);
  border-bottom: 1px solid var(--graphite-700);
  padding: 48px 0;
}
.trust-row { display: flex; gap: 48px; flex-wrap: wrap; justify-content: space-between; }
.trust-item { flex: 1 1 220px; }
.trust-item b { display: block; font-family: var(--font-sans); font-weight: 600; color: var(--bone); margin-bottom: 6px; }
.trust-item span { color: var(--sand-muted); font-size: 0.92rem; }

/* ---------- Contact ---------- */
.contact-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 56px;
}
.contact-grid p { color: var(--sand-muted); }
form { display: flex; flex-direction: column; gap: 16px; }
.field { display: flex; flex-direction: column; gap: 6px; }
.field label { font-size: 0.82rem; color: var(--sand-muted); }
.field input, .field select, .field textarea {
  background: var(--graphite-950);
  border: 1px solid var(--graphite-700);
  border-radius: 2px;
  padding: 12px 14px;
  color: var(--bone);
  font-family: var(--font-sans);
  font-size: 0.95rem;
}
.field input:focus, .field select:focus, .field textarea:focus { border-color: var(--gold); }
.field-row { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
form .btn { align-self: flex-start; margin-top: 4px; }

/* ---------- Footer ---------- */
footer { background: #0F0D0A; border-top: 1px solid var(--graphite-700); padding: 64px 0 32px; }
.footer-grid { display: grid; grid-template-columns: 1.4fr 1fr 1fr; gap: 40px; }
.footer-brand .brand { font-size: 1.15rem; }
.footer-brand .tag { font-family: var(--font-mono); font-size: 0.76rem; color: var(--sand-muted); margin-top: 10px; letter-spacing: 0.04em; }
.footer-col h4 { font-family: var(--font-sans); font-size: 0.85rem; color: var(--sand-muted); margin: 0 0 14px; font-weight: 600; }
.footer-col ul li { margin-bottom: 10px; }
.footer-col a { font-size: 0.9rem; color: var(--bone); }
.footer-col a:hover { color: var(--gold-bright); }
.footer-bottom {
  margin-top: 56px;
  padding-top: 24px;
  border-top: 1px solid var(--graphite-700);
  font-size: 0.8rem;
  color: var(--sand-muted);
  font-family: var(--font-mono);
}

/* ---------- Breadcrumb + category header ---------- */
.breadcrumb {
  font-family: var(--font-mono);
  font-size: 0.78rem;
  color: var(--sand-muted);
  padding: 28px 0 0;
}
.breadcrumb a:hover { color: var(--gold-bright); }
.category-head { padding: 20px 0 40px; }
.category-head h1 {
  font-size: clamp(2.2rem, 4.5vw, 3.2rem);
  color: var(--bone);
}
.category-head p { color: var(--sand-muted); margin-top: 16px; max-width: 52ch; }

/* ---------- Filter bar ---------- */
.filter-bar {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
  align-items: center;
  padding-bottom: 32px;
  border-bottom: 1px solid var(--graphite-700);
  margin-bottom: 32px;
}
.filter-btn {
  font-family: var(--font-sans);
  font-size: 0.86rem;
  color: var(--sand-muted);
  background: transparent;
  border: 1px solid var(--graphite-700);
  border-radius: 2px;
  padding: 9px 16px;
  cursor: pointer;
  transition: border-color 0.15s ease, color 0.15s ease;
}
.filter-btn:hover { color: var(--bone); border-color: var(--chrome); }
.filter-btn.active { color: var(--graphite-950); background: var(--gold); border-color: var(--gold); font-weight: 600; }
.results-note {
  font-family: var(--font-mono);
  font-size: 0.78rem;
  color: var(--sand-muted);
  margin-bottom: 28px;
}

/* ---------- Product grid ---------- */
.product-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}
.product-card.hidden { display: none; }

/* ---------- Builder wizard ---------- */
.exit-link { font-size: 0.88rem; color: var(--sand-muted); }
.exit-link:hover { color: var(--bone); }

.builder-main { padding: 56px 0 96px; }
.builder-shell { max-width: 640px; margin: 0 auto; padding: 0 24px; }

.progress-label {
  font-family: var(--font-mono);
  font-size: 0.74rem;
  letter-spacing: 0.06em;
  color: var(--sand-muted);
  text-transform: uppercase;
  margin-bottom: 10px;
}
.progress-track {
  height: 3px;
  background: var(--graphite-700);
  border-radius: 2px;
  margin-bottom: 40px;
  overflow: hidden;
}
.progress-fill { height: 100%; background: var(--gold); }

.step { display: none; }
.step.active { display: block; }
@media (prefers-reduced-motion: no-preference) {
  .step.active { animation: stepIn 0.35s ease; }
  @keyframes stepIn {
    from { opacity: 0; transform: translateY(8px); }
    to { opacity: 1; transform: translateY(0); }
  }
}

.step fieldset { border: none; padding: 0; margin: 0; }
.sr-only { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0 0 0 0); white-space: nowrap; }

.step h1 {
  font-size: clamp(1.8rem, 4vw, 2.5rem);
  color: var(--bone);
  margin-bottom: 10px;
  text-transform: uppercase;
}
.step .step-sub { color: var(--sand-muted); margin-bottom: 32px; }
.step .question {
  display: block;
  font-family: var(--font-sans);
  font-weight: 600;
  font-size: 1rem;
  color: var(--bone);
  margin-bottom: 18px;
  padding: 0;
}

.option-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; margin-bottom: 32px; }
.option-grid.cols-3 { grid-template-columns: repeat(3, 1fr); }

.option-card {
  position: relative;
  display: block;
  border: 1px solid var(--graphite-700);
  border-radius: 2px;
  padding: 20px;
  cursor: pointer;
  transition: border-color 0.15s ease, background 0.15s ease;
}
.option-card:hover { border-color: var(--chrome); }
.option-card input { position: absolute; opacity: 0; pointer-events: none; }
.option-card .title { font-family: var(--font-sans); font-weight: 600; font-size: 1rem; color: var(--bone); text-transform: uppercase; letter-spacing: 0.02em; }
.option-card .desc { font-size: 0.86rem; color: var(--sand-muted); margin-top: 6px; line-height: 1.5; text-transform: none; }
.option-card.selected { border-color: var(--gold); background: rgba(198, 150, 60, 0.08); }
.option-card.selected .title { color: var(--gold-bright); }
.option-card.focused { outline: 2px solid var(--gold-bright); outline-offset: 3px; }

.builder-actions { display: flex; align-items: center; justify-content: space-between; gap: 16px; margin-top: 8px; }
.step-back {
  font-family: var(--font-sans);
  font-size: 0.9rem;
  color: var(--sand-muted);
  background: none;
  border: none;
  cursor: pointer;
  padding: 0;
}
.step-back:hover { color: var(--bone); }
.builder-actions .btn:disabled { opacity: 0.4; cursor: not-allowed; }
.builder-actions .btn:disabled:hover { background: var(--gold); }
.builder-actions .btn-primary { text-transform: uppercase; letter-spacing: 0.02em; }

.review-readout { margin-bottom: 28px; }
.confirmation p { color: var(--sand-muted); max-width: 46ch; }

/* ---------- Phase rail ---------- */
.phase-rail {
  display: flex;
  align-items: center;
  gap: 8px;
  flex-wrap: wrap;
  font-family: var(--font-mono);
  font-size: 0.7rem;
  letter-spacing: 0.08em;
  margin-bottom: 12px;
}
.phase { color: var(--graphite-700); transition: color 0.2s ease; }
.phase.done { color: var(--sand-muted); }
.phase.active { color: var(--gold-bright); }
.phase-sep { color: var(--graphite-700); }

/* ---------- Multi-select ---------- */
.select-hint {
  font-family: var(--font-mono);
  font-size: 0.74rem;
  color: var(--sand-muted);
  margin-bottom: 16px;
}
.select-hint.full { color: var(--gold-bright); }
.option-card.disabled { opacity: 0.35; cursor: not-allowed; }
.option-card.disabled:hover { border-color: var(--graphite-700); }

/* ---------- Performance level cards ---------- */
.level-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; margin-bottom: 16px; }
.level-card {
  position: relative;
  display: block;
  border: 1px solid var(--graphite-700);
  border-top: 3px solid var(--level-accent, var(--graphite-700));
  border-radius: 2px;
  padding: 24px 20px;
  cursor: pointer;
  transition: border-color 0.15s ease, background 0.15s ease;
}
.level-card input { position: absolute; opacity: 0; pointer-events: none; }
.level-card:hover { border-color: var(--level-accent, var(--chrome)); border-top-color: var(--level-accent); }
.level-card.selected {
  border-color: var(--level-accent);
  border-top-color: var(--level-accent);
  background: rgba(198, 150, 60, 0.07);
}
.level-card.focused { outline: 2px solid var(--gold-bright); outline-offset: 3px; }
.level-card--street { --level-accent: var(--chrome); }
.level-card--performance { --level-accent: var(--gold); }
.level-card--extreme { --level-accent: var(--gold-bright); }
.level-card--extreme.selected { background: rgba(227, 182, 92, 0.1); }

.shock-art { height: 150px; margin: 0 auto 20px; }
.level-card .title {
  font-family: var(--font-display);
  font-size: 1.25rem;
  letter-spacing: 0.02em;
  color: var(--level-accent);
  text-transform: uppercase;
  line-height: 1.1;
}
.level-card .desc { font-size: 0.86rem; color: var(--sand-muted); margin-top: 8px; line-height: 1.5; }
.spec-strip {
  margin-top: 18px;
  padding-top: 14px;
  border-top: 1px solid var(--graphite-700);
  font-family: var(--font-mono);
  font-size: 0.72rem;
  color: var(--sand-muted);
}
.spec-strip div { display: flex; justify-content: space-between; gap: 12px; padding: 4px 0; }
.spec-strip span { color: var(--bone); text-align: right; }

.level-card--wide {
  display: block;
  border: 1px solid var(--graphite-700);
  border-radius: 2px;
  padding: 20px;
  cursor: pointer;
  position: relative;
  margin-bottom: 32px;
  transition: border-color 0.15s ease, background 0.15s ease;
}
.level-card--wide input { position: absolute; opacity: 0; pointer-events: none; }
.level-card--wide:hover { border-color: var(--chrome); }
.level-card--wide.selected { border-color: var(--gold); background: rgba(198, 150, 60, 0.08); }
.level-card--wide.focused { outline: 2px solid var(--gold-bright); outline-offset: 3px; }
.level-card--wide .title { font-family: var(--font-sans); font-weight: 600; font-size: 1rem; color: var(--bone); text-transform: uppercase; letter-spacing: 0.02em; }
.level-card--wide.selected .title { color: var(--gold-bright); }
.level-card--wide .desc { font-size: 0.86rem; color: var(--sand-muted); margin-top: 6px; }

.submit-note { font-size: 0.86rem; color: var(--sand-muted); margin-top: 16px; max-width: 52ch; }
.error-box {
  border: 1px solid #C4514A;
  background: rgba(196, 81, 74, 0.1);
  border-radius: 2px;
  padding: 12px 14px;
  font-size: 0.86rem;
  color: var(--bone);
}

/* ---------- Responsive ---------- */
@media (max-width: 860px) {
  .hero-grid, .transparency-grid, .mfg-grid, .contact-grid { grid-template-columns: 1fr; }
  .transparency-grid > div + div { border-left: none; padding-left: 0; border-top: 1px solid var(--graphite-700); padding-top: 40px; margin-top: 8px; }
  .platform-grid, .kits-grid, .steps-grid, .product-grid { grid-template-columns: 1fr 1fr; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .level-grid { grid-template-columns: 1fr; }
  .shock-art { height: 120px; }
}
@media (max-width: 640px) {
  .wrap { padding: 0 20px; }
  nav.primary-nav { position: fixed; inset: 76px 0 0 0; background: var(--graphite-950); flex-direction: column; align-items: flex-start; padding: 28px 20px; gap: 20px; transform: translateX(100%); transition: transform 0.2s ease; overflow-y: auto; }
  nav.primary-nav.open { transform: translateX(0); }
  nav.primary-nav a { font-size: 1.05rem; }
  .menu-toggle { display: block; }
  .platform-grid, .kits-grid, .steps-grid, .footer-grid, .product-grid { grid-template-columns: 1fr; }
  section { padding: 56px 0; }
  .hero { padding: 48px 0 64px; }
  .field-row { grid-template-columns: 1fr; }
  .option-grid { grid-template-columns: 1fr; }
  .option-grid.cols-3 { grid-template-columns: repeat(3, 1fr); }
  .phase-rail { font-size: 0.64rem; gap: 6px; }
}

/* OZ BAJA shared preview and accessibility */
.skip-link{position:fixed;top:8px;left:8px;transform:translateY(-160%);padding:12px 20px;background:#e3b65c;color:#15130f;z-index:1000;font-weight:600}
.skip-link:focus{transform:translateY(0)}
.preview-banner{padding:9px 20px;text-align:center;font:12px/1.5 var(--font-sans);color:#e8e0d0;background:#322b1e;border-bottom:1px solid #51442d}
.preview-banner[hidden]{display:none}.preview-banner span{padding-inline:6px}
.builder-shell{scroll-margin-top:90px}.confirmation .btn{margin:12px 8px 0 0}.level-card:focus-within,.level-card--wide:focus-within,.option-card:focus-within{outline:2px solid var(--gold-bright);outline-offset:3px}
@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,*:before,*:after{animation:none!important;transition:none!important}}
.builder-main .step.active{animation:none}
.builder-main .readout-row{opacity:1;animation:none}
.skip-link{top:-100px;transform:none}
.skip-link:focus{top:8px}
.skip-link:not(:focus){clip-path:inset(50%);width:1px;height:1px;overflow:hidden;padding:0;white-space:nowrap}
.review-readout .readout-row{display:grid;grid-template-columns:1fr 1.3fr;gap:20px}
.review-readout dd{overflow-wrap:anywhere}
@media(max-width:420px){.review-readout .readout-row{grid-template-columns:1fr;gap:6px}}

/* OZ BAJA mountain-and-trail emblem */
.oz-lockup{display:inline-flex;align-items:center;gap:12px;flex-shrink:0;color:var(--bone)}
.oz-emblem{display:block;width:48px;height:53px;flex-shrink:0}
.oz-wordmark{font:38px/1 'Anton',Impact,sans-serif;letter-spacing:.035em;white-space:nowrap;color:var(--bone)}
.oz-wordmark>span{color:var(--gold-bright)}
.oz-wordmark small{display:block;font:9px/1.6 var(--font-mono);letter-spacing:.16em;color:#c3b9a7;margin-top:8px}
@media(max-width:760px){.oz-lockup{gap:9px}.oz-emblem{width:38px;height:42px}.oz-wordmark{font-size:30px}.oz-wordmark small{font-size:7px;letter-spacing:.11em;margin-top:6px}}
@media(max-width:360px){.oz-emblem{width:32px;height:36px}.oz-wordmark{font-size:26px}.oz-wordmark small{font-size:6px}.nav-row{gap:12px}}
