/*
 * CORIO product-led visual system.
 * Inspired by the browsing rhythm of leading electric skateboard brands while
 * retaining CORIO's authentic product, factory and brand assets.
 */

:root {
  --ink: #111310;
  --ink-soft: #22251f;
  --paper: #f5f3f0;
  --mist: #e7e5e1;
  --line: rgba(17, 19, 16, .13);
  --muted: #696d65;
  --acid: #e4002b;
  --acid-dark: #b50020;
  --signal: #e4002b;
  --red: #e4002b;
  --radius-sm: 14px;
  --radius: 24px;
  --radius-lg: 36px;
  --shadow: 0 28px 80px rgba(17, 19, 16, .12);
}

body { background: var(--paper); }
h1, h2, h3 { letter-spacing: -.05em; }
::selection { color: var(--white); background: var(--acid); }
:focus-visible { outline-color: var(--acid-dark); }
.section-space { padding-block: clamp(88px, 9vw, 138px); }

.button {
  min-height: 52px;
  padding: 14px 22px;
  border-radius: 999px;
  gap: 26px;
  letter-spacing: .035em;
}
.button--large { min-height: 58px; padding-inline: 28px; }
.button--dark:hover { color: var(--white); background: var(--acid); }
.button--light:hover { color: var(--white); background: var(--acid); }
.button--acid { color: var(--white); background: var(--acid); }
.button--acid:hover { color: var(--white); background: var(--ink); }
.button--outline-light { border-radius: 999px; }
.text-link:hover,
.breadcrumb a:hover { color: var(--acid); }
.section-kicker span::before { background: var(--acid-dark); }

/* Navigation */
.utility-bar { color: rgba(255,255,255,.68); border-bottom: 1px solid rgba(255,255,255,.08); background: #0b0d0b; }
.utility-bar a:hover { color: var(--acid); opacity: 1; }
.signal-dot { background: var(--acid); box-shadow: 0 0 0 4px rgba(228,0,43,.12); }
.site-header { height: 76px; background: rgba(243,244,239,.94); backdrop-filter: blur(18px); }
.site-header__inner { height: 76px; }
.site-brand__mark { width: 76px; height: 58px; border-radius: 0; background: transparent; }
.site-brand__mark img { width: 76px; height: 58px; object-fit: contain; }
.site-logo--inverse { display: none; }
.site-brand__descriptor { color: #62665e; }
.primary-nav__list > li > a::after { bottom: 16px; height: 2px; background: var(--acid-dark); }
.header-inquiry { color: var(--white); background: var(--acid); }
.header-inquiry:hover { color: var(--white); background: var(--ink); }
.product-menu { width: 370px; border-radius: 0 0 18px 18px; }
.product-menu a { grid-template-columns: 90px minmax(0,1fr); column-gap: 16px; }
.product-menu strong,
.product-menu span { min-width: 0; white-space: nowrap; }

.home .site-header {
  position: absolute;
  z-index: 60;
  top: 34px;
  right: 0;
  left: 0;
  height: auto;
  color: var(--white);
  border: 0;
  background: transparent;
  backdrop-filter: none;
}
.home .site-header__inner {
  height: 70px;
  margin-top: 16px;
  padding-inline: 18px;
  border: 1px solid rgba(255,255,255,.18);
  border-radius: 18px;
  background: rgba(8,10,9,.62);
  box-shadow: 0 16px 50px rgba(0,0,0,.15);
  backdrop-filter: blur(16px);
}
.admin-bar.home .site-header:not(.is-scrolled) { top: 66px; }
.home .site-logo--standard { display: none; }
.home .site-logo--inverse { display: block; }
.home .site-brand__descriptor { color: rgba(255,255,255,.64); border-color: rgba(255,255,255,.24); }
.home .primary-nav__list > li > a::after { background: var(--acid); }
.home .header-inquiry { color: var(--white); background: var(--acid); }
.home .product-menu { color: var(--white); }

.home .site-header.is-scrolled {
  position: fixed;
  top: 0;
  height: 76px;
  color: var(--ink);
  border-bottom: 1px solid rgba(17,19,16,.1);
  background: rgba(243,244,239,.97);
  box-shadow: 0 12px 36px rgba(17,19,16,.1);
  backdrop-filter: blur(18px);
}
.admin-bar.home .site-header.is-scrolled { top: 32px; }
.home .site-header.is-scrolled .site-header__inner {
  width: var(--shell);
  height: 76px;
  margin-top: 0;
  padding-inline: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
  backdrop-filter: none;
}
.home .site-header.is-scrolled .site-logo--standard { display: block; }
.home .site-header.is-scrolled .site-logo--inverse { display: none; }
.home .site-header.is-scrolled .site-brand__descriptor { color: #62665e; border-color: var(--line); }
.home .site-header.is-scrolled .primary-nav__list > li > a::after { background: var(--acid-dark); }

/* Home hero */
.ride-hero {
  position: relative;
  min-height: min(910px, calc(100vh - 34px));
  overflow: hidden;
  color: var(--white);
  background: #070909;
}
.ride-hero__media,
.ride-hero__shade { position: absolute; inset: 0; }
.ride-hero__media img { width: 100%; height: 100%; object-fit: cover; object-position: center 62%; transform: scale(1.015); }
.ride-hero__shade {
  background:
    linear-gradient(90deg, rgba(3,5,5,.9) 0%, rgba(3,5,5,.6) 42%, rgba(3,5,5,.1) 75%),
    linear-gradient(0deg, rgba(3,5,5,.72), transparent 42%);
}
.ride-hero__inner {
  position: relative;
  z-index: 2;
  display: flex;
  min-height: min(910px, calc(100vh - 34px));
  padding: 170px 0 106px;
  align-items: flex-end;
  justify-content: space-between;
  gap: 50px;
}
.ride-hero__copy { max-width: 800px; }
.ride-eyebrow,
.ride-label {
  margin: 0 0 25px;
  font-size: .7rem;
  font-weight: 760;
  letter-spacing: .14em;
  line-height: 1.4;
  text-transform: uppercase;
}
.ride-eyebrow { display: flex; align-items: center; gap: 15px; color: var(--acid); }
.ride-eyebrow span { color: rgba(255,255,255,.65); }
.ride-eyebrow::before { width: 30px; height: 2px; content: ""; background: var(--acid); }
.ride-hero h1 { max-width: 800px; font-size: clamp(4.2rem, 7.5vw, 8.6rem); font-weight: 620; line-height: .91; }
.ride-hero h1 em { color: var(--acid); font-style: normal; }
.ride-hero__copy > p:not(.ride-eyebrow) { max-width: 610px; margin: 35px 0 0; color: rgba(255,255,255,.72); font-size: clamp(.96rem,1.2vw,1.08rem); }
.ride-hero__actions { display: flex; margin-top: 38px; align-items: center; gap: 30px; }
.ride-link { display: inline-flex; padding: 10px 0; border-bottom: 1px solid rgba(255,255,255,.55); align-items: center; gap: 34px; font-size: .76rem; font-weight: 740; letter-spacing: .06em; text-transform: uppercase; }
.ride-link:hover { color: var(--acid); border-color: var(--acid); }
.ride-hero__scroll { position: absolute; z-index: 3; right: 30px; bottom: 30px; display: flex; align-items: center; gap: 20px; color: rgba(255,255,255,.55); font-size: .62rem; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; transform: rotate(-90deg) translateX(100%); transform-origin: right bottom; }

/* Proof and headings */
.ride-proof { color: var(--ink); background: #ebe9e5; }
.ride-proof__grid { display: grid; grid-template-columns: repeat(4,1fr); }
.ride-proof__grid > div { display: flex; min-height: 142px; padding: 26px 28px; border-right: 1px solid rgba(17,19,16,.16); align-items: center; gap: 18px; }
.ride-proof__grid > div:first-child { border-left: 1px solid rgba(17,19,16,.16); }
.ride-proof strong { color: var(--acid); font-size: clamp(1.7rem,2.6vw,2.8rem); font-weight: 620; letter-spacing: -.06em; line-height: 1; }
.ride-proof strong sup { font-size: .45em; }
.ride-proof span { font-size: .62rem; font-weight: 730; letter-spacing: .055em; line-height: 1.5; text-transform: uppercase; }
.ride-label { color: var(--acid-dark); }
.ride-label--dark { color: var(--acid); }
.ride-heading { display: grid; margin-bottom: 55px; grid-template-columns: minmax(0,1.35fr) minmax(260px,.65fr); align-items: end; gap: 8%; }
.ride-heading h2 { max-width: 880px; font-size: clamp(3rem,5.8vw,6.2rem); }
.ride-heading > p { max-width: 450px; margin: 0 0 8px; color: var(--muted); }
.ride-heading--center { align-items: center; }
.ride-inline-link { display: inline-flex; padding-block: 8px; border-bottom: 1px solid currentColor; align-items: center; gap: 30px; font-size: .73rem; font-weight: 760; letter-spacing: .06em; text-transform: uppercase; transition: gap .25s var(--ease), color .2s; }
.ride-inline-link:hover { color: var(--acid); gap: 38px; }

/* Product cards */
.ride-range { background: var(--paper); }
.product-grid { gap: 22px; }
.product-grid--home { grid-template-columns: repeat(3,1fr); }
.product-grid--catalog { gap: 24px; }
.product-grid--catalog > div:nth-child(3),
.product-grid--catalog > div:nth-child(4) { margin-top: 0; }
.product-card {
  height: 100%;
  overflow: hidden;
  border: 1px solid rgba(17,19,16,.07);
  border-radius: var(--radius);
  background: var(--white);
  box-shadow: 0 1px 0 rgba(17,19,16,.03);
  transition: transform .35s var(--ease), box-shadow .35s var(--ease);
}
.product-card:hover { transform: translateY(-6px); box-shadow: var(--shadow); }
.product-card__media { height: clamp(340px,34vw,500px); border-radius: 0; background: #ebece7; }
.product-card__media::after { position: absolute; inset: 0; content: ""; box-shadow: inset 0 -60px 80px rgba(0,0,0,.05); pointer-events: none; }
.product-card__index { top: 18px; left: 18px; width: auto; height: 30px; padding: 0 12px; border: 1px solid rgba(255,255,255,.3); border-radius: 999px; background: rgba(17,19,16,.56); backdrop-filter: blur(8px); }
.product-card__body { min-height: 190px; padding: 24px 25px 26px; align-items: flex-end; }
.product-card__body .product-card__kicker { margin: 0 0 7px; color: var(--muted); font-size: .61rem; }
.product-card__body h3 { font-size: clamp(2.25rem,3.5vw,3.8rem); font-weight: 650; }
.product-card__body .product-card__title { max-width: 230px; margin: 10px 0 0; color: #555950; font-size: .78rem; font-weight: 520; letter-spacing: 0; line-height: 1.45; text-transform: none; }
.product-card__cta { display: inline-flex; padding-bottom: 5px; border-bottom: 1px solid var(--ink); align-items: center; gap: 15px; flex: 0 0 auto; font-size: .66rem; font-weight: 770; letter-spacing: .07em; text-transform: uppercase; }
.product-card__cta:hover { color: var(--acid); border-color: currentColor; }
.ride-range__footer { display: flex; margin-top: 45px; align-items: center; justify-content: space-between; gap: 30px; }

/* CX07 story */
.night-story { padding: 22px; color: var(--white); background: var(--ink); }
.night-story__grid { display: grid; width: min(1480px,100%); min-height: 760px; grid-template-columns: 1.42fr .75fr; gap: 22px; }
.night-story__media { position: relative; min-height: 720px; overflow: hidden; border-radius: var(--radius); }
.night-story__media::after { position: absolute; inset: 0; content: ""; background: linear-gradient(0deg,rgba(0,0,0,.52),transparent 45%); }
.night-story__media img { width: 100%; height: 100%; object-fit: cover; }
.night-story__badge { position: absolute; z-index: 2; bottom: 28px; left: 30px; display: flex; align-items: baseline; gap: 15px; }
.night-story__badge span { font-size: clamp(3.2rem,5vw,5.6rem); font-weight: 650; letter-spacing: -.07em; line-height: .9; }
.night-story__badge small { color: rgba(255,255,255,.62); font-size: .65rem; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; }
.night-story__copy { display: flex; padding: clamp(42px,5vw,78px); border: 1px solid rgba(255,255,255,.1); border-radius: var(--radius); justify-content: center; flex-direction: column; background: #1b1e19; }
.night-story__copy h2 { font-size: clamp(2.6rem,4vw,4.6rem); }
.night-story__copy > p:not(.ride-label) { margin: 28px 0; color: rgba(255,255,255,.63); }
.night-story__copy ul { margin: 0 0 36px; padding: 0; list-style: none; }
.night-story__copy li { display: flex; padding: 13px 0; border-bottom: 1px solid rgba(255,255,255,.12); align-items: center; gap: 18px; font-size: .82rem; }
.night-story__copy li span { color: var(--acid); font-size: .6rem; font-weight: 750; letter-spacing: .1em; }
.night-story__copy .button { align-self: flex-start; }

/* Values */
.ride-values { background: #e8eae3; }
.ride-values__grid { display: grid; grid-template-columns: 1.28fr .72fr; gap: 22px; }
.ride-value { position: relative; min-height: 370px; overflow: hidden; border-radius: var(--radius); }
.ride-value--large { display: grid; min-height: 620px; padding: 46px; color: var(--white); background: var(--ink); grid-template-rows: auto 1fr; }
.ride-value--large h3 { max-width: 700px; font-size: clamp(2.4rem,4vw,4.8rem); }
.ride-value--large img { position: absolute; right: 0; bottom: 0; width: 63%; height: 52%; border-radius: var(--radius) 0 0 0; object-fit: cover; opacity: .86; }
.ride-value--image { grid-row: span 1; color: var(--white); }
.ride-value--image::after { position: absolute; inset: 0; content: ""; background: linear-gradient(0deg,rgba(0,0,0,.8),transparent 60%); }
.ride-value--image img { width: 100%; height: 100%; object-fit: cover; }
.ride-value--image > div { position: absolute; z-index: 2; right: 34px; bottom: 34px; left: 34px; }
.ride-value--image h3 { margin-top: 15px; }
.ride-value--acid { display: grid; min-height: 228px; padding: 42px 48px; background: #dedbd6; grid-column: 1 / -1; grid-template-columns: 150px minmax(0,1fr) auto; grid-template-rows: 1fr 1fr; align-items: center; column-gap: clamp(34px,5vw,84px); }
.ride-value--acid h3 { max-width: 680px; margin: 0; grid-column: 2; grid-row: 1 / 3; }
.ride-value__number { color: rgba(255,255,255,.48); font-size: .66rem; font-weight: 760; letter-spacing: .1em; }
.ride-value--acid .ride-value__number { align-self: end; color: rgba(17,19,16,.48); grid-column: 1; grid-row: 1; }
.ride-value--acid .ride-label { align-self: start; color: var(--acid-dark); opacity: 1; grid-column: 1; grid-row: 2; }
.ride-value--acid .ride-inline-link { align-self: center; grid-column: 3; grid-row: 1 / 3; }

/* Factory and partner */
.factory-story { background: var(--paper); }
.factory-story__visual { position: relative; height: min(68vw,760px); min-height: 520px; overflow: hidden; border-radius: var(--radius-lg); }
.factory-story__visual::after { position: absolute; inset: 0; content: ""; background: linear-gradient(0deg,rgba(0,0,0,.55),transparent 38%); }
.factory-story__visual img { width: 100%; height: 100%; object-fit: cover; }
.factory-story__caption { position: absolute; z-index: 2; right: 32px; bottom: 28px; left: 32px; display: flex; justify-content: space-between; color: rgba(255,255,255,.78); font-size: .64rem; font-weight: 720; letter-spacing: .1em; text-transform: uppercase; }
.factory-story__content { display: grid; padding-top: 55px; grid-template-columns: 1.2fr .7fr; gap: 10%; }
.factory-story__content h2 { max-width: 760px; }
.factory-story__content > div:last-child > p { margin: 6px 0 30px; color: var(--muted); }
.partner-path { color: var(--white); background: var(--ink); }
.partner-path__header { display: grid; margin-bottom: 60px; grid-template-columns: .42fr 1.2fr; align-items: start; gap: 7%; }
.partner-path__header h2 { max-width: 930px; font-size: clamp(3rem,5.8vw,6.4rem); }
.partner-path__grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 18px; }
.partner-path__grid article { min-height: 280px; padding: 30px; border: 1px solid rgba(255,255,255,.12); border-radius: var(--radius); background: #1a1d18; }
.partner-path__grid span { color: var(--acid); font-size: .65rem; font-weight: 760; letter-spacing: .1em; }
.partner-path__grid h3 { margin: 62px 0 18px; font-size: 2.2rem; }
.partner-path__grid p { max-width: 300px; margin: 0; color: rgba(255,255,255,.55); font-size: .9rem; }
.partner-path__action { display: flex; margin-top: 30px; padding-top: 30px; border-top: 1px solid rgba(255,255,255,.14); align-items: center; justify-content: space-between; gap: 30px; }
.partner-path__action p { margin: 0; color: rgba(255,255,255,.6); }

/* Product center */
.collection-hero { position: relative; min-height: 720px; overflow: hidden; color: var(--white); background: var(--ink); }
.collection-hero__media,
.collection-hero__shade { position: absolute; inset: 0; }
.collection-hero__media img { width: 100%; height: 100%; object-fit: cover; object-position: 68% center; }
.collection-hero__shade { background: linear-gradient(90deg,rgba(5,7,6,.92),rgba(5,7,6,.58) 48%,rgba(5,7,6,.1)); }
.collection-hero__inner { position: relative; z-index: 2; display: flex; min-height: 720px; padding-block: 80px; justify-content: center; flex-direction: column; }
.collection-hero .breadcrumb { margin-bottom: 55px; color: rgba(255,255,255,.54); }
.collection-hero h1 { max-width: 760px; font-size: clamp(4.2rem,7vw,7.8rem); line-height: .91; }
.collection-hero__inner > p:not(.breadcrumb,.ride-label) { max-width: 570px; margin: 30px 0 34px; color: rgba(255,255,255,.67); }
.collection-hero .button { align-self: flex-start; }
.collection-feature { background: #e8eae3; }
.collection-feature__grid { display: grid; grid-template-columns: .62fr 1.38fr; align-items: center; gap: 7%; }
.collection-feature__copy h2 { font-size: clamp(3rem,5vw,5.5rem); }
.collection-feature__copy > p:not(.ride-label) { margin: 28px 0; color: var(--muted); }
.collection-feature__media { position: relative; height: 620px; overflow: hidden; border-radius: var(--radius-lg); }
.collection-feature__media::after { position: absolute; inset: 0; content: ""; background: linear-gradient(0deg,rgba(0,0,0,.72),transparent 45%); }
.collection-feature__media img { width: 100%; height: 100%; object-fit: cover; transition: transform .7s var(--ease); }
.collection-feature__media:hover img { transform: scale(1.025); }
.collection-feature__media > span { position: absolute; z-index: 2; right: 34px; bottom: 28px; left: 34px; display: flex; align-items: baseline; gap: 18px; color: var(--white); font-size: clamp(3rem,5vw,5.8rem); font-weight: 640; letter-spacing: -.06em; line-height: 1; }
.collection-feature__media small { color: rgba(255,255,255,.62); font-size: .64rem; font-weight: 720; letter-spacing: .1em; text-transform: uppercase; }
.catalog { background: var(--paper); }
.catalog-toolbar { margin-bottom: 45px; padding-bottom: 24px; border-bottom: 1px solid var(--line); align-items: flex-end; }
.catalog-toolbar > div:first-child h2 { font-size: clamp(2.5rem,4vw,4.6rem); }
.catalog-toolbar .ride-label { margin-bottom: 14px; }
.filter-group { padding: 5px; border: 1px solid var(--line); border-radius: 999px; background: var(--white); gap: 4px; }
.filter-group button { min-height: 40px; padding: 10px 16px; border: 0; border-radius: 999px; }
.filter-group button.is-active { color: var(--white); background: var(--acid); }
.catalog-note { color: var(--white); background: var(--ink); }
.catalog-note__grid { padding-block: clamp(90px,10vw,145px); }
.catalog-note__grid h2 { font-size: clamp(3rem,5.5vw,6rem); }

/* Product details */
.product-hero { padding: 30px 0 88px; background: #e9ebe5; }
.product-hero--cx05 { background: #eee9ec; }
.product-hero--cx06 { background: #e4ebeb; }
.product-hero--cx07 { background: #121510; }
.product-hero--wheels { background: #eceee8; }
.product-hero__top { padding-bottom: 18px; }
.product-hero__grid { min-height: 630px; grid-template-columns: .78fr 1.22fr; gap: 5%; }
.product-hero__copy { padding: 40px; border-radius: var(--radius); background: rgba(255,255,255,.52); }
.product-hero--cx07 .product-hero__copy { background: rgba(255,255,255,.055); }
.product-hero__copy h1 { font-size: clamp(4.7rem,8vw,8rem); }
.product-hero__copy h2 { font-size: clamp(2rem,3vw,3.2rem); }
.product-hero__media { overflow: hidden; border-radius: var(--radius-lg); }
.product-hero__media img { height: 640px; }
.product-hero__media figcaption { padding: 13px 3px 0; }
.product-details { background: var(--paper); }
.feature-grid article { border-radius: var(--radius); background: var(--white); }
.feature-grid article > span { color: var(--acid); }
.product-gallery { background: #e8eae3; }
.product-gallery__main { overflow: hidden; border-radius: var(--radius-lg); }
.product-gallery__main figcaption { bottom: 18px; left: 18px; border-radius: 999px; }
.gallery-thumb { overflow: hidden; border-radius: var(--radius-sm); }
.product-video { border: 20px solid var(--ink); background: var(--ink-soft); }
.product-video video { border-radius: var(--radius); }
.wheel-options__visual { border-radius: var(--radius-lg); }
.related-products { background: var(--paper); }

/* Inner pages */
.page-hero { min-height: 650px; }
.page-hero__inner { min-height: 650px; }
.page-hero__media::after { background: linear-gradient(90deg,rgba(8,9,10,.9),rgba(8,9,10,.45) 62%,rgba(8,9,10,.12)); }
.page-hero h1 { font-size: clamp(3.8rem,6.5vw,6.8rem); }
.manufacturing-system,
.story-section,
.contact-section,
.privacy-content { background: var(--paper); }
.capability-grid article,
.core-list article,
.contact-card,
.privacy-block { border-radius: var(--radius); }
.about-hero__media,
.about-profile__media,
.manufacturing-system__media,
.contact-hero__visual { overflow: hidden; border-radius: var(--radius-lg); }
.stats-band { color: var(--ink); background: #e9e7e2; }
.factory-stats { color: var(--white); background: #171a1d; }
.partner-banner { color: var(--white); background: #171a1d; }
.partner-banner .section-kicker--light { color: var(--white); }
.partner-banner .section-kicker span::before { background: var(--acid); }
.partner-banner .button--light { color: var(--white); background: var(--acid); }
.partner-banner .button--light:hover { color: var(--ink); background: var(--white); }
.contact-close { color: var(--white); background: #171a1d; }

/* Closing CTA and footer */
.closing-cta { padding-block: clamp(78px,8vw,115px); color: var(--ink); background: #e9e7e2; }
.closing-cta .section-kicker--light { color: var(--ink); }
.closing-cta .section-kicker span::before { background: var(--ink); }
.closing-cta h2 { font-size: clamp(2.8rem,5.1vw,5.8rem); }
.closing-cta .button--light { color: var(--white); background: var(--acid); }
.closing-cta .button--light:hover { color: var(--white); background: var(--ink); }
.site-footer { padding-top: 76px; background: #0b0d0b; }
.footer-brand { width: 150px; height: auto; padding: 0; border-radius: 0; background: transparent; }
.footer-brand img { width: 150px; height: auto; object-fit: contain; }
.site-footer__grid { gap: 5%; }
.back-to-top { border-radius: 50%; color: var(--white); background: var(--acid); }

@media (max-width: 1100px) {
  .ride-proof__grid > div { padding-inline: 18px; flex-direction: column; align-items: flex-start; justify-content: center; gap: 10px; }
  .ride-values__grid { grid-template-columns: 1fr 1fr; }
  .ride-value--large { grid-column: 1 / -1; }
  .ride-value--acid { display: flex; padding: 36px; grid-column: auto; flex-direction: column; justify-content: space-between; }
  .ride-value--acid h3 { margin: 12px 0 30px; }
  .ride-value--acid .ride-value__number,
  .ride-value--acid .ride-label,
  .ride-value--acid h3,
  .ride-value--acid .ride-inline-link { align-self: initial; grid-column: auto; grid-row: auto; }
  .ride-value--acid .ride-inline-link { align-self: flex-start; }
  .night-story__grid { grid-template-columns: 1.15fr .85fr; }
  .night-story__copy { padding: 44px 32px; }
}

@media (max-width: 820px) {
  .site-header { height: 72px; }
  .site-header__inner { height: 72px; }
  .home .site-header { top: 0; }
  .admin-bar.home .site-header:not(.is-scrolled) { top: 32px; }
  .home .site-header__inner { width: calc(100vw - 28px); height: 64px; margin-top: 12px; padding-inline: 13px; }
  .home .menu-toggle { color: var(--white); }
  .home .menu-toggle__icon i { background: var(--white); }
  .home.menu-open .site-header__inner { background: var(--ink); }
  .home .site-header.is-scrolled { top: 0; height: 72px; }
  .home .site-header.is-scrolled .site-header__inner { width: var(--shell); height: 72px; margin-top: 0; padding-inline: 0; }
  .home .site-header.is-scrolled .menu-toggle { color: var(--ink); }
  .home .site-header.is-scrolled .menu-toggle__icon i { background: var(--ink); }
  .home.menu-open .site-header.is-scrolled .site-logo--standard { display: none; }
  .home.menu-open .site-header.is-scrolled .site-logo--inverse { display: block; }
  .home.menu-open .site-header.is-scrolled .menu-toggle { color: var(--white); }
  .home.menu-open .site-header.is-scrolled .menu-toggle__icon i { background: var(--white); }
  .primary-nav__list > li > a.is-active { color: var(--acid); }
  .product-menu { border-radius: 0; }
  .product-menu a { grid-template-columns: 82px minmax(0,1fr); column-gap: 12px; }
  .primary-nav { visibility: hidden; transform: none; }
  .primary-nav.is-open { visibility: visible; transform: none; }

  .ride-hero,
  .ride-hero__inner { min-height: 780px; }
  .ride-hero__inner { padding: 140px 0 78px; align-items: flex-end; }
  .ride-hero__media img { object-position: 64% center; }
  .ride-hero__copy { max-width: 650px; }
  .ride-hero h1 { font-size: clamp(4rem,11vw,6.6rem); }
  .ride-hero__scroll { display: none; }
  .ride-proof__grid { grid-template-columns: repeat(2,1fr); }
  .ride-proof__grid > div { min-height: 126px; border-bottom: 1px solid rgba(17,19,16,.16); }
  .ride-heading,
  .factory-story__content,
  .partner-path__header,
  .collection-feature__grid { grid-template-columns: 1fr; gap: 28px; }
  .ride-heading > p { max-width: 580px; }
  .product-grid--home { grid-template-columns: repeat(2,1fr); }
  .product-grid--home .product-card:last-child { width: 100%; }
  .product-card__media { height: 410px; }
  .product-card__body { min-height: 180px; }
  .night-story__grid { grid-template-columns: 1fr; }
  .night-story__media { min-height: 620px; }
  .night-story__copy { min-height: 560px; }
  .ride-values__grid { grid-template-columns: 1fr; }
  .ride-value--large { grid-column: auto; }
  .ride-value--image { min-height: 480px; }
  .partner-path__grid { grid-template-columns: 1fr; }
  .partner-path__grid article { min-height: 220px; }
  .partner-path__grid h3 { margin-top: 38px; }
  .collection-hero,
  .collection-hero__inner { min-height: 680px; }
  .collection-feature__media { height: 570px; order: -1; }
  .product-hero__grid { grid-template-columns: 1fr; }
  .product-hero__copy { padding: 30px; }
  .product-hero__media img { height: 600px; }
  .catalog-toolbar { align-items: flex-start; flex-direction: column; gap: 25px; }
}

@media (max-width: 782px) {
  .admin-bar.home .site-header:not(.is-scrolled) { top: 46px; }
  .admin-bar.home .site-header.is-scrolled { top: 46px; }
}

@media (max-width: 560px) {
  .section-space { padding-block: 72px; }
  .button { min-height: 50px; gap: 20px; }
  .ride-hero,
  .ride-hero__inner { min-height: 730px; }
  .ride-hero__inner { padding: 120px 0 58px; }
  .ride-hero__shade { background: linear-gradient(90deg,rgba(3,5,5,.88),rgba(3,5,5,.34)),linear-gradient(0deg,rgba(3,5,5,.74),transparent 48%); }
  .ride-hero h1 { font-size: clamp(3.5rem,15vw,5.3rem); }
  .ride-hero__copy > p:not(.ride-eyebrow) { margin-top: 28px; font-size: .9rem; }
  .ride-eyebrow { align-items: flex-start; flex-direction: column; gap: 6px; }
  .ride-eyebrow::before { display: none; }
  .ride-hero__actions { align-items: flex-start; flex-direction: column; gap: 18px; }
  .ride-proof__grid { width: 100%; }
  .ride-proof__grid > div { min-height: 118px; padding: 18px; }
  .ride-proof strong { font-size: 1.75rem; }
  .ride-proof span { font-size: .54rem; }
  .ride-heading { margin-bottom: 38px; }
  .ride-heading h2 { font-size: clamp(2.7rem,12vw,4rem); }
  .product-grid--home,
  .product-grid--catalog { grid-template-columns: 1fr; }
  .product-card__media { height: min(112vw,460px); }
  .product-card__body { min-height: 165px; padding: 20px; }
  .product-card__body .product-card__title { max-width: 210px; }
  .ride-range__footer { align-items: flex-start; flex-direction: column; }
  .night-story { padding: 12px; }
  .night-story__grid { width: 100%; }
  .night-story__media { min-height: 480px; }
  .night-story__copy { min-height: auto; padding: 42px 26px; }
  .night-story__copy h2 { font-size: 2.75rem; }
  .ride-value--large { min-height: 570px; padding: 30px; }
  .ride-value--large h3 { font-size: 2.65rem; }
  .ride-value--large img { width: 84%; height: 45%; }
  .ride-value--image { min-height: 420px; }
  .ride-value--acid { min-height: 300px; padding: 30px; }
  .factory-story__visual { width: calc(100% - 24px); min-height: 430px; border-radius: var(--radius); }
  .factory-story__caption { right: 20px; bottom: 18px; left: 20px; flex-direction: column; gap: 5px; }
  .partner-path__action { align-items: flex-start; flex-direction: column; }
  .collection-hero,
  .collection-hero__inner { min-height: 650px; }
  .collection-hero__media img { object-position: 62% center; }
  .collection-hero h1 { font-size: clamp(3.7rem,14vw,5.2rem); }
  .collection-feature__media { height: 460px; border-radius: var(--radius); }
  .collection-feature__media > span { right: 22px; bottom: 20px; left: 22px; align-items: flex-start; flex-direction: column; gap: 7px; }
  .filter-group { width: 100%; }
  .filter-group button { flex: 1; padding-inline: 10px; }
  .product-hero { padding-bottom: 55px; }
  .product-hero__copy { padding: 25px 22px; }
  .product-hero__media { border-radius: var(--radius); }
  .product-hero__media img { height: 440px; }
  .product-video { border-width: 12px; }
  .closing-cta__inner { align-items: flex-start; }
}

@media (prefers-reduced-motion: reduce) {
  .product-card,
  .product-card__media img,
  .collection-feature__media img { transition: none; }
}
