/* ========================================================================== 
   AZ TRANSPORT & UMZUG — ELITE GREEN VARIANT
   Independent art direction based on the supplied moving-company reference.
   ========================================================================== */

:root{
  --bg:#ffffff;
  --bg-2:#f1f3f2;
  --bg-3:#e7ebe8;
  --line:#dce3df;
  --line-strong:#c9d2cd;
  --fg:#0b1710;
  --fg-mute:#4f5d55;
  --fg-dim:#6d7871;
  --accent:#20e266;
  --accent-bright:#35ed78;
  --accent-soft:rgba(32,226,102,.11);
  --accent-line:rgba(12,102,57,.22);
  --green:#0b6f3e;
  --green-deep:#063b24;
  --green-ink:#042b1a;
  --glass:rgba(255,255,255,.91);
  --glass-strong:#f0f3f1;
  --f-display:"Familjen Grotesk",system-ui,-apple-system,"Segoe UI",sans-serif;
  --f-body:"Familjen Grotesk",system-ui,-apple-system,"Segoe UI",sans-serif;
  --f-mono:"Familjen Grotesk",system-ui,sans-serif;
  --r-chip:12px;
  --r-card:18px;
  --r-panel:24px;
  --r-pill:999px;
  --ease:cubic-bezier(.2,.72,.22,1);
  --ease-soft:cubic-bezier(.16,1,.3,1);
  --gutter:clamp(20px,4.4vw,72px);
  --section-y:clamp(82px,9vw,136px);
  --shadow-lift:0 28px 80px rgba(3,38,22,.12);
}

html{scroll-padding-top:96px;background:#dfe3e1;}
body.variant-elite{
  min-width:320px;
  background:#dfe3e1;
  color:var(--fg);
  font-size:16px;
  line-height:1.55;
}
.variant-elite::before,.variant-elite::after{content:none;}
.variant-elite ::selection{background:var(--accent);color:var(--green-ink);}
.variant-elite :focus-visible{outline:3px solid var(--accent);outline-offset:3px;}
.variant-elite .page-shell{
  width:min(1840px,calc(100% - 48px));
  margin:24px auto 44px;
  overflow:clip;
  border-radius:40px 40px 28px 28px;
  background:#fff;
  box-shadow:0 32px 100px rgba(4,31,19,.12);
}
.variant-elite .wrap{max-width:1480px;padding-inline:var(--gutter);}
.variant-elite section{padding-block:var(--section-y);}
.variant-elite section.tight{padding-block:clamp(72px,7vw,104px);}

/* Typography */
.variant-elite h1,.variant-elite h2,.variant-elite h3,.variant-elite .display{
  font-family:var(--f-display);
  font-weight:700;
  letter-spacing:-.035em;
  line-height:1.02;
}
.variant-elite .h-xl{font-size:clamp(48px,5.5vw,84px);line-height:.94;letter-spacing:-.055em;}
.variant-elite .h-lg{font-size:clamp(40px,4.4vw,66px);line-height:.98;}
.variant-elite .h-md{font-size:clamp(30px,3vw,44px);}
.variant-elite .lead{font-size:clamp(17px,1.3vw,20px);line-height:1.55;color:var(--fg-mute);}
.variant-elite em.serif{
  font-family:var(--f-display);
  font-style:normal;
  font-weight:700;
  color:var(--accent);
}
.variant-elite .kicker{
  gap:9px;
  color:var(--green);
  font-size:12px;
  font-weight:650;
  letter-spacing:.08em;
  text-transform:none;
}
.variant-elite .kicker::before{width:18px;height:2px;background:var(--accent);}
.variant-elite .section-head{max-width:820px;margin-bottom:clamp(34px,4.6vw,62px);}
.variant-elite .section-head .lead{max-width:62ch;}

/* Utility bar + translucent navigation */
.utility-bar{
  position:relative;
  z-index:91;
  min-height:42px;
  display:flex;
  align-items:center;
  background:var(--green);
  color:#fff;
}
.utility-bar__inner{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:24px;
  font-size:13px;
  font-weight:550;
}
.utility-bar__inner>span,.utility-bar__contact,.utility-bar__contact a{
  display:flex;
  align-items:center;
  gap:8px;
}
.utility-bar__contact{gap:24px;}
.utility-bar .ico{width:15px;height:15px;}
.utility-bar a{transition:opacity .2s ease;}
.utility-bar a:hover{opacity:.76;}

.variant-elite .hdr{
  position:sticky;
  inset:0 0 auto;
  z-index:90;
  margin-bottom:-82px;
  padding-block:10px;
  color:#fff;
  border-bottom:1px solid rgba(255,255,255,.1);
  background:rgba(4,42,25,.9);
  -webkit-backdrop-filter:none;
  backdrop-filter:none;
  transition:background-color .2s ease,border-color .2s ease;
}
.variant-elite .hdr.is-stuck{
  padding-block:10px;
  color:#fff;
  background:rgba(4,50,29,.94);
  border-bottom-color:rgba(255,255,255,.12);
}
.variant-elite .hdr__inner{min-height:58px;gap:24px;}
.variant-elite .brand{min-height:48px;color:#fff;gap:10px;}
.variant-elite .brand__logo-mark{
  width:43px;height:43px;flex-basis:43px;
  filter:drop-shadow(0 7px 13px rgba(0,0,0,.18));
  transform:translateZ(0);
}
.variant-elite .brand:hover .brand__logo-mark{filter:drop-shadow(0 9px 16px rgba(32,226,102,.24));}
.variant-elite .brand__text{gap:4px;}
.variant-elite .brand__name{font-size:15px;font-weight:750;letter-spacing:.06em;}
.variant-elite .brand__sub{font-size:9px;font-weight:700;color:var(--accent);letter-spacing:.115em;}
.variant-elite .nav{
  gap:6px;
  padding:5px;
  border-radius:var(--r-pill);
  background:rgba(255,255,255,.12);
  border:1px solid rgba(255,255,255,.08);
}
.variant-elite .nav a{
  min-height:38px;
  padding:0 16px;
  border-radius:var(--r-pill);
  color:rgba(255,255,255,.78);
  font-size:14px;
  font-weight:550;
}
.variant-elite .nav a::after{content:none;}
.variant-elite .nav a:hover,.variant-elite .nav a[aria-current="page"],.variant-elite .nav a.is-active{
  background:#fff;
  color:var(--green-ink);
}
.variant-elite .hdr__actions{gap:9px;}
.variant-elite .tel-pill{display:none;}
.variant-elite .hdr__cta{display:inline-flex;}
.variant-elite .hdr .btn{min-height:46px;padding-inline:22px;font-size:14px;}
.variant-elite .burger{
  color:#fff;
  background:rgba(255,255,255,.12);
  border-color:rgba(255,255,255,.18);
  border-radius:50%;
}
.variant-elite .lang-switcher__trigger{
  min-width:126px;
  height:46px;
  color:#fff;
  border-color:rgba(255,255,255,.16);
  background:rgba(255,255,255,.12);
  border-radius:var(--r-pill);
}
.variant-elite .lang-switcher__trigger:hover,.variant-elite .lang-switcher.is-open .lang-switcher__trigger{
  background:rgba(255,255,255,.2);border-color:rgba(255,255,255,.28);
}
.variant-elite .lang-switcher__trigger .ico{color:var(--accent);}
.variant-elite .lang-switcher__flag{font-size:19px;}
.variant-elite .lang-switcher__current-name{font-size:13px;font-weight:700;}
.variant-elite .lang-switcher__panel{
  border-radius:16px;
  border-color:var(--line);
  background:rgba(255,255,255,.98);
  color:var(--fg);
  box-shadow:0 24px 70px rgba(0,28,16,.22);
  -webkit-backdrop-filter:none;
  backdrop-filter:none;
}
.variant-elite .lang-switcher__option{border-radius:10px;}
.variant-elite .lang-switcher__option-flag{font-size:20px;}

/* Buttons */
.variant-elite .btn{
  min-height:54px;
  padding:0 24px;
  border-radius:var(--r-pill);
  font-size:15px;
  font-weight:700;
  letter-spacing:-.01em;
}
.variant-elite .btn--primary{
  background:var(--accent);
  color:var(--green-ink);
  box-shadow:0 12px 28px rgba(16,207,82,.22);
}
.variant-elite .btn--primary:hover{
  background:var(--accent-bright);
  color:var(--green-ink);
  transform:translateY(-2px);
  box-shadow:0 17px 34px rgba(16,207,82,.29);
}
.variant-elite .btn--outline{border-color:var(--line-strong);background:#fff;color:var(--fg);}
.variant-elite .btn--outline:hover{background:var(--bg-2);border-color:#a9b7af;transform:translateY(-2px);}

/* Full-bleed photographic hero */
.variant-elite .hero{
  min-height:min(780px,calc(100svh - 70px));
  display:flex;
  align-items:stretch;
  padding:0;
  color:#fff;
  isolation:isolate;
  background:
    linear-gradient(90deg,rgba(2,38,22,.98) 0%,rgba(2,42,24,.93) 32%,rgba(2,38,22,.58) 63%,rgba(2,32,19,.22) 100%),
    url("img/hero-movers-branded-v2.webp") 68% 50%/cover no-repeat;
}
.variant-elite .hero::after{
  content:"";
  position:absolute;inset:auto 0 0;height:28%;z-index:-1;
  background:linear-gradient(180deg,transparent,rgba(2,33,19,.47));
}
.variant-elite .hero__grid{
  display:block;
  width:100%;
  padding-top:clamp(165px,14vw,210px);
  padding-bottom:58px;
}
.variant-elite .hero__copy{max-width:670px;}
.variant-elite .hero .kicker{display:none;}
.variant-elite .hero h1{margin:0;max-width:650px;color:#fff;}
.variant-elite .hero h1 em{display:inline;color:var(--accent);}
.variant-elite .hero .lead{max-width:55ch;margin-top:26px;color:rgba(255,255,255,.78);}
.variant-elite .hero .btn-row{margin-top:30px;gap:16px;}
.variant-elite .hero .btn--outline{
  color:#fff;
  background:transparent;
  border-color:transparent;
  padding-inline:8px 16px;
}
.variant-elite .hero .btn--outline .ico{
  width:44px;height:44px;
  padding:12px;
  border-radius:50%;
  color:var(--green-ink);
  background:#fff;
}
.variant-elite .hero__media{display:none;}
.variant-elite .hero .trust__inner{
  width:min(100%,760px);
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:12px;
  margin-top:56px;
  border:0;
}
.variant-elite .hero .trust__stat{
  min-height:74px;
  display:flex;
  flex-direction:column;
  justify-content:center;
  padding:13px 18px;
  text-align:left;
  border:1px solid rgba(255,255,255,.18);
  border-radius:12px;
  background:rgba(255,255,255,.93);
  color:var(--green-ink);
  -webkit-backdrop-filter:none;
  backdrop-filter:none;
}
.variant-elite .hero .trust__stat:first-child,.variant-elite .hero .trust__stat:last-child{padding-inline:18px;}
.variant-elite .hero .trust__stat b{font-size:25px;font-weight:750;justify-content:flex-start;line-height:1;}
.variant-elite .hero .trust__stat>span{
  margin-top:6px;
  color:#58665e;
  font-size:10px;
  font-weight:650;
  letter-spacing:.045em;
}
.variant-elite .hero .trust__stat b .ico{color:#f6a900;}
.variant-elite #vorteile{display:none;}

/* Inner page heroes use the same campaign world */
.variant-elite .page-hero{
  min-height:610px;
  display:flex;
  align-items:center;
  padding-top:168px;
  padding-bottom:78px;
  color:#fff;
  isolation:isolate;
  background:
    linear-gradient(90deg,rgba(2,38,22,.98) 0%,rgba(2,42,24,.91) 46%,rgba(2,35,20,.4) 100%),
    url("img/hero-movers-branded-v2.webp") 72% 46%/cover no-repeat;
}
.variant-elite .page-hero::after{
  content:"";position:absolute;inset:0;z-index:-1;
  background:linear-gradient(180deg,transparent 72%,rgba(2,30,18,.24));
}
.variant-elite .page-hero .wrap{width:100%;}
.variant-elite .page-hero__grid{display:block;}
.variant-elite .page-hero__grid>div{max-width:760px;}
.variant-elite .page-hero .figure{display:none;}
.variant-elite .page-hero h1{margin-top:14px;max-width:12ch;color:#fff;}
.variant-elite .page-hero h1.h-xl{font-size:clamp(48px,5vw,74px);line-height:.95;}
.variant-elite .page-hero .lead{max-width:57ch;color:rgba(255,255,255,.76);}
.variant-elite .page-hero .kicker{color:var(--accent);}
.variant-elite .page-hero .kicker::before{background:var(--accent);}
.variant-elite .page-hero .crumbs{color:rgba(255,255,255,.58);}
.variant-elite .page-hero .crumbs a{color:rgba(255,255,255,.78);}
.variant-elite .page-hero .btn--outline{color:#fff;background:rgba(255,255,255,.08);border-color:rgba(255,255,255,.22);}
.variant-elite .page-hero .btn--outline:hover{background:#fff;color:var(--green-ink);}

/* About block — same wide photo-led composition as the reference */
.variant-elite #why{background:#fff;}
.variant-elite #why .about-head{max-width:630px;margin-bottom:42px;}
.variant-elite #why .about-layout{
  display:grid;
  grid-template-columns:minmax(0,1fr) minmax(0,1fr) minmax(340px,.96fr);
  gap:24px;
  align-items:start;
}
.variant-elite #why .about-photo{
  width:100%;
  min-width:0;
  align-self:start;
  overflow:hidden;
  border-radius:18px;
  background:var(--bg-2);
}
.variant-elite #why .about-photo:first-child,
.variant-elite #why .about-photo--wide{aspect-ratio:4/5;}
.variant-elite #why .about-photo img{width:100%;height:100%;object-fit:cover;transition:transform .7s var(--ease-soft);}
.variant-elite #why .about-photo:hover img{transform:scale(1.035);}
.variant-elite #why .about-copy{align-self:center;padding:12px 0 6px 14px;}
.variant-elite #why .about-copy .lead{font-size:17px;}
.variant-elite #why .reasons{margin-top:24px;}
.variant-elite #why .reason{padding:18px 0;gap:14px;}
.variant-elite #why .reason:first-child{border-top:1px solid var(--line);}
.variant-elite #why .reason__n{
  width:34px;height:34px;display:grid;place-items:center;padding:0;
  border-radius:50%;background:var(--accent);color:var(--green-ink);
  font-size:10px;font-weight:800;letter-spacing:0;
}
.variant-elite #why .reason h3{font-size:20px;letter-spacing:-.02em;}
.variant-elite #why .reason p{font-size:14px;margin-top:5px;}
.variant-elite #why .about-copy .btn{margin-top:26px;}

/* Cyrillic copy is slightly wider at the same optical size. Keep the Russian
   heading at the same two-line rhythm as the other desktop locales. */
html:lang(ru) .variant-elite #why .about-head{max-width:780px;}

/* Own fleet — campaign image with compact operational proof */
.variant-elite #fleet{
  background:#fff;
  padding-top:clamp(34px,4vw,64px);
  padding-bottom:clamp(54px,5.5vw,82px);
}
.variant-elite .fleet-section__head{max-width:820px;margin-bottom:38px;}
.variant-elite .fleet-section__head .lead{max-width:65ch;}
.variant-elite .fleet-card{
  position:relative;isolation:isolate;overflow:hidden;border-radius:22px;background:var(--green-ink);
  box-shadow:0 28px 70px rgba(3,48,27,.13);
}
.variant-elite .fleet-card::after{
  content:"";position:absolute;inset:-1px;z-index:3;pointer-events:none;
  border-radius:inherit;
  background:radial-gradient(circle at var(--depth-x,50%) var(--depth-y,50%),rgba(255,255,255,.2),transparent 34%);
  opacity:0;transition:opacity .35s var(--ease);
}
.variant-elite .fleet-card__media{display:block;aspect-ratio:16/8.25;overflow:hidden;background:#dfe6e1;}
.variant-elite .fleet-card__media img{width:100%;height:100%;object-fit:cover;object-position:center 52%;}
.variant-elite .fleet-card__proof{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));color:#fff;}
.variant-elite .fleet-card__proof article{
  min-width:0;display:grid;grid-template-columns:38px minmax(0,1fr);gap:14px;align-items:start;
  padding:25px 30px;border-inline-end:1px solid rgba(255,255,255,.12);
}
.variant-elite .fleet-card__proof article:last-child{border-inline-end:0;}
.variant-elite .fleet-card__proof article>span{
  width:38px;height:38px;display:grid;place-items:center;border-radius:50%;
  background:var(--accent);color:var(--green-ink);font-size:11px;font-weight:800;
}
.variant-elite .fleet-card__proof b{display:block;font-size:16px;letter-spacing:-.015em;}
.variant-elite .fleet-card__proof small{display:block;margin-top:5px;color:rgba(255,255,255,.65);font-size:12.5px;line-height:1.45;}

/* Route estimator — accessible selector with a geographically accurate Germany map */
.variant-elite #coverage{
  background:#f0f2f1;
  padding-top:clamp(68px,6vw,92px);
  padding-bottom:clamp(60px,5.5vw,84px);
}
.variant-elite .coverage-section__heading{
  display:grid;grid-template-columns:minmax(0,1.25fr) minmax(300px,.75fr);gap:48px;align-items:end;
  margin-bottom:42px;
}
.variant-elite .coverage-section__heading .lead{margin:0 0 7px;max-width:48ch;}
.variant-elite .coverage-board{
  display:grid;grid-template-columns:minmax(0,1.42fr) minmax(360px,.58fr);
  overflow:hidden;border:1px solid #d9e1dc;border-radius:22px;background:#fff;
  box-shadow:0 28px 70px rgba(3,48,27,.1);
}
.variant-elite .coverage-map{min-width:0;padding:24px;background:var(--green-ink);color:#fff;}
.variant-elite .coverage-tabs{
  position:relative;z-index:3;width:max-content;max-width:100%;display:grid;grid-template-columns:1fr 1fr;
  gap:4px;padding:4px;border:1px solid rgba(255,255,255,.14);border-radius:999px;background:rgba(255,255,255,.08);
}
.variant-elite .coverage-tabs button{
  min-height:42px;padding:0 21px;border-radius:999px;color:rgba(255,255,255,.72);
  font-size:13px;font-weight:700;white-space:nowrap;
}
.variant-elite .coverage-tabs button[aria-selected="true"]{background:#fff;color:var(--green-ink);}
.variant-elite .coverage-tabs button:focus-visible{outline:3px solid var(--accent);outline-offset:3px;}
.variant-elite .coverage-map__canvas{position:relative;max-width:760px;margin:18px auto 0;aspect-ratio:760/620;min-height:390px;overflow:hidden;perspective:1300px;}
.variant-elite .coverage-map__viewport{position:absolute;inset:0;transform-origin:center;transform-style:preserve-3d;}
.variant-elite .coverage-map__outline{position:absolute;inset:0;width:100%;height:100%;color:#b4c5ba;overflow:visible;}
.variant-elite .coverage-map__outline g path{fill:rgba(32,226,102,.1);stroke:rgba(32,226,102,.46);stroke-width:2;vector-effect:non-scaling-stroke;}
.variant-elite .coverage-map__outline image{pointer-events:none;}
.variant-elite .coverage-map__europe{opacity:.98;filter:drop-shadow(0 18px 28px rgba(0,0,0,.12));}
.variant-elite .coverage-map__outline [hidden]{display:none;}
.variant-elite .coverage-map__route{fill:none;stroke:var(--accent);stroke-width:3;stroke-linecap:round;stroke-dasharray:7 8;vector-effect:non-scaling-stroke;}
.variant-elite .coverage-map__traveler{
  fill:#fff;stroke:var(--accent);stroke-width:3;vector-effect:non-scaling-stroke;
  opacity:0;filter:drop-shadow(0 0 7px rgba(32,226,102,.86));pointer-events:none;
}
.variant-elite .coverage-map__traveler.is-traveling{opacity:1;}
.variant-elite .coverage-map__markers{position:absolute;inset:0;}
.variant-elite .map-marker{
  position:absolute;left:var(--x);top:var(--y);translate:-50% -50%;z-index:2;
  width:11px;height:11px;border:2px solid rgba(255,255,255,.84);border-radius:50%;
  background:#1a6741;box-shadow:0 0 0 4px rgba(32,226,102,.08);
}
.variant-elite .map-marker__label{
  position:absolute;top:50%;left:calc(100% + 8px);z-index:4;
  min-width:max-content;max-width:150px;padding:5px 8px;border:1px solid rgba(255,255,255,.12);
  border-radius:999px;background:rgba(2,35,20,.88);color:rgba(255,255,255,.88);
  box-shadow:0 7px 18px rgba(0,0,0,.18);font-size:10px;font-weight:750;line-height:1;
  white-space:nowrap;pointer-events:none;opacity:0;visibility:hidden;
  transform:translateY(-50%) scale(.96);transform-origin:left center;
  transition:opacity .18s var(--ease),transform .18s var(--ease),visibility .18s;
}
.variant-elite .map-marker[data-label-side="left"] .map-marker__label{
  right:calc(100% + 8px);left:auto;transform-origin:right center;
}
.variant-elite .map-marker[data-label-side="top"] .map-marker__label{
  top:auto;bottom:calc(100% + 8px);left:50%;right:auto;
  transform:translateX(-50%) scale(.96);transform-origin:center bottom;
}
.variant-elite .map-marker[data-label-side="bottom"] .map-marker__label{
  top:calc(100% + 8px);bottom:auto;left:50%;right:auto;
  transform:translateX(-50%) scale(.96);transform-origin:center top;
}
.variant-elite .map-marker[data-label-visible="true"] .map-marker__label,
.variant-elite .map-marker:is(:hover,:focus-visible,.is-active) .map-marker__label{
  opacity:1;visibility:visible;transform:translateY(-50%) scale(1);
}
.variant-elite .map-marker[data-label-visible="true"][data-label-side="top"] .map-marker__label,
.variant-elite .map-marker[data-label-visible="true"][data-label-side="bottom"] .map-marker__label,
.variant-elite .map-marker:is(:hover,:focus-visible,.is-active)[data-label-side="top"] .map-marker__label,
.variant-elite .map-marker:is(:hover,:focus-visible,.is-active)[data-label-side="bottom"] .map-marker__label{
  transform:translateX(-50%) scale(1);
}
.variant-elite .map-marker.is-active{z-index:6;}
.variant-elite .map-marker.is-active .map-marker__label{
  border-color:rgba(32,226,102,.55);background:#fff;color:var(--green-ink);
  box-shadow:0 9px 22px rgba(0,0,0,.24),0 0 0 3px rgba(32,226,102,.1);
}
.variant-elite .map-marker:is(:hover,:focus-visible,.is-active){background:var(--accent);border-color:#fff;box-shadow:0 0 0 6px rgba(32,226,102,.18);}
.variant-elite .map-marker:focus-visible{outline:3px solid #fff;outline-offset:5px;}
.variant-elite .coverage-map__origin{
  position:absolute;left:58%;top:40%;translate:-50% -50%;z-index:2;
  display:flex;align-items:center;gap:8px;padding:7px 10px 7px 8px;border-radius:999px;
  background:#fff;color:var(--green-ink);font-size:11px;font-weight:800;box-shadow:0 10px 24px rgba(0,0,0,.2);
}
.variant-elite .coverage-map__origin span{width:9px;height:9px;border-radius:50%;background:var(--accent);box-shadow:0 0 0 4px rgba(32,226,102,.18);}
.variant-elite .route-estimator{min-width:0;padding:clamp(30px,4vw,52px);align-self:stretch;}
.variant-elite .route-estimator .kicker{margin-bottom:9px;}
.variant-elite .route-estimator h3{font-size:clamp(27px,2.4vw,38px);line-height:1.02;letter-spacing:-.04em;}
.variant-elite .route-estimator>label{display:block;margin-top:29px;margin-bottom:8px;color:var(--fg-mute);font-size:13px;font-weight:650;}
.variant-elite .route-select{position:relative;}
.variant-elite .route-select select{
  width:100%;height:54px;padding:0 48px 0 16px;appearance:none;border:1px solid var(--line-strong);
  border-radius:12px;background:#fff;color:var(--fg);font:700 15px/1 var(--f-body);
}
.variant-elite .route-select .ico{position:absolute;right:16px;top:50%;translate:0 -50%;width:17px;height:17px;color:var(--green);pointer-events:none;}
.variant-elite .route-select select:focus-visible{outline:3px solid rgba(32,226,102,.28);border-color:var(--green);}
.variant-elite .route-result{margin-top:18px;padding:21px;border-radius:16px;background:var(--green-ink);color:#fff;}
.variant-elite .route-result.is-updating{animation:route-result-settle .5s var(--ease-soft);}
.variant-elite .route-result__eyebrow{display:block;color:rgba(255,255,255,.6);font-size:11px;font-weight:700;letter-spacing:.04em;text-transform:uppercase;}
.variant-elite .route-result__price{display:flex;align-items:baseline;gap:7px;margin-top:7px;}
.variant-elite .route-result__price>span{color:var(--accent);font-size:15px;font-weight:800;}
.variant-elite .route-result__price strong{font-size:clamp(44px,4.8vw,65px);line-height:.9;letter-spacing:-.06em;}
.variant-elite .route-result__price b{font-size:22px;color:var(--accent);}
.variant-elite .route-result__meta{display:grid;grid-template-columns:auto 17px minmax(0,1fr) auto;gap:7px;align-items:center;margin-top:16px;padding-top:14px;border-top:1px solid rgba(255,255,255,.14);font-size:12px;}
.variant-elite .route-result__meta .ico{width:15px;height:15px;color:var(--accent);}
.variant-elite .route-result__meta strong{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;}
.variant-elite .route-result__meta small{color:rgba(255,255,255,.63);}
.variant-elite .route-popular{display:flex;flex-wrap:wrap;gap:7px;margin-top:15px;}
.variant-elite .route-chip{min-height:34px;padding:0 11px;border:1px solid var(--line);border-radius:999px;color:var(--fg-mute);font-size:11px;font-weight:700;}
.variant-elite .route-chip:is(:hover,:focus-visible,.is-active){border-color:var(--green);background:#e8f7ee;color:var(--green-ink);}
.variant-elite .route-note{margin-top:16px;color:var(--fg-dim);font-size:11px;line-height:1.5;}
.variant-elite .route-estimator .btn{width:100%;margin-top:20px;justify-content:center;}

/* Services */
.variant-elite #services{background:var(--bg-2);}
.variant-elite #services .section-head{margin-inline:auto;text-align:center;}
.variant-elite #services .kicker{justify-content:center;}
.variant-elite .services{gap:18px;}
.variant-elite .svc{
  isolation:isolate;
  min-height:300px;
  padding:28px;
  border-radius:18px;
  border:1px solid rgba(255,255,255,.14);
  background:var(--green-ink);
  color:#fff;
  box-shadow:0 16px 38px rgba(3,45,25,.1);
  transform-style:flat;
  transition:transform .32s var(--ease),border-color .32s var(--ease),box-shadow .32s var(--ease);
}
.variant-elite .svc > :not(.svc__media){position:relative;z-index:2;transform:none;}
.variant-elite .svc__media{z-index:0;background:var(--green-ink);}
.variant-elite .svc__media img{
  opacity:1;
  filter:none;
  transform:scale(1.002);
  transition:transform .45s var(--ease),filter .45s var(--ease);
}
.variant-elite .svc__media::after{
  background:
    linear-gradient(180deg,rgba(2,28,16,.24) 0%,rgba(2,31,18,.48) 42%,rgba(2,28,16,.94) 100%),
    linear-gradient(90deg,rgba(2,28,16,.5) 0%,rgba(2,28,16,.08) 72%);
}
.variant-elite .svc__ico{
  width:46px;height:46px;
  border-radius:50%;
  border:0;
  background:var(--accent);
  color:var(--green-ink);
}
.variant-elite .svc h3{font-size:24px;color:#fff;text-shadow:0 1px 14px rgba(0,0,0,.16);}
.variant-elite .svc p{color:rgba(255,255,255,.82);font-size:15px;text-shadow:0 1px 12px rgba(0,0,0,.18);}
.variant-elite .svc .arrow-link{color:var(--accent);font-weight:750;}
.variant-elite .svc--feature{min-height:390px;color:#fff;}
.variant-elite .svc--feature p{color:rgba(255,255,255,.82);}
.variant-elite .svc--tint{background:var(--green-ink);border-color:rgba(255,255,255,.14);color:#fff;}
.variant-elite .svc:focus-visible{outline:3px solid var(--accent);outline-offset:4px;}
@media (hover:hover) and (pointer:fine){
  .variant-elite .svc:hover{
    border-color:rgba(32,226,102,.7);
    background:var(--green-ink);
    color:#fff;
    transform:translateY(-3px);
    box-shadow:0 26px 58px rgba(3,48,27,.2);
  }
  .variant-elite .svc:hover .svc__media img{transform:scale(1.035);filter:saturate(1.04) contrast(1.02);}
}
@media (hover:none){
  .variant-elite .svc:hover{background:var(--green-ink);color:#fff;transform:none;box-shadow:0 16px 38px rgba(3,45,25,.1);}
  .variant-elite .svc:active{transform:scale(.992);border-color:rgba(32,226,102,.55);}
}

/* Process diagram */
.variant-elite #process{
  overflow:hidden;
  background:#f0f2f1;
}
.variant-elite #process .wrap{position:relative;z-index:1;}
.variant-elite #process .section-head{max-width:620px;margin-bottom:54px;}
.variant-elite #coverage + #process{padding-top:clamp(70px,6vw,94px);}
.variant-elite #process .section-head::before{
  content:"Der Ablauf";
  display:block;margin-bottom:10px;
  color:var(--green);font-size:12px;font-weight:700;letter-spacing:.04em;
}
.variant-elite #process .section-head .h-lg em,.variant-elite #process .section-head .h-lg strong{color:var(--accent);}
.variant-elite #process::after{
  content:"";
  position:absolute;
  right:max(12px,calc((100% - 1480px)/2 + 24px));
  bottom:-32px;
  width:min(305px,22vw);
  aspect-ratio:2/3;
  background:url("img/process-mover-branded-v3.webp") center bottom/contain no-repeat;
  pointer-events:none;
}
.variant-elite #process .steps{
  width:calc(100% - min(285px,20vw));
  display:grid;
  grid-template-columns:repeat(4,minmax(0,1fr));
  gap:46px;
  border:0;
}
.variant-elite #process .step{
  position:relative;
  display:block;
  padding:0;
  border:0;
}
.variant-elite #process .step:not(:last-child)::after{
  content:"";
  position:absolute;top:18px;left:calc(100% - 4px);width:54px;height:22px;
  background:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='70' height='24' viewBox='0 0 70 24' fill='none'%3E%3Cpath d='M1 16C24 2 42 3 65 12' stroke='%2316291e' stroke-width='1.5' stroke-linecap='round'/%3E%3Cpath d='m58 7 8 5-8 3' stroke='%2316291e' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") center/contain no-repeat;
}
.variant-elite #process .step__n{
  width:48px;height:48px;
  display:grid;place-items:center;
  min-width:0;
  border-radius:50%;
  background:#fff;
  color:var(--green);
  border:1px solid #e5e9e6;
  font-size:13px;
  font-weight:800;
  letter-spacing:.02em;
  transform-origin:center;transform-style:preserve-3d;
}
.variant-elite #process .step:first-child .step__n{background:var(--accent);color:var(--green-ink);border-color:var(--accent);}
.variant-elite #process .step h3{margin-top:18px;font-size:19px;letter-spacing:-.025em;}
.variant-elite #process .step p{margin-top:9px;font-size:14px;line-height:1.5;color:var(--fg-mute);}

/* District rail */
.variant-elite #bezirke{background:#fff;}
.variant-elite #bezirke .section-head{margin-inline:auto;text-align:center;}
.variant-elite .rail{gap:14px;}
.variant-elite .bezirk{
  flex-basis:210px;
  padding:24px;
  border-radius:16px;
  background:var(--bg-2);
  border-color:transparent;
}
.variant-elite .bezirk:hover{background:#e8eee9;border-color:#cbd9d0;transform:translateY(-3px);}
.variant-elite .bezirk .ico{color:var(--green);}
.variant-elite .bezirk b{font-size:20px;font-weight:700;}

/* Customer review mosaic */
.variant-elite #bewertungen{padding-block:var(--section-y);background:#fff;}
.variant-elite #bewertungen .section-head{margin-inline:auto;text-align:center;}
.variant-elite #bewertungen .section-head::before{
  content:"Bewertungen";
  display:block;margin-bottom:10px;
  color:var(--green);font-size:12px;font-weight:700;
}
.variant-elite .quotes{
  grid-template-columns:1.12fr .94fr .94fr;
  gap:18px;
  border:0;
}
.variant-elite .quote,.variant-elite .quote:first-child,.variant-elite .quote:last-child{
  min-height:310px;
  display:flex;
  flex-direction:column;
  padding:26px;
  border:0;
  border-radius:16px;
  background:#f0f2f1;
}
.variant-elite .quote--lead{min-height:380px;}
.variant-elite .quote__stars{color:#f4aa00;gap:2px;}
.variant-elite .quote__stars .ico{width:16px;height:16px;}
.variant-elite .quote blockquote,.variant-elite .quote--lead blockquote{
  font-family:var(--f-body);
  font-size:16px;
  font-weight:500;
  line-height:1.52;
  letter-spacing:-.012em;
}
.variant-elite .quote figcaption{
  display:grid;
  grid-template-columns:44px 1fr;
  align-items:center;
  gap:12px;
  margin-top:auto;
  padding-top:24px;
  border-top:1px solid #dce2de;
}
.variant-elite .quote figcaption .quote__avatar{
  width:48px;height:48px;display:block;object-fit:cover;
  border-radius:12px;border:2px solid #fff;box-shadow:0 5px 14px rgba(3,48,27,.14);
}
.variant-elite .quote figcaption b{font-size:14px;}
.variant-elite .quote figcaption span{font-size:12px;color:var(--fg-dim);}

/* Photo gallery */
.variant-elite .photo-story{padding-block:var(--section-y);background:#f0f2f1;}
.variant-elite .story-grid{
  display:grid;
  grid-template-columns:1fr 1fr;
  grid-template-areas:
    "intro intro"
    "hero wide"
    "bottom bottom";
  gap:24px;
}
.variant-elite .story-intro{
  grid-area:intro;
  position:static;
  min-height:0;
  max-width:760px;
  margin:0 auto 38px;
  padding:0;
  text-align:center;
}
.variant-elite .story-intro .kicker{justify-content:center;}
.variant-elite .story-intro .lead{max-width:58ch;margin-inline:auto;}
.variant-elite .story-index,.variant-elite .story-signature{display:none;}
.variant-elite .story-shot__media{border-radius:16px;border:0;background:#e6ebe7;}
.variant-elite .story-shot--hero .story-shot__media,
.variant-elite .story-shot--wide .story-shot__media{aspect-ratio:4/3;}
.variant-elite .story-shot figcaption{
  min-height:52px;
  padding:14px 4px 0;
  border:0;
}
.variant-elite .story-shot figcaption span{font-family:var(--f-body);font-size:12px;font-weight:800;color:var(--green);}
.variant-elite .story-shot figcaption strong{font-family:var(--f-body);font-size:14px;font-weight:700;}
.variant-elite .story-bottom{grid-template-columns:repeat(3,minmax(0,1fr));gap:24px;align-items:start;}
.variant-elite .story-shot--sofa,.variant-elite .story-shot--arrival{grid-column:auto;}
.variant-elite .story-shot--sofa .story-shot__media,
.variant-elite .story-shot--detail .story-shot__media,
.variant-elite .story-shot--arrival .story-shot__media{aspect-ratio:4/3;}

/* Contact and forms */
.variant-elite #contact{background:var(--green-deep);color:#fff;}
.variant-elite #contact .section-head .h-lg{color:#fff;}
.variant-elite #contact .section-head .lead{color:rgba(255,255,255,.7);}
.variant-elite .form-card{
  border:0;
  border-radius:20px;
  background:#fff;
  color:var(--fg);
  box-shadow:0 28px 80px rgba(0,21,11,.18);
}
.variant-elite .field label{font-size:12px;font-weight:700;letter-spacing:.03em;text-transform:none;color:#536158;}
.variant-elite .field input,.variant-elite .field select,.variant-elite .field textarea{
  min-height:54px;
  border-radius:12px;
  border-color:#d9e1dc;
  background:#f6f8f7;
}
.variant-elite .field input:focus,.variant-elite .field select:focus,.variant-elite .field textarea:focus{
  border-color:var(--green);
  background:#fff;
  box-shadow:0 0 0 4px rgba(32,226,102,.13);
}
.variant-elite #contact .channels{border:0;}
.variant-elite #contact .channel{
  min-height:92px;
  grid-template-columns:52px minmax(0,1fr) 20px;
  gap:16px;
  padding:18px 0;
  border-color:rgba(255,255,255,.14);
  color:#fff;
}
.variant-elite #contact .channel:hover{background:rgba(255,255,255,.05);}
.variant-elite #contact .channel__ico{
  width:52px;height:52px;
  border-radius:50%;
  color:var(--green-ink);
  background:var(--accent);
}
.variant-elite #contact .channel[href*="wa.me"] .channel__ico{color:var(--green-ink);}
.variant-elite #contact .channel__content>span{color:rgba(255,255,255,.56);}
.variant-elite #contact .channel__arrow{color:var(--accent);}
.variant-elite #contact .hours{border-color:rgba(255,255,255,.16);}
.variant-elite #contact .hours dt{color:rgba(255,255,255,.62);}
.variant-elite #contact .hours dd{color:#fff;}

/* FAQ */
.variant-elite #faq{padding-block:var(--section-y);background:#fff;}
.variant-elite #faq .section-head{margin-inline:auto;text-align:center;}
.variant-elite #faq .kicker{justify-content:center;}
.variant-elite .faq{border-color:var(--line-strong);}
.variant-elite .faq summary{font-family:var(--f-body);font-weight:700;font-size:clamp(18px,1.8vw,23px);letter-spacing:-.02em;}
.variant-elite .faq summary:hover{color:var(--green);}
.variant-elite .faq__sign{border-radius:50%;color:var(--green);}
.variant-elite .faq details[open] .faq__sign{background:var(--accent);color:var(--green-ink);border-color:var(--accent);}

/* Inner content pages */
.variant-elite main>section:not(.hero):not(.page-hero):not(#services):not(#process):not(#bezirke):not(#why):not(#fleet):not(#coverage):not(.photo-story):not(#contact):not(#bewertungen):not(#faq):not(.band){background:#fff;}
.variant-elite .split--prose{gap:clamp(36px,6vw,84px);}
.variant-elite .prose h2,.variant-elite .prose h3{font-family:var(--f-body);font-weight:700;letter-spacing:-.035em;}
.variant-elite .prose h2{font-size:clamp(30px,3.2vw,48px);}
.variant-elite .prose h3{font-size:clamp(22px,2.2vw,30px);}
.variant-elite .prose p,.variant-elite .prose address{color:var(--fg-mute);}
.variant-elite .prose a{color:var(--green);}
.variant-elite .checks{gap:12px;}
.variant-elite .checks li,.variant-elite .areas li{
  padding:16px 18px;
  border-radius:12px;
  border-color:transparent;
  background:var(--bg-2);
}
.variant-elite .checks .ico,.variant-elite .areas .ico{color:var(--green);}
.variant-elite .aside-card{
  border:0;
  border-radius:20px;
  background:var(--green-deep);
  color:#fff;
  box-shadow:var(--shadow-lift);
}
.variant-elite .aside-card p,.variant-elite .aside-card dt{color:rgba(255,255,255,.66);}
.variant-elite .aside-card dd{color:#fff;}
.variant-elite .aside-card dl{border-color:rgba(255,255,255,.14);}
.variant-elite .aside-figure{border:0;border-radius:18px;}
.variant-elite .about-story__grid{row-gap:30px;}
.variant-elite .about-story__media{margin:0;}
.variant-elite .about-story__media img{
  width:100%;
  aspect-ratio:16/10;
  object-fit:cover;
  object-position:center 46%;
}
@media (min-width:980px){
  .variant-elite .about-story__grid{
    grid-template-columns:minmax(0,1.32fr) minmax(340px,.68fr);
    column-gap:clamp(40px,5vw,72px);
  }
  .variant-elite .about-story__grid>.prose{grid-column:1;grid-row:1;}
  .variant-elite .about-story__grid>.split__sticky{grid-column:2;grid-row:1 / span 2;align-self:start;}
  .variant-elite .about-story__grid>.about-story__media{grid-column:1;grid-row:2;}
}
.variant-elite .related{gap:12px;}
.variant-elite .related a{border:0;border-radius:12px;background:var(--bg-2);}
.variant-elite .related a:hover{background:#e7eee9;color:var(--green);}
.variant-elite .related .ico{color:var(--green);}
.variant-elite .rate{
  padding:20px 22px;
  border-radius:12px;
  border-color:var(--line);
  background:#fff;
}
.variant-elite .rate .rate__price{font-family:var(--f-body);font-weight:750;color:var(--green);}

/* Pricing */
.variant-elite .tiers{
  gap:18px;
  align-items:stretch;
}
.variant-elite .tier{
  min-width:0;
  height:100%;
  padding:96px 30px 30px;
  border-radius:18px;
  border-color:var(--line);
  background:var(--bg-2);
}
.variant-elite .tier:hover{border-color:#b9cbbf;transform:translateY(-4px);}
.variant-elite .tier--hero{background:var(--green-deep);color:#fff;border-color:var(--green-deep);}
.variant-elite .tier--hero .tier__for,.variant-elite .tier--hero li,.variant-elite .tier--hero .tier__min,.variant-elite .tier--hero .tier__price span{color:rgba(255,255,255,.66);}
.variant-elite .tier--hero .tier__price{border-color:rgba(255,255,255,.14);}
.variant-elite .tier__flag{
  top:30px;
  left:30px;
  max-width:calc(100% - 116px);
  min-width:0;
  white-space:nowrap;
  overflow:hidden;
  text-overflow:ellipsis;
  background:var(--accent);
  color:var(--green-ink);
  border-radius:var(--r-pill);
}
.variant-elite .tier__ico{
  position:absolute;
  top:30px;
  left:30px;
  width:48px;
  height:48px;
  border:0;
  border-radius:50%;
  background:var(--accent);
  color:var(--green-ink);
}
.variant-elite .tier--hero .tier__ico{left:auto;right:30px;}
.variant-elite .tier h3{margin-top:0;}
.variant-elite .tier__price b{font-family:var(--f-body);font-weight:750;letter-spacing:-.05em;}
.variant-elite .tier li .ico{color:var(--green);}
.variant-elite .tier--hero li .ico{color:var(--accent);}
.variant-elite .tier ul{margin-bottom:28px;}
.variant-elite .tier .btn{margin-top:auto;}
@media (min-width:900px){
  .variant-elite .tier h3{min-height:64px;display:flex;align-items:flex-start;}
  .variant-elite .tier__for{min-height:44px;}
}
.variant-elite .offer{border:0;border-radius:20px;background:var(--bg-2);}
.variant-elite .offer__price{border:0;border-radius:16px;background:#fff;}
.variant-elite .offer__price b{font-family:var(--f-body);font-weight:750;}
.variant-elite .notes{gap:16px;}
.variant-elite .note{border:0;border-radius:16px;background:var(--bg-2);}
.variant-elite .note .ico{color:var(--green);}

/* Calculator */
.variant-elite .calc{gap:22px;}
.variant-elite .calc__panel{
  border:1px solid var(--line);
  border-radius:20px;
  background:#fff;
}
.variant-elite .calc__group>h3{color:var(--green);font-weight:750;letter-spacing:.08em;}
.variant-elite .opt{min-height:48px;border-radius:var(--r-pill);background:var(--bg-2);border-color:transparent;}
.variant-elite .opt:hover{border-color:#aebeb4;background:#fff;}
.variant-elite .opt[aria-pressed="true"]{background:var(--accent);border-color:var(--accent);color:var(--green-ink);box-shadow:0 8px 22px rgba(17,203,81,.18);}
.variant-elite .calc__result{border:0;border-radius:20px;background:var(--green-deep);color:#fff;}
.variant-elite .calc__result>h3,.variant-elite .calc__hint,.variant-elite .calc__row dt{color:rgba(255,255,255,.62);}
.variant-elite .calc__amount{font-family:var(--f-body);font-weight:750;}
.variant-elite .calc__amount .cur{color:var(--accent);}
.variant-elite .calc__rows{border-color:rgba(255,255,255,.12);background:rgba(255,255,255,.12);}
.variant-elite .calc__row{background:rgba(255,255,255,.08);}
.variant-elite .calc__row dd{color:#fff;}
.variant-elite .calc__warn{border:0;background:rgba(255,255,255,.08);color:rgba(255,255,255,.7);}
.variant-elite .calc__warn .ico{color:var(--accent);}

/* Bands and CTA */
.variant-elite .band{min-height:560px;border:0;}
.variant-elite .band__bg::after{background:linear-gradient(90deg,rgba(2,38,22,.96),rgba(2,38,22,.42));}
.variant-elite .band__body{color:#fff;}
.variant-elite .cta-panel{border:0;border-radius:20px;background:var(--green-deep);color:#fff;}
.variant-elite .cta-panel .lead{color:rgba(255,255,255,.68);}

/* Legal */
.variant-elite .wrap--narrow{max-width:960px;}
.variant-elite .legal-block{
  padding:28px;
  border:0;
  border-radius:16px;
  background:var(--bg-2);
}
.variant-elite .legal-block h2{font-family:var(--f-body);font-weight:700;letter-spacing:-.025em;}

/* Footer */
.variant-elite .ftr{
  border:0;
  padding-top:80px;
  padding-bottom:32px;
  background:var(--green-ink);
  color:#fff;
}
.variant-elite .ftr .brand{color:#fff;}
.variant-elite .ftr__about p,.variant-elite .ftr__links a,.variant-elite .ftr__contact a,.variant-elite .ftr__addr{color:rgba(255,255,255,.58);}
.variant-elite .ftr h4{color:#fff;}
.variant-elite .ftr__links a:hover,.variant-elite .ftr__contact a:hover{color:var(--accent);}
.variant-elite .ftr__social a{border-color:rgba(255,255,255,.15);background:rgba(255,255,255,.06);color:#fff;border-radius:50%;}
.variant-elite .ftr__social a:hover{background:var(--accent);border-color:var(--accent);color:var(--green-ink);}
.variant-elite .ftr__bottom{border-color:rgba(255,255,255,.12);color:rgba(255,255,255,.48);}
.variant-elite .wa-fab{
  width:58px;height:58px;
  right:32px;bottom:28px;
  border:4px solid #fff;
  background:#15b85a;
  box-shadow:0 15px 38px rgba(0,45,23,.3);
}

/* Drawer */
.variant-elite .drawer{
  z-index:89;
  padding-top:118px;
  background:rgba(3,48,28,.985);
  color:#fff;
}
.variant-elite .drawer a{font-family:var(--f-body);font-weight:700;border-color:rgba(255,255,255,.12);}
.variant-elite .drawer a .ico{color:var(--accent);}
.variant-elite .drawer .btn--outline{color:#fff;background:transparent;border-color:rgba(255,255,255,.22);}

/* Motion and compositing: the campaign stays visually rich without repainting
   large blurred layers or launching dozens of scroll reveals. */
.variant-elite .burger,
.variant-elite .tel-pill,
.variant-elite .drawer{
  -webkit-backdrop-filter:none;
  backdrop-filter:none;
}
.variant-elite .drawer{background:rgb(3,48,28);}
.js .variant-elite .reveal{opacity:1;transform:none;transition:none;}
.variant-elite .hero__media img,
.variant-elite .band__bg img{animation:none!important;will-change:auto!important;}
.variant-elite .story-shot__media img{
  filter:none;
  transform:none;
  transition:transform .28s var(--ease);
}
.variant-elite .story-shot:hover .story-shot__media img{filter:none;transform:scale(1.012);}
.variant-elite #why .about-photo img{transition:transform .28s var(--ease);}
.variant-elite #why .about-photo:hover img{transform:scale(1.018);}

/* Lightweight 4D motion language: depth reacts to intent, time communicates
   progress, and every animation returns to a stable, readable layout. */
@media (hover:hover) and (pointer:fine){
  .variant-elite [data-depth-stage="fleet"]{
    transform:perspective(1500px) rotateX(var(--depth-rx,0deg)) rotateY(var(--depth-ry,0deg)) translateY(var(--depth-lift,0));
    transform-style:preserve-3d;will-change:transform;
    transition:transform .48s var(--ease-soft),box-shadow .48s var(--ease-soft);
  }
  .variant-elite [data-depth-stage="fleet"].is-depth-active{
    --depth-lift:-4px;box-shadow:0 38px 86px rgba(3,48,27,.2);
  }
  .variant-elite [data-depth-stage="fleet"].is-depth-active::after{opacity:.72;}
  .variant-elite [data-depth-stage="map"] .coverage-map__viewport{
    transform:rotateX(var(--depth-rx,0deg)) rotateY(var(--depth-ry,0deg)) scale(.988);
    will-change:transform;
    transition:transform .5s var(--ease-soft),filter .5s var(--ease-soft);
  }
  .variant-elite [data-depth-stage="map"].is-depth-active .coverage-map__viewport{
    filter:drop-shadow(0 22px 22px rgba(0,0,0,.2));
  }
  .variant-elite #process .step__n{
    transition:transform .34s var(--ease-soft),box-shadow .34s var(--ease-soft),background-color .34s var(--ease-soft);
  }
  .variant-elite #process .step:hover .step__n{
    transform:perspective(420px) rotateX(-9deg) translateY(-5px) translateZ(8px);
    background:var(--accent);border-color:var(--accent);
    box-shadow:0 13px 24px rgba(3,48,27,.18),0 0 0 7px rgba(32,226,102,.1);
  }
}
.variant-elite #process.is-motion-active .step__n{animation:process-node-lift .76s var(--ease-soft) both;}
.variant-elite #process.is-motion-active .step:nth-child(2) .step__n{animation-delay:.13s;}
.variant-elite #process.is-motion-active .step:nth-child(3) .step__n{animation-delay:.26s;}
.variant-elite #process.is-motion-active .step:nth-child(4) .step__n{animation-delay:.39s;}
@keyframes process-node-lift{
  0%{transform:perspective(420px) rotateX(0) translateY(0) scale(1);box-shadow:0 0 0 rgba(3,48,27,0);}
  48%{transform:perspective(420px) rotateX(-12deg) translateY(-8px) translateZ(10px) scale(1.08);box-shadow:0 16px 28px rgba(3,48,27,.2),0 0 0 8px rgba(32,226,102,.1);}
  100%{transform:perspective(420px) rotateX(0) translateY(0) scale(1);box-shadow:0 0 0 rgba(3,48,27,0);}
}
@keyframes route-result-settle{
  0%{transform:translateY(0);box-shadow:0 0 0 rgba(32,226,102,0);}
  45%{transform:translateY(-4px);box-shadow:0 18px 34px rgba(3,48,27,.18),0 0 0 4px rgba(32,226,102,.12);}
  100%{transform:translateY(0);box-shadow:0 0 0 rgba(32,226,102,0);}
}
@media (prefers-reduced-motion:reduce){
  .variant-elite .svc,.variant-elite .story-shot__media img,.variant-elite #why .about-photo img,
  .variant-elite [data-depth-stage="fleet"],.variant-elite [data-depth-stage="map"] .coverage-map__viewport,
  .variant-elite #process .step__n,.variant-elite .route-result{transform:none!important;animation:none!important;transition:none!important;}
  .variant-elite .fleet-card::after,.variant-elite .coverage-map__traveler{display:none!important;}
}

/* Tablet */
@media (max-width:1179px){
  .variant-elite .page-shell{width:min(100% - 28px,1840px);margin-block:14px 28px;border-radius:30px;}
  .variant-elite .hdr__cta{display:none;}
  .variant-elite .nav{display:none;}
  .variant-elite #why .about-layout{grid-template-columns:1fr 1fr;}
  .variant-elite #why .about-copy{grid-column:1/-1;padding:22px 0 0;max-width:800px;}
  .variant-elite .coverage-section__heading{grid-template-columns:1fr;gap:16px;}
  .variant-elite .coverage-section__heading .lead{max-width:62ch;}
  .variant-elite .coverage-board{grid-template-columns:minmax(0,1.2fr) minmax(320px,.8fr);}
  .variant-elite #process::after{opacity:.32;right:-12px;}
  .variant-elite #process .steps{width:82%;grid-template-columns:repeat(2,1fr);gap:44px;}
  .variant-elite #process .step:not(:last-child)::after{display:none;}
  .variant-elite .svc{min-height:310px;}
  .variant-elite .svc--feature{min-height:360px;}
}

/* Tablet: deliberate two-column media rhythm instead of the desktop collage. */
@media (min-width:700px) and (max-width:1039px){
  .variant-elite .page-shell{width:100%;margin:0;border-radius:0;box-shadow:none;}
  .variant-elite .story-grid{
    grid-template-columns:1fr 1fr;
    grid-template-areas:
      "intro intro"
      "hero wide"
      "bottom bottom";
    gap:16px;
  }
  .variant-elite .story-intro{max-width:660px;margin-bottom:20px;}
  .variant-elite .coverage-board{grid-template-columns:1fr;}
  .variant-elite .coverage-map__canvas{max-width:680px;}
  .variant-elite .story-shot--hero .story-shot__media,
  .variant-elite .story-shot--wide .story-shot__media{aspect-ratio:4/3;}
  .variant-elite .story-bottom{grid-template-columns:repeat(3,minmax(0,1fr));gap:16px;align-items:start;}
  .variant-elite .story-shot--sofa,.variant-elite .story-shot--arrival{grid-column:auto;}
  .variant-elite .story-shot--sofa .story-shot__media,
  .variant-elite .story-shot--detail .story-shot__media,
  .variant-elite .story-shot--arrival .story-shot__media{aspect-ratio:1/1;}
  .variant-elite .services{grid-template-columns:repeat(2,minmax(0,1fr));gap:14px;}
  .variant-elite .svc,.variant-elite .svc--feature,.variant-elite .svc--s12,
  .variant-elite .svc--s6,.variant-elite .svc--s4,.variant-elite .svc--s3{grid-column:span 1;min-height:310px;}
  .variant-elite .svc--s12{grid-column:1/-1;min-height:270px;}
  .variant-elite .svc--row{display:flex;align-items:stretch;gap:0;padding:28px;}
  .variant-elite .svc--row .arrow-link{margin-top:auto;padding-top:20px;}
}

/* Mobile */
@media (max-width:699px){
  :root{--gutter:20px;--section-y:76px;}
  html{background:#fff;scroll-padding-top:80px;}
  body.variant-elite{background:#fff;font-size:16px;}
  .variant-elite .page-shell{width:100%;margin:0;border-radius:0;box-shadow:none;overflow:clip;}
  .utility-bar{min-height:38px;}
  .utility-bar__inner{justify-content:flex-end;padding-inline:20px;font-size:12px;}
  .utility-bar__inner>span:first-child,.utility-bar__contact>a:first-child{display:none;}
  .utility-bar__contact{gap:0;}
  .variant-elite .hdr{min-height:72px;margin-bottom:-72px;padding-block:10px;}
  .variant-elite .hdr__inner{min-height:54px;gap:10px;}
  .variant-elite .brand{gap:8px;}
  .variant-elite .brand__logo-mark{width:38px;height:38px;flex-basis:38px;}
  .variant-elite .brand__name{font-size:13px;}
  .variant-elite .brand__sub{font-size:8px;letter-spacing:.085em;}
  .variant-elite .hdr__actions{gap:7px;}
  .variant-elite .lang-switcher__trigger{min-width:58px;height:44px;padding-inline:8px;}
  .variant-elite .burger{width:44px;height:44px;}
  .variant-elite .drawer{padding:100px 20px 32px;}
  .variant-elite .drawer>a{font-size:24px;}

  .variant-elite .hero{
    min-height:790px;
    background:
      linear-gradient(180deg,rgba(2,38,22,.94) 0%,rgba(2,38,22,.84) 48%,rgba(2,38,22,.76) 100%),
      url("img/hero-movers-branded-v2-sm.webp") 66% 50%/cover no-repeat;
  }
  .variant-elite .hero__grid{padding-top:142px;padding-bottom:36px;}
  .variant-elite .hero__copy{max-width:100%;}
  .variant-elite .hero .h-xl{font-size:clamp(44px,13.1vw,58px);line-height:.92;max-width:9.2ch;}
  .variant-elite .hero .lead{font-size:16px;line-height:1.5;margin-top:22px;max-width:38ch;}
  .variant-elite .hero .btn-row{margin-top:24px;gap:10px;}
  .variant-elite .hero .btn{min-height:52px;font-size:14px;padding-inline:19px;}
  .variant-elite .hero .btn--outline{padding-inline:2px 10px;}
  .variant-elite .hero .btn--outline .ico{width:42px;height:42px;}
  .variant-elite .hero .trust__inner{gap:7px;margin-top:38px;}
  .variant-elite .hero .trust__stat,.variant-elite .hero .trust__stat:first-child,.variant-elite .hero .trust__stat:last-child{
    min-width:0;min-height:70px;padding:10px 8px;text-align:center;
  }
  .variant-elite .hero .trust__stat b{justify-content:center;font-size:22px;}
  .variant-elite .hero .trust__stat>span{font-size:8.5px;line-height:1.2;letter-spacing:.025em;overflow-wrap:anywhere;}

  .variant-elite .page-hero{
    min-height:590px;
    padding-top:142px;
    padding-bottom:68px;
    background:
      linear-gradient(180deg,rgba(2,38,22,.94) 0%,rgba(2,38,22,.84) 48%,rgba(2,38,22,.76) 100%),
      url("img/hero-movers-branded-v2-sm.webp") 66% 50%/cover no-repeat;
  }
  .variant-elite .page-hero h1.h-xl{font-size:clamp(42px,12vw,56px);line-height:.94;overflow-wrap:anywhere;}
  .variant-elite .page-hero .lead{font-size:16px;}
  .variant-elite .page-hero .btn-row{gap:10px;}
  .variant-elite .page-hero .btn{width:100%;}

  .variant-elite .h-lg{font-size:clamp(36px,10vw,48px);}
  .variant-elite #why .about-layout{grid-template-columns:1fr 1fr;gap:12px;}
  .variant-elite #why .about-photo:first-child,.variant-elite #why .about-photo--wide{aspect-ratio:.74/1;}
  .variant-elite #why .about-copy{padding-top:20px;}
  .variant-elite #why .reason{grid-template-columns:34px minmax(0,1fr);}
  .variant-elite #why .reason p{font-size:14px;}

  .variant-elite #fleet{padding-top:30px;padding-bottom:54px;}
  .variant-elite .fleet-section__head{margin-bottom:26px;}
  .variant-elite .fleet-card{border-radius:17px;}
  .variant-elite .fleet-card__media{aspect-ratio:4/3;}
  .variant-elite .fleet-card__media img{object-position:center center;}
  .variant-elite .fleet-card__proof{grid-template-columns:1fr;}
  .variant-elite .fleet-card__proof article{padding:19px 20px;border-inline-end:0;border-bottom:1px solid rgba(255,255,255,.12);}
  .variant-elite .fleet-card__proof article:last-child{border-bottom:0;}
  .variant-elite .fleet-card::after{display:none;}

  .variant-elite .coverage-section__heading{grid-template-columns:1fr;gap:14px;margin-bottom:26px;}
  .variant-elite .coverage-board{grid-template-columns:1fr;border-radius:17px;}
  .variant-elite .coverage-map{padding:16px;}
  .variant-elite .coverage-tabs{width:100%;}
  .variant-elite .coverage-tabs button{min-width:0;padding-inline:10px;}
  .variant-elite .coverage-map__canvas{min-height:330px;margin-top:10px;border-radius:14px;}
  .variant-elite .map-marker__label{display:none;max-width:98px;padding:4px 6px;font-size:9px;}
  .variant-elite .map-marker.is-active .map-marker__label,
  .variant-elite .map-marker[data-label-mobile="true"] .map-marker__label{display:block;}
  .variant-elite .map-marker[data-label-visible="true"]:not(.is-active):not([data-label-mobile="true"]) .map-marker__label{display:none;}
  .variant-elite .coverage-map__origin{padding:6px 8px 6px 7px;font-size:10px;}
  .variant-elite #coverage[data-route-mode-current="eu"] .coverage-map__canvas{
    height:clamp(360px,100vw,410px);min-height:0;aspect-ratio:auto;
  }
  .variant-elite #coverage[data-route-mode-current="eu"] .coverage-map__viewport{
    width:150%;height:auto;aspect-ratio:760/620;
    inset:50% auto auto 50%;translate:-50% -50%;
  }
  .variant-elite .route-estimator{display:block;padding:25px 20px 28px;}
  .variant-elite .route-estimator .btn{
    min-width:0;
    max-width:100%;
    min-height:54px;
    height:auto;
    padding:12px 18px;
    white-space:normal;
    text-align:center;
    line-height:1.25;
  }
  .variant-elite .route-estimator>label{margin-top:24px;}
  .variant-elite .route-result__meta{grid-template-columns:auto 16px minmax(0,1fr);}
  .variant-elite .route-result__meta small{grid-column:1/-1;margin-top:4px;}
  .variant-elite .route-chip{min-height:36px;}
  .variant-elite #coverage{padding-top:62px;padding-bottom:58px;}
  .variant-elite #coverage + #process{padding-top:64px;}

  .variant-elite #process::after{display:none;}
  .variant-elite #process .steps{width:100%;grid-template-columns:1fr;gap:0;}
  .variant-elite #process .step{display:grid;grid-template-columns:48px minmax(0,1fr);gap:15px;padding:22px 0;border-bottom:1px solid #d8dfdb;}
  .variant-elite #process .step h3{margin-top:1px;font-size:19px;}
  .variant-elite #process .step p{margin-top:7px;}

  .variant-elite .quotes{grid-template-columns:1fr;gap:12px;}
  .variant-elite .quote,.variant-elite .quote:first-child,.variant-elite .quote:last-child,.variant-elite .quote--lead{min-height:0;padding:22px;}
  .variant-elite .quote blockquote,.variant-elite .quote--lead blockquote{font-size:15px;}
  .variant-elite .story-grid{display:grid;grid-template-columns:1fr;grid-template-areas:"intro" "hero" "wide" "bottom";gap:0;}
  .variant-elite .story-intro{margin-bottom:30px;}
  .variant-elite .story-shot{margin-bottom:16px;}
  .variant-elite .story-bottom{display:grid;grid-template-columns:1fr 1fr;gap:12px;}
  .variant-elite .story-shot--hero .story-shot__media,.variant-elite .story-shot--wide .story-shot__media{aspect-ratio:4/3;}
  .variant-elite .story-shot--sofa{grid-column:1/-1;}
  .variant-elite .story-shot--sofa .story-shot__media{aspect-ratio:16/9;}
  .variant-elite .story-shot--detail .story-shot__media,.variant-elite .story-shot--arrival .story-shot__media{aspect-ratio:1/1;}
  .variant-elite .story-shot figcaption{display:grid;min-height:46px;padding:10px 2px 0;}
  .variant-elite .story-shot figcaption span{font-size:11px;}
  .variant-elite .story-shot figcaption strong{font-size:13px;}

  .variant-elite .contact-grid{gap:34px;}
  .variant-elite .form-card{padding:22px 18px;}
  .variant-elite #contact .channel{grid-template-columns:46px minmax(0,1fr) 18px;gap:12px;}
  .variant-elite #contact .channel__ico{width:46px;height:46px;}
  .variant-elite #contact .channel b,.variant-elite #contact .channel:first-child b,.variant-elite #contact .channel[href^="mailto:"] b{font-size:15px;overflow-wrap:anywhere;}
  .variant-elite #contact .channel__content>span{font-size:12px;}

  .variant-elite .services{gap:12px;}
  .variant-elite .svc,.variant-elite .svc--feature,.variant-elite .svc--s12{min-height:280px;padding:22px;}
  .variant-elite .svc h3{font-size:23px;}
  .variant-elite .svc p{font-size:14.5px;line-height:1.54;}
  .variant-elite .svc--row{display:flex;align-items:stretch;gap:0;}
  .variant-elite .svc--row .arrow-link{margin-top:auto;padding-top:20px;}
  .variant-elite .tier,.variant-elite .offer,.variant-elite .note,.variant-elite .legal-block{border-radius:14px;}
  .variant-elite .ftr{padding-top:62px;}
  .variant-elite .wa-fab{right:12px;bottom:calc(14px + env(safe-area-inset-bottom,0px));width:54px;height:54px;}
}

@media (max-width:390px){
  .variant-elite .hero .h-xl{font-size:42px;}
  .variant-elite .hero .btn-row{align-items:flex-start;flex-direction:column;}
  .variant-elite .hero .btn--outline{width:auto;}
  .variant-elite #why .about-layout{grid-template-columns:1fr;}
  .variant-elite #why .about-photo:first-child{display:none;}
  .variant-elite #why .about-photo--wide{aspect-ratio:1/1.1;}
  .variant-elite .story-bottom{grid-template-columns:1fr;}
}

@media (max-width:350px){
  .variant-elite .brand__logo-mark{width:34px;height:34px;flex-basis:34px;}
  .variant-elite .brand__sub{display:none;}
}

/* RTL-safe alignment */
html.is-rtl .variant-elite .hero{background-position:32% 50%;}
html.is-rtl .variant-elite .hero .trust__stat{text-align:start;}
html.is-rtl .variant-elite #process::after{right:auto;left:max(12px,calc((100% - 1480px)/2 + 24px));transform:scaleX(-1);}
