@font-face{font-family:Barlow;src:url('assets/barlow-400.ttf') format('truetype');font-weight:400;font-style:normal;font-display:swap}
@font-face{font-family:Barlow;src:url('assets/barlow-600.ttf') format('truetype');font-weight:600;font-style:normal;font-display:swap}
@font-face{font-family:'Barlow Condensed';src:url('assets/barlow-condensed-700.ttf') format('truetype');font-weight:700;font-style:normal;font-display:swap}
:root{--black:#080a0c;--surface:#121619;--white:#f4f5f4;--blue:#20b4e9;--muted:#a2a9af;--line:rgba(255,255,255,.16);--display:'Barlow Condensed',Impact,sans-serif;--body:Barlow,Arial,sans-serif;--pad:clamp(1.5rem,5.55vw,7rem);--header:88px;color-scheme:dark}
*{box-sizing:border-box}
html{scroll-behavior:smooth;scroll-padding-top:calc(var(--header) + 16px)}
body{margin:0;background:var(--black);color:var(--white);font-family:var(--body);font-size:1rem;line-height:1.5;-webkit-font-smoothing:antialiased}
body.menu-open{overflow:hidden}
img{display:block;max-width:100%;height:auto}
a{color:inherit;text-decoration:none}
button{font:inherit}
button,a,summary{-webkit-tap-highlight-color:transparent}
a:focus-visible,button:focus-visible,summary:focus-visible{outline:3px solid var(--blue);outline-offset:7px}
::selection{background:var(--blue);color:var(--black)}
button{cursor:pointer}
h1,h2,h3,p,figure{margin:0}
h1,h2{font-family:var(--display);font-weight:700;line-height:.97;letter-spacing:-.012em}
h2{font-size:clamp(3.5rem,5.7vw,6.5rem)}
.blue{color:var(--blue)}
.muted{color:var(--muted)}
.section-pad{padding:6.5rem var(--pad)}
.section-light{background:var(--white);color:var(--black);color-scheme:light;--muted:#666e74}
.eyebrow{font-size:.875rem;line-height:1.4;letter-spacing:.10em;font-weight:600}
.micro{font-size:.75rem;font-weight:600;letter-spacing:.10em}
.section-topline{display:flex;justify-content:space-between;align-items:center;padding-bottom:2.25rem;margin-bottom:2.5rem;border-bottom:1px solid var(--line)}
.section-light .section-topline{border-color:#ced1d2}
.section-topline .eyebrow{color:var(--blue)}
.section-light .section-topline .eyebrow{color:#027fa9}
.section-topline .micro{color:var(--muted)}
.skip-link{position:fixed;z-index:1000;top:8px;left:8px;background:var(--white);color:var(--black);padding:1rem;transform:translateY(-160%)}
.skip-link:focus{transform:translateY(0)}
.site-header{position:fixed;z-index:100;top:0;left:0;width:100%;height:var(--header);padding:0 var(--pad);display:flex;align-items:center;justify-content:space-between;gap:2rem;border-bottom:1px solid rgba(255,255,255,.12);background:rgba(8,10,12,.7);backdrop-filter:blur(18px);-webkit-backdrop-filter:blur(18px);transition:background .3s}
.site-header.scrolled{background:rgba(8,10,12,.94)}
.brand{display:flex;align-items:center;gap:.8rem;flex-shrink:0}
.brand-mark{width:63px;height:36px;padding:5px 6px;background:var(--white);display:flex;align-items:center;justify-content:center;border-radius:2px}
.brand-mark img{width:100%;height:auto}
.brand-name{font-family:var(--display);font-size:1.625rem;line-height:.95;letter-spacing:.03em}
.brand-name>span{display:block;font-family:var(--body);font-weight:600;font-size:.75rem;letter-spacing:.08em;margin-top:5px;color:#a6adb2}
.desktop-nav{display:flex;gap:clamp(1rem,2.5vw,2.5rem);align-items:center}
.desktop-nav a{font-size:.875rem;color:#c8cccf;position:relative;white-space:nowrap;padding:12px 0}
.desktop-nav a::after{content:'';height:2px;position:absolute;bottom:4px;left:0;background:var(--blue);width:0;transition:width .25s}
.desktop-nav a:hover,.desktop-nav a.active{color:white}
.desktop-nav a:hover::after,.desktop-nav a.active::after{width:100%}
.button{min-height:54px;padding:0 1.5rem;display:inline-flex;align-items:center;justify-content:space-between;gap:2rem;font-size:.9375rem;font-weight:600;line-height:1.2;border:1px solid transparent;border-radius:2px;transition:background .25s,color .25s,transform .25s;position:relative}
.button span{font-size:1.5rem;line-height:1;transition:transform .25s}
.button:hover{transform:translateY(-3px)}
.button:hover span{transform:translate(3px,-3px)}
.button-blue{background:var(--blue);color:#061218}
.button-blue:hover{background:#65d3fa}
.button-light{background:var(--white);color:var(--black)}
.button-light:hover{background:var(--blue)}
.button-dark{background:var(--black);color:var(--white)}
.button-dark:hover{background:#242b2f}
.header-cta{min-height:44px;padding:0 1rem;font-size:.875rem;gap:1.25rem}
.header-cta span{font-size:1.3rem}
.menu-toggle,.mobile-nav{display:none}
.text-link{display:inline-flex;align-items:center;gap:1rem;font-size:.9375rem;font-weight:600;line-height:1.4}
.text-link>span:last-child{transition:transform .25s}
.text-link:hover>span:last-child{transform:translate(3px,-3px)}
.text-link:hover{color:var(--blue)}
.round-arrow{border:1px solid #586065;border-radius:50%;width:34px;height:34px;display:inline-flex;align-items:center;justify-content:center}
.dark-link:hover{color:#007aab}
.hero{position:relative;min-height:850px;height:100svh;max-height:1060px;padding:calc(var(--header) + 4rem) var(--pad) 8rem;overflow:hidden;isolation:isolate;background:#080b0d}
.hero-grid{position:absolute;inset:0;z-index:-5;background-image:linear-gradient(to right,rgba(255,255,255,.028) 1px,transparent 1px);background-size:25% 100%;opacity:.75}

.hero-six{position:absolute;z-index:-3;font-family:var(--display);font-size:clamp(45rem,78vw,94rem);line-height:.8;color:transparent;-webkit-text-stroke:1px rgba(32,180,233,.17);right:11%;top:8%;pointer-events:none;transform:skewX(-8deg)}


.hero::after{content:'';position:absolute;inset:0;z-index:0;pointer-events:none;background:linear-gradient(90deg,rgba(8,11,13,.25),transparent 54%)}
.hero-content{position:relative;z-index:2;max-width:58%;pointer-events:none}
.hero-content a{pointer-events:auto}
.hero-eyebrow{display:flex;gap:14px;align-items:center;margin-bottom:2rem;color:#c0c7cb;animation:enter .65s both}
.small-slash{color:var(--blue);font-size:1.15rem}
.eyebrow-divider{height:10px;width:1px;background:#677075}
.hero h1{font-size:clamp(6.5rem,12.4vw,12.7rem);letter-spacing:-.008em;line-height:.87;margin-left:-.035em}
.hero h1>span{display:block;animation:enter .85s cubic-bezier(.2,.7,.2,1) both}
.hero h1>span:nth-child(2){animation-delay:.08s}
.hero-subtitle{font-family:var(--display);font-size:clamp(1.5rem,2.7vw,2.75rem);line-height:1;margin-top:1.3rem;letter-spacing:.055em;color:var(--blue);animation:enter .9s .12s both}
.hero-description{font-size:1.0625rem;color:#c3c9ce;line-height:1.6;max-width:380px;margin-top:1.75rem;animation:enter .9s .18s both}
.hero-actions{display:flex;gap:1.75rem;align-items:center;margin-top:2rem;animation:enter .9s .22s both}
.hero-bottom{position:absolute;bottom:0;left:var(--pad);right:var(--pad);display:flex;justify-content:space-between;gap:1rem;align-items:center;min-height:78px;border-top:1px solid var(--line);z-index:2;font-size:.75rem;font-weight:600;letter-spacing:.08em;color:#afb7bd}
.hero-bottom-mid{opacity:.55}
.hero-bottom a{display:flex;gap:1.2rem;align-items:center;min-height:44px}
.hero-bottom a>span{font-size:1.375rem;color:var(--blue)}
.discipline-strip{display:flex;align-items:center;justify-content:space-between;gap:1.5rem;padding:1.375rem var(--pad);background:var(--blue);color:#07151b;font-family:var(--display);font-size:clamp(1.5rem,2.7vw,2.5rem);line-height:1.1;letter-spacing:.025em}
.strip-slash{opacity:.38;font-weight:400}
.garage-layout{display:grid;grid-template-columns:.9fr 1.1fr;gap:8%}
.garage-intro h2{font-size:clamp(3.75rem,6vw,6.5rem);margin-bottom:1.875rem}
.section-light h2 .blue{color:#0797c9}
.garage-intro p{max-width:365px;font-size:1.0625rem;line-height:1.6;margin-bottom:1rem}
.garage-intro .text-link{margin-top:1rem;font-size:.9375rem;padding-bottom:8px;border-bottom:1px solid #8c979b}
.garage-specialty{margin-top:4rem;display:flex;flex-direction:column;gap:.625rem}
.garage-specialty>span{font-size:.75rem;color:#6c7276;letter-spacing:.09em;font-weight:600}
.garage-specialty strong{font-family:var(--display);font-size:1.625rem;letter-spacing:.07em}
.garage-specialty strong span{color:#9ea6a9;padding:0 .65rem}
.service{border-bottom:1px solid #c3c9cb}
.service:first-child{border-top:1px solid #c3c9cb}
.service summary{list-style:none;cursor:pointer;display:flex;align-items:center;gap:1.375rem;padding:1.6rem 0}
.service summary::-webkit-details-marker{display:none}
.service-number{font-size:.75rem;color:#737d82;align-self:center}
.service h3{font-family:var(--display);font-size:clamp(1.625rem,2.3vw,2.3rem);line-height:1.15;flex:1;font-weight:700}
.expand-icon{position:relative;display:block;width:29px;height:29px;flex-shrink:0;border:1px solid #c1c6c8;border-radius:50%;transition:background .2s,transform .25s}
.expand-icon::before,.expand-icon::after{content:'';position:absolute;background:#132027;width:11px;height:1px;left:8px;top:13px}
.expand-icon::after{transform:rotate(90deg);transition:transform .25s}
.service[open] .expand-icon{background:var(--blue);border-color:var(--blue)}
.service[open] .expand-icon::after{transform:rotate(0)}
.service summary:hover h3{color:#007eaa}
.service-body{padding:0 2.75rem 1.75rem;animation:enter .3s both}
.service-body p{font-size:1rem;line-height:1.65;color:#626b70;max-width:440px}
.service-tags{display:flex;flex-wrap:wrap;gap:.5rem;margin:1rem 0}
.service-tags span{padding:.3rem .5rem;border:1px solid #c5cbce;color:#5a6469;font-size:.75rem;font-weight:600;letter-spacing:.03em}
.service-body a{display:inline-flex;align-items:center;gap:1.5rem;font-weight:600;font-size:.875rem;margin-top:.875rem;color:#007aab;padding:.25rem 0}
.service-body a:hover{text-decoration:underline;text-underline-offset:5px}
.racing{padding-bottom:7.5rem}
.racing-layout{display:grid;grid-template-columns:1fr 1fr;gap:8%;align-items:center}
.crew-figure{position:relative;align-self:stretch;min-height:600px;overflow:hidden}
.crew-figure>img{width:100%;height:100%;object-fit:cover;object-position:47% 50%;filter:saturate(.6) contrast(1.05);position:absolute;inset:0;transition:filter .5s,transform 1s}
.crew-figure:hover>img{filter:saturate(1);transform:scale(1.025)}
.crew-figure::after{content:'';position:absolute;inset:0;background:linear-gradient(transparent 57%,rgba(0,0,0,.85))}
.crew-figure figcaption{position:absolute;bottom:2rem;left:2rem;right:2rem;z-index:2;display:flex;flex-direction:column;gap:.25rem}
.crew-figure figcaption span:first-child{font-family:var(--display);font-size:2.25rem}
.crew-figure figcaption span:last-child{font-size:.75rem;letter-spacing:.09em;color:#bac3c7}
.photo-corner{position:absolute;z-index:2;top:0;right:0;width:50px;height:50px;background:var(--black);clip-path:polygon(100% 0,0 0,100% 100%)}
.racing-copy> .eyebrow{margin-bottom:1.25rem;font-size:.8125rem}
.racing-copy h2{font-size:clamp(3.5rem,5.6vw,6.25rem);margin-bottom:1.75rem}
.outline-text{color:var(--white);-webkit-text-stroke:1px rgba(244,245,244,.7);-webkit-text-fill-color:transparent}
.racing-copy>p:not(.eyebrow){font-size:1.0625rem;line-height:1.6;max-width:480px;margin-bottom:1rem}
.race-result{display:block;background:#141a1e;padding:1.25rem 1.5rem;margin-top:1.75rem;border-left:2px solid var(--blue);transition:background .25s}
.race-result:hover{background:#1b252c}
.result-header,.result-footer{display:flex;justify-content:space-between;align-items:center;gap:1rem;font-size:.75rem;letter-spacing:.07em;font-weight:600}
.result-header{color:#afb9bf}
.result-position{color:var(--blue)}
.result-time{font-family:var(--display);font-size:clamp(4rem,5.6vw,6rem);font-variant-numeric:tabular-nums;line-height:1.1;letter-spacing:.015em;position:relative;margin:.2rem 0 .55rem;white-space:nowrap}
.result-time-fraction{color:var(--blue)}
.result-arrow{position:absolute;right:0;top:50%;transform:translateY(-50%);font-family:var(--body);font-size:2rem;color:var(--blue)}
.result-footer{color:#828f97;font-size:.75rem}
.lap-link{margin-top:1.5rem;font-size:.875rem;gap:.6rem}
.play-icon{font-size:.75rem;color:var(--blue)}
.track-photo{position:relative;height:min(53vw,640px);min-height:400px;overflow:hidden;isolation:isolate}
.track-photo>img{width:100%;height:100%;object-fit:cover;object-position:center 43%;filter:brightness(.8);transition:transform 1.5s}
.track-photo:hover>img{transform:scale(1.025)}
.track-photo::after{content:'';position:absolute;inset:0;background:linear-gradient(180deg,rgba(0,0,0,.7),transparent 26%,transparent 70%,rgba(0,0,0,.7))}
.track-photo-top{position:absolute;z-index:1;left:var(--pad);right:var(--pad);top:2rem;display:flex;align-items:center;justify-content:space-between}
.track-photo-caption{position:absolute;z-index:1;left:var(--pad);right:var(--pad);bottom:1.75rem;display:flex;align-items:flex-end;justify-content:space-between}
.track-big-word{font-family:var(--display);font-size:clamp(6rem,14vw,15rem);line-height:.8;letter-spacing:-.01em;opacity:.95}
.track-photo-caption>span:last-child{font-size:.75rem;letter-spacing:.06em;max-width:180px;text-align:right;color:#d7dde0}
.track-content{background:var(--blue);color:#071318;display:grid;grid-template-columns:1fr 1fr;gap:8%;padding:4.5rem var(--pad)}
.track-content .eyebrow{font-size:.8125rem;margin-bottom:1.25rem}
.track-content h2{font-size:clamp(4rem,7vw,7.5rem)}
.track-details{display:flex;flex-direction:column;align-items:flex-start;justify-content:center}
.track-details>p{font-size:1.125rem;line-height:1.6;max-width:460px}
.track-details ul{list-style:none;padding:0;margin:1.5rem 0 1.875rem;width:100%}
.track-details li{display:flex;align-items:center;gap:1.5rem;border-top:1px solid rgba(0,0,0,.22);padding:.75rem 0;font-size:1rem;font-weight:600}
.track-details li:last-child{border-bottom:1px solid rgba(0,0,0,.22)}
.track-details li span{font-size:.75rem;opacity:.6}
.track-content a:focus-visible{outline-color:var(--black)}
.merch-heading{display:flex;justify-content:space-between;align-items:flex-end;margin-bottom:3rem;gap:2rem}
.merch-heading h2{font-size:clamp(4rem,6.3vw,7rem)}
.merch-heading>div{padding-bottom:.5rem}
.merch-heading p{font-size:1.0625rem;color:#5a656b;margin-bottom:1rem}
.products{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:1.5rem}
.product-image{position:relative;overflow:hidden;aspect-ratio:1/1.07;background:#1b1d1f}
.product-image img{width:100%;height:100%;object-fit:cover;transition:transform .65s cubic-bezier(.2,.7,.2,1)}
.product:hover .product-image img{transform:scale(1.05)}
.product-tag{position:absolute;z-index:2;top:1rem;left:1rem;padding:.25rem .5rem;background:rgba(8,10,12,.72);color:white;font-size:.75rem;letter-spacing:.035em;font-weight:600}
.product-open{position:absolute;right:1rem;bottom:1rem;background:var(--white);color:var(--black);width:40px;height:40px;display:flex;align-items:center;justify-content:center;font-size:1.5rem;border-radius:50%;transition:background .25s,transform .25s}
.product:hover .product-open{background:var(--blue);transform:rotate(45deg)}
.product-info{display:flex;align-items:flex-start;justify-content:space-between;gap:.75rem;padding:1.2rem 0;border-bottom:1px solid #cbd0d2}
.product-info h3{font-family:var(--display);font-size:1.625rem;line-height:1.15;font-weight:700}
.product-info>div>span{display:block;color:#697178;font-size:.875rem;margin-top:.35rem}
.product-info>p{font-size:1.25rem;font-weight:600;line-height:1.1;text-align:right;flex-shrink:0}
.product-info>p>span{display:block;font-size:.75rem;margin-top:.4rem;color:#717b82;font-weight:400}
.store-note{color:#727b80;font-size:.875rem;margin-top:1.5rem;line-height:1.5}
.contact{padding-bottom:4rem;background:radial-gradient(ellipse at 0 100%,rgba(20,107,141,.11),transparent 48%),var(--black)}
.contact .section-topline{margin-bottom:3rem}
.contact-main{display:flex;align-items:center;justify-content:space-between;gap:2rem}
.contact-main h2{font-size:clamp(5rem,10vw,11rem);line-height:.92}
.contact-circle{display:flex;align-items:center;justify-content:center;flex-shrink:0;border:1px solid #526069;width:clamp(100px,12vw,180px);height:clamp(100px,12vw,180px);border-radius:50%;transition:background .3s,transform .3s,border-color .3s}
.contact-circle>span{font-size:clamp(3rem,6vw,6rem);font-weight:400;line-height:1;transform:translateY(-4px)}
.contact-circle:hover{background:var(--blue);border-color:var(--blue);color:var(--black);transform:rotate(45deg)}
.contact-bottom{display:flex;justify-content:space-between;align-items:flex-end;gap:2rem;margin-top:3rem}
.contact-bottom>p{color:#909ba3;font-size:1.0625rem;line-height:1.6}
.contact-bottom>div{display:flex;flex-direction:column}
.contact-bottom .micro{color:#939fa8;margin-bottom:.6rem}
.phone-link{font-family:var(--display);font-size:2.25rem;line-height:1.2;letter-spacing:.025em}
.phone-link:hover,.email-link:hover{color:var(--blue)}
.email-link{font-size:.9375rem;color:#acb5bc;margin-top:.5rem;display:inline-flex;gap:1rem;align-items:center}
.contact-bottom>.text-link{font-size:.875rem;padding-bottom:.15rem}
.footer{padding:2.5rem var(--pad) 1.5rem;border-top:1px solid var(--line)}
.footer-top{display:flex;align-items:center;justify-content:space-between;gap:2rem}
.footer-social{display:flex;gap:2rem}
.footer-social a{font-size:.875rem;color:#c7cdd1}
.footer-social a:hover{color:var(--blue)}
.back-top{width:44px;height:44px;border:1px solid #414b52;display:flex;align-items:center;justify-content:center;border-radius:50%;font-size:1.25rem}
.back-top:hover{background:var(--blue);color:var(--black)}
.footer-bottom{display:flex;justify-content:space-between;gap:1rem;margin-top:2.5rem;padding-top:1.25rem;border-top:1px solid var(--line);font-size:.75rem;color:#7f8b95}
.footer-bottom p:nth-child(2){letter-spacing:.08em}
.footer-bottom a:hover{color:var(--white)}
@keyframes enter{from{opacity:0;transform:translateY(22px)}to{opacity:1;transform:translateY(0)}}

.reveal.is-observed{opacity:0;transform:translateY(26px);transition:opacity .7s cubic-bezier(.2,.7,.2,1),transform .7s cubic-bezier(.2,.7,.2,1)}
.reveal.is-observed.is-visible{opacity:1;transform:translateY(0)}
.products .reveal:nth-child(2){transition-delay:.07s}
.products .reveal:nth-child(3){transition-delay:.14s}
@media(min-width:1700px){.hero{padding-top:calc(var(--header) + 5rem)}.hero-content{max-width:56%}.garage-layout,.racing-layout,.track-content{gap:10%}}
@media(max-width:1190px){.site-header{gap:1rem}.desktop-nav{gap:1.25rem}.brand-name{font-size:1.4rem}.brand-name>span{font-size:.75rem}.brand-mark{width:55px}.header-cta{padding:0 .75rem;gap:.8rem}.hero{min-height:790px;max-height:940px}.hero h1{font-size:clamp(6.5rem,13vw,10rem)}.hero-content{max-width:60%}.hero-bottom-mid{display:none}.garage-layout,.racing-layout{gap:6%}.crew-figure{min-height:600px}.contact-bottom>.text-link{max-width:200px}.footer-social{gap:1.5rem}}
@media(max-width:1000px){.desktop-nav{display:none}.header-cta{margin-left:auto}.menu-toggle{display:flex;flex-direction:column;justify-content:center;align-items:center;gap:6px;background:transparent;border:1px solid #46525b;border-radius:2px;width:44px;height:44px;color:white;z-index:103;flex-shrink:0}.menu-toggle>span{height:1px;width:20px;background:currentColor;transition:transform .2s}.menu-toggle[aria-expanded=true]>span:first-child{transform:translateY(3.5px) rotate(45deg)}.menu-toggle[aria-expanded=true]>span:last-child{transform:translateY(-3.5px) rotate(-45deg)}.mobile-nav:not([hidden]){display:flex;position:absolute;top:calc(var(--header) - 1px);left:0;width:100%;padding:1.25rem var(--pad) 2rem;background:#10161a;flex-direction:column;box-shadow:0 30px 50px #0008;max-height:calc(100dvh - var(--header));overflow:auto}.mobile-nav>a{font-family:var(--display);font-size:2rem;border-bottom:1px solid var(--line);padding:.85rem 0;display:flex;gap:1.25rem;align-items:center}.mobile-nav>a>span{font-family:var(--body);font-size:.75rem;color:var(--blue)}.mobile-nav .mobile-book{background:var(--blue);color:var(--black);font-family:var(--body);font-size:1rem;font-weight:600;justify-content:space-between;padding:1rem;margin-top:1.5rem;border:0}.hero-content{max-width:65%}.hero h1{font-size:7.7rem}.hero-eyebrow{font-size:.75rem;gap:10px}.hero-description{max-width:330px}.hero::after{background:linear-gradient(90deg,rgba(8,11,13,.4),transparent 80%)}.hero-actions{gap:1.25rem}.hero-actions .text-link{font-size:.875rem}.hero-actions .button{gap:1rem}.hero-subtitle{font-size:2.1rem}.section-pad{padding-top:5rem;padding-bottom:5rem}.garage-layout{grid-template-columns:.85fr 1.15fr;gap:4%}.garage-intro h2{font-size:3.8rem}.service summary{gap:1rem}.service-body{padding-left:2rem;padding-right:.5rem}.racing-layout{gap:5%;grid-template-columns:.9fr 1.1fr}.racing-copy h2{font-size:3.65rem}.racing-copy>p:not(.eyebrow){font-size:1rem}.crew-figure{min-height:630px}.result-header{gap:.5rem;font-size:.6875rem}.result-footer{gap:.5rem;font-size:.6875rem}.result-time{font-size:4.5rem}.race-result{padding:1rem}.result-header span,.result-footer span{font-size:.75rem;letter-spacing:.015em}.result-header{flex-wrap:wrap}.track-content{gap:6%;padding-top:3.5rem;padding-bottom:3.5rem}.track-content h2{font-size:4.8rem}.track-details>p{font-size:1.0625rem}.products{gap:1rem}.product-tag{font-size:.75rem;left:.65rem;top:.65rem}.product-info h3{font-size:1.4rem}.product-info>div>span{font-size:.8125rem}.contact-bottom{flex-wrap:wrap;row-gap:2rem}.contact-bottom>.text-link{max-width:none}.footer-top .brand-name{display:none}.footer-bottom p:nth-child(2){display:none}}
@media(max-width:700px){:root{--pad:1.5rem;--header:76px}.site-header{gap:.75rem}.brand-name{font-size:1.4rem}.brand-name>span{font-size:.75rem;letter-spacing:.01em}.brand{gap:.6rem}.brand-mark{width:48px;height:31px}.header-cta{display:none}.menu-toggle{margin-left:auto}.hero{height:auto;min-height:900px;max-height:none;padding-top:calc(var(--header) + 2.5rem);padding-bottom:390px}.hero-content{max-width:100%}.hero-eyebrow{font-size:.75rem;letter-spacing:.045em;margin-bottom:1.4rem}.hero h1{font-size:clamp(6.6rem,21vw,9rem);line-height:.87}.hero-subtitle{font-size:1.75rem;margin-top:1rem;letter-spacing:.08em}.hero-description{font-size:1rem;max-width:330px;margin-top:1.25rem;line-height:1.5}.hero-actions{margin-top:1.5rem;gap:1.4rem}.hero-actions .button{min-height:50px;padding:0 1rem;font-size:.9375rem;gap:1.5rem}.hero-actions .text-link{font-size:.875rem;gap:.6rem}.round-arrow{width:28px;height:28px}.hero-six{top:auto;bottom:30px;right:1%;font-size:40rem;opacity:.7}.hero::after{background:linear-gradient(180deg,transparent 45%,rgba(8,11,13,.2) 58%,transparent 70%)}.hero-bottom{min-height:60px;font-size:.625rem;letter-spacing:.04em;align-items:center;gap:1.5rem}.hero-bottom p{font-size:.75rem;max-width:140px;line-height:1.3}.hero-bottom a{font-size:.75rem;line-height:1.3;gap:.75rem;max-width:135px}.discipline-strip{padding:1.15rem var(--pad);gap:.8rem;flex-wrap:wrap;font-size:1.25rem;justify-content:space-between}.discipline-strip>span:last-child,.discipline-strip>span:nth-last-child(2){display:none}.strip-slash{font-size:1.375rem}.section-pad{padding-top:3.5rem;padding-bottom:3.5rem}.section-topline{padding-bottom:1.25rem;margin-bottom:2rem}.section-topline .micro{display:none}.eyebrow{font-size:.8125rem}.garage-layout{grid-template-columns:1fr;gap:2.75rem}.garage-intro h2{font-size:clamp(3.75rem,12vw,5.5rem);margin-bottom:1.4rem}.garage-intro p{font-size:1rem;max-width:100%}.garage-specialty{margin-top:1.75rem;flex-direction:row;align-items:center;justify-content:space-between;gap:.75rem}.garage-specialty strong{font-size:1.375rem;letter-spacing:.03em}.garage-specialty>span{font-size:.75rem;max-width:70px}.garage-specialty strong span{padding:0 .35rem}.service summary{padding:1.3rem 0}.service h3{font-size:1.75rem}.service-body{padding-left:2rem;padding-bottom:1.3rem}.service-tags{gap:.3rem}.service-tags span{font-size:.75rem;letter-spacing:0;padding:.2rem .4rem}.racing-layout{grid-template-columns:1fr;gap:2.5rem}.crew-figure{min-height:0;aspect-ratio:1/1.08;max-height:570px}.crew-figure figcaption{bottom:1.5rem;left:1.5rem}.crew-figure figcaption span:first-child{font-size:2rem}.racing-copy h2{font-size:clamp(3.75rem,12vw,5.5rem)}.racing-copy>p:not(.eyebrow){max-width:none;line-height:1.6}.racing-copy>.eyebrow{font-size:.8125rem;letter-spacing:.08em}.race-result{padding:1.25rem}.result-header{font-size:.75rem;letter-spacing:.045em}.result-time{font-size:5rem}.result-footer{font-size:.75rem}.lap-link{font-size:.875rem}.track-photo{height:430px;min-height:0}.track-photo>img{object-position:58% 50%}.track-photo-top{top:1.5rem}.track-photo-top .micro{display:none}.track-photo-caption{bottom:1.5rem}.track-big-word{font-size:7rem}.track-photo-caption>span:last-child{font-size:.75rem;max-width:105px;letter-spacing:.015em}.track-content{grid-template-columns:1fr;gap:1.75rem;padding:3rem var(--pad)}.track-content h2{font-size:clamp(4.5rem,14vw,6rem)}.track-content .eyebrow{font-size:.75rem}.track-details>p{font-size:1rem}.track-details ul{margin:1.25rem 0 1.5rem}.track-details li{font-size:1rem;gap:1rem}.track-details .button{width:100%}.merch-heading{display:block;margin-bottom:2rem}.merch-heading h2{font-size:clamp(4rem,13vw,6rem)}.merch-heading>div{margin-top:1.5rem;display:flex;justify-content:space-between;align-items:flex-end;gap:1rem}.merch-heading p{font-size:1rem;margin:0}.merch-heading .text-link{font-size:.875rem;max-width:110px;gap:.5rem}.products{grid-template-columns:1fr;gap:2rem}.product-image{aspect-ratio:1/1;max-height:520px}.product-info h3{font-size:1.75rem}.product-info>div>span{font-size:.875rem}.product-info>p{font-size:1.375rem}.product-tag{top:1rem;left:1rem}.product-open{width:44px;height:44px}.store-note{font-size:.8125rem;margin-top:1.5rem}.contact-main{position:relative;gap:1rem;align-items:flex-end}.contact-main h2{font-size:clamp(3.95rem,12.7vw,5.6rem);max-width:85%}.contact-circle{width:54px;height:54px;position:absolute;bottom:2px;right:0}.contact-circle>span{font-size:2rem;transform:translateY(-2px)}.contact .section-topline{margin-bottom:2.5rem}.contact-bottom{margin-top:2rem;gap:1.75rem;display:grid;grid-template-columns:1fr}.contact-bottom>p{font-size:1rem}.phone-link{font-size:2.4rem}.email-link{font-size:1rem}.footer{padding-top:2rem}.footer-top{flex-wrap:wrap;gap:1.5rem;position:relative}.footer-top .brand-name{display:block}.footer-social{order:3;width:100%;gap:1.5rem;flex-wrap:wrap}.footer-social a{font-size:.875rem}.footer-bottom{margin-top:2rem;align-items:flex-start;line-height:1.5;font-size:.75rem}.footer-bottom a{max-width:115px;text-align:right}.back-top{margin-left:auto}.photo-corner{width:35px;height:35px}}
@media(max-width:374px){:root{--pad:1.125rem}.hero{min-height:875px;padding-bottom:360px}.hero h1{font-size:6.4rem}.hero-eyebrow{font-size:.75rem;gap:7px}.hero-eyebrow .small-slash{display:none}.hero-actions{gap:.75rem}.hero-actions .button{gap:1rem}.hero-actions .text-link{font-size:.875rem;gap:.4rem}.discipline-strip{font-size:1.125rem;gap:.5rem}.result-header{flex-direction:column;align-items:flex-start;gap:.35rem}.garage-specialty strong{font-size:1.2rem}.contact-main h2{font-size:3.8rem}.contact-circle{width:42px;height:42px}.contact-circle>span{font-size:1.8rem}.brand-name>span{font-size:.75rem}}
@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,*::before,*::after{animation:none!important;transition:none!important}.reveal.is-observed{opacity:1;transform:none}.product:hover .product-image img,.track-photo:hover>img,.crew-figure:hover>img{transform:none}}
@media(forced-colors:active){.outline-text{-webkit-text-fill-color:CanvasText;-webkit-text-stroke:0}.button,.brand-mark,.contact-circle,.menu-toggle{border:1px solid ButtonText}}
.challenge-slot{min-height:0;margin-top:1rem}.challenge-slot:not(:empty){min-height:65px}
