:root{--color-green-dark:#16362f;--color-green:#27634a;--color-green-bright:#49c086;--color-green-glow:#47ba81;--color-gold:#c8a563;--color-gold-muted:#ac9d72;--color-black:#080b0a;--color-graphite:#101514;--color-charcoal:#151b1a;--color-slate:#202928;--color-steel:#aeb8b5;--color-ink:#f7f4ed;--color-ink-soft:#f7f4edb8;--color-paper:#080b0a;--color-surface:#151b1a;--color-line:#f7f4ed24;--color-shadow:#00000057;--font-display:"Space Grotesk", "Manrope", sans-serif;--font-body:"Manrope", "Segoe UI", sans-serif;--site-max:1180px;--space-page:clamp(18px, 4vw, 48px);--header-height:76px}*{box-sizing:border-box}html{color:var(--color-ink);background:var(--color-paper);font-family:var(--font-body);scroll-behavior:smooth;line-height:1.5}body{min-width:320px;margin:0}body:before{z-index:-1;pointer-events:none;content:"";background:radial-gradient(circle at 18% 18%, #c8a56324, transparent 27%), linear-gradient(115deg, #27634a33, transparent 34%), linear-gradient(250deg, #c8a56329, transparent 42%), var(--color-paper);position:fixed;inset:0}button,input,select,textarea{font:inherit}button,a{-webkit-tap-highlight-color:transparent}a{color:inherit;text-decoration:none}img,picture{max-width:100%;display:block}h1,h2,h3,p{margin:0}h1,h2,h3,.brand-wordmark{font-family:var(--font-display);line-height:.98}.app-shell{min-height:100vh}.back-to-top{z-index:9;width:48px;height:48px;color:var(--color-gold);cursor:pointer;opacity:0;pointer-events:none;background:linear-gradient(#080b0aeb,#151b1af0);border:1px solid #c8a56375;border-radius:999px;place-items:center;padding:0;transition:opacity .18s,transform .18s,background .18s,box-shadow .18s;display:grid;position:fixed;bottom:clamp(18px,4vw,32px);right:clamp(18px,4vw,34px);transform:translateY(10px);box-shadow:0 16px 36px #00000047}.back-to-top span{font-size:1.15rem;font-weight:900;line-height:1}.back-to-top.is-visible{opacity:1;pointer-events:auto;transform:translateY(0)}.back-to-top:hover{background:linear-gradient(#131817fa,#1f2926fa);box-shadow:0 18px 40px #00000057}.site-main{min-height:calc(100vh - var(--header-height))}.section-shell{width:min(var(--site-max), calc(100% - var(--space-page) * 2));margin-inline:auto}.section-kicker{color:var(--color-gold);letter-spacing:.12em;text-transform:uppercase;font-size:.78rem;font-weight:800}.button{cursor:pointer;border:1px solid #0000;border-radius:999px;justify-content:center;align-items:center;min-height:46px;padding:0 20px;font-weight:800;transition:border-color .18s,background-color .18s,color .18s,transform .18s;display:inline-flex}.button:hover{transform:translateY(-1px)}.button:disabled{cursor:wait;opacity:.64;transform:none}.button-primary{color:#101514;background:linear-gradient(135deg, var(--color-gold), #e2c988)}.button-primary:hover{background:linear-gradient(135deg, #e2c988, var(--color-gold))}.button-secondary{color:var(--color-ink);background:#f7f4ed14;border-color:#c8a56370}.site-header{z-index:10;height:var(--header-height);-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);background:linear-gradient(#080b0adb,#080b0a57);border-bottom:1px solid #f7f4ed1a;position:fixed;top:0;left:0;right:0}.site-header__inner,.site-footer__inner{width:min(var(--site-max), calc(100% - var(--space-page) * 2));margin-inline:auto}.site-header__inner{justify-content:space-between;align-items:center;gap:28px;height:100%;display:flex}.site-logo{align-items:center;gap:12px;font-weight:800;display:flex}.site-logo img{width:104px;height:auto}.site-nav{color:var(--color-ink-soft);letter-spacing:.08em;text-transform:uppercase;align-items:center;gap:clamp(16px,2.2vw,34px);font-size:.84rem;font-weight:800;display:flex}.site-nav a{position:relative}.site-nav a[aria-current=page],.site-nav a:hover{color:var(--color-gold)}.nav-test-drive-cta{color:#101514;background:linear-gradient(135deg, var(--color-gold), #e2c988);letter-spacing:.04em;text-transform:uppercase;white-space:nowrap;border:1px solid #e2c988b8;border-radius:999px;flex:none;justify-content:center;align-items:center;min-height:42px;margin-left:clamp(26px,4vw,68px);margin-right:-32px;padding:0 16px;font-size:.78rem;font-weight:900;transition:box-shadow .18s,transform .18s;display:inline-flex;box-shadow:0 12px 30px #c8a56338}.nav-test-drive-cta:hover{transform:translateY(-1px);box-shadow:0 16px 36px #c8a56352}.site-footer{border-top:1px solid var(--color-line);background:#0000002e}.site-footer__inner{min-height:96px;color:var(--color-ink-soft);justify-content:space-between;align-items:center;gap:20px;font-size:.92rem;font-weight:700;display:flex}.site-footer__copy{flex-wrap:wrap;align-items:center;gap:12px 24px;display:flex}.site-footer__socials{letter-spacing:.08em;text-transform:uppercase;align-items:center;gap:18px;font-size:.82rem;font-weight:800;display:flex}.site-footer__socials a{color:var(--color-ink-soft)}.site-footer__socials a:hover{color:var(--color-gold)}.form-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:16px;display:grid}.field{color:var(--color-ink-soft);gap:8px;font-size:.86rem;font-weight:800;display:grid}.field-note-danger{color:#ff6b5f}.field input,.field textarea,.field select{border:1px solid var(--color-line);width:100%;color:var(--color-ink);background:var(--color-surface);border-radius:8px;padding:13px 14px}.field textarea{resize:vertical;min-height:132px}.site-form{border:1px solid var(--color-line);box-shadow:0 24px 70px var(--color-shadow);background:#17211fe0;border-radius:8px;gap:20px;padding:clamp(22px,4vw,36px);display:grid}.spam-trap{width:1px;height:1px;position:absolute;left:-10000px;overflow:hidden}.form-status{border:1px solid #f7f4ed29;border-radius:8px;outline:none;margin:0;padding:12px 14px;font-size:.9rem;font-weight:800}.form-status--success{color:#e5f7e9;background:#49c0862e;border-color:#49c08661}.form-status--error{color:#ffe1dc;background:#ff6b5f2e;border-color:#ff6b5f6b}.form-head{gap:10px;display:grid}.form-head h2{max-width:620px;font-size:2.2rem}.model-card{color:#101514;background:#f2eee5;border:1px solid #c8a5633d;border-radius:8px;grid-template-columns:1fr;display:grid;overflow:hidden;box-shadow:0 24px 70px #00000038}.model-card__media{background:#e7e0d4;height:clamp(300px,32vw,430px);overflow:hidden}.model-card__media img{object-fit:cover;object-position:center;width:100%;height:100%}.model-card__body{background:#f2eee5;gap:20px;min-height:250px;padding:clamp(26px,3vw,34px);display:grid}.model-card h3{color:#101514;margin-top:8px;font-size:clamp(1.65rem,2.2vw,2.2rem);line-height:1}.mini-specs{grid-template-columns:repeat(2,minmax(0,1fr));gap:14px;margin:0;display:grid}.mini-specs div,.spec-card{border-top:1px solid #10151429;padding-top:12px}.mini-specs dt,.spec-card p{color:#10151494;text-transform:uppercase;margin:0 0 4px;font-size:.78rem;font-weight:800}.mini-specs dd{color:#101514;margin:0;font-weight:800}.model-card__link{color:#101514;cursor:pointer;background:0 0;border:1px solid #10151438;border-radius:999px;justify-self:start;min-height:42px;padding:0 18px;font-weight:900;transition:border-color .18s,background-color .18s,transform .18s}.model-card__link:hover{background:#c8a56338;border-color:#c8a563cc;transform:translateY(-1px)}.spec-card{gap:4px;display:grid}.spec-card strong{color:var(--color-gold);font-family:var(--font-display);font-size:2.4rem;line-height:1}.spec-card span{color:var(--color-ink-soft);font-weight:700}.color-swatches{grid-template-columns:repeat(auto-fit,minmax(108px,1fr));gap:14px;display:grid}.color-swatch{color:var(--color-ink-soft);gap:10px;margin:0;font-size:.82rem;font-weight:800;display:grid}.color-swatch span{aspect-ratio:1;border:1px solid var(--color-line);border-radius:8px;width:100%;box-shadow:inset 0 0 0 1px #f7f4ed3d}.nav-preorder-hint{pointer-events:none;white-space:nowrap;color:#101514;letter-spacing:0;text-transform:none;background:#f7f4ed;border-radius:999px;padding:6px 9px;font-size:.66rem;font-weight:900;position:absolute;bottom:-34px;left:calc(50% + 18px);transform:translate(-38%);box-shadow:0 12px 34px #00000047}.nav-preorder-hint:before{content:"";background:#f7f4ed;width:10px;height:10px;position:absolute;top:-5px;left:18px;transform:rotate(45deg)}@media (width<=900px){:root{--header-height:auto}.site-header{height:auto;position:relative}.site-header__inner,.site-footer__inner{align-items:flex-start;padding-block:16px}.site-header__inner{grid-template-columns:auto minmax(0,1fr);justify-items:center;gap:14px 16px;display:grid}.site-logo{grid-area:1/1;justify-self:start}.site-nav{white-space:normal;grid-area:2/1/auto/-1;grid-template-columns:repeat(3,max-content);justify-content:center;justify-items:center;gap:12px 16px;width:100%;padding-bottom:2px;font-size:.76rem;display:grid;overflow-x:visible}.site-nav::-webkit-scrollbar{display:none}.site-logo img{width:76px}.nav-test-drive-cta{grid-area:1/2;place-self:start end;min-height:40px;margin-top:6px;margin-left:0;margin-right:0;padding-inline:13px;font-size:.68rem}.site-footer__inner{text-align:center;flex-direction:column;justify-content:center;align-items:center}.site-footer__copy,.site-footer__socials{justify-content:center}.nav-preorder-hint{display:none}}@media (width<=760px){.form-grid{grid-template-columns:1fr;gap:12px}.mini-specs{grid-template-columns:1fr;gap:10px}.form-head h2{font-size:1.55rem;line-height:1.05}.model-card h3{font-size:1.55rem}.model-card{grid-template-columns:1fr}.model-card__media{height:190px}.model-card__body{gap:14px;min-height:0;padding:18px}.model-card__link{min-height:40px;padding-inline:16px}.spec-card strong{font-size:1.65rem}.field{gap:6px;font-size:.82rem}.field input,.field textarea,.field select{padding:11px 12px}.field textarea{min-height:104px}.form-status{padding:10px 12px;font-size:.84rem}.button,.site-form .button{width:100%;min-height:42px}.site-form{box-shadow:0 14px 38px var(--color-shadow);gap:14px;padding:16px}.color-swatches{grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}}@media (width<=420px){.site-main{overflow-x:hidden}h1,h2,h3,p,li,dd,span{overflow-wrap:break-word}.section-shell,.site-header__inner,.site-footer__inner{width:min(var(--site-max), calc(100% - 32px))}.site-header__inner{gap:12px 14px}.site-nav{justify-content:center;gap:10px 14px;font-size:.72rem}.model-card__media{height:172px}}.home-hero{color:#fff;background:var(--color-black);grid-template-rows:1fr auto;align-items:end;min-height:100vh;padding:18vh clamp(20px,5vw,72px) clamp(28px,6vw,70px);display:grid;position:relative;overflow:hidden}.home-hero__media{z-index:0;position:absolute;inset:0}.home-hero__video{object-fit:cover;opacity:0;width:100%;height:100%;transition:opacity .22s;position:absolute;inset:0;transform:scale(1.01)}.home-hero__mobile-poster{display:none}.home-hero__video.is-active{opacity:1}.home-hero:after{z-index:1;content:"";background:linear-gradient(90deg,#080b0ab3 0%,#080b0a70 34%,#080b0a1a 68%,#0000 100%),linear-gradient(#080b0a5c 0%,#0000 45%,#080b0a85 100%);position:absolute;inset:0}.home-hero__content{z-index:2;text-shadow:0 16px 42px #0000006b;align-self:center;gap:0;max-width:860px;margin-inline:0;padding-block:0;display:grid;position:relative;top:-6vh}.home-hero h1{max-width:760px;margin-bottom:10px;font-size:12.5rem;line-height:.78}.home-hero p:not(.section-kicker){color:#ffffffd1;max-width:560px;font-size:1.24rem;line-height:1.45}.home-hero__dots{z-index:2;gap:10px;display:flex;position:absolute;bottom:clamp(20px,4vw,42px);right:clamp(20px,5vw,72px)}.home-hero__dots span{background:#ffffff47;border-radius:999px;width:28px;height:3px}.home-hero__dots span.is-active{background:var(--color-gold);transform:scaleX(1.12)}.proof-feature{background:radial-gradient(circle at 16% 36%, #c8a56338, transparent 30%), linear-gradient(180deg, #0d1110 0%, #151b1a 54%, var(--color-paper) 100%);padding-block:clamp(74px,10vw,132px);position:relative;overflow:hidden}.proof-feature__grid{grid-template-columns:minmax(0,1.12fr) minmax(320px,.88fr);align-items:end;gap:clamp(34px,6vw,88px);display:grid}.proof-feature__statement{gap:18px;display:grid}.proof-feature__statement h2{max-width:790px;color:var(--color-ink);font-size:5rem;line-height:.95}.proof-feature__details{border-top:1px solid var(--color-line);gap:0;display:grid}.proof-feature__details article{border-bottom:1px solid var(--color-line);gap:8px;padding-block:22px;display:grid}.proof-feature__details span{color:var(--color-ink-soft);letter-spacing:.12em;text-transform:uppercase;font-size:.78rem;font-weight:900}.proof-feature__details strong{color:var(--color-gold);font-family:var(--font-display);font-size:1.55rem;line-height:1.08}.cinematic-story{color:#fff;background:#070908;min-height:760vh;position:relative;overflow:visible}.cinematic-story__sticky{align-items:center;min-height:100vh;display:grid;position:sticky;top:0;overflow:hidden}.cinematic-story__backdrop{z-index:0;background:linear-gradient(#080b0aeb,#080b0a4d 44%,#080b0af0),linear-gradient(100deg,#c8a56338,#0000 34%),#070908;position:absolute;inset:0}.cinematic-story__backdrop:after{content:"";background:linear-gradient(90deg,#070908f0 0%,#070908a8 34%,#0000 68%),linear-gradient(270deg,#070908c7 0%,#0000 44%),linear-gradient(#0709083d,#070908a8);position:absolute;inset:0}.cinematic-story__backdrop-image{object-fit:cover;will-change:opacity;width:100%;height:100%;transition:opacity .12s linear;position:absolute;inset:0}.cinematic-story__backdrop-image--exterior{filter:brightness(.72)saturate(.96);object-position:center 46%;transform:scale(1.02)}.cinematic-story__backdrop-image--interior{filter:brightness(.7)saturate(1.05);object-position:center;transform:scale(1.05)}.cinematic-story__stage{z-index:1;min-height:100vh;position:relative}.cinematic-story__copy{z-index:5;text-shadow:0 18px 44px #000000d1;will-change:opacity, transform;background:linear-gradient(90deg,#070908d1,#0709087a 74%,#0000);border-left:2px solid #e2c988bd;gap:16px;width:min(500px,40vw);padding:22px 24px 24px;transition:opacity 90ms linear,transform 90ms linear;display:grid;position:absolute}.cinematic-story__copy--intro{top:19vh;left:0}.cinematic-story__copy--design{bottom:13vh;right:0}.cinematic-story__copy--cabin{bottom:12vh;left:0}.cinematic-story__copy h2,.cinematic-story__copy h3{font-size:clamp(2.55rem,5vw,5.4rem);line-height:.92}.cinematic-story__copy h3{font-size:clamp(2rem,3.8vw,4.1rem)}.cinematic-story__copy p:not(.section-kicker){color:#ffffffeb;font-size:1.04rem;font-weight:700}.cinematic-story__compact-stack{display:none}.cinematic-story--compact{min-height:0;padding-block:clamp(44px,7vw,88px);overflow:visible}.cinematic-story--compact .cinematic-story__compact-stack{gap:clamp(16px,3vw,28px);display:grid}.cinematic-story--compact .cinematic-story__panel{width:100%}@media (width>=861px){.cinematic-story--safari-stable{background:radial-gradient(circle at 14% 18%,#c8a5633d,#0000 28%),radial-gradient(circle at 88% 42%,#27634a3d,#0000 32%),linear-gradient(145deg,#070908 0%,#111816 46%,#0b0f0e 100%)}.cinematic-story--safari-stable .cinematic-story__panel{justify-self:center;width:min(980px,72vw)}.cinematic-story--safari-stable .cinematic-story__panel:first-child{transform:translate(clamp(120px,16vw,260px))}.cinematic-story--safari-stable .cinematic-story__panel:nth-child(2){transform:translate(clamp(-24px,-4vw,-72px))}.cinematic-story--safari-stable .cinematic-story__panel:last-child{transform:translate(clamp(-260px,-16vw,-120px))}}.cinematic-story__panel{background:#070908;border-radius:8px;min-height:420px;position:relative;overflow:hidden}.cinematic-story__panel img{object-fit:cover;width:100%;height:100%;position:absolute;inset:0}.cinematic-story__panel:after{content:"";background:linear-gradient(#0709081f,#070908c2),linear-gradient(90deg,#070908db,#0709085c 68%,#0709081f);position:absolute;inset:0}.cinematic-story__panel-copy{z-index:1;text-shadow:0 18px 44px #000000d1;border-left:2px solid #e2c988bd;align-content:end;gap:14px;min-height:420px;padding:22px 20px 24px;display:grid;position:relative}.cinematic-story__panel-copy h2,.cinematic-story__panel-copy h3{font-size:clamp(1.95rem,9vw,2.55rem);line-height:.95}.cinematic-story__panel-copy p:not(.section-kicker){color:#ffffffe6;font-size:.94rem;font-weight:700}.cinematic-story__plane{z-index:4;pointer-events:none;opacity:0;filter:drop-shadow(0 26px 44px #00000080);will-change:opacity, transform;transition:opacity 90ms linear,transform 90ms linear;position:absolute}.cinematic-story__plane--side{width:min(520px,34vw);top:13vh;right:-22vw}.cinematic-story__plane--top{width:min(360px,23vw);top:50%;left:clamp(18px,5vw,76px)}.cinematic-story__vehicle{z-index:2;pointer-events:none;will-change:opacity, transform;width:min(860px,66vw);margin:0;transition:opacity 90ms linear,transform 90ms linear;position:absolute;top:30%;left:50%}.cinematic-story__vehicle:after{content:"";filter:blur(12px);background:radial-gradient(#0000009e,#0000 68%);border-radius:999px;height:18%;position:absolute;bottom:-9%;left:7%;right:8%;transform:scaleX(.9)}.cinematic-story__vehicle img{z-index:1;object-fit:cover;will-change:transform;border-radius:8px;width:100%;transition:transform 90ms linear;position:relative;box-shadow:0 38px 96px #0000006b}.home-section{isolation:isolate;padding-block:clamp(64px,10vw,124px);scroll-margin-top:96px;position:relative;overflow:hidden}.models-preview{background:radial-gradient(circle at 18% 20%, #c8a5631f, transparent 28%), linear-gradient(180deg, #0b0f0e, var(--color-paper))}.models-preview .section-heading{color:var(--color-ink);text-shadow:none}.models-preview .section-heading p:not(.section-kicker){color:var(--color-ink-soft)}.section-heading{gap:16px;margin-bottom:32px;display:grid}.section-heading h2,.design-preview h2,.wheel-story h2,.contact-preview h2{max-width:760px;font-size:4.2rem}.section-heading p:not(.section-kicker),.design-preview p:not(.section-kicker),.wheel-story p:not(.section-kicker),.contact-preview p:not(.section-kicker){max-width:720px;color:var(--color-ink-soft);font-size:1.04rem}.model-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:24px;display:grid}.models-preview__controls{display:none}.models-preview__carousel{display:grid}.models-preview__mobile-card{display:none}.image-panel:before{z-index:-2;content:"";background-position:50%;background-size:cover;position:absolute;inset:0}.image-panel:after{z-index:-1;content:"";background:linear-gradient(90deg,#080b0adb,#080b0a85 46%,#080b0a2e),linear-gradient(#080b0a1f,#080b0ab8);position:absolute;inset:0}.design-preview{color:#fff;min-height:clamp(548px,72vh,664px);padding-block:clamp(42px,6.5vw,80px)}.design-preview h2{color:#fff}.design-preview .section-kicker{color:var(--color-gold)}.design-preview p:not(.section-kicker){color:#ffffffc2}.design-preview:before{display:none}.design-preview__video{z-index:-2;object-fit:cover;object-position:center;width:100%;height:100%;position:absolute;inset:0;transform:scale(1.22)}.design-preview__mobile-image{display:none}.design-preview__grid,.wheel-story__grid,.contact-preview__grid{grid-template-columns:minmax(0,.95fr) minmax(0,1.05fr);align-items:center;gap:clamp(28px,5vw,72px);display:grid}.design-preview__grid{grid-template-columns:minmax(0,.72fr)}.design-preview__grid>div,.wheel-story__grid>div,.contact-preview__grid>div{gap:20px;display:grid}.design-preview img{aspect-ratio:16/9;object-fit:cover;border-radius:8px;width:100%;box-shadow:0 28px 80px #10151429}.design-color-images{grid-template-columns:repeat(4,minmax(0,1fr));gap:12px;max-width:500px;display:grid}.design-color-image{gap:7px;margin:0;display:grid}.design-color-image img{aspect-ratio:1;object-fit:cover;border:1px solid #ffffff2e;border-radius:8px;width:100%;box-shadow:inset 0 0 0 1px #ffffff1f,0 18px 42px #0000003d}.design-color-image figcaption{color:#ffffffdb;font-size:.74rem;font-weight:900}.section-learn-link{color:#fff;text-shadow:0 12px 34px #0000007a;z-index:1;background:0 0;border:0;gap:10px;padding-inline:0;position:absolute;bottom:clamp(28px,5vw,72px);right:clamp(20px,5vw,72px)}.section-learn-link span{font-weight:900;transition:transform .18s}.section-learn-link:hover span{transform:translate(3px)}.tech-preview:before{background-image:var(--panel-image)}.tech-preview .section-heading{color:#fff;text-shadow:0 18px 48px #00000070}.tech-preview .section-heading p:not(.section-kicker){color:#ffffffc2}.tech-preview .spec-card{-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);background:linear-gradient(135deg,#080b0ae6,#141d1bc2);border:1px solid #f7f4ed33;border-radius:8px;min-height:102px;padding:20px;box-shadow:0 24px 58px #0000004d}.tech-preview .spec-card p{color:#f7f4edb8;letter-spacing:.08em}.tech-preview .spec-card strong{color:#e2c988;text-shadow:0 10px 26px #0000005c}.spec-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:24px;display:grid}.safety-strip{flex-wrap:wrap;justify-content:flex-start;gap:10px;margin-top:36px;padding-top:2px;display:flex}.safety-strip span{color:#18211f;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#f2eee5e6;border:1px solid #f7f4ed80;border-radius:999px;padding:10px 16px;font-size:.88rem;font-weight:900;line-height:1.1;box-shadow:0 14px 34px #0000002e}.wheel-story{background:linear-gradient(135deg, #27634a42, transparent 45%), var(--color-black);color:#fff}.wheel-story p:not(.section-kicker){color:#ffffffc2}.wheel-story img{width:min(420px,100%);margin-inline:auto;animation:24s linear infinite slow-spin}.smart-cabin-story{color:#fff;background:linear-gradient(135deg,#c8a56324,#0000 46%),linear-gradient(#080b0a,#121918)}.smart-cabin-story__grid{grid-template-columns:minmax(0,.95fr) minmax(0,1.05fr);align-items:center;gap:clamp(28px,5vw,72px);display:grid}.smart-cabin-story h2{max-width:760px;font-size:4.2rem}.smart-cabin-story p:not(.section-kicker){color:#ffffffc2;max-width:680px}.smart-cabin-story__visual{align-content:end;min-height:520px;padding-top:220px;padding-bottom:clamp(72px,8vw,108px);display:grid;position:relative}.smart-cabin-story__visual img{opacity:.48;object-fit:contain;filter:brightness(1.18)contrast(1.06)drop-shadow(0 30px 82px #0000007a);width:min(760px,112%);max-height:520px;animation:8s ease-in-out infinite cabin-idle;position:absolute;top:0;right:min(-8vw,-24px)}.smart-cabin-story__points{z-index:1;grid-template-columns:repeat(2,minmax(0,1fr));align-self:end;gap:14px;padding:18px 0 0;display:grid;position:relative}.smart-cabin-story__points span{color:var(--color-ink);text-shadow:0 14px 36px #0000006b;border-top:1px solid #c8a5635c;padding-top:14px;font-weight:900}.smart-cabin-story__link{bottom:0;right:0}.contact-preview{color:#fff}.contact-preview:before{background-image:var(--panel-image)}.contact-preview .site-form{-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);background:#080b0aad}@keyframes slow-spin{to{transform:rotate(360deg)}}@keyframes cabin-idle{0%,to{transform:translate(0)}50%{transform:translate(-34px)}}@media (prefers-reduced-motion:reduce){.cinematic-story{min-height:0}.cinematic-story__sticky{min-height:860px;position:relative}.cinematic-story__copy,.cinematic-story__vehicle,.cinematic-story__vehicle img{transition:none}.smart-cabin-story__visual img,.wheel-story img{animation:none}}@media (width<=860px){.proof-feature__grid,.model-grid,.spec-grid,.design-preview__grid,.wheel-story__grid,.smart-cabin-story__grid,.contact-preview__grid{grid-template-columns:1fr}.home-hero{min-height:min(720px,100svh);padding:72px 20px 58px}.home-hero h1{font-size:clamp(4rem,15vw,5.4rem)}.home-hero__content{top:0}.home-hero__video{object-position:58% center}.home-hero__mobile-poster{display:block;position:absolute;inset:0}.home-hero__mobile-poster img{object-fit:cover;object-position:58% center;width:100%;height:100%}.home-hero p:not(.section-kicker){font-size:1.05rem}.proof-feature__statement h2{font-size:2.7rem}.proof-feature__details strong{font-size:1.28rem}.cinematic-story{min-height:420svh}.cinematic-story--compact{min-height:0}.cinematic-story--compact .cinematic-story__panel{width:min(100%, calc(100vw - var(--space-page) * 2));justify-self:center;transform:none}.cinematic-story__sticky{min-height:100svh;padding-block:0;position:sticky}.cinematic-story__stage{min-height:100svh;display:block}.cinematic-story__copy{width:min(100%, calc(100vw - var(--space-page) * 2));background:linear-gradient(90deg,#070908e6,#07090894 78%,#0000);padding:18px 20px;position:absolute;inset:auto auto auto 0}.cinematic-story__copy--intro{top:clamp(96px,17svh,140px)}.cinematic-story__copy--design{bottom:clamp(24px,7svh,60px);left:auto;right:0}.cinematic-story__copy--cabin{bottom:clamp(24px,7svh,60px)}.cinematic-story__copy h2,.cinematic-story__copy h3{font-size:clamp(2rem,10vw,2.65rem)}.cinematic-story__copy p:not(.section-kicker){font-size:.96rem}.cinematic-story__vehicle{width:100%;position:relative;top:auto;left:auto;opacity:1!important;transform:none!important}.cinematic-story__vehicle img{transform:none!important}.cinematic-story__plane{width:min(260px,62vw)}.cinematic-story__plane--side{top:18svh}.cinematic-story__plane--top{top:44%;left:50%}.cinematic-story__backdrop:after{background:linear-gradient(90deg,#070908e6 0%,#0709087a 54%,#0000),linear-gradient(#0709082e,#070908c2)}.cinematic-story__backdrop-image--exterior{object-position:56% center}.cinematic-story__backdrop-image--interior{object-position:58% center}.section-heading h2,.design-preview h2,.wheel-story h2,.smart-cabin-story h2,.contact-preview h2{font-size:2.45rem}.section-learn-link{margin:28px var(--space-page) 0 auto;position:relative;bottom:auto;right:auto}.safety-strip{margin-bottom:0}.design-color-images{grid-template-columns:repeat(4,minmax(0,1fr));max-width:100%}.design-preview{align-items:start;min-height:0;padding-block:34px 44px;display:grid}.design-preview__grid{align-items:start}.design-preview__video{object-position:62% center;transform:scale(1.2)}.contact-preview__grid{gap:32px}}@media (width<=760px){.home-section{padding-block:48px}.proof-feature{padding-block:52px}.proof-feature__grid{gap:24px}.proof-feature__statement{gap:12px}.proof-feature__statement h2{font-size:2.15rem}.proof-feature__details article{gap:5px;padding-block:14px}.proof-feature__details strong{font-size:1.08rem}.section-heading{gap:10px;margin-bottom:22px}.section-heading h2,.design-preview h2,.wheel-story h2,.smart-cabin-story h2,.contact-preview h2{font-size:2.15rem}.section-heading p:not(.section-kicker),.design-preview p:not(.section-kicker),.wheel-story p:not(.section-kicker),.contact-preview p:not(.section-kicker){font-size:.96rem}.model-grid,.spec-grid{gap:16px}.models-preview__desktop-grid{display:none}.models-preview__carousel{gap:14px}.models-preview__mobile-card{display:block}.models-preview__mobile-card .model-card{grid-template-columns:1fr}.models-preview__mobile-card .model-card__media{height:196px;min-height:0}.models-preview__mobile-card .model-card__media img{object-fit:cover;object-position:center 68%}.models-preview__mobile-card .model-card__body{gap:12px;min-height:0;padding:16px 14px}.models-preview__mobile-card .mini-specs{grid-template-columns:repeat(2,minmax(0,1fr));gap:10px 12px}.models-preview__mobile-card .mini-specs dt{font-size:.68rem}.models-preview__mobile-card .mini-specs dd{font-size:.98rem}.models-preview__controls{justify-content:center;align-items:center;gap:12px;display:flex}.models-preview__controls button{width:42px;min-height:42px;color:var(--color-gold);background:linear-gradient(#080b0aeb,#111817f0);border:1px solid #c8a5636b;border-radius:999px;padding:0;font-size:1.1rem;font-weight:900;box-shadow:0 12px 28px #10151433}.models-preview__controls button:hover{background:linear-gradient(#171f1dfa,#1f2926fa)}.models-preview__controls span{min-width:48px;color:var(--color-ink-soft);letter-spacing:.08em;text-align:center;text-transform:uppercase;font-size:.76rem;font-weight:900}.design-preview__grid>div,.wheel-story__grid>div,.contact-preview__grid>div{gap:14px}.tech-preview .spec-card{min-height:0;padding:14px;box-shadow:0 14px 34px #0000003d}.safety-strip{gap:8px;margin-top:24px}.safety-strip span{border-radius:8px;padding:8px 10px;font-size:.8rem}.wheel-story img{width:min(280px,74vw)}.smart-cabin-story__visual{min-height:280px;padding-top:128px}.smart-cabin-story__link{place-self:end start;margin:8px 0 0;position:static}.smart-cabin-story__points{gap:10px}.smart-cabin-story__points span{padding-top:10px;font-size:.9rem}}@media (width>=861px) and (width<=1120px){.home-hero h1{font-size:8.5rem}.section-heading h2,.design-preview h2,.wheel-story h2,.smart-cabin-story h2,.contact-preview h2{font-size:3.45rem}}@media (width<=520px){.home-hero h1{font-size:clamp(3.35rem,16vw,4.4rem)}.home-hero{min-height:640px;padding-block:60px 52px}.home-hero p:not(.section-kicker){max-width:100%;font-size:1rem}.design-preview h2{max-width:14ch;font-size:1.85rem}.cinematic-story__backdrop-image--interior{object-position:74% center}.design-preview{min-height:0}.design-preview__video{display:none}.design-preview__mobile-image{z-index:-2;width:100%;height:100%;display:block;position:absolute;inset:0}.design-preview__mobile-image img{object-fit:cover;object-position:58% center;width:100%;height:100%}.design-preview p:not(.section-kicker){max-width:32ch}.smart-cabin-story__grid>div:first-child{gap:12px;display:grid}.smart-cabin-story__points{grid-template-columns:1fr}.smart-cabin-story__visual{min-height:340px;padding-top:180px}.smart-cabin-story__visual img{opacity:.38;width:min(560px,118%);animation-name:cabin-idle-mobile;right:50%}.design-color-images{grid-template-columns:repeat(3,minmax(0,1fr));gap:8px;max-width:340px}.design-color-image figcaption{font-size:.62rem;line-height:1.15}.design-color-image img{border-radius:6px;box-shadow:inset 0 0 0 1px #ffffff1f,0 10px 24px #0003}}@media (width<=426px){.cinematic-story--compact{padding-block:44px}.cinematic-story--compact .cinematic-story__compact-stack{gap:16px}.cinematic-story--compact .cinematic-story__panel--exterior img,.cinematic-story--compact .cinematic-story__panel--design img{object-position:58% center}.cinematic-story--compact .cinematic-story__panel--cabin img{object-position:74% center}}@keyframes cabin-idle-mobile{0%,to{transform:translate(50%)}50%{transform:translate(calc(50% - 26px))}}.trim-compare--with-bg{background:var(--color-black);align-content:center;height:100svh;min-height:0;padding-block:clamp(28px,4vh,44px);display:grid;position:relative;overflow:hidden}.trim-compare__bg-image{object-fit:cover;object-position:center;opacity:.34;z-index:0;pointer-events:none;width:100%;height:820px;min-height:100%;transition:opacity .26s,filter .26s;position:absolute;top:50%;left:0;transform:translateY(-50%)}.trim-compare--with-bg>.section-shell,.trim-compare--with-bg>.trim-table{z-index:1;position:relative}.models-page{background:linear-gradient(#c8a5631a,#0000 42%)}.models-hero{color:#fff;background:var(--color-black);align-items:end;min-height:100vh;padding-block:18vh clamp(50px,8vw,96px);display:grid;position:relative;overflow:hidden}.models-hero__video-bg{object-fit:cover;z-index:0;pointer-events:none;filter:brightness(.7)saturate(1.1);width:100%;height:100%;position:absolute;inset:0}.models-hero__mobile-poster{display:none}.models-hero:after{content:"";background:linear-gradient(#080b0a33,#080b0ac7),linear-gradient(90deg,#080b0ab8,#080b0a2e 68%);position:absolute;inset:0}.models-hero__content{z-index:1;align-items:end;min-height:58vh;display:grid;position:relative}.color-section__grid{grid-template-columns:minmax(0,.9fr) minmax(0,1.1fr);align-items:center;gap:clamp(28px,5vw,72px);display:grid}.models-hero h1,.trim-compare h2,.color-section h2,.common-specs h2{max-width:820px;font-size:4.8rem}.models-hero p:not(.section-kicker),.color-section p{color:#ffffffc2;max-width:680px;font-size:1.08rem}.models-section{padding-block:clamp(52px,8vw,96px)}.model-proof__grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:20px;display:grid}.model-proof{color:#fff;background:radial-gradient(circle at 16% 12%,#49c08633,#0000 28%),radial-gradient(circle at 86% 8%,#c8a56329,#0000 30%),linear-gradient(135deg,#07100d 0%,#101714 54%,#17140c 100%);position:relative;overflow:hidden}.model-proof:before{content:"";pointer-events:none;background-color:#0000;background-image:linear-gradient(90deg,#ffffff09 1px,#0000 1px),linear-gradient(#ffffff06 1px,#0000 1px);background-position:0 0,0 0;background-repeat:repeat,repeat;background-size:72px 72px;background-attachment:scroll,scroll;background-origin:padding-box,padding-box;background-clip:border-box,border-box;position:absolute;inset:0;-webkit-mask-image:linear-gradient(#0000,#000 18% 78%,#0000);mask-image:linear-gradient(#0000,#000 18% 78%,#0000)}.model-proof__layout{z-index:1;gap:clamp(24px,4vw,44px);display:grid;position:relative}.model-proof__intro{max-width:760px}.model-proof__intro h2{color:#fff;max-width:820px;margin-bottom:12px;font-size:clamp(2.3rem,4vw,4.4rem)}.model-proof__intro p:not(.section-kicker){color:#ffffffb8;max-width:680px;font-size:1.04rem}.model-proof .spec-card{border-top-color:#ffffff38;padding:18px 0 0}.model-proof .spec-card p{color:#ffffffad}.model-proof .spec-card strong{color:#e1bd74}.model-proof .spec-card span{color:#ffffffc2}.model-proof__battery{grid-template-columns:repeat(4,minmax(0,1fr));gap:12px;display:grid}.model-proof__battery span{color:#ffffffdb;text-align:center;background:#ffffff12;border:1px solid #ffffff29;border-radius:999px;padding:12px 14px;font-size:.88rem;font-weight:900}.model-showcase{background:var(--color-black);grid-template-columns:repeat(2,minmax(0,1fr));min-height:clamp(520px,76vh,720px);max-height:760px;display:grid}.model-feature{min-height:inherit;perspective:1600px;position:relative;overflow:hidden}.model-feature__grid{min-height:inherit;isolation:isolate;transform-style:preserve-3d;position:relative;overflow:hidden}.model-feature__front,.model-feature__back{min-height:inherit;box-sizing:border-box;backface-visibility:hidden;transform-style:preserve-3d;transition:transform .76s cubic-bezier(.2,.72,.18,1);position:absolute;inset:0;overflow:hidden}.model-feature__front{z-index:2;display:grid;transform:rotateY(0)}.model-feature__front:after{z-index:1;content:"";backface-visibility:hidden;pointer-events:none;background:linear-gradient(#080b0a0f 0%,#080b0a38 42%,#080b0ad6 100%),linear-gradient(90deg,#080b0a3d,#080b0a0f 52%,#080b0a47);position:absolute;inset:0}.model-feature:hover .model-feature__front,.model-feature:focus .model-feature__front,.model-feature:focus-within .model-feature__front,.model-feature.is-flipped .model-feature__front{transform:rotateY(-180deg)}.model-feature:hover .model-feature__back,.model-feature:focus .model-feature__back,.model-feature:focus-within .model-feature__back,.model-feature.is-flipped .model-feature__back{transform:rotateY(0)}.model-feature:focus-visible{outline:2px solid var(--color-gold);outline-offset:-8px}.model-feature__image{position:absolute;inset:0;overflow:hidden}.model-feature__image img{object-fit:cover;object-position:center;width:100%;height:100%;transition:transform .9s cubic-bezier(.2,.7,.2,1);transform:scale(1.01)}.model-feature:hover .model-feature__image img{transform:scale(1.08)}.model-feature__copy{z-index:2;text-align:center;align-self:end;justify-items:center;gap:16px;max-width:620px;margin-inline:auto;padding:clamp(48px,7vw,84px) clamp(24px,5vw,72px);display:grid;position:relative}.model-feature__copy h2{color:#fff;letter-spacing:.01em;text-transform:uppercase;text-shadow:0 12px 42px #0000008c;white-space:nowrap;max-width:720px;font-size:clamp(2.7rem,4vw,4.7rem)}.model-feature__copy p:not(.section-kicker){color:#ffffffd1;max-width:560px}.model-feature__copy>.model-feature__link{display:none}.model-feature__copy:after{content:"Hover to view specs";color:#ffffffe6;letter-spacing:.13em;text-transform:uppercase;font-size:.78rem;font-weight:900}.model-feature__back{z-index:3;color:#fff;background:radial-gradient(circle at 70% 20%,#c8a56338,#0000 34%),linear-gradient(135deg,#070a09 0%,#111817 54%,#1b1913 100%);align-content:center;place-items:start;gap:22px;padding:clamp(36px,5vw,72px);display:grid;transform:rotateY(180deg)}.model-feature__back h3{color:#fff;text-transform:uppercase;max-width:520px;font-size:clamp(2rem,3.5vw,3.4rem);line-height:.98}.model-feature__quick-specs{grid-template-columns:repeat(2,minmax(0,1fr));gap:14px;width:min(100%,560px);margin:0;display:grid}.model-feature__quick-specs div{border-top:1px solid #ffffff38;padding-top:12px}.model-feature__quick-specs dt{color:var(--color-gold);letter-spacing:.08em;text-transform:uppercase;font-size:.72rem;font-weight:900}.model-feature__quick-specs dd{color:#fff;margin:5px 0 0;font-size:clamp(1.15rem,1.7vw,1.55rem);font-weight:900}.model-feature__quick-highlights{gap:9px;width:min(100%,580px);margin:0;padding-left:18px;display:grid}.model-feature__quick-highlights li{color:#ffffffc7;font-weight:800}.model-feature__link{color:#fff;letter-spacing:.13em;text-transform:uppercase;align-items:center;gap:13px;margin-top:4px;font-size:.78rem;font-weight:900;text-decoration:none;display:inline-flex}.model-feature__link span{border:2px solid #ffffffb8;border-radius:999px;place-items:center;width:38px;height:38px;font-size:1.1rem;transition:transform .22s,background .22s;display:grid}.model-feature__link:hover span{background:#ffffff2e;transform:translate(4px)}.model-feature__specs{grid-template-columns:repeat(2,minmax(0,1fr));gap:16px;margin:10px 0 0;display:grid}.model-info-carousel{color:#101514;background:#f4f0e8;border:1px solid #c8a56338;border-radius:8px;padding:clamp(18px,3vw,28px);overflow:hidden;box-shadow:0 24px 70px #00000038}.model-info-carousel__head{justify-content:space-between;align-items:center;gap:18px;margin-bottom:18px;display:flex}.model-info-carousel__head h3{color:#101514;font-size:1.35rem}.model-info-carousel__head span{color:#7d652f;letter-spacing:.12em;margin-bottom:6px;font-size:.75rem;font-weight:900;display:block}.model-info-carousel__arrows{gap:8px;display:flex}.model-info-carousel__arrows button{color:#101514;cursor:pointer;background:0 0;border:1px solid #10151433;border-radius:999px;width:42px;min-height:42px;padding:0;font-weight:900}.model-info-carousel__arrows button:hover{background:#c8a56338}.model-feature__highlights{gap:10px;min-height:168px;margin:0;padding-left:18px;display:grid}.model-feature__highlights li{color:#101514b8}.model-info-carousel__dots{gap:8px;margin-top:18px;display:flex}.model-info-carousel__dots span{background:#1015142e;border-radius:999px;width:24px;height:3px}.model-info-carousel__dots span.is-active{background:var(--color-gold)}.model-info-carousel .model-feature__specs{min-height:168px;margin:0}.model-info-carousel__viewport{overflow:hidden}.model-info-carousel__track{transition:transform .32s;display:flex}.model-info-carousel__slide{flex:0 0 100%;min-width:0}.model-feature__specs div{border-top:1px solid #10151429;padding-top:14px}.model-feature__specs dt{color:#7d652f;text-transform:uppercase;font-size:.78rem;font-weight:900}.model-feature__specs dd{color:#101514;margin:5px 0 0;font-weight:900}.model-info-carousel .model-feature__specs dt{color:#7d652f}.model-info-carousel .model-feature__specs dd{color:#101514}.model-proof__claim{color:var(--color-gold);margin:0;font-weight:900}.common-specs .spec-card{border-top:0;border-bottom:0;padding:0}.common-specs .spec-grid{row-gap:44px}.common-specs .spec-card p{color:#ffffffb3;border-bottom:1px solid #fff3;padding-bottom:8px}.common-specs .spec-card span{color:#ffffffc2}.trim-table{border:1px solid var(--color-line);background:var(--color-surface);border-radius:8px;min-height:410px;overflow:hidden}.trim-compare__panel{align-content:start;gap:18px;min-height:520px;display:grid}.trim-compare__head{justify-content:space-between;align-items:center;gap:18px;display:flex}.trim-compare__head h3{color:#fff;margin:0;font-size:1.35rem}.trim-compare__head span{color:#ffffffad;letter-spacing:.12em;margin-bottom:6px;font-size:.75rem;font-weight:900;display:block}.trim-compare__arrows{gap:8px;display:flex}.trim-compare__arrows button{color:#fff;cursor:pointer;background:#0b0f0e6b;border:1px solid #ffffff3d;border-radius:999px;width:42px;min-height:42px;padding:0;font-weight:900}.trim-compare__arrows button:hover{background:#c8a56347}.trim-compare__dots{gap:8px;display:flex}.trim-compare__dots span{background:#ffffff2e;border-radius:999px;width:24px;height:3px}.trim-compare__dots span.is-active{background:var(--color-gold)}.trim-table [role=row]{grid-template-columns:1.2fr repeat(2,1fr);min-height:58px;display:grid}.trim-table--shared [role=row]{grid-template-columns:1.2fr 1.8fr}.trim-table [role=row]>*{border-bottom:1px solid var(--color-line);text-shadow:none;padding:16px 18px}.trim-table [role=row]>*+*{border-left:1px solid var(--color-line)}.trim-table [role=row]:last-child>*{border-bottom:0}.trim-table strong{color:#fff;background:#0b0f0e}.color-section{color:#fff;background:radial-gradient(circle at 18% 18%,#49c0862e,#0000 30%),linear-gradient(115deg,#27634a57,#1a2320c7 48%),#111817}.color-section p{color:#ffffffbd}.color-section .section-kicker{letter-spacing:.12em;color:var(--color-gold);font-size:.78rem;font-weight:800}.color-section__facts{gap:10px;max-width:620px;margin-top:26px;display:grid}.color-section__facts span{border-left:3px solid var(--color-gold);color:#ffffffdb;background:linear-gradient(90deg,#c8a5631f,#0000);padding:10px 0 10px 14px;font-weight:900}.trim-image-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:16px;display:grid}.trim-image-card{gap:10px;margin:0;display:grid}.trim-image-card img{aspect-ratio:4/3;object-fit:cover;border:1px solid #ffffff38;border-radius:10px;width:100%;box-shadow:0 22px 60px #0000003d}.trim-image-card figcaption{color:#ffffffdb;font-size:.86rem;font-weight:800}@media (width<=860px){.models-hero__content,.color-section__grid,.model-proof__grid,.model-proof__battery,.trim-image-grid{grid-template-columns:1fr}.model-showcase{grid-template-columns:1fr;min-height:0;max-height:none}.model-feature,.model-feature__grid{min-height:clamp(440px,78vh,620px)}.model-feature__copy{min-height:0;padding:42px 24px}.model-feature__copy h2{white-space:normal;font-size:2.55rem}.model-feature__specs{grid-template-columns:1fr}.model-info-carousel__head,.trim-compare__head{flex-direction:column;align-items:flex-start}.trim-compare__bg-image{height:100%;top:0;transform:none}.trim-table{min-height:410px;overflow-x:visible}.trim-compare__panel{min-height:520px}.trim-table [role=row]{min-width:0}.models-hero h1,.trim-compare h2,.color-section h2,.common-specs h2{font-size:2.55rem}.models-hero{min-height:min(720px,86svh);margin-top:-1px;padding-block:72px 56px}.models-hero__content{min-height:0}.models-hero__video-bg{object-position:58% center}.models-hero__mobile-poster{z-index:0;pointer-events:none;display:block;position:absolute;inset:0}.models-hero__mobile-poster img{object-fit:cover;object-position:50% center;filter:brightness(.72)saturate(1.08);width:100%;height:100%}.models-hero__video-bg{display:none}.model-feature__back{padding:28px 22px}.model-feature__quick-specs{gap:12px}.trim-compare--with-bg{align-content:start;height:auto;min-height:100svh}}@media (width<=520px){.models-section{padding-block:42px}.models-hero h1,.trim-compare h2,.color-section h2,.common-specs h2{font-size:2rem}.models-hero h1{max-width:12ch}.models-hero p:not(.section-kicker){max-width:30ch}.model-proof__battery span,.color-section__facts span{text-align:left;border-radius:8px}.model-proof__layout,.color-section__grid{gap:22px}.model-proof__grid{gap:14px}.model-proof .spec-card{padding-top:12px}.model-proof__battery{gap:8px}.model-proof__battery span{padding:9px 11px;font-size:.78rem}.model-feature,.model-feature__grid{min-height:540px}.model-feature__copy{gap:10px;padding:22px 16px}.model-feature__copy h2{font-size:1.8rem}.model-feature__copy p:not(.section-kicker){font-size:.88rem}.model-feature__copy:after{content:"Tap to view specs";letter-spacing:.1em;font-size:.64rem}.model-feature:focus .model-feature__front,.model-feature:focus-within .model-feature__front{transform:rotateY(0)}.model-feature:focus .model-feature__back,.model-feature:focus-within .model-feature__back{transform:rotateY(180deg)}.model-feature.is-flipped .model-feature__front{transform:rotateY(-180deg)}.model-feature.is-flipped .model-feature__back{transform:rotateY(0)}.model-feature__back{align-content:start;gap:10px;padding:14px 16px 18px;overflow-y:auto}.model-feature__back h3{font-size:1.38rem;line-height:1.04}.model-feature__back .section-kicker{font-size:.68rem}.model-feature__quick-specs{grid-template-columns:1fr;gap:6px}.model-feature__quick-specs div{padding-top:7px}.model-feature__quick-specs dt{font-size:.64rem}.model-feature__quick-specs dd{margin-top:3px;font-size:.92rem}.model-feature__quick-highlights{gap:5px;padding-left:16px;font-size:.76rem}.color-section__facts{gap:8px;margin-top:18px}.color-section__facts span{padding:9px 0 9px 12px;font-size:.84rem}.trim-image-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}.trim-image-card{gap:7px}.trim-image-card img{aspect-ratio:1;border-radius:8px}.trim-compare__panel{gap:12px;min-height:0}.trim-table{background:0 0;border:0;min-height:0}.trim-compare__bg-image{display:none}.trim-compare--with-bg{background:linear-gradient(180deg, #080b0ad1, #080b0ae6), var(--trim-compare-fallback) center / cover no-repeat}.trim-table [role=row]:first-child{display:none}.trim-table [role=row]{border:1px solid var(--color-line);background:#151b1ae6;border-radius:8px;grid-template-columns:1fr;gap:6px;min-height:0;margin-bottom:10px;padding:12px;display:grid}.trim-table [role=row]>*{border:0;padding:0}.trim-table [role=row]>*+*{border-left:0}.trim-table span[role=cell]:first-child{color:var(--color-gold);letter-spacing:.08em;text-transform:uppercase;font-size:.72rem;font-weight:900}.trim-table span[role=cell]:not(:first-child){color:#ffffffdb;font-weight:800}.trim-table span[role=cell][data-trim]:before{content:attr(data-trim);color:#ffffff8f;letter-spacing:.08em;text-transform:uppercase;margin-bottom:4px;font-size:.68rem;font-weight:900;display:block}}@media (width>=861px) and (width<=1120px){.model-showcase{min-height:clamp(560px,72vh,680px);max-height:700px}.model-feature__back{align-content:start;gap:16px;padding:30px 28px}.model-feature__back h3{font-size:clamp(1.75rem,2.7vw,2.45rem);line-height:1}.model-feature__quick-specs{gap:10px 12px}.model-feature__quick-specs div{padding-top:10px}.model-feature__quick-specs dd{font-size:clamp(1rem,1.35vw,1.25rem)}.model-feature__quick-highlights{gap:7px;font-size:.92rem}.model-feature__link{margin-top:0;font-size:.72rem}.models-hero h1,.trim-compare h2,.color-section h2,.common-specs h2{font-size:3.6rem}}@media (width>=861px) and (height<=840px){.model-showcase{min-height:clamp(640px,96vh,760px);max-height:none}.model-feature,.model-feature__grid,.model-feature__front,.model-feature__back{min-height:inherit}.model-feature__back{align-content:start;gap:16px;padding:56px 24px 0;overflow-y:auto}.model-feature__back h3{font-size:clamp(1.8rem,3vw,2.8rem);line-height:1}.model-feature__quick-specs{gap:10px 12px}.model-feature__quick-specs div{padding-top:10px}.model-feature__quick-specs dd{font-size:clamp(1rem,1.5vw,1.3rem)}.model-feature__quick-highlights{gap:7px;font-size:.92rem}.model-feature__link{margin-top:0;font-size:.72rem}}@media (height<=820px) and (width>=861px){.trim-compare--with-bg{padding-block:calc(var(--header-height) + 12px) 18px;align-content:start}.trim-compare .section-heading{margin-bottom:14px}.trim-compare h2{max-width:760px;font-size:clamp(2.4rem,7vh,3.35rem);line-height:.96}.trim-compare__panel{gap:10px;min-height:0}.trim-compare__head h3{font-size:1.15rem}.trim-compare__head span{margin-bottom:3px}.trim-table{min-height:0}.trim-table [role=row]{min-height:44px}.trim-table [role=row]>*{padding:10px 16px}}.design-page{background:var(--color-paper)}.design-hero{color:#fff;background:var(--color-ink);align-items:end;min-height:100svh;display:grid;position:relative;overflow:hidden}.design-hero__image{object-fit:cover;opacity:.82;width:100%;height:100%;position:absolute;inset:0}.design-hero__image--mobile{display:none}.design-hero:after{content:"";background:linear-gradient(90deg,#080b0aa8,#080b0a3d 58%,#080b0a14),linear-gradient(#10151414,#101514d6);position:absolute;inset:0}.design-hero__content{z-index:1;width:min(860px, calc(100% - var(--space-page) * 2));margin:0 0 clamp(36px, 7vh, 72px) max(var(--space-page), calc((100% - var(--site-max)) / 2));text-shadow:0 18px 44px #000000d1;background:linear-gradient(90deg,#070908d1,#0709087a 74%,#0000);border-left:2px solid #e2c988bd;align-self:end;justify-items:start;gap:18px;padding:22px 24px 24px;display:grid;position:relative}.design-hero h1{max-width:860px;font-size:clamp(3.2rem,6.4vw,6.8rem)}.design-hero p:not(.section-kicker){color:#ffffffeb;max-width:720px;font-size:1.22rem;font-weight:700}.design-section{padding-block:clamp(58px,9vw,116px)}.philosophy{background:linear-gradient(115deg, #27634a47, transparent 48%), var(--color-black);color:#fff}.philosophy__grid{grid-template-columns:minmax(0,.9fr) minmax(0,1.1fr);align-items:start;gap:clamp(28px,5vw,72px);display:grid}.philosophy h2,.sketch-book h2,.detail-grid-section h2,.cabin-section h2{max-width:820px;font-size:4.4rem}.philosophy__copy{gap:18px;display:grid}.philosophy p:not(.section-kicker),.philosophy__copy li{color:#ffffffc7;font-size:1.08rem}.philosophy__copy ul{gap:10px;margin:0;padding-left:20px;display:grid}.philosophy__copy blockquote{color:#fff;font-family:var(--font-display);border-left:2px solid #e2c988bd;margin:0;padding:10px 0 10px 16px;font-size:clamp(1.2rem,2vw,1.7rem);line-height:1.12}.philosophy__copy li::marker{color:var(--color-gold)}.sketch-book{background:linear-gradient(90deg,#ac9d722e,#0000),#c8a5630f;padding-block:clamp(44px,6vw,76px)}.sketch-pages{perspective:1200px;grid-template-columns:repeat(4,minmax(0,1fr));align-items:start;gap:16px;display:grid}.sketch-page{background:#efe8d8;border:1px solid #1015141f;border-radius:4px;margin:0;padding:9px;transform:rotateY(-5deg);box-shadow:0 24px 60px #1015141f}.sketch-page:nth-child(2n){transform:rotateY(5deg)translateY(18px)}.sketch-page img{object-fit:initial;filter:saturate(.7);width:100%;height:auto}.sketch-page figcaption{color:var(--color-ink-soft);gap:5px;margin-top:8px;font-size:.84rem;font-weight:800;display:grid}.sketch-page figcaption span{color:#1015148f;letter-spacing:.12em;text-transform:uppercase;font-size:.74rem}.sketch-page figcaption strong{color:#101514;font-family:var(--font-display);font-size:1.1rem;line-height:1}.sketch-page figcaption small{color:#101514ad;font-size:.8rem;font-weight:700;line-height:1.35}.concept-video-section{color:#fff;background:radial-gradient(circle at 84% 20%,#c8a56333,#0000 28%),linear-gradient(135deg,#080b0a,#151b1a 58%,#101514);align-items:end;min-height:clamp(540px,72svh,760px);padding:0;display:grid;position:relative;overflow:hidden}.concept-video-section:after{content:"";pointer-events:none;background:linear-gradient(#080b0a1f,#0000 42%,#080b0abd),linear-gradient(90deg,#080b0aad,#0000 48%);position:absolute;inset:0}.concept-video-section__heading{z-index:2;text-shadow:0 18px 44px #000000d1;pointer-events:none;background:linear-gradient(90deg,#070908d6,#0709088f 74%,#0000);border-left:2px solid #e2c988bd;margin-bottom:clamp(28px,5vh,52px);padding:22px 24px 24px;position:relative}.concept-video-section__heading p:not(.section-kicker){color:#ffffffe0;max-width:680px;font-size:1.08rem;font-weight:700}.concept-video-section__video{object-fit:cover;background:#000;width:100%;height:100%;position:absolute;inset:0}.design-detail-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:18px;display:grid}.design-detail{border:1px solid var(--color-line);background:var(--color-surface);border-radius:8px;overflow:hidden;box-shadow:0 24px 60px #1015141a}.design-detail__media{aspect-ratio:4/3;background:#080b0a;position:relative;overflow:hidden}.design-detail__media img{object-fit:cover;width:100%;height:100%;position:absolute;inset:0}.design-detail__media--headlight img{object-position:22% center}.design-detail__media--taillight img{object-position:center 54%}.design-detail__media--blend img:first-child{z-index:2;object-position:62% center;animation:12s ease-in-out infinite detailImageReveal}.design-detail__media--blend img:last-child{z-index:1;object-position:42% center;filter:brightness(1.12)saturate(1.04)contrast(.98);animation:none;transform:scale(1.06)}.design-detail__media--blend:after{z-index:3;content:"";pointer-events:none;background:linear-gradient(90deg,#080b0a0f,#0000 34% 72%,#080b0a0a),linear-gradient(#0000 70%,#080b0a1a);position:absolute;inset:0}@keyframes detailImageReveal{0%,34%{opacity:0}46%,82%{opacity:1}to{opacity:0}}.design-detail div:not(.design-detail__media){gap:10px;padding:20px;display:grid}.design-detail h3{font-size:1.5rem}.design-detail p,.cabin-section p{color:var(--color-ink-soft)}.finish-section{color:#fff;background:radial-gradient(circle at 12% 24%,#c8a56329,#0000 30%),linear-gradient(135deg,#27634a38,#0000 48%),#0d1110}.finish-section__grid{grid-template-columns:minmax(0,.9fr) minmax(0,1.1fr);align-items:start;gap:clamp(28px,5vw,72px);display:grid}.finish-section h2{max-width:820px;font-size:4.4rem}.finish-section__notes{gap:12px;display:grid}.finish-section__notes p{color:#ffffffc7;border-top:1px solid #f7f4ed29;margin:0;padding-top:14px;font-weight:800}.cabin-section{background:#c8a5630f}.cabin-section .section-kicker{color:var(--color-gold)}.cabin-grid{grid-template-columns:minmax(0,.82fr) minmax(0,1.18fr);align-items:center;gap:clamp(28px,5vw,72px);display:grid}.cabin-grid>div:first-child{gap:18px;display:grid}.smart-spaces-grid{grid-template-columns:minmax(260px,.55fr) minmax(0,1.45fr);align-items:center;gap:clamp(32px,5vw,70px)}.smart-spaces-grid p:not(.section-kicker){max-width:520px;color:var(--color-ink-soft);font-size:1.08rem}.smart-space-facts{grid-template-columns:repeat(2,minmax(0,1fr));gap:10px 14px;margin-top:8px;display:grid}.smart-space-facts span{border-left:3px solid var(--color-gold);color:#ffffffd6;background:linear-gradient(90deg,#c8a5631f,#0000);min-height:58px;padding:10px 12px 10px 14px;font-size:.88rem;font-weight:900;line-height:1.35}.smart-spaces-showcase{align-self:center;gap:20px;display:grid}.smart-spaces-gallery figure{gap:10px;margin:0;display:grid}.smart-spaces-gallery img{border:1px solid var(--color-line);object-fit:contain;border-radius:8px;width:100%;height:auto;box-shadow:0 28px 80px #10151424}.smart-spaces-gallery__layout-card img{aspect-ratio:1.84;object-fit:cover;object-position:center;height:auto}.smart-spaces-gallery figcaption{color:var(--color-ink-soft);font-size:.84rem;font-weight:900}.smart-spaces-gallery{grid-template-columns:repeat(3,minmax(0,1fr));align-items:start;gap:18px;display:grid}.cabin-gallery{grid-template-columns:1.2fr .8fr;align-items:end;gap:clamp(22px,3vw,40px);display:grid;overflow:visible}.cabin-gallery img{z-index:0;object-fit:cover;transform-origin:50%;border-radius:8px;width:100%;transition:transform .52s cubic-bezier(.16,.84,.2,1),box-shadow .52s;position:relative;box-shadow:0 28px 80px #10151424}.cabin-gallery img:hover{z-index:2;transform:translateY(-14px)scale(1.085);box-shadow:0 46px 120px #00000061}.cabin-gallery img:first-child{aspect-ratio:16/10}.cabin-gallery img:last-child{aspect-ratio:3/4}@media (width<=900px){.design-hero{min-height:min(720px,86svh)}.philosophy__grid,.finish-section__grid,.cabin-grid,.cabin-gallery,.smart-spaces-grid{grid-template-columns:1fr}.smart-spaces-gallery{grid-template-columns:repeat(2,minmax(0,1fr))}.smart-space-facts{grid-template-columns:1fr}.design-detail-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.design-hero h1,.philosophy h2,.sketch-book h2,.detail-grid-section h2,.finish-section h2,.cabin-section h2{font-size:2.55rem}.design-hero p:not(.section-kicker){font-size:1.05rem}.design-hero__image--desktop{display:none}.design-hero__image--mobile{object-position:18% center;display:block}.design-hero__content,.concept-video-section__heading{width:min(var(--site-max), calc(100% - var(--space-page) * 2));align-self:start;margin:clamp(88px,12svh,124px) auto 0;padding:18px 20px 20px}.concept-video-section{min-height:min(720px,86svh)}.concept-video-section__video{object-fit:cover;object-position:58% center}.sketch-pages{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (height<=820px) and (width>=901px){.design-hero__content{width:min(760px, calc(100% - var(--space-page) * 2));gap:14px;margin-bottom:clamp(24px,4vh,36px);padding:18px 22px 20px}.design-hero h1{max-width:760px;font-size:clamp(3rem,7vh,4.8rem)}.design-hero p:not(.section-kicker){max-width:620px;font-size:1rem}}@media (height<=680px) and (width>=901px){.design-hero__content{width:min(700px, calc(100% - var(--space-page) * 2));gap:12px;margin-bottom:22px;padding:16px 20px 18px}.design-hero h1{max-width:700px;font-size:clamp(2.75rem,6.4vh,4rem)}.design-hero p:not(.section-kicker){font-size:.96rem;line-height:1.42}}@media (width<=620px){.design-hero__content{gap:14px;margin-top:clamp(76px,10svh,106px);padding:16px 18px 18px}.design-section{padding-block:44px}.design-detail-grid,.smart-spaces-gallery{grid-template-columns:1fr;gap:14px}.sketch-page,.sketch-page:nth-child(2n){transform:none}.sketch-pages{grid-template-columns:1fr}.design-hero h1,.philosophy h2,.sketch-book h2,.detail-grid-section h2,.finish-section h2,.cabin-section h2{font-size:2.05rem}.philosophy__grid,.finish-section__grid,.cabin-grid,.smart-spaces-grid{gap:24px}.philosophy__copy,.cabin-grid>div:first-child,.finish-section__notes{gap:12px}.philosophy p:not(.section-kicker),.philosophy__copy li,.smart-spaces-grid p:not(.section-kicker){font-size:.96rem}.sketch-book{padding-block:38px}.sketch-page{padding:6px}.sketch-page figcaption{gap:4px;margin-top:6px}.sketch-page figcaption strong{font-size:1rem}.sketch-page figcaption small{font-size:.76rem}.concept-video-section__heading{margin-bottom:22px}.concept-video-section__heading p:not(.section-kicker),.design-detail p,.cabin-section p{font-size:.94rem}.design-detail__media{aspect-ratio:16/10}.design-detail div:not(.design-detail__media){gap:8px;padding:15px}.design-detail h3{font-size:1.24rem}.smart-space-facts{gap:8px}.smart-space-facts span{min-height:0;padding:9px 10px;font-size:.8rem}.smart-spaces-gallery figure{gap:7px}.smart-spaces-gallery figcaption{font-size:.78rem}}.technology-page{background:var(--color-paper)}.technology-page .section-kicker{color:var(--color-gold);letter-spacing:.12em;text-transform:uppercase;font-size:.78rem;font-weight:800}.technology-hero{color:#fff;background:var(--color-ink);align-items:end;min-height:100svh;display:grid;position:relative;overflow:hidden}.technology-hero>img{object-fit:cover;object-position:center 44%;opacity:.82;width:100%;height:100%;position:absolute;inset:0}.technology-hero:after{content:"";background:linear-gradient(90deg,#080b0aa8,#080b0a3d 58%,#080b0a14),linear-gradient(#10151414,#101514d6);position:absolute;inset:0}.technology-hero__content{z-index:1;width:min(860px, calc(100% - var(--space-page) * 2));max-width:none;margin:0 0 clamp(36px, 7vh, 72px) max(var(--space-page), calc((100% - var(--site-max)) / 2));text-shadow:0 18px 44px #000000d1;background:linear-gradient(90deg,#070908d1,#0709087a 74%,#0000);border-left:2px solid #e2c988bd;align-self:end;justify-items:start;gap:20px;padding:22px 24px 24px;display:grid;position:relative}.technology-hero h1{max-width:880px;font-size:clamp(3.2rem,6.4vw,6.8rem)}.tech-copy h2,.cockpit-section h2,.safety-section h2,.charge-section h2{max-width:880px;font-size:4.8rem}.technology-hero p:not(.section-kicker),.tech-copy p,.cockpit-section p,.safety-section p,.charge-section p{max-width:720px;color:var(--color-ink-soft);font-size:1.08rem;line-height:1.55}.technology-hero p:not(.section-kicker){color:#ffffffe6;font-weight:700}.tech-section{padding-block:86px}.technology-split,.safety-grid,.cockpit-grid{grid-template-columns:minmax(0,.92fr) minmax(0,1.08fr);align-items:center;gap:58px;display:grid}.technology-split--visual-first{grid-template-columns:minmax(0,1.08fr) minmax(0,.92fr)}.tech-copy{gap:18px;display:grid}.tech-list,.cockpit-grid ul{gap:12px;margin:0;padding:0;list-style:none;display:grid}.tech-list li,.cockpit-grid li,.battery-protection-grid article,.safety-list span,.feature-matrix article{border:1px solid var(--color-line);background:#f7f4ed0f;border-radius:8px;padding:16px}.tech-list li,.cockpit-grid li{color:var(--color-ink-soft);font-weight:800}.tech-visual{border:1px solid var(--color-line);background:linear-gradient(145deg,#f7f4ed1a,#f7f4ed05),#0f1514;border-radius:8px;justify-self:center;place-items:center;width:100%;margin:0;display:grid;position:relative;overflow:hidden;box-shadow:0 28px 80px #00000047}.tech-visual--platform{width:min(100%,761px)}.tech-visual--battery{width:min(100%,867px)}.tech-visual--motor{width:min(100%,419px)}.tech-visual--charging{width:min(100%,672px)}.tech-visual img{object-fit:contain;width:100%;height:auto;max-height:none}.tech-visual--platform img{object-fit:contain}.tech-visual--battery{background:#f3f0e8}.tech-visual--battery img{padding:0}.adas-section{background:linear-gradient(115deg, #27634a40, transparent 48%), var(--color-black)}.adas-media{place-items:start center;display:grid}.adas-media img,.cockpit-media img{object-fit:contain;border-radius:8px;width:100%;height:auto;box-shadow:0 28px 80px #0000003d}.adas-media img{width:min(100%,760px)}.feature-matrix{grid-template-columns:repeat(5,minmax(0,1fr));gap:14px;margin-top:34px;display:grid}.feature-matrix article{min-height:142px;color:var(--color-ink);gap:18px;font-weight:900;display:grid}.feature-matrix span{background:var(--color-gold);border-radius:999px;width:18px;height:18px;box-shadow:0 0 0 8px #c8a56329}.cockpit-section,.battery-section{background:#c8a5630f}.cockpit-grid{grid-template-columns:minmax(0,1.08fr) minmax(360px,.92fr)}.cockpit-grid>div:last-child{align-content:start;gap:18px;display:grid}.cockpit-section h2{max-width:720px;font-size:clamp(2.7rem,3.7vw,4.2rem)}.cockpit-section p{max-width:680px}.cockpit-media{gap:14px;display:grid}.cockpit-media>img{aspect-ratio:auto}.cockpit-media__tiles{grid-template-columns:repeat(3,minmax(0,1fr));gap:14px;display:grid}.cockpit-media__tiles img{aspect-ratio:auto}.battery-protection-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:14px;margin-top:34px;display:grid}.battery-protection-grid article{background:#080b0a3d;gap:10px;min-height:160px;display:grid}.battery-protection-grid h3{color:var(--color-gold);font-size:1.28rem}.battery-protection-grid p{color:var(--color-ink-soft);font-weight:700}.long-life-section,.motor-section{background:linear-gradient(115deg,#27634a38,#0000 46%),#0d1110}.tech-spec-grid,.charge-cards{grid-template-columns:repeat(4,minmax(0,1fr));gap:22px;margin-top:34px;display:grid}.tech-spec-grid .spec-card,.charge-cards .spec-card{border-top-color:#f7f4ed2e}.tech-spec-grid .spec-card p,.tech-spec-grid .spec-card span,.charge-cards .spec-card p,.charge-cards .spec-card span{color:#f7f4edb8}.safety-section{background:linear-gradient(115deg, #27634a47, transparent 46%), var(--color-black);color:#fff}.safety-section p{color:#ffffffc7}.charge-section .section-kicker{color:var(--color-gold);letter-spacing:.12em;text-transform:uppercase;font-size:.78rem;font-weight:800}.safety-list{gap:12px;display:grid}.safety-list span{color:#fff;background:#ffffff14;font-weight:800}.charge-section{background:#c8a5630f}.charge-cards{border:1px solid var(--color-line);background:#080b0a5c;border-radius:8px;padding:28px}@media (width<=1020px){.technology-hero h1,.tech-copy h2,.cockpit-section h2,.safety-section h2,.charge-section h2{font-size:3.35rem}.feature-matrix{grid-template-columns:repeat(3,minmax(0,1fr))}}@media (width<=820px){.technology-hero{min-height:min(720px,86svh)}.technology-split,.technology-split--visual-first,.safety-grid,.cockpit-grid,.tech-spec-grid,.charge-cards,.battery-protection-grid,.feature-matrix{grid-template-columns:1fr}.technology-hero h1,.tech-copy h2,.cockpit-section h2,.safety-section h2,.charge-section h2{font-size:2.55rem}.tech-section{padding-block:58px}.technology-hero__content{width:min(var(--site-max), calc(100% - var(--space-page) * 2));margin:0 auto 32px;padding:18px 20px 20px}.technology-hero>img{object-position:56% center}.technology-split,.technology-split--visual-first,.safety-grid,.cockpit-grid{gap:30px}.cockpit-media__tiles{grid-template-columns:repeat(3,minmax(0,1fr));gap:8px}.cockpit-media__tiles img{aspect-ratio:1;object-fit:cover}.charge-cards{padding:20px}}@media (width<=520px){.tech-section{padding-block:42px}.technology-hero h1,.tech-copy h2,.cockpit-section h2,.safety-section h2,.charge-section h2{font-size:2rem}.technology-hero h1{max-width:13ch}.technology-hero p:not(.section-kicker),.tech-copy p,.cockpit-section p,.safety-section p,.charge-section p{max-width:30ch}.feature-matrix article,.battery-protection-grid article{min-height:0}.technology-split,.technology-split--visual-first,.safety-grid,.cockpit-grid{gap:22px}.tech-copy,.cockpit-grid>div:last-child{gap:12px}.tech-list,.cockpit-grid ul,.safety-list{gap:8px}.tech-list li,.cockpit-grid li,.battery-protection-grid article,.safety-list span,.feature-matrix article{padding:12px}.tech-visual,.adas-media img,.cockpit-media img{box-shadow:0 14px 36px #00000038}.cockpit-media{gap:8px}.cockpit-media__tiles{display:none}.feature-matrix,.battery-protection-grid,.tech-spec-grid,.charge-cards{gap:10px;margin-top:22px}.feature-matrix article{gap:10px;font-size:.88rem}.feature-matrix span{width:13px;height:13px;box-shadow:0 0 0 5px #c8a56329}.battery-protection-grid h3{font-size:1.08rem}.battery-protection-grid p{font-size:.88rem}.charge-cards{padding:14px}}@media (height<=820px) and (width>=821px){.technology-hero__content{width:min(760px, calc(100% - var(--space-page) * 2));gap:14px;margin-bottom:clamp(24px,4vh,36px);padding:18px 22px 20px}.technology-hero h1{max-width:760px;font-size:clamp(3rem,7vh,4.8rem)}.technology-hero p:not(.section-kicker){max-width:620px;font-size:1rem}}@media (height<=680px) and (width>=821px){.technology-hero__content{width:min(700px, calc(100% - var(--space-page) * 2));gap:12px;margin-bottom:22px;padding:16px 20px 18px}.technology-hero h1{max-width:700px;font-size:clamp(2.75rem,6.4vh,4rem)}.technology-hero p:not(.section-kicker){font-size:.96rem;line-height:1.42}}.contact-page{background:var(--color-paper)}.contact-hero{padding-block:clamp(60px,9vw,116px)}.contact-hero__grid,.contact-layout{grid-template-columns:minmax(0,.9fr) minmax(0,1.1fr);align-items:center;gap:clamp(28px,5vw,72px);display:grid}.contact-hero h1,.contact-aside h2{max-width:820px;font-size:4.8rem}.contact-hero p:not(.section-kicker),.contact-aside{color:var(--color-ink-soft)}.contact-hero p:not(.section-kicker){margin-top:12px}.contact-hero img{aspect-ratio:16/10;object-fit:cover;border-radius:8px;width:100%;box-shadow:0 28px 80px #10151424}.contact-section{background:linear-gradient(135deg, #27634a33, transparent 44%), var(--color-black);padding-block:clamp(58px,9vw,112px)}.contact-aside{gap:20px;display:grid}.contact-points{gap:10px;display:grid}.contact-points span{border-top:1px solid var(--color-line);color:var(--color-gold);padding-top:12px;font-weight:900}.form-switch{background:#080b0a7a;border:1px solid #f7f4ed29;border-radius:999px;grid-template-columns:repeat(2,minmax(0,1fr));width:min(360px,100%);padding:4px;display:grid}.form-switch button{min-height:42px;color:var(--color-ink-soft);cursor:pointer;background:0 0;border:0;border-radius:999px;font-weight:900}.form-switch button[aria-selected=true]{color:#101514;background:linear-gradient(135deg, var(--color-gold), #e2c988)}@media (width<=900px){.contact-hero__grid,.contact-layout{grid-template-columns:1fr}.contact-hero h1,.contact-aside h2{font-size:2.55rem}.contact-hero{padding-block:48px 56px}.contact-hero__grid,.contact-layout{gap:32px}.contact-hero img{aspect-ratio:4/3;object-position:center}.form-switch{width:100%}}@media (width<=520px){.contact-hero,.contact-section{padding-block:42px}.contact-hero h1,.contact-aside h2{font-size:2rem}.contact-hero h1{max-width:12ch}.contact-hero p:not(.section-kicker),.contact-aside{max-width:30ch}.contact-hero__grid,.contact-layout{gap:24px}.contact-hero img{aspect-ratio:16/10;object-fit:cover;object-position:center 52%;background:0 0;justify-self:center;width:min(100%,100vw - 80px,300px);max-width:none;margin-inline:auto}.contact-aside{gap:14px}.contact-points{gap:8px}.contact-points span{padding-top:9px;font-size:.86rem}.form-switch button{min-height:38px;font-size:.84rem}}.dealer-page{background:linear-gradient(115deg, #27634a47, transparent 42%), var(--color-black);color:#fff}.dealer-hero{padding-block:clamp(60px,9vw,116px)}.dealer-hero__grid,.dealer-layout{grid-template-columns:minmax(0,.95fr) minmax(0,1.05fr);align-items:center;gap:clamp(28px,5vw,72px);display:grid}.dealer-hero h1,.dealer-story h2{max-width:860px;font-size:4.8rem}.dealer-hero p:not(.section-kicker),.dealer-story p:not(.section-kicker){color:#ffffffc2}.dealer-hero__image,.dealer-hero__image img{aspect-ratio:16/10;width:100%}.dealer-hero__image{display:block}.dealer-hero__image img{object-fit:cover;border-radius:8px;box-shadow:0 28px 80px #00000038}.dealer-section{background:linear-gradient(#ffffff14,#0000);padding-block:clamp(58px,9vw,112px)}.dealer-story{gap:20px;display:grid}.dealer-proof{gap:10px;display:grid}.dealer-proof span{color:#fff;border-top:1px solid #ffffff2e;padding-top:12px;font-weight:900}.dealer-page .site-form{color:var(--color-ink);background:#17211feb}@media (width<=900px){.dealer-hero__grid,.dealer-layout{grid-template-columns:1fr}.dealer-hero h1,.dealer-story h2{font-size:2.55rem}}@media (width<=520px){.dealer-hero,.dealer-section{padding-block:42px}.dealer-hero__grid,.dealer-layout{gap:24px}.dealer-hero h1,.dealer-story h2{max-width:12ch;font-size:2rem}.dealer-hero p:not(.section-kicker),.dealer-story p:not(.section-kicker){max-width:30ch}.dealer-hero__image{aspect-ratio:16/10;justify-self:center;width:min(100%,100vw - 80px,300px);max-width:none;margin-inline:auto}.dealer-hero__image img{object-position:center;box-shadow:0 14px 38px #00000038}.dealer-story{gap:14px}.dealer-proof{gap:8px}.dealer-proof span{padding-top:9px;font-size:.86rem}}.faq-page{background:var(--color-paper)}.faq-hero{background:radial-gradient(circle at 80% 22%, #c8a56329, transparent 28%), linear-gradient(135deg, #27634a38, transparent 42%), var(--color-black);padding-block:clamp(72px,10vw,132px) clamp(48px,7vw,88px)}.faq-hero__content{gap:18px;max-width:860px;display:grid}.faq-hero h1{font-size:clamp(3rem,7vw,6.8rem)}.faq-hero p:not(.section-kicker){max-width:650px;color:var(--color-ink-soft);font-size:1.08rem}.faq-section{padding-block:clamp(56px,8vw,104px)}.faq-layout{gap:44px;display:grid}.faq-group{grid-template-columns:minmax(180px,.32fr) minmax(0,1fr);align-items:start;gap:clamp(24px,5vw,72px);display:grid}.faq-group h2{top:calc(var(--header-height) + 24px);color:var(--color-gold);font-size:clamp(1.5rem,2.6vw,2.4rem);position:sticky}.faq-list{gap:12px;display:grid}.faq-item{border:1px solid var(--color-line);background:#17211fc2;border-radius:8px;gap:10px;padding:clamp(18px,3vw,26px);display:grid}.faq-item h3{font-size:clamp(1.1rem,2vw,1.45rem);line-height:1.15}.faq-item p{color:var(--color-ink-soft);font-weight:700}@media (width<=760px){.faq-group{grid-template-columns:1fr}.faq-group h2{position:static}}@media (width<=520px){.faq-hero{padding-block:42px 34px}.faq-hero__content{gap:12px}.faq-hero h1{max-width:11ch;font-size:2.2rem}.faq-hero p:not(.section-kicker){max-width:30ch;font-size:.96rem}.faq-section{padding-block:40px}.faq-layout{gap:28px}.faq-group{gap:14px}.faq-group h2{font-size:1.42rem}.faq-list{gap:10px}.faq-item{gap:8px;padding:14px}.faq-item h3{max-width:28ch;font-size:1.05rem}.faq-item p{max-width:30ch;font-size:.9rem}}
