@import url('https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;500;600;700&family=Manrope:wght@500;600;700;800&family=Playfair+Display:wght@600;700&display=swap');
[hidden]{display:none!important}
:root{--accent:#2563eb;--ink:#111827;--muted:#697386;--paper:#f4f6f8;--surface:#fff;--line:#dfe3e8;--hero:#edf2f7;--display:'Manrope',sans-serif;--body:'DM Sans',sans-serif;--radius:12px;--shadow:0 18px 55px rgba(21,28,38,.09)}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:var(--paper);color:var(--ink);font-family:var(--body);font-size:15px}button,input{font:inherit}button,a{color:inherit}.store-state{min-height:100vh;display:grid;place-content:center;gap:18px;text-align:center}.spinner{width:36px;height:36px;border:3px solid #d8dee6;border-top-color:#2563eb;border-radius:50%;animation:spin .8s linear infinite;margin:auto}@keyframes spin{to{transform:rotate(360deg)}}.topline{height:36px;padding:0 max(24px,calc((100vw - 1240px)/2));background:var(--ink);color:#fff;display:flex;align-items:center;justify-content:space-between;font-size:12px;letter-spacing:.03em}.store-header{height:88px;max-width:1240px;margin:auto;display:grid;grid-template-columns:260px minmax(320px,1fr) 112px;align-items:center;gap:28px;padding:0 24px}.store-brand{display:flex;align-items:center;gap:11px;text-decoration:none}.store-brand>span:last-child{display:grid}.store-brand strong{font-family:var(--display);font-weight:800;font-size:19px;line-height:1.1}.store-brand small{color:var(--muted);font-size:11px;white-space:nowrap;max-width:210px;overflow:hidden;text-overflow:ellipsis}.brand-mark{width:38px;height:38px;background:var(--accent);color:#fff;display:grid;place-items:center;font-family:var(--display);font-weight:800;border-radius:10px}.store-search{height:46px;background:var(--surface);border:1px solid var(--line);display:flex;border-radius:9px;overflow:hidden}.store-search input,.hero-search input{border:0;background:transparent;outline:0;padding:0 17px;min-width:0;flex:1}.store-search button,.hero-search button{border:0;background:var(--accent);color:#fff;font-weight:700;padding:0 23px;cursor:pointer}.cart-button{height:46px;border:1px solid var(--line);background:var(--surface);border-radius:9px;display:flex;align-items:center;justify-content:center;gap:10px;font-weight:700;cursor:pointer}.cart-button strong{min-width:22px;height:22px;padding:0 6px;border-radius:20px;background:var(--accent);color:#fff;display:grid;place-items:center;font-size:11px}.category-nav{min-height:46px;padding:0 max(24px,calc((100vw - 1240px)/2));border-block:1px solid var(--line);background:var(--surface);display:flex;align-items:center;gap:6px;overflow-x:auto}.category-nav>div{display:flex}.category-nav button{border:0;background:transparent;padding:14px 16px;white-space:nowrap;color:var(--muted);font-size:13px;cursor:pointer}.category-nav button.active{color:var(--ink);box-shadow:inset 0 -2px var(--accent);font-weight:700}.hero{max-width:1240px;min-height:430px;margin:28px auto 0;border-radius:var(--radius);background:var(--hero);display:grid;grid-template-columns:1.15fr .85fr;overflow:hidden;position:relative}.hero-copy{padding:70px 68px;position:relative;z-index:1}.overline{font-size:11px;font-weight:800;letter-spacing:.15em;color:var(--accent);margin:0 0 12px}.hero h1{font:800 clamp(37px,4vw,60px)/1.02 var(--display);letter-spacing:-.045em;max-width:710px;margin:0 0 20px}.hero-copy>p:not(.overline){color:var(--muted);font-size:17px;line-height:1.6;max-width:600px}.hero-search{height:52px;display:flex;background:var(--surface);max-width:610px;margin-top:28px;border-radius:8px;overflow:hidden;box-shadow:var(--shadow)}.hero-points{display:flex;gap:18px;margin-top:20px;color:var(--muted);font-size:12px}.hero-points span::first-letter{color:var(--accent)}.hero-visual{position:relative;display:grid;place-items:center;overflow:hidden;background:color-mix(in srgb,var(--accent) 7%,transparent)}.part-shape{width:184px;height:184px;border:38px solid var(--ink);border-radius:50%;display:grid;place-items:center;position:relative;transform:rotate(-12deg);box-shadow:0 25px 70px rgba(0,0,0,.22)}.part-shape:before,.part-shape:after,.part-shape i:before,.part-shape i:after{content:'';position:absolute;width:40px;height:62px;background:var(--ink);border-radius:8px}.part-shape:before{top:-66px}.part-shape:after{bottom:-66px}.part-shape i:before{left:-87px;top:-31px}.part-shape i:after{right:-87px;top:-31px}.part-shape b{font:800 32px var(--display);color:var(--accent)}.hero-visual>small{position:absolute;right:26px;bottom:24px;font:800 12px/1.35 var(--display);letter-spacing:.15em;text-align:right}.orbit{position:absolute;border:1px solid color-mix(in srgb,var(--accent) 45%,transparent);border-radius:50%}.orbit-a{width:390px;height:390px}.orbit-b{width:520px;height:520px}.catalog-section{max-width:1240px;margin:72px auto;padding:0 4px}.catalog-head{display:flex;align-items:end;justify-content:space-between;margin-bottom:24px}.catalog-head h2{font:800 30px var(--display);margin:0;letter-spacing:-.03em}.catalog-head>span{font-size:13px;color:var(--muted)}.product-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:16px}.product-card{background:var(--surface);border:1px solid var(--line);border-radius:var(--radius);overflow:hidden;transition:.2s}.product-card:hover{transform:translateY(-3px);box-shadow:var(--shadow)}.product-art{height:188px;background:linear-gradient(145deg,color-mix(in srgb,var(--accent) 9%,#fff),color-mix(in srgb,var(--accent) 2%,#e9edf1));display:grid;place-items:center;position:relative}.product-art .mini-part{width:78px;height:78px;border:18px solid color-mix(in srgb,var(--accent) 82%,var(--ink));border-radius:50%;position:relative;box-shadow:0 12px 30px rgba(18,26,35,.15)}.product-art .mini-part:before,.product-art .mini-part:after{content:'';position:absolute;width:16px;height:30px;background:color-mix(in srgb,var(--accent) 82%,var(--ink));left:13px}.product-art .mini-part:before{top:-42px}.product-art .mini-part:after{bottom:-42px}.product-art small{position:absolute;top:14px;left:14px;background:var(--surface);padding:5px 8px;border-radius:4px;font-size:10px;font-weight:800;letter-spacing:.08em}.product-body{padding:18px}.product-category{color:var(--accent);font-size:10px;letter-spacing:.1em;font-weight:800;text-transform:uppercase}.product-body h3{font:700 16px/1.35 var(--display);min-height:44px;margin:8px 0 5px}.product-sku{font-size:12px;color:var(--muted)}.product-bottom{display:flex;align-items:end;justify-content:space-between;margin-top:18px;gap:12px}.price{display:grid}.price strong{font:800 19px var(--display)}.price small{color:var(--muted);font-size:10px}.add-cart{width:38px;height:38px;border:0;background:var(--ink);color:#fff;border-radius:8px;font-size:20px;cursor:pointer}.add-cart:hover{background:var(--accent)}.empty-state{padding:70px;border:1px dashed var(--line);display:grid;gap:8px;place-items:center;color:var(--muted)}.trust{max-width:1240px;margin:0 auto 74px;display:grid;grid-template-columns:repeat(3,1fr);border-block:1px solid var(--line)}.trust article{padding:35px 32px;display:grid;grid-template-columns:36px 1fr;column-gap:10px}.trust article+article{border-left:1px solid var(--line)}.trust article>span{grid-row:1/3;color:var(--accent);font-weight:800}.trust strong{font-family:var(--display)}.trust p{margin:7px 0 0;color:var(--muted);font-size:13px;line-height:1.45}body>main>footer{background:var(--ink);color:#fff;padding:46px max(24px,calc((100vw - 1240px)/2));display:flex;justify-content:space-between;align-items:center}body>main>footer p,body>main>footer div:last-child{color:#aeb7c4;font-size:12px;display:flex;gap:18px}body>main>footer a{text-decoration:none}.drawer-backdrop{position:fixed;inset:0;background:rgba(13,18,25,.48);z-index:9}.cart-drawer{position:fixed;z-index:10;right:0;top:0;height:100vh;width:min(440px,100%);background:var(--surface);box-shadow:-20px 0 60px rgba(0,0,0,.18);transform:translateX(105%);transition:.28s ease;display:flex;flex-direction:column}.cart-drawer.open{transform:none}.cart-drawer>header,.checkout-shell>header{display:flex;justify-content:space-between;align-items:start;padding:28px;border-bottom:1px solid var(--line)}.cart-drawer h2,.checkout-shell h2{font:800 27px var(--display);margin:0}.cart-drawer header button,.checkout-shell header button{border:0;background:transparent;font-size:30px;cursor:pointer}.cart-lines{padding:8px 28px;overflow:auto;flex:1}.cart-line{padding:20px 0;border-bottom:1px solid var(--line);display:grid;grid-template-columns:1fr auto;gap:12px}.cart-line strong{font-family:var(--display)}.cart-line small{display:block;color:var(--muted);margin-top:4px}.qty{display:flex;align-items:center;gap:11px}.qty button{border:1px solid var(--line);background:transparent;width:28px;height:28px;cursor:pointer}.remove{border:0;background:transparent;color:var(--muted);font-size:12px;cursor:pointer}.cart-empty{flex:1;display:grid;place-content:center;gap:14px;text-align:center;color:var(--muted)}.cart-empty button{border:0;background:transparent;color:var(--accent);font-weight:700;cursor:pointer}.cart-summary{padding:24px 28px;border-top:1px solid var(--line);display:grid;gap:14px}.cart-summary>span{display:flex;justify-content:space-between;font-size:16px}.cart-summary button,.place-order,.success-shell button{height:50px;border:0;background:var(--accent);color:#fff;font-weight:800;cursor:pointer}.cart-summary small{color:var(--muted);text-align:center;font-size:11px}dialog{border:0;padding:0;background:transparent;max-width:calc(100% - 28px)}dialog::backdrop{background:rgba(13,18,25,.58);backdrop-filter:blur(3px)}.checkout-shell,.success-shell{width:min(510px,calc(100vw - 28px));background:var(--surface);border-radius:var(--radius);overflow:hidden;box-shadow:var(--shadow)}.checkout-shell>label,.checkout-shell fieldset,.checkout-total,.checkout-shell>.place-order,.checkout-shell>.form-error{margin-left:30px;margin-right:30px}.checkout-shell>label{display:grid;gap:7px;font-size:12px;font-weight:700;margin-top:17px}.checkout-shell>label input{height:43px;border:1px solid var(--line);padding:0 12px;background:var(--surface);color:var(--ink)}fieldset{border:0;padding:0;margin-top:20px}legend{font-size:12px;font-weight:700;margin-bottom:8px}.radio{display:flex;gap:10px;border:1px solid var(--line);padding:12px;margin-bottom:8px}.radio span{display:grid}.radio small{color:var(--muted)}.checkout-total{display:flex;justify-content:space-between;padding:17px 0;border-top:1px solid var(--line);margin-top:18px}.place-order{width:calc(100% - 60px);margin-bottom:30px}.form-error{color:#b42318;margin-bottom:20px}.success-shell{text-align:center;padding:48px}.success-icon{width:58px;height:58px;border-radius:50%;background:#dcfce7;color:#16803c;display:grid;place-items:center;font-size:28px;margin:0 auto 22px}.success-shell h2{font:800 34px var(--display);margin:0}.success-shell p{color:var(--muted);line-height:1.5}.success-shell button{padding:0 25px;margin-top:14px}
/* Performance: motorsport, high contrast, condensed rhythm. */
.template-performance{--ink:#f6f7f8;--muted:#a9b0b9;--paper:#090b0e;--surface:#12161b;--line:#2a3037;--hero:#171c21;--radius:2px}.template-performance .topline{background:var(--accent);color:#0a0b0d;font-weight:800}.template-performance .brand-mark,.template-performance .store-search button{color:#08090a}.template-performance .hero:after{content:'';position:absolute;inset:0;background:repeating-linear-gradient(115deg,transparent 0 46px,rgba(255,255,255,.02) 47px 48px);pointer-events:none}.template-performance .hero h1{text-transform:uppercase;font-style:italic}.template-performance .part-shape{border-color:#e9edf2}.template-performance .part-shape:before,.template-performance .part-shape:after,.template-performance .part-shape i:before,.template-performance .part-shape i:after{background:#e9edf2}.template-performance .add-cart,.template-performance .cart-summary button,.template-performance .place-order{color:#08090a}.template-performance .product-art{background:linear-gradient(145deg,#1a2026,#0c0f12)}
/* Heritage: warm editorial premium. */
.template-heritage{--ink:#18302b;--muted:#6e766d;--paper:#f2efe6;--surface:#fbf9f2;--line:#d7d1c2;--hero:#e2ddce;--display:'Playfair Display',serif;--radius:0}.template-heritage .topline{background:#18302b}.template-heritage .brand-mark{border-radius:50%}.template-heritage .hero{border:1px solid var(--line)}.template-heritage .hero h1{letter-spacing:-.025em}.template-heritage .product-card{box-shadow:none}.template-heritage .product-card:hover{box-shadow:0 14px 35px rgba(47,53,45,.1)}.template-heritage .product-art{background:linear-gradient(145deg,#ece7da,#dcd6c6)}
@media(max-width:850px){.store-header{height:auto;padding:16px 18px;grid-template-columns:1fr auto}.store-search{grid-row:2;grid-column:1/3}.cart-button span{display:none}.hero{margin:16px;border-radius:0;grid-template-columns:1fr;min-height:0}.hero-copy{padding:46px 30px}.hero-visual{display:none}.product-grid{grid-template-columns:repeat(2,1fr)}.catalog-section{padding:0 18px}.trust{grid-template-columns:1fr;margin-inline:18px}.trust article+article{border-left:0;border-top:1px solid var(--line)}body>main>footer{align-items:flex-start;gap:25px;flex-direction:column}.topline{padding:0 18px}.topline span:last-child{display:none}}@media(max-width:520px){.store-brand small{max-width:170px}.store-search button{padding:0 13px;font-size:12px}.hero h1{font-size:38px}.hero-search{height:auto;display:grid}.hero-search input{height:48px}.hero-search button{height:45px}.hero-points{display:grid;gap:7px}.product-grid{grid-template-columns:1fr}.product-art{height:160px}.catalog-section{margin-top:52px}}

/* Storefront art direction — the same commerce engine, three intentionally distinct worlds. */
.hero{isolation:isolate}.hero-visual{background-position:center;background-size:cover}.hero-visual:before{content:'';position:absolute;inset:0;background:linear-gradient(90deg,var(--hero) 0%,transparent 48%);z-index:-1}.hero-image-label{position:absolute;right:28px;bottom:26px;color:#fff;font:800 10px/1.05 var(--display);letter-spacing:.22em;text-align:right;opacity:.82}.hero-image-label b{font-size:19px}.vehicle-finder{max-width:1240px;margin:28px auto 84px;padding:32px 40px;background:var(--surface);border:1px solid var(--line);display:grid;grid-template-columns:.9fr 2.1fr;gap:32px;align-items:center;box-shadow:0 17px 48px rgba(16,24,40,.06)}.finder-copy{display:flex;gap:16px;align-items:flex-start}.finder-number{font:800 40px/.8 var(--display);color:color-mix(in srgb,var(--accent) 34%,transparent)}.finder-copy .overline{margin:0 0 5px}.finder-copy h2{font:800 22px/1.12 var(--display);margin:0;letter-spacing:-.035em}.finder-form{display:grid;grid-template-columns:repeat(3,1fr) 1.25fr;gap:9px}.finder-form label{display:grid;gap:5px;font-size:10px;font-weight:800;letter-spacing:.06em;text-transform:uppercase;color:var(--muted)}.finder-form select{height:42px;border:1px solid var(--line);background:var(--surface);color:var(--ink);padding:0 10px;outline:none}.finder-form button{border:0;background:var(--ink);color:#fff;font-size:10px;font-weight:800;letter-spacing:.03em;padding:0 15px;cursor:pointer}.vehicle-finder>small{grid-column:2;color:var(--muted);font-size:11px}.category-showcase{max-width:1240px;margin:0 auto 76px;display:grid;grid-template-columns:255px 1fr;gap:30px;align-items:end}.showcase-heading h2{font:800 35px/1.05 var(--display);letter-spacing:-.04em;margin:0}.category-cards{display:grid;grid-template-columns:repeat(4,1fr);gap:12px}.category-cards button{border:1px solid var(--line);background:var(--surface);min-height:158px;padding:18px;text-align:left;display:grid;grid-template-columns:1fr auto;grid-template-rows:auto auto 1fr;cursor:pointer;transition:.22s}.category-cards button:hover{transform:translateY(-5px);border-color:var(--accent);box-shadow:0 18px 38px color-mix(in srgb,var(--accent) 14%,transparent)}.category-icon{grid-column:1/3;font:500 38px/1 var(--display);color:var(--accent);margin-bottom:18px}.category-cards strong{font:700 14px var(--display)}.category-cards small{grid-column:1/3;color:var(--muted);font-size:11px;margin-top:5px}.category-cards i{grid-column:2;grid-row:2;font-style:normal;color:var(--accent);font-size:20px}.product-art{overflow:hidden}.product-art:before{content:'';position:absolute;inset:0;background:radial-gradient(circle at 72% 76%,color-mix(in srgb,var(--accent) 32%,transparent),transparent 45%)}.product-art .mini-part{z-index:2;transition:.3s}.product-card:hover .mini-part{transform:rotate(16deg) scale(1.06)}.product-sku-art{position:absolute;bottom:13px;left:15px;font-size:9px;color:var(--muted);letter-spacing:.08em;font-weight:800}.art-glow{position:absolute;width:100px;height:100px;border:1px solid color-mix(in srgb,var(--accent) 35%,transparent);border-radius:50%;right:-28px;bottom:-35px}.add-cart{width:auto;padding:0 12px;display:flex;align-items:center;gap:5px;font:800 10px var(--body);letter-spacing:.04em}.catalog-section{margin-top:85px}

/* Performance — campaign-like art direction, black chassis and orange signal color. */
.template-performance .hero{max-width:none;margin:0;border-radius:0;min-height:570px;background:#080a0c;grid-template-columns:minmax(0,1fr) minmax(0,1fr)}.template-performance .hero-copy{max-width:660px;justify-self:end;width:100%;padding:125px 78px 75px 40px;background:linear-gradient(90deg,#07090c 60%,transparent)}.template-performance .hero-visual{background-image:url('/store/assets/performance-hero-v1.png');margin-left:-280px;z-index:-2}.template-performance .hero-visual:before{display:none}.template-performance .hero h1{font-size:clamp(47px,5vw,78px);line-height:.93;letter-spacing:-.065em}.template-performance .hero-copy>p:not(.overline){max-width:460px}.template-performance .hero-search{border:1px solid #444b54;box-shadow:none}.template-performance .hero-points{color:#d4d8dd;text-transform:uppercase;font-weight:700;letter-spacing:.05em}.template-performance .vehicle-finder{max-width:none;margin:0;background:#13181e;border:0;box-shadow:none;padding:38px max(28px,calc((100vw - 1240px)/2));grid-template-columns:280px 1fr}.template-performance .finder-form button{background:var(--accent);color:#090b0e}.template-performance .category-showcase{margin-top:80px}.template-performance .category-cards button{background:#12161b}.template-performance .category-cards button:hover{background:#191f25}.template-performance .catalog-section{max-width:1240px}.template-performance .product-grid{grid-template-columns:repeat(3,1fr);gap:20px}.template-performance .product-card{border-radius:0;border-color:#2d333b;background:#101419}.template-performance .product-art{height:230px;background:linear-gradient(135deg,#090b0e,#202933)}.template-performance .product-body{padding:22px}.template-performance .product-body h3{font-size:18px}.template-performance .add-cart{background:var(--accent);color:#08090a;border-radius:0}.template-performance .trust{border-color:#30363f}.template-performance .hero-image-label{font-size:12px;right:42px;bottom:40px}.template-performance .hero-image-label b{font-size:30px}

/* Precision — bright technical workbench, asymmetrical cards and precise information hierarchy. */
.template-precision .hero{min-height:500px;background:#eef4f9}.template-precision .hero-copy{padding:92px 64px}.template-precision .hero-visual{background-image:url('/store/assets/precision-hero-v1.png')}.template-precision .hero h1{max-width:560px}.template-precision .vehicle-finder{border-top:3px solid var(--accent)}.template-precision .category-cards button:first-child{grid-column:span 2;background:linear-gradient(130deg,#ecf5ff,#fff)}.template-precision .category-cards button:first-child .category-icon{font-size:52px}.template-precision .product-grid{gap:18px}.template-precision .product-card{border-radius:5px}.template-precision .product-art{height:206px}.template-precision .product-0 .mini-part{border-color:#115bd3}.template-precision .product-1 .mini-part{border-radius:18px;border-width:16px}.template-precision .product-2 .mini-part{transform:rotate(45deg);border-radius:10px}.template-precision .product-3 .mini-part{border-style:dashed}.template-precision .product-card:hover .mini-part{transform:rotate(21deg) scale(1.06)}.template-precision .product-2:hover .mini-part{transform:rotate(66deg) scale(1.06)}.template-precision .trust article:first-child{background:color-mix(in srgb,var(--accent) 5%,transparent)}

/* Heritage — warm editorial layout, spacious typography and a collector's catalogue. */
.template-heritage .hero{max-width:none;margin:0;min-height:590px;grid-template-columns:1fr;display:block;background:#382516}.template-heritage .hero-copy{position:relative;z-index:2;max-width:620px;margin-left:max(28px,calc((100vw - 1240px)/2));padding:146px 40px 100px;color:#f9f1df}.template-heritage .hero-copy>p:not(.overline){color:#e6d8bd}.template-heritage .hero-visual{position:absolute;inset:0;background-image:linear-gradient(90deg,rgba(45,28,16,.88) 0%,rgba(45,28,16,.54) 39%,rgba(45,28,16,.05) 68%),url('/store/assets/heritage-hero-v1.png');z-index:0}.template-heritage .hero-visual:before{display:none}.template-heritage .hero h1{font-size:clamp(50px,5.5vw,82px);line-height:.98;letter-spacing:-.05em}.template-heritage .hero-search{border-radius:0;box-shadow:0 16px 38px rgba(0,0,0,.18)}.template-heritage .hero-search button{background:#18302b}.template-heritage .vehicle-finder{max-width:1000px;margin:64px auto 100px;background:#fbf8ef;grid-template-columns:1fr}.template-heritage .finder-copy{justify-content:center;text-align:center}.template-heritage .finder-form{grid-template-columns:repeat(3,1fr)}.template-heritage .finder-form button{grid-column:1/4;min-height:46px;background:#18302b}.template-heritage .vehicle-finder>small{grid-column:1;text-align:center}.template-heritage .category-showcase{grid-template-columns:1fr;margin-bottom:86px}.template-heritage .showcase-heading{text-align:center}.template-heritage .category-cards{grid-template-columns:repeat(4,1fr)}.template-heritage .category-cards button{min-height:195px;border-width:0 0 1px;padding:22px 8px;background:transparent;text-align:center;display:flex;flex-direction:column;align-items:center}.template-heritage .category-cards button:hover{box-shadow:none;transform:translateY(-3px);background:#ebe4d4}.template-heritage .category-cards i{display:none}.template-heritage .product-grid{grid-template-columns:repeat(3,1fr);gap:30px}.template-heritage .product-card{border:0;border-radius:0;background:transparent}.template-heritage .product-art{height:275px;background:linear-gradient(135deg,#e6dece,#cec1a8)}.template-heritage .product-body{padding:18px 0}.template-heritage .product-body h3{font-size:21px;min-height:56px}.template-heritage .add-cart{border-radius:0;background:#18302b}.template-heritage .catalog-head{border-bottom:1px solid #c9bea9;padding-bottom:16px}.template-heritage .trust{max-width:none;background:#18302b;color:#f6eddd;border:0;padding-inline:max(24px,calc((100vw - 1240px)/2))}.template-heritage .trust article{padding-block:48px}.template-heritage .trust p{color:#c8c5b9}.template-heritage body>main>footer{background:#11231f}

@media(max-width:900px){.vehicle-finder{margin:20px 18px 60px;grid-template-columns:1fr;padding:26px}.finder-form{grid-template-columns:repeat(2,1fr)}.finder-form button{min-height:42px}.vehicle-finder>small{grid-column:1}.category-showcase{margin:0 18px 55px;grid-template-columns:1fr}.category-cards{grid-template-columns:repeat(2,1fr)}.template-performance .hero-copy{padding:70px 28px}.template-performance .hero-visual{margin-left:-180px}.template-heritage .hero-copy{margin:0;padding:95px 28px}.template-heritage .vehicle-finder{margin-inline:18px}.template-heritage .category-cards{grid-template-columns:repeat(2,1fr)}}
@media(max-width:560px){.vehicle-finder{padding:22px}.finder-form{grid-template-columns:1fr}.finder-form button{min-height:48px}.category-cards{grid-template-columns:1fr}.category-cards button{min-height:120px}.template-performance .hero{min-height:510px}.template-performance .hero-visual{margin-left:-280px;opacity:.65}.template-performance .hero-copy{background:linear-gradient(90deg,#07090c 75%,transparent);padding-top:85px}.template-performance .product-grid,.template-heritage .product-grid{grid-template-columns:1fr}.template-heritage .hero{min-height:520px}.template-heritage .hero-copy{padding-top:95px}.template-heritage .category-cards{grid-template-columns:1fr}.template-heritage .category-cards button{min-height:135px}.template-heritage .finder-form{grid-template-columns:1fr}.template-heritage .finder-form button{grid-column:auto}.hero-image-label{display:none}}

.finder-form{grid-template-columns:minmax(0,1fr) auto}.finder-form input{height:42px;border:1px solid var(--line);background:var(--surface);color:var(--ink);padding:0 12px;outline:none;min-width:0}.finder-form .finder-query{grid-column:auto}.template-heritage .finder-form{grid-template-columns:1fr}.template-heritage .finder-form button{grid-column:auto}@media(max-width:560px){.finder-form{grid-template-columns:1fr}}
