:root{--black:#050505;--panel:#0c0c0c;--line:#242424;--muted:#aaa;--orange:#ff4b24;--white:#fff;--display:"Chakra Petch",sans-serif;--body:"Inter",sans-serif}
*{box-sizing:border-box}html{scroll-behavior:smooth;background:var(--black)}body{margin:0;overflow-x:hidden;background:var(--black);color:var(--white);font-family:var(--body);font-size:16px;line-height:1.65}body.menu-open{overflow:hidden}img{display:block;max-width:100%}a{color:inherit;text-decoration:none}button{font:inherit}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;border:0;clip:rect(0,0,0,0);white-space:nowrap}.wrap{width:min(calc(100% - 80px),1200px);margin-inline:auto}.section{padding:120px 0}h1,h2,h3,h4,p{margin-top:0}h1,h2,h3{font-family:var(--display);text-transform:uppercase}h2{font-size:clamp(50px,5vw,72px);font-weight:600;line-height:1.05}.eyebrow{position:relative;margin:0 0 34px;padding-left:16px;color:#dadada;font-family:var(--display);font-size:16px;font-weight:500;text-transform:uppercase}.eyebrow::before{content:"";position:absolute;top:.08em;bottom:.08em;left:0;width:4px;background:var(--orange)}.button{display:inline-flex;align-items:center;justify-content:center;min-height:56px;padding:15px 28px;border:1px solid var(--orange);background:var(--orange);color:#fff;font-family:var(--display);font-size:14px;font-weight:700;letter-spacing:.06em;text-transform:uppercase;transition:background .25s,color .25s,transform .25s}.button:hover,.button:focus-visible{background:#fff;border-color:#fff;color:#080808;transform:translateY(-2px)}.button-outline{border-color:#6b6b6b;background:rgba(0,0,0,.25)}
.site-header{position:fixed;z-index:100;top:0;left:0;width:100%}.header-inner{display:grid;grid-template-columns:250px 1fr 140px;align-items:center;min-height:86px;border-bottom:1px solid transparent;background:transparent;transition:background .25s,border-color .25s,backdrop-filter .25s}.site-header.is-scrolled .header-inner{border-bottom-color:#242424;background:#030303;backdrop-filter:blur(16px);-webkit-backdrop-filter:blur(16px)}.brand{display:flex;align-items:center;height:86px;padding:6px 20px}.brand img{width:220px;max-height:74px;object-fit:contain}.desktop-nav{display:flex;align-items:center;justify-content:center;gap:52px}.desktop-nav a{position:relative;font-family:var(--display);font-size:14px;font-weight:600;letter-spacing:.07em;text-transform:uppercase}.desktop-nav a::after{content:"";position:absolute;right:0;bottom:-8px;left:0;height:2px;background:var(--orange);transform:scaleX(0);transition:transform .2s}.desktop-nav a:hover::after,.desktop-nav a:focus-visible::after{transform:scaleX(1)}.header-socials{display:flex;align-items:center;gap:8px;margin-left:-16px}.desktop-nav .header-social-link{display:grid;width:38px;height:38px;place-items:center;border:1px solid rgba(255,255,255,.26);color:#fff;transition:border-color .2s,background .2s,color .2s,transform .2s}.desktop-nav .header-social-link::after{content:none}.header-social-link svg{width:18px;height:18px;fill:none;stroke:currentColor;stroke-width:1.8}.header-social-link:last-child svg{fill:currentColor;stroke:none}.desktop-nav .header-social-link:hover,.desktop-nav .header-social-link:focus-visible{border-color:var(--orange);background:var(--orange);transform:translateY(-2px)}.header-cta{display:flex;align-items:center;justify-content:center;align-self:center;justify-self:end;min-height:42px;padding:9px 15px;margin-right:20px;border:1px solid var(--orange);background:var(--orange);font-family:var(--display);font-size:12px;font-weight:700;letter-spacing:.06em;text-transform:uppercase;white-space:nowrap}.menu-button{display:none;width:50px;height:50px;padding:11px;border:0;background:transparent;color:#fff}.menu-button span{display:block;height:2px;margin:6px 0;background:currentColor}.main-nav{position:fixed;z-index:110;inset:0;display:flex;visibility:hidden;flex-direction:column;justify-content:center;padding:80px clamp(24px,8vw,120px);background:#070707;opacity:0;transform:translateY(-20px);transition:opacity .3s,transform .3s,visibility .3s}.main-nav.is-open{visibility:visible;opacity:1;transform:none}.nav-close{position:absolute;top:24px;right:28px;border:0;background:none;color:#fff;font-size:48px;line-height:1}.nav-links{display:grid;grid-template-columns:repeat(2,1fr);border-top:1px solid var(--line)}.nav-links a{padding:20px;border-bottom:1px solid var(--line);font-family:var(--display);font-size:clamp(32px,5vw,60px);font-weight:600;text-transform:uppercase}.nav-links a:nth-child(odd){border-right:1px solid var(--line)}.nav-meta{display:grid;grid-template-columns:1fr 1fr 2fr;margin-top:30px;color:#aaa}.nav-meta>*{padding:14px 20px;border-right:1px solid var(--line)}
.desktop-nav{position:relative}.header-socials{position:absolute;right:0;gap:10px;margin-left:0}.desktop-nav .header-social-link{width:26px;height:38px;border:0;background:transparent}.desktop-nav .header-social-link:hover,.desktop-nav .header-social-link:focus-visible{border-color:transparent;background:transparent;color:var(--orange);transform:translateY(-2px)}
.hero{position:relative;height:100vh;min-height:720px;overflow:hidden;background:#111}.hero-slides,.hero-slide{position:absolute;inset:0;width:100%;height:100%}.hero-slide{object-fit:cover;opacity:0;transform:scale(1);transition:opacity 1.25s ease}.hero-slide.is-active{z-index:1;opacity:1;animation:heroZoom 7s ease-out both}@keyframes heroZoom{from{transform:scale(1)}to{transform:scale(1.09)}}.hero::after{content:"";position:absolute;z-index:2;inset:0;background:linear-gradient(90deg,rgba(0,0,0,.75),rgba(0,0,0,.42) 58%,rgba(0,0,0,.2)),linear-gradient(0deg,rgba(0,0,0,.34),transparent 50%)}.hero-inner{position:relative;z-index:3;display:flex;align-items:center;height:100%;padding-top:100px}.hero-copy{width:min(1040px,90%)}.hero h1{margin:0 0 28px;font-size:clamp(70px,7.5vw,110px);font-weight:700;letter-spacing:-.035em;line-height:.98}.hero h1 span,.hero h1 strong{display:block}.hero h1 strong{color:#fff;font-weight:700}.hero-copy>p:not(.eyebrow){max-width:650px;margin-bottom:34px;color:#ddd;font-size:16px}.hero-actions{display:flex;gap:12px}.hero-progress{position:absolute;z-index:4;right:40px;bottom:28px;display:flex;gap:8px}.hero-progress button{width:38px;height:20px;padding:0;border:0;background:linear-gradient(transparent 9px,#777 9px,#777 12px,transparent 12px);cursor:pointer;transition:width .25s}.hero-progress button.is-active{width:60px;background:linear-gradient(transparent 9px,var(--orange) 9px,var(--orange) 12px,transparent 12px)}
.stats{border-bottom:1px solid var(--line);background:#050505}.stats-grid{display:grid;grid-template-columns:repeat(3,1fr)}.stats article{position:relative;display:grid;grid-template-columns:auto 1fr;gap:22px;min-height:230px;padding:48px 30px;border-right:1px solid var(--line)}.stats article:first-child{border-left:1px solid var(--line)}.stats article::before{content:"";position:absolute;top:0;left:30px;width:4px;height:18px;background:var(--orange)}.stats strong{color:#141414;font-family:var(--display);font-size:112px;font-weight:700;line-height:.8;-webkit-text-stroke:1px #303030}.stats h2{margin:8px 0 12px;font-size:17px;line-height:1.2}.stats p{margin:0;color:#777;font-size:14px}
.about{min-height:830px;background:radial-gradient(circle at 88% 60%,rgba(255,75,36,.18),transparent 28%),#050505}.about .statement{max-width:1120px;margin:0 0 100px;font-size:clamp(46px,5vw,68px)}.about-columns{display:grid;grid-template-columns:1fr 1fr;gap:70px;margin-left:48%}.about-columns article{position:relative;padding-left:16px}.about-columns article::before{content:"";position:absolute;top:4px;bottom:4px;left:0;width:3px;background:var(--orange)}.about-columns h3{margin:0 0 14px;font-size:18px}.about-columns p{margin:0;color:#929292}
.services{overflow:hidden;border-top:1px solid var(--line);background:#050505}.section-heading{display:grid;grid-template-columns:1.2fr .8fr;gap:70px;align-items:end;margin-bottom:64px}.section-heading h2{margin:0}.section-heading>p{max-width:470px;margin:0;color:#999}.service-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:28px}.service-card{position:relative;min-height:480px;overflow:hidden;border:1px solid #222;background:#0a0a0a}.service-card figure{height:295px;margin:0;overflow:hidden}.service-card img{width:100%;height:100%;object-fit:cover;filter:brightness(.7);transition:transform .5s,filter .5s}.service-card>div{position:relative;padding:30px 24px}.service-card>div::before{content:"";position:absolute;top:0;left:0;width:4px;height:32px;background:var(--orange)}.service-card span{position:absolute;top:-280px;right:18px;padding:6px 12px;background:#191919;color:#bbb;font-family:var(--display);font-size:12px;font-weight:600;text-transform:uppercase}.service-card h3{margin:0 0 14px;font-size:28px;line-height:1.1}.service-card p{margin:0;color:#898989;font-size:14px}.service-card:hover img{filter:brightness(.9);transform:scale(1.05)}.service-card:hover{border-color:#4a231b}.center-action{margin-top:48px;text-align:center}
.why{padding:0;background:#070707}.why-grid{display:grid;grid-template-columns:1fr 1fr;min-height:820px}.why-copy{padding:110px max(40px,calc((100vw - 1200px)/2)) 90px}.why-copy h2{max-width:540px;margin-bottom:30px}.why-copy>p:not(.eyebrow){max-width:520px;color:#929292}.why figure{margin:0;overflow:hidden}.why figure img{width:100%;height:100%;object-fit:cover;filter:brightness(.7)}.quality-list{margin-top:55px}.quality-list article{display:flex;align-items:center;justify-content:space-between;gap:20px;padding:24px 0;border-bottom:1px solid #272727}.quality-list h3{margin:0;font-size:15px;letter-spacing:.04em}.quality-list strong{color:var(--orange);font-family:var(--display);font-size:16px;text-align:right;text-transform:uppercase}
.faq{position:relative;overflow:hidden;border-block:1px solid var(--line);background-image:linear-gradient(90deg,rgba(3,3,3,.9),rgba(3,3,3,.78) 48%,rgba(3,3,3,.9)),linear-gradient(rgba(3,3,3,.28),rgba(3,3,3,.28)),url("images/orange-honda-cta-edited.png");background-position:center,center,center;background-size:auto,auto,cover;background-repeat:no-repeat;background-attachment:scroll,scroll,fixed}.faq-layout{position:relative;z-index:1;display:grid;grid-template-columns:.9fr 1.1fr;gap:90px}.faq-layout>div:first-child{position:sticky;top:120px;align-self:start}.faq-layout>div:first-child>p:last-child{max-width:450px;color:#b1b1b1}.faq-list{border-top:1px solid rgba(255,255,255,.2)}.faq-list details{border-bottom:1px solid rgba(255,255,255,.18)}.faq-list summary{position:relative;padding:28px 60px 28px 0;cursor:pointer;list-style:none;font-family:var(--display);font-size:19px;font-weight:600;text-transform:uppercase}.faq-list summary::-webkit-details-marker{display:none}.faq-list summary::after{content:"+";position:absolute;top:25px;right:8px;color:var(--orange);font-size:28px;font-weight:400}.faq-list details[open] summary::after{content:"−"}.faq-list p{max-width:650px;padding:0 55px 28px 0;margin:0;color:#aaa}.faq-list a{color:var(--orange)}
.process{background:linear-gradient(140deg,#050505 55%,#120704)}.process .section-heading .button{justify-self:end}.process-grid{display:grid;grid-template-columns:repeat(3,1fr);border-top:1px solid var(--line);border-left:1px solid var(--line)}.process-grid article{position:relative;min-height:310px;padding:38px;border-right:1px solid var(--line);border-bottom:1px solid var(--line)}.process-grid span{display:block;margin-bottom:60px;color:var(--orange);font-family:var(--display);font-size:18px;font-weight:700}.process-grid h3{margin:0 0 18px;font-size:28px;line-height:1.1}.process-grid p{margin:0;color:#858585;font-size:14px}
.reviews{overflow:hidden;border-top:1px solid #282828;background:#080808}.reviews-carousel{position:relative}.reviews-viewport{overflow:hidden}.reviews-track{display:flex;align-items:stretch;transform:translate3d(0,0,0);will-change:transform}.reviews-carousel.is-looping .reviews-track{animation:reviews-continuous-loop 80s linear infinite}.reviews-carousel:focus-within .reviews-track{animation-play-state:paused}.reviews-slide{width:100%;min-width:0;flex:0 0 100%}@keyframes reviews-continuous-loop{to{transform:translate3d(-200%,0,0)}}@media(prefers-reduced-motion:reduce){.reviews-carousel.is-looping .reviews-track{animation:none}}.reviews-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));grid-auto-rows:clamp(360px,24vw,460px);border-left:1px solid #282828}.reviews-grid>*{min-width:0;height:100%;min-height:0;border-right:1px solid #282828;border-bottom:1px solid #282828}.review-image-tile{position:relative;overflow:hidden;margin:0;background:#111}.review-image-tile::after{content:"";position:absolute;inset:0;background:linear-gradient(145deg,transparent 50%,rgba(255,75,36,.22)),linear-gradient(0deg,rgba(0,0,0,.22),transparent 50%);pointer-events:none}.review-image-tile img{width:100%;height:100%;object-fit:cover;filter:saturate(.92) brightness(.82);transition:transform .65s ease,filter .65s ease}.review-image-tile:nth-of-type(2) img{object-position:center}.review-image-tile:nth-of-type(3) img{object-position:72% center}.review-image-tile:hover img{filter:saturate(1.05) brightness(.94);transform:scale(1.045)}.review-copy-tile{position:relative;z-index:1;display:flex;flex-direction:column;padding:clamp(30px,2.7vw,52px);background:#111}.review-copy-tile::before{content:"";position:absolute;z-index:2;top:42%;width:0;height:0;border-block:14px solid transparent}.review-copy-tile.pointer-left::before{left:-14px;border-right:14px solid #111}.review-copy-tile.pointer-right::before{right:-14px;border-left:14px solid #111}.review-meta{display:flex;align-items:center;gap:10px;margin-bottom:28px;color:#b5b5b5;font-size:13px;line-height:1.4}.review-meta i{width:6px;height:6px;flex:0 0 6px;background:var(--orange)}.review-stars{color:#ffb21d;font-size:14px;letter-spacing:.08em}.review-copy-tile h3{margin:0 0 24px;font-size:clamp(24px,1.75vw,34px);font-weight:600;line-height:1.18}.review-copy-tile>p{display:-webkit-box;max-height:7em;overflow:hidden;margin:0;color:#999;font-size:15px;line-height:1.75;-webkit-box-orient:vertical;-webkit-line-clamp:4;line-clamp:4}.review-source-link{display:flex;align-items:center;justify-content:space-between;gap:18px;margin-top:auto;padding-top:28px;font-family:var(--display);font-size:14px;font-weight:600;letter-spacing:.06em;text-transform:uppercase}.review-source-link b{display:grid;width:30px;height:30px;flex:0 0 30px;place-items:center;background:var(--orange);font-size:26px;font-weight:400;line-height:1;transition:background .2s,color .2s,transform .2s}.review-source-link:hover b,.review-source-link:focus-visible b{background:#fff;color:#090909;transform:translateX(3px)}
.brand-partners{padding:96px 0;border-block:1px solid var(--line);background:radial-gradient(circle at 85% 80%,rgba(255,75,36,.13),transparent 28%),#050505}.brand-heading{display:grid;grid-template-columns:1.15fr .85fr;gap:70px;align-items:end;margin-bottom:42px}.brand-heading h2{margin:0;font-size:clamp(40px,4vw,58px)}.brand-heading>p{max-width:430px;margin:0;color:#929292}.brand-logo-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));border-top:1px solid var(--line);border-left:1px solid var(--line)}.brand-logo-card{display:grid;min-height:180px;margin:0;place-items:center;border-right:1px solid var(--line);border-bottom:1px solid var(--line);background:rgba(255,255,255,.018)}.brand-logo-card img{width:min(78%,230px);height:118px;object-fit:contain;opacity:.74;transition:opacity .25s,transform .25s}.brand-logo-card:hover img{opacity:1;transform:scale(1.045)}.authorized-dealer{position:relative;display:grid;grid-template-columns:1.1fr .9fr;min-height:280px;margin-top:34px;overflow:hidden;border:1px solid #2c2c2c;background:linear-gradient(120deg,#111 0%,#111 48%,#18070a 100%)}.authorized-dealer::before,.authorized-dealer::after{content:"";position:absolute;width:12px;height:12px;background:var(--orange)}.authorized-dealer::before{top:-1px;left:-1px}.authorized-dealer::after{right:-1px;bottom:-1px}.dealer-copy{display:flex;flex-direction:column;justify-content:center;padding:52px}.dealer-copy h3{margin:0;font-size:clamp(34px,3.4vw,52px);line-height:1}.dealer-logo{display:grid;margin:0;padding:38px 56px;place-items:center;border-left:1px solid #2c2c2c;background:linear-gradient(135deg,rgba(255,75,36,.07),transparent)}.dealer-logo img{width:min(100%,370px);max-height:150px;object-fit:contain}
.contact{position:relative;display:flex;align-items:center;min-height:650px;background:url("images/instagram/cleaned/ig-red-supra-cta-bright.jpg") center 62%/cover no-repeat}.contact::before{content:"";position:absolute;inset:0;background:linear-gradient(90deg,rgba(0,0,0,.88),rgba(0,0,0,.6) 45%,rgba(0,0,0,.12) 75%)}.contact-layout{position:relative}.contact-copy{max-width:650px}.contact h2{margin:0 0 24px;font-size:clamp(58px,6vw,84px)}.contact-copy>p:not(.eyebrow){max-width:520px;color:#ccc}.contact-actions{display:flex;gap:12px;margin-top:32px}
.site-footer{padding:20px 0 24px;background:#050505}.footer-grid,.footer-top{display:grid;grid-template-columns:1.25fr .65fr 1fr .8fr;gap:48px;padding-block:64px}.footer-grid h3,.footer-top h4{margin-bottom:22px;color:#aaa;font-size:16px}.footer-grid p,.footer-grid a,.footer-top p,.footer-top a{display:block;margin-bottom:10px;color:#888;font-size:14px}.footer-grid a:hover,.footer-top a:hover{color:var(--orange)}.footer-brand img{width:230px;margin-bottom:24px}.footer-links nav{display:block}.footer-socials{display:flex;align-items:center;gap:16px;margin-top:20px}.footer-socials .footer-social-link{display:grid;width:24px;height:24px;margin:0;place-items:center;color:#888;transition:color .2s ease,transform .2s ease}.footer-social-link svg{width:20px;height:20px;fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}.footer-social-link:nth-child(2) svg{fill:currentColor;stroke:none}.footer-social-link:hover,.footer-social-link:focus-visible{color:var(--orange);transform:translateY(-2px)}.footer-social-link:focus-visible{outline:2px solid var(--orange);outline-offset:4px}.footer-bottom{display:flex;justify-content:space-between;gap:30px;padding-top:24px;border-top:1px solid var(--line);color:#686868;font-size:12px}.footer-bottom div{display:flex;gap:24px}.snap-word,.snap-char{display:inline-block}.snap-particle{display:none}section[id]{scroll-margin-top:88px}
@media(max-width:980px){.wrap{width:min(calc(100% - 48px),1200px)}.desktop-nav{gap:24px}.desktop-nav a{font-size:12px}.header-inner{grid-template-columns:210px 1fr 130px}.brand img{width:190px}.header-cta{min-height:40px;padding:8px 13px;margin-right:14px;font-size:11px}.stats-grid{grid-template-columns:1fr}.stats article{min-height:170px;border-left:1px solid var(--line);border-bottom:1px solid var(--line)}.about-columns{margin-left:28%}.service-grid{grid-template-columns:repeat(2,1fr)}.why-grid{grid-template-columns:1fr}.why figure{height:560px}.why-copy{padding-inline:40px}.faq{background-position:center,center,center top;background-size:auto,auto,1400px auto;background-attachment:scroll}.faq-layout{grid-template-columns:1fr;gap:50px}.faq-layout>div:first-child{position:static}.authorized-dealer{grid-template-columns:1fr}.dealer-logo{min-height:210px;border-top:1px solid #2c2c2c;border-left:0}}
@media(max-width:760px){.wrap{width:min(calc(100% - 32px),1200px)}.section{padding:82px 0}.site-header{top:0;left:0;width:100%}.header-inner{display:flex;justify-content:space-between;min-height:76px}.brand{height:76px;padding-block:5px}.brand img{width:190px;max-height:66px}.desktop-nav,.header-cta{display:none}.menu-button{display:block;margin-right:10px}.nav-links{grid-template-columns:1fr}.nav-links a{border-right:0!important;font-size:34px}.nav-meta{grid-template-columns:1fr}.nav-meta>*{border-right:0;border-bottom:1px solid var(--line)}.hero{height:100svh;min-height:680px}.hero-inner{padding-top:90px}.hero-copy{width:100%}.hero h1{font-size:clamp(48px,13vw,70px)}.hero-copy>p:not(.eyebrow){font-size:14px}.hero-actions{align-items:stretch;flex-direction:column;width:240px}.hero-progress{right:16px;bottom:18px}.hero-slide{object-position:62% center}.stats article{grid-template-columns:100px 1fr;padding:40px 20px}.stats strong{font-size:82px}.about{min-height:0}.about .statement{margin-bottom:60px;font-size:38px}.about-columns{grid-template-columns:1fr;gap:36px;margin-left:0}.section-heading{grid-template-columns:1fr;gap:24px;margin-bottom:42px}.section-heading h2,h2{font-size:40px}.service-grid{grid-template-columns:1fr;gap:18px}.service-card{min-height:450px}.service-card figure{height:270px}.why-grid{min-height:0}.why-copy{padding:82px 16px}.why figure{height:400px}.quality-list article{align-items:flex-start;flex-direction:column;gap:8px}.faq-list summary{font-size:17px}.process .section-heading .button{justify-self:start}.process-grid{grid-template-columns:1fr}.process-grid article{min-height:250px}.process-grid span{margin-bottom:36px}.brand-partners{padding:78px 0}.brand-heading{grid-template-columns:1fr;gap:18px}.brand-logo-grid{grid-template-columns:1fr 1fr}.brand-logo-card{min-height:135px}.brand-logo-card img{height:86px}.dealer-copy{padding:38px 28px}.dealer-logo{min-height:180px;padding:28px}.contact{min-height:620px;background-position:68% center}.contact::before{background:linear-gradient(90deg,rgba(0,0,0,.88),rgba(0,0,0,.66) 70%,rgba(0,0,0,.2))}.contact h2{font-size:48px}.contact-actions{align-items:stretch;flex-direction:column;width:250px}.footer-lead,.footer-grid,.footer-top{grid-template-columns:1fr;gap:40px}.footer-lead nav{grid-template-columns:1fr}.footer-grid,.footer-top{padding-block:50px}.footer-bottom{flex-direction:column}.eyebrow{margin-bottom:24px;font-size:13px}}
@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,*::before,*::after{animation:none!important;transition:none!important}.hero-slide.is-active{transform:scale(1.03)}}
.hero h1 .snap-word,.hero h1 .snap-char{display:inline-block}

/* Reference-style horizontal service slideshow */
.service-carousel{overflow:hidden;cursor:grab;touch-action:pan-y}.service-carousel.is-dragging{cursor:grabbing}.service-carousel .service-grid{display:flex;width:max-content;gap:30px;transform:translate3d(0,0,0);transition:transform .72s cubic-bezier(.22,.7,.18,1);will-change:transform}.service-carousel.is-dragging .service-grid{transition:none}.service-carousel .service-card{flex:0 0 525px;width:525px;min-height:538px}.service-carousel .service-card figure{height:360px}.service-carousel-footer{display:flex;align-items:center;justify-content:space-between;gap:30px;margin-top:34px}.service-carousel-progress{position:relative;width:min(520px,55%);height:2px;overflow:hidden;background:#292929}.service-carousel-progress span{display:block;width:12.5%;height:100%;background:var(--orange);transform-origin:left;transition:width .55s ease}.service-carousel-controls{display:flex;align-items:center;gap:14px}.service-carousel-controls button{display:grid;width:52px;height:52px;place-items:center;border:1px solid #3a3a3a;background:#0b0b0b;color:#fff;font-size:22px;cursor:pointer;transition:border-color .2s,background .2s,color .2s}.service-carousel-controls button:hover,.service-carousel-controls button:focus-visible{border-color:var(--orange);background:var(--orange)}.service-carousel-controls p{min-width:72px;margin:0;color:#777;font-family:var(--display);font-size:13px;text-align:center}.service-carousel-controls p span{color:#fff}.center-action{margin-top:28px}
@media(max-width:980px){.service-carousel .service-card{flex-basis:460px;width:460px}}
@media(max-width:760px){.service-carousel .service-grid{gap:16px}.service-carousel .service-card{flex-basis:calc(100vw - 48px);width:calc(100vw - 48px);min-height:480px}.service-carousel .service-card figure{height:300px}.service-carousel-footer{margin-top:24px}.service-carousel-progress{width:42%}.service-carousel-controls{gap:8px}.service-carousel-controls button{width:44px;height:44px}.service-carousel-controls p{min-width:58px}}
@media(max-width:760px){.service-carousel .service-card{flex-basis:calc(100vw - 72px);width:calc(100vw - 72px)}}

/* Uniform editorial proof cards beneath the hero */
.hero::after{background:linear-gradient(180deg,rgba(0,0,0,.04) 50%,rgba(2,2,2,.42) 76%,#030303 100%),linear-gradient(90deg,rgba(0,0,0,.75),rgba(0,0,0,.42) 58%,rgba(0,0,0,.2))}
.stats{position:relative;z-index:4;margin-top:clamp(-160px,-10vw,-120px);border-top:0;border-bottom:1px solid #1f1f1f;background:linear-gradient(180deg,rgba(3,3,3,.18),rgba(3,3,3,.88) 38%,#030303 100%)}
.stats-grid{position:relative;display:grid;grid-template-columns:repeat(3,minmax(0,1fr))}
.stats article{position:relative;display:flex;min-width:0;min-height:340px;flex-direction:column;gap:0;padding:28px clamp(24px,2.4vw,42px) 30px;overflow:hidden;border-right:1px solid #1f1f1f;background:transparent}
.stats article:first-child{border-left:1px solid #1f1f1f}
.stats article::before{display:none}
.stats strong{display:flex;align-items:flex-end;min-height:160px;margin:0 0 20px;color:#101010;font-family:var(--display);font-size:clamp(76px,7.2vw,116px);font-weight:700;letter-spacing:-.06em;line-height:.76;-webkit-text-stroke:1px #303030}
.stats article>div{display:flex;flex:1;flex-direction:column}
.stats h2{position:relative;margin:0;padding-left:16px;color:#ddd;font-family:var(--display);font-size:clamp(14px,1.15vw,17px);font-weight:500;letter-spacing:.02em;line-height:1.3;text-transform:uppercase}
.stats h2::before{content:"";position:absolute;top:-3px;bottom:-3px;left:0;width:4px;background:var(--orange)}
.stats p{position:static;max-width:340px;margin:auto 0 0;padding-top:22px;color:#949494;font-size:15px;line-height:1.75}
@media(max-width:980px) and (min-width:761px){.stats{margin-top:-120px}.stats article{min-height:320px;padding:26px 22px 30px}.stats strong{min-height:142px;font-size:clamp(64px,8vw,82px)}.stats h2{font-size:13px}.stats p{font-size:13px}}
@media(max-width:760px){.stats{margin-top:0;background:#030303}.stats-grid{grid-template-columns:1fr}.stats article{min-height:0;padding:36px 24px 38px;border-left:1px solid #1f1f1f;border-bottom:1px solid #1f1f1f}.stats strong{min-height:0;margin-bottom:24px;font-size:clamp(70px,23vw,96px);line-height:.78}.stats h2{font-size:15px}.stats p{margin:0;padding-top:20px;font-size:14px}}
@media(min-width:761px){.hero{min-height:900px}.hero-copy{transform:translateY(-115px)}}

/* Wide desktop canvas inspired by the reference layout */
@media(min-width:981px){.wrap{width:min(calc(100% - 80px),1800px)}.why-copy{padding-right:max(40px,calc((100vw - 1800px)/2));padding-left:max(40px,calc((100vw - 1800px)/2))}}

/* Reference-style editorial section beneath the stats */
.reference-intro{position:relative;isolation:isolate;min-height:760px;overflow:hidden;border-bottom:1px solid #1f1f1f;background:#030303}.reference-intro::after{content:"";position:absolute;z-index:-1;right:-12%;bottom:-48%;width:760px;height:760px;border-radius:50%;background:radial-gradient(circle,rgba(255,75,36,.16),rgba(255,75,36,.035) 42%,transparent 70%);pointer-events:none}.reference-intro h2{max-width:1500px;margin:0;font-size:clamp(54px,5.4vw,92px);letter-spacing:-.025em;line-height:1.02}.reference-intro-columns{display:grid;grid-template-columns:1fr 1fr;gap:clamp(60px,8vw,150px);margin-top:110px}.reference-intro article{position:relative;padding-left:16px}.reference-intro article::before{content:"";position:absolute;top:2px;bottom:2px;left:0;width:4px;background:var(--orange)}.reference-intro h3{margin:0 0 18px;font-size:19px;font-weight:500;letter-spacing:.02em}.reference-intro article p{max-width:670px;margin:0;color:#8f8f8f;font-size:16px;line-height:1.75}
@media(max-width:980px){.reference-intro{min-height:680px}.reference-intro h2{font-size:clamp(48px,6.7vw,68px)}.reference-intro-columns{gap:48px;margin-top:80px}}
@media(max-width:760px){.reference-intro{min-height:0}.reference-intro h2{font-size:38px;line-height:1.08}.reference-intro-columns{grid-template-columns:1fr;gap:42px;margin-top:58px}.reference-intro article p{font-size:15px}.reference-intro::after{right:-70%;bottom:-20%;width:520px;height:520px}}
.reference-intro::after{right:0}

/* Match the reference H2 scale: 55px desktop / 66px line height. */
.reference-intro h2{max-width:1020px;font-size:clamp(46px,4.4vw,55px);letter-spacing:-.015em;line-height:1.2}
@media(max-width:980px){.reference-intro h2{font-size:clamp(42px,5.6vw,50px)}}
@media(max-width:760px){.reference-intro h2{font-size:38px;line-height:1.12}}
.reference-intro .service-carousel{margin-top:76px}
@media(max-width:760px){.reference-intro .service-carousel{margin-top:52px}}

/* Reference card treatment and compact arrow navigation */
.reference-intro .service-card{min-height:625px;padding-left:0;border-color:#292929;background:#111}.reference-intro .service-card::before{display:none}.service-carousel .service-card:hover{border-color:#292929}.service-card>.service-card-top{position:relative;display:flex;height:94px;align-items:center;justify-content:flex-end;padding:0 22px;background:#111}.service-card>.service-card-top::before{display:none}.service-card .service-card-icon{position:absolute;z-index:2;top:0;right:auto;left:24px;display:grid;width:82px;height:122px;padding:0;place-items:center;background:var(--orange);box-shadow:0 10px 22px rgba(0,0,0,.24);color:#fff;font-size:26px;line-height:1}.service-card .service-card-tag{position:static;padding:5px 13px;border:1px solid #424242;background:#292929;color:#e2e2e2;font-size:12px;letter-spacing:.06em}.service-carousel .service-card figure{height:360px}.service-card>.service-card-content{position:relative;min-height:170px;padding:29px 24px 32px}.service-card>.service-card-content::before{top:30px;height:33px}.service-card .service-card-content h3{margin:0 0 14px;padding-left:16px;font-size:26px}.service-card .service-card-content p{font-size:15px;line-height:1.7}.service-carousel-footer{justify-content:flex-start;margin-top:36px}.service-carousel-controls{gap:20px}.service-carousel-controls button{width:60px;height:60px;border-color:#242424;background:#050505;font-size:38px;font-weight:300;line-height:1}.service-carousel-controls button:hover,.service-carousel-controls button:focus-visible{border-color:#555;background:#111;color:#fff}
@media(max-width:760px){.service-carousel .service-card{min-height:555px}.service-card>.service-card-top{height:78px;padding-right:16px}.service-card .service-card-icon{left:16px;width:62px;height:98px;font-size:21px}.service-card .service-card-tag{font-size:10px}.service-carousel .service-card figure{height:290px}.service-card>.service-card-content{min-height:178px;padding:26px 20px 30px}.service-card>.service-card-content::before{top:27px}.service-card .service-card-content h3{font-size:22px}.service-card .service-card-content p{font-size:14px}.service-carousel-controls{gap:12px}.service-carousel-controls button{width:52px;height:52px}}
.reference-intro::before{content:"";position:absolute;z-index:-1;top:38px;right:-7%;width:720px;height:500px;background:radial-gradient(ellipse at center,rgba(255,75,36,.2) 0%,rgba(255,75,36,.09) 34%,rgba(255,75,36,.025) 56%,transparent 74%);filter:blur(14px);opacity:.9;pointer-events:none}.service-card .service-card-icon::before{content:"";position:absolute;inset:10px;border:1px solid rgba(255,255,255,.18);background:linear-gradient(145deg,rgba(255,255,255,.1),transparent 55%);pointer-events:none}.service-card .service-card-icon svg{position:relative;z-index:1;width:50px;height:50px;fill:none;stroke:currentColor;stroke-width:2.8;stroke-linecap:round;stroke-linejoin:round;filter:drop-shadow(0 1px 1px rgba(0,0,0,.18))}
@media(max-width:1200px){.reference-intro h2{max-width:790px}.reference-intro::before{right:-16%;width:620px;height:460px;opacity:.72}}
@media(max-width:760px){.reference-intro::before{top:95px;right:-260px;width:520px;height:380px;opacity:.5}.service-card .service-card-icon::before{inset:8px}.service-card .service-card-icon svg{width:38px;height:38px;stroke-width:2.7}}

/* Compact card header with a clean square icon block */
.reference-intro .service-card{min-height:594px}.service-card>.service-card-top{height:64px}.service-card .service-card-icon{width:82px;height:82px;box-shadow:none}.service-card .service-card-icon::before{display:none}.service-card .service-card-icon svg{filter:none}
@media(max-width:760px){.reference-intro .service-card{min-height:520px}.service-card>.service-card-top{height:52px}.service-card .service-card-icon{width:62px;height:62px}}

/* Alternating image-and-copy rows beneath the services carousel */
.service-explain{border-top:1px solid var(--line);background:#050505}.service-explain-row{display:grid;grid-template-columns:1fr 1fr;min-height:720px;border-bottom:1px solid var(--line)}.service-explain-copy{display:flex;flex-direction:column;justify-content:center;padding:90px clamp(40px,6vw,120px)}.service-explain-copy h2{max-width:690px;margin:0 0 30px;font-size:clamp(48px,4.3vw,66px);line-height:1.05}.service-explain-copy>p:not(.eyebrow){max-width:650px;margin-bottom:18px;color:#969696;font-size:16px;line-height:1.75}.service-explain-copy ul{display:grid;gap:0;max-width:650px;margin:28px 0 34px;padding:0;border-top:1px solid #262626;list-style:none}.service-explain-copy li{position:relative;padding:16px 12px 16px 22px;border-bottom:1px solid #262626;color:#d2d2d2;font-family:var(--display);font-size:14px;text-transform:uppercase}.service-explain-copy li::before{content:"";position:absolute;top:23px;left:0;width:7px;height:7px;background:var(--orange)}.service-explain-copy .button{align-self:flex-start}.service-explain-row figure{min-height:720px;margin:0;overflow:hidden}.service-explain-row figure img{width:100%;height:100%;object-fit:cover;filter:brightness(.72);transition:filter .5s,transform .8s}.service-explain-row:hover figure img{filter:brightness(.82);transform:scale(1.025)}.service-explain-row.is-reversed .service-explain-copy{order:2}.service-explain-row.is-reversed figure{order:1}
@media(max-width:980px){.service-explain-row{min-height:620px}.service-explain-copy{padding:70px 40px}.service-explain-row figure{min-height:620px}.service-explain-copy h2{font-size:48px}}
@media(max-width:760px){.service-explain-row{grid-template-columns:1fr;min-height:0}.service-explain-copy,.service-explain-row.is-reversed .service-explain-copy{order:2;padding:72px 16px}.service-explain-row figure,.service-explain-row.is-reversed figure{order:1;min-height:360px;height:62vw}.service-explain-copy h2{font-size:40px}.service-explain-copy>p:not(.eyebrow){font-size:15px}.service-explain-copy li{font-size:12px}}

/* Reference-style micro details and image focal alignment */
.service-explain-row figure{position:relative;isolation:isolate}.service-explain-row figure::before{content:"";position:absolute;z-index:2;inset:24px;border:1px solid rgba(255,255,255,.2);pointer-events:none}.service-explain-row figure::after{content:"";position:absolute;z-index:3;right:20px;bottom:20px;width:12px;height:12px;background:var(--orange);outline:6px solid #050505;pointer-events:none}.service-explain-row figure img{object-position:82% center}.service-explain-row.is-reversed figure img{object-position:86% center}.service-explain-copy li{padding-left:58px}.service-explain-copy li::before{top:50%;left:8px;width:28px;height:28px;border:1px solid #484848;background:transparent;transform:translateY(-50%)}.service-explain-copy li::after{content:"";position:absolute;top:50%;left:18px;width:8px;height:8px;background:var(--orange);transform:translateY(-50%)}
@media(max-width:760px){.service-explain-row figure::before{inset:16px}.service-explain-row figure::after{right:12px;bottom:12px;width:10px;height:10px;outline-width:5px}.service-explain-row figure img,.service-explain-row.is-reversed figure img{object-position:84% center}.service-explain-copy li{padding-left:52px}.service-explain-copy li::before{left:6px;width:26px;height:26px}.service-explain-copy li::after{left:15px}}

/* Orange grid markers sit outside the outlined content cells, as in the reference. */
.service-explain{margin-inline:12px;border-right:1px solid #202020;border-left:1px solid #202020}.service-explain-row{position:relative;overflow:visible;border-top:1px solid #202020}.service-explain-row::before,.service-explain-row::after,.service-explain-copy::before,.service-explain-copy::after,.service-explain-row figure::before,.service-explain-row figure::after{content:"";position:absolute;z-index:5;width:14px;height:14px;border:0;background:var(--orange);outline:0;pointer-events:none}.service-explain-row::before{top:-7px;left:-7px}.service-explain-row::after{bottom:-7px;left:-7px}.service-explain-copy{position:relative;border-right:1px solid #202020}.service-explain-copy::before{top:-7px;right:-7px}.service-explain-copy::after{right:-7px;bottom:-7px}.service-explain-row figure::before{inset:-7px -7px auto auto}.service-explain-row figure::after{right:-7px;bottom:-7px}.service-explain-row.is-reversed .service-explain-copy{border-right:0;border-left:1px solid #202020}.service-explain-row.is-reversed .service-explain-copy::before{right:auto;left:-7px}.service-explain-row.is-reversed .service-explain-copy::after{right:auto;left:-7px}.service-explain-row.is-reversed figure::before{right:auto;left:-7px}.service-explain-row.is-reversed figure::after{right:auto;left:-7px}
@media(max-width:760px){.service-explain{margin-inline:8px}.service-explain-copy,.service-explain-row.is-reversed .service-explain-copy{border-top:1px solid #202020;border-right:0;border-left:0}.service-explain-row::before{top:-6px;left:-6px}.service-explain-row::after{bottom:-6px;left:-6px}.service-explain-row figure::before,.service-explain-row.is-reversed figure::before{top:-6px;right:-6px;left:auto}.service-explain-row figure::after,.service-explain-row.is-reversed figure::after{right:-6px;bottom:-6px;left:auto}.service-explain-copy::before,.service-explain-row.is-reversed .service-explain-copy::before{top:-6px;right:auto;left:-6px}.service-explain-copy::after,.service-explain-row.is-reversed .service-explain-copy::after{right:-6px;bottom:-6px;left:auto}.service-explain-row::before,.service-explain-row::after,.service-explain-copy::before,.service-explain-copy::after,.service-explain-row figure::before,.service-explain-row figure::after{width:12px;height:12px}}

/* Explicit marker positions keep edge and center squares identical with no doubling. */
.service-explain-row::before,.service-explain-row::after,.service-explain-copy::before,.service-explain-copy::after,.service-explain-row figure::before,.service-explain-row figure::after{content:none}.grid-marker{position:absolute;z-index:6;display:block;width:14px;height:14px;background:var(--orange);pointer-events:none}.marker-tl{top:0;left:0;transform:translate(-50%,-50%)}.marker-tc{top:0;left:50%;transform:translate(-50%,-50%)}.marker-tr{top:0;right:0;transform:translate(50%,-50%)}.marker-bl{bottom:0;left:0;transform:translate(-50%,50%)}.marker-bc{bottom:0;left:50%;transform:translate(-50%,50%)}.marker-br{right:0;bottom:0;transform:translate(50%,50%)}.service-explain-row+.service-explain-row>.marker-tl,.service-explain-row+.service-explain-row>.marker-tc,.service-explain-row+.service-explain-row>.marker-tr{display:none}
@media(max-width:760px){.grid-marker{width:12px;height:12px}}

/* Sticky process introduction with a two-column image card grid */
.process-showcase{position:relative;margin-top:clamp(30px,3vw,48px);border-block:1px solid var(--line);background:#030303}.process-showcase-layout{display:grid;grid-template-columns:minmax(440px,.9fr) minmax(0,1.1fr);align-items:start}.process-showcase-intro{position:sticky;top:0;display:flex;min-height:100vh;align-items:center;overflow:hidden;border-right:1px solid var(--line);background:#050505}.process-showcase-intro>img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;opacity:.28;filter:grayscale(.35) brightness(.72)}.process-showcase-intro::after{content:"";position:absolute;inset:0;background:linear-gradient(180deg,rgba(3,3,3,.35),rgba(3,3,3,.72)),linear-gradient(90deg,rgba(3,3,3,.74),rgba(3,3,3,.28))}.process-showcase-intro-inner{position:relative;z-index:1;width:100%;padding:clamp(54px,5vw,90px)}.process-showcase-intro h2{max-width:650px;margin:0 0 26px;font-size:clamp(48px,3.6vw,60px);line-height:1.04}.process-showcase-intro-inner>p:not(.eyebrow){max-width:500px;margin-bottom:34px;color:#aaa}.process-showcase-cards{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px;padding:14px;background:#030303}.process-showcase-card{position:relative;display:flex;min-height:440px;align-items:flex-end;overflow:hidden;border:1px solid #2a2a2a;background:#111}.process-showcase-card::before{content:"";position:absolute;z-index:1;inset:0;background:linear-gradient(180deg,rgba(2,2,2,.2) 15%,rgba(2,2,2,.56) 58%,rgba(2,2,2,.96) 100%),linear-gradient(135deg,transparent 50%,rgba(255,75,36,.2))}.process-showcase-card img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;filter:saturate(.82) brightness(.78);transition:transform .7s,filter .5s}.process-showcase-card:hover img{filter:saturate(.95) brightness(.9);transform:scale(1.035)}.process-showcase-card>div{position:relative;z-index:2;width:100%;padding:32px}.process-showcase-card span{display:grid;width:52px;height:52px;margin-bottom:56px;place-items:center;border-radius:50%;background:var(--orange);color:#fff;font-family:var(--display);font-size:14px;font-weight:700}.process-showcase-card h3{margin:0 0 14px;font-size:clamp(23px,2vw,30px);line-height:1.08}.process-showcase-card p{max-width:430px;margin:0;color:#aaa;font-size:14px;line-height:1.7}
@media(max-width:1180px){.process-showcase-layout{grid-template-columns:minmax(340px,.75fr) minmax(0,1.25fr)}.process-showcase-intro-inner{padding:54px 38px}.process-showcase-card{min-height:400px}.process-showcase-card>div{padding:26px}.process-showcase-card span{margin-bottom:42px}}
@media(max-width:900px){.process-showcase-layout{grid-template-columns:1fr}.process-showcase-intro{position:relative;min-height:540px;border-right:0;border-bottom:1px solid var(--line)}.process-showcase-intro-inner{padding:80px 40px}.process-showcase-cards{grid-template-columns:repeat(2,minmax(0,1fr))}}
@media(max-width:600px){.process-showcase-intro{min-height:500px}.process-showcase-intro-inner{padding:72px 24px}.process-showcase-intro h2{font-size:42px}.process-showcase-cards{grid-template-columns:1fr;gap:10px;padding:10px}.process-showcase-card{min-height:390px}.process-showcase-card>div{padding:24px}.process-showcase-card span{width:46px;height:46px;margin-bottom:36px}}

/* Process number and horizontal guide line */
.process-showcase-card::after{content:"";position:absolute;z-index:2;top:58px;right:30px;left:32px;height:1px;background:rgba(255,255,255,.2);pointer-events:none}.process-showcase-card>span{position:absolute;z-index:3;top:32px;left:32px;margin:0}.process-showcase-card>div{min-height:205px}
@media(max-width:1180px){.process-showcase-card::after{top:52px;right:26px;left:26px}.process-showcase-card>span{top:26px;left:26px}.process-showcase-card>div{min-height:190px}}
@media(max-width:600px){.process-showcase-card::after{top:47px;right:24px;left:24px}.process-showcase-card>span{top:24px;left:24px;margin:0}.process-showcase-card>div{min-height:180px}}

/* Full-width alternating Google review grid */
@media(max-width:1180px){.reviews-grid{grid-template-columns:repeat(2,minmax(0,1fr));grid-auto-rows:380px}.reviews-grid>:nth-child(3){order:4}.reviews-grid>:nth-child(4){order:3}.reviews-grid>:nth-child(5){order:6}.reviews-grid>:nth-child(6){order:5}.reviews-grid>.review-copy-tile:nth-child(4)::before{right:-14px;left:auto;border-right:0;border-left:14px solid #111}.reviews-grid>.review-copy-tile:nth-child(5)::before{right:auto;left:-14px;border-right:14px solid #111;border-left:0}}
@media(max-width:620px){.reviews-grid{grid-template-columns:1fr;grid-auto-rows:auto}.reviews-grid>*{height:auto}.reviews-grid>:nth-child(1){order:2}.reviews-grid>:nth-child(2){order:1}.reviews-grid>:nth-child(3){order:4}.reviews-grid>:nth-child(4){order:3}.reviews-grid>:nth-child(5){order:5}.reviews-grid>:nth-child(6){order:6}.reviews-grid>:nth-child(7){order:7}.reviews-grid>:nth-child(8){order:8}.review-copy-tile{height:355px;min-height:355px;padding:34px 24px}.review-image-tile{height:310px}.review-copy-tile::before{display:none}.review-meta{align-items:flex-start;flex-wrap:wrap;margin-bottom:24px}.review-copy-tile h3{font-size:26px}.review-copy-tile>p{font-size:14px}.review-source-link{padding-top:24px}}

/* Larger navigation logo */
.site-header .brand img{width:230px;max-height:72px;transform:scale(1.16);transform-origin:left center}
@media(max-width:980px){.site-header .brand img{width:205px;transform:scale(1.12)}}
@media(max-width:760px){.site-header .brand img{width:200px;max-height:66px;transform:scale(1.12)}}
@media(max-width:980px){.footer-grid{grid-template-columns:1fr 1fr;gap:44px}}
@media(max-width:760px){.footer-grid{grid-template-columns:1fr;gap:34px;padding-block:54px}}

/* About page */
.desktop-nav a[aria-current="page"]::after{transform:scaleX(1)}
.about-hero{display:grid;grid-template-columns:1.05fr .95fr;min-height:900px;padding-top:76px;border-bottom:1px solid var(--line);background:#050505}.about-hero figure{position:relative;margin:0;overflow:hidden}.about-hero figure::after{content:"";position:absolute;inset:0;background:linear-gradient(90deg,transparent 68%,#050505),linear-gradient(0deg,rgba(0,0,0,.22),transparent 48%)}.about-hero figure img{width:100%;height:100%;object-fit:cover;object-position:center;filter:saturate(.94) brightness(.9)}.about-hero-copy{position:relative;display:flex;flex-direction:column;justify-content:center;padding:100px clamp(40px,7vw,130px)}.about-hero-copy::before{content:"";position:absolute;right:6%;bottom:9%;width:250px;height:250px;border:1px solid rgba(255,255,255,.06);border-radius:50%;background:repeating-radial-gradient(circle,transparent 0 16px,rgba(255,255,255,.045) 17px 18px);opacity:.7}.about-hero h1{position:relative;margin:0 0 30px;font-size:clamp(78px,8vw,138px);letter-spacing:-.05em;line-height:.76}.about-hero h1 span{display:block;color:#1b1b1b;font-size:.7em;-webkit-text-stroke:1px #3a3a3a}.about-hero-copy>p:not(.eyebrow){position:relative;max-width:620px;margin-bottom:34px;color:#aaa}.about-hero-copy .button{position:relative;align-self:flex-start}
.founder-story{overflow:hidden;border-bottom:1px solid var(--line);background:radial-gradient(circle at 12% 88%,rgba(255,75,36,.14),transparent 30%),#080808}.founder-story-grid{display:grid;grid-template-columns:1.05fr .75fr;gap:clamp(60px,9vw,160px);align-items:center}.founder-story-copy h2{max-width:900px;margin-bottom:36px;font-size:clamp(46px,4.6vw,74px)}.founder-story-copy>p:not(.eyebrow){max-width:760px;margin-bottom:18px;color:#999}.founder-portrait{position:relative;min-height:700px;margin:0;overflow:hidden;border:1px solid #2b2b2b}.founder-portrait::before{content:"";position:absolute;z-index:2;inset:20px;border:1px solid rgba(255,255,255,.2);pointer-events:none}.founder-portrait img{width:100%;height:700px;object-fit:cover;object-position:center 32%;filter:brightness(.77)}.founder-portrait figcaption{position:absolute;z-index:3;right:0;bottom:0;left:0;padding:28px 32px;background:linear-gradient(0deg,rgba(5,5,5,.98),rgba(5,5,5,.76),transparent)}.founder-portrait figcaption strong,.founder-portrait figcaption span{display:block}.founder-portrait figcaption strong{font-family:var(--display);font-size:24px;text-transform:uppercase}.founder-portrait figcaption span{color:#aaa;font-size:13px}.founder-highlights{display:grid;grid-template-columns:repeat(5,1fr);margin-top:88px;border-top:1px solid var(--line);border-left:1px solid var(--line)}.founder-highlights article{min-height:150px;padding:28px;border-right:1px solid var(--line);border-bottom:1px solid var(--line)}.founder-highlights strong,.founder-highlights span{display:block}.founder-highlights strong{margin-bottom:22px;color:var(--orange);font-family:var(--display);font-size:25px;text-transform:uppercase}.founder-highlights span{color:#aaa;font-size:13px;text-transform:uppercase}
.about-values{position:relative;isolation:isolate;overflow:hidden;border-bottom:1px solid var(--line);background:#040404}.about-values::before{content:"";position:absolute;z-index:-1;top:-280px;right:-180px;width:760px;height:760px;border-radius:50%;background:radial-gradient(circle,rgba(255,75,36,.15),rgba(255,75,36,.035) 38%,transparent 68%);pointer-events:none}.about-values::after{content:"";position:absolute;z-index:-1;bottom:-160px;left:-140px;width:460px;height:460px;border:1px solid rgba(255,255,255,.035);border-radius:50%;box-shadow:0 0 90px rgba(255,75,36,.06);pointer-events:none}.about-section-heading{display:grid;grid-template-columns:1.2fr .8fr;gap:80px;align-items:end;margin-bottom:54px;padding-bottom:52px;border-bottom:1px solid #242424}.about-section-heading h2{max-width:820px;margin:0}.about-section-heading>p{position:relative;max-width:610px;margin:0;padding-left:24px;color:#a6a6a6}.about-section-heading>p::before{content:"";position:absolute;top:8px;bottom:8px;left:0;width:2px;background:linear-gradient(var(--orange),rgba(255,75,36,.08))}.value-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:16px}.value-grid article{position:relative;isolation:isolate;min-height:420px;overflow:hidden;padding:42px;border:1px solid #292929;background:linear-gradient(145deg,rgba(18,18,18,.98),rgba(8,8,8,.98));transition:border-color .35s ease,box-shadow .35s ease,transform .35s cubic-bezier(.2,.7,.2,1)}.value-grid article::before{content:"";position:absolute;z-index:-1;right:-120px;bottom:-150px;width:330px;height:330px;border-radius:50%;background:radial-gradient(circle,rgba(255,75,36,.16),rgba(255,75,36,.025) 46%,transparent 70%);opacity:.35;transform:scale(.72);transition:opacity .4s ease,transform .5s ease}.value-grid article::after{content:"";position:absolute;right:-1px;bottom:-1px;width:14px;height:14px;background:var(--orange);box-shadow:-10px -10px 36px rgba(255,75,36,.15);transition:width .35s ease,height .35s ease,box-shadow .35s ease}.value-grid span{display:grid;width:56px;height:56px;margin-bottom:92px;place-items:center;border:1px solid #3b3b3b;background:#0a0a0a;color:#777;font-family:var(--display);font-size:15px;font-weight:600;letter-spacing:.08em;transition:border-color .3s ease,background .3s ease,color .3s ease,transform .35s ease}.value-grid h3{max-width:360px;margin-bottom:24px;font-size:clamp(25px,2vw,34px);line-height:1.1;transition:color .3s ease,transform .35s ease}.value-grid p{max-width:430px;margin:0;color:#929292;transition:color .3s ease,transform .35s ease}.value-grid article:nth-child(2){background:linear-gradient(145deg,rgba(21,18,17,.98),rgba(8,8,8,.98))}.value-grid article:nth-child(2)::before{right:auto;left:-120px}.value-grid article:nth-child(3)::before{right:-70px;bottom:-120px}@media(hover:hover){.value-grid article:hover{z-index:2;border-color:rgba(255,75,36,.72);box-shadow:0 28px 65px rgba(0,0,0,.45),0 0 0 1px rgba(255,75,36,.08),inset 0 1px rgba(255,255,255,.04);transform:translateY(-10px)}.value-grid article:hover::before{opacity:1;transform:scale(1.08)}.value-grid article:hover::after{width:22px;height:22px;box-shadow:-14px -14px 52px rgba(255,75,36,.3)}.value-grid article:hover span{border-color:var(--orange);background:var(--orange);color:#fff;transform:translateY(-4px) rotate(-2deg)}.value-grid article:hover h3{color:#fff;transform:translateY(-3px)}.value-grid article:hover p{color:#c2c2c2;transform:translateY(-2px)}}
.about-promise{display:grid;grid-template-columns:1fr 1fr;min-height:760px;border-block:1px solid var(--line);background:#080808}.about-promise figure{margin:0;overflow:hidden}.about-promise figure img{width:100%;height:100%;object-fit:cover;object-position:38% center;filter:saturate(.85) brightness(.72)}.about-promise-copy{display:flex;flex-direction:column;justify-content:center;padding:90px clamp(40px,7vw,130px)}.about-promise h2{margin-bottom:28px}.about-promise-copy>p:not(.eyebrow):not(.quote-credit){max-width:650px;color:#999}.about-promise blockquote{max-width:700px;margin:58px 0 30px;padding-left:28px;border-left:4px solid var(--orange);font-family:var(--display);font-size:clamp(28px,3vw,46px);line-height:1.2;text-transform:uppercase}.quote-credit strong,.quote-credit span{display:block}.quote-credit strong{font-family:var(--display);font-size:18px;text-transform:uppercase}.quote-credit span{color:#777;font-size:13px}
.about-difference{position:relative;overflow:hidden;background:radial-gradient(circle at 86% 18%,rgba(255,75,36,.12),transparent 25%),#050505}.about-difference>div>h2{max-width:950px;margin-bottom:22px}.difference-lead{max-width:650px;margin-bottom:60px;color:#969696}.difference-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}.difference-grid article{position:relative;isolation:isolate;min-height:280px;overflow:hidden;padding:38px;border:1px solid #2b2b2b;background:linear-gradient(145deg,#0d0d0d,#090909);transition:border-color .35s ease,box-shadow .35s ease,transform .35s cubic-bezier(.2,.7,.2,1)}.difference-grid article::before{content:"";position:absolute;z-index:-1;right:-100px;bottom:-120px;width:280px;height:280px;border-radius:50%;background:radial-gradient(circle,rgba(255,75,36,.18),rgba(255,75,36,.025) 46%,transparent 70%);opacity:.22;transform:scale(.7);transition:opacity .4s ease,transform .5s ease}.difference-grid article::after{content:"";position:absolute;right:-1px;bottom:-1px;width:10px;height:10px;background:var(--orange);opacity:.7;transition:width .35s ease,height .35s ease,opacity .35s ease,box-shadow .35s ease}.difference-grid h3{position:relative;margin-bottom:26px;padding-top:25px;font-size:28px;transition:color .3s ease,transform .35s ease}.difference-grid h3::before{content:"";position:absolute;top:0;left:0;width:36px;height:4px;background:var(--orange);transition:width .35s ease,box-shadow .35s ease}.difference-grid p{margin:0;color:#8e8e8e;transition:color .3s ease,transform .35s ease}@media(hover:hover){.difference-grid article:hover{z-index:2;border-color:rgba(255,75,36,.7);box-shadow:0 24px 58px rgba(0,0,0,.42),0 0 0 1px rgba(255,75,36,.07),inset 0 1px rgba(255,255,255,.04);transform:translateY(-8px)}.difference-grid article:hover::before{opacity:1;transform:scale(1.1)}.difference-grid article:hover::after{width:20px;height:20px;opacity:1;box-shadow:-14px -14px 48px rgba(255,75,36,.28)}.difference-grid article:hover h3{color:#fff;transform:translateY(-3px)}.difference-grid article:hover h3::before{width:72px;box-shadow:0 0 22px rgba(255,75,36,.45)}.difference-grid article:hover p{color:#c4c4c4;transform:translateY(-2px)}}.about-final-cta{display:flex;align-items:center;justify-content:space-between;gap:60px;margin-top:100px;padding:60px;border:1px solid #2b2b2b;background:linear-gradient(120deg,#111 0%,#111 55%,#1b0905 100%)}.about-final-cta p{margin-bottom:8px;color:#aaa}.about-final-cta h2{max-width:820px;margin:0;font-size:clamp(40px,4vw,60px)}.about-final-cta>div:last-child{display:flex;flex:0 0 auto;gap:12px}
@media(max-width:1050px){.about-hero{grid-template-columns:1fr 1fr}.founder-story-grid{grid-template-columns:1fr 1fr;gap:48px}.founder-highlights{grid-template-columns:repeat(3,1fr)}.about-section-heading{grid-template-columns:1fr;gap:28px}.value-grid article{min-height:390px;padding:34px}.value-grid span{margin-bottom:72px}.about-promise-copy{padding:70px 40px}.about-final-cta{align-items:flex-start;flex-direction:column}.about-final-cta>div:last-child{flex-wrap:wrap}}
@media(max-width:760px){.about-hero{grid-template-columns:1fr;min-height:0;padding-top:68px}.about-hero figure{height:70svh;min-height:520px}.about-hero figure::after{background:linear-gradient(0deg,#050505,transparent 55%)}.about-hero-copy{padding:52px 16px 82px}.about-hero h1{font-size:78px}.about-hero-copy::before{display:none}.founder-story-grid{grid-template-columns:1fr}.founder-story-copy h2{font-size:40px}.founder-portrait,.founder-portrait img{min-height:560px;height:560px}.founder-highlights{grid-template-columns:1fr 1fr;margin-top:55px}.founder-highlights article{min-height:125px;padding:22px}.founder-highlights strong{margin-bottom:16px;font-size:20px}.about-section-heading{margin-bottom:34px;padding-bottom:36px}.about-section-heading>p{padding-left:18px}.value-grid,.difference-grid{grid-template-columns:1fr}.value-grid{gap:12px}.value-grid article{min-height:310px;padding:30px 26px}.value-grid span{width:50px;height:50px;margin-bottom:52px}.about-values::before{top:-180px;right:-360px}.about-promise{grid-template-columns:1fr;min-height:0}.about-promise figure{height:420px}.about-promise-copy{padding:76px 16px}.about-promise blockquote{margin-top:40px;font-size:30px}.difference-grid article{min-height:235px;padding:32px 26px}.about-final-cta{margin-top:65px;padding:38px 24px}.about-final-cta>div:last-child{align-items:stretch;flex-direction:column;width:100%}.about-final-cta .button{width:100%}}

/* About page — Autofix-inspired editorial treatment */
.about-page .site-header{z-index:20}.about-hero{position:relative;display:block;min-height:100vh;min-height:100svh;padding:0;isolation:isolate;overflow:hidden}.about-hero figure{position:absolute;z-index:-2;inset:0}.about-hero figure::after{background:linear-gradient(90deg,rgba(0,0,0,.74) 0%,rgba(0,0,0,.3) 48%,rgba(0,0,0,.08) 100%),linear-gradient(0deg,rgba(5,5,5,.78) 0%,transparent 42%,rgba(0,0,0,.1) 100%)}.about-hero figure img{object-position:center 62%;filter:saturate(.96) contrast(1.05) brightness(.9);transform:scale(1.015)}.about-hero-copy{display:grid;grid-template-columns:minmax(0,1.35fr) minmax(320px,.65fr);align-items:end;width:min(calc(100% - 80px),1440px);min-height:100vh;min-height:100svh;margin:auto;padding:190px 0 90px}.about-hero-copy::before{display:none}.about-hero-title{align-self:end}.about-hero-title .eyebrow{margin-bottom:34px}.about-hero h1{margin:0;font-size:90px;line-height:.82;text-shadow:0 10px 45px rgba(0,0,0,.6)}.about-hero h1 span{color:#fff;font-size:1em;-webkit-text-stroke:0}.about-hero-support{align-self:end;margin:0 0 8px;padding:32px 0 0 36px;border-left:2px solid var(--orange);background:linear-gradient(90deg,rgba(0,0,0,.4),rgba(0,0,0,.08) 72%,transparent)}.about-hero-support>p{max-width:520px;margin:0 0 30px;color:#e2e2e2;font-size:15px;text-shadow:0 2px 12px rgba(0,0,0,.75)}.about-hero-support>div{display:flex;flex-wrap:wrap;gap:12px}.about-hero-support .button{align-self:auto}
.founder-story{padding-top:130px;background:radial-gradient(circle at 9% 86%,rgba(255,75,36,.12),transparent 26%),#050505}.founder-story-grid{grid-template-columns:minmax(0,.92fr) minmax(420px,1.08fr);gap:clamp(60px,8vw,130px);align-items:stretch}.founder-story-copy{display:flex;flex-direction:column;justify-content:center}.founder-story-copy h2{font-size:clamp(52px,5.4vw,88px);line-height:.94}.founder-story-copy>p:not(.eyebrow){max-width:690px}.founder-contact-grid{display:grid;grid-template-columns:1fr 1fr;margin-top:42px;border-top:1px solid #2b2b2b;border-left:1px solid #2b2b2b}.founder-contact-grid a{position:relative;min-height:108px;padding:24px 26px;border-right:1px solid #2b2b2b;border-bottom:1px solid #2b2b2b;background:#090909;transition:background .3s ease,border-color .3s ease,transform .3s ease}.founder-contact-grid a::before{content:"";position:absolute;top:24px;bottom:24px;left:-1px;width:2px;background:var(--orange);transform:scaleY(.35);transition:transform .3s ease}.founder-contact-grid span,.founder-contact-grid strong{display:block}.founder-contact-grid span{margin-bottom:10px;color:#737373;font-size:11px;letter-spacing:.12em;text-transform:uppercase}.founder-contact-grid strong{overflow-wrap:anywhere;color:#dedede;font-family:var(--display);font-size:14px;text-transform:uppercase}.founder-portrait{min-height:760px;background:#111}.founder-portrait img{height:760px;object-position:center 36%;filter:saturate(.78) contrast(1.08) brightness(.74)}.founder-portrait::after{content:"";position:absolute;inset:0;background:linear-gradient(0deg,rgba(0,0,0,.7),transparent 45%);pointer-events:none}.founder-highlights{margin-top:0;border-top:0}.founder-highlights article{position:relative;display:flex;min-height:136px;flex-direction:column;justify-content:space-between;background:#070707;transition:background .3s ease}.founder-highlights article::after{content:"";position:absolute;right:0;bottom:0;width:7px;height:7px;background:var(--orange);opacity:.25;transition:width .3s ease,height .3s ease,opacity .3s ease}
@media(hover:hover){.founder-contact-grid a:hover{z-index:1;border-color:rgba(255,75,36,.5);background:#130b09;transform:translateY(-4px)}.founder-contact-grid a:hover::before{transform:scaleY(1)}.founder-highlights article:hover{background:#120a08}.founder-highlights article:hover::after{width:16px;height:16px;opacity:1}}
.about-values{padding-block:140px}.about-section-heading{margin-bottom:70px}.about-section-heading h2{font-size:clamp(54px,5.5vw,86px);line-height:.96}.about-promise{min-height:820px}.about-promise figure{position:relative}.about-promise figure::after{content:"";position:absolute;inset:0;background:linear-gradient(90deg,transparent 58%,#080808),linear-gradient(0deg,rgba(0,0,0,.3),transparent 45%)}.about-promise figure img{object-position:42% center;filter:saturate(.76) contrast(1.08) brightness(.68)}.about-promise-copy{position:relative;padding:110px clamp(54px,7vw,130px)}.about-promise-copy::before{content:"OUR PROMISE";position:absolute;right:6%;top:7%;color:transparent;font-family:var(--display);font-size:clamp(54px,6vw,100px);font-weight:700;letter-spacing:-.04em;-webkit-text-stroke:1px rgba(255,255,255,.055);white-space:nowrap}.about-promise h2{font-size:clamp(58px,6vw,96px);line-height:.9}.about-difference{padding-block:140px}.about-difference>div>h2{font-size:clamp(58px,6vw,96px);line-height:.92}.about-final-cta{position:relative;isolation:isolate;min-height:390px;overflow:hidden;padding:70px;background:#090909}.about-final-cta::before{content:"";position:absolute;z-index:-2;inset:0;background:url("images/cta-car-new-CAWlughW.jpg") center 54%/cover no-repeat;filter:saturate(.55) brightness(.36)}.about-final-cta::after{content:"";position:absolute;z-index:-1;inset:0;background:linear-gradient(90deg,rgba(0,0,0,.95) 0%,rgba(0,0,0,.78) 58%,rgba(0,0,0,.25))}.about-final-cta p{color:#d0d0d0}.about-final-cta h2{max-width:760px;font-size:clamp(46px,5vw,78px);line-height:.95}
@media(max-width:1050px){.about-hero-copy{grid-template-columns:1fr;gap:54px;padding-top:180px}.about-hero-support{max-width:600px}.founder-story-grid{grid-template-columns:1fr 1fr;gap:42px}.founder-contact-grid{grid-template-columns:1fr}.founder-portrait,.founder-portrait img{min-height:720px;height:720px}}
@media(max-width:760px){.about-hero{min-height:100vh;min-height:100svh}.about-hero figure{height:auto;min-height:0}.about-hero figure::after{background:linear-gradient(0deg,rgba(5,5,5,.86) 0%,rgba(0,0,0,.38) 52%,rgba(0,0,0,.12) 100%)}.about-hero figure img{object-position:54% center}.about-hero-copy{display:flex;width:min(calc(100% - 32px),1440px);min-height:100vh;min-height:100svh;flex-direction:column;justify-content:flex-end;gap:34px;padding:150px 0 58px}.about-hero-title{align-self:stretch}.about-hero h1{font-size:72px}.about-hero-support{margin:0;padding:22px 0 0 20px}.about-hero-support>div{align-items:stretch;flex-direction:column}.about-hero-support .button{width:100%}.founder-story{padding-top:84px}.founder-story-grid{grid-template-columns:1fr}.founder-story-copy h2{font-size:44px}.founder-contact-grid{grid-template-columns:1fr 1fr;margin-top:34px}.founder-contact-grid a{min-height:120px;padding:20px 18px}.founder-contact-grid strong{font-size:12px}.founder-portrait,.founder-portrait img{min-height:520px;height:520px}.about-values,.about-difference{padding-block:88px}.about-section-heading h2,.about-difference>div>h2{font-size:44px}.about-promise{min-height:0}.about-promise figure{height:460px}.about-promise figure::after{background:linear-gradient(0deg,#080808,transparent 48%)}.about-promise-copy{padding:80px 16px}.about-promise-copy::before{top:4%;right:10px;font-size:52px}.about-promise h2{font-size:52px}.about-final-cta{min-height:480px;padding:44px 26px}.about-final-cta::before{background-position:58% center}.about-final-cta::after{background:rgba(0,0,0,.74)}}

/* Reference-style running card backgrounds and line icons */
.contact-icon,.card-icon{fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}.founder-contact-grid a{overflow:hidden;padding-right:18px;padding-left:78px}.founder-contact-grid a::after{content:"";position:absolute;z-index:0;inset:0;background:var(--orange);transform:scaleX(0);transform-origin:left center;transition:transform .55s cubic-bezier(.22,.75,.18,1)}.founder-contact-grid a>*{position:relative;z-index:1}.founder-contact-grid .contact-icon{position:absolute;z-index:1;top:50%;left:24px;width:34px;height:34px;color:#dedede;transform:translateY(-50%);transition:color .3s ease,transform .4s ease}.founder-contact-grid a span,.founder-contact-grid a strong{transition:color .3s ease,transform .4s ease}.founder-contact-grid a[href^="mailto:"] strong{font-size:12px;letter-spacing:-.02em;white-space:nowrap}
.value-grid article>.card-sweep,.difference-grid article>.card-sweep{position:absolute;z-index:0;inset:0;background:linear-gradient(110deg,#ff4b24 0%,#ff5a30 55%,#f33d18 100%);transform:scaleX(0);transform-origin:left center;transition:transform .62s cubic-bezier(.22,.75,.18,1);pointer-events:none}.value-grid article>span,.value-grid article>.card-icon,.value-grid article>h3,.value-grid article>p,.difference-grid article>.card-icon,.difference-grid article>h3,.difference-grid article>p{position:relative;z-index:1}.value-grid article{min-height:450px}.value-grid span{margin-bottom:28px}.value-grid .card-icon{width:62px;height:62px;margin-bottom:34px;color:var(--orange);transition:color .3s ease,transform .4s ease}.difference-grid article{min-height:340px}.difference-grid .card-icon{width:58px;height:58px;margin-bottom:22px;color:var(--orange);transition:color .3s ease,transform .4s ease}.difference-grid h3{padding-top:20px}
@media(hover:hover){.founder-contact-grid a:hover::after{transform:scaleX(1)}.founder-contact-grid a:hover{border-color:var(--orange);background:#0a0a0a;transform:translateY(-4px)}.founder-contact-grid a:hover::before{z-index:2;background:#fff;transform:scaleY(1)}.founder-contact-grid a:hover .contact-icon{color:#fff;transform:translateY(-50%) scale(1.08)}.founder-contact-grid a:hover span,.founder-contact-grid a:hover strong{color:#fff;transform:translateX(4px)}.value-grid article:hover>.card-sweep,.difference-grid article:hover>.card-sweep{transform:scaleX(1)}.value-grid article:hover{border-color:var(--orange);background:#111}.value-grid article:hover::before,.difference-grid article:hover::before{opacity:0}.value-grid article:hover::after,.difference-grid article:hover::after{background:#fff;box-shadow:none}.value-grid article:hover span{border-color:#fff;background:#111;color:#fff}.value-grid article:hover .card-icon,.difference-grid article:hover .card-icon{color:#fff;transform:translateY(-4px) scale(1.06)}.value-grid article:hover h3,.value-grid article:hover p,.difference-grid article:hover h3,.difference-grid article:hover p{color:#fff}.difference-grid article:hover h3::before{width:72px;background:#fff;box-shadow:0 0 22px rgba(255,255,255,.35)}}
@media(max-width:760px){.founder-contact-grid{grid-template-columns:1fr}.founder-contact-grid a{padding:20px 14px 20px 62px}.founder-contact-grid .contact-icon{left:16px;width:28px;height:28px}.founder-contact-grid a[href^="mailto:"] strong{font-size:12px}.value-grid article{min-height:390px}.value-grid .card-icon{width:54px;height:54px;margin-bottom:28px}.difference-grid article{min-height:300px}.difference-grid .card-icon{width:50px;height:50px}}
@media(prefers-reduced-motion:reduce){.founder-contact-grid a::after,.value-grid article>.card-sweep,.difference-grid article>.card-sweep{transition-duration:.01ms}}

/* Sitewide heading scale */
:root{--heading-hero:90px;--heading-section:50px;--heading-card:28px;--heading-hero-mobile:64px;--heading-section-mobile:40px;--heading-card-mobile:24px}
.hero h1,.about-hero h1,.services-hero h1{font-size:var(--heading-hero);line-height:.92}
.reference-intro h2,.service-explain-copy h2,.process-showcase-intro h2,.faq-layout h2,.brand-heading h2,.contact h2,.about-page h2,.about-page .about-difference>div>h2,.services-page h2{font-size:var(--heading-section);line-height:1.05}
.service-card h3,.process-showcase-card h3,.value-grid h3,.difference-grid h3{font-size:var(--heading-card);line-height:1.1}
.legal-page .legal-content>h1{font-size:64px;line-height:1}.legal-page .legal-copy h2{font-size:30px;line-height:1.15}.legal-page .legal-copy h3{font-size:22px;line-height:1.2}
@media(max-width:760px){.hero h1,.about-hero h1,.services-hero h1{font-size:var(--heading-hero-mobile)}.reference-intro h2,.service-explain-copy h2,.process-showcase-intro h2,.faq-layout h2,.brand-heading h2,.contact h2,.about-page h2,.about-page .about-difference>div>h2,.services-page h2{font-size:var(--heading-section-mobile)}.service-card h3,.process-showcase-card h3,.value-grid h3,.difference-grid h3{font-size:var(--heading-card-mobile)}.legal-page .legal-content>h1{font-size:48px}.legal-page .legal-copy h2{font-size:26px}.legal-page .legal-copy h3{font-size:20px}}

/* About page difference split panel */
.about-difference.service-explain{padding:0;background:#050505}.about-difference-copy .difference-lead{max-width:650px;margin-bottom:0;color:#969696}.about-difference-copy .difference-list{margin-top:28px}.about-difference-copy .difference-list li{display:grid;grid-template-columns:minmax(155px,.55fr) 1fr;gap:24px;align-items:center;text-transform:none}.about-difference-copy .difference-list strong{font-family:var(--display);font-size:14px;line-height:1.2;text-transform:uppercase}.about-difference-copy .difference-list span{color:#969696;font-family:var(--body);font-size:14px;line-height:1.6}.about-difference-row figure img{object-position:center 44%;filter:saturate(.78) contrast(1.06) brightness(.7)}.about-contact{background-image:url("images/mr-honditas-car-lineup-edited.jpg");background-position:center 72%}.about-contact::before{background:linear-gradient(90deg,rgba(0,0,0,.9),rgba(0,0,0,.62) 48%,rgba(0,0,0,.16) 78%)}
@media(max-width:760px){.about-difference.service-explain{padding:0}.about-difference-copy .difference-list li{grid-template-columns:1fr;gap:6px;padding-block:18px}.about-difference-row figure img{object-position:center 42%}.about-contact{background-position:62% center}}

/* Services page */
.services-page .desktop-nav a[aria-current="page"]::after{transform:scaleX(1)}.services-hero{position:relative;display:grid;min-height:100vh;min-height:100svh;place-items:center;overflow:hidden;padding:150px 0 90px;border-bottom:1px solid var(--line);background:#050505}.services-hero>img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;object-position:center 58%;filter:saturate(.78) contrast(1.08) brightness(.68)}.services-hero::after{content:"";position:absolute;inset:0;background:linear-gradient(180deg,rgba(0,0,0,.35),rgba(0,0,0,.68)),linear-gradient(90deg,rgba(0,0,0,.34),transparent 50%,rgba(0,0,0,.34))}.services-hero-inner{position:relative;z-index:1;text-align:center}.services-hero .eyebrow{display:inline-block;margin-bottom:30px}.services-hero h1{max-width:1120px;margin:0 auto 26px;text-wrap:balance;text-shadow:0 8px 35px rgba(0,0,0,.5)}.services-hero-inner>p:not(.eyebrow){max-width:680px;margin:0 auto 32px;color:#ddd}.services-catalog{background:radial-gradient(circle at 82% 12%,rgba(255,75,36,.1),transparent 23%),#030303}.services-page-heading{display:grid;grid-template-columns:1.2fr .8fr;gap:80px;align-items:end;margin-bottom:70px;padding-bottom:55px;border-bottom:1px solid #272727}.services-page-heading h2{max-width:820px;margin:0}.services-page-heading>p{max-width:560px;margin:0;padding-left:22px;border-left:2px solid var(--orange);color:#aaa}.services-page-heading a{color:var(--orange);text-decoration:underline;text-decoration-color:rgba(255,75,36,.45);text-underline-offset:3px}.services-page-heading a:hover{color:#fff}.services-page-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:18px}.services-page-card{position:relative;overflow:hidden;border:1px solid #292929;background:#0b0b0b;transition:border-color .35s ease,transform .35s ease,box-shadow .35s ease}.services-page-card-top{position:relative;display:flex;min-height:100px;align-items:center;justify-content:flex-end;padding:20px 24px;background:#111}.services-page-card-top>span:last-child{padding:7px 12px;background:#292929;color:#d0d0d0;font-family:var(--display);font-size:12px;font-weight:600;letter-spacing:.08em;text-transform:uppercase;transition:background .3s ease,color .3s ease}.services-page-icon{position:absolute;z-index:2;bottom:-16px;left:20px;display:grid;width:92px;height:105px;place-items:center;background:var(--orange);color:#fff;transition:width .45s cubic-bezier(.22,.75,.18,1),background .3s ease}.services-page-icon svg{width:48px;height:48px;fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}.services-page-card figure{height:330px;margin:0;overflow:hidden}.services-page-card figure img{width:100%;height:100%;object-fit:cover;filter:saturate(.82) brightness(.76);transition:transform .7s ease,filter .5s ease}.services-page-card-copy{min-height:330px;padding:42px}.services-page-card-copy h3{margin:0 0 18px;font-size:34px;line-height:1.08}.services-page-card-copy>p{max-width:650px;margin-bottom:26px;color:#999}.services-page-card-copy ul{display:grid;grid-template-columns:repeat(3,1fr);gap:0;margin:0;padding:0;border-top:1px solid #272727;list-style:none}.services-page-card-copy li{position:relative;padding:17px 12px 12px 17px;border-right:1px solid #272727;color:#c7c7c7;font-family:var(--display);font-size:12px;text-transform:uppercase}.services-page-card-copy li:last-child{border-right:0}.services-page-card-copy li::before{content:"";position:absolute;top:23px;left:0;width:6px;height:6px;background:var(--orange)}@media(hover:hover){.services-page-card:hover{z-index:2;border-color:rgba(255,75,36,.75);box-shadow:0 26px 60px rgba(0,0,0,.38);transform:translateY(-7px)}.services-page-card:hover .services-page-icon{width:calc(100% - 40px);background:linear-gradient(90deg,var(--orange),#f93915)}.services-page-card:hover .services-page-card-top>span:last-child{z-index:3;background:#fff;color:#111}.services-page-card:hover figure img{filter:saturate(.95) brightness(.9);transform:scale(1.035)}}
.services-expect{border-block:1px solid var(--line);background:#070707}.services-expect-heading{display:flex;align-items:end;justify-content:space-between;gap:50px;margin-bottom:55px}.services-expect-heading h2{max-width:720px;margin:0}.services-expect-grid{display:grid;grid-template-columns:repeat(3,1fr);border-top:1px solid #292929;border-left:1px solid #292929}.services-expect-grid article{min-height:310px;padding:38px;border-right:1px solid #292929;border-bottom:1px solid #292929}.services-expect-grid span{display:grid;width:52px;height:52px;margin-bottom:65px;place-items:center;background:var(--orange);font-family:var(--display);font-weight:700}.services-expect-grid h3{margin:0 0 16px;font-size:27px}.services-expect-grid p{margin:0;color:#929292}.services-faq{background:radial-gradient(circle at 12% 88%,rgba(255,75,36,.1),transparent 24%),#050505}.services-faq-layout{display:grid;grid-template-columns:.82fr 1.18fr;gap:90px}.services-faq-layout>div:first-child{position:sticky;top:120px;align-self:start}.services-faq-layout>div:first-child>p:last-child{max-width:450px;color:#999}.services-contact{position:relative;display:flex;min-height:650px;align-items:center;overflow:hidden}.services-contact>img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;object-position:center;filter:saturate(.95) contrast(1.04) brightness(.82)}.services-contact::after{content:"";position:absolute;inset:0;background:linear-gradient(90deg,rgba(0,0,0,.78) 0%,rgba(0,0,0,.42) 55%,rgba(0,0,0,.08))}.services-contact-inner{position:relative;z-index:1}.services-contact h2{max-width:760px;margin:0 0 22px;text-shadow:0 3px 18px rgba(0,0,0,.65)}.services-contact-inner>p:not(.eyebrow){max-width:560px;color:#eee;text-shadow:0 2px 12px rgba(0,0,0,.7)}.services-contact-inner>div{display:flex;gap:12px;margin-top:32px}
@media(max-width:980px){.services-page-heading{grid-template-columns:1fr;gap:26px}.services-page-card-copy{padding:34px}.services-page-card-copy ul{grid-template-columns:1fr}.services-page-card-copy li{border-right:0;border-bottom:1px solid #272727}.services-expect-grid{grid-template-columns:1fr}.services-expect-grid article{min-height:230px}.services-expect-grid span{margin-bottom:35px}.services-faq-layout{grid-template-columns:1fr;gap:50px}.services-faq-layout>div:first-child{position:static}}
@media(max-width:760px){.services-hero{min-height:100vh;min-height:100svh;padding:140px 0 72px}.services-hero>img{object-position:60% center}.services-hero h1{font-size:54px}.services-page-heading{margin-bottom:42px;padding-bottom:38px}.services-page-grid{grid-template-columns:1fr}.services-page-card-top{min-height:88px}.services-page-icon{width:78px;height:92px}.services-page-icon svg{width:42px;height:42px}.services-page-card figure{height:270px}.services-page-card-copy{min-height:0;padding:32px 25px}.services-page-card-copy h3{font-size:28px}.services-expect-heading{display:block}.services-expect-grid article{padding:30px 25px}.services-contact{min-height:620px}.services-contact::after{background:rgba(0,0,0,.5)}.services-contact-inner>div{align-items:stretch;flex-direction:column;width:260px}}
.services-hero h1{font-size:var(--heading-hero)}.services-page-card-copy h3,.services-expect-grid h3{font-size:var(--heading-card);line-height:1.1}@media(max-width:760px){.services-hero h1{font-size:var(--heading-hero-mobile)}.services-page-card-copy h3,.services-expect-grid h3{font-size:var(--heading-card-mobile)}}

/* Simplified services card hover: a clockwise border shine and image zoom. */
@property --service-shine-angle{syntax:"<angle>";initial-value:0deg;inherits:false}
@keyframes service-border-run{to{--service-shine-angle:360deg}}
.services-page-card::after{content:"";position:absolute;z-index:5;inset:0;padding:2px;background:conic-gradient(from var(--service-shine-angle),transparent 0 78%,rgba(255,75,36,.25) 84%,var(--orange) 88%,#fff 90%,var(--orange) 92%,transparent 98%);opacity:0;pointer-events:none;-webkit-mask:linear-gradient(#000 0 0) content-box,linear-gradient(#000 0 0);-webkit-mask-composite:xor;mask-composite:exclude}
@media(hover:hover){.services-page-card:hover{border-color:#292929;box-shadow:none;transform:none}.services-page-card:hover::after{opacity:1;animation:service-border-run 1.35s linear infinite}.services-page-card:hover .services-page-icon{width:92px;background:var(--orange)}.services-page-card:hover .services-page-card-top>span:last-child{z-index:auto;background:#292929;color:#d0d0d0}.services-page-card:hover figure img{filter:saturate(.95) brightness(.9);transform:scale(1.035)}}
@media(max-width:760px){.services-page-card:hover .services-page-icon{width:78px}}

/* Boxed service details within each card. */
.services-page-card-copy ul{gap:10px;border-top:0}
.services-page-card-copy li{display:flex;min-height:64px;align-items:center;padding:15px 12px 15px 31px;border:1px solid #2d2d2d;background-color:#0d0d0d;background-image:linear-gradient(90deg,rgba(255,75,36,.18) 0 50%,transparent 50% 100%);background-position:100% 0;background-size:205% 100%;color:#bdbdbd;transition:background-position .42s cubic-bezier(.22,.7,.2,1),border-color .3s ease,color .3s ease,box-shadow .3s ease,transform .3s ease}
.services-page-card-copy li:last-child{border:1px solid #2d2d2d}
.services-page-card-copy li::before{top:50%;left:14px;width:7px;height:7px;box-shadow:0 0 0 0 rgba(255,75,36,0);transform:translateY(-50%);transition:background .3s ease,box-shadow .3s ease,transform .3s ease}
@media(hover:hover){.services-page-card-copy li:hover{border-color:rgba(255,75,36,.82);background-position:0 0;color:#fff;box-shadow:0 10px 24px rgba(0,0,0,.24);transform:translateY(-3px)}.services-page-card-copy li:hover::before{background:#fff;box-shadow:0 0 14px rgba(255,75,36,.9);transform:translateY(-50%) scale(1.2)}}
@media(max-width:980px){.services-page-card-copy ul{gap:8px}.services-page-card-copy li{border:1px solid #2d2d2d}}

/* Refined service-expectation steps. */
.services-expect{position:relative;isolation:isolate;overflow:hidden;background-image:url("images/process-04-review-plan.webp");background-position:center;background-repeat:no-repeat;background-size:cover;background-attachment:fixed}
.services-expect::before{content:"";position:absolute;z-index:-1;inset:0;background:linear-gradient(110deg,rgba(0,0,0,.72),rgba(0,0,0,.52)),rgba(0,0,0,.55);pointer-events:none}
.services-expect>.wrap{position:relative;z-index:1}
.services-expect-heading{display:block;max-width:850px;margin-bottom:58px;padding-bottom:40px;border-bottom:1px solid #2a2a2a}
.services-expect-heading .eyebrow{margin-bottom:18px}
.services-expect-heading h2{max-width:800px}
.services-expect-grid{position:relative;grid-template-columns:repeat(3,minmax(0,1fr));gap:16px;border:0}
.services-expect-grid article{position:relative;isolation:isolate;min-height:340px;overflow:hidden;padding:38px 36px 42px;border:1px solid #2b2b2b;background:linear-gradient(145deg,rgba(18,18,18,.98),rgba(8,8,8,.98));transition:border-color .35s ease,background .35s ease,box-shadow .35s ease,transform .35s ease}
.services-expect-grid article::before{content:"";position:absolute;z-index:-1;top:0;right:0;left:0;height:3px;background:linear-gradient(90deg,var(--orange),#ff7959);transform:scaleX(.18);transform-origin:left;transition:transform .45s cubic-bezier(.22,.7,.2,1),box-shadow .35s ease}
.services-expect-grid article::after{content:"";position:absolute;z-index:-1;right:-120px;bottom:-150px;width:320px;height:320px;border-radius:50%;background:radial-gradient(circle,rgba(255,75,36,.17),transparent 67%);opacity:.2;transform:scale(.7);transition:opacity .4s ease,transform .5s ease}
.services-expect-grid span{position:relative;width:60px;height:60px;margin-bottom:72px;border:1px solid rgba(255,75,36,.7);background:rgba(255,75,36,.08);color:var(--orange);font-size:16px;letter-spacing:.06em;transition:border-color .3s ease,background .3s ease,color .3s ease,transform .35s ease}
.services-expect-grid h3{max-width:320px;margin-bottom:18px;color:#f5f5f5}
.services-expect-grid p{max-width:390px;color:#9d9d9d;transition:color .3s ease}
@media(hover:hover){.services-expect-grid article:hover{border-color:rgba(255,75,36,.7);background:linear-gradient(145deg,#15110f,#090909);box-shadow:0 22px 48px rgba(0,0,0,.34);transform:translateY(-6px)}.services-expect-grid article:hover::before{box-shadow:0 0 20px rgba(255,75,36,.45);transform:scaleX(1)}.services-expect-grid article:hover::after{opacity:1;transform:scale(1.05)}.services-expect-grid article:hover span{border-color:var(--orange);background:var(--orange);color:#fff;transform:translateY(-3px)}.services-expect-grid article:hover p{color:#c5c5c5}}
@media(max-width:980px){.services-expect{background-attachment:scroll;background-position:center}.services-expect-heading{margin-bottom:38px}.services-expect-grid{grid-template-columns:1fr}.services-expect-grid article{min-height:245px}.services-expect-grid span{margin-bottom:42px}}
@media(max-width:760px){.services-expect-heading{padding-bottom:30px}.services-expect-grid article{padding:30px 26px 34px}.services-expect-grid span{width:54px;height:54px;margin-bottom:34px}}

/* Performance page */
.performance-page .desktop-nav{gap:38px}
.performance-hero{min-height:100vh;min-height:100svh;place-items:center;padding:150px 0 90px}
.performance-hero>img{object-position:center;filter:saturate(.92) contrast(1.05) brightness(.82)}
.performance-hero::after{background:linear-gradient(180deg,rgba(0,0,0,.35),rgba(0,0,0,.68)),linear-gradient(90deg,rgba(0,0,0,.34),transparent 50%,rgba(0,0,0,.34))}
.performance-hero .services-hero-inner{text-align:center}
.performance-hero-inner>p:not(.eyebrow){max-width:680px;margin:0 auto 32px}
.performance-catalog{background:radial-gradient(circle at 12% 8%,rgba(255,75,36,.12),transparent 24%),#030303}
.performance-logo-card{display:grid;place-items:center;background:radial-gradient(circle,rgba(255,75,36,.12),transparent 62%),#070707}
.services-page-card figure.performance-logo-card img{width:min(68%,420px);height:auto;max-height:80%;object-fit:contain;filter:none}
.performance-dealer{position:relative;overflow:hidden;background:#070707}
.performance-dealer::before{content:"";position:absolute;top:-260px;left:-220px;width:620px;height:620px;border-radius:50%;background:radial-gradient(circle,rgba(255,75,36,.14),transparent 66%);pointer-events:none}
.performance-dealer-grid{position:relative;display:grid;grid-template-columns:1.15fr .85fr;min-height:470px;border:1px solid #2c2c2c;background:linear-gradient(130deg,#111,#080808)}
.performance-dealer-copy{display:flex;align-items:flex-start;justify-content:center;flex-direction:column;padding:70px}
.performance-dealer-copy h2{max-width:720px;margin:0 0 22px}
.performance-dealer-copy>p:not(.eyebrow){max-width:640px;color:#aaa}
.performance-dealer-copy .button{margin-top:22px}
.performance-dealer-grid figure{display:grid;margin:0;place-items:center;border-left:1px solid #2c2c2c;background:linear-gradient(145deg,#ff4b24,#bb2b0d)}
.performance-dealer-grid figure img{width:min(72%,420px);filter:brightness(0) invert(1)}
.brand-linkecu-feature{min-height:300px;margin-top:34px}
.brand-linkecu-feature .performance-dealer-copy{padding:46px 52px}
.brand-linkecu-feature .performance-dealer-copy h3{max-width:720px;margin:0 0 22px;font-size:clamp(34px,3.4vw,52px);line-height:1}
.performance-process{border-top:0}
.performance-contact>img{object-position:center 75%;filter:saturate(1.05) contrast(1.04) brightness(.9)}
.performance-contact::after{background:linear-gradient(90deg,rgba(0,0,0,.82) 0%,rgba(0,0,0,.54) 52%,rgba(0,0,0,.12))}
@media(max-width:1100px){.performance-page .desktop-nav{gap:24px}.performance-page .desktop-nav a{font-size:12px}.performance-dealer-copy{padding:54px 42px}}
@media(max-width:820px){.performance-dealer-grid{grid-template-columns:1fr}.performance-dealer-grid figure{min-height:260px;border-top:1px solid #2c2c2c;border-left:0}}
@media(max-width:760px){.performance-hero{min-height:100vh;min-height:100svh;place-items:center;padding:140px 0 72px}.performance-hero>img{object-position:67% center}.services-page-card figure.performance-logo-card img{width:72%;height:auto;max-height:80%;object-fit:contain}.performance-dealer-copy{padding:60px 26px}.performance-dealer-grid figure{min-height:220px}.performance-contact>img{object-position:center 75%}.performance-contact::after{background:rgba(0,0,0,.58)}}

/* Contact page */
.contact-page .desktop-nav{gap:44px}
.contact-hero>img{object-position:center 58%;filter:saturate(.98) contrast(1.04) brightness(.88)}
.contact-hero::after{background:linear-gradient(180deg,rgba(0,0,0,.3),rgba(0,0,0,.66)),linear-gradient(90deg,rgba(0,0,0,.36),rgba(0,0,0,.08) 50%,rgba(0,0,0,.36))}
.contact-hero h1{max-width:1080px;margin:0 auto 26px}
.contact-hero-actions{display:flex;justify-content:center;gap:12px}
.contact-options{background:radial-gradient(circle at 88% 16%,rgba(255,75,36,.12),transparent 25%),#050505}
.contact-options-heading{display:grid;grid-template-columns:1fr 1fr;gap:80px;align-items:end;margin-bottom:54px;padding-bottom:42px;border-bottom:1px solid #292929}
.contact-options-heading h2{margin:0}
.contact-options-heading>p{max-width:610px;margin:0;color:#999}
.contact-page-socials{display:flex;align-items:center;gap:18px;margin-top:22px}
.contact-social-link{display:grid;width:30px;height:30px;place-items:center;color:#8f8f8f;transition:color .2s ease,transform .2s ease}
.contact-social-link svg{width:23px;height:23px;fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}
.contact-social-link:nth-child(2) svg{fill:currentColor;stroke:none}
.contact-social-link:hover,.contact-social-link:focus-visible{color:var(--orange);transform:translateY(-2px)}
.contact-social-link:focus-visible{outline:2px solid var(--orange);outline-offset:4px}
.contact-options-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));border-top:1px solid #292929;border-left:1px solid #292929}
.contact-options-grid a{position:relative;isolation:isolate;display:grid;grid-template-columns:64px 1fr;grid-template-rows:auto auto auto;min-height:220px;overflow:hidden;padding:40px;border-right:1px solid #292929;border-bottom:1px solid #292929;background:#090909;transition:border-color .3s ease,box-shadow .3s ease,transform .3s ease}
.contact-options-grid a::before{content:"";position:absolute;z-index:-1;inset:0;background:linear-gradient(100deg,var(--orange),#db3214);transform:scaleX(0);transform-origin:left;transition:transform .55s cubic-bezier(.22,.75,.18,1)}
.contact-options-grid .contact-icon{grid-row:1/4;width:40px;height:40px;margin-top:4px;color:var(--orange);transition:color .3s ease,transform .35s ease}
.contact-options-grid span{color:#777;font-family:var(--display);font-size:12px;letter-spacing:.12em;text-transform:uppercase}
.contact-options-grid strong{margin-top:8px;overflow-wrap:anywhere;font-family:var(--display);font-size:clamp(19px,2vw,28px);line-height:1.15;text-transform:uppercase}
.contact-options-grid small{margin-top:18px;color:#8f8f8f;font-size:14px}
.contact-options-grid span,.contact-options-grid strong,.contact-options-grid small{grid-column:2;transition:color .3s ease,transform .35s ease}
@media(hover:hover){.contact-options-grid a:hover{z-index:2;border-color:var(--orange);box-shadow:0 22px 44px rgba(0,0,0,.28);transform:translateY(-5px)}.contact-options-grid a:hover::before{transform:scaleX(1)}.contact-options-grid a:hover .contact-icon{color:#fff;transform:scale(1.08)}.contact-options-grid a:hover span,.contact-options-grid a:hover strong,.contact-options-grid a:hover small{color:#fff;transform:translateX(5px)}}
.contact-visit{overflow:hidden;border-block:1px solid #292929;background:#070707}
.contact-visit-grid{display:grid;grid-template-columns:1.08fr .92fr;min-height:720px}
.contact-visit figure{min-height:720px;margin:0;overflow:hidden}
.contact-visit figure img{width:100%;height:100%;object-fit:cover;object-position:center;filter:saturate(.88) contrast(1.04) brightness(.75)}
.contact-visit-copy{display:flex;align-items:flex-start;justify-content:center;flex-direction:column;padding:80px max(40px,calc((100vw - 1200px)/2)) 80px 70px}
.contact-visit-copy h2{max-width:590px;margin:0 0 24px}
.contact-visit-copy>p:not(.eyebrow){max-width:580px;color:#aaa}
.contact-hours{width:100%;max-width:620px;margin:30px 0 38px;border-top:1px solid #2b2b2b}
.contact-hours div{display:flex;justify-content:space-between;gap:30px;padding:19px 0;border-bottom:1px solid #2b2b2b}
.contact-hours span{color:#888}
.contact-hours strong{font-family:var(--display);text-transform:uppercase}
.contact-ready{border-top:0}
.contact-final>img{object-position:60% center;filter:saturate(1.03) contrast(1.04) brightness(.88)}
@media(max-width:980px){.contact-options-heading{grid-template-columns:1fr;gap:24px}.contact-visit-grid{grid-template-columns:1fr}.contact-visit figure{min-height:540px;height:540px}.contact-visit-copy{padding:80px 40px}}
@media(max-width:760px){.contact-hero>img{object-position:58% center}.contact-hero-actions{align-items:stretch;flex-direction:column;width:260px;margin-inline:auto}.contact-options-grid{grid-template-columns:1fr}.contact-options-grid a{grid-template-columns:50px 1fr;min-height:205px;padding:30px 24px}.contact-options-grid .contact-icon{width:32px;height:32px}.contact-options-grid strong{font-size:20px}.contact-visit figure{min-height:420px;height:420px}.contact-visit-copy{padding:72px 16px}.contact-hours div{align-items:flex-start;flex-direction:column;gap:4px}.contact-final>img{object-position:64% center}}

.contact-form-section{border-block:1px solid #292929;background:radial-gradient(circle at 8% 92%,rgba(255,75,36,.11),transparent 24%),#080808}
.contact-form-layout{display:grid;grid-template-columns:.72fr 1.28fr;gap:clamp(50px,7vw,100px);align-items:start}
.contact-form-intro{position:sticky;top:120px}
.contact-form-intro h2{margin:0 0 24px}
.contact-form-intro>p:not(.eyebrow){max-width:470px;color:#aaa}
.contact-form-note{max-width:470px;margin-top:36px;padding:26px;border-left:3px solid var(--orange);background:#101010}
.contact-form-note strong{display:block;margin-bottom:8px;font-family:var(--display);font-size:15px;text-transform:uppercase}
.contact-form-note p{margin:0;color:#999;font-size:14px}
.contact-form-note a,.contact-form-privacy a{color:var(--orange)}
.contact-inquiry-form{padding:clamp(30px,4vw,54px);border:1px solid #303030;background:linear-gradient(145deg,#111,#090909)}
.contact-form-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:24px 20px}
.contact-form-grid label{display:block}
.contact-form-grid label>span{display:block;margin-bottom:9px;color:#cfcfcf;font-family:var(--display);font-size:12px;font-weight:600;letter-spacing:.07em;text-transform:uppercase}
.contact-form-wide{grid-column:1/-1}
.contact-form-grid input,.contact-form-grid select,.contact-form-grid textarea{width:100%;border:1px solid #353535;border-radius:0;outline:0;background:#080808;color:#fff;font:inherit;transition:border-color .2s ease,box-shadow .2s ease,background .2s ease}
.contact-form-grid input,.contact-form-grid select{height:58px;padding:0 17px}
.contact-form-grid textarea{min-height:160px;padding:16px 17px;resize:vertical}
.contact-form-grid select{appearance:none;background-image:linear-gradient(45deg,transparent 50%,#888 50%),linear-gradient(135deg,#888 50%,transparent 50%);background-position:calc(100% - 20px) 25px,calc(100% - 14px) 25px;background-size:6px 6px,6px 6px;background-repeat:no-repeat}
.contact-form-grid select option{background:#080808;color:#fff}
.contact-form-grid input::placeholder,.contact-form-grid textarea::placeholder{color:#666}
.contact-form-grid input:focus,.contact-form-grid select:focus,.contact-form-grid textarea:focus{border-color:var(--orange);background:#0c0c0c;box-shadow:0 0 0 3px rgba(255,75,36,.12)}
.contact-form-privacy{max-width:700px;margin:24px 0 0;color:#777;font-size:12px}
.contact-form-submit{display:flex;align-items:center;gap:22px;margin-top:28px}
.contact-form-submit p{margin:0;color:#bbb;font-size:13px}
@media(max-width:980px){.contact-form-layout{grid-template-columns:1fr}.contact-form-intro{position:static}.contact-form-intro>p:not(.eyebrow),.contact-form-note{max-width:680px}}
@media(max-width:620px){.contact-form-grid{grid-template-columns:1fr}.contact-form-wide{grid-column:auto}.contact-inquiry-form{padding:28px 20px}.contact-form-submit{align-items:stretch;flex-direction:column}.contact-form-submit .button{width:100%}}

/* Clickable service carousel cards and anchored service destinations */
.service-carousel .service-card{display:block;color:inherit;text-decoration:none}
.service-carousel .service-card:focus-visible{outline:2px solid var(--orange);outline-offset:-3px}
.services-page-card[id]{scroll-margin-top:110px}
.services-page-card:target{border-color:var(--orange);box-shadow:0 0 0 1px rgba(255,75,36,.45),0 18px 45px rgba(0,0,0,.35)}

/* Final mobile refinement pass */
@media(max-width:760px){
  html,body{max-width:100%;overflow-x:clip}
  .wrap{width:calc(100% - 32px);max-width:none}
  .section{padding-block:76px}
  .button{max-width:100%;text-align:center}
  .site-header .brand{width:210px;min-width:0;padding-right:0}
  .site-header .brand img{width:172px;max-width:100%;transform:none}
  .footer-social-link,.contact-social-link{min-width:44px;min-height:44px}

  .services-hero{grid-template-columns:minmax(0,1fr)}
  .services-hero .services-hero-inner{width:calc(100% - 32px);max-width:calc(100% - 32px);min-width:0;margin-inline:auto}
  .services-hero h1{max-width:100%;font-size:clamp(50px,14vw,60px);overflow-wrap:normal}
  .performance-hero h1{font-size:clamp(40px,11.5vw,50px);line-height:.98}
  .contact-hero h1{font-size:clamp(50px,14vw,60px)}

  .service-explain-row{grid-template-columns:minmax(0,1fr)}
  .service-explain-row>*,.service-explain-copy,.service-explain-row figure{width:100%;min-width:0}
  .performance-dealer-grid{grid-template-columns:minmax(0,1fr);width:100%;min-width:0}
  .performance-dealer-grid>*,.performance-dealer-copy,.performance-dealer-grid figure{width:100%;min-width:0}
  .brand-linkecu-feature .performance-dealer-copy{padding:40px 24px}
  .brand-linkecu-feature .performance-dealer-copy h3{font-size:clamp(32px,10vw,44px)}

  .contact-options-grid a{grid-template-columns:44px minmax(0,1fr);padding:30px 22px}
  .contact-options-grid span,.contact-options-grid strong,.contact-options-grid small{min-width:0}
  .contact-options-grid a[href^="mailto:"] strong{font-size:clamp(15px,4.2vw,18px);overflow-wrap:normal;word-break:normal}
  .contact-form-grid input,.contact-form-grid select,.contact-form-grid textarea{font-size:16px}

  .legal-page .site-header{background:#050505}
  .legal-page .legal-main{padding:118px 0 76px}
  .legal-page .legal-content{width:calc(100% - 32px);margin-inline:auto}
  .legal-page .legal-content>h1{margin:0 0 28px;font-size:clamp(42px,14vw,52px);line-height:.95}
  .legal-page .legal-company{margin-bottom:14px;color:#ddd;font-size:15px;line-height:1.6}
  .legal-page .legal-date{margin-bottom:38px;color:#aaa;font-size:14px}
  .legal-page .legal-copy{color:#d0d0d0;font-size:15px;line-height:1.7;overflow-wrap:anywhere}
  .legal-page .legal-copy h2{margin:42px 0 18px;font-size:clamp(24px,7.5vw,28px);line-height:1.12}
  .legal-page .legal-copy h3{margin:30px 0 14px;font-size:20px;line-height:1.2}
  .legal-page .legal-copy ul{padding-left:22px}
  .legal-page .legal-copy li+li{margin-top:8px}
  .legal-page .legal-consent{margin-top:42px;padding:22px;border-left:3px solid var(--orange);background:#101010}
}

@media(max-width:360px){
  .wrap{width:calc(100% - 28px)}
  .section{padding-block:68px}
  .site-header .brand{width:188px}
  .site-header .brand img{width:160px}
  .menu-button{margin-right:6px}
  .hero-actions,.contact-actions,.services-contact-inner>div,.contact-hero-actions{width:100%}
  .service-carousel .service-card{flex-basis:calc(100vw - 48px);width:calc(100vw - 48px)}
  .process-showcase-intro-inner{padding-inline:20px}
  .process-showcase-intro h2{font-size:38px}
  .contact-options-grid a{grid-template-columns:40px minmax(0,1fr);padding:26px 18px}
  .contact-inquiry-form{padding:24px 16px}
  .about-hero-copy{width:calc(100% - 28px)}
  .about-hero h1{font-size:60px}
  .founder-contact-grid a{padding-left:56px}
}

/* Keep the continuous testimonial feed readable on narrow screens. */
@keyframes reviews-mobile-continuous-loop{
  to{transform:translate3d(0,-50%,0)}
}

@media(max-width:620px){
  .reviews-viewport{height:min(720px,88svh)}
  .reviews-track{display:block}
  .reviews-slide{width:100%}
  .reviews-carousel.is-looping .reviews-track{animation:reviews-mobile-continuous-loop 240s linear infinite}
}

@media(max-width:620px) and (prefers-reduced-motion:reduce){
  .reviews-viewport{height:auto}
  .reviews-carousel.is-looping .reviews-track{animation:none}
}

/* Keep the mobile brand left-aligned and the menu button on the right. */
@media(max-width:760px){
  .header-inner{
    display:grid;
    grid-template-columns:minmax(0,1fr) 64px;
    align-items:center;
    min-height:76px;
  }
  .site-header .brand{
    grid-column:1;
    justify-self:start;
    width:210px;
    min-width:0;
    height:76px;
    padding:4px 0 4px 16px;
  }
  .site-header .brand img{
    width:168px;
    max-width:100%;
    max-height:68px;
    transform:none;
  }
  .menu-button{
    grid-column:2;
    justify-self:end;
    width:52px;
    height:52px;
    padding:11px;
    margin:0 8px 0 0;
  }
  .main-nav{
    height:100dvh;
    min-height:100svh;
    justify-content:flex-start;
    overflow-x:hidden;
    overflow-y:auto;
    overscroll-behavior:contain;
    padding:calc(70px + env(safe-area-inset-top)) 20px calc(28px + env(safe-area-inset-bottom));
    -webkit-overflow-scrolling:touch;
  }
  .nav-close{
    position:fixed;
    top:calc(10px + env(safe-area-inset-top));
    right:12px;
    z-index:1;
    display:grid;
    width:54px;
    height:54px;
    padding:0;
    place-items:center;
    font-size:44px;
  }
  .nav-links{
    width:100%;
    flex:0 0 auto;
  }
  .nav-links a{
    display:flex;
    min-height:70px;
    align-items:center;
    padding:16px 8px;
    font-size:clamp(28px,8.5vw,34px);
    line-height:1;
  }
  .nav-meta{
    width:100%;
    flex:0 0 auto;
    margin-top:18px;
    padding-bottom:4px;
  }
  .nav-meta>*{
    padding:15px 8px;
    overflow-wrap:anywhere;
    line-height:1.45;
  }
}

@media(max-width:360px){
  .site-header .brand{width:auto}
  .site-header .brand img{width:154px}
  .nav-links a{min-height:64px;font-size:28px}
}

/* Keep David and the shop visible in the About hero on narrow screens. */
@media(max-width:760px){
  .about-hero figure::after{
    background:
      linear-gradient(90deg,rgba(0,0,0,.58) 0%,rgba(0,0,0,.24) 58%,rgba(0,0,0,.04) 100%),
      linear-gradient(0deg,rgba(5,5,5,.76) 0%,rgba(0,0,0,.26) 48%,rgba(0,0,0,.06) 100%);
  }
  .about-hero figure img{
    object-position:38% center;
    filter:saturate(1) contrast(1.03) brightness(1);
    transform:none;
  }
}
