:root {
  color-scheme: dark;
  --bg: #090909;
  --surface: #141313;
  --red: #d2131b;
  --red-dark: #540b13;
  --white: #f5f5f4;
  --muted: #a6a1a1;
  --line: #333030;
  --max: 1360px;
  --gutter: 56px;
  --display: "Bahnschrift", "DarwinPRO Chinese Display", "Arial Narrow", "Helvetica Neue", "Microsoft YaHei", sans-serif;
  --body: "Segoe UI", "DarwinPRO Sans", "PingFang SC", "Microsoft YaHei", Arial, sans-serif;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 100px; background: var(--bg); }
body { margin: 0; color: var(--white); background: var(--bg); font: 15px/1.65 var(--body); -webkit-font-smoothing: antialiased; }
body:has(dialog[open]) { overflow: hidden; }
body, button, input, select { letter-spacing: 0; }
h1,h2,h3,p,figure { margin: 0; }
h1,h2,h3 { font-family: var(--display); line-height: 1.15; font-weight: 700; text-wrap: balance; }
h1 { font-size: 64px; }
h2 { font-size: 38px; }
h3 { font-size: 25px; }
a { color: inherit; text-decoration: none; }
button,input,select { font: inherit; color: inherit; }
button,a,summary,select { -webkit-tap-highlight-color: transparent; }
button { cursor: pointer; }
button { border: 0; background: none; }
img { display: block; max-width: 100%; }
button:disabled { cursor: not-allowed; }
:focus-visible { outline: 2px solid #ff6970; outline-offset: 5px; }
::selection { background: var(--red); color: white; }
[hidden] { display: none !important; }
.icon { width: 22px; height: 22px; flex: 0 0 22px; filter: invert(1); object-fit: contain; }
.section { width: min(var(--max),calc(100% - var(--gutter) * 2)); margin-inline: auto; padding-block: 84px; }
.section-kicker { font: 500 12px/1.4 var(--display); color: var(--muted); margin-bottom: 12px; }
.skip-link { position: fixed; top: 8px; left: 16px; z-index: 300; padding: 12px; background: var(--red); transform: translateY(-150%); }
.skip-link:focus { transform: translateY(0); }
.visually-hidden { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip-path: inset(50%); white-space: nowrap; border: 0; }
.site-header { height: 88px; display: flex; align-items: center; justify-content: space-between; gap: 28px; padding-inline: var(--gutter); position: sticky; top: 0; z-index: 50; background: rgba(9,9,9,.96); border-bottom: 1px solid #ffffff12; backdrop-filter: blur(16px); }
.brand-lockup { width: 218px; flex-shrink: 0; padding: 0; }
.brand-lockup img { width: 100%; height: auto; }
.site-nav { display: flex; align-items: center; gap: 32px; margin-left: auto; }
.site-nav a { min-height: 44px; display: inline-flex; align-items: center; font: 500 14px/1.2 var(--display); white-space: nowrap; position: relative; }
.site-nav a:after { content: ""; height: 2px; position: absolute; bottom: 3px; left: 0; width: 0; background: var(--red); transition: width .25s; }
.site-nav a:hover:after,.site-nav a[aria-current]:after { width: 100%; }
.header-controls { display: flex; align-items: center; gap: 10px; }
.language-control { display: flex; align-items: center; gap: 7px; position: relative; min-height: 44px; padding-left: 22px; border-left: 1px solid var(--line); }
.language-control .icon { width: 18px; height: 18px; flex-basis: 18px; }
.language-control .icon:last-child { position: absolute; right: 0; width: 13px; pointer-events: none; }
.language-control select { border: 0; background: transparent; appearance: none; padding: 12px 19px 12px 0; font-size: 12px; cursor: pointer; width: 82px; }
.language-control option { background: #151515; }
.icon-button,.icon-link { width: 44px; height: 44px; display: inline-flex; justify-content: center; align-items: center; flex-shrink: 0; transition: background .2s; }
.icon-button:hover,.icon-link:hover { background: #ffffff12; }
.menu-toggle { display: none; }
.button { min-height: 50px; padding: 13px 23px; display: inline-flex; align-items: center; justify-content: center; gap: 30px; background: #242020; font-weight: 600; font-size: 14px; border: 1px solid transparent; transition: background .25s, border-color .25s; }
.button:hover { background: #353030; border-color: #666; }
.button-red { background: var(--red); }
.button-red:hover { background: #af1118; border-color: #f34b51; }
.text-link { display: inline-flex; align-items: center; gap: 22px; min-height: 44px; font-size: 13px; font-weight: 600; flex-shrink: 0; }
.section-heading .text-link { min-width: max-content; white-space: nowrap; }
.text-link .icon { transition: transform .25s; width: 19px; height: 19px; }
.text-link:hover .icon { transform: translate(3px,-3px); }
.hero { height: min(760px,calc(100svh - 180px)); position: relative; overflow: hidden; background: #090909; }
.hero-slides, .hero-media { display: block; width: 100%; height: 100%; }
.hero-slide { position: absolute; inset: 0; opacity: 0; pointer-events: none; transition: opacity .55s ease; }
.hero-slide.is-active { opacity: 1; pointer-events: auto; }
.hero-control { position: absolute; z-index: 2; top: 50%; width: 44px; height: 44px; border: 1px solid rgba(255,255,255,.35); border-radius: 50%; color: var(--white); background: rgba(9,9,9,.35); transform: translateY(-50%); display: grid; place-items: center; }
.hero-control img { width: 20px; height: 20px; filter: brightness(0) invert(1); }
.hero-prev { left: 22px; }
.hero-next { right: 22px; }
.hero-dots { position: absolute; z-index: 2; left: 50%; bottom: 22px; display: flex; gap: 8px; transform: translateX(-50%); }
.hero-dot { width: 28px; height: 3px; padding: 0; border: 0; background: rgba(255,255,255,.4); }
.hero-dot.is-active { background: var(--white); }
.hero-media img { width: 100%; height: 100%; object-fit: contain; object-position: center; }
.hero-media:focus-visible { outline-offset: -4px; }
.article-card { content-visibility: auto; contain-intrinsic-size: 420px 520px; }
.category-bar { display: grid; grid-template-columns: repeat(3,1fr); border-block: 1px solid var(--line); padding-inline: var(--gutter); background: #0d0c0c; }
.category-bar a { min-height: 91px; padding: 20px 28px; display: grid; grid-template-columns: 1fr 24px; align-content: center; column-gap: 16px; border-right: 1px solid var(--line); transition: background .3s; }
.category-bar a:first-child { border-left: 1px solid var(--line); }
.category-bar a:hover { background: linear-gradient(110deg,#170c0d,#500a10); }
.category-bar span { font-size: 16px; font-weight: 600; }
.category-bar small { color: #8d8585; font: 400 10px/1.8 var(--display); }
.category-bar .icon { grid-column: 2; grid-row: 1/3; align-self: center; }
.section-heading { display: flex; align-items: end; gap: 30px; margin-bottom: 34px; }
.section-heading .section-kicker { color: #d25158; margin-bottom: 9px; }
.section-heading h2 { font-size: 36px; }
.heading-rule { height: 1px; background: var(--line); flex: 1; margin-bottom: 13px; }
.section-intro { display: flex; justify-content: space-between; align-items: baseline; gap: 50px; margin-bottom: 35px; }
.section-intro > p { font: 500 23px/1.45 var(--display); }
.section-intro > span { font-size: 13px; color: var(--muted); max-width: 450px; }
.product-grid { display: grid; gap: 24px; }
.aero-grid { grid-template-columns: repeat(3,minmax(0,1fr)); }
.wheels-grid,.models-grid { grid-template-columns: repeat(4,minmax(0,1fr)); gap: 20px; }
.product-card { min-width: 0; }
.product-image { display: block; position: relative; overflow: hidden; aspect-ratio: 1.48; background: #211c1c; }
.product-image > img { width: 100%; height: 100%; object-fit: cover; transition: transform .7s cubic-bezier(.2,.65,.3,1); }
.product-image:hover > img { transform: scale(1.035); }
.image-arrow { position: absolute; right: 16px; bottom: 16px; width: 40px; height: 40px; display: grid; place-items: center; background: #0009; backdrop-filter: blur(8px); border: 1px solid #ffffff35; }
.aero-card .product-copy { padding-top: 22px; }
.product-label { font: 500 11px/1.4 var(--display); color: var(--muted); margin-bottom: 9px; text-transform: uppercase; }
.product-title-row { display: flex; justify-content: space-between; align-items: center; gap: 8px; }
.product-title-row h3 { font-size: 24px; overflow-wrap: anywhere; }
.product-title-row .icon-link { width: 36px; height: 36px; }
.wheels-section { border-top: 1px solid var(--line); }
:is(.wheels-card,.models-card) { padding: 1px; background: linear-gradient(150deg,#3c292b,#151010 48%,#83101c); transition: background .3s; }
:is(.wheels-card,.models-card) .product-image { margin: 14px 14px 0; background: #e8e7e7; aspect-ratio: 1; }
:is(.wheels-card,.models-card) .product-image img { object-fit: contain; }
.wheels-card .product-image img { mix-blend-mode: multiply; }
:is(.wheels-card,.models-card) .product-copy { padding: 18px 20px 20px; }
:is(.wheels-card,.models-card) .product-title-row h3 { font-size: 24px; }
.swatches { display: flex; gap: 2px; align-items: center; flex-shrink: 0; }
.swatch { width: 44px; height: 44px; padding: 7px; display: grid; place-items: center; }
.swatch span { width: 18px; height: 18px; background: var(--swatch); border: 1px solid #ffffff80; border-radius: 50%; box-shadow: 0 0 0 3px #151112; outline: 1px solid transparent; transition: outline .2s; }
.swatch[aria-pressed="true"] span { outline-color: #d7c6c6; }
.variant-row { display: flex; align-items: center; justify-content: space-between; min-height: 44px; gap: 10px; margin-top: 7px; }
.colour-name { font-size: 11px; color: #c4b9b9; overflow-wrap: anywhere; }
.brand-section { display: grid; grid-template-columns: 1fr 1fr; gap: 100px; padding-block: 120px; align-items: center; }
.brand-art { padding: 15px 0; }
.brand-art img { width: 100%; height: auto; }
.brand-copy h2 { font-size: 48px; line-height: 1.25; margin-block: 20px 28px; }
.brand-copy > p:not(.section-kicker) { font-size: 14px; color: var(--muted); max-width: 520px; line-height: 1.95; }
.brand-copy .text-link { margin-top: 20px; }
.models-section { border-top: 1px solid var(--line); }
dt { color: var(--muted); }
dd { margin: 0; }
.scale-section { padding-block: 70px 0; }
.scale-copy { text-align: center; padding: 20px var(--gutter) 44px; }
.scale-copy h2 { font-size: 44px; line-height: 1.2; }
.scale-copy > p:last-child { color: var(--muted); font-size: 14px; margin-top: 20px; }
.scale-pair { display: grid; grid-template-columns: 1fr 1fr; gap: 2px; background: #090909; }
.scale-pair a { position: relative; overflow: hidden; }
.scale-pair a > img { width: 100%; aspect-ratio: 1.55; object-fit: cover; transition: transform .65s; }
.scale-pair a:nth-child(2) > img { object-fit: contain; background: #d9d9d9; }
.scale-pair a:hover > img { transform: scale(1.025); }
.scale-pair a > span { display: flex; align-items: center; padding: 22px 40px; gap: 25px; background: #121111; font-size: 13px; }
.scale-pair a > span strong { font: 500 30px/1 var(--display); }
.scale-pair a > span .icon { margin-left: auto; }
.contact-section { display: grid; grid-template-columns: 1fr 1fr; gap: 90px; align-items: center; padding-block: 110px; }
.contact-heading h2 { font-size: 49px; line-height: 1.3; margin-bottom: 24px; }
.contact-heading > p:last-child { color: var(--muted); font-size: 14px; max-width: 440px; }
.contact-channels { display: flex; flex-direction: column; }
.channel { padding: 22px 5px; min-height: 91px; border-bottom: 1px solid #ffffff25; display: flex; align-items: center; gap: 22px; text-align: left; width: 100%; }
.channel > .icon:first-child { width: 28px; height: 28px; flex-basis: 28px; }
.channel span { flex: 1; min-width: 0; }
.channel strong { display: block; font-size: 15px; font-weight: 500; }
.channel small { display: block; color: #96888a; font-size: 11px; overflow-wrap: anywhere; }
.channel > .icon:last-child { width: 20px; height: 20px; transition: transform .25s; }
.channel:hover > .icon:last-child { transform: translate(3px,-3px); }
.dealer-link { display: flex; width: 100%; min-height: 62px; align-items: center; justify-content: space-between; font-size: 13px; padding-inline: 16px; margin-top: 26px; background: linear-gradient(105deg,#241014,#930e1b); }
.contact-side { padding: 0 30px 26px; background: linear-gradient(160deg,#111,#1b0c10 70%,#570915); }
.site-footer { padding: 35px var(--gutter) 20px; border-top: 1px solid var(--line); }
.footer-upper { display: flex; gap: 40px; align-items: center; }
.footer-brand { width: 300px; max-width: calc(100% - 64px); padding: 0; }
.footer-brand img { width: 100%; height: auto; }
.footer-upper > a:last-child { margin-left: auto; }
.footer-lower { display: flex; justify-content: space-between; align-items: center; margin-top: 32px; color: #807777; font-size: 11px; }
.plain-button { color: inherit; padding: 12px 0; font-size: inherit; }
.breadcrumb { display: flex; flex-wrap: wrap; align-items: center; gap: 13px; color: var(--muted); font-size: 12px; margin-bottom: 42px; }
.breadcrumb .text-link { font-size: 12px; font-weight: 400; }
.breadcrumb .icon { display: none; }
.breadcrumb > span:last-child { color: var(--white); }
.catalog-section { padding-top: 24px; min-height: 65svh; }
.catalog-heading { padding-bottom: 40px; }
.catalog-heading h1 { font-size: 60px; }
.catalog-heading > p:last-child { max-width: 610px; color: var(--muted); margin-top: 22px; }
.catalog-toolbar { display: flex; align-items: center; justify-content: space-between; border-block: 1px solid var(--line); padding-block: 15px; gap: 22px; }
.filter-tabs { display: flex; flex-wrap: wrap; gap: 5px; }
.filter-tabs button { padding: 12px 16px; font-size: 13px; min-height: 44px; }
.filter-tabs button small { color: #b9aeb0; font-size: 10px; margin-left: 3px; }
.filter-tabs button[aria-pressed="true"] { color: white; background: var(--red); }
.filter-tabs button[aria-pressed="true"] small { color: white; }
.filter-tabs button:hover { background: #492027; }
.search-field { display: flex; align-items: center; gap: 10px; border-bottom: 1px solid #5c4c4d; }
.search-field .icon { width: 18px; height: 18px; }
.search-field input { width: 200px; background: transparent; border: 0; min-height: 44px; outline-offset: 0; font-size: 13px; }
.result-count { margin-block: 21px; font-size: 12px; color: var(--muted); }
.catalog-section .product-grid { row-gap: 38px; }
.empty-state { grid-column: 1/-1; padding: 70px 20px; text-align: center; }
.empty-state h2 { font-size: 26px; }
.empty-state p { color: var(--muted); margin: 15px 0 25px; }
.detail-section { padding-top: 24px; }
.detail-layout { display: grid; grid-template-columns: minmax(0,1.2fr) minmax(0,1fr); gap: 70px; align-items: start; }
.detail-image { padding: 0; width: 100%; display: block; position: relative; background: #141111; aspect-ratio: 1.16; overflow: hidden; }
.detail-image > img { width: 100%; height: 100%; object-fit: contain; }
.detail-image.wheels { background: #e5e5e5; }
.detail-image.wheels > img { mix-blend-mode: multiply; }
.detail-image.models { background: #d6d6d6; }
.detail-image > span { position: absolute; bottom: 16px; right: 16px; padding: 10px; background: #0008; }
.detail-copy > .section-kicker { color: #d9555c; margin-top: 8px; }
.detail-copy h1 { font-size: 56px; margin-top: 16px; overflow-wrap: anywhere; }
.detail-subtitle { font: 400 17px/1.5 var(--display); margin-top: 10px; }
.detail-copy > p:not(.section-kicker):not(.detail-subtitle) { color: var(--muted); font-size: 14px; line-height: 1.9; margin-top: 28px; }
.detail-copy .variant-row { justify-content: start; gap: 23px; margin-top: 22px; }
.detail-copy .swatch { width: 44px; height: 44px; }
.detail-copy .swatch span { width: 22px; height: 22px; }
.detail-copy .colour-name { font-size: 13px; }
.spec-list { margin: 20px 0 28px; }
.spec-list > div { display: flex; justify-content: space-between; gap: 25px; padding: 13px 0; border-bottom: 1px solid var(--line); font-size: 13px; }
.spec-list dd { text-align: right; }
.detail-copy .button { width: 100%; justify-content: space-between; }
.detail-copy > .detail-note { font-size: 12px !important; }
.related-link { display: flex; align-items: center; justify-content: space-between; gap: 14px; border-top: 1px solid var(--line); margin-top: 30px; padding-block: 20px; font-size: 13px; }
.thumbnail-strip { display: flex; gap: 12px; overflow-x: auto; padding: 14px 2px; position: relative; overscroll-behavior-x: contain; }
.thumbnail-strip button { padding: 0; width: 85px; flex-shrink: 0; height: 66px; border: 1px solid transparent; }
.thumbnail-strip button[aria-pressed="true"] { border-color: var(--red); }
.thumbnail-strip img { width: 100%; height: 100%; object-fit: cover; }
.photo-count { position: absolute; bottom: 8px; right: 8px; padding: 2px 6px; background: #090909c9; color: white; font-size: 10px; font-variant-numeric: tabular-nums; pointer-events: none; }
.model-thumbnails { gap: 6px; padding: 10px 1px 2px; scrollbar-width: thin; }
.models-card .model-thumbnails button { width: 48px; height: 44px; background: #d6d6d6; }
.model-thumbnails img,.detail-image.models + .thumbnail-strip img { object-fit: contain; }
.model-thumbnails button[aria-pressed="true"] { border-color: #f15e66; }
.article-card .article-image { display: block; aspect-ratio: .62; background: #151111; border-radius: 14px; isolation: isolate; box-shadow: 0 14px 30px #0006; }
.article-card .article-image > img { width: 100%; height: 100%; object-fit: cover; transition: transform .7s cubic-bezier(.2,.65,.3,1), filter .45s; }
.article-card .article-image:hover > img { transform: scale(1.035); filter: saturate(1.05); }
.article-overlay { position: absolute; inset: auto 0 0; min-height: 55%; display: grid; grid-template-columns: 1fr 22px; grid-template-rows: auto 1fr; align-items: end; gap: 7px 10px; padding: 76px 14px 17px; background: linear-gradient(180deg, transparent 0%, #09090925 18%, #090909d9 72%, #090909f5 100%); }
.article-caption-meta { grid-column: 1/-1; color: #c7b8ba; font: 600 10px/1.1 'DarwinPRO Poster',var(--display); letter-spacing: .12em; text-transform: uppercase; }
.article-title { max-width: 100%; font: 800 27px/.94 'DarwinPRO Poster',var(--display); letter-spacing: -.035em; overflow-wrap: anywhere; text-wrap: balance; text-shadow: 0 2px 16px #000d; }
.article-card-arrow { display: grid; place-items: end; align-self: end; }
.article-card-arrow .icon { width: 18px; height: 18px; }
.article-overlay::before { content: ""; position: absolute; left: 14px; right: 14px; top: 35px; border-top: 1px solid #ffffff70; opacity: .55; }
.article-catalog .aero-grid { grid-template-columns: repeat(4,minmax(0,1fr)); }
.catalog-note { color: var(--muted); font-size: 12px; }
.article-detail-section { padding-top: 24px; }
.article-heading { max-width: 940px; padding: 10px 0 46px; }
.article-heading h1 { font-size: clamp(38px, 5vw, 72px); overflow-wrap: anywhere; }
.article-meta { display: flex; flex-wrap: wrap; align-items: center; gap: 24px; margin-top: 22px; color: var(--muted); font-size: 12px; }
.article-meta a { display: inline-flex; align-items: center; gap: 8px; color: var(--white); }
.article-meta .icon { width: 17px; height: 17px; }
.article-paper { max-width: 760px; margin-inline: auto; background: #f8f7f5; color: #202020; padding: clamp(20px, 4vw, 58px) clamp(16px, 5vw, 58px); }
.article-body { min-width: 0; overflow-wrap: anywhere; }
.article-body p,.article-body section,.article-body div { max-width: 100% !important; }
.article-body img { width: auto !important; max-width: 100% !important; height: auto !important; margin-inline: auto; }
.article-body a { color: #8d1018; text-decoration: underline; }
.article-body br { line-height: 1.65; }
.article-loading { min-height: 260px; display: grid; place-items: center; color: var(--muted); font-size: 14px; }
.related-section { border-top: 1px solid var(--line); }
dialog { border: 1px solid #504044; padding: 0; color: var(--white); background: #121010; max-height: calc(100dvh - 40px); max-width: calc(100% - 32px); overscroll-behavior: contain; }
dialog::backdrop { background: #000d; backdrop-filter: blur(9px); }
#gallery-dialog { width: min(1150px,calc(100% - 40px)); overflow: hidden; }
.gallery-toolbar { display: flex; align-items: center; padding: 14px 20px; gap: 30px; font-size: 14px; }
.gallery-toolbar > span:nth-child(2) { margin-left: auto; color: var(--muted); font-size: 12px; }
.gallery-stage { position: relative; height: min(72dvh,800px); display: grid; place-items: center; background: #080808; }
.gallery-stage > img { max-width: 100%; max-height: 100%; width: auto; height: auto; object-fit: contain; }
.gallery-prev,.gallery-next { position: absolute; top: 50%; background: #141010c9; border: 1px solid #ffffff38; }
.gallery-prev { left: 15px; }
.gallery-next { right: 15px; }
#contact-dialog { width: 530px; padding: 30px; background: linear-gradient(145deg,#151212,#300c14); }
.dialog-heading { display: flex; justify-content: space-between; align-items: center; margin-bottom: 10px; }
.dialog-heading h2,#contact-dialog > h2 { font-size: 30px; }
#contact-dialog > p { color: #c2b7b7; font-size: 14px; margin: 18px 0; }
.interest strong { display: block; color: white; margin-top: 8px; }
#status { position: fixed; left: 50%; bottom: 26px; transform: translate(-50%,20px); background: #eae5e6; color: #201315; box-shadow: 0 10px 40px #0008; padding: 14px 22px; font-size: 13px; max-width: calc(100% - 32px); width: max-content; z-index: 500; opacity: 0; pointer-events: none; transition: opacity .2s,transform .2s; }
#status.show { opacity: 1; transform: translate(-50%,0); }
.not-found { min-height: 60svh; padding-block: 120px; }
.not-found h1 { font-size: 36px; margin-bottom: 25px; }
.reveal { transition: opacity .65s, transform .65s; }
@media (prefers-reduced-motion: no-preference) {
  .reveal:not(.is-visible) { opacity: 0; transform: translateY(16px); }
}
@media (max-width: 1150px) {
  :root { --gutter: 32px; }
  .site-header { gap: 20px; }
  .brand-lockup { width: 180px; }
  .site-nav { gap: 18px; }
  .language-control { padding-left: 12px; }
  :is(.wheels-card,.models-card) .product-copy { padding-inline: 13px; }
  :is(.wheels-card,.models-card) .product-image { margin: 9px 9px 0; }
  :is(.wheels-card,.models-card) .product-title-row h3 { font-size: 21px; }
  :is(.wheels-card,.models-card) .variant-row { flex-wrap: wrap; gap: 0; }
  .brand-section { gap: 60px; }
  .detail-layout { gap: 36px; }
  .detail-copy h1 { font-size: 44px; }
  .contact-section { gap: 45px; }
  .contact-heading h2 { font-size: 42px; }
}
@media (max-width: 900px) {
  .site-header { height: 76px; }
  .site-nav { display: none; }
  .header-controls { margin-left: auto; }
  .menu-toggle { display: flex; }
  .language-control { border: 0; }
  .menu-open .site-nav { display: flex; position: absolute; top: 76px; left: 0; right: 0; max-height: calc(100dvh - 76px); overflow-y: auto; overscroll-behavior-y: contain; padding: 25px 32px 35px; flex-direction: column; align-items: stretch; background: linear-gradient(130deg,#141011,#350c12); border-bottom: 1px solid #763039; gap: 5px; box-shadow: 0 30px 60px #000a; }
  .site-nav a { min-height: 54px; flex-shrink: 0; font-size: 18px; }
  .hero { height: auto; aspect-ratio: 1465 / 953; }
  .hero-control { width: 36px; height: 36px; }
  .hero-prev { left: 10px; }
  .hero-next { right: 10px; }
  .hero-dots { bottom: 12px; }
  .category-bar a { padding-inline: 18px; }
  .category-bar small { font-size: 9px; }
  .product-grid { gap: 18px; }
  .wheels-grid,.models-grid { grid-template-columns: repeat(2,minmax(0,1fr)); }
  :is(.wheels-card,.models-card) .product-copy { padding: 18px 22px; }
  :is(.wheels-card,.models-card) .product-title-row h3 { font-size: 26px; }
  :is(.wheels-card,.models-card) .variant-row { flex-wrap: nowrap; }
  .section-intro { gap: 28px; }
  .section-intro > p { font-size: 21px; }
  .section-intro > span { max-width: 310px; }
  .brand-section { gap: 35px; padding-block: 80px; }
  .brand-copy h2 { font-size: 38px; }
  .scale-pair a > span { padding: 18px 25px; }
  .contact-section { gap: 30px; }
  .contact-heading h2 { font-size: 37px; }
  .contact-side { padding-inline: 20px; }
  .detail-layout { grid-template-columns: 1fr; }
  .detail-media { max-width: 720px; }
  .detail-image { aspect-ratio: 1.4; }
  .detail-copy { max-width: 720px; }
  .catalog-toolbar { flex-wrap: wrap; }
}
@media (max-width: 600px) {
  :root { --gutter: 20px; }
  body { font-size: 14px; }
  html { scroll-padding-top: 90px; }
  .section { padding-block: 55px; }
  .site-header { height: 72px; padding-inline: 18px; gap: 10px; }
  .brand-lockup { width: 154px; padding: 0; }
  .header-controls { gap: 4px; }
  .language-control { padding: 0; gap: 4px; }
  .language-control > .icon:first-child { display: none; }
  .language-control select { width: 78px; font-size: 11px; }
  .menu-toggle { width: 44px; }
  .menu-open .site-nav { top: 72px; max-height: calc(100dvh - 72px); padding-inline: 24px; }
  .category-bar { padding: 0; }
  .category-bar a { padding: 15px 12px; min-height: 75px; column-gap: 4px; }
  .category-bar a:first-child { border-left: 0; }
  .category-bar a:last-child { border-right: 0; }
  .category-bar span { font-size: 13px; }
  .category-bar small { font-size: 8px; }
  .category-bar .icon { width: 14px; height: 14px; }
  .section-heading { gap: 13px; margin-bottom: 27px; }
  .section-heading h2 { font-size: 28px; }
  .section-kicker { font-size: 10px; }
  .section-heading .text-link { font-size: 11px; gap: 7px; }
  .section-heading .text-link .icon { width: 16px; }
  .heading-rule { margin-bottom: 12px; }
  .aero-grid { grid-template-columns: repeat(2,minmax(0,1fr)); gap: 28px 12px; }
  .aero-card .product-copy { padding-top: 16px; }
  .product-title-row h3 { font-size: 24px; }
  .product-label { font-size: 10px; }
  .section-intro { display: block; margin-bottom: 25px; }
  .section-intro > p { font-size: 20px; margin-bottom: 10px; }
  .section-intro > span { font-size: 12px; }
  .wheels-grid,.models-grid { gap: 14px; }
  :is(.wheels-card,.models-card) .product-image { margin: 7px 7px 0; }
  .model-thumbnails { gap: 4px; }
  .models-card .model-thumbnails button { width: 44px; }
  :is(.wheels-card,.models-card) .product-copy { padding: 14px 9px 10px; }
  :is(.wheels-card,.models-card) .product-label { font-size: 11px; line-height: 1.5; margin-bottom: 5px; }
  .models-card .product-label { min-height: 3em; }
  :is(.wheels-card,.models-card) .product-title-row h3 { font-size: 19px; }
  :is(.wheels-card,.models-card) .product-title-row .icon-link { display: none; }
  :is(.wheels-card,.models-card) .product-title-row .icon { width: 16px; height: 16px; }
  :is(.wheels-card,.models-card) .variant-row { display: block; margin-top: 2px; }
  :is(.wheels-card,.models-card) .swatches { gap: 0; }
  :is(.wheels-card,.models-card) .swatch { width: 44px; height: 44px; }
  :is(.wheels-card,.models-card) .swatch span { width: 15px; height: 15px; }
  :is(.wheels-card,.models-card) .colour-name { display: block; font-size: 10px; padding-left: 5px; min-height: 17px; }
  .brand-section { grid-template-columns: 1fr; gap: 30px; padding-block: 60px; }
  .brand-art { max-width: 370px; padding: 0 10px; }
  .brand-copy h2 { font-size: 37px; }
  .brand-copy > p:not(.section-kicker) { font-size: 13px; }
  .scale-section { padding-top: 30px; }
  .scale-copy { text-align: left; padding-bottom: 30px; }
  .scale-copy h2 { font-size: 36px; }
  .scale-copy > p:last-child { font-size: 12px; }
  .scale-pair { grid-template-columns: 1fr; gap: 12px; }
  .scale-pair a > span { padding: 17px 20px; font-size: 12px; }
  .scale-pair a > span strong { font-size: 27px; }
  .contact-section { grid-template-columns: 1fr; gap: 35px; padding-block: 65px; }
  .contact-heading h2 { font-size: 38px; }
  .contact-heading > p:last-child { font-size: 13px; }
  .contact-side { padding: 0 18px 20px; }
  .channel { padding-block: 18px; min-height: 84px; }
  .site-footer { padding-block: 28px 12px; }
  .footer-upper { flex-wrap: wrap; gap: 18px; }
  .footer-brand { width: 246px; }
  .footer-lower { margin-top: 22px; gap: 15px; font-size: 9px; }
  .catalog-section,.detail-section { padding-top: 17px; }
  .breadcrumb { margin-bottom: 22px; gap: 8px; font-size: 11px; }
  .breadcrumb .text-link { font-size: 11px; }
  .catalog-heading { padding-bottom: 27px; }
  .catalog-heading h1 { font-size: 42px; }
  .catalog-heading > p:last-child { font-size: 13px; margin-top: 17px; }
  .catalog-toolbar { gap: 15px; }
  .filter-tabs { gap: 0; }
  .filter-tabs button { padding: 10px 12px; font-size: 11px; }
  .search-field { width: 100%; }
  .search-field input { width: 100%; font-size: 16px; }
  .catalog-section :is(.wheels-grid,.models-grid) { row-gap: 20px; }
  .article-catalog .catalog-toolbar { align-items: stretch; }
  .article-catalog .filter-tabs { width: 100%; flex-wrap: nowrap; overflow-x: auto; padding-bottom: 4px; scrollbar-width: thin; }
  .article-catalog .filter-tabs button { flex: 0 0 auto; white-space: nowrap; }
  .article-catalog .catalog-note { width: 100%; }
  .article-catalog .aero-grid,.cases-section .aero-grid { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 28px 12px; padding: 3px 0 14px; }
  .article-catalog .article-card,.cases-section .article-card { min-width: 0; }
  .article-card .article-image { aspect-ratio: .62; border-radius: 13px; }
  .article-overlay { min-height: 55%; padding: 58px 11px 13px; }
  .article-overlay::before { left: 11px; right: 11px; top: 30px; }
  .article-caption-meta { font-size: 8px; letter-spacing: .1em; }
  .article-title { min-height: 2.1em; font-size: 21px; line-height: .94; display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 2; overflow: hidden; }
  .article-card-arrow .icon { width: 16px; height: 16px; }
  .article-detail-section { padding-top: 17px; }
  .article-heading { padding-block: 4px 28px; }
  .article-heading h1 { font-size: 36px; line-height: 1.18; }
  .article-meta { gap: 12px; margin-top: 16px; }
  .article-paper { margin-inline: -20px; padding: 18px 13px 28px; }
  .article-body { font-size: 14px; }
  .detail-layout { gap: 25px; }
  .detail-copy h1 { font-size: 42px; }
  .detail-copy > p:not(.section-kicker):not(.detail-subtitle) { font-size: 13px; }
  .detail-image { aspect-ratio: 1.2; }
  .thumbnail-strip { gap: 10px; }
  .thumbnail-strip button { width: 72px; height: 57px; }
  .detail-copy .spec-list { font-size: 12px; }
  .gallery-stage { height: min(64dvh,650px); }
  .gallery-toolbar { gap: 15px; padding: 8px 12px; font-size: 12px; }
  .gallery-toolbar > span:nth-child(2) { font-size: 10px; white-space: nowrap; }
  #gallery-dialog { width: calc(100% - 20px); max-width: calc(100% - 20px); }
  #contact-dialog { padding: 20px; }
  #contact-dialog > h2 { font-size: 27px; }
  .gallery-prev { left: 8px; }
  .gallery-next { right: 8px; }
}
@media (max-width: 375px) {
  .site-header { padding-inline: 14px; }
  .brand-lockup { width: 137px; }
  .category-bar a { padding-inline: 9px; grid-template-columns: 1fr 14px; }
  .category-bar small { font-size: 7px; }
  .section-heading h2 { font-size: 26px; }
  :is(.wheels-card,.models-card) .product-title-row h3 { font-size: 17px; }
}
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *,*::before,*::after { transition: none !important; animation: none !important; }
}
