/* Hero, contextual pilot and editorial scenes: one responsive design system. */
:root{--paper:#f0eee8;--ink:#141719;--red:#df2937;--pilot-border:#485052}
body{background:var(--ink)}
.headline{letter-spacing:-.052em;line-height:1.06;text-transform:none}
.headline>span{white-space:normal!important}
.kicker{line-height:1.6}
.header-cta{white-space:nowrap;font-size:11px;padding-inline:19px}
.premium-hero{background:radial-gradient(ellipse at 20% 65%,#303638 0,transparent 58%),#141719;position:relative;overflow:hidden;border-bottom:1px solid #49504d}
.premium-hero-grid{display:grid;grid-template-columns:minmax(0,1.2fr) minmax(390px,.9fr);gap:5%;padding-block:48px 32px;align-items:start;position:relative;z-index:1}
.premium-copy{position:relative;min-width:0}
.premium-copy h1{font-size:clamp(40px,4.2vw,67px);font-weight:800;line-height:1.05;letter-spacing:-.055em;margin:23px 0;text-wrap:balance;max-width:690px}
.premium-lead{max-width:575px;font-size:16px;line-height:1.7;color:#c1c5c1}
.premium-actions{display:flex;align-items:center;gap:18px;flex-wrap:wrap;margin-top:26px}
.premium-actions .btn,.premium-actions .text-btn{font-size:12px;gap:12px}
.premium-car{margin:28px 0 0;position:relative;width:100%;height:285px;overflow:hidden;animation:car-reveal 1.2s cubic-bezier(.16,.8,.25,1) both}
.premium-car img{width:100%;height:100%;object-fit:cover;object-position:50% 58%;filter:saturate(.35) brightness(.8);transform:translateY(var(--car-shift,0px)) scale(1.07)}
.premium-car:after{content:'';position:absolute;inset:0;background:linear-gradient(0deg,#171b1bee,transparent 26%),linear-gradient(90deg,#1d232340,transparent 50%);pointer-events:none}
.premium-car figcaption{position:absolute;bottom:13px;inset-inline-end:16px;font-size:9px;color:#c6cbc7;z-index:2}
.hero-signature{display:flex;justify-content:space-between;gap:20px;font-size:10px;letter-spacing:.1em;padding-block:19px;border-top:1px solid #ffffff1a;color:#aeb6b2}
.hero-signature span:first-child{font-weight:800;color:#e9ebe6}
.hero-signature a{letter-spacing:0}
@keyframes car-reveal{from{clip-path:inset(0 100% 0 0);opacity:.5}to{clip-path:inset(0);opacity:1}}
.hero-pilot-slot{min-width:0;scroll-margin-top:100px}
.service-pilot{color:#eff0eb;background:linear-gradient(140deg,#2b3233,#1e2527 75%);border:1px solid #50595a;box-shadow:0 24px 65px #0003;position:relative;text-align:start;overflow:auto;scrollbar-width:thin;scrollbar-color:#626b6b #202728}
.pilot-head{display:flex;align-items:center;justify-content:space-between;gap:8px;padding:15px 20px;border-bottom:1px solid #ffffff0d;position:relative;background:#272e30}
.pilot-wordmark{display:flex;align-items:center;gap:8px;font-size:10px;font-weight:800;letter-spacing:.08em;white-space:nowrap}
.pilot-led{width:5px;height:5px;border-radius:50%;background:var(--red);box-shadow:none;animation:none;display:inline-block}
.pilot-tools{display:flex;align-items:center;gap:3px}
.pilot-tools select{font-size:11px;color:#d8ddda;background:#272e30;border:0;border-bottom:1px solid #616968;max-width:97px;min-height:36px;padding:4px 1px;cursor:pointer}
.pilot-tools button{background:transparent;color:#c1cbc7;font-size:23px;min-width:32px;min-height:36px;padding:0}
.pilot-tools button:hover{background:#465152;color:white}
.pilot-progress{height:2px;background:#384143;overflow:hidden}
.pilot-progress i{display:block;height:100%;background:var(--red);transition:width .35s}
.pilot-body{padding:24px}
.pilot-heading h2{font-size:clamp(22px,2.05vw,29px);letter-spacing:-.035em;line-height:1.17;font-weight:750;outline:none}
.pilot-heading p{font-size:13px;line-height:1.6;color:#b2bfbc;margin-top:10px}
.pilot-options{display:grid;grid-template-columns:1fr 1fr;gap:8px;margin-top:22px}
.pilot-option{display:flex;align-items:center;justify-content:space-between;gap:9px;background:#30393b;border:1px solid #505c5d;padding:15px 13px;min-height:63px;color:#ecefe8;text-align:start;font-size:13px;line-height:1.4;transition:background .2s,border-color .2s}
.pilot-option>span:last-child{color:#aaa;font-size:16px}
.pilot-option:hover,.pilot-option[aria-pressed=true]{background:#424a49;border-color:#c3c9c0}
.pilot-option[aria-pressed=true]{box-shadow:inset 3px 0 var(--red)}
.pilot-foot{padding:17px 24px;border-top:1px solid #ffffff14;background:#1b2223;color:#aebcb7}
.pilot-foot p{font-size:11px;line-height:1.55}.pilot-foot small{display:block;margin-top:8px;color:#93a49e;font-size:10px}
.pilot-change{margin-top:20px;background:none;color:#c7d0cb;border-bottom:1px solid #6d7772;font-size:11px;padding:5px 0}
.service-pilot .form-grid{margin-top:20px;gap:15px}.service-pilot .field input,.service-pilot .field textarea{background:#1e282a;border:1px solid #5d6868;color:#fff;padding:12px;min-height:45px}
.service-pilot .field label{font-size:12px;color:#d0d8d3}
.service-pilot textarea{min-height:75px;resize:vertical}
.service-pilot .form-actions{margin-top:16px;padding:0;gap:12px;justify-content:space-between;border:0}
.service-pilot .form-actions .btn{font-size:11px;padding:12px 18px;min-height:44px}
.service-pilot .text-btn{font-size:11px;min-height:40px;text-align:start;line-height:1.4;white-space:normal}
.service-pilot .form-error:empty{display:none}
.service-pilot .form-error{margin-top:14px;color:#ffbcc2}
.pilot-date{margin-top:20px}.pilot-privacy{font-size:11px;color:#aebcb7;margin-top:10px}
.service-pilot .consent-field{line-height:1.65;font-size:12px;margin-top:20px}
.service-pilot .summary-list{margin-top:20px}.service-pilot .summary-item{grid-template-columns:90px 1fr;gap:15px;padding-block:13px}.service-pilot .summary-item dt{color:#b3c0ba;font-size:12px}.service-pilot .summary-item dd{font-size:13px;line-height:1.6;white-space:pre-line;overflow-wrap:anywhere}
.service-pilot .summary-controls{display:flex;flex-wrap:wrap;gap:10px 20px}.service-pilot .summary-controls>.btn{width:100%;justify-content:center}
.pilot-inline-resume{padding:24px;background:#293133;color:white;border:1px solid #64706d;width:100%;text-align:start;min-height:72px;font-size:13px}
#pilotDock{position:fixed;z-index:65;inset-inline-end:24px;bottom:24px;width:min(480px,calc(100vw - 48px));filter:drop-shadow(0 20px 45px #0006)}
#pilotDock .service-pilot{max-height:calc(100dvh - 116px);overscroll-behavior:contain}
#pilotDock .pilot-head{position:sticky;top:0;z-index:2}
.assistant-float{background:#e9ece5;color:#202726;border:1px solid #afbab3;min-height:60px;right:auto;inset-inline-end:24px;bottom:24px;padding:10px 18px;box-shadow:0 8px 30px #0005}
.assistant-float strong{color:#303d37;font-size:11px}.assistant-float small{color:#52645a;font-size:12px}.assistant-float .pilot-symbol{background:#293331;border:0;box-shadow:none}
.assistant-float[hidden]{display:none!important}
.story-grid{display:grid;grid-template-columns:.85fr 1.15fr;gap:10%;align-items:start}
.story-intro{position:sticky;top:135px}.story-intro h2{margin:22px 0 28px;font-size:clamp(38px,4.7vw,67px)}.story-intro>p:not(.kicker){font-size:16px;color:#576159;max-width:390px;margin-bottom:28px}
.story-links{margin-top:35px;border-top:1px solid #adb5ab;display:flex;flex-direction:column}.story-links a{padding-block:12px;border-bottom:1px solid #bdc4ba;font-size:13px;font-weight:600}
.story-scenes{display:grid;gap:85px}.story-scene figure{position:relative;margin:0;overflow:hidden}.story-scene figure img{width:100%;height:340px;object-fit:cover;filter:saturate(.6)}.story-scene figcaption{position:absolute;bottom:12px;inset-inline-end:15px;color:#e9eee8;background:#19201dcc;padding:5px 8px;font-size:9px}
.story-scene:nth-child(2) figure img{height:390px;object-position:center 43%}
.story-caption{padding:24px 0 0;border-top:2px solid #d72a36}.story-caption h3{font-size:29px;font-weight:700;letter-spacing:-.04em}.story-caption p{font-size:15px;line-height:1.8;color:#556259;margin:15px 0}.story-caption .text-btn{margin-inline-end:20px;font-size:12px}
.js-motion .clip-reveal:not(.visible){transform:none;opacity:1;clip-path:inset(12% 0 12% 0)}.clip-reveal{transition:clip-path 1.1s cubic-bezier(.16,.8,.25,1)}.clip-reveal.visible{clip-path:inset(0)}
.workshop{background:#252b29;border-block:1px solid #48504a}.workshop-grid{grid-template-columns:1fr 1fr;align-items:center;gap:8%}.workshop-photo{padding:clamp(16px,2.5vw,36px);border:1px solid #687265;max-width:635px;background:#1b211f;box-shadow:18px 18px 0 #161c19}.workshop-photo img{width:100%;max-width:561px;height:auto;aspect-ratio:561/328;object-fit:contain;filter:none}.workshop-photo:after{display:none}.workshop-photo figcaption{position:static;margin-top:15px;max-width:none;padding:0;background:none}.workshop-content .headline{font-size:clamp(36px,4vw,57px)}
.intro{padding-block:90px}.intro-grid{gap:10%}.intro .headline{font-size:clamp(35px,4.6vw,65px)}
.ticker{padding-block:20px;background:#202725}.ticker-track{font-size:clamp(24px,3.6vw,52px);opacity:.65}
.diag-grid{grid-template-columns:1fr 1fr;gap:8%;align-items:center}.diag-image-wrap{height:520px}.diag-image-wrap img{object-position:45% center;filter:saturate(.4)}
.diag-data{padding:18px;background:linear-gradient(transparent,#192521e0)}.diag-data strong{font-size:24px}.scan-lines{opacity:.12}.scan-beam{animation:none;transform:translateY(var(--scan-y,100px));opacity:.55;box-shadow:0 0 12px #e3434b55;background:#e54b53;height:1px}
.diag-content .headline{font-size:clamp(35px,4.1vw,61px)}
.detail-head{grid-template-columns:.85fr 1.15fr;gap:8%;align-items:center}.detail-picture{height:570px}.detail-picture img{width:100%;height:100%;object-fit:cover;object-position:50% 42%;filter:saturate(.65)}.detail-picture small{font-size:10px;max-width:90%;padding:8px;background:#151d19c9}
.package-picker button{letter-spacing:.08em;padding-inline:20px}.package-panel{min-height:260px}.package-picker button[aria-pressed=true]{background:#e0e3d9}.package-panel h3{font-size:38px}.package-comparison{margin-top:20px}
.process-section{background:#1c2421;border-top:1px solid #46534a}.process-heading{display:grid;grid-template-columns:1fr 1fr;gap:24px 10%;margin-bottom:55px}.process-heading .kicker{grid-column:1/-1}.process-heading p:not(.kicker){color:#b6c3b8;font-size:17px;align-self:end}
.process-list{display:block;list-style:none;max-width:980px;margin:0 auto;padding:0 0 0 44px;border-inline-start:1px solid #718373;position:relative}
.process-list li{position:relative;padding:0 0 50px 0;border:0;max-width:650px;display:block}.process-list li:last-child{padding-bottom:0}.process-list li:before{content:'';position:absolute;inset-inline-start:-51px;top:6px;width:13px;height:13px;background:#1b241e;border:1px solid #96a790;border-radius:50%}.process-list li:nth-child(2){margin-inline-start:12%}.process-list li:nth-child(3){margin-inline-start:24%}.process-list li:nth-child(2):before{inset-inline-start:calc(-51px - 17.2%)}
.process-list li:nth-child(2),.process-list li:nth-child(3){margin-inline-start:0;max-width:100%}.process-list li:nth-child(2)>div{margin-inline-start:9%}.process-list li:nth-child(3)>div{margin-inline-start:18%}.process-list li:nth-child(2):before,.process-list li:nth-child(3):before{display:block;inset-inline-start:-51px}.process-list h3{font-size:30px;letter-spacing:-.035em;margin:0 0 15px}.process-list p{font-size:16px;line-height:1.8;color:#b6c3b8}.process-list .text-btn{margin-top:16px}
.service-location{display:block;font-size:.54em;color:#b5c0b5;font-weight:500;letter-spacing:-.025em;margin-top:16px}
.service-hero{padding-block:38px 75px;gap:7%;grid-template-columns:1.05fr .95fr}.service-hero h1{font-size:clamp(38px,5.2vw,72px);font-weight:750;line-height:1.08}.service-hero figure img{height:430px;clip-path:inset(0);filter:saturate(.6);object-position:center}
.technical-service{grid-template-columns:1fr 1.1fr}.technical-service figure{position:relative;padding:17px;border:1px solid #68776b}.technical-service figure:after{content:'';position:absolute;inset-inline:17px;top:60%;height:1px;background:#c9434f88;pointer-events:none}.technical-service figure img{height:360px}.technical-service h1{font-size:clamp(37px,4.7vw,66px)}
.service-crash figure img,.service-glass figure img{height:510px;object-position:center 47%}.service-repair figure img{height:490px;object-position:center 40%}
.care-service{grid-template-columns:.9fr 1.1fr}.care-service figure img{height:580px;object-position:50% 35%}
.service-editorial{gap:12%;grid-template-columns:.8fr 1.2fr}.service-editorial .clean-list li{border-bottom:1px solid #b9c1b5;padding-block:15px;font-size:17px}.service-editorial .clean-list li:before{top:26px}.service-editorial .headline{font-size:clamp(35px,4.2vw,61px)}
.service-directory>a{grid-template-columns:1fr 30px;gap:30px}.service-directory h2{font-size:clamp(26px,3vw,41px)}
.contact-form-section{background:#222c28}.contact-main .headline{font-size:clamp(37px,5vw,72px)}.contact-form-grid .headline{font-size:clamp(34px,3.7vw,53px)}
html[dir=rtl] .premium-copy h1{font-size:clamp(40px,4vw,61px);line-height:1.35;letter-spacing:0}html[dir=rtl] .pilot-heading h2{font-size:25px;line-height:1.45;letter-spacing:0}html[dir=rtl] .pilot-heading p{font-size:14px;line-height:1.8}html[dir=rtl] .pilot-option{font-size:14px;line-height:1.6}html[dir=rtl] .pilot-wordmark{letter-spacing:0}html[dir=rtl] .pilot-foot p{font-size:12px}
[href^="tel:"],[href^="mailto:"],input[type=email],input[type=tel]{direction:ltr;unicode-bidi:isolate}
@media(min-width:1600px){.premium-hero-grid{padding-top:65px}.premium-copy h1{max-width:750px}.premium-car{height:340px}}
@media(max-width:1100px){.premium-hero-grid{grid-template-columns:minmax(0,1fr) minmax(365px,1fr);gap:4%;padding-top:35px}.premium-copy h1{font-size:42px}.premium-lead{font-size:15px}.premium-actions{gap:8px}.premium-actions .btn{font-size:11px;padding-inline:16px}.premium-car{height:255px}.pilot-body{padding:20px}.pilot-head{padding-inline:15px}.pilot-option{font-size:12px;padding:12px 10px}.story-grid{gap:7%;grid-template-columns:.85fr 1.15fr}.story-intro{top:115px}.story-intro h2{font-size:44px}.story-scene figure img{height:285px}.diag-image-wrap{height:450px}.detail-picture{height:470px}}
@media(max-width:760px){
 .premium-hero-grid{display:flex;flex-direction:column;gap:24px;padding-block:26px}.premium-copy{width:100%}.premium-copy h1{font-size:clamp(33px,9.3vw,49px);margin-block:16px;max-width:100%;text-wrap:balance;line-height:1.08}.premium-copy .kicker{font-size:9px}.premium-lead{font-size:14px;line-height:1.6;max-width:470px}.premium-actions{margin-top:19px;gap:6px 20px}.premium-actions .btn{font-size:11px;min-height:46px;padding-inline:15px}.premium-actions .text-btn{font-size:11px;min-height:40px}.premium-car{position:absolute;z-index:-1;inset:0 -24px auto;margin:0;width:calc(100% + 48px);height:270px;opacity:.19;mask-image:linear-gradient(#000,transparent);animation:none}.premium-car figcaption{display:none}.premium-copy:before{content:'';position:absolute;inset:-26px -24px 0;background:#14171966;z-index:-1}.hero-pilot-slot{width:100%;scroll-margin-top:90px}.hero-signature{font-size:8px;letter-spacing:.04em;gap:13px;flex-wrap:wrap;padding-block:15px}.hero-signature a{display:none}
 .pilot-head{padding:11px 12px;gap:4px}.pilot-wordmark{font-size:9px;gap:6px;letter-spacing:.035em}.pilot-tools select{font-size:10px;max-width:77px}.pilot-tools button{min-width:30px;min-height:40px}.pilot-body{padding:20px 17px}.pilot-heading h2{font-size:24px}.pilot-heading p{font-size:12px}.pilot-options{gap:7px;margin-top:18px}.pilot-option{font-size:12px;min-height:59px;padding:12px 10px;gap:6px}.pilot-option>span:last-child{font-size:13px}.pilot-foot{padding:15px 17px}.pilot-foot p{font-size:10px}.pilot-foot small{font-size:9px}.service-pilot .form-grid{grid-template-columns:1fr 1fr}.service-pilot .field.full{grid-column:1/-1}.service-pilot .field:has(input[name=email]),.service-pilot .field:has(input[name=name]){grid-column:1/-1}.service-pilot .field input{min-width:0;width:100%}.service-pilot .summary-item{grid-template-columns:1fr;gap:5px}.service-pilot .summary-item dt{font-weight:700}.service-pilot .summary-item dd{font-size:13px}
 #pilotDock{inset-inline-end:10px;bottom:10px;width:calc(100vw - 20px)}#pilotDock .service-pilot{max-height:calc(100dvh - 105px)}.assistant-float{inset-inline-end:16px;bottom:16px;padding:8px 12px;min-height:54px;gap:10px}.assistant-float .float-copy{display:block}.assistant-float .float-copy small{display:none}.assistant-float .pilot-symbol{width:33px;height:33px;font-size:13px}.assistant-float strong{font-size:9px}
 .story-grid{display:block}.story-intro{position:static}.story-intro h2{font-size:42px;max-width:400px}.story-intro>p:not(.kicker){font-size:15px}.story-links{display:grid;grid-template-columns:1fr 1fr;gap:0 20px;margin-top:25px}.story-links a{font-size:12px}.story-scenes{margin-top:40px;gap:48px}.story-scene figure img,.story-scene:nth-child(2) figure img{height:275px}.story-caption{padding-top:20px}.story-caption h3{font-size:27px}.story-caption p{font-size:14px}.story-caption .text-btn{font-size:11px;margin-inline-end:14px}.workshop-grid{grid-template-columns:1fr;gap:40px}.workshop-photo{padding:15px;box-shadow:8px 8px 0 #161c19}.workshop-content .headline{font-size:38px}.workshop-photo figcaption{font-size:10px}.intro{padding-block:55px}.intro .headline{font-size:37px}.diag-grid{grid-template-columns:1fr;gap:35px}.diag-image-wrap{height:320px}.diag-data strong{font-size:22px}.diag-content .headline{font-size:38px}.detail-head{grid-template-columns:1fr;gap:30px}.detail-picture{height:380px}.detail-picture img{object-position:50% 36%}.package-picker button{font-size:11px;letter-spacing:.03em;padding-inline:5px;min-height:62px;align-items:center;justify-content:center}.package-panel h3{font-size:33px}.package-panel{gap:22px;min-height:0}
 .process-heading{grid-template-columns:1fr;gap:20px;margin-bottom:35px}.process-heading .headline{font-size:38px}.process-heading p:not(.kicker){font-size:15px}.process-list{padding-inline-start:25px}.process-list li,.process-list li:nth-child(2),.process-list li:nth-child(3){margin-inline-start:0;padding-bottom:33px}.process-list li:before,.process-list li:nth-child(2):before,.process-list li:nth-child(3):before{display:block;inset-inline-start:-32px;top:5px}.process-list h3{font-size:25px;margin-bottom:12px}.process-list p{font-size:14px}
 .process-list li:nth-child(2)>div,.process-list li:nth-child(3)>div{margin-inline-start:0}
 .service-hero,.technical-service,.care-service{grid-template-columns:1fr;gap:30px;padding-block:20px 55px}.service-hero h1,.technical-service h1{font-size:clamp(35px,9.5vw,52px);line-height:1.08}.service-location{margin-top:12px}.service-hero .page-lead{font-size:15px}.service-hero figure img,.technical-service figure img{height:290px}.service-crash figure img,.service-glass figure img,.care-service figure img{height:370px}.service-editorial{grid-template-columns:1fr;gap:20px}.service-editorial .headline{font-size:37px}.service-editorial .clean-list li{font-size:15px}.service-directory>a{grid-template-columns:1fr 18px;gap:12px}.service-directory h2{font-size:27px}
 html[dir=rtl] .premium-copy h1{font-size:37px;line-height:1.35}html[dir=rtl] .pilot-heading h2{font-size:23px}html[dir=rtl] .pilot-option{font-size:12px;line-height:1.6}html[dir=rtl] .pilot-heading p{font-size:13px}
}
@media(max-width:380px){.premium-copy h1{font-size:34px}.premium-hero-grid{padding-top:21px;gap:21px}.premium-lead{font-size:13px}.pilot-head{padding-inline:10px}.pilot-tools button{min-width:28px}.pilot-wordmark{font-size:8px}.pilot-heading h2{font-size:23px}.pilot-option{font-size:11px}.pilot-body{padding-inline:15px}.pilot-option>span:last-child{display:none}.story-intro h2{font-size:37px}.package-picker button{font-size:10px}}
@media(prefers-reduced-motion:reduce){.premium-car{animation:none}.premium-car img{transform:none}.clip-reveal{transition:none;clip-path:none!important}.scan-beam{transform:translateY(160px)}.pilot-progress i{transition:none}}
@media print{.hero-pilot-slot,#pilotDock,.assistant-float,.premium-actions{display:none}.premium-hero-grid,.story-grid{display:block}.story-intro{position:static}.premium-car{height:220px}.process-list{border:0}}

.diag-image-caption{font-size:10px;color:#a9b5b0;margin-top:13px;text-align:end}
