:root{--red:#f0182d;--red2:#ff5968;--ink:#101114;--muted:#777a82;--paper:#f3f1ed;--line:rgba(16,17,20,.1);--white:#fff;--max:1480px}
*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:var(--paper);color:var(--ink);font-family:Manrope,sans-serif;overflow-x:hidden;-webkit-font-smoothing:antialiased}a{text-decoration:none;color:inherit}button{font:inherit}img{display:block;max-width:100%}
.loader{position:fixed;inset:0;background:#090a0c;z-index:9999;display:grid;place-content:center;transition:opacity .65s,visibility .65s}.loader img{width:210px}.loader span{width:0;height:2px;background:var(--red);margin-top:22px;animation:load 1.5s ease forwards}@keyframes load{to{width:210px}}.loader.done{opacity:0;visibility:hidden}
.scroll-progress{position:fixed;left:0;top:0;height:3px;background:var(--red);width:0;z-index:400}
.nav-shell{position:fixed;z-index:300;top:18px;left:50%;transform:translateX(-50%);width:min(1380px,calc(100% - 40px));height:72px;padding:0 18px 0 24px;display:flex;align-items:center;justify-content:space-between;border:1px solid rgba(255,255,255,.16);border-radius:22px;background:rgba(10,11,13,.62);backdrop-filter:blur(22px);box-shadow:0 14px 45px rgba(0,0,0,.2);color:#fff;transition:.3s}.nav-shell.scrolled{top:8px;background:rgba(10,11,13,.88)}.brand,.brand img{width:160px}.brand{height:42px;overflow:hidden;display:flex;align-items:center}nav{display:flex;gap:36px;font-size:11px;font-weight:800;text-transform:uppercase}nav a{position:relative;padding:27px 0}nav a:after{content:"";position:absolute;left:0;bottom:17px;width:0;height:2px;background:var(--red);transition:.25s}nav a:hover:after,nav a.active:after{width:100%}.nav-actions{display:flex;gap:12px;align-items:center}.nav-cta{height:42px;padding:0 18px;border-radius:999px;background:var(--red);display:flex;align-items:center;gap:14px;font-size:10px;font-weight:800;text-transform:uppercase}#menuBtn{display:none;width:42px;height:42px;border:0;border-radius:50%;background:var(--red);place-content:center;gap:5px}#menuBtn i{display:block;width:15px;height:1px;background:#fff}
main{padding-top:0}.hero{position:relative;min-height:980px;padding:150px max(45px,calc((100vw - var(--max))/2)) 45px;display:grid;grid-template-columns:40% 60%;align-items:center;color:#fff;background:#08090b;overflow:hidden}.hero-bg{position:absolute;inset:0;background:url("assets/hero-road.webp") center/cover no-repeat;filter:brightness(.32) saturate(.55);transform:scale(1.04)}.hero-vignette{position:absolute;inset:0;background:linear-gradient(90deg,rgba(4,5,7,.97) 0%,rgba(4,5,7,.84) 38%,rgba(4,5,7,.15) 72%,rgba(4,5,7,.75) 100%),linear-gradient(180deg,rgba(0,0,0,.3),rgba(0,0,0,.78))}.hero-lines{position:absolute;inset:0;background:linear-gradient(115deg,transparent 55%,rgba(240,24,45,.15) 55.2%,transparent 55.5%),linear-gradient(115deg,transparent 61%,rgba(240,24,45,.09) 61.2%,transparent 61.5%)}
.hero-copy,.hero-stage,.hero-stats,.scroll-cue{position:relative;z-index:3}.eyebrow,.section-tag,.experience-title>span,.partners-head>span,.contact-copy>span{display:flex;align-items:center;gap:10px;font-size:10px;font-weight:800;letter-spacing:.08em;color:var(--red)}.eyebrow b{width:30px;height:1px;background:var(--red)}h1,h2,h3{margin:0;font-weight:800;letter-spacing:-.055em}.hero h1{font-size:clamp(56px,5.7vw,96px);line-height:.94;margin:25px 0}.hero em,h2 em{font-style:normal;color:var(--red)}.hero-copy p{max-width:490px;color:rgba(255,255,255,.72);font-size:14px;line-height:1.8}.hero-actions{display:flex;gap:12px;margin-top:30px}.btn{height:50px;padding:0 22px;border-radius:999px;display:inline-flex;align-items:center;gap:18px;font-size:10px;font-weight:800;text-transform:uppercase}.primary{background:var(--red);box-shadow:0 15px 35px rgba(240,24,45,.28)}.glass{border:1px solid rgba(255,255,255,.22);background:rgba(255,255,255,.06);backdrop-filter:blur(12px)}
.hero-stage{min-height:620px;display:grid;place-items:center}.hero-count{position:absolute;right:1%;top:-20px;font-size:clamp(180px,20vw,330px);font-weight:800;letter-spacing:-.1em;line-height:1;color:rgba(255,255,255,.06)}.hero-count span,.hero-count sup{color:rgba(240,24,45,.72)}.hero-count sup{font-size:.4em;vertical-align:top}.red-halo{position:absolute;width:530px;height:230px;border-radius:50%;background:radial-gradient(circle,var(--red) 0,rgba(240,24,45,.35) 38%,transparent 70%);filter:blur(30px);bottom:55px}.hero-car{position:relative;z-index:4;width:90%;max-width:850px;filter:drop-shadow(0 45px 65px rgba(0,0,0,.55))}.car-shadow{position:absolute;z-index:2;width:70%;height:50px;bottom:75px;border-radius:50%;background:rgba(0,0,0,.72);filter:blur(20px)}.floating-pill{position:absolute;z-index:5;min-width:145px;padding:18px;border-radius:20px;background:rgba(10,11,13,.55);border:1px solid rgba(255,255,255,.18);backdrop-filter:blur(16px);display:flex;flex-direction:column}.floating-pill small{color:var(--red);font-size:9px}.floating-pill strong{font-size:11px;margin-top:7px}.pill-a{left:1%;top:31%}.pill-b{right:0;bottom:18%}
.hero-stats{grid-column:1/-1;display:grid;grid-template-columns:repeat(4,1fr);max-width:1120px;width:100%;margin:-20px auto 0;border:1px solid rgba(255,255,255,.15);border-radius:24px;background:rgba(9,10,12,.55);backdrop-filter:blur(16px)}.hero-stats article{padding:24px 30px;border-right:1px solid rgba(255,255,255,.12)}.hero-stats article:last-child{border:0}.hero-stats strong{display:block;font-size:24px}.hero-stats span{font-size:9px;color:rgba(255,255,255,.55);text-transform:uppercase}.scroll-cue{position:absolute;left:max(45px,calc((100vw - var(--max))/2));bottom:40px;font-size:8px;letter-spacing:.15em;color:rgba(255,255,255,.45)}.scroll-cue i{display:inline-block;width:50px;height:1px;background:var(--red);margin-left:12px;vertical-align:middle}
.story,.experience,.partners,.contact{padding:120px max(45px,calc((100vw - var(--max))/2))}.story{display:grid;grid-template-columns:35% 65%;gap:48px;align-items:center}.story h2,.experience h2,.showroom h2,.partners h2,.contact h2{font-size:clamp(49px,5vw,83px);line-height:.94}.story-copy p{max-width:480px;color:var(--muted);line-height:1.8;font-size:14px}.text-link{display:inline-flex;align-items:center;gap:18px;margin-top:28px;font-size:11px;font-weight:800;text-transform:uppercase}.text-link span{width:44px;height:44px;border:1px solid var(--line);border-radius:50%;display:grid;place-items:center}.story-media{position:relative;margin:0;height:540px;border-radius:48px;overflow:hidden;box-shadow:0 30px 80px rgba(0,0,0,.14)}.story-media img{width:100%;height:100%;object-fit:cover}.media-overlay{position:absolute;inset:0;background:linear-gradient(180deg,transparent 45%,rgba(0,0,0,.7))}.story-media figcaption{position:absolute;left:32px;bottom:28px;color:#fff}.story-media figcaption span{font-size:26px;font-weight:800}.story-media figcaption p{font-size:11px}
.experience{background:#ece9e5}.experience-title{display:grid;grid-template-columns:1fr 1fr;align-items:end;margin-bottom:45px}.experience-title>span{grid-column:1/-1;margin-bottom:22px}.experience-title p{justify-self:end;max-width:430px;color:var(--muted);font-size:14px;line-height:1.75}.service-bento{display:grid;grid-template-columns:1.06fr .94fr .94fr;grid-template-rows:305px 305px;gap:16px}.service-card{position:relative;padding:27px;border-radius:28px;background:#fff;overflow:hidden;border:1px solid rgba(0,0,0,.04);box-shadow:0 18px 48px rgba(0,0,0,.05)}.service-card.featured{grid-row:1/3;background:linear-gradient(150deg,#f51a31,#930014);color:#fff}.service-card.dark{background:#151619;color:#fff}.service-card.image{padding:0}.service-card.image img{width:100%;height:100%;object-fit:cover}.service-card.image>div{position:absolute;inset:0;background:linear-gradient(180deg,transparent,rgba(0,0,0,.73))}.service-card.image section{position:absolute;z-index:2;left:25px;bottom:22px;color:#fff}.num{position:absolute;right:22px;top:20px;color:var(--red);font-size:9px}.featured .num{color:#fff}.symbol{font-size:32px;margin-bottom:58px}.service-card h3{font-size:24px;line-height:1.08}.service-card p{font-size:12px;line-height:1.7;color:var(--muted)}.featured p{color:rgba(255,255,255,.73)}.service-card a{position:absolute;bottom:24px;left:27px;font-size:10px;font-weight:800}
.showroom{padding:75px max(45px,calc((100vw - var(--max))/2)) 125px;background:#ece9e5}.building-panel{min-height:690px;border-radius:44px;background:linear-gradient(145deg,#fff,#e7e4df);position:relative;overflow:hidden;display:grid;grid-template-columns:42% 58%;box-shadow:0 32px 90px rgba(0,0,0,.12)}.building-copy{padding:60px 0 55px 55px;position:relative;z-index:4}.building-copy>span{font-size:10px;color:var(--red);font-weight:800}.building-copy h2{margin:26px 0}.building-copy p{max-width:430px;color:var(--muted);font-size:13px;line-height:1.8}.dark-btn{margin-top:24px;background:#111;color:#fff}.building-visual{position:relative;display:flex;align-items:flex-end;justify-content:center}.building-visual img{position:relative;z-index:3;width:110%;max-width:900px;filter:drop-shadow(0 30px 40px rgba(0,0,0,.18))}.building-glow{position:absolute;width:620px;height:620px;border-radius:50%;background:radial-gradient(circle,rgba(240,24,45,.18),transparent 65%);right:-80px;top:-100px}.building-word{position:absolute;right:-20px;top:70px;font-size:110px;font-weight:800;color:rgba(16,17,20,.035);transform:rotate(90deg)}
.partners{background:#f8f7f4}.partners-head p{max-width:600px;color:var(--muted);line-height:1.7}.partner-logo-grid{display:grid;grid-template-columns:repeat(6,1fr);gap:13px;margin-top:60px}.partner-logo-card{min-height:180px;border-radius:23px;background:#fff;padding:20px;border:1px solid rgba(0,0,0,.04);display:flex;flex-direction:column;transition:.3s}.partner-logo-card:hover{transform:translateY(-7px);box-shadow:0 22px 55px rgba(0,0,0,.08)}.partner-logo-card small{font-size:8px;color:var(--red);font-weight:800}.partner-logo-visual{height:85px;display:grid;place-items:center;margin:7px 0}.partner-logo-visual img{max-width:110px;max-height:58px;object-fit:contain}.partner-fallback{width:58px;height:58px;border-radius:17px;background:#111;color:#fff;display:grid;place-items:center;font-weight:800}.partner-logo-card strong{font-size:11px;line-height:1.4;margin-top:auto}.logo-note{font-size:9px;color:#999;margin-top:18px}
.contact{position:relative;background:#111214;color:#fff;overflow:hidden}.contact-orb{position:absolute;right:-170px;top:-170px;width:580px;height:580px;border-radius:50%;background:radial-gradient(circle,var(--red),rgba(240,24,45,.15) 38%,transparent 70%)}.contact-copy,.contact-grid{position:relative;z-index:2}.contact-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:13px;margin-top:60px}.contact-grid a{display:grid;grid-template-columns:1fr auto;gap:12px;align-items:end;background:#1b1c1f;border:1px solid rgba(255,255,255,.09);border-radius:23px;padding:25px}.contact-grid small{grid-column:1/-1;color:#8e9197;font-size:9px}.contact-grid strong{font-size:18px}.contact-grid span{font-size:26px;color:var(--red)}
footer{padding:40px max(28px,calc((100vw - var(--max))/2));background:#08090a;color:#fff;display:grid;grid-template-columns:1.2fr 1fr 1fr auto;align-items:center;gap:28px}footer img{width:160px}footer p{font-size:11px;color:#8f9297}footer div{display:flex;gap:18px;font-size:10px}footer small{font-size:9px;color:#73767b}
.reveal{opacity:0;transform:translateY(28px);transition:opacity .8s ease,transform .8s cubic-bezier(.2,.8,.2,1)}.reveal.visible{opacity:1;transform:none}
@media(max-width:1100px){.partner-logo-grid{grid-template-columns:repeat(4,1fr)}.nav-shell{top:10px}.nav-cta{display:none}#menuBtn{display:grid}nav{display:none;position:absolute;top:76px;left:0;right:0;padding:18px;background:#0c0d0f;border-radius:20px;flex-direction:column}nav.open{display:flex}.hero{grid-template-columns:1fr;padding-left:24px;padding-right:24px}.hero-copy{text-align:center}.hero-copy p{margin:auto}.hero-actions{justify-content:center}.hero-stage{min-height:520px}.floating-pill{display:none}.story{grid-template-columns:1fr;padding-left:24px;padding-right:24px}.service-bento{grid-template-columns:1fr 1fr;grid-template-rows:auto}.featured{grid-row:auto!important}.building-panel{grid-template-columns:1fr;min-height:860px}.building-visual img{width:90%}.building-copy{padding:50px}.contact-grid{grid-template-columns:1fr 1fr}}
@media(max-width:650px){.brand,.brand img{width:140px}.hero{padding-top:120px;min-height:auto}.hero h1{font-size:46px}.hero-stage{min-height:320px}.hero-count{font-size:125px}.hero-stats{grid-template-columns:1fr 1fr}.hero-stats article{padding:20px}.story,.experience,.partners,.contact{padding:78px 18px}.story-media{height:340px}.experience-title{grid-template-columns:1fr}.experience-title p{justify-self:start;margin-top:20px}.service-bento{grid-template-columns:1fr}.service-card{min-height:255px}.showroom{padding:45px 18px 80px}.building-panel{min-height:830px}.building-copy{padding:32px 24px}.building-visual img{width:110%}.partner-logo-grid{grid-template-columns:repeat(2,1fr)}.contact-grid{grid-template-columns:1fr}footer{grid-template-columns:1fr;padding:40px 18px 80px}}




/* === SWISS MINIMAL 3-CARD UPGRADE === */
.service-bento.service-swiss{
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:22px;
  align-items:stretch;
  padding:24px 0 8px;
}
.swiss-card{
  position:relative;
  min-height:520px;
  border-radius:28px;
  padding:26px 26px 28px;
  display:grid;
  grid-template-rows:auto 1fr auto auto;
  border:1px solid rgba(0,0,0,.08);
  box-shadow:0 20px 55px rgba(0,0,0,.05);
  overflow:hidden;
  transition:transform .35s cubic-bezier(.2,.8,.2,1), box-shadow .35s;
}
.swiss-card:hover{
  transform:translateY(-10px);
  box-shadow:0 30px 70px rgba(0,0,0,.09);
}
.swiss-card:before{
  content:"";
  position:absolute;
  left:26px;
  right:26px;
  top:78px;
  height:1px;
  background:currentColor;
  opacity:.10;
}
.swiss-card:after{
  content:"";
  position:absolute;
  top:0;
  right:0;
  width:82px;
  height:82px;
  border-left:1px solid rgba(0,0,0,.08);
  border-bottom:1px solid rgba(0,0,0,.08);
  border-radius:0 28px 0 36px;
  opacity:.7;
}
.swiss-meta{
  position:relative;
  z-index:2;
  display:flex;
  align-items:flex-start;
  justify-content:space-between;
  gap:14px;
  margin-bottom:34px;
}
.swiss-meta span{
  font-size:11px;
  font-weight:800;
  letter-spacing:.08em;
}
.swiss-meta small{
  font-size:9px;
  font-weight:800;
  letter-spacing:.08em;
  text-transform:uppercase;
  opacity:.65;
  text-align:right;
}
.swiss-content{
  position:relative;
  z-index:2;
}
.swiss-content h3{
  margin:0;
  font-size:96px;
  line-height:.82;
  letter-spacing:-.08em;
  font-weight:800;
}
.swiss-content h4{
  margin:18px 0 12px;
  font-size:34px;
  line-height:.95;
  letter-spacing:-.05em;
  font-weight:800;
}
.swiss-content p{
  max-width:300px;
  margin:0;
  font-size:13px;
  line-height:1.7;
  opacity:.72;
}
.swiss-list{
  list-style:none;
  margin:30px 0 30px;
  padding:0;
  display:grid;
  gap:12px;
}
.swiss-list li{
  position:relative;
  padding-left:16px;
  font-size:12px;
  line-height:1.55;
}
.swiss-list li:before{
  content:"";
  position:absolute;
  left:0;
  top:.55em;
  width:6px;
  height:6px;
  border-radius:50%;
  background:currentColor;
}
.swiss-card a{
  font-size:10px;
  font-weight:800;
  letter-spacing:.05em;
  text-transform:uppercase;
  align-self:end;
}

/* color systems */
.swiss-card-dark{
  background:#111214;
  color:#fff;
  border-color:rgba(255,255,255,.08);
}
.swiss-card-dark:before,
.swiss-card-dark:after{
  border-color:rgba(255,255,255,.10);
  background:rgba(255,255,255,.10);
}
.swiss-card-dark .swiss-content h3{
  color:#f0182d;
}
.swiss-card-dark .swiss-list li:before{
  background:#f0182d;
}

.swiss-card-light{
  background:#f5f3ef;
  color:#111214;
}
.swiss-card-light .swiss-content h3{
  color:#b7b7b7;
}
.swiss-card-light .swiss-content h4{
  color:#111214;
}
.swiss-card-light .swiss-meta span{
  color:#f0182d;
}

.swiss-card-accent{
  background:linear-gradient(180deg,#f0182d 0%, #c20f22 100%);
  color:#fff;
}
.swiss-card-accent:before,
.swiss-card-accent:after{
  border-color:rgba(255,255,255,.18);
  background:rgba(255,255,255,.18);
}
.swiss-card-accent .swiss-content h3{
  color:#ffffff;
  opacity:.24;
}
.swiss-card-accent .swiss-list li:before{
  background:#fff;
}

/* subtle grid precision */
.service-swiss .swiss-card:nth-child(2){
  margin-top:26px;
}
.service-swiss .swiss-card:nth-child(3){
  margin-top:52px;
}

@media(max-width:1100px){
  .service-bento.service-swiss{
    grid-template-columns:1fr;
    gap:18px;
  }
  .service-swiss .swiss-card:nth-child(2),
  .service-swiss .swiss-card:nth-child(3){
    margin-top:0;
  }
}

@media(max-width:650px){
  .swiss-card{
    min-height:470px;
    padding:22px 20px 24px;
    border-radius:22px;
  }
  .swiss-card:after{
    width:62px;
    height:62px;
    border-radius:0 22px 0 28px;
  }
  .swiss-content h3{
    font-size:72px;
  }
  .swiss-content h4{
    font-size:28px;
  }
}


/* === FINAL PARTNER LOGO WALL === */
.partner-grid-final{
  display:grid;
  grid-template-columns:repeat(6,minmax(0,1fr));
  gap:14px;
  margin-top:58px;
}
.partner-card{
  min-height:174px;
  padding:18px;
  border-radius:22px;
  background:#fff;
  border:1px solid rgba(0,0,0,.055);
  display:flex;
  flex-direction:column;
  transition:transform .3s ease,box-shadow .3s ease,border-color .3s ease;
}
.partner-card:hover{
  transform:translateY(-7px);
  border-color:rgba(240,24,45,.28);
  box-shadow:0 22px 52px rgba(0,0,0,.08);
}
.partner-card>small{
  font-size:8px;
  font-weight:800;
  color:#f0182d;
  letter-spacing:.08em;
}
.partner-logo{
  height:92px;
  display:grid;
  place-items:center;
  padding:12px;
}
.partner-logo img{
  max-width:118px;
  max-height:58px;
  object-fit:contain;
}
.logo-fallback{
  width:58px;
  height:58px;
  border-radius:16px;
  display:grid;
  place-items:center;
  background:#111214;
  color:#fff;
  font-size:16px;
  font-weight:800;
}
.logo-wordmark{
  max-width:145px;
  text-align:center;
  font-size:13px;
  line-height:1.25;
  font-weight:800;
  letter-spacing:-.025em;
  color:#17181b;
}
.partner-card>strong{
  margin-top:auto;
  font-size:10px;
  line-height:1.4;
}
@media(max-width:1150px){
  .partner-grid-final{grid-template-columns:repeat(4,1fr)}
}
@media(max-width:720px){
  .partner-grid-final{grid-template-columns:repeat(2,1fr)}
  .partner-card{min-height:160px}
}


/* === CONTENT POLISH / CONTACT UPDATE === */
.hero h1{
  font-weight:800;
  letter-spacing:-.065em;
  line-height:.9;
  max-width:650px;
}
.hero h1 span,
.hero h1 em{
  display:inline-block;
}
.hero h1 em{
  color:#fff;
  background:linear-gradient(90deg,#f0182d 0%,#ff4e5f 100%);
  padding:.02em .18em .09em;
  border-radius:10px;
  margin:.02em 0;
  box-shadow:0 14px 28px rgba(240,24,45,.22);
}
.hero-copy p{
  max-width:560px;
  font-size:15px;
  line-height:1.82;
  color:rgba(255,255,255,.76);
}
.section-tag{margin-bottom:6px}
.story h2,.experience h2,.partners h2,.contact h2{
  letter-spacing:-.065em;
}

/* partner final cleaned grid */
.partner-grid-final{
  display:grid;
  grid-template-columns:repeat(6,minmax(0,1fr));
  gap:14px;
  margin-top:58px;
}
.partner-card{
  min-height:168px;
  padding:18px;
  border-radius:22px;
  background:#fff;
  border:1px solid rgba(0,0,0,.055);
  display:flex;
  flex-direction:column;
  transition:transform .28s ease, box-shadow .28s ease, border-color .28s ease;
}
.partner-card:hover{
  transform:translateY(-6px);
  border-color:rgba(240,24,45,.24);
  box-shadow:0 20px 46px rgba(0,0,0,.08);
}
.partner-card small{
  font-size:8px;
  font-weight:800;
  letter-spacing:.08em;
  color:#f0182d;
}
.partner-logo{
  height:86px;
  display:grid;
  place-items:center;
  margin:8px 0 12px;
}
.partner-logo img{
  max-width:116px;
  max-height:54px;
  object-fit:contain;
  filter:grayscale(1) contrast(1.06);
  transition:filter .25s ease, transform .25s ease;
}
.partner-card:hover .partner-logo img{
  filter:none;
  transform:scale(1.03);
}
.partner-card strong{
  margin-top:auto;
  font-size:10px;
  line-height:1.4;
  color:#17181b;
}

/* premium contact items */
.contact-grid{
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:14px;
  margin-top:60px;
}
.contact-item{
  display:grid;
  grid-template-columns:58px 1fr auto;
  align-items:center;
  gap:16px;
  min-height:118px;
  padding:22px;
  background:#1b1c1f;
  border:1px solid rgba(255,255,255,.09);
  border-radius:24px;
  transition:transform .28s ease, border-color .28s ease, box-shadow .28s ease;
}
.contact-item:hover{
  transform:translateY(-5px);
  border-color:rgba(240,24,45,.36);
  box-shadow:0 24px 54px rgba(0,0,0,.18);
}
.contact-icon{
  width:58px;
  height:58px;
  border-radius:18px;
  display:grid;
  place-items:center;
  background:linear-gradient(180deg,rgba(240,24,45,.18),rgba(255,255,255,.04));
  border:1px solid rgba(240,24,45,.22);
  color:#fff;
}
.contact-icon svg{
  width:24px;
  height:24px;
}
.contact-text small{
  display:block;
  font-size:9px;
  letter-spacing:.08em;
  color:#8f939a;
  margin-bottom:7px;
}
.contact-text strong{
  font-size:18px;
  line-height:1.2;
  color:#fff;
}
.contact-item > span{
  font-size:22px;
  color:#f0182d;
  font-weight:800;
}

@media(max-width:1150px){
  .partner-grid-final{grid-template-columns:repeat(4,1fr)}
}
@media(max-width:760px){
  .partner-grid-final{grid-template-columns:repeat(2,1fr)}
  .contact-grid{grid-template-columns:1fr}
}


/* === WHITE HERO FINAL POLISH === */
.hero{
  color:#111214;
  background:
    radial-gradient(circle at 78% 28%,rgba(240,24,45,.10),transparent 30%),
    linear-gradient(180deg,#ffffff 0%,#f6f6f4 100%);
}
.hero-bg{
  opacity:.10;
  filter:grayscale(1) brightness(1.25) contrast(.82);
  mix-blend-mode:multiply;
}
.hero-vignette{
  background:
    linear-gradient(90deg,rgba(255,255,255,.98) 0%,rgba(255,255,255,.90) 40%,rgba(255,255,255,.32) 72%,rgba(255,255,255,.78) 100%),
    linear-gradient(180deg,rgba(255,255,255,.12),rgba(255,255,255,.70));
}
.hero-lines{
  opacity:.36;
  background:
    linear-gradient(115deg,transparent 55%,rgba(240,24,45,.12) 55.15%,transparent 55.35%),
    linear-gradient(115deg,transparent 61%,rgba(17,18,20,.055) 61.15%,transparent 61.35%);
}
.nav-shell{
  color:#111214;
  background:rgba(255,255,255,.82);
  border-color:rgba(0,0,0,.06);
  box-shadow:0 14px 38px rgba(20,22,28,.08);
}
.nav-shell.scrolled{
  background:rgba(255,255,255,.94);
}
.nav-cta{
  color:#fff;
}
.hero h1{
  max-width:720px;
  font-size:clamp(46px,4.7vw,78px);
  line-height:.98;
  letter-spacing:-.055em;
  font-weight:800;
  margin:26px 0 24px;
}
.hero h1 span{
  color:#16171a;
}
.hero h1 em{
  display:inline-block;
  color:#f0182d;
  background:none;
  padding:0;
  border-radius:0;
  box-shadow:none;
  margin-top:.08em;
}
.hero-copy p{
  max-width:540px;
  color:#5d6067;
  font-size:14px;
  line-height:1.8;
}
.hero .glass{
  color:#111214;
  background:rgba(255,255,255,.74);
  border-color:rgba(0,0,0,.10);
}
.hero-count{
  color:rgba(17,18,20,.035);
}
.hero-count span,
.hero-count sup{
  color:rgba(240,24,45,.22);
}
.red-halo{
  opacity:.45;
}
.hero-stats{
  color:#111214;
  background:rgba(255,255,255,.84);
  border-color:rgba(0,0,0,.06);
  box-shadow:0 20px 52px rgba(0,0,0,.07);
}
.hero-stats article{
  border-right-color:rgba(0,0,0,.08);
}
.hero-stats span{
  color:#777a82;
}
.floating-pill{
  color:#111214;
  background:rgba(255,255,255,.80);
  border-color:rgba(0,0,0,.07);
  box-shadow:0 18px 42px rgba(0,0,0,.08);
}
.scroll-cue{
  color:#8a8c91;
}
@media(max-width:650px){
  .hero h1{
    font-size:40px;
    line-height:1.02;
  }
}


/* === FINAL SHOWROOM / HERO / PARTNER POLISH === */

/* Hero */
.hero{
  min-height:960px;
  padding-top:142px;
  padding-bottom:52px;
}
.hero-copy{
  padding-top:8px;
}
.hero h1{
  max-width:760px;
  font-size:clamp(48px,4.95vw,82px);
  line-height:.97;
  letter-spacing:-.06em;
}
.hero-copy p{
  max-width:560px;
}
.hero-stage{
  min-height:650px;
}
.hero-car{
  width:92%;
  max-width:860px;
  filter:drop-shadow(0 40px 70px rgba(0,0,0,.16));
}
.car-shadow{
  position:absolute;
  left:50%;
  bottom:86px;
  width:62%;
  height:68px;
  transform:translateX(-50%);
  border-radius:50%;
  background:radial-gradient(ellipse at center, rgba(0,0,0,.22) 0%, rgba(0,0,0,.09) 42%, rgba(0,0,0,0) 74%);
  filter:blur(10px);
  z-index:1;
}
.red-halo{
  width:560px;
  height:250px;
  opacity:.52;
}
.floating-pill{
  min-width:140px;
  height:88px;
  border-radius:22px;
}
.pill-a{left:6%;top:26%}
.pill-b{right:4%;bottom:17%}
.hero-stats{
  margin-top:-10px;
}
.scroll-cue{
  bottom:26px;
}

/* Showroom */
.showroom{
  padding-top:88px;
  padding-bottom:130px;
}
.building-panel{
  min-height:760px;
  grid-template-columns:38% 62%;
  border-radius:46px;
  box-shadow:0 38px 96px rgba(0,0,0,.14);
  background:
    radial-gradient(circle at 20% 30%, rgba(240,24,45,.07), transparent 28%),
    linear-gradient(145deg,#ffffff,#e9e6e1);
}
.building-copy{
  padding:66px 0 60px 58px;
}
.building-copy h2{
  font-size:clamp(54px,5.2vw,90px);
  line-height:.92;
  margin:24px 0 18px;
}
.building-copy p{
  max-width:450px;
  font-size:14px;
  line-height:1.85;
}
.building-visual{
  position:relative;
  display:flex;
  align-items:center;
  justify-content:flex-end;
  overflow:hidden;
}
.building-glow{
  position:absolute;
  right:8%;
  top:13%;
  width:420px;
  height:420px;
  border-radius:50%;
  background:radial-gradient(circle, rgba(240,24,45,.17) 0%, rgba(240,24,45,.08) 35%, rgba(240,24,45,0) 70%);
  filter:blur(22px);
}
.building-visual img{
  position:absolute;
  right:-2.5%;
  bottom:-1%;
  width:90%;
  max-width:1080px;
  object-fit:contain;
  filter:drop-shadow(0 26px 60px rgba(0,0,0,.18));
}
.building-word{
  position:absolute;
  left:8%;
  bottom:6%;
  font-size:clamp(84px,10vw,180px);
  line-height:.9;
  font-weight:800;
  letter-spacing:-.09em;
  color:rgba(17,18,20,.05);
  pointer-events:none;
}
.btn.dark-btn{
  background:#111214;
  color:#fff;
  border:1px solid rgba(17,18,20,.06);
}

/* Partner section */
.partners-head h2{
  margin-bottom:16px;
}
.partner-grid-final{
  margin-top:46px;
}
.partner-card{
  min-height:162px;
}
.partner-card strong{
  font-size:11px;
}
.partner-logo img{
  max-width:122px;
  max-height:56px;
}

/* Contact polish */
.contact-copy h2{
  max-width:520px;
}
.contact-item{
  min-height:122px;
}
.contact-text strong{
  font-size:17px;
}

/* Slight typo/layout safety */
.story-copy p,
.experience-title p,
.building-copy p,
.partners-head p{
  word-break:keep-all;
}

@media(max-width:1100px){
  .hero-stage{min-height:540px}
  .building-panel{
    grid-template-columns:1fr;
    min-height:860px;
  }
  .building-copy{
    padding:44px 28px 12px;
  }
  .building-visual{
    min-height:420px;
  }
  .building-visual img{
    width:92%;
    right:-4%;
  }
  .building-word{
    left:5%;
    bottom:8%;
    font-size:110px;
  }
}
@media(max-width:650px){
  .hero{
    min-height:auto;
    padding-top:116px;
  }
  .hero h1{
    font-size:42px;
  }
  .hero-stage{
    min-height:350px;
  }
  .hero-car{
    width:100%;
  }
  .car-shadow{
    width:78%;
    bottom:44px;
  }
  .building-panel{
    min-height:760px;
    border-radius:32px;
  }
  .building-copy{
    padding:34px 22px 8px;
  }
  .building-copy h2{
    font-size:46px;
  }
  .building-visual{
    min-height:360px;
  }
  .building-visual img{
    width:108%;
    right:-16%;
    bottom:0;
  }
  .building-word{
    font-size:72px;
    left:6%;
    bottom:5%;
  }
}


/* === STRONGER PREMIUM HERO BACKGROUND === */
.hero{
  isolation:isolate;
  background:
    linear-gradient(180deg,#ffffff 0%,#f4f3f0 100%);
}
.hero-bg{
  opacity:.16;
  filter:grayscale(1) brightness(1.12) contrast(.92);
  background-position:center 58%;
  transform:scale(1.08);
}
.hero-vignette{
  background:
    linear-gradient(90deg,
      rgba(255,255,255,1) 0%,
      rgba(255,255,255,.97) 32%,
      rgba(255,255,255,.70) 52%,
      rgba(255,255,255,.20) 72%,
      rgba(255,255,255,.74) 100%),
    linear-gradient(180deg,
      rgba(255,255,255,.12) 0%,
      rgba(255,255,255,.25) 52%,
      rgba(235,232,227,.86) 100%);
}
.hero-architecture{
  position:absolute;
  inset:0;
  z-index:1;
  pointer-events:none;
  opacity:.92;
  background:
    linear-gradient(90deg,transparent 0 8%,rgba(17,18,20,.04) 8% 8.08%,transparent 8.08% 21%,rgba(17,18,20,.04) 21% 21.08%,transparent 21.08% 34%,rgba(17,18,20,.04) 34% 34.08%,transparent 34.08%),
    linear-gradient(180deg,transparent 0 18%,rgba(17,18,20,.035) 18% 18.08%,transparent 18.08% 42%,rgba(17,18,20,.035) 42% 42.08%,transparent 42.08% 66%,rgba(17,18,20,.035) 66% 66.08%,transparent 66.08%),
    linear-gradient(118deg,transparent 0 61%,rgba(240,24,45,.12) 61% 61.15%,transparent 61.15% 100%);
}
.hero-red-disc{
  position:absolute;
  z-index:1;
  right:4.5%;
  top:17%;
  width:clamp(360px,38vw,620px);
  aspect-ratio:1;
  border-radius:50%;
  pointer-events:none;
  background:
    radial-gradient(circle at 42% 38%,rgba(255,255,255,.62) 0 4%,transparent 22%),
    radial-gradient(circle at 50% 50%,rgba(240,24,45,.18) 0 44%,rgba(240,24,45,.07) 59%,transparent 71%);
  box-shadow:
    0 45px 110px rgba(240,24,45,.13),
    inset 0 0 0 1px rgba(240,24,45,.08);
}
.hero:after{
  content:"";
  position:absolute;
  z-index:1;
  left:0;
  right:0;
  bottom:0;
  height:220px;
  pointer-events:none;
  background:
    linear-gradient(180deg,transparent,rgba(229,226,221,.88)),
    repeating-linear-gradient(90deg,rgba(17,18,20,.028) 0 1px,transparent 1px 80px);
  clip-path:polygon(0 48%,100% 0,100% 100%,0 100%);
}
.hero-copy,.hero-stage,.hero-stats,.scroll-cue{
  z-index:4;
}
.hero-car{
  filter:
    drop-shadow(0 18px 22px rgba(0,0,0,.08))
    drop-shadow(0 46px 56px rgba(0,0,0,.20));
}
.car-shadow{
  width:68%;
  height:82px;
  bottom:76px;
  background:radial-gradient(ellipse at center,rgba(0,0,0,.29) 0%,rgba(0,0,0,.12) 39%,rgba(0,0,0,0) 73%);
  filter:blur(13px);
}
.red-halo{
  width:610px;
  height:280px;
  bottom:35px;
  opacity:.62;
  background:radial-gradient(circle,rgba(240,24,45,.52) 0%,rgba(240,24,45,.17) 42%,transparent 72%);
}
.hero-count{
  right:-1%;
  top:-14px;
  color:rgba(17,18,20,.025);
}
.hero-count span,.hero-count sup{
  color:rgba(240,24,45,.16);
}
.floating-pill{
  background:rgba(255,255,255,.88);
  border-color:rgba(0,0,0,.08);
  box-shadow:0 22px 52px rgba(0,0,0,.10);
}
.hero-stats{
  box-shadow:0 26px 70px rgba(0,0,0,.10);
  border-color:rgba(0,0,0,.07);
}
@media(max-width:900px){
  .hero-red-disc{
    right:-14%;
    top:30%;
    width:520px;
  }
}
@media(max-width:650px){
  .hero-red-disc{
    width:360px;
    right:-28%;
    top:39%;
  }
  .hero-architecture{
    opacity:.52;
  }
  .hero:after{
    height:145px;
  }
}


/* === PINTEREST EDITORIAL MULTI-CAR HERO === */
.hero{
  grid-template-columns:38% 62%;
  min-height:980px;
  overflow:hidden;
}
.hero-gallery{
  position:relative;
  min-height:660px;
  display:block;
}
.gallery-number{
  position:absolute;
  z-index:0;
  right:-1%;
  top:-9%;
  font-size:clamp(190px,22vw,360px);
  line-height:.8;
  font-weight:800;
  letter-spacing:-.11em;
  color:rgba(17,18,20,.045);
}
.gallery-label{
  position:absolute;
  z-index:6;
  right:3%;
  top:5%;
  font-size:9px;
  font-weight:800;
  letter-spacing:.15em;
  writing-mode:vertical-rl;
  color:#111214;
}
.gallery-frame{
  position:absolute;
  z-index:1;
  border:1px solid rgba(17,18,20,.09);
  border-radius:28px;
}
.frame-a{
  width:50%;
  height:55%;
  right:4%;
  top:8%;
}
.frame-b{
  width:56%;
  height:48%;
  left:10%;
  bottom:5%;
}
.gallery-red-block{
  position:absolute;
  z-index:0;
  width:46%;
  height:57%;
  right:8%;
  top:18%;
  border-radius:34px;
  background:
    linear-gradient(145deg,#f0182d 0%,#b70d1d 100%);
  box-shadow:0 34px 80px rgba(240,24,45,.22);
  transform:rotate(-4deg);
}
.gallery-car{
  position:absolute;
  z-index:4;
  object-fit:contain;
  filter:drop-shadow(0 25px 28px rgba(0,0,0,.16));
  transition:transform .45s cubic-bezier(.2,.8,.2,1);
}
.hero-gallery:hover .car-main{transform:translateY(-8px) rotate(-1deg)}
.hero-gallery:hover .car-top{transform:translate(6px,-8px) rotate(1deg)}
.hero-gallery:hover .car-back{transform:translate(-7px,5px) rotate(-2deg)}
.hero-gallery:hover .car-bottom{transform:translate(8px,4px) rotate(1deg)}

.car-main{
  width:72%;
  left:2%;
  top:29%;
  z-index:7;
}
.car-top{
  width:40%;
  right:1%;
  top:4%;
  z-index:5;
}
.car-back{
  width:43%;
  right:2%;
  bottom:6%;
  z-index:6;
}
.car-bottom{
  width:42%;
  left:27%;
  bottom:-2%;
  z-index:5;
}
.gallery-caption{
  position:absolute;
  z-index:8;
  min-width:92px;
  padding:12px 14px;
  border-radius:16px;
  background:rgba(255,255,255,.88);
  border:1px solid rgba(0,0,0,.07);
  backdrop-filter:blur(12px);
  box-shadow:0 16px 38px rgba(0,0,0,.08);
}
.gallery-caption span{
  display:block;
  font-size:8px;
  color:#f0182d;
}
.gallery-caption strong{
  font-size:11px;
}
.caption-a{left:2%;top:17%}
.caption-b{right:7%;bottom:14%}

.hero-red-disc,
.hero-count,
.red-halo,
.car-shadow,
.floating-pill{
  display:none!important;
}

@media(max-width:1100px){
  .hero{
    grid-template-columns:1fr;
  }
  .hero-gallery{
    min-height:600px;
    margin-top:20px;
  }
}
@media(max-width:650px){
  .hero-gallery{
    min-height:470px;
  }
  .gallery-red-block{
    width:52%;
    height:48%;
    right:2%;
    top:24%;
  }
  .car-main{
    width:78%;
    left:-4%;
    top:33%;
  }
  .car-top{
    width:47%;
    right:-6%;
    top:7%;
  }
  .car-back{
    width:48%;
    right:-7%;
    bottom:9%;
  }
  .car-bottom{
    width:46%;
    left:23%;
    bottom:-1%;
  }
  .gallery-caption{display:none}
}


/* === CINEMATIC AUTO-SLIDING CAROUSEL === */
.car-carousel{
  position:absolute;
  inset:0;
  z-index:7;
  overflow:visible;
}
.carousel-car{
  position:absolute;
  left:50%;
  top:50%;
  width:78%;
  max-width:880px;
  object-fit:contain;
  opacity:0;
  transform:
    translate(-42%,-44%)
    translateX(150px)
    scale(.88)
    rotateY(-8deg);
  filter:
    blur(4px)
    drop-shadow(0 28px 34px rgba(0,0,0,.16))
    drop-shadow(0 52px 70px rgba(0,0,0,.14));
  transition:
    opacity .72s ease,
    transform .95s cubic-bezier(.16,.84,.2,1),
    filter .95s ease;
  pointer-events:none;
}
.carousel-car.is-active{
  opacity:1;
  transform:
    translate(-48%,-46%)
    translateX(0)
    scale(1)
    rotateY(0);
  filter:
    blur(0)
    drop-shadow(0 28px 34px rgba(0,0,0,.17))
    drop-shadow(0 58px 78px rgba(0,0,0,.16));
}
.carousel-car.is-exiting{
  opacity:0;
  transform:
    translate(-58%,-48%)
    translateX(-150px)
    scale(.90)
    rotateY(8deg);
  filter:
    blur(5px)
    drop-shadow(0 22px 30px rgba(0,0,0,.12));
}
.carousel-meta{
  position:absolute;
  z-index:10;
  left:3%;
  bottom:11%;
  display:grid;
  grid-template-columns:auto 1fr;
  gap:2px 14px;
  padding:15px 17px;
  border-radius:18px;
  background:rgba(255,255,255,.88);
  border:1px solid rgba(0,0,0,.07);
  backdrop-filter:blur(15px);
  box-shadow:0 18px 45px rgba(0,0,0,.09);
}
.carousel-meta span{
  grid-row:1/3;
  align-self:center;
  font-size:10px;
  font-weight:800;
  color:#f0182d;
  letter-spacing:.08em;
}
.carousel-meta strong{
  font-size:13px;
  line-height:1.1;
}
.carousel-meta small{
  font-size:8px;
  color:#777a82;
  letter-spacing:.12em;
}
.carousel-nav{
  position:absolute;
  z-index:11;
  right:4%;
  bottom:10%;
  display:flex;
  align-items:center;
  gap:12px;
}
.carousel-nav>button{
  width:42px;
  height:42px;
  border-radius:50%;
  border:1px solid rgba(0,0,0,.10);
  background:rgba(255,255,255,.92);
  color:#111214;
  font-size:16px;
  cursor:pointer;
  box-shadow:0 12px 30px rgba(0,0,0,.08);
  transition:.25s;
}
.carousel-nav>button:hover{
  color:#fff;
  background:#f0182d;
  border-color:#f0182d;
  transform:translateY(-2px);
}
.carousel-dots{
  display:flex;
  align-items:center;
  gap:7px;
}
.carousel-dots button{
  width:7px;
  height:7px;
  padding:0;
  border:0;
  border-radius:999px;
  background:rgba(17,18,20,.22);
  cursor:pointer;
  transition:.28s;
}
.carousel-dots button.active{
  width:26px;
  background:#f0182d;
}
.hero-gallery:after{
  content:"";
  position:absolute;
  z-index:3;
  left:8%;
  right:8%;
  bottom:13%;
  height:68px;
  border-radius:50%;
  background:radial-gradient(ellipse at center,rgba(0,0,0,.20),transparent 68%);
  filter:blur(11px);
}
@media(max-width:650px){
  .carousel-car{
    width:92%;
    transform:translate(-39%,-43%) translateX(100px) scale(.88);
  }
  .carousel-car.is-active{
    transform:translate(-50%,-44%) translateX(0) scale(1);
  }
  .carousel-car.is-exiting{
    transform:translate(-61%,-45%) translateX(-100px) scale(.9);
  }
  .carousel-meta{
    left:1%;
    bottom:7%;
  }
  .carousel-nav{
    right:1%;
    bottom:7%;
  }
}


/* === REFINED HERO CAROUSEL NORMALIZATION + ACCENT SYSTEM === */
.gallery-red-block{display:none!important;}
.hero-gallery{
  perspective:1600px;
}
.gallery-accent{
  position:absolute;
  inset:0;
  z-index:0;
  pointer-events:none;
}
.accent-panel{
  position:absolute;
  right:7%;
  top:16%;
  width:54%;
  height:60%;
  border-radius:38px;
  background:
    linear-gradient(145deg, rgba(255,255,255,.88), rgba(255,255,255,.36) 32%, rgba(240,24,45,.08) 100%);
  border:1px solid rgba(17,18,20,.08);
  box-shadow:
    0 34px 90px rgba(0,0,0,.10),
    inset 0 1px 0 rgba(255,255,255,.65);
  transform:rotate(-6deg);
  transition:transform .85s cubic-bezier(.2,.8,.2,1), box-shadow .85s ease;
}
.accent-orb{
  position:absolute;
  right:13%;
  top:18%;
  width:420px;
  height:420px;
  border-radius:50%;
  background:
    radial-gradient(circle at 40% 38%, rgba(255,255,255,.88) 0 8%, transparent 26%),
    radial-gradient(circle at 50% 50%, rgba(240,24,45,.28) 0 36%, rgba(240,24,45,.12) 52%, transparent 72%);
  filter:blur(10px);
  opacity:.96;
  transition:transform .9s cubic-bezier(.2,.8,.2,1), opacity .9s ease;
}
.accent-ring{
  position:absolute;
  right:2%;
  top:11%;
  width:58%;
  height:64%;
  border-radius:42px;
  border:1px solid rgba(240,24,45,.18);
  transform:rotate(-8deg);
  transition:transform .9s cubic-bezier(.2,.8,.2,1), opacity .9s ease;
}
.accent-streak{
  position:absolute;
  right:3%;
  top:50%;
  width:46%;
  height:2px;
  background:linear-gradient(90deg, transparent 0%, rgba(240,24,45,.72) 36%, rgba(255,152,163,.55) 60%, transparent 100%);
  transform:rotate(-24deg);
  opacity:.58;
  filter:blur(.4px);
  transition:transform .65s ease, opacity .65s ease, width .65s ease;
}
.accent-chip{
  position:absolute;
  left:34%;
  top:9%;
  width:132px;
  height:132px;
  border-radius:26px;
  background:
    linear-gradient(145deg, rgba(255,255,255,.75), rgba(255,255,255,.18));
  border:1px solid rgba(17,18,20,.08);
  box-shadow:0 24px 55px rgba(0,0,0,.08);
  transform:rotate(12deg);
  transition:transform .8s cubic-bezier(.2,.8,.2,1);
}
.hero-gallery.shifting .accent-panel{
  transform:rotate(-10deg) scale(1.03);
  box-shadow:
    0 44px 110px rgba(0,0,0,.12),
    inset 0 1px 0 rgba(255,255,255,.75);
}
.hero-gallery.shifting .accent-orb{
  transform:translateX(-24px) scale(1.08);
  opacity:1;
}
.hero-gallery.shifting .accent-ring{
  transform:rotate(-12deg) translateX(-16px);
}
.hero-gallery.shifting .accent-streak{
  width:58%;
  opacity:1;
  transform:rotate(-24deg) translateX(-30px);
}
.hero-gallery.shifting .accent-chip{
  transform:rotate(18deg) translateY(-10px);
}

/* normalize all cars to a more consistent visual size */
.carousel-car{
  left:50%;
  top:50%;
  width:auto;
  height:56%;
  max-width:82%;
  transform:
    translate(-42%,-45%)
    translateX(170px)
    scale(.84)
    rotateY(-8deg);
}
.carousel-car.is-active{
  transform:
    translate(-49%,-47%)
    translateX(0)
    scale(1)
    rotateY(0);
}
.carousel-car.is-exiting{
  transform:
    translate(-58%,-48%)
    translateX(-170px)
    scale(.86)
    rotateY(8deg);
}

/* fine-tune individual models so they feel equal */
.carousel-car:nth-child(1){height:57%;}
.carousel-car:nth-child(2){height:56%; max-width:76%;}
.carousel-car:nth-child(3){height:58%; max-width:79%;}
.carousel-car:nth-child(4){height:55%; max-width:80%;}

.hero-gallery:after{
  left:10%;
  right:10%;
  bottom:12%;
  height:78px;
  background:radial-gradient(ellipse at center, rgba(0,0,0,.24), transparent 70%);
}
.carousel-meta{
  left:4%;
  bottom:10%;
}
.carousel-nav{
  right:4%;
  bottom:9.5%;
}
@media(max-width:1100px){
  .accent-orb{width:360px;height:360px;right:10%;top:22%;}
  .accent-chip{left:20%;top:6%;}
}
@media(max-width:650px){
  .accent-panel{
    width:62%;
    height:48%;
    right:2%;
    top:22%;
  }
  .accent-orb{
    width:280px;
    height:280px;
    right:-8%;
    top:31%;
  }
  .accent-ring{
    width:66%;
    height:52%;
    right:-2%;
    top:18%;
  }
  .accent-streak{
    width:62%;
    right:-4%;
    top:56%;
  }
  .accent-chip{
    width:78px;
    height:78px;
    left:8%;
    top:10%;
    border-radius:18px;
  }
  .carousel-car{
    height:50%;
    max-width:94%;
    transform:translate(-39%,-44%) translateX(120px) scale(.84);
  }
  .carousel-car.is-active{
    transform:translate(-50%,-45%) translateX(0) scale(1);
  }
  .carousel-car.is-exiting{
    transform:translate(-62%,-45%) translateX(-120px) scale(.86);
  }
}


/* === TOP CARD HERO STYLE === */
.hero-card-style{
  min-height:650px;
  display:flex;
  align-items:center;
  justify-content:center;
}
.hero-card-shell{
  position:relative;
  width:min(760px,95%);
  height:590px;
  border-radius:48px;
  overflow:hidden;
  background:
    radial-gradient(circle at 28% 42%,rgba(255,50,70,.85) 0%,rgba(204,0,30,.65) 35%,transparent 64%),
    linear-gradient(135deg,#ca001e 0%,#71000d 58%,#19191d 100%);
  box-shadow:
    0 42px 100px rgba(170,0,25,.22),
    inset 0 1px 0 rgba(255,255,255,.16);
  border:1px solid rgba(255,255,255,.14);
}
.hero-card-shell:before{
  content:"";
  position:absolute;
  inset:0;
  background:
    linear-gradient(125deg,rgba(255,255,255,.08),transparent 38%),
    radial-gradient(circle at 70% 70%,rgba(0,0,0,.32),transparent 55%);
  pointer-events:none;
}
.hero-card-copy{
  position:absolute;
  left:42px;
  top:40px;
  z-index:8;
  color:#fff;
}
.hero-card-copy span{
  display:block;
  font-size:9px;
  font-weight:800;
  letter-spacing:.15em;
  opacity:.72;
  margin-bottom:10px;
}
.hero-card-copy h3{
  margin:0;
  font-size:36px;
  line-height:.95;
  letter-spacing:-.05em;
}
.hero-card-copy small{
  display:block;
  margin-top:7px;
  font-size:11px;
  letter-spacing:.12em;
  opacity:.7;
}
.hero-card-glow{
  position:absolute;
  left:5%;
  bottom:-10%;
  width:72%;
  height:62%;
  border-radius:50%;
  background:radial-gradient(circle,rgba(255,20,45,.62),rgba(255,20,45,.15) 48%,transparent 72%);
  filter:blur(20px);
}
.hero-card-lines{
  position:absolute;
  inset:0;
  background:
    linear-gradient(110deg,transparent 0 66%,rgba(255,255,255,.10) 66% 66.2%,transparent 66.2%),
    linear-gradient(110deg,transparent 0 72%,rgba(255,255,255,.06) 72% 72.2%,transparent 72.2%);
  opacity:.7;
}
.hero-card-style .car-carousel{
  position:absolute;
  inset:0;
  z-index:6;
}
.hero-card-style .carousel-car{
  left:58%;
  top:56%;
  width:auto;
  height:57%;
  max-width:88%;
  object-fit:contain;
  opacity:0;
  transform:
    translate(-34%,-48%)
    translateX(180px)
    scale(.86)
    rotateY(-10deg);
  filter:
    blur(5px)
    drop-shadow(0 35px 46px rgba(0,0,0,.32));
}
.hero-card-style .carousel-car.is-active{
  opacity:1;
  transform:
    translate(-48%,-50%)
    translateX(0)
    scale(1.06)
    rotateY(0);
  filter:
    blur(0)
    drop-shadow(0 36px 50px rgba(0,0,0,.34));
}
.hero-card-style .carousel-car.is-exiting{
  opacity:0;
  transform:
    translate(-62%,-50%)
    translateX(-180px)
    scale(.88)
    rotateY(10deg);
  filter:
    blur(6px)
    drop-shadow(0 24px 34px rgba(0,0,0,.24));
}
.hero-card-style .carousel-car:nth-child(1){height:58%}
.hero-card-style .carousel-car:nth-child(2){height:54%}
.hero-card-style .carousel-car:nth-child(3){height:57%}
.hero-card-style .carousel-car:nth-child(4){height:52%}
.hero-card-style .carousel-nav{
  position:absolute;
  z-index:12;
  left:50%;
  right:auto;
  bottom:28px;
  transform:translateX(-50%);
  display:flex;
  align-items:center;
  gap:14px;
}
.hero-card-style .carousel-nav>button{
  display:none;
}
.hero-card-style .carousel-dots{
  display:flex;
  gap:8px;
  padding:9px 12px;
  border-radius:999px;
  background:rgba(0,0,0,.18);
  backdrop-filter:blur(10px);
}
.hero-card-style .carousel-dots button{
  width:8px;
  height:8px;
  border-radius:50%;
  background:rgba(255,255,255,.35);
}
.hero-card-style .carousel-dots button.active{
  width:8px;
  background:#fff;
}
.hero-card-style:after{
  content:"";
  position:absolute;
  z-index:5;
  right:-4%;
  top:23%;
  width:58%;
  height:55%;
  border-radius:45% 0 0 45%;
  background:linear-gradient(90deg,transparent,rgba(255,255,255,.03));
  transform:rotate(-8deg);
  pointer-events:none;
}

/* remove previous complex accent system inside hero gallery */
.hero-card-style .gallery-accent,
.hero-card-style .gallery-frame,
.hero-card-style .gallery-number,
.hero-card-style .gallery-label,
.hero-card-style .gallery-caption{
  display:none!important;
}

@media(max-width:1100px){
  .hero-card-shell{
    width:min(760px,100%);
  }
}
@media(max-width:650px){
  .hero-card-style{
    min-height:500px;
  }
  .hero-card-shell{
    height:470px;
    border-radius:34px;
  }
  .hero-card-copy{
    left:24px;
    top:26px;
  }
  .hero-card-copy h3{
    font-size:28px;
  }
  .hero-card-style .carousel-car{
    left:60%;
    top:58%;
    height:50%;
    max-width:100%;
  }
  .hero-card-style .carousel-car.is-active{
    transform:translate(-50%,-50%) scale(1.05);
  }
  .hero-card-style .carousel-car:nth-child(1){height:50%}
  .hero-card-style .carousel-car:nth-child(2){height:47%}
  .hero-card-style .carousel-car:nth-child(3){height:49%}
  .hero-card-style .carousel-car:nth-child(4){height:45%}
}


/* === RESPONSIVE HERO SIZE FINAL === */
.hero-card-style{
  width:100%;
  min-width:0;
}
.hero-card-shell{
  width:min(720px,100%);
  height:clamp(500px,42vw,590px);
  aspect-ratio:1.22/1;
}
.hero-card-style .carousel-car{
  max-height:360px;
  max-width:86%;
}
.hero-card-copy{
  max-width:46%;
}
.hero-card-copy h3{
  font-size:clamp(26px,2.5vw,36px);
}
.hero-card-style .carousel-nav{
  bottom:24px;
}

/* Desktop balance */
@media(min-width:1400px){
  .hero-card-shell{
    width:740px;
    height:600px;
  }
  .hero-card-style .carousel-car{
    max-height:380px;
  }
}

/* Laptop */
@media(min-width:1101px) and (max-width:1399px){
  .hero{
    grid-template-columns:40% 60%;
  }
  .hero-card-shell{
    width:min(650px,100%);
    height:535px;
  }
  .hero-card-style .carousel-car{
    max-height:335px;
  }
}

/* Tablet */
@media(min-width:701px) and (max-width:1100px){
  .hero{
    grid-template-columns:1fr;
  }
  .hero-card-style{
    min-height:560px;
  }
  .hero-card-shell{
    width:min(690px,94vw);
    height:540px;
  }
  .hero-card-style .carousel-car{
    max-height:330px;
    max-width:84%;
  }
  .hero-card-copy{
    left:34px;
    top:32px;
  }
}

/* Mobile */
@media(max-width:700px){
  .hero{
    padding-left:16px;
    padding-right:16px;
  }
  .hero-card-style{
    min-height:440px;
    margin-top:18px;
  }
  .hero-card-shell{
    width:100%;
    height:420px;
    aspect-ratio:auto;
    border-radius:30px;
  }
  .hero-card-copy{
    left:22px;
    top:22px;
    max-width:62%;
  }
  .hero-card-copy span{
    font-size:7px;
  }
  .hero-card-copy h3{
    font-size:25px;
  }
  .hero-card-copy small{
    font-size:9px;
  }
  .hero-card-style .carousel-car{
    left:58%;
    top:57%;
    height:auto!important;
    width:82%;
    max-width:82%;
    max-height:245px;
    object-fit:contain;
  }
  .hero-card-style .carousel-car.is-active{
    transform:translate(-50%,-48%) scale(1);
  }
  .hero-card-style .carousel-car.is-exiting{
    transform:translate(-64%,-48%) translateX(-110px) scale(.88) rotateY(8deg);
  }
  .hero-card-style .carousel-nav{
    bottom:18px;
  }
}

/* Small mobile */
@media(max-width:390px){
  .hero-card-shell{
    height:385px;
    border-radius:26px;
  }
  .hero-card-style{
    min-height:405px;
  }
  .hero-card-style .carousel-car{
    width:88%;
    max-width:88%;
    max-height:220px;
  }
}

/* Partner logo additions */
.partner-grid-final{
  grid-template-columns:repeat(7,minmax(0,1fr));
}
@media(max-width:1320px){
  .partner-grid-final{grid-template-columns:repeat(5,1fr)}
}
@media(max-width:960px){
  .partner-grid-final{grid-template-columns:repeat(3,1fr)}
}
@media(max-width:620px){
  .partner-grid-final{grid-template-columns:repeat(2,1fr)}
}
.partner-card{
  min-height:158px;
}
.partner-logo img{
  max-width:126px;
  max-height:58px;
}


/* === LOCAL OFFICIAL PARTNER LOGOS === */
.partner-grid-final{
  grid-template-columns:repeat(6,minmax(0,1fr));
  gap:16px;
}
.partner-card-local{
  min-height:176px;
  padding:18px 18px 16px;
}
.partner-card-local .partner-logo{
  height:102px;
  padding:8px;
}
.partner-card-local .partner-logo img{
  width:100%;
  max-width:150px;
  max-height:72px;
  object-fit:contain;
  filter:none;
}
.partner-card-local:hover .partner-logo img{
  transform:scale(1.035);
}
.partner-card-local strong{
  font-size:10.5px;
}
@media(max-width:1200px){
  .partner-grid-final{grid-template-columns:repeat(4,1fr)}
}
@media(max-width:800px){
  .partner-grid-final{grid-template-columns:repeat(3,1fr)}
}
@media(max-width:560px){
  .partner-grid-final{grid-template-columns:repeat(2,1fr)}
  .partner-card-local{min-height:158px}
  .partner-card-local .partner-logo{height:88px}
  .partner-card-local .partner-logo img{max-width:126px;max-height:62px}
}


/* === ABOUT VEHICLE EDITORIAL GALLERY === */
.story{
  grid-template-columns:34% 66%;
  align-items:start;
}
.about-gallery{
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  grid-auto-rows:230px;
  gap:14px;
}
.about-shot{
  position:relative;
  overflow:hidden;
  border-radius:24px;
  background:#111214;
  box-shadow:0 18px 52px rgba(0,0,0,.08);
}
.about-shot img{
  width:100%;
  height:100%;
  object-fit:cover;
  transition:transform .65s cubic-bezier(.2,.8,.2,1), filter .65s ease;
}
.about-shot:hover img{
  transform:scale(1.045);
  filter:saturate(1.08) contrast(1.03);
}
.shot-main{
  grid-row:span 2;
}
.shot-wide{
  grid-column:span 2;
}
.shot-overlay{
  position:absolute;
  inset:0;
  background:
    linear-gradient(180deg,transparent 48%,rgba(0,0,0,.66) 100%),
    linear-gradient(90deg,rgba(0,0,0,.12),transparent 42%);
}
.shot-label{
  position:absolute;
  left:18px;
  right:18px;
  bottom:16px;
  display:flex;
  align-items:end;
  justify-content:space-between;
  gap:14px;
  color:#fff;
}
.shot-label span{
  font-size:9px;
  color:#f0182d;
  font-weight:800;
  letter-spacing:.08em;
}
.shot-label strong{
  font-size:13px;
  letter-spacing:-.025em;
  text-align:right;
}
@media(max-width:1100px){
  .story{
    grid-template-columns:1fr;
  }
  .about-gallery{
    margin-top:20px;
  }
}
@media(max-width:650px){
  .about-gallery{
    grid-template-columns:1fr;
    grid-auto-rows:220px;
  }
  .shot-main,
  .shot-wide{
    grid-row:auto;
    grid-column:auto;
  }
  .about-shot{
    border-radius:20px;
  }
}


/* === PREMIUM CONTACT WITH MAP === */
.contact-premium{
  padding-top:120px;
  padding-bottom:120px;
  background:#101114;
  color:#fff;
}
.contact-head{
  position:relative;
  z-index:2;
  display:grid;
  grid-template-columns:1.2fr .8fr;
  gap:60px;
  align-items:end;
  margin-bottom:48px;
}
.contact-head>p{
  max-width:500px;
  justify-self:end;
  margin:0 0 8px;
  color:#9a9da4;
  font-size:14px;
  line-height:1.8;
}
.contact-layout{
  position:relative;
  z-index:2;
  display:grid;
  grid-template-columns:1.35fr .65fr;
  gap:18px;
}
.contact-map{
  position:relative;
  min-height:650px;
  overflow:hidden;
  border-radius:34px;
  border:1px solid rgba(255,255,255,.09);
  box-shadow:0 30px 80px rgba(0,0,0,.28);
  background:#1a1b1e;
}
.contact-map iframe{
  width:100%;
  height:100%;
  min-height:650px;
  border:0;
  filter:grayscale(1) contrast(1.05) brightness(.82);
}
.contact-map:after{
  content:"";
  position:absolute;
  inset:0;
  pointer-events:none;
  background:
    linear-gradient(180deg,rgba(16,17,20,.08),transparent 55%,rgba(16,17,20,.30)),
    linear-gradient(90deg,rgba(240,24,45,.08),transparent 38%);
}
.map-badge{
  position:absolute;
  z-index:3;
  left:24px;
  bottom:24px;
  max-width:310px;
  padding:17px 19px;
  border-radius:18px;
  background:rgba(16,17,20,.85);
  border:1px solid rgba(255,255,255,.12);
  backdrop-filter:blur(15px);
  box-shadow:0 18px 44px rgba(0,0,0,.26);
}
.map-badge span{
  display:block;
  margin-bottom:7px;
  color:#f0182d;
  font-size:8px;
  font-weight:800;
  letter-spacing:.12em;
}
.map-badge strong{
  font-size:13px;
  line-height:1.45;
}
.contact-panel{
  display:flex;
  flex-direction:column;
  gap:12px;
  min-width:0;
}
.contact-row{
  display:grid;
  grid-template-columns:54px minmax(0,1fr) auto;
  gap:15px;
  align-items:center;
  min-height:112px;
  padding:18px;
  border-radius:24px;
  color:#fff;
  background:#1a1b1e;
  border:1px solid rgba(255,255,255,.08);
  transition:transform .28s ease,border-color .28s ease,background .28s ease;
}
a.contact-row:hover{
  transform:translateX(-5px);
  border-color:rgba(240,24,45,.36);
  background:#1e1f22;
}
.contact-row .contact-icon{
  width:54px;
  height:54px;
  border-radius:17px;
}
.contact-row .contact-icon svg{
  width:23px;
  height:23px;
}
.contact-row small{
  display:block;
  color:#8d9097;
  font-size:8px;
  font-weight:800;
  letter-spacing:.10em;
  margin-bottom:5px;
}
.contact-row strong{
  display:block;
  color:#fff;
  font-size:16px;
  line-height:1.25;
}
.contact-row p{
  margin:5px 0 0;
  color:#777a82;
  font-size:10px;
  line-height:1.45;
}
.contact-row>span{
  color:#f0182d;
  font-size:20px;
  font-weight:800;
}
.contact-hours{
  cursor:default;
}
.contact-actions{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:10px;
  margin-top:auto;
}
.contact-btn{
  min-height:56px;
  padding:0 18px;
  border-radius:18px;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:14px;
  font-size:9px;
  font-weight:800;
  letter-spacing:.04em;
  transition:transform .25s ease,box-shadow .25s ease;
}
.contact-btn:hover{
  transform:translateY(-3px);
}
.contact-btn-primary{
  color:#fff;
  background:#f0182d;
  box-shadow:0 16px 34px rgba(240,24,45,.22);
}
.contact-btn-secondary{
  color:#fff;
  background:#242529;
  border:1px solid rgba(255,255,255,.09);
}
@media(max-width:1100px){
  .contact-head{
    grid-template-columns:1fr;
    gap:22px;
  }
  .contact-head>p{
    justify-self:start;
  }
  .contact-layout{
    grid-template-columns:1fr;
  }
  .contact-map,
  .contact-map iframe{
    min-height:500px;
  }
  .contact-panel{
    display:grid;
    grid-template-columns:1fr 1fr;
  }
  .contact-actions{
    grid-column:1/-1;
  }
}
@media(max-width:650px){
  .contact-premium{
    padding:82px 18px;
  }
  .contact-map,
  .contact-map iframe{
    min-height:390px;
  }
  .contact-map{
    border-radius:26px;
  }
  .map-badge{
    left:14px;
    right:14px;
    bottom:14px;
    max-width:none;
  }
  .contact-panel{
    grid-template-columns:1fr;
  }
  .contact-actions{
    grid-template-columns:1fr;
    grid-column:auto;
  }
  .contact-row{
    min-height:105px;
    padding:16px;
    border-radius:21px;
  }
}


/* === CENTERED MISSION HEADING === */
.story-copy{
  text-align:center;
  display:flex;
  flex-direction:column;
  align-items:center;
}
.story-copy .section-tag{
  justify-content:center;
}
.story-copy h2{
  text-align:center;
  max-width:620px;
}
.story-copy p{
  text-align:center;
  max-width:560px;
}
.story-copy .text-link{
  justify-content:center;
}
@media(max-width:1100px){
  .story-copy{
    max-width:760px;
    margin:0 auto;
  }
}


/* === 5 CORE VALUES === */
.values-block{
  width:100%;
  max-width:460px;
  margin-top:26px;
}
.values-head{
  display:grid;
  gap:8px;
  margin-bottom:14px;
}
.values-head small{
  color:#f0182d;
  font-size:8px;
  font-weight:800;
  letter-spacing:.12em;
}
.values-head strong{
  color:#141518;
  font-size:13px;
  line-height:1.45;
  letter-spacing:-.02em;
}
.values-grid{
  display:grid;
  grid-template-columns:1fr;
  gap:10px;
}
.value-card{
  padding:14px 15px 15px;
  border-radius:18px;
  background:#f7f7f8;
  border:1px solid rgba(17,18,20,.08);
  box-shadow:0 10px 28px rgba(0,0,0,.04);
}
.value-card span{
  display:inline-flex;
  margin-bottom:9px;
  color:#f0182d;
  font-size:8px;
  font-weight:800;
  letter-spacing:.12em;
}
.value-card h4{
  margin:0 0 7px;
  color:#111214;
  font-size:17px;
  line-height:1.1;
  letter-spacing:-.03em;
}
.value-card p{
  max-width:none;
  margin:0;
  color:#5f636b;
  font-size:11px;
  line-height:1.7;
  text-align:left;
}
@media(min-width:700px) and (max-width:1100px){
  .values-block{
    max-width:100%;
  }
  .values-grid{
    grid-template-columns:1fr 1fr;
  }
  .value-card:last-child{
    grid-column:1 / -1;
  }
}
@media(max-width:1100px){
  .values-head{
    text-align:center;
  }
  .values-grid{
    max-width:760px;
    margin:0 auto;
  }
}
@media(max-width:650px){
  .values-block{
    max-width:100%;
    margin-top:22px;
  }
  .values-head strong{
    font-size:12px;
  }
  .value-card{
    border-radius:16px;
    padding:13px 14px 14px;
  }
  .value-card h4{
    font-size:16px;
  }
  .value-card p{
    font-size:10.5px;
  }
}


/* === VALUES SECTION SYNCED WITH GALLERY === */
.story-values-sync{
  padding-top:78px;
  padding-bottom:92px;
  grid-template-columns:minmax(340px, .92fr) minmax(0, 1.08fr);
  gap:28px;
  align-items:start;
}
.story-values-sync .story-copy{
  text-align:left;
  align-items:flex-start;
  padding:10px 0 0;
  max-width:none;
}
.story-values-sync .section-tag{
  justify-content:flex-start;
  margin-bottom:14px;
}
.story-values-sync .story-copy h2{
  text-align:left;
  max-width:420px;
  font-size:clamp(46px,4.1vw,68px);
  line-height:.92;
  margin:0 0 18px;
}
.story-values-sync .story-copy p{
  text-align:left;
  max-width:430px;
  margin:0;
  font-size:13px;
  line-height:1.76;
}
.story-values-sync .text-link{
  justify-content:flex-start;
  margin-top:20px;
}
.story-values-sync .values-block{
  width:100%;
  max-width:100%;
  margin-top:24px;
}
.story-values-sync .values-head{
  display:grid;
  gap:8px;
  margin-bottom:14px;
  text-align:left;
}
.story-values-sync .values-head small{
  color:#f0182d;
  font-size:8px;
  font-weight:800;
  letter-spacing:.12em;
}
.story-values-sync .values-head strong{
  color:#141518;
  font-size:13px;
  line-height:1.45;
  letter-spacing:-.02em;
}
.story-values-sync .values-grid{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:12px;
}
.story-values-sync .value-card{
  padding:15px 16px 16px;
  border-radius:20px;
  background:#f7f7f8;
  border:1px solid rgba(17,18,20,.08);
  box-shadow:0 10px 28px rgba(0,0,0,.04);
  min-height:146px;
}
.story-values-sync .value-card:last-child{
  grid-column:1 / -1;
}
.story-values-sync .value-card span{
  display:inline-flex;
  margin-bottom:8px;
  color:#f0182d;
  font-size:8px;
  font-weight:800;
  letter-spacing:.12em;
}
.story-values-sync .value-card h4{
  margin:0 0 8px;
  color:#111214;
  font-size:17px;
  line-height:1.1;
  letter-spacing:-.03em;
}
.story-values-sync .value-card p{
  max-width:none;
  margin:0;
  color:#5f636b;
  font-size:11px;
  line-height:1.68;
  text-align:left;
}
.story-values-sync .about-gallery{
  grid-auto-rows:210px;
  margin-top:0;
}
@media(max-width:1100px){
  .story-values-sync{
    grid-template-columns:1fr;
    gap:24px;
    padding-top:68px;
  }
  .story-values-sync .story-copy{
    align-items:center;
    text-align:center;
    max-width:760px;
    margin:0 auto;
    padding:0;
  }
  .story-values-sync .section-tag,
  .story-values-sync .text-link{
    justify-content:center;
  }
  .story-values-sync .story-copy h2,
  .story-values-sync .story-copy p,
  .story-values-sync .values-head{
    text-align:center;
  }
  .story-values-sync .values-grid{
    max-width:760px;
    margin:0 auto;
  }
}
@media(max-width:700px){
  .story-values-sync{
    padding-top:58px;
    padding-bottom:68px;
    gap:20px;
  }
  .story-values-sync .story-copy h2{
    font-size:42px;
  }
  .story-values-sync .values-grid{
    grid-template-columns:1fr;
  }
  .story-values-sync .value-card:last-child{
    grid-column:auto;
  }
  .story-values-sync .value-card{
    min-height:auto;
    border-radius:18px;
    padding:14px 14px 15px;
  }
  .story-values-sync .value-card h4{
    font-size:16px;
  }
  .story-values-sync .value-card p{
    font-size:10.5px;
  }
}


/* === PREMIUM SHOWROOM IMAGE GALLERY === */
.showroom-gallery-section{
  padding:100px max(45px,calc((100vw - var(--max))/2)) 125px;
  background:#ece9e5;
}
.showroom-heading{
  display:grid;
  grid-template-columns:1.05fr .95fr;
  gap:60px;
  align-items:end;
  margin-bottom:42px;
}
.showroom-heading>div:first-child>span{
  display:block;
  color:#f0182d;
  font-size:9px;
  font-weight:800;
  letter-spacing:.1em;
  margin-bottom:20px;
}
.showroom-heading h2{
  font-size:clamp(56px,5.6vw,94px);
  line-height:.88;
  letter-spacing:-.07em;
}
.showroom-intro{
  max-width:520px;
  justify-self:end;
}
.showroom-intro p{
  margin:0;
  color:#696c73;
  font-size:14px;
  line-height:1.85;
}
.showroom-intro .btn{
  margin-top:24px;
}
.showroom-gallery{
  display:grid;
  grid-template-columns:1.45fr .55fr;
  grid-template-rows:repeat(2,310px);
  gap:16px;
}
.showroom-shot{
  position:relative;
  overflow:hidden;
  border-radius:30px;
  background:#111214;
  box-shadow:0 24px 65px rgba(0,0,0,.12);
}
.showroom-shot-main{
  grid-row:1 / 3;
}
.showroom-shot img{
  width:100%;
  height:100%;
  object-fit:cover;
  transition:transform .8s cubic-bezier(.2,.8,.2,1),filter .8s ease;
}
.showroom-shot:hover img{
  transform:scale(1.045);
  filter:saturate(1.06) contrast(1.02);
}
.showroom-shot-overlay{
  position:absolute;
  inset:0;
  background:
    linear-gradient(180deg,transparent 45%,rgba(8,9,11,.72) 100%),
    linear-gradient(90deg,rgba(8,9,11,.15),transparent 50%);
}
.showroom-shot-caption{
  position:absolute;
  left:24px;
  right:24px;
  bottom:22px;
  z-index:2;
  color:#fff;
}
.showroom-shot-caption span{
  display:block;
  margin-bottom:8px;
  color:#ff5261;
  font-size:8px;
  font-weight:800;
  letter-spacing:.12em;
}
.showroom-shot-caption strong{
  display:block;
  font-size:18px;
  line-height:1.1;
  letter-spacing:-.035em;
}
.showroom-shot-main .showroom-shot-caption strong{
  max-width:560px;
  font-size:32px;
}
.showroom-features{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  margin-top:18px;
  border-radius:25px;
  overflow:hidden;
  background:#fff;
  border:1px solid rgba(17,18,20,.07);
  box-shadow:0 18px 50px rgba(0,0,0,.06);
}
.showroom-features article{
  min-height:118px;
  padding:22px 24px;
  border-right:1px solid rgba(17,18,20,.08);
}
.showroom-features article:last-child{
  border-right:0;
}
.showroom-features span{
  color:#f0182d;
  font-size:8px;
  font-weight:800;
  letter-spacing:.1em;
}
.showroom-features strong{
  display:block;
  margin-top:10px;
  color:#111214;
  font-size:15px;
  letter-spacing:-.025em;
}
.showroom-features p{
  margin:7px 0 0;
  color:#777a82;
  font-size:10px;
  line-height:1.55;
}
@media(max-width:1100px){
  .showroom-heading{
    grid-template-columns:1fr;
    gap:24px;
  }
  .showroom-intro{
    justify-self:start;
  }
  .showroom-gallery{
    grid-template-columns:1fr 1fr;
    grid-template-rows:460px 260px;
  }
  .showroom-shot-main{
    grid-column:1 / -1;
    grid-row:auto;
  }
  .showroom-features{
    grid-template-columns:1fr;
  }
  .showroom-features article{
    border-right:0;
    border-bottom:1px solid rgba(17,18,20,.08);
  }
  .showroom-features article:last-child{
    border-bottom:0;
  }
}
@media(max-width:650px){
  .showroom-gallery-section{
    padding:74px 18px 82px;
  }
  .showroom-heading h2{
    font-size:50px;
  }
  .showroom-gallery{
    grid-template-columns:1fr;
    grid-template-rows:330px 235px 235px;
  }
  .showroom-shot-main{
    grid-column:auto;
  }
  .showroom-shot{
    border-radius:23px;
  }
  .showroom-shot-main .showroom-shot-caption strong{
    font-size:23px;
  }
  .showroom-shot-caption{
    left:18px;
    right:18px;
    bottom:17px;
  }
}


/* =========================================================
   HERO SHOWCASE V2 — CINEMATIC 3-LEVEL VEHICLE CAROUSEL
   ========================================================= */
.hero-showcase-v2{
  position:relative;
  min-height:680px;
  display:flex;
  align-items:center;
  justify-content:center;
  min-width:0;
}
.showcase-card{
  position:relative;
  width:min(820px,100%);
  height:620px;
  overflow:hidden;
  border-radius:52px;
  background:
    radial-gradient(circle at 72% 35%,rgba(240,24,45,.15),transparent 27%),
    linear-gradient(145deg,#ffffff 0%,#f3f2ef 58%,#e5e2dd 100%);
  border:1px solid rgba(17,18,20,.07);
  box-shadow:
    0 42px 110px rgba(17,18,20,.16),
    inset 0 1px 0 rgba(255,255,255,.95);
  isolation:isolate;
}
.showcase-bg-word{
  position:absolute;
  z-index:0;
  left:-4%;
  bottom:10%;
  color:rgba(17,18,20,.035);
  font-size:clamp(105px,10vw,175px);
  font-weight:800;
  letter-spacing:-.095em;
  line-height:.8;
  transform:rotate(-7deg);
  pointer-events:none;
}
.showcase-red-plane{
  position:absolute;
  z-index:0;
  right:-13%;
  top:-11%;
  width:61%;
  height:75%;
  border-radius:70px;
  background:
    linear-gradient(145deg,#ff3346 0%,#f0182d 48%,#9c0012 100%);
  box-shadow:0 38px 85px rgba(240,24,45,.24);
  transform:rotate(-13deg);
  transition:transform .9s cubic-bezier(.2,.8,.2,1);
}
.showcase-card.shifting .showcase-red-plane{
  transform:rotate(-17deg) scale(1.05) translateX(-14px);
}
.showcase-grid-lines{
  position:absolute;
  z-index:1;
  inset:0;
  opacity:.55;
  background:
    linear-gradient(90deg,transparent 12%,rgba(17,18,20,.06) 12.1%,transparent 12.2%),
    linear-gradient(90deg,transparent 33%,rgba(17,18,20,.045) 33.1%,transparent 33.2%),
    linear-gradient(180deg,transparent 25%,rgba(17,18,20,.045) 25.1%,transparent 25.2%),
    linear-gradient(180deg,transparent 70%,rgba(17,18,20,.045) 70.1%,transparent 70.2%);
}
.showcase-orbit{
  position:absolute;
  z-index:1;
  border:1px solid rgba(255,255,255,.32);
  border-radius:50%;
  pointer-events:none;
}
.orbit-one{
  width:460px;
  height:460px;
  right:-55px;
  top:35px;
}
.orbit-two{
  width:355px;
  height:355px;
  right:-5px;
  top:87px;
  border-color:rgba(255,255,255,.18);
}
.showcase-topline{
  position:absolute;
  z-index:12;
  left:36px;
  right:36px;
  top:29px;
  display:flex;
  align-items:flex-start;
  justify-content:space-between;
  gap:20px;
}
.showcase-topline>span{
  color:#595c63;
  font-size:8px;
  font-weight:800;
  letter-spacing:.15em;
}
.showcase-counter{
  display:flex;
  align-items:flex-end;
  gap:6px;
  color:#fff;
}
.showcase-counter strong{
  font-size:34px;
  line-height:.85;
  letter-spacing:-.06em;
}
.showcase-counter em{
  font-style:normal;
  font-size:10px;
  opacity:.72;
}
.showcase-title{
  position:absolute;
  z-index:12;
  left:36px;
  top:88px;
  max-width:330px;
}
.showcase-title small{
  display:block;
  margin-bottom:10px;
  color:#f0182d;
  font-size:8px;
  font-weight:800;
  letter-spacing:.13em;
}
.showcase-title h3{
  margin:0;
  max-width:350px;
  color:#111214;
  font-size:clamp(31px,3.3vw,49px);
  line-height:.88;
  letter-spacing:-.065em;
}
.showcase-title>span{
  display:block;
  margin-top:11px;
  color:#70737a;
  font-size:9px;
  font-weight:800;
  letter-spacing:.15em;
}
.vehicle-stage{
  position:absolute;
  z-index:8;
  inset:105px 0 72px;
  perspective:1500px;
}
.vehicle-slide{
  position:absolute;
  left:50%;
  top:55%;
  width:auto;
  height:auto;
  max-width:72%;
  max-height:58%;
  object-fit:contain;
  opacity:0;
  transform:
    translate(-50%,-50%)
    translateX(230px)
    scale(.64)
    rotateY(-16deg);
  filter:
    blur(4px)
    grayscale(.25)
    drop-shadow(0 22px 30px rgba(0,0,0,.15));
  transition:
    opacity .75s ease,
    transform 1.05s cubic-bezier(.16,.84,.2,1),
    filter 1.05s ease;
  pointer-events:none;
}
.vehicle-slide.is-active{
  z-index:8;
  opacity:1;
  max-width:84%;
  max-height:67%;
  transform:
    translate(-50%,-47%)
    translateX(0)
    scale(1.08)
    rotateY(0);
  filter:
    blur(0)
    grayscale(0)
    drop-shadow(0 32px 34px rgba(0,0,0,.20))
    drop-shadow(0 68px 78px rgba(0,0,0,.15));
}
.vehicle-slide.is-prev{
  z-index:4;
  opacity:.27;
  transform:
    translate(-50%,-49%)
    translateX(-285px)
    scale(.52)
    rotateY(20deg);
  filter:
    blur(2px)
    grayscale(.5)
    drop-shadow(0 18px 24px rgba(0,0,0,.12));
}
.vehicle-slide.is-next{
  z-index:5;
  opacity:.34;
  transform:
    translate(-50%,-49%)
    translateX(290px)
    scale(.55)
    rotateY(-20deg);
  filter:
    blur(2px)
    grayscale(.42)
    drop-shadow(0 18px 24px rgba(0,0,0,.12));
}
.vehicle-floor{
  position:absolute;
  z-index:1;
  left:15%;
  right:10%;
  bottom:8%;
  height:92px;
  border-radius:50%;
  background:radial-gradient(ellipse at center,rgba(0,0,0,.24),transparent 70%);
  filter:blur(13px);
}
.showcase-specs{
  position:absolute;
  z-index:12;
  left:35px;
  bottom:31px;
  display:flex;
  gap:0;
  overflow:hidden;
  border-radius:17px;
  background:rgba(255,255,255,.74);
  border:1px solid rgba(17,18,20,.075);
  backdrop-filter:blur(15px);
  box-shadow:0 16px 38px rgba(0,0,0,.08);
}
.showcase-specs article{
  min-width:86px;
  padding:11px 14px;
  border-right:1px solid rgba(17,18,20,.075);
}
.showcase-specs article:last-child{border-right:0}
.showcase-specs small{
  display:block;
  color:#85888f;
  font-size:6.5px;
  font-weight:800;
  letter-spacing:.1em;
}
.showcase-specs strong{
  display:block;
  margin-top:4px;
  color:#111214;
  font-size:11px;
}
.showcase-controls{
  position:absolute;
  z-index:14;
  right:27px;
  bottom:29px;
  display:flex;
  align-items:center;
  gap:11px;
}
.showcase-controls>button{
  width:42px;
  height:42px;
  padding:0;
  border-radius:50%;
  border:1px solid rgba(17,18,20,.10);
  background:rgba(255,255,255,.86);
  color:#111214;
  cursor:pointer;
  font-size:15px;
  box-shadow:0 12px 28px rgba(0,0,0,.08);
  transition:.25s;
}
.showcase-controls>button:hover{
  color:#fff;
  background:#f0182d;
  border-color:#f0182d;
  transform:translateY(-2px);
}
.showcase-dots{
  display:flex;
  align-items:center;
  gap:6px;
}
.showcase-dots button{
  width:7px;
  height:7px;
  padding:0;
  border:0;
  border-radius:999px;
  background:rgba(17,18,20,.20);
  cursor:pointer;
  transition:.28s;
}
.showcase-dots button.active{
  width:24px;
  background:#f0182d;
}

/* Make each vehicle occupy a visually consistent footprint. */
.vehicle-slide:nth-child(1){max-width:86%;max-height:58%}
.vehicle-slide:nth-child(2){max-width:72%;max-height:58%}
.vehicle-slide:nth-child(3){max-width:69%;max-height:64%}
.vehicle-slide:nth-child(4){max-width:65%;max-height:60%}
.vehicle-slide:nth-child(5){max-width:66%;max-height:63%}
.vehicle-slide:nth-child(6){max-width:72%;max-height:64%}
.vehicle-slide:nth-child(1).is-active{max-width:92%;max-height:65%}
.vehicle-slide:nth-child(2).is-active{max-width:82%;max-height:66%}
.vehicle-slide:nth-child(3).is-active{max-width:76%;max-height:70%}
.vehicle-slide:nth-child(4).is-active{max-width:75%;max-height:68%}
.vehicle-slide:nth-child(5).is-active{max-width:76%;max-height:69%}
.vehicle-slide:nth-child(6).is-active{max-width:80%;max-height:70%}

@media(min-width:1400px){
  .showcase-card{width:840px;height:635px}
}
@media(min-width:1101px) and (max-width:1399px){
  .showcase-card{width:min(730px,100%);height:570px}
  .hero-showcase-v2{min-height:620px}
  .vehicle-stage{inset:100px 0 70px}
}
@media(max-width:1100px){
  .hero-showcase-v2{min-height:620px}
  .showcase-card{width:min(760px,94vw);height:580px}
}
@media(max-width:700px){
  .hero-showcase-v2{
    min-height:500px;
    margin-top:16px;
  }
  .showcase-card{
    width:100%;
    height:475px;
    border-radius:34px;
  }
  .showcase-red-plane{
    width:67%;
    height:61%;
    right:-22%;
    top:-10%;
    border-radius:48px;
  }
  .showcase-topline{
    left:21px;
    right:21px;
    top:20px;
  }
  .showcase-topline>span{font-size:6.5px}
  .showcase-counter strong{font-size:27px}
  .showcase-title{
    left:21px;
    top:66px;
    max-width:230px;
  }
  .showcase-title h3{
    max-width:230px;
    font-size:31px;
  }
  .vehicle-stage{
    inset:95px 0 73px;
  }
  .vehicle-slide{
    max-width:78%;
    max-height:54%;
  }
  .vehicle-slide.is-active{
    max-width:92%;
    max-height:66%;
    transform:translate(-50%,-43%) scale(1.03);
  }
  .vehicle-slide.is-prev{
    transform:translate(-50%,-48%) translateX(-170px) scale(.40) rotateY(18deg);
  }
  .vehicle-slide.is-next{
    transform:translate(-50%,-48%) translateX(175px) scale(.42) rotateY(-18deg);
  }
  .showcase-specs{
    left:16px;
    bottom:17px;
  }
  .showcase-specs article{
    min-width:64px;
    padding:9px 9px;
  }
  .showcase-specs strong{font-size:9px}
  .showcase-controls{
    right:15px;
    bottom:16px;
    gap:7px;
  }
  .showcase-controls>button{
    width:35px;
    height:35px;
    font-size:13px;
  }
  .showcase-dots{gap:4px}
  .showcase-dots button{width:6px;height:6px}
  .showcase-dots button.active{width:17px}
  .orbit-one{width:320px;height:320px;right:-85px;top:60px}
  .orbit-two{width:245px;height:245px;right:-42px;top:95px}
}
@media(max-width:390px){
  .showcase-card{height:445px;border-radius:29px}
  .hero-showcase-v2{min-height:465px}
  .showcase-specs article:nth-child(2){display:none}
  .vehicle-slide.is-active{transform:translate(-50%,-42%) scale(.98)}
}


/* === REFINED EDITORIAL HERO HEADLINE === */
.hero-copy{
  max-width:620px;
}
.hero-editorial-title{
  position:relative;
  max-width:610px;
  margin:25px 0 25px;
  font-weight:800;
  letter-spacing:-.055em;
  line-height:.93;
}
.hero-editorial-title .title-line{
  display:block;
  white-space:nowrap;
}
.hero-editorial-title .title-line-top{
  color:#151619;
  font-size:clamp(29px,2.45vw,43px);
  letter-spacing:-.045em;
}
.hero-editorial-title .title-line-glow{
  position:relative;
  margin-top:8px;
  color:#f0182d;
  font-size:clamp(40px,3.55vw,61px);
  letter-spacing:-.062em;
  text-shadow:
    0 0 18px rgba(240,24,45,.18),
    0 0 42px rgba(240,24,45,.10);
}
.hero-editorial-title .title-line-glow:before{
  content:"ХАМГИЙН ӨРГӨН СОНГОЛТ";
  position:absolute;
  inset:0;
  z-index:-1;
  color:#f0182d;
  opacity:.18;
  filter:blur(11px);
  transform:translateX(-3px);
  pointer-events:none;
}
.hero-editorial-title:after{
  content:"";
  display:block;
  width:84px;
  height:3px;
  margin-top:21px;
  border-radius:999px;
  background:linear-gradient(90deg,#f0182d,rgba(240,24,45,0));
}
.hero-copy p{
  max-width:510px;
  margin-top:0;
}
@media(max-width:1280px){
  .hero-editorial-title .title-line-top{
    font-size:clamp(27px,2.35vw,37px);
  }
  .hero-editorial-title .title-line-glow{
    font-size:clamp(37px,3.25vw,52px);
  }
}
@media(max-width:1100px){
  .hero-copy{
    max-width:760px;
    margin:0 auto;
  }
  .hero-editorial-title{
    max-width:720px;
    margin-left:auto;
    margin-right:auto;
    text-align:center;
  }
  .hero-editorial-title:after{
    margin-left:auto;
    margin-right:auto;
  }
  .hero-copy p{
    margin-left:auto;
    margin-right:auto;
  }
}
@media(max-width:700px){
  .hero-editorial-title{
    margin-top:20px;
    margin-bottom:21px;
  }
  .hero-editorial-title .title-line{
    white-space:normal;
  }
  .hero-editorial-title .title-line-top{
    font-size:23px;
    line-height:1.03;
  }
  .hero-editorial-title .title-line-glow{
    max-width:355px;
    margin:8px auto 0;
    font-size:38px;
    line-height:.94;
  }
  .hero-editorial-title:after{
    margin-top:17px;
  }
}
@media(max-width:390px){
  .hero-editorial-title .title-line-top{
    font-size:20px;
  }
  .hero-editorial-title .title-line-glow{
    font-size:33px;
  }
}


/* === CLEAN HERO COPY FINAL === */
.hero-clean-title{
  position:relative;
  max-width:590px;
  margin:25px 0 23px;
  line-height:.93;
  letter-spacing:-.06em;
}
.hero-clean-title .title-kicker{
  display:block;
  color:#17181b;
  font-size:clamp(27px,2.25vw,39px);
  font-weight:700;
  letter-spacing:-.045em;
}
.hero-clean-title .title-main{
  display:block;
  margin-top:10px;
  color:#17181b;
  font-size:clamp(47px,4.3vw,72px);
  font-weight:800;
  line-height:.88;
  letter-spacing:-.075em;
}
.hero-clean-title .title-dot{
  color:#f0182d;
}
.hero-clean-title:after{
  content:"";
  display:block;
  width:72px;
  height:4px;
  margin-top:22px;
  border-radius:999px;
  background:#f0182d;
}
.hero-clean-title .title-line,
.hero-clean-title .title-line-glow,
.hero-clean-title .title-line-top{
  display:none!important;
}
.hero-clean-title .title-main:before,
.hero-clean-title .title-main:after{
  content:none!important;
}
.hero-copy p{
  max-width:520px;
  color:#64676e;
  font-size:13.5px;
  line-height:1.72;
}
@media(max-width:1100px){
  .hero-clean-title{
    max-width:680px;
    margin-left:auto;
    margin-right:auto;
    text-align:center;
  }
  .hero-clean-title:after{
    margin-left:auto;
    margin-right:auto;
  }
  .hero-copy p{
    margin-left:auto;
    margin-right:auto;
    text-align:center;
  }
}
@media(max-width:650px){
  .hero-clean-title .title-kicker{
    font-size:24px;
  }
  .hero-clean-title .title-main{
    margin-top:8px;
    font-size:44px;
  }
  .hero-clean-title:after{
    width:58px;
    height:3px;
    margin-top:18px;
  }
  .hero-copy p{
    font-size:12.5px;
  }
}
@media(max-width:390px){
  .hero-clean-title .title-kicker{
    font-size:21px;
  }
  .hero-clean-title .title-main{
    font-size:39px;
  }
}


/* === REAL SHOWROOM PHOTOS === */
.showroom-shot-main img{
  object-position:center 52%;
}
.showroom-shot-side:nth-child(2) img{
  object-position:center 66%;
}
.showroom-shot-side:nth-child(3) img{
  object-position:center 47%;
}
.showroom-shot-main .showroom-shot-overlay{
  background:
    linear-gradient(180deg,rgba(6,7,9,.06) 22%,transparent 48%,rgba(6,7,9,.76) 100%),
    linear-gradient(90deg,rgba(6,7,9,.20),transparent 50%);
}
.showroom-shot-side .showroom-shot-overlay{
  background:
    linear-gradient(180deg,rgba(6,7,9,.05) 35%,rgba(6,7,9,.78) 100%);
}
.showroom-shot{
  background:#111214;
}
.showroom-shot img{
  filter:saturate(.96) contrast(1.03);
}
.showroom-shot:hover img{
  filter:saturate(1.05) contrast(1.04);
}
@media(max-width:650px){
  .showroom-shot-side:nth-child(2) img{
    object-position:center 70%;
  }
  .showroom-shot-side:nth-child(3) img{
    object-position:center 45%;
  }
}


/* === HERO TITLE WITH SLASH === */
.hero-slash-title{
  position:relative;
  max-width:660px;
  margin:25px 0 24px;
  line-height:.94;
  letter-spacing:-.055em;
}
.hero-slash-title .slash-title-top{
  display:flex;
  align-items:center;
  gap:12px;
  color:#17181b;
  font-size:clamp(24px,2.1vw,36px);
  font-weight:700;
  letter-spacing:-.04em;
}
.hero-slash-title .slash-title-top b{
  color:#f0182d;
  font-size:1.12em;
  font-weight:800;
}
.hero-slash-title .slash-title-main{
  display:block;
  max-width:650px;
  margin-top:11px;
  color:#17181b;
  font-size:clamp(43px,4.1vw,68px);
  font-weight:800;
  line-height:.9;
  letter-spacing:-.07em;
}
.hero-slash-title:after{
  content:"";
  display:block;
  width:76px;
  height:4px;
  margin-top:22px;
  border-radius:999px;
  background:#f0182d;
}
.hero-slash-title .title-kicker,
.hero-slash-title .title-main,
.hero-slash-title .title-dot{
  display:none!important;
}
@media(max-width:1100px){
  .hero-slash-title{
    max-width:760px;
    margin-left:auto;
    margin-right:auto;
    text-align:center;
  }
  .hero-slash-title .slash-title-top{
    justify-content:center;
  }
  .hero-slash-title .slash-title-main{
    margin-left:auto;
    margin-right:auto;
  }
  .hero-slash-title:after{
    margin-left:auto;
    margin-right:auto;
  }
}
@media(max-width:650px){
  .hero-slash-title{
    margin-top:20px;
  }
  .hero-slash-title .slash-title-top{
    gap:8px;
    font-size:21px;
  }
  .hero-slash-title .slash-title-main{
    margin-top:8px;
    font-size:39px;
    line-height:.94;
  }
  .hero-slash-title:after{
    width:58px;
    height:3px;
    margin-top:17px;
  }
}
@media(max-width:390px){
  .hero-slash-title .slash-title-top{
    font-size:18px;
  }
  .hero-slash-title .slash-title-main{
    font-size:34px;
  }
}


/* =========================================================
   FINAL READABILITY PASS — layout and colors remain unchanged
   ========================================================= */
:root{
  --readable-text:#50535a;
  --readable-muted:#6b6f77;
}

/* Body copy */
.hero-copy p,
.story-copy p,
.experience-title p,
.swiss-content p,
.swiss-list li,
.showroom-intro p,
.showroom-features p,
.partners-head p,
.value-card p,
.contact-head>p,
.contact-row p,
footer p{
  text-rendering:optimizeLegibility;
  -webkit-font-smoothing:antialiased;
  word-break:normal;
  overflow-wrap:break-word;
}

/* Small labels must remain readable */
.eyebrow,
.section-tag,
.experience-title>span,
.showroom-heading>div:first-child>span,
.partners-head>span,
.contact-copy>span,
.values-head small,
.swiss-meta small,
.showcase-topline>span,
.showcase-title small,
.showcase-title>span,
.showroom-shot-caption span,
.partner-card small,
.contact-row small,
.map-badge span{
  font-size:max(10px, .67rem);
  line-height:1.35;
}

/* Main body text */
.hero-copy p{
  font-size:15px;
  line-height:1.78;
  color:#555960;
}
.story-copy p,
.experience-title p,
.showroom-intro p,
.partners-head p,
.contact-head>p{
  font-size:15px;
  line-height:1.8;
}
.story-copy p,
.showroom-intro p,
.partners-head p{
  color:#62666e;
}
.value-card p{
  font-size:13px;
  line-height:1.65;
  color:#555960;
}
.swiss-content p{
  font-size:13.5px;
  line-height:1.7;
}
.swiss-list li{
  font-size:12.5px;
  line-height:1.55;
}
.showroom-features p{
  font-size:11.5px;
  line-height:1.55;
}
.showroom-shot-caption strong{
  text-shadow:0 2px 18px rgba(0,0,0,.35);
}
.partner-card strong{
  font-size:11.5px;
  line-height:1.45;
}
.contact-row p{
  font-size:11.5px;
  line-height:1.5;
  color:#979aa1;
}
.contact-row strong{
  font-size:16.5px;
}
footer p,
footer div{
  font-size:11px;
  line-height:1.5;
}

/* Buttons and links */
.btn,
.nav-cta,
.text-link,
.swiss-card a,
.contact-btn{
  font-size:11px;
  line-height:1.2;
}
nav{
  font-size:11px;
}

/* Preserve readable uppercase tracking */
.eyebrow,
.section-tag,
.experience-title>span,
.partners-head>span,
.contact-copy>span,
.values-head small,
.swiss-meta small,
.showroom-shot-caption span,
.partner-card small,
.contact-row small{
  letter-spacing:.08em;
}

/* Mobile readability */
@media(max-width:700px){
  .hero-copy p,
  .story-copy p,
  .experience-title p,
  .showroom-intro p,
  .partners-head p,
  .contact-head>p{
    font-size:14px;
    line-height:1.72;
  }
  .value-card p,
  .swiss-content p{
    font-size:12.5px;
  }
  .swiss-list li{
    font-size:12px;
  }
  .partner-card strong{
    font-size:11px;
  }
  .contact-row p{
    font-size:11px;
  }
}


/* =========================================================
   SIGNATURE HERO TYPOGRAPHY — FINAL
   ========================================================= */
.hero-signature-title{
  position:relative;
  z-index:5;
  width:min(650px,100%);
  margin:24px 0 22px;
  color:#151619;
  text-align:left;
  font-weight:800;
  letter-spacing:-.065em;
  line-height:.9;
}
.signature-top{
  display:block;
  max-width:560px;
  font-size:clamp(24px,2.15vw,36px);
  font-weight:700;
  line-height:1.02;
  letter-spacing:-.045em;
}
.signature-slash{
  position:relative;
  display:flex;
  align-items:center;
  width:min(430px,88%);
  height:42px;
  margin:4px 0 0;
  overflow:visible;
}
.signature-slash i{
  position:relative;
  z-index:2;
  display:block;
  color:#f0182d;
  font-family:Manrope,sans-serif;
  font-size:54px;
  font-style:normal;
  font-weight:500;
  line-height:.72;
  letter-spacing:-.12em;
  transform:skewX(-9deg);
  text-shadow:
    0 8px 25px rgba(240,24,45,.22),
    18px 0 45px rgba(240,24,45,.12);
}
.signature-slash b{
  position:absolute;
  z-index:1;
  left:28px;
  top:50%;
  width:calc(100% - 28px);
  height:2px;
  border-radius:999px;
  background:linear-gradient(
    90deg,
    rgba(240,24,45,.92) 0%,
    rgba(240,24,45,.35) 55%,
    rgba(240,24,45,0) 100%
  );
  transform:translateY(-50%);
}
.signature-main{
  position:relative;
  display:block;
  max-width:640px;
  margin-top:1px;
  font-size:clamp(46px,4.45vw,74px);
  font-weight:800;
  line-height:.88;
  letter-spacing:-.077em;
}
.signature-main em{
  position:relative;
  display:inline-block;
  color:#151619;
  font-style:normal;
}
.signature-main em:after{
  content:"";
  position:absolute;
  z-index:-1;
  left:-.06em;
  right:-.05em;
  bottom:.02em;
  height:.16em;
  border-radius:999px;
  background:linear-gradient(90deg,#f0182d,rgba(240,24,45,.52));
  opacity:.95;
  transform:skewX(-12deg);
}
.hero-signature-title:after{
  content:"AUTOMART";
  position:absolute;
  z-index:-1;
  left:0;
  bottom:-23px;
  color:rgba(17,18,20,.055);
  font-size:11px;
  font-weight:800;
  letter-spacing:.34em;
}

/* Neutralize earlier title rules without affecting layout. */
.hero-signature-title .title-kicker,
.hero-signature-title .title-main,
.hero-signature-title .title-dot,
.hero-signature-title .slash-title-top,
.hero-signature-title .slash-title-main,
.hero-signature-title .title-line{
  display:none!important;
}

@media(max-width:1100px){
  .hero-signature-title{
    width:min(760px,100%);
    margin-left:auto;
    margin-right:auto;
    text-align:center;
  }
  .signature-top,
  .signature-main{
    margin-left:auto;
    margin-right:auto;
  }
  .signature-slash{
    width:min(470px,78%);
    margin-left:auto;
    margin-right:auto;
  }
  .signature-main em:after{
    left:0;
    right:0;
  }
  .hero-signature-title:after{
    left:50%;
    transform:translateX(-50%);
  }
}

@media(max-width:700px){
  .hero-signature-title{
    margin-top:20px;
    margin-bottom:19px;
  }
  .signature-top{
    max-width:330px;
    font-size:22px;
    line-height:1.06;
  }
  .signature-slash{
    width:min(280px,82%);
    height:34px;
    margin-top:3px;
  }
  .signature-slash i{
    font-size:43px;
  }
  .signature-slash b{
    left:23px;
    width:calc(100% - 23px);
  }
  .signature-main{
    max-width:390px;
    font-size:42px;
    line-height:.91;
  }
  .hero-signature-title:after{
    bottom:-20px;
    font-size:9px;
  }
}

@media(max-width:390px){
  .signature-top{
    max-width:290px;
    font-size:19px;
  }
  .signature-main{
    max-width:330px;
    font-size:36px;
  }
  .signature-slash{
    width:245px;
  }
}


/* =========================================================
   ULTRA HERO TITLE — STRONG EDITORIAL LOCKUP
   ========================================================= */
.hero-ultra-title{
  position:relative;
  z-index:6;
  width:min(690px,100%);
  margin:22px 0 23px;
  color:#111214;
  text-align:left;
  font-weight:800;
  line-height:.86;
  letter-spacing:-.07em;
}
.ultra-overline{
  position:relative;
  display:inline-flex;
  align-items:center;
  min-height:38px;
  padding:0 16px 0 0;
  color:#151619;
  font-size:clamp(23px,2vw,34px);
  font-weight:700;
  line-height:1;
  letter-spacing:-.045em;
}
.ultra-overline:before{
  content:"";
  width:7px;
  height:7px;
  margin-right:12px;
  border-radius:50%;
  background:#f0182d;
  box-shadow:0 0 0 7px rgba(240,24,45,.09);
}
.ultra-divider{
  position:relative;
  display:grid;
  grid-template-columns:auto 1fr;
  grid-template-rows:1fr auto;
  align-items:center;
  column-gap:13px;
  width:min(500px,92%);
  height:54px;
  margin:2px 0 -1px;
}
.ultra-divider i{
  grid-row:1 / 3;
  position:relative;
  z-index:3;
  color:#f0182d;
  font-family:Manrope,sans-serif;
  font-size:72px;
  font-style:normal;
  font-weight:500;
  line-height:.68;
  letter-spacing:-.14em;
  transform:skewX(-12deg) translateY(1px);
  text-shadow:
    0 12px 28px rgba(240,24,45,.25),
    22px 0 55px rgba(240,24,45,.12);
}
.ultra-divider b{
  align-self:end;
  width:100%;
  height:3px;
  margin-bottom:8px;
  border-radius:999px;
  background:
    linear-gradient(90deg,#f0182d 0%,rgba(240,24,45,.62) 38%,rgba(240,24,45,.08) 100%);
}
.ultra-divider small{
  align-self:start;
  color:#85888f;
  font-size:8px;
  font-weight:800;
  line-height:1;
  letter-spacing:.18em;
}
.ultra-main{
  position:relative;
  display:block;
  max-width:680px;
}
.ultra-main strong,
.ultra-main em{
  display:block;
  font-style:normal;
  font-weight:800;
}
.ultra-main strong{
  color:#151619;
  font-size:clamp(42px,4.05vw,67px);
  line-height:.9;
  letter-spacing:-.075em;
}
.ultra-main em{
  position:relative;
  z-index:1;
  width:max-content;
  max-width:100%;
  margin-top:1px;
  color:#fff;
  font-size:clamp(57px,5.6vw,92px);
  line-height:.82;
  letter-spacing:-.09em;
  text-shadow:0 14px 34px rgba(17,18,20,.16);
}
.ultra-main em:before{
  content:"";
  position:absolute;
  z-index:-1;
  left:-.08em;
  right:-.11em;
  top:.07em;
  bottom:-.01em;
  border-radius:.13em;
  background:
    linear-gradient(105deg,#f0182d 0%,#df0d23 57%,#990011 100%);
  box-shadow:
    0 20px 48px rgba(240,24,45,.24),
    inset 0 1px 0 rgba(255,255,255,.2);
  transform:skewX(-7deg);
}
.ultra-main em:after{
  content:"";
  position:absolute;
  z-index:-1;
  left:8%;
  right:-8%;
  bottom:-.12em;
  height:.08em;
  border-radius:999px;
  background:rgba(17,18,20,.12);
  filter:blur(4px);
}
.hero-ultra-title:after{
  content:"01 / HERO";
  position:absolute;
  right:0;
  top:8px;
  color:#9a9da4;
  font-size:7px;
  font-weight:800;
  letter-spacing:.18em;
  writing-mode:vertical-rl;
}

/* Ensure previous title systems cannot interfere. */
.hero-ultra-title .signature-top,
.hero-ultra-title .signature-slash,
.hero-ultra-title .signature-main,
.hero-ultra-title .slash-title-top,
.hero-ultra-title .slash-title-main,
.hero-ultra-title .title-kicker,
.hero-ultra-title .title-main{
  display:none!important;
}

@media(max-width:1100px){
  .hero-ultra-title{
    width:min(760px,100%);
    margin-left:auto;
    margin-right:auto;
    text-align:center;
  }
  .ultra-overline{
    justify-content:center;
  }
  .ultra-divider{
    width:min(520px,80%);
    margin-left:auto;
    margin-right:auto;
    text-align:left;
  }
  .ultra-main{
    margin-left:auto;
    margin-right:auto;
  }
  .ultra-main em{
    margin-left:auto;
    margin-right:auto;
  }
  .hero-ultra-title:after{
    display:none;
  }
}

@media(max-width:700px){
  .hero-ultra-title{
    margin-top:18px;
    margin-bottom:20px;
  }
  .ultra-overline{
    min-height:30px;
    font-size:20px;
  }
  .ultra-overline:before{
    width:6px;
    height:6px;
    margin-right:9px;
    box-shadow:0 0 0 5px rgba(240,24,45,.09);
  }
  .ultra-divider{
    width:min(310px,86%);
    height:43px;
    column-gap:9px;
  }
  .ultra-divider i{
    font-size:55px;
  }
  .ultra-divider b{
    height:2px;
    margin-bottom:6px;
  }
  .ultra-divider small{
    font-size:6.5px;
  }
  .ultra-main strong{
    font-size:38px;
    line-height:.92;
  }
  .ultra-main em{
    font-size:57px;
    line-height:.85;
  }
}

@media(max-width:390px){
  .ultra-overline{
    font-size:17px;
  }
  .ultra-divider{
    width:275px;
  }
  .ultra-main strong{
    font-size:33px;
  }
  .ultra-main em{
    font-size:50px;
  }
}


/* =========================================================
   HERO TITLE — OVERSIZED VEHICLE + RED BAND
   ========================================================= */
.hero-band-title{
  position:relative;
  z-index:7;
  width:min(700px,100%);
  margin:22px 0 24px;
  color:#111214;
  text-align:left;
  line-height:.86;
  letter-spacing:-.07em;
}
.band-badge{
  display:inline-flex;
  align-items:center;
  gap:10px;
  min-height:30px;
  padding:0 13px;
  border-radius:999px;
  color:#fff;
  background:#f0182d;
  box-shadow:0 12px 28px rgba(240,24,45,.22);
  font-size:11px;
  font-weight:800;
  line-height:1;
  letter-spacing:.1em;
}
.band-badge i{
  width:6px;
  height:6px;
  border-radius:50%;
  background:#fff;
  box-shadow:0 0 0 4px rgba(255,255,255,.18);
}
.band-vehicle{
  display:block;
  margin-top:14px;
  color:#151619;
  font-size:clamp(52px,5.15vw,84px);
  font-weight:800;
  line-height:.82;
  letter-spacing:-.085em;
  white-space:nowrap;
}
.band-bottom{
  position:relative;
  display:grid;
  grid-template-columns:auto 1fr;
  align-items:center;
  width:min(650px,100%);
  margin-top:13px;
  overflow:hidden;
  border-radius:15px;
  background:
    linear-gradient(105deg,#f0182d 0%,#d30c21 62%,#970010 100%);
  box-shadow:
    0 20px 48px rgba(240,24,45,.23),
    inset 0 1px 0 rgba(255,255,255,.17);
  transform:skewX(-5deg);
}
.band-bottom:after{
  content:"";
  position:absolute;
  top:-70%;
  left:-30%;
  width:45%;
  height:240%;
  background:linear-gradient(90deg,transparent,rgba(255,255,255,.18),transparent);
  transform:rotate(18deg);
}
.band-bottom b{
  position:relative;
  z-index:2;
  display:grid;
  place-items:center;
  align-self:stretch;
  min-width:67px;
  color:#fff;
  border-right:1px solid rgba(255,255,255,.18);
  font-size:50px;
  font-weight:500;
  line-height:1;
  transform:skewX(5deg);
}
.band-bottom strong{
  position:relative;
  z-index:2;
  padding:15px 20px 16px;
  color:#fff;
  font-size:clamp(23px,2.2vw,36px);
  font-weight:800;
  line-height:.96;
  letter-spacing:-.055em;
  transform:skewX(5deg);
}
.hero-band-title:after{
  content:"AUTOMART / 2015—2026";
  display:block;
  margin-top:13px;
  color:#85888f;
  font-size:8px;
  font-weight:800;
  line-height:1;
  letter-spacing:.18em;
}

/* Hide old title components if inherited styles remain. */
.hero-band-title .ultra-overline,
.hero-band-title .ultra-divider,
.hero-band-title .ultra-main,
.hero-band-title .signature-top,
.hero-band-title .signature-slash,
.hero-band-title .signature-main{
  display:none!important;
}

@media(max-width:1100px){
  .hero-band-title{
    width:min(780px,100%);
    margin-left:auto;
    margin-right:auto;
    text-align:center;
  }
  .band-vehicle{
    white-space:normal;
  }
  .band-bottom{
    margin-left:auto;
    margin-right:auto;
    text-align:left;
  }
}

@media(max-width:700px){
  .hero-band-title{
    margin-top:18px;
    margin-bottom:21px;
  }
  .band-badge{
    min-height:27px;
    padding:0 11px;
    font-size:9px;
  }
  .band-vehicle{
    margin-top:12px;
    font-size:46px;
    line-height:.86;
  }
  .band-bottom{
    margin-top:10px;
    border-radius:12px;
  }
  .band-bottom b{
    min-width:52px;
    font-size:39px;
  }
  .band-bottom strong{
    padding:13px 13px 14px;
    font-size:23px;
    line-height:1;
  }
  .hero-band-title:after{
    font-size:7px;
  }
}

@media(max-width:390px){
  .band-vehicle{
    font-size:40px;
  }
  .band-bottom b{
    min-width:46px;
    font-size:34px;
  }
  .band-bottom strong{
    padding:12px 10px 13px;
    font-size:20px;
  }
}


/* =========================================================
   HERO TITLE — VERTICAL STRIPE EDITORIAL SYSTEM
   Inspired by bold agency posters, adapted to Automart
   ========================================================= */
.hero-stripe-title{
  position:relative;
  z-index:8;
  width:min(690px,100%);
  height:420px;
  margin:18px 0 22px;
  overflow:hidden;
  border-radius:26px;
  background:#111216;
  box-shadow:0 30px 70px rgba(17,18,22,.16);
  isolation:isolate;
}
.stripe-bars{
  position:absolute;
  z-index:0;
  inset:0;
  display:grid;
  grid-template-columns:.85fr 1fr .72fr 1.12fr .72fr .9fr;
  gap:12px;
  padding:0 18px;
}
.stripe-bars i{
  position:relative;
  display:block;
  background:
    linear-gradient(180deg,#ff243a 0%,#f0182d 55%,#c4081c 100%);
  box-shadow:
    inset 1px 0 0 rgba(255,255,255,.12),
    0 0 36px rgba(240,24,45,.10);
}
.stripe-bars i:nth-child(1){height:78%;align-self:end}
.stripe-bars i:nth-child(2){height:100%}
.stripe-bars i:nth-child(3){height:66%;align-self:start}
.stripe-bars i:nth-child(4){height:100%}
.stripe-bars i:nth-child(5){height:72%;align-self:end}
.stripe-bars i:nth-child(6){height:88%;align-self:start}
.stripe-bars:after{
  content:"";
  position:absolute;
  inset:0;
  background:
    linear-gradient(90deg,rgba(17,18,22,.28),transparent 24%,transparent 72%,rgba(17,18,22,.2)),
    linear-gradient(180deg,transparent 60%,rgba(17,18,22,.24));
  pointer-events:none;
}
.stripe-word{
  position:absolute;
  z-index:3;
  display:block;
  color:#fff;
  font-weight:800;
  line-height:.82;
  letter-spacing:-.075em;
  text-shadow:0 12px 32px rgba(0,0,0,.18);
  white-space:nowrap;
}
.stripe-word-a{
  left:25px;
  top:25px;
  font-size:clamp(15px,1.3vw,22px);
  letter-spacing:.02em;
}
.stripe-word-b{
  left:40px;
  top:88px;
  font-size:clamp(52px,5.2vw,86px);
}
.stripe-word-c{
  right:31px;
  top:192px;
  font-size:clamp(28px,2.9vw,48px);
}
.stripe-word-d{
  left:24px;
  bottom:76px;
  font-size:clamp(62px,6.25vw,102px);
}
.stripe-word-e{
  right:24px;
  bottom:18px;
  font-size:clamp(47px,4.9vw,80px);
}
.stripe-slash{
  position:absolute;
  z-index:4;
  left:46%;
  top:46%;
  color:#fff;
  font-size:74px;
  font-weight:300;
  line-height:1;
  transform:translate(-50%,-50%) skewX(-13deg);
  opacity:.98;
  text-shadow:0 15px 35px rgba(0,0,0,.24);
}
.stripe-meta{
  position:absolute;
  z-index:4;
  right:22px;
  top:25px;
  color:rgba(255,255,255,.8);
  font-size:8px;
  font-weight:800;
  letter-spacing:.16em;
}
.hero-stripe-title:after{
  content:"";
  position:absolute;
  z-index:2;
  left:0;
  bottom:0;
  width:100%;
  height:35%;
  background:linear-gradient(180deg,transparent,rgba(17,18,22,.12));
  pointer-events:none;
}
.hero-stripe-title:hover .stripe-bars i:nth-child(odd){
  transform:translateY(-10px);
}
.hero-stripe-title:hover .stripe-bars i:nth-child(even){
  transform:translateY(10px);
}
.stripe-bars i{
  transition:transform .7s cubic-bezier(.2,.8,.2,1),filter .7s ease;
}
.hero-stripe-title:hover .stripe-bars i{
  filter:saturate(1.08);
}

/* Prevent previous hero-title systems from affecting this one. */
.hero-stripe-title .band-badge,
.hero-stripe-title .band-vehicle,
.hero-stripe-title .band-bottom,
.hero-stripe-title .ultra-overline,
.hero-stripe-title .ultra-divider,
.hero-stripe-title .ultra-main,
.hero-stripe-title .signature-top,
.hero-stripe-title .signature-slash,
.hero-stripe-title .signature-main{
  display:none!important;
}

@media(max-width:1100px){
  .hero-stripe-title{
    width:min(760px,100%);
    height:410px;
    margin-left:auto;
    margin-right:auto;
  }
  .stripe-word-b{
    left:7%;
  }
  .stripe-word-d{
    left:5%;
  }
}

@media(max-width:700px){
  .hero-stripe-title{
    height:345px;
    margin-top:16px;
    border-radius:22px;
  }
  .stripe-bars{
    grid-template-columns:.82fr .92fr .7fr 1fr .7fr .82fr;
    gap:8px;
    padding:0 12px;
  }
  .stripe-word-a{
    left:17px;
    top:18px;
    font-size:12px;
  }
  .stripe-meta{
    right:16px;
    top:18px;
    font-size:6.5px;
  }
  .stripe-word-b{
    left:21px;
    top:72px;
    font-size:48px;
  }
  .stripe-word-c{
    right:18px;
    top:163px;
    font-size:28px;
  }
  .stripe-word-d{
    left:17px;
    bottom:60px;
    font-size:62px;
  }
  .stripe-word-e{
    right:17px;
    bottom:15px;
    font-size:48px;
  }
  .stripe-slash{
    left:47%;
    top:47%;
    font-size:58px;
  }
}

@media(max-width:390px){
  .hero-stripe-title{
    height:315px;
  }
  .stripe-word-b{
    top:68px;
    font-size:42px;
  }
  .stripe-word-c{
    top:150px;
    font-size:24px;
  }
  .stripe-word-d{
    bottom:54px;
    font-size:53px;
  }
  .stripe-word-e{
    font-size:42px;
  }
}


/* =========================================================
   HERO TITLE — GLASS HAZE / FROSTED MOTION
   ========================================================= */
.hero-glass-title{
  position:relative;
  z-index:8;
  width:min(690px,100%);
  min-height:410px;
  margin:18px 0 22px;
  padding:34px 37px 31px;
  overflow:hidden;
  border-radius:34px;
  color:#fff;
  text-align:left;
  background:
    linear-gradient(135deg,rgba(11,12,15,.82),rgba(42,43,47,.52)),
    rgba(17,18,21,.72);
  border:1px solid rgba(255,255,255,.16);
  box-shadow:
    0 36px 90px rgba(17,18,22,.22),
    inset 0 1px 0 rgba(255,255,255,.19),
    inset 0 -1px 0 rgba(255,255,255,.04);
  backdrop-filter:blur(28px) saturate(1.12);
  -webkit-backdrop-filter:blur(28px) saturate(1.12);
  isolation:isolate;
}
.hero-glass-title:before{
  content:"";
  position:absolute;
  z-index:0;
  inset:0;
  background:
    radial-gradient(circle at 79% 15%,rgba(255,255,255,.22),transparent 25%),
    radial-gradient(circle at 14% 78%,rgba(240,24,45,.20),transparent 27%),
    linear-gradient(115deg,transparent 42%,rgba(255,255,255,.075) 50%,transparent 59%);
  pointer-events:none;
}
.hero-glass-title:after{
  content:"";
  position:absolute;
  z-index:1;
  inset:1px;
  border-radius:33px;
  border:1px solid rgba(255,255,255,.055);
  pointer-events:none;
}
.glass-noise{
  position:absolute;
  z-index:1;
  inset:0;
  opacity:.16;
  pointer-events:none;
  background-image:
    radial-gradient(rgba(255,255,255,.18) .55px,transparent .7px);
  background-size:4px 4px;
  mix-blend-mode:soft-light;
}
.glass-haze{
  position:absolute;
  z-index:2;
  left:-16%;
  width:132%;
  border-radius:50%;
  pointer-events:none;
  filter:blur(12px);
  opacity:.82;
  transform-origin:center;
}
.glass-haze-a{
  top:25px;
  height:120px;
  background:
    linear-gradient(90deg,
      transparent 0%,
      rgba(0,0,0,.68) 19%,
      rgba(0,0,0,.88) 45%,
      rgba(255,255,255,.17) 71%,
      transparent 100%);
  transform:skewX(-11deg);
  animation:glassHazeA 7s ease-in-out infinite alternate;
}
.glass-haze-b{
  top:153px;
  height:98px;
  background:
    linear-gradient(90deg,
      transparent 0%,
      rgba(255,255,255,.10) 18%,
      rgba(0,0,0,.72) 52%,
      rgba(240,24,45,.24) 79%,
      transparent 100%);
  transform:skewX(9deg);
  animation:glassHazeB 9s ease-in-out infinite alternate;
}
.glass-haze-c{
  bottom:21px;
  height:113px;
  background:
    linear-gradient(90deg,
      transparent 0%,
      rgba(0,0,0,.78) 27%,
      rgba(255,255,255,.12) 58%,
      rgba(240,24,45,.18) 78%,
      transparent 100%);
  transform:skewX(-7deg);
  animation:glassHazeC 8s ease-in-out infinite alternate;
}
@keyframes glassHazeA{
  from{transform:translateX(-3%) skewX(-11deg) scaleY(.92)}
  to{transform:translateX(5%) skewX(-7deg) scaleY(1.08)}
}
@keyframes glassHazeB{
  from{transform:translateX(4%) skewX(9deg)}
  to{transform:translateX(-5%) skewX(4deg)}
}
@keyframes glassHazeC{
  from{transform:translateX(-4%) skewX(-7deg)}
  to{transform:translateX(4%) skewX(-12deg)}
}
.glass-kicker,
.glass-main,
.glass-divider,
.glass-bottom,
.glass-meta{
  position:relative;
  z-index:5;
}
.glass-kicker{
  display:inline-flex;
  align-items:center;
  min-height:28px;
  padding:0 12px;
  border-radius:999px;
  color:#fff;
  background:rgba(255,255,255,.08);
  border:1px solid rgba(255,255,255,.18);
  box-shadow:inset 0 1px 0 rgba(255,255,255,.15);
  backdrop-filter:blur(10px);
  -webkit-backdrop-filter:blur(10px);
  font-size:10px;
  font-weight:800;
  line-height:1;
  letter-spacing:.13em;
}
.glass-main{
  display:block;
  margin-top:24px;
  color:#fff;
  font-size:clamp(49px,5vw,82px);
  font-weight:700;
  line-height:.83;
  letter-spacing:-.078em;
  text-shadow:
    0 8px 26px rgba(0,0,0,.24),
    0 0 22px rgba(255,255,255,.08);
}
.glass-divider{
  display:flex;
  align-items:center;
  width:min(440px,90%);
  height:44px;
  margin:7px 0 2px;
}
.glass-divider i{
  color:#f0182d;
  font-size:58px;
  font-style:normal;
  font-weight:400;
  line-height:.72;
  transform:skewX(-10deg);
  text-shadow:
    0 0 28px rgba(240,24,45,.45),
    0 10px 28px rgba(240,24,45,.18);
}
.glass-divider b{
  flex:1;
  height:1px;
  margin-left:13px;
  background:
    linear-gradient(90deg,rgba(240,24,45,.95),rgba(255,255,255,.24),transparent);
}
.glass-bottom{
  display:block;
  max-width:615px;
  color:rgba(255,255,255,.97);
  font-size:clamp(37px,3.8vw,63px);
  font-weight:700;
  line-height:.91;
  letter-spacing:-.068em;
  text-shadow:0 12px 34px rgba(0,0,0,.30);
}
.glass-bottom em{
  color:#fff;
  font-style:normal;
  font-weight:800;
}
.glass-bottom em:after{
  content:".";
  color:#f0182d;
  text-shadow:0 0 20px rgba(240,24,45,.55);
}
.glass-meta{
  position:absolute;
  right:27px;
  bottom:23px;
  color:rgba(255,255,255,.61);
  font-size:7px;
  font-weight:800;
  letter-spacing:.18em;
}
.hero-glass-title:hover{
  border-color:rgba(255,255,255,.24);
  box-shadow:
    0 42px 105px rgba(17,18,22,.28),
    inset 0 1px 0 rgba(255,255,255,.23);
}

/* Prevent previous title systems from affecting this one. */
.hero-glass-title .stripe-bars,
.hero-glass-title .stripe-word,
.hero-glass-title .stripe-slash,
.hero-glass-title .stripe-meta,
.hero-glass-title .band-badge,
.hero-glass-title .band-vehicle,
.hero-glass-title .band-bottom{
  display:none!important;
}

@media(max-width:1100px){
  .hero-glass-title{
    width:min(760px,100%);
    margin-left:auto;
    margin-right:auto;
    text-align:center;
  }
  .glass-divider{
    margin-left:auto;
    margin-right:auto;
  }
  .glass-bottom{
    margin-left:auto;
    margin-right:auto;
  }
}

@media(max-width:700px){
  .hero-glass-title{
    min-height:345px;
    padding:26px 22px 24px;
    border-radius:27px;
  }
  .hero-glass-title:after{
    border-radius:26px;
  }
  .glass-kicker{
    min-height:25px;
    font-size:8.5px;
  }
  .glass-main{
    margin-top:19px;
    font-size:47px;
  }
  .glass-divider{
    width:min(300px,85%);
    height:38px;
  }
  .glass-divider i{
    font-size:48px;
  }
  .glass-bottom{
    font-size:36px;
  }
  .glass-meta{
    right:18px;
    bottom:15px;
    font-size:6px;
  }
}

@media(max-width:390px){
  .hero-glass-title{
    min-height:320px;
    padding:23px 18px 22px;
  }
  .glass-main{
    font-size:41px;
  }
  .glass-bottom{
    font-size:32px;
  }
}


/* =========================================================
   FRACTAL GLASS SLIDE HERO
   Thin futuristic type + side-entering blurred glass
   ========================================================= */
.hero-fractal-title{
  position:relative;
  z-index:8;
  width:min(700px,100%);
  min-height:400px;
  margin:18px 0 22px;
  overflow:hidden;
  border-radius:30px;
  color:#fff;
  background:
    linear-gradient(90deg,rgba(8,9,12,.88) 0%,rgba(15,16,20,.73) 48%,rgba(32,33,37,.36) 100%),
    rgba(17,18,22,.55);
  border:1px solid rgba(255,255,255,.14);
  box-shadow:
    0 38px 92px rgba(15,16,20,.22),
    inset 0 1px 0 rgba(255,255,255,.16);
  backdrop-filter:blur(25px) saturate(1.06);
  -webkit-backdrop-filter:blur(25px) saturate(1.06);
  isolation:isolate;
  animation:fractalPanelEnter 1.1s cubic-bezier(.16,.82,.18,1) both;
}
.hero-fractal-title:before{
  content:"";
  position:absolute;
  z-index:1;
  inset:0;
  background:
    linear-gradient(90deg,rgba(0,0,0,.36),transparent 56%),
    radial-gradient(circle at 78% 22%,rgba(255,255,255,.12),transparent 27%),
    radial-gradient(circle at 15% 78%,rgba(240,24,45,.16),transparent 30%);
  pointer-events:none;
}
.hero-fractal-title:after{
  content:"";
  position:absolute;
  z-index:6;
  top:0;
  right:0;
  width:1px;
  height:100%;
  background:linear-gradient(180deg,transparent,rgba(255,255,255,.38),transparent);
  opacity:.75;
}
@keyframes fractalPanelEnter{
  0%{
    opacity:0;
    transform:translateX(-88px) scaleX(.94);
    filter:blur(13px);
  }
  62%{
    opacity:1;
    transform:translateX(8px) scaleX(1.01);
    filter:blur(1px);
  }
  100%{
    opacity:1;
    transform:translateX(0) scaleX(1);
    filter:blur(0);
  }
}

/* Side-entering glass mass */
.fractal-glass{
  position:absolute;
  z-index:2;
  left:-16%;
  top:-5%;
  width:78%;
  height:110%;
  pointer-events:none;
  transform:skewX(-5deg);
  animation:fractalGlassEnter 1.35s cubic-bezier(.14,.8,.17,1) .08s both;
}
.fractal-glass:before{
  content:"";
  position:absolute;
  inset:0;
  border-radius:0 48% 48% 0;
  background:
    linear-gradient(90deg,
      rgba(0,0,0,.88) 0%,
      rgba(4,5,8,.82) 36%,
      rgba(13,14,18,.66) 64%,
      rgba(255,255,255,.10) 87%,
      transparent 100%);
  filter:blur(2px);
  box-shadow:
    28px 0 60px rgba(0,0,0,.32),
    58px 0 88px rgba(255,255,255,.04);
}
.fractal-glass:after{
  content:"";
  position:absolute;
  top:0;
  right:4%;
  width:26%;
  height:100%;
  background:
    linear-gradient(90deg,rgba(255,255,255,.03),rgba(255,255,255,.20),transparent);
  filter:blur(14px);
  opacity:.82;
}
@keyframes fractalGlassEnter{
  0%{
    opacity:0;
    transform:translateX(-42%) skewX(-8deg) scaleX(.68);
    filter:blur(24px);
  }
  58%{
    opacity:1;
    transform:translateX(4%) skewX(-5deg) scaleX(1.04);
    filter:blur(5px);
  }
  100%{
    opacity:1;
    transform:translateX(0) skewX(-5deg) scaleX(1);
    filter:blur(0);
  }
}

/* Horizontal motion streaks, similar to the reference haze */
.fractal-streak{
  position:absolute;
  right:-8%;
  height:2px;
  border-radius:999px;
  background:linear-gradient(90deg,rgba(255,255,255,.02),rgba(255,255,255,.42),transparent);
  filter:blur(.4px);
  opacity:.6;
}
.streak-1{top:18%;width:72%;animation:streakMove 4.4s ease-in-out infinite alternate}
.streak-2{top:37%;width:92%;animation:streakMove 5.3s ease-in-out .4s infinite alternate}
.streak-3{top:62%;width:66%;animation:streakMove 4.8s ease-in-out .2s infinite alternate}
.streak-4{top:79%;width:84%;animation:streakMove 5.8s ease-in-out .7s infinite alternate}
@keyframes streakMove{
  from{transform:translateX(-8%) scaleX(.9);opacity:.28}
  to{transform:translateX(7%) scaleX(1.08);opacity:.72}
}

/* Typography — thin and futuristic, close to FRACTAL HAZE */
.fractal-copy{
  position:absolute;
  z-index:7;
  left:38px;
  top:92px;
  width:min(610px,calc(100% - 76px));
  text-align:left;
  animation:fractalTextEnter .95s cubic-bezier(.18,.82,.2,1) .28s both;
}
@keyframes fractalTextEnter{
  from{opacity:0;transform:translateX(-34px);filter:blur(8px)}
  to{opacity:1;transform:translateX(0);filter:blur(0)}
}
.fractal-copy small{
  display:block;
  margin-bottom:18px;
  color:rgba(255,255,255,.74);
  font-family:"Arial Narrow","Helvetica Neue",Arial,sans-serif;
  font-size:clamp(13px,1.15vw,18px);
  font-weight:400;
  line-height:1;
  letter-spacing:.12em;
}
.fractal-copy strong,
.fractal-copy em{
  display:block;
  color:#fff;
  font-family:"Arial Narrow","Helvetica Neue",Arial,sans-serif;
  font-style:normal;
  font-weight:300;
  text-transform:uppercase;
  text-shadow:
    0 10px 34px rgba(0,0,0,.28),
    0 0 20px rgba(255,255,255,.04);
}
.fractal-copy strong{
  font-size:clamp(45px,4.5vw,74px);
  line-height:.91;
  letter-spacing:.015em;
}
.fractal-copy em{
  margin-top:4px;
  font-size:clamp(56px,5.6vw,92px);
  line-height:.85;
  letter-spacing:.02em;
}
.fractal-copy em:after{
  content:".";
  color:#f0182d;
  text-shadow:0 0 24px rgba(240,24,45,.5);
}
.fractal-actions{
  position:absolute;
  z-index:7;
  left:39px;
  bottom:29px;
  display:flex;
  align-items:center;
  gap:14px;
  color:rgba(255,255,255,.58);
  animation:fractalTextEnter 1s cubic-bezier(.18,.82,.2,1) .42s both;
}
.fractal-actions b{
  font-size:8px;
  font-weight:700;
  letter-spacing:.16em;
}
.fractal-actions i{
  color:#f0182d;
  font-size:27px;
  font-style:normal;
  font-weight:300;
  line-height:1;
  transform:skewX(-9deg);
}

/* Hover: the glass drifts in further from the side */
.hero-fractal-title:hover .fractal-glass{
  transform:translateX(3%) skewX(-4deg) scaleX(1.025);
  transition:transform .9s cubic-bezier(.2,.8,.2,1);
}
.hero-fractal-title:hover .fractal-copy{
  transform:translateX(5px);
  transition:transform .7s cubic-bezier(.2,.8,.2,1);
}

/* Hide previous title systems if residual rules exist */
.hero-fractal-title .glass-haze,
.hero-fractal-title .glass-noise,
.hero-fractal-title .glass-kicker,
.hero-fractal-title .glass-main,
.hero-fractal-title .glass-divider,
.hero-fractal-title .glass-bottom,
.hero-fractal-title .glass-meta,
.hero-fractal-title .stripe-bars,
.hero-fractal-title .stripe-word,
.hero-fractal-title .stripe-slash,
.hero-fractal-title .stripe-meta{
  display:none!important;
}

@media(max-width:1100px){
  .hero-fractal-title{
    width:min(760px,100%);
    margin-left:auto;
    margin-right:auto;
  }
}

@media(max-width:700px){
  .hero-fractal-title{
    min-height:330px;
    border-radius:25px;
  }
  .fractal-copy{
    left:22px;
    top:74px;
    width:calc(100% - 44px);
  }
  .fractal-copy small{
    margin-bottom:14px;
    font-size:11px;
  }
  .fractal-copy strong{
    font-size:39px;
  }
  .fractal-copy em{
    font-size:49px;
  }
  .fractal-actions{
    left:23px;
    bottom:20px;
  }
  .fractal-glass{
    left:-26%;
    width:94%;
  }
}

@media(max-width:390px){
  .hero-fractal-title{
    min-height:305px;
  }
  .fractal-copy{
    top:67px;
  }
  .fractal-copy small{
    font-size:9.5px;
  }
  .fractal-copy strong{
    font-size:34px;
  }
  .fractal-copy em{
    font-size:43px;
  }
}


/* =========================================================
   FULLSCREEN AUTOMOTIVE HERO — CLEAN TEXT OVER CARS
   ========================================================= */
.hero-fullscreen{
  position:relative;
  min-height:100svh;
  padding:
    max(112px,10vh)
    max(34px,calc((100vw - var(--max))/2))
    34px;
  display:grid;
  grid-template-columns:minmax(330px,.72fr) minmax(0,1.28fr);
  gap:20px;
  align-items:center;
  overflow:hidden;
  background:
    radial-gradient(circle at 72% 40%,rgba(240,24,45,.09),transparent 28%),
    linear-gradient(135deg,#fff 0%,#f4f2ef 58%,#e6e2dc 100%);
}
.hero-fullscreen:before{
  content:"";
  position:absolute;
  inset:0;
  pointer-events:none;
  background:
    linear-gradient(90deg,rgba(255,255,255,.98) 0%,rgba(255,255,255,.84) 34%,rgba(255,255,255,.12) 62%,transparent 100%);
  z-index:1;
}
.hero-fullscreen .hero-copy{
  position:relative;
  z-index:12;
  align-self:center;
  padding:0;
}
.fullscreen-hero-copy{
  position:relative;
  width:min(640px,100%);
  margin:0;
}
.fullscreen-eyebrow{
  display:inline-flex;
  align-items:center;
  gap:10px;
  color:#5d6067;
  font-size:10px;
  font-weight:800;
  line-height:1;
  letter-spacing:.13em;
}
.fullscreen-eyebrow i{
  width:28px;
  height:2px;
  border-radius:999px;
  background:#f0182d;
}
.fullscreen-hero-copy h1{
  margin:24px 0 21px;
  color:#131417;
  line-height:.88;
}
.fullscreen-hero-copy h1 small{
  display:block;
  color:#202126;
  font-size:clamp(22px,2vw,34px);
  font-weight:650;
  line-height:1;
  letter-spacing:-.04em;
}
.fullscreen-hero-copy h1 strong{
  display:block;
  margin-top:13px;
  font-size:clamp(52px,5.4vw,92px);
  font-weight:800;
  line-height:.84;
  letter-spacing:-.082em;
}
.fullscreen-hero-copy h1 em{
  position:relative;
  color:#f0182d;
  font-style:normal;
}
.fullscreen-hero-copy h1 em:after{
  content:"";
  position:absolute;
  left:0;
  right:0;
  bottom:-.04em;
  height:3px;
  border-radius:999px;
  background:linear-gradient(90deg,#f0182d,rgba(240,24,45,0));
}
.fullscreen-hero-copy p{
  max-width:520px;
  margin:0;
  color:#62666d;
  font-size:15px;
  line-height:1.75;
}
.fullscreen-actions{
  display:flex;
  align-items:center;
  gap:25px;
  margin-top:28px;
}
.fullscreen-text-link{
  display:inline-flex;
  align-items:center;
  gap:10px;
  color:#17181b;
  font-size:10px;
  font-weight:800;
  letter-spacing:.1em;
  transition:.25s;
}
.fullscreen-text-link:hover{
  color:#f0182d;
  transform:translateX(3px);
}

/* Car area becomes full-screen visual stage */
.hero-fullscreen .hero-showcase-v2{
  position:absolute;
  z-index:3;
  inset:0;
  min-height:100%;
  display:block;
  pointer-events:none;
}
.hero-fullscreen .showcase-card{
  position:absolute;
  inset:0;
  width:100%;
  height:100%;
  border:0;
  border-radius:0;
  overflow:hidden;
  background:
    radial-gradient(circle at 74% 50%,rgba(240,24,45,.14),transparent 29%),
    linear-gradient(145deg,#f7f5f2 0%,#eae7e2 100%);
  box-shadow:none;
}
.hero-fullscreen .showcase-red-plane{
  right:-8%;
  top:-18%;
  width:43%;
  height:76%;
  opacity:.95;
  border-radius:80px;
}
.hero-fullscreen .showcase-bg-word{
  left:40%;
  bottom:10%;
  font-size:clamp(145px,17vw,310px);
  color:rgba(17,18,20,.025);
}
.hero-fullscreen .showcase-grid-lines{
  opacity:.32;
}
.hero-fullscreen .vehicle-stage{
  position:absolute;
  inset:110px 0 78px;
  perspective:1800px;
}
.hero-fullscreen .vehicle-slide{
  left:69%;
  top:57%;
  max-width:58%;
  max-height:53%;
}
.hero-fullscreen .vehicle-slide.is-active{
  left:69%;
  top:58%;
  max-width:69%;
  max-height:66%;
  transform:translate(-50%,-50%) scale(1.2);
  filter:
    blur(0)
    grayscale(0)
    drop-shadow(0 34px 38px rgba(0,0,0,.20))
    drop-shadow(0 80px 92px rgba(0,0,0,.14));
}
.hero-fullscreen .vehicle-slide.is-prev{
  left:69%;
  transform:translate(-50%,-50%) translateX(-360px) scale(.47) rotateY(19deg);
  opacity:.16;
}
.hero-fullscreen .vehicle-slide.is-next{
  left:69%;
  transform:translate(-50%,-50%) translateX(365px) scale(.5) rotateY(-19deg);
  opacity:.22;
}
.hero-fullscreen .vehicle-floor{
  left:44%;
  right:4%;
  bottom:6%;
}
.hero-fullscreen .showcase-title{
  display:none;
}
.hero-fullscreen .showcase-topline{
  left:auto;
  right:38px;
  top:102px;
}
.hero-fullscreen .showcase-topline>span{
  display:none;
}
.hero-fullscreen .showcase-counter{
  color:#111214;
}
.hero-fullscreen .showcase-specs{
  left:auto;
  right:38px;
  bottom:31px;
  pointer-events:auto;
}
.hero-fullscreen .showcase-controls{
  right:auto;
  left:50%;
  bottom:31px;
  pointer-events:auto;
  transform:translateX(-50%);
}
.hero-fullscreen .showcase-controls>button,
.hero-fullscreen .showcase-dots button{
  pointer-events:auto;
}
.hero-fullscreen .hero-stats{
  display:none;
}

/* Hero should not have the old split-card feeling */
.hero-fullscreen .hero-copy>.eyebrow,
.hero-fullscreen .hero-copy>h1:not(.unused),
.hero-fullscreen .hero-copy>p,
.hero-fullscreen .hero-actions{
  display:none;
}
.hero-fullscreen .fullscreen-hero-copy,
.hero-fullscreen .fullscreen-hero-copy h1,
.hero-fullscreen .fullscreen-hero-copy p,
.hero-fullscreen .fullscreen-actions{
  display:block;
}
.hero-fullscreen .fullscreen-actions{
  display:flex;
}

/* Tablet */
@media(max-width:1100px){
  .hero-fullscreen{
    min-height:100svh;
    padding:106px 24px 28px;
    grid-template-columns:1fr;
    align-items:start;
  }
  .hero-fullscreen:before{
    background:
      linear-gradient(180deg,rgba(255,255,255,.97) 0%,rgba(255,255,255,.84) 34%,rgba(255,255,255,.12) 58%,transparent 100%);
  }
  .hero-fullscreen .hero-copy{
    text-align:center;
    padding-top:10px;
  }
  .fullscreen-hero-copy{
    width:min(760px,100%);
    margin:0 auto;
  }
  .fullscreen-eyebrow{
    justify-content:center;
  }
  .fullscreen-hero-copy p{
    margin-left:auto;
    margin-right:auto;
  }
  .fullscreen-actions{
    justify-content:center;
  }
  .hero-fullscreen .vehicle-slide,
  .hero-fullscreen .vehicle-slide.is-active{
    left:50%;
    top:67%;
  }
  .hero-fullscreen .vehicle-slide.is-active{
    max-width:82%;
    max-height:50%;
    transform:translate(-50%,-50%) scale(1.12);
  }
  .hero-fullscreen .vehicle-slide.is-prev{
    left:50%;
    transform:translate(-50%,-50%) translateX(-280px) scale(.42);
  }
  .hero-fullscreen .vehicle-slide.is-next{
    left:50%;
    transform:translate(-50%,-50%) translateX(285px) scale(.44);
  }
  .hero-fullscreen .showcase-red-plane{
    top:35%;
    right:-18%;
    width:58%;
    height:58%;
  }
  .hero-fullscreen .showcase-counter{
    display:none;
  }
  .hero-fullscreen .showcase-specs{
    right:22px;
    bottom:22px;
  }
  .hero-fullscreen .showcase-controls{
    bottom:22px;
  }
}

/* Mobile */
@media(max-width:700px){
  .hero-fullscreen{
    min-height:100svh;
    padding:92px 17px 22px;
  }
  .hero-fullscreen .hero-copy{
    padding-top:0;
  }
  .fullscreen-eyebrow{
    font-size:8px;
  }
  .fullscreen-hero-copy h1{
    margin:18px 0 15px;
  }
  .fullscreen-hero-copy h1 small{
    font-size:19px;
  }
  .fullscreen-hero-copy h1 strong{
    margin-top:10px;
    font-size:44px;
    line-height:.9;
  }
  .fullscreen-hero-copy p{
    max-width:360px;
    font-size:12.5px;
    line-height:1.65;
  }
  .fullscreen-actions{
    gap:17px;
    margin-top:20px;
  }
  .fullscreen-actions .btn{
    min-height:42px;
    padding:0 17px;
    font-size:9px;
  }
  .fullscreen-text-link{
    font-size:9px;
  }
  .hero-fullscreen .vehicle-stage{
    inset:120px 0 72px;
  }
  .hero-fullscreen .vehicle-slide,
  .hero-fullscreen .vehicle-slide.is-active{
    left:50%;
    top:69%;
  }
  .hero-fullscreen .vehicle-slide.is-active{
    max-width:95%;
    max-height:42%;
    transform:translate(-50%,-50%) scale(1.04);
  }
  .hero-fullscreen .vehicle-slide.is-prev{
    transform:translate(-50%,-50%) translateX(-175px) scale(.34);
  }
  .hero-fullscreen .vehicle-slide.is-next{
    transform:translate(-50%,-50%) translateX(178px) scale(.36);
  }
  .hero-fullscreen .showcase-specs{
    display:none;
  }
  .hero-fullscreen .showcase-controls{
    left:50%;
    bottom:17px;
  }
  .hero-fullscreen .showcase-red-plane{
    top:46%;
    right:-35%;
    width:83%;
    height:45%;
  }
  .hero-fullscreen .showcase-bg-word{
    left:16%;
    bottom:13%;
    font-size:95px;
  }
}

@media(max-width:390px){
  .fullscreen-hero-copy h1 small{
    font-size:17px;
  }
  .fullscreen-hero-copy h1 strong{
    font-size:39px;
  }
  .fullscreen-hero-copy p{
    font-size:12px;
  }
  .hero-fullscreen .vehicle-slide.is-active{
    max-width:100%;
    max-height:39%;
  }
}

/* Reduced motion */
@media(prefers-reduced-motion:reduce){
  .hero-fullscreen .vehicle-slide,
  .hero-fullscreen .showcase-red-plane{
    transition:none!important;
  }
}


/* =========================================================
   FULLSCREEN SHOWCASE CARD — FIRST SCREEN
   Existing animated car carousel, expanded to the viewport
   ========================================================= */
.hero-card-fs{
  position:relative!important;
  display:block!important;
  min-height:100svh!important;
  padding:106px 22px 22px!important;
  overflow:hidden!important;
  color:#111214!important;
  background:
    radial-gradient(circle at 74% 16%,rgba(240,24,45,.08),transparent 25%),
    linear-gradient(135deg,#f8f7f4 0%,#ece9e4 100%)!important;
}

/* The existing external hero copy is no longer needed:
   all information lives inside the showcase card. */
.hero-card-fs>.hero-copy,
.hero-card-fs>.hero-stats,
.hero-card-fs>.scroll-cue,
.hero-card-fs>.hero-bg,
.hero-card-fs>.hero-vignette,
.hero-card-fs>.hero-lines,
.hero-card-fs>.hero-architecture,
.hero-card-fs>.hero-red-disc{
  display:none!important;
}

.hero-card-fs .hero-stage.hero-showcase-v2{
  position:relative!important;
  inset:auto!important;
  width:min(1840px,100%)!important;
  height:calc(100svh - 128px)!important;
  min-height:650px!important;
  margin:0 auto!important;
  display:block!important;
  pointer-events:auto!important;
}

.hero-card-fs .showcase-card{
  position:relative!important;
  inset:auto!important;
  width:100%!important;
  height:100%!important;
  overflow:hidden!important;
  border-radius:46px!important;
  border:1px solid rgba(17,18,20,.07)!important;
  background:
    radial-gradient(circle at 54% 74%,rgba(255,255,255,.96),rgba(244,242,238,.88) 39%,transparent 68%),
    linear-gradient(145deg,#fff 0%,#f3f1ed 58%,#e5e1db 100%)!important;
  box-shadow:
    0 38px 95px rgba(17,18,20,.13),
    inset 0 1px 0 rgba(255,255,255,.96)!important;
}

/* Reference-style right red architectural plane */
.hero-card-fs .showcase-red-plane{
  position:absolute!important;
  z-index:0!important;
  top:-9%!important;
  right:-4%!important;
  width:52%!important;
  height:72%!important;
  border-radius:0 0 0 90px!important;
  opacity:1!important;
  transform:skewX(-8deg) rotate(0)!important;
  background:
    linear-gradient(145deg,#ff2f42 0%,#f0182d 55%,#ba0015 100%)!important;
  box-shadow:0 35px 80px rgba(240,24,45,.21)!important;
}
.hero-card-fs .showcase-card.shifting .showcase-red-plane{
  transform:skewX(-10deg) translateX(-12px)!important;
}

.hero-card-fs .showcase-grid-lines{
  opacity:.42!important;
  background:
    linear-gradient(90deg,transparent 12%,rgba(17,18,20,.05) 12.08%,transparent 12.16%),
    linear-gradient(90deg,transparent 33%,rgba(17,18,20,.045) 33.08%,transparent 33.16%),
    linear-gradient(90deg,transparent 67%,rgba(17,18,20,.038) 67.08%,transparent 67.16%),
    linear-gradient(180deg,transparent 26%,rgba(17,18,20,.045) 26.08%,transparent 26.16%),
    linear-gradient(180deg,transparent 73%,rgba(17,18,20,.045) 73.08%,transparent 73.16%)!important;
}
.hero-card-fs .showcase-bg-word{
  left:-1%!important;
  bottom:5%!important;
  color:rgba(17,18,20,.035)!important;
  font-size:clamp(130px,15vw,300px)!important;
  transform:rotate(-6deg)!important;
}
.hero-card-fs .orbit-one{
  width:min(48vw,720px)!important;
  height:min(48vw,720px)!important;
  right:-3%!important;
  top:5%!important;
  border-color:rgba(255,255,255,.34)!important;
}
.hero-card-fs .orbit-two{
  width:min(39vw,580px)!important;
  height:min(39vw,580px)!important;
  right:1.7%!important;
  top:11%!important;
  border-color:rgba(255,255,255,.20)!important;
}

/* Clean top metadata */
.hero-card-fs .showcase-topline{
  z-index:20!important;
  left:42px!important;
  right:46px!important;
  top:31px!important;
  display:flex!important;
}
.hero-card-fs .showcase-topline>span{
  display:block!important;
  color:#676b72!important;
  font-size:10px!important;
  letter-spacing:.13em!important;
}
.hero-card-fs .showcase-counter{
  color:#fff!important;
}
.hero-card-fs .showcase-counter strong{
  font-size:42px!important;
}

/* Dynamic model title */
.hero-card-fs .showcase-title{
  display:block!important;
  z-index:20!important;
  left:42px!important;
  top:92px!important;
  max-width:440px!important;
}
.hero-card-fs .showcase-title small{
  margin-bottom:12px!important;
  color:#f0182d!important;
  font-size:10px!important;
  letter-spacing:.12em!important;
}
.hero-card-fs .showcase-title h3{
  max-width:440px!important;
  color:#111214!important;
  font-size:clamp(44px,4.3vw,78px)!important;
  line-height:.86!important;
  letter-spacing:-.075em!important;
}
.hero-card-fs .showcase-title>span{
  margin-top:12px!important;
  color:#6d7077!important;
  font-size:11px!important;
  letter-spacing:.15em!important;
}

/* Fullscreen vehicle composition */
.hero-card-fs .vehicle-stage{
  position:absolute!important;
  z-index:8!important;
  inset:125px 0 66px!important;
  perspective:1900px!important;
}
.hero-card-fs .vehicle-slide{
  top:58%!important;
  left:50%!important;
  max-width:62%!important;
  max-height:65%!important;
  transition:
    opacity .8s ease,
    transform 1.08s cubic-bezier(.16,.84,.2,1),
    filter 1.08s ease!important;
}
.hero-card-fs .vehicle-slide.is-active{
  z-index:9!important;
  opacity:1!important;
  top:60%!important;
  left:50%!important;
  max-width:72%!important;
  max-height:72%!important;
  transform:translate(-50%,-50%) scale(1.16)!important;
  filter:
    blur(0)
    grayscale(0)
    drop-shadow(0 30px 35px rgba(0,0,0,.20))
    drop-shadow(0 74px 80px rgba(0,0,0,.13))!important;
}
.hero-card-fs .vehicle-slide.is-prev{
  z-index:4!important;
  left:14%!important;
  top:62%!important;
  max-width:43%!important;
  max-height:49%!important;
  opacity:.18!important;
  transform:translate(-50%,-50%) scale(.78) rotateY(8deg)!important;
  filter:blur(1.8px) grayscale(.42)!important;
}
.hero-card-fs .vehicle-slide.is-next{
  z-index:4!important;
  left:86%!important;
  top:62%!important;
  max-width:43%!important;
  max-height:49%!important;
  opacity:.20!important;
  transform:translate(-50%,-50%) scale(.78) rotateY(-8deg)!important;
  filter:blur(1.8px) grayscale(.38)!important;
}
.hero-card-fs .vehicle-floor{
  left:23%!important;
  right:23%!important;
  bottom:2%!important;
  height:105px!important;
  background:radial-gradient(ellipse at center,rgba(0,0,0,.28),transparent 69%)!important;
}

/* Per-image balance: the front view remains dominant. */
.hero-card-fs .vehicle-slide[src*="lexus-is-front"]{
  max-width:63%!important;
  max-height:72%!important;
}
.hero-card-fs .vehicle-slide[src*="lexus-is-front"].is-active{
  max-width:66%!important;
  max-height:76%!important;
}
.hero-card-fs .vehicle-slide[src*="lexus-is-silver"].is-active,
.hero-card-fs .vehicle-slide[src*="harrier-side"].is-active{
  max-width:82%!important;
  max-height:64%!important;
}
.hero-card-fs .vehicle-slide[src*="prado-white"].is-active,
.hero-card-fs .vehicle-slide[src*="harrier-black"].is-active,
.hero-card-fs .vehicle-slide[src*="lexus-nx-red"].is-active{
  max-width:67%!important;
  max-height:72%!important;
}

/* Lower-left data panel */
.hero-card-fs .showcase-specs{
  z-index:22!important;
  left:36px!important;
  right:auto!important;
  bottom:31px!important;
  display:flex!important;
  border-radius:18px!important;
  background:rgba(255,255,255,.82)!important;
  backdrop-filter:blur(18px)!important;
  -webkit-backdrop-filter:blur(18px)!important;
}
.hero-card-fs .showcase-specs article{
  min-width:100px!important;
  padding:13px 17px!important;
}
.hero-card-fs .showcase-specs small{
  font-size:7px!important;
}
.hero-card-fs .showcase-specs strong{
  font-size:12px!important;
}

/* Lower-right carousel controls */
.hero-card-fs .showcase-controls{
  z-index:24!important;
  right:30px!important;
  left:auto!important;
  bottom:29px!important;
  transform:none!important;
  pointer-events:auto!important;
}
.hero-card-fs .showcase-controls>button{
  width:48px!important;
  height:48px!important;
  background:rgba(255,255,255,.90)!important;
  pointer-events:auto!important;
}
.hero-card-fs .showcase-dots button{
  pointer-events:auto!important;
}
.hero-card-fs .showcase-dots button.active{
  width:28px!important;
}

/* Large desktop */
@media(min-width:1500px){
  .hero-card-fs{
    padding-left:28px!important;
    padding-right:28px!important;
    padding-bottom:28px!important;
  }
  .hero-card-fs .showcase-card{
    border-radius:54px!important;
  }
  .hero-card-fs .showcase-title{
    left:55px!important;
    top:110px!important;
  }
  .hero-card-fs .showcase-topline{
    left:55px!important;
    right:58px!important;
    top:40px!important;
  }
  .hero-card-fs .showcase-specs{
    left:48px!important;
    bottom:39px!important;
  }
  .hero-card-fs .showcase-controls{
    right:42px!important;
    bottom:37px!important;
  }
}

/* Tablet */
@media(max-width:1100px){
  .hero-card-fs{
    padding:100px 16px 16px!important;
  }
  .hero-card-fs .hero-stage.hero-showcase-v2{
    height:calc(100svh - 116px)!important;
    min-height:650px!important;
  }
  .hero-card-fs .showcase-card{
    border-radius:34px!important;
  }
  .hero-card-fs .showcase-topline{
    left:25px!important;
    right:27px!important;
    top:24px!important;
  }
  .hero-card-fs .showcase-title{
    left:25px!important;
    top:78px!important;
  }
  .hero-card-fs .showcase-title h3{
    font-size:52px!important;
  }
  .hero-card-fs .showcase-red-plane{
    width:61%!important;
    height:65%!important;
    right:-13%!important;
  }
  .hero-card-fs .vehicle-stage{
    inset:115px 0 72px!important;
  }
  .hero-card-fs .vehicle-slide.is-active{
    top:61%!important;
    max-width:84%!important;
    max-height:64%!important;
    transform:translate(-50%,-50%) scale(1.08)!important;
  }
  .hero-card-fs .vehicle-slide[src*="lexus-is-front"].is-active{
    max-width:74%!important;
    max-height:70%!important;
  }
  .hero-card-fs .vehicle-slide.is-prev{
    left:8%!important;
    transform:translate(-50%,-50%) scale(.60)!important;
  }
  .hero-card-fs .vehicle-slide.is-next{
    left:92%!important;
    transform:translate(-50%,-50%) scale(.60)!important;
  }
  .hero-card-fs .showcase-specs{
    left:23px!important;
    bottom:23px!important;
  }
  .hero-card-fs .showcase-controls{
    right:21px!important;
    bottom:22px!important;
  }
}

/* Mobile */
@media(max-width:700px){
  .hero-card-fs{
    padding:91px 10px 10px!important;
  }
  .hero-card-fs .hero-stage.hero-showcase-v2{
    height:calc(100svh - 101px)!important;
    min-height:610px!important;
  }
  .hero-card-fs .showcase-card{
    border-radius:27px!important;
  }
  .hero-card-fs .showcase-topline{
    left:18px!important;
    right:18px!important;
    top:18px!important;
  }
  .hero-card-fs .showcase-topline>span{
    max-width:190px!important;
    font-size:7px!important;
  }
  .hero-card-fs .showcase-counter strong{
    font-size:29px!important;
  }
  .hero-card-fs .showcase-counter em{
    font-size:8px!important;
  }
  .hero-card-fs .showcase-title{
    left:18px!important;
    top:61px!important;
    max-width:290px!important;
  }
  .hero-card-fs .showcase-title small{
    font-size:8px!important;
  }
  .hero-card-fs .showcase-title h3{
    max-width:290px!important;
    font-size:38px!important;
  }
  .hero-card-fs .showcase-title>span{
    font-size:8px!important;
  }
  .hero-card-fs .showcase-red-plane{
    top:0!important;
    right:-36%!important;
    width:92%!important;
    height:56%!important;
    border-radius:0 0 0 62px!important;
  }
  .hero-card-fs .vehicle-stage{
    inset:104px 0 65px!important;
  }
  .hero-card-fs .vehicle-slide.is-active{
    top:61%!important;
    max-width:96%!important;
    max-height:54%!important;
    transform:translate(-50%,-50%) scale(1.02)!important;
  }
  .hero-card-fs .vehicle-slide[src*="lexus-is-front"].is-active{
    max-width:94%!important;
    max-height:61%!important;
  }
  .hero-card-fs .vehicle-slide.is-prev{
    left:-3%!important;
    top:66%!important;
    max-width:58%!important;
    max-height:38%!important;
    opacity:.13!important;
    transform:translate(-50%,-50%) scale(.48)!important;
  }
  .hero-card-fs .vehicle-slide.is-next{
    left:103%!important;
    top:66%!important;
    max-width:58%!important;
    max-height:38%!important;
    opacity:.13!important;
    transform:translate(-50%,-50%) scale(.48)!important;
  }
  .hero-card-fs .showcase-specs{
    left:14px!important;
    bottom:14px!important;
  }
  .hero-card-fs .showcase-specs article{
    min-width:64px!important;
    padding:9px 9px!important;
  }
  .hero-card-fs .showcase-specs article:nth-child(2){
    display:none!important;
  }
  .hero-card-fs .showcase-specs strong{
    font-size:9px!important;
  }
  .hero-card-fs .showcase-controls{
    right:13px!important;
    bottom:13px!important;
    gap:6px!important;
  }
  .hero-card-fs .showcase-controls>button{
    width:37px!important;
    height:37px!important;
  }
  .hero-card-fs .showcase-dots{
    gap:4px!important;
  }
  .hero-card-fs .showcase-dots button{
    width:5px!important;
    height:5px!important;
  }
  .hero-card-fs .showcase-dots button.active{
    width:17px!important;
  }
  .hero-card-fs .showcase-bg-word{
    font-size:88px!important;
  }
}

/* Short screens */
@media(max-height:720px) and (min-width:701px){
  .hero-card-fs .showcase-title{
    top:74px!important;
  }
  .hero-card-fs .showcase-title h3{
    font-size:48px!important;
  }
  .hero-card-fs .vehicle-stage{
    inset:94px 0 55px!important;
  }
  .hero-card-fs .vehicle-slide.is-active{
    max-height:66%!important;
  }
}

/* Accessibility */
@media(prefers-reduced-motion:reduce){
  .hero-card-fs .vehicle-slide,
  .hero-card-fs .showcase-red-plane{
    transition:none!important;
  }
}
