:root {
  --ink: #090b0e;
  --muted: #6c7480;
  --line: #e4e8ec;
  --soft: #f4f7f9;
  --paper: #ffffff;
  --lavender: #5c2ef5;
  --lavender-dark: #4219d4;
  --lime: #c8ff2f;
  --cyan: #dbf5ff;
  --yellow: #ffe66c;
  --danger: #ff5d50;
  --success: #007a52;
  --shadow: 0 18px 50px rgba(11, 18, 30, .12);
  --radius: 18px;
  --content: 1320px;
}

* { box-sizing: border-box; }
html {
  max-width: 100%;
  overflow-x: clip;
  scroll-behavior: smooth;
}
body {
  margin: 0;
  max-width: 100%;
  overflow-x: clip;
  color: var(--ink);
  background: var(--paper);
  font-family: 'DM Sans', system-ui, sans-serif;
  text-rendering: optimizeLegibility;
}
button, input, select { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
a { color: inherit; text-decoration: none; }
button { border: 0; cursor: pointer; }
img { display: block; max-width: 100%; }

.eyebrow {
  margin: 0 0 10px;
  color: var(--lavender);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: .18em;
  text-transform: uppercase;
}
.muted { color: var(--muted); }
.serif { font-family: 'Barlow Condensed', sans-serif; letter-spacing: -.03em; }
.container { width: min(var(--content), calc(100% - 48px)); margin: 0 auto; }
.section { padding: 88px 0; }
.section-tight { padding: 54px 0; }
.section-heading { display: flex; align-items: end; justify-content: space-between; gap: 24px; margin-bottom: 28px; }
.section-heading h2 { margin: 0; max-width: 700px; font-family: 'Barlow Condensed', sans-serif; font-size: clamp(42px, 5vw, 70px); line-height: .9; letter-spacing: -.045em; text-transform: uppercase; }
.section-heading p { max-width: 420px; margin: 0; color: var(--muted); font-size: 14px; line-height: 1.7; }

.announcement { padding: 10px 16px; color: #fff; background: var(--lavender); font-size: 12px; font-weight: 700; letter-spacing: .03em; text-align: center; }
.announcement span { color: var(--lime); }
.site-header { position: sticky; z-index: 100; top: 0; background: rgba(255,255,255,.94); border-bottom: 1px solid var(--line); backdrop-filter: blur(18px); }
.header-main { display: grid; grid-template-columns: 190px minmax(260px, 1fr) auto; align-items: center; gap: 28px; min-height: 76px; }
.brand { display: inline-flex; align-items: center; gap: 10px; font-family: 'Space Grotesk', sans-serif; font-size: 22px; font-weight: 700; letter-spacing: -.08em; }
.brand-mark { position: relative; width: 28px; height: 28px; overflow: hidden; background: var(--ink); transform: skew(-12deg); }
.brand-mark::before, .brand-mark::after { position: absolute; content: ''; background: var(--lime); }
.brand-mark::before { inset: 5px 8px 5px 5px; clip-path: polygon(0 0, 100% 0, 57% 100%, 0 100%); }
.brand-mark::after { inset: 5px 4px 5px 14px; background: #fff; clip-path: polygon(35% 0, 100% 0, 65% 100%, 0 100%); }
.search-bar { display: flex; align-items: center; gap: 10px; min-height: 42px; padding: 0 14px; border: 1px solid #d9dee4; border-radius: 9px; background: var(--soft); }
.search-bar:focus-within { border-color: var(--lavender); background: #fff; box-shadow: 0 0 0 3px rgba(92,46,245,.1); }
.search-bar svg { flex: 0 0 auto; width: 18px; color: var(--muted); }
.search-bar input { width: 100%; border: 0; outline: 0; background: transparent; font-size: 13px; }
.header-actions { display: flex; align-items: center; gap: 10px; }
.locale-control { display: inline-flex; align-items: center; gap: 6px; color: var(--muted); font-size: 10px; font-weight: 700; }
.locale-select { min-height: 34px; max-width: 150px; padding: 0 8px; border: 1px solid var(--line); border-radius: 7px; outline: 0; background: #fff; color: var(--ink); font-size: 11px; }
.locale-select:focus { border-color: var(--lavender); box-shadow: 0 0 0 3px rgba(92,46,245,.1); }
.header-action { display: inline-flex; align-items: center; gap: 8px; min-height: 40px; padding: 0 12px; border: 1px solid transparent; border-radius: 10px; background: transparent; font-size: 12px; font-weight: 700; }
.header-action:hover { border-color: var(--line); background: var(--soft); }
.header-action svg { width: 17px; }
.cart-count { display: grid; place-items: center; min-width: 20px; height: 20px; padding: 0 5px; border-radius: 999px; background: var(--lime); font-size: 11px; }
.nav-row { background: var(--ink); color: #fff; }
.nav-inner { display: flex; align-items: center; justify-content: space-between; min-height: 42px; }
.nav-links { display: flex; align-items: center; gap: 26px; min-width: 0; }
.nav-shop { display: flex; align-items: stretch; }
.nav-shop-toggle-visual { display: inline-flex; align-items: center; justify-content: center; }
.nav-shop-desktop-chevron { display: inline-flex; }
.nav-shop-desktop-chevron svg { transition: transform .2s ease; }
.nav-shop-toggle[aria-expanded="true"] .nav-shop-desktop-chevron svg { transform: rotate(180deg); }
.nav-shop-mobile-symbol { display: none; }
.nav-link { position: relative; display: inline-flex; align-items: center; gap: 6px; padding: 14px 0 12px; border: 0; background: transparent; color: rgba(255,255,255,.82); font-size: 11px; font-weight: 800; letter-spacing: .11em; text-transform: uppercase; white-space: nowrap; appearance: none; }
.nav-link svg { flex: 0 0 14px; width: 14px; height: 14px; }
.nav-link:hover, .nav-link.is-active { color: var(--lime); }
.nav-link.is-active::after { position: absolute; right: 0; bottom: 0; left: 0; height: 2px; content: ''; background: var(--lime); }
.nav-meta { display: flex; align-items: center; gap: 16px; color: rgba(255,255,255,.65); font-size: 11px; }
.nav-meta a:hover { color: var(--lime); }
.hamburger { display: none; width: 42px; height: 42px; background: transparent; color: var(--ink); }
.hamburger svg { width: 20px; height: 20px; }

.mega-menu { position: absolute; z-index: 21; top: calc(100% + 2px); right: 0; left: 0; max-height: min(620px, calc(100vh - 118px)); overflow: auto; padding: 24px 0 30px; border-bottom: 1px solid var(--line); background: #fff; box-shadow: var(--shadow); }
.mega-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 28px; }
.mega-col h3 { margin: 0 0 12px; font-size: 12px; text-transform: uppercase; letter-spacing: .1em; }
.mega-col a { display: block; padding: 6px 0; color: var(--muted); font-size: 13px; }
.mega-col a:hover { color: var(--lavender); }

.hero { position: relative; min-height: 680px; overflow: hidden; background: var(--ink); color: #fff; }
.hero::before { position: absolute; inset: 0; content: ''; background: linear-gradient(90deg, rgba(8,10,14,.9) 0%, rgba(8,10,14,.54) 39%, rgba(8,10,14,.1) 75%), url('./assets/a7dd472643daf9b4.webp') center/cover; opacity: .9; }
.hero::after { position: absolute; right: 4%; bottom: -50px; width: 470px; height: 470px; content: ''; border: 1px solid rgba(200,255,47,.4); border-radius: 50%; box-shadow: 0 0 0 28px rgba(200,255,47,.08), 0 0 0 56px rgba(200,255,47,.04); }
.hero-content { position: relative; z-index: 1; display: grid; align-items: center; min-height: 680px; padding: 80px 0 90px; }
.hero-copy { max-width: 760px; }
.hero-kicker { display: inline-flex; align-items: center; gap: 8px; margin-bottom: 24px; color: var(--lime); font-size: 12px; font-weight: 800; letter-spacing: .16em; text-transform: uppercase; }
.hero-kicker::before { width: 28px; height: 2px; content: ''; background: var(--lime); }
.hero h1 { margin: 0; max-width: 850px; font-family: 'Barlow Condensed', sans-serif; font-size: clamp(72px, 11vw, 154px); font-weight: 800; line-height: .8; letter-spacing: -.06em; text-transform: uppercase; }
.hero h1 em { display: block; color: var(--lime); font-family: 'Barlow Condensed', sans-serif; font-size: .72em; font-style: normal; letter-spacing: -.045em; }
.hero-sub { max-width: 430px; margin: 28px 0 34px; color: rgba(255,255,255,.72); font-size: 15px; line-height: 1.7; }
.fitment-card { display: grid; grid-template-columns: minmax(0, 1fr) auto; gap: 8px; max-width: 940px; min-width: 0; padding: 10px; border: 1px solid rgba(255,255,255,.18); border-radius: 12px; background: rgba(255,255,255,.1); backdrop-filter: blur(14px); }
.fitment-card .fitment-selects { display: grid; grid-template-columns: repeat(5, minmax(0, 1fr)); min-width: 0; }
.fitment-selects { display: grid; gap: 8px; }
.fitment-select { min-height: 50px; min-width: 0; width: 100%; overflow: hidden; padding: 0 12px; border: 0; border-radius: 7px; outline: 0; background: rgba(255,255,255,.92); color: var(--ink); font-size: 12px; text-overflow: ellipsis; text-transform: uppercase; white-space: nowrap; }
.fitment-select:disabled { color: #a9b0b8; background: rgba(255,255,255,.65); }
.fitment-source-note { grid-column: 1 / -1; color: rgba(255,255,255,.62); font-size: 10px; letter-spacing: .03em; }
.filter-rail .fitment-source-note { color: var(--muted); }
.btn { display: inline-flex; align-items: center; justify-content: center; gap: 8px; min-height: 44px; padding: 0 18px; border-radius: 8px; font-size: 12px; font-weight: 800; letter-spacing: .07em; text-transform: uppercase; transition: transform .2s ease, background .2s ease, color .2s ease, box-shadow .2s ease; }
.btn:hover { transform: translateY(-2px); }
.btn-primary { background: var(--lime); color: var(--ink); box-shadow: 0 9px 22px rgba(200,255,47,.16); }
.btn-primary:hover { background: #d7ff65; box-shadow: 0 12px 28px rgba(200,255,47,.24); }
.btn-dark { background: var(--ink); color: #fff; }
.btn-dark:hover { background: #222832; }
.btn-light { background: #fff; color: var(--ink); }
.btn-outline { border: 1px solid var(--line); background: #fff; color: var(--ink); }
.btn-small { min-height: 36px; padding: 0 12px; font-size: 10px; }
.hero-foot { display: flex; flex-wrap: wrap; gap: 22px; margin-top: 26px; color: rgba(255,255,255,.6); font-size: 11px; }
.hero-foot strong { color: #fff; }
.fitment-preview { max-width: 940px; margin-top: 10px; padding: 14px; border: 1px solid rgba(200,255,47,.38); border-radius: 12px; background: rgba(8,10,14,.74); box-shadow: 0 18px 42px rgba(0,0,0,.22); backdrop-filter: blur(16px); }
.fitment-preview-head { display: flex; align-items: start; justify-content: space-between; gap: 14px; }
.fitment-preview-head .eyebrow { margin-bottom: 4px; color: var(--lime); }
.fitment-preview-head strong { display: block; color: #fff; font-family: 'Barlow Condensed', sans-serif; font-size: 25px; line-height: .95; text-transform: uppercase; }
.fitment-preview-head > div > span { display: block; margin-top: 5px; color: rgba(255,255,255,.58); font-size: 11px; }
.fitment-products { display: grid; grid-template-columns: repeat(4, 1fr); gap: 8px; margin-top: 13px; }
.fitment-product { display: grid; grid-template-columns: 58px 1fr; gap: 9px; align-items: center; min-width: 0; padding: 8px; border: 1px solid rgba(255,255,255,.14); border-radius: 9px; background: rgba(255,255,255,.08); color: #fff; text-align: left; transition: transform .2s ease, background .2s ease, border-color .2s ease; }
.fitment-product:hover { border-color: var(--lime); background: rgba(200,255,47,.12); transform: translateY(-3px); }
.fitment-product-image { display: grid; place-items: center; width: 58px; height: 58px; overflow: hidden; border-radius: 7px; background: rgba(255,255,255,.92); }
.fitment-product-image img { width: 100%; height: 100%; object-fit: contain; mix-blend-mode: multiply; }
.fitment-product-image img.is-cutout { mix-blend-mode: normal; }
.fitment-product-copy { display: grid; min-width: 0; gap: 4px; }
.fitment-product-copy small { color: var(--lime); font-size: 8px; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.fitment-product-copy strong { overflow: hidden; font-family: 'Barlow Condensed', sans-serif; font-size: 16px; line-height: .9; text-overflow: ellipsis; text-transform: uppercase; white-space: nowrap; }
.fitment-product-copy > span { color: #fff; font-size: 11px; font-weight: 800; }
.fitment-product-copy em { color: rgba(255,255,255,.56); font-size: 9px; font-style: normal; font-weight: 500; }
.fitment-preview-foot { display: flex; align-items: center; justify-content: space-between; gap: 12px; margin-top: 12px; color: rgba(255,255,255,.56); font-size: 10px; }
.fitment-match-banner { display: flex; align-items: center; justify-content: space-between; gap: 18px; margin-bottom: 16px; padding: 15px 17px; border: 1px solid #d7cffb; border-radius: 12px; background: linear-gradient(100deg, #f7f4ff, #f3fdff); }
.fitment-match-banner .eyebrow { margin-bottom: 4px; }
.fitment-match-banner strong { display: block; font-family: 'Barlow Condensed', sans-serif; font-size: 25px; line-height: .9; text-transform: uppercase; }
.fitment-match-banner span { display: block; margin-top: 6px; color: var(--muted); font-size: 11px; }

.trust-strip { display: grid; grid-template-columns: repeat(4, 1fr); border-bottom: 1px solid var(--line); }
.trust-item { display: flex; align-items: center; gap: 14px; min-height: 94px; padding: 18px 24px; border-right: 1px solid var(--line); }
.trust-item:last-child { border-right: 0; }
.trust-icon { display: grid; place-items: center; width: 38px; height: 38px; border-radius: 50%; background: var(--cyan); color: var(--lavender); }
.trust-icon svg { width: 19px; }
.trust-item strong { display: block; font-size: 13px; }
.trust-item span { display: block; margin-top: 4px; color: var(--muted); font-size: 11px; }

.guide-grid { display: grid; grid-template-columns: repeat(5, 1fr); gap: 12px; }
.guide-card { position: relative; min-height: 238px; overflow: hidden; border-radius: 12px; background: #e7f5fa; }
.guide-card img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: contain; transition: transform .45s ease; }
.guide-card::after { position: absolute; inset: 0; content: ''; background: linear-gradient(180deg, transparent 40%, rgba(9,11,14,.76)); }
.guide-card:hover img { transform: scale(1.08); }
.guide-label { position: absolute; z-index: 1; right: 16px; bottom: 16px; left: 16px; color: #fff; }
.guide-label small { display: block; margin-bottom: 4px; color: var(--lime); font-size: 10px; font-weight: 800; text-transform: uppercase; }
.guide-label strong { font-family: 'Barlow Condensed', sans-serif; font-size: 24px; line-height: .9; text-transform: uppercase; }

.category-grid { display: grid; grid-template-columns: repeat(6, 1fr); gap: 10px; }
.category-card { min-height: 148px; padding: 18px; border: 1px solid var(--line); border-radius: 12px; background: #fff; transition: border-color .2s ease, transform .2s ease, background .2s ease; }
.category-card:hover { border-color: var(--lavender); background: #f9f7ff; transform: translateY(-4px); }
.category-card:nth-child(3n) { background: var(--cyan); }
.category-card:nth-child(4n) { background: #fff7d9; }
.category-icon { display: grid; place-items: center; width: 42px; height: 42px; margin-bottom: 26px; border-radius: 10px; background: rgba(255,255,255,.75); color: var(--lavender); }
.category-icon svg { width: 22px; }
.category-card strong { display: block; font-family: 'Barlow Condensed', sans-serif; font-size: 21px; line-height: .95; text-transform: uppercase; }
.category-card span { display: block; margin-top: 8px; color: var(--muted); font-size: 11px; }

.product-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 14px; }
.product-card { position: relative; display: flex; flex-direction: column; overflow: hidden; min-width: 0; border: 1px solid var(--line); border-radius: 14px; background: #fff; transition: transform .25s ease, box-shadow .25s ease, border-color .25s ease; }
.product-card:hover { border-color: #cbc4ff; box-shadow: 0 18px 42px rgba(26,28,56,.12); transform: translateY(-5px); }
.product-media { position: relative; display: grid; place-items: center; min-height: 245px; padding: 20px; overflow: hidden; background: linear-gradient(145deg, #f5f8fa, #eaf0f3); }
.product-media::before { position: absolute; width: 160px; height: 160px; content: ''; border: 1px solid rgba(92,46,245,.16); border-radius: 50%; box-shadow: 0 0 0 22px rgba(92,46,245,.05), 0 0 0 44px rgba(92,46,245,.03); }
.product-media img { position: relative; width: 85%; max-height: 210px; object-fit: contain; mix-blend-mode: multiply; transition: transform .4s ease; }
.product-media img.is-cutout { mix-blend-mode: normal; }
.product-card:hover .product-media img { transform: scale(1.07) rotate(2deg); }
.product-badge { position: absolute; z-index: 1; top: 12px; left: 12px; padding: 5px 7px; border-radius: 4px; background: var(--lime); font-size: 9px; font-weight: 900; letter-spacing: .07em; text-transform: uppercase; }
.product-badge.alt { background: var(--yellow); }
.product-actions { position: absolute; z-index: 1; top: 10px; right: 10px; display: flex; flex-direction: column; gap: 6px; }
.icon-btn { display: grid; place-items: center; width: 34px; height: 34px; border: 1px solid var(--line); border-radius: 50%; background: rgba(255,255,255,.86); color: var(--ink); }
.icon-btn:hover, .icon-btn.is-saved { color: var(--lavender); border-color: #bfb4ff; background: #fff; }
.icon-btn svg { width: 16px; }
.product-body { display: flex; flex: 1; flex-direction: column; padding: 16px; }
.product-brand { margin-bottom: 4px; color: var(--muted); font-size: 10px; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.product-title { margin: 0; min-height: 42px; font-family: 'Barlow Condensed', sans-serif; font-size: 24px; line-height: .92; text-transform: uppercase; }
.product-meta { margin-top: 7px; color: var(--muted); font-size: 11px; }
.rating-row { display: flex; align-items: center; gap: 7px; margin-top: 12px; font-size: 11px; }
.stars { color: #f6ad13; letter-spacing: .04em; }
.rating-row a { color: var(--muted); text-decoration: underline; text-underline-offset: 2px; }
.product-deal { margin-top: 12px; padding-top: 12px; border-top: 1px solid var(--line); color: var(--success); font-size: 11px; font-weight: 700; }
.price-row { display: flex; align-items: end; justify-content: space-between; gap: 10px; margin-top: 12px; }
.price { font-size: 23px; font-weight: 800; letter-spacing: -.05em; }
.price small { color: var(--muted); font-size: 10px; font-weight: 500; letter-spacing: 0; }
.was-price { margin-left: 5px; color: var(--muted); font-size: 11px; text-decoration: line-through; }
.product-cta { display: flex; gap: 8px; margin-top: 14px; }
.product-cta .btn { flex: 1; }

.brand-feature { display: grid; grid-template-columns: .85fr 1.15fr; gap: 38px; align-items: center; padding: 54px; border-radius: 20px; background: var(--ink); color: #fff; }
.brand-feature h2 { margin: 0; max-width: 460px; font-family: 'Barlow Condensed', sans-serif; font-size: clamp(46px, 6vw, 88px); line-height: .84; letter-spacing: -.05em; text-transform: uppercase; }
.brand-feature h2 span { color: var(--lime); }
.brand-feature p { max-width: 420px; margin: 20px 0; color: rgba(255,255,255,.64); font-size: 13px; line-height: 1.7; }
.brand-carousel { display: grid; grid-template-columns: repeat(4, 1fr); gap: 10px; }
.brand-item { display: grid; place-items: center; min-height: 180px; padding: 14px; border: 1px solid rgba(255,255,255,.14); border-radius: 10px; background: rgba(255,255,255,.06); }
.brand-item img { width: 100%; height: 140px; object-fit: contain; mix-blend-mode: screen; }
.brand-item span { align-self: end; color: rgba(255,255,255,.65); font-family: 'Barlow Condensed', sans-serif; font-size: 17px; text-transform: uppercase; }

.store-hero { padding: 54px 0 32px; background: linear-gradient(110deg, #effaff, #fff 50%, #f7f2ff); }
.store-hero h1 { margin: 0; font-family: 'Barlow Condensed', sans-serif; font-size: clamp(56px, 8vw, 102px); line-height: .82; letter-spacing: -.055em; text-transform: uppercase; }
.breadcrumbs { display: flex; flex-wrap: wrap; gap: 8px; margin-bottom: 18px; color: var(--muted); font-size: 11px; }
.breadcrumbs a:hover { color: var(--lavender); }
.store-layout { display: grid; grid-template-columns: 280px minmax(0, 1fr); gap: 28px; align-items: start; padding: 34px 0 88px; }
.filter-rail { position: sticky; top: 142px; overflow: hidden; border: 1px solid var(--line); border-radius: 14px; background: #fff; }
.filter-head { padding: 18px; color: #fff; background: var(--ink); }
.filter-head strong { display: block; font-size: 13px; }
.filter-head span { display: block; margin-top: 6px; color: rgba(255,255,255,.62); font-size: 10px; line-height: 1.4; }
.filter-section { padding: 16px 16px 18px; border-bottom: 1px solid var(--line); }
.filter-section:last-child { border-bottom: 0; }
.filter-section h3 { display: flex; align-items: center; justify-content: space-between; margin: 0 0 10px; font-size: 11px; letter-spacing: .06em; text-transform: uppercase; }
.filter-section h3 span { color: var(--muted); font-size: 10px; font-weight: 500; letter-spacing: 0; text-transform: none; }
.filter-input, .filter-select, .text-input { width: 100%; min-height: 38px; padding: 0 10px; border: 1px solid #dce1e6; border-radius: 7px; outline: 0; background: #fff; color: var(--ink); font-size: 12px; }
.filter-input:focus, .filter-select:focus, .text-input:focus { border-color: var(--lavender); box-shadow: 0 0 0 3px rgba(92,46,245,.1); }
.filter-stack { display: grid; gap: 8px; }
.filter-row { display: grid; grid-template-columns: 1fr 1fr; gap: 8px; }
.check-row { display: flex; align-items: center; gap: 8px; padding: 6px 0; color: #414850; font-size: 12px; }
.check-row input { accent-color: var(--lavender); }
.filter-help { margin-top: 7px; color: var(--muted); font-size: 10px; line-height: 1.5; }
.filter-apply { width: 100%; margin-top: 10px; }
.store-main { min-width: 0; }
.store-toolbar { display: flex; align-items: center; justify-content: space-between; gap: 14px; min-height: 45px; margin-bottom: 20px; }
.result-count { font-size: 13px; font-weight: 800; }
.result-count span { color: var(--muted); font-weight: 500; }
.toolbar-actions { display: flex; align-items: center; gap: 8px; }
.toolbar-select { min-height: 38px; padding: 0 11px; border: 1px solid var(--line); border-radius: 7px; background: #fff; font-size: 11px; }
.ai-query { display: flex; gap: 8px; margin-bottom: 18px; padding: 10px; border: 1px solid #d7cffb; border-radius: 10px; background: #f7f4ff; }
.ai-query input { flex: 1; min-width: 0; padding: 0 8px; border: 0; outline: 0; background: transparent; font-size: 12px; }
.ai-query .btn { min-height: 34px; }
.empty-state { padding: 60px 20px; border: 1px dashed #cdd3da; border-radius: 14px; color: var(--muted); text-align: center; }

.detail-wrap { padding: 34px 0 90px; }
.detail-grid { display: grid; grid-template-columns: 1.1fr .9fr; gap: 48px; align-items: start; }
.gallery { display: grid; grid-template-columns: 80px 1fr; gap: 12px; }
.thumbs { display: grid; align-content: start; gap: 10px; }
.thumb { display: grid; place-items: center; width: 76px; height: 76px; padding: 6px; border: 1px solid var(--line); border-radius: 9px; background: #f4f7f9; }
.thumb.is-active { border: 2px solid var(--lavender); }
.thumb img { width: 100%; height: 100%; object-fit: contain; mix-blend-mode: multiply; }
.main-image { position: relative; display: grid; place-items: center; min-height: 585px; overflow: hidden; border-radius: 16px; background: radial-gradient(circle, #fff 15%, #f0f4f6 100%); }
.main-image::before { position: absolute; width: 56%; aspect-ratio: 1; content: ''; border: 1px solid rgba(92,46,245,.18); border-radius: 50%; box-shadow: 0 0 0 36px rgba(92,46,245,.05), 0 0 0 74px rgba(92,46,245,.025); }
.main-image img { position: relative; width: 78%; max-height: 500px; object-fit: contain; mix-blend-mode: multiply; }
.main-image img.is-cutout { mix-blend-mode: normal; }
.detail-kicker { display: flex; align-items: center; gap: 8px; margin-bottom: 10px; color: var(--lavender); font-size: 11px; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.detail-title { margin: 0; font-family: 'Barlow Condensed', sans-serif; font-size: clamp(52px, 6vw, 84px); line-height: .83; letter-spacing: -.055em; text-transform: uppercase; }
.detail-rating { display: flex; align-items: center; gap: 10px; margin-top: 18px; font-size: 12px; }
.detail-rating .stars { font-size: 17px; }
.detail-price { margin-top: 24px; font-size: 42px; font-weight: 800; letter-spacing: -.07em; }
.detail-price small { color: var(--muted); font-size: 12px; font-weight: 500; letter-spacing: 0; }
.detail-set { margin-top: 5px; color: var(--muted); font-size: 12px; }
.financing-note { margin-top: 18px; padding: 13px 14px; border-radius: 9px; background: var(--cyan); color: #23576a; font-size: 12px; line-height: 1.5; }
.detail-form { display: grid; gap: 12px; margin-top: 22px; padding-top: 22px; border-top: 1px solid var(--line); }
.field-label { display: block; margin-bottom: 6px; color: var(--muted); font-size: 10px; font-weight: 800; letter-spacing: .09em; text-transform: uppercase; }
.finish-options { display: flex; flex-wrap: wrap; gap: 8px; }
.finish-option { min-height: 36px; padding: 0 11px; border: 1px solid var(--line); border-radius: 7px; background: #fff; color: var(--muted); font-size: 11px; }
.finish-option.is-active { border-color: var(--lavender); background: #f7f4ff; color: var(--lavender); font-weight: 700; }
.detail-actions { display: grid; grid-template-columns: 1fr 1fr; gap: 8px; margin-top: 8px; }
.detail-actions:has(> :nth-child(3)) { grid-template-columns: repeat(3, minmax(0, 1fr)); }
.detail-actions .btn { min-height: 52px; }
.paypal-hosted-panel { display: grid; gap: 12px; margin-top: 18px; padding: 16px; border: 1px solid #dce5ef; border-radius: 9px; background: #f8fafc; }
.paypal-hosted-copy h2 { margin: 0; font-size: 19px; }
.paypal-hosted-copy p:last-child { margin: 6px 0 0; color: var(--muted); font-size: 11px; line-height: 1.5; }
.paypal-hosted-container { min-height: 46px; width: 100%; }
.paypal-hosted-fallback, .paypal-hosted-note { margin: 0; color: var(--muted); font-size: 10px; line-height: 1.45; }
.paypal-hosted-fallback { padding: 10px; border: 1px dashed #cbd5e1; border-radius: 7px; background: #fff; }
.paypal-cart-panel { display: grid; gap: 12px; margin-top: 18px; padding: 16px; border: 1px solid #dce5ef; border-radius: 9px; background: #f8fafc; }
.paypal-cart-button-wrap { min-height: 46px; width: 100%; }
paypal-cart-button { display: block; min-height: 46px; width: 100%; }
.paypal-cart-fallback { margin: 0; padding: 10px; border: 1px dashed #cbd5e1; border-radius: 7px; background: #fff; color: var(--muted); font-size: 10px; line-height: 1.45; }
.minimum-order-note { display: inline-block; margin-top: 5px; color: var(--ink); font-size: 11px; }
.cart-minimum-note { display: block; margin-top: 5px; color: var(--muted); font-size: 10px; line-height: 1.4; }
.cart-minimum-warning { margin: 12px 0 0; padding: 10px; border: 1px solid #f0c36a; border-radius: 7px; background: #fff8e6; color: #8b5a00; font-size: 11px; line-height: 1.45; }
.ship-note { display: flex; gap: 9px; align-items: flex-start; padding: 13px; border: 1px solid var(--line); border-radius: 9px; color: var(--muted); font-size: 11px; line-height: 1.5; }
.ship-note svg { flex: 0 0 auto; width: 18px; color: var(--success); }
.specs { display: grid; grid-template-columns: repeat(2, 1fr); gap: 1px; margin-top: 38px; border: 1px solid var(--line); background: var(--line); }
.spec { display: flex; justify-content: space-between; gap: 12px; padding: 13px 14px; background: #fff; font-size: 12px; }
.spec span { color: var(--muted); }
.spec strong { text-align: right; }
.detail-section { padding: 78px 0 0; }
.detail-section h2 { margin: 0 0 24px; font-family: 'Barlow Condensed', sans-serif; font-size: 50px; line-height: .9; letter-spacing: -.045em; text-transform: uppercase; }
.reviews-layout { display: grid; grid-template-columns: 260px 1fr; gap: 34px; align-items: start; }
.review-score { padding: 22px; border-radius: 14px; background: var(--ink); color: #fff; }
.review-score strong { display: block; font-size: 54px; line-height: .9; letter-spacing: -.08em; }
.review-score .stars { margin: 12px 0 5px; font-size: 19px; }
.review-score p { margin: 0; color: rgba(255,255,255,.64); font-size: 11px; }
.review-bars { margin-top: 20px; }
.review-bar { display: grid; grid-template-columns: 28px 1fr 28px; align-items: center; gap: 8px; margin-top: 7px; color: rgba(255,255,255,.65); font-size: 10px; }
.bar-track { height: 5px; overflow: hidden; border-radius: 999px; background: rgba(255,255,255,.16); }
.bar-track i { display: block; height: 100%; border-radius: inherit; background: var(--lime); }
.review-list { display: grid; gap: 12px; }
.review-item { padding: 20px; border: 1px solid var(--line); border-radius: 12px; animation: revealUp .45s both; }
.review-head { display: flex; align-items: start; justify-content: space-between; gap: 20px; }
.review-head strong { font-size: 13px; }
.review-head small { color: var(--muted); font-size: 10px; }
.review-item p { margin: 10px 0 0; color: #4f5963; font-size: 13px; line-height: 1.65; }
.review-meta { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 14px; color: var(--muted); font-size: 10px; }
.review-meta .review-verified { color: var(--success); }
.review-meta .review-country { color: var(--lavender); }
.review-source, .review-photo-badge { display: inline-block; margin-left: 8px; padding: 1px 7px; border-radius: 999px; background: rgba(255, 255, 255, 0.08); font-size: 9px; color: var(--muted); vertical-align: middle; }
.review-photo-badge { color: var(--lavender); }
.review-rating-input { display: flex; gap: 4px; margin-bottom: 10px; }
.review-rating-input .rating-star { background: none; border: 0; font-size: 22px; color: var(--muted); cursor: pointer; padding: 0 2px; transition: color 120ms ease, transform 120ms ease; }
.review-rating-input .rating-star.is-active { color: #f5b942; }
.review-rating-input .rating-star:hover { transform: scale(1.15); }
.account-panel p { color: var(--muted); margin: 6px 0 18px; }
.account-panel-actions { display: flex; gap: 10px; flex-wrap: wrap; }
.review-reply { margin-top: 14px; padding: 11px 12px; border-left: 3px solid var(--lavender); border-radius: 0 8px 8px 0; background: #f7f5ff; }
.review-reply strong { color: var(--ink); font-size: 11px; letter-spacing: .04em; text-transform: uppercase; }
.review-reply p { margin: 5px 0 0; color: #566170; font-size: 12px; line-height: 1.55; }
.review-empty { display: grid; min-height: 150px; align-content: center; gap: 8px; padding: 20px; border: 1px dashed #c9d2dd; border-radius: 12px; color: var(--muted); background: #fafbfd; }
.review-empty strong { color: var(--ink); font-size: 15px; }
.review-empty span { max-width: 42ch; font-size: 12px; line-height: 1.6; }

.cart-page { padding: 60px 0 100px; }
.cart-layout { display: grid; grid-template-columns: 1fr 360px; gap: 30px; align-items: start; }
.cart-list { border-top: 1px solid var(--line); }
.cart-item { display: grid; grid-template-columns: 108px 1fr auto auto; gap: 16px; align-items: center; padding: 18px 0; border-bottom: 1px solid var(--line); }
.cart-item img { width: 108px; height: 90px; padding: 8px; border-radius: 10px; background: var(--soft); object-fit: contain; mix-blend-mode: multiply; }
.cart-item img.is-cutout { mix-blend-mode: normal; }
.cart-item h3 { margin: 0; font-family: 'Barlow Condensed', sans-serif; font-size: 25px; line-height: .9; text-transform: uppercase; }
.cart-item p { margin: 5px 0 0; color: var(--muted); font-size: 11px; }
.qty-control { display: flex; align-items: center; border: 1px solid var(--line); border-radius: 7px; }
.qty-control button { width: 30px; height: 30px; background: #fff; color: var(--muted); }
.qty-control span { width: 25px; text-align: center; font-size: 12px; }
.cart-price { font-size: 16px; font-weight: 800; white-space: nowrap; }
.summary-card { padding: 22px; border-radius: 14px; background: var(--soft); }
.summary-card h2 { margin: 0 0 18px; font-family: 'Barlow Condensed', sans-serif; font-size: 31px; text-transform: uppercase; }
.summary-row { display: flex; justify-content: space-between; gap: 18px; margin: 12px 0; color: #56606a; font-size: 12px; }
.summary-row.total { padding-top: 15px; border-top: 1px solid #dce2e7; color: var(--ink); font-size: 18px; font-weight: 800; }
.coupon { display: flex; gap: 6px; margin: 20px 0; }
.coupon input { flex: 1; min-width: 0; }
.empty-cart { padding: 38px 20px; border: 1px dashed #cfd6dd; border-radius: 14px; text-align: center; }
.empty-cart h2 { margin: 0; font-family: 'Barlow Condensed', sans-serif; font-size: 42px; text-transform: uppercase; }

.footer { padding: 64px 0 28px; background: var(--ink); color: #fff; }
.footer-top { display: flex; align-items: start; justify-content: space-between; gap: 40px; padding-bottom: 46px; }
.footer .brand { color: #fff; }
.footer .brand-mark { background: #fff; }
.footer .brand-mark::after { background: var(--ink); }
.footer-slogan { max-width: 290px; margin: 18px 0 0; color: rgba(255,255,255,.55); font-size: 12px; line-height: 1.6; }
.company-meta { display: grid; gap: 7px; max-width: 330px; margin-top: 18px; color: rgba(255,255,255,.68); font-size: 11px; line-height: 1.45; }
.company-meta strong { color: #fff; font-size: 12px; }
.company-meta a { color: var(--lime); }
.footer-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 30px; }
.footer-col h3 { margin: 0 0 13px; color: var(--lime); font-size: 11px; letter-spacing: .11em; text-transform: uppercase; }
.footer-col a { display: block; padding: 5px 0; color: rgba(255,255,255,.62); font-size: 12px; }
.footer-col a:hover { color: #fff; }
.footer-bottom { display: flex; justify-content: space-between; gap: 20px; padding-top: 24px; border-top: 1px solid rgba(255,255,255,.13); color: rgba(255,255,255,.42); font-size: 10px; }
.footer-bottom a { color: inherit; text-decoration: none; }
.footer-bottom a:hover, .footer-bottom a:focus-visible { color: #fff; text-decoration: underline; text-underline-offset: 3px; }

.cookie-banner { position: fixed; z-index: 40; right: 18px; bottom: 18px; display: flex; align-items: center; gap: 18px; max-width: 520px; padding: 14px 16px; border: 1px solid var(--line); border-radius: 10px; background: #fff; box-shadow: var(--shadow); font-size: 11px; line-height: 1.45; }
.cookie-banner button { flex: 0 0 auto; padding: 7px 10px; border-radius: 6px; background: var(--ink); color: #fff; font-size: 10px; font-weight: 800; text-transform: uppercase; }
.chat-fab { position: fixed; z-index: 35; right: 22px; bottom: 22px; display: grid; place-items: center; width: 58px; height: 58px; border-radius: 50%; background: var(--lime); box-shadow: 0 12px 28px rgba(200,255,47,.28); }
.chat-fab svg { width: 23px; }
.chat-panel { position: fixed; z-index: 35; right: 22px; bottom: 92px; width: min(340px, calc(100% - 44px)); overflow: hidden; border-radius: 14px; background: #fff; box-shadow: var(--shadow); }
.chat-head { display: flex; align-items: center; justify-content: space-between; padding: 15px; background: var(--ink); color: #fff; }
.chat-head strong { font-size: 13px; }
.chat-head small { display: block; margin-top: 3px; color: rgba(255,255,255,.55); font-size: 10px; }
.chat-body { padding: 15px; }
.chat-thread { display: grid; gap: 8px; max-height: 230px; overflow: auto; }
.chat-bubble { max-width: 86%; padding: 10px 12px; border-radius: 10px 10px 10px 2px; background: var(--soft); color: #4c5661; font-size: 12px; line-height: 1.5; white-space: pre-wrap; }
.chat-bubble.is-customer { margin-left: auto; border-radius: 10px 10px 2px 10px; background: #11161b; color: #fff; }
.chat-fab { position: relative; }
.chat-fab-dot { position: absolute; top: 4px; right: 5px; width: 9px; height: 9px; border: 2px solid var(--lime); border-radius: 50%; background: #ee5b4d; }
.whatsapp-fab { position: fixed; z-index: 34; right: 22px; bottom: 92px; display: grid; place-items: center; width: 58px; height: 58px; border: 0; border-radius: 50%; background: #25d366; color: #fff; box-shadow: 0 12px 28px rgba(37, 211, 102, .28); transition: transform .2s ease, box-shadow .2s ease; }
.whatsapp-fab:hover, .whatsapp-fab:focus-visible { transform: translateY(-3px); box-shadow: 0 16px 32px rgba(37, 211, 102, .34); }
.whatsapp-fab svg { width: 26px; height: 26px; }
.whatsapp-fab-label { position: absolute; right: 68px; padding: 7px 9px; border-radius: 6px; color: #fff; background: var(--ink); font-size: 10px; font-weight: 800; line-height: 1; opacity: 0; pointer-events: none; transform: translateX(5px); transition: opacity .2s ease, transform .2s ease; white-space: nowrap; }
.whatsapp-fab:hover .whatsapp-fab-label, .whatsapp-fab:focus-visible .whatsapp-fab-label { opacity: 1; transform: translateX(0); }
.chat-quick { display: flex; flex-wrap: wrap; gap: 6px; margin-top: 10px; }
.chat-quick button { padding: 6px 8px; border: 1px solid #dde4e7; border-radius: 999px; background: #fff; color: var(--muted); cursor: pointer; font-size: 10px; }
.chat-compose { display: flex; gap: 7px; margin-top: 12px; }
.chat-input { min-width: 0; flex: 1; padding: 10px 11px; border: 1px solid #dce3e6; border-radius: 9px; outline: none; font: inherit; font-size: 11px; }
.chat-input:focus { border-color: var(--lavender); box-shadow: 0 0 0 3px rgba(92,46,245,.1); }
.chat-send { min-height: 38px; padding: 0 13px; }
.chat-quick { display: flex; flex-wrap: wrap; gap: 7px; margin-top: 12px; }
.chat-quick button { padding: 7px 9px; border: 1px solid var(--line); border-radius: 999px; background: #fff; color: var(--lavender); font-size: 10px; }

.overlay { position: fixed; z-index: 50; inset: 0; display: grid; place-items: center; padding: 20px; background: rgba(8,10,14,.58); backdrop-filter: blur(8px); }
.modal { position: relative; width: min(560px, 100%); max-height: min(760px, calc(100vh - 40px)); overflow: auto; padding: 26px; border-radius: 16px; background: #fff; box-shadow: var(--shadow); }
.modal-close { position: absolute; top: 14px; right: 14px; }
.modal h2 { margin: 0; font-family: 'Barlow Condensed', sans-serif; font-size: 44px; line-height: .9; text-transform: uppercase; }
.modal p { color: var(--muted); font-size: 13px; line-height: 1.6; }
.modal-form { display: grid; gap: 12px; margin-top: 20px; }
.workshop-profile-quick { width: min(640px, 100%); border-radius: 8px; }
.workshop-profile-quick-head { display: flex; align-items: flex-start; gap: 14px; padding-right: 42px; }
.workshop-profile-quick-head > span { display: grid; width: 40px; height: 40px; flex: 0 0 auto; place-items: center; border-radius: 6px; color: var(--lime); background: var(--ink); }
.workshop-profile-quick-head > span svg { width: 18px; height: 18px; }
.workshop-profile-quick-head .eyebrow { margin: 0 0 8px; }
.workshop-profile-quick-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 12px; }
.workshop-profile-quick-grid label { display: grid; min-width: 0; gap: 6px; color: #53606b; font-size: 9px; font-weight: 900; text-transform: uppercase; }
.workshop-profile-quick-grid .text-input { width: 100%; min-height: 44px; }
.workshop-profile-location { grid-column: 1 / -1; }
.workshop-profile-quick-form > .btn { min-height: 46px; justify-content: center; }
.workshop-profile-quick-form > .btn svg { width: 16px; height: 16px; }
.workshop-profile-quick-note { color: var(--muted); font-size: 10px; text-align: center; }
.workshop-profile-quick-error { margin: 0 !important; padding: 10px 12px; border-left: 3px solid #ef6b5b; color: #9f3327 !important; background: #fff0ee; font-size: 11px !important; }
.review-form-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 12px; }
.review-consent { display: flex; align-items: flex-start; gap: 8px; color: #5a6674; font-size: 11px; line-height: 1.5; }
.review-consent input { flex: none; margin-top: 2px; accent-color: var(--lavender); }
@media (max-width: 620px) {
  .review-form-grid, .workshop-profile-quick-grid { grid-template-columns: 1fr; }
  .workshop-profile-location { grid-column: auto; }
  .workshop-profile-quick { padding: 22px 18px; }
  .workshop-profile-quick-head { padding-right: 0; }
  .workshop-profile-quick-head > div { min-width: 0; padding-right: 24px; }
  .workshop-profile-quick h2 { font-size: 30px; word-break: keep-all; }
}
.modal-wide { width: min(760px, 100%); }
.loading-copy { padding: 32px 0; color: var(--muted); text-align: center; }
.account-order-list { display: grid; gap: 8px; margin-top: 18px; }
.account-order { display: grid; grid-template-columns: 1.1fr 1.3fr .6fr; align-items: center; gap: 14px; padding: 14px 0; border-top: 1px solid var(--line); }
.account-order strong, .account-order span, .account-order small { display: block; }
.account-order span { color: var(--ink); font-size: 13px; }
.account-order small { margin-top: 4px; color: var(--muted); font-size: 11px; }
.account-order > strong:last-child { color: var(--ink); text-align: right; }
@media (max-width: 640px) { .account-order { grid-template-columns: 1fr 1fr; }.account-order > strong:last-child { text-align: left; } }
.toast { position: fixed; z-index: 60; right: 22px; top: 138px; max-width: 310px; padding: 12px 15px; border-radius: 8px; background: var(--ink); color: #fff; box-shadow: var(--shadow); font-size: 12px; animation: revealUp .25s both; }
.quick-product { display: grid; grid-template-columns: 180px 1fr; gap: 20px; align-items: center; margin-top: 20px; padding: 14px; border-radius: 12px; background: var(--soft); }
.quick-product img { width: 180px; height: 180px; object-fit: contain; mix-blend-mode: multiply; }
.quick-product img.is-cutout { mix-blend-mode: normal; }
.checkout-steps { display: flex; gap: 6px; margin: 20px 0; }
.checkout-step { flex: 1; padding: 9px 6px; border-radius: 7px; background: var(--soft); color: var(--muted); font-size: 10px; font-weight: 800; text-align: center; text-transform: uppercase; }
.checkout-step.is-active { background: var(--lavender); color: #fff; }
.success-box { padding: 22px; border-radius: 12px; background: #e8fff6; color: var(--success); text-align: center; }

.reveal { animation: revealUp .55s both; }
.delay-1 { animation-delay: .08s; }
.delay-2 { animation-delay: .16s; }
.delay-3 { animation-delay: .24s; }
@keyframes revealUp { from { opacity: 0; transform: translateY(14px); } to { opacity: 1; transform: translateY(0); } }
@media (prefers-reduced-motion: reduce) { *, *::before, *::after { scroll-behavior: auto !important; animation-duration: .01ms !important; transition-duration: .01ms !important; } }

@media (max-width: 1050px) {
  .header-main { grid-template-columns: 160px minmax(190px, 1fr) auto; gap: 14px; }
  .locale-control span { display: none; }
  .locale-select { max-width: 116px; }
  .nav-links { gap: 17px; }
  .guide-grid { grid-template-columns: repeat(3, 1fr); }
  .category-grid { grid-template-columns: repeat(4, 1fr); }
  .product-grid { grid-template-columns: repeat(3, 1fr); }
  .fitment-card { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .fitment-card .fitment-selects { grid-column: 1 / -1; grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .fitment-card .btn { grid-column: 1 / -1; width: 100%; }
  .brand-feature { grid-template-columns: 1fr; }
}
@media (max-width: 900px) {
  .header-main { grid-template-columns: 1fr auto; min-height: 64px; }
  .search-bar { grid-column: 1 / -1; grid-row: 2; order: 3; margin-bottom: 10px; }
  .header-actions { gap: 2px; }
  .header-action span { display: none; }
  .header-action { padding: 0 8px; }
  .locale-select { max-width: 116px; min-height: 38px; }
  .hamburger { display: inline-grid; place-items: center; }
  .nav-row { display: none; }
  .nav-row.is-open { display: block; max-height: min(70dvh, 680px); overflow-y: auto; overscroll-behavior: contain; scrollbar-gutter: stable; }
  .nav-inner, .nav-links { flex-direction: column; align-items: stretch; }
  .nav-inner { min-height: 0; }
  .nav-links { gap: 0; }
  .nav-meta { display: none; }
  .nav-link { display: flex; align-items: center; justify-content: space-between; width: 100%; min-height: 48px; padding: 13px 0; border-bottom: 1px solid rgba(255,255,255,.1); color: rgba(255,255,255,.92); font-size: 13px; letter-spacing: .08em; }
  .nav-link.is-active { background: rgba(200,255,47,.1); }
  .nav-link svg { flex: 0 0 16px; width: 16px; height: 16px; }
  .nav-shop { display: block; width: 100%; }
  .nav-shop > .nav-link { width: 100%; }
  .nav-shop-desktop-chevron { display: none; }
  .nav-shop-mobile-symbol { display: grid; width: 28px; height: 28px; place-items: center; border: 1px solid currentColor; border-radius: 50%; font-size: 20px; font-weight: 500; line-height: 1; }
  .nav-shop .mega-menu { position: static; inset: auto; max-height: none; overflow: visible; padding: 0; border-bottom: 1px solid var(--line); box-shadow: none; }
  .nav-shop .mega-grid { grid-template-columns: 1fr; gap: 0; width: 100%; }
  .mega-col { padding: 17px 0 14px; border-bottom: 1px solid var(--line); }
  .mega-col:last-child { border-bottom: 0; }
  .mega-col h3 { margin-bottom: 7px; color: var(--ink); font-size: 11px; }
  .mega-col a { min-height: 38px; padding: 10px 0; font-size: 13px; }
}
@media (max-width: 760px) {
  .container { width: min(100% - 30px, var(--content)); }
  .announcement { font-size: 10px; }
  .hero { min-height: 740px; }
  .hero-content { min-height: 740px; padding-top: 70px; }
  .hero::after { right: -180px; bottom: 16px; width: 360px; height: 360px; }
  .hero h1 { font-size: clamp(64px, 21vw, 102px); }
  .hero-sub { font-size: 13px; }
  .fitment-card { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .fitment-card .fitment-selects { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .fitment-card .btn { grid-column: 1 / -1; width: 100%; }
  .fitment-products { grid-template-columns: repeat(2, 1fr); }
  .fitment-preview-foot { align-items: stretch; flex-direction: column; }
  .trust-strip { grid-template-columns: repeat(2, 1fr); }
  .trust-item:nth-child(2) { border-right: 0; }
  .trust-item:nth-child(-n+2) { border-bottom: 1px solid var(--line); }
  .trust-item { padding: 15px; }
  .section { padding: 60px 0; }
  .section-heading { display: block; }
  .section-heading p { margin-top: 14px; }
  .guide-grid { grid-template-columns: repeat(2, 1fr); }
  .guide-card { min-height: 200px; }
  .category-grid { grid-template-columns: repeat(2, 1fr); }
  .product-grid { grid-template-columns: repeat(2, 1fr); gap: 9px; }
  .product-media { min-height: 165px; padding: 12px; }
  .product-media img { max-height: 140px; }
  .product-body { padding: 11px; }
  .product-title { min-height: 36px; font-size: 20px; }
  .product-deal { display: none; }
  .price-row { display: block; }
  .price { margin-top: 8px; font-size: 19px; }
  .product-cta { display: block; }
  .product-cta .btn { width: 100%; margin-top: 6px; }
  .brand-feature { padding: 28px 20px; }
  .brand-carousel { grid-template-columns: repeat(2, 1fr); }
  .store-layout { display: block; padding-top: 20px; }
  .filter-rail { position: static; margin-bottom: 24px; }
  .filter-rail.is-collapsed .filter-section { display: none; }
  .filter-rail.is-collapsed .filter-head { border-radius: 14px; }
  .store-toolbar { align-items: start; flex-direction: column; }
  .toolbar-actions { width: 100%; }
  .toolbar-select { flex: 1; }
  .detail-grid { grid-template-columns: 1fr; gap: 28px; }
  .gallery { grid-template-columns: 58px 1fr; }
  .thumb { width: 54px; height: 54px; }
  .main-image { min-height: 360px; }
  .detail-title { font-size: 58px; }
  .detail-actions { grid-template-columns: 1fr; }
  .specs { grid-template-columns: 1fr; }
  .reviews-layout { grid-template-columns: 1fr; }
  .cart-layout { grid-template-columns: 1fr; }
  .cart-item { grid-template-columns: 74px 1fr auto; }
  .cart-item img { width: 74px; height: 70px; }
  .cart-item .qty-control { grid-column: 2; }
  .cart-item .cart-price { grid-column: 3; grid-row: 1 / span 2; }
  .footer-top { display: block; }
  .footer-grid { grid-template-columns: repeat(2, 1fr); margin-top: 30px; }
  .footer-bottom { display: block; line-height: 1.7; }
  .cookie-banner { right: 12px; bottom: 12px; left: 12px; max-width: none; }
  .chat-fab { right: 16px; bottom: 84px; }
  .whatsapp-fab { right: 16px; bottom: 152px; }
  .chat-panel { right: 16px; bottom: 150px; }
  .quick-product { grid-template-columns: 100px 1fr; }
  .quick-product img { width: 100px; height: 100px; }
}
@media (max-width: 430px) {
  .header-main { grid-template-columns: minmax(0, 1fr) auto; gap: 6px; }
  .header-actions { min-width: 0; gap: 0; }
  .header-action { width: 32px; padding-right: 0; padding-left: 0; }
  .header-action[data-action="cart"] { width: 48px; }
  .locale-control { min-width: 0; }
  .locale-select { width: 88px; max-width: 88px; min-width: 0; overflow: hidden; padding-right: 4px; padding-left: 4px; font-size: 10px; text-overflow: ellipsis; }
  .hamburger { width: 34px; height: 34px; }
  .brand { gap: 7px; min-width: 0; font-size: 18px; }
  .brand-mark { width: 26px; height: 26px; }
  .hero h1 { font-size: 70px; }
  .fitment-card { grid-template-columns: 1fr; }
  .fitment-card .fitment-selects { grid-template-columns: 1fr; }
  .fitment-card .btn { grid-column: auto; width: 100%; }
  .fitment-products { grid-template-columns: 1fr; }
  .fitment-match-banner { align-items: stretch; flex-direction: column; }
  .product-grid { grid-template-columns: 1fr 1fr; }
  .product-badge { font-size: 8px; }
  .icon-btn { width: 29px; height: 29px; }
  .product-actions { gap: 4px; }
  .detail-title { font-size: 51px; }
  .footer-grid { gap: 18px; }
}
@media (max-width: 350px) {
  .brand { gap: 7px; font-size: 18px; }
  .brand-mark { width: 24px; height: 24px; }
  .header-action svg { width: 16px; }
  .locale-select { width: 82px; max-width: 82px; }
  .hamburger { width: 36px; height: 36px; }
  .trust-strip { grid-template-columns: 1fr; }
  .trust-item { border-right: 0; border-bottom: 1px solid var(--line); }
  .trust-item:last-child { border-bottom: 0; }
}

/* Custom wheel studio home layer — the existing catalog, product cards and checkout remain unchanged. */
.custom-wheel-hero { position: relative; overflow: hidden; background: #080a0d; color: #fff; }
.custom-wheel-hero::before { position: absolute; inset: 0; content: ''; opacity: .34; 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(90deg, #000, transparent 82%); }
.custom-wheel-hero::after { position: absolute; right: 16%; bottom: -180px; width: 520px; height: 520px; content: ''; border: 1px solid rgba(200,255,47,.22); border-radius: 50%; box-shadow: 0 0 0 32px rgba(200,255,47,.05), 0 0 0 64px rgba(200,255,47,.03); }
.custom-wheel-hero-grid { position: relative; z-index: 1; display: grid; grid-template-columns: minmax(0, 1.03fr) minmax(390px, .97fr); align-items: center; gap: clamp(36px, 7vw, 110px); min-height: 690px; padding-top: 76px; padding-bottom: 58px; }
.custom-wheel-copy { max-width: 720px; min-width: 0; }
.custom-kicker { display: flex; align-items: center; gap: 11px; margin: 0 0 23px; color: var(--lime); font-size: 11px; font-weight: 900; letter-spacing: .18em; text-transform: uppercase; }
.custom-kicker::before { width: 36px; height: 2px; content: ''; background: var(--lime); }
.custom-kicker span { color: rgba(255,255,255,.42); font-weight: 700; letter-spacing: .11em; }
.custom-wheel-copy h1 { max-width: 760px; margin: 0; font-family: 'Barlow Condensed', sans-serif; font-size: clamp(78px, 10vw, 150px); font-weight: 800; line-height: .78; letter-spacing: -.065em; text-transform: uppercase; }
.custom-wheel-copy h1 em { display: block; color: var(--lime); font-style: normal; }
.custom-hero-sub { max-width: 520px; margin: 31px 0 30px; color: rgba(255,255,255,.68); font-size: 15px; line-height: 1.75; }
.custom-hero-actions { display: flex; flex-wrap: wrap; gap: 10px; }
.custom-hero-actions .btn-light { color: var(--ink); }
.custom-hero-proof { display: flex; flex-wrap: wrap; gap: 24px; margin-top: 33px; color: rgba(255,255,255,.48); font-size: 10px; letter-spacing: .04em; text-transform: uppercase; }
.custom-hero-proof strong { display: block; margin-bottom: 4px; color: #fff; font-family: 'Space Grotesk', sans-serif; font-size: 14px; letter-spacing: -.04em; }
.custom-wheel-stage { position: relative; display: grid; place-items: center; min-height: 510px; overflow: hidden; border: 1px solid rgba(255,255,255,.16); border-radius: 22px; background: linear-gradient(145deg, #f7fafb, #cbd4d9); box-shadow: 0 30px 90px rgba(0,0,0,.36); }
.custom-wheel-stage::before { position: absolute; top: 18%; right: 12%; width: 44%; height: 44%; content: ''; background: var(--lime); opacity: .14; filter: blur(70px); }
.custom-stage-ring { position: absolute; width: 72%; aspect-ratio: 1; border: 1px solid rgba(9,11,14,.18); border-radius: 50%; box-shadow: 0 0 0 25px rgba(9,11,14,.035), 0 0 0 52px rgba(9,11,14,.025); }
.custom-wheel-stage img { position: relative; z-index: 1; width: 112%; max-width: none; height: 112%; object-fit: contain; mix-blend-mode: multiply; transform: translate(4%, 2%) rotate(-7deg); transition: transform .65s cubic-bezier(.2,.7,.2,1); }
.custom-wheel-stage:hover img { transform: translate(4%, 2%) rotate(-3deg) scale(1.045); }
.custom-stage-index { position: absolute; z-index: 2; top: 18px; left: 20px; color: rgba(9,11,14,.58); font-family: 'Space Grotesk', sans-serif; font-size: 10px; font-weight: 800; letter-spacing: .16em; }
.custom-stage-index span { color: rgba(9,11,14,.38); }
.custom-stage-caption { position: absolute; z-index: 2; right: 20px; bottom: 18px; left: 20px; display: flex; align-items: end; justify-content: space-between; gap: 14px; padding-top: 30px; border-top: 1px solid rgba(9,11,14,.14); color: var(--ink); }
.custom-stage-caption strong { font-family: 'Barlow Condensed', sans-serif; font-size: 30px; line-height: .9; text-transform: uppercase; }
.custom-stage-caption span { color: rgba(9,11,14,.52); font-size: 10px; font-weight: 800; letter-spacing: .08em; text-align: right; text-transform: uppercase; }
.home-visualizer-teaser { position: absolute; z-index: 3; top: 20px; right: 20px; width: min(245px, 48%); padding: 16px 16px 15px; border: 1px solid rgba(255,255,255,.12); border-radius: 13px; background: rgba(9,11,14,.94); box-shadow: 0 18px 38px rgba(9,11,14,.22); color: #fff; }
.home-visualizer-teaser-top { display: flex; align-items: center; justify-content: space-between; gap: 8px; margin-bottom: 19px; }
.home-visualizer-badge, .home-visualizer-count { font-size: 9px; font-weight: 900; letter-spacing: .1em; text-transform: uppercase; }
.home-visualizer-badge { color: var(--lime); }
.home-visualizer-count { color: rgba(255,255,255,.42); }
.home-visualizer-teaser h2 { margin: 0; font-family: 'Barlow Condensed', sans-serif; font-size: 38px; line-height: .86; letter-spacing: -.045em; text-transform: uppercase; }
.home-visualizer-teaser h2 em { color: var(--lime); font-style: normal; }
.home-visualizer-teaser p { margin: 13px 0 15px; color: rgba(255,255,255,.64); font-size: 11px; line-height: 1.55; }
.home-visualizer-angles { display: grid; gap: 6px; margin-bottom: 15px; padding-top: 11px; border-top: 1px solid rgba(255,255,255,.15); color: rgba(255,255,255,.52); font-size: 9px; font-weight: 800; letter-spacing: .05em; text-transform: uppercase; }
.home-visualizer-angles span { display: flex; align-items: center; gap: 7px; }
.home-visualizer-angles strong { min-width: 16px; color: var(--lime); font-family: 'Space Grotesk', sans-serif; font-size: 10px; }
.home-visualizer-link { display: flex; align-items: center; justify-content: space-between; gap: 10px; color: #fff; font-size: 10px; font-weight: 900; letter-spacing: .06em; text-transform: uppercase; }
.home-visualizer-link span { color: var(--lime); font-size: 15px; transition: transform .2s ease; }
.home-visualizer-link:hover span { transform: translate(3px, -3px); }
.custom-preview-stage { position: relative; display: flex; flex-direction: column; min-height: 606px; overflow: hidden; border: 1px solid rgba(255,255,255,.16); border-radius: 20px; background: #f4f7f6; color: var(--ink); box-shadow: 0 30px 90px rgba(0,0,0,.36); }
.custom-preview-head { display: flex; align-items: flex-start; justify-content: space-between; gap: 16px; padding: 19px 20px 17px; border-bottom: 1px solid #dbe2e1; background: #fff; }
.custom-preview-head > div { display: grid; gap: 5px; min-width: 0; }
.custom-preview-kicker { color: #6f7a80; font-size: 9px; font-weight: 900; letter-spacing: .15em; }
.custom-preview-head strong { font-family: 'Barlow Condensed', sans-serif; font-size: 27px; line-height: .9; letter-spacing: -.02em; text-transform: uppercase; }
.custom-preview-head small { color: #748087; font-size: 10px; line-height: 1.35; }
.custom-preview-status { display: inline-flex; align-items: center; gap: 6px; flex: 0 0 auto; padding: 7px 9px; border: 1px solid #dce4df; border-radius: 999px; color: #4d5b53; font-size: 9px; font-weight: 900; letter-spacing: .05em; text-transform: uppercase; }
.custom-preview-status i { width: 7px; height: 7px; border-radius: 50%; background: var(--lime); box-shadow: 0 0 0 3px rgba(200,255,47,.22); }
.custom-preview-canvas { position: relative; display: grid; place-items: center; min-height: 292px; overflow: hidden; border-bottom: 1px solid #dbe2e1; background: #e8eeed; }
.custom-preview-canvas-grid { position: absolute; inset: 0; opacity: .46; background-image: linear-gradient(rgba(25,37,37,.07) 1px, transparent 1px), linear-gradient(90deg, rgba(25,37,37,.07) 1px, transparent 1px); background-size: 38px 38px; }
.custom-preview-canvas::after { position: absolute; width: 67%; aspect-ratio: 1; content: ''; border: 1px solid rgba(33,46,46,.17); border-radius: 50%; box-shadow: 0 0 0 18px rgba(33,46,46,.035), 0 0 0 40px rgba(33,46,46,.025); }
.custom-preview-canvas-meta { position: absolute; z-index: 2; top: 16px; right: 18px; left: 18px; display: flex; align-items: center; justify-content: space-between; color: #6b7777; font-size: 9px; font-weight: 900; letter-spacing: .12em; }
.custom-preview-wheel { position: relative; z-index: 1; width: 88%; max-width: 430px; height: 110%; max-height: 330px; object-fit: contain; mix-blend-mode: multiply; filter: drop-shadow(0 18px 18px rgba(20,29,29,.2)); transform: rotate(-6deg); transition: transform .45s cubic-bezier(.2,.7,.2,1), opacity .2s ease; }
.custom-preview-canvas:hover .custom-preview-wheel { transform: rotate(-2deg) scale(1.04); }
.custom-preview-canvas-label { position: absolute; z-index: 2; right: 18px; bottom: 14px; left: 18px; display: flex; align-items: end; justify-content: space-between; gap: 12px; padding-top: 12px; border-top: 1px solid rgba(33,46,46,.15); }
.custom-preview-canvas-label span, .custom-preview-canvas-label em { color: #647071; font-size: 9px; font-style: normal; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.custom-preview-canvas-label strong { margin-right: auto; font-family: 'Barlow Condensed', sans-serif; font-size: 25px; line-height: .9; text-transform: uppercase; }
.custom-preview-controls { padding: 17px 20px 20px; background: #fff; }
.custom-preview-control-head { display: flex; align-items: center; justify-content: space-between; gap: 16px; }
.custom-preview-control-head > div, .custom-preview-next-copy { display: flex; align-items: center; gap: 10px; min-width: 0; }
.custom-preview-step-number { display: grid; place-items: center; width: 27px; height: 27px; flex: 0 0 auto; border-radius: 50%; background: var(--ink); color: var(--lime); font-family: 'Space Grotesk', sans-serif; font-size: 10px; font-weight: 900; }
.custom-preview-control-head > div > div, .custom-preview-next-copy > div { display: grid; gap: 3px; min-width: 0; }
.custom-preview-control-head strong, .custom-preview-next-copy strong { font-size: 12px; line-height: 1.1; }
.custom-preview-control-head small, .custom-preview-next-copy small { color: #788386; font-size: 9px; line-height: 1.25; }
.custom-preview-control-head > b { color: #11161a; font-family: 'Space Grotesk', sans-serif; font-size: 13px; white-space: nowrap; }
.custom-preview-wheel-selector { margin-top: 13px; }
.custom-preview-wheel-selector-meta { display: flex; align-items: center; justify-content: space-between; gap: 10px; margin-bottom: 7px; color: #788386; font-size: 9px; font-weight: 900; letter-spacing: .08em; text-transform: uppercase; }
.custom-preview-wheel-selector-meta b { color: var(--ink); font-family: 'Space Grotesk', sans-serif; font-size: 10px; }
.custom-preview-wheel-viewport { position: relative; overflow: hidden; margin: 0; padding: 0; touch-action: pan-y; }
.custom-preview-wheel-track { display: flex; width: 100%; will-change: transform; transition: transform .62s cubic-bezier(.2,.7,.2,1); }
.custom-preview-wheel-page { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 7px; min-width: 100%; flex: 0 0 100%; box-sizing: border-box; padding: 0 16px; }
.custom-preview-wheel-arrow { position: absolute; z-index: 2; top: 50%; display: grid; place-items: center; width: 28px; height: 28px; padding: 0; border: 1px solid #cbd6d3; border-radius: 50%; background: rgba(255,255,255,.96); color: #334345; cursor: pointer; box-shadow: 0 5px 13px rgba(20,35,34,.12); transform: translateY(-50%); transition: color .2s ease, border-color .2s ease, background .2s ease, transform .2s ease; }
.custom-preview-wheel-arrow:hover, .custom-preview-wheel-arrow:focus-visible { border-color: var(--lime); background: var(--lime); color: var(--ink); transform: translateY(-50%) scale(1.06); }
.custom-preview-wheel-arrow svg { width: 15px; height: 15px; }
.custom-preview-wheel-arrow.is-prev { left: 0; }
.custom-preview-wheel-arrow.is-next { right: 0; }
.custom-preview-wheel-option { display: grid; grid-template-rows: 47px auto; gap: 4px; min-width: 0; padding: 5px 5px 6px; overflow: hidden; border: 1px solid #d8e0df; border-radius: 8px; background: #f4f7f6; color: #283234; cursor: pointer; text-align: left; transition: border-color .2s ease, box-shadow .2s ease, background .2s ease; }
.custom-preview-wheel-option:hover { border-color: #aab8b4; background: #edf3f0; }
.custom-preview-wheel-option.is-active { border-color: var(--lime); background: #f7fce9; box-shadow: 0 0 0 2px rgba(200,255,47,.34); }
.custom-preview-wheel-option img { width: 100%; height: 47px; object-fit: contain; mix-blend-mode: multiply; }
.custom-preview-wheel-option span { overflow: hidden; color: #5e6b6c; font-size: 8px; font-weight: 900; letter-spacing: .03em; text-overflow: ellipsis; text-transform: uppercase; white-space: nowrap; }
.custom-preview-next { display: grid; grid-template-columns: minmax(0, 1fr) auto; align-items: center; gap: 14px; margin-top: 15px; padding-top: 15px; border-top: 1px solid #e1e7e5; }
.custom-preview-open { display: inline-flex; align-items: center; justify-content: space-between; gap: 16px; min-width: 192px; white-space: nowrap; }
.custom-preview-open > span:last-child { font-size: 15px; }
.custom-wheel-rail { position: relative; z-index: 2; display: grid; grid-template-columns: repeat(4, 1fr); border-top: 1px solid rgba(255,255,255,.15); }
.custom-wheel-rail a { display: flex; align-items: center; gap: 12px; min-height: 64px; padding: 0 17px; border-right: 1px solid rgba(255,255,255,.15); color: rgba(255,255,255,.56); font-size: 10px; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; transition: color .2s ease, background .2s ease; }
.custom-wheel-rail a:first-child { border-left: 1px solid rgba(255,255,255,.15); }
.custom-wheel-rail a:hover { background: rgba(200,255,47,.1); color: #fff; }
.custom-wheel-rail span { color: var(--lime); font-family: 'Space Grotesk', sans-serif; font-size: 11px; }
.custom-trust-strip { border-top: 0; }
.custom-build-section { background: #f6f8f9; }
.custom-section-heading { display: flex; align-items: end; justify-content: space-between; gap: 36px; margin-bottom: 34px; }
.custom-section-heading h2 { max-width: 720px; margin: 0; font-family: 'Barlow Condensed', sans-serif; font-size: clamp(50px, 6vw, 86px); line-height: .84; letter-spacing: -.055em; text-transform: uppercase; }
.custom-section-heading h2 span, .custom-ready-head h2 span { color: var(--lavender); }
.custom-section-heading > p { max-width: 460px; margin: 0; color: var(--muted); font-size: 14px; line-height: 1.75; }
.custom-section-heading.compact { margin-bottom: 24px; }
.custom-section-heading.compact h2 { font-size: clamp(44px, 5vw, 70px); }
.custom-build-grid { display: grid; grid-template-columns: minmax(0, 1.13fr) minmax(320px, .87fr); gap: 14px; }
.custom-vehicle-card, .custom-spec-card { padding: clamp(23px, 3vw, 38px); border: 1px solid var(--line); border-radius: 18px; background: #fff; }
.custom-card-top { display: flex; align-items: start; gap: 16px; }
.custom-step-number { display: grid; place-items: center; width: 42px; height: 42px; flex: 0 0 auto; border-radius: 50%; background: var(--ink); color: var(--lime); font-family: 'Space Grotesk', sans-serif; font-size: 12px; font-weight: 800; }
.custom-card-top .eyebrow { margin-bottom: 6px; }
.custom-card-top h3 { margin: 0; font-family: 'Barlow Condensed', sans-serif; font-size: 33px; line-height: .9; text-transform: uppercase; }
.custom-vehicle-card > p { max-width: 650px; margin: 22px 0 23px; color: var(--muted); font-size: 13px; line-height: 1.7; }
.custom-fitment-card { grid-template-columns: 1fr; max-width: none; border-color: #dfe4e8; background: #f2f5f7; }
.custom-fitment-card .fitment-select { background: #fff; }
.custom-fitment-card .fitment-selects { display: grid; grid-column: 1 / -1; grid-template-columns: repeat(5, minmax(0, 1fr)); min-width: 0; }
.custom-fitment-card .btn { grid-column: 1 / -1; width: 100%; min-width: 0; max-width: 100%; white-space: nowrap; }
.custom-fitment-card + .fitment-preview { margin-top: 12px; border-color: #cdd6de; background: var(--ink); }
.custom-spec-card { background: var(--ink); color: #fff; }
.custom-spec-card .eyebrow { color: var(--lime); }
.custom-spec-list { display: grid; gap: 0; }
.custom-spec-row { display: grid; grid-template-columns: 38px 1fr; gap: 13px; padding: 17px 0; border-bottom: 1px solid rgba(255,255,255,.13); }
.custom-spec-row:last-child { border-bottom: 0; }
.custom-spec-row > strong { color: var(--lime); font-family: 'Space Grotesk', sans-serif; font-size: 11px; }
.custom-spec-row h3 { margin: 0; font-size: 14px; }
.custom-spec-row p { margin: 5px 0 0; color: rgba(255,255,255,.55); font-size: 11px; line-height: 1.5; }
.custom-spec-tags { display: flex; flex-wrap: wrap; gap: 6px; margin-top: 24px; }
.custom-spec-tags span, .custom-finish-chips span { padding: 7px 9px; border: 1px solid rgba(255,255,255,.16); border-radius: 999px; color: rgba(255,255,255,.7); font-size: 9px; font-weight: 800; letter-spacing: .04em; text-transform: uppercase; }
.custom-audience { background: #fff; }
.custom-audience-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 11px; }
.custom-audience-card { position: relative; min-height: 218px; padding: 22px; overflow: hidden; border: 1px solid var(--line); border-radius: 14px; background: #f6f8f9; transition: transform .25s ease, border-color .25s ease, box-shadow .25s ease; }
.custom-audience-card:nth-child(2) { background: #f0edff; }
.custom-audience-card:nth-child(3) { background: #e8f8f7; }
.custom-audience-card:nth-child(4) { background: #fff6d8; }
.custom-audience-card:hover { border-color: var(--lavender); box-shadow: var(--shadow); transform: translateY(-5px); }
.custom-audience-index { display: block; color: var(--lavender); font-family: 'Space Grotesk', sans-serif; font-size: 11px; font-weight: 800; }
.custom-audience-card h3 { margin: 63px 0 11px; font-family: 'Barlow Condensed', sans-serif; font-size: 31px; line-height: .9; text-transform: uppercase; }
.custom-audience-card p { margin: 0; color: #505a64; font-size: 12px; line-height: 1.6; }
.custom-audience-card small { position: absolute; right: 22px; bottom: 18px; left: 22px; color: var(--muted); font-size: 9px; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.custom-workshop { background: #f7f9fa; }
.custom-workshop-grid { display: grid; grid-template-columns: minmax(0, .93fr) minmax(0, 1.07fr); align-items: center; gap: clamp(32px, 7vw, 100px); }
.custom-workshop-media { position: relative; min-height: 520px; overflow: hidden; border-radius: 18px; background: #eef2f4; }
.custom-workshop-media::after { position: absolute; inset: 0; content: ''; background: linear-gradient(180deg, transparent 35%, rgba(8,10,14,.68)); pointer-events: none; }
.custom-workshop-media img { width: 100%; height: 100%; min-height: 520px; object-fit: cover; mix-blend-mode: multiply; transition: transform .55s ease; }
.custom-workshop-media:hover img { transform: scale(1.055); }
.custom-media-stamp { position: absolute; z-index: 1; top: 22px; left: 22px; display: grid; gap: 4px; color: var(--ink); }
.custom-media-stamp strong { font-family: 'Space Grotesk', sans-serif; font-size: 11px; letter-spacing: .14em; }
.custom-media-stamp span { color: rgba(9,11,14,.5); font-size: 9px; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.custom-media-note { position: absolute; z-index: 1; right: 22px; bottom: 20px; left: 22px; padding-top: 13px; border-top: 1px solid rgba(255,255,255,.4); color: #fff; font-size: 10px; font-weight: 800; letter-spacing: .09em; text-transform: uppercase; }
.custom-workshop-copy h2 { max-width: 620px; margin: 0; font-family: 'Barlow Condensed', sans-serif; font-size: clamp(48px, 5vw, 76px); line-height: .86; letter-spacing: -.05em; text-transform: uppercase; }
.custom-workshop-copy > p:not(.eyebrow) { max-width: 530px; margin: 22px 0 25px; color: var(--muted); font-size: 14px; line-height: 1.75; }
.custom-process-list { display: grid; gap: 0; margin-bottom: 27px; }
.custom-process-row { display: grid; grid-template-columns: 35px 1fr; gap: 12px; padding: 13px 0; border-top: 1px solid var(--line); }
.custom-process-row > span { color: var(--lavender); font-family: 'Space Grotesk', sans-serif; font-size: 11px; font-weight: 800; }
.custom-process-row strong { font-size: 13px; }
.custom-process-row p { margin: 3px 0 0; color: var(--muted); font-size: 11px; line-height: 1.5; }
.custom-finish-section { background: #fff; }
.custom-finish-grid { display: grid; grid-template-columns: minmax(280px, .8fr) minmax(0, 1.2fr); align-items: center; gap: clamp(28px, 6vw, 88px); }
.custom-finish-grid h2 { max-width: 560px; margin: 0; font-family: 'Barlow Condensed', sans-serif; font-size: clamp(50px, 6vw, 88px); line-height: .84; letter-spacing: -.055em; text-transform: uppercase; }
.custom-finish-grid > div:first-child > p:not(.eyebrow) { max-width: 440px; margin: 20px 0 24px; font-size: 14px; line-height: 1.7; }
.custom-finish-chips { display: flex; flex-wrap: wrap; gap: 7px; }
.custom-finish-chips span { border-color: var(--line); color: var(--muted); }
.custom-finish-collage { display: grid; grid-template-columns: 1.45fr 1fr; grid-template-rows: 1fr 1fr; gap: 10px; min-height: 410px; }
.custom-finish-tile { position: relative; min-height: 145px; overflow: hidden; border-radius: 13px; background: #edf1f3; }
.custom-finish-tile.large { grid-row: span 2; }
.custom-finish-tile::after { position: absolute; inset: 0; content: ''; background: linear-gradient(180deg, transparent 48%, rgba(9,11,14,.7)); }
.custom-finish-tile img { width: 100%; height: 100%; object-fit: cover; mix-blend-mode: multiply; transition: transform .45s ease; }
.custom-finish-tile:hover img { transform: scale(1.07); }
.custom-finish-tile span { position: absolute; z-index: 1; right: 13px; bottom: 12px; left: 13px; color: #fff; font-size: 10px; font-weight: 800; letter-spacing: .07em; text-transform: uppercase; }
.custom-ready-section { background: #f7f9fa; }
.custom-ready-head { display: flex; align-items: end; justify-content: space-between; gap: 30px; margin-bottom: 28px; }
.custom-ready-head h2 { margin: 0; font-family: 'Barlow Condensed', sans-serif; font-size: clamp(50px, 5.8vw, 83px); line-height: .84; letter-spacing: -.055em; text-transform: uppercase; }
.custom-ready-head > div:last-child { max-width: 390px; }
.custom-ready-head p { margin: 0 0 17px; color: var(--muted); font-size: 13px; line-height: 1.7; }

@media (max-width: 1050px) {
  .custom-wheel-hero-grid { grid-template-columns: minmax(0, 1fr) minmax(320px, .8fr); gap: 32px; }
  .custom-wheel-copy h1 { font-size: clamp(70px, 10vw, 118px); }
  .custom-wheel-stage { min-height: 420px; }
  .custom-build-grid { grid-template-columns: 1fr; gap: 20px; }
  .custom-workshop-grid { gap: 20px; }
  .custom-fitment-card { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .custom-fitment-card .fitment-selects { grid-column: 1 / -1; grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .custom-fitment-card .btn { grid-column: 1 / -1; width: 100%; }
  .custom-audience-grid { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 760px) {
  .custom-wheel-hero-grid { grid-template-columns: 1fr; min-height: auto; padding-top: 62px; padding-bottom: 36px; }
  .custom-wheel-copy h1 { font-size: clamp(72px, 20vw, 110px); }
  .custom-hero-sub { max-width: 600px; font-size: 13px; }
  .custom-hero-actions { display: grid; grid-template-columns: 1fr; }
  .custom-hero-actions .btn { width: 100%; min-width: 0; padding-right: 12px; padding-left: 12px; line-height: 1.25; text-align: center; white-space: normal; }
  .custom-wheel-stage { min-height: 380px; }
  .custom-wheel-stage img { width: 100%; height: 100%; }
  .custom-preview-stage { min-height: 0; }
  .custom-preview-canvas { min-height: 300px; }
  .custom-preview-wheel { width: 84%; height: 94%; }
  .custom-preview-next { grid-template-columns: 1fr; }
  .custom-preview-open { width: 100%; }
  .home-visualizer-teaser { top: 15px; right: 15px; width: min(250px, 56%); padding: 14px; }
  .home-visualizer-teaser h2 { font-size: 33px; }
  .custom-stage-caption strong { font-size: 25px; }
  .custom-wheel-rail { grid-template-columns: repeat(2, 1fr); }
  .custom-wheel-rail a:nth-child(3), .custom-wheel-rail a:nth-child(4) { border-top: 1px solid rgba(255,255,255,.15); }
  .custom-wheel-rail a:nth-child(2), .custom-wheel-rail a:nth-child(4) { border-right: 0; }
  .custom-section-heading, .custom-ready-head { display: block; }
  .custom-section-heading > p, .custom-ready-head > div:last-child { max-width: 560px; margin-top: 17px; }
  .custom-build-grid, .custom-workshop-grid, .custom-finish-grid { grid-template-columns: 1fr; }
  .custom-fitment-card { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .custom-fitment-card .fitment-selects { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .custom-fitment-card .btn { grid-column: 1 / -1; width: 100%; }
  .custom-workshop-media, .custom-workshop-media img { min-height: 360px; }
  .custom-finish-collage { min-height: 360px; }
}
@media (max-width: 430px) {
  .custom-kicker { align-items: start; flex-direction: column; gap: 6px; }
  .custom-kicker::before { width: 28px; }
  .custom-kicker span { margin-left: 0; }
  .custom-wheel-copy h1 { font-size: 75px; }
  .custom-hero-proof { gap: 13px; }
  .custom-wheel-stage { min-height: 310px; border-radius: 14px; }
  .custom-preview-stage { border-radius: 14px; }
  .custom-preview-head, .custom-preview-controls { padding-right: 14px; padding-left: 14px; }
  .custom-preview-head { display: block; }
  .custom-preview-status { margin-top: 12px; }
  .custom-preview-canvas { min-height: 260px; }
  .custom-preview-canvas-label { display: block; }
  .custom-preview-canvas-label strong { display: block; margin: 5px 0 0; }
  .custom-preview-canvas-label em { display: block; margin-top: 4px; }
  .custom-preview-wheel-page { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .custom-preview-wheel-page { padding-right: 15px; padding-left: 15px; }
  .custom-preview-wheel-arrow { width: 26px; height: 26px; }
  .home-visualizer-teaser { top: 12px; right: 12px; width: min(252px, calc(100% - 24px)); padding: 13px; }
  .home-visualizer-teaser-top { margin-bottom: 13px; }
  .home-visualizer-teaser h2 { font-size: 31px; }
  .home-visualizer-teaser p { margin: 9px 0 12px; font-size: 10px; }
  .home-visualizer-angles { gap: 4px; margin-bottom: 12px; padding-top: 9px; }
  .custom-stage-caption { display: block; }
  .custom-stage-caption span { display: block; margin-top: 6px; text-align: left; }
  .custom-wheel-rail a { min-height: 57px; padding: 0 10px; font-size: 9px; }
  .custom-fitment-card { grid-template-columns: 1fr; }
  .custom-fitment-card .fitment-selects { grid-template-columns: 1fr; }
  .custom-fitment-card .btn { grid-column: auto; width: 100%; }
  .custom-audience-grid { grid-template-columns: 1fr; }
  .custom-audience-card { min-height: 190px; }
  .custom-finish-collage { grid-template-columns: 1fr 1fr; min-height: 285px; }
  .custom-finish-tile.large { grid-row: span 2; }
}

.mall-status { display: inline-flex; align-items: center; }
.integration-chip { display: inline-flex; align-items: center; gap: 6px; width: max-content; padding: 5px 8px; border: 1px solid rgba(8,10,14,.12); border-radius: 999px; background: rgba(255,255,255,.74); color: var(--muted); font-size: 9px; font-weight: 800; letter-spacing: .03em; white-space: nowrap; }
.integration-chip i { width: 6px; height: 6px; border-radius: 50%; background: var(--yellow); box-shadow: 0 0 0 3px rgba(245,193,66,.16); }
.integration-chip.is-live { color: #146b43; border-color: rgba(26,155,91,.2); }
.integration-chip.is-live i { background: var(--success); box-shadow: 0 0 0 3px rgba(26,155,91,.13); }
.integration-chip.is-testing { color: #876510; }
.integration-strip { display: flex; align-items: center; justify-content: space-between; gap: 20px; margin-top: 24px; padding: 14px 16px; border: 1px solid rgba(8,10,14,.1); border-radius: 12px; background: rgba(255,255,255,.65); box-shadow: 0 10px 26px rgba(30,55,70,.06); }
.integration-strip strong { display: block; color: var(--ink); font-size: 12px; }
.integration-strip span { display: block; margin-top: 4px; color: var(--muted); font-size: 11px; }
.integration-chips { display: flex; flex-wrap: wrap; justify-content: flex-end; gap: 7px; }
.integration-note { display: flex; align-items: flex-start; gap: 9px; margin-top: 14px; padding: 10px 12px; border-radius: 10px; background: #f5f7f2; color: var(--muted); font-size: 11px; line-height: 1.5; }
.integration-note .integration-chip { flex: 0 0 auto; margin-top: 1px; }
@media (max-width: 980px) {
  .mall-status { display: none; }
  .integration-strip { align-items: flex-start; flex-direction: column; }
  .integration-chips { justify-content: flex-start; }
}

/* Wheel visual preview: isolated from the existing commerce modal and cart state. */
.wheel-visualizer-entry { display: grid; grid-template-columns: minmax(0, 1fr) auto; gap: 18px; align-items: end; margin-top: 9px; padding: 18px; border: 1px solid rgba(92,46,245,.18); border-radius: 15px; background: linear-gradient(135deg, #f7f4ff, #f3fbf7 70%, #fff); }
.wheel-visualizer-entry-copy { min-width: 0; }
.wheel-visualizer-eyebrow { display: flex; align-items: center; gap: 6px; color: var(--lavender); font-size: 9px; font-weight: 900; letter-spacing: .13em; text-transform: uppercase; }
.wheel-visualizer-eyebrow svg { width: 14px; }
.wheel-visualizer-entry h2 { margin: 8px 0 8px; font-family: 'Barlow Condensed', sans-serif; font-size: 31px; line-height: .88; letter-spacing: -.045em; text-transform: uppercase; }
.wheel-visualizer-entry h2 em, .wheel-visualizer-content h3 em { color: var(--lavender); font-style: normal; }
.wheel-visualizer-entry p { max-width: 470px; margin: 0; color: #58636d; font-size: 11px; line-height: 1.55; }
.wheel-visualizer-entry-proof { display: flex; flex-wrap: wrap; gap: 7px; margin-top: 12px; }
.wheel-visualizer-entry-proof span { padding: 5px 8px; border: 1px solid rgba(92,46,245,.14); border-radius: 999px; color: var(--muted); font-size: 9px; font-weight: 800; letter-spacing: .04em; text-transform: uppercase; }
.wheel-visualizer-open { display: inline-flex; align-items: center; justify-content: space-between; gap: 20px; min-width: 156px; min-height: 46px; white-space: nowrap; }
.wheel-reference-switcher { display: flex; align-items: center; justify-content: space-between; gap: 18px; padding: 14px clamp(18px, 4vw, 42px); border-bottom: 1px solid #e0e5e8; background: #fff; }
.wheel-reference-copy { min-width: 0; }
.wheel-reference-copy strong { display: block; margin-top: 3px; color: var(--ink); font-size: 12px; }
.wheel-reference-copy > span { display: block; margin-top: 4px; color: var(--muted); font-size: 10px; line-height: 1.4; }
.wheel-reference-options { display: flex; flex: 0 0 auto; gap: 8px; }
.wheel-reference-unavailable { display: grid; gap: 5px; max-width: 320px; padding: 10px 12px; border: 1px dashed #cfd7dc; border-radius: 8px; background: #f7f9fa; color: var(--muted); font-size: 10px; line-height: 1.45; }
.wheel-reference-unavailable strong { color: var(--ink); font-size: 10px; }
.wheel-reference-option { position: relative; width: 58px; height: 58px; overflow: hidden; padding: 3px; border: 1px solid #dbe1e5; border-radius: 9px; background: #f2f5f6; cursor: pointer; transition: border-color .18s ease, box-shadow .18s ease, transform .18s ease; }
.wheel-reference-option:hover { transform: translateY(-2px); border-color: var(--lavender); }
.wheel-reference-option.is-active { border-color: var(--lavender); box-shadow: 0 0 0 2px rgba(92,46,245,.16); }
.wheel-reference-option:disabled { cursor: not-allowed; opacity: .55; transform: none; }
.wheel-reference-option img { width: 100%; height: 100%; object-fit: contain; mix-blend-mode: multiply; }
.wheel-reference-option span { position: absolute; right: 4px; bottom: 3px; padding: 2px 4px; border-radius: 4px; background: rgba(8,10,14,.72); color: #fff; font-family: 'Space Grotesk', sans-serif; font-size: 8px; font-weight: 800; }
.wheel-reference-content { max-width: 720px; }
.wheel-reference-lockup { display: flex; align-items: center; gap: 16px; margin: 24px 0; padding: 13px; border: 1px solid #e0e5e8; border-radius: 14px; background: #f6f8f9; }
.wheel-reference-large { display: grid; place-items: center; width: 118px; height: 118px; overflow: hidden; border-radius: 10px; background: #edf1f2; }
.wheel-reference-large img { width: 100%; height: 100%; object-fit: contain; }
.wheel-reference-missing { color: var(--muted); font-size: 10px; font-weight: 800; letter-spacing: .05em; line-height: 1.35; text-align: center; text-transform: uppercase; }
.wheel-reference-lockup strong, .wheel-reference-lockup span, .wheel-reference-lockup small { display: block; }
.wheel-reference-lockup strong { color: var(--ink); font-size: 15px; }
.wheel-reference-lockup span { margin-top: 6px; color: var(--muted); font-size: 11px; line-height: 1.4; }
.wheel-reference-lockup small { margin-top: 12px; color: var(--success); font-size: 10px; font-weight: 800; letter-spacing: .04em; text-transform: uppercase; }
.wheel-reference-actions { display: flex; justify-content: space-between; gap: 10px; }

.wheel-visualizer-overlay { position: fixed; z-index: 55; inset: 0; display: grid; place-items: center; padding: 18px; background: rgba(8,10,14,.72); backdrop-filter: blur(12px); }
.wheel-visualizer-shell { display: flex; flex-direction: column; width: min(1120px, 100%); max-height: min(860px, calc(100vh - 36px)); overflow: hidden; border: 1px solid rgba(255,255,255,.14); border-radius: 24px; background: #f6f8f9; box-shadow: 0 35px 100px rgba(0,0,0,.4); }
.wheel-visualizer-header { display: flex; align-items: center; justify-content: space-between; gap: 20px; padding: 21px 25px; background: var(--ink); color: #fff; }
.wheel-visualizer-brand { display: flex; align-items: center; gap: 8px; color: var(--lime); font-size: 9px; font-weight: 900; letter-spacing: .16em; }
.wheel-brand-dot { width: 7px; height: 7px; border-radius: 50%; background: var(--lime); box-shadow: 0 0 0 4px rgba(200,255,47,.13); }
.wheel-visualizer-header h2 { margin: 8px 0 0; font-family: 'Barlow Condensed', sans-serif; font-size: 31px; line-height: .9; letter-spacing: -.035em; text-transform: uppercase; }
.wheel-visualizer-header h2 span { color: rgba(255,255,255,.42); font-family: 'Space Grotesk', sans-serif; font-size: 10px; font-weight: 500; letter-spacing: .02em; text-transform: none; }
.wheel-visualizer-header-actions { display: flex; align-items: center; gap: 12px; }
.wheel-included-badge { padding: 7px 10px; border: 1px solid rgba(200,255,47,.35); border-radius: 999px; color: var(--lime); font-size: 9px; font-weight: 800; letter-spacing: .04em; white-space: nowrap; }
.wheel-visualizer-header .icon-btn { border-color: rgba(255,255,255,.2); background: rgba(255,255,255,.08); color: #fff; }
.wheel-visualizer-body { display: grid; grid-template-columns: 185px minmax(0, 1fr); min-height: 520px; overflow: hidden; }
.wheel-step-rail { display: flex; flex-direction: column; gap: 5px; padding: 27px 18px; background: #eceff1; border-right: 1px solid #dce2e5; }
.wheel-step-rail-title { margin-bottom: 17px; color: var(--muted); font-size: 9px; font-weight: 900; letter-spacing: .12em; text-transform: uppercase; }
.wheel-step { display: grid; grid-template-columns: 27px 1fr; align-items: center; gap: 9px; padding: 10px 7px; border-radius: 9px; color: #7a858d; }
.wheel-step span { display: grid; place-items: center; width: 24px; height: 24px; border: 1px solid #cbd2d7; border-radius: 50%; font-family: 'Space Grotesk', sans-serif; font-size: 9px; font-weight: 800; }
.wheel-step strong { font-size: 11px; }
.wheel-step.is-active { background: #fff; color: var(--ink); box-shadow: 0 4px 15px rgba(30,55,70,.08); }
.wheel-step.is-active span { border-color: var(--lavender); background: var(--lavender); color: #fff; }
.wheel-step.is-done { color: var(--success); }
.wheel-step.is-done span { border-color: var(--success); color: var(--success); }
.wheel-step-rail-foot { display: flex; align-items: flex-start; gap: 7px; margin-top: auto; padding-top: 20px; border-top: 1px solid #d4dce0; color: #74808a; }
.wheel-step-rail-foot svg { flex: 0 0 auto; width: 15px; color: var(--success); }
.wheel-step-rail-foot p { margin: 0; font-size: 9px; line-height: 1.5; }
.wheel-visualizer-main { min-width: 0; overflow: auto; background: #fff; }
.wheel-visualizer-content { max-width: 790px; margin: 0 auto; padding: clamp(28px, 5vw, 58px); }
.wheel-content-kicker { color: var(--lavender); font-size: 10px; font-weight: 900; letter-spacing: .15em; text-transform: uppercase; }
.wheel-visualizer-content h3 { margin: 10px 0 13px; font-family: 'Barlow Condensed', sans-serif; font-size: clamp(48px, 6vw, 74px); line-height: .82; letter-spacing: -.055em; text-transform: uppercase; }
.wheel-content-lead { max-width: 590px; margin: 0; color: #5e6871; font-size: 13px; line-height: 1.7; }
.wheel-upload-zone { display: grid; justify-items: center; gap: 9px; margin-top: 28px; padding: 44px 22px; border: 1px dashed #b9b8d8; border-radius: 16px; background: linear-gradient(145deg, #f8f6ff, #f8fbfa); color: var(--muted); text-align: center; cursor: pointer; transition: border-color .2s ease, background .2s ease, transform .2s ease; }
.wheel-upload-zone:hover, .wheel-upload-zone:focus-within { border-color: var(--lavender); background: #f4f0ff; transform: translateY(-2px); }
.wheel-upload-zone input { position: absolute; width: 1px; height: 1px; opacity: 0; pointer-events: none; }
.wheel-upload-zone strong { color: var(--ink); font-size: 14px; }
.wheel-upload-zone > span:not(.btn):not(.wheel-upload-icon) { font-size: 11px; }
.wheel-upload-icon { display: grid; place-items: center; width: 43px; height: 43px; border-radius: 50%; background: var(--ink); color: var(--lime); font-size: 28px; font-weight: 300; line-height: 1; }
.wheel-visualizer-privacy { display: flex; align-items: flex-start; gap: 7px; margin-top: 14px; color: #7c878f; font-size: 10px; line-height: 1.5; }
.wheel-visualizer-privacy svg { flex: 0 0 auto; width: 14px; color: var(--success); }
.wheel-registration-form { display: grid; gap: 13px; max-width: 520px; margin-top: 26px; }
.wheel-registration-form label { display: grid; gap: 6px; color: var(--muted); font-size: 10px; font-weight: 800; }
.wheel-registration-form label b { color: #c95436; }
.wheel-registration-form label small { font-size: 9px; font-weight: 500; }
.wheel-registration-form .text-input { width: 100%; min-width: 0; }
.wheel-phone-field { display: grid; grid-template-columns: auto minmax(0, 1fr); gap: 8px; align-items: center; }
.wheel-phone-field > span { display: grid; place-items: center; min-height: 43px; padding: 0 12px; border: 1px solid #dce2e5; border-radius: 9px; background: #f6f8f9; color: var(--ink); font-size: 12px; font-weight: 800; }
.wheel-registration-note { margin: 0; color: #7c878f; font-size: 10px; line-height: 1.55; }
.wheel-registration-error { margin-top: 18px; padding: 10px 12px; border-left: 3px solid #c95436; border-radius: 7px; background: #fff0eb; color: #943b24; font-size: 11px; line-height: 1.5; }
.wheel-registration-actions { display: flex; justify-content: flex-start; margin-top: 5px; }
.wheel-crop-stage { position: relative; display: grid; place-items: center; height: min(50vh, 420px); min-height: 300px; margin-top: 25px; overflow: hidden; border-radius: 15px; background: radial-gradient(circle at 50% 38%, #30383d, #101317 72%); touch-action: none; }
.wheel-crop-stage > img { position: absolute; z-index: 1; inset: 0; width: 100%; height: 100%; object-fit: contain; transition: transform .12s ease-out; user-select: none; cursor: grab; }
.wheel-crop-stage.is-dragging > img { cursor: grabbing; }
.wheel-crop-guide { position: absolute; z-index: 2; right: 13px; bottom: 13px; left: 13px; display: flex; align-items: center; justify-content: space-between; gap: 12px; padding: 9px 11px; border: 0; border-radius: 9px; background: rgba(8,10,14,.72); box-shadow: none; pointer-events: none; }
.wheel-crop-guide span { margin: 0; color: #fff; font-size: 9px; font-weight: 800; letter-spacing: .05em; text-transform: uppercase; }
.wheel-crop-live-note { display: flex; align-items: center; gap: 9px; margin-top: 13px; padding: 9px 11px; border-radius: 9px; background: #f5f7f2; color: var(--muted); font-size: 10px; line-height: 1.45; }
.wheel-crop-live-note::before { width: 7px; height: 7px; flex: 0 0 auto; content: ''; border-radius: 50%; background: var(--success); box-shadow: 0 0 0 4px rgba(26,155,91,.12); }
.wheel-crop-live-note strong { color: var(--ink); font-size: 10px; text-transform: uppercase; }
.wheel-crop-controls { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; margin-top: 19px; }
.wheel-crop-controls label { display: grid; grid-template-columns: 1fr auto; align-items: center; gap: 8px; color: var(--muted); font-size: 10px; font-weight: 800; }
.wheel-crop-controls input { grid-column: 1 / -1; width: 100%; accent-color: var(--lavender); }
.wheel-crop-controls output { color: var(--ink); font-family: 'Space Grotesk', sans-serif; font-size: 10px; }
.wheel-crop-actions, .wheel-results-actions, .wheel-error-actions { display: flex; justify-content: space-between; gap: 10px; margin-top: 24px; }
.wheel-crop-actions .btn:last-child { min-width: 190px; }
.wheel-generating-content { display: grid; justify-items: center; min-height: 510px; text-align: center; }
.wheel-generating-content .wheel-content-lead { max-width: 520px; }
.wheel-generating-orbit { position: relative; display: grid; place-items: center; width: 170px; height: 170px; margin: 4px 0 28px; }
.wheel-generating-orbit::before, .wheel-generating-orbit::after { position: absolute; inset: 13px; content: ''; border: 1px solid rgba(92,46,245,.18); border-radius: 50%; box-shadow: 0 0 0 20px rgba(92,46,245,.04); animation: wheelOrbit 5s linear infinite; }
.wheel-generating-orbit::after { inset: 37px; border-color: rgba(200,255,47,.4); box-shadow: none; animation-direction: reverse; animation-duration: 3.2s; }
.wheel-generating-wheel { position: relative; z-index: 1; display: grid; place-items: center; width: 100px; height: 100px; border-radius: 50%; background: #eaf0f3; box-shadow: 0 14px 28px rgba(30,55,70,.15); }
.wheel-generating-wheel img { width: 90%; height: 90%; object-fit: contain; mix-blend-mode: multiply; animation: wheelTurn 7s linear infinite; }
.wheel-generating-part { display: grid; place-items: center; width: 70px; height: 70px; border: 1px solid rgba(92,46,245,.2); border-radius: 18px; color: var(--lavender); font-size: 10px; font-weight: 900; letter-spacing: .08em; line-height: 1.15; text-align: center; text-transform: uppercase; }
.wheel-generating-orbit > span { position: absolute; width: 6px; height: 6px; border-radius: 50%; background: var(--lime); animation: wheelPulse 1.7s ease-in-out infinite; }
.wheel-generating-orbit > span:nth-of-type(1) { top: 4px; left: 50%; }
.wheel-generating-orbit > span:nth-of-type(2) { right: 14px; bottom: 37px; animation-delay: .25s; }
.wheel-generating-orbit > span:nth-of-type(3) { bottom: 13px; left: 25px; animation-delay: .5s; }
.wheel-progress { width: min(430px, 100%); height: 5px; margin-top: 25px; overflow: hidden; border-radius: 99px; background: #e6ebed; }
.wheel-progress span { display: block; width: 45%; height: 100%; border-radius: inherit; background: linear-gradient(90deg, var(--lavender), var(--lime)); animation: wheelProgress 2.1s ease-in-out infinite; }
.wheel-generating-meta { display: flex; flex-wrap: wrap; justify-content: center; gap: 10px 18px; margin-top: 14px; color: #7b868d; font-size: 10px; }
.wheel-results-head { display: flex; align-items: end; justify-content: space-between; gap: 20px; }
.wheel-results-count { display: grid; justify-items: end; }
.wheel-results-count strong { color: var(--lavender); font-family: 'Space Grotesk', sans-serif; font-size: 42px; letter-spacing: -.08em; line-height: .8; }
.wheel-results-count span { margin-top: 6px; color: var(--muted); font-size: 9px; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
.wheel-results-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 11px; margin-top: 25px; }
.wheel-result-card { min-width: 0; overflow: hidden; border: 1px solid #e0e5e8; border-radius: 12px; background: #fff; }
.wheel-result-media { position: relative; height: 205px; overflow: hidden; background: #e9eef0; }
.wheel-result-output { width: 100%; height: 100%; object-fit: cover; }
.wheel-result-output.is-ai-generated { animation: wheelResultReveal .82s cubic-bezier(.22, .9, .32, 1) both; transform-origin: 50% 50%; }
.wheel-result-open { position: relative; display: block; width: 100%; height: 100%; padding: 0; overflow: hidden; border: 0; background: transparent; cursor: zoom-in; }
.wheel-result-open:focus-visible { outline: 3px solid var(--lime); outline-offset: -3px; }
.wheel-result-open img { transition: transform .28s ease; }
.wheel-result-open:hover img { transform: scale(1.045); }
.wheel-result-zoom-hint { position: absolute; left: 9px; bottom: 8px; padding: 5px 6px; border-radius: 4px; background: rgba(8,10,14,.72); color: #fff; font-size: 8px; font-weight: 800; letter-spacing: .04em; text-transform: uppercase; pointer-events: none; }
.wheel-result-empty { display: grid; place-items: center; height: 100%; color: var(--muted); font-size: 11px; }
.wheel-result-local { background: #11151a; }
.wheel-result-car { width: 100%; height: 100%; object-fit: cover; opacity: .84; filter: saturate(.9) contrast(1.04); }
.wheel-result-overlay { position: absolute; display: grid; place-items: center; width: 28%; aspect-ratio: 1; border-radius: 50%; background: rgba(215,221,224,.75); box-shadow: 0 4px 11px rgba(0,0,0,.35); }
.wheel-result-overlay img { width: 100%; height: 100%; object-fit: contain; mix-blend-mode: multiply; }
.wheel-result-overlay-left { top: 51%; left: 22%; }
.wheel-result-overlay-right { top: 50%; right: 20%; }
.wheel-result-overlay-center { top: 53%; left: 36%; }
.wheel-result-mode { position: absolute; right: 9px; bottom: 8px; padding: 5px 6px; border-radius: 4px; background: rgba(8,10,14,.72); color: #fff; font-size: 8px; font-weight: 800; letter-spacing: .06em; text-transform: uppercase; }
.wheel-result-copy { display: grid; gap: 4px; padding: 11px; }
.wheel-result-copy strong { font-size: 12px; }
.wheel-result-copy span { color: var(--muted); font-size: 10px; line-height: 1.4; }
.wheel-result-actions { display: flex; flex-wrap: wrap; gap: 6px; margin-top: 5px; }
.wheel-result-actions .btn { min-height: 29px; padding: 7px 9px; font-size: 9px; }
.wheel-local-note { display: grid; gap: 4px; margin-top: 16px; padding: 11px 13px; border-left: 3px solid var(--yellow); border-radius: 6px; background: #fff9e6; color: #745a16; font-size: 10px; line-height: 1.5; }
.wheel-local-note strong { font-size: 11px; }
.wheel-results-actions { justify-content: flex-end; }
.wheel-error-content { display: grid; justify-items: start; min-height: 510px; align-content: center; }
.wheel-error-mark { display: grid; place-items: center; width: 43px; height: 43px; margin-bottom: 22px; border-radius: 50%; background: #fff0eb; color: #c95436; font-size: 22px; font-weight: 800; }
.wheel-error-actions { justify-content: flex-start; }
.wheel-image-viewer-overlay { position: fixed; z-index: 75; inset: 0; display: grid; place-items: center; padding: 22px; background: rgba(8,10,14,.88); backdrop-filter: blur(14px); }
.wheel-image-viewer { display: flex; flex-direction: column; width: min(1180px, 100%); max-height: calc(100vh - 44px); overflow: hidden; border: 1px solid rgba(255,255,255,.16); border-radius: 20px; background: #101419; box-shadow: 0 35px 100px rgba(0,0,0,.55); color: #fff; }
.wheel-image-viewer-head { display: flex; align-items: flex-start; justify-content: space-between; gap: 16px; padding: 16px 20px; }
.wheel-image-viewer-head h3 { margin: 7px 0 3px; color: #fff; font-family: 'Barlow Condensed', sans-serif; font-size: 30px; line-height: .95; text-transform: uppercase; }
.wheel-image-viewer-head span { color: rgba(255,255,255,.62); font-size: 10px; }
.wheel-image-viewer-head .icon-btn { border-color: rgba(255,255,255,.2); background: rgba(255,255,255,.08); color: #fff; }
.wheel-image-viewer-stage { min-height: 0; display: grid; place-items: center; padding: 16px 20px; background: #080a0e; }
.wheel-image-viewer-stage img { display: block; max-width: 100%; max-height: calc(100vh - 190px); width: auto; height: auto; object-fit: contain; }
.wheel-image-viewer-mobile-note { display: none; margin: 0; padding: 0 20px 8px; color: rgba(255,255,255,.58); font-size: 10px; line-height: 1.45; text-align: center; }
.wheel-image-viewer-actions { display: flex; justify-content: flex-end; gap: 8px; padding: 14px 20px 18px; }
.wheel-inquiry-content h3 { max-width: 660px; }
.wheel-inquiry-error { margin-top: 18px; padding: 10px 12px; border-left: 3px solid #c95436; border-radius: 7px; background: #fff0eb; color: #943b24; font-size: 11px; line-height: 1.5; }
.wheel-inquiry-preview-strip { display: grid; grid-template-columns: repeat(3, 1fr); gap: 8px; margin-top: 22px; }
.wheel-inquiry-preview { height: 100px; padding: 0; overflow: hidden; border: 1px solid #dce2e5; border-radius: 9px; background: #e9eef0; cursor: zoom-in; }
.wheel-inquiry-preview:focus-visible { outline: 3px solid var(--lime); outline-offset: 2px; }
.wheel-inquiry-preview img { width: 100%; height: 100%; object-fit: cover; transition: transform .25s ease; }
.wheel-inquiry-preview:hover img { transform: scale(1.04); }
.wheel-inquiry-form { display: grid; gap: 14px; margin-top: 18px; }
.wheel-inquiry-section { display: grid; gap: 13px; padding: 15px; border: 1px solid #e0e5e8; border-radius: 12px; background: #fbfcfc; }
.wheel-inquiry-section > div:first-child { display: flex; align-items: baseline; justify-content: space-between; gap: 12px; }
.wheel-inquiry-section > div:first-child strong { color: var(--ink); font-size: 12px; }
.wheel-inquiry-section > div:first-child span { color: var(--muted); font-size: 10px; }
.wheel-inquiry-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 11px; }
.wheel-inquiry-grid label { display: grid; gap: 6px; min-width: 0; }
.wheel-inquiry-grid label > span { color: var(--muted); font-size: 10px; font-weight: 800; }
.wheel-inquiry-grid label b { color: #c95436; }
.wheel-inquiry-grid .text-input { width: 100%; min-width: 0; }
.wheel-inquiry-full { grid-column: 1 / -1; }
.wheel-oem-panel { display: grid; gap: 13px; margin-top: 4px; padding: 13px; border: 1px dashed #cfd8dc; border-radius: 10px; background: #f7fafb; }
.wheel-oem-head { display: flex; align-items: flex-start; justify-content: space-between; gap: 12px; }
.wheel-oem-head > div { display: grid; gap: 4px; }
.wheel-oem-head strong { color: var(--ink); font-size: 11px; }
.wheel-oem-head span:not(.wheel-oem-badge) { color: var(--muted); font-size: 10px; line-height: 1.45; }
.wheel-oem-badge { flex: 0 0 auto; padding: 4px 7px; border-radius: 999px; background: #e8f8ef; color: var(--success); font-size: 8px; font-weight: 900; letter-spacing: .06em; text-transform: uppercase; }
.wheel-inquiry-form-actions, .wheel-inquiry-actions { display: flex; justify-content: flex-end; gap: 9px; margin-top: 3px; }
.wheel-success-mark { display: grid; place-items: center; width: 47px; height: 47px; margin-bottom: 22px; border-radius: 50%; background: #e8f8ef; color: var(--success); font-size: 25px; font-weight: 900; }
.wheel-inquiry-success { min-height: 510px; display: grid; align-content: center; justify-items: start; }
.wheel-inquiry-success h3 { max-width: 720px; }
.wheel-inquiry-success .wheel-content-lead strong { color: var(--ink); }
.wheel-inquiry-success-meta { display: flex; flex-wrap: wrap; gap: 7px; margin-top: 20px; }
.wheel-inquiry-success-meta span { padding: 7px 9px; border: 1px solid #dde4e7; border-radius: 99px; color: var(--muted); font-size: 10px; }
@keyframes wheelOrbit { to { transform: rotate(360deg); } }
@keyframes wheelTurn { to { transform: rotate(360deg); } }
@keyframes wheelResultReveal { 0% { opacity: 0; transform: scale(.92) rotate(-14deg); } 62% { opacity: 1; transform: scale(1.015) rotate(3deg); } 100% { opacity: 1; transform: scale(1) rotate(0); } }
@media (prefers-reduced-motion: reduce) { .wheel-result-output.is-ai-generated, .wheel-generating-wheel img, .wheel-generating-orbit::before, .wheel-generating-orbit::after, .wheel-generating-orbit > span { animation: none !important; } }
@keyframes wheelPulse { 50% { opacity: .25; transform: scale(.6); } }
@keyframes wheelProgress { 0% { transform: translateX(-110%); } 60%, 100% { transform: translateX(260%); } }

@media (max-width: 760px) {
  .wheel-visualizer-entry { grid-template-columns: 1fr; }
  .wheel-visualizer-open { width: 100%; }
  .wheel-reference-switcher { align-items: flex-start; flex-direction: column; gap: 10px; padding: 12px 18px; }
  .wheel-reference-options { width: 100%; }
  .wheel-reference-option { width: 52px; height: 52px; }
  .wheel-reference-lockup { align-items: flex-start; }
  .wheel-reference-large { width: 88px; height: 88px; }
  .wheel-reference-actions { flex-direction: column-reverse; }
  .wheel-reference-actions .btn { width: 100%; }
  .wheel-visualizer-overlay { padding: 0; }
  .wheel-visualizer-shell { max-height: 100vh; min-height: 100vh; border-radius: 0; }
  .wheel-visualizer-header { align-items: flex-start; padding: 17px; }
  .wheel-visualizer-header-actions { gap: 7px; }
  .wheel-included-badge { display: none; }
  .wheel-visualizer-header h2 { font-size: 25px; }
  .wheel-visualizer-body { grid-template-columns: 1fr; overflow: auto; }
  .wheel-step-rail { display: flex; flex-direction: row; align-items: center; gap: 4px; padding: 9px 12px; border-right: 0; border-bottom: 1px solid #dce2e5; }
  .wheel-step-rail-title, .wheel-step-rail-foot, .wheel-step strong { display: none; }
  .wheel-step { grid-template-columns: 24px; padding: 3px; }
  .wheel-step.is-active { background: transparent; box-shadow: none; }
  .wheel-visualizer-main { overflow: visible; }
  .wheel-visualizer-content { padding: 28px 18px 40px; }
  .wheel-visualizer-content h3 { font-size: clamp(45px, 14vw, 66px); }
  .wheel-crop-controls { grid-template-columns: 1fr; gap: 10px; }
  .wheel-results-grid { grid-template-columns: 1fr; }
  .wheel-result-media { height: 235px; }
  .wheel-oem-head { flex-direction: column; }
  .wheel-image-viewer-overlay { padding: 0; }
  .wheel-image-viewer { width: 100%; height: 100%; max-height: 100vh; border-radius: 0; }
  .wheel-image-viewer-stage { flex: 1; padding: 10px; }
  .wheel-image-viewer-stage img { max-height: calc(100vh - 185px); -webkit-touch-callout: default; user-select: auto; }
  .wheel-image-viewer-mobile-note { display: block; }
  .wheel-image-viewer-actions { padding: 12px 14px 16px; }
  .wheel-image-viewer-actions .btn { flex: 1; }
  .wheel-inquiry-grid { grid-template-columns: 1fr; }
  .wheel-inquiry-full { grid-column: auto; }
  .wheel-inquiry-form-actions, .wheel-inquiry-actions { flex-direction: column-reverse; }
  .wheel-inquiry-form-actions .btn, .wheel-inquiry-actions .btn { width: 100%; }
  .wheel-crop-actions, .wheel-results-actions, .wheel-error-actions { flex-direction: column-reverse; }
  .wheel-crop-actions .btn:last-child { width: 100%; }
  .wheel-registration-actions .btn { width: 100%; }
}
:root { --case-empty-border: rgba(26, 38, 48, .14); }
.case-empty { display:flex; min-height:160px; flex-direction:column; align-items:center; justify-content:center; gap:8px; padding:32px; border:1px dashed var(--case-empty-border); border-radius:18px; background:linear-gradient(135deg, rgba(247,249,250,.94), rgba(255,255,255,.98)); text-align:center; }
.case-empty strong { color:var(--ink, #17212a); font-size:20px; }
.case-empty span { max-width:560px; color:var(--muted, #71808a); font-size:13px; line-height:1.6; }

/* Customer photo reviews */
.source-review-section { background: #edf5f5; }
.source-review-section .section-heading > p { max-width: 490px; }
.source-review-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 16px; }
.source-review-card { display: flex; min-width: 0; flex-direction: column; padding: 20px; border: 1px solid #d9e2e5; border-top: 3px solid var(--lavender); border-radius: 8px; background: #fff; box-shadow: 0 12px 30px rgba(17, 38, 45, .07); transition: border-color .2s ease, box-shadow .2s ease, transform .2s ease; }
.source-review-card:hover { border-color: var(--lavender); box-shadow: 0 18px 36px rgba(17, 38, 45, .12); transform: translateY(-3px); }
.source-review-top { min-height: 58px; }
.source-review-buyer { display: flex; align-items: center; gap: 11px; }
.source-review-country-code { display: grid; width: 40px; height: 40px; flex: 0 0 40px; place-items: center; border-radius: 5px; color: var(--lime); background: var(--ink); font-size: 10px; font-weight: 900; letter-spacing: .05em; }
.source-review-name { display: flex; flex-wrap: wrap; align-items: baseline; gap: 7px; }
.source-review-name strong { color: var(--ink); font-size: 13px; }
.source-review-name span { color: var(--muted); font-size: 9px; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; }
.source-review-rating { display: flex; align-items: center; flex-wrap: wrap; gap: 8px; margin-top: 5px; }
.source-review-stars { color: #f0ae00; font-size: 14px; letter-spacing: .06em; line-height: 1; }
.source-review-rating time { color: var(--muted); font-size: 9px; }
.source-review-product { display: flex; align-items: center; gap: 12px; min-height: 76px; margin: 17px -6px 14px; padding: 8px 6px; border-top: 1px solid #edf0f1; border-bottom: 1px solid #edf0f1; }
.source-review-product img { width: 56px; height: 56px; flex: 0 0 56px; object-fit: contain; background: #f4f8f8; }
.source-review-product div { min-width: 0; }
.source-review-verified { display: block; margin-bottom: 4px; color: var(--lavender); font-size: 10px; font-weight: 800; }
.source-review-product strong { display: -webkit-box; overflow: hidden; color: var(--ink); font-size: 12px; line-height: 1.25; -webkit-box-orient: vertical; -webkit-line-clamp: 3; }
.source-review-copy { min-height: 48px; margin: 0 0 14px; color: #37444a; font-size: 13px; line-height: 1.6; }
.source-review-photo { position: relative; display: block; overflow: hidden; aspect-ratio: 1.24; border: 1px solid #dfe7e9; background: #e8f0f1; }
.source-review-photo img { width: 100%; height: 100%; object-fit: cover; transition: transform .35s ease; }
.source-review-photo:hover img { transform: scale(1.04); }
.source-review-photo span { position: absolute; right: 9px; bottom: 9px; padding: 5px 7px; color: var(--ink); background: var(--lime); font-size: 9px; font-weight: 900; letter-spacing: .04em; text-transform: uppercase; }
.source-review-footer { display: flex; justify-content: space-between; gap: 8px; margin-top: 14px; padding-bottom: 14px; border-bottom: 1px solid #edf0f1; color: var(--muted); font-size: 10px; }
.source-review-footer span:last-child { color: var(--lavender); font-weight: 800; }
.source-review-reply { display: flex; flex-wrap: wrap; align-items: center; gap: 7px; padding-top: 13px; color: var(--success); font-size: 10px; }
.source-review-reply span:first-child { font-weight: 800; }
.source-review-reply span:last-child { color: #5f8e80; }

@media (max-width: 1200px) {
  .source-review-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
}
@media (max-width: 900px) {
  .source-review-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}
@media (max-width: 620px) {
  .source-review-grid { grid-template-columns: 1fr; }
  .source-review-card { padding: 17px; }
}

/* Journal */
.blog-home-section { background: #f7f9fa; }
.blog-home-grid, .blog-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 14px; }
.blog-card { display: flex; min-width: 0; flex-direction: column; overflow: hidden; border: 1px solid rgba(26, 38, 48, .12); border-radius: 10px; background: #fff; }
.blog-card-media { position: relative; display: block; aspect-ratio: 1.55; overflow: hidden; background: #e9f1f2; }
.blog-card-media::after { position: absolute; inset: 0; content: ''; background: linear-gradient(180deg, transparent 52%, rgba(9, 16, 20, .22)); pointer-events: none; }
.blog-card-media img { width: 100%; height: 100%; object-fit: contain; transition: transform .35s ease; }
.blog-card-media span { position: absolute; z-index: 1; top: 12px; left: 12px; padding: 6px 8px; color: #101820; background: var(--lime); font-size: 10px; font-weight: 800; letter-spacing: .05em; text-transform: uppercase; }
.blog-card:hover .blog-card-media img { transform: scale(1.05); }
.blog-card-body { display: flex; flex: 1; flex-direction: column; padding: 18px; }
.blog-card-meta { display: flex; justify-content: space-between; gap: 10px; color: var(--muted); font-size: 10px; font-weight: 700; letter-spacing: .04em; text-transform: uppercase; }
.blog-card h3 { margin: 12px 0 8px; font-family: 'Barlow Condensed', sans-serif; font-size: 25px; font-weight: 700; line-height: .98; letter-spacing: 0; }
.blog-card h3 a { color: var(--ink); }
.blog-card h3 a:hover { color: var(--lavender); }
.blog-card p { margin: 0; color: var(--muted); font-size: 13px; line-height: 1.65; }
.blog-read-link { display: inline-flex; align-items: center; gap: 7px; margin-top: auto; padding-top: 18px; color: var(--ink); font-size: 11px; font-weight: 900; letter-spacing: .06em; text-transform: uppercase; }
.blog-read-link svg { width: 14px; height: 14px; transition: transform .2s ease; }
.blog-read-link:hover svg { transform: translateX(3px); }
.blog-hero { padding: 50px 0 68px; background: #edf5f5; }
.blog-hero-grid { display: grid; grid-template-columns: minmax(0, .9fr) minmax(360px, 1.1fr); align-items: end; gap: 56px; }
.blog-hero h1 { margin: 0; font-family: 'Barlow Condensed', sans-serif; font-size: clamp(58px, 8vw, 112px); font-weight: 800; line-height: .86; letter-spacing: 0; text-transform: uppercase; }
.blog-hero h1 em { color: var(--lavender); font-style: normal; }
.blog-hero-copy { max-width: 500px; margin: 22px 0 0; color: var(--muted); font-size: 15px; line-height: 1.7; }
.blog-featured-card { display: grid; grid-template-columns: .82fr 1fr; min-height: 274px; overflow: hidden; border: 1px solid rgba(26, 38, 48, .12); background: #fff; }
.blog-featured-card img { width: 100%; height: 100%; min-height: 274px; object-fit: contain; background: #e4eff0; }
.blog-featured-card div { display: flex; flex-direction: column; padding: 24px; }
.blog-featured-card span { color: var(--lavender); font-size: 10px; font-weight: 900; letter-spacing: .09em; text-transform: uppercase; }
.blog-featured-card strong { margin-top: 14px; color: var(--ink); font-family: 'Barlow Condensed', sans-serif; font-size: 34px; line-height: .96; letter-spacing: 0; }
.blog-featured-card small { margin-top: 13px; color: var(--muted); font-size: 13px; line-height: 1.6; }
.blog-featured-card b { display: inline-flex; align-items: center; gap: 8px; margin-top: auto; padding-top: 18px; color: var(--ink); font-size: 11px; letter-spacing: .05em; text-transform: uppercase; }
.blog-featured-card b svg { width: 14px; height: 14px; }
.blog-main { padding-top: 74px; }
.blog-toolbar { display: flex; align-items: end; justify-content: space-between; gap: 24px; margin-bottom: 26px; }
.blog-toolbar h2 { margin: 0; font-family: 'Barlow Condensed', sans-serif; font-size: 46px; line-height: .95; letter-spacing: 0; }
.blog-categories { display: flex; flex-wrap: wrap; justify-content: flex-end; gap: 7px; }
.blog-category { border: 1px solid rgba(26, 38, 48, .16); border-radius: 999px; cursor: pointer; padding: 8px 12px; color: var(--muted); background: #fff; font-size: 11px; font-weight: 800; }
.blog-category:hover, .blog-category.is-active { border-color: var(--ink); color: #fff; background: var(--ink); }
.blog-article { padding: 50px 0 90px; }
.blog-article-head { max-width: 800px; margin: 48px auto 32px; text-align: center; }
.blog-article-head h1 { margin: 0; font-family: 'Barlow Condensed', sans-serif; font-size: clamp(52px, 7vw, 94px); font-weight: 800; line-height: .9; letter-spacing: 0; text-transform: uppercase; }
.blog-article-head > p:not(.eyebrow) { max-width: 650px; margin: 20px auto 0; color: var(--muted); font-size: 16px; line-height: 1.7; }
.blog-article-byline { display: flex; justify-content: center; gap: 14px; margin-top: 20px; color: var(--muted); font-size: 11px; font-weight: 800; letter-spacing: .05em; text-transform: uppercase; }
.blog-article-cover { max-width: 1040px; margin: 0 auto; overflow: hidden; background: #e8f1f2; }
.blog-article-cover img { display: block; width: 100%; max-height: 560px; object-fit: contain; }
.blog-article-layout { display: grid; grid-template-columns: minmax(0, 1fr) 190px; gap: 64px; max-width: 820px; margin: 58px auto 0; }
.blog-article-body { min-width: 0; color: #25313a; }
.blog-article-body h2 { margin: 34px 0 10px; color: var(--ink); font-family: 'Barlow Condensed', sans-serif; font-size: 32px; line-height: 1; letter-spacing: 0; }
.blog-article-body h2:first-child { margin-top: 0; }
.blog-article-body p { margin: 0 0 20px; font-size: 16px; line-height: 1.85; }
.blog-article-aside { display: flex; align-content: flex-start; align-items: flex-start; flex-wrap: wrap; gap: 7px; height: max-content; }
.blog-article-aside .eyebrow { width: 100%; margin-bottom: 2px; }
.blog-tag { padding: 6px 8px; border: 1px solid rgba(26, 38, 48, .13); color: var(--muted); font-size: 10px; font-weight: 800; }
.blog-article-aside .btn { width: 100%; margin-top: 10px; text-align: center; }
.blog-article-cta { display: grid; gap: 8px; margin-top: 38px; padding: 24px; border-left: 3px solid var(--lime); background: #f2f6f5; }
.blog-article-cta strong { color: var(--ink); font-family: 'Barlow Condensed', sans-serif; font-size: 28px; letter-spacing: 0; }
.blog-article-cta span { color: var(--muted); font-size: 13px; line-height: 1.6; }
.blog-article-cta .btn { width: max-content; margin-top: 7px; }
.blog-related { max-width: 1040px; margin: 82px auto 0; padding-top: 42px; border-top: 1px solid rgba(26, 38, 48, .12); }

/* Fitment Lab */
.fitment-lab-page { min-height: 70vh; padding: 64px 0 100px; background: #f4f8f8; }
.fitment-lab-intro { display: grid; grid-template-columns: minmax(0, 1.25fr) minmax(280px, .75fr); align-items: end; gap: 48px; padding: 16px 0 52px; }
.fitment-lab-intro h1 { max-width: 720px; margin: 12px 0 18px; color: var(--ink); font-family: 'Barlow Condensed', sans-serif; font-size: clamp(54px, 7vw, 104px); font-weight: 800; line-height: .86; letter-spacing: 0; text-transform: uppercase; }
.fitment-lab-intro h1 + p { max-width: 700px; margin: 0; color: var(--muted); font-size: 15px; line-height: 1.72; }
.fitment-lab-facts { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); border-top: 1px solid rgba(26, 38, 48, .14); border-bottom: 1px solid rgba(26, 38, 48, .14); }
.fitment-lab-facts span { display: grid; gap: 5px; min-height: 86px; align-content: center; padding: 12px 14px; border-right: 1px solid rgba(26, 38, 48, .14); }
.fitment-lab-facts span:last-child { border-right: 0; }
.fitment-lab-facts strong { color: var(--lavender); font-family: 'Barlow Condensed', sans-serif; font-size: 22px; line-height: 1; text-transform: uppercase; }
.fitment-lab-facts small { color: var(--muted); font-size: 10px; line-height: 1.35; }
.fitment-lab-form, .fitment-result, .fitment-lab-note { border: 1px solid rgba(26, 38, 48, .13); background: #fff; }
.fitment-form-section { padding: 30px; border-bottom: 1px solid rgba(26, 38, 48, .1); }
.fitment-section-head { display: flex; align-items: end; justify-content: space-between; gap: 24px; margin-bottom: 22px; }
.fitment-section-head h2 { margin: 6px 0 0; color: var(--ink); font-family: 'Barlow Condensed', sans-serif; font-size: 38px; line-height: .95; letter-spacing: 0; text-transform: uppercase; }
.fitment-section-head p { max-width: 360px; margin: 0; color: var(--muted); font-size: 12px; line-height: 1.6; }
.fitment-section-kicker { color: var(--lavender); font-size: 10px; font-weight: 900; letter-spacing: .12em; text-transform: uppercase; }
.fitment-selects.fitment-lab-vehicle { grid-template-columns: repeat(4, minmax(0, 1fr)); margin-bottom: 18px; }
.fitment-vehicle-integrity { grid-column: 1 / -1; margin: 2px 0 0; padding: 11px 13px; border-left: 3px solid var(--lime); color: #40505a; background: #f1f7f5; font-size: 10px; font-weight: 600; line-height: 1.55; letter-spacing: 0; text-transform: none; }
.fitment-form-inline, .fitment-parts-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 12px; max-width: 720px; }
.fitment-parts-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); max-width: none; }
.fitment-lab-form label { display: grid; gap: 7px; color: #4f5d67; font-size: 10px; font-weight: 900; letter-spacing: .06em; text-transform: uppercase; }
.fitment-lab-form input, .fitment-lab-form select { width: 100%; min-height: 42px; border: 1px solid #d6e0e1; border-radius: 7px; outline: 0; padding: 10px 11px; color: var(--ink); background: #fbfdfd; font: inherit; font-size: 12px; font-weight: 600; letter-spacing: 0; text-transform: none; }
.fitment-lab-form input:focus, .fitment-lab-form select:focus { border-color: var(--lavender); box-shadow: 0 0 0 3px rgba(169, 140, 255, .14); }
.fitment-inline-note { margin-top: 18px; padding: 12px 14px; border-left: 3px solid var(--lime); color: var(--muted); background: #f5f8f7; font-size: 11px; line-height: 1.55; }
.fitment-inline-note .fitment-inline-control { display: inline-grid; gap: 6px; min-width: min(100%, 280px); margin: 12px 14px 0 0; color: var(--ink); font-weight: 700; line-height: 1.2; }
.fitment-inline-note .fitment-inline-control select { min-height: 38px; padding: 8px 10px; border: 1px solid rgba(26, 38, 48, .16); background: #fff; color: var(--ink); font: inherit; font-size: 12px; }
.fitment-calibration-section { background: #f7f5ff; }
.fitment-calibration-section .fitment-inline-note { border-left-color: var(--lavender); background: #fff; }
.fitment-qualified-records { display: grid; gap: 8px; margin-bottom: 18px; padding: 14px; border: 1px solid #ded7f5; background: #fff; }
.fitment-qualified-records > div { display: grid; gap: 4px; }
.fitment-qualified-records > div strong { color: var(--ink); font-size: 11px; }
.fitment-qualified-records > div small { max-width: 720px; color: var(--muted); font-size: 9px; line-height: 1.5; }
.fitment-qualified-records article { display: flex; align-items: center; justify-content: space-between; gap: 14px; padding-top: 9px; border-top: 1px solid rgba(26, 38, 48, .1); }
.fitment-qualified-records article > span { display: grid; gap: 3px; min-width: 0; }
.fitment-qualified-records article b { color: var(--ink); font-size: 11px; }
.fitment-qualified-records article small { overflow-wrap: anywhere; color: var(--muted); font-size: 9px; }
.fitment-installation-record { margin-top: 18px; border: 1px solid #ded7f5; background: #fff; }
.fitment-installation-record summary { display: flex; align-items: center; justify-content: space-between; gap: 14px; padding: 14px; cursor: pointer; list-style: none; }
.fitment-installation-record summary::-webkit-details-marker { display: none; }
.fitment-installation-record summary > span { display: grid; gap: 3px; }
.fitment-installation-record summary b { color: var(--ink); font-size: 11px; }
.fitment-installation-record summary small { color: var(--muted); font-size: 9px; }
.fitment-installation-record summary svg { width: 14px; height: 14px; transition: transform .16s ease; }
.fitment-installation-record[open] summary svg { transform: rotate(90deg); }
.fitment-installation-body { padding: 0 14px 14px; border-top: 1px solid rgba(26, 38, 48, .1); }
.fitment-installation-body > p { margin: 12px 0; color: var(--muted); font-size: 10px; line-height: 1.55; }
.fitment-installation-checks { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 8px; margin: 16px 0 0; padding: 12px; border: 1px solid #e0e6e6; }
.fitment-installation-checks legend { padding: 0 6px; color: var(--ink); font-size: 9px; font-weight: 900; letter-spacing: .06em; text-transform: uppercase; }
.fitment-installation-checks label { display: flex; grid-template-columns: none; align-items: center; gap: 8px; min-width: 0; padding: 8px; border: 1px solid #e7ebeb; background: #f8fbfa; color: var(--ink); font-size: 9px; letter-spacing: 0; line-height: 1.35; text-transform: none; }
.fitment-lab-form .fitment-installation-checks input[type='checkbox'] { flex: 0 0 auto; width: 16px; min-height: 16px; height: 16px; margin: 0; padding: 0; accent-color: var(--lavender); }
.fitment-axle-card { padding: 30px; border-bottom: 1px solid rgba(26, 38, 48, .1); }
.fitment-axle-head { display: flex; align-items: center; justify-content: space-between; gap: 18px; margin-bottom: 20px; }
.fitment-axle-head > div { display: flex; align-items: center; gap: 12px; }
.fitment-step-index { display: grid; width: 34px; height: 34px; place-items: center; color: var(--ink); background: var(--lime); font-size: 10px; font-weight: 900; }
.fitment-axle-head h3 { margin: 0; color: var(--ink); font-family: 'Barlow Condensed', sans-serif; font-size: 30px; line-height: 1; letter-spacing: 0; text-transform: uppercase; }
.fitment-axle-note { color: var(--muted); font-size: 10px; }
.fitment-axle-group { padding: 22px 0; border-top: 1px solid rgba(26, 38, 48, .1); }
.fitment-axle-group:first-of-type { border-top: 0; }
.fitment-axle-group-head { display: grid; grid-template-columns: minmax(190px, .42fr) minmax(280px, .8fr); gap: 24px; align-items: baseline; margin-bottom: 15px; }
.fitment-axle-group-head h4 { margin: 0; color: var(--ink); font-size: 13px; line-height: 1.2; }
.fitment-axle-group-head p { margin: 0; color: var(--muted); font-size: 10px; line-height: 1.5; }
.fitment-input-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 12px; }
.fitment-input-grid-compact { grid-template-columns: repeat(5, minmax(0, 1fr)); }
.fitment-field-help { display: block; min-height: 27px; color: var(--muted); font-size: 10px; font-weight: 500; letter-spacing: 0; line-height: 1.35; text-transform: none; }
.fitment-input-wide { grid-column: span 2; }
.fitment-range-inputs { display: grid; grid-template-columns: minmax(0, 1fr) auto minmax(0, 1fr); align-items: center; gap: 7px; }
.fitment-range-inputs b { color: var(--muted); font-size: 12px; }
.fitment-submit-row { display: flex; align-items: center; justify-content: space-between; gap: 24px; padding: 26px 30px; background: #101820; }
.fitment-submit-row > div { display: grid; gap: 5px; }
.fitment-submit-row strong { color: #fff; font-family: 'Barlow Condensed', sans-serif; font-size: 25px; letter-spacing: 0; text-transform: uppercase; }
.fitment-submit-row span { color: #aeb9c0; font-size: 11px; line-height: 1.5; }
.fitment-submit-row .btn { display: inline-flex; align-items: center; gap: 8px; white-space: nowrap; }
.fitment-submit-row .btn svg { width: 14px; height: 14px; transform: rotate(-90deg); }
.fitment-form-error { margin: 0; padding: 12px 30px 20px; color: #b04646; background: #101820; font-size: 12px; }
.fitment-result { margin-top: 26px; padding: 30px; }
.fitment-result-head { display: flex; align-items: start; justify-content: space-between; gap: 24px; padding-bottom: 24px; border-bottom: 1px solid rgba(26, 38, 48, .1); }
.fitment-result-head h2 { margin: 5px 0 8px; color: var(--ink); font-family: 'Barlow Condensed', sans-serif; font-size: 45px; line-height: .95; letter-spacing: 0; text-transform: uppercase; }
.fitment-result-head p:not(.eyebrow) { max-width: 640px; margin: 0; color: var(--muted); font-size: 12px; line-height: 1.6; }
.fitment-status { display: inline-flex; flex: 0 0 auto; padding: 8px 10px; font-size: 10px; font-weight: 900; letter-spacing: .06em; text-transform: uppercase; }
.fitment-status-pass { color: #2b7a59; background: #ddf3e7; }
.fitment-status-needs_review { color: #886628; background: #fff0cc; }
.fitment-status-conflict { color: #a33e48; background: #ffe0e2; }
.fitment-status-identity_required { color: #9d3f49; background: #ffe0e2; }
.fitment-status-measurement_required { color: #765814; background: #fff0c7; }
.fitment-status-correction_required { color: #9d3f49; background: #ffe0e2; }
.fitment-status-drawing_ready { color: #176b4d; background: #dff4e8; }
.fitment-status-engineering_ready, .fitment-status-production_locked { color: #176b4d; background: #dff4e8; }
.fitment-calibration-record { display: grid; grid-template-columns: 32px minmax(0, 1fr) auto; align-items: center; gap: 12px; margin-top: 18px; padding: 13px 15px; border: 1px solid #ded7f5; background: #f7f5ff; }
.fitment-calibration-record > span { display: grid; width: 32px; height: 32px; place-items: center; color: var(--lavender); background: #fff; }
.fitment-calibration-record svg { width: 15px; height: 15px; }
.fitment-calibration-record > div { display: grid; gap: 2px; min-width: 0; }
.fitment-calibration-record small { color: var(--muted); font-size: 8px; font-weight: 800; text-transform: uppercase; }
.fitment-calibration-record strong { color: var(--ink); font-size: 11px; }
.fitment-calibration-record p { margin: 2px 0 0; overflow-wrap: anywhere; color: var(--muted); font-size: 9px; line-height: 1.4; }
.fitment-calibration-record em { margin-top: 3px; color: #664cc6; font-size: 9px; font-style: normal; font-weight: 800; }
.fitment-calibration-record > b { color: #664cc6; font-size: 9px; text-transform: uppercase; }
.fitment-solution-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 1px; margin-top: 22px; border: 1px solid #dce5e5; background: #dce5e5; }
.fitment-solution-axle { min-width: 0; padding: 22px; background: #f8fbfa; }
.fitment-solution-axle-head { display: flex; align-items: start; justify-content: space-between; gap: 16px; padding-bottom: 18px; border-bottom: 1px solid #dce5e5; }
.fitment-solution-axle-head div { display: grid; gap: 5px; min-width: 0; }
.fitment-solution-axle-head small { color: var(--muted); font-size: 10px; font-weight: 800; text-transform: uppercase; }
.fitment-solution-axle-head strong { color: var(--ink); font-family: 'Barlow Condensed', sans-serif; font-size: 32px; line-height: 1; letter-spacing: 0; }
.fitment-evidence { flex: 0 0 auto; padding: 6px 8px; color: #6a5119; background: #fff0c7; font-size: 9px; font-weight: 900; text-transform: uppercase; }
.fitment-evidence-verified_vehicle { color: #176b4d; background: #dff4e8; }
.fitment-evidence-customer_target_only { color: #9d3f49; background: #ffe0e2; }
.fitment-solution-axle dl { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); margin: 0; }
.fitment-solution-axle dl div { min-width: 0; padding: 15px 12px 14px 0; border-bottom: 1px solid #e1e9e8; }
.fitment-solution-axle dl div:nth-child(even) { padding-left: 12px; border-left: 1px solid #e1e9e8; }
.fitment-solution-axle dt { margin-bottom: 5px; color: var(--muted); font-size: 9px; font-weight: 800; text-transform: uppercase; }
.fitment-solution-axle dd { display: grid; gap: 3px; margin: 0; overflow-wrap: anywhere; color: var(--ink); font-size: 14px; font-weight: 850; }
.fitment-solution-axle dd small { color: var(--muted); font-size: 9px; font-weight: 600; line-height: 1.4; }
.fitment-solution-axle > p { margin: 15px 0 0; color: var(--muted); font-size: 10px; line-height: 1.6; }
.fitment-geometry { margin-top: 16px; padding: 14px; border: 1px solid #dce5e5; background: #fff; }
.fitment-geometry-head { display: flex; align-items: baseline; justify-content: space-between; gap: 12px; padding-bottom: 10px; border-bottom: 1px solid #e4ebea; }
.fitment-geometry-head strong { color: var(--ink); font-size: 10px; }
.fitment-geometry-head small { color: var(--muted); font-size: 8px; }
.fitment-geometry-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 1px; margin-top: 1px; background: #e4ebea; }
.fitment-geometry-grid span { display: grid; gap: 4px; min-width: 0; padding: 11px 9px; background: #fff; }
.fitment-geometry-grid small { color: var(--muted); font-size: 8px; line-height: 1.35; }
.fitment-geometry-grid b { overflow-wrap: anywhere; color: var(--ink); font-size: 11px; }
.fitment-production-lock { display: grid; grid-template-columns: 36px minmax(0, 1fr); gap: 13px; align-items: start; margin-top: 18px; padding: 16px; border-left: 3px solid #e4b44d; background: #fff8e7; }
.fitment-production-lock > svg { width: 22px; height: 22px; color: #a57617; }
.fitment-production-lock > div { display: grid; gap: 4px; }
.fitment-production-lock small { color: #8a681e; font-size: 8px; font-weight: 900; text-transform: uppercase; }
.fitment-production-lock strong { color: var(--ink); font-size: 14px; }
.fitment-production-lock p { margin: 0; color: #6b6049; font-size: 10px; line-height: 1.55; }
.fitment-production-lock.is-locked { border-left-color: var(--lime); background: #eff8f3; }
.fitment-production-lock.is-locked > svg { color: #176b4d; }
.workshop-history-modal > p:not(.eyebrow) { max-width: 680px; color: var(--muted); font-size: 12px; line-height: 1.6; }
.workshop-history-current { display: grid; gap: 5px; margin: 20px 0 12px; padding: 16px; border-left: 3px solid var(--lime); background: #eff8f3; }
.workshop-history-current span, .workshop-history-list article span { color: var(--lavender); font-size: 9px; font-weight: 900; text-transform: uppercase; }
.workshop-history-current strong, .workshop-history-list article strong { color: var(--ink); font-size: 13px; }
.workshop-history-current small, .workshop-history-list article small { color: var(--muted); font-size: 10px; line-height: 1.45; }
.workshop-history-list { display: grid; border-top: 1px solid #dce5e5; }
.workshop-history-list article { display: grid; grid-template-columns: minmax(0, 1fr) auto; align-items: center; gap: 18px; padding: 14px 0; border-bottom: 1px solid #dce5e5; }
.workshop-history-list article > div { display: grid; gap: 4px; min-width: 0; }
.workshop-history-list time { color: var(--muted); font-size: 9px; }
.fitment-corrections, .fitment-confirmations { display: grid; grid-template-columns: minmax(180px, .42fr) 1.58fr; gap: 26px; margin-top: 18px; padding: 20px; border-left: 3px solid var(--lavender); background: #f7f5ff; }
.fitment-corrections h3, .fitment-confirmations h3 { margin: 5px 0 0; color: var(--ink); font-size: 18px; line-height: 1.15; }
.fitment-correction-list { display: grid; gap: 0; }
.fitment-correction-list article { display: grid; grid-template-columns: 72px 110px minmax(170px, .9fr) 1.1fr; align-items: center; gap: 10px; min-width: 0; padding: 10px 0; border-bottom: 1px solid rgba(92,46,245,.12); }
.fitment-correction-list article:last-child { border-bottom: 0; }
.fitment-correction-list article > span { color: var(--muted); font-size: 9px; font-weight: 800; text-transform: uppercase; }
.fitment-correction-list article > strong { color: var(--ink); font-size: 11px; }
.fitment-correction-list article p { display: flex; align-items: center; gap: 8px; min-width: 0; margin: 0; font-size: 11px; }
.fitment-correction-list article p svg { width: 13px; height: 13px; }
.fitment-correction-list del { overflow: hidden; color: #a2535b; text-overflow: ellipsis; white-space: nowrap; }
.fitment-correction-list ins { overflow-wrap: anywhere; color: #176b4d; font-weight: 900; text-decoration: none; }
.fitment-correction-list article > small { color: var(--muted); font-size: 9px; line-height: 1.45; }
.fitment-no-corrections { margin-top: 18px; padding: 14px 16px; border-left: 3px solid var(--lime); color: #315246; background: #eff8f3; font-size: 10px; line-height: 1.55; }
.fitment-confirmations { border-left-color: var(--lime); background: #f1f8f5; }
.fitment-confirmations ol { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 8px 24px; margin: 0; padding-left: 22px; color: #314b48; font-size: 11px; line-height: 1.55; }
.fitment-confirmations.is-clear > p { margin: 0; color: #315246; font-size: 11px; line-height: 1.6; }
.fitment-diagnostics { margin-top: 18px; border: 1px solid #dce5e5; background: #fff; }
.fitment-diagnostics summary { display: flex; align-items: center; justify-content: space-between; gap: 18px; padding: 15px 17px; cursor: pointer; color: var(--ink); font-size: 11px; font-weight: 900; list-style: none; }
.fitment-diagnostics summary::-webkit-details-marker { display: none; }
.fitment-diagnostics summary::after { content: '+'; flex: 0 0 auto; color: var(--lavender); font-size: 20px; line-height: 1; }
.fitment-diagnostics[open] summary::after { content: '−'; }
.fitment-diagnostics summary small { margin-left: auto; color: var(--muted); font-size: 9px; font-weight: 700; }
.fitment-diagnostics > .fitment-result-research, .fitment-diagnostics > .fitment-result-grid, .fitment-diagnostics > .fitment-result-messages, .fitment-diagnostics > .fitment-result-clear { margin-right: 16px; margin-left: 16px; }
.fitment-diagnostics > :last-child { margin-bottom: 16px; }
.fitment-result-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 12px; margin-top: 20px; }
.fitment-result-axle { padding: 18px; border: 1px solid #dce5e5; background: #f7fafa; }
.fitment-result-axle-head { display: flex; justify-content: space-between; gap: 14px; margin-bottom: 16px; color: var(--ink); font-size: 13px; }
.fitment-result-axle-head span { color: var(--lavender); font-size: 11px; font-weight: 800; }
.fitment-result-specs { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 10px; }
.fitment-result-specs span { display: grid; gap: 5px; }
.fitment-result-specs small { color: var(--muted); font-size: 10px; }
.fitment-result-specs b { color: var(--ink); font-size: 13px; }
.fitment-check-list { display: grid; gap: 7px; margin-top: 17px; padding-top: 14px; border-top: 1px solid #e2eaea; }
.fitment-check { display: flex; align-items: start; gap: 7px; color: var(--muted); font-size: 10px; line-height: 1.45; }
.fitment-check i { flex: 0 0 auto; width: 7px; height: 7px; margin-top: 3px; border-radius: 50%; background: #9da9ad; }
.fitment-check-pass i { background: #48a875; }
.fitment-check-conflict i { background: #d25761; }
.fitment-check-review i, .fitment-check-recommended i { background: #c69a45; }
.fitment-result-messages { margin-top: 20px; padding: 18px; border-left: 3px solid #e4b44d; background: #fff8e7; }
.fitment-result-safety { margin-top: 20px; padding: 14px 16px; border-left: 3px solid var(--lime); color: #314b48; background: #f1f8f5; font-size: 11px; line-height: 1.55; }
.fitment-result-research { display: grid; gap: 9px; margin-top: 14px; padding: 14px 16px; border: 1px solid rgba(92,46,245,.18); background: #f7f5ff; color: #50506a; font-size: 10px; line-height: 1.5; }
.fitment-result-research > div { display: flex; flex-wrap: wrap; align-items: baseline; gap: 8px 16px; }
.fitment-result-research strong { color: var(--ink); font-size: 11px; }
.fitment-result-research span { color: var(--muted); }
.fitment-result-research p { margin: 0; }
.fitment-result-research b { color: var(--ink); }
.fitment-result-messages h3 { margin: 0 0 8px; color: var(--ink); font-size: 13px; }
.fitment-result-messages ul { display: grid; gap: 6px; margin: 0; padding-left: 17px; color: #735f31; font-size: 11px; line-height: 1.5; }
.fitment-result-clear { margin-top: 20px; padding: 15px 16px; color: #2b7a59; background: #effaf3; font-size: 11px; line-height: 1.55; }
.fitment-result-actions { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 22px; }
.fitment-result-actions .btn, .wheel-results-actions .btn, .wheel-inquiry-form-actions .btn { display: inline-flex; align-items: center; justify-content: center; gap: 7px; }
.fitment-result-actions .btn svg, .wheel-results-actions .btn svg, .wheel-inquiry-form-actions .btn svg { width: 15px; height: 15px; }
.fitment-whatsapp-note { margin: 10px 0 0; color: var(--muted); font-size: 10px; line-height: 1.5; }
.fitment-lab-note { display: grid; grid-template-columns: .75fr 1.25fr; gap: 40px; margin-top: 26px; padding: 28px 30px; background: #edf4f3; }
.fitment-lab-note h2 { margin: 7px 0 0; color: var(--ink); font-family: 'Barlow Condensed', sans-serif; font-size: 34px; line-height: .95; letter-spacing: 0; text-transform: uppercase; }
.fitment-lab-note > p { margin: 0; color: var(--muted); font-size: 13px; line-height: 1.75; }
.custom-workshop-actions { display: flex; flex-wrap: wrap; gap: 10px; }

/* Workshop partner workspace */
.workshop-tool-layout { display: block; }
.workshop-main { min-width: 0; }
.workshop-guest-bar, .workshop-project-bar { display: flex; align-items: center; justify-content: space-between; gap: 22px; margin-bottom: 14px; padding: 16px 18px; border: 1px solid rgba(26,38,48,.14); background: #fff; }
.workshop-guest-bar > div:first-child { display: flex; align-items: center; gap: 13px; min-width: 0; }
.workshop-guest-bar > div:first-child > span { display: grid; flex: 0 0 auto; width: 42px; height: 42px; place-items: center; color: var(--ink); background: var(--lime); }
.workshop-guest-bar svg, .workshop-project-bar svg, .workshop-account-page .btn svg { width: 15px; height: 15px; }
.workshop-guest-bar small, .workshop-project-identity small { color: var(--lavender); font-size: 9px; font-weight: 900; letter-spacing: .08em; text-transform: uppercase; }
.workshop-guest-bar strong { display: block; margin-top: 2px; color: var(--ink); font-size: 14px; }
.workshop-guest-bar p { margin: 4px 0 0; color: var(--muted); font-size: 11px; line-height: 1.45; }
.workshop-guest-bar > div:last-child, .workshop-project-actions { display: flex; flex: 0 0 auto; align-items: center; gap: 8px; }
.workshop-project-identity { display: flex; align-items: center; gap: 12px; min-width: 0; }
.workshop-project-identity > div { display: grid; min-width: 0; gap: 2px; }
.workshop-project-identity strong { overflow: hidden; color: var(--ink); font-family: 'Barlow Condensed', sans-serif; font-size: 22px; line-height: 1; text-overflow: ellipsis; text-transform: uppercase; white-space: nowrap; }
.workshop-project-identity span:not(.workshop-live-dot) { overflow: hidden; color: var(--muted); font-size: 10px; text-overflow: ellipsis; white-space: nowrap; }
.workshop-live-dot { flex: 0 0 auto; width: 9px; height: 9px; border-radius: 50%; background: #35b77d; box-shadow: 0 0 0 4px rgba(53,183,125,.12); }
.workshop-status { display: inline-flex; align-items: center; width: max-content; padding: 5px 7px; color: #53616a; background: #edf1f2; font-size: 8px; font-weight: 900; letter-spacing: .06em; text-transform: uppercase; }
.workshop-status-checked { color: #725c20; background: #fff0bd; }
.workshop-status-shared, .workshop-status-quote_requested { color: #216c50; background: #dff4e9; }
.workshop-project-error { margin: 0 0 14px; padding: 11px 13px; color: #9b3440; border-left: 3px solid #d65360; background: #fff1f2; font-size: 11px; line-height: 1.5; }
.workshop-channel-fields { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 12px; margin-top: 18px; padding-top: 18px; border-top: 1px solid rgba(26,38,48,.1); }
.workshop-channel-fields label > small { min-height: 32px; color: var(--muted); font-size: 9px; font-weight: 500; letter-spacing: 0; line-height: 1.4; text-transform: none; }
.workshop-case-consent { display: flex !important; grid-column: 1 / -1; grid-template-columns: none; align-items: start; gap: 10px !important; padding: 12px 14px; background: #f3f1ff; }
.workshop-case-consent input, .workshop-publish-quote input { flex: 0 0 auto; width: 16px !important; min-height: 16px !important; margin-top: 2px; accent-color: var(--lavender); }
.workshop-case-consent > span, .workshop-publish-quote > span { display: grid; gap: 4px; }
.workshop-case-consent strong, .workshop-publish-quote strong { color: var(--ink); font-size: 11px; }
.workshop-decision-hub { margin-top: 26px; padding: 30px; scroll-margin-top: 118px; border: 1px solid rgba(26,38,48,.13); background: #fff; }
.workshop-decision-head { display: grid; grid-template-columns: minmax(0, 1.15fr) minmax(280px, .85fr); align-items: end; gap: 34px; }
.workshop-decision-head h2 { max-width: 680px; margin: 11px 0 0; color: var(--ink); font-family: 'Barlow Condensed', sans-serif; font-size: 42px; line-height: .92; text-transform: uppercase; }
.workshop-decision-head > p { margin: 0; color: var(--muted); font-size: 12px; line-height: 1.65; }
.workshop-mode-tabs { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); margin: 25px 0 18px; border: 1px solid #dce4e5; }
.workshop-mode-tabs button { display: grid; grid-template-columns: 34px minmax(0, 1fr); align-items: center; gap: 10px; min-height: 72px; padding: 12px 14px; border-right: 1px solid #dce4e5; color: var(--ink); background: #f7f9f9; text-align: left; }
.workshop-mode-tabs button:last-child { border-right: 0; }
.workshop-mode-tabs button.is-active { color: #fff; background: var(--ink); }
.workshop-mode-tabs button > svg { width: 20px; height: 20px; color: var(--lavender); }
.workshop-mode-tabs button.is-active > svg { color: var(--lime); }
.workshop-mode-tabs button span { display: grid; min-width: 0; gap: 3px; }
.workshop-mode-tabs strong { font-size: 11px; text-transform: uppercase; }
.workshop-mode-tabs small { overflow: hidden; color: var(--muted); font-size: 9px; text-overflow: ellipsis; white-space: nowrap; }
.workshop-mode-tabs button.is-active small { color: #abb5bb; }
.workshop-path-panel { padding-top: 24px; border-top: 1px solid rgba(26,38,48,.1); }
.workshop-panel-head { display: grid; grid-template-columns: minmax(0, 1.1fr) minmax(260px, .9fr); align-items: end; gap: 28px; }
.workshop-panel-head h3 { margin: 5px 0 0; color: var(--ink); font-family: 'Barlow Condensed', sans-serif; font-size: 32px; line-height: .95; text-transform: uppercase; }
.workshop-panel-head > p { margin: 0; color: var(--muted); font-size: 11px; line-height: 1.6; }
.workshop-wheel-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 10px; margin-top: 20px; }
.workshop-wheel-option { min-width: 0; border: 1px solid #dce4e5; background: #fafcfc; }
.workshop-wheel-option.is-selected { border-color: var(--lavender); box-shadow: inset 0 0 0 2px rgba(169,140,255,.18); }
.workshop-wheel-select { display: grid; width: 100%; min-width: 0; padding: 0; color: inherit; background: transparent; text-align: left; }
.workshop-wheel-media { display: grid; width: 100%; aspect-ratio: 1.16; place-items: center; overflow: hidden; background: #eef3f3; }
.workshop-wheel-media img { width: 88%; height: 88%; object-fit: contain; }
.workshop-wheel-copy { display: grid; min-width: 0; gap: 5px; padding: 12px; }
.workshop-wheel-copy small { overflow: hidden; color: var(--muted); font-size: 8px; font-weight: 800; text-overflow: ellipsis; text-transform: uppercase; white-space: nowrap; }
.workshop-wheel-copy strong { min-height: 32px; color: var(--ink); font-family: 'Barlow Condensed', sans-serif; font-size: 19px; line-height: .88; text-transform: uppercase; }
.workshop-wheel-copy b { color: #1a7252; font-size: 10px; }
.workshop-wheel-option > a, .workshop-wheel-protected { display: flex; align-items: center; justify-content: space-between; gap: 8px; min-height: 36px; padding: 8px 12px; border-top: 1px solid #dce4e5; color: #4a5660; font-size: 8px; font-weight: 900; line-height: 1.3; text-transform: uppercase; }
.workshop-wheel-option > a svg { width: 12px; height: 12px; }
.workshop-wheel-protected { color: #5d4bb2; background: #f4f1ff; }
.workshop-concept-layout { display: grid; grid-template-columns: minmax(0, 1.25fr) minmax(240px, .75fr); gap: 12px; margin-top: 20px; }
.workshop-concept-form label, .workshop-quote-form label, .workshop-dealer-quote label { display: grid; gap: 7px; color: #4f5d67; font-size: 9px; font-weight: 900; letter-spacing: .06em; text-transform: uppercase; }
.workshop-concept-form input, .workshop-concept-form select, .workshop-concept-form textarea, .workshop-quote-form input, .workshop-quote-form textarea, .workshop-dealer-quote input, .workshop-dealer-quote textarea { width: 100%; min-height: 42px; padding: 10px 11px; border: 1px solid #d6e0e1; border-radius: 7px; outline: 0; color: var(--ink); background: #fbfdfd; font: inherit; font-size: 12px; font-weight: 600; letter-spacing: 0; text-transform: none; }
.workshop-concept-form textarea, .workshop-quote-form textarea, .workshop-dealer-quote textarea { resize: vertical; line-height: 1.5; }
.workshop-concept-form input:focus, .workshop-concept-form select:focus, .workshop-concept-form textarea:focus, .workshop-quote-form input:focus, .workshop-quote-form textarea:focus, .workshop-dealer-quote input:focus, .workshop-dealer-quote textarea:focus { border-color: var(--lavender); box-shadow: 0 0 0 3px rgba(169,140,255,.14); }
.workshop-concept-prompt small, .workshop-reference-upload small { color: var(--muted); font-size: 9px; font-weight: 500; letter-spacing: 0; line-height: 1.4; text-transform: none; }
.workshop-reference-upload { display: grid; min-height: 210px; place-items: center; align-content: center; gap: 8px !important; padding: 20px; border: 1px dashed #acb9bd; background: #f2f6f6; cursor: pointer; text-align: center; }
.workshop-reference-upload input { position: absolute; width: 1px; height: 1px; min-height: 0; opacity: 0; }
.workshop-reference-upload > span { display: grid; width: 42px; height: 42px; place-items: center; color: var(--ink); background: var(--lime); }
.workshop-reference-upload svg { width: 18px; height: 18px; }
.workshop-reference-upload strong { color: var(--ink); font-size: 11px; }
.workshop-design-fields, .workshop-dealer-price-grid { display: grid; grid-template-columns: repeat(5, minmax(0, 1fr)); gap: 10px; margin-top: 12px; }
.workshop-path-actions { display: flex; align-items: center; justify-content: space-between; gap: 18px; margin-top: 20px; padding-top: 18px; border-top: 1px solid rgba(26,38,48,.1); }
.workshop-path-actions > span { max-width: 480px; color: var(--muted); font-size: 9px; line-height: 1.5; text-align: right; }
.workshop-path-actions .btn svg { width: 15px; height: 15px; }
.workshop-quote-context { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); margin-top: 20px; border: 1px solid #dce4e5; }
.workshop-quote-context > span { display: grid; gap: 5px; min-width: 0; padding: 13px; border-right: 1px solid #dce4e5; }
.workshop-quote-context > span:last-child { border-right: 0; }
.workshop-quote-context small, .workshop-cost-strip small, .workshop-customer-quote-total small { color: var(--muted); font-size: 8px; font-weight: 900; text-transform: uppercase; }
.workshop-quote-context strong { overflow: hidden; color: var(--ink); font-size: 11px; text-overflow: ellipsis; white-space: nowrap; }
.workshop-quote-fields { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 10px; margin-top: 12px; }
.workshop-quote-note, .workshop-dealer-note { grid-column: 1 / -1; }
.workshop-quote-success, .workshop-quote-empty { display: grid; grid-template-columns: 50px 1fr; gap: 16px; align-items: start; }
.workshop-quote-success > span, .workshop-quote-empty > span { display: grid; width: 50px; height: 50px; place-items: center; color: var(--ink); background: var(--lime); }
.workshop-quote-success svg, .workshop-quote-empty svg { width: 20px; height: 20px; }
.workshop-quote-success h3, .workshop-quote-empty h3 { margin: 5px 0 7px; font-family: 'Barlow Condensed', sans-serif; font-size: 30px; line-height: .95; text-transform: uppercase; }
.workshop-quote-success p, .workshop-quote-empty p { color: var(--muted); font-size: 11px; line-height: 1.55; }
.workshop-cost-strip { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)) auto; align-items: stretch; margin-top: 20px; border: 1px solid #dce4e5; background: #f6f9f9; }
.workshop-cost-strip > span { display: grid; gap: 5px; padding: 14px; border-right: 1px solid #dce4e5; }
.workshop-cost-strip strong { color: var(--ink); font-size: 15px; }
.workshop-cost-strip > b { display: grid; align-content: center; padding: 12px; color: #216c50; background: #e4f5eb; font-size: 8px; text-transform: uppercase; }
.workshop-dealer-price-grid { grid-template-columns: repeat(4, minmax(0, 1fr)); }
.workshop-publish-quote { display: flex !important; grid-template-columns: none; align-items: start; gap: 10px !important; margin-top: 16px; padding: 13px 14px; background: #eef8e7; }
.workshop-customer-quote-lines { display: grid; margin-top: 20px; border-top: 1px solid #dce4e5; }
.workshop-customer-quote-lines > span { display: grid; grid-template-columns: minmax(0, 1fr) auto 110px; gap: 18px; align-items: center; min-height: 44px; padding: 8px 0; border-bottom: 1px solid #e4eaeb; }
.workshop-customer-quote-lines small { color: #4f5d67; font-size: 10px; font-weight: 700; }
.workshop-customer-quote-lines strong, .workshop-customer-quote-lines b { color: var(--ink); font-size: 11px; text-align: right; }
.workshop-customer-quote-total { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); margin-top: 14px; color: #fff; background: var(--ink); }
.workshop-customer-quote-total > span { display: grid; gap: 5px; padding: 17px; border-right: 1px solid rgba(255,255,255,.12); }
.workshop-customer-quote-total > span:last-child { border-right: 0; }
.workshop-customer-quote-total strong { font-family: 'Barlow Condensed', sans-serif; font-size: 28px; line-height: 1; }
.workshop-customer-quote-note { margin: 13px 0 0; padding: 12px 14px; color: var(--muted); background: #f4f7f7; font-size: 10px; line-height: 1.55; }
.workshop-share-page { min-height: 70vh; background: #f4f8f8; }
.workshop-share-hero { padding: 46px 0 38px; color: #fff; background: #0b1015; }
.workshop-share-brand { display: flex; align-items: center; gap: 11px; }
.workshop-share-brand > div { display: grid; gap: 2px; }
.workshop-share-brand small { color: #9faab1; font-size: 8px; font-weight: 900; letter-spacing: .08em; text-transform: uppercase; }
.workshop-share-brand strong { font-size: 13px; }
.workshop-share-hero-grid { display: grid; grid-template-columns: minmax(0, 1.2fr) minmax(300px, .8fr); align-items: end; gap: 44px; margin-top: 38px; }
.workshop-share-hero h1 { max-width: 820px; margin: 10px 0 17px; font-family: 'Barlow Condensed', sans-serif; font-size: 68px; line-height: .88; text-transform: uppercase; }
.workshop-share-hero-grid > div:first-child > p:last-child { max-width: 700px; margin: 0; color: #adb8be; font-size: 13px; line-height: 1.7; }
.workshop-share-vehicle { display: grid; gap: 7px; padding: 20px; border: 1px solid rgba(255,255,255,.15); background: #141b22; }
.workshop-share-vehicle small { color: var(--lime); font-size: 8px; font-weight: 900; text-transform: uppercase; }
.workshop-share-vehicle strong { font-family: 'Barlow Condensed', sans-serif; font-size: 27px; line-height: .95; text-transform: uppercase; }
.workshop-share-vehicle span, .workshop-share-vehicle p { margin: 0; color: #aab5bb; font-size: 9px; line-height: 1.5; }
.workshop-share-facts { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); margin-top: 28px; border-top: 1px solid rgba(255,255,255,.14); border-bottom: 1px solid rgba(255,255,255,.14); }
.workshop-share-facts > span { display: grid; gap: 3px; padding: 12px 14px; border-right: 1px solid rgba(255,255,255,.14); }
.workshop-share-facts > span:last-child { border-right: 0; }
.workshop-share-facts small { color: #8e9ba2; font-size: 8px; text-transform: uppercase; }
.workshop-share-facts strong { color: #fff; font-size: 12px; }
.workshop-partner-protection { display: flex; align-items: center; gap: 12px; margin-top: 16px; padding: 13px 14px; color: var(--ink); background: var(--lime); }
.workshop-partner-protection > svg { flex: 0 0 auto; width: 20px; height: 20px; }
.workshop-partner-protection > div { display: grid; gap: 3px; }
.workshop-partner-protection strong { font-size: 10px; text-transform: uppercase; }
.workshop-partner-protection span { font-size: 9px; line-height: 1.45; }
.workshop-share-body { padding-top: 28px; padding-bottom: 90px; }
.workshop-share-state { display: grid; min-height: 56vh; place-items: center; align-content: center; gap: 10px; text-align: center; }
.workshop-share-state strong { font-family: 'Barlow Condensed', sans-serif; font-size: 38px; text-transform: uppercase; }
.workshop-share-state p { max-width: 500px; margin: 0; color: var(--muted); font-size: 12px; }
.workshop-share-foot { display: grid; grid-template-columns: minmax(0, .8fr) minmax(0, 1.2fr); gap: 35px; margin-top: 26px; padding: 24px; border: 1px solid #d6e0e1; background: #edf4f3; }
.workshop-share-foot > div { display: grid; gap: 5px; }
.workshop-share-foot strong { color: var(--ink); font-size: 15px; }
.workshop-share-foot span, .workshop-share-foot > p { margin: 0; color: var(--muted); font-size: 10px; line-height: 1.6; }
.partner-attribution { color: #fff; background: #2a2350; }
.partner-attribution .container { display: flex; align-items: center; gap: 12px; min-height: 34px; }
.partner-attribution span { display: inline-flex; align-items: center; gap: 6px; color: var(--lime); font-size: 8px; font-weight: 900; text-transform: uppercase; }
.partner-attribution svg { width: 12px; height: 12px; }
.partner-attribution strong { font-size: 10px; }
.partner-attribution small { overflow: hidden; flex: 1; color: #c1badf; font-size: 8px; text-overflow: ellipsis; white-space: nowrap; }
.partner-attribution a { color: #fff; font-size: 8px; font-weight: 900; text-decoration: underline; text-transform: uppercase; }
.workshop-account-page { min-height: 72vh; padding: 58px 0 100px; background: #f4f8f8; }
.workshop-account-gate { max-width: 800px; padding: 50px 0; }
.workshop-account-gate h1, .workshop-account-hero h1 { max-width: 780px; margin: 12px 0 18px; font-family: 'Barlow Condensed', sans-serif; font-size: 66px; line-height: .88; text-transform: uppercase; }
.workshop-account-gate > p:not(.custom-kicker), .workshop-account-hero > div:first-child > p:last-child { max-width: 680px; color: var(--muted); font-size: 13px; line-height: 1.7; }
.workshop-account-gate > div, .workshop-account-actions { display: flex; flex-wrap: wrap; gap: 9px; margin-top: 24px; }
.workshop-account-hero { display: flex; align-items: end; justify-content: space-between; gap: 34px; }
.workshop-account-actions { flex: 0 0 auto; justify-content: flex-end; }
.workshop-account-stats { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); margin: 35px 0 18px; border: 1px solid #d6e0e1; background: #fff; }
.workshop-account-stats > span { display: grid; gap: 5px; padding: 17px; border-right: 1px solid #d6e0e1; }
.workshop-account-stats > span:last-child { border-right: 0; }
.workshop-account-stats small { color: var(--muted); font-size: 8px; font-weight: 900; text-transform: uppercase; }
.workshop-account-stats strong { color: var(--ink); font-family: 'Barlow Condensed', sans-serif; font-size: 25px; line-height: 1; text-transform: uppercase; }
.workshop-account-layout { display: grid; grid-template-columns: 290px minmax(0, 1fr); gap: 16px; align-items: start; }
.workshop-side { position: sticky; top: 104px; min-width: 0; color: #fff; background: var(--ink); }
.workshop-side-head { display: flex; align-items: center; gap: 11px; padding: 18px; border-bottom: 1px solid rgba(255,255,255,.12); }
.workshop-side-head > span { display: grid; width: 38px; height: 38px; place-items: center; color: var(--ink); background: var(--lime); }
.workshop-side-head svg { width: 17px; height: 17px; }
.workshop-side-head > div { display: grid; min-width: 0; gap: 2px; }
.workshop-side-head p { margin: 0; color: #909da4; font-size: 8px; font-weight: 900; text-transform: uppercase; }
.workshop-side-head strong { overflow: hidden; font-size: 12px; text-overflow: ellipsis; white-space: nowrap; }
.workshop-profile-form { display: grid; gap: 10px; padding: 16px 18px 18px; border-bottom: 1px solid rgba(255,255,255,.12); }
.workshop-profile-form label { display: grid; gap: 5px; color: #aab5bb; font-size: 8px; font-weight: 900; text-transform: uppercase; }
.workshop-profile-form input { width: 100%; min-height: 36px; padding: 8px 9px; border: 1px solid rgba(255,255,255,.16); border-radius: 5px; outline: 0; color: #fff; background: #151d24; font-size: 10px; }
.workshop-profile-form input:focus { border-color: var(--lime); }
.workshop-projects { padding: 16px 0 8px; }
.workshop-projects-head { display: flex; justify-content: space-between; gap: 10px; padding: 0 18px 10px; color: #aab5bb; font-size: 8px; font-weight: 900; text-transform: uppercase; }
.workshop-project-row { display: flex; width: 100%; align-items: center; justify-content: space-between; gap: 8px; padding: 11px 18px; border-left: 3px solid transparent; color: #fff; background: transparent; text-align: left; }
.workshop-project-row:hover, .workshop-project-row.is-active { border-left-color: var(--lime); background: #151d24; }
.workshop-project-row > span { display: grid; min-width: 0; gap: 3px; }
.workshop-project-row strong, .workshop-project-row small { overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.workshop-project-row strong { font-size: 10px; }
.workshop-project-row small { color: #89969d; font-size: 8px; }
.workshop-project-row b { flex: 0 0 auto; color: var(--lime); font-size: 7px; text-transform: uppercase; }
.workshop-project-empty { display: grid; gap: 5px; padding: 14px 18px 18px; color: #fff; }
.workshop-project-empty strong { font-size: 10px; }
.workshop-project-empty span { color: #8d9aa1; font-size: 8px; line-height: 1.5; }
.workshop-account-main { min-width: 0; padding: 27px; border: 1px solid #d6e0e1; background: #fff; }
.workshop-account-section-head { display: grid; grid-template-columns: minmax(0, 1fr) minmax(260px, .8fr); align-items: end; gap: 30px; }
.workshop-account-section-head h2 { margin: 5px 0 0; font-family: 'Barlow Condensed', sans-serif; font-size: 37px; line-height: .94; text-transform: uppercase; }
.workshop-account-section-head > p { margin: 0; color: var(--muted); font-size: 10px; line-height: 1.6; }
.workshop-account-current { display: grid; grid-template-columns: minmax(0, 1fr) minmax(280px, .9fr); gap: 24px; margin-top: 24px; padding: 20px; color: #fff; background: var(--ink); }
.workshop-account-current > div:first-child > small { color: var(--lime); font-size: 8px; font-weight: 900; text-transform: uppercase; }
.workshop-account-current h3 { margin: 6px 0; font-family: 'Barlow Condensed', sans-serif; font-size: 31px; line-height: .92; text-transform: uppercase; }
.workshop-account-current p { margin: 0 0 12px; color: #a9b4ba; font-size: 10px; }
.workshop-account-current dl { display: grid; margin: 0; border: 1px solid rgba(255,255,255,.12); }
.workshop-account-current dl > div { display: grid; grid-template-columns: 110px 1fr; gap: 10px; padding: 10px; border-bottom: 1px solid rgba(255,255,255,.12); }
.workshop-account-current dl > div:last-child { border-bottom: 0; }
.workshop-account-current dt { color: #8e9ba2; font-size: 8px; text-transform: uppercase; }
.workshop-account-current dd { margin: 0; font-size: 9px; text-align: right; }
.workshop-account-current-actions { display: flex; grid-column: 1 / -1; flex-wrap: wrap; gap: 8px; }
.workshop-account-empty, .workshop-account-loading { display: grid; place-items: start; gap: 9px; margin-top: 24px; padding: 24px; border: 1px dashed #bac5c8; background: #f6f9f9; }
.workshop-account-empty p { margin: 0; color: var(--muted); font-size: 10px; }
.workshop-channel-promise { display: grid; grid-template-columns: minmax(0, .8fr) minmax(0, 1.2fr); gap: 28px; margin-top: 18px; padding: 20px; border-left: 3px solid var(--lime); background: #eef4f2; }
.workshop-channel-promise h3 { margin: 5px 0 0; font-family: 'Barlow Condensed', sans-serif; font-size: 27px; line-height: .95; text-transform: uppercase; }
.workshop-channel-promise ul { display: grid; gap: 8px; margin: 0; padding-left: 18px; color: #526168; font-size: 10px; line-height: 1.45; }
.workshop-seo-summary { display: grid; min-height: 65vh; place-items: center; align-content: center; padding: 40px 24px; text-align: center; }
.workshop-seo-summary h1 { max-width: 900px; margin: 12px 0; font-family: 'Barlow Condensed', sans-serif; font-size: 64px; line-height: .9; text-transform: uppercase; }
.workshop-seo-summary p, .workshop-seo-summary span { max-width: 680px; color: var(--muted); font-size: 12px; line-height: 1.6; }

@media (min-width: 901px) {
  .workshop-guest-bar, .workshop-partner-protection { padding-right: 86px; }
  .workshop-customer-quote, .workshop-dealer-quote { padding-right: 70px; }
}

@media (max-width: 1100px) {
  .workshop-wheel-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .workshop-design-fields { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .workshop-dealer-price-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .workshop-account-layout { grid-template-columns: 250px minmax(0, 1fr); }
}

@media (max-width: 900px) {
  .workshop-decision-head, .workshop-panel-head, .workshop-share-hero-grid, .workshop-share-foot, .workshop-account-section-head, .workshop-channel-promise { grid-template-columns: 1fr; gap: 18px; }
  .workshop-wheel-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .workshop-concept-layout { grid-template-columns: 1fr; }
  .workshop-reference-upload { min-height: 170px; }
  .workshop-account-hero { display: grid; }
  .workshop-account-actions { justify-content: flex-start; }
  .workshop-account-layout { grid-template-columns: 1fr; }
  .workshop-side { position: static; }
  .workshop-profile-form { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .workshop-profile-form .btn { grid-column: 1 / -1; }
  .workshop-projects { max-height: 300px; overflow: auto; }
  .workshop-account-current { grid-template-columns: 1fr; }
}

@media (max-width: 680px) {
  .workshop-guest-bar, .workshop-project-bar { align-items: stretch; flex-direction: column; padding: 14px; }
  .workshop-guest-bar > div:last-child, .workshop-project-actions { display: grid; grid-template-columns: 1fr 1fr; width: 100%; }
  .workshop-project-actions .btn { width: 100%; }
  .workshop-project-identity { align-items: start; flex-wrap: wrap; }
  .workshop-project-identity > div { flex: 1; }
  .workshop-project-identity strong { white-space: normal; }
  .workshop-channel-fields, .workshop-mode-tabs, .workshop-quote-context, .workshop-quote-fields, .workshop-design-fields, .workshop-dealer-price-grid, .workshop-customer-quote-total { grid-template-columns: 1fr; }
  .workshop-mode-tabs button { border-right: 0; border-bottom: 1px solid #dce4e5; }
  .workshop-mode-tabs button:last-child { border-bottom: 0; }
  .workshop-decision-hub { padding: 20px; }
  .workshop-decision-head h2 { font-size: 35px; }
  .workshop-panel-head h3 { font-size: 28px; }
  .workshop-wheel-grid { grid-template-columns: 1fr; }
  .workshop-wheel-media { aspect-ratio: 1.45; }
  .workshop-path-actions { align-items: stretch; flex-direction: column; }
  .workshop-path-actions .btn { width: 100%; }
  .workshop-path-actions > span { text-align: left; }
  .workshop-quote-context > span { border-right: 0; border-bottom: 1px solid #dce4e5; }
  .workshop-quote-context > span:last-child { border-bottom: 0; }
  .workshop-cost-strip { grid-template-columns: 1fr 1fr; }
  .workshop-cost-strip > span:nth-child(2) { border-right: 0; }
  .workshop-cost-strip > span:nth-child(3) { border-top: 1px solid #dce4e5; }
  .workshop-cost-strip > b { border-top: 1px solid #dce4e5; }
  .workshop-customer-quote-lines > span { grid-template-columns: 1fr auto; gap: 8px; }
  .workshop-customer-quote-lines strong { display: none; }
  .workshop-share-hero { padding-top: 32px; }
  .workshop-share-hero h1 { font-size: 48px; }
  .workshop-share-facts { grid-template-columns: 1fr; }
  .workshop-share-facts > span { border-right: 0; border-bottom: 1px solid rgba(255,255,255,.14); }
  .workshop-share-facts > span:last-child { border-bottom: 0; }
  .partner-attribution .container { flex-wrap: wrap; gap: 5px 9px; padding-top: 7px; padding-bottom: 7px; }
  .partner-attribution small { order: 3; flex-basis: 100%; white-space: normal; }
  .workshop-account-page { padding-top: 34px; }
  .workshop-account-gate h1, .workshop-account-hero h1 { font-size: 48px; }
  .workshop-account-stats { grid-template-columns: 1fr 1fr; }
  .workshop-account-stats > span:nth-child(2) { border-right: 0; }
  .workshop-account-stats > span:nth-child(-n+2) { border-bottom: 1px solid #d6e0e1; }
  .workshop-profile-form { grid-template-columns: 1fr; }
  .workshop-account-main { padding: 20px; }
  .workshop-account-current dl > div { grid-template-columns: 1fr; }
  .workshop-account-current dd { text-align: left; }
}

@media (max-width: 900px) {
  .fitment-lab-intro { grid-template-columns: 1fr; gap: 28px; }
  .fitment-selects.fitment-lab-vehicle { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .fitment-input-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .fitment-input-grid-compact { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .fitment-result-grid, .fitment-solution-grid, .fitment-lab-note { grid-template-columns: 1fr; }
  .fitment-corrections, .fitment-confirmations { grid-template-columns: 1fr; gap: 14px; }
  .fitment-correction-list article { grid-template-columns: 64px 100px minmax(150px, .9fr) 1.1fr; }
}
@media (max-width: 620px) {
  .fitment-lab-page { padding-top: 34px; }
  .fitment-lab-intro h1 { font-size: 58px; }
  .fitment-lab-facts { grid-template-columns: 1fr; }
  .fitment-lab-facts span { min-height: 0; border-right: 0; border-bottom: 1px solid rgba(26, 38, 48, .14); }
  .fitment-lab-facts span:last-child { border-bottom: 0; }
  .fitment-form-section, .fitment-axle-card, .fitment-result, .fitment-lab-note { padding: 20px; }
  .fitment-section-head, .fitment-axle-head, .fitment-submit-row { display: grid; align-items: start; }
  .fitment-section-head h2 { font-size: 32px; }
  .fitment-selects.fitment-lab-vehicle, .fitment-form-inline, .fitment-parts-grid, .fitment-input-grid, .fitment-input-grid-compact, .fitment-axle-group-head { grid-template-columns: 1fr; }
  .fitment-input-wide { grid-column: auto; }
  .fitment-submit-row { padding: 20px; }
  .fitment-result-head { display: grid; }
  .fitment-result-head h2 { font-size: 38px; }
  .fitment-calibration-record { grid-template-columns: 32px minmax(0, 1fr); }
  .fitment-calibration-record > b { grid-column: 2; }
  .fitment-qualified-records article { align-items: stretch; flex-direction: column; }
  .fitment-qualified-records article .btn { width: 100%; }
  .fitment-installation-checks { grid-template-columns: 1fr; }
  .fitment-solution-axle { padding: 17px; }
  .fitment-solution-axle-head { display: grid; }
  .fitment-evidence { justify-self: start; }
  .fitment-solution-axle dl { grid-template-columns: 1fr; }
  .fitment-solution-axle dl div:nth-child(even) { padding-left: 0; border-left: 0; }
  .fitment-geometry-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .fitment-geometry-head { display: grid; }
  .fitment-corrections, .fitment-confirmations { padding: 17px; }
  .fitment-correction-list article { grid-template-columns: 1fr; gap: 5px; }
  .fitment-correction-list article p { flex-wrap: wrap; }
  .fitment-correction-list del { white-space: normal; }
  .fitment-confirmations ol { grid-template-columns: 1fr; }
  .fitment-diagnostics summary { align-items: start; }
  .fitment-diagnostics summary small { display: none; }
  .fitment-result-actions { display: grid; grid-template-columns: 1fr; }
  .fitment-result-actions .btn { width: 100%; }
  .workshop-history-list article { grid-template-columns: 1fr; }
  .workshop-history-list article .btn { width: 100%; }
}

@media (max-width: 900px) {
  .blog-home-grid, .blog-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .blog-hero-grid { grid-template-columns: 1fr; gap: 28px; }
  .blog-featured-card { max-width: 680px; }
  .blog-article-layout { gap: 34px; }
}
@media (max-width: 620px) {
  .blog-home-grid, .blog-grid { grid-template-columns: 1fr; }
  .blog-hero { padding-top: 34px; }
  .blog-hero h1, .blog-article-head h1 { font-size: 58px; }
  .blog-featured-card { grid-template-columns: 1fr; }
  .blog-featured-card img { min-height: 210px; max-height: 260px; }
  .blog-toolbar { display: block; }
  .blog-categories { justify-content: flex-start; margin-top: 18px; }
  .blog-article-head { margin-top: 34px; text-align: left; }
  .blog-article-head > p:not(.eyebrow) { margin-left: 0; }
  .blog-article-byline { justify-content: flex-start; flex-wrap: wrap; }
  .blog-article-layout { grid-template-columns: 1fr; margin-top: 38px; }
  .blog-article-aside { order: -1; }
  .blog-article-aside .btn { width: max-content; }
}
.chat-quote-card { margin-top: 10px; min-width: 240px; padding: 12px; border: 1px solid #dfe5ed; border-radius: 10px; background: #fff; color: #253044; box-shadow: 0 8px 22px rgba(18,31,53,.08); }
.chat-quote-head, .chat-quote-total, .chat-quote-product { display: flex; align-items: center; justify-content: space-between; gap: 10px; }
.chat-quote-head span { color: #7357d9; font: 700 9px/1 ui-monospace, monospace; letter-spacing: .12em; }
.chat-quote-head strong { color: #42a36b; font-size: 10px; }
.chat-quote-product { justify-content: flex-start; margin: 11px 0; }
.chat-quote-product img { width: 44px; height: 44px; object-fit: cover; border-radius: 7px; background: #f0f2f5; }
.chat-quote-product strong, .chat-quote-product small { display: block; }
.chat-quote-product strong { font-size: 12px; }
.chat-quote-product small { margin-top: 4px; color: #8993a2; font-size: 10px; }
.chat-quote-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 8px; padding: 10px 0; border-top: 1px solid #eef1f5; border-bottom: 1px solid #eef1f5; }
.chat-quote-grid span { color: #8a95a5; font-size: 10px; }
.chat-quote-grid strong { display: block; margin-top: 3px; color: #344156; font-size: 11px; }
.chat-quote-total { padding-top: 10px; }
.chat-quote-total span { color: #718096; font-size: 11px; }
.chat-quote-total strong { color: #111820; font-size: 19px; }
.chat-quote-note { margin: 8px 0 0; color: #6e7b8e; font-size: 10px; line-height: 1.45; }
.chat-quote-pay { width: 100%; margin-top: 11px; }
.chat-quote-paid, .chat-quote-pending { margin-top: 10px; padding: 8px 9px; border-radius: 7px; background: #f3fbf5; color: #3f8e5d; font-size: 10px; line-height: 1.45; }
.chat-quote-pending { background: #fff8e8; color: #a47525; }

/* Fitment workflow: entry, guided workspace and proposal pages */
.fitment-entry-page, .fitment-result-page { min-height: 72vh; background: #eef3f2; }
.fitment-entry-workspace { padding: 38px 0 72px; border-bottom: 1px solid #d6dfde; }
.fitment-entry-head { display: flex; align-items: flex-end; justify-content: space-between; gap: 48px; margin-bottom: 24px; padding-bottom: 26px; border-bottom: 1px solid #d4dddc; }
.fitment-entry-copy { max-width: 820px; }
.fitment-entry-copy .custom-kicker { color: var(--lavender); }
.fitment-entry-copy .custom-kicker::before { background: var(--lavender); }
.fitment-entry-copy .custom-kicker span { color: #66757c; }
.fitment-entry-copy h1 { max-width: 760px; margin: 12px 0 14px; color: var(--ink); font-family: 'Barlow Condensed', sans-serif; font-size: 54px; line-height: .96; letter-spacing: 0; text-transform: uppercase; }
.fitment-entry-copy > p:last-child { max-width: 760px; margin: 0; color: #58676e; font-size: 14px; line-height: 1.65; }
.fitment-entry-continuity { display: flex; flex: 0 0 330px; align-items: flex-start; gap: 12px; padding: 15px 0 2px 18px; border-left: 2px solid var(--lime); }
.fitment-entry-continuity > svg { flex: 0 0 auto; width: 18px; height: 18px; color: #0b1418; }
.fitment-entry-continuity span { display: grid; gap: 5px; }
.fitment-entry-continuity strong { color: var(--ink); font-size: 12px; }
.fitment-entry-continuity small { color: #6b797f; font-size: 11px; line-height: 1.45; }
.fitment-entry-layout { display: grid; grid-template-columns: minmax(0, 1fr) 312px; gap: 18px; align-items: stretch; }
.fitment-entry-primary { min-width: 0; }
.fitment-entry-paths { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 14px; }
.fitment-entry-path { display: flex; min-height: 294px; flex-direction: column; gap: 18px; padding: 24px; border: 1px solid #cfd9d8; border-radius: 6px; background: #fff; transition: border-color .18s ease, transform .18s ease, box-shadow .18s ease; }
.fitment-entry-path:hover { border-color: #9faaab; box-shadow: 0 12px 30px rgba(12,20,25,.07); transform: translateY(-2px); }
.fitment-entry-path > header { display: grid; grid-template-columns: auto auto minmax(0, 1fr); align-items: center; gap: 11px; }
.fitment-entry-path-index { color: #75838a; font: 850 10px/1 ui-monospace, monospace; }
.fitment-entry-path-icon { display: grid; width: 38px; height: 38px; place-items: center; color: #111820; border-radius: 50%; background: var(--lime); }
.fitment-entry-path-icon svg { width: 18px; height: 18px; }
.fitment-entry-path > header small { justify-self: end; color: var(--lavender); font-size: 11px; font-weight: 850; text-transform: uppercase; }
.fitment-entry-path-copy { display: flex; flex: 1; flex-direction: column; }
.fitment-entry-path h2 { max-width: 420px; margin: 0 0 9px; color: var(--ink); font-family: 'Barlow Condensed', sans-serif; font-size: 36px; line-height: 1; letter-spacing: 0; text-transform: uppercase; }
.fitment-entry-path p { max-width: 480px; margin: 0; color: #66737a; font-size: 12px; line-height: 1.6; }
.fitment-entry-path-copy > span { display: grid; grid-template-columns: auto minmax(0, 1fr); gap: 7px; align-items: start; margin-top: auto; padding-top: 14px; color: #59686f; font-size: 11px; line-height: 1.45; }
.fitment-entry-path-copy > span b { color: var(--lavender); font-size: 9px; text-transform: uppercase; }
.fitment-entry-path > .btn { align-self: flex-start; display: inline-flex; align-items: center; gap: 9px; min-height: 42px; }
.fitment-entry-path > .btn svg { flex: 0 0 auto; width: 15px; height: 15px; }
.fitment-entry-path-dark { color: #fff; border-color: #0c1419; background: #0c1419; }
.fitment-entry-path-dark:hover { border-color: #354149; box-shadow: 0 14px 32px rgba(7,12,15,.18); }
.fitment-entry-path-dark .fitment-entry-path-index { color: #96a3a9; }
.fitment-entry-path-dark .fitment-entry-path-icon { color: #fff; background: var(--lavender); }
.fitment-entry-path-dark h2 { color: #fff; }
.fitment-entry-path-dark p { color: #b2bdc1; }
.fitment-entry-path-dark .fitment-entry-path-copy > span { color: #b7c1c5; }
.fitment-entry-process { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); margin-top: 14px; border-top: 1px solid #cfd9d8; border-bottom: 1px solid #cfd9d8; }
.fitment-entry-process > span { display: grid; grid-template-columns: auto 1fr; gap: 4px 9px; min-height: 72px; align-content: center; padding: 12px 14px; border-right: 1px solid #cfd9d8; }
.fitment-entry-process > span:last-child { border-right: 0; }
.fitment-entry-process b { grid-row: 1 / span 2; color: var(--lavender); font: 900 10px/1 ui-monospace, monospace; }
.fitment-entry-process strong { color: var(--ink); font-size: 12px; }
.fitment-entry-process small { color: #7c898f; font-size: 10px; }
.fitment-entry-status { display: flex; min-width: 0; flex-direction: column; padding: 22px; border: 1px solid #cfd9d8; border-top: 4px solid var(--lime); border-radius: 6px; background: #fff; }
.fitment-entry-status > header { display: flex; align-items: center; gap: 12px; padding-bottom: 18px; border-bottom: 1px solid #dbe2e1; }
.fitment-entry-status > header > span { display: grid; flex: 0 0 40px; width: 40px; height: 40px; place-items: center; color: #0a1116; border-radius: 50%; background: var(--lime); }
.fitment-entry-status > header > span svg { width: 19px; height: 19px; }
.fitment-entry-status > header > div { display: grid; gap: 4px; min-width: 0; }
.fitment-entry-status small, .fitment-entry-status dt { color: var(--lavender); font-size: 10px; font-weight: 850; text-transform: uppercase; }
.fitment-entry-status strong { overflow-wrap: anywhere; color: var(--ink); font-size: 15px; line-height: 1.25; }
.fitment-entry-status dl { display: grid; gap: 0; margin: 14px 0 20px; }
.fitment-entry-status dl > div { display: grid; gap: 4px; padding: 11px 0; border-bottom: 1px solid #e0e6e5; }
.fitment-entry-status dt, .fitment-entry-status dd { margin: 0; }
.fitment-entry-status dd { color: var(--ink); font-size: 12px; font-weight: 750; }
.fitment-entry-status .btn { display: inline-flex; width: 100%; min-height: 44px; align-items: center; justify-content: space-between; margin-top: auto; }
.fitment-entry-status .btn svg { flex: 0 0 auto; width: 15px; height: 15px; }
.fitment-entry-status-empty { margin: auto 0 0; padding: 14px; color: #647178; border: 1px solid #dbe2e1; background: #f6f8f7; font-size: 11px; line-height: 1.5; }
.fitment-entry-account { margin-top: 18px; }
.fitment-entry-account > .workshop-guest-bar, .fitment-entry-account > .workshop-project-bar { margin: 0; }

.fitment-flow-overlay { position: fixed; z-index: 1500; inset: 0; display: grid; place-items: center; padding: 20px; background: rgba(5, 10, 13, .72); backdrop-filter: blur(8px); }
.fitment-flow-modal { position: relative; display: grid; grid-template-rows: 70px 74px minmax(0, 1fr); width: min(1180px, 100%); height: min(900px, calc(100dvh - 40px)); overflow: hidden; border: 1px solid rgba(255,255,255,.22); border-radius: 8px; background: #f7f9f8; box-shadow: 0 28px 80px rgba(0,0,0,.35); }
.fitment-flow-header { display: flex; align-items: center; justify-content: space-between; gap: 18px; padding: 0 24px; color: #fff; background: #0b1217; }
.fitment-flow-header > div { display: flex; align-items: center; gap: 16px; }
.fitment-flow-header small { color: #b9c2c6; font-size: 9px; font-weight: 800; text-transform: uppercase; }
.fitment-flow-brand { display: inline-flex; align-items: center; gap: 8px; font: 900 17px/1 'Barlow Condensed', sans-serif; }
.fitment-flow-brand i { display: block; width: 21px; height: 21px; border: 5px solid var(--lime); transform: skew(-10deg); }
.fitment-flow-header .icon-btn { color: #fff; border-color: rgba(255,255,255,.2); background: transparent; }
.fitment-flow-progress { display: grid; grid-template-columns: repeat(5, minmax(0, 1fr)); border-bottom: 1px solid #d9e1e0; background: #fff; }
.fitment-flow-progress button { display: grid; grid-template-columns: 28px minmax(0, 1fr); gap: 8px; align-items: center; min-width: 0; padding: 14px 16px; color: #758187; border: 0; border-right: 1px solid #e0e6e5; background: transparent; text-align: left; cursor: pointer; }
.fitment-flow-progress button:last-child { border-right: 0; }
.fitment-flow-progress button:disabled { cursor: default; }
.fitment-flow-progress button > span { display: grid; width: 28px; height: 28px; place-items: center; border: 1px solid #ccd6d5; border-radius: 50%; font: 800 9px/1 ui-monospace, monospace; }
.fitment-flow-progress button small { overflow: hidden; font-size: 9px; font-weight: 850; text-overflow: ellipsis; white-space: nowrap; }
.fitment-flow-progress button.is-active { color: #111820; box-shadow: inset 0 -3px var(--lime); }
.fitment-flow-progress button.is-active > span { color: #111820; border-color: var(--lime); background: var(--lime); }
.fitment-flow-progress button.is-complete { color: #27694f; }
.fitment-flow-progress button.is-complete > span { color: #fff; border-color: #2e8d67; background: #2e8d67; }
.fitment-flow-form { display: grid; grid-template-rows: minmax(0, 1fr) 78px; min-height: 0; }
.fitment-flow-scroll { min-height: 0; overflow-y: auto; overscroll-behavior: contain; padding: 28px 30px 40px; }
.fitment-flow-step-copy { display: grid; grid-template-columns: 40px minmax(0, 1fr); gap: 4px 14px; max-width: 860px; margin-bottom: 24px; }
.fitment-flow-step-copy > small { grid-row: 1 / span 2; display: grid; width: 38px; height: 38px; place-items: center; color: #111820; border-radius: 50%; background: var(--lime); font: 900 9px/1 ui-monospace, monospace; }
.fitment-flow-step-copy h2 { margin: 0; color: var(--ink); font-family: 'Barlow Condensed', sans-serif; font-size: 37px; line-height: .98; letter-spacing: 0; text-transform: uppercase; }
.fitment-flow-step-copy p { margin: 4px 0 0; color: #66747a; font-size: 11px; line-height: 1.55; }
.fitment-flow-fields { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 14px; }
.fitment-flow-fields-two { grid-template-columns: repeat(2, minmax(0, 1fr)); }
.fitment-flow-fields-five { grid-template-columns: repeat(5, minmax(0, 1fr)); }
.fitment-flow-fields label { display: grid; align-content: start; gap: 7px; min-width: 0; color: #536168; font-size: 9px; font-weight: 850; }
.fitment-flow-fields label > small { min-height: 28px; color: #7a878d; font-size: 8px; font-weight: 550; line-height: 1.4; }
.fitment-flow-fields input, .fitment-flow-fields select { width: 100%; min-width: 0; min-height: 44px; padding: 9px 11px; color: #111820; border: 1px solid #cfdbda; border-radius: 4px; outline: none; background: #fff; font-size: 11px; }
.fitment-flow-fields input:focus, .fitment-flow-fields select:focus, .fitment-flow-modal .fitment-select:focus { border-color: var(--lavender); box-shadow: 0 0 0 3px rgba(92,46,245,.1); }
.fitment-flow-modal .fitment-lab-vehicle { grid-template-columns: repeat(4, minmax(0, 1fr)); margin-bottom: 18px; }
.fitment-flow-modal .fitment-select { min-height: 44px; border: 1px solid #cfdbda; border-radius: 4px; background: #fff; }
.fitment-flow-modal .fitment-vehicle-integrity { color: #59676e; background: #edf3f2; }
.fitment-flow-section { margin-top: 14px; padding: 20px; border: 1px solid #d8e1e0; border-radius: 6px; background: #fff; }
.fitment-flow-section-head { display: flex; align-items: start; justify-content: space-between; gap: 20px; margin-bottom: 17px; }
.fitment-flow-section-head > div { display: grid; gap: 4px; }
.fitment-flow-section-head small { color: var(--lavender); font-size: 8px; font-weight: 900; text-transform: uppercase; }
.fitment-flow-section-head h3 { margin: 0; color: var(--ink); font-size: 18px; }
.fitment-flow-section-head > span { max-width: 430px; color: #758187; font-size: 9px; line-height: 1.45; }
.fitment-flow-section-head .btn svg { flex: 0 0 auto; width: 14px; height: 14px; }
.fitment-flow-axle-tabs { display: inline-grid; grid-template-columns: repeat(2, minmax(130px, 1fr)); margin-bottom: 3px; border: 1px solid #cfdad9; border-radius: 5px; background: #fff; }
.fitment-flow-axle-tabs button { display: flex; align-items: center; justify-content: space-between; gap: 14px; min-height: 44px; padding: 0 14px; color: #657279; border: 0; border-right: 1px solid #d8e0df; background: transparent; font-size: 10px; font-weight: 850; cursor: pointer; }
.fitment-flow-axle-tabs button:last-child { border-right: 0; }
.fitment-flow-axle-tabs button.is-active { color: #111820; background: var(--lime); }
.fitment-flow-axle-tabs small { display: grid; min-width: 26px; height: 20px; place-items: center; color: inherit; border: 1px solid currentColor; border-radius: 10px; font-size: 8px; }
.fitment-flow-advanced { margin-top: 14px; border: 1px solid #d8e1e0; border-radius: 6px; background: #fff; }
.fitment-flow-advanced summary { display: flex; align-items: center; gap: 12px; padding: 16px 18px; cursor: pointer; list-style: none; }
.fitment-flow-advanced summary::-webkit-details-marker { display: none; }
.fitment-flow-advanced summary > span { display: grid; width: 28px; height: 28px; place-items: center; color: #fff; border-radius: 50%; background: #111820; }
.fitment-flow-advanced summary svg { width: 13px; height: 13px; transform: rotate(-90deg); transition: transform .16s ease; }
.fitment-flow-advanced[open] summary svg { transform: rotate(0); }
.fitment-flow-advanced summary > div { display: grid; gap: 3px; }
.fitment-flow-advanced summary strong { color: var(--ink); font-size: 11px; }
.fitment-flow-advanced summary small { color: #758187; font-size: 8px; line-height: 1.4; }
.fitment-flow-advanced > .fitment-flow-fields { padding: 0 18px 18px; }
.fitment-flow-style-current { display: grid; grid-template-columns: 76px minmax(0, 1fr) auto; gap: 14px; align-items: center; min-height: 92px; margin-bottom: 13px; padding: 12px; border: 1px solid #d8e1e0; border-left: 4px solid var(--lime); border-radius: 6px; background: #fff; }
.fitment-flow-style-current.is-empty { grid-template-columns: minmax(0, 1fr); min-height: 76px; }
.fitment-flow-style-current > div { display: grid; gap: 3px; min-width: 0; }
.fitment-flow-style-current small { color: var(--lavender); font-size: 8px; font-weight: 900; text-transform: uppercase; }
.fitment-flow-style-current strong { overflow-wrap: anywhere; color: var(--ink); font-size: 13px; }
.fitment-flow-style-current span { color: #758187; font-size: 9px; line-height: 1.45; }
.fitment-flow-style-current > b { display: inline-flex; align-items: center; gap: 5px; padding: 6px 8px; color: #1d6f51; background: #e3f5eb; font-size: 8px; }
.fitment-flow-style-current > b svg { width: 13px; height: 13px; }
.fitment-flow-style-image { display: grid; width: 76px; height: 68px; place-items: center; overflow: hidden; background: #edf2f1; }
.fitment-flow-style-image img { width: 100%; height: 100%; object-fit: contain; }
.fitment-style-catalog { margin-bottom: 13px; overflow: hidden; border: 1px solid #d5dfde; border-radius: 6px; background: #fff; }
.fitment-style-catalog > header { display: flex; align-items: end; justify-content: space-between; gap: 22px; padding: 14px 15px; border-bottom: 1px solid #dce4e3; background: #f8faf9; }
.fitment-style-catalog > header > div:first-child { display: grid; gap: 3px; min-width: 0; }
.fitment-style-catalog > header small { color: var(--lavender); font-size: 8px; font-weight: 900; letter-spacing: .04em; text-transform: uppercase; }
.fitment-style-catalog > header strong { color: var(--ink); font-size: 13px; }
.fitment-style-catalog > header span { color: #758187; font-size: 9px; }
.fitment-style-filter { display: inline-flex; flex: 0 0 auto; gap: 3px; padding: 3px; border: 1px solid #d6dfde; background: #eef3f2; }
.fitment-style-filter button { display: inline-flex; align-items: center; justify-content: center; gap: 7px; min-height: 33px; padding: 7px 10px; color: #5e6c72; border: 0; background: transparent; font: inherit; font-size: 9px; font-weight: 850; cursor: pointer; }
.fitment-style-filter button:hover { color: #111820; background: #fff; }
.fitment-style-filter button:focus-visible { outline: 2px solid #111820; outline-offset: 1px; }
.fitment-style-filter button.is-active { color: #fff; background: #111820; }
.fitment-style-filter button b { display: inline-grid; min-width: 19px; height: 19px; place-items: center; padding: 0 5px; color: inherit; border-radius: 10px; background: rgba(255,255,255,.16); font: 900 8px/1 ui-monospace, monospace; }
.fitment-style-filter button:not(.is-active) b { background: #fff; }
.fitment-style-catalog > .fitment-flow-wheel-grid { padding: 12px; }
.fitment-style-catalog > footer { display: flex; align-items: center; justify-content: space-between; gap: 18px; min-height: 54px; padding: 10px 12px 10px 15px; border-top: 1px solid #dce4e3; background: #f8faf9; }
.fitment-style-catalog > footer > span { display: grid; gap: 3px; color: #59686f; font-size: 9px; font-weight: 800; }
.fitment-style-catalog > footer > span small { max-width: 620px; color: #89949a; font-size: 8px; font-weight: 500; line-height: 1.4; }
.fitment-style-catalog > footer .btn { flex: 0 0 auto; min-height: 34px; padding: 8px 12px; font-size: 9px; }
.fitment-style-catalog > footer .btn svg { width: 12px; height: 12px; transition: transform .18s ease; }
.fitment-style-catalog.is-expanded > footer .btn svg { transform: rotate(180deg); }
.fitment-flow-wheel-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 9px; }
.fitment-flow-wheel { display: grid; grid-template-columns: 54px minmax(0, 1fr); gap: 3px 9px; min-width: 0; align-items: center; padding: 8px; color: #111820; border: 1px solid #d5dfde; border-radius: 5px; background: #fff; text-align: left; cursor: pointer; }
.fitment-flow-wheel > span { grid-row: 1 / span 2; display: grid; width: 54px; height: 54px; place-items: center; overflow: hidden; background: #eef3f2; }
.fitment-flow-wheel img { width: 100%; height: 100%; object-fit: contain; }
.fitment-flow-wheel strong { overflow: hidden; font-size: 10px; text-overflow: ellipsis; white-space: nowrap; }
.fitment-flow-wheel small { color: #7a878d; font-size: 8px; }
.fitment-flow-wheel.is-selected { border-color: #111820; box-shadow: inset 0 -3px var(--lime); }
.fitment-flow-reference { display: flex; align-items: center; gap: 12px; margin: 13px 0 18px; padding: 13px 15px; border: 1px dashed #9facb0; border-radius: 5px; background: #f0f4f3; cursor: pointer; }
.fitment-flow-reference input { position: absolute; width: 1px; height: 1px; opacity: 0; }
.fitment-flow-reference > span { display: grid; width: 34px; height: 34px; place-items: center; color: #fff; border-radius: 50%; background: var(--lavender); }
.fitment-flow-reference svg { width: 16px; height: 16px; }
.fitment-flow-reference > div { display: grid; gap: 3px; }
.fitment-flow-reference strong { color: var(--ink); font-size: 10px; }
.fitment-flow-reference small { color: #748087; font-size: 8px; line-height: 1.4; }
.fitment-flow-review { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 1px; margin-top: 16px; border: 1px solid #d6dfde; background: #d6dfde; }
.fitment-flow-review > div { display: grid; gap: 4px; padding: 15px; background: #fff; }
.fitment-flow-review small { color: var(--lavender); font-size: 8px; font-weight: 900; text-transform: uppercase; }
.fitment-flow-review strong { color: var(--ink); font-size: 11px; }
.fitment-flow-review > span { grid-column: 1 / -1; display: grid; grid-template-columns: 32px auto 1fr; gap: 10px; align-items: center; padding: 13px 15px; color: #4e5d64; background: #eff5f3; font-size: 9px; }
.fitment-flow-review svg { width: 18px; height: 18px; color: #21835f; }
.fitment-flow-review b { color: var(--ink); }
.fitment-flow-error { margin: 16px 0 0; padding: 12px 14px; color: #8d3039; border-left: 3px solid #d54d5a; background: #ffeaec; font-size: 10px; line-height: 1.5; }
.fitment-flow-modal .fitment-select.is-invalid { border-color: #d54d5a; background: #fff7f8; box-shadow: 0 0 0 2px rgba(213, 77, 90, .16); }
.fitment-flow-modal .fitment-select.is-invalid:focus { outline: 2px solid rgba(213, 77, 90, .34); outline-offset: 1px; }
.fitment-flow-footer { display: flex; align-items: center; justify-content: space-between; gap: 20px; min-width: 0; padding: 13px 22px; border-top: 1px solid #d7dfde; background: #fff; }
.fitment-flow-footer > div:first-child { display: grid; gap: 6px; min-width: 150px; }
.fitment-flow-footer > div:first-child small { color: #6d7a80; font-size: 8px; font-weight: 800; }
.fitment-flow-footer > div:first-child span { display: block; width: 150px; height: 3px; background: #e1e7e6; }
.fitment-flow-footer > div:first-child i { display: block; height: 100%; background: var(--lavender); }
.fitment-flow-footer > div:last-child { display: flex; gap: 9px; }
.fitment-flow-footer .btn { display: inline-flex; align-items: center; justify-content: center; gap: 8px; min-width: 124px; }
.fitment-flow-footer .btn svg { width: 14px; height: 14px; }
.fitment-flow-guide { position: absolute; z-index: 3; top: 70px; right: 0; bottom: 0; width: min(430px, 92%); overflow-y: auto; padding: 24px; border-left: 1px solid #d5dedd; background: #fff; box-shadow: -20px 0 48px rgba(14,23,28,.18); }
.fitment-flow-guide-head { display: flex; align-items: start; justify-content: space-between; gap: 20px; }
.fitment-flow-guide-head small { color: var(--lavender); font-size: 8px; font-weight: 900; text-transform: uppercase; }
.fitment-flow-guide-head h3 { margin: 5px 0 0; color: var(--ink); font-family: 'Barlow Condensed', sans-serif; font-size: 34px; text-transform: uppercase; }
.fitment-flow-guide > p { color: #68767c; font-size: 10px; line-height: 1.6; }
.fitment-flow-guide > div:last-child { display: grid; margin-top: 20px; border-top: 1px solid #dbe3e2; }
.fitment-flow-guide article { display: grid; grid-template-columns: 34px minmax(0, 1fr); gap: 12px; padding: 17px 0; border-bottom: 1px solid #dbe3e2; }
.fitment-flow-guide article > span { display: grid; width: 30px; height: 30px; place-items: center; color: #111820; border-radius: 50%; background: var(--lime); font: 900 8px/1 ui-monospace, monospace; }
.fitment-flow-guide article strong { color: var(--ink); font-size: 11px; }
.fitment-flow-guide article p { margin: 5px 0 0; color: #6b787e; font-size: 9px; line-height: 1.55; }

.fitment-result-empty { display: grid; min-height: 64vh; place-items: center; padding: 70px 0; text-align: center; }
.fitment-result-empty .container { max-width: 720px; }
.fitment-result-empty .container > span { display: grid; width: 52px; height: 52px; margin: 0 auto 18px; place-items: center; color: #111820; border-radius: 50%; background: var(--lime); }
.fitment-result-empty h1 { margin: 12px 0; color: var(--ink); font-family: 'Barlow Condensed', sans-serif; font-size: 56px; line-height: .95; text-transform: uppercase; }
.fitment-result-empty p:not(.custom-kicker) { color: #68767c; }
.fitment-result-hero { padding: 28px 0 30px; color: #fff; background: #0b1217; }
.fitment-result-hero.is-warning { box-shadow: inset 5px 0 #e0ae43; }
.fitment-result-hero.is-danger { box-shadow: inset 5px 0 #d6525f; }
.fitment-result-hero.is-safe { box-shadow: inset 5px 0 #35a373; }
.fitment-result-back { display: inline-flex; align-items: center; gap: 8px; margin-bottom: 25px; color: #b8c3c7; font-size: 9px; font-weight: 800; text-decoration: none; }
.fitment-result-back svg { width: 13px; height: 13px; }
.fitment-result-hero-grid { display: grid; grid-template-columns: minmax(0, 1fr) 230px; gap: 54px; align-items: end; }
.fitment-result-hero-grid > div:first-child > small { display: block; margin-top: 18px; color: var(--lime); font-size: 9px; font-weight: 900; text-transform: uppercase; }
.fitment-result-hero h1 { max-width: 900px; margin: 8px 0 22px; color: #fff; font-family: 'Barlow Condensed', sans-serif; font-size: 56px; line-height: .95; letter-spacing: 0; text-transform: uppercase; }
.fitment-result-context { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 1px; background: rgba(255,255,255,.14); }
.fitment-result-context > span { display: grid; min-width: min(340px, 100%); gap: 4px; padding: 12px 15px; background: #121b21; }
.fitment-result-context small { color: #87979e; font-size: 8px; text-transform: uppercase; }
.fitment-result-context strong { overflow-wrap: anywhere; color: #fff; font-size: 10px; }
.fitment-result-score { display: grid; grid-template-columns: 42px minmax(0, 1fr); gap: 3px 12px; align-items: center; padding: 18px; border: 1px solid rgba(255,255,255,.18); border-radius: 6px; background: rgba(255,255,255,.05); }
.fitment-result-score > span { grid-row: 1 / span 3; display: grid; width: 42px; height: 42px; place-items: center; color: #111820; border-radius: 50%; background: var(--lime); }
.fitment-result-score svg { width: 19px; height: 19px; }
.fitment-result-score small { color: #aab7bc; font-size: 8px; font-weight: 800; }
.fitment-result-score strong { color: #fff; font-family: 'Barlow Condensed', sans-serif; font-size: 38px; line-height: .8; }
.fitment-result-score p { margin: 0; color: #fff; font-size: 9px; font-weight: 850; text-transform: uppercase; }
.fitment-result-score b { grid-column: 1 / -1; margin-top: 10px; padding-top: 10px; color: var(--lime); border-top: 1px solid rgba(255,255,255,.14); font-size: 8px; text-transform: uppercase; }
.fitment-result-stale { display: flex; align-items: center; gap: 10px; margin-top: 18px; padding: 12px 14px; color: #211a0b; background: #ffe8a9; font-size: 9px; }
.fitment-result-stale svg { flex: 0 0 auto; width: 16px; height: 16px; }
.fitment-result-stale span { flex: 1; }
.fitment-result-body { padding: 24px 0 90px; }
.fitment-result-toolbar { display: flex; align-items: center; justify-content: space-between; gap: 24px; padding: 17px 19px; border: 1px solid #d5dedd; background: #fff; }
.fitment-result-toolbar > div { display: flex; align-items: center; gap: 12px; }
.fitment-result-toolbar > div:first-child > span { display: grid; width: 38px; height: 38px; place-items: center; color: #111820; border-radius: 50%; background: var(--lime); font: 900 10px/1 ui-monospace, monospace; }
.fitment-result-toolbar > div:first-child > div { display: grid; gap: 3px; }
.fitment-result-toolbar small { color: var(--lavender); font-size: 8px; font-weight: 900; text-transform: uppercase; }
.fitment-result-toolbar strong { max-width: 520px; color: #66747a; font-size: 9px; line-height: 1.45; }
.fitment-result-toolbar .btn { display: inline-flex; align-items: center; gap: 6px; }
.fitment-result-toolbar .btn svg { width: 13px; height: 13px; }
.fitment-proposal-list { display: grid; gap: 14px; margin-top: 14px; }
.fitment-proposal-card { border: 1px solid #d4dedd; border-radius: 6px; background: #fff; }
.fitment-proposal-card.is-selected { border-color: #111820; box-shadow: inset 4px 0 var(--lime); }
.fitment-proposal-card.is-blocked { box-shadow: inset 4px 0 #d6525f; }
.fitment-proposal-card > header { display: grid; grid-template-columns: 40px minmax(0, 1fr) auto; gap: 12px; align-items: center; padding: 16px 18px; border-bottom: 1px solid #dce4e3; }
.fitment-proposal-card > header > span { display: grid; width: 36px; height: 36px; place-items: center; color: #fff; border-radius: 50%; background: #111820; font: 900 9px/1 ui-monospace, monospace; }
.fitment-proposal-card > header > div { display: grid; gap: 3px; }
.fitment-proposal-card header small { color: var(--lavender); font-size: 8px; font-weight: 900; text-transform: uppercase; }
.fitment-proposal-card h2 { margin: 0; color: var(--ink); font-family: 'Barlow Condensed', sans-serif; font-size: 26px; line-height: 1; text-transform: uppercase; }
.fitment-proposal-state { padding: 6px 8px; color: #1b6f50; background: #e2f4ea; font-size: 8px; text-transform: uppercase; }
.fitment-proposal-card.is-blocked .fitment-proposal-state { color: #933640; background: #ffe3e6; }
.fitment-proposal-card > footer { display: flex; justify-content: flex-end; gap: 9px; padding: 13px 18px; border-top: 1px solid #dce4e3; }
.fitment-proposal-specs { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 1px; background: #dce4e3; }
.fitment-proposal-specs > section { min-width: 0; padding: 18px; background: #f8faf9; }
.fitment-proposal-specs > section > div:first-child { display: grid; grid-template-columns: minmax(0, 1fr) auto; gap: 3px 16px; align-items: end; }
.fitment-proposal-specs > section > div:first-child small { grid-column: 1 / -1; color: #748187; font-size: 8px; font-weight: 850; text-transform: uppercase; }
.fitment-proposal-specs > section > div:first-child strong { color: var(--ink); font-family: 'Barlow Condensed', sans-serif; font-size: 31px; line-height: 1; }
.fitment-proposal-specs > section > div:first-child b { color: var(--lavender); font-size: 12px; }
.fitment-proposal-specs dl { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); margin: 14px 0 0; border-top: 1px solid #d9e2e1; }
.fitment-proposal-specs dl > div { min-width: 0; padding: 11px 8px 0 0; }
.fitment-proposal-specs dt { color: #7a878d; font-size: 7px; font-weight: 850; text-transform: uppercase; }
.fitment-proposal-specs dd { margin: 4px 0 0; overflow-wrap: anywhere; color: var(--ink); font-size: 10px; font-weight: 800; }
.fitment-proposal-geometry { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 1px; margin-top: 15px; background: #dbe3e2; }
.fitment-proposal-geometry span { display: grid; gap: 4px; min-width: 0; padding: 10px; background: #fff; }
.fitment-proposal-geometry small { color: #758187; font-size: 7px; line-height: 1.35; }
.fitment-proposal-geometry strong { overflow-wrap: anywhere; color: #33434a; font-size: 9px; line-height: 1.35; }
.fitment-proposal-geometry .is-safe { box-shadow: inset 0 3px #38a373; }
.fitment-proposal-geometry .is-warning { box-shadow: inset 0 3px #dfa841; }
.fitment-proposal-geometry .is-danger { box-shadow: inset 0 3px #d6525f; background: #fff0f1; }
.fitment-proposal-geometry .is-danger strong { color: #a33742; }
.fitment-result-next { display: grid; grid-template-columns: minmax(280px, .72fr) minmax(0, 1.28fr); gap: 38px; margin-top: 20px; padding: 26px; color: #fff; background: #0c1419; }
.fitment-result-next h2 { margin: 7px 0 10px; font-family: 'Barlow Condensed', sans-serif; font-size: 34px; line-height: .95; text-transform: uppercase; }
.fitment-result-next p:not(.eyebrow) { margin: 0; color: #9eabb0; font-size: 10px; line-height: 1.55; }
.fitment-result-next > div:last-child { display: grid; gap: 7px; }
.fitment-next-command { display: grid; grid-template-columns: 34px minmax(0, 1fr) 18px; gap: 11px; align-items: center; min-height: 62px; padding: 10px 14px; color: #fff; border: 1px solid rgba(255,255,255,.16); border-radius: 5px; background: rgba(255,255,255,.04); text-align: left; cursor: pointer; }
.fitment-next-command:hover { border-color: var(--lime); background: rgba(200,255,47,.08); }
.fitment-next-command > svg:first-child { width: 19px; height: 19px; color: var(--lime); }
.fitment-next-command > svg:last-child { width: 14px; height: 14px; }
.fitment-next-command span { display: grid; gap: 3px; }
.fitment-next-command strong { font-size: 10px; }
.fitment-next-command small { color: #98a7ad; font-size: 8px; }

.fitment-detail-modal { max-height: min(880px, calc(100dvh - 36px)); overflow-y: auto; border-radius: 7px; }
.fitment-detail-modal > h2, .fitment-evidence-modal > h2, .fitment-diagnostics-modal > h2 { margin: 7px 0 10px; color: var(--ink); font-family: 'Barlow Condensed', sans-serif; font-size: 38px; line-height: .95; text-transform: uppercase; }
.fitment-detail-modal > p:not(.eyebrow), .fitment-diagnostics-modal > p:not(.eyebrow) { max-width: 720px; color: #68757c; font-size: 10px; line-height: 1.55; }
.fitment-detail-actions { display: flex; justify-content: flex-end; gap: 9px; margin-top: 18px; }
.fitment-evidence-list { display: grid; margin-top: 18px; border-top: 1px solid #d8e1e0; }
.fitment-evidence-list article { display: grid; grid-template-columns: 34px minmax(0, 1fr); gap: 12px; align-items: center; padding: 14px 0; border-bottom: 1px solid #d8e1e0; }
.fitment-evidence-list article > span { display: grid; width: 30px; height: 30px; place-items: center; color: #111820; border-radius: 50%; background: #ffe29b; font: 900 8px/1 ui-monospace, monospace; }
.fitment-evidence-list article > div { display: grid; gap: 4px; }
.fitment-evidence-list strong { color: var(--ink); font-size: 10px; }
.fitment-evidence-list small { color: #9a741f; font-size: 8px; text-transform: uppercase; }
.fitment-evidence-list article.is-complete > svg { width: 24px; height: 24px; color: #2f956c; }
.fitment-evidence-notes { display: grid; gap: 7px; margin: 0; padding: 0 36px 18px 54px; color: #665837; font-size: 9px; line-height: 1.5; }
.fitment-diagnostics-axles { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 12px; margin-top: 18px; }
.fitment-diagnostics-axles > section { padding: 16px; border: 1px solid #d7e0df; background: #f8faf9; }
.fitment-diagnostics-axles header { display: flex; align-items: center; justify-content: space-between; gap: 14px; padding-bottom: 12px; border-bottom: 1px solid #d7e0df; }
.fitment-diagnostics-axles header strong { color: var(--ink); font-size: 11px; }
.fitment-diagnostics-axles header span { color: var(--lavender); font-size: 9px; font-weight: 850; }
.fitment-diagnostics-axles section > div { display: grid; }
.fitment-diagnostics-axles article { display: grid; grid-template-columns: 8px minmax(0, 1fr); gap: 9px; padding: 10px 0; border-bottom: 1px solid #e0e7e6; }
.fitment-diagnostics-axles article:last-child { border-bottom: 0; }
.fitment-diagnostics-axles i { width: 7px; height: 7px; margin-top: 3px; border-radius: 50%; background: #dda53a; }
.fitment-diagnostics-axles .is-pass i { background: #38a373; }
.fitment-diagnostics-axles .is-conflict i { background: #d6525f; }
.fitment-diagnostics-axles article span { display: grid; gap: 3px; }
.fitment-diagnostics-axles article strong { color: var(--ink); font-size: 9px; }
.fitment-diagnostics-axles article small { color: #6f7d83; font-size: 8px; line-height: 1.4; }
.fitment-concept-modal { max-height: min(880px, calc(100dvh - 36px)); overflow-y: auto; border-radius: 7px; }
.fitment-concept-modal .workshop-path-panel { margin: 0; border: 0; box-shadow: none; }

@media (max-width: 900px) {
  .fitment-result-hero-grid, .fitment-result-next { grid-template-columns: 1fr; gap: 28px; }
  .fitment-entry-head { align-items: flex-start; flex-direction: column; gap: 18px; }
  .fitment-entry-continuity { flex-basis: auto; max-width: 520px; }
  .fitment-entry-layout { grid-template-columns: 1fr; }
  .fitment-entry-paths { grid-template-columns: 1fr; }
  .fitment-entry-path { min-height: 270px; }
  .fitment-entry-status dl { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 18px; }
  .fitment-entry-status dl > div { border-bottom: 0; }
  .fitment-flow-modal .fitment-lab-vehicle { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .fitment-flow-fields, .fitment-flow-fields-five { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .fitment-flow-wheel-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .fitment-result-toolbar { align-items: stretch; flex-direction: column; }
  .fitment-result-toolbar > div:last-child { flex-wrap: wrap; }
}

@media (max-width: 620px) {
  .fitment-entry-workspace { padding: 26px 0 54px; }
  .fitment-entry-head { margin-bottom: 18px; padding-bottom: 20px; }
  .fitment-entry-copy h1 { font-size: 40px; }
  .fitment-entry-copy > p:last-child { font-size: 13px; line-height: 1.55; }
  .fitment-entry-continuity { padding: 13px 0 0 14px; }
  .fitment-entry-path { min-height: 0; padding: 20px; }
  .fitment-entry-path-icon { width: 42px; height: 42px; }
  .fitment-entry-path h2 { font-size: 31px; }
  .fitment-entry-path > .btn { width: 100%; justify-content: center; }
  .fitment-entry-process { grid-template-columns: 1fr 1fr; }
  .fitment-entry-process > span { min-height: 82px; border-bottom: 1px solid #d4dddd; }
  .fitment-entry-process > span:nth-child(2) { border-right: 0; }
  .fitment-entry-process > span:nth-last-child(-n+2) { border-bottom: 0; }
  .fitment-entry-status { padding: 18px; }
  .fitment-entry-status dl { grid-template-columns: 1fr; gap: 0; }
  .fitment-entry-status dl > div { border-bottom: 1px solid #e0e6e5; }
  .fitment-entry-account { margin-top: 14px; }
  .fitment-flow-overlay { align-items: end; padding: 0; background: rgba(5,10,13,.58); }
  .fitment-flow-modal { grid-template-rows: 58px 56px minmax(0, 1fr); width: 100%; height: 100dvh; border: 0; border-radius: 0; }
  .fitment-flow-header { padding: 0 15px; }
  .fitment-flow-header > div { gap: 10px; }
  .fitment-flow-progress { overflow-x: auto; grid-template-columns: repeat(5, 72px); }
  .fitment-flow-progress button { display: grid; grid-template-columns: 24px; justify-content: center; padding: 8px 6px; text-align: center; }
  .fitment-flow-progress button > span { width: 24px; height: 24px; justify-self: center; }
  .fitment-flow-progress button small { display: none; }
  .fitment-flow-form { grid-template-rows: minmax(0, 1fr) 78px; }
  .fitment-flow-scroll { padding: 20px 15px 32px; }
  .fitment-flow-step-copy { grid-template-columns: 34px minmax(0, 1fr); margin-bottom: 18px; }
  .fitment-flow-step-copy > small { width: 32px; height: 32px; }
  .fitment-flow-step-copy h2 { font-size: 31px; }
  .fitment-flow-fields, .fitment-flow-fields-two, .fitment-flow-fields-five, .fitment-flow-modal .fitment-lab-vehicle { grid-template-columns: 1fr; }
  .fitment-flow-fields label > small { min-height: 0; }
  .fitment-flow-section { padding: 15px; }
  .fitment-flow-section-head { display: grid; }
  .fitment-flow-section-head .btn { width: 100%; }
  .fitment-flow-axle-tabs { position: sticky; z-index: 2; top: -20px; width: 100%; grid-template-columns: repeat(2, 1fr); margin-bottom: 8px; box-shadow: 0 7px 18px rgba(20,32,37,.08); }
  .fitment-flow-wheel-grid { grid-template-columns: 1fr 1fr; }
  .fitment-style-catalog > header, .fitment-style-catalog > footer { align-items: stretch; flex-direction: column; }
  .fitment-style-filter { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); width: 100%; box-sizing: border-box; }
  .fitment-style-filter button { min-width: 0; padding-right: 5px; padding-left: 5px; }
  .fitment-style-catalog > footer .btn { width: 100%; justify-content: center; }
  .fitment-flow-wheel { grid-template-columns: 42px minmax(0, 1fr); }
  .fitment-flow-wheel > span { width: 42px; height: 42px; }
  .fitment-flow-style-current { grid-template-columns: 62px minmax(0, 1fr); }
  .fitment-flow-style-current > b { grid-column: 2; justify-self: start; }
  .fitment-flow-style-image { width: 62px; height: 58px; }
  .fitment-flow-review { grid-template-columns: 1fr; }
  .fitment-flow-review > span { grid-column: auto; grid-template-columns: 26px minmax(0, 1fr); }
  .fitment-flow-review > span b { grid-column: 2; }
  .fitment-flow-footer { padding: 11px 13px; }
  .fitment-flow-footer > div:first-child { display: none; }
  .fitment-flow-footer > div:last-child { width: 100%; }
  .fitment-flow-footer .btn { flex: 1; min-width: 0; min-height: 48px; }
  .fitment-flow-guide { top: 58px; width: 100%; padding: 20px 16px; border-left: 0; }
  .fitment-result-hero { padding-top: 20px; }
  .fitment-result-hero h1 { font-size: 39px; }
  .fitment-result-context { grid-template-columns: 1fr; }
  .fitment-result-context > span { min-width: 0; }
  .fitment-result-stale { align-items: stretch; flex-wrap: wrap; }
  .fitment-result-stale .btn { width: 100%; }
  .fitment-result-toolbar > div:last-child { display: grid; grid-template-columns: 1fr; }
  .fitment-result-toolbar .btn { width: 100%; justify-content: center; }
  .fitment-proposal-card > header { grid-template-columns: 34px minmax(0, 1fr); }
  .fitment-proposal-card > header > span { width: 32px; height: 32px; }
  .fitment-proposal-state { grid-column: 2; justify-self: start; }
  .fitment-proposal-specs { grid-template-columns: 1fr; }
  .fitment-proposal-specs > section > div:first-child strong { font-size: 27px; }
  .fitment-proposal-specs dl { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .fitment-proposal-geometry { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .fitment-proposal-card > footer { display: grid; grid-template-columns: 1fr; }
  .fitment-proposal-card > footer .btn { width: 100%; }
  .fitment-result-next { padding: 20px; }
  .fitment-detail-overlay { padding: 0; }
  .fitment-detail-modal, .fitment-concept-modal { box-sizing: border-box; width: 100%; max-width: 100%; height: 100dvh; max-height: none; overflow-x: hidden; border-radius: 0; }
  .fitment-detail-actions { position: sticky; bottom: -26px; display: grid; grid-template-columns: 1fr; margin-right: -26px; margin-bottom: -26px; margin-left: -26px; padding: 12px 15px; border-top: 1px solid #d7dfde; background: #fff; }
  .fitment-detail-actions .btn { width: 100%; }
  .fitment-diagnostics-axles { grid-template-columns: 1fr; }
}

/* Fitment workspace readability and AI-assisted intake */
.fitment-entry-copy h1 { font-size: 54px; }
.fitment-entry-status small,
.fitment-entry-path small,
.fitment-entry-process small,
.fitment-flow-header small,
.fitment-flow-progress button small { font-size: 11px; }
.fitment-entry-status p,
.fitment-entry-process strong { font-size: 12px; }
.fitment-flow-step-copy p { font-size: 13px; }
.fitment-flow-fields label { font-size: 12px; }
.fitment-flow-fields label > small { font-size: 11px; }
.fitment-flow-fields input,
.fitment-flow-fields select,
.fitment-flow-fields textarea,
.fitment-flow-modal .fitment-select { font-size: 13px; }
.fitment-flow-section-head small,
.fitment-flow-style-current small,
.fitment-flow-style-current > b,
.fitment-flow-reference small,
.fitment-flow-review small,
.fitment-flow-footer > div:first-child small,
.fitment-flow-guide-head small { font-size: 10px; }
.fitment-flow-section-head > span,
.fitment-flow-style-current span,
.fitment-flow-review > span,
.fitment-flow-error,
.fitment-flow-guide > p { font-size: 11px; }
.fitment-flow-style-current strong,
.fitment-flow-reference strong,
.fitment-flow-review strong,
.fitment-flow-guide article strong { font-size: 12px; }
.fitment-flow-guide article p { font-size: 11px; }
.fitment-flow-wheel strong { font-size: 11px; }
.fitment-flow-wheel small { font-size: 10px; }
.fitment-flow-advanced summary strong { font-size: 12px; }
.fitment-flow-advanced summary small { font-size: 10px; }

.fitment-ai-intake { display: grid; gap: 16px; margin-bottom: 20px; padding: 20px; border: 1px solid #ced9d8; border-left: 4px solid var(--lime); border-radius: 6px; background: #fff; box-shadow: 0 14px 34px rgba(20, 31, 38, .06); }
.fitment-ai-intake-head { display: grid; grid-template-columns: 38px minmax(0, 1fr); gap: 12px; align-items: start; }
.fitment-ai-intake-head > span { display: grid; width: 36px; height: 36px; place-items: center; color: #fff; border-radius: 50%; background: #101820; }
.fitment-ai-intake-head svg { width: 17px; height: 17px; }
.fitment-ai-intake-head > div { display: grid; gap: 4px; }
.fitment-ai-intake-head small { color: var(--lavender); font-size: 10px; font-weight: 900; text-transform: uppercase; }
.fitment-ai-intake-head h3 { max-width: 820px; margin: 0; color: var(--ink); font-size: 19px; line-height: 1.25; }
.fitment-ai-intake-head p { max-width: 860px; margin: 0; color: #65737a; font-size: 12px; line-height: 1.55; }
.fitment-ai-intake > label { display: grid; gap: 7px; color: #526067; font-size: 12px; font-weight: 800; }
.fitment-ai-intake textarea { box-sizing: border-box; width: 100%; min-height: 108px; resize: vertical; padding: 13px 14px; color: var(--ink); border: 1px solid #c7d4d3; border-radius: 4px; background: #f8fbfa; font: inherit; font-weight: 550; line-height: 1.55; }
.fitment-ai-intake textarea:focus { border-color: var(--lavender); outline: 3px solid rgba(88,54,255,.1); }
.fitment-ai-intake-actions { display: flex; align-items: center; justify-content: space-between; gap: 16px; }
.fitment-ai-intake-actions p { display: flex; align-items: center; gap: 7px; max-width: 650px; margin: 0; color: #647279; font-size: 11px; line-height: 1.45; }
.fitment-ai-intake-actions p svg { flex: 0 0 auto; width: 15px; height: 15px; color: #278562; }
.fitment-ai-intake-actions .btn { display: inline-flex; flex: 0 0 auto; align-items: center; gap: 7px; }
.fitment-ai-intake-actions .btn svg { width: 15px; height: 15px; }
.fitment-ai-error { margin: 0; padding: 10px 12px; color: #92343e; border-left: 3px solid #d6525f; background: #ffeaec; font-size: 11px; line-height: 1.45; }
.fitment-ai-result { display: grid; gap: 16px; padding-top: 18px; border-top: 1px solid #d5dfde; }
.fitment-ai-result h4 { margin: 0; color: #233038; font-size: 11px; font-weight: 900; text-transform: uppercase; }
.fitment-ai-result-head { display: grid; grid-template-columns: 36px minmax(0, 1fr) auto; gap: 11px; align-items: center; }
.fitment-ai-result-head > span { display: grid; width: 34px; height: 34px; place-items: center; color: #101820; border-radius: 50%; background: var(--lime); }
.fitment-ai-result-head svg { width: 16px; height: 16px; }
.fitment-ai-result-head > div { display: grid; gap: 3px; }
.fitment-ai-result-head small { color: var(--lavender); font-size: 10px; font-weight: 900; text-transform: uppercase; }
.fitment-ai-result-head strong { color: var(--ink); font-size: 13px; line-height: 1.45; }
.fitment-ai-result-head > b { padding: 6px 8px; color: #526067; border: 1px solid #d5dfde; border-radius: 4px; background: #f6f8f8; font-size: 9px; text-transform: uppercase; }
.fitment-ai-facts { display: grid; gap: 10px; padding: 14px; border: 1px solid #dce4e3; background: #f8faf9; }
.fitment-ai-facts dl { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 1px; margin: 0; background: #dde5e4; }
.fitment-ai-facts dl > div { display: grid; grid-template-columns: minmax(120px, .8fr) minmax(0, 1.2fr); gap: 10px; padding: 9px 10px; background: #fff; }
.fitment-ai-facts dt { color: #728087; font-size: 10px; }
.fitment-ai-facts dd { margin: 0; overflow-wrap: anywhere; color: var(--ink); font-size: 11px; font-weight: 800; }
.fitment-ai-facts > p { margin: 0; color: #728087; font-size: 11px; }
.fitment-ai-matches { display: grid; gap: 10px; }
.fitment-ai-matches > div { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 10px; }
.fitment-ai-part { position: relative; display: grid; min-width: 0; gap: 9px; padding: 13px; border: 1px solid #d5dfde; border-radius: 5px; background: #fff; }
.fitment-ai-part.is-confirmed { border-color: #82b99e; box-shadow: inset 3px 0 #2d9268; }
.fitment-ai-part.is-empty { background: #fafbfb; }
.fitment-ai-part > div { display: grid; gap: 2px; padding-right: 112px; }
.fitment-ai-part small { color: #748188; font-size: 9px; font-weight: 800; text-transform: uppercase; }
.fitment-ai-part strong { overflow-wrap: anywhere; color: var(--ink); font-size: 12px; }
.fitment-ai-part > div > span { overflow-wrap: anywhere; color: #68767d; font-size: 10px; }
.fitment-ai-part > b { position: absolute; top: 12px; right: 12px; max-width: 104px; padding: 5px 7px; color: #5038ce; border-radius: 3px; background: #eeeaff; font-size: 8px; text-align: center; text-transform: uppercase; }
.fitment-ai-part > p { display: flex; flex-wrap: wrap; gap: 5px; margin: 0; }
.fitment-ai-part > p > span { padding: 4px 6px; color: #445159; border: 1px solid #dbe3e2; border-radius: 3px; background: #f5f8f7; font-size: 9px; }
.fitment-ai-part > a { display: inline-flex; width: fit-content; align-items: center; gap: 4px; color: #5038ce; font-size: 9px; font-weight: 800; text-decoration: none; }
.fitment-ai-part > a svg { width: 11px; height: 11px; }
.fitment-ai-reference { overflow: hidden; border: 1px solid #b9c8c6; border-radius: 5px; background: #101820; }
.fitment-ai-reference > header { display: flex; align-items: center; justify-content: space-between; gap: 14px; padding: 13px 14px; color: #fff; border-bottom: 1px solid rgba(255,255,255,.13); }
.fitment-ai-reference > header > div { display: grid; gap: 2px; }
.fitment-ai-reference > header small { color: var(--lime); font-size: 9px; font-weight: 900; text-transform: uppercase; }
.fitment-ai-reference > header strong { font-size: 13px; }
.fitment-ai-reference > header > span { color: #aeb9bd; font-size: 10px; }
.fitment-ai-reference > header b { color: #fff; }
.fitment-ai-reference > div { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); }
.fitment-ai-reference article { min-width: 0; padding: 14px; color: #fff; }
.fitment-ai-reference article + article { border-left: 1px solid rgba(255,255,255,.13); }
.fitment-ai-reference article header { display: grid; grid-template-columns: 30px minmax(0, 1fr); gap: 9px; align-items: center; }
.fitment-ai-reference article header > span { display: grid; width: 28px; height: 28px; place-items: center; color: #101820; border-radius: 50%; background: var(--lime); font-size: 10px; font-weight: 900; }
.fitment-ai-reference article header div { display: grid; gap: 2px; }
.fitment-ai-reference article header small { color: #aeb9bd; font-size: 9px; text-transform: uppercase; }
.fitment-ai-reference article header strong { font-family: 'Barlow Condensed', sans-serif; font-size: 21px; }
.fitment-ai-reference dl { display: grid; gap: 7px; margin: 12px 0 0; }
.fitment-ai-reference dl > div { display: grid; grid-template-columns: minmax(95px, .65fr) minmax(0, 1.35fr); gap: 10px; padding-top: 7px; border-top: 1px solid rgba(255,255,255,.1); }
.fitment-ai-reference dt { color: #94a2a7; font-size: 9px; }
.fitment-ai-reference dd { margin: 0; overflow-wrap: anywhere; font-size: 10px; font-weight: 750; }
.fitment-ai-reference > p { display: flex; align-items: flex-start; gap: 7px; margin: 0; padding: 11px 14px; color: #c7d0d3; border-top: 1px solid rgba(255,255,255,.13); font-size: 10px; line-height: 1.45; }
.fitment-ai-reference > p svg { flex: 0 0 auto; width: 14px; height: 14px; color: var(--lime); }
.fitment-ai-next { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 1px; border: 1px solid #dce4e3; background: #dce4e3; }
.fitment-ai-next section { min-width: 0; padding: 14px; background: #f8faf9; }
.fitment-ai-next section.is-caution { background: #fff8e8; }
.fitment-ai-next ol,
.fitment-ai-next ul { display: grid; gap: 7px; margin: 10px 0 0; padding-left: 18px; color: #536168; font-size: 11px; line-height: 1.45; }
.fitment-ai-next p { margin: 10px 0 0; color: #728087; font-size: 11px; }
.fitment-ai-apply { display: flex; align-items: center; justify-content: space-between; gap: 18px; padding: 14px; border: 1px solid #d4dfde; border-left: 4px solid var(--lime); background: #f7faf9; }
.fitment-ai-apply > div { display: grid; min-width: 0; gap: 3px; }
.fitment-ai-apply strong { color: var(--ink); font-size: 12px; }
.fitment-ai-apply span { color: #6c797f; font-size: 10px; }
.fitment-ai-apply .btn { flex: 0 0 auto; max-width: 430px; white-space: normal; text-align: left; }
.fitment-ai-component-details > div { display: grid; gap: 1px; background: #dce4e3; }
.fitment-ai-component-row { display: grid; grid-template-columns: minmax(0, 1.25fr) minmax(0, .75fr); gap: 12px; padding: 12px; background: #fff; }
.fitment-ai-component-row label { display: grid; align-content: start; gap: 6px; color: #526067; font-size: 10px; font-weight: 800; }
.fitment-required-missing { padding: 8px; outline: 1px solid #d84e5c; outline-offset: 0; border-radius: 4px; background: #fff5f6; }
.fitment-required-missing > input,
.fitment-required-missing > select,
.fitment-required-missing .fitment-range-inputs input { border-color: #d84e5c !important; box-shadow: 0 0 0 2px rgba(216,78,92,.08); }
.fitment-required-hint { display: grid; gap: 2px; color: #9c3743; font-size: 9px; font-style: normal; font-weight: 600; line-height: 1.35; }
.fitment-required-hint b { width: fit-content; padding: 2px 5px; color: #fff; border-radius: 2px; background: #c93f4e; font-size: 8px; text-transform: uppercase; }

.fitment-vehicle-reference { display: grid; gap: 12px; margin: 14px 0; padding: 15px; border: 1px solid #d6e0df; border-left: 4px solid #dda63a; border-radius: 6px; background: #fff; }
.fitment-vehicle-reference.is-verified { border-left-color: #32956b; }
.fitment-vehicle-reference.is-loading,
.fitment-vehicle-reference.is-empty { grid-template-columns: 34px minmax(0, 1fr); align-items: center; }
.fitment-vehicle-reference.is-loading { min-height: 58px; color: #65737a; font-size: 12px; }
.fitment-vehicle-reference.is-empty > span { display: grid; width: 32px; height: 32px; place-items: center; color: #111820; border-radius: 50%; background: #ffe5aa; }
.fitment-vehicle-reference.is-empty svg { width: 16px; height: 16px; }
.fitment-vehicle-reference.is-empty > div { display: grid; gap: 3px; }
.fitment-vehicle-reference.is-empty small,
.fitment-vehicle-reference-head small,
.fitment-vehicle-reference footer small { color: var(--lavender); font-size: 10px; font-weight: 900; text-transform: uppercase; }
.fitment-vehicle-reference.is-empty strong { color: var(--ink); font-size: 12px; }
.fitment-vehicle-reference.is-empty p { margin: 0; color: #6c7980; font-size: 11px; }
.fitment-vehicle-reference-head { display: grid; grid-template-columns: 34px minmax(0, 1fr) auto; gap: 10px; align-items: start; }
.fitment-vehicle-reference-head > span { display: grid; width: 32px; height: 32px; place-items: center; color: #111820; border-radius: 50%; background: #ffe5aa; }
.fitment-vehicle-reference.is-verified .fitment-vehicle-reference-head > span { color: #fff; background: #32956b; }
.fitment-vehicle-reference-head svg { width: 16px; height: 16px; }
.fitment-vehicle-reference-head > div { display: grid; gap: 3px; }
.fitment-vehicle-reference-head strong { color: var(--ink); font-size: 13px; }
.fitment-vehicle-reference-head p { max-width: 720px; margin: 0; color: #66747a; font-size: 11px; line-height: 1.45; }
.fitment-vehicle-reference-head > b { padding: 6px 8px; color: #84600f; background: #fff1c9; font-size: 10px; text-transform: uppercase; }
.fitment-vehicle-reference.is-verified .fitment-vehicle-reference-head > b { color: #1c6f4f; background: #e0f3e9; }
.fitment-vehicle-reference dl { display: grid; grid-template-columns: 120px 140px minmax(220px, 1fr) minmax(260px, 1.2fr); gap: 1px; margin: 0; border: 1px solid #dce4e3; background: #dce4e3; }
.fitment-vehicle-reference dl > div { display: grid; gap: 4px; min-width: 0; padding: 11px; background: #f8faf9; }
.fitment-vehicle-reference dt { color: #728087; font-size: 10px; text-transform: uppercase; }
.fitment-vehicle-reference dd { margin: 0; overflow-wrap: anywhere; color: var(--ink); font-size: 11px; font-weight: 800; line-height: 1.4; }
.fitment-vehicle-reference footer { display: flex; align-items: center; justify-content: space-between; gap: 16px; }
.fitment-vehicle-reference footer > span { display: grid; gap: 3px; min-width: 0; }
.fitment-vehicle-reference footer strong { overflow-wrap: anywhere; color: #66747a; font-size: 10px; font-weight: 650; }
.fitment-vehicle-reference footer a { display: inline-flex; flex: 0 0 auto; align-items: center; gap: 6px; color: var(--lavender); font-size: 11px; font-weight: 850; text-decoration: none; }
.fitment-vehicle-reference footer a svg { width: 13px; height: 13px; }

.fitment-result-back,
.fitment-result-hero-grid > div:first-child > small,
.fitment-result-score small,
.fitment-result-score p,
.fitment-result-score b,
.fitment-result-context small,
.fitment-result-toolbar small,
.fitment-proposal-card header small,
.fitment-proposal-state,
.fitment-proposal-specs > section > div:first-child small,
.fitment-proposal-specs dt,
.fitment-proposal-geometry small,
.fitment-next-command small { font-size: 10px; }
.fitment-result-context strong,
.fitment-result-toolbar strong,
.fitment-proposal-specs dd,
.fitment-proposal-geometry strong,
.fitment-next-command strong,
.fitment-result-next p:not(.eyebrow),
.fitment-detail-modal > p:not(.eyebrow),
.fitment-diagnostics-modal > p:not(.eyebrow) { font-size: 12px; }
.fitment-result-stale { font-size: 11px; }

@media (max-width: 620px) {
  .fitment-entry-copy h1 { font-size: 40px; }
  .fitment-flow-step-copy p { font-size: 12px; }
  .fitment-ai-intake { padding: 14px; }
  .fitment-ai-intake-actions { align-items: stretch; flex-direction: column; }
  .fitment-ai-intake-actions .btn { width: 100%; justify-content: center; min-height: 46px; }
  .fitment-ai-result-head { grid-template-columns: 34px minmax(0, 1fr); }
  .fitment-ai-result-head > b { grid-column: 2; justify-self: start; }
  .fitment-ai-facts dl, .fitment-ai-matches > div, .fitment-ai-reference > div, .fitment-ai-next, .fitment-ai-component-row { grid-template-columns: 1fr; }
  .fitment-ai-facts dl > div { grid-template-columns: 1fr; gap: 3px; }
  .fitment-ai-part > div { padding-right: 0; }
  .fitment-ai-part > b { position: static; width: fit-content; max-width: none; }
  .fitment-ai-reference > header, .fitment-ai-apply { align-items: stretch; flex-direction: column; }
  .fitment-ai-reference article + article { border-top: 1px solid rgba(255,255,255,.13); border-left: 0; }
  .fitment-ai-apply .btn { width: 100%; max-width: none; justify-content: center; min-height: 48px; text-align: center; }
  .fitment-required-missing { padding: 7px; }
  .fitment-vehicle-reference-head { grid-template-columns: 32px minmax(0, 1fr); }
  .fitment-vehicle-reference-head > b { grid-column: 2; justify-self: start; }
  .fitment-vehicle-reference dl { grid-template-columns: 1fr 1fr; }
  .fitment-vehicle-reference footer { align-items: flex-start; flex-direction: column; }
}

/* CIRUI Forged / Forcarbox global brand layer — 2026-08-25 */
:root {
  --ink: #0c0c0d;
  --muted: #6d6862;
  --line: #ded9d1;
  --soft: #f3f0ea;
  --paper: #fffdf9;
  --lavender: #c4123f;
  --lavender-dark: #8f0d2d;
  --lime: #d51647;
  --cyan: #ede9e2;
  --yellow: #dec078;
  --shadow: 0 24px 70px rgba(16, 14, 14, .14);
  --radius: 12px;
}

body { background: var(--paper); }
::selection { background: rgba(197, 18, 63, .2); }
:focus-visible { outline: 3px solid rgba(197, 18, 63, .45); outline-offset: 3px; }
.eyebrow { color: var(--lavender); }
.announcement { padding: 9px 16px; background: #0b0b0c; color: rgba(255,255,255,.72); font-size: 10px; letter-spacing: .12em; text-transform: uppercase; }
.announcement span { color: #ff3a68; }
.site-header { border-bottom-color: rgba(12,12,13,.12); background: rgba(255,253,249,.96); }
.header-main { grid-template-columns: 292px minmax(260px, 1fr) auto; min-height: 80px; }
.brand { letter-spacing: 0; }
.cerui-brand { gap: 14px; min-width: 0; }
.cerui-brand > img { width: 178px; height: 56px; object-fit: contain; }
.cerui-brand > span, .cerui-footer .brand > span { display: grid; gap: 2px; min-width: 0; padding-left: 13px; border-left: 1px solid var(--line); }
.cerui-brand > span strong, .cerui-footer .brand > span strong { font-family: 'Barlow Condensed', sans-serif; font-size: 14px; letter-spacing: .08em; line-height: 1; }
.cerui-brand > span small, .cerui-footer .brand > span small { color: var(--muted); font-family: 'DM Sans', sans-serif; font-size: 8px; font-weight: 800; letter-spacing: .12em; white-space: nowrap; }
.search-bar { border-radius: 999px; background: #f5f2ed; }
.search-bar:focus-within, .locale-select:focus, .filter-input:focus, .filter-select:focus, .text-input:focus { border-color: var(--lavender); box-shadow: 0 0 0 3px rgba(196,18,63,.1); }
.nav-row { background: #0b0b0c; }
.nav-link:hover, .nav-link.is-active, .nav-meta a:hover { color: #ff3a68; }
.nav-link.is-active::after { background: #d51647; }
.cart-count { background: #d51647; color: #fff; }
.btn { border-radius: 4px; }
.btn-primary { background: #d51647; color: #fff; box-shadow: 0 10px 24px rgba(213,22,71,.2); }
.btn-primary:hover { background: #aa1037; box-shadow: 0 14px 30px rgba(213,22,71,.28); }
.btn-dark { background: #0c0c0d; }
.btn-dark:hover { background: #292527; }
.btn-light { background: #fffdf9; }
.btn-outline:hover { border-color: #c4123f; color: #a90f36; }
.product-badge { background: #d51647; color: #fff; }
.product-badge.alt { background: #dec078; color: #111; }
.product-card:hover { border-color: rgba(196,18,63,.45); box-shadow: 0 18px 42px rgba(39,19,25,.12); }
.product-media::before { border-color: rgba(196,18,63,.15); box-shadow: 0 0 0 22px rgba(196,18,63,.04), 0 0 0 44px rgba(196,18,63,.025); }
.icon-btn:hover, .icon-btn.is-saved { color: var(--lavender); border-color: rgba(196,18,63,.42); }

.cerui-overline { display: flex; align-items: center; gap: 10px; margin: 0 0 16px; color: #c4123f; font-size: 10px; font-weight: 800; letter-spacing: .19em; text-transform: uppercase; }
.cerui-overline > span { width: 28px; height: 2px; background: currentColor; }
.cerui-section-copy h2, .cerui-section-head h2, .cerui-factory-copy h2, .cerui-motorsport-copy h2, .cerui-about h2, .cerui-global h2, .cerui-about-cta h2 { margin: 0; font-family: 'Barlow Condensed', sans-serif; font-size: clamp(50px, 6vw, 86px); font-weight: 800; line-height: .84; letter-spacing: -.045em; text-transform: uppercase; }
.cerui-section-copy h2 em, .cerui-section-head h2 em, .cerui-factory-copy h2 em, .cerui-motorsport-copy h2 em, .cerui-about h2 em, .cerui-global h2 em, .cerui-about-cta h2 em { color: #c4123f; font-style: normal; }
.cerui-section-head { display: grid; grid-template-columns: minmax(0, 1fr) minmax(280px, 410px); gap: 48px; align-items: end; margin-bottom: 38px; }
.cerui-section-head > p, .cerui-section-head > div:last-child > p { margin: 0; color: var(--muted); font-size: 14px; line-height: 1.75; }
.cerui-section-head > div:last-child .btn { margin-top: 18px; }

.cerui-hero { position: relative; min-height: 840px; overflow: hidden; background: #08090a; color: #fff; }
.cerui-hero-media, .cerui-hero-shade { position: absolute; inset: 0; width: 100%; height: 100%; }
.cerui-hero-media { object-fit: cover; object-position: 54% center; filter: saturate(.82) contrast(1.05); }
.cerui-hero-shade { background: linear-gradient(90deg, rgba(6,7,8,.96) 0%, rgba(6,7,8,.84) 36%, rgba(6,7,8,.36) 61%, rgba(6,7,8,.7) 100%), linear-gradient(180deg, rgba(6,7,8,.16), rgba(6,7,8,.58)); }
.cerui-hero-grid { position: relative; z-index: 2; display: grid; grid-template-columns: minmax(0,.9fr) minmax(520px,1.1fr); gap: clamp(38px,5vw,84px); align-items: center; min-height: 760px; padding: 72px 0 54px; }
.cerui-hero-copy { max-width: 700px; }
.cerui-hero .cerui-overline { color: #ff3a68; }
.cerui-hero h1 { margin: 0; font-family: 'Barlow Condensed', sans-serif; font-size: clamp(76px,8.5vw,132px); font-weight: 800; line-height: .79; letter-spacing: -.055em; text-transform: uppercase; }
.cerui-hero h1 em { display: inline-block; color: #ff3a68; font-style: normal; }
.cerui-hero-copy > p:not(.cerui-overline) { max-width: 600px; margin: 28px 0 30px; color: rgba(255,255,255,.72); font-size: 15px; line-height: 1.75; }
.cerui-hero-actions { display: flex; flex-wrap: wrap; align-items: center; gap: 10px; }
.cerui-text-link { display: inline-flex; align-items: center; gap: 8px; padding: 10px 4px; color: rgba(255,255,255,.72); font-size: 11px; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.cerui-text-link:hover { color: #fff; }
.cerui-text-link svg { width: 15px; }
.cerui-hero-facts { display: grid; grid-template-columns: repeat(3, 1fr); margin-top: 36px; border-top: 1px solid rgba(255,255,255,.18); }
.cerui-hero-facts span { min-width: 0; padding: 18px 14px 0 0; }
.cerui-hero-facts strong, .cerui-hero-facts small { display: block; }
.cerui-hero-facts strong { font-family: 'Barlow Condensed', sans-serif; font-size: 19px; letter-spacing: .04em; text-transform: uppercase; }
.cerui-hero-facts small { margin-top: 5px; color: rgba(255,255,255,.52); font-size: 9px; line-height: 1.45; }
.cerui-visualizer-stage { min-width: 0; }
.cerui-preview-placeholder { display: grid; place-items: center; min-height: 560px; overflow: hidden; border: 1px solid rgba(255,255,255,.25); border-radius: 12px; background: rgba(255,255,255,.92); color: #111; }
.cerui-preview-placeholder img { width: 80%; max-height: 430px; object-fit: contain; }
.cerui-preview-placeholder span { font-size: 10px; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.cerui-hero .custom-preview-stage { min-width: 0; border-color: rgba(255,255,255,.4); border-radius: 12px; box-shadow: 0 30px 90px rgba(0,0,0,.42); }
.cerui-hero .custom-preview-kicker, .cerui-hero .custom-preview-step-number { color: #c4123f; }
.cerui-hero .custom-preview-status i { background: #d51647; box-shadow: 0 0 0 5px rgba(213,22,71,.12); }
.cerui-hero .custom-preview-wheel-option.is-active { border-color: #c4123f; box-shadow: inset 0 0 0 1px #c4123f; }
.cerui-hero-rail { position: relative; z-index: 2; display: grid; grid-template-columns: repeat(4,1fr); border-top: 1px solid rgba(255,255,255,.2); }
.cerui-hero-rail span { padding: 18px 10px 20px; color: rgba(255,255,255,.7); font-size: 10px; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.cerui-hero-rail b { margin-right: 8px; color: #ff3a68; }

.cerui-proof { border-bottom: 1px solid var(--line); background: #fff; }
.cerui-proof-grid { display: grid; grid-template-columns: repeat(4,1fr); }
.cerui-proof article { display: grid; grid-template-columns: 42px 1fr; gap: 14px; align-items: center; min-height: 112px; padding: 22px; border-right: 1px solid var(--line); }
.cerui-proof article:last-child { border-right: 0; }
.cerui-proof svg { width: 25px; color: #c4123f; }
.cerui-proof strong, .cerui-proof span { display: block; }
.cerui-proof strong { font-size: 12px; text-transform: uppercase; }
.cerui-proof span { margin-top: 5px; color: var(--muted); font-size: 10px; line-height: 1.45; }

.cerui-fitment { background: #f2efe9; }
.cerui-fitment-grid { display: grid; grid-template-columns: minmax(280px,.75fr) minmax(0,1.25fr); gap: clamp(40px,7vw,100px); align-items: center; }
.cerui-section-copy > p:not(.cerui-overline) { margin: 24px 0 0; color: var(--muted); font-size: 14px; line-height: 1.8; }
.cerui-fitment-notes { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 26px; }
.cerui-fitment-notes span { padding: 8px 10px; border: 1px solid #d4cec5; background: #fffdf9; color: #4e4944; font-size: 9px; font-weight: 800; letter-spacing: .07em; text-transform: uppercase; }
.cerui-fitment-panel { min-width: 0; padding: clamp(24px,4vw,48px); background: #0d0d0e; color: #fff; box-shadow: var(--shadow); }
.cerui-panel-head { margin-bottom: 22px; }
.cerui-panel-head span, .cerui-panel-head strong, .cerui-panel-head small { display: block; }
.cerui-panel-head span { color: #ff3a68; font-size: 9px; font-weight: 800; letter-spacing: .15em; text-transform: uppercase; }
.cerui-panel-head strong { margin-top: 8px; font-family: 'Barlow Condensed', sans-serif; font-size: 32px; text-transform: uppercase; }
.cerui-panel-head small { margin-top: 6px; color: rgba(255,255,255,.52); }
.cerui-fitment-panel .custom-fitment-card { max-width: none; }
.cerui-fitment-panel .fitment-preview { max-width: none; }

.cerui-vehicles { background: #fffdf9; }
.cerui-vehicle-grid { display: grid; grid-template-columns: repeat(4,1fr); gap: 14px; }
.cerui-vehicle-card { position: relative; min-width: 0; overflow: hidden; border: 1px solid var(--line); background: #fff; transition: transform .25s ease, border-color .25s ease, box-shadow .25s ease; }
.cerui-vehicle-card:hover { border-color: rgba(196,18,63,.48); box-shadow: 0 22px 48px rgba(40,20,25,.12); transform: translateY(-5px); }
.cerui-vehicle-card figure { display: grid; place-items: center; aspect-ratio: 1; margin: 0; overflow: hidden; background: #ebe5dc; }
.cerui-vehicle-card figure img { width: 100%; height: 100%; object-fit: cover; transition: transform .45s ease; }
.cerui-vehicle-card:hover figure img { transform: scale(1.045); }
.cerui-vehicle-card > div { padding: 16px; }
.cerui-vehicle-card span { color: #c4123f; font-size: 8px; font-weight: 800; letter-spacing: .13em; text-transform: uppercase; }
.cerui-vehicle-card h3 { margin: 8px 0 0; font-family: 'Barlow Condensed', sans-serif; font-size: 31px; line-height: .9; text-transform: uppercase; }
.cerui-vehicle-card p { min-height: 32px; margin: 9px 0 14px; color: var(--muted); font-size: 10px; line-height: 1.45; }
.cerui-vehicle-card b { display: flex; justify-content: space-between; gap: 10px; padding-top: 12px; border-top: 1px solid var(--line); font-size: 11px; }
.cerui-vehicle-card b i { color: #c4123f; font-size: 9px; font-style: normal; text-transform: uppercase; }
.cerui-collection-foot { display: flex; justify-content: space-between; gap: 24px; align-items: center; margin-top: 24px; padding: 18px 20px; border: 1px solid var(--line); background: #f4f1eb; }
.cerui-collection-foot span { color: var(--muted); font-size: 11px; }

.cerui-factory { background: #101011; color: #fff; }
.cerui-factory-grid { display: grid; grid-template-columns: minmax(360px,.92fr) minmax(0,1.08fr); gap: clamp(24px,3vw,56px); align-items: start; }
.cerui-factory-copy-overview {
  --factory-copy-start: clamp(310px,22vw,350px);
  position: relative;
  isolation: isolate;
  overflow: hidden;
  box-sizing: border-box;
  min-height: 820px;
  padding: var(--factory-copy-start) clamp(24px,3vw,42px) 40px;
  background: #101011 url('/assets/cerui/cerui-factory-overview-sign-v1.webp') center top / 100% auto no-repeat;
}
.cerui-factory-copy-overview::before {
  content: '';
  position: absolute;
  z-index: -1;
  top: calc(var(--factory-copy-start) - 90px);
  right: 0;
  bottom: 0;
  left: 0;
  background: linear-gradient(180deg,rgba(16,16,17,0),rgba(16,16,17,.88) 105px,#101011 180px);
}
.cerui-factory-copy-overview > * { position: relative; z-index: 1; }
.cerui-factory-copy-overview h2 em { display: block; max-width: 100%; text-wrap: balance; }
html[lang^="zh"] .cerui-factory-copy-overview h2 em { word-break: keep-all; text-wrap: wrap; }
.cerui-factory-copy > p:not(.cerui-overline) { margin: 24px 0; color: rgba(255,255,255,.62); font-size: 14px; line-height: 1.8; }
.cerui-factory-copy ul { display: grid; gap: 0; margin: 28px 0 32px; padding: 0; list-style: none; border-top: 1px solid rgba(255,255,255,.16); }
.cerui-factory-copy li { display: grid; grid-template-columns: 160px 1fr; gap: 20px; padding: 17px 0; border-bottom: 1px solid rgba(255,255,255,.16); }
.cerui-factory-copy li b { font-size: 11px; text-transform: uppercase; }
.cerui-factory-copy li span { color: rgba(255,255,255,.55); font-size: 10px; line-height: 1.5; }
.cerui-factory-collage { display: grid; grid-template-columns: repeat(2,1fr); gap: 10px; }
.cerui-factory-collage figure { position: relative; min-height: 260px; margin: 0; overflow: hidden; background: #202022; }
.cerui-factory-collage figure.is-wide { grid-column: 1 / -1; min-height: 330px; }
.cerui-factory-collage img { width: 100%; height: 100%; object-fit: cover; }
.cerui-factory-collage figcaption { position: absolute; right: 0; bottom: 0; left: 0; padding: 42px 16px 15px; background: linear-gradient(transparent,rgba(0,0,0,.85)); }
.cerui-factory-collage strong, .cerui-factory-collage span { display: block; }
.cerui-factory-collage strong { font-family: 'Barlow Condensed', sans-serif; font-size: 24px; text-transform: uppercase; }
.cerui-factory-collage span { color: rgba(255,255,255,.58); font-size: 9px; }

.cerui-motorsport { position: relative; min-height: 700px; overflow: hidden; background: #08090a; color: #fff; }
.cerui-motorsport > img, .cerui-motorsport-shade { position: absolute; inset: 0; width: 100%; height: 100%; }
.cerui-motorsport > img { object-fit: cover; object-position: center; }
.cerui-motorsport-shade { background: linear-gradient(90deg,rgba(4,5,6,.9),rgba(4,5,6,.44) 56%,rgba(4,5,6,.18)), linear-gradient(0deg,rgba(4,5,6,.68),transparent 55%); }
.cerui-motorsport-copy { position: relative; z-index: 1; display: grid; align-content: center; min-height: 700px; }
.cerui-motorsport-copy h2 { max-width: 780px; font-size: clamp(66px,8vw,118px); }
.cerui-motorsport-copy > p:not(.cerui-overline) { max-width: 600px; margin: 28px 0; color: rgba(255,255,255,.7); font-size: 14px; line-height: 1.75; }
.cerui-motorsport-copy > div { display: flex; flex-wrap: wrap; gap: 8px; margin-bottom: 26px; }
.cerui-motorsport-copy > div span { padding: 8px 10px; border: 1px solid rgba(255,255,255,.24); background: rgba(0,0,0,.18); font-size: 9px; font-weight: 800; text-transform: uppercase; backdrop-filter: blur(8px); }
.cerui-motorsport-copy .btn { justify-self: start; }

.cerui-process { background: #f2efe9; }
.cerui-process-grid { display: grid; grid-template-columns: repeat(4,1fr); border-top: 1px solid #cfc8bd; border-left: 1px solid #cfc8bd; }
.cerui-process-grid article { min-height: 250px; padding: 24px; border-right: 1px solid #cfc8bd; border-bottom: 1px solid #cfc8bd; background: #fffdf9; }
.cerui-process-grid article > span { color: #c4123f; font-family: 'Barlow Condensed', sans-serif; font-size: 44px; }
.cerui-process-grid h3 { margin: 42px 0 12px; font-family: 'Barlow Condensed', sans-serif; font-size: 26px; text-transform: uppercase; }
.cerui-process-grid p { margin: 0; color: var(--muted); font-size: 11px; line-height: 1.65; }
.cerui-ddp-note { display: grid; grid-template-columns: 46px 1fr auto; gap: 18px; align-items: center; margin-top: 18px; padding: 20px; background: #0d0d0e; color: #fff; }
.cerui-ddp-note > svg { width: 30px; color: #ff3a68; }
.cerui-ddp-note strong, .cerui-ddp-note span { display: block; }
.cerui-ddp-note strong { font-size: 12px; text-transform: uppercase; }
.cerui-ddp-note span { margin-top: 5px; color: rgba(255,255,255,.55); font-size: 10px; }

.cerui-community { background: #fffdf9; }
.cerui-community-grid { display: grid; grid-template-columns: repeat(3,1fr); grid-auto-rows: 300px; gap: 10px; }
.cerui-community-grid figure { position: relative; margin: 0; overflow: hidden; background: #1b1b1d; }
.cerui-community-grid figure.is-large { grid-column: span 2; grid-row: span 2; }
.cerui-community-grid figure:nth-child(4) { grid-column: 1 / -1; }
.cerui-community-grid img { width: 100%; height: 100%; object-fit: cover; transition: transform .55s ease; }
.cerui-community-grid figure:hover img { transform: scale(1.035); }
.cerui-community-grid figcaption { position: absolute; right: 0; bottom: 0; left: 0; padding: 56px 18px 18px; color: #fff; background: linear-gradient(transparent,rgba(0,0,0,.88)); }
.cerui-community-grid span, .cerui-community-grid strong { display: block; }
.cerui-community-grid span { color: #ff4a73; font-size: 8px; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.cerui-community-grid strong { margin-top: 6px; font-family: 'Barlow Condensed', sans-serif; font-size: 24px; text-transform: uppercase; }
.cerui-ready { border-top: 1px solid var(--line); background: #f3f0ea; }

.cerui-about-hero { position: relative; min-height: 680px; overflow: hidden; background: #09090a; color: #fff; }
.cerui-about-hero-media { position: absolute; inset: 0; display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); }
.cerui-about-hero-media::after { content: ''; position: absolute; top: 0; bottom: 0; left: 50%; width: 1px; background: rgba(255,255,255,.2); box-shadow: 0 0 28px rgba(0,0,0,.6); }
.cerui-about-hero-media img { width: 100%; height: 100%; object-fit: cover; filter: saturate(.72) contrast(1.06); }
.cerui-about-hero-media img:first-child { object-position: center 72%; }
.cerui-about-hero-media img:last-child { object-position: center 50%; }
.cerui-about-hero-shade { position: absolute; inset: 0; background: linear-gradient(90deg,rgba(7,8,9,.86),rgba(7,8,9,.5) 47%,rgba(7,8,9,.24) 58%,rgba(7,8,9,.38)), linear-gradient(0deg,rgba(7,8,9,.84),rgba(7,8,9,.2) 72%); }
.cerui-about-hero .container { position: relative; z-index: 1; display: grid; align-content: end; min-height: 680px; padding-bottom: 74px; }
.cerui-about-hero h1 { max-width: 1050px; margin: 0; font-family: 'Barlow Condensed', sans-serif; font-size: clamp(70px,9vw,130px); line-height: .8; letter-spacing: -.05em; text-transform: uppercase; }
.cerui-about-hero h1 em { color: #ff3a68; font-style: normal; }
.cerui-about-hero .container > p:last-child { max-width: 650px; margin: 26px 0 0; color: rgba(255,255,255,.72); font-size: 14px; line-height: 1.75; }
.cerui-about-intro { position: relative; isolation: isolate; overflow: hidden; color: #fff; background: #17191a url('/assets/cerui/cerui-factory-floor-wide-v1.webp') center 54% / cover no-repeat; }
.cerui-about-intro::before { content: ''; position: absolute; z-index: -1; inset: 0; background: linear-gradient(90deg,rgba(8,9,10,.48),rgba(8,9,10,.66) 46%,rgba(8,9,10,.86)); }
.cerui-about-intro-grid { position: relative; z-index: 1; display: grid; grid-template-columns: .85fr 1.15fr; gap: clamp(50px,8vw,120px); align-items: center; }
.cerui-about-intro-grid > div:first-child { display: grid; min-height: 250px; padding: 46px; place-items: center; border: 1px solid rgba(255,255,255,.5); background: rgba(255,255,255,.9); box-shadow: 0 24px 60px rgba(0,0,0,.22); backdrop-filter: blur(5px); }
.cerui-about-intro-grid > div:first-child img { display: block; width: 100%; height: auto; aspect-ratio: 1500 / 477; object-fit: contain; }
.cerui-about-intro h2 { color: #fff; text-shadow: 0 3px 22px rgba(0,0,0,.34); }
.cerui-about-intro-grid > div:last-child > p:not(.cerui-overline) { margin: 24px 0; color: rgba(255,255,255,.78); font-size: 14px; line-height: 1.8; }
.cerui-about-intro blockquote { margin: 30px 0 0; padding: 22px 0 0; color: #fff; border-top: 1px solid rgba(255,255,255,.34); font-family: 'Barlow Condensed', sans-serif; font-size: 30px; font-style: normal; text-shadow: 0 2px 14px rgba(0,0,0,.45); text-transform: uppercase; }
.cerui-about-factory { background: #111112; color: #fff; }
.cerui-about-factory .cerui-section-head > p { color: rgba(255,255,255,.58); }
.cerui-about-gallery { display: grid; grid-template-columns: repeat(3,1fr); grid-template-rows: repeat(2,300px); gap: 10px; }
.cerui-about-gallery figure { position: relative; margin: 0; overflow: hidden; background: #242426; }
.cerui-about-gallery .is-tall { grid-row: span 2; }
.cerui-about-gallery .is-wide { grid-column: span 2; }
.cerui-about-gallery img { width: 100%; height: 100%; object-fit: cover; }
.cerui-about-gallery figcaption { position: absolute; right: 0; bottom: 0; left: 0; padding: 48px 16px 15px; background: linear-gradient(transparent,rgba(0,0,0,.82)); font-size: 10px; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
.cerui-manufacturing-grid { display: grid; grid-template-columns: repeat(4,1fr); margin-top: 36px; border-top: 1px solid rgba(255,255,255,.16); border-left: 1px solid rgba(255,255,255,.16); }
.cerui-manufacturing-grid article { min-height: 220px; padding: 22px; border-right: 1px solid rgba(255,255,255,.16); border-bottom: 1px solid rgba(255,255,255,.16); }
.cerui-manufacturing-grid article > span { color: #ff3a68; font-size: 10px; font-weight: 800; }
.cerui-manufacturing-grid h3 { margin: 62px 0 10px; font-family: 'Barlow Condensed', sans-serif; font-size: 26px; text-transform: uppercase; }
.cerui-manufacturing-grid p { margin: 0; color: rgba(255,255,255,.54); font-size: 10px; line-height: 1.6; }
.cerui-about-racing { background: #f1eee8; }
.cerui-about-racing-grid { display: grid; grid-template-columns: 1.15fr .85fr; gap: clamp(50px,7vw,100px); align-items: center; }
.cerui-about-racing-grid > div:first-child { min-height: 520px; }
.cerui-about-racing-grid img { width: 100%; height: 100%; min-height: 520px; object-fit: cover; }
.cerui-about-racing-grid > div:last-child > p:not(.cerui-overline) { margin: 24px 0; color: var(--muted); font-size: 14px; line-height: 1.8; }
.cerui-about-racing ul { display: grid; gap: 10px; padding-left: 20px; color: #383432; font-size: 11px; font-weight: 800; text-transform: uppercase; }
.cerui-global { background: #fffdf9; }
.cerui-global-grid { display: grid; grid-template-columns: .9fr 1.1fr; gap: clamp(50px,7vw,100px); align-items: center; }
.cerui-global-grid > div > p:not(.cerui-overline) { margin: 24px 0; color: var(--muted); font-size: 14px; line-height: 1.8; }
.cerui-global-grid > img { width: 100%; min-height: 500px; object-fit: cover; }
.cerui-global-facts { display: grid; grid-template-columns: repeat(2,1fr); margin: 28px 0; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.cerui-global-facts span { padding: 18px 16px 18px 0; }
.cerui-global-facts span + span { padding-left: 16px; border-left: 1px solid var(--line); }
.cerui-global-facts strong, .cerui-global-facts small { display: block; }
.cerui-global-facts strong { font-family: 'Barlow Condensed', sans-serif; font-size: 24px; text-transform: uppercase; }
.cerui-global-facts small { margin-top: 5px; color: var(--muted); }
.cerui-about-cta { padding: 70px 0; background: #c4123f; color: #fff; }
.cerui-about-cta .container { display: grid; grid-template-columns: 100px 1fr auto; gap: 34px; align-items: center; }
.cerui-about-cta img { width: 92px; filter: invert(1); }
.cerui-about-cta .cerui-overline, .cerui-about-cta h2 em { color: #fff; }
.cerui-about-cta .container > div:last-child { display: flex; flex-wrap: wrap; gap: 10px; }
.cerui-about-cta .btn-primary { background: #0b0b0c; }

.cerui-footer { background: #0b0b0c; }
.cerui-footer .footer-top { grid-template-columns: minmax(300px,.85fr) minmax(0,1.15fr); }
.cerui-footer-brand .brand { display: flex; max-width: 320px; padding: 13px 15px; background: #fffdf9; color: #111; }
.cerui-footer-brand .brand > img { width: 160px; height: 52px; object-fit: contain; }
.cerui-footer .brand > span { border-color: #d8d2ca; }
.cerui-footer-disclaimer { margin-top: 34px; padding: 14px 0; border-top: 1px solid rgba(255,255,255,.12); color: rgba(255,255,255,.42); font-size: 9px; line-height: 1.55; }

@media (max-width: 1180px) {
  .header-main { grid-template-columns: 248px minmax(220px,1fr) auto; gap: 16px; }
  .cerui-brand > img { width: 145px; }
  .cerui-brand > span strong { font-size: 12px; }
  .cerui-hero-grid { grid-template-columns: minmax(0,.88fr) minmax(450px,1.12fr); gap: 34px; }
  .cerui-vehicle-grid { grid-template-columns: repeat(3,1fr); }
  .cerui-proof-grid { grid-template-columns: repeat(2,1fr); }
  .cerui-proof article:nth-child(2) { border-right: 0; }
  .cerui-proof article:nth-child(-n+2) { border-bottom: 1px solid var(--line); }
  .cerui-process-grid, .cerui-manufacturing-grid { grid-template-columns: repeat(2,1fr); }
}

@media (max-width: 960px) {
  .header-main { grid-template-columns: 1fr auto; }
  .header-main .search-bar { display: none; }
  .cerui-hero { min-height: auto; }
  .cerui-hero-grid { grid-template-columns: 1fr; padding-top: 64px; }
  .cerui-hero-copy { max-width: 820px; }
  .cerui-hero-shade { background: linear-gradient(180deg,rgba(6,7,8,.86),rgba(6,7,8,.75)); }
  .cerui-visualizer-stage { width: 100%; max-width: 720px; }
  .cerui-hero-rail { margin-top: 42px; }
  .cerui-fitment-grid, .cerui-factory-grid, .cerui-about-intro-grid, .cerui-about-racing-grid, .cerui-global-grid { grid-template-columns: 1fr; }
  .cerui-factory-copy, .cerui-section-copy { max-width: 720px; }
  .cerui-factory-copy-overview { --factory-copy-start: 400px; width: 100%; max-width: 720px; min-height: 840px; }
  .cerui-about-racing-grid > div:first-child { order: 2; }
  .cerui-global-grid > img { min-height: 420px; }
  .cerui-about-cta .container { grid-template-columns: 80px 1fr; }
  .cerui-about-cta .container > div:last-child { grid-column: 2; }
  .cerui-footer .footer-top { grid-template-columns: 1fr; }
}

@media (max-width: 760px) {
  .section { padding: 68px 0; }
  .container { width: min(var(--content), calc(100% - 28px)); }
  .announcement { font-size: 8px; line-height: 1.5; }
  .header-main { min-height: 66px; }
  .cerui-brand > img { width: 152px; height: 45px; }
  .cerui-brand > span { display: none; }
  .cerui-hero-grid { padding-top: 48px; }
  .cerui-hero h1 { font-size: clamp(61px,18vw,98px); }
  .cerui-hero-copy > p:not(.cerui-overline) { margin: 22px 0 24px; font-size: 13px; }
  .cerui-hero-facts { grid-template-columns: 1fr; }
  .cerui-hero-facts span { padding: 14px 0; border-bottom: 1px solid rgba(255,255,255,.14); }
  .cerui-hero-rail { grid-template-columns: repeat(2,1fr); }
  .cerui-hero-rail span { border-bottom: 1px solid rgba(255,255,255,.12); }
  .cerui-proof-grid { grid-template-columns: 1fr; }
  .cerui-proof article { border-right: 0; border-bottom: 1px solid var(--line); }
  .cerui-proof article:nth-child(-n+2) { border-bottom: 1px solid var(--line); }
  .cerui-section-head { grid-template-columns: 1fr; gap: 20px; }
  .cerui-section-copy h2, .cerui-section-head h2, .cerui-factory-copy h2, .cerui-motorsport-copy h2, .cerui-about h2, .cerui-global h2, .cerui-about-cta h2 { font-size: clamp(46px,15vw,68px); }
  .cerui-fitment-panel { padding: 22px 14px; }
  .cerui-fitment-panel .fitment-card { display: block; padding: 8px; }
  .cerui-fitment-panel .fitment-card .btn { width: 100%; margin-top: 8px; }
  .cerui-vehicle-grid { grid-template-columns: repeat(2,1fr); gap: 8px; }
  .cerui-vehicle-card > div { padding: 12px; }
  .cerui-vehicle-card h3 { font-size: 26px; }
  .cerui-vehicle-card p { min-height: 44px; }
  .cerui-vehicle-card b { display: grid; }
  .cerui-collection-foot { display: grid; }
  .cerui-collection-foot .btn { width: 100%; }
  .cerui-factory-copy-overview { --factory-copy-start: clamp(250px,55vw,400px); min-height: 860px; padding-right: 18px; padding-bottom: 30px; padding-left: 18px; }
  .cerui-factory-copy-overview::before { top: calc(var(--factory-copy-start) - 90px); }
  .cerui-factory-copy li { grid-template-columns: 1fr; gap: 6px; }
  .cerui-factory-collage { grid-template-columns: 1fr; }
  .cerui-factory-collage figure.is-wide { grid-column: auto; }
  .cerui-factory-collage figure, .cerui-factory-collage figure.is-wide { min-height: 270px; }
  .cerui-motorsport, .cerui-motorsport-copy { min-height: 620px; }
  .cerui-process-grid, .cerui-manufacturing-grid { grid-template-columns: 1fr; }
  .cerui-process-grid article { min-height: 210px; }
  .cerui-process-grid h3 { margin-top: 24px; }
  .cerui-ddp-note { grid-template-columns: 38px 1fr; }
  .cerui-ddp-note .btn { grid-column: 1 / -1; width: 100%; }
  .cerui-community-grid { grid-template-columns: 1fr; grid-auto-rows: 280px; }
  .cerui-community-grid figure.is-large { grid-column: auto; grid-row: auto; }
  .cerui-community-grid figure:nth-child(4) { grid-column: auto; }
  .cerui-about-hero, .cerui-about-hero .container { min-height: 600px; }
  .cerui-about-hero-media { grid-template-columns: 1fr; grid-template-rows: repeat(2,minmax(0,1fr)); }
  .cerui-about-hero-media::after { top: 50%; right: 0; bottom: auto; left: 0; width: auto; height: 1px; }
  .cerui-about-hero-media img:first-child { object-position: center 62%; }
  .cerui-about-hero-media img:last-child { object-position: center 43%; }
  .cerui-about-hero-shade { background: linear-gradient(0deg,rgba(7,8,9,.91),rgba(7,8,9,.5) 58%,rgba(7,8,9,.3)); }
  .cerui-about-hero h1 { font-size: clamp(62px,18vw,96px); }
  .cerui-about-intro::before { background: rgba(8,9,10,.74); }
  .cerui-about-intro h2 { font-size: clamp(44px,12.5vw,54px); line-height: .9; }
  .cerui-about-intro-grid > div:first-child { padding: 24px; }
  .cerui-about-gallery { grid-template-columns: 1fr; grid-template-rows: none; }
  .cerui-about-gallery figure, .cerui-about-gallery .is-tall, .cerui-about-gallery .is-wide { grid-row: auto; grid-column: auto; min-height: 280px; }
  .cerui-global-facts { grid-template-columns: 1fr; }
  .cerui-global-facts span + span { padding-left: 0; border-top: 1px solid var(--line); border-left: 0; }
  .cerui-about-cta .container { grid-template-columns: 1fr; }
  .cerui-about-cta .container > div:last-child { grid-column: auto; }
  .cerui-about-cta img { width: 72px; }
  .cerui-footer-brand .brand { max-width: 290px; }
}

@media (max-width: 430px) {
  .cerui-vehicle-grid { grid-template-columns: 1fr; }
  .cerui-vehicle-card p { min-height: 0; }
  .cerui-hero-actions .btn, .cerui-hero-actions .cerui-text-link { width: 100%; justify-content: center; }
}

@media (prefers-reduced-motion: reduce) {
  .cerui-vehicle-card, .cerui-vehicle-card img, .cerui-community-grid img { transition: none; }
  .cerui-vehicle-card:hover, .cerui-vehicle-card:hover figure img, .cerui-community-grid figure:hover img { transform: none; }
}

/* CIRUI engineering environment + compact customer-build gallery */
.fitment-entry-page {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  background: #ebe9e3;
}
.fitment-entry-page::before {
  position: absolute;
  z-index: 0;
  top: 0;
  right: 0;
  left: 0;
  height: 520px;
  background:
    linear-gradient(90deg, rgba(8,9,10,.98) 0%, rgba(8,9,10,.93) 47%, rgba(8,9,10,.58) 72%, rgba(8,9,10,.68) 100%),
    url('/assets/cerui/cerui-factory-machining-v1.webp') center 54% / cover no-repeat;
  content: '';
  pointer-events: none;
}
.fitment-entry-page::after {
  position: absolute;
  z-index: 0;
  top: 0;
  right: 0;
  left: 0;
  height: 520px;
  background-image:
    linear-gradient(rgba(255,255,255,.055) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,.055) 1px, transparent 1px),
    linear-gradient(180deg, transparent 68%, #ebe9e3 100%);
  background-size: 64px 64px, 64px 64px, 100% 100%;
  content: '';
  pointer-events: none;
}
.fitment-entry-workspace { position: relative; z-index: 1; padding-top: 46px; border-bottom-color: rgba(12,13,14,.16); }
.fitment-entry-head { border-bottom-color: rgba(255,255,255,.2); }
.fitment-entry-copy h1 { color: #fff; text-shadow: 0 2px 26px rgba(0,0,0,.34); }
.fitment-entry-copy > p:last-child { color: rgba(255,255,255,.72); }
.fitment-entry-copy .custom-kicker { color: #ff3765; }
.fitment-entry-copy .custom-kicker span { color: rgba(255,255,255,.58); }
.fitment-entry-continuity { border-left-color: #ff3765; }
.fitment-entry-continuity > svg, .fitment-entry-continuity strong { color: #fff; }
.fitment-entry-continuity small { color: rgba(255,255,255,.62); }
.fitment-entry-path, .fitment-entry-status { border-color: rgba(20,25,27,.16); box-shadow: 0 18px 46px rgba(0,0,0,.13); }
.fitment-entry-path { background: rgba(255,255,255,.975); }
.fitment-entry-path-dark { border-color: rgba(255,255,255,.12); background: rgba(10,17,21,.985); }
.fitment-entry-process { border-color: rgba(20,25,27,.16); background: rgba(255,255,255,.94); box-shadow: 0 14px 30px rgba(0,0,0,.08); }
.fitment-entry-process > span { border-right-color: rgba(20,25,27,.12); }
.fitment-entry-account > .workshop-guest-bar, .fitment-entry-account > .workshop-project-bar { box-shadow: 0 15px 34px rgba(0,0,0,.09); }

.fitment-lab-page {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  background: #eeece7;
}
.fitment-lab-page::before {
  position: absolute;
  z-index: 0;
  inset: 0 0 auto;
  height: 620px;
  background:
    linear-gradient(180deg, rgba(238,236,231,.76), rgba(238,236,231,.98)),
    url('/assets/cerui/cerui-factory-cnc-v1.webp') center 38% / cover no-repeat;
  content: '';
  pointer-events: none;
}
.fitment-lab-page::after {
  position: absolute;
  z-index: 0;
  inset: 0;
  background-image: radial-gradient(circle at 88% 10%, rgba(218,19,70,.13), transparent 28rem), linear-gradient(rgba(15,18,20,.04) 1px, transparent 1px), linear-gradient(90deg, rgba(15,18,20,.04) 1px, transparent 1px);
  background-size: auto, 72px 72px, 72px 72px;
  content: '';
  pointer-events: none;
}
.fitment-lab-page > .container { position: relative; z-index: 1; }
.fitment-flow-scroll { background: radial-gradient(circle at 92% 6%, rgba(218,19,70,.07), transparent 24rem), linear-gradient(rgba(17,24,27,.025) 1px, transparent 1px), linear-gradient(90deg, rgba(17,24,27,.025) 1px, transparent 1px), #f7f9f8; background-size: auto, 56px 56px, 56px 56px, auto; }

.cerui-customer-builds { overflow: hidden; border-top: 1px solid rgba(255,255,255,.08); background: #0b0c0e; color: #fff; }
.cerui-customer-builds .cerui-section-head { margin-bottom: 34px; }
.cerui-customer-builds .cerui-section-head h2 { color: #fff; }
.cerui-customer-builds .cerui-section-head > p, .cerui-customer-builds .cerui-section-head > div + div p { color: rgba(255,255,255,.62); }
.cerui-customer-build-grid { display: grid; grid-template-columns: repeat(4,minmax(0,1fr)); gap: 12px; }
.cerui-customer-build-card { display: block; min-width: 0; overflow: hidden; border: 1px solid rgba(255,255,255,.12); background: #151618; color: #fff; transition: border-color .24s ease, transform .24s ease, box-shadow .24s ease; }
.cerui-customer-build-card:hover { border-color: #ff3765; box-shadow: 0 18px 42px rgba(0,0,0,.34); transform: translateY(-3px); }
.cerui-customer-build-card figure { position: relative; overflow: hidden; aspect-ratio: 1.28; margin: 0; background: #222; }
.cerui-customer-build-card figure::after { position: absolute; inset: 45% 0 0; background: linear-gradient(transparent,rgba(0,0,0,.72)); content: ''; }
.cerui-customer-build-card figure img { width: 100%; height: 100%; object-fit: cover; transition: transform .5s ease; }
.cerui-customer-build-card:hover figure img { transform: scale(1.035); }
.cerui-customer-build-card figure > span { position: absolute; z-index: 2; top: 12px; left: 12px; padding: 6px 8px; border: 1px solid rgba(255,255,255,.3); background: rgba(10,10,11,.72); font: 850 9px/1 ui-monospace,monospace; letter-spacing: .08em; }
.cerui-customer-build-card figure > b { position: absolute; z-index: 2; right: 12px; bottom: 12px; display: grid; width: 34px; height: 34px; place-items: center; border-radius: 50%; background: #ff3765; }
.cerui-customer-build-card figure > b svg { width: 15px; height: 15px; }
.cerui-customer-build-card > div { display: grid; gap: 6px; padding: 17px 18px 19px; }
.cerui-customer-build-card small { color: #ff6386; font-size: 8px; font-weight: 850; letter-spacing: .11em; text-transform: uppercase; }
.cerui-customer-build-card strong { overflow: hidden; font-family: 'Barlow Condensed',sans-serif; font-size: 23px; line-height: 1.02; text-overflow: ellipsis; text-transform: uppercase; white-space: nowrap; }
.cerui-customer-build-card > div > span { color: rgba(255,255,255,.5); font-size: 9px; line-height: 1.4; }
.cerui-customer-builds:not(.is-expanded) .cerui-customer-build-card:nth-child(n+5) { display: none; }
.cerui-customer-build-toggle { display: flex; align-items: center; justify-content: space-between; gap: 24px; margin-top: 22px; padding-top: 22px; border-top: 1px solid rgba(255,255,255,.12); }
.cerui-customer-build-toggle > span { display: grid; gap: 4px; }
.cerui-customer-build-toggle strong { font-family: 'Barlow Condensed',sans-serif; font-size: 20px; text-transform: uppercase; }
.cerui-customer-build-toggle small { color: rgba(255,255,255,.48); font-size: 9px; }
.cerui-customer-build-toggle .btn { display: inline-flex; min-width: 250px; align-items: center; justify-content: space-between; gap: 16px; }
.cerui-customer-build-toggle .btn svg { width: 14px; height: 14px; transition: transform .22s ease; }
.cerui-customer-builds.is-expanded .cerui-customer-build-toggle .btn svg { transform: rotate(180deg); }
html[dir='rtl'] .fitment-entry-continuity { padding-right: 18px; padding-left: 0; border-right: 2px solid #ff3765; border-left: 0; }
html[dir='rtl'] .cerui-customer-build-card figure > span { right: 12px; left: auto; }
html[dir='rtl'] .cerui-customer-build-card figure > b { right: auto; left: 12px; }
html[dir='rtl'] .cerui-customer-build-card > div, html[dir='rtl'] .cerui-customer-build-toggle { text-align: right; }
html[dir='rtl'] .cerui-customer-build-toggle .btn svg { transform: scaleX(-1); }
html[dir='rtl'] .cerui-customer-builds.is-expanded .cerui-customer-build-toggle .btn svg { transform: scaleX(-1) rotate(180deg); }

@media (max-width: 1200px) {
  .cerui-customer-build-grid { grid-template-columns: repeat(3,minmax(0,1fr)); }
  .cerui-customer-builds:not(.is-expanded) .cerui-customer-build-card:nth-child(n+4) { display: none; }
}
@media (max-width: 900px) {
  .fitment-entry-page::before, .fitment-entry-page::after { height: 580px; }
  .fitment-entry-head { align-items: flex-start; }
  .cerui-customer-build-grid { grid-template-columns: repeat(2,minmax(0,1fr)); }
  .cerui-customer-builds:not(.is-expanded) .cerui-customer-build-card:nth-child(n+3) { display: none; }
}
@media (max-width: 620px) {
  .fitment-entry-page::before { height: 690px; background-position: 62% 50%; }
  .fitment-entry-page::after { height: 690px; }
  .fitment-entry-workspace { padding-top: 32px; }
  .fitment-entry-copy h1 { font-size: 47px; }
  .cerui-customer-build-grid { grid-template-columns: 1fr; }
  .cerui-customer-builds:not(.is-expanded) .cerui-customer-build-card:nth-child(n+2) { display: none; }
  .cerui-customer-build-toggle { display: grid; }
  .cerui-customer-build-toggle .btn { width: 100%; min-width: 0; }
}
@media (prefers-reduced-motion: reduce) {
  .cerui-customer-build-card, .cerui-customer-build-card figure img, .cerui-customer-build-toggle .btn svg { transition: none; }
  .cerui-customer-build-card:hover, .cerui-customer-build-card:hover figure img { transform: none; }
}

/* Production workspace state and partner attribution controls */
.partner-attribution { border-bottom: 1px solid rgba(255,255,255,.12); background: #241d46; }
.partner-attribution .container { display: flex; min-height: 50px; align-items: center; justify-content: space-between; gap: 24px; padding-top: 7px; padding-bottom: 7px; }
.partner-attribution-copy { display: flex; min-width: 0; flex: 1; align-items: center; gap: 12px; }
.partner-attribution-copy > span { flex: 0 0 auto; color: #ff3765; font-size: 10px; letter-spacing: .04em; }
.partner-attribution-copy > strong { flex: 0 0 auto; color: #fff; font-size: 13px; }
.partner-attribution-copy > small { min-width: 0; flex: 1; color: #d5d0e9; font-size: 10px; line-height: 1.4; }
.partner-attribution-actions { display: flex; flex: 0 0 auto; align-items: center; gap: 8px; }
.partner-attribution-actions > a { display: inline-flex; min-height: 32px; align-items: center; gap: 8px; padding: 0 12px; border: 1px solid rgba(255,255,255,.25); border-radius: 4px; color: #fff; background: rgba(255,255,255,.06); font-size: 9px; text-decoration: none; }
.partner-attribution-actions > a:hover { border-color: rgba(255,255,255,.55); background: rgba(255,255,255,.12); }
.partner-attribution-actions > a svg { width: 13px; height: 13px; }
.partner-attribution-clear { display: grid; width: 32px; height: 32px; place-items: center; padding: 0; color: #d5d0e9; border: 1px solid rgba(255,255,255,.2); border-radius: 4px; background: transparent; cursor: pointer; }
.partner-attribution-clear:hover { color: #fff; border-color: #ff3765; background: rgba(255,55,101,.14); }
.partner-attribution-clear svg { width: 14px; height: 14px; }

.fitment-entry-status > header > div { flex: 1; }
.fitment-entry-clear { display: inline-flex; min-height: 32px; flex: 0 0 auto; align-items: center; gap: 5px; padding: 0 9px; color: #667279; border: 1px solid #d8dfde; border-radius: 4px; background: #f7f9f8; font: inherit; cursor: pointer; }
.fitment-entry-clear:hover { color: #b62342; border-color: #dba6b2; background: #fff1f4; }
.fitment-entry-clear svg { width: 13px; height: 13px; }
.fitment-entry-clear b { font-size: 9px; font-weight: 800; }
.fitment-entry-status.is-empty { min-height: 270px; border-top-color: #c8d2d0; }
.fitment-entry-status.is-empty > header > span { color: #647178; background: #e8edec; }
.fitment-entry-status.is-empty .fitment-entry-status-empty { margin-top: 18px; }

.workspace-clear-modal { width: min(460px, calc(100vw - 32px)); }
.workspace-clear-icon { display: grid; width: 46px; height: 46px; margin-bottom: 18px; place-items: center; color: #fff; border-radius: 50%; background: #b62342; }
.workspace-clear-icon svg { width: 21px; height: 21px; }
.workspace-clear-modal > p:not(.eyebrow) { margin-bottom: 18px; color: #5d696f; line-height: 1.65; }
.workspace-clear-safeguard { display: grid; grid-template-columns: 22px minmax(0, 1fr); gap: 10px; align-items: start; padding: 13px; color: #48565c; border: 1px solid #d9e2e0; background: #f1f5f4; font-size: 10px; line-height: 1.5; }
.workspace-clear-safeguard svg { width: 18px; height: 18px; color: #27805f; }
.workspace-clear-actions { display: grid; grid-template-columns: 1fr 1fr; gap: 9px; margin-top: 20px; }
.workspace-clear-actions .btn { width: 100%; justify-content: center; }
.workspace-clear-confirm { color: #fff; border-color: #a91f3d; background: #a91f3d; }
.workspace-clear-confirm:hover { border-color: #86152f; background: #86152f; }

@media (max-width: 900px) {
  .partner-attribution .container { display: grid; grid-template-columns: minmax(0, 1fr) auto; gap: 8px 14px; min-height: 62px; }
  .partner-attribution-copy { display: grid; grid-template-columns: auto minmax(0, 1fr); gap: 3px 9px; }
  .partner-attribution-copy > small { grid-column: 1 / -1; order: initial; white-space: normal; }
}
@media (max-width: 620px) {
  .partner-attribution .container { grid-template-columns: 1fr; padding-top: 10px; padding-bottom: 10px; }
  .partner-attribution-actions { justify-content: space-between; }
  .partner-attribution-actions > a { flex: 1; justify-content: space-between; }
  .fitment-entry-clear b { display: none; }
  .fitment-entry-clear { width: 32px; padding: 0; justify-content: center; }
  .workspace-clear-actions { grid-template-columns: 1fr; }
}

/* Equal-weight workflow chooser: neither starting route is visually preferred. */
.fitment-entry-choice-head {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(260px, .75fr);
  align-items: end;
  gap: 28px;
  padding: 20px 22px 18px;
  border: 1px solid rgba(20,25,27,.16);
  border-bottom: 0;
  background: rgba(244,243,239,.97);
}
.fitment-entry-choice-head small { display: block; margin-bottom: 7px; color: #c71643; font: 850 9px/1 ui-monospace,monospace; letter-spacing: .12em; text-transform: uppercase; }
.fitment-entry-choice-head h2 { margin: 0; color: #111820; font-family: 'Barlow Condensed',sans-serif; font-size: 29px; line-height: 1; text-transform: uppercase; }
.fitment-entry-choice-head p { margin: 0; color: #657178; font-size: 10px; line-height: 1.55; }
.fitment-entry-paths { gap: 1px; padding: 1px; border: 1px solid rgba(20,25,27,.16); background: rgba(20,25,27,.16); box-shadow: 0 18px 46px rgba(0,0,0,.12); }
.fitment-entry-path {
  position: relative;
  appearance: none;
  min-height: 284px;
  overflow: hidden;
  cursor: pointer;
  gap: 17px;
  padding: 22px;
  color: #111820;
  border: 0;
  border-radius: 0;
  outline: 0;
  background: rgba(255,255,255,.98);
  box-shadow: none;
  font: inherit;
  text-align: left;
  transform: none;
}
.fitment-entry-path::before { position: absolute; top: 0; right: 0; left: 0; height: 3px; background: transparent; content: ''; transition: background .16s ease; }
.fitment-entry-path:hover { border-color: transparent; background: #fff; box-shadow: inset 0 0 0 2px rgba(199,22,67,.2); transform: none; }
.fitment-entry-path:hover::before, .fitment-entry-path:focus-visible::before { background: #da1346; }
.fitment-entry-path:focus-visible { box-shadow: inset 0 0 0 3px #da1346; }
.fitment-entry-path > header { display: grid; grid-template-columns: auto minmax(0, 1fr) auto; gap: 12px; }
.fitment-entry-path-icon { width: 40px; height: 40px; color: #fff; border-radius: 3px; background: #111820; }
.fitment-entry-path-tag { display: grid; align-self: center; gap: 4px; }
.fitment-entry-path-tag small { color: #c71643; font: 850 8px/1 ui-monospace,monospace; letter-spacing: .1em; text-transform: uppercase; }
.fitment-entry-path-tag strong { color: #59666d; font-size: 10px; font-weight: 750; }
.fitment-entry-path-arrow { display: grid; width: 30px; height: 30px; place-items: center; color: #657178; border: 1px solid #d3dbda; border-radius: 50%; transition: color .16s ease, border-color .16s ease, background .16s ease; }
.fitment-entry-path-arrow svg { width: 13px; height: 13px; }
.fitment-entry-path-copy h3 { max-width: 420px; margin: 3px 0 9px; color: #111820; font-family: 'Barlow Condensed',sans-serif; font-size: 34px; line-height: 1; text-transform: uppercase; }
.fitment-entry-path-copy p { max-width: 460px; color: #66737a; font-size: 11px; line-height: 1.6; }
.fitment-entry-path-copy > span { display: grid; grid-template-columns: auto minmax(0, 1fr); align-items: start; gap: 8px; margin-top: auto; padding-top: 15px; color: #4f5d63; border-top: 1px solid #e1e6e5; font-size: 10px; line-height: 1.5; }
.fitment-entry-path-copy > span svg { width: 16px; height: 16px; color: #298264; }
.fitment-entry-path-copy > span b { font-weight: 650; }
.fitment-entry-path > footer { display: flex; align-items: center; justify-content: space-between; gap: 16px; margin: 0 -22px -22px; padding: 13px 22px; color: #748087; border-top: 1px solid #dce3e2; background: #f3f5f4; font-size: 9px; }
.fitment-entry-path > footer strong { display: inline-flex; align-items: center; gap: 8px; color: #111820; font-size: 10px; }
.fitment-entry-path > footer svg { width: 13px; height: 13px; }
.fitment-entry-path:hover .fitment-entry-path-arrow, .fitment-entry-path:focus-visible .fitment-entry-path-arrow { color: #fff; border-color: #da1346; background: #da1346; }
.fitment-entry-path:hover > footer strong, .fitment-entry-path:focus-visible > footer strong { color: #c71643; }
html[dir='rtl'] .fitment-entry-path { text-align: right; }
html[dir='rtl'] .fitment-entry-path-arrow svg, html[dir='rtl'] .fitment-entry-path > footer svg { transform: scaleX(-1); }

@media (max-width: 900px) {
  .fitment-entry-choice-head { grid-template-columns: 1fr; gap: 10px; }
  .fitment-entry-paths { grid-template-columns: 1fr; }
  .fitment-entry-path { min-height: 250px; }
}
@media (max-width: 620px) {
  .fitment-entry-choice-head { padding: 17px 18px 15px; }
  .fitment-entry-choice-head h2 { font-size: 26px; }
  .fitment-entry-path { min-height: 0; padding: 19px; }
  .fitment-entry-path-copy h3 { font-size: 30px; }
  .fitment-entry-path > footer { margin: 0 -19px -19px; padding: 12px 19px; }
}
@media (prefers-reduced-motion: reduce) {
  .fitment-entry-path::before, .fitment-entry-path-arrow { transition: none; }
}

/* CIRUI AI original wheel design studio */
.nav-link-ai { display: inline-flex; align-items: center; gap: 6px; }
.nav-link-ai small { padding: 3px 5px; color: #fff; border-radius: 2px; background: #df1247; font: 800 7px/1 ui-monospace,monospace; letter-spacing: .08em; }
.ai-wheel-page { min-height: 100vh; color: #12191d; background: #eeece7; }
.ai-wheel-hero { position: relative; overflow: hidden; color: #fff; background: #0d1114; }
.ai-wheel-hero::before { position: absolute; inset: 0; background: radial-gradient(circle at 84% 24%,rgba(230,18,72,.22),transparent 25rem), linear-gradient(rgba(255,255,255,.035) 1px,transparent 1px), linear-gradient(90deg,rgba(255,255,255,.035) 1px,transparent 1px); background-size: auto,64px 64px,64px 64px; content: ''; pointer-events: none; }
.ai-wheel-hero .container { position: relative; z-index: 1; padding-top: 26px; }
.ai-wheel-hero .breadcrumbs, .ai-wheel-hero .breadcrumbs a { color: rgba(255,255,255,.56); }
.ai-wheel-hero-grid { display: grid; grid-template-columns: minmax(0,1fr) 210px; gap: 56px; align-items: end; padding: 52px 0 48px; }
.ai-wheel-hero-grid > div:first-child { max-width: 850px; }
.ai-wheel-hero-grid .eyebrow { color: #ff3765; }
body.fbox-global-premium .ai-wheel-hero-grid h1 { max-width: 810px; margin: 10px 0 18px; color: #f7f7f4; font-family: 'Barlow Condensed',sans-serif; font-size: clamp(50px,6.4vw,94px); font-weight: 680; line-height: .9; letter-spacing: -.025em; text-shadow: 0 2px 22px rgba(0,0,0,.26); text-transform: uppercase; }
.ai-wheel-hero-grid p:not(.eyebrow) { max-width: 780px; margin: 0; color: rgba(255,255,255,.68); font-size: 14px; line-height: 1.75; }
.ai-wheel-hero-mark { display: grid; grid-template-columns: 1fr auto; align-items: end; padding: 20px; border: 1px solid rgba(255,255,255,.18); background: rgba(255,255,255,.04); }
.ai-wheel-hero-mark > span { grid-column: 1 / -1; color: #ff3765; font: 850 10px/1 ui-monospace,monospace; letter-spacing: .18em; }
.ai-wheel-hero-mark strong { font-family: 'Barlow Condensed',sans-serif; font-size: 96px; line-height: .8; }
.ai-wheel-hero-mark small { color: rgba(255,255,255,.48); font: 800 9px/1.4 ui-monospace,monospace; letter-spacing: .08em; }
.ai-wheel-progress { display: grid; grid-template-columns: repeat(3,1fr); border: 1px solid rgba(255,255,255,.14); border-bottom: 0; background: rgba(255,255,255,.035); }
.ai-wheel-progress > span { display: flex; min-height: 62px; align-items: center; gap: 12px; padding: 0 18px; color: rgba(255,255,255,.4); border-right: 1px solid rgba(255,255,255,.12); }
.ai-wheel-progress > span:last-child { border-right: 0; }
.ai-wheel-progress b { display: grid; width: 30px; height: 30px; place-items: center; border: 1px solid currentColor; border-radius: 50%; font: 800 9px/1 ui-monospace,monospace; }
.ai-wheel-progress small { font-size: 11px; font-weight: 760; }
.ai-wheel-progress .is-active { color: #fff; box-shadow: inset 0 -3px #ff174f; }
.ai-wheel-progress .is-active b { color: #fff; border-color: #e51249; background: #e51249; }
.ai-wheel-progress .is-complete { color: #9ad8bf; }
.ai-wheel-workspace { padding-top: 34px; padding-bottom: 72px; }
.ai-wheel-brief, .ai-wheel-concepts, .ai-wheel-multiview, .ai-wheel-generating { border: 1px solid #cfd5d4; background: #fff; box-shadow: 0 22px 60px rgba(15,24,28,.08); }
.ai-wheel-brief-head, .ai-wheel-section-head { display: flex; align-items: flex-start; justify-content: space-between; gap: 30px; padding: 26px 28px 22px; border-bottom: 1px solid #dce2e1; }
.ai-wheel-brief-head h2, .ai-wheel-section-head h2 { margin: 4px 0 0; font-family: 'Barlow Condensed',sans-serif; font-size: 39px; line-height: 1; text-transform: uppercase; }
.ai-wheel-section-head p:not(.eyebrow) { max-width: 720px; margin: 9px 0 0; color: #647178; font-size: 11px; line-height: 1.55; }
.ai-wheel-brief-head > span, .ai-wheel-section-head > strong { color: #d7dddc; font: 750 52px/.9 'Barlow Condensed',sans-serif; }
.ai-wheel-mode-tabs { display: grid; width: min(520px,calc(100% - 56px)); grid-template-columns: repeat(3,minmax(0,1fr)); gap: 4px; margin: 18px 28px 0; padding: 4px; border: 1px solid #d7dddc; border-radius: 3px; background: #f1f3f2; }
.ai-wheel-mode-tabs button { position: relative; display: grid; min-width: 0; min-height: 44px; place-items: center; padding: 0 14px; color: #59666c; border: 0; border-radius: 2px; background: transparent; cursor: pointer; font: 720 10px/1.25 inherit; transition: color .18s ease,background-color .18s ease,box-shadow .18s ease,transform .18s ease; }
.ai-wheel-mode-tabs button:hover { color: #14191c; background: rgba(255,255,255,.72); }
.ai-wheel-mode-tabs button:active { transform: translateY(1px); }
.ai-wheel-mode-tabs button.is-active { color: #fff; background: #14191c; box-shadow: inset 0 -3px #e51249,0 2px 8px rgba(15,24,28,.14); }
.ai-wheel-mode-tabs button:focus-visible, .ai-wheel-concept-image:focus-visible, .ai-wheel-nine-grid button:focus-visible, .ai-wheel-upload:focus-within { position: relative; z-index: 2; outline: 3px solid rgba(229,18,73,.38); outline-offset: 2px; }
.ai-wheel-brief-grid { display: grid; grid-template-columns: minmax(0,1.45fr) minmax(320px,.75fr); gap: 0; padding: 18px 28px 28px; }
.ai-wheel-copy-fields { min-width: 0; padding-right: 28px; }
.ai-wheel-spec-panel { min-width: 0; padding-left: 28px; border-left: 1px solid #dce2e1; }
.ai-wheel-main-prompt, .ai-wheel-reference-fields label, .ai-wheel-spec-grid label { display: grid; gap: 7px; color: #283238; font-size: 10px; font-weight: 750; }
.ai-wheel-main-prompt > span b { color: #e51249; }
.ai-wheel-main-prompt textarea, .ai-wheel-reference-fields input, .ai-wheel-spec-grid select { width: 100%; border: 1px solid #cdd5d4; border-radius: 0; outline: 0; background: #fbfcfb; font: 500 12px/1.55 inherit; transition: border-color .16s ease,box-shadow .16s ease,background .16s ease; }
.ai-wheel-main-prompt textarea { min-height: 190px; resize: vertical; padding: 16px; }
.ai-wheel-reference-fields input, .ai-wheel-spec-grid select { min-height: 46px; padding: 0 12px; }
.ai-wheel-main-prompt textarea:focus, .ai-wheel-reference-fields input:focus, .ai-wheel-spec-grid select:focus { border-color: #e51249; background: #fff; box-shadow: 0 0 0 3px rgba(229,18,73,.1); }
.ai-wheel-main-prompt > small { color: #758188; font-size: 9px; font-weight: 500; line-height: 1.55; }
.ai-wheel-reference-fields { display: grid; grid-template-columns: minmax(210px,.8fr) 1fr 1fr; gap: 12px; margin-top: 18px; }
.ai-wheel-reference-fields > div { display: grid; gap: 7px; color: #283238; font-size: 10px; font-weight: 750; }
.ai-wheel-upload { position: relative; display: grid; min-height: 112px; grid-template-columns: 46px minmax(0,1fr); align-content: center; gap: 5px 12px; padding: 14px; overflow: hidden; color: #546167; border: 1px dashed #aeb9b7; border-radius: 2px; background: #f6f8f7; cursor: pointer; transition: border-color .18s ease,background-color .18s ease,box-shadow .18s ease,transform .18s ease; }
.ai-wheel-upload:hover { border-color: #e51249; background: #fff8fa; box-shadow: inset 0 0 0 1px rgba(229,18,73,.08); transform: translateY(-1px); }
.ai-wheel-upload:active { transform: translateY(0); }
.ai-wheel-upload input { position: absolute; inset: 0; z-index: 2; width: 100%; height: 100%; opacity: 0; cursor: pointer; }
.ai-wheel-upload > span { display: grid; width: 42px; height: 42px; grid-row: 1 / 3; place-items: center; align-self: center; color: #e51249; border: 1px solid #dce2e1; border-radius: 2px; background: #fff; }
.ai-wheel-upload svg { width: 20px; height: 20px; }
.ai-wheel-upload strong { color: #1a2226; font-size: 10px; line-height: 1.35; }
.ai-wheel-upload small { color: #7a858a; font-size: 8px; font-weight: 500; line-height: 1.45; }
.ai-wheel-reference-preview { display: grid; min-height: 112px; grid-template-columns: 92px minmax(0,1fr); gap: 12px; padding: 8px; border: 1px solid #cfd7d5; background: #f6f8f7; }
.ai-wheel-reference-preview img { width: 92px; height: 92px; object-fit: contain; background: #fff; }
.ai-wheel-reference-preview > div { display: grid; min-width: 0; align-content: center; gap: 4px; }
.ai-wheel-reference-preview strong { color: #1b2529; font-size: 9px; }
.ai-wheel-reference-preview span { overflow: hidden; color: #788388; font-size: 8px; text-overflow: ellipsis; white-space: nowrap; }
.ai-wheel-reference-preview button { width: max-content; min-height: 30px; padding: 0 8px; color: #c91743; border: 1px solid #e3b6c1; border-radius: 2px; background: #fff; cursor: pointer; font: 750 8px/1.4 inherit; }
.ai-wheel-reference-preview button:hover { color: #fff; border-color: #c91743; background: #c91743; }
.ai-wheel-spec-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 14px 12px; }
.ai-wheel-vehicle-context { display: grid; grid-template-columns: 22px minmax(0,1fr); gap: 10px; margin-top: 18px; padding: 14px; border: 1px solid #d7dfde; background: #f2f5f4; }
.ai-wheel-vehicle-context > svg { width: 18px; height: 18px; color: #738087; }
.ai-wheel-vehicle-context.has-vehicle > svg { color: #21815f; }
.ai-wheel-vehicle-context > div { display: grid; gap: 4px; }
.ai-wheel-vehicle-context small { color: #758187; font-size: 8px; }
.ai-wheel-vehicle-context strong { color: #1c2529; font-size: 11px; }
.ai-wheel-vehicle-context p { margin: 3px 0 0; color: #68757b; font-size: 8px; line-height: 1.5; }
.ai-wheel-vehicle-context a { width: max-content; margin-top: 4px; color: #be143d; font-size: 8px; font-weight: 750; }
.ai-wheel-vehicle-context a svg { width: 10px; height: 10px; }
.ai-wheel-page .btn > svg { width: 16px; height: 16px; flex: 0 0 16px; }
.ai-wheel-generate { width: 100%; min-height: 56px; justify-content: space-between; gap: 14px; margin-top: 16px; padding: 8px 10px 8px 18px; overflow: hidden; text-align: left; }
.ai-wheel-generate-label { display: flex; min-width: 0; align-items: center; gap: 10px; }
.ai-wheel-generate-label > svg { width: 18px; height: 18px; flex: 0 0 18px; }
.ai-wheel-generate-label > span { overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.ai-wheel-generate-arrow { display: grid; width: 36px; height: 36px; flex: 0 0 36px; place-items: center; border-left: 1px solid rgba(255,255,255,.25); transition: transform .18s ease; }
.ai-wheel-generate-arrow svg { width: 15px; height: 15px; }
.ai-wheel-generate:hover .ai-wheel-generate-arrow { transform: translateX(2px); }
.ai-wheel-generate:disabled, .ai-wheel-concept-actions .btn:disabled { opacity: .45; cursor: not-allowed; transform: none; }
.ai-wheel-generating { padding: 36px; }
.ai-wheel-generating-copy { display: flex; max-width: 850px; align-items: center; gap: 20px; margin: 0 auto 30px; }
.ai-wheel-generating-copy h2 { margin: 4px 0 7px; font-family: 'Barlow Condensed',sans-serif; font-size: 38px; line-height: 1; text-transform: uppercase; }
.ai-wheel-generating-copy p:not(.eyebrow) { margin: 0; color: #66747a; font-size: 11px; line-height: 1.55; }
.ai-wheel-spinner { position: relative; width: 58px; height: 58px; flex: 0 0 auto; border: 2px solid #d9dfde; border-top-color: #e51249; border-radius: 50%; animation: ai-wheel-spin 1s linear infinite; }
.ai-wheel-spinner::after { position: absolute; inset: 10px; border: 1px solid #bec8c6; border-bottom-color: #11191d; border-radius: 50%; content: ''; animation: ai-wheel-spin .8s linear infinite reverse; }
@keyframes ai-wheel-spin { to { transform: rotate(360deg); } }
.ai-wheel-skeleton-grid { display: grid; grid-template-columns: repeat(4,1fr); gap: 8px; max-width: 1020px; margin: 0 auto; }
.ai-wheel-skeleton-grid.is-nine { grid-template-columns: repeat(3,1fr); max-width: 760px; }
.ai-wheel-skeleton-grid > span { position: relative; display: grid; overflow: hidden; aspect-ratio: 1; place-items: end start; padding: 12px; background: #e9edec; }
.ai-wheel-skeleton-grid > span::after { position: absolute; inset: 0; background: linear-gradient(100deg,transparent 20%,rgba(255,255,255,.8) 46%,transparent 72%); content: ''; animation: ai-wheel-shimmer 1.6s ease-in-out infinite; transform: translateX(-100%); }
.ai-wheel-skeleton-grid > span.is-center { background: #dfe5e3; box-shadow: inset 0 0 0 2px #e51249; }
.ai-wheel-skeleton-grid small { position: relative; z-index: 1; color: #79858a; font: 800 8px/1 ui-monospace,monospace; }
@keyframes ai-wheel-shimmer { to { transform: translateX(100%); } }
.ai-wheel-concept-grid { display: grid; grid-template-columns: repeat(4,1fr); gap: 1px; padding: 1px; background: #cfd6d5; }
.ai-wheel-concept-card { min-width: 0; background: #fff; }
.ai-wheel-concept-card.is-selected { box-shadow: inset 0 0 0 3px #e51249; }
.ai-wheel-concept-image { position: relative; display: block; width: 100%; overflow: hidden; aspect-ratio: 1; padding: 0; border: 0; background: #f4f5f4; cursor: pointer; }
.ai-wheel-concept-image img { width: 100%; height: 100%; object-fit: contain; transition: transform .3s ease; }
.ai-wheel-concept-image:hover img { transform: scale(1.025); }
.ai-wheel-concept-image > span { position: absolute; top: 12px; left: 12px; min-width: 30px; padding: 7px 9px; color: #fff; background: #11191d; font: 800 8px/1 ui-monospace,monospace; letter-spacing: .05em; }
.ai-wheel-concept-card.is-selected .ai-wheel-concept-image > span { background: #e51249; }
.ai-wheel-concept-card > div { display: flex; align-items: center; justify-content: space-between; gap: 8px; padding: 14px 15px 16px; }
.ai-wheel-concept-card > div strong { overflow: hidden; font-size: 10px; text-overflow: ellipsis; white-space: nowrap; }
.ai-wheel-concept-card > div button { flex: 0 0 auto; padding: 0; color: #bd153e; border: 0; background: transparent; cursor: pointer; font: 700 8px/1 inherit; }
.ai-wheel-concept-actions { display: flex; align-items: center; justify-content: flex-end; gap: 9px; padding: 20px 24px; border-top: 1px solid #dce2e1; }
.ai-wheel-concept-actions .btn { min-height: 46px; }
.ai-wheel-concept-actions .btn svg { width: 15px; height: 15px; }
.ai-wheel-nine-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 1px; padding: 1px; background: #c9d0cf; }
.ai-wheel-nine-grid button { position: relative; overflow: hidden; aspect-ratio: 1; padding: 0; border: 0; background: #f4f5f4; cursor: zoom-in; }
.ai-wheel-nine-grid button.is-selected { box-shadow: inset 0 0 0 4px #e51249; }
.ai-wheel-nine-grid img { width: 100%; height: 100%; object-fit: contain; }
.ai-wheel-nine-grid span { position: absolute; right: 8px; bottom: 8px; left: 8px; padding: 7px 8px; overflow: hidden; color: #fff; background: rgba(11,16,19,.78); font: 750 8px/1 ui-monospace,monospace; text-overflow: ellipsis; white-space: nowrap; }
.ai-wheel-nine-grid .is-selected span { background: #e51249; }
.ai-wheel-safety-note { display: grid; grid-template-columns: 28px minmax(0,1fr); gap: 13px; margin: 20px 24px 0; padding: 16px 18px; color: #dce8e4; background: #111a1f; }
.ai-wheel-safety-note.is-footer { margin: 24px 0 0; }
.ai-wheel-safety-note > svg { width: 22px; height: 22px; color: #43b88d; }
.ai-wheel-safety-note > div { display: grid; gap: 4px; }
.ai-wheel-safety-note strong { color: #fff; font-size: 10px; }
.ai-wheel-safety-note span { color: #9daaae; font-size: 9px; line-height: 1.55; }
.ai-wheel-error { display: grid; grid-template-columns: 36px minmax(0,1fr) auto; align-items: center; gap: 14px; margin-bottom: 14px; padding: 14px 16px; color: #7d1731; border: 1px solid #e2a6b5; background: #fff2f5; }
.ai-wheel-error > span { display: grid; width: 32px; height: 32px; place-items: center; color: #fff; border-radius: 50%; background: #cf1745; font-weight: 850; }
.ai-wheel-error strong { font-size: 11px; }
.ai-wheel-error p { margin: 3px 0 0; font-size: 9px; line-height: 1.4; }
.ai-wheel-error button { color: #9f1234; border: 0; background: transparent; cursor: pointer; font-size: 9px; font-weight: 800; }
.ai-wheel-image-overlay { padding: 22px; }
.ai-wheel-image-dialog { width: min(860px,calc(100vw - 32px)); max-height: calc(100vh - 44px); overflow: auto; padding: 18px; color: #fff; background: #0e1417; box-shadow: 0 30px 90px rgba(0,0,0,.52); }
.ai-wheel-image-dialog header { display: flex; align-items: flex-start; justify-content: space-between; gap: 20px; margin-bottom: 14px; }
.ai-wheel-image-dialog h2 { margin: 4px 0 0; font-family: 'Barlow Condensed',sans-serif; font-size: 32px; text-transform: uppercase; }
.ai-wheel-image-dialog > img { display: block; width: 100%; max-height: 70vh; object-fit: contain; background: #f2f4f3; }
.ai-wheel-image-dialog > p { margin: 12px 0 0; color: #9caaae; font-size: 9px; line-height: 1.55; }
.workshop-ai-studio-entry { border-top: 3px solid #e51249; }
.workshop-ai-studio-context { display: flex; align-items: center; gap: 12px; margin: 0 22px 18px; padding: 14px; border: 1px solid #d5dddb; background: #f2f5f4; }
.workshop-ai-studio-context svg { width: 20px; height: 20px; color: #258262; }
.workshop-ai-studio-context span { display: grid; gap: 3px; }
.workshop-ai-studio-context small { color: #718087; font-size: 8px; }
.workshop-ai-studio-context strong { font-size: 11px; }

html[dir='rtl'] .ai-wheel-progress > span { border-right: 0; border-left: 1px solid rgba(255,255,255,.12); }
html[dir='rtl'] .ai-wheel-copy-fields { padding-right: 0; padding-left: 28px; }
html[dir='rtl'] .ai-wheel-spec-panel { padding-right: 28px; padding-left: 0; border-right: 1px solid #dce2e1; border-left: 0; }
html[dir='rtl'] .ai-wheel-concept-image > span { right: 12px; left: auto; }

@media (max-width: 1100px) {
  .ai-wheel-hero-grid { grid-template-columns: minmax(0,1fr) 170px; gap: 32px; }
  .ai-wheel-hero-mark strong { font-size: 78px; }
  .ai-wheel-brief-grid { grid-template-columns: 1fr; }
  .ai-wheel-copy-fields { padding-right: 0; }
  .ai-wheel-spec-panel { margin-top: 24px; padding: 24px 0 0; border-top: 1px solid #dce2e1; border-left: 0; }
  .ai-wheel-reference-fields { grid-template-columns: 1fr 1fr; }
  .ai-wheel-reference-fields > div { grid-column: 1 / -1; }
  html[dir='rtl'] .ai-wheel-copy-fields { padding-left: 0; }
  html[dir='rtl'] .ai-wheel-spec-panel { padding-right: 0; border-right: 0; }
}
@media (max-width: 820px) {
  .nav-link-ai { justify-content: space-between; }
  .ai-wheel-hero-grid { grid-template-columns: 1fr; padding: 40px 0 34px; }
  .ai-wheel-hero-mark { display: none; }
  .ai-wheel-progress { margin-right: -20px; margin-left: -20px; border-right: 0; border-left: 0; }
  .ai-wheel-concept-grid { grid-template-columns: repeat(2,1fr); }
  .ai-wheel-skeleton-grid { grid-template-columns: repeat(2,1fr); }
}
@media (max-width: 620px) {
  .ai-wheel-hero .container { padding-top: 14px; }
  body.fbox-global-premium .ai-wheel-hero-grid h1 { font-size: 48px; }
  .ai-wheel-hero-grid p:not(.eyebrow) { font-size: 11px; }
  .ai-wheel-progress > span { min-width: 0; min-height: 56px; gap: 7px; padding: 0 9px; }
  .ai-wheel-progress b { width: 25px; height: 25px; }
  .ai-wheel-progress small { font-size: 8px; }
  .ai-wheel-workspace { padding-top: 18px; padding-bottom: 45px; }
  .ai-wheel-brief-head, .ai-wheel-section-head { padding: 20px 18px 17px; }
  .ai-wheel-brief-head h2, .ai-wheel-section-head h2 { font-size: 30px; }
  .ai-wheel-brief-head > span, .ai-wheel-section-head > strong { font-size: 34px; }
  .ai-wheel-mode-tabs { width: calc(100% - 28px); margin: 14px 14px 0; padding: 3px; }
  .ai-wheel-mode-tabs button { min-height: 46px; padding: 0 5px; font-size: 9px; line-height: 1.25; }
  .ai-wheel-brief-grid { padding: 14px 14px 18px; }
  .ai-wheel-reference-fields, .ai-wheel-spec-grid { grid-template-columns: 1fr; }
  .ai-wheel-reference-fields > div { grid-column: auto; }
  .ai-wheel-upload { min-height: 96px; }
  .ai-wheel-reference-preview button { min-height: 42px; padding: 0 12px; }
  .ai-wheel-main-prompt textarea { min-height: 160px; }
  .ai-wheel-generate { min-height: 56px; }
  .ai-wheel-concept-grid { grid-template-columns: 1fr 1fr; }
  .ai-wheel-concept-card > div { display: grid; padding: 10px; }
  .ai-wheel-concept-card > div button { text-align: left; }
  .ai-wheel-concept-actions { display: grid; grid-template-columns: 1fr; padding: 14px; }
  .ai-wheel-concept-actions .btn { width: 100%; justify-content: center; }
  .ai-wheel-nine-grid span { right: 4px; bottom: 4px; left: 4px; padding: 5px; font-size: 6px; }
  .ai-wheel-safety-note { margin: 14px 14px 0; padding: 13px; }
  .ai-wheel-generating { padding: 22px 14px; }
  .ai-wheel-generating-copy { align-items: flex-start; }
  .ai-wheel-spinner { width: 42px; height: 42px; }
  .ai-wheel-generating-copy h2 { font-size: 29px; }
  .ai-wheel-error { grid-template-columns: 30px minmax(0,1fr); }
  .ai-wheel-error > button { grid-column: 2; width: max-content; padding: 0; }
  .ai-wheel-image-overlay { padding: 8px; }
  .ai-wheel-image-dialog { width: calc(100vw - 16px); max-height: calc(100vh - 16px); padding: 12px; }
}
@media (prefers-reduced-motion: reduce) {
  .ai-wheel-spinner, .ai-wheel-spinner::after, .ai-wheel-skeleton-grid > span::after { animation: none; }
  .ai-wheel-concept-image img { transition: none; }
  .ai-wheel-concept-image:hover img { transform: none; }
}
