
:root{--ink:#07171d;--deep:#0b2934;--teal:#15586d;--aqua:#39b8dc;--ivory:#f7f3ed;--sand:#e7d8c5;--white:#fff;--muted:#6f7d82;--shadow:0 24px 70px rgba(4,22,28,.16)}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:#fff;color:var(--ink);font-family:"Manrope",sans-serif}img{max-width:100%;display:block}a{text-decoration:none;color:inherit}.container{width:min(1280px,calc(100% - 40px));margin:auto}.site-header{position:fixed;inset:0 0 auto;z-index:1000;transition:.35s;background:linear-gradient(to bottom,rgba(4,18,24,.78),transparent)}.site-header.scrolled,.site-header.inner{background:rgba(7,23,29,.94);backdrop-filter:blur(18px);box-shadow:0 12px 40px rgba(0,0,0,.16)}.nav-shell{height:100px;display:flex;align-items:center;justify-content:space-between}.logo-link img{width:min(390px,42vw);max-height:64px;object-fit:contain;object-position:left center}.main-nav{display:flex;align-items:center;gap:34px;color:#fff;font-size:14px;font-weight:800;letter-spacing:.03em}.main-nav a{position:relative;padding:12px 0}.main-nav a:not(.nav-cta):after{content:"";position:absolute;left:0;right:100%;bottom:3px;height:2px;background:var(--aqua);transition:.25s}.main-nav a:hover:after,.main-nav a.active:after{right:0}.nav-cta{border:1px solid rgba(255,255,255,.55);padding:14px 18px!important;border-radius:100px}.menu-toggle{display:none;background:none;border:0;width:46px;height:46px}.menu-toggle span{display:block;width:27px;height:2px;background:#fff;margin:7px auto}.hero-home{min-height:100svh;position:relative;display:grid;align-items:end;color:#fff;overflow:hidden}.hero-home video,.hero-home .fallback{position:absolute;inset:0;width:100%;height:100%;object-fit:cover}.hero-home:before{content:"";position:absolute;inset:0;background:linear-gradient(110deg,rgba(3,15,20,.82) 8%,rgba(3,15,20,.35) 58%,rgba(3,15,20,.55))}.hero-copy{position:relative;z-index:2;padding:190px 0 90px;max-width:900px}.kicker{text-transform:uppercase;letter-spacing:.24em;font-weight:800;font-size:12px}.hero-copy h1{font-family:"Cormorant Garamond",serif;font-size:clamp(58px,8vw,116px);line-height:.86;font-weight:500;margin:22px 0 28px}.hero-copy p{font-size:clamp(20px,2vw,28px);line-height:1.45;max-width:720px}.hero-actions{display:flex;gap:14px;flex-wrap:wrap;margin-top:36px}.btn{display:inline-flex;align-items:center;justify-content:center;min-height:54px;padding:0 24px;border-radius:999px;font-weight:800;font-size:13px;letter-spacing:.05em;text-transform:uppercase;border:1px solid transparent;transition:.25s}.btn-primary{background:var(--aqua);color:var(--ink)}.btn-primary:hover{transform:translateY(-2px);box-shadow:0 14px 32px rgba(57,184,220,.32)}.btn-light{border-color:rgba(255,255,255,.7);color:#fff}.section{padding:110px 0}.section-ivory{background:var(--ivory)}.intro-split{display:grid;grid-template-columns:.85fr 1.15fr;gap:90px;align-items:center}.section-label{font-size:12px;text-transform:uppercase;letter-spacing:.2em;font-weight:800;color:var(--teal)}h2.display{font-family:"Cormorant Garamond",serif;font-size:clamp(48px,6vw,84px);font-weight:500;line-height:.95;margin:16px 0 28px}.intro-copy p{font-size:19px;line-height:1.8;color:#43545a}.editorial-image{position:relative}.editorial-image img{width:100%;height:650px;object-fit:cover;border-radius:240px 240px 26px 26px}.editorial-image:after{content:"Depuis 2010";position:absolute;right:-22px;bottom:80px;background:var(--ink);color:#fff;padding:26px 22px;border-radius:50%;width:118px;height:118px;display:grid;place-items:center;text-align:center;font-family:"Cormorant Garamond",serif;font-size:22px}.showcase-head{display:flex;justify-content:space-between;align-items:end;gap:30px;margin-bottom:44px}.showcase-head p{max-width:520px;color:var(--muted);line-height:1.7}.mosaic{display:grid;grid-template-columns:repeat(12,1fr);grid-auto-rows:115px;gap:18px}.mosaic .vehicle-card{grid-column:span 4;grid-row:span 4}.mosaic .vehicle-card:nth-child(4n){grid-column:span 8;grid-row:span 5}.vehicle-card{position:relative;overflow:hidden;border-radius:22px;background:#102a34;min-height:420px}.vehicle-card img{width:100%;height:100%;object-fit:cover;transition:.7s}.vehicle-card:before{content:"";position:absolute;inset:0;background:linear-gradient(to top,rgba(3,15,20,.9),rgba(3,15,20,0) 68%);z-index:1}.vehicle-card:hover img{transform:scale(1.055)}.vehicle-info{position:absolute;z-index:2;left:26px;right:26px;bottom:24px;color:#fff}.vehicle-info small{font-size:11px;letter-spacing:.18em;text-transform:uppercase;color:#aee9f8}.vehicle-info h3{font-family:"Cormorant Garamond",serif;font-size:32px;line-height:1.05;margin:10px 0 0}.vehicle-arrow{position:absolute;right:22px;top:22px;z-index:2;width:46px;height:46px;border-radius:50%;background:rgba(255,255,255,.16);backdrop-filter:blur(10px);display:grid;place-items:center;color:#fff}.page-hero{min-height:540px;padding:190px 0 80px;display:flex;align-items:end;color:#fff;background:linear-gradient(rgba(3,15,20,.55),rgba(3,15,20,.72)),url('../images/hero-combis-original.jpg') center/cover}.page-hero h1{font-family:"Cormorant Garamond",serif;font-size:clamp(58px,8vw,105px);font-weight:500;line-height:.9;margin:0}.breadcrumb{margin-top:24px;color:rgba(255,255,255,.76)}.filters-wrap{position:sticky;top:100px;z-index:20;background:rgba(255,255,255,.92);backdrop-filter:blur(15px);padding:16px 0;border-bottom:1px solid #e3e8e9}.filters{display:flex;gap:9px;overflow:auto;padding-bottom:2px}.filter{white-space:nowrap;border:1px solid #d8e0e2;background:#fff;border-radius:999px;padding:11px 16px;font-weight:800;cursor:pointer}.filter.active{background:var(--ink);color:#fff;border-color:var(--ink)}.fleet-grid{display:grid;grid-template-columns:repeat(12,1fr);gap:22px}.fleet-grid .vehicle-card{grid-column:span 4;height:440px}.fleet-grid .vehicle-card:nth-child(4n){grid-column:span 8;height:540px}.detail-hero{min-height:72svh;padding:170px 0 70px;position:relative;color:#fff;display:flex;align-items:end;background:#06171d}.detail-hero>img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;opacity:.7}.detail-hero:after{content:"";position:absolute;inset:0;background:linear-gradient(to top,rgba(3,15,20,.95),rgba(3,15,20,.15) 60%)}.detail-title{position:relative;z-index:2;max-width:1000px}.detail-title h1{font-family:"Cormorant Garamond",serif;font-size:clamp(58px,8vw,108px);font-weight:500;line-height:.88;margin:14px 0}.detail-layout{display:grid;grid-template-columns:1.15fr .85fr;gap:70px}.detail-copy{position:sticky;top:140px;align-self:start}.detail-copy p{font-size:18px;line-height:1.9;color:#42545a}.facts{display:grid;grid-template-columns:repeat(2,1fr);gap:12px;margin:30px 0}.fact{padding:18px;border:1px solid #dce4e6;border-radius:14px}.fact strong{display:block;font-size:12px;text-transform:uppercase;letter-spacing:.12em;color:var(--teal);margin-bottom:6px}.detail-gallery{display:grid;grid-template-columns:1fr 1fr;gap:14px}.detail-gallery a:first-child{grid-column:1/-1}.detail-gallery img{width:100%;height:320px;object-fit:cover;border-radius:18px}.detail-gallery a:first-child img{height:540px}.lightbox{position:fixed;inset:0;z-index:3000;background:rgba(0,0,0,.94);display:none;align-items:center;justify-content:center}.lightbox.open{display:flex}.lightbox img{max-width:88vw;max-height:86vh;object-fit:contain}.lb-btn{position:absolute;background:rgba(255,255,255,.12);color:#fff;border:0;width:52px;height:52px;border-radius:50%;font-size:26px;cursor:pointer}.lb-prev{left:24px}.lb-next{right:24px}.lb-close{top:22px;right:22px}.gallery-wall{columns:4 260px;column-gap:16px}.gallery-wall a{display:block;margin-bottom:16px}.gallery-wall img{width:100%;border-radius:16px}.contact-grid{display:grid;grid-template-columns:.82fr 1.18fr;gap:70px}.contact-panel{background:var(--ink);color:#fff;padding:48px;border-radius:28px}.contact-panel h2{font-family:"Cormorant Garamond",serif;font-size:56px;font-weight:500}.form-grid{display:grid;grid-template-columns:1fr 1fr;gap:16px}.field{display:flex;flex-direction:column;gap:8px}.field.full{grid-column:1/-1}.field input,.field textarea,.field select{width:100%;padding:15px 16px;border:1px solid #cfdadc;border-radius:12px;font:inherit}.field textarea{min-height:170px}.site-footer{background:#06171d;color:#fff;padding:80px 0 26px}.footer-top{display:grid;grid-template-columns:1.5fr repeat(3,1fr);gap:50px}.footer-brand img{width:340px;margin-bottom:24px}.footer-brand p{max-width:420px;color:#aebdc1;line-height:1.7}.site-footer h3{font-size:12px;text-transform:uppercase;letter-spacing:.16em;color:#7fcfe5}.site-footer a{display:block;margin:12px 0;color:#dce7ea}.footer-bottom{display:flex;justify-content:space-between;gap:20px;flex-wrap:wrap;border-top:1px solid rgba(255,255,255,.12);padding-top:24px;margin-top:60px;color:#91a4aa;font-size:13px}.reveal{opacity:0;transform:translateY(24px);transition:.8s}.reveal.visible{opacity:1;transform:none}@media(max-width:980px){.main-nav{display:none;position:absolute;top:100px;left:0;right:0;background:var(--ink);padding:20px;flex-direction:column;align-items:stretch}.main-nav.open{display:flex}.menu-toggle{display:block}.intro-split,.detail-layout,.contact-grid{grid-template-columns:1fr}.detail-copy{position:static}.mosaic .vehicle-card,.mosaic .vehicle-card:nth-child(4n),.fleet-grid .vehicle-card,.fleet-grid .vehicle-card:nth-child(4n){grid-column:span 6;height:460px}.footer-top{grid-template-columns:1fr 1fr}.editorial-image img{height:520px}}@media(max-width:640px){.container{width:min(100% - 28px,1280px)}.nav-shell{height:82px}.logo-link img{width:255px}.main-nav{top:82px}.hero-copy{padding-bottom:60px}.hero-copy h1{font-size:58px}.section{padding:78px 0}.intro-split{gap:44px}.editorial-image img{height:420px;border-radius:160px 160px 22px 22px}.editorial-image:after{right:0;width:96px;height:96px;font-size:18px}.showcase-head{display:block}.mosaic,.fleet-grid{display:block}.mosaic .vehicle-card,.fleet-grid .vehicle-card{height:430px;margin-bottom:16px}.mosaic .vehicle-card:nth-child(4n),.fleet-grid .vehicle-card:nth-child(4n){height:500px}.page-hero{min-height:420px;padding-top:140px}.detail-hero{min-height:64svh}.detail-title h1{font-size:56px}.detail-gallery{grid-template-columns:1fr}.detail-gallery a:first-child{grid-column:auto}.detail-gallery img,.detail-gallery a:first-child img{height:330px}.facts,.form-grid{grid-template-columns:1fr}.footer-top{grid-template-columns:1fr}.footer-brand img{width:280px}.lb-prev{left:8px}.lb-next{right:8px}}

/* ===== 2026 editorial refresh ===== */
.page-heading{padding:150px 0 44px;background:var(--ink);color:#fff;border-bottom:1px solid rgba(255,255,255,.1)}
.page-heading h1{font-family:"Cormorant Garamond",serif;font-size:clamp(46px,6vw,78px);font-weight:500;line-height:.95;margin:0}
.page-heading .breadcrumb{margin-top:16px;font-size:14px}
.page-heading .breadcrumb a{color:var(--aqua)}
.filters-wrap{position:relative;top:auto;background:transparent;backdrop-filter:none;padding:24px 0 42px;border:0}
.filters-wrap .filters{padding:0}
.fleet-grid{align-items:start}

/* The homepage hero is a genuine image slider. */
.hero-home{min-height:100svh;position:relative;display:grid;align-items:end;color:#fff;overflow:hidden;background:#06171d}
.hero-slider,.hero-slide{position:absolute;inset:0}
.hero-slide{opacity:0;visibility:hidden;transition:opacity 1s ease,visibility 1s ease}
.hero-slide.active{opacity:1;visibility:visible}
.hero-slide img{width:100%;height:100%;object-fit:cover;transform:scale(1.035);transition:transform 8s ease}
.hero-slide.active img{transform:scale(1)}
.hero-shade{position:absolute;inset:0;background:linear-gradient(105deg,rgba(3,15,20,.86) 5%,rgba(3,15,20,.25) 62%,rgba(3,15,20,.5))}
.slider-arrow{position:absolute;z-index:5;top:50%;transform:translateY(-50%);width:52px;height:52px;border-radius:50%;border:1px solid rgba(255,255,255,.5);background:rgba(5,21,27,.28);backdrop-filter:blur(12px);color:#fff;font-size:32px;line-height:1;cursor:pointer;transition:.25s}
.slider-arrow:hover{background:var(--aqua);color:var(--ink);border-color:var(--aqua)}
.slider-prev{left:22px}.slider-next{right:22px}
.slider-dots{position:absolute;z-index:5;left:50%;bottom:24px;transform:translateX(-50%);display:flex;gap:9px}
.slider-dot{width:8px;height:8px;padding:0;border:0;border-radius:50%;background:rgba(255,255,255,.5);cursor:pointer;transition:.25s}
.slider-dot.active{width:30px;border-radius:99px;background:var(--aqua)}

/* Image/video slideshow inside the homepage content. */
.editorial-media{position:relative;min-width:0}
.content-slider{position:relative;height:650px;border-radius:240px 240px 26px 26px;overflow:hidden;background:#06171d;box-shadow:0 30px 70px rgba(6,23,29,.18)}
.content-slide{position:absolute;inset:0;opacity:0;visibility:hidden;transition:.65s ease}
.content-slide.active{opacity:1;visibility:visible}
.content-slide img,.content-slide video{width:100%;height:100%;object-fit:cover}
.content-slider .slider-arrow{width:46px;height:46px;font-size:28px}
.content-slider .slider-prev{left:16px}.content-slider .slider-next{right:16px}

/* Three alternating card treatments inspired by editorial/product cards. */
.vehicle-card{isolation:isolate;box-shadow:0 18px 45px rgba(7,23,29,.11);transition:transform .35s ease,box-shadow .35s ease}
.vehicle-card:hover{transform:translateY(-7px);box-shadow:0 28px 70px rgba(7,23,29,.19)}
.vehicle-card>a{display:block;width:100%;height:100%}
.vehicle-card.card-image:before,.vehicle-card.card-featured:before{background:linear-gradient(to top,rgba(3,15,20,.94),rgba(3,15,20,.03) 72%)}
.vehicle-card.card-light{background:#fff;border:1px solid #e2e8e9}
.vehicle-card.card-light:before{display:none}
.vehicle-card.card-light img{height:66%;object-fit:cover}
.vehicle-card.card-light .vehicle-info{left:24px;right:24px;bottom:22px;color:var(--ink)}
.vehicle-card.card-light .vehicle-info small{color:var(--teal)}
.vehicle-card.card-light .vehicle-info h3{font-family:"Manrope",sans-serif;font-size:21px;font-weight:800;line-height:1.18}
.vehicle-card.card-light .vehicle-arrow{background:var(--ink);color:#fff}
.vehicle-card.card-dark{background:linear-gradient(145deg,#172a36,#07171d)}
.vehicle-card.card-dark:before{background:linear-gradient(to top,rgba(3,15,20,.98) 5%,rgba(3,15,20,.12) 72%)}
.vehicle-card.card-dark img{height:72%;margin:13px;width:calc(100% - 26px);border-radius:15px}
.vehicle-card.card-dark .vehicle-info h3{font-family:"Manrope",sans-serif;font-size:22px;font-weight:800}
.vehicle-card.card-featured{grid-column:span 8!important;height:550px!important}
.vehicle-card.card-featured .vehicle-info{max-width:72%}
.vehicle-card.card-featured .vehicle-info h3{font-size:clamp(36px,4vw,58px)}
.vehicle-card.is-hidden{display:none!important}

.gallery-wall a{overflow:hidden;border-radius:16px;box-shadow:0 14px 36px rgba(7,23,29,.1)}
.gallery-wall img{transition:.55s ease}.gallery-wall a:hover img{transform:scale(1.035)}

@media(max-width:980px){
 .page-heading{padding-top:128px}
 .content-slider{height:520px;border-radius:180px 180px 24px 24px}
 .vehicle-card.card-featured{grid-column:span 6!important;height:460px!important}
}
@media(max-width:640px){
 .page-heading{padding:115px 0 34px}
 .filters-wrap{padding:18px 0 32px}
 .slider-arrow{width:44px;height:44px}.slider-prev{left:10px}.slider-next{right:10px}
 .content-slider{height:430px;border-radius:145px 145px 22px 22px}
 .vehicle-card.card-featured{height:500px!important}
 .vehicle-card.card-light img{height:64%}
}


/* Original vehicle content */
.vehicle-original-copy{margin:1.5rem 0 1.75rem;color:var(--ink-soft,#4b5563);font-size:1rem;line-height:1.8}
.vehicle-original-copy p{margin:0 0 1rem}
.vehicle-original-copy strong{color:var(--ink,#111827)}
.vehicle-original-copy a{color:inherit;text-decoration:underline;text-underline-offset:3px}
.vehicle-original-copy ul,.vehicle-original-copy ol{padding-left:1.25rem;margin:0 0 1rem}
.vehicle-original-copy br+br{display:none}

/* ===== Wedding premium refresh 2026 ===== */
:root{--champagne:#d7b978;--champagne-soft:#f5ecd9;--rose:#b97d84}
body{background:#fbfaf7}.site-header{box-shadow:0 12px 34px rgba(3,15,20,.08)}
.hero-copy{max-width:900px;padding-bottom:110px}.hero-copy h1 em,.media-story h2 em{font-weight:400;color:var(--champagne);font-style:italic}
.hero-copy p{max-width:680px;font-size:19px;line-height:1.75;color:rgba(255,255,255,.86)}
.hero-actions{display:flex;gap:14px;flex-wrap:wrap;margin-top:30px}.btn-ghost{border:1px solid rgba(255,255,255,.65);color:#fff;background:rgba(255,255,255,.08);backdrop-filter:blur(10px)}
.btn-ghost:hover{background:#fff;color:var(--ink)}.home-intro{position:relative;overflow:hidden}
.home-intro:before{content:"";position:absolute;width:520px;height:520px;border:1px solid rgba(185,125,132,.22);border-radius:50%;right:-230px;top:-260px}
.intro-copy .lead{font-family:"Cormorant Garamond",serif;font-size:29px;line-height:1.35;color:var(--ink)}
.category-editorial-grid{display:grid;grid-template-columns:1.05fr .95fr;grid-template-rows:340px 340px;gap:18px;margin-top:52px}
.category-story{position:relative;overflow:hidden;border-radius:26px;background:var(--ink);color:#fff;box-shadow:0 24px 64px rgba(5,23,29,.16)}
.category-story:first-child{grid-row:1/3}.category-story img{width:100%;height:100%;object-fit:cover;transition:transform .8s cubic-bezier(.2,.7,.2,1)}
.category-story:after{content:"";position:absolute;inset:0;background:linear-gradient(to top,rgba(3,15,20,.9),rgba(3,15,20,.02) 65%)}
.category-story:hover img{transform:scale(1.045)}.category-story-content{position:absolute;z-index:2;left:34px;right:34px;bottom:30px;display:grid;gap:7px}
.category-story-content small{font-size:11px;letter-spacing:.18em;text-transform:uppercase;color:#bceafa}
.category-story-content strong{font-family:"Cormorant Garamond",serif;font-size:clamp(34px,4vw,58px);font-weight:500}
.category-story-content em{font-style:normal;font-size:13px;font-weight:800;letter-spacing:.08em;text-transform:uppercase}
.media-story{background:#091d24;color:#fff;overflow:hidden}.media-story-grid{display:grid;grid-template-columns:.9fr 1.1fr;gap:75px;align-items:center}
.media-story-copy p{color:#bdcbd0;font-size:18px;line-height:1.8}.media-story-visual{position:relative}
.media-story-visual:before{content:"";position:absolute;inset:-24px 24px 24px -24px;border:1px solid rgba(215,185,120,.5);border-radius:28px}
.media-story-visual video{position:relative;width:100%;aspect-ratio:16/10;object-fit:cover;border-radius:24px;background:#000;box-shadow:0 28px 80px rgba(0,0,0,.35)}
.media-logos img{max-width:170px;max-height:74px;object-fit:contain;background:#fff;border-radius:10px;padding:12px;margin-top:12px}
.booking-banner{padding-top:55px}.booking-card{background:linear-gradient(125deg,#f4ead5,#fff 52%,#e8f4f5);padding:58px 64px;border-radius:30px;display:flex;align-items:center;justify-content:space-between;gap:35px;box-shadow:0 22px 65px rgba(6,23,29,.1)}
.booking-card h2{font-family:"Cormorant Garamond",serif;font-size:clamp(42px,5vw,68px);font-weight:500;line-height:.95;margin:12px 0 0}
.detail-layout{gap:54px}.detail-copy{background:#fff;padding:38px;border-radius:26px;box-shadow:0 18px 55px rgba(6,23,29,.08);border:1px solid #edf1f1}
.detail-gallery img{box-shadow:0 16px 44px rgba(6,23,29,.11)}
.vehicle-original-copy img[src*="transparent.gif"],.vehicle-original-copy img[alt*="Click to enlarge"],.vehicle-original-copy a[data-fancybox]{display:none!important}
@media(max-width:980px){.category-editorial-grid{grid-template-columns:1fr;grid-template-rows:none}.category-story,.category-story:first-child{grid-row:auto;height:460px}.media-story-grid{grid-template-columns:1fr}.booking-card{align-items:flex-start;flex-direction:column}}
@media(max-width:640px){.hero-copy{padding-bottom:78px}.hero-copy p{font-size:16px}.hero-actions .btn{width:100%;text-align:center}.category-story,.category-story:first-child{height:390px}.category-story-content{left:24px;right:24px;bottom:23px}.booking-card{padding:38px 26px}.detail-copy{padding:26px 22px}}


/* ===== Compact inner pages + dense fleet update ===== */
body[data-inner="true"] .site-header{
  position:sticky;
  top:0;
  background:rgba(7,23,29,.97);
  backdrop-filter:blur(18px);
}
body[data-inner="true"] .nav-shell{height:82px}
body[data-inner="true"] .logo-link img{max-height:54px}

.compact-heading,
.detail-heading{
  background:#fff;
  color:var(--ink);
  border-bottom:1px solid #e7ecee;
}
.compact-heading{padding:28px 0 24px}
.compact-heading h1{
  font-family:"Cormorant Garamond",serif;
  font-size:clamp(38px,5vw,58px);
  line-height:1;
  font-weight:500;
  margin:0 0 8px;
}
.compact-heading .breadcrumb,
.breadcrumb-dark{
  margin-top:8px;
  color:#75858b;
  font-size:13px;
}
.compact-heading + .section{padding-top:48px}

.detail-heading{padding:26px 0 24px}
.detail-heading-inner{
  display:flex;
  align-items:flex-end;
  justify-content:space-between;
  gap:24px;
}
.detail-heading h1{
  font-family:"Cormorant Garamond",serif;
  font-size:clamp(38px,5vw,62px);
  font-weight:500;
  line-height:.98;
  margin:7px 0 6px;
}
.back-to-fleet{
  flex:none;
  display:inline-flex;
  align-items:center;
  min-height:44px;
  padding:0 17px;
  border:1px solid #d5dfe2;
  border-radius:999px;
  font-size:12px;
  font-weight:800;
  letter-spacing:.04em;
  transition:.2s;
}
.back-to-fleet:hover{background:var(--ink);color:#fff;border-color:var(--ink)}
.detail-heading + .section{padding-top:42px}
.detail-layout{align-items:start}
.detail-copy{top:104px}
.facts{
  grid-template-columns:repeat(auto-fit,minmax(135px,1fr));
  margin:24px 0;
}
.fact{background:#fbfcfc;padding:15px 16px}

.filters-wrap{
  top:82px;
  margin:0 calc((100vw - min(1280px,calc(100vw - 40px)))/-2);
  padding-left:max(20px,calc((100vw - 1280px)/2));
  padding-right:max(20px,calc((100vw - 1280px)/2));
  scroll-margin-top:82px;
}
.filters-wrap .container{width:100%;max-width:1280px}

/* Eliminate grid holes, including after filters. */
.fleet-grid{
  grid-template-columns:repeat(12,minmax(0,1fr));
  grid-auto-flow:dense;
  align-items:stretch;
}
.fleet-grid .vehicle-card,
.fleet-grid .vehicle-card:nth-child(4n){
  grid-column:auto;
  height:440px;
}
.fleet-grid .vehicle-card.span-3{grid-column:span 3}
.fleet-grid .vehicle-card.span-4{grid-column:span 4}
.fleet-grid .vehicle-card.span-6{grid-column:span 6}
.fleet-grid .vehicle-card.span-8{grid-column:span 8;height:520px}
.fleet-grid .vehicle-card.span-12{grid-column:span 12;height:520px}
.fleet-grid .vehicle-card.is-hidden{display:none!important}

/* Slider controls above the media and always clickable. */
.hero-slider,.content-slider{position:relative}
.slider-arrow{z-index:15;pointer-events:auto}
.slider-dots{z-index:15;pointer-events:auto}

/* Other inner pages show the useful content immediately. */
body[data-inner="true"] .section{scroll-margin-top:82px}

@media(max-width:980px){
  .detail-heading-inner{align-items:flex-start;flex-direction:column}
  .back-to-fleet{order:-1}
  .fleet-grid .vehicle-card.span-3,
  .fleet-grid .vehicle-card.span-4,
  .fleet-grid .vehicle-card.span-6,
  .fleet-grid .vehicle-card.span-8,
  .fleet-grid .vehicle-card.span-12{
    grid-column:span 6;
    height:450px;
  }
}
@media(max-width:640px){
  body[data-inner="true"] .nav-shell{height:72px}
  .compact-heading{padding:20px 0 18px}
  .detail-heading{padding:18px 0 18px}
  .detail-heading h1{font-size:40px}
  .compact-heading + .section,.detail-heading + .section{padding-top:30px}
  .filters-wrap{top:72px;margin-left:-14px;margin-right:-14px;padding-left:14px;padding-right:14px}
  .fleet-grid{display:block}
  .fleet-grid .vehicle-card,
  .fleet-grid .vehicle-card.span-3,
  .fleet-grid .vehicle-card.span-4,
  .fleet-grid .vehicle-card.span-6,
  .fleet-grid .vehicle-card.span-8,
  .fleet-grid .vehicle-card.span-12{
    height:410px;
    margin-bottom:16px;
  }
}


/* ===== Final visual corrections ===== */
:root{
  --legacy-blue:#18556d;
  --legacy-blue-2:#237793;
  --legacy-blue-soft:#eaf4f7;
}

/* Homepage hero: explicit stacking fixes old overlay conflict. */
.hero-home{
  background:#06171d;
  isolation:isolate;
}
.hero-home:before{display:none!important}
.hero-slider{
  z-index:0!important;
  display:block!important;
}
.hero-slide{
  z-index:0;
  background:#06171d;
}
.hero-slide.active{z-index:1}
.hero-slide img{
  display:block!important;
  opacity:1!important;
  visibility:visible!important;
}
.hero-shade{z-index:2;pointer-events:none}
.hero-copy{z-index:4!important}
.hero-slider .slider-arrow,.hero-slider .slider-dots{z-index:6!important}

/* Make the inner content carousel visibly different from the hero. */
.content-slider{
  border-radius:28px;
  height:560px;
}
.content-slide img,.content-slide video{
  display:block;
  width:100%;
  height:100%;
  object-fit:cover;
}

/* Main blue CTAs inspired by the former site header. */
.btn-primary{
  background:linear-gradient(135deg,var(--legacy-blue),var(--legacy-blue-2))!important;
  color:#fff!important;
  border-color:transparent!important;
  box-shadow:0 12px 28px rgba(24,85,109,.22);
  padding-left:25px;
  padding-right:21px;
}
.btn-primary:after{
  content:"→";
  font-size:16px;
  margin-left:10px;
  transition:transform .25s ease;
}
.btn-primary:hover{
  transform:translateY(-2px)!important;
  box-shadow:0 18px 38px rgba(24,85,109,.32)!important;
}
.btn-primary:hover:after{transform:translateX(4px)}
.filter.active{
  background:var(--legacy-blue)!important;
  border-color:var(--legacy-blue)!important;
  color:#fff!important;
}

/* No separate page-header block on inner pages:
   title + breadcrumb are light and live on the same page background. */
body[data-inner="true"]{
  background:#fbfaf7;
}
body[data-inner="true"] main{
  background:#fbfaf7;
}
.compact-heading,
.detail-heading{
  background:transparent!important;
  border:0!important;
  color:var(--ink)!important;
  padding:22px 0 8px!important;
  margin:0!important;
}
body[data-inner="true"] .compact-heading,
body[data-inner="true"] .detail-heading{
  padding-top:24px!important;
}
.compact-heading h1,
.detail-heading h1{
  font-family:"Cormorant Garamond",serif;
  font-size:clamp(35px,4.2vw,54px)!important;
  line-height:1!important;
  font-weight:500!important;
  margin:4px 0 6px!important;
}
.compact-heading .breadcrumb,
.detail-heading .breadcrumb{
  color:#7e8c91!important;
  font-size:12px!important;
  margin-top:5px!important;
}
.compact-heading .breadcrumb a,
.detail-heading .breadcrumb a{
  color:var(--legacy-blue)!important;
}
.detail-heading-inner{
  align-items:center!important;
}
.back-to-fleet{
  border-color:#cbd7db!important;
  background:#fff!important;
  min-height:40px!important;
  font-size:11px!important;
  box-shadow:0 8px 20px rgba(6,23,29,.05);
}
.back-to-fleet:hover{
  background:var(--legacy-blue)!important;
  border-color:var(--legacy-blue)!important;
  color:#fff!important;
}
.compact-heading + .section,
.detail-heading + .section{
  padding-top:24px!important;
}

/* Nos voitures: filters never overlap the first row. */
.filters-wrap{
  position:relative!important;
  top:auto!important;
  left:auto!important;
  right:auto!important;
  z-index:1!important;
  margin:34px 0 28px!important;
  padding:0!important;
  background:transparent!important;
  border:0!important;
  backdrop-filter:none!important;
  scroll-margin-top:95px;
}
.filters-wrap .container{
  width:100%!important;
  max-width:none!important;
  padding:0!important;
}
.filters{
  position:relative!important;
  z-index:2!important;
  padding:0!important;
  margin:0!important;
}
.fleet-grid{
  position:relative;
  z-index:0;
  margin-top:0!important;
  padding-top:0!important;
}

/* Slightly tighter inner detail composition. */
body[data-inner="true"] .section{padding-bottom:72px}
.detail-layout{gap:42px!important}
.detail-copy{top:96px!important}

/* Mobile */
@media(max-width:700px){
  .content-slider{height:430px}
  .compact-heading,.detail-heading{padding-top:16px!important}
  .detail-heading-inner{align-items:flex-start!important}
  .filters-wrap{margin-top:24px!important}
}


/* ===== Definitive homepage hero slider fix ===== */
.hero-home{
  position:relative!important;
  min-height:100svh!important;
  overflow:hidden!important;
  background:#06171d!important;
}
.hero-home .hero-slider{
  position:absolute!important;
  inset:0!important;
  width:100%!important;
  height:100%!important;
  z-index:0!important;
  display:block!important;
}
.hero-home .hero-slide{
  position:absolute!important;
  inset:0!important;
  width:100%!important;
  height:100%!important;
  opacity:0!important;
  visibility:hidden!important;
  transition:opacity .9s ease,visibility .9s ease!important;
}
.hero-home .hero-slide.active{
  opacity:1!important;
  visibility:visible!important;
  z-index:1!important;
}
.hero-home .hero-slide img{
  position:absolute!important;
  inset:0!important;
  width:100%!important;
  height:100%!important;
  object-fit:cover!important;
  object-position:center center!important;
  display:block!important;
  opacity:1!important;
  visibility:visible!important;
}
.hero-home .hero-shade{
  position:absolute!important;
  inset:0!important;
  z-index:2!important;
  background:linear-gradient(100deg,rgba(3,15,20,.78) 0%,rgba(3,15,20,.48) 48%,rgba(3,15,20,.28) 100%)!important;
  pointer-events:none!important;
}
.hero-home .hero-copy{
  position:relative!important;
  z-index:4!important;
}
.hero-home .slider-arrow,
.hero-home .slider-dots{
  position:absolute;
  z-index:8!important;
  pointer-events:auto!important;
}


/* ===== Layout refinement: page metadata + fleet count ===== */

/* Nos voitures starts immediately with the useful editorial header. */
body[data-nav="cars"] main > .section:first-child{
  padding-top:34px!important;
}

/* Main editorial header: title left, discreet page context right. */
body[data-nav="cars"] .showcase-head{
  display:grid!important;
  grid-template-columns:minmax(0,1.15fr) minmax(300px,.85fr)!important;
  align-items:start!important;
  gap:70px!important;
  margin-bottom:34px!important;
}
body[data-nav="cars"] .showcase-head > div:first-child{
  align-self:start;
}
body[data-nav="cars"] .showcase-head .display{
  margin-top:0!important;
}
.page-side-meta{
  align-self:start;
  padding-top:8px;
  text-align:right;
  color:#9aa4a7;
}
.page-side-title{
  font-family:"Cormorant Garamond",serif;
  font-size:clamp(30px,3vw,43px);
  line-height:1;
  font-weight:500;
  color:#8a9699;
  margin-bottom:7px;
}
.page-side-breadcrumb{
  font-size:12px;
  color:#a3adb0;
  margin-bottom:24px;
}
.page-side-breadcrumb a{
  color:#8ca0a7;
}
.page-side-description{
  max-width:480px;
  margin:0 0 0 auto!important;
  color:#74858b!important;
  line-height:1.75!important;
}

/* Filters and vehicle count live on one clean line. */
body[data-nav="cars"] .filters-wrap{
  margin:12px 0 28px!important;
}
.filter-line{
  display:flex;
  align-items:center;
  gap:22px;
  width:100%;
  scroll-margin-top:90px;
}
.filter-line .filters{
  display:flex;
  flex-wrap:wrap;
  gap:10px;
  flex:1 1 auto;
  min-width:0;
}
.vehicle-count-inline{
  flex:0 0 auto;
  margin-left:auto;
  color:#91a0a4;
  font-size:12px;
  letter-spacing:.12em;
  text-transform:uppercase;
  white-space:nowrap;
}
.vehicle-count-inline strong{
  color:var(--legacy-blue,#18556d);
  font-size:15px;
  letter-spacing:.06em;
}

/* Page 58 deliberately shares page 38 gallery. */
body[data-inner="true"] .detail-gallery{
  align-content:start;
}

@media(max-width:980px){
  body[data-nav="cars"] .showcase-head{
    grid-template-columns:1fr!important;
    gap:26px!important;
  }
  .page-side-meta{
    text-align:left;
    padding-top:0;
  }
  .page-side-description{
    margin-left:0!important;
  }
  .filter-line{
    align-items:flex-start;
    flex-direction:column;
    gap:13px;
  }
  .vehicle-count-inline{
    margin-left:0;
    order:-1;
  }
}


/* =========================================================
   VDM EXPERIENCE 2026 — configurateur, favoris, comparaison
   ========================================================= */
:root{
  --vdm-blue:#18556d;
  --vdm-blue-2:#287f9e;
  --vdm-ink:#071b22;
  --vdm-cream:#fbf8f2;
  --vdm-gold:#d6b56e;
}

/* Micro interactions */
.vehicle-card img,.editorial-shot img,.category-story img,.config-result-grid img{
  transition:transform .7s cubic-bezier(.2,.75,.2,1),filter .35s ease;
}
.vehicle-card:hover img,.editorial-shot:hover img,.config-result-grid a:hover img{transform:scale(1.035)}
.vehicle-arrow{transition:transform .25s ease,background .25s ease}
.vehicle-card:hover .vehicle-arrow{transform:translate(3px,-3px);background:var(--vdm-blue)!important}

/* Favorite controls */
.favorite-btn{
  position:absolute;
  z-index:7;
  top:18px;
  left:18px;
  width:44px;
  height:44px;
  border:1px solid rgba(255,255,255,.55);
  border-radius:50%;
  background:rgba(7,27,34,.55);
  color:#fff;
  font-size:23px;
  cursor:pointer;
  backdrop-filter:blur(10px);
  box-shadow:0 8px 24px rgba(0,0,0,.13);
  transition:.25s ease;
}
.favorite-btn:hover,.favorite-btn.active{background:#fff;color:#a44756;transform:scale(1.06)}
.detail-favorite{
  width:100%;
  border:1px solid #d7e0e3;
  border-radius:999px;
  background:#fff;
  padding:13px 18px;
  margin:4px 0 13px;
  color:var(--vdm-ink);
  font:700 12px/1 Manrope,sans-serif;
  letter-spacing:.04em;
  cursor:pointer;
  transition:.25s;
}
.detail-favorite:hover,.detail-favorite.active{border-color:#b86874;color:#9c4050;background:#fff7f7}

/* Favorite bar */
.favorites-bar{
  position:fixed;
  z-index:80;
  left:50%;
  bottom:22px;
  transform:translate(-50%,130%);
  width:min(760px,calc(100vw - 30px));
  opacity:0;
  transition:.45s cubic-bezier(.2,.8,.2,1);
  pointer-events:none;
}
.favorites-bar.visible{transform:translate(-50%,0);opacity:1;pointer-events:auto}
.favorites-bar-inner{
  display:flex;align-items:center;justify-content:space-between;gap:18px;
  padding:11px 12px 11px 20px;
  border:1px solid rgba(255,255,255,.18);
  border-radius:999px;
  background:rgba(7,27,34,.94);
  color:#fff;
  box-shadow:0 18px 60px rgba(0,0,0,.25);
  backdrop-filter:blur(18px);
  font-size:13px;
}
.favorites-heart{color:#eab4bc;font-size:20px;margin-right:5px}
.favorites-actions{display:flex;gap:8px}
.favorites-actions button,.favorites-actions a{
  border:0;border-radius:999px;padding:11px 16px;font:800 11px/1 Manrope,sans-serif;cursor:pointer
}
.favorites-actions button{background:rgba(255,255,255,.1);color:#fff}
.favorites-actions a{background:linear-gradient(135deg,var(--vdm-blue),var(--vdm-blue-2));color:#fff}

/* Compare modal */
.compare-modal{
  position:fixed;inset:0;z-index:120;display:grid;place-items:center;
  padding:24px;background:rgba(3,15,20,.72);backdrop-filter:blur(12px);
  opacity:0;visibility:hidden;transition:.3s;
}
.compare-modal.open{opacity:1;visibility:visible}
.compare-panel{
  position:relative;width:min(1180px,100%);max-height:min(830px,92vh);overflow:auto;
  background:#fbfaf7;border-radius:30px;padding:44px;box-shadow:0 40px 100px rgba(0,0,0,.35)
}
.compare-panel>h2{font-family:"Cormorant Garamond",serif;font-size:clamp(42px,6vw,70px);font-weight:500;margin:7px 0 28px}
.compare-close{position:absolute;right:22px;top:18px;border:0;background:#edf1f2;width:42px;height:42px;border-radius:50%;font-size:24px;cursor:pointer}
.compare-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:14px}
.compare-card{background:#fff;border:1px solid #e2e7e9;border-radius:20px;padding:12px;display:flex;flex-direction:column}
.compare-card img{width:100%;aspect-ratio:4/3;object-fit:cover;border-radius:13px}
.compare-card small{color:var(--vdm-blue);text-transform:uppercase;letter-spacing:.12em;font-weight:800;margin-top:13px}
.compare-card h3{font-family:"Cormorant Garamond",serif;font-size:26px;line-height:1.02;margin:7px 0 10px}
.compare-card p{font-size:13px;line-height:1.55;color:#6d7d82;flex:1}
.compare-card>a{font-size:12px;font-weight:800;color:var(--vdm-blue);margin-top:10px}
.compare-tags{display:flex;gap:5px;flex-wrap:wrap}
.compare-tags span{font-size:10px;background:#eef5f6;border-radius:999px;padding:6px 8px}
.compare-bottom{display:flex;justify-content:flex-end;gap:10px;margin-top:25px}
.compare-bottom button,.compare-bottom a{border-radius:999px;padding:13px 18px;font-weight:800;font-size:11px}
.compare-bottom button{border:1px solid #d8e0e2;background:#fff}
.compare-bottom a{background:var(--vdm-blue);color:#fff}
.empty-favorites{grid-column:1/-1;padding:50px;text-align:center;color:#708086}

/* Homepage configurator */
.arrival-configurator{background:#eef5f5;position:relative;overflow:hidden}
.arrival-configurator:after{
  content:"";position:absolute;width:620px;height:620px;border:1px solid rgba(24,85,109,.12);
  border-radius:50%;right:-250px;top:-290px
}
.config-head{display:grid;grid-template-columns:1fr .8fr;gap:50px;align-items:end;margin-bottom:40px;position:relative;z-index:2}
.config-head>p{color:#6f8186;line-height:1.75;max-width:520px}
.configurator-card{position:relative;z-index:2;background:#fff;border-radius:30px;padding:12px 34px;box-shadow:0 25px 70px rgba(6,31,40,.09)}
.config-step{display:grid;grid-template-columns:52px 1fr;gap:20px;padding:28px 0;border-bottom:1px solid #e8eeee}
.config-number{font-family:"Cormorant Garamond",serif;font-size:28px;color:#a8b5b8}
.config-step strong{display:block;font-family:"Cormorant Garamond",serif;font-size:28px;font-weight:500;margin-bottom:16px}
.choice-row{display:flex;gap:8px;flex-wrap:wrap}
.choice-row button{
  border:1px solid #d8e1e3;background:#fff;border-radius:999px;padding:10px 14px;cursor:pointer;
  font:700 12px Manrope,sans-serif;transition:.2s
}
.choice-row button:hover,.choice-row button.active{background:var(--vdm-blue);border-color:var(--vdm-blue);color:#fff}
.config-result{padding:28px 0;color:#7b8a8e}
.config-result-head{display:flex;justify-content:space-between;align-items:center;margin-bottom:14px;color:var(--vdm-ink)}
.config-result-head>a{font-size:12px;font-weight:800;color:var(--vdm-blue)}
.config-result-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:10px}
.config-result-grid a{position:relative;overflow:hidden;border-radius:16px;aspect-ratio:4/3;background:#10272f}
.config-result-grid img{width:100%;height:100%;object-fit:cover}
.config-result-grid a:after{content:"";position:absolute;inset:0;background:linear-gradient(to top,rgba(3,15,20,.82),transparent 60%)}
.config-result-grid a>span{position:absolute;z-index:2;left:15px;right:15px;bottom:13px;color:#fff;display:grid}
.config-result-grid small{font-size:9px;text-transform:uppercase;letter-spacing:.12em;color:#bfe8f4}
.config-result-grid strong{font-family:"Cormorant Garamond",serif;font-size:18px;line-height:1}

/* Editorial wall */
.editorial-collection{background:#0a2028;color:#fff}
.editorial-collection .showcase-head p{color:#afc0c5}
.editorial-wall{display:grid;grid-template-columns:repeat(12,1fr);grid-auto-rows:160px;gap:12px;margin-top:45px}
.editorial-shot{position:relative;overflow:hidden;border-radius:22px;background:#12303a}
.editorial-shot img{width:100%;height:100%;object-fit:cover}
.editorial-shot:after{content:"";position:absolute;inset:0;background:linear-gradient(to top,rgba(2,13,17,.84),transparent 58%)}
.editorial-shot>span{position:absolute;z-index:2;left:22px;right:22px;bottom:18px;display:grid;color:#fff}
.editorial-shot small{font-size:9px;letter-spacing:.14em;text-transform:uppercase;color:#a8e0f0}
.editorial-shot strong{font-family:"Cormorant Garamond",serif;font-size:24px;line-height:1}
.editorial-big{grid-column:span 7;grid-row:span 3}
.editorial-tall{grid-column:span 5;grid-row:span 2}
.editorial-small{grid-column:span 3;grid-row:span 2}
.editorial-wide{grid-column:span 6;grid-row:span 2}
.editorial-wall .editorial-shot:nth-child(5){grid-column:span 3}
.editorial-wall .editorial-shot:nth-child(6){grid-column:span 5}

/* Beyond wedding */
.beyond-wedding{background:#fbfaf7}
.beyond-grid{display:grid;grid-template-columns:.9fr 1.1fr;gap:70px;align-items:start}
.occasion-grid{display:grid;grid-template-columns:1fr 1fr;gap:12px}
.occasion-grid a{min-height:180px;padding:26px;border-radius:22px;background:#fff;border:1px solid #e6eaeb;display:flex;flex-direction:column;justify-content:flex-end;transition:.25s}
.occasion-grid a:hover{transform:translateY(-4px);border-color:#b7cdd4;box-shadow:0 20px 45px rgba(7,27,34,.08)}
.occasion-grid strong{font-family:"Cormorant Garamond",serif;font-size:30px;font-weight:500}
.occasion-grid span{font-size:13px;color:#75868b;margin-top:7px}

/* Fleet additions */
.surprise-btn{
  flex:none;border:1px solid #cbd9dc;background:#f5fafb;color:var(--vdm-blue);
  border-radius:999px;padding:11px 15px;font:800 11px Manrope,sans-serif;cursor:pointer;white-space:nowrap;transition:.2s
}
.surprise-btn:hover{background:var(--vdm-blue);color:#fff;border-color:var(--vdm-blue)}
.fleet-tools-hint{display:flex;gap:22px;flex-wrap:wrap;margin:0 0 18px;color:#8a989c;font-size:11px}
.fleet-tools-hint span{display:flex;align-items:center;gap:6px}
.surprise-pick{animation:surprisePulse 2.2s ease}
@keyframes surprisePulse{0%,100%{box-shadow:inherit}30%,70%{box-shadow:0 0 0 5px #fff,0 0 0 10px var(--vdm-blue),0 28px 70px rgba(24,85,109,.3)}}

/* Vehicle page enrichment */
.arrival-ideal{background:linear-gradient(135deg,#edf6f7,#fbf6eb);border-radius:18px;padding:19px 20px;margin:15px 0 20px}
.arrival-ideal p{font-family:"Cormorant Garamond",serif;font-size:21px;line-height:1.28;color:#18323b;margin:0 0 13px}
.vehicle-tags{display:flex;gap:6px;flex-wrap:wrap}
.vehicle-tags span{font-size:10px;font-weight:800;letter-spacing:.04em;border-radius:999px;background:#fff;padding:7px 9px;color:#52666d}
.detail-copy h2.display{font-size:46px!important}

/* Quote selection */
.quote-selection{grid-column:1/-1;border:1px solid #dbe4e6;background:#fff;border-radius:20px;padding:18px 20px;margin-bottom:5px}
.quote-picked{display:flex;gap:8px;flex-wrap:wrap;margin-top:10px}
.quote-picked span{display:flex;align-items:center;gap:8px;background:#f4f7f7;border-radius:999px;padding:5px 10px 5px 5px;font-size:11px;font-weight:700}
.quote-picked img{width:34px;height:34px;border-radius:50%;object-fit:cover}

/* Keep key actions elegant and distinctive */
.btn-primary{
  background:linear-gradient(135deg,var(--vdm-blue),var(--vdm-blue-2))!important;
  box-shadow:0 12px 28px rgba(24,85,109,.2)!important;
}
.btn-primary:hover{box-shadow:0 18px 42px rgba(24,85,109,.3)!important}

/* Responsive */
@media(max-width:980px){
  .compare-grid{grid-template-columns:1fr 1fr}
  .config-head,.beyond-grid{grid-template-columns:1fr;gap:25px}
  .config-result-grid{grid-template-columns:1fr 1fr}
  .editorial-wall{grid-auto-rows:135px}
  .editorial-big{grid-column:span 12;grid-row:span 3}
  .editorial-tall,.editorial-wide,.editorial-wall .editorial-shot:nth-child(6){grid-column:span 6}
  .editorial-small,.editorial-wall .editorial-shot:nth-child(5){grid-column:span 6}
  .surprise-btn{order:2}
}
@media(max-width:650px){
  .favorites-bar{bottom:10px}
  .favorites-bar-inner{border-radius:22px;padding:11px 12px;align-items:flex-start;flex-direction:column}
  .favorites-actions{width:100%}.favorites-actions>*{flex:1;text-align:center}
  .compare-panel{padding:30px 18px;border-radius:22px}
  .compare-grid{grid-template-columns:1fr}
  .compare-bottom{flex-direction:column}
  .configurator-card{padding:4px 20px}
  .config-step{grid-template-columns:38px 1fr}
  .config-result-grid{grid-template-columns:1fr}
  .editorial-wall{display:grid;grid-template-columns:1fr;grid-auto-rows:auto}
  .editorial-shot,.editorial-big,.editorial-tall,.editorial-small,.editorial-wide,.editorial-wall .editorial-shot:nth-child(5),.editorial-wall .editorial-shot:nth-child(6){
    grid-column:auto;grid-row:auto;aspect-ratio:4/3
  }
  .occasion-grid{grid-template-columns:1fr}
  .occasion-grid a{min-height:140px}
  .fleet-tools-hint{gap:8px 14px}
}


/* ===== Refinements requested ===== */

/* Inner pages start directly with their useful content. */
body[data-inner="true"] main > .section:first-child{
  padding-top:34px!important;
}
body[data-inner="true"] .contact-grid,
body[data-inner="true"] .showcase-head{
  margin-top:0!important;
}

/* No decorative page title / breadcrumb strips. */
.page-heading,.compact-heading,.detail-heading{display:none!important}

/* Vehicle title lives inside the actual vehicle content. */
.vehicle-inline-title{margin:0 0 20px}
.vehicle-inline-title h1{
  font-family:"Cormorant Garamond",serif;
  font-size:clamp(38px,4.4vw,58px);
  line-height:.98;
  font-weight:500;
  margin:7px 0 0;
  color:var(--vdm-ink,#071b22);
}
.detail-layout{padding-top:0!important}
.detail-copy{top:96px}

/* Nos voitures: keep right-hand intro clean without page title/breadcrumb. */
.page-side-meta{padding-top:4px!important}
.page-side-description{margin-top:0!important}

/* Favorites bar: clear action available immediately. */
.favorites-actions [data-clear-bar]{
  background:transparent!important;
  color:#c7d2d5!important;
  border:1px solid rgba(255,255,255,.18)!important;
}
.favorites-actions [data-clear-bar]:hover{color:#fff!important;border-color:rgba(255,255,255,.45)!important}

/* More visual "not only weddings" section. */
.beyond-wedding{
  background:linear-gradient(180deg,#fbfaf7,#f1f5f4);
  overflow:hidden;
}
.beyond-grid{
  display:grid!important;
  grid-template-columns:.72fr 1.28fr!important;
  gap:58px!important;
  align-items:center!important;
}
.beyond-copy p{
  color:#6f8085;
  line-height:1.75;
  max-width:520px;
  margin:20px 0 28px;
}
.occasion-image-grid{
  display:grid;
  grid-template-columns:1fr 1fr;
  grid-template-rows:250px 250px 210px;
  gap:12px;
}
.occasion-image{
  position:relative;
  overflow:hidden;
  border-radius:24px;
  background:#0d2831;
  box-shadow:0 18px 50px rgba(7,27,34,.09);
}
.occasion-image img{
  width:100%;
  height:100%;
  object-fit:cover;
  transition:transform .75s cubic-bezier(.2,.75,.2,1);
}
.occasion-image:hover img{transform:scale(1.045)}
.occasion-image:after{
  content:"";
  position:absolute;
  inset:0;
  background:linear-gradient(to top,rgba(3,15,20,.86),rgba(3,15,20,.02) 68%);
}
.occasion-image>span{
  position:absolute;
  z-index:2;
  left:22px;
  right:22px;
  bottom:19px;
  color:#fff;
  display:grid;
  gap:5px;
}
.occasion-image small{
  text-transform:uppercase;
  letter-spacing:.13em;
  font-size:9px;
  color:#b8e8f4;
  font-weight:800;
}
.occasion-image strong{
  font-family:"Cormorant Garamond",serif;
  font-size:27px;
  line-height:1;
  font-weight:500;
}
.occasion-large{grid-row:1/3}
.occasion-wide{grid-column:1/3}

/* Gallery shuffle feels intentional with masonry-style rhythm. */
.gallery-wall{grid-auto-flow:dense}
.gallery-wall a:nth-child(7n+1){grid-row:span 2}
.gallery-wall a:nth-child(9n+3){grid-column:span 2}

/* Removed sections kept out even if stale markup survives caching. */
.home-categories,.editorial-collection{display:none!important}

@media(max-width:980px){
  .beyond-grid{grid-template-columns:1fr!important}
  .occasion-image-grid{grid-template-rows:230px 230px 190px}
}
@media(max-width:650px){
  .occasion-image-grid{display:grid;grid-template-columns:1fr;grid-template-rows:none}
  .occasion-image,.occasion-large,.occasion-wide{grid-column:auto;grid-row:auto;aspect-ratio:4/3}
  .vehicle-inline-title h1{font-size:39px}
}


/* ===== V3 refinements: decision module in hero + gallery labels ===== */

/* Requested background */
.home-intro{
  background:#eef5f5!important;
}

/* Compact decision module embedded in hero */
.hero-home{
  padding-bottom:150px;
}
.hero-configurator{
  position:absolute;
  z-index:5;
  left:50%;
  bottom:34px;
  transform:translateX(-50%);
  width:min(1120px,calc(100% - 40px));
  background:rgba(7,27,34,.80);
  border:1px solid rgba(255,255,255,.16);
  border-radius:22px;
  padding:16px 18px;
  color:#fff;
  box-shadow:0 20px 55px rgba(0,0,0,.22);
  backdrop-filter:blur(16px);
}
.hero-config-title{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:16px;
  padding:0 2px 10px;
}
.hero-config-title .section-label{
  color:#9fd5e7!important;
  margin:0!important;
}
.hero-config-title strong{
  font-family:"Cormorant Garamond",serif;
  font-size:22px;
  font-weight:500;
  color:#fff;
}
.hero-config-row{
  display:grid;
  grid-template-columns:90px 1fr;
  gap:12px;
  align-items:center;
  padding:7px 0;
  border-top:1px solid rgba(255,255,255,.10);
}
.hero-config-label{
  color:#b6c5ca;
  font-size:10px;
  font-weight:800;
  letter-spacing:.12em;
  text-transform:uppercase;
}
.hero-choice-row{
  gap:6px!important;
}
.hero-choice-row button{
  padding:8px 11px!important;
  border-color:rgba(255,255,255,.18)!important;
  background:rgba(255,255,255,.06)!important;
  color:#fff!important;
  font-size:10px!important;
}
.hero-choice-row button:hover,
.hero-choice-row button.active{
  background:var(--vdm-blue,#18556d)!important;
  border-color:#73b7d0!important;
}
.hero-config-result{
  padding:10px 0 0!important;
  color:#c6d3d7!important;
}
.hero-config-result:empty{
  display:none;
}
.hero-config-result .config-result-head{
  color:#fff!important;
  margin-bottom:8px!important;
}
.hero-config-result .config-result-grid{
  grid-template-columns:repeat(4,1fr)!important;
}
.hero-config-result .config-result-grid a{
  aspect-ratio:16/8!important;
  min-height:72px;
}
.hero-config-result .config-result-grid strong{
  font-size:14px!important;
}

/* Remove obsolete full configurator styling when not used */
.arrival-configurator{display:none!important}

/* Gallery hover title + dark fade */
.gallery-wall > a{
  position:relative;
  overflow:hidden;
}
.gallery-wall > a::after{
  content:"";
  position:absolute;
  inset:0;
  background:linear-gradient(to top,rgba(3,15,20,.82),rgba(3,15,20,.10) 60%);
  opacity:0;
  transition:opacity .35s ease;
  pointer-events:none;
}
.gallery-wall > a:hover::after{
  opacity:1;
}
.gallery-hover-title{
  position:absolute;
  z-index:3;
  left:18px;
  right:18px;
  bottom:16px;
  color:#fff;
  font-family:"Cormorant Garamond",serif;
  font-size:clamp(19px,2vw,28px);
  line-height:1;
  font-weight:500;
  opacity:0;
  transform:translateY(10px);
  transition:opacity .35s ease,transform .35s ease;
  pointer-events:none;
  text-shadow:0 2px 15px rgba(0,0,0,.25);
}
.gallery-wall > a:hover .gallery-hover-title{
  opacity:1;
  transform:translateY(0);
}
.gallery-wall > a:hover img{
  filter:brightness(.72);
}

@media(max-width:900px){
  .hero-home{padding-bottom:220px}
  .hero-configurator{
    bottom:18px;
    width:calc(100% - 24px);
    border-radius:18px;
    padding:14px;
  }
  .hero-config-title{
    align-items:flex-start;
    flex-direction:column;
    gap:3px;
  }
  .hero-config-title strong{font-size:19px}
  .hero-config-row{
    grid-template-columns:1fr;
    gap:5px;
  }
  .hero-choice-row{
    overflow-x:auto;
    flex-wrap:nowrap!important;
    padding-bottom:3px;
  }
  .hero-choice-row button{
    flex:0 0 auto;
  }
  .hero-config-result .config-result-grid{
    grid-template-columns:1fr 1fr!important;
  }
}
@media(max-width:600px){
  .hero-home{padding-bottom:290px}
  .hero-config-result .config-result-grid{
    display:none!important;
  }
  .hero-config-result{
    font-size:11px;
  }
  .gallery-hover-title{
    opacity:1;
    transform:none;
    font-size:21px;
  }
  .gallery-wall > a::after{
    opacity:.72;
  }
}


/* ===== FINAL HERO DECISION EXPERIENCE ===== */
.nav-cta{background:#1f6f8b!important;border-color:#2f88a7!important;color:#fff!important;box-shadow:0 10px 26px rgba(31,111,139,.24)}
.nav-cta:hover{background:#287f9d!important;transform:translateY(-1px)}
.hero-home{min-height:100svh!important;padding:0!important;display:flex!important;align-items:center!important;justify-content:center!important}
.hero-copy,.hero-configurator{display:none!important}
.hero-slider{position:absolute;inset:0;z-index:0}
.hero-slider .hero-slide{position:absolute;inset:0;opacity:0;transition:opacity .9s ease}
.hero-slider .hero-slide.active{opacity:1}
.hero-slider .hero-slide img{width:100%;height:100%;object-fit:cover}
.hero-home:before{z-index:1;background:linear-gradient(90deg,rgba(3,15,20,.55),rgba(3,15,20,.28),rgba(3,15,20,.58))!important;pointer-events:none}
.hero-decision{position:relative;z-index:6;width:min(1060px,calc(100% - 48px));margin-top:76px;background:rgba(6,24,30,.88);border:1px solid rgba(255,255,255,.22);border-radius:28px;padding:28px 34px 24px;color:#fff;box-shadow:0 30px 80px rgba(0,0,0,.32);backdrop-filter:blur(18px)}
.hero-decision-title{text-align:center;font-size:34px;font-weight:500;margin-bottom:24px}.hero-decision-title em{font-style:normal;color:#e1b85d}.hero-decision-title:before,.hero-decision-title:after{content:"";display:inline-block;width:62px;height:1px;background:rgba(225,184,93,.55);vertical-align:middle;margin:0 22px}
.hero-decision-options{display:grid;grid-template-columns:1.25fr 1.45fr .85fr;gap:24px}.decision-group{min-width:0}.decision-group+.decision-group{border-left:1px solid rgba(255,255,255,.14);padding-left:24px}.decision-label{display:block;font-size:11px;text-transform:uppercase;letter-spacing:.09em;color:#c4d0d4;margin-bottom:12px}.hero-choice-row{display:flex!important;flex-wrap:wrap!important;gap:8px!important}.hero-choice-row button{border:1px solid rgba(255,255,255,.22)!important;background:rgba(255,255,255,.035)!important;color:#fff!important;border-radius:999px!important;padding:10px 14px!important;font:700 11px/1 "Manrope",sans-serif!important;cursor:pointer;transition:.2s}.hero-choice-row button:hover{border-color:#e1b85d!important}.hero-choice-row button.active{background:#e1b85d!important;border-color:#e1b85d!important;color:#10232a!important;box-shadow:0 8px 22px rgba(225,184,93,.18)}
.hero-selection-block{border-top:1px solid rgba(255,255,255,.14);margin-top:24px;padding-top:18px}.hero-selection-head{display:flex;justify-content:space-between;align-items:center;margin-bottom:12px}.hero-selection-head>span{font-size:12px;text-transform:uppercase;letter-spacing:.11em;font-weight:800;color:#e1b85d}.hero-selection-head button{border:0;background:transparent;color:#cbd5d8;font:600 11px "Manrope";cursor:pointer}.hero-selection-head button:hover{color:#fff}
.hero-config-result{padding:0!important}.hero-config-result>span{display:block;color:#aebcc1;font-size:12px;padding:12px 0}.hero-config-result .config-result-head{display:none!important}.hero-config-result .config-result-grid{display:grid!important;grid-template-columns:repeat(3,1fr)!important;gap:12px!important}.hero-config-result .config-result-grid a{aspect-ratio:auto!important;min-height:74px!important;display:grid!important;grid-template-columns:82px 1fr;align-items:center;background:rgba(255,255,255,.055);border:1px solid rgba(255,255,255,.10);border-radius:14px!important;overflow:hidden;position:relative}.hero-config-result .config-result-grid a:after{display:none!important}.hero-config-result .config-result-grid img{width:82px!important;height:74px!important;object-fit:cover!important}.hero-config-result .config-result-grid a>span{position:static!important;padding:8px 12px!important;color:#fff!important;display:block!important}.hero-config-result .config-result-grid small{display:block;color:#9fcbd9!important;font-size:8px!important;margin-bottom:5px}.hero-config-result .config-result-grid strong{font-family:"Manrope",sans-serif!important;font-size:12px!important;line-height:1.25!important}.hero-decision-actions{display:flex;justify-content:center;gap:12px;margin-top:18px}.hero-decision-actions .btn{min-height:48px}.hero-decision-actions .btn-primary{background:#e1b85d!important;color:#10232a!important}.hero-decision-actions .btn-ghost{border-color:rgba(255,255,255,.65)!important;color:#fff!important;background:rgba(255,255,255,.03)}
@media(max-width:900px){.hero-home{min-height:auto!important;padding:120px 0 42px!important}.hero-decision{margin-top:0;width:calc(100% - 28px);padding:22px}.hero-decision-options{grid-template-columns:1fr}.decision-group+.decision-group{border-left:0;border-top:1px solid rgba(255,255,255,.12);padding-left:0;padding-top:16px}.hero-decision-title:before,.hero-decision-title:after{display:none}.hero-config-result .config-result-grid{grid-template-columns:1fr 1fr!important}}
@media(max-width:600px){.hero-decision{padding:18px 15px;border-radius:20px}.hero-decision-title{font-size:27px}.hero-config-result .config-result-grid{display:grid!important;grid-template-columns:1fr!important}.hero-config-result .config-result-grid a:nth-child(n+3){display:none!important}.hero-decision-actions{flex-direction:column}.hero-decision-actions .btn{width:100%}}


/* ===== Contact premium compact layout ===== */
.contact-section-premium{
  background:#eef5f5!important;
  padding:42px 0 62px!important;
  min-height:calc(100vh - 82px);
}

.contact-grid-premium{
  display:grid!important;
  grid-template-columns:minmax(300px,.78fr) minmax(520px,1.22fr)!important;
  gap:26px!important;
  align-items:start!important;
  max-width:1180px!important;
}

.contact-panel-premium{
  position:sticky;
  top:104px;
  background:linear-gradient(145deg,#0a242d 0%,#133944 100%)!important;
  color:#fff!important;
  border-radius:28px!important;
  padding:38px 36px!important;
  min-height:520px;
  overflow:hidden;
  box-shadow:0 24px 70px rgba(8,40,50,.14)!important;
}

.contact-panel-premium:before{
  content:"";
  position:absolute;
  width:340px;
  height:340px;
  right:-150px;
  top:-160px;
  border-radius:50%;
  border:1px solid rgba(255,255,255,.11);
}
.contact-panel-premium:after{
  content:"";
  position:absolute;
  width:190px;
  height:190px;
  left:-95px;
  bottom:-90px;
  border-radius:50%;
  background:rgba(39,126,157,.16);
}

.contact-panel-premium .kicker,
.contact-panel-premium .section-label{
  color:#9bd5e8!important;
}

.contact-panel-premium h2{
  font-family:"Cormorant Garamond",serif!important;
  font-size:clamp(44px,4.6vw,66px)!important;
  line-height:.93!important;
  font-weight:500!important;
  margin:12px 0 22px!important;
  color:#fff!important;
}

.contact-panel-premium p{
  color:#c8d5d8!important;
  line-height:1.72!important;
  font-size:15px!important;
}

.contact-panel-premium p strong{
  color:#fff!important;
  font-size:17px;
}

.contact-reassurance{
  position:relative;
  z-index:2;
  display:grid;
  gap:9px;
  margin-top:28px;
  padding-top:22px;
  border-top:1px solid rgba(255,255,255,.13);
  color:#dce8ea;
  font-size:12px;
  font-weight:700;
}
.contact-reassurance span:before{
  color:#81cce6;
}

/* Form as a single elegant right-hand card */
.contact-form-premium{
  display:grid!important;
  grid-template-columns:1fr 1fr!important;
  gap:14px 16px!important;
  background:rgba(255,255,255,.92)!important;
  border:1px solid rgba(24,85,109,.08)!important;
  border-radius:28px!important;
  padding:28px!important;
  box-shadow:0 22px 64px rgba(11,54,66,.09)!important;
  backdrop-filter:blur(8px);
}

.contact-form-premium .field{
  margin:0!important;
}
.contact-form-premium .field.full,
.contact-form-premium .field:has(textarea),
.contact-form-premium .field:has(input[name="date_evenement"]),
.contact-form-premium .field:has(input[name="lieu_evenement"]){
  grid-column:auto!important;
}

/* message full width */
.contact-form-premium .field:has(textarea){
  grid-column:1/-1!important;
}

.contact-form-premium label{
  display:block;
  margin:0 0 6px!important;
  color:#456069!important;
  font-size:10px!important;
  font-weight:800!important;
  letter-spacing:.08em!important;
  text-transform:uppercase!important;
}

.contact-form-premium input,
.contact-form-premium textarea,
.contact-form-premium select{
  width:100%!important;
  background:#f8fbfb!important;
  border:1px solid #dbe5e7!important;
  border-radius:13px!important;
  color:#102a32!important;
  min-height:47px!important;
  padding:11px 13px!important;
  outline:none!important;
  transition:border-color .2s,box-shadow .2s,background .2s!important;
}

.contact-form-premium textarea{
  min-height:115px!important;
  resize:vertical;
}

.contact-form-premium input:focus,
.contact-form-premium textarea:focus,
.contact-form-premium select:focus{
  background:#fff!important;
  border-color:#4d9bb8!important;
  box-shadow:0 0 0 4px rgba(39,126,157,.10)!important;
}

.contact-form-premium .quote-selection{
  grid-column:1/-1!important;
  margin:0 0 2px!important;
  background:linear-gradient(135deg,#edf7f8,#fff)!important;
  border-color:#d6e6e9!important;
  border-radius:17px!important;
  padding:14px 16px!important;
}

.contact-form-premium button[type="submit"],
.contact-form-premium .btn-primary{
  grid-column:1/-1!important;
  min-height:50px!important;
  border-radius:999px!important;
  margin-top:3px!important;
  font-size:11px!important;
  letter-spacing:.06em!important;
  text-transform:uppercase!important;
}

/* honeypot and technical fields should never affect layout */
.contact-form-premium input[name="website"]{
  position:absolute!important;
  left:-9999px!important;
}

@media(max-width:900px){
  .contact-section-premium{
    padding-top:28px!important;
  }
  .contact-grid-premium{
    grid-template-columns:1fr!important;
    max-width:720px!important;
  }
  .contact-panel-premium{
    position:relative!important;
    top:auto!important;
    min-height:auto!important;
    padding:30px!important;
  }
}

@media(max-width:600px){
  .contact-grid-premium{
    gap:16px!important;
  }
  .contact-form-premium{
    grid-template-columns:1fr!important;
    padding:20px!important;
    border-radius:22px!important;
  }
  .contact-form-premium .field,
  .contact-form-premium .field:has(textarea),
  .contact-form-premium .field:has(input[name="date_evenement"]),
  .contact-form-premium .field:has(input[name="lieu_evenement"]){
    grid-column:1!important;
  }
  .contact-form-premium .quote-selection,
  .contact-form-premium button[type="submit"],
  .contact-form-premium .btn-primary{
    grid-column:1!important;
  }
  .contact-panel-premium h2{
    font-size:46px!important;
  }
}


/* ===== Contact v6 layout correction ===== */
.contact-grid-premium{
  grid-template-columns:minmax(330px,.80fr) minmax(0,1.35fr)!important;
  align-items:stretch!important;
}

.contact-panel-premium{
  position:relative!important;
  top:auto!important;
  min-height:0!important;
  height:100%!important;
  padding:40px 36px!important;
}

.contact-form-premium{
  align-self:stretch!important;
  width:100%!important;
  min-width:0!important;
}

/* Selection is part of the form, never a third grid item */
.contact-grid-premium > .quote-selection{
  display:none!important;
}
.contact-form-premium > .quote-selection{
  display:block!important;
  grid-column:1/-1!important;
}

/* Keep both columns visually balanced on ordinary desktop screens */
@media(min-width:901px){
  .contact-grid-premium{
    min-height:610px;
  }
  .contact-panel-premium,
  .contact-form-premium{
    min-height:610px!important;
  }
}

/* Slightly more compact form so everything is visible without unnecessary scrolling */
.contact-form-premium{
  padding:24px 26px!important;
  gap:11px 14px!important;
}
.contact-form-premium input,
.contact-form-premium select{
  min-height:44px!important;
}
.contact-form-premium textarea{
  min-height:96px!important;
}
.contact-form-premium .quote-selection{
  padding:12px 15px!important;
}
.contact-form-premium button[type="submit"],
.contact-form-premium .btn-primary{
  min-height:47px!important;
  margin-top:0!important;
}

@media(max-width:900px){
  .contact-grid-premium{
    min-height:0!important;
  }
  .contact-panel-premium,
  .contact-form-premium{
    min-height:0!important;
    height:auto!important;
  }
}


/* =========================================================
   V7 — mobile contact + stable lazy gallery + return button
   ========================================================= */

/* ---------- Contact: truly responsive ---------- */
.contact-section-premium,
.contact-section-premium *{
  box-sizing:border-box;
}

.contact-grid-premium{
  width:min(1180px,calc(100% - 32px))!important;
  margin-inline:auto!important;
  min-width:0!important;
}

.contact-grid-premium > *,
.contact-form-premium,
.contact-form-premium > *,
.contact-form-premium .field{
  min-width:0!important;
  max-width:100%!important;
}

.contact-form-premium input,
.contact-form-premium textarea,
.contact-form-premium select,
.contact-form-premium button{
  box-sizing:border-box!important;
  max-width:100%!important;
}

.quote-selection,
.quote-picked{
  min-width:0!important;
  max-width:100%!important;
}
.quote-picked{
  overflow:hidden!important;
}
.quote-picked span{
  max-width:100%!important;
  min-width:0!important;
}
.quote-picked span img{
  flex:0 0 34px!important;
}
.quote-picked span{
  overflow:hidden!important;
  text-overflow:ellipsis!important;
}

/* Tablet + mobile: one column earlier, avoiding squeezed desktop layout */
@media(max-width:980px){
  .contact-section-premium{
    min-height:0!important;
    padding:24px 0 44px!important;
  }

  .contact-grid-premium{
    display:grid!important;
    grid-template-columns:minmax(0,1fr)!important;
    width:min(720px,calc(100% - 28px))!important;
    gap:16px!important;
  }

  .contact-panel-premium{
    position:relative!important;
    top:auto!important;
    width:100%!important;
    height:auto!important;
    min-height:0!important;
    padding:28px!important;
    border-radius:24px!important;
  }

  .contact-panel-premium h2{
    font-size:clamp(42px,8vw,58px)!important;
  }

  .contact-form-premium{
    width:100%!important;
    min-width:0!important;
    height:auto!important;
    min-height:0!important;
    grid-template-columns:minmax(0,1fr) minmax(0,1fr)!important;
    padding:22px!important;
    gap:12px!important;
    border-radius:24px!important;
  }
}

@media(max-width:640px){
  .contact-section-premium{
    padding:14px 0 34px!important;
  }

  .contact-grid-premium{
    width:calc(100% - 20px)!important;
    gap:12px!important;
  }

  .contact-panel-premium{
    padding:24px 20px!important;
    border-radius:20px!important;
  }

  .contact-panel-premium h2{
    font-size:42px!important;
    line-height:.95!important;
  }

  .contact-panel-premium p{
    font-size:14px!important;
  }

  .contact-reassurance{
    margin-top:20px!important;
    padding-top:17px!important;
  }

  .contact-form-premium{
    display:grid!important;
    grid-template-columns:minmax(0,1fr)!important;
    width:100%!important;
    padding:18px!important;
    gap:11px!important;
    border-radius:20px!important;
  }

  .contact-form-premium .field,
  .contact-form-premium .field.full,
  .contact-form-premium .field:has(textarea),
  .contact-form-premium .field:has(input[name="date_evenement"]),
  .contact-form-premium .field:has(input[name="lieu_evenement"]),
  .contact-form-premium > .quote-selection,
  .contact-form-premium button[type="submit"],
  .contact-form-premium .btn-primary{
    grid-column:1/-1!important;
    width:100%!important;
  }

  .contact-form-premium input,
  .contact-form-premium textarea,
  .contact-form-premium select{
    width:100%!important;
    min-width:0!important;
  }

  .contact-form-premium textarea{
    min-height:120px!important;
  }

  .quote-picked{
    display:grid!important;
    grid-template-columns:1fr!important;
    gap:7px!important;
  }

  .quote-picked span{
    width:100%!important;
    border-radius:13px!important;
  }
}

/* ---------- Gallery: invisible until shuffled, then fade in on scroll ---------- */
.gallery-wall[data-random-gallery]{
  opacity:0;
  transition:opacity .28s ease;
}
.gallery-wall[data-random-gallery].gallery-ready{
  opacity:1;
}
.gallery-wall .gallery-reveal-item{
  opacity:0;
  transform:translateY(18px) scale(.992);
  transition:
    opacity .65s ease var(--gallery-delay,0ms),
    transform .65s cubic-bezier(.2,.75,.2,1) var(--gallery-delay,0ms);
  will-change:opacity,transform;
}
.gallery-wall .gallery-reveal-item.gallery-visible{
  opacity:1;
  transform:none;
}

/* Reserve image geometry and avoid layout jumps while lazy loading. */
.gallery-wall > a{
  min-height:180px;
  background:#dfe8e9;
}
.gallery-wall > a img{
  display:block;
  width:100%;
  height:100%;
  object-fit:cover;
}

/* ---------- Vehicle pages: return button stays visible ---------- */
.vehicle-back-row{
  display:flex;
  justify-content:flex-start;
  margin:0 0 16px;
}
.vehicle-back-button{
  display:inline-flex!important;
  position:relative!important;
  align-items:center;
  width:auto!important;
  min-height:40px!important;
  padding:0 15px!important;
  border:1px solid #cad9dd!important;
  border-radius:999px!important;
  background:#fff!important;
  color:var(--vdm-blue,#18556d)!important;
  font:800 11px/1 Manrope,sans-serif!important;
  letter-spacing:.03em!important;
  box-shadow:0 8px 22px rgba(7,27,34,.06)!important;
  transition:.22s ease!important;
}
.vehicle-back-button:hover{
  color:#fff!important;
  background:var(--vdm-blue,#18556d)!important;
  border-color:var(--vdm-blue,#18556d)!important;
  transform:translateY(-1px);
}

@media(max-width:700px){
  .vehicle-back-row{
    margin-bottom:12px;
  }
  .vehicle-back-button{
    min-height:38px!important;
  }
}


/* =========================================================
   V8 — card title sizing + AventWeb footer credit
   ========================================================= */

/* Card titles must remain elegant even for very long vehicle names */
.vehicle-card .vehicle-info{
  min-width:0;
}
.vehicle-card .vehicle-info h3{
  font-size:clamp(22px,2.15vw,38px)!important;
  line-height:.98!important;
  overflow-wrap:anywhere;
  word-break:normal;
  hyphens:auto;
  max-width:100%;
  margin-top:7px!important;
}

/* Large / image cards can be a little larger, but never oversized */
.vehicle-card.card-featured .vehicle-info h3,
.vehicle-card.span-8 .vehicle-info h3,
.vehicle-card.span-12 .vehicle-info h3{
  font-size:clamp(27px,2.7vw,46px)!important;
  max-width:min(92%,720px)!important;
}

/* Very long titles get an automatic compact treatment */
.vehicle-card .vehicle-info h3[data-long-title],
.vehicle-card.long-title .vehicle-info h3{
  font-size:clamp(21px,1.85vw,33px)!important;
  line-height:1.02!important;
}

/* Avoid text blocks becoming taller than the visual */
.vehicle-card .vehicle-info{
  overflow:hidden;
}
.vehicle-card .vehicle-info h3{
  display:-webkit-box;
  -webkit-box-orient:vertical;
  -webkit-line-clamp:3;
  line-clamp:3;
}

/* AventWeb footer credit */
.footer-bottom{
  gap:18px;
  flex-wrap:wrap;
}
.footer-aventweb{
  margin-left:auto;
  display:inline-flex;
  align-items:center;
  gap:8px;
  color:rgba(255,255,255,.72)!important;
  text-decoration:none!important;
  font-size:11px;
  transition:opacity .25s ease,transform .25s ease;
}
.footer-aventweb:hover{
  opacity:1;
  transform:translateY(-1px);
}
.footer-aventweb img{
  width:22px;
  height:22px;
  object-fit:contain;
  flex:0 0 22px;
}
.footer-aventweb strong{
  color:#8fd4ec;
  font-weight:700;
}

@media(max-width:700px){
  .vehicle-card .vehicle-info h3,
  .vehicle-card.card-featured .vehicle-info h3,
  .vehicle-card.span-8 .vehicle-info h3,
  .vehicle-card.span-12 .vehicle-info h3{
    font-size:clamp(23px,8vw,34px)!important;
    -webkit-line-clamp:3;
    line-clamp:3;
  }

  .footer-bottom{
    align-items:flex-start!important;
    flex-direction:column!important;
  }
  .footer-aventweb{
    margin-left:0!important;
  }
}
