/* Cinematic layer: dimensional composition and restrained, performance-aware motion. */
:root{--alive-ease:cubic-bezier(.2,.8,.2,1);--alive-shadow:0 42px 100px rgba(16,24,10,.18)}
body{overflow-x:clip}
.page-progress{position:fixed;z-index:120;top:0;left:0;width:100%;height:3px;background:var(--lime);transform:scaleX(var(--page-progress,0));transform-origin:left center;pointer-events:none;box-shadow:0 0 16px color-mix(in srgb,var(--lime) 65%,transparent)}

/* Hero as a product stage instead of a flat two-column block. */
.hero{position:relative;isolation:isolate;min-height:min(850px,calc(100svh - 31px));background:
  radial-gradient(circle at calc(72% + var(--scene-x,0px)) calc(45% + var(--scene-y,0px)),rgba(215,255,63,.12),transparent 25%),
  linear-gradient(118deg,#0d100d 0 46%,#131a10 46.1% 68%,#0d100d 68.1%)}
.hero::before{content:"";position:absolute;z-index:-1;inset:-30%;background:repeating-linear-gradient(119deg,transparent 0 78px,rgba(215,255,63,.025) 79px 80px);transform:translate3d(calc(var(--scene-x,0px)*-.2),calc(var(--scene-y,0px)*-.2),0) rotate(-2deg);pointer-events:none}
.hero::after{content:"";position:absolute;z-index:-1;right:-8vw;top:8%;width:min(58vw,820px);aspect-ratio:1;border-radius:50%;border:1px solid rgba(215,255,63,.12);box-shadow:0 0 0 70px rgba(215,255,63,.025),0 0 0 140px rgba(215,255,63,.016);transform:translate3d(calc(var(--scene-x,0px)*.45),calc(var(--scene-y,0px)*.45),0);pointer-events:none}
.hero-grid{min-height:min(760px,calc(100svh - 120px));grid-template-columns:minmax(0,.91fr) minmax(420px,1.09fr);gap:0}
.hero-copy{padding-right:6vw}
.hero-copy::before{content:"RLP / 01";display:block;margin-bottom:18px;color:#56604f;font-size:9px;letter-spacing:.23em}
.hero-copy h1{font-size:clamp(54px,5.45vw,88px);line-height:.94;white-space:normal;max-width:730px}
.hero-description{max-width:500px}
.hero-product{z-index:2;margin-right:-3vw}
.hero-product::before{content:"";position:absolute;z-index:-1;left:8%;right:-18%;top:13%;bottom:8%;background:linear-gradient(145deg,rgba(255,255,255,.035),rgba(215,255,63,.015));border:1px solid rgba(255,255,255,.06);clip-path:polygon(18% 0,100% 10%,85% 100%,0 84%);backdrop-filter:blur(3px)}
.product-stage{min-height:470px;display:grid;place-items:center}
.stage-chip{position:absolute;z-index:6;display:flex;align-items:center;gap:9px;padding:8px 11px;border:1px solid rgba(215,255,63,.27);background:rgba(13,17,12,.78);color:#dce3d4;font-size:8px;line-height:1;letter-spacing:.13em;white-space:nowrap;box-shadow:0 12px 28px rgba(0,0,0,.28);backdrop-filter:blur(12px);transform:translateZ(95px);pointer-events:none}
.stage-chip b{display:grid;place-items:center;min-width:22px;height:22px;padding-inline:4px;background:var(--lime);color:#121510;font-size:8px}
.chip-material{top:19%;left:-3%}.chip-grip{right:-2%;top:38%}.chip-origin{right:10%;bottom:10%}
.hero-actions .button{translate:var(--magnetic-x,0) var(--magnetic-y,0);transition:translate .18s ease,background .18s,box-shadow .2s}
.hero-actions .button:hover{transform:none;box-shadow:0 18px 45px rgba(215,255,63,.16)}
.hero-bottom{position:relative;z-index:5}

/* Moving material ribbon creates a visual bridge between the opening scenes. */
.material-marquee{position:relative;z-index:7;overflow:hidden;border-block:1px solid #b6d52d;background:var(--lime);color:#111411;padding-block:13px;white-space:nowrap}
.material-marquee>div{display:flex;width:max-content;align-items:center;gap:26px;padding-right:26px;font-size:11px;font-weight:850;letter-spacing:.18em;animation:alive-marquee 24s linear infinite}
.material-marquee i{font-style:normal;font-size:9px}
@keyframes alive-marquee{to{transform:translateX(-50%)}}

/* Scenes overlap and vary their vertical rhythm to avoid a page of equal rectangles. */
[data-scene]{--scene-depth:0px}
.scene-ready::before,.scene-ready::after{transition:opacity 1s var(--alive-ease),transform 1.2s var(--alive-ease)}
.vehicle-finder{z-index:6;margin-top:0;clip-path:polygon(0 0,100% 0,100% calc(100% - 42px),72% 100%,0 calc(100% - 18px));padding-bottom:clamp(102px,10vw,145px)}
.vehicle-finder::after{content:"";position:absolute;z-index:-1;left:-13%;bottom:-48%;width:55%;aspect-ratio:1;border-radius:50%;background:radial-gradient(circle,rgba(215,255,63,.12),transparent 65%)}
.vehicle-finder-grid{perspective:1400px}
.vehicle-finder-copy{position:relative;z-index:2}
.vehicle-finder-copy::after{content:"COMPATIBILITY";position:absolute;z-index:-1;left:-5px;bottom:-62px;color:rgba(255,255,255,.035);font-size:clamp(45px,7vw,102px);font-weight:850;letter-spacing:-.07em;writing-mode:horizontal-tb;pointer-events:none}
.vehicle-finder-form{border:1px solid rgba(255,255,255,.8);rotate:-.7deg;box-shadow:24px 30px 0 #26301d,0 58px 110px rgba(0,0,0,.56)}
.vehicle-finder.scene-active .vehicle-finder-form{animation:finder-settle .9s var(--alive-ease) both}
@keyframes finder-settle{from{opacity:.5;translate:55px 35px;rotate:2deg}to{opacity:1;translate:0 0;rotate:-.7deg}}

.collection{padding-top:clamp(85px,10vw,150px);padding-bottom:clamp(120px,13vw,190px)}
.collection .section-heading{max-width:1050px}
.collection .section-heading h2{font-size:clamp(44px,5vw,76px)}
.collection .finish-grid{position:relative;align-items:start;perspective:1400px}
.collection .finish-card{min-height:510px;box-shadow:0 28px 70px rgba(36,47,24,.1)}
.collection .finish-card:nth-child(2){margin-top:58px}
.collection .finish-card:nth-child(3){margin-top:-24px}
.collection .finish-card:nth-child(odd){background:#f4f6ef}
.collection-note{margin-top:42px}

.transparency{z-index:2;overflow:clip;padding-block:clamp(105px,11vw,160px);background:
  linear-gradient(100deg,rgba(255,255,255,.72) 0 48%,transparent 48%),
  radial-gradient(circle at 80% 20%,rgba(215,255,63,.17),transparent 28%),#dfe6d5}
.transparency::before{content:"OPEN / COSTS";position:absolute;z-index:-1;top:3%;left:49%;color:rgba(58,78,34,.065);font-size:clamp(60px,10vw,150px);line-height:.8;font-weight:850;letter-spacing:-.08em;white-space:nowrap;transform:rotate(90deg) translateY(-100%);transform-origin:left top}
.transparency-grid{gap:clamp(70px,9vw,145px)}
.transparency-grid>div:first-child{padding-block:30px}
.cost-card{position:sticky;top:120px;rotate:1.2deg}
.cost-card::before{content:"";position:absolute;z-index:-1;inset:18px -18px -18px 18px;background:#c7d4b8;border:1px solid #acbd9a;transform:translateZ(-1px)}
.cost-seal{rotate:-1.2deg}

.process-scene{position:relative;z-index:3;margin-block:80px 110px;padding:clamp(58px,6vw,90px);width:min(1420px,calc(100% - 64px));overflow:hidden;isolation:isolate;background:#111510;color:#f3f6ef;box-shadow:var(--alive-shadow)}
.process-scene::before{content:"04";position:absolute;z-index:-1;right:-2%;top:-12%;color:rgba(215,255,63,.055);font-size:clamp(180px,27vw,410px);line-height:1;font-weight:850;letter-spacing:-.12em;transform:translate3d(8%,0,0)}
.process-scene::after{content:"";position:absolute;z-index:-1;inset:0;background:linear-gradient(112deg,transparent 0 60%,rgba(215,255,63,.035) 60.1%)}
.process-scene h2,.process-scene h3{color:#f3f6ef}.process-scene p{color:#98a291}
.process-scene .section-heading::after{background:var(--lime)}
.process-scene .steps{gap:1px;background:#36402f;border:1px solid #36402f;margin-top:60px}
.process-scene .steps li{min-height:285px;padding:28px 26px;background:rgba(20,26,17,.94);overflow:hidden}
.process-scene .steps li:nth-child(even){background:#181f14}
.process-scene .step-number{border:0;margin-bottom:70px;padding:0;color:var(--lime)}
.process-scene .steps li::before{content:"";position:absolute;right:-50px;bottom:-75px;width:150px;aspect-ratio:1;border:1px solid rgba(215,255,63,.09);border-radius:50%;transition:scale .55s var(--alive-ease),background .55s}
.process-scene .steps li:hover::before{scale:1.45;background:rgba(215,255,63,.035)}
.process-scene .steps li:hover{transform:translateY(-10px);z-index:2;box-shadow:0 25px 50px rgba(0,0,0,.4)}

.europe-band{min-height:430px;display:flex;align-items:center;padding-block:90px;background:var(--lime);border:0;color:#111411}
.europe-band::before{z-index:0;opacity:.11;background:repeating-linear-gradient(125deg,transparent 0 56px,#102000 57px 58px)}
.europe-ghost{position:absolute;z-index:0;left:-2%;top:50%;translate:0 -52%;color:rgba(17,20,17,.07);font-size:clamp(95px,16vw,250px);line-height:.75;font-weight:850;letter-spacing:-.09em;white-space:nowrap;pointer-events:none}
.europe-row{position:relative;z-index:2;grid-template-columns:1fr 1.05fr auto}
.europe-row .eyebrow,.europe-row p:not(.eyebrow){color:#283018}
.europe-row h2{font-size:clamp(52px,6vw,90px);line-height:.9}
.europe-stamp{border-color:rgba(17,20,17,.25);color:#24320a;text-shadow:10px 10px 0 rgba(255,255,255,.25)}
.europe-band.scene-active .europe-ghost{animation:europe-drift 16s ease-in-out infinite alternate}
@keyframes europe-drift{to{transform:translateX(-6vw)}}

.quote-section{z-index:2;overflow:clip;clip-path:polygon(0 52px,28% 0,100% 40px,100% 100%,0 100%);padding-top:150px;background:
  radial-gradient(circle at 20% 72%,rgba(215,255,63,.095),transparent 27%),
  linear-gradient(135deg,#0d110c,#151b12)}
.quote-grid{perspective:1500px}
.quote-intro{position:sticky;top:120px}
.quote-intro h2{font-size:clamp(64px,7vw,105px);line-height:.84}
.quote-form{rotate:.5deg;box-shadow:24px 28px 0 #28321f,0 55px 105px rgba(0,0,0,.55)}
.live-spec{translate:-28px 20px;rotate:-1deg}

.faq-section{position:relative;width:min(1180px,calc(100% - 112px));margin-block:55px;padding:75px;background:#f8faf5;border:1px solid #d9dfd2;box-shadow:0 35px 90px rgba(35,46,25,.1)}
.faq-section::before{content:"06 / FAQ";position:absolute;top:-20px;right:35px;background:var(--lime);padding:9px 14px;color:#111411;font-size:9px;font-weight:850;letter-spacing:.15em}
.faq-section>div:first-child{position:sticky;top:120px;align-self:start}

.closing{min-height:360px;display:flex;align-items:center;background:var(--lime)}
.closing::after{content:"";position:absolute;z-index:-1;right:-4%;top:-60%;width:45%;aspect-ratio:1;border:1px solid rgba(17,20,17,.16);border-radius:50%;box-shadow:0 0 0 70px rgba(17,20,17,.04),0 0 0 140px rgba(17,20,17,.025)}
.closing a{translate:var(--magnetic-x,0) var(--magnetic-y,0);font-size:clamp(62px,8.5vw,128px);transition:translate .18s ease,letter-spacing .55s var(--alive-ease)}
.closing.scene-active::before{animation:closing-sweep 8s ease-in-out infinite alternate}
@keyframes closing-sweep{to{transform:translateX(36%) rotate(12deg)}}

@media(min-width:761px){
  [data-scene].scene-ready .finish-card{will-change:transform}
  .hero.scene-active .stage-chip{animation:chip-float 4.8s ease-in-out infinite}
  .hero.scene-active .chip-grip{animation-delay:-1.6s}.hero.scene-active .chip-origin{animation-delay:-3.1s}
  @keyframes chip-float{0%,100%{translate:0 0}50%{translate:0 -9px}}
}
@media(max-width:1100px){
  .hero-grid{grid-template-columns:minmax(0,.95fr) minmax(380px,1.05fr)}
  .stage-chip{font-size:7px}.chip-material{left:-1%}.chip-grip{right:0}
  .collection .finish-card{min-height:480px}
  .process-scene{width:calc(100% - 48px);padding:55px 36px}
  .process-scene .steps li{padding:24px 18px}
  .faq-section{width:calc(100% - 64px);padding:60px 45px}
}
@media(max-width:760px){
  .page-progress{height:2px}
  .hero{min-height:0;background:radial-gradient(circle at 68% 57%,rgba(215,255,63,.13),transparent 31%),#0d100d}
  .hero::after{right:-48%;top:39%;width:120vw}.hero-grid{min-height:0;display:flex}.hero-copy{padding-right:0}.hero-copy h1{font-size:clamp(44px,12.5vw,66px)}
  .hero-product{margin-right:0}.hero-product::before{inset:11% -10% 4%;clip-path:polygon(20% 0,100% 14%,86% 100%,0 86%)}
  .product-stage{min-height:310px}.stage-chip{padding:6px 8px;font-size:6px;letter-spacing:.1em}.stage-chip b{min-width:19px;height:19px;font-size:7px}
  .chip-material{top:18%;left:0}.chip-grip{right:0;top:38%}.chip-origin{right:8%;bottom:9%}
  .material-marquee{padding-block:10px}.material-marquee>div{gap:18px;padding-right:18px;font-size:9px;animation-duration:30s}
  .vehicle-finder{clip-path:polygon(0 0,100% 0,100% calc(100% - 22px),68% 100%,0 calc(100% - 9px));padding-bottom:92px}
  .vehicle-finder-form{rotate:0;box-shadow:9px 11px 0 #26301d,0 35px 70px rgba(0,0,0,.5)}
  .vehicle-finder.scene-active .vehicle-finder-form{animation:none}.vehicle-finder-copy::after{bottom:-30px;font-size:48px}
  .collection{padding-top:85px;padding-bottom:90px}.collection .section-heading h2{font-size:42px}
  .collection .finish-card{min-height:0;margin-top:0!important;box-shadow:0 22px 45px rgba(36,47,24,.1)}
  .transparency{padding-block:85px;background:radial-gradient(circle at 90% 10%,rgba(215,255,63,.2),transparent 22%),#dfe6d5}
  .transparency::before{display:none}.transparency-grid>div:first-child{padding:0}.cost-card{position:relative;top:auto;rotate:0}.cost-card::before{inset:10px -10px -10px 10px}.cost-seal{rotate:0}
  .process-scene{width:calc(100% - 24px);margin-block:42px 70px;padding:56px 18px}.process-scene .section-heading{padding-inline:6px}.process-scene .steps{grid-template-columns:1fr;gap:1px;margin-top:38px}.process-scene .steps li{min-height:220px;padding:25px}.process-scene .step-number{margin-bottom:42px}.process-scene .steps li:hover{transform:none;box-shadow:none}
  .europe-band{min-height:500px;padding-block:75px}.europe-ghost{font-size:115px;top:33%}.europe-row{grid-template-columns:1fr auto}.europe-row h2{font-size:55px}.europe-stamp{font-size:28px;text-shadow:6px 6px 0 rgba(255,255,255,.25)}
  .quote-section{clip-path:polygon(0 22px,38% 0,100% 18px,100% 100%,0 100%);padding-top:100px}.quote-intro{position:relative;top:auto}.quote-intro h2{font-size:64px}.quote-form{rotate:0;box-shadow:9px 11px 0 #28321f,0 38px 75px rgba(0,0,0,.5)}.live-spec{translate:0;rotate:0}
  .faq-section{width:calc(100% - 24px);margin-block:32px;padding:58px 18px}.faq-section>div:first-child{position:relative;top:auto}.faq-section::before{right:18px}
  .closing{min-height:280px}.closing a{font-size:clamp(52px,15vw,78px)}
}
@media(max-width:390px){
  .stage-chip{font-size:0}.stage-chip b{font-size:7px}.chip-material{left:-2%}.chip-grip{right:-2%}
  .process-scene{width:calc(100% - 16px)}.faq-section{width:calc(100% - 16px)}
}
@media(prefers-reduced-motion:reduce){
  .material-marquee>div,.europe-band.scene-active .europe-ghost,.closing.scene-active::before,.hero.scene-active .stage-chip{animation:none!important}
  .hero,.hero::before,.hero::after,.hero-actions .button,.closing a{transform:none!important;translate:0!important}
  .vehicle-finder.scene-active .vehicle-finder-form{animation:none!important}
  .page-progress{transition:none}
}
.motion-lite .material-marquee>div,.motion-lite .europe-ghost,.motion-lite .closing::before,.motion-lite .stage-chip{animation:none!important}
