:root {
  --ink: #171a17;
  --ink-2: #282d28;
  --paper: #f4f4ee;
  --paper-2: #e9e9e1;
  --card: #fffef9;
  --line: #d9dbd2;
  --muted: #676d66;
  --lime: #c9ff3d;
  --lime-2: #b9ec36;
  --blue: #3156d3;
  --good: #2c7646;
  --warning: #8b5b15;
  --radius: 18px;
  --shadow: 0 18px 45px rgba(23, 26, 23, .08);
  --shell: min(1360px, calc(100vw - 48px));
}

* { box-sizing: border-box; }
.metrika-pixel { position: absolute; left: -9999px; width: 1px; height: 1px; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font-family: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 16px;
  line-height: 1.5;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
}
body.filters-open, body.menu-open, body.dialog-open { overflow: hidden; }
a { color: inherit; text-decoration: none; }
button, input, select { font: inherit; }
button, select { cursor: pointer; }
img { display: block; max-width: 100%; }
svg.icon { width: 21px; height: 21px; flex: 0 0 auto; }
.shell { width: var(--shell); margin-inline: auto; }
.narrow { max-width: 900px; }
.sr-only { position: absolute !important; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; }
:focus-visible { outline: 3px solid var(--blue); outline-offset: 3px; }
[hidden] { display: none !important; }

.site-header {
  position: sticky;
  top: 0;
  z-index: 100;
  color: #fff;
  background: rgba(23, 26, 23, .96);
  border-bottom: 1px solid rgba(255,255,255,.12);
  backdrop-filter: blur(14px);
}
.header-inner { height: 74px; display: flex; align-items: center; gap: 42px; }
.logo { display: inline-flex; align-items: center; gap: 11px; font-weight: 760; line-height: .88; letter-spacing: -.5px; }
.logo > span:last-child { display: flex; align-items: baseline; }
.logo em { color: var(--lime); font-style: normal; }
.logo small { color: #969e94; font-size: 10px; margin-left: 2px; }
.logo-mark { width: 36px; height: 36px; display: grid; place-items: center; color: var(--ink); background: var(--lime); border-radius: 10px; font-size: 0; }
.logo-mark::before { content: ""; width: 17px; height: 23px; background: var(--ink); clip-path: polygon(56% 0,100% 0,66% 39%,100% 39%,34% 100%,47% 55%,10% 55%); }
.desktop-nav { display: flex; align-items: stretch; height: 100%; gap: 28px; margin-left: auto; }
.desktop-nav a { display: flex; align-items: center; color: #c5cac3; font-size: 14px; font-weight: 620; border-bottom: 2px solid transparent; }
.desktop-nav a:hover, .desktop-nav a.active { color: #fff; border-color: var(--lime); }
.header-actions { display: flex; align-items: center; gap: 10px; }
.header-favorite { min-width: 46px; height: 42px; padding: 0 12px; display: flex; align-items: center; justify-content: center; gap: 6px; color: #dde1da; border: 1px solid #3f443f; border-radius: 12px; }
.header-favorite span { color: var(--lime); font-size: 12px; font-weight: 800; }
.menu-button { display: none; width: 46px; height: 42px; border: 1px solid #3f443f; border-radius: 12px; background: transparent; }
.menu-button span { width: 18px; height: 2px; display: block; margin: 5px auto; background: #fff; }
.mobile-nav { display: none; }

.button {
  min-height: 48px;
  padding: 0 22px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
  color: var(--ink);
  background: var(--lime);
  border: 1px solid var(--lime);
  border-radius: 13px;
  font-weight: 760;
  line-height: 1.1;
  transition: transform .18s, background .18s, box-shadow .18s;
}
.button:hover { background: var(--lime-2); transform: translateY(-1px); box-shadow: 0 9px 24px rgba(147,190,36,.18); }
.button-small { min-height: 40px; padding-inline: 17px; font-size: 14px; }
.button-light { background: #fff; border-color: #fff; }
.button-ghost { background: transparent; border-color: var(--line); }
.button-ghost:hover { background: var(--card); box-shadow: none; }
.text-link { color: var(--blue); font-weight: 720; }
.text-link:hover { text-decoration: underline; }
.overline, .kicker { display: inline-flex; align-items: center; gap: 9px; color: var(--muted); font-size: 12px; font-weight: 800; letter-spacing: .11em; text-transform: uppercase; }
.section-heading { margin-bottom: 26px; display: flex; align-items: end; justify-content: space-between; gap: 24px; }
.section-heading h2 { margin: 4px 0 0; font-size: clamp(29px, 3vw, 46px); line-height: 1.03; letter-spacing: -.045em; }
.section-heading > a { color: var(--blue); font-weight: 750; white-space: nowrap; }
.breadcrumbs { margin-bottom: 30px; display: flex; align-items: center; gap: 9px; color: var(--muted); font-size: 13px; flex-wrap: wrap; }
.breadcrumbs a:hover { color: var(--blue); }
.name-primary { display: block; }
.name-secondary { margin-top: .24em; display: block; color: var(--muted); font-size: .62em; font-weight: 650; line-height: 1.25; letter-spacing: -.01em; }

/* Home */
.hero { position: relative; overflow: hidden; color: #fff; background: var(--ink); }
.hero::before { content: ""; position: absolute; inset: 0; opacity: .26; background-image: linear-gradient(rgba(255,255,255,.06) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.06) 1px,transparent 1px); background-size: 56px 56px; mask-image: linear-gradient(to right,#000,transparent 78%); }
.hero-grid { min-height: 650px; padding: 80px 0 86px; display: grid; grid-template-columns: minmax(0,1.15fr) minmax(360px,.75fr); gap: 80px; align-items: center; position: relative; }
.kicker { color: #bfc5bc; }
.kicker span { width: 24px; height: 2px; background: var(--lime); }
.hero h1 { margin: 23px 0 22px; max-width: 820px; font-size: clamp(54px, 6.7vw, 100px); line-height: .89; letter-spacing: -.075em; }
.hero h1 em { color: var(--lime); font-style: normal; }
.hero-copy > p { max-width: 650px; margin: 0 0 30px; color: #c8cdc5; font-size: 19px; }
.hero-search { max-width: 670px; height: 64px; padding: 6px 6px 6px 18px; display: flex; align-items: center; gap: 12px; background: #fff; border-radius: 16px; box-shadow: 0 18px 70px rgba(0,0,0,.23); }
.hero-search .icon { color: #70766f; }
.hero-search input { min-width: 0; flex: 1; height: 100%; color: var(--ink); border: 0; outline: 0; font-size: 16px; }
.hero-search button { height: 52px; padding: 0 24px; color: var(--ink); background: var(--lime); border: 0; border-radius: 11px; font-weight: 780; }
.hero-actions { margin-top: 24px; display: flex; align-items: center; gap: 24px; }
.hero-actions .text-link { color: #fff; }
.hero-panel { min-height: 400px; padding: 42px; position: relative; overflow: hidden; display: flex; flex-direction: column; justify-content: end; background: #242924; border: 1px solid #3c443a; border-radius: 28px; }
.hero-panel::after { content: ""; width: 310px; height: 170px; position: absolute; top: 40px; right: -50px; border: 26px solid var(--lime); border-left: 0; border-bottom: 0; transform: skew(-20deg) rotate(-8deg); opacity: .8; }
.hero-glow { width: 220px; height: 220px; position: absolute; top: -55px; left: -40px; background: var(--lime); filter: blur(100px); opacity: .17; }
.hero-number { color: var(--lime); font-size: clamp(72px,8vw,124px); line-height: .76; font-weight: 850; letter-spacing: -.09em; }
.hero-panel > p { max-width: 270px; margin: 18px 0 32px; color: #d8ddd5; font-size: 20px; font-weight: 600; }
.hero-specs { display: grid; grid-template-columns: repeat(3,1fr); border-top: 1px solid #434a42; }
.hero-specs span { padding: 16px 10px 4px 0; color: #aeb5ab; font-size: 11px; line-height: 1.25; }
.hero-specs b { display: block; color: #fff; font-size: 21px; }
.hero-panel > small { margin-top: 26px; color: #858d83; }
.quick-fit, .featured-section, .brands-section, .trust-section { padding: 84px 0; }
.scenario-grid { display: grid; grid-template-columns: repeat(4,1fr); gap: 16px; }
.scenario { min-height: 285px; padding: 24px; display: flex; flex-direction: column; background: var(--card); border: 1px solid var(--line); border-radius: var(--radius); transition: transform .2s, box-shadow .2s; }
.scenario:hover { transform: translateY(-4px); box-shadow: var(--shadow); }
.scenario > span { color: #929890; font-size: 12px; font-weight: 800; }
.scenario h3 { margin: auto 0 9px; font-size: 24px; letter-spacing: -.035em; }
.scenario p { margin: 0 0 20px; color: var(--muted); font-size: 14px; }
.scenario b { font-size: 13px; }
.scenario-lime { background: var(--lime); border-color: var(--lime); }
.scenario-lime p { color: #3c462a; }
.scenario-dark { color: #fff; background: var(--ink); border-color: var(--ink); }
.scenario-dark p { color: #aeb5ab; }
.featured-section { background: #eaeae3; }
.bike-grid { display: grid; grid-template-columns: repeat(4,minmax(0,1fr)); gap: 18px; }
.bike-card { min-width: 0; overflow: hidden; display: flex; flex-direction: column; background: var(--card); border: 1px solid var(--line); border-radius: 19px; transition: transform .2s, box-shadow .2s, border-color .2s; }
.bike-card:hover { transform: translateY(-3px); border-color: #c3c6bc; box-shadow: var(--shadow); }
.bike-media { aspect-ratio: 4/3; position: relative; overflow: hidden; background: #eeefe9; }
.bike-media > a { width: 100%; height: 100%; display: block; }
.bike-media img { width: 100%; height: 100%; object-fit: contain; padding: 12px; transition: transform .28s; }
.bike-card:hover .bike-media img { transform: scale(1.025); }
.bike-placeholder { width: 100%; height: 100%; display: grid; place-content: center; justify-items: center; gap: 10px; color: #5f675e; background: linear-gradient(145deg,#eceee7,#dedfd8); }
.bike-placeholder .icon { width: 44px; height: 44px; }
.bike-placeholder span { font-size: 12px; font-weight: 700; }
.bike-badges { position: absolute; top: 13px; left: 13px; display: flex; gap: 6px; flex-wrap: wrap; }
.badge { padding: 5px 8px; display: inline-flex; color: #3d433c; background: rgba(255,255,255,.92); border: 1px solid rgba(50,55,49,.11); border-radius: 8px; font-size: 10px; font-weight: 800; letter-spacing: .04em; text-transform: uppercase; backdrop-filter: blur(6px); }
.badge-rf { color: #1f6038; background: #e8f7e8; border-color: #bfdfc5; }
.badge-muted { color: #5f655d; background: #e5e7e1; border-color: #c8ccc3; }
.badge-preorder { color: #714c10; background: #fff1c9; border-color: #e8cc7c; }
.icon-button { width: 38px; height: 38px; display: grid; place-items: center; border: 0; border-radius: 11px; }
.favorite-button { position: absolute; top: 12px; right: 12px; color: #555c54; background: rgba(255,255,255,.9); box-shadow: 0 3px 14px rgba(0,0,0,.07); }
.favorite-button.active { color: #fff; background: var(--ink); }
.favorite-button.active svg { fill: var(--lime); stroke: var(--lime); }
.bike-body { padding: 18px; display: flex; flex: 1; flex-direction: column; }
.eyebrow { display: flex; align-items: center; gap: 6px; color: var(--muted); font-size: 11px; font-weight: 750; text-transform: uppercase; }
.eyebrow a { color: var(--blue); }
.eyebrow .brand-name-stack { min-width: 0; line-height: 1.12; }
.eyebrow .name-secondary { margin-top: 2px; color: var(--muted); font-size: 9px; text-transform: none; }
.bike-body h3 { min-height: 52px; margin: 8px 0 4px; font-size: 20px; line-height: 1.18; letter-spacing: -.025em; }
.fit-line { min-height: 20px; margin: 0 0 15px; color: var(--muted); font-size: 12px; }
.metric-row { display: grid; grid-template-columns: repeat(3,1fr); gap: 4px; border-block: 1px solid var(--line); }
.metric-row > span { min-width: 0; padding: 11px 3px; display: grid; grid-template-columns: 17px 1fr; align-items: center; column-gap: 5px; }
.metric-row .icon { width: 16px; height: 16px; color: #777d75; }
.metric-row b { min-width: 0; overflow: hidden; font-size: 13px; text-overflow: ellipsis; white-space: nowrap; }
.metric-row small { grid-column: 1/-1; margin-top: 3px; color: #626961; font-size: 10px; text-transform: uppercase; }
.bike-bottom { margin-top: auto; padding-top: 16px; display: flex; align-items: end; justify-content: space-between; gap: 8px; }
.price b { display: block; font-size: 17px; letter-spacing: -.02em; white-space: nowrap; }
.price small { display: block; max-width: 135px; color: var(--muted); font-size: 10px; line-height: 1.25; }
.compare-button { min-height: 38px; padding: 0 10px; display: inline-flex; align-items: center; gap: 6px; color: var(--ink); background: transparent; border: 1px solid var(--line); border-radius: 10px; font-size: 11px; font-weight: 750; }
.compare-button .icon { width: 16px; height: 16px; }
.compare-button.active { color: var(--ink); background: var(--lime); border-color: var(--lime); }
.choice-strip { padding: 88px 0; color: #fff; background: var(--ink); }
.choice-grid { display: grid; grid-template-columns: .9fr 1.1fr; gap: 100px; }
.choice-grid > div > .overline { color: #9aa298; }
.choice-grid h2 { margin: 9px 0 18px; font-size: clamp(36px,4vw,58px); line-height: .98; letter-spacing: -.055em; }
.choice-grid > div > p { max-width: 500px; margin-bottom: 30px; color: #b5bcb2; }
.choice-grid ol { margin: 0; padding: 0; list-style: none; border-top: 1px solid #3d443c; }
.choice-grid li { padding: 23px 0; display: grid; grid-template-columns: 52px 1fr; gap: 18px; border-bottom: 1px solid #3d443c; }
.choice-grid li > b { color: var(--lime); font-size: 12px; }
.choice-grid li h3 { margin: 0 0 5px; font-size: 21px; }
.choice-grid li p { margin: 0; color: #aab1a7; font-size: 14px; }
.brand-rail { display: grid; grid-template-columns: repeat(4,1fr); border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.brand-rail a { min-height: 110px; padding: 22px; display: flex; flex-direction: column; justify-content: space-between; background: var(--card); border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.brand-rail a:hover { background: var(--lime); }
.brand-rail b { font-size: 19px; }
.brand-rail span { color: var(--muted); font-size: 11px; }
.trust-section { background: #eaeae3; }
.trust-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
.trust-card { min-height: 430px; padding: 42px; position: relative; overflow: hidden; color: #fff; background: var(--ink); border-radius: 24px; }
.trust-card .overline { color: #a9b0a6; }
.trust-card h2 { max-width: 540px; margin: 14px 0; font-size: clamp(37px,4vw,58px); line-height: .96; letter-spacing: -.05em; }
.trust-card p { max-width: 560px; color: #b8beb5; }
.trust-card a { position: absolute; left: 42px; bottom: 38px; color: var(--lime); font-weight: 750; }
.trust-icon { width: 88px; height: 88px; position: absolute; top: 24px; right: 28px; display: grid; place-items: center; color: var(--ink); background: var(--lime); border-radius: 50%; }
.trust-icon .icon { width: 41px; height: 41px; }
.guide-list { display: flex; flex-direction: column; background: var(--card); border: 1px solid var(--line); border-radius: 24px; }
.guide-list a { padding: 28px; display: flex; align-items: center; justify-content: space-between; gap: 20px; flex: 1; border-bottom: 1px solid var(--line); font-weight: 720; }
.guide-list a:last-child { border: 0; }
.guide-list a:hover { color: var(--blue); }
.guide-list span { color: var(--muted); font-size: 11px; font-weight: 500; white-space: nowrap; }

/* Footer */
.site-footer { padding: 64px 0 24px; color: #d6dbd3; background: var(--ink); }
.footer-grid { display: grid; grid-template-columns: 2fr repeat(3,1fr); gap: 50px; }
.logo-footer { color: #fff; margin-bottom: 20px; }
.footer-grid > div:first-child p { max-width: 340px; color: #929a90; font-size: 13px; }
.footer-grid > div:not(:first-child) { display: flex; flex-direction: column; gap: 11px; font-size: 13px; }
.footer-grid b { margin-bottom: 6px; color: #fff; }
.footer-grid a { color: #aeb5ab; }
.footer-grid a:hover { color: var(--lime); }
.footer-data span { color: #939b91; }
.footer-bottom { margin-top: 50px; padding-top: 20px; display: flex; justify-content: space-between; gap: 30px; color: #98a095; border-top: 1px solid #343a33; font-size: 11px; }
.footer-bottom p { max-width: 850px; margin: 0; }
.footer-bottom span { white-space: nowrap; }

/* Shared cards, trays and feedback */
.compare-tray { min-width: min(620px,calc(100vw - 32px)); min-height: 66px; padding: 9px 10px 9px 18px; position: fixed; z-index: 150; left: 50%; bottom: 18px; transform: translateX(-50%); display: flex; align-items: center; gap: 16px; color: #fff; background: #202420; border: 1px solid #454c44; border-radius: 18px; box-shadow: 0 18px 60px rgba(0,0,0,.28); }
.compare-tray > div:first-child { display: flex; align-items: baseline; gap: 5px; font-size: 12px; }
.compare-tray > div:first-child b { color: var(--lime); font-size: 20px; }
.compare-thumbs { display: flex; flex: 1; gap: 5px; }
.compare-thumbs span { width: 37px; height: 37px; display: grid; place-items: center; overflow: hidden; color: var(--ink); background: #eaebe5; border-radius: 9px; font-size: 10px; font-weight: 800; }
.compare-thumbs img { width: 100%; height: 100%; object-fit: contain; }
[data-privacy-notice] { width: min(720px,calc(100vw - 32px)); min-height: 72px; padding: 13px 14px 13px 18px; position: fixed; z-index: 310; right: 16px; bottom: max(16px,env(safe-area-inset-bottom)); display: flex; align-items: center; gap: 18px; color: #fff; background: #202420; border: 1px solid #454c44; border-radius: 16px; box-shadow: 0 18px 60px rgba(0,0,0,.3); }
[data-privacy-notice] > div { min-width: 0; flex: 1; }
[data-privacy-notice] p { margin: 0; color: #d6dbd3; font-size: 13px; line-height: 1.4; }
[data-privacy-notice] a { color: var(--lime); text-decoration: underline; text-underline-offset: 2px; }
[data-privacy-notice] [data-privacy-accept] { min-width: 128px; min-height: 44px; padding: 0 16px; flex: 0 0 auto; color: var(--ink); background: var(--lime); border: 0; border-radius: 11px; font-weight: 780; }
[data-privacy-settings], [data-reveal-email] { color: inherit; background: transparent; border: 0; text-align: left; }
.tray-close { width: 34px; height: 34px; color: #b5bcb2; background: transparent; border: 0; font-size: 23px; }
.toast { max-width: min(420px,calc(100vw - 32px)); padding: 13px 17px; position: fixed; z-index: 300; right: 18px; bottom: 18px; color: #fff; background: var(--ink); border-radius: 12px; box-shadow: var(--shadow); opacity: 0; pointer-events: none; transform: translateY(10px); transition: .2s; }
.toast.show { opacity: 1; transform: none; }

/* Catalogue */
.catalog-hero { padding: 52px 0 48px; background: #e9e9e1; border-bottom: 1px solid var(--line); }
.catalog-hero .breadcrumbs { margin-bottom: 35px; }
.catalog-hero h1, .plain-hero h1, .brand-hero h1, .picker-hero h1 { margin: 5px 0 10px; font-size: clamp(44px,5vw,72px); line-height: .94; letter-spacing: -.06em; }
.catalog-hero p, .plain-hero p, .brand-hero p, .picker-hero p { max-width: 730px; margin: 0; color: var(--muted); font-size: 18px; }
.catalog-shell { padding: 32px 0 90px; display: grid; grid-template-columns: 280px minmax(0,1fr); gap: 28px; align-items: start; }
.filter-panel { padding: 20px; position: sticky; top: 94px; max-height: calc(100vh - 112px); overflow-y: auto; background: var(--card); border: 1px solid var(--line); border-radius: 16px; scrollbar-width: thin; }
.filter-mobile-head, .mobile-filter-button { display: none; }
.filter-group { margin-bottom: 18px; }
.filter-group > label, .filter-range > label { display: block; margin-bottom: 7px; color: #3d433c; font-size: 12px; font-weight: 750; }
.filter-group select, .filter-range select, .filter-range input { width: 100%; height: 43px; padding: 0 11px; color: var(--ink); background: #f8f8f4; border: 1px solid var(--line); border-radius: 10px; outline: none; }
.filter-group select:focus, .filter-range select:focus, .filter-range input:focus, .filter-search input:focus { border-color: var(--blue); box-shadow: 0 0 0 2px rgba(49,86,211,.12); }
.filter-search > div { height: 45px; padding: 0 11px; display: flex; align-items: center; gap: 8px; background: #f8f8f4; border: 1px solid var(--line); border-radius: 10px; }
.filter-search .icon { width: 17px; color: var(--muted); }
.filter-search input { min-width: 0; flex: 1; border: 0; outline: 0; background: transparent; }
.quick-toggles { margin: 0 0 19px; display: flex; flex-wrap: wrap; gap: 6px; }
.quick-toggles label input, .checkbox-line input { position: absolute; opacity: 0; }
.quick-toggles span { min-height: 34px; padding: 0 10px; display: flex; align-items: center; background: #f0f1eb; border: 1px solid transparent; border-radius: 9px; font-size: 11px; font-weight: 700; }
.quick-toggles input:checked + span { background: #efffd0; border-color: #b4d760; }
.quick-toggles input:focus-visible + span,
.checkbox-line input:focus-visible + span,
.answer-grid input:focus-visible + span { outline: 3px solid var(--blue); outline-offset: 2px; }
.filter-details { border-top: 1px solid var(--line); }
.filter-details summary { padding: 15px 0; font-size: 12px; font-weight: 800; list-style: none; }
.filter-details summary::-webkit-details-marker { display: none; }
.filter-details summary::after { content: "+"; float: right; color: var(--muted); font-size: 18px; line-height: 1; }
.filter-details[open] summary::after { content: "−"; }
.filter-range { padding-bottom: 15px; display: flex; flex-direction: column; gap: 12px; }
.filter-range label { margin: 0; }
.filter-range label > span { margin-top: 6px; display: grid; grid-template-columns: 1fr 1fr; gap: 6px; }
.filter-range label > input, .filter-range label > select { margin-top: 6px; }
.checkbox-line span { min-height: 40px; padding: 0 10px; display: flex; align-items: center; background: #f2f2ed; border: 1px solid var(--line); border-radius: 9px; }
.checkbox-line input:checked + span { background: #efffd0; border-color: #b4d760; }
.filter-apply { display: none; width: 100%; }
.filter-reset { width: 100%; padding: 13px 0 0; color: var(--blue); background: none; border: 0; font-size: 12px; font-weight: 720; }
.results-toolbar { min-height: 56px; margin-bottom: 20px; display: flex; align-items: flex-start; justify-content: space-between; gap: 22px; }
.results-toolbar > div:first-child > b { font-size: 18px; }
.active-filters { margin-top: 8px; display: flex; flex-wrap: wrap; gap: 6px; }
.active-filters button { padding: 5px 8px; color: #3f463e; background: #e5e7df; border: 0; border-radius: 7px; font-size: 10px; }
.toolbar-controls { display: flex; align-items: center; gap: 5px; }
.toolbar-controls label { display: flex; align-items: center; gap: 7px; color: var(--muted); font-size: 11px; }
.toolbar-controls select { height: 40px; padding: 0 34px 0 11px; color: var(--ink); background: var(--card); border: 1px solid var(--line); border-radius: 10px; }
.view-button { width: 40px; height: 40px; color: var(--muted); background: var(--card); border: 1px solid var(--line); font-size: 20px; }
.view-button:first-of-type { margin-left: 8px; border-radius: 10px 0 0 10px; }
.view-button:last-child { margin-left: -5px; border-radius: 0 10px 10px 0; }
.view-button.active { color: var(--ink); background: var(--lime); }
.catalog-grid { grid-template-columns: repeat(3,minmax(0,1fr)); }
.catalog-grid.list-view { grid-template-columns: 1fr; }
.catalog-grid.list-view .bike-card { display: grid; grid-template-columns: 230px 1fr; }
.catalog-grid.list-view .bike-media { height: 100%; min-height: 220px; aspect-ratio: auto; }
.catalog-grid.list-view .bike-body h3 { min-height: auto; }
.catalog-grid.list-view .metric-row { max-width: 470px; }
.load-more { width: 100%; min-height: 52px; margin-top: 24px; color: var(--ink); background: transparent; border: 1px solid #bfc3b9; border-radius: 13px; font-weight: 750; }
.load-more:hover { background: var(--card); }
.empty-state { padding: 80px 30px; text-align: center; background: var(--card); border: 1px solid var(--line); border-radius: 18px; }
.empty-state .icon { width: 48px; height: 48px; margin: 0 auto; color: #92988f; }
.empty-state h2 { margin-bottom: 4px; }
.empty-state p { color: var(--muted); }

/* Brands */
.plain-hero { padding: 58px 0 64px; background: #e9e9e1; border-bottom: 1px solid var(--line); }
.plain-hero .breadcrumbs { margin-bottom: 45px; }
.brand-search { width: min(520px,100%); height: 52px; margin-top: 28px; padding: 0 15px; display: flex; align-items: center; gap: 10px; background: #fff; border: 1px solid var(--line); border-radius: 13px; }
.brand-search input { min-width: 0; flex: 1; border: 0; outline: 0; }
.brands-grid { padding: 46px 0 90px; display: grid; grid-template-columns: repeat(3,1fr); gap: 12px; }
.brand-card { min-height: 112px; padding: 15px; display: grid; grid-template-columns: 92px 1fr 24px; align-items: center; gap: 17px; background: var(--card); border: 1px solid var(--line); border-radius: 16px; transition: transform .18s, box-shadow .18s; }
.brand-card:hover { transform: translateY(-2px); box-shadow: var(--shadow); }
.brand-card-image { width: 92px; height: 80px; display: grid; place-items: center; overflow: hidden; color: #92988f; background: #eeefe9; border-radius: 11px; }
.brand-card-image img { width: 100%; height: 100%; object-fit: contain; padding: 8px; }
.brand-card h2 { margin: 0 0 4px; font-size: 19px; }
.brand-card p { margin: 0; color: var(--muted); font-size: 12px; }
.brand-card > .icon { width: 19px; color: #8c928a; }
.brand-hero { padding: 50px 0 62px; background: #e9e9e1; }
.brand-hero-grid { display: grid; grid-template-columns: 1.2fr .8fr; gap: 60px; align-items: center; }
.brand-actions { margin-top: 25px; display: flex; align-items: center; gap: 22px; }
.brand-statline { margin-top: 22px; display: flex; flex-wrap: wrap; gap: 8px; }
.brand-statline span { padding: 9px 11px; display: flex; align-items: baseline; gap: 5px; color: var(--muted); background: #f2f3ed; border: 1px solid var(--line); border-radius: 10px; font-size: 11px; }
.brand-statline b { color: var(--ink); font-size: 13px; }
.brand-hero-image { position: relative; height: 330px; display: grid; place-items: center; overflow: hidden; color: #9ba198; background: #f5f5f0; border: 1px solid var(--line); border-radius: 22px; }
.brand-hero-image img { position: absolute; inset: 22px; width: calc(100% - 44px); height: calc(100% - 44px); object-fit: contain; }
.brand-hero-image .icon { width: 70px; height: 70px; }

/* Model */
.model-hero { padding: 34px 0 55px; background: #e9e9e1; }
.model-hero .breadcrumbs { margin-bottom: 28px; }
.model-hero-grid { display: grid; grid-template-columns: minmax(0,1.04fr) minmax(390px,.96fr); gap: 54px; align-items: start; }
.model-gallery { min-height: 550px; position: relative; overflow: hidden; display: grid; place-items: center; background: var(--card); border: 1px solid var(--line); border-radius: 24px; }
.model-gallery > img { width: 100%; max-height: 540px; object-fit: contain; padding: 24px; }
.model-gallery .bike-placeholder { min-height: 550px; }
.model-gallery > a { padding: 7px 9px; position: absolute; right: 12px; bottom: 12px; color: var(--muted); background: rgba(255,255,255,.9); border-radius: 8px; font-size: 10px; }
.model-summary { padding-top: 14px; }
.model-summary .bike-badges { position: static; margin-bottom: 16px; }
.model-summary h1 { margin: 10px 0 14px; font-size: clamp(39px,4vw,62px); line-height: .95; letter-spacing: -.055em; }
.model-summary h1 .name-secondary { margin-top: .22em; font-size: .42em; line-height: 1.14; letter-spacing: -.025em; }
.model-lead { max-width: 650px; color: var(--muted); font-size: 16px; }
.model-price { margin: 26px 0; padding: 19px 0; display: flex; flex-direction: column; border-block: 1px solid #ced1c8; }
.model-price b { font-size: 30px; letter-spacing: -.04em; }
.model-price span { margin-top: 3px; color: var(--muted); font-size: 12px; }
.model-price small { margin-top: 5px; color: #8b9189; font-size: 10px; }
.model-actions { display: flex; gap: 9px; }
.fit-advice { margin-top: 26px; padding: 17px; display: grid; grid-template-columns: 40px 1fr; gap: 13px; background: #fffef8; border: 1px solid #d6d8cf; border-radius: 14px; }
.fit-advice > span { width: 40px; height: 40px; display: grid; place-items: center; background: var(--lime); border-radius: 10px; }
.fit-advice b { font-size: 14px; }
.fit-advice p { margin: 4px 0 0; color: var(--muted); font-size: 11px; }
.key-specs { color: #fff; background: var(--ink); }
.key-specs .shell { display: grid; grid-template-columns: repeat(5,1fr); }
.key-specs .shell > div { min-height: 118px; padding: 23px 24px; display: grid; grid-template-columns: 28px 1fr; gap: 3px 10px; border-right: 1px solid #3a4039; }
.key-specs .shell > div:first-child { border-left: 1px solid #3a4039; }
.key-specs .icon { grid-row: span 2; color: var(--lime); }
.key-specs span { color: #9ca49a; font-size: 10px; text-transform: uppercase; }
.key-specs b { font-size: 24px; }
.key-specs small { color: #aab1a7; font-size: 11px; font-weight: 500; }
.model-content { padding: 64px 0 80px; display: grid; grid-template-columns: minmax(0,1fr) 310px; gap: 60px; align-items: start; }
.content-nav { margin-bottom: 30px; padding-bottom: 16px; display: flex; gap: 24px; border-bottom: 1px solid var(--line); }
.content-nav a { color: var(--blue); font-size: 13px; font-weight: 720; }
.spec-groups { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
.spec-group { padding: 24px; background: var(--card); border: 1px solid var(--line); border-radius: 17px; }
.spec-group h2 { margin: 0 0 17px; display: flex; align-items: center; gap: 10px; font-size: 19px; }
.spec-group h2 .icon { color: #65705f; }
.spec-group dl { margin: 0; }
.spec-group dl > div { padding: 9px 0; display: grid; grid-template-columns: 1fr 1fr; gap: 14px; border-top: 1px solid #e5e6df; }
.spec-group dt { color: var(--muted); font-size: 12px; }
.spec-group dd { margin: 0; text-align: right; font-size: 13px; font-weight: 680; }
.spec-group dd small { display: block; color: #626961; font-size: 10px; font-weight: 500; }
.range-note { margin-top: 20px; padding: 30px; background: #e6e8df; border-radius: 17px; }
.range-note h2 { margin: 0 0 8px; }
.range-note p { color: var(--muted); }
.range-note a { color: var(--blue); font-weight: 720; }
.model-aside { position: sticky; top: 98px; display: flex; flex-direction: column; gap: 14px; }
.aside-card { padding: 24px; background: var(--card); border: 1px solid var(--line); border-radius: 17px; }
.aside-card h2 { margin: 8px 0; font-size: 24px; }
.aside-card ul { padding-left: 18px; color: var(--muted); font-size: 13px; }
.aside-card a { color: var(--blue); font-size: 13px; font-weight: 720; }
.aside-guides { display: grid; gap: 9px; }
.aside-guides b { margin-bottom: 3px; }
.aside-warning { background: #fff4da; border-color: #e8d39f; }
.aside-warning p { margin-bottom: 0; color: #6c572d; font-size: 12px; }
.related-section { padding: 70px 0 90px; background: #eaeae3; }

/* Picker */
.picker-hero { padding: 55px 0 70px; color: #fff; background: var(--ink); }
.picker-hero .breadcrumbs, .picker-hero .overline, .picker-hero p { color: #aab1a7; }
.picker-hero h1 { color: var(--lime); }
.picker-shell { padding: 55px 0 90px; }
.picker-progress { max-width: 560px; margin: 0 auto 34px; display: flex; align-items: center; }
.picker-progress span { width: 36px; height: 36px; display: grid; place-items: center; color: #6f756e; background: #e2e4dc; border-radius: 50%; font-size: 12px; font-weight: 800; }
.picker-progress span.active { color: var(--ink); background: var(--lime); }
.picker-progress i { height: 1px; flex: 1; background: #c8cbc1; }
.picker-form { max-width: 800px; min-height: 470px; margin: 0 auto; padding: 42px; display: flex; flex-direction: column; background: var(--card); border: 1px solid var(--line); border-radius: 24px; box-shadow: var(--shadow); }
.picker-form fieldset { margin: 0; padding: 0; border: 0; }
.picker-form legend { padding: 0; display: flex; flex-direction: column; font-size: 34px; font-weight: 800; letter-spacing: -.04em; }
.picker-form legend small { color: var(--blue); font-size: 11px; letter-spacing: .09em; text-transform: uppercase; }
.picker-form fieldset > p { color: var(--muted); }
.big-input { width: 240px; margin: 32px auto 17px; position: relative; }
.big-input input { width: 100%; height: 92px; padding: 0 70px 0 26px; color: var(--ink); background: #f0f1eb; border: 2px solid transparent; border-radius: 17px; font-size: 45px; font-weight: 800; }
.big-input span { position: absolute; top: 34px; right: 24px; color: var(--muted); font-weight: 700; }
.range-presets { display: flex; justify-content: center; gap: 7px; }
.range-presets button { min-width: 50px; min-height: 38px; background: transparent; border: 1px solid var(--line); border-radius: 9px; }
.answer-grid { margin-top: 30px; display: grid; grid-template-columns: repeat(3,1fr); gap: 11px; }
.answer-grid label input { position: absolute; opacity: 0; }
.answer-grid label span { min-height: 130px; padding: 20px; display: flex; flex-direction: column; justify-content: end; background: #f2f2ed; border: 2px solid transparent; border-radius: 14px; }
.answer-grid label span:hover { border-color: #c8cac2; }
.answer-grid input:checked + span { background: #f2ffd3; border-color: #9cc32f; }
.answer-grid b { font-size: 16px; }
.answer-grid small { margin-top: 4px; color: var(--muted); }
.picker-buttons { margin-top: auto; padding-top: 35px; display: flex; justify-content: space-between; }
.picker-buttons > :only-child, .picker-buttons [data-picker-next]:first-child { margin-left: auto; }
.picker-results { padding-top: 20px; }
.picker-result-head { margin-bottom: 30px; display: flex; align-items: end; justify-content: space-between; gap: 20px; }
.picker-result-head h2 { margin: 5px 0; font-size: 38px; letter-spacing: -.04em; }
.picker-result-head p { margin: 0; color: var(--muted); }
.picker-results > .button { margin-top: 28px; }
.picker-results .metric-row > span { grid-template-columns: 1fr; }
.picker-results .metric-row b { grid-column: 1; }

/* Compare */
.compare-shell { padding: 38px 0 90px; }
.compare-toolbar { margin-bottom: 24px; display: flex; align-items: center; gap: 18px; }
.compare-toolbar label { display: flex; align-items: center; gap: 7px; color: var(--muted); font-size: 12px; }
.compare-toolbar .button-ghost { margin-left: auto; }
.compare-empty { min-height: 400px; display: grid; place-items: center; place-content: center; text-align: center; background: var(--card); border: 1px dashed #bfc3b9; border-radius: 20px; }
.compare-empty > .icon { width: 58px; height: 58px; color: #8c938a; }
.compare-empty h2 { margin-bottom: 0; }
.compare-empty p { color: var(--muted); }
.compare-table-wrap { width: 100%; overflow-x: auto; border: 1px solid var(--line); border-radius: 18px; background: var(--card); }
.comparison { width: 100%; min-width: 760px; border-collapse: collapse; table-layout: fixed; }
.comparison th, .comparison td { width: 220px; padding: 14px; text-align: left; vertical-align: top; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.comparison th:first-child, .comparison td:first-child { width: 190px; position: sticky; left: 0; z-index: 2; background: #f0f1eb; }
.comparison thead th { position: sticky; top: 0; z-index: 3; background: var(--card); }
.comparison thead th:first-child { z-index: 4; }
.comparison .compare-model-image { height: 120px; display: grid; place-items: center; overflow: hidden; background: #eff0ea; border-radius: 11px; }
.comparison .compare-model-image img { width: 100%; height: 100%; object-fit: contain; }
.comparison h3 { margin: 10px 0 2px; font-size: 15px; }
.comparison h3 .name-secondary { font-size: 11px; }
.comparison small { color: var(--muted); }
.comparison .remove-compare { float: right; width: 30px; height: 30px; color: var(--muted); background: #eceee7; border: 0; border-radius: 8px; }
.comparison .group-row th { padding: 10px 14px; color: #fff; background: var(--ink); font-size: 12px; text-transform: uppercase; }
.comparison .best { background: #f3ffd9; }
@media (min-width: 1200px) {
  .compare-table-wrap { overflow: clip; }
  .comparison thead th { top: 74px; }
}
.model-dialog { width: min(680px,calc(100vw - 28px)); max-height: min(720px,calc(100vh - 40px)); padding: 0; color: var(--ink); background: var(--card); border: 0; border-radius: 20px; box-shadow: 0 30px 90px rgba(0,0,0,.3); }
.model-dialog::backdrop { background: rgba(18,21,18,.68); backdrop-filter: blur(5px); }
.compare-page .compare-tray { display: none !important; }
.dialog-head { padding: 20px; display: flex; justify-content: space-between; border-bottom: 1px solid var(--line); }
.dialog-head p { margin: 2px 0 0; color: var(--muted); font-size: 11px; }
.dialog-head button { width: 38px; height: 38px; background: #eceee7; border: 0; border-radius: 10px; font-size: 24px; }
.dialog-search { height: 50px; margin: 15px; padding: 0 13px; display: flex; align-items: center; gap: 9px; background: #f1f2ec; border-radius: 11px; }
.dialog-search input { min-width: 0; flex: 1; border: 0; outline: 0; background: transparent; }
.dialog-list { max-height: 480px; overflow-y: auto; padding: 0 15px 15px; }
.dialog-list button { width: 100%; padding: 10px; display: grid; grid-template-columns: 64px 1fr auto; gap: 12px; align-items: center; text-align: left; background: transparent; border: 0; border-bottom: 1px solid var(--line); }
.dialog-list button:hover { background: #f1f2ec; }
.dialog-list img, .dialog-list .mini-placeholder { width: 64px; height: 52px; object-fit: contain; background: #eef0e9; border-radius: 7px; }
.dialog-list b { display: block; }
.dialog-list b .name-secondary { font-size: 10px; }
.dialog-list small { color: var(--muted); }
.dialog-list em { color: var(--blue); font-size: 11px; font-style: normal; }

/* Guides and prose */
.guide-cards { padding: 42px 0 90px; display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
.guide-card { min-height: 220px; padding: 27px; display: grid; grid-template-columns: 35px 1fr 24px; gap: 14px; align-items: start; background: var(--card); border: 1px solid var(--line); border-radius: 18px; }
.guide-card:hover { box-shadow: var(--shadow); }
.guide-card > span { color: var(--blue); font-size: 11px; font-weight: 800; }
.guide-card small { color: var(--muted); font-size: 10px; text-transform: uppercase; }
.guide-card h2 { margin: 12px 0 8px; font-size: 25px; letter-spacing: -.035em; }
.guide-card p { color: var(--muted); font-size: 13px; }
.guide-card > .icon { margin-top: auto; color: #858c83; }
.guide-article > header { padding: 48px 0 65px; color: #fff; background: var(--ink); }
.guide-header .breadcrumbs, .guide-header .overline { color: #a6aea4; }
.guide-header h1 { max-width: 930px; margin: 14px 0; color: var(--lime); font-size: clamp(45px,6vw,82px); line-height: .92; letter-spacing: -.065em; }
.guide-header > p { max-width: 700px; color: #bec4bb; font-size: 20px; }
.guide-header > small { color: #838b81; }
.guide-layout { padding: 64px 0 90px; display: grid; grid-template-columns: minmax(0,780px) 260px; gap: 90px; justify-content: center; align-items: start; }
.guide-content { font-size: 18px; line-height: 1.72; }
.guide-content .lead { margin-top: 0; color: #343a34; font-size: 23px; line-height: 1.5; }
.guide-content h2 { margin: 48px 0 12px; font-size: 31px; line-height: 1.15; letter-spacing: -.035em; }
.guide-content ul { padding-left: 23px; }
.guide-content .callout, .prose .callout { margin: 35px 0; padding: 23px; background: #efffd2; border-left: 4px solid #9fc632; border-radius: 0 13px 13px 0; }
.guide-table { margin: 26px 0; border: 1px solid var(--line); border-radius: 14px; overflow: hidden; }
.guide-table > div { padding: 14px 17px; display: flex; justify-content: space-between; border-bottom: 1px solid var(--line); }
.guide-table > div:last-child { border: 0; }
.guide-table span { color: var(--muted); }
.formula { margin: 28px 0; padding: 28px; color: #fff; background: var(--ink); border-radius: 16px; text-align: center; }
.formula b { display: block; color: var(--lime); font-size: 24px; }
.formula span { color: #aab1a7; font-size: 11px; }
.guide-next { margin-top: 55px; padding: 30px; background: #e7e9e0; border-radius: 17px; }
.guide-next > span { color: var(--muted); font-size: 11px; text-transform: uppercase; }
.guide-next h2 { margin-top: 6px; }
.guide-layout aside { padding: 20px; position: sticky; top: 96px; display: flex; flex-direction: column; gap: 12px; background: var(--card); border: 1px solid var(--line); border-radius: 14px; font-size: 12px; }
.guide-layout aside a { color: var(--blue); }
.prose { padding: 60px 0 90px; font-size: 17px; line-height: 1.72; }
.prose h2 { margin: 44px 0 10px; font-size: 30px; letter-spacing: -.035em; }
.prose > h2:first-child { margin-top: 0; }
.tier-list { padding: 0; list-style: none; border-top: 1px solid var(--line); }
.tier-list li { padding: 18px 0; display: grid; grid-template-columns: 140px 1fr; border-bottom: 1px solid var(--line); }
.tier-list span { color: var(--muted); }
.correction-card { padding: 30px; background: var(--card); border: 1px solid var(--line); border-radius: 18px; }
.not-found { min-height: 70vh; padding: 80px 0; display: grid; align-items: center; background: #e9e9e1; }
.not-found span { color: #9da39b; font-size: 16px; font-weight: 800; }
.not-found h1 { margin: 10px 0; font-size: clamp(62px,9vw,120px); line-height: .83; letter-spacing: -.08em; }
.not-found p { color: var(--muted); }
.not-found div > div { display: flex; align-items: center; gap: 20px; }

@media (max-width: 1180px) {
  .bike-grid { grid-template-columns: repeat(3,minmax(0,1fr)); }
  .catalog-grid { grid-template-columns: repeat(2,minmax(0,1fr)); }
  .scenario-grid { grid-template-columns: repeat(2,1fr); }
  .scenario { min-height: 220px; }
  .hero-grid { gap: 45px; }
  .hero-panel { padding: 32px; }
  .brand-rail { grid-template-columns: repeat(3,1fr); }
  .brands-grid { grid-template-columns: repeat(2,1fr); }
  .key-specs .shell > div { padding-inline: 15px; }
}

@media (max-width: 900px) {
  :root { --shell: min(100% - 32px, 760px); }
  .desktop-nav { display: none; }
  .menu-button { display: block; }
  .header-actions { margin-left: auto; }
  .mobile-nav { padding: 10px 16px 18px; position: absolute; top: 74px; inset-inline: 0; flex-direction: column; gap: 2px; color: #fff; background: var(--ink); border-bottom: 1px solid #3f443f; }
  .mobile-nav.open { display: flex; }
  .mobile-nav a { padding: 13px; border-radius: 9px; }
  .mobile-nav a.active { color: var(--ink); background: var(--lime); }
  .hero-grid { min-height: auto; padding: 64px 0; grid-template-columns: 1fr; }
  .hero-panel { min-height: 330px; }
  .choice-grid, .trust-grid { grid-template-columns: 1fr; gap: 45px; }
  .footer-grid { grid-template-columns: 2fr 1fr 1fr; }
  .footer-data { grid-column: 2/3; }
  .catalog-shell { display: block; }
  .mobile-filter-button { width: 100%; min-height: 48px; margin-bottom: 16px; padding: 0 16px; display: flex; align-items: center; gap: 9px; background: var(--card); border: 1px solid var(--line); border-radius: 12px; font-weight: 750; }
  .mobile-filter-button span { margin-left: auto; color: var(--ink); background: var(--lime); border-radius: 6px; font-size: 11px; }
  .filter-panel { width: 100%; height: 100dvh; max-height: none; padding: 18px; position: fixed; z-index: 220; inset: 0; display: none; border: 0; border-radius: 0; }
  .filter-panel.open { display: block; }
  .filter-mobile-head { margin-bottom: 20px; display: flex; align-items: center; justify-content: space-between; font-size: 20px; }
  .filter-mobile-head button { width: 42px; height: 42px; background: #eceee7; border: 0; border-radius: 10px; font-size: 26px; }
  .filter-apply { display: flex; position: sticky; bottom: 0; }
  .filter-reset { padding-bottom: 20px; }
  .results-toolbar { align-items: flex-start; }
  .view-button { display: none; }
  .model-hero-grid { grid-template-columns: 1fr; }
  .model-gallery { min-height: 450px; }
  .key-specs .shell { padding: 0; grid-template-columns: repeat(3,1fr); }
  .key-specs .shell > div:nth-child(n+4) { border-top: 1px solid #3a4039; }
  .model-content { grid-template-columns: 1fr; gap: 30px; }
  .model-aside { position: static; }
  .brand-hero-grid { grid-template-columns: 1fr; }
  .brand-hero-image { height: 280px; }
  .guide-layout { grid-template-columns: 1fr; gap: 30px; }
  .guide-layout aside { position: static; }
}

@media (max-width: 680px) {
  :root { --shell: calc(100vw - 24px); --radius: 15px; }
  body { font-size: 15px; }
  .header-inner { height: 64px; }
  .logo { font-size: 14px; }
  .logo-mark { width: 34px; height: 34px; }
  .mobile-nav { top: 64px; }
  .header-favorite { min-width: 42px; height: 40px; }
  .menu-button { width: 42px; height: 40px; }
  .hero-grid { padding: 46px 0 52px; gap: 32px; }
  .hero h1 { font-size: clamp(41px,12vw,47px); letter-spacing: -.065em; }
  .hero-copy > p { font-size: 16px; }
  .hero-search { height: auto; min-height: 58px; padding: 6px 7px 6px 14px; }
  .hero-search button { width: 51px; padding: 0; font-size: 0; }
  .hero-search button::after { content: "→"; font-size: 20px; }
  .hero-actions { align-items: stretch; flex-direction: column; gap: 14px; }
  .hero-actions .text-link { padding-left: 4px; }
  .hero-panel { min-height: 305px; padding: 26px; }
  .hero-panel::after { width: 220px; height: 120px; }
  .hero-number { font-size: 82px; }
  .hero-panel > p { margin: 14px 0 24px; font-size: 17px; }
  .quick-fit, .featured-section, .brands-section, .trust-section, .related-section { padding: 55px 0; }
  .section-heading { align-items: flex-start; flex-direction: column; gap: 10px; }
  .section-heading h2 { font-size: 33px; }
  .section-heading > a { font-size: 13px; }
  .scenario-grid, .bike-grid, .catalog-grid, .brands-grid, .guide-cards { grid-template-columns: 1fr; }
  .scenario { min-height: 190px; }
  .bike-card { display: grid; grid-template-columns: 42% 58%; }
  .bike-media { height: 100%; min-height: 250px; aspect-ratio: auto; }
  .bike-media img { padding: 5px; }
  .bike-badges { top: 8px; left: 8px; gap: 3px; }
  .badge { padding: 4px 6px; font-size: 8px; }
  .favorite-button { top: 7px; right: 7px; }
  .bike-body { min-width: 0; padding: 14px; }
  .bike-body h3 { min-height: 44px; font-size: 17px; }
  .fit-line { margin-bottom: 8px; font-size: 10px; }
  .metric-row { grid-template-columns: 1fr; border-block: 0; }
  .metric-row > span { padding: 4px 0; grid-template-columns: 16px 1fr; }
  .metric-row small { display: none; }
  .bike-bottom { align-items: stretch; flex-direction: column; padding-top: 9px; }
  .price b { font-size: 15px; }
  .price small { display: none; }
  .compare-button { width: 100%; justify-content: center; }
  .choice-strip { padding: 55px 0; }
  .choice-grid { gap: 35px; }
  .choice-grid h2 { font-size: 39px; }
  .brand-rail { grid-template-columns: 1fr 1fr; }
  .brand-rail a { min-height: 95px; padding: 15px; }
  .brand-rail b { font-size: 15px; }
  .trust-card { min-height: 420px; padding: 28px; }
  .trust-card h2 { font-size: 39px; }
  .trust-card a { left: 28px; bottom: 27px; }
  .trust-icon { width: 65px; height: 65px; }
  .guide-list a { padding: 22px 18px; }
  .footer-grid { grid-template-columns: 1fr 1fr; gap: 35px 20px; }
  .footer-grid > div:first-child { grid-column: 1/-1; }
  .footer-data { grid-column: auto; }
  .footer-bottom { flex-direction: column; }
  .compare-tray { min-width: calc(100vw - 20px); bottom: 10px; gap: 8px; }
  .compare-tray > div:first-child span { display: none; }
  .compare-thumbs { display: none; }
  .catalog-hero, .plain-hero, .brand-hero, .picker-hero { padding: 36px 0 42px; }
  .catalog-hero h1, .plain-hero h1, .brand-hero h1, .picker-hero h1 { font-size: 43px; }
  .catalog-hero p, .plain-hero p, .brand-hero p, .picker-hero p { font-size: 15px; }
  .breadcrumbs { margin-bottom: 28px !important; font-size: 11px; }
  .results-toolbar { flex-direction: column; }
  .toolbar-controls { width: 100%; }
  .toolbar-controls label { width: 100%; justify-content: space-between; }
  .toolbar-controls select { flex: 1; }
  .catalog-grid.list-view .bike-card { grid-template-columns: 42% 58%; }
  .catalog-grid.list-view .bike-media { min-height: 250px; }
  .brand-card { min-height: 98px; grid-template-columns: 76px 1fr 20px; }
  .brand-card-image { width: 76px; height: 68px; }
  .brand-actions { align-items: stretch; flex-direction: column; }
  .brand-hero-image { height: 230px; }
  .model-hero { padding-top: 22px; }
  .model-gallery { min-height: 340px; }
  .model-gallery .bike-placeholder { min-height: 340px; }
  .model-summary h1 { font-size: 41px; }
  .model-summary h1 .name-secondary { font-size: .46em; }
  .model-actions { flex-direction: column; }
  .key-specs .shell { grid-template-columns: 1fr 1fr; }
  .key-specs .shell > div { min-height: 96px; padding: 17px 12px; border-top: 1px solid #3a4039; }
  .key-specs .shell > div:first-child, .key-specs .shell > div:nth-child(2) { border-top: 0; }
  .key-specs b { font-size: 19px; }
  .model-content { padding: 42px 0 55px; }
  .content-nav { overflow-x: auto; }
  .spec-groups { grid-template-columns: 1fr; }
  .spec-group { padding: 19px; }
  .picker-shell { padding: 30px 0 60px; }
  .picker-form { min-height: 500px; padding: 25px 18px; }
  .picker-form legend { font-size: 28px; }
  .answer-grid { grid-template-columns: 1fr; }
  .answer-grid label span { min-height: 92px; }
  .picker-result-head { align-items: flex-start; flex-direction: column; }
  .compare-toolbar { align-items: stretch; flex-wrap: wrap; }
  .compare-toolbar .button { width: 100%; }
  .compare-toolbar .button-ghost { margin-left: 0; }
  .comparison th:first-child, .comparison td:first-child { width: 145px; }
  .guide-header h1 { font-size: 48px; }
  .guide-header > p { font-size: 17px; }
  .guide-layout { padding: 40px 0 60px; }
  .guide-content { font-size: 16px; }
  .guide-content .lead { font-size: 19px; }
  .guide-content h2 { font-size: 27px; }
  .guide-table > div { align-items: flex-start; flex-direction: column; gap: 3px; }
  .tier-list li { grid-template-columns: 1fr; gap: 3px; }
  [data-privacy-notice] { width: calc(100vw - 20px); padding: 14px; right: 10px; bottom: max(10px,env(safe-area-inset-bottom)); align-items: stretch; flex-direction: column; gap: 12px; }
  [data-privacy-notice] [data-privacy-accept] { width: 100%; min-height: 48px; }
}

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