:root{--bg:#134800;--panel:#00007b;--panel-hover:#081864;--green:#41b133;--text:var(--green);--muted:var(--text);--line:var(--green);--ink:#000000;--display:'Super Mario 256';--body:'Super Mario 256';color-scheme:dark;font-family:var(--body);color:var(--text);background:var(--bg);font-synthesis:none}
*{box-sizing:border-box}html{scroll-behavior:smooth;scroll-padding-top:110px}body{margin:0}a{color:inherit;text-decoration:none}button{font:inherit}img{max-width:100%;display:block}button,a{-webkit-tap-highlight-color:transparent}button:focus-visible,a:focus-visible,summary:focus-visible{outline:2px solid #ffff00;outline-offset:6px}::selection{background:var(--green);color:var(--bg)}.skip{position:fixed;top:-90px;left:20px;background:var(--green);color:var(--bg);padding:15px;z-index:100}.skip:focus{top:15px}.header{height:98px;padding:0 4.2%;display:flex;align-items:center;gap:28px;position:relative;z-index:20;border-bottom:1px solid #ffff00;background:var(--panel)}.brand{display:flex;align-items:center;gap:12px;flex-shrink:0}.brand img{width:52px;height:52px}.brand>span{font-family:var(--display);font-weight:800;font-style:italic;font-size:21px;line-height:.95;letter-spacing:.2px}.brand small{display:block;font-family:var(--body);font-weight:600;font-style:normal;font-size:11px;letter-spacing:6px;margin-top:7px;color:var(--green)}.desktop-nav{display:flex;gap:28px;margin-left:auto;font-weight:500;font-size:14px}.desktop-nav a{padding:15px 0;position:relative;white-space:nowrap}.desktop-nav a::after{content:'';position:absolute;left:0;right:100%;bottom:6px;height:2px;background:var(--green);transition:right .25s}.desktop-nav a:hover::after,.desktop-nav a[aria-current=page]::after{right:0}.button{display:inline-flex;justify-content:center;align-items:center;gap:32px;background:var(--green);color:var(--ink);padding:19px 24px;font-weight:700;font-size:15px;line-height:1.3;transition:background .2s,transform .2s;border:1px solid #ffff00;border-radius:0;cursor:pointer}.button:hover{background:var(--green);transform:translateY(-2px)}.button span{font-size:21px;line-height:1}.button.compact{font-size:13px;padding:14px 18px;gap:24px;margin-left:10px}.button.outline{background:transparent;color:var(--text);border-color:#ffff00}.button.outline:hover{border-color:#ffff00;color:var(--green)}.menu-toggle{display:none}.mobile-nav[hidden]{display:none}.hero{height:min(790px,calc(100svh - 98px));min-height:610px;position:relative;isolation:isolate;overflow:hidden}.hero-image{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;object-position:center;z-index:-3}.hero-shade{background:linear-gradient(90deg,color-mix(in srgb, var(--panel) 96%, transparent) 0%,color-mix(in srgb, var(--panel) 85%, transparent) 23%,color-mix(in srgb, var(--panel) 36%, transparent) 47%,color-mix(in srgb, var(--panel) 6%, transparent) 78%),linear-gradient(0deg,var(--bg) 0%,transparent 36%)}.hero-content{padding:76px 4.2% 115px;position:relative;max-width:850px}.eyebrow{font-size:12px;font-weight:600;letter-spacing:2.4px;text-transform:uppercase;margin:0 0 24px;color:var(--green);line-height:1.5}.slash{font-size:18px;font-weight:800;letter-spacing:-2px;display:inline-block;margin-right:12px}h1,h2,h3,h4,p{margin-top:0}h1,h2,h3,h4{font-family:var(--display);font-weight:700;text-transform:uppercase}h1{font-size:clamp(72px,8.2vw,138px);line-height:.86;letter-spacing:-1.8px;margin:0 0 29px}h1 em{color:var(--green);font-style:italic;font-weight:800}h2{font-size:clamp(48px,5vw,78px);line-height:.98;letter-spacing:-.5px;margin-bottom:25px}h3{font-size:36px;line-height:1.05;margin-bottom:16px}p{font-size:17px;line-height:1.75;color:var(--muted)}.hero-description{font-size:17px;line-height:1.6;color:var(--text);max-width:430px;margin-bottom:30px}.hero-actions{display:flex;gap:30px;align-items:center;flex-wrap:wrap}.text-link{font-size:15px;font-weight:600;display:inline-flex;align-items:center;gap:24px;border-bottom:1px solid #ffff00;padding:10px 0;transition:color .2s,border-color .2s}.text-link:hover{color:var(--green);border-color:#ffff00}.hero-foot{position:absolute;left:4.2%;right:4.2%;bottom:27px;display:flex;align-items:center;justify-content:space-between;gap:20px;border-top:1px solid color-mix(in srgb, var(--panel) 40%, transparent);padding-top:22px;font-size:11px;letter-spacing:1.5px;color:var(--text)}.hero-foot>a{display:flex;gap:20px;font-size:12px;letter-spacing:.5px}.car-label{display:flex;gap:15px;align-items:center;color:var(--green);font-family:var(--display);font-size:26px;font-weight:700}.car-label i{font-family:var(--body);color:var(--text);font-style:normal;font-size:11px;letter-spacing:1px}.hero-side{position:absolute;right:20px;top:50%;writing-mode:vertical-rl;font-size:10px;letter-spacing:3px;color:var(--text)}.ticker{background:var(--green);color:var(--ink);display:flex;align-items:center;justify-content:space-around;gap:20px;padding:21px 3%;font-family:var(--display);font-style:italic;font-weight:700;letter-spacing:.5px;font-size:24px;overflow:hidden}.ticker span{white-space:nowrap}.ticker b{font-size:21px}.section{padding:105px 7%}.intro{display:grid;grid-template-columns:1fr 2.3fr;gap:60px}.intro>.eyebrow{padding-top:8px}.intro p:not(.eyebrow){max-width:640px}.muted-heading{color:var(--text)}.mobile-nav{display:none}
@media(min-width:1700px){.hero-content{padding-top:100px}.header{padding-inline:6%}.hero-content{padding-left:6%}}
@media(max-width:1100px){.header{gap:20px}.brand>span{font-size:18px}.desktop-nav{gap:20px}.header>.button{display:none}.hero-content{padding-top:65px}.hero{min-height:590px}.ticker{font-size:21px}.ticker span:last-child,.ticker b:last-of-type{display:none}}
@media(max-width:700px){.header{height:80px;padding:0 22px;justify-content:space-between}.brand img{width:43px;height:43px}.brand>span{font-size:19px}.desktop-nav{display:none}.menu-toggle{display:flex;gap:14px;background:none;border:1px solid #ffff00;color:var(--text);padding:12px;font-size:14px;cursor:pointer}.mobile-nav{display:flex;position:absolute;top:79px;left:0;right:0;background:var(--panel);padding:20px 25px;flex-direction:column;border-bottom:1px solid #ffff00;gap:0}.mobile-nav a{padding:16px 0;border-bottom:1px solid #ffff00;font-size:18px}.hero{height:auto;min-height:720px}.hero-content{padding:45px 23px 200px}.hero h1{font-size:clamp(68px,15vw,102px);line-height:.91;letter-spacing:-1px}.hero-image{object-position:61% center}.hero-shade{background:linear-gradient(90deg,color-mix(in srgb, var(--panel) 87%, transparent),color-mix(in srgb, var(--panel) 33%, transparent)),linear-gradient(0deg,var(--bg),transparent 50%)}.hero-description{font-size:16px;max-width:290px}.hero-actions{gap:15px;align-items:flex-start;flex-direction:column}.button{font-size:14px;padding:16px 20px}.hero-foot{left:23px;right:23px;bottom:24px;align-items:flex-start}.hero-foot>span:first-child{display:none}.car-label{display:block;font-size:29px}.car-label i{display:block;max-width:130px;font-size:10px;line-height:1.5}.hero-foot>a{font-size:12px;align-self:flex-end}.hero-side{display:none}.ticker{padding:17px 20px;justify-content:flex-start;gap:25px;font-size:22px}.ticker span:nth-of-type(3),.ticker b:nth-of-type(2){display:none}.section{padding:65px 24px}.intro{grid-template-columns:1fr;gap:5px}.intro h2{font-size:46px}.eyebrow{font-size:12px;letter-spacing:2px}.intro>.eyebrow{margin-bottom:25px}p{font-size:16px}}
@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,*::before,*::after{animation:none!important;transition:none!important}}
.wide-image{margin:0 7%;position:relative;overflow:hidden}.wide-image>img{width:100%;height:auto;aspect-ratio:2.25;object-fit:cover}.image-caption{display:flex;justify-content:space-between;gap:20px;position:absolute;bottom:0;left:0;right:0;padding:45px 24px 21px;background:linear-gradient(transparent,color-mix(in srgb, var(--panel) 79%, transparent));font-size:11px;letter-spacing:1.5px;color:var(--text)}.section-heading{display:flex;align-items:flex-end;justify-content:space-between;gap:40px;margin-bottom:45px}.section-heading h2{margin-bottom:0}.section-heading>.text-link{flex-shrink:0}.section-heading>p{margin-bottom:0;font-size:16px}.driver-grid{display:grid;grid-template-columns:1fr 1fr;gap:24px}.driver-card{height:500px;position:relative;isolation:isolate;overflow:hidden;background:var(--panel);border:1px solid #ffff00;display:block}.driver-card.leaf{background:radial-gradient(ellipse at 55% 40%,var(--panel),var(--panel) 75%)}.driver-card.founder{background:var(--panel)}.card-kicker{position:absolute;top:26px;left:28px;font-size:11px;letter-spacing:1.5px;z-index:3}.driver-backdrop{position:absolute;inset:55px 25px auto;font-family:var(--display);font-size:260px;font-weight:800;line-height:1;color:color-mix(in srgb, var(--green) 6%, transparent);font-style:italic;z-index:-1}.driver-card>img{position:absolute;bottom:0;left:50%;transform:translateX(-50%);width:auto;height:90%;object-fit:contain;transition:transform .4s}.driver-card.founder>img{width:64%;height:auto;bottom:105px;mix-blend-mode:screen}.driver-card:hover>img{transform:translateX(-50%) scale(1.04)}.driver-caption{position:absolute;bottom:0;left:0;right:0;padding:75px 28px 25px;background:linear-gradient(transparent,color-mix(in srgb, var(--panel) 93%, transparent) 70%);display:flex;align-items:flex-end;justify-content:space-between;gap:20px}.driver-caption div>span{font-size:11px;letter-spacing:1.4px;color:var(--green)}.driver-caption h3{font-size:43px;margin:9px 0 0}.circle-arrow{border:1px solid color-mix(in srgb, var(--panel) 40%, transparent);display:grid;place-items:center;flex-shrink:0;width:46px;height:46px;border-radius:50%;font-size:23px;transition:background .2s}.driver-card:hover .circle-arrow{background:var(--green);color:var(--ink)}.paint-teaser{display:grid;grid-template-columns:1.1fr 1fr;background:var(--panel)}.paint-teaser-image{position:relative;min-height:620px;overflow:hidden}.paint-teaser-image img{width:100%;height:100%;object-fit:cover;object-position:43% center}.paint-teaser-copy{padding:75px 13% 70px 11%}.paint-teaser-copy h2{font-size:58px}.paint-teaser-copy h2 em{color:var(--green);font-style:italic}.paint-teaser-copy p{font-size:16px}.paint-teaser-copy .button{margin:14px 0 22px}.micro{display:block;font-size:10px;letter-spacing:1.5px;color:var(--muted)}.photo-label{position:absolute;left:25px;bottom:25px;font-size:10px;letter-spacing:1.5px;background:var(--panel);padding:12px 16px}.cta{padding:90px 7%;background:var(--green);color:var(--ink);display:flex;justify-content:space-between;align-items:center;gap:45px;position:relative;isolation:isolate;overflow:hidden}.cta .eyebrow{color:var(--ink)}.cta h2{font-size:104px;line-height:.88;margin:0}.cta h2 em{font-style:italic}.cta p{color:var(--ink);font-size:18px}.cta .button{background:var(--ink);color:var(--text);border-color:var(--ink)}.cta .button:hover{background:var(--panel-hover)}.cta>div{position:relative;z-index:1}.cta-word{position:absolute;bottom:-25%;right:0;line-height:1;font-family:var(--display);font-size:400px;font-weight:800;color:color-mix(in srgb, var(--panel) 3%, transparent);z-index:0;font-style:italic}.footer{padding:55px 7% 24px}.footer-top{display:flex;justify-content:space-between;align-items:flex-start;gap:40px;padding-bottom:50px}.footer-top>p{font-size:15px;line-height:1.6}.social-links{display:flex;gap:30px;font-size:14px}.social-links a{display:flex;gap:10px}.social-links a:hover{color:var(--green)}.footer-bottom{border-top:1px solid #ffff00;padding-top:24px;display:flex;justify-content:space-between;gap:20px;color:var(--text);font-size:12px}.footer-bottom a{color:var(--text)}.page-heading{padding:90px 7% 60px;position:relative;border-bottom:1px solid #ffff00;overflow:hidden}.page-heading h1{font-size:clamp(68px,8vw,125px);line-height:.96;max-width:1300px;margin-bottom:35px}.heading-bottom{display:flex;justify-content:space-between;align-items:flex-end;gap:35px}.heading-bottom p{margin-bottom:0;font-size:18px}.outline-number{position:absolute;right:5%;bottom:20px;font-size:160px;font-family:var(--display);font-weight:800;color:transparent;-webkit-text-stroke:1px var(--line);z-index:-1}.story-feature{display:grid;grid-template-columns:1.1fr 1fr;gap:0}.story-image img{width:100%;height:100%;object-fit:cover;object-position:62% center;min-height:700px}.story-copy{padding:80px 12%}.story-copy h2{font-size:66px}.story-copy p{font-size:16px}.story-copy .button{margin-top:10px}.division-grid{display:grid;grid-template-columns:1fr 1fr;gap:70px;margin-top:50px}.division-grid article{border-top:1px solid #ffff00;padding-top:25px;position:relative}.division-index{color:var(--green);font-size:13px;letter-spacing:2px;display:block;margin-bottom:30px}.division-grid p{max-width:470px}.driver-profile{display:grid;grid-template-columns:1fr 1fr;margin:70px 7% 100px;gap:70px;scroll-margin-top:40px}.profile-art{position:relative;isolation:isolate;background:var(--panel);overflow:hidden;min-height:650px}.profile-number{position:absolute;top:15px;left:15px;line-height:1;font-family:var(--display);font-weight:800;font-style:italic;font-size:300px;color:color-mix(in srgb, var(--green) 20%, transparent)}.profile-art img{position:absolute;height:85%;width:auto;max-width:95%;object-fit:contain;left:50%;bottom:35px;transform:translateX(-50%)}.art-label{position:absolute;bottom:0;left:0;right:0;padding:22px;text-align:center;background:color-mix(in srgb, var(--panel) 74%, transparent);font-size:10px;letter-spacing:1.3px}.profile-copy{padding:35px 0}.profile-copy h2{font-size:76px}.profile-lead{font-size:26px;line-height:1.4;color:var(--text)}.profile-copy p:not(.eyebrow):not(.profile-lead){font-size:16px}.driver-stats{display:flex;gap:35px;border-top:1px solid #ffff00;margin:30px 0 0;padding-top:25px}.driver-stats dt{font-size:10px;letter-spacing:1.3px;color:var(--muted);margin-bottom:13px}.driver-stats dd{font-family:var(--display);font-size:48px;margin:0;color:var(--green);line-height:1.1}.driver-stats .small-stat{font-family:var(--body);font-size:18px;font-weight:600}.founder-profile{border-top:1px solid #ffff00;padding-top:80px}.founder-art{background:var(--panel)}.founder-art img{width:85%;height:auto;bottom:20%;mix-blend-mode:screen}.paint-heading{display:grid;grid-template-columns:1fr 1fr;align-items:stretch}.paint-heading>div:first-child{padding:85px 8% 80px 14%}.paint-heading h1{font-size:78px;line-height:.96;letter-spacing:-1px}.paint-heading p:not(.eyebrow){font-size:17px;max-width:475px}.paint-heading .button{margin:15px 25px 10px 0}.paint-heading .text-link{font-size:14px}.paint-hero-image{position:relative;overflow:hidden;min-height:570px}.paint-hero-image img{width:100%;height:100%;object-fit:cover;object-position:48% center}.price-grid{display:grid;grid-template-columns:repeat(4,1fr);border-left:1px solid #ffff00;border-top:1px solid #ffff00}.price-card{padding:27px 25px;display:flex;flex-direction:column;border-right:1px solid #ffff00;border-bottom:1px solid #ffff00;background:var(--panel);transition:background .2s}.price-card:hover{background:var(--panel-hover)}.price-top{display:flex;justify-content:space-between;font-size:12px;color:var(--green);margin-bottom:36px}.price-card h3{font-size:33px;min-height:70px;margin:0 0 20px}.price-card p{font-size:15px;margin-bottom:32px}.price{font-family:var(--display);font-size:60px;line-height:1;white-space:nowrap}.price>span{font-size:25px;vertical-align:top;margin:8px 3px 0 0;display:inline-block;color:var(--green)}.price-note{font-size:12px;color:var(--muted);margin:10px 0 35px;line-height:1.5}.price-link{padding-top:20px;border-top:1px solid #ffff00;display:flex;justify-content:space-between;gap:20px;font-size:14px;margin-top:auto;font-weight:600}.price-link:hover{color:var(--green)}.process{background:var(--panel)}.process h2{max-width:1100px}.process-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:45px;margin-bottom:30px}.process-grid article{border-top:1px solid #ffff00;padding-top:26px}.process-grid article>span{color:var(--green);font-size:11px;letter-spacing:1.5px;display:block;margin-bottom:30px}.process-grid h3{font-size:32px}.process-grid p{font-size:16px}.form-note{font-size:12px;margin-top:14px}.small-cta{display:flex;align-items:center;justify-content:space-between;gap:40px;padding:70px 7%;border-bottom:1px solid #ffff00}.small-cta h2{font-size:64px;margin:0}.contact-section{display:grid;grid-template-columns:2fr 1fr;gap:70px}.contact-rows{border-top:1px solid #ffff00}.contact-row{padding:30px 0;border-bottom:1px solid #ffff00;display:grid;grid-template-columns:1fr auto;gap:20px;align-items:center}.contact-type{grid-column:1/-1;font-size:12px;letter-spacing:1.5px;color:var(--green)}.contact-row h2{font-size:38px;text-transform:none;line-height:1.2;letter-spacing:0;overflow-wrap:anywhere;margin:0}.contact-row p{font-size:14px;margin:12px 0 0}.contact-arrow{width:42px;height:42px;border:1px solid #ffff00;border-radius:50%;display:grid;place-items:center;font-size:24px}.contact-row:hover .contact-arrow{color:var(--green);border-color:#ffff00}.email-break{display:none}.copy-button{background:none;border:1px solid #ffff00;color:var(--text);font-size:14px;padding:13px 16px;cursor:pointer}.copy-button:hover{color:var(--green);border-color:#ffff00}.contact-aside{background:var(--panel);padding:35px 30px;align-self:start;border-top:2px solid #ffff00}.contact-aside h3{font-size:42px}.contact-aside p{font-size:16px}.contact-aside .button{padding:15px 18px;font-size:14px;gap:20px;width:100%}.aside-social{display:flex;flex-direction:column;gap:20px;margin-top:45px}.aside-social>span{font-size:10px;letter-spacing:1.5px;color:var(--muted);margin-bottom:3px}.aside-social a{font-size:14px;display:flex;justify-content:space-between}.aside-social a:hover{color:var(--green)}.copy-status{grid-column:1/-1;font-size:14px;margin:0;color:var(--green)}
@font-face{font-family:'Super Mario 256';src:url('/assets/SuperMario256.ttf') format('truetype');font-weight:400;font-style:normal;font-display:swap}
:root{--display:'Super Mario 256';font-synthesis:none}
/* Match the SLR logo's bold black outline and offset black depth. */

@keyframes slr-arrive{from{opacity:0;transform:translateY(18px)}to{opacity:1;transform:translateY(0)}}.hero-content{animation:slr-arrive .65s ease-out both}
h1,h2,h3,h4{font-weight:400;letter-spacing:0;line-height:1.18}h1 em,h2 em{font-weight:400;font-style:italic}.brand>span{font-size:14px;line-height:1.2;max-width:190px}.brand small{font-size:10px;letter-spacing:5px}.desktop-nav{font-family:var(--display);font-size:12px;gap:25px}.hero-content{max-width:790px;padding-top:90px}.hero h1{font-size:clamp(48px,5.5vw,86px);line-height:1.15;letter-spacing:0;margin-bottom:22px}.hero h1 em{white-space:nowrap}.hero-description{font-size:17px}.ticker{font-size:18px;line-height:1.5;padding-block:18px}.ticker b{font-family:var(--body)}h2{font-size:clamp(28px,3.2vw,49px)}h3{font-size:26px}.intro h2{font-size:clamp(28px,3.1vw,47px)}.car-label{font-size:23px}.driver-backdrop{font-size:240px}.driver-caption h3{font-size:30px}.paint-teaser-copy h2{font-size:clamp(26px,2.65vw,40px);line-height:1.28}.cta h2{font-size:70px;line-height:1.08}.cta-word{font-size:250px;bottom:-16%}.page-heading h1{font-size:clamp(42px,5.6vw,85px);line-height:1.18}.outline-number{font-size:120px}.story-copy h2{font-size:clamp(29px,3vw,46px)}.profile-copy h2{font-size:clamp(30px,3.2vw,50px);line-height:1.2;overflow-wrap:anywhere}.profile-number{font-size:230px;top:35px}.driver-stats dd{font-size:36px}.paint-heading h1{line-height:1.2;letter-spacing:0}.paint-heading h1{font-size:clamp(34px,3.6vw,58px)}.price-card h3{font-size:22px;line-height:1.4;min-height:88px}.price{font-family:var(--body);font-weight:600;font-size:48px}.process h2{font-size:clamp(28px,3vw,44px)}.process-grid h3{font-size:22px;line-height:1.4}.small-cta h2{font-size:40px}.contact-row h2{font-family:var(--body);font-size:clamp(25px,2.45vw,37px);font-weight:600;text-transform:none}.contact-aside h3{font-size:29px;line-height:1.3}
@media(max-width:1100px){.paint-teaser-copy{padding:60px 9%}.paint-teaser-image{min-height:550px}.section-heading{gap:25px}.driver-card{height:440px}.driver-caption h3{font-size:25px}.footer-top{flex-wrap:wrap}.footer-top>p{display:none}.story-copy{padding:60px 10%}.driver-profile{gap:40px}.profile-art{min-height:600px}.driver-stats{gap:20px}.driver-stats dd{font-size:27px}.price-grid{grid-template-columns:repeat(2,1fr)}.price-card h3{min-height:55px}.price-card p{margin-bottom:25px}.contact-section{gap:40px;grid-template-columns:1.7fr 1fr}.contact-aside{padding:25px}.email-break{display:initial}.paint-heading h1{font-size:36px}.paint-heading>div:first-child{padding:70px 8% 70px 14%}.cta h2{font-size:60px}}
@media(max-width:700px){.brand>span{font-size:13px;max-width:165px}.brand small{font-size:9px;letter-spacing:4px}.hero-content{padding:50px 23px 220px}.hero h1{font-size:clamp(35px,8.2vw,57px);line-height:1.22}.hero h1 em{white-space:normal}.hero{min-height:700px}.hero-description{font-size:16px}.intro h2{font-size:clamp(25px,6vw,37px);line-height:1.3}.ticker{font-size:14px;gap:16px;padding-block:15px}.ticker b{font-size:18px}.ticker span:nth-of-type(2){flex-shrink:0}.wide-image{margin:0 24px}.wide-image>img{aspect-ratio:1.3;object-position:60%}.image-caption{font-size:9px;padding:40px 15px 15px}.image-caption span:last-child{display:none}.section-heading{display:block;margin-bottom:30px}.section-heading>.text-link{margin-top:20px}.section-heading>p{margin-top:20px}.section-heading h2{font-size:clamp(26px,6vw,37px);line-height:1.3}.driver-grid{grid-template-columns:1fr;gap:20px}.driver-card{height:430px}.driver-caption h3{font-size:29px}.card-kicker{top:22px;left:22px}.driver-caption{padding:60px 22px 25px}.paint-teaser{grid-template-columns:1fr}.paint-teaser-image{min-height:0;height:340px}.paint-teaser-copy{padding:50px 24px}.paint-teaser-copy h2{font-size:clamp(27px,6.4vw,40px)}.cta{display:block;padding:60px 24px}.cta h2{font-size:clamp(43px,10vw,68px);line-height:1.2;margin-bottom:30px}.cta p{font-size:17px}.cta .eyebrow{font-size:11px}.cta-word{font-size:150px;bottom:-5%;right:-10px}.footer{padding:40px 24px 25px}.footer-top{gap:30px;padding-bottom:35px}.social-links{flex-wrap:wrap;gap:28px;font-size:13px}.footer-bottom{flex-wrap:wrap;row-gap:20px;font-size:11px}.footer-bottom>span{width:100%}.page-heading{padding:55px 24px 40px}.page-heading h1{font-size:clamp(30px,7vw,47px);line-height:1.3}.heading-bottom{display:block}.heading-bottom p{font-size:16px}.heading-bottom>.text-link{margin-top:20px}.outline-number{font-size:85px;opacity:.5}.story-feature{grid-template-columns:1fr}.story-image img{height:360px;min-height:0;object-position:center}.story-copy{padding:55px 24px}.story-copy h2{font-size:33px}.division-grid{grid-template-columns:1fr;gap:25px;margin-top:35px}.divisions h2{font-size:29px;line-height:1.3}.division-grid h3{font-size:28px}.division-index{margin-bottom:25px}.driver-profile{grid-template-columns:1fr;margin:35px 24px 60px;gap:5px}.profile-art{height:510px;min-height:0}.profile-art img{height:89%;bottom:25px}.profile-copy{padding:35px 0 0}.profile-copy h2{font-size:32px}.profile-number{font-size:220px}.profile-lead{font-size:23px}.driver-stats{gap:25px}.driver-stats dt{font-size:9px}.driver-stats dd{font-size:26px}.driver-stats .small-stat{font-size:16px}.founder-profile{padding-top:40px}.founder-art{height:410px}.founder-art img{width:85%;height:auto;bottom:20%}.paint-heading{display:flex;flex-direction:column}.paint-heading>div:first-child{padding:55px 24px 40px}.paint-heading h1{font-size:clamp(32px,7.4vw,49px);line-height:1.3}.paint-heading .button{margin-right:20px}.paint-heading p:not(.eyebrow){font-size:16px}.paint-hero-image{height:330px;min-height:0}.price-grid{grid-template-columns:1fr}.price-card{padding:27px}.price-card h3{font-size:24px;min-height:0;max-width:300px;margin-bottom:15px}.price-top{margin-bottom:25px}.price-card p{font-size:16px;margin-bottom:20px}.price{font-size:52px}.price-note{font-size:13px;margin-bottom:22px}.process h2{font-size:27px;line-height:1.4}.process-grid{grid-template-columns:1fr;gap:20px}.process-grid h3{font-size:23px}.process-grid article>span{margin-bottom:25px}.small-cta{display:block;padding:55px 24px}.small-cta h2{font-size:30px;line-height:1.35;margin-bottom:25px}.contact-section{grid-template-columns:1fr;gap:40px}.contact-heading h1{font-size:clamp(35px,8vw,54px)}.contact-row{padding:25px 0}.contact-row h2{font-size:clamp(22px,5.3vw,34px)}.contact-row p{font-size:13px}.contact-type{font-size:11px}.contact-arrow{width:35px;height:35px;font-size:20px}.copy-button{font-size:13px;padding:12px}.contact-aside{padding:30px 25px}.contact-aside h3{font-size:30px}.email-break{display:initial}}

/* Uploaded header artwork, with navigation below the full wordmark. */
.header{height:auto;min-height:98px;flex-wrap:wrap;justify-content:center;gap:0 28px;padding:0 4.2% 18px;background:var(--panel)}
.header .header-brand{flex:0 0 100%;min-width:0;justify-content:center}
.header .header-brand img{width:100%;max-width:1059px;height:auto;object-fit:contain}
.header .desktop-nav{margin-left:0;flex-wrap:wrap;justify-content:center}
.header .button.compact{margin-left:0}
.hero{height:min(790px,calc(100svh - 220px))}
@media(max-width:700px){.header{padding:0 16px 12px;gap:0}.header .header-brand{margin-bottom:4px}.header .menu-toggle{margin-left:auto}.header .mobile-nav{top:100%}.hero{height:auto}}
.header .header-brand{gap:16px}
.header .header-brand .header-icon{width:64px;height:64px;flex:0 0 64px}
.header .header-brand .header-wordmark{width:calc(100% - 80px);min-width:0;flex:0 1 1059px}
@media(max-width:700px){.header .header-brand{gap:8px}.header .header-brand .header-icon{width:40px;height:40px;flex-basis:40px}.header .header-brand .header-wordmark{width:calc(100% - 48px)}}

.header .mobile-nav{background:var(--panel)}

/* Use the supplied typeface for all site text and controls. */
*,*::before,*::after{font-family:'Super Mario 256';font-style:italic!important;font-synthesis:style}
input,textarea,select,button{font-family:'Super Mario 256'}
.contact-row{grid-template-columns:minmax(0,1fr) auto}
.contact-row>div,.contact-rows,.contact-aside,.profile-copy{min-width:0}
.contact-aside .button{white-space:normal;overflow-wrap:anywhere}
.driver-stats{flex-wrap:wrap}
.social-links{flex-wrap:wrap}
/* Clean black outlines like the supplied reference; keep the letter fill intact. */
body,body *,body *::before,body *::after{
  -webkit-text-stroke:.14em var(--ink);
  paint-order:stroke fill;
  text-shadow:.06em 0 var(--ink),-.06em 0 var(--ink),0 .06em var(--ink),0 -.06em var(--ink),.04em .04em var(--ink),-.04em .04em var(--ink),.04em -.04em var(--ink),-.04em -.04em var(--ink);
}
/* Keep decorative watermark lettering subtle. */
.outline-number{-webkit-text-stroke:1px var(--line)}
.driver-backdrop,.profile-number,.cta-word{-webkit-text-stroke:0;text-shadow:none}

/* Shared footer brand color, consistent across the five pages. */
.footer .brand>span{color:var(--green)}

/* Homepage edits from the annotated design. */
.home-page .hero-description,.home-page .hero-foot>a{color:var(--green)}
.home-page .hero-foot .car-label{color:var(--green)}
.home-page .paint-teaser-copy>.button{color:var(--ink)}
.home-page .cta h2{color:var(--green);border-color:var(--ink)}
.home-page .cta>div>p:not(.eyebrow){color:var(--green);font-size:1rem}
.home-page .cta .eyebrow{color:var(--green);border-color:#ffff00}
#team-intro{
  background:var(--panel);
  grid-template-columns:minmax(0,337.52px) minmax(0,1fr);
  gap:clamp(24px,4vw,60px);
}
#team-intro>.eyebrow{
  font-size:3.125rem;
  width:100%;
  max-width:337.52px;
  min-height:250.16px;
  align-self:start;
  height:auto;
}
#team-intro>div{min-width:0}
#team-intro>div>h2,#team-intro .muted-heading,#team-intro>div>p,#team-intro>div>.text-link{color:var(--green)}
#team-intro .muted-heading,#team-intro>div>p{border-color:#ffff00}
/* Stack before the wider intro label leaves too little room for the copy. */
@media(max-width:900px){
  #team-intro{grid-template-columns:1fr;gap:24px}
  #team-intro>.eyebrow{font-size:clamp(2rem,6vw,3.125rem);min-height:0;margin-bottom:0}
}
@media(max-width:700px){
  .home-page .ticker{flex-wrap:wrap;justify-content:center}
  .home-page .ticker b{display:none}
}


/* Shared footer surfaces and utility/social link colors. */
.footer,.footer .footer-top{background-color:var(--panel)}
.footer .footer-bottom>span,.footer .footer-bottom>a,.footer .social-links>a{color:var(--text)}

/* Latest homepage annotation values supersede earlier color choices. */
.home-page .cta .eyebrow,.home-page .hero-actions>a,.home-page .hero-foot,.home-page .ticker,.home-page .hero-image{color:var(--green)}
.home-page .drivers-section{background-color:var(--green)}
.home-page .drivers-section .section-heading h2,.home-page .drivers-section .section-heading>.text-link{color:var(--green)}
.home-page .drivers-section .section-heading>div{min-width:0;flex:1}
.home-page .drivers-section .section-heading{flex-wrap:wrap}
.home-page .drivers-section .section-heading .eyebrow{font-size:2.0625rem}
.home-page .drivers-section .section-heading>.text-link{
  font-size:2.0625rem;
  line-height:1.44;
  width:406.36px;
  max-width:100%;
  min-height:68.57px;
  height:auto;
  flex:0 1 406.36px;
}
.home-page .driver-card.leaf,.home-page .driver-card.founder{background-color:var(--panel)}
.home-page .paint-teaser-copy{background-color:var(--panel)}
.home-page .paint-teaser-copy>h2,.home-page .paint-teaser-copy>p:not(.eyebrow),.home-page .paint-teaser-copy>.button{color:var(--green)}
.home-page .paint-teaser-image>.photo-label{color:var(--green);background-color:var(--panel);width:213.86px;max-width:calc(100% - 50px);height:auto;line-height:1.5}
#team-intro>div>h2,#team-intro>div>.text-link{color:var(--text)}
#team-intro>.eyebrow{display:flex;align-items:center;justify-content:center;text-align:center;justify-self:center}
.home-page .cta .button{background-color:var(--panel);color:var(--green)}
.home-page .cta-word{font-size:4.5rem;height:277px;width:100%;right:0;bottom:0;line-height:1.15;overflow-wrap:anywhere;pointer-events:none}
@media(max-width:900px){
  .home-page .drivers-section .section-heading{display:block}
  .home-page .drivers-section .section-heading>.text-link{margin-top:24px}
}
@media(max-width:700px){
  .home-page .drivers-section .section-heading .eyebrow,.home-page .drivers-section .section-heading>.text-link{font-size:clamp(1.5rem,6vw,2.0625rem)}
  .home-page .cta-word{font-size:clamp(2rem,8vw,4.5rem);height:100%}
}


/* Five-driver lineup: named cards without invented biographies or portraits. */
.home-page .driver-grid{grid-template-columns:repeat(auto-fit,minmax(min(100%,300px),1fr))}
.home-page .driver-card.roster-card{background:var(--panel);min-height:360px}
.roster-initials{position:absolute;inset:0;display:grid;place-items:center;font-size:clamp(72px,9vw,130px);color:var(--green);opacity:.45}
.home-page .driver-card .driver-caption h3{font-size:clamp(22px,2.1vw,30px);overflow-wrap:anywhere}
.home-page .driver-card .driver-caption>div{min-width:0}
.lineup-nav{display:flex;flex-wrap:wrap;gap:14px 25px;padding:30px 7%;background:var(--panel)}
.lineup-nav>a{font-size:16px;line-height:1.6;color:var(--green);border-bottom:1px solid #ffff00;padding:8px 0}
.lineup-windows{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:24px;padding:0 7% 90px}
.lineup-window{position:relative;isolation:isolate;overflow:hidden;background:var(--panel);border:1px solid #ffff00;padding:32px;min-height:380px;display:flex;flex-direction:column;justify-content:space-between;scroll-margin-top:30px}
.lineup-window h2{font-size:clamp(26px,3vw,44px);color:var(--green);overflow-wrap:anywhere;margin:110px 0 18px}
.lineup-initials{position:absolute;top:60px;right:25px;font-size:clamp(90px,12vw,170px);opacity:.2;color:var(--green);z-index:-1}
.lineup-team{font-size:14px;color:var(--text);margin:0}
@media(max-width:700px){.lineup-windows{grid-template-columns:1fr;padding:0 24px 60px}.lineup-nav{padding:24px}.lineup-window{padding:25px;min-height:330px}.lineup-window h2{font-size:30px}}

/* Driver biographies supplied in the GATCO Season 3 introductions. */
.lineup-window.has-bio{justify-content:flex-start}
.lineup-window.has-bio h2{margin:76px 0 16px}
.lineup-location{font-size:16px;line-height:1.7;color:var(--green);margin:0 0 22px}
.lineup-bio{flex:1}
.lineup-bio p{font-size:16px;line-height:1.85;color:var(--text);margin:0 0 22px}
.lineup-highlight{border-top:1px solid #ffff00;padding-top:20px;margin:4px 0 22px;color:var(--green);font-size:14px;line-height:1.8}
@media(min-width:701px) and (max-width:1050px){.lineup-windows{grid-template-columns:1fr}}

/* Original driver number artwork. */
.lineup-number-art{display:block;align-self:flex-end;width:200px;max-width:65%;height:auto;object-fit:contain;margin:0 0 20px}
.lineup-window:has(.lineup-number-art) h2{margin:0 0 16px}
.home-page .driver-card.roster-card>img.roster-number-art{width:90%;height:55%;top:65px;bottom:auto;object-fit:contain}

/* Match the original 191.5px-wide driver team labels. */
.lineup-team .driver-team-logo{display:block;width:13.68em;max-width:100%;height:auto;object-fit:contain}

/* Equal visible number height despite different transparent image padding. */
.lineup-number-art[src$="number-96.png"]{transform:scale(1.414);transform-origin:center}
.lineup-number-art[src$="number-68.png"]{transform:scale(1.375);transform-origin:center}

/* Larger profile typography with room for names and two driver stats. */
.lineup-windows{grid-template-columns:1fr}
.lineup-window.has-bio h2{font-size:clamp(32px,6vw,60px);line-height:1.25;overflow-wrap:normal}
.lineup-location{font-size:clamp(19px,3vw,30px);line-height:1.55}
.lineup-team .driver-team-logo{font-size:55px;max-width:100%}
#zain-rahman .art-label{font-size:16px;line-height:1.6}
.lineup-stats{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:24px;margin:12px 0 28px}
.lineup-stats dt{font-size:14px;line-height:1.5}
.lineup-stats dd{font-size:clamp(26px,4vw,48px);line-height:1.3;overflow-wrap:anywhere}
#zain-rahman .lineup-stats dd{font-size:clamp(24px,3vw,36px)}

/* Colby races both numbers; keep the pair together on every screen. */
.lineup-number-pair{display:flex;align-self:flex-end;align-items:center;justify-content:flex-end;width:400px;max-width:100%;margin-bottom:20px}
.lineup-number-pair .lineup-number-art{width:50%;max-width:50%;margin:0}
.lineup-number-pair img[src$="number-17.png"]{transform:scale(1.22)}
.lineup-window:has(.lineup-number-pair) h2{margin:0 0 16px}
.roster-number-pair{position:absolute;top:65px;left:5%;width:90%;height:55%;display:flex;align-items:center}
.roster-number-pair{gap:12px}.roster-number-pair img{width:calc((100% - 24px)/3);height:auto;object-fit:contain}
.roster-number-pair img[src$="number-17.png"]{transform:scale(1.22)}

/* Display original namerails without their unused transparent margins. */
.namerail-heading{width:100%;max-width:760px}
.namerail-window{display:block;position:relative;overflow:hidden;width:100%}
.namerail-window img{position:absolute;display:block;max-width:none;height:auto}
.lineup-window .namerail-heading{margin-bottom:24px}
.profile-copy .namerail-heading{margin-bottom:24px}

/* Driver page annotations and Zain’s supplied racing artwork. */
.drivers-page #main{background:var(--bg)}
.drivers-page .heading-bottom>p{color:var(--text)}
#zain-rahman .profile-copy>p:not(.eyebrow){color:var(--text)}
#zain-rahman .profile-copy>.profile-lead{color:var(--green)}
#clover-shepard .lineup-stats dt,#cooper-brackins .lineup-stats dt,#colby-luca .lineup-stats dt,#zain-rahman .lineup-stats dt{color:var(--text)}
#colby-luca .lineup-stats>div:nth-child(2){color:var(--text)}
.lineup-window>.eyebrow{font-size:clamp(22px,4vw,40px);line-height:1.45;letter-spacing:1px}
#colby-luca>.eyebrow{font-size:clamp(18px,2.8vw,28px)}
#zain-rahman .founder-art>img.zain-driver-pfp{width:100%;height:calc(100% - 95px);top:0;bottom:auto;object-fit:contain;mix-blend-mode:normal}
.home-page .driver-card.founder>img.zain-driver-pfp{height:80%;width:90%;bottom:70px;object-fit:contain;mix-blend-mode:normal}
.zain-number-row{display:flex;align-items:center;justify-content:flex-end;gap:12px;margin:10px 0 24px}
.zain-number-row img{width:30%;height:100px;object-fit:contain}
.zain-number-row img[src$="number-6.png"]{width:20%}
.zain-number-row img[src$="number-46.png"]{transform:scale(1.5)}

#zain-rahman .profile-copy>p.profile-lead{color:var(--green)}
#zain-rahman .founder-art{height:600px;min-height:0;align-self:start}
@media(max-width:700px){#zain-rahman .founder-art{height:420px}}

/* Place racing numbers within the portrait and anchor the cropped pony to its base. */
#zain-rahman .founder-art{overflow:hidden}
#zain-rahman .founder-art .zain-number-row{position:absolute;top:18px;left:24px;right:24px;z-index:2;margin:0;justify-content:center}
#zain-rahman .founder-art>img.zain-driver-pfp{top:auto;bottom:0;height:calc(100% - 110px);width:100%;object-position:center bottom}
#zain-rahman .founder-art .art-label{z-index:3;padding:14px 18px;background:color-mix(in srgb, var(--panel) 74%, transparent)}

#zain-rahman .founder-art .zain-number-row img{position:static;left:auto;top:auto;bottom:auto;transform:none;mix-blend-mode:normal;width:30%;height:100px;object-fit:contain}
#zain-rahman .founder-art .zain-number-row img[src*='number-6.png']{width:20%}
#zain-rahman .founder-art .zain-number-row img[src*='number-46.png']{transform:scale(1.5)}

/* Equal artwork height using measured opaque bounds, without altering the original PNGs. */
#zain-rahman .founder-art{height:508px}
.zain-number-crop{display:block;position:relative;overflow:hidden;height:clamp(48px,7vw,80px);flex:none}
#zain-rahman .founder-art .zain-number-row .zain-number-crop>img{position:absolute;width:var(--number-width);max-width:none;height:auto;left:var(--number-left);top:var(--number-top);bottom:auto;transform:none}
@media(max-width:700px){#zain-rahman .founder-art{height:420px}}

/* Clear, responsive spacing between Zain's three number graphics. */
#zain-rahman .founder-art .zain-number-row{gap:clamp(24px,3.2vw,40px)}
@media(min-width:701px) and (max-width:1100px){#zain-rahman .zain-number-crop{height:64px}}
@media(max-width:380px){#zain-rahman .founder-art .zain-number-row{left:16px;right:16px;gap:20px}}

/* Slight emphasis for Zain's single-digit numbers. */
#zain-rahman .zain-number-crop:nth-child(-n+2){transform:scale(1.12);transform-origin:center}


/* Namerail navigation retains the existing driver anchor links. */
.lineup-nav{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));align-items:stretch;gap:20px}
.lineup-nav>a{display:flex;align-items:center;min-height:58px;padding:10px 0}
.lineup-nav .namerail-window{width:100%}
#zain-rahman .profile-copy>.eyebrow{font-size:26px;line-height:1.5;letter-spacing:1px}
@media(max-width:700px){.lineup-nav{grid-template-columns:repeat(2,minmax(0,1fr));gap:12px 24px}#zain-rahman .profile-copy>.eyebrow{font-size:clamp(20px,5vw,26px)}}

#reyson-pimentel .lineup-stats>div:first-child>dt{color:var(--text)}

#reyson-pimentel .lineup-stats>div:nth-child(2)>dt{color:var(--text)}


/* Preserve the two-column profile, with a shared centered stats row. */
#zain-rahman{background:var(--panel-hover);display:grid;grid-template-columns:minmax(0,1fr) minmax(0,1fr);align-items:center;padding:32px;gap:32px 40px}
#zain-rahman .founder-art{width:100%;max-width:480px;justify-self:center;align-self:center}
#zain-rahman .profile-copy{width:100%;padding:0;align-self:center}
#zain-rahman>.lineup-stats{grid-column:1/-1;justify-self:center;width:403.56px;max-width:100%;min-height:54px;margin:0;padding:0;border:0;gap:24px;text-align:center}
#zain-rahman>.lineup-stats dt{font-size:14px;line-height:21px;margin-bottom:4px}
#zain-rahman>.lineup-stats dd{font-size:26px;line-height:29px}
@media(max-width:700px){#zain-rahman{grid-template-columns:minmax(0,1fr);padding:24px 20px;gap:28px}#zain-rahman>.lineup-stats{gap:16px}#zain-rahman>.lineup-stats dt{font-size:12px}}

/* Slightly larger bottom statistics for Zain. */
#zain-rahman>.lineup-stats{width:460px;min-height:66px}
#zain-rahman>.lineup-stats dt{font-size:16px;line-height:24px}
#zain-rahman>.lineup-stats dd{font-size:32px;line-height:38px}
@media(max-width:700px){#zain-rahman>.lineup-stats dt{font-size:14px}#zain-rahman>.lineup-stats dd{font-size:28px}}

#zain-rahman .art-label{font-size:15px}

#zain-rahman .zain-number-crop:nth-child(2){transform:translateX(8px) scale(1.12)}

#zain-rahman{background:var(--panel)}

/* Colby’s three racing numbers. */
#colby-luca .lineup-number-pair{width:600px;max-width:100%;gap:12px}
#colby-luca .lineup-number-pair .lineup-number-art{width:calc((100% - 24px)/3);max-width:200px}

#zain-rahman{border:1px solid #ffff00}

/* Requested colors for the Our Drivers call-to-action. */
.drivers-page .cta h2,.drivers-page .cta h2 em,.drivers-page .cta p{color:var(--green)}
.drivers-page .cta .button{color:var(--text);background:var(--panel);border-color:var(--panel)}
.drivers-page .cta .button:hover{color:var(--text);background:var(--panel-hover);border-color:var(--panel-hover)}

/* Center and enlarge the two homepage hero footer items. */
.home-page .hero-foot{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));align-items:center;gap:24px;text-align:center;font-size:clamp(14px,2vw,20px);line-height:1.5}
.home-page .hero-foot>span:first-child{display:block}
.home-page .hero-foot>a{justify-content:center;align-items:center;align-self:center;font-size:inherit;gap:12px}

/* Supplied team wordmark in the homepage hero footer. */
.home-page .hero-foot .hero-team-logo{width:100%;max-width:440px;height:auto;margin-inline:auto}

/* Requested homepage label sizes, scaled down for narrow screens. */
.home-page .hero-foot>a{font-size:clamp(16px,2.8vw,28px)}
.home-page .ticker{justify-content:space-around;gap:clamp(10px,2vw,20px)}
.home-page .ticker>span:first-of-type{font-size:clamp(14px,3.7vw,37px)}
.home-page .ticker>span:last-of-type{display:block;font-size:clamp(14px,3.4vw,34px)}
.home-page .ticker>b{display:block;font-size:clamp(18px,3.4vw,34px)}
@media(max-width:400px){.home-page .ticker{padding-inline:12px}.home-page .ticker>span{white-space:normal;text-align:center;flex:1;min-width:0}}

/* About page annotation colors and responsive heading sizes. */
.about-page .page-heading,.about-page .divisions{background:var(--bg)}
.about-page .page-heading .heading-bottom>p{color:var(--text)}
.about-page .page-heading>.eyebrow{font-size:clamp(22px,3.5vw,35px)}
.about-page .story-copy{background:var(--panel)}
.about-page .story-copy h2,.about-page .story-copy p,.about-page .story-copy .button{color:var(--green)}
.about-page .story-copy>.eyebrow{font-size:clamp(26px,4.1vw,41px);letter-spacing:1px;line-height:1.35}
.about-page .cta h2,.about-page .cta h2 em,.about-page .cta p{color:var(--green)}
.about-page .cta h2{font-size:clamp(38px,5.9vw,59px)}
.about-page .cta .eyebrow{font-size:clamp(26px,4.4vw,44px);line-height:1.4;letter-spacing:1px}
.about-page .cta>div:nth-child(2)>p{font-size:clamp(20px,3vw,30px)}
.about-page .cta .button{background:var(--panel);border-color:var(--panel)}
.about-page .cta .button:hover{background:var(--panel-hover);border-color:var(--panel-hover)}

.about-page .cta{display:grid;grid-template-columns:repeat(2,minmax(0,1fr))}
.about-page .story-copy,.about-page .cta>div{min-width:0}
@media(max-width:700px){.about-page .cta{grid-template-columns:minmax(0,1fr)}}

/* Supplied league logos with centered SLR green series names. */
.about-page .league-grid{display:flex;flex-wrap:wrap;justify-content:center;gap:40px 32px;margin-top:48px}
.about-page .league-card{width:calc((100% - 32px)/2);margin:0;text-align:center;min-width:0}
.about-page .league-logo{height:210px;display:flex;align-items:center;justify-content:center;margin-bottom:20px}
.about-page .league-logo img{width:100%;height:100%;object-fit:contain}
.about-page .league-card figcaption{color:var(--green);font-size:clamp(18px,2.4vw,24px);line-height:1.45}
@media(min-width:1200px){.about-page .league-card{width:calc((100% - 64px)/3)}}
@media(max-width:600px){.about-page .league-card{width:100%;max-width:420px}.about-page .league-logo{height:190px}.about-page .league-grid{gap:36px}}

.about-page .divisions>h2{text-align:center;width:100%}

.about-page .story-copy .button{color:var(--text)}

/* Larger Our Drivers introduction and lineup link. */
.drivers-page .page-heading .heading-bottom>p{font-size:clamp(18px,2.7vw,27px)}
.drivers-page .page-heading .heading-bottom>.text-link{font-size:clamp(18px,2.8vw,28px);flex-shrink:0}
.drivers-page .page-heading .heading-bottom{flex-wrap:wrap}

.drivers-page .page-heading>.eyebrow{font-size:clamp(32px,11.1vw,111px);line-height:1.3;letter-spacing:2.4px}

/* Shared color roles across every route and interaction state. */
.home-page .drivers-section,.cta,.ticker,.home-page .ticker{background:var(--bg)}
.driver-card.leaf{background:var(--panel)}
.cta h2,.cta h2 em,.cta .eyebrow,.cta p{color:var(--green)}
body .button,body .cta .button,body .paint-teaser-copy>.button,body .story-copy .button,body .hero-actions>a.button{background:var(--panel);color:var(--text);border-color:#ffff00}
body .button:hover,body .cta .button:hover,body .paint-teaser-copy>.button:hover,body .story-copy .button:hover,body .hero-actions>a.button:hover{background:var(--panel-hover);color:var(--text);border-color:#ffff00}
.footer .social-links>a:hover,.footer .footer-bottom>a:hover{color:var(--green)}

/* Homepage annotation refinements. */
.home-page .hero-foot{border-top-color:#ffdf00}
@media(min-width:901px){
  #team-intro{grid-template-columns:minmax(0,420px) minmax(0,1fr)}
  #team-intro>.eyebrow{font-size:4.375rem;max-width:420px;min-height:300.16px}
}
.home-page .cta{display:grid;grid-template-columns:repeat(2,minmax(0,1fr))}
.home-page .cta>div{min-width:0}
.home-page .cta>div>p:not(.eyebrow){font-size:clamp(1.25rem,2.6vw,1.75rem);line-height:1.6}
.home-page .cta .button{font-size:clamp(1rem,2vw,1.375rem);padding:24px 28px;gap:20px;max-width:100%}
.home-page .driver-grid{display:flex;flex-wrap:wrap;justify-content:center;gap:24px}
.home-page .driver-grid>.driver-card{flex:0 0 calc((100% - 24px)/2);min-width:0}
@media(min-width:1104px){.home-page .driver-grid>.driver-card{flex-basis:calc((100% - 48px)/3)}}
@media(max-width:700px){
  .home-page .driver-grid>.driver-card{flex-basis:100%}
  .home-page .cta{grid-template-columns:minmax(0,1fr);gap:12px}
  .home-page .cta .button{padding:20px 24px}
}

/* Zain's three original number graphics, above the portrait at the top right. */
.home-page .founder-card-numbers{position:absolute;top:58px;right:24px;z-index:4;display:flex;align-items:center;gap:10px;max-width:calc(100% - 48px)}
.home-page .founder-card-numbers .zain-number-crop{height:40px}
.home-page .founder-card-numbers img{position:absolute;width:var(--number-width);max-width:none;height:auto;left:var(--number-left);top:var(--number-top)}
@media(max-width:380px){.home-page .founder-card-numbers{right:20px;gap:8px}.home-page .founder-card-numbers .zain-number-crop{height:34px}}

/* Optical centering of the homepage number 6. */
.home-page .founder-card-numbers .zain-number-crop:nth-child(2){transform:translateX(4px)}

/* Header artwork reused in the shared footer. */
.footer .brand{max-width:100%;min-width:0}
.footer .brand .footer-wordmark{width:220px;max-width:calc(100% - 64px);height:auto;object-fit:contain}
.footer .social-links{min-width:0}
/* Only the background is translucent; link lettering stays fully opaque. */
.home-page .hero-actions>.text-link{background:color-mix(in srgb,var(--panel) 75%,transparent);border:1px solid #ffff00;padding:19px 24px;line-height:1.3}
.home-page .hero-actions>.text-link:hover{background:color-mix(in srgb,var(--panel) 90%,transparent)}
.home-page .hero-content>.eyebrow{font-size:clamp(1.5rem,4.1vw,2.5625rem);line-height:1.5}
@media(max-width:700px){.home-page .hero-actions>.text-link{padding:16px 20px}}

/* Shared SLR green outlines for boxed site surfaces. */
:is(.driver-card,.lineup-window,.profile-art,.paint-teaser,.process,.contact-aside,.photo-label){border:2px solid #ffff00}
.price-grid{border:0;gap:20px}
.price-card{border:2px solid #ffff00;min-width:0}
.button,.copy-button,.menu-toggle{border-width:2px;border-color:#ffff00}
#team-intro,.about-page .story-copy{border:2px solid #ffff00}
/* Custom-paint page annotations, with content-driven heights. */
.paint-page .paint-heading{border-bottom:4px solid #ffff00}
.paint-page .paint-heading>div:first-child{min-width:0}
.paint-page .paint-heading p:not(.eyebrow){font-size:clamp(1.125rem,2.4vw,1.5rem);line-height:1.75}
.paint-page .paint-heading .button{font-size:clamp(1.25rem,3.1vw,1.9375rem);max-width:100%;margin-right:0;gap:18px}
.paint-page .paint-heading .text-link{font-size:clamp(1.375rem,3.3vw,2.0625rem);max-width:100%;line-height:1.4}
.paint-page .paint-hero-image .photo-label{max-width:calc(100% - 50px);line-height:1.6}
.paint-page #pricing>.section-heading{display:grid;grid-template-columns:minmax(0,1fr) minmax(0,391.02px);gap:28px;align-items:center}
.paint-page #pricing>.section-heading>div{min-width:0}
.paint-page #pricing h2{font-size:clamp(2rem,5vw,3.125rem);line-height:1.3;overflow-wrap:anywhere}
.paint-page #pricing>.section-heading>p{background:var(--panel);border:2px solid #ffff00;width:100%;min-height:277.87px;height:auto;margin:0;padding:24px;font-size:clamp(1.25rem,2.7vw,1.6875rem);line-height:1.6;text-align:center;display:flex;align-items:center;justify-content:center;justify-self:center}
.paint-page .process>.section-heading .eyebrow{font-size:clamp(1.375rem,3.2vw,2rem);line-height:1.5}
.paint-page .process h2{font-size:clamp(2rem,5.3vw,3.3125rem);line-height:1.3}
.paint-page .process-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:32px;margin-bottom:40px}
.paint-page .process-grid article{min-width:0}
.paint-page .process-grid article>span{font-size:1rem;line-height:1.6}
.paint-page .process-grid h3{font-size:clamp(1.5rem,3vw,1.875rem);line-height:1.4}
.paint-page .process-grid p{font-size:clamp(1.125rem,2.2vw,1.375rem);line-height:1.8}
.paint-page .process>.button{font-size:clamp(1.125rem,2.4vw,1.5rem);padding:24px 28px;max-width:100%;gap:20px}
.paint-page .process>.form-note{font-size:1rem;line-height:1.7}
.paint-page .small-cta .button{background:var(--panel)}
.paint-page .small-cta .button:hover{background:var(--panel-hover)}
@media(max-width:900px){
 .paint-page #pricing>.section-heading{grid-template-columns:minmax(0,1fr);gap:28px}
 .paint-page #pricing>.section-heading>p{max-width:550px;min-height:0}
 .paint-page .process-grid{grid-template-columns:minmax(0,1fr);gap:32px}
 .paint-page .process-grid article>span{margin-bottom:20px}
}
@media(max-width:700px){
 .paint-page .paint-heading .button,.paint-page .paint-heading .text-link{display:flex;width:fit-content}
 .paint-page #pricing>.section-heading>p{padding:24px 20px}
 .paint-page .process>.button{padding:20px;gap:12px}
}

/* Final pricing and contact callout annotation sizes. */
.paint-page #pricing h2{text-align:center}
.paint-page .small-cta{display:grid;grid-template-columns:minmax(0,1.45fr) minmax(0,1fr);gap:40px}
.paint-page .small-cta>div{min-width:0}
.paint-page .small-cta .eyebrow{font-size:clamp(1.75rem,4.4vw,2.75rem);line-height:1.5}
.paint-page .small-cta h2{font-size:clamp(1.5rem,3.5vw,2.1875rem);line-height:1.4}
.paint-page .small-cta .button{font-size:clamp(1.25rem,3vw,1.875rem);max-width:100%;padding:24px;gap:18px;line-height:1.4}
@media(max-width:700px){.paint-page .small-cta{grid-template-columns:minmax(0,1fr);gap:28px}.paint-page .small-cta .button{justify-self:start}}

/* Contact-page annotation colors, emphasis and alignment. */
.contact-page .contact-section{background:var(--panel);border-bottom:3px solid #ffff00}
.contact-page .contact-heading>.eyebrow{font-size:clamp(1.75rem,5vw,3.125rem);line-height:1.4}
.contact-page .contact-heading .heading-bottom>p{font-size:clamp(1.25rem,2.8vw,1.75rem);line-height:1.65}
.contact-page .contact-aside>.eyebrow{font-size:clamp(1.125rem,2.3vw,1.4375rem);line-height:1.5}
.contact-page .contact-aside>p,.contact-page .contact-aside>h3{text-align:center}
.contact-page .aside-social>span{font-size:20px;line-height:1.5;text-align:center;letter-spacing:1px}

/* Lime outlines consistently frame site sections and panels. */
main>section,.footer{border:2px solid #ffff00}
.about-page .cta{background:var(--panel);text-align:center;align-items:center}
.about-page .cta>div{min-width:0}
body.about-page .cta .button{background:var(--green);border-color:#ffff00;max-width:100%}
body.about-page .cta .button:hover{background:var(--green);border-color:#ffff00;filter:brightness(1.1)}

/* One shared commission callout format on Home, About and Our Drivers. */
body .cta.paint-commission{background:var(--panel);border:2px solid #ffff00;display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:45px;text-align:center;align-items:center}
body .cta.paint-commission>div{min-width:0}
body .cta.paint-commission .eyebrow{font-size:clamp(1.625rem,4.4vw,2.75rem);line-height:1.4;letter-spacing:1px}
body .cta.paint-commission h2{font-size:clamp(2.375rem,5.9vw,3.6875rem);line-height:1.08;margin:0}
body .cta.paint-commission>div:nth-child(2)>p{font-size:clamp(1.25rem,3vw,1.875rem);line-height:1.75;color:var(--green)}
body .cta.paint-commission .button{background:var(--green);border-color:#ffff00;color:var(--text);font-size:15px;line-height:1.4;padding:19px 24px;gap:24px;max-width:100%}
body .cta.paint-commission .button:hover{background:var(--green);border-color:#ffff00;filter:brightness(1.1)}
@media(max-width:700px){body .cta.paint-commission{grid-template-columns:minmax(0,1fr);gap:30px}}
body .cta.paint-commission .button{width:100%}

/* Final commission introduction and centered pricing title box. */
.paint-page .paint-heading>div:first-child>.eyebrow{font-size:clamp(1.25rem,2.6vw,1.625rem);line-height:1.5}
.paint-page .paint-heading p:not(.eyebrow){font-size:clamp(1.125rem,2.6vw,1.625rem)}
.paint-page #pricing>.section-heading{column-gap:14px}
.paint-page #pricing>.section-heading>div{display:flex;justify-content:center;align-items:center}
.paint-page #pricing h2{background:var(--panel);border:2px solid #ffff00;width:438.11px;max-width:100%;min-height:134.32px;height:auto;margin:0;padding:6px 12px;text-align:center;display:flex;flex-direction:column;justify-content:center;align-items:center}
.paint-page #pricing h2>br{display:none}
@media(max-width:700px){.paint-page #pricing h2{min-height:0;padding:18px 12px}}

/* Shared photo slideshows. */
.racing-gallery{background:var(--panel);padding-block:60px}
.racing-gallery-heading{display:flex;align-items:center;justify-content:space-between;gap:24px;margin-bottom:28px}
.racing-gallery-heading h2{font-size:clamp(1.5rem,3vw,2.5rem);line-height:1.3;margin:0}
.slideshow-controls{display:flex;gap:8px;flex-shrink:0}
.slideshow-controls[hidden],.racing-slide[hidden]{display:none}
.slideshow-controls button{background:var(--panel);border:2px solid #ffff00;color:var(--green);min-width:44px;min-height:44px;padding:8px 12px;cursor:pointer;font:inherit}
.slideshow-controls button:hover,.slideshow-controls button:focus-visible{background:var(--green);color:var(--ink);outline:2px solid #ffff00;outline-offset:3px}
.racing-slide{margin:0}
.racing-slide img{display:block;width:100%;height:auto;aspect-ratio:16/9;object-fit:contain;background:var(--ink);border:2px solid #ffff00}
.racing-slide figcaption{display:flex;justify-content:space-between;gap:16px;padding:14px 0;font-size:16px}


@media(max-width:700px){.racing-gallery-heading{align-items:flex-start;flex-direction:column;gap:16px}.racing-gallery{padding-block:36px}}


/* Slideshow images occupy the existing homepage photo areas. */
.hero-slideshow .hero-slide-stage{position:absolute;inset:0;z-index:-3;background:var(--ink)}
.hero-slideshow .racing-slide,.hero-slideshow .racing-slide img{width:100%;height:100%}
.hero-slideshow .racing-slide img{object-fit:cover;object-position:center;border:0;aspect-ratio:auto}
.hero-slideshow>.slideshow-controls{position:absolute;top:18px;right:24px;z-index:5}
.hero-slideshow .racing-slide figcaption{position:absolute;right:24px;bottom:110px;max-width:50%;padding:10px 14px;background:var(--panel);border:1px solid #ffff00;font-size:14px;z-index:1}
.hero-slideshow .hero-content{pointer-events:none}
.hero-slideshow .hero-content a{pointer-events:auto}
.embedded-slideshow{position:relative;background:var(--ink);min-width:0}
.embedded-slideshow .slideshow-stage{position:absolute;inset:0}
.embedded-slideshow .racing-slide{height:100%}
.embedded-slideshow .racing-slide img{width:100%;height:100%;aspect-ratio:auto;object-fit:contain;border:0}
.embedded-slideshow .racing-slide figcaption{position:absolute;left:18px;right:18px;top:18px;background:var(--panel);border:1px solid #ffff00;padding:10px 14px;font-size:14px}
.embedded-slideshow>.slideshow-controls{position:absolute;bottom:18px;right:18px;z-index:5}
@media(max-width:700px){.hero-slideshow .hero-content{padding-top:90px}.hero-slideshow .racing-slide figcaption{left:24px;right:24px;bottom:115px;max-width:none;font-size:12px}.home-page .hero-slideshow{min-height:720px}.embedded-slideshow{height:360px}}
.hero-slideshow .racing-slide img{object-fit:contain}

/* Fill image frames and present captions without button-like boxes. */
.racing-slide img,.hero-slideshow .racing-slide img,.embedded-slideshow .racing-slide img{object-fit:cover}
.hero-slideshow .racing-slide figcaption,.embedded-slideshow .racing-slide figcaption{background:transparent;border:0;padding:0;text-shadow:2px 2px 3px #000,-2px -2px 3px #000}
.embedded-slideshow .racing-slide figcaption{top:auto;bottom:18px}
.paint-page .paint-hero-image .racing-slide figcaption{top:18px;bottom:auto}

/* Homepage slideshow captions belong in the upper-right photo corner. */
.home-page .hero-slideshow .racing-slide figcaption{top:24px;right:24px;bottom:auto;left:auto;max-width:calc(100% - 48px);justify-content:flex-end;text-align:right;align-items:flex-start}
.home-page .hero-slideshow .racing-slide figcaption>span{white-space:nowrap;flex-shrink:0}
@media(max-width:700px){.home-page .hero-slideshow .racing-slide figcaption{top:18px;right:18px;left:auto;bottom:auto;max-width:calc(100% - 36px)}}

/* Keep the opening photo clear, with copy and navigation at the upper corners. */
.home-page .hero-slideshow .hero-content{max-width:none;width:100%;padding:24px 4.2% 140px;display:grid;grid-template-columns:minmax(0,1.3fr) minmax(0,1fr);column-gap:24px;align-items:start}
.home-page .hero-content>.eyebrow,.home-page .hero-content>h1,.home-page .hero-content>.hero-description{grid-column:1}
.home-page .hero-content>.eyebrow{margin-bottom:14px}
.home-page .hero-content>h1{font-size:clamp(36px,5.8vw,88px);margin-bottom:16px}
.home-page .hero-content>.hero-actions{grid-column:2;grid-row:1 / span 3;justify-self:end;align-items:flex-end;flex-direction:column;gap:14px}
.home-page .hero-slideshow .racing-slide figcaption{top:24px;right:4.2%;max-width:40%}
.home-page .hero-content>.hero-actions{margin-top:64px}
.racing-slide img,.hero-slideshow .racing-slide img,.embedded-slideshow .racing-slide img{object-position:var(--photo-focus,50% 60%)}
@media(min-width:701px){.home-page .hero-slideshow{height:clamp(580px,60vw,790px);min-height:580px}}
@media(max-width:700px){
 .home-page .hero-slideshow .hero-content{padding:20px 23px 180px;grid-template-columns:minmax(0,1fr);gap:0}
 .home-page .hero-content>h1{font-size:clamp(35px,8.2vw,57px)}
 .home-page .hero-content>.hero-actions{grid-column:1;grid-row:auto;justify-self:end;gap:10px;margin-top:0}
 .home-page .hero-slideshow .racing-slide figcaption{top:auto;bottom:125px;max-width:calc(100% - 46px);right:23px}
 .home-page .hero-slideshow{min-height:640px}
 .racing-slide img,.hero-slideshow .racing-slide img,.embedded-slideshow .racing-slide img{object-position:var(--photo-focus-mobile,var(--photo-focus,50% 60%))}
}

/* Frame the supplied logo's transparent canvas without changing the artwork. */
.contact-page .contact-heading{display:grid;grid-template-columns:minmax(0,1.25fr) minmax(0,1fr);column-gap:32px;align-items:center}
.contact-page .contact-heading>.eyebrow,.contact-page .contact-heading>h1{grid-column:1}
.contact-page .contact-heading>.heading-bottom{grid-column:1/-1}
.contact-logo-window{grid-column:2;grid-row:1/span 2;position:relative;overflow:hidden;width:100%;max-width:620px;aspect-ratio:2660/1190;justify-self:center}
.contact-logo-window>img{position:absolute;max-width:none;width:130.22556391%;height:auto;left:-17.29323308%;top:-94.95798319%}
@media(max-width:700px){
 .contact-page .contact-heading{grid-template-columns:minmax(0,1fr)}
 .contact-logo-window{grid-column:1;grid-row:3;margin:8px 0 30px;max-width:480px}
 .contact-page .contact-heading>.heading-bottom{grid-row:4}
}

/* Larger shared navigation and footer, with wrapping at existing mobile breakpoint. */
.header .desktop-nav{font-size:clamp(18px,1.65vw,23px);gap:12px 30px}
.header .desktop-nav a{padding:22px 0;white-space:normal;text-align:center}
.header .button.compact{font-size:clamp(17px,1.5vw,21px);padding:21px 26px;gap:24px}
.header .menu-toggle{font-size:20px;padding:16px 20px}
.header .mobile-nav a{font-size:22px;padding:20px 0}
.footer{padding:80px 7% 42px}
.footer .footer-top{display:grid;grid-template-columns:minmax(0,1.1fr) minmax(0,1fr);align-items:center;gap:44px 50px;padding-bottom:50px}
.footer .brand{width:100%;gap:22px}
.footer .brand>img:first-child{width:90px;height:90px;flex-shrink:0}
.footer .brand .footer-wordmark{width:460px;max-width:calc(100% - 112px);height:auto}
.footer .footer-top>p{display:block;font-size:clamp(28px,3vw,46px);line-height:1.35;margin:0;text-align:right}
.footer .social-links{grid-column:1/-1;display:flex;flex-wrap:wrap;justify-content:space-between;gap:22px 30px;font-size:clamp(21px,2vw,29px)}
.footer .social-links>a{padding:12px 0}
.footer .footer-bottom{font-size:clamp(16px,1.45vw,21px);line-height:1.5;padding-top:34px;flex-wrap:wrap;gap:24px 36px}
@media(max-width:700px){
 .footer{padding:56px 24px 32px}
 .footer .footer-top{grid-template-columns:minmax(0,1fr);gap:30px;padding-bottom:32px}
 .footer .brand{gap:16px}
 .footer .brand>img:first-child{width:68px;height:68px}
 .footer .brand .footer-wordmark{max-width:calc(100% - 84px)}
 .footer .footer-top>p{text-align:left;font-size:30px}
 .footer .social-links{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px;font-size:18px}
 .footer .footer-bottom{font-size:16px}
 .header .desktop-nav{display:none}
}

/* Larger square SLR icon in the shared header. */
.header .header-brand .header-icon{width:120px;height:120px;flex:0 0 120px}
.header .header-brand .header-wordmark{width:calc(100% - 136px)}
@media(max-width:700px){.header .header-brand .header-icon{width:68px;height:68px;flex-basis:68px}.header .header-brand .header-wordmark{width:calc(100% - 76px)}}

/* About introduction photo retains its original proportions and full car. */
.about-page .page-heading{display:grid;grid-template-columns:minmax(0,1.15fr) minmax(0,1fr);column-gap:32px;align-items:center}
.about-page .page-heading>.eyebrow,.about-page .page-heading>h1{grid-column:1}
.about-page .page-heading>h1{font-size:clamp(32px,4.5vw,68px)}
.about-page .about-heading-photo{grid-column:2;grid-row:1/span 2;width:100%;height:auto;display:block;border:2px solid #ffff00}
.about-page .page-heading>.heading-bottom{grid-column:1/-1;margin-top:28px}
@media(max-width:900px){
 .about-page .page-heading{grid-template-columns:minmax(0,1fr)}
 .about-page .about-heading-photo{grid-column:1;grid-row:3;margin-top:8px}
 .about-page .page-heading>.heading-bottom{grid-row:4}
 .about-page .page-heading>h1{font-size:clamp(30px,7vw,54px)}
}

.wins-section{background:var(--panel)}
.wins-heading{display:flex;align-items:center;justify-content:space-between;gap:30px;margin-bottom:52px}
.wins-heading h2{margin:0;font-size:clamp(30px,3.6vw,52px)}
.wins-heading>p{margin:0;font-size:clamp(22px,2.5vw,36px)}
.wins-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:54px 36px}
.win-card{display:flex;align-items:flex-start;gap:18px;min-width:0}
.win-flag{font-family:system-ui,sans-serif;font-size:58px;line-height:1.2;flex-shrink:0;-webkit-text-stroke:0;text-shadow:none}
.win-card h3{font-size:clamp(20px,1.8vw,27px);line-height:1.4;margin:0 0 12px}
.win-card p{margin:0 0 8px;line-height:1.5}
.win-card .win-driver{font-size:24px}
.win-card .win-season,.win-card .win-race{font-size:16px}
@media(max-width:1100px){.wins-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.wins-heading{align-items:flex-start;flex-direction:column}}
@media(max-width:700px){.wins-grid{grid-template-columns:minmax(0,1fr);gap:36px}.wins-heading{margin-bottom:36px}.win-flag{font-size:48px}}

.wins-section .win-season{font-size:20px;margin-bottom:12px}.win-card .win-date{font-size:22px}

.win-card .win-sticker{width:80px;height:auto;flex:0 0 80px;object-fit:contain}
@media(max-width:700px){.win-card .win-sticker{width:64px;flex-basis:64px}}

.wins-heading h2{border:3px solid #ffff00;padding:20px 26px;background:var(--bg)}
@media(max-width:700px){.wins-heading h2{padding:16px 18px}}

/* Larger win details with more separation between each field. */
.wins-grid{gap:64px 42px}
.win-card{gap:24px}
.win-card>div{min-width:0}
.win-card .win-sticker{width:100px;flex-basis:100px}
.wins-section .win-card .win-season{font-size:24px;line-height:1.6;margin-bottom:24px}
.wins-section .win-card h3{font-size:28px;line-height:1.55;margin-bottom:24px}
.wins-section .win-card .win-date{font-size:26px;line-height:1.6;margin-bottom:24px}
.wins-section .win-card .win-driver{font-size:29px;line-height:1.55;margin-bottom:0}
@media(min-width:1101px) and (max-width:1400px){.win-card{flex-direction:column;gap:24px}.win-card .win-sticker{flex-basis:auto}}
@media(max-width:700px){
 .wins-grid{gap:52px}
 .win-card{gap:20px}
 .win-card .win-sticker{width:80px;flex-basis:80px}
 .wins-section .win-card .win-season{font-size:21px;margin-bottom:20px}
 .wins-section .win-card h3{font-size:24px;margin-bottom:20px}
 .wins-section .win-card .win-date{font-size:23px;margin-bottom:20px}
 .wins-section .win-card .win-driver{font-size:25px}
}
@media(max-width:700px){.win-card{flex-direction:column}.win-card .win-sticker{flex-basis:auto}}

.league-youtube-link{display:inline-block;text-decoration:underline;text-underline-offset:6px;text-decoration-thickness:2px}.league-youtube-link:hover{text-decoration-thickness:3px}.league-youtube-link>span{white-space:nowrap}

/* Display the oval logo from the supplied broadcast graphic. */
.about-page .icar-logo-window{position:relative;overflow:hidden;width:100%;max-width:360px;aspect-ratio:950/550}
.about-page .league-logo .icar-logo-window img{position:absolute;max-width:none;width:404.210526%;height:auto;left:-42.105263%;top:-147.272727%}
.league-youtube-link,.league-youtube-link:hover{text-decoration:none;border-bottom:1px solid #ffff00;padding-bottom:4px}

/* Individual driver sponsor boxes. */
.sponsors-section{padding:64px 5% 90px}.sponsors-section>h1{font-size:clamp(30px,4.5vw,66px);line-height:1.3;margin-bottom:44px;letter-spacing:0}
.sponsor-driver-list{display:grid;gap:30px}.sponsor-driver{border:3px solid #ffff00;background:var(--panel);padding:30px;min-width:0}
.sponsor-driver-header{display:flex;align-items:center;gap:28px;flex-wrap:wrap}.sponsor-namerail{width:clamp(200px,27vw,380px);max-width:100%;margin:0;flex-shrink:0}.sponsor-namerail .namerail-window{display:block;width:100%;position:relative;overflow:hidden}.sponsor-namerail .namerail-window img{position:absolute;max-width:none;height:auto}
.sponsor-numbers{display:flex;gap:10px;align-items:center;flex-wrap:wrap}.sponsor-numbers img{width:105px;height:85px;object-fit:contain}.sponsor-driver-header h3{font-size:clamp(22px,2.5vw,34px);line-height:1.35;margin:0}
.sponsor-logo-space{min-height:170px;margin-top:25px;border-top:1px solid #ffff00;display:flex;align-items:center;flex-wrap:wrap;gap:28px;padding-top:25px}.sponsor-logo-space img{width:180px;max-height:130px;object-fit:contain}
@media(max-width:1100px){.header .desktop-nav{gap:16px}.sponsor-driver-header{gap:20px}.sponsor-numbers img{width:85px;height:70px}}
@media(max-width:700px){.sponsors-section{padding:36px 5% 55px}.sponsor-driver{padding:20px}.sponsor-namerail{width:min(320px,100%)}.sponsor-driver-header{align-items:flex-start;flex-direction:column;gap:18px}.sponsor-logo-space{min-height:150px}.sponsors-section>h1{margin-bottom:28px}}

/* Normalize the visible number artwork, excluding transparent canvas margins. */
.sponsors-page .sponsor-driver{display:block}
.sponsors-page .sponsor-driver-header{gap:24px}
.sponsors-page .sponsor-namerail{width:clamp(200px,27vw,350px)}
.sponsors-page .sponsor-numbers{flex-wrap:nowrap;gap:14px}
.sponsors-page .sponsor-number-crop{display:block;position:relative;overflow:hidden;height:60px;flex:none}
.sponsors-page .sponsor-number-crop>img{position:absolute;width:var(--art-width);max-width:none;height:auto;left:var(--art-left);top:var(--art-top);object-fit:initial}
@media(max-width:1100px) and (min-width:701px){.sponsors-page .sponsor-namerail{width:220px}.sponsors-page .sponsor-driver-header{gap:16px}.sponsors-page .sponsor-driver-header h3{font-size:22px}}
@media(max-width:700px){.sponsors-page .sponsor-namerail{width:min(320px,100%)}.sponsors-page .sponsor-driver-header{gap:18px}.sponsors-page .sponsor-number-crop{height:52px}.sponsors-page .sponsor-numbers{gap:10px}}

.sponsors-page #sponsors-zain-rahman .sponsor-number-crop:nth-child(2){transform:translateX(6px)}

/* Zain's supplied sponsors in alphabetical reading order. */
.sponsors-page .sponsor-logo-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:28px 24px;padding-top:30px}
.sponsor-logo-item{min-width:0;min-height:164px;display:flex;align-items:center;justify-content:center;padding:12px}

.sponsor-logo-crop{display:block;position:relative;overflow:hidden;max-width:100%;flex:none}
.sponsor-logo-space .sponsor-logo-crop img{position:absolute;width:var(--logo-width);height:auto;max-width:none;max-height:none;left:var(--logo-left);top:var(--logo-top)}
@media(max-width:1000px){.sponsors-page .sponsor-logo-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:20px}}
@media(max-width:700px){.sponsors-page .sponsor-logo-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:18px 12px}.sponsor-logo-item{min-height:120px;padding:6px}}

/* Center sponsor headers and emphasize the sponsor label. */
.sponsors-page .sponsor-driver-header{justify-content:center;align-items:center;text-align:center}
.sponsors-page .sponsor-driver-header h3{font-size:clamp(32px,3.6vw,48px)}
@media(max-width:1100px) and (min-width:701px){.sponsors-page .sponsor-driver-header h3{font-size:32px}}

/* Overlap the outgoing and incoming photos for a continuous crossfade. */
.slideshow-stage{display:grid;isolation:isolate}
.slideshow-stage>.racing-slide{grid-area:1 / 1;min-width:0;position:relative}

/* Keep menu text un-underlined; use SLR yellow for the menu dividers. */
.header .desktop-nav a,.header .mobile-nav a{text-decoration:none}
.header .desktop-nav a::after{display:none}

.header .mobile-nav,.header .mobile-nav a{border-bottom-color:#ffff00}
.home-page .hero-foot>.hero-description{position:absolute;left:0;right:0;bottom:100%;max-width:none;margin:0 0 16px;text-align:left;font-size:clamp(22px,2.2vw,28px);line-height:1.4}

/* Keep photo frames fixed while decoded images are crossfading. */
.hero-slideshow .slideshow-stage>.racing-slide,.embedded-slideshow .slideshow-stage>.racing-slide{position:absolute;inset:0;width:100%;height:100%;min-height:0}
.slideshow-stage>.racing-slide{backface-visibility:hidden}

[data-slideshow] .racing-slide figcaption,[data-slideshow] .racing-slide figcaption *{text-shadow:none;-webkit-text-stroke:2px #000;paint-order:stroke fill}

.alliance-box .sponsor-driver-header h2{font-size:clamp(32px,3.6vw,48px);margin:0}.alliance-logo-grid{justify-content:center}

.sponsors-section>h1{text-align:center;text-wrap:balance}
.contact-page .contact-section{grid-template-columns:minmax(0,1.5fr) minmax(0,1fr);gap:40px;padding:80px 5%}
.contact-page .contact-row{grid-template-columns:minmax(0,1fr);justify-items:center;text-align:center;padding:40px 12px;gap:22px}
.contact-page .contact-type{font-size:16px;line-height:1.5}
.contact-page .contact-row h2{font-size:clamp(28px,3.6vw,48px);line-height:1.3}
.contact-page .contact-row[href^="mailto:"] h2{font-size:clamp(20px,2.65vw,36px)}
.contact-page .email-break{display:initial}
.contact-page .contact-row p{font-size:18px;line-height:1.6}
.contact-page .contact-arrow{width:50px;height:50px;font-size:30px}
.contact-page .copy-button{font-size:17px;padding:16px 24px}
.contact-page .contact-aside{padding:42px 30px}
.contact-page .contact-aside>.eyebrow{font-size:clamp(24px,2.4vw,30px)}
.contact-page .contact-aside>h3{font-size:clamp(34px,3.3vw,44px);line-height:1.3}
.contact-page .contact-aside>p:not(.eyebrow){font-size:20px;line-height:1.65}
.contact-page .contact-aside .button{font-size:18px;padding:20px}
.contact-page .aside-social>span{font-size:26px}
.contact-page .aside-social a{font-size:20px;line-height:1.5}
@media(max-width:900px){.contact-page .contact-section{grid-template-columns:minmax(0,1fr)}.contact-page .contact-row[href^="mailto:"] h2{font-size:clamp(20px,4.2vw,36px)}.contact-page .contact-aside{width:100%;max-width:660px;justify-self:center}}
@media(max-width:480px){.contact-page .contact-section{padding:45px 5%}.contact-page .contact-row{padding:32px 4px}.contact-page .contact-type{font-size:14px}.contact-page .contact-aside{padding:32px 20px}.contact-page .contact-row p{font-size:16px}}
#team-intro{grid-template-columns:minmax(0,300px) minmax(0,1fr);gap:36px;align-items:center;padding:24px 6%;min-height:272px;height:auto}
#team-intro>.eyebrow{font-size:clamp(32px,3.5vw,44px);line-height:1.2;min-height:0;max-width:300px;padding:0;margin:0;align-self:center}
#team-intro>div>h2{font-size:clamp(26px,2.7vw,34px);line-height:1.2;margin:0 0 14px}
#team-intro>div>p{font-size:16px;line-height:1.5;max-width:none;margin:0 0 14px}
#team-intro>div>.text-link{font-size:15px}
@media(max-width:800px){#team-intro{grid-template-columns:minmax(0,1fr);gap:20px;padding:30px 6%;text-align:center}#team-intro>.eyebrow{max-width:none}#team-intro>div>.text-link{margin-inline:auto}}
/* Keep homepage photo captions in the same corner at every screen size. */
.home-page .hero-slideshow .racing-slide figcaption,.home-page .embedded-slideshow .racing-slide figcaption{top:24px;right:4.2%;bottom:auto;left:auto;max-width:90%;width:auto;justify-content:flex-end;text-align:right;overflow-wrap:anywhere}
@media(max-width:700px){.home-page .hero-slideshow .racing-slide figcaption,.home-page .embedded-slideshow .racing-slide figcaption{top:16px;right:16px;max-width:calc(100% - 32px);font-size:12px;line-height:1.4}}
/* Captions sit below the SLR wordmark at the bottom-left. */
.home-page .hero-foot{bottom:90px}
.home-page .hero-slideshow .racing-slide figcaption,.home-page .embedded-slideshow .racing-slide figcaption{top:auto;bottom:18px;left:4.2%;right:auto;max-width:91.6%;justify-content:flex-start;text-align:left;font-size:12px;line-height:1.4}
@media(max-width:700px){.home-page .hero-foot{bottom:105px}.home-page .hero-slideshow .racing-slide figcaption,.home-page .embedded-slideshow .racing-slide figcaption{left:16px;bottom:16px;max-width:calc(100% - 32px)}}
.home-social{padding:0 7% 70px}.home-social-box{border:3px solid #ffff00;background:var(--panel);padding:36px 24px;text-align:center}.home-social-box h2{font-size:clamp(26px,3.5vw,44px);margin-bottom:18px}.home-social-box>p{margin-inline:auto}.instagram-frame{width:100%;max-width:540px;margin:28px auto;overflow:hidden;border-radius:4px;background:#fff}.instagram-frame iframe{display:block;width:100%;height:620px;border:0}.home-social-box>.button{max-width:100%;white-space:normal;justify-content:center}.home-social-box>.eyebrow{font-size:18px}@media(max-width:700px){.home-social{padding:0 5% 45px}.home-social-box{padding:28px 12px}.instagram-frame iframe{height:540px}.home-social-box>.button{font-size:14px;padding:16px 12px}}
.instagram-post-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:20px;margin:28px 0}.instagram-post{min-width:0;overflow:hidden}.instagram-post iframe{display:block;border:0;border-radius:4px;background:#fff;width:100%}.instagram-post>a{display:block;font-size:14px;padding:16px 4px}@media(max-width:1150px){.instagram-post-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(max-width:760px){.instagram-post-grid{grid-template-columns:minmax(0,1fr);max-width:540px;margin-inline:auto}}
.instagram-photo-card{display:block;background:var(--panel);border:1px solid #ffff00;aspect-ratio:1;overflow:hidden}.instagram-photo-card img{display:block;width:100%;height:100%;object-fit:contain}.instagram-photo-card:hover,.instagram-photo-card:focus-visible{outline:2px solid #ffff00;outline-offset:3px}
.home-social-box>.eyebrow{font-size:clamp(26px,3vw,38px);line-height:1.3}.home-social-box>.instagram-username{font-size:clamp(18px,2.5vw,30px);line-height:1.5;margin:0 auto 20px;overflow-wrap:anywhere}.instagram-username a{text-decoration:underline;text-decoration-color:var(--green);text-underline-offset:6px}
.home-social-box>p:not(.eyebrow):not(.instagram-username){font-size:clamp(20px,2.3vw,28px);line-height:1.5;text-wrap:balance;max-width:100%}
.driver-social-section{padding:0 7% 70px;text-align:center}.driver-social-section>h2{font-size:clamp(28px,3.5vw,44px)}.driver-social-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:22px}.driver-social-card{min-width:0;background:var(--panel);border:2px solid #ffff00;padding:28px 20px}.driver-social-card h3{font-size:26px;line-height:1.4}.driver-social-links{display:flex;justify-content:center;flex-wrap:wrap;gap:14px 20px;grid-column:1/-1;padding:20px 0;margin-top:20px;border-top:1px solid #ffff00;width:100%}.driver-social-links a{font-size:18px;line-height:1.5;text-decoration:underline;text-decoration-color:var(--green);text-underline-offset:5px}.driver-social-links a:hover{color:#b6ff00}@media(max-width:1000px){.driver-social-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(max-width:700px){.driver-social-section{padding:0 5% 45px}.driver-social-grid{grid-template-columns:minmax(0,1fr)}.driver-social-links a{font-size:16px}}
.driver-social-links a.social-icon-link{display:flex;align-items:center;justify-content:center;flex:0 0 48px;width:48px;height:48px;border-radius:50%;background:#ffff00;border:0;text-decoration:none;padding:0;box-shadow:none}.social-icon-crop{display:block;position:relative;overflow:hidden;flex:none}.social-icon-crop img{position:absolute;height:auto;max-width:none;max-height:none}.driver-social-links a.social-icon-link:hover{background:#ffff00;transform:translateY(-2px)}.driver-social-links a.social-icon-link:focus-visible{outline:3px solid #ffff00;outline-offset:4px}
.footer .social-links{justify-content:space-evenly;align-items:center;flex-wrap:wrap;gap:24px}.footer .social-links a.footer-social-icon{display:flex;align-items:center;justify-content:center;flex:0 0 64px;width:64px;height:64px;padding:0;border:0;border-radius:50%;background:#ffff00;text-decoration:none}.footer-social-icon:focus-visible{outline:3px solid #ffff00;outline-offset:5px}.footer-social-icon:hover{transform:translateY(-2px)}
.contact-social-icons{display:flex;justify-content:center;flex-wrap:wrap;gap:20px}.contact-page .aside-social a.contact-social-icon{display:flex;align-items:center;justify-content:center;flex:0 0 64px;width:64px;height:64px;padding:0;background:#ffff00;border-radius:50%;text-decoration:none}.contact-social-icon:focus-visible{outline:3px solid #ffff00;outline-offset:5px}.contact-social-icon:hover{transform:translateY(-2px)}
.home-page .driver-card .driver-caption{bottom:78px}.home-page .driver-card>.driver-social-links{position:absolute;left:16px;right:16px;bottom:14px;width:auto;margin:0;padding:12px 0 0;gap:12px;z-index:4}.home-page .driver-card .driver-profile-link::after{content:"";position:absolute;inset:0}.home-page .driver-card .driver-profile-link{color:inherit;text-decoration:none}.home-page .driver-card .driver-caption h3{position:static}.home-page .driver-card .driver-social-links a.social-icon-link{width:44px;height:44px;flex-basis:44px}.home-page .driver-card .driver-profile-link:focus-visible{outline:2px solid #ffff00}

/* Keep card artwork above its caption and social controls. */
.home-page .driver-card .card-kicker{font-size:16px;line-height:1.4;letter-spacing:.5px;top:22px;left:22px;right:22px}
.home-page .driver-card .driver-caption{bottom:78px;padding:16px 22px 20px;background:var(--panel);min-height:120px;align-items:center}
.home-page .driver-card .driver-caption>div{flex:1}
.home-page .driver-card .driver-caption h3{margin:12px 0 0;width:100%}
.home-page .driver-card .driver-profile-link{display:block}
.home-page .driver-card .card-team-wordmark{display:block;width:210px;max-width:100%;height:auto}
.home-page .driver-card.founder>img.zain-driver-pfp{top:70px;bottom:auto;height:calc(100% - 250px);width:85%;object-fit:contain}
.home-page .driver-card.roster-card>img.roster-number-art{top:65px;height:calc(100% - 250px)}
.home-page .driver-card>.driver-social-links{background:var(--panel)}
.home-page .driver-card.founder>img.zain-driver-pfp{height:calc(100% - 280px)}
.home-page .driver-card .driver-profile-link .namerail-window{width:75%;max-width:240px}

/* Shared visible number height and a soft card footer fade. */
.home-page .driver-card{--card-number-height:clamp(42px,4vw,64px)}
.home-page .driver-card>.card-number-crop{position:absolute;top:125px;left:50%;transform:translateX(-50%)}
.home-page .driver-card .card-number-crop{display:block;height:var(--card-number-height);flex:none;overflow:hidden}
.home-page .driver-card .card-number-crop img{position:absolute;height:auto;max-width:none;transform:none}
.home-page .driver-card .roster-number-pair{top:125px;left:16px;right:16px;width:auto;height:var(--card-number-height);justify-content:center;gap:8px}
.home-page .driver-card .roster-number-pair .card-number-crop{position:relative}
.home-page .founder-card-numbers .zain-number-crop{height:var(--card-number-height)}
.home-page .driver-card .driver-caption{bottom:0;min-height:180px;padding:55px 116px 30px 22px;background:linear-gradient(to bottom,transparent,var(--panel) 48%);align-items:flex-end}
.home-page .driver-card .driver-caption .circle-arrow{display:none}
.home-page .driver-card .driver-caption div>span:not(.namerail-window){font-size:14px;letter-spacing:.4px;line-height:1.4}
.home-page .driver-card .card-team-wordmark{width:230px}
.home-page .driver-card .driver-profile-link .namerail-window{width:100%;max-width:240px}
.home-page .driver-card>.driver-social-links{left:auto;right:18px;bottom:30px;width:86px;padding:0;border:0;background:transparent;gap:8px;justify-content:flex-start}
.home-page .driver-card .driver-social-links a.social-icon-link{width:38px;height:38px;flex-basis:38px}
.home-page .driver-card.founder>img.zain-driver-pfp{top:125px;height:calc(100% - 170px);mask-image:linear-gradient(to bottom,#000 55%,transparent 100%)}
.home-page .driver-card{--card-number-height:64px}.home-page .driver-card>.card-number-crop,.home-page .driver-card .roster-number-pair{top:165px}@media(max-width:380px){.home-page .driver-card{--card-number-height:52px}}
/* Larger artwork and readable card details across viewport sizes. */
.home-page .driver-card{container-type:inline-size;--card-number-height:clamp(72px,18cqw,120px)}
.home-page .driver-card>.card-number-crop{height:clamp(110px,32cqw,170px);top:120px}
.home-page .driver-card .roster-number-pair{top:145px}
.home-page .driver-card.founder>img.zain-driver-pfp{top:95px;height:calc(100% - 120px);width:95%;mask-image:linear-gradient(to bottom,#000 78%,transparent 100%)}
.home-page .driver-card .driver-caption{padding:40px 128px 24px 22px;min-height:145px;background:linear-gradient(to bottom,transparent,var(--panel) 75%)}
.home-page .driver-card .driver-profile-link .namerail-window{max-width:290px}
.home-page .driver-card .card-team-wordmark{width:260px}
.home-page .driver-card .driver-caption div>span:not(.namerail-window){font-size:16px}
.home-page .driver-card>.driver-social-links{width:98px;right:16px;bottom:24px;gap:8px}
.home-page .driver-card .driver-social-links a.social-icon-link{width:44px;height:44px;flex-basis:44px}
@media(max-width:700px){.home-page .driver-card .driver-caption{padding-left:16px;padding-right:116px}.home-page .driver-card .driver-caption div>span:not(.namerail-window){font-size:14px}}
.home-page .drivers-section>.section-heading{display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;gap:24px;margin-bottom:40px}
.home-page .drivers-section>.section-heading .eyebrow{font-size:clamp(28px,3vw,44px);margin-bottom:20px}
.home-page .drivers-section>.section-heading h2{font-size:clamp(38px,4.5vw,64px);line-height:1.2}
.home-page .drivers-section>.section-heading>.text-link{font-size:clamp(24px,2.7vw,38px);margin:0 auto;max-width:100%}
.home-page .drivers-section>.section-heading{flex-direction:row;justify-content:space-between;align-items:center;text-align:left;gap:30px;min-height:0;height:auto;margin-bottom:28px}
.home-page .drivers-section>.section-heading .eyebrow{margin-bottom:12px}
.home-page .drivers-section>.section-heading>.text-link{margin:0;min-height:0;height:auto;padding:0 0 12px;white-space:nowrap;align-self:center;flex:0 0 auto}
@media(max-width:700px){.home-page .drivers-section>.section-heading{flex-wrap:wrap;gap:20px}.home-page .drivers-section>.section-heading>.text-link{margin-left:auto;font-size:22px}}

.home-page .drivers-section>.section-heading{justify-content:center;gap:clamp(32px,6vw,90px)}
.home-page .founder-card-numbers{left:16px;right:16px;width:auto;justify-content:center}
.home-page .driver-card>.card-bio-arrow{position:absolute;right:18px;top:65px;z-index:5;display:grid;place-items:center;width:44px;height:44px;border:1px solid #ffff00;border-radius:50%;font-size:30px;text-decoration:none;background:var(--panel)}
.home-page .driver-card>.card-bio-arrow:hover{background:var(--green)}
.home-page .driver-card>.card-bio-arrow:focus-visible{outline:3px solid #ffff00;outline-offset:3px}
.home-page .driver-card.founder>.card-bio-arrow{top:145px}
@media(max-width:700px){.home-page .drivers-section>.section-heading>.text-link{margin-inline:0}}

.home-page .founder-card-numbers{translate:12px 0}
.card-bio-arrow,.circle-arrow,.contact-arrow{place-items:center;align-items:center;justify-content:center;padding:0;line-height:1;font-style:normal;letter-spacing:0}
.circle-arrow-glyph{display:block;width:55%;height:55%;flex:none;fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round;transform:none;filter:none}
/* Match the driver-card arrow strokes without platform-dependent emoji rendering. */
.ui-arrow-glyph{display:inline-block;box-sizing:border-box;width:1.6em;height:1.6em;padding:.36em;border-radius:50%;background:#ffff00;color:#000;vertical-align:middle;flex:none;fill:none;stroke:#000;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round;transform:none;filter:none}
body .contact-row .contact-arrow,body .driver-card .circle-arrow{background:#ffff00;border-color:#ffff00;color:#000}

.home-page .driver-card>img.roster-driver-pfp{top:205px;bottom:auto;width:170px;height:170px;object-fit:contain;border-radius:12px;z-index:-1;mask-image:linear-gradient(#000 85%,transparent)}
.home-page .driver-card>.card-number-crop{top:72px;height:100px}
.home-page .driver-card .roster-number-pair{top:100px}
.profile-driver-pfp{display:block;width:180px;height:180px;object-fit:contain;margin:20px auto;border-radius:12px}
@media(max-width:700px){.home-page .driver-card>img.roster-driver-pfp{top:170px;width:140px;height:140px}.home-page .driver-card>.card-number-crop{height:80px}.home-page .driver-card .roster-number-pair{top:75px}}
.home-page .driver-card>img.roster-driver-pfp,.profile-driver-pfp{object-fit:cover;object-position:center 22%;border-radius:50%;mask-image:none}
.home-page .driver-card>img[src$="pfp-colby.jpg"],.profile-driver-pfp[src$="pfp-colby.jpg"]{object-position:58% 10%;clip-path:circle(50%)}
.home-page .driver-card>img[src$="pfp-reyson.png"],.profile-driver-pfp[src$="pfp-reyson.png"]{object-position:62% 10%}

.headshot{position:relative;overflow:hidden;display:block;border-radius:50%}
.headshot img{position:absolute;max-width:none;height:auto;width:180%;left:-40%;top:-6%}
.headshot-colby img{width:290%;left:-100%;top:0}
.headshot-reyson img{width:210%;left:-67%;top:-4%}
.home-page .driver-card>.headshot{position:absolute;top:205px;left:50%;transform:translateX(-50%);width:170px;height:170px;z-index:-1}
@media(max-width:700px){.home-page .driver-card>.headshot{top:170px;width:140px;height:140px}}
/* Fit all three cropped numbers inside the mobile space beside the bio arrow. */
@media(max-width:700px){
  .home-page .driver-card:has(.card-bio-arrow[href$="#colby-luca"]) .roster-number-pair{
    --card-number-height:min(64px,calc((100cqw - 104px)/4.29));
    top:90px;left:16px;right:72px;gap:8px;
  }
}
.home-page .hero-slideshow .racing-slide figcaption{font-size:clamp(18px,1.6vw,24px);line-height:1.4}
.home-page .hero-actions .text-link{font-size:clamp(19px,1.8vw,26px);padding:22px 28px;gap:22px}
@media(max-width:700px){.home-page .hero-actions .text-link{font-size:16px;padding:16px 18px}.home-page .hero-slideshow .racing-slide figcaption{font-size:16px}}

.home-page .drivers-section>.section-heading{width:100%;max-width:1100px;margin:0 auto 28px;justify-content:center;gap:clamp(30px,5vw,72px)}
.home-page .drivers-section>.section-heading>div{flex:0 1 auto;min-width:0}
.home-page .drivers-section>.section-heading>.text-link{width:auto;flex:0 0 auto}
.home-page .driver-card>.card-bio-arrow{background:#ffff00;border:2px solid #ffff00;color:#000}
.home-page .driver-card>.card-bio-arrow:hover{background:#ffff00;box-shadow:0 0 0 3px #ffff00}
.home-page .driver-card>.card-picture-link{position:absolute;inset:55px 0 145px;z-index:2;display:block}
.home-page .driver-card>.card-picture-link:focus-visible{outline:3px solid #ffff00;outline-offset:-5px}
@media(max-width:700px){.home-page .drivers-section>.section-heading{gap:20px}}
.home-page .driver-card>.headshot{transition:transform .4s}
.home-page .driver-card:hover>.headshot{transform:translateX(-50%) scale(1.04)}
@media(prefers-reduced-motion:reduce){.home-page .driver-card>.headshot,.home-page .driver-card>img{transition:none}}
.headshot-reyson img{width:300%;left:-113%;top:0}
.headshot-reyson img{width:100%;height:100%;left:0;top:0;object-fit:cover}

/* Bio-page numbers only: preserve card, text, desktop and homepage layouts. */
@media(max-width:700px){
  .drivers-page .lineup-window>.lineup-number-art,
  .drivers-page .lineup-window>.lineup-number-pair{align-self:center;margin-inline:auto;justify-content:center}
  .drivers-page #zain-rahman .founder-art{container-type:inline-size}
  .drivers-page #zain-rahman .founder-art .zain-number-row{left:16px;right:16px;width:auto;transform:translateX(6px);display:flex;align-items:center;justify-content:center;gap:12px}
  .drivers-page #zain-rahman .founder-art .zain-number-row .zain-number-crop{width:auto;height:min(84px,calc((100cqw - 56px)/3.34));flex:0 0 auto;transform:none}
  .drivers-page #zain-rahman .founder-art .zain-number-row .zain-number-crop:nth-child(2){transform:translateX(4px)}
}
/* Center the mobile footer icons with identical horizontal and vertical gaps. */
@media(max-width:700px){
  .footer .social-links{grid-template-columns:repeat(2,64px);justify-content:center;justify-items:center;gap:24px}
  .footer .footer-top>p{width:100%;text-align:center}
  .footer .footer-bottom>span{width:100%;text-align:center}
}

/* Instagram sizes captioned embeds to their content. */
.instagram-post-grid{align-items:start}
.instagram-post .instagram-media{width:100%!important;min-width:0!important;max-width:540px!important;margin:0 auto!important}
.instagram-post blockquote.instagram-media{padding:20px;background:#fff;color:#262626;border-radius:4px;font-size:16px;line-height:1.5}

/* Fan-team and trademark notice beneath the footer copyright row. */
.footer-disclaimer{max-width:1100px;margin:20px auto 0;color:var(--green);font-size:12px;line-height:1.65;text-align:center;opacity:1}

/* Shared SLR canvas and responsive spacing corrections. */
/* Keep the green section-divider token; only the outer canvas is blue. */
html,body{background-color:var(--panel)}
.home-page .ticker{flex-wrap:wrap;justify-content:center;gap:12px 24px;padding:20px 5%;overflow:visible}
.home-page .ticker>span{white-space:normal;text-align:center;min-width:0;max-width:100%;flex:0 1 auto;overflow-wrap:break-word}
.home-page .ticker>span:last-of-type{flex-shrink:1}
.home-page .driver-card:has(.card-bio-arrow[href$="#colby-luca"]) .roster-number-pair{--card-number-height:min(80px,calc((100cqw - 48px)/4.29));top:116px;left:16px;right:16px;gap:8px}
.footer .footer-top{grid-template-columns:minmax(0,1fr);gap:24px;padding-bottom:30px}
.footer .brand{justify-content:center}
.footer .footer-top>p{grid-column:1/-1;width:100%;text-align:center;font-size:clamp(26px,3vw,46px);line-height:1.4}
@media(max-width:700px){
 .home-page .driver-card:has(.card-bio-arrow[href$="#colby-luca"]) .roster-number-pair{--card-number-height:min(50px,calc((100cqw - 48px)/4.29))}
 .home-page .ticker>b{display:none}
 .footer .footer-top{gap:22px}
}

/* Larger Colby numbers only when a phone is held upright. */
.home-page .hero-content>h1.hero-since{font-size:clamp(20px,4.5vw,44px);line-height:1.3;white-space:nowrap;letter-spacing:0}

/* Consistent non-founder bio headers with prominent circular portraits. */
.drivers-page .bio-driver-header{display:grid;grid-template-columns:minmax(0,320px) minmax(0,1fr);align-items:center;gap:20px 40px;margin-bottom:32px}
.drivers-page .bio-driver-header>.profile-driver-pfp{grid-column:1;grid-row:1/span 2;width:100%;height:auto;aspect-ratio:1;max-width:320px;margin:0 auto;object-fit:cover;border-radius:50%}
.drivers-page .bio-driver-header>.eyebrow{grid-column:2;margin:0;text-align:center;font-size:clamp(20px,2.2vw,32px);line-height:1.5;letter-spacing:1px}
.drivers-page .bio-driver-header>.lineup-number-art{grid-column:2;width:280px;max-width:75%;align-self:center;justify-self:center;margin:0}
.drivers-page .bio-driver-header>.lineup-number-pair{grid-column:2;justify-self:center;align-self:center;justify-content:center;margin:0;max-width:100%}
@media(max-width:700px){
 .drivers-page .bio-driver-header{grid-template-columns:minmax(0,1fr);gap:24px;margin-bottom:28px}
 .drivers-page .bio-driver-header>.profile-driver-pfp{grid-column:1;grid-row:auto;width:min(100%,280px)}
 .drivers-page .bio-driver-header>.eyebrow,.drivers-page .bio-driver-header>.lineup-number-art,.drivers-page .bio-driver-header>.lineup-number-pair{grid-column:1}
 .drivers-page .bio-driver-header>.lineup-number-art{width:220px;max-width:70%}
}
@media(max-width:700px) and (orientation:portrait){
 .home-page .driver-card:has(.card-bio-arrow[href$="#colby-luca"]){height:460px;min-height:460px}
 .home-page .driver-card:has(.card-bio-arrow[href$="#colby-luca"]) .roster-number-pair{--card-number-height:min(76px,calc((100cqw - 48px)/4.29))}
 .home-page .driver-card:has(.card-bio-arrow[href$="#colby-luca"])>.headshot{top:204px}
}
