:root {
  --ink: #0e1318;
  --ink-2: #171e25;
  --muted: #66717c;
  --paper: #f7f8f4;
  --white: #ffffff;
  --yellow: #ffd400;
  --yellow-soft: #fff3a5;
  --green: #59b642;
  --lime: #b8f35d;
  --orange: #ff7043;
  --line: #dce1db;
}

* { box-sizing: border-box; }
html { max-width: 100%; scroll-behavior: smooth; scroll-padding-top: 104px; overflow-x: hidden; }
body {
  max-width: 100%;
  margin: 0;
  background: var(--paper);
  color: var(--ink);
  font-family: Arial, Helvetica, sans-serif;
  overflow-x: hidden;
}
a { color: inherit; text-decoration: none; }
img { max-width: 100%; }
button, input, textarea { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
main { width: 100%; max-width: 100%; overflow-x: hidden; overflow-x: clip; }
.shell { width: min(1180px, calc(100% - 48px)); max-width: calc(100vw - 48px); margin-inline: auto; }
.section { padding: 110px 0; }

.utility-bar { background: #070a0d; color: #bcc4cb; font-size: 12px; letter-spacing: .04em; }
.utility-inner { min-height: 34px; display: flex; align-items: center; justify-content: space-between; gap: 20px; }
.utility-company { font-weight: 800; color: #fff; }
.utility-links { display: flex; align-items: center; gap: 26px; }
.utility-links a { display: flex; align-items: center; gap: 8px; transition: color .2s ease; }
.utility-links a:hover { color: var(--yellow); }

.site-header { position: relative; z-index: 50; background: rgba(255,255,255,.96); border-bottom: 1px solid rgba(14,19,24,.08); }
.nav { min-height: 84px; display: flex; align-items: center; justify-content: space-between; gap: 38px; }
.logo-link { display: flex; align-items: center; gap: 18px; }
.brand { display: inline-flex; align-items: center; gap: 10px; flex: 0 0 auto; }
.brand-mark { width: 52px; height: 52px; filter: drop-shadow(0 6px 8px rgba(14,19,24,.15)); }
.brand-text { display: flex; flex-direction: column; line-height: .8; letter-spacing: -.045em; }
.brand-text b { font-size: 22px; font-weight: 1000; }
.brand-text em { margin-top: 7px; font-size: 13px; font-style: normal; font-weight: 900; letter-spacing: .16em; }
.brand-compact .brand-text { display: none; }
.brand-compact .brand-mark { width: 26px; height: 26px; filter: none; }
.brand-logo { line-height: 0; }
.brand-logo-image { width: 78px; height: 78px; display: block; object-fit: contain; filter: drop-shadow(0 7px 11px rgba(14,19,24,.16)); }
.logo-tagline { border-left: 1px solid #d6dad5; padding-left: 18px; color: #63706e; font-size: 12px; font-weight: 700; line-height: 1.35; letter-spacing: .04em; text-transform: uppercase; }
.nav-links { display: flex; align-items: center; gap: 30px; font-size: 14px; font-weight: 750; }
.nav-links > a:not(.button) { position: relative; padding: 30px 0; }
.nav-links > a:not(.button)::after { content: ""; position: absolute; left: 0; right: 100%; bottom: 21px; height: 2px; background: var(--green); transition: right .25s ease; }
.nav-links > a:not(.button):hover::after { right: 0; }
.button { max-width: 100%; min-width: 0; min-height: 56px; padding: 10px 24px; border: 0; border-radius: 10px; display: inline-flex; align-items: center; justify-content: center; gap: 12px; cursor: pointer; font-size: 14px; font-weight: 900; line-height: 1.25; letter-spacing: .015em; text-align: center; white-space: normal; overflow-wrap: anywhere; transition: transform .2s ease, box-shadow .2s ease, background .2s ease; }
.button:hover { transform: translateY(-2px); }
.button svg { transition: transform .25s ease; }
.button:hover svg { transform: translateX(4px); }
.button-primary { background: var(--yellow); color: #11150f; box-shadow: 0 12px 35px rgba(255,212,0,.22); }
.button-primary:hover { background: #ffe13c; box-shadow: 0 15px 38px rgba(255,212,0,.32); }
.button-small { min-height: 44px; border-radius: 8px; padding: 0 17px; font-size: 12px; }
.button-ghost { color: white; border: 1px solid rgba(255,255,255,.25); background: rgba(255,255,255,.06); }
.button-ghost:hover { background: rgba(255,255,255,.12); }
.button-dark { width: 100%; background: var(--ink); color: white; }
.menu-button { display: none; width: 46px; height: 46px; align-items: center; justify-content: center; border: 1px solid #dfe3dd; border-radius: 10px; background: white; color: var(--ink); }

.hero { position: relative; min-height: 800px; color: white; background:
  radial-gradient(circle at 86% 15%, rgba(89,182,66,.27), transparent 25%),
  radial-gradient(circle at 48% 120%, rgba(255,212,0,.12), transparent 38%),
  linear-gradient(120deg, #0b0f13 0%, #11181e 52%, #17221c 100%); }
.hero::before { content: ""; position: absolute; inset: 0; opacity: .25; pointer-events: none; background-image: linear-gradient(rgba(255,255,255,.035) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.035) 1px, transparent 1px); background-size: 52px 52px; mask-image: linear-gradient(to bottom, black, transparent 82%); }
.hero::after { content: ""; position: absolute; top: -180px; right: -260px; width: 700px; height: 700px; border: 1px solid rgba(184,243,93,.13); border-radius: 50%; box-shadow: 0 0 0 90px rgba(184,243,93,.025), 0 0 0 180px rgba(184,243,93,.018); }
.hero-grid { position: relative; z-index: 2; min-width: 0; min-height: 714px; display: grid; grid-template-columns: minmax(0, 1.04fr) minmax(0, .96fr); align-items: center; gap: 26px; padding-top: 36px; padding-bottom: 42px; }
.hero-grid > * { min-width: 0; }
.hero-copy { position: relative; z-index: 3; width: 100%; max-width: 100%; min-width: 0; padding: 30px 0; animation: heroCopyIn .75s cubic-bezier(.2,.7,.2,1) both; }
.eyebrow, .kicker { color: var(--green); font-size: 12px; font-weight: 950; letter-spacing: .19em; text-transform: uppercase; }
.eyebrow { display: flex; align-items: center; gap: 12px; color: var(--lime); }
.eyebrow span { width: 34px; height: 2px; background: var(--lime); }
.hero h1 { max-width: 690px; margin: 24px 0 24px; font-size: clamp(48px, 5.4vw, 78px); line-height: .98; letter-spacing: -.055em; font-weight: 850; }
.hero h1 strong { color: var(--yellow); font-weight: 850; }
.hero-copy > p { max-width: 640px; margin: 0; color: #bdc6cb; font-size: 17px; line-height: 1.7; overflow-wrap: anywhere; }
.hero-actions { width: 100%; max-width: 100%; min-width: 0; display: flex; align-items: center; gap: 12px; margin-top: 34px; }
.hero-proof { width: 100%; max-width: 650px; min-width: 0; display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 0; margin-top: 46px; padding-top: 26px; border-top: 1px solid rgba(255,255,255,.12); }
.hero-proof div { padding: 0 22px; border-right: 1px solid rgba(255,255,255,.12); }
.hero-proof div:first-child { padding-left: 0; }
.hero-proof div:last-child { border: 0; }
.hero-proof b, .hero-proof span { display: block; }
.hero-proof b { color: white; font-size: 19px; }
.hero-proof span { margin-top: 5px; color: #78848c; font-size: 11px; line-height: 1.35; text-transform: uppercase; letter-spacing: .08em; }

.wheel-stage { position: relative; z-index: 1; min-height: 610px; display: flex; align-items: center; justify-content: center; transform: translateX(8px); }
.wheel-halo { position: absolute; width: 540px; height: 540px; border-radius: 50%; background: radial-gradient(circle, rgba(255,212,0,.18), rgba(89,182,66,.08) 47%, transparent 72%); filter: blur(14px); animation: haloPulse 6s ease-in-out infinite; }
.hero-wheel-art { position: relative; z-index: 2; width: min(650px, 54vw); aspect-ratio: 1.12; overflow: hidden; border-radius: 42% 48% 46% 44%; filter: drop-shadow(0 42px 44px rgba(0,0,0,.42)); animation: wheelFloat 6.5s ease-in-out infinite, heroArtIn .9s .1s cubic-bezier(.2,.7,.2,1) both; }
.hero-wheel-art img { position: absolute; inset: 0; width: 100%; height: 100%; display: block; object-fit: cover; object-position: 78% center; transform: scale(1.02); transition: transform .75s cubic-bezier(.2,.7,.2,1), filter .75s ease; }
.wheel-stage:hover .hero-wheel-art img { transform: scale(1.06) translateY(-3px) rotate(-.35deg); filter: saturate(1.1) contrast(1.04); }
.wheel-floor { position: absolute; z-index: 3; left: 22%; right: 2%; bottom: 5%; height: 12%; border-radius: 50%; background: rgba(184,243,93,.16); filter: blur(28px); opacity: .48; pointer-events: none; }
@keyframes heroCopyIn { from { opacity: 0; transform: translateY(22px); } to { opacity: 1; transform: translateY(0); } }
@keyframes heroArtIn { from { opacity: 0; transform: translateX(28px) scale(.96); } to { opacity: 1; transform: translateX(0) scale(1); } }
@keyframes wheelFloat { 0%, 100% { translate: 0 0; } 50% { translate: 0 -11px; } }
@keyframes haloPulse { 0%, 100% { opacity: .72; transform: scale(.96); } 50% { opacity: 1; transform: scale(1.04); } }
.floating-card { position: absolute; z-index: 5; min-width: 190px; padding: 14px 16px; display: flex; align-items: center; gap: 12px; border: 1px solid rgba(255,255,255,.14); border-radius: 12px; background: rgba(17,24,30,.8); box-shadow: 0 18px 40px rgba(0,0,0,.24); backdrop-filter: blur(12px); }
.floating-card b, .floating-card small { display: block; }
.floating-card b { font-size: 13px; }
.floating-card small { margin-top: 4px; color: #8f9aa1; font-size: 10px; text-transform: uppercase; letter-spacing: .08em; }
.floating-card .dot { width: 11px; height: 11px; border-radius: 50%; background: var(--lime); box-shadow: 0 0 0 5px rgba(184,243,93,.12), 0 0 18px var(--lime); }
.stock-card { top: 24px; right: 12px; animation: cardDrift 5.3s ease-in-out infinite; }
.cert-card { left: 4px; bottom: 92px; color: var(--yellow); animation: cardDrift 5.3s 1.1s ease-in-out infinite reverse; }
.cert-card b { color: white; }
@keyframes cardDrift { 0%, 100% { transform: translateY(0); } 50% { transform: translateY(-7px); } }
.wheel-caption { position: absolute; bottom: 14px; right: 10px; color: rgba(255,255,255,.13); font-size: 54px; font-weight: 1000; letter-spacing: -.07em; }
.wheel-caption span { color: var(--yellow); }
.speed-line { position: absolute; height: 3px; background: linear-gradient(90deg, transparent, var(--yellow), transparent); transform: rotate(-12deg); opacity: .55; filter: blur(.4px); }
.line-one { width: 610px; top: 170px; left: -20px; }
.line-two { width: 500px; bottom: 154px; left: 38px; background: linear-gradient(90deg, transparent, var(--green), transparent); }
.brand-loop { --brand-loop-duration: 58s; --brand-loop-fade: #0d1318; position: relative; overflow: hidden; }
.brand-loop::before, .brand-loop::after { content: ""; position: absolute; z-index: 3; top: 0; bottom: 0; width: 72px; pointer-events: none; background: linear-gradient(90deg, var(--brand-loop-fade), transparent); }
.brand-loop::before { left: 0; }
.brand-loop::after { right: 0; transform: scaleX(-1); }
.brand-loop-track { position: relative; z-index: 1; width: max-content; display: flex; align-items: center; will-change: transform; }
.brand-loop-ready .brand-loop-track { animation: brandLoop var(--brand-loop-duration) linear infinite; }
.brand-loop:hover .brand-loop-track, .brand-loop:focus-within .brand-loop-track { animation-play-state: paused; }
.brand-loop-group { flex: 0 0 auto; display: flex; align-items: center; }
@keyframes brandLoop { to { transform: translateX(-50%); } }

.hero-marquee { --brand-loop-duration: 66s; --brand-loop-fade: #090d10; position: relative; z-index: 3; height: 86px; display: flex; align-items: center; border-top: 1px solid rgba(255,255,255,.1); border-bottom: 1px solid rgba(255,255,255,.1); background: rgba(7,10,13,.55); }
.hero-marquee .brand-loop-group { gap: 34px; padding-right: 34px; }
.hero-marquee span { display: flex; align-items: center; gap: 34px; color: #717b82; font-size: 14px; font-weight: 950; letter-spacing: .12em; text-transform: uppercase; white-space: nowrap; }
.hero-marquee i { color: var(--yellow); font-style: normal; }

.section-heading h2 { margin: 14px 0 20px; font-size: clamp(38px, 4.1vw, 58px); line-height: 1.06; letter-spacing: -.045em; overflow-wrap: anywhere; }
.section-heading p { color: var(--muted); font-size: 16px; line-height: 1.7; }
.split-heading { display: grid; grid-template-columns: 1.15fr .65fr; align-items: end; gap: 90px; margin-bottom: 54px; }
.split-heading p { margin: 0 0 9px; }
.center-heading { max-width: 760px; margin: 0 auto 54px; text-align: center; }
.light-heading { color: white; }
.light-heading p { color: #8e9aa2; }
.light-heading em { color: var(--yellow); font-style: normal; }

.advantages { background: #f7f8f4; }
.benefit-grid { display: grid; grid-template-columns: repeat(3, 1fr); align-items: stretch; gap: 20px; }
.benefit-card { position: relative; min-height: 440px; padding: 28px 32px 34px; display: flex; flex-direction: column; overflow: hidden; isolation: isolate; border: 1px solid rgba(14,19,24,.08); border-radius: 20px; color: #000; box-shadow: 0 20px 55px rgba(31,43,48,.08); transition: transform .35s cubic-bezier(.2,.7,.2,1), box-shadow .35s ease, filter .35s ease; }
.benefit-card::after { content: ""; position: absolute; width: 190px; height: 190px; right: -55px; bottom: -65px; border-radius: 50%; border: 38px solid rgba(255,255,255,.28); }
.benefit-card::before { content: ""; position: absolute; z-index: -1; inset: 0; background: linear-gradient(135deg, rgba(255,255,255,.23), transparent 38%); opacity: .65; }
.benefit-card:hover { transform: translateY(-10px); box-shadow: 0 30px 68px rgba(31,43,48,.19); filter: saturate(1.04); }
.benefit-yellow { background: var(--yellow); }
.benefit-green { background: var(--green); }
.benefit-orange { background: var(--orange); }
.benefit-art { position: relative; z-index: 2; width: 100%; height: 132px; margin: -2px 0 10px; }
.benefit-art img { position: absolute; inset: 0; width: 100%; height: 100%; display: block; object-fit: contain; object-position: center; filter: drop-shadow(0 16px 17px rgba(18,24,27,.2)); transition: transform .55s cubic-bezier(.2,.7,.2,1), filter .55s ease; }
.benefit-card:hover .benefit-art img { transform: translateY(-5px) scale(1.065) rotate(-.5deg); filter: drop-shadow(0 22px 22px rgba(18,24,27,.28)); }
.benefit-card > span { position: absolute; z-index: 3; top: 28px; right: 30px; color: #000; font-size: 13px; font-weight: 950; }
.benefit-card h3 { position: relative; z-index: 2; max-width: 280px; margin: 12px 0 24px; font-size: 28px; line-height: 1.08; letter-spacing: -.03em; }
.benefit-card ul { position: relative; z-index: 2; margin: 0; padding: 0; display: grid; gap: 14px; list-style: none; font-size: 14px; font-weight: 700; }
.benefit-card li { display: flex; align-items: flex-start; gap: 9px; line-height: 1.45; }
.benefit-card li svg { flex: 0 0 auto; margin-top: 1px; }
.benefit-card .benefit-brand-names { font-size: 12.5px; line-height: 1.5; }

.brands-section { position: relative; overflow: hidden; color: white; background: #0d1318; }
.brands-section::before { content: "BRANDS"; position: absolute; top: 42px; left: 50%; transform: translateX(-50%); color: rgba(255,255,255,.025); font-size: min(18vw, 250px); font-weight: 1000; letter-spacing: -.07em; }
.brands-glow { position: absolute; width: 720px; height: 720px; left: 50%; top: -440px; transform: translateX(-50%); border-radius: 50%; background: rgba(255,212,0,.13); filter: blur(100px); animation: brandsGlow 7s ease-in-out infinite; }
@keyframes brandsGlow { 0%, 100% { opacity: .7; scale: .96; } 50% { opacity: 1; scale: 1.06; } }
.featured-brands { position: relative; display: grid; grid-template-columns: repeat(2, 1fr); gap: 14px; }
.brand-card { min-height: 152px; padding: 24px 28px; display: grid; grid-template-columns: auto 72px 1fr auto; align-items: center; gap: 23px; border: 1px solid rgba(255,255,255,.22); border-radius: 16px; background: rgba(255,255,255,.05); box-shadow: inset 0 1px 0 rgba(255,255,255,.035); transition: transform .3s cubic-bezier(.2,.7,.2,1), border-color .3s ease, background .3s ease, box-shadow .3s ease; }
.brand-card:hover { transform: translateY(-6px); border-color: rgba(255,212,0,.68); background: rgba(255,255,255,.08); box-shadow: 0 18px 38px rgba(0,0,0,.2), inset 0 1px 0 rgba(255,255,255,.07); }
.brand-index { align-self: start; color: #5e6970; font-size: 11px; font-weight: 900; }
.brand-symbol { position: relative; width: 66px; height: 66px; display: grid; place-items: center; }
.brand-symbol::before { content: ""; position: absolute; width: 46px; height: 46px; border-radius: 12px; background: var(--yellow); transform: rotate(45deg); box-shadow: inset 0 1px 0 rgba(255,255,255,.32); transition: background-color .3s ease, box-shadow .3s ease; }
.brand-symbol-logo { position: relative; z-index: 1; display: block; width: 44px; height: 44px; object-fit: contain; }
.brand-symbol-logo-roadstone { width: 40px; height: 40px; }
.brand-symbol-logo-starmaxx { width: 45px; height: 45px; }
.brand-symbol-logo-haida { width: 45px; height: 45px; }
.brand-symbol-logo-westlake { width: 44px; height: 44px; }
.brand-card:hover .brand-symbol::before { background: #ffdc27; box-shadow: 0 10px 24px rgba(255,212,0,.22), inset 0 1px 0 rgba(255,255,255,.42); }
.brand-card h3 { margin: 0; font-size: 25px; letter-spacing: -.03em; }
.brand-card > div { min-width: 0; }
.brand-card p { margin: 6px 0 0; color: #718089; font-size: 12px; }
.brand-card > svg { color: #8e9aa1; transition: transform .3s ease, color .3s ease; }
.brand-card:hover > svg { color: var(--yellow); transform: translateX(5px); }
.all-brands { --brand-loop-duration: 58s; width: 100%; margin-top: 26px; padding: 5px 0 9px; }
.all-brands .brand-loop-group { gap: 9px; padding-right: 9px; }
.all-brands span { flex: 0 0 auto; padding: 12px 16px; border: 1px solid rgba(255,255,255,.17); border-radius: 999px; color: #a2adb3; background: rgba(255,255,255,.04); font-size: 11px; font-weight: 900; letter-spacing: .07em; text-transform: uppercase; white-space: nowrap; transition: transform .25s ease, border-color .25s ease, color .25s ease, background .25s ease; }
.all-brands span:hover { transform: translateY(-3px); border-color: rgba(255,212,0,.55); color: white; background: rgba(255,212,0,.08); }
.certificates { margin-top: 66px; padding-top: 52px; display: grid; grid-template-columns: .76fr 1.24fr; gap: 52px; border-top: 1px solid rgba(255,255,255,.17); }
.cert-copy { display: flex; align-items: flex-start; gap: 18px; }
.cert-copy .icon-box { width: 58px; height: 58px; flex: 0 0 auto; display: grid; place-items: center; border-radius: 15px; color: var(--ink); background: var(--yellow); }
.cert-copy h3 { margin: 10px 0 0; font-size: 23px; line-height: 1.2; }
.cert-list { display: grid; grid-template-columns: repeat(2, 1fr); gap: 12px; }
.certificate { min-height: 85px; padding: 18px; display: flex; align-items: center; gap: 14px; border: 1px solid rgba(255,255,255,.15); border-radius: 13px; color: #cbd3d6; background: #171e24; box-shadow: inset 0 1px 0 rgba(255,255,255,.03); transition: transform .27s ease, border-color .27s ease, background .27s ease; }
.certificate:hover { transform: translateY(-4px); border-color: rgba(89,182,66,.75); background: #1b252c; }
.certificate svg { color: var(--green); }
.certificate b, .certificate span { display: block; }
.certificate b { color: white; font-size: 13px; }
.certificate span { margin-top: 5px; color: #6f7a81; font-size: 10px; }

.about { background: white; }
.about-grid { display: grid; grid-template-columns: .94fr 1.06fr; align-items: stretch; gap: 85px; }
.about-visual { position: relative; min-height: 610px; overflow: hidden; isolation: isolate; border: 1px solid rgba(14,19,24,.08); border-radius: 24px; background:
  radial-gradient(circle at 78% 18%, rgba(255,255,255,.76), transparent 23%),
  radial-gradient(circle at 16% 86%, rgba(89,182,66,.22), transparent 29%),
  linear-gradient(145deg, #fff4a8 0%, #ffd400 52%, #ffb824 100%); box-shadow: 0 32px 76px rgba(255,186,0,.24); }
.about-visual::before { content: ""; position: absolute; z-index: 0; width: 430px; height: 430px; right: -176px; bottom: -126px; border: 1px solid rgba(14,19,24,.14); border-radius: 50%; box-shadow: 0 0 0 58px rgba(255,255,255,.08), 0 0 0 116px rgba(14,19,24,.035); }
.about-visual::after { content: ""; position: absolute; z-index: 0; inset: 0; pointer-events: none; background: linear-gradient(118deg, rgba(255,255,255,.31), transparent 31%, rgba(14,19,24,.06)); }
.about-art { position: absolute; z-index: 2; inset: -8px -112px -18px -86px; display: grid; place-items: center; pointer-events: none; }
.about-art img { width: 100%; height: 100%; object-fit: cover; object-position: 69% center; filter: drop-shadow(0 31px 28px rgba(12,17,20,.34)); transform: translate3d(0,0,0) rotate(-1.2deg) scale(1.015); transform-origin: 57% 70%; transition: transform .75s cubic-bezier(.2,.72,.2,1), filter .75s ease; }
.about-visual:hover .about-art img { transform: translate3d(8px,-10px,0) rotate(.4deg) scale(1.045); filter: drop-shadow(0 39px 34px rgba(12,17,20,.42)); }
.about-badge { position: absolute; z-index: 4; top: 28px; left: 28px; width: 140px; padding: 18px; border: 1px solid rgba(14,19,24,.13); border-radius: 14px; background: rgba(255,255,255,.82); box-shadow: 0 16px 34px rgba(14,19,24,.12); backdrop-filter: blur(8px); }
.about-badge b, .about-badge span { display: block; }
.about-badge b { font-size: 32px; }
.about-badge span { margin-top: 5px; font-size: 10px; line-height: 1.3; text-transform: uppercase; letter-spacing: .08em; }
.about-copy h2 { margin: 15px 0 24px; font-size: clamp(38px, 4vw, 55px); line-height: 1.05; letter-spacing: -.048em; }
.about-copy p { color: var(--muted); font-size: 15px; line-height: 1.75; }
.about-copy p.lead { color: #29333b; font-size: 18px; }
.about-details { display: grid; gap: 12px; }
.about-details p { margin: 0; }
.about-details strong { color: #29333b; }
.about-details .about-subheading { margin-top: 4px; color: var(--ink); font-size: 17px; }
.about-stats { display: grid; grid-template-columns: repeat(3, 1fr); gap: 10px; margin: 34px 0; }
.about-stats div { display: flex; align-items: center; gap: 12px; padding: 18px 12px; border-top: 2px solid var(--yellow); background: #f7f8f4; }
.about-stats b { font-size: 28px; }
.about-stats span { color: #7b858b; font-size: 10px; line-height: 1.3; text-transform: uppercase; letter-spacing: .06em; }
.text-link { display: inline-flex; align-items: center; gap: 9px; border-bottom: 2px solid var(--ink); padding-bottom: 5px; font-size: 14px; font-weight: 900; }

.wholesale { padding-top: 0; background: white; }
.wholesale-grid { padding: 70px; display: grid; grid-template-columns: .78fr 1.22fr; gap: 80px; border-radius: 24px; background: #eef1ea; }
.wholesale .section-heading h2 { font-size: 44px; }
.offer-list { display: grid; }
.offer-list article { min-height: 108px; display: grid; grid-template-columns: 46px 1fr auto; align-items: center; gap: 16px; border-bottom: 1px solid #cfd5cd; }
.offer-list article:first-child { border-top: 1px solid #cfd5cd; }
.offer-list > article > span { color: var(--green); font-size: 12px; font-weight: 950; }
.offer-list h3 { margin: 0; font-size: 18px; }
.offer-list p { margin: 7px 0 0; color: #6f787d; font-size: 12px; line-height: 1.5; }
.offer-list svg { color: #9ba49e; }
.wholesale-notes { grid-column: 1 / -1; padding: 26px 30px; display: grid; grid-template-columns: .8fr 1.25fr .95fr; gap: 28px; border: 1px solid #d5dcd2; border-radius: 16px; background: rgba(255,255,255,.72); box-shadow: inset 4px 0 0 var(--yellow); }
.wholesale-notes p { margin: 0; color: #68736e; font-size: 13px; line-height: 1.65; }
.wholesale-notes strong { color: var(--ink); }

.team { background: #f7f8f4; }
.team .split-heading { grid-template-columns: 1.48fr .52fr; gap: 64px; }
.team .section-heading h2 { max-width: 850px; font-size: clamp(40px, 3.8vw, 56px); }
.manager-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.manager-card { position: relative; min-width: 0; padding: 25px; overflow: hidden; border: 1px solid #d9dfd6; border-radius: 19px; background: linear-gradient(155deg, #fffde8 0%, #fff 38%, #f7faf5 100%); box-shadow: 0 17px 48px rgba(31,43,48,.09); transition: transform .28s cubic-bezier(.2,.7,.2,1), border-color .28s ease, box-shadow .28s ease; }
.manager-card::before { content: ""; position: absolute; inset: 0 0 auto; height: 5px; background: linear-gradient(90deg, var(--yellow), var(--green), var(--orange)); }
.manager-card::after { content: ""; position: absolute; width: 190px; height: 190px; top: -96px; right: -66px; border: 25px solid rgba(89,182,66,.07); border-radius: 50%; pointer-events: none; transition: transform .45s ease, border-color .35s ease; }
.manager-card:hover { transform: translateY(-7px); border-color: #bdcbb8; box-shadow: 0 26px 58px rgba(31,43,48,.15); }
.manager-card:hover::after { transform: scale(1.1) rotate(8deg); border-color: rgba(255,212,0,.12); }
.manager-top { position: relative; min-height: 184px; display: flex; align-items: flex-start; justify-content: space-between; }
.manager-number { position: relative; z-index: 4; padding: 7px 10px; border-radius: 999px; color: #6d786f; background: rgba(255,255,255,.88); box-shadow: inset 0 0 0 1px #dfe5dc, 0 8px 18px rgba(31,43,48,.06); font-size: 10px; font-weight: 950; letter-spacing: .08em; }
.manager-visual { position: absolute; z-index: 2; top: -26px; right: 2px; width: 210px; height: 210px; display: grid; place-items: center; perspective: 600px; }
.manager-visual::before { content: ""; position: absolute; width: 148px; height: 148px; border-radius: 50%; background: radial-gradient(circle, rgba(255,212,0,.3), rgba(89,182,66,.13) 52%, transparent 72%); filter: blur(8px); opacity: .7; transition: transform .45s ease, opacity .35s ease; }
.manager-visual img { position: relative; z-index: 2; width: 100%; height: 100%; object-fit: contain; filter: drop-shadow(0 18px 16px rgba(20,29,24,.24)); transform: translateY(0) rotate(-1deg) scale(.96); transform-origin: center; transition: transform .5s cubic-bezier(.2,.75,.2,1), filter .45s ease; }
.manager-initials { position: absolute; z-index: 4; right: 5px; bottom: 3px; min-width: 40px; height: 30px; padding: 0 9px; display: grid; place-items: center; border: 2px solid white; border-radius: 999px; color: #172019; background: linear-gradient(135deg, var(--yellow), #dff47c); box-shadow: 0 8px 18px rgba(31,43,48,.2); font-size: 11px; font-weight: 950; transition: transform .35s ease, color .35s ease, background .35s ease; }
.manager-card:hover .manager-visual img { transform: translateY(-9px) rotate(2deg) scale(1.08); filter: drop-shadow(0 26px 22px rgba(20,29,24,.32)); }
.manager-card:hover .manager-visual::before { transform: scale(1.24); opacity: 1; }
.manager-card:hover .manager-initials { transform: translateY(-4px) rotate(-4deg); color: var(--yellow); background: var(--ink); }
.manager-card h3 { position: relative; z-index: 3; margin: 10px 0 10px; font-size: 20px; line-height: 1.15; letter-spacing: -.025em; }
.manager-card > p { min-height: 62px; margin: 0; color: #65716a; font-size: 12.5px; line-height: 1.55; }
.manager-links { display: grid; gap: 9px; margin-top: 22px; padding-top: 19px; border-top: 1px solid #dfe5dc; }
.manager-links a { min-width: 0; min-height: 50px; padding: 10px 12px; display: flex; align-items: center; gap: 9px; border: 1px solid #d7e4d3; border-radius: 11px; color: #244126; background: #edf8eb; font-size: 14.5px; font-weight: 900; line-height: 1.25; transition: transform .2s ease, border-color .2s ease, box-shadow .2s ease, background .2s ease; }
.manager-links a:last-child { border-color: #eadf9d; color: #4f481d; background: #fff9d8; font-size: 12.5px; }
.manager-links a:hover { transform: translateX(3px); border-color: var(--green); box-shadow: 0 8px 20px rgba(45,73,40,.11); background: white; }
.manager-links svg { width: 30px; height: 30px; flex: 0 0 auto; padding: 6px; border-radius: 8px; color: #2f883a; background: rgba(255,255,255,.86); box-shadow: inset 0 0 0 1px rgba(34,71,35,.08); }
.manager-links a:last-child svg { color: #8b7411; }
.manager-links a span { min-width: 0; overflow-wrap: anywhere; word-break: break-word; }

.values { background: white; }
.values-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 14px; }
.value-card { position: relative; min-width: 0; min-height: 240px; padding: 18px 24px 27px; overflow: hidden; isolation: isolate; border: 1px solid #d4dcd2; border-radius: 18px; background: radial-gradient(circle at 50% 3%, rgba(255,212,0,.12), transparent 31%), linear-gradient(180deg, #fff 0%, #fbfcfa 100%); box-shadow: 0 10px 26px rgba(31,43,48,.055), inset 0 1px 0 white; transition: transform .3s cubic-bezier(.2,.75,.2,1), background .3s ease, border-color .3s ease, box-shadow .3s ease; }
.value-card::before { content: ""; position: absolute; z-index: -1; inset: 0 0 auto; height: 4px; background: linear-gradient(90deg, var(--yellow), var(--green)); opacity: .82; }
.value-card:nth-child(4n+2) { background: radial-gradient(circle at 50% 3%, rgba(89,182,66,.13), transparent 31%), linear-gradient(180deg, #fff 0%, #f8fbf6 100%); }
.value-card:nth-child(4n+3) { background: radial-gradient(circle at 50% 3%, rgba(255,112,67,.1), transparent 31%), linear-gradient(180deg, #fff 0%, #fcfaf8 100%); }
.value-card:nth-child(4n+4)::before { background: linear-gradient(90deg, var(--orange), var(--yellow)); }
.value-card:hover { transform: translateY(-7px); border-color: #bfcbbb; background-color: #fffce6; box-shadow: 0 24px 46px rgba(31,43,48,.13); }
.value-visual { position: relative; z-index: 1; height: 205px; margin: -7px -6px 5px; display: grid; place-items: center; }
.value-visual::before { content: ""; position: absolute; width: 132px; height: 132px; border: 1px solid rgba(89,182,66,.12); border-radius: 50%; box-shadow: 0 0 0 16px rgba(255,212,0,.035), 0 0 0 32px rgba(89,182,66,.025); transition: transform .5s ease, border-color .35s ease; }
.value-visual::after { content: ""; position: absolute; left: 20%; right: 20%; bottom: 9px; height: 19px; border-radius: 50%; background: rgba(24,32,27,.16); filter: blur(12px); opacity: .45; transition: transform .45s ease, opacity .35s ease; }
.value-visual img { position: relative; z-index: 2; width: 100%; height: 100%; object-fit: contain; filter: drop-shadow(0 16px 13px rgba(24,32,27,.23)); transform: translateY(0) scale(.93); transform-origin: center; transition: transform .55s cubic-bezier(.2,.75,.2,1), filter .45s ease; }
.value-card:hover .value-visual img { transform: translateY(-8px) scale(1.01) rotate(-1deg); filter: drop-shadow(0 24px 18px rgba(24,32,27,.31)); }
.value-card:hover .value-visual::before { transform: rotate(12deg) scale(1.08); border-color: rgba(255,212,0,.42); }
.value-card:hover .value-visual::after { transform: scale(.82); opacity: .3; }
.value-card h3 { position: relative; z-index: 3; margin: 28px 0 13px; font-size: 18px; line-height: 1.2; overflow-wrap: anywhere; }
.value-card p { margin: 0; color: #606c65; font-size: 12.2px; line-height: 1.65; }

.warranty { margin-bottom: 110px; border-radius: 20px; background: #171e24; color: white; }
.warranty-toggle { width: 100%; padding: 42px 48px; display: flex; align-items: center; justify-content: space-between; gap: 30px; border: 0; color: white; background: transparent; text-align: left; cursor: pointer; }
.warranty-toggle-copy { min-width: 0; display: block; }
.warranty-title { display: block; margin: 10px 0 0; font-size: 29px; font-weight: 700; }
.warranty-indicator { width: 48px; height: 48px; flex: 0 0 auto; display: grid; place-items: center; border-radius: 50%; color: var(--ink); background: var(--yellow); transition: transform .25s ease; }
.warranty-indicator.rotate { transform: rotate(180deg); }
.warranty-content { max-height: 0; padding: 0 48px; overflow: hidden; display: grid; grid-template-columns: 1fr 1fr; gap: 34px; opacity: 0; transition: max-height .4s ease, opacity .3s ease, padding .4s ease; }
.warranty-visible { max-height: 1500px; padding-bottom: 44px; opacity: 1; }
.warranty-content div { padding-top: 28px; border-top: 1px solid rgba(255,255,255,.11); }
.warranty-content h3 { margin: 0 0 12px; color: var(--yellow); font-size: 15px; }
.warranty-content p { margin: 0; color: #9da8ae; font-size: 13px; line-height: 1.7; }
.warranty-content > p.warranty-alert { grid-column: 1 / -1; padding: 15px 18px; border-left: 4px solid var(--yellow); border-radius: 0 10px 10px 0; color: #eef1f2; background: rgba(255,212,0,.08); font-weight: 800; }
.warranty-content > a { grid-column: 1 / -1; justify-self: start; display: inline-flex; align-items: center; gap: 8px; font-size: 13px; font-weight: 850; }

.contact { position: relative; overflow: hidden; background: var(--green); }
.contact::before { content: ""; position: absolute; inset: 0; background-image: linear-gradient(rgba(255,255,255,.08) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.08) 1px, transparent 1px); background-size: 54px 54px; mask-image: linear-gradient(to right, black, transparent 75%); }
.contact-orbit { position: absolute; border: 1px solid rgba(255,255,255,.25); border-radius: 50%; }
.orbit-one { width: 500px; height: 500px; left: -220px; bottom: -350px; box-shadow: 0 0 0 70px rgba(255,255,255,.035); }
.orbit-two { width: 400px; height: 400px; right: -160px; top: -240px; box-shadow: 0 0 0 80px rgba(255,255,255,.035); }
.contact-grid { position: relative; display: grid; grid-template-columns: .9fr 1.1fr; align-items: center; gap: 100px; }
.contact-copy { color: white; }
.contact-copy .kicker { color: #153416; }
.contact-copy h2 { max-width: 520px; margin: 15px 0 22px; font-size: clamp(44px, 5vw, 66px); line-height: .98; letter-spacing: -.055em; }
.contact-copy > p { max-width: 540px; color: rgba(255,255,255,.78); font-size: 15px; line-height: 1.7; }
.contact-direct { display: grid; grid-template-columns: 1fr; gap: 10px; margin: 30px 0; }
.contact-direct a { min-width: 0; min-height: 64px; padding: 10px 12px; display: flex; align-items: center; gap: 11px; border: 1px solid rgba(255,255,255,.34); border-radius: 13px; background: rgba(19,72,22,.14); transition: transform .2s ease, background .2s ease, border-color .2s ease; }
.contact-direct a:hover { transform: translateY(-3px); border-color: rgba(255,255,255,.72); background: rgba(255,255,255,.13); }
.contact-direct a > span { width: 42px; height: 42px; display: grid; place-items: center; border-radius: 10px; color: var(--ink); background: rgba(255,255,255,.9); }
.contact-direct small, .contact-direct b { display: block; }
.contact-direct small { margin-bottom: 3px; color: rgba(255,255,255,.65); font-size: 10px; text-transform: uppercase; letter-spacing: .08em; }
.contact-direct a > div { min-width: 0; }
.contact-direct b { font-size: 15px; overflow-wrap: anywhere; }
.contact-form { padding: 38px; display: grid; grid-template-columns: 1fr 1fr; gap: 17px; border-radius: 22px; color: var(--ink); background: white; box-shadow: 0 30px 80px rgba(21,52,22,.25); }
.form-head { grid-column: 1 / -1; margin-bottom: 5px; display: flex; justify-content: space-between; align-items: center; }
.form-head span { color: var(--green); font-size: 12px; font-weight: 950; letter-spacing: .17em; }
.form-head b { color: #96a098; font-size: 11px; }
.contact-form label { display: grid; gap: 8px; }
.contact-form .form-field-wide { grid-column: 1 / -1; }
.contact-form label > span { color: #525c63; font-size: 11px; font-weight: 850; }
.contact-form input, .contact-form textarea { width: 100%; padding: 14px 15px; border: 1px solid #dfe4de; border-radius: 9px; outline: 0; color: var(--ink); background: #f8f9f6; transition: border-color .2s ease, box-shadow .2s ease; }
.contact-form input { height: 49px; }
.contact-form textarea { resize: vertical; min-height: 92px; }
.contact-form input:focus, .contact-form textarea:focus { border-color: var(--green); box-shadow: 0 0 0 3px rgba(89,182,66,.12); }
.contact-form .button, .contact-form > small { grid-column: 1 / -1; }
.contact-form > small { color: #929b95; text-align: center; font-size: 10px; }
.contact-form .button:disabled { cursor: wait; opacity: .72; transform: none; }
.hp-field { position: absolute !important; left: -10000px !important; width: 1px !important; height: 1px !important; overflow: hidden !important; }
.form-status { grid-column: 1 / -1; padding: 13px 15px; border-radius: 9px; font-size: 12px; font-weight: 800; line-height: 1.45; }
.form-status-success { color: #18591b; border: 1px solid rgba(89,182,66,.38); background: rgba(89,182,66,.12); }
.form-status-error { color: #8d2616; border: 1px solid rgba(255,112,67,.38); background: rgba(255,112,67,.11); }

.footer { padding: 70px 0 26px; color: white; background: #090d10; }
.footer-grid { display: grid; grid-template-columns: 1.1fr .7fr .9fr 1fr; gap: 54px; }
.footer .brand-mark { width: 44px; height: 44px; }
.footer .brand-text b { font-size: 20px; }
.footer .brand-logo-image { width: 96px; height: 96px; filter: drop-shadow(0 8px 16px rgba(0,0,0,.34)); }
.footer-grid > div { display: flex; flex-direction: column; align-items: flex-start; gap: 13px; }
.footer-grid p { margin: 2px 0; color: #929da4; font-size: 15px; line-height: 1.55; }
.footer-grid b { font-size: 16px; line-height: 1.35; }
.footer-grid a { color: #b3bdc2; font-size: 15px; line-height: 1.45; transition: color .2s ease; }
.footer-grid a:hover { color: var(--yellow); }
.footer-b2b { padding: 25px; border-radius: 13px; background: #151b20; }
.footer-b2b a { display: inline-flex; align-items: center; gap: 8px; color: var(--yellow); font-size: 16px; font-weight: 850; }
.footer-bottom { margin-top: 55px; padding-top: 25px; display: flex; justify-content: space-between; gap: 20px; border-top: 1px solid rgba(255,255,255,.1); color: #7f8a91; font-size: 12px; line-height: 1.5; text-transform: uppercase; letter-spacing: .08em; }

@media (max-width: 1100px) {
  .nav-links { gap: 20px; }
  .nav-links > a:not(.button) { display: none; }
  .hero-grid { grid-template-columns: minmax(0, 1.05fr) minmax(0, .85fr); }
  .wheel-stage { transform: translateX(52px); }
  .hero-wheel-art { width: 540px; }
  .manager-grid { grid-template-columns: repeat(2, 1fr); }
  .manager-card:last-child:nth-child(odd) { width: calc(50% - 7px); grid-column: 1 / -1; justify-self: center; }
  .manager-card > p { min-height: 48px; }
  .about-grid { gap: 50px; }
  .wholesale-grid { padding: 55px; gap: 50px; }
  .contact-grid { gap: 55px; }
}

@media (max-width: 820px) {
  html { scroll-padding-top: 80px; }
  .shell { width: min(calc(100% - 34px), 680px); max-width: calc(100vw - 34px); }
  .section { padding: 80px 0; }
  .utility-company { display: none; }
  .utility-inner { justify-content: center; }
  .nav { min-height: 76px; }
  .logo-tagline { display: none; }
  .nav-links { position: absolute; z-index: 60; top: 110px; left: 17px; right: 17px; max-width: calc(100vw - 34px); padding: 18px; display: none; flex-direction: column; align-items: stretch; gap: 0; border: 1px solid #e2e6df; border-radius: 14px; background: white; box-shadow: 0 22px 50px rgba(14,19,24,.16); }
  .nav-links.nav-open { display: flex; }
  .nav-links > a:not(.button) { display: block; padding: 15px; }
  .nav-links > a:not(.button)::after { display: none; }
  .nav-cta { margin-top: 8px; }
  .nav-links .button { width: 100%; }
  .menu-button { display: flex; }
  .nav > .nav-links > .button { display: inline-flex; }
  .nav > .button { display: none; }
  .hero { min-height: auto; }
  .hero-grid { width: 100%; max-width: calc(100vw - 34px); min-height: auto; grid-template-columns: minmax(0, 1fr); padding-top: 68px; padding-bottom: 32px; }
  .hero h1 { font-size: clamp(49px, 10vw, 72px); }
  .wheel-stage { min-height: 510px; transform: none; }
  .hero-wheel-art { width: min(620px, 94vw); aspect-ratio: 1.28; }
  .hero-wheel-art img { object-position: 69% center; transform: scale(1.02); }
  .hero-proof { margin-top: 36px; }
  .hero-marquee { height: 72px; }
  .split-heading { grid-template-columns: 1fr; gap: 8px; margin-bottom: 38px; }
  .team .split-heading { grid-template-columns: 1fr; gap: 12px; }
  .split-heading p { max-width: 560px; }
  .benefit-grid { grid-template-columns: 1fr; }
  .benefit-card { min-height: 390px; }
  .benefit-art { height: 150px; }
  .benefit-card h3 { margin-top: 8px; }
  .featured-brands { grid-template-columns: 1fr; }
  .certificates { grid-template-columns: 1fr; gap: 30px; }
  .about-grid { grid-template-columns: 1fr; }
  .about-visual { min-height: 560px; order: 2; }
  .about-art img { object-fit: contain; object-position: center; }
  .wholesale-grid { padding: 38px; grid-template-columns: 1fr; gap: 30px; }
  .wholesale-notes { grid-template-columns: 1fr; gap: 13px; }
  .values-grid { grid-template-columns: repeat(2, 1fr); }
  .value-visual { height: 210px; }
  .contact-grid { grid-template-columns: 1fr; }
  .contact-form { max-width: 620px; width: 100%; }
  .footer-grid { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 560px) {
  .shell { width: calc(100% - 28px); max-width: calc(100vw - 28px); }
  .section { padding: 66px 0; }
  .utility-links { width: 100%; justify-content: center; gap: 15px; }
  .utility-links a { font-size: 10px; }
  .utility-links a:last-child { display: none; }
  .brand-mark { width: 43px; height: 43px; }
  .brand-text b { font-size: 19px; }
  .brand-logo-image { width: 62px; height: 62px; }
  .footer .brand-logo-image { width: 82px; height: 82px; }
  .nav-links { top: 110px; }
  .button { padding-inline: 18px; }
  .hero-grid { padding-top: 54px; }
  .eyebrow { font-size: 9px; letter-spacing: .14em; }
  .hero h1 { margin-top: 20px; font-size: clamp(43px, 13vw, 60px); line-height: .98; }
  .hero-copy > p { font-size: 15px; line-height: 1.6; }
  .hero-actions { align-items: stretch; flex-direction: column; overflow: hidden; }
  .hero-actions .button { width: 100%; max-width: 100%; min-width: 0; }
  .hero-proof { grid-template-columns: 1fr 1fr; row-gap: 22px; }
  .hero-proof div { padding: 0 14px; }
  .hero-proof div:nth-child(2) { border: 0; }
  .hero-proof div:nth-child(3) { padding-left: 0; grid-column: 1 / -1; }
  .wheel-stage { width: 100%; max-width: 100%; min-width: 0; min-height: 405px; margin: 0; overflow: hidden; overflow: clip; }
  .hero-wheel-art { width: min(410px, calc(100vw + 26px)); max-width: none; flex: 0 1 auto; aspect-ratio: 1.05; border-radius: 38% 45% 43% 40%; }
  .hero-wheel-art img { inset: 0; width: 100%; max-width: 100%; height: 100%; object-fit: cover; object-position: 68% center; transform: scale(1.03); }
  .wheel-stage:hover .hero-wheel-art img { transform: scale(1.06); }
  .wheel-halo { width: 350px; height: 350px; }
  .floating-card { min-width: 158px; padding: 11px 12px; }
  .stock-card { top: 14px; right: 4px; }
  .cert-card { left: 0; bottom: 24px; }
  .wheel-caption { display: none; }
  .section-heading h2, .about-copy h2 { font-size: 38px; }
  .benefit-card { min-height: 405px; padding: 24px 27px 30px; }
  .benefit-art { height: 132px; margin-bottom: 8px; }
  .benefit-card > span { top: 24px; right: 25px; }
  .benefit-card h3 { margin: 8px 0 22px; }
  .brand-card { min-height: 130px; padding: 18px; grid-template-columns: 28px 55px 1fr auto; gap: 13px; }
  .brand-symbol { width: 52px; height: 52px; }
  .brand-symbol::before { width: 37px; height: 37px; border-radius: 10px; }
  .brand-symbol-logo { width: 37px; height: 37px; }
  .brand-symbol-logo-roadstone { width: 33px; height: 33px; }
  .brand-symbol-logo-starmaxx { width: 38px; height: 38px; }
  .brand-symbol-logo-haida { width: 38px; height: 38px; }
  .brand-symbol-logo-westlake { width: 37px; height: 37px; }
  .brand-card h3 { font-size: 18px; }
  .brand-loop::before, .brand-loop::after { width: 28px; }
  .hero-marquee { --brand-loop-duration: 54s; }
  .hero-marquee .brand-loop-group { gap: 24px; padding-right: 24px; }
  .hero-marquee span { gap: 24px; font-size: 12px; }
  .all-brands { --brand-loop-duration: 48s; margin-top: 22px; }
  .all-brands span { padding: 11px 14px; font-size: 10px; }
  .cert-list { grid-template-columns: 1fr; }
  .about-visual { min-height: 510px; }
  .about-art { inset: 38px -108px -46px -58px; }
  .about-badge { left: 18px; top: 18px; width: 112px; padding: 13px; }
  .about-badge b { font-size: 26px; }
  .about-stats { grid-template-columns: 1fr; }
  .wholesale-grid { width: 100%; padding: 52px 20px; border-radius: 0; }
  .wholesale .section-heading h2 { font-size: 36px; }
  .offer-list article { grid-template-columns: 32px 1fr; padding: 15px 0; }
  .offer-list article > svg { display: none; }
  .manager-grid { grid-template-columns: 1fr; }
  .manager-card:last-child:nth-child(odd) { width: 100%; grid-column: auto; }
  .manager-card { padding: 23px; }
  .manager-top { min-height: 190px; }
  .manager-visual { top: -24px; right: -2px; width: 205px; height: 205px; }
  .manager-card > p { min-height: 0; }
  .manager-links a { width: 100%; }
  .values-grid { grid-template-columns: 1fr; }
  .value-card { min-height: 0; padding: 24px; }
  .value-visual { height: 225px; margin-top: -8px; }
  .value-visual::before { width: 166px; height: 166px; transform: translateY(-18px); }
  .value-visual::after { bottom: 29px; }
  .value-visual img { width: 88%; height: 88%; transform: translateY(-20px) scale(.93); }
  .value-card:hover .value-visual img { transform: translateY(-28px) scale(1.01) rotate(-1deg); }
  .value-card:hover .value-visual::before { transform: translateY(-18px) rotate(12deg) scale(1.08); }
  .value-card h3 { margin-top: 28px; font-size: 21px; }
  .value-card p { font-size: 14px; line-height: 1.68; }
  .warranty { width: calc(100% - 28px); margin-bottom: 66px; }
  .warranty-toggle { min-width: 0; padding: 30px 24px; }
  .warranty-title { font-size: 23px; line-height: 1.2; overflow-wrap: anywhere; }
  .warranty-content { grid-template-columns: 1fr; padding-inline: 24px; gap: 18px; }
  .warranty-visible { max-height: 2600px; padding-bottom: 34px; }
  .contact-grid { gap: 42px; }
  .contact-copy h2 { font-size: 46px; }
  .contact-direct { grid-template-columns: 1fr; }
  .contact-copy > .button { width: 100%; }
  .contact-form { padding: 26px 20px; grid-template-columns: 1fr; }
  .contact-form label, .contact-form .form-field-wide, .contact-form .button, .contact-form > small, .form-head, .form-status { grid-column: 1; }
  .form-head b { display: none; }
  .footer-grid { grid-template-columns: 1fr; gap: 35px; }
  .footer-bottom { flex-direction: column; }
}

@media (max-width: 380px) {
  .shell { width: calc(100% - 22px); max-width: calc(100vw - 22px); }
  .nav-links { left: 11px; right: 11px; }
  .section-heading h2, .about-copy h2 { font-size: 34px; }
  .wholesale .section-heading h2 { font-size: 32px; }
  .contact-copy h2 { font-size: 40px; }
  .benefit-card { padding-inline: 22px; }
  .contact-form { padding-inline: 17px; }
  .warranty { width: calc(100% - 22px); }
  .warranty-toggle, .warranty-content { padding-inline: 20px; }
  .manager-visual { right: -7px; width: 188px; height: 188px; }
  .value-visual { height: 205px; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
  .brand-loop { overflow-x: auto; scrollbar-width: none; }
  .brand-loop::-webkit-scrollbar { display: none; }
  .brand-loop::before, .brand-loop::after { display: none; }
  .brand-loop-ready .brand-loop-track { animation: none !important; transform: none !important; }
}
