@import url('assets/anton.css');
@import url('assets/fonts.css');
:root{--pink:#ce0964;--cyan:#20c7dc;--bg:#fff;--surface:#f5f6f7;--ink:#151719;--muted:#60656d;--border:#e0e2e5;--heading:'DM Sans',Arial,sans-serif;--gutter:clamp(24px,5.4vw,88px)}
*{box-sizing:border-box}
html{scroll-behavior:smooth;scroll-padding-top:24px}
body{margin:0;background:var(--bg);color:var(--ink);font-family:'DM Sans',Arial,sans-serif;font-size:16px;line-height:1.6}
button,input,select,textarea{font:inherit}
a{color:inherit;text-decoration:none}
button,a,input,select,textarea{-webkit-tap-highlight-color:transparent}
button{cursor:pointer}
button:disabled{cursor:default}
img{display:block;max-width:100%;object-fit:cover}
svg{width:24px;height:24px;flex:none}
h1,h2,h3,p{margin:0}
h1,h2,h3{line-height:1.08;font-family:var(--heading);letter-spacing:0}
p{color:var(--muted)}
:focus-visible{outline:3px solid var(--cyan);outline-offset:5px}
::selection{background:var(--pink);color:#fff}
.wrap{width:100%;max-width:1600px;margin-inline:auto;padding-inline:var(--gutter)}
.sr-only{position:absolute;width:1px;height:1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap}
#main:focus{outline:none}
.site-header{height:110px;display:flex;align-items:center;justify-content:space-between;gap:30px}
.brand{display:flex;align-items:center;gap:16px;flex-shrink:0}
.brand img{width:64px;height:64px;border-radius:0;object-fit:contain}
.brand>span{font-size:25px;line-height:1.06;font-weight:800;letter-spacing:0}
.brand small{display:block;margin-top:7px;font-size:11px;letter-spacing:.4em;font-weight:600}
.site-header nav{display:flex;gap:42px;align-items:center;font-size:14px;font-weight:500}
.site-header nav a{padding:10px 0;position:relative}
.site-header nav a:after{content:'';position:absolute;bottom:0;left:0;width:0;height:2px;background:var(--pink);transition:width .2s}
.site-header nav a:hover:after,.site-header nav a[aria-current]:after{width:100%}
.menu-toggle{display:none}
.button{display:inline-flex;align-items:center;justify-content:space-between;gap:30px;background:var(--pink);color:#fff;min-height:55px;padding:14px 25px;border:1px solid transparent;font-size:15px;font-weight:600;transition:background .2s,transform .2s}
.button:hover{background:#a50b53;transform:translateY(-2px)}
.button.secondary{background:transparent;border-color:var(--border);color:var(--ink)}
.text-link{display:inline-flex;gap:17px;align-items:center;font-size:14px;font-weight:600}
.text-link svg{width:21px;transition:transform .2s}
.text-link:hover svg{transform:translateX(4px)}
.hero{position:relative;min-height:540px;display:grid;grid-template-columns:1fr 1.05fr;max-width:1600px;margin:auto}
.hero-image{grid-column:2;grid-row:1;min-width:0}
.hero-image img{width:100%;height:100%;object-fit:cover}
.hero-content{grid-column:1;grid-row:1;position:relative;z-index:1;padding:80px 40px 80px var(--gutter);align-self:center}
.hero h1{font-size:clamp(48px,5.1vw,76px);font-weight:700;line-height:1.02}
.hero p{font-size:17px;max-width:380px;line-height:1.6;margin:27px 0 32px}
.hero-caption{position:absolute;bottom:30px;left:var(--gutter);font-size:11px;letter-spacing:.08em;color:#bac0c7}
.latest{padding-top:62px;padding-bottom:68px}
.section-heading{display:flex;align-items:center;gap:30px;margin-bottom:28px}
.section-heading h2{font-size:38px;white-space:nowrap}
.heading-dot{display:none}
.heading-line{height:1px;background:var(--cyan);flex:1;opacity:.65}
.carousel-controls{display:flex;gap:10px;margin-left:auto}
.carousel-controls button{width:47px;height:47px;display:grid;place-items:center;border-radius:50%;border:1px solid var(--border);background:var(--surface);color:var(--ink)}
.carousel-controls button:last-child{background:var(--pink);border-color:var(--pink);color:white}
.carousel-controls button:hover{filter:brightness(.9)}
.vehicle-rail{display:grid;grid-auto-columns:calc((100% - 48px)/3);grid-auto-flow:column;gap:24px;overflow-x:auto;scroll-snap-type:x mandatory;scrollbar-width:none;padding:3px 0 8px}
.vehicle-rail::-webkit-scrollbar{display:none}
.vehicle-card{scroll-snap-align:start;min-width:0;background:var(--bg);border:1px solid var(--border);overflow:hidden}
.vehicle-image{display:block;position:relative;overflow:hidden}
.vehicle-image img{width:100%;aspect-ratio:1.6;height:auto;transition:transform .5s}
.vehicle-card:hover .vehicle-image img{transform:scale(1.025)}
.image-link{position:absolute;right:14px;bottom:14px;background:var(--bg);width:34px;height:34px;display:grid;place-items:center;border-radius:50%;opacity:0;transition:opacity .2s}
.vehicle-card:hover .image-link{opacity:1}
.image-link svg{width:18px}
.card-body{padding:22px}
.card-heading h3{font-family:'DM Sans',Arial,sans-serif;font-size:22px;letter-spacing:0}
.card-heading p{font-size:12px;margin-top:6px}
.card-heading strong{display:block;color:var(--pink);font-size:23px;line-height:1.4;margin-top:10px;letter-spacing:0}
.specs{display:flex;flex-wrap:wrap;gap:5px 14px;border-top:1px solid var(--border);border-bottom:1px solid var(--border);padding:14px 0;margin:17px 0;font-size:12px;color:var(--muted)}
.section-bottom{display:flex;justify-content:space-between;gap:24px;margin-top:25px;font-size:13px}
.about-block{display:grid;grid-template-columns:1fr 1fr;align-items:center;padding-block:32px 72px;gap:70px}
.about-art{height:400px;overflow:hidden}
.about-art img{width:100%;height:100%;object-fit:cover}
.about-copy{max-width:500px}
.small-rule{display:block;width:52px;height:2px;background:var(--cyan);margin-bottom:26px}
.about-copy h2{font-size:clamp(32px,3.2vw,46px);margin-bottom:24px}
.about-copy p{font-size:15px;margin-bottom:15px}
.about-copy .text-link{margin-top:14px}
.contact-band{background:#121416;color:#fff;padding:52px 0}
.contact-band>.wrap{display:flex;align-items:center;justify-content:space-between;gap:30px}
.contact-band h2{font-size:43px;margin-bottom:10px}
.contact-band p{color:#c5c8cc;font-size:15px}
.footer{padding-block:32px 95px;display:flex;align-items:center;justify-content:space-between;gap:28px;border-top:1px solid var(--border)}
.footer .brand img{width:42px;height:42px}
.footer .brand>span{font-size:17px}
.footer .brand small{font-size:8px}
.footer>div{display:flex;gap:22px;font-size:12px}
.footer>small{color:var(--muted);font-size:10px}
.site{--heading:'Barlow Condensed',Impact,sans-serif;--pink:#cc0061;--cyan:#26d4e7}
.site .site-header{background:#101113;color:white;max-width:none;height:110px}
.site .site-header .brand>span{font-family:'DM Sans',sans-serif}
.site .hero{min-height:560px;grid-template-columns:1fr 1.1fr;background:#f9fafb;overflow:hidden}
.site .hero-content{padding-block:45px;padding-right:0}
.site .hero h1{font-size:clamp(66px,7.2vw,108px);font-weight:700;line-height:.91;letter-spacing:0}
.site .hero h1 span{color:var(--pink)}
.site .hero-image{background:#dff5f7;overflow:hidden}
.site .hero-image img{height:100%;object-fit:cover;object-position:42% 50%}
.site .hero p{margin:24px 0;max-width:340px}
.site .button{border-radius:4px;text-transform:uppercase;font-size:13px;letter-spacing:.03em}
.brand-band{display:flex;justify-content:space-between;gap:20px;padding:18px var(--gutter);background:var(--cyan);font-size:11px;font-weight:800;letter-spacing:.2em}
.site .section-heading h2{font-size:58px;text-transform:uppercase;letter-spacing:0}
.site .heading-line{display:none}
.site .vehicle-card{border:0;border-bottom:3px solid var(--pink);background:#f7f8f9}
.site .card-heading{display:flex;gap:8px;align-items:start;justify-content:space-between}
.site .card-heading h3{font-family:'Barlow Condensed',Impact,sans-serif;font-size:26px;letter-spacing:0}
.site .card-heading strong{font-family:'Barlow Condensed',Impact,sans-serif;margin-top:0;color:#121212;font-size:28px;white-space:nowrap}
.site .about-copy h2{font-size:60px;text-transform:uppercase;letter-spacing:0}
.site .contact-band{background:var(--pink)}
.site .contact-band h2{font-size:65px;text-transform:uppercase;letter-spacing:0}
.site .contact-band p{color:#fff}
.site .contact-band .button{background:#fff;color:#111}
.inner-page{padding-top:45px;padding-bottom:85px;min-height:65vh}
.breadcrumb{font-size:12px;margin-bottom:35px}
.breadcrumb a{text-decoration:underline;text-underline-offset:4px}
.inner-page h1{font-size:clamp(42px,5vw,70px);margin-bottom:20px;max-width:900px}
.page-heading{display:flex;justify-content:space-between;gap:30px;align-items:end;margin-bottom:40px}
.filters{display:flex;gap:20px;align-items:end;padding:24px;background:var(--surface);border:1px solid var(--border);margin-bottom:25px}
.filters label{flex:1;font-size:12px}
.filters select{display:block;width:100%;margin-top:8px;background:var(--bg);color:var(--ink);border:1px solid var(--border);padding:12px;font-size:13px}
.filters button{background:none;border:0;color:var(--ink);padding:14px 0;white-space:nowrap}
.stock-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:24px;margin-top:24px}
.empty-state{grid-column:1/-1;padding:65px 0}
.empty-state h2{margin-bottom:15px}
.detail-layout{display:grid;grid-template-columns:minmax(0,1.8fr) minmax(280px,1fr);gap:40px;align-items:start}
.detail-photo{display:block;position:relative;background:var(--surface);border:0;padding:0;width:100%;color:var(--ink)}
.detail-photo img{width:100%;height:auto;aspect-ratio:auto;object-fit:contain}
.detail-photo span{position:absolute;bottom:15px;right:15px;display:flex;align-items:center;gap:12px;padding:10px 15px;background:var(--bg);font-size:12px}
.detail-summary h1{font-size:48px;margin:10px 0}
.vehicle-year{font-size:13px}
.detail-price{display:block;font-size:34px;color:var(--pink);margin:20px 0}
.detail-specs{display:grid;grid-template-columns:1fr;margin:0 0 30px;gap:0}
.detail-specs>div{display:flex;align-items:baseline;justify-content:space-between;gap:18px;border-top:1px solid var(--border);padding:11px 0}
.detail-specs dt{font-size:12px;color:var(--muted)}
.detail-specs dd{margin:0;font-size:15px;text-align:right}
.vehicle-description{display:grid;grid-template-columns:1fr;gap:32px;margin-top:36px}
.vehicle-content{min-width:0}
.vehicle-description h2{font-size:30px;margin-bottom:20px}
.vehicle-description li{padding-bottom:8px;color:var(--muted)}
.vehicle-description ul{padding-left:18px}
dialog{padding:0;border:1px solid var(--border);background:var(--bg);color:var(--ink);max-width:min(1100px,92vw);max-height:90vh}
dialog::backdrop{background:#000d}
dialog img{max-height:80vh;object-fit:contain}
.close-dialog{display:block;margin-left:auto;border:0;background:var(--bg);color:var(--ink);padding:14px 20px}
.contact-page{display:grid;grid-template-columns:1fr 1fr;gap:85px}
.contact-page h1 em{font-style:normal;color:var(--pink)}
.enquiry-form{background:var(--surface);padding:35px}
.enquiry-form h2{font-size:29px;margin-bottom:12px}
.enquiry-form>p{font-size:12px;margin-bottom:25px}
.enquiry-form label{display:block;margin:18px 0;font-size:13px}
.enquiry-form input,.enquiry-form textarea{display:block;width:100%;border:1px solid var(--border);background:var(--bg);color:var(--ink);padding:13px;margin-top:8px;border-radius:0;font-size:15px}
.enquiry-form textarea{resize:vertical}
.enquiry-form #form-status{margin-top:20px;font-size:14px;color:var(--ink)}
.lead{font-size:21px;margin-bottom:22px}
.about-page{min-height:0;padding-bottom:35px}
.legal-page{max-width:1000px}
.legal-page p{margin-bottom:24px}
.legal-page .button{margin-top:20px}
@media(min-width:1600px){.site .site-header{padding-inline:max(88px,calc((100vw - 1424px)/2))}}
@media(max-width:1050px){.site-header{height:95px}
.site-header nav{gap:26px}
.brand>span{font-size:21px}
.brand img{width:55px;height:55px}
.hero{min-height:460px}
.hero-content{padding-block:55px}
.hero h1{font-size:50px}
.card-body{padding:17px}
.card-heading h3{font-size:19px}
.site .card-heading{display:block}
.site .card-heading strong{display:block;margin-top:8px}
.about-block{gap:40px}
.about-art{height:330px}
.footer{flex-wrap:wrap}
.footer>small{flex-basis:100%}
.contact-page{gap:40px}
.detail-layout{gap:30px}}
@media(max-width:760px){:root{--gutter:24px}
.site-header,.site .site-header{height:85px;position:relative;z-index:5}
.brand{gap:11px}
.brand img{width:50px;height:50px}
.brand>span{font-size:20px}
.brand small{font-size:8px;margin-top:5px}
.menu-toggle{display:flex;align-items:center;gap:8px;background:none;border:0;color:inherit;font-size:12px;padding:10px 0 10px 10px}
.menu-toggle svg{width:22px}
.site-header nav{display:none;position:absolute;top:100%;left:0;right:0;padding:20px 24px;background:var(--bg);border-bottom:1px solid var(--border);box-shadow:0 20px 30px #0002;flex-direction:column;gap:6px;align-items:stretch}
.site-header nav.open{display:flex}
.site .site-header nav{background:#101113}
.site-header nav a{padding:12px 0}
.hero{display:flex;flex-direction:column;min-height:0}
.hero-content{order:0;padding:45px var(--gutter) 35px;align-self:stretch}
.hero-image{order:1;height:285px}
.hero h1{font-size:47px;line-height:1.02}
.hero p{font-size:15px;margin:21px 0 26px;max-width:370px}
.button{min-height:50px;font-size:14px;padding:12px 21px}
.latest{padding-block:40px}
.section-heading{gap:12px;margin-bottom:22px}
.section-heading h2{font-size:29px}
.heading-line{display:none}
.carousel-controls{gap:7px}
.carousel-controls button{width:37px;height:37px}
.carousel-controls svg{width:20px}
.vehicle-rail{grid-auto-columns:86%;gap:18px;margin-right:-24px;padding-right:24px}
.card-body{padding:21px}
.card-heading h3{font-size:23px}
.card-heading strong{font-size:24px}
.specs{font-size:12px;gap:6px 16px}
.section-bottom{align-items:start;flex-direction:column;gap:12px;font-size:12px;margin-top:20px}
.about-block{grid-template-columns:1fr;gap:32px;padding-block:10px 45px}
.about-art{height:280px}
.about-copy h2{font-size:37px}
.about-copy p{font-size:14px}
.small-rule{margin-bottom:20px}
.contact-band{padding:35px 0}
.contact-band>.wrap{align-items:start;flex-direction:column;gap:24px}
.contact-band h2{font-size:34px}
.contact-band p{font-size:14px;max-width:310px}
.footer{padding-top:28px;gap:25px}
.footer .brand{flex-basis:100%}
.footer>div{gap:20px}
.footer>small{font-size:10px}
.site .hero{min-height:0}
.site .hero-content{padding:38px 24px 30px}
.site .hero h1{font-size:69px;line-height:.92}
.site .hero-image{height:290px}
.site .hero p{font-size:15px}
.brand-band{padding:15px 24px;font-size:9px;letter-spacing:.13em}
.brand-band>span:last-child{display:none}
.site .section-heading h2{font-size:39px}
.site .card-heading{display:flex}
.site .card-heading strong{margin-top:0}
.site .about-copy h2{font-size:49px}
.site .contact-band h2{font-size:48px}
.inner-page{padding-top:30px;padding-bottom:55px}
.inner-page h1{font-size:43px}
.page-heading{display:block;margin-bottom:25px}
.filters{display:grid;grid-template-columns:1fr 1fr;gap:15px;padding:16px}
.filters select{font-size:12px;padding:10px 5px}
.filters button{justify-self:start;font-size:12px}
.stock-grid{grid-template-columns:1fr;gap:24px}
.detail-layout{grid-template-columns:1fr;gap:30px}
.detail-summary h1{font-size:43px}
.vehicle-description{grid-template-columns:1fr;gap:30px;margin-top:45px}
.contact-page{grid-template-columns:1fr;gap:35px}
.contact-page h1 br:nth-of-type(2){display:none}
.enquiry-form{padding:24px}}
@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}
*,*:before,*:after{transition:none!important;animation:none!important}}
@media(max-width:760px){.site .hero h1{font-size:clamp(48px,16.2vw,65px)}}
@media(max-width:390px){.site .section-heading h2{font-size:34px}
.site .section-heading{gap:8px}}
.site{--bg:#fff;--pink:#e90070;--cyan:#09d2ea;--heading:'Anton','Barlow Condensed',Impact,sans-serif;--gutter:clamp(24px,3.85vw,64px)}
.site .site-header{height:clamp(100px,9.85vw,145px);padding-inline:var(--gutter);background:#050707;position:relative;z-index:4}
.site .site-header .brand{gap:22px}
.site .site-header .brand img{width:clamp(105px,12.5vw,177px);height:clamp(105px,12.5vw,177px);margin-bottom:-40px}
.site .brand>span{font-size:clamp(20px,2.6vw,38px);letter-spacing:0;font-weight:700}
.site .brand small{font-size:clamp(7px,.95vw,13px);letter-spacing:.36em;font-weight:400;margin-top:14px}
.site .site-header nav{gap:clamp(28px,4.7vw,66px);font-size:clamp(14px,1.5vw,19px);font-weight:600}
.site .site-header nav a:after{height:5px}
.site .hero{display:block;min-height:0;height:clamp(400px,39.4vw,570px);max-width:none;background:#fff;overflow:hidden}
.site .hero-image{position:absolute;inset:0;height:100%;background:#fff}
.site .hero-image img{width:100%;height:100%;object-fit:cover;object-position:center}
.site .hero-content{padding:clamp(35px,4vw,60px) 0 25px var(--gutter);width:58%;position:relative}
.site .hero h1{font-family:'Anton','Barlow Condensed',Impact,sans-serif;font-size:clamp(66px,7.8vw,112px);font-weight:400;line-height:1.03;letter-spacing:0;transform:scaleX(.84);transform-origin:left;width:119%}
.site .hero h1 span{display:block;color:#050505;white-space:nowrap}
.site .hero h1 span:last-child{font-size:.82em;line-height:1.1}
.site .hero p{font-size:clamp(16px,1.95vw,27px);line-height:1.24;color:#111;margin:18px 0 22px;max-width:none}
.site .button{border-radius:12px;background:#e90070;font-size:clamp(13px,1.45vw,18px);padding:15px 32px;gap:24px;font-weight:700;min-height:54px}
.site .button:hover{background:#bd0059}
.site .hero .button{min-width:30vw;max-width:430px}
.site .brand-band{background:#09d2ea;justify-content:center;text-align:center;padding:11px 20px;font-size:clamp(10px,1.4vw,18px);letter-spacing:.28em;line-height:1.45;color:#000}
.site .latest{padding-top:25px;padding-bottom:26px}
.site .section-heading{margin-bottom:20px;gap:15px}
.site .section-heading h2{font-size:clamp(37px,5.5vw,78px);line-height:1.1;font-weight:400;letter-spacing:0}
.site .carousel-controls button{width:clamp(45px,5vw,66px);height:clamp(45px,5vw,66px);background:#eee;border:0}
.site .carousel-controls button:last-child{background:#e90070}
.site .vehicle-rail{gap:22px;grid-auto-columns:calc((100% - 44px)/3);padding-bottom:16px}
.site .vehicle-card{background:white;border:0;border-radius:8px;box-shadow:0 3px 12px #00000012}
.site .vehicle-image img{aspect-ratio:1.72}
.site .card-body{padding:13px 18px 15px}
.site .card-heading{display:flex;align-items:center;justify-content:space-between;gap:8px}
.site .card-heading h3{font-family:'Barlow Condensed',Impact,sans-serif;font-size:clamp(20px,2.3vw,31px);font-weight:700;letter-spacing:0}
.site .card-heading strong{font-family:'Barlow Condensed',Impact,sans-serif;font-weight:700;font-size:clamp(23px,2.6vw,35px);line-height:1.15;margin:0;color:#050505}
.site .card-heading h3:after{content:'';display:block;width:55px;height:4px;background:#ef0071;margin-top:9px}
.site .specs{display:flex;flex-direction:column;border-top:0;margin:10px 0 9px;padding:0 0 9px;gap:5px;font-size:clamp(12px,1.25vw,16px);color:#36393b}
.site .specs span{display:flex;align-items:center;gap:15px}
.site .specs svg{width:19px;height:19px;color:#111}
.site .text-link{font-size:clamp(13px,1.4vw,18px)}
.site .vehicle-card .text-link svg{color:#e90070}
.site .about-block{max-width:none;padding:0;gap:0;grid-template-columns:1.06fr .94fr;align-items:stretch}
.site .about-art{height:auto;min-height:315px}
.site .about-art img{height:100%;width:100%;object-fit:cover}
.site .about-copy{max-width:none;padding:18px 35px 18px 40px}
.site .about-label{font-size:clamp(9px,1vw,13px);letter-spacing:.27em;color:#111;margin-bottom:10px}
.site .about-copy h2{font-family:'Anton','Barlow Condensed',Impact,sans-serif;font-size:clamp(50px,6.4vw,90px);font-weight:400;line-height:1.03;letter-spacing:0;margin-bottom:18px}
.site .about-copy>p:last-child{font-size:clamp(14px,1.4vw,19px);line-height:1.48;color:#151515;margin:0}
.site .contact-band{padding:22px 0;background:#e90070}
.site .contact-band h2{font-family:'Anton','Barlow Condensed',Impact,sans-serif;font-size:clamp(38px,5.7vw,80px);font-weight:400;letter-spacing:0;line-height:1.1;margin-bottom:8px}
.site .contact-band p{font-size:clamp(14px,1.75vw,23px)}
.site .contact-band .button{min-width:23vw;background:white;color:#070707;justify-content:center}
.site .footer{background:#050707;color:#fff;max-width:none;border:0;padding:18px var(--gutter);gap:22px;flex-wrap:wrap}
.site .footer .brand{gap:15px}
.site .footer .brand img{height:64px;width:64px}
.site .footer .brand>span{font-size:17px}
.site .footer .brand small{font-size:6px;margin-top:8px}
.site .footer>small{flex-basis:100%;text-align:right;font-size:10px;color:#aaa;margin-top:-15px}
.site .footer>div{font-size:12px}
@media(max-width:760px){.site .site-header{height:90px}
.site .site-header .brand{gap:12px}
.site .site-header .brand img{width:77px;height:77px;margin-bottom:-12px}
.site .brand>span{font-size:17px}
.site .brand small{font-size:5px;letter-spacing:.23em;margin-top:8px}
.site .menu-toggle{font-size:0;padding:8px 0}
.site .site-header nav{background:#050707}
.site .hero{height:auto;display:flex;flex-direction:column}
.site .hero-content{width:100%;padding:38px 24px 22px;order:0}
.site .hero h1{font-size:clamp(49px,12.5vw,85px);transform:none;width:100%;letter-spacing:0}
.site .hero h1 span:last-child{font-size:clamp(29px,7.15vw,53px);line-height:1.35}
.site .hero p{font-size:18px;line-height:1.35;margin:16px 0 20px}
.site .hero .button{min-width:0;font-size:13px;min-height:50px;padding:13px 22px}
.site .hero-image{position:relative;order:1;height:230px}
.site .hero-image img{width:185%;max-width:none;transform:translateX(-45%);object-fit:cover;object-position:right center}
.site .brand-band{padding:13px 20px;font-size:9px;letter-spacing:.18em}
.site .brand-band span{max-width:320px}
.site .latest{padding-block:26px}
.site .section-heading h2{font-size:30px;letter-spacing:0}
.site .carousel-controls{gap:6px}
.site .carousel-controls button{width:34px;height:34px;min-width:34px}
.site .section-heading{gap:8px;margin-bottom:18px}
.site .vehicle-rail{grid-auto-columns:88%;gap:18px;padding-right:24px}
.site .card-heading h3{font-size:25px}
.site .card-heading strong{font-size:29px}
.site .card-body{padding:14px 18px}
.site .specs{font-size:13px;gap:8px}
.site .text-link{font-size:14px}
.site .about-block{grid-template-columns:1fr}
.site .about-art{height:280px;min-height:0}
.site .about-copy{padding:30px 24px}
.site .about-label{font-size:9px;margin-bottom:14px}
.site .about-copy h2{font-size:59px}
.site .about-copy>p:last-child{font-size:15px;max-width:540px}
.site .contact-band{padding:30px 0}
.site .contact-band h2{font-size:37px}
.site .contact-band p{font-size:15px;max-width:340px}
.site .contact-band .button{min-width:210px;font-size:13px}
.site .footer{padding:24px}
.site .footer>small{text-align:left;margin-top:0}
.site .footer .brand{flex-basis:100%}
.site .footer .brand img{width:54px;height:54px}}
@media(min-width:761px){.site .hero h1{font-size:clamp(64px,8.4vw,120px);transform:scaleX(.86)}
.site .hero-content{padding-top:clamp(35px,4vw,58px)}
.site .hero p{margin-top:15px;margin-bottom:17px}
.site .section-heading h2{font-size:clamp(45px,6.5vw,90px)}
.site .card-heading h3{font-size:clamp(23px,2.6vw,35px)}
.site .card-heading strong{font-size:clamp(26px,2.9vw,39px)}}
@media(max-width:760px){.site .hero h1{font-size:clamp(55px,15vw,85px)}
.site .hero h1 span:last-child{font-size:clamp(33px,10.2vw,53px)}}
@media(max-width:760px){.site .brand-band>span:last-child{display:block}}
.business-contact{font-style:normal;display:grid;gap:23px;margin-top:32px}
.business-contact>div>span{display:block;font-size:11px;letter-spacing:.12em;text-transform:uppercase;color:var(--muted);margin-bottom:5px}
.business-contact a{display:inline-block;font-size:18px;font-weight:500;text-underline-offset:4px;overflow-wrap:anywhere}
.business-contact a:hover{text-decoration:underline}
.business-contact p{font-size:16px;line-height:1.6;color:inherit}
.business-contact .directions-link{display:inline-flex;align-items:center;gap:10px;font-size:14px;margin-top:8px}
.business-contact .directions-link svg{width:18px;height:18px}
.site .footer>small{margin-top:0}
@media(max-width:760px){.business-contact a{font-size:17px}}
@media(max-width:760px){.contact-page h1 br:nth-of-type(2){display:block}}
.button:disabled{opacity:.55;cursor:not-allowed;transform:none}
.button:disabled:hover{background:var(--pink)}
.site .inner-page h1,
.site .inner-page h2,
.site .inner-page h3,
.site .hero h1,
.site .section-heading h2,
.site .about-copy h2,
.site .contact-band h2{
  font-weight:400;
  letter-spacing:.01em;
}
.site .vehicle-description h2,
.site .enquiry-form h2{line-height:1.2}
.site .card-heading h3,
.site .inner-page .card-heading h3{font-weight:700;letter-spacing:.005em}

/* Logo silhouettes include the projecting banner. */
.site .brand img{border-radius:0;object-fit:contain}
.card-trim{font-size:13px;margin-top:10px;line-height:1.45}
.site .footer{padding-bottom:24px}
.site .footer>div{flex-wrap:wrap}
.contact-actions{align-self:start;background:var(--surface);padding:35px;border:1px solid var(--border)}
.contact-actions h2{font-size:36px;margin-bottom:20px}
.contact-actions p{margin-bottom:25px}
.contact-actions .button{display:flex;justify-content:space-between;margin-bottom:15px}
.contact-actions .contact-hint{font-size:14px;margin-top:28px;margin-bottom:0}
.legal-page h2{font-family:'DM Sans',Arial,sans-serif;font-size:24px;margin:35px 0 15px;line-height:1.3}
.legal-page p{max-width:72ch}
.legal-page p a{text-decoration:underline;text-underline-offset:3px}
.not-found h1{max-width:800px}
.not-found p{max-width:580px;margin-bottom:25px}
.eyebrow{font-weight:700;letter-spacing:.12em;color:var(--pink)}
.action-row{display:flex;flex-wrap:wrap;gap:15px}
@media(max-width:760px){.contact-actions{padding:24px}.site .legal-page h1{font-size:36px}.site .legal-page h2{font-size:23px}}
@media(prefers-reduced-motion:reduce){.vehicle-rail{scroll-behavior:auto}}

/* Stock filters echo the black header and pink calls to action. */
.site .filters{display:grid;grid-template-columns:repeat(5,minmax(0,1fr)) auto;gap:20px;padding:26px;background:#101214;border:1px solid #24272a;border-radius:14px;box-shadow:0 8px 24px #1012140d}
.site .filters label,.site .filters .filter-field{min-width:0;color:#fff;font-size:11px;font-weight:600;letter-spacing:.09em;text-transform:uppercase}
.filter-control{display:block;position:relative;margin-top:10px}
.filter-control:after{content:'';position:absolute;right:18px;top:21px;width:7px;height:7px;border-right:2px solid #bd0059;border-bottom:2px solid #bd0059;transform:rotate(45deg);pointer-events:none}
.site .filters select{appearance:none;min-height:52px;margin:0;padding:13px 40px 13px 16px;border:1px solid #e0e2e5;border-radius:9px;background:#fff;color:#151719;font-size:14px;font-weight:500;letter-spacing:0;line-height:1.5;cursor:pointer;transition:border-color .2s,box-shadow .2s}
.site .filters select:hover{border-color:#e90070}
.site .filters select:focus-visible{outline:3px solid #09d2ea;outline-offset:3px}
.site .filters .filter-reset{display:inline-flex;align-items:center;justify-content:center;gap:9px;min-height:52px;padding:13px 19px;border:1px solid #e90070;border-radius:9px;background:#e90070;color:#fff;font-size:13px;font-weight:700;letter-spacing:0;justify-self:stretch;transition:background .2s}
.site .filters .filter-reset:hover{background:#bd0059;border-color:#bd0059}
.filter-reset svg{width:18px;height:18px}
.vehicle-reference{font-size:12px;letter-spacing:.03em;margin:-6px 0 12px;color:var(--muted)}
@media(max-width:1250px){.site .filters{grid-template-columns:repeat(2,minmax(0,1fr))}.site .filters .filter-reset{grid-column:1/-1;justify-self:end}}
@media(max-width:540px){.site .filters{grid-template-columns:1fr;padding:20px;gap:18px}.site .filters .filter-reset{justify-self:stretch}.site .filters select{font-size:15px}}

.custom-dropdown{position:relative;margin-top:10px;min-width:0;text-transform:none;letter-spacing:0}
.custom-dropdown.is-open{z-index:10}
.custom-dropdown [hidden]{display:none!important}
.site .filters .dropdown-trigger{position:relative;display:block;width:100%;min-height:52px;padding:13px 40px 13px 16px;text-align:left;background:#fff;color:#151719;border:1px solid #e0e2e5;border-radius:9px;font-size:14px;font-weight:500;line-height:1.5;white-space:normal}
.dropdown-trigger:after{content:'';position:absolute;right:18px;top:20px;width:7px;height:7px;border-right:2px solid #bd0059;border-bottom:2px solid #bd0059;transform:rotate(45deg);transition:transform .15s}
.dropdown-trigger[aria-expanded="true"]:after{transform:rotate(225deg);top:24px}
.site .filters .dropdown-trigger:hover,.site .filters .dropdown-trigger[aria-expanded="true"]{border-color:#e90070}
.dropdown-options{position:absolute;top:calc(100% + 8px);left:0;width:100%;padding:6px;background:white;color:#151719;border:1px solid #e0e2e5;border-radius:10px;box-shadow:0 12px 30px #0003;overflow-y:auto;overscroll-behavior:contain;font-size:14px;font-weight:500;line-height:1.5}
.opens-up .dropdown-options{top:auto;bottom:calc(100% + 8px)}
.dropdown-option{position:relative;min-height:44px;padding:11px 32px 11px 12px;border-radius:6px;cursor:pointer}
.dropdown-option:hover,.dropdown-option.is-active{background:#fff0f6;color:#a60050}
.dropdown-option[aria-selected="true"]{color:#ad0053;font-weight:700}
.dropdown-option[aria-selected="true"]:after{content:'';position:absolute;right:15px;top:16px;width:6px;height:10px;border-right:2px solid currentColor;border-bottom:2px solid currentColor;transform:rotate(45deg)}
@media(max-width:540px){.site .filters .dropdown-trigger,.dropdown-options{font-size:15px}}

.gallery-stage,.gallery-dialog-stage{position:relative}
.gallery-stage .detail-photo{border-radius:10px;overflow:hidden}
.gallery-stage .detail-photo img{width:100%;aspect-ratio:3/2;object-fit:contain;background:#f3f4f5;touch-action:pan-y}
.gallery-arrow{position:absolute;top:50%;transform:translateY(-50%);display:grid;place-items:center;width:42px;height:42px;border:1px solid #ffffff80;border-radius:50%;background:#ffffffed;color:#111;box-shadow:0 2px 10px #0002;z-index:1}
.gallery-arrow:hover{background:#e90070;color:#fff;border-color:#e90070}
.gallery-arrow[hidden]{display:none}
.gallery-previous{left:14px}.gallery-next{right:14px}
.gallery-arrow svg{width:20px;height:20px}

.gallery-thumbnails{margin-top:16px;display:flex;gap:12px;overflow-x:auto;padding:4px;scrollbar-width:thin}
.gallery-thumbnail{flex:0 0 112px;border:2px solid transparent;border-radius:8px;padding:3px;background:#fff;overflow:hidden}
.gallery-thumbnail img{width:100%;height:auto;aspect-ratio:3/2;object-fit:cover;border-radius:4px}
.gallery-thumbnail[aria-pressed="true"]{border-color:#e90070}
.gallery-thumbnail:hover:not([aria-pressed="true"]){border-color:#e9007080}
#photo-dialog{width:min(1100px,94vw);max-width:94vw;border:0;border-radius:12px;max-height:94dvh;background:#101214;color:#fff}
.gallery-dialog-header{display:flex;align-items:center;justify-content:space-between;padding:8px 18px;font-size:15px}
.gallery-dialog-header .close-dialog{color:#fff;background:transparent;padding:10px}
#photo-dialog .gallery-dialog-stage img{width:100%;height: min(68dvh,720px);object-fit:contain;touch-action:pan-y}

@media(max-width:540px){.gallery-thumbnail{flex-basis:88px}.gallery-thumbnails{gap:8px}.gallery-arrow{width:36px;height:36px}.gallery-previous{left:10px}.gallery-next{right:10px}.detail-photo span{font-size:10px;padding:7px 10px;bottom:10px;right:10px}.gallery-dialog-header{font-size:13px;padding-inline:12px}}


#photo-dialog{width:100vw;max-width:100vw;height:100dvh;max-height:100dvh;margin:0;padding:0;border-radius:0;overflow:hidden}
#photo-dialog[open]{display:flex;flex-direction:column}
.gallery-dialog-header{flex:0 0 54px;gap:16px;padding:6px 18px}
.gallery-dialog-header>span{margin-right:auto}
.gallery-dialog-header .close-dialog{margin:0}


#photo-dialog .gallery-dialog-stage{flex:1;min-height:0;overflow:clip;overscroll-behavior:contain}
#photo-dialog .gallery-dialog-stage img{width:100%;height:100%;max-width:none;max-height:none;object-fit:contain}
#photo-dialog .gallery-dialog-stage.is-zoomed img{transform:scale(2);touch-action:none}
#photo-dialog .gallery-dialog-stage.is-zoomed .gallery-arrow{display:none}

@media(max-width:540px){.gallery-dialog-header{gap:8px;padding-inline:12px}.gallery-dialog-header>span{font-size:12px}}

body.gallery-open{overflow:hidden}
#gallery-zoom-surface{display:block;width:100%;height:100%;padding:0;border:0;background:transparent;cursor:zoom-in;overflow:clip;touch-action:pan-y}
#gallery-zoom-surface[aria-pressed="true"]{cursor:zoom-out;touch-action:none}
#gallery-zoom-surface img{pointer-events:auto;user-select:none;-webkit-user-drag:none}
#gallery-zoom-surface:focus-visible{outline-offset:-4px}

.gallery-thumbnail:focus-visible{outline:3px solid var(--cyan);outline-offset:-6px}

.site .enquiry-form{align-self:start;padding:32px;background:#f7f8f9;border:1px solid #e5e7e9;border-radius:14px}
.site .enquiry-form h2{font-size:36px}
.site .enquiry-form>p{font-size:14px;line-height:1.6}
.site .enquiry-form label{font-size:14px;font-weight:600}
.enquiry-form label span{font-weight:400;color:var(--muted)}
.site .enquiry-form input,.site .enquiry-form textarea{border-radius:8px;background:white;border-color:#d4d7db;font-size:16px}
.enquiry-form input:focus-visible,.enquiry-form textarea:focus-visible{outline:2px solid var(--pink);outline-offset:2px}
.enquiry-trap{position:absolute;width:1px;height:1px;overflow:hidden;clip-path:inset(50%)}
.enquiry-form .form-privacy a,.enquiry-form #form-status a,.map-privacy a{text-decoration:underline;text-underline-offset:3px}
.enquiry-form .button:disabled{opacity:.6;cursor:wait}
.enquiry-form #form-status:empty{display:none}
.contact-map{min-width:0;margin-top:28px}


#map-container{position:relative;border:1px solid #e5e7e9;border-radius:14px;overflow:hidden;background:#f7f8f9;min-height:420px;display:grid}
.map-consent{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:32px 24px;text-align:center}
.map-consent>p:first-child{font-size:22px;font-weight:600;margin-bottom:12px}
.map-privacy{max-width:530px;margin:0 auto 24px;font-size:14px;line-height:1.6;color:var(--muted)}
#map-container iframe{position:absolute;inset:0;display:block;width:100%;height:100%;border:0}
#unload-map[hidden]{display:none}
.map-consent[hidden]{display:flex;visibility:hidden;pointer-events:none}
@media(max-width:760px){.site .enquiry-form{padding:24px}#map-container{min-height:350px}}
#unload-map{position:absolute;top:14px;right:14px;z-index:1;background:var(--pink);color:white;border:0;border-radius:8px;padding:10px 16px;min-height:44px;white-space:nowrap;box-shadow:0 2px 8px #0002}
#unload-map:hover{background:#bd0059;color:white}
@media(min-width:761px){
  .contact-page>div:first-child{display:flex;flex-direction:column}
  .contact-page .contact-map{margin-top:auto;padding-top:28px}
  .site .contact-page .enquiry-form{align-self:stretch;display:flex;flex-direction:column}
  .contact-page .enquiry-form label[for="enquiry-message"]{display:flex;flex:1;flex-direction:column}
  .contact-page .enquiry-form textarea{flex:1;min-height:160px}
  .contact-page .enquiry-form .button{align-self:flex-start}
}




.team-section{display:grid;grid-template-columns:1fr 1fr;gap:48px;padding-top:64px;padding-bottom:64px}
.site .team-section h2{font-family:'Anton','Barlow Condensed',Impact,sans-serif;font-size:clamp(42px,5.5vw,72px);font-weight:400;letter-spacing:.01em;line-height:1.1}
.team-introduction{border-left:4px solid var(--pink);padding-left:28px;font-size:18px;line-height:1.6}
.team-introduction p{margin-bottom:18px}

@media(max-width:760px){.team-section{grid-template-columns:1fr;gap:24px;padding-block:36px}.team-introduction{font-size:16px;padding-left:20px}}

.team-grid{grid-column:1/-1;display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:28px}
.team-card{border:1px solid #e5e7e9;border-radius:12px;overflow:hidden;background:#fff}
.team-portrait{display:grid;place-items:center;min-height:220px;background:#101214;color:var(--pink);font-family:'Barlow Condensed',sans-serif;font-weight:700;font-size:88px;border-bottom:4px solid var(--pink)}
.team-portrait-cyan{color:var(--cyan);border-color:var(--cyan)}
.team-card-body{padding:26px}
.site .team-card h3{font-family:'Barlow Condensed',sans-serif;font-weight:700;font-size:32px;letter-spacing:.01em}
.team-role{color:#bd0059;font-size:14px;font-weight:600;margin:6px 0 16px}
.team-card-body>p:last-child{font-size:16px;line-height:1.6;color:var(--muted)}
@media(max-width:540px){.team-grid{grid-template-columns:1fr}.team-card-body{padding:22px}}

/* Finance */
.finance-intro{display:grid;grid-template-columns:1fr 1fr;gap:64px;align-items:start;margin:28px 0 64px}
.finance-intro>div>p{max-width:560px;line-height:1.6;margin-bottom:24px}
.finance-provider{padding:36px;border-radius:14px;background:#f7f8f9;color:#151719;border:1px solid #e5e7e9;border-top:4px solid var(--pink)}
.site .finance-page h2{font-family:'Anton','Barlow Condensed',Impact,sans-serif;font-size:clamp(32px,3.5vw,48px);font-weight:400;letter-spacing:.01em;line-height:1.2;margin-bottom:22px}
.finance-provider p{line-height:1.6;margin-bottom:24px;color:#51565e}
.finance-provider .text-link{margin:0 0 28px;color:#bd0059}
.finance-provider .finance-disclosure{font-size:14px;font-weight:600;margin-bottom:12px}
.finance-provider .finance-external{font-size:13px;margin:0;color:#51565e}
.finance-steps ol{list-style:none;padding:0;display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:24px}
.finance-steps li{padding:32px;background:#f1f3f5;border:1px solid #dce0e4;border-top:4px solid var(--pink);border-radius:12px;box-shadow:0 4px 12px #10121408}
.site .finance-steps h3{font-family:'Barlow Condensed',sans-serif;font-size:28px;letter-spacing:.01em;margin:0 0 16px;font-weight:700}
.finance-steps p{font-size:16px;line-height:1.65}
@media(max-width:760px){.finance-intro{grid-template-columns:1fr;gap:32px;margin-bottom:36px}.finance-provider{padding:24px}.finance-steps ol{grid-template-columns:1fr;gap:16px}}

.vehicle-status{position:absolute;top:12px;left:12px;padding:7px 14px;border-radius:6px;background:#d60068;color:#fff;font-size:14px;font-weight:700;line-height:1.4;box-shadow:0 2px 8px #0002}

.team-portrait img{display:block;width:100%;height:320px;object-fit:cover;object-position:center 30%}

.analytics-consent{position:fixed;z-index:1000;bottom:16px;left:16px;right:16px;max-width:1000px;margin:auto;padding:24px;background:#fff;color:#141718;border:1px solid #ddd;border-top:4px solid var(--pink);border-radius:12px;box-shadow:0 8px 36px #0003;display:flex;align-items:center;gap:24px}
.analytics-consent[hidden]{display:none}
.site .analytics-consent h2{font:700 22px/1.3 Arial,sans-serif;letter-spacing:normal;margin:0 0 8px}
.analytics-consent p{font-size:15px;line-height:1.5;margin:0 0 8px}
.analytics-consent a{font-size:14px;text-decoration:underline}
.analytics-actions{display:flex;gap:10px;flex-shrink:0}
.analytics-actions button{background:var(--pink);color:#fff;border:0;border-radius:8px;padding:13px 16px;font:600 14px/1.3 Arial,sans-serif;cursor:pointer}
.footer .analytics-settings{background:none;border:0;padding:0;color:inherit;font:inherit;cursor:pointer;text-align:left}
@media(max-width:700px){.analytics-consent{flex-direction:column;align-items:stretch;gap:16px;padding:18px;bottom:10px;left:10px;right:10px;max-height:85dvh;overflow:auto}.analytics-actions{display:grid;grid-template-columns:1fr 1fr}}
