/* ==========================================================================
   SPEEDY DOLOMITI SERVICE — style.css
   Editorial luxury · dark alpine · champagne accent
   ========================================================================== */

:root {
  /* palette */
  --ink-0: #0a0c10;
  --ink-1: #10131a;
  --ink-2: #171b23;
  --ink-3: #20252f;
  --cream: #f3eee6;
  --cream-70: rgba(243, 238, 230, 0.72);
  --cream-50: rgba(243, 238, 230, 0.5);
  --cream-30: rgba(243, 238, 230, 0.3);
  --stone: #9b9ca3;
  --gold: #c9a96e;
  --gold-2: #e2c48d;
  --gold-dim: rgba(201, 169, 110, 0.18);
  --line: rgba(243, 238, 230, 0.09);
  --line-2: rgba(243, 238, 230, 0.16);
  --wa: #25d366;

  /* type */
  --serif: "Cormorant Garamond", "Times New Roman", Georgia, serif;
  --sans: "Manrope", "Segoe UI", system-ui, -apple-system, sans-serif;

  /* motion */
  --ease-out: cubic-bezier(0.22, 1, 0.36, 1);
  --ease-soft: cubic-bezier(0.32, 0.72, 0, 1);
  --ease-io: cubic-bezier(0.65, 0, 0.35, 1);
  --dur: 0.7s;

  /* layout */
  --gutter: clamp(20px, 5vw, 80px);
  --section: clamp(96px, 14vw, 200px);
  --radius-xl: 32px;
  --radius-lg: 24px;
  --radius-md: 16px;
  --nav-h: 64px;
}

/* --------------------------------------------------------------------------
   Reset
   -------------------------------------------------------------------------- */
*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: auto; -webkit-text-size-adjust: 100%; }
html.lenis, html.lenis body { height: auto; }
.lenis.lenis-smooth { scroll-behavior: auto !important; }
.lenis.lenis-stopped { overflow: hidden; }
body {
  margin: 0;
  background: var(--ink-0);
  color: var(--cream);
  font-family: var(--sans);
  font-size: 16px;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  overflow-x: hidden;
}
img, svg, video { display: block; max-width: 100%; }
img { height: auto; }
a { color: inherit; text-decoration: none; }
button { font: inherit; color: inherit; background: none; border: 0; cursor: pointer; padding: 0; }
ul { list-style: none; margin: 0; padding: 0; }
h1, h2, h3, h4, p { margin: 0; }
::selection { background: var(--gold); color: var(--ink-0); }
:focus-visible { outline: 2px solid var(--gold); outline-offset: 4px; border-radius: 4px; }

/* --------------------------------------------------------------------------
   Utilities
   -------------------------------------------------------------------------- */
.container { width: min(1440px, 100% - var(--gutter) * 2); margin-inline: auto; }
.section { padding-block: var(--section); position: relative; }
.eyebrow {
  display: inline-flex; align-items: center; gap: 10px;
  font-size: 10.5px; letter-spacing: 0.26em; text-transform: uppercase; font-weight: 600;
  color: var(--gold);
}
.eyebrow::before { content: ""; width: 28px; height: 1px; background: var(--gold); opacity: .8; }
.eyebrow--pill {
  border: 1px solid rgba(201,169,110,0.35); border-radius: 999px; padding: 8px 16px; gap: 8px;
  background: rgba(10,12,16,0.45); color: var(--gold-2);
  backdrop-filter: blur(12px); -webkit-backdrop-filter: blur(12px);
}
.eyebrow--pill::before { width: 6px; height: 6px; border-radius: 50%; }

.display {
  font-family: var(--serif);
  font-weight: 400;
  line-height: 0.98;
  letter-spacing: -0.015em;
}
.display em { font-style: italic; color: var(--gold-2); font-weight: 400; }
.h-xl { font-size: clamp(3rem, 8.4vw, 8.6rem); }
.h-lg { font-size: clamp(2.5rem, 5.6vw, 5.4rem); }
.h-md { font-size: clamp(2rem, 3.6vw, 3.4rem); line-height: 1.05; }
.h-sm { font-family: var(--serif); font-size: clamp(1.5rem, 2.2vw, 2rem); line-height: 1.15; font-weight: 500; }
.lead { font-size: clamp(1.05rem, 1.35vw, 1.3rem); line-height: 1.65; color: var(--cream-70); font-weight: 400; max-width: 56ch; }
.muted { color: var(--stone); }
.small { font-size: 13px; }

.hairline { height: 1px; background: var(--line); }
.grain {
  position: fixed; inset: 0; z-index: 90; pointer-events: none; opacity: .045;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='220' height='220'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='2' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)'/%3E%3C/svg%3E");
  background-size: 220px 220px;
  mix-blend-mode: overlay;
}

/* reveal */
.reveal { opacity: 0; transform: translate3d(0, 40px, 0); filter: blur(6px); will-change: transform, opacity, filter; }
.reveal.is-in { opacity: 1; transform: none; filter: none; transition: opacity 1.1s var(--ease-soft), transform 1.1s var(--ease-soft), filter 1.1s var(--ease-soft); }
.reveal[data-delay="1"].is-in { transition-delay: .1s; }
.reveal[data-delay="2"].is-in { transition-delay: .2s; }
.reveal[data-delay="3"].is-in { transition-delay: .3s; }
.reveal[data-delay="4"].is-in { transition-delay: .4s; }

/* split-text lines — masked only once JS can animate them back in */
.lines .line { display: block; overflow: hidden; }
.js .lines .line > span { display: block; transform: translateY(110%); will-change: transform; }

/* --------------------------------------------------------------------------
   Buttons — nested "island" architecture
   -------------------------------------------------------------------------- */
.btn {
  --btn-bg: var(--cream);
  --btn-fg: var(--ink-0);
  --btn-ring: rgba(255,255,255,0.12);
  position: relative; isolation: isolate;
  display: inline-flex; align-items: center; gap: 14px;
  padding: 8px 8px 8px 24px;
  border-radius: 999px;
  background: var(--btn-bg); color: var(--btn-fg);
  font-weight: 600; font-size: 14px; letter-spacing: 0.01em; line-height: 1;
  transition: transform .5s var(--ease-soft), background .5s var(--ease-soft), color .5s var(--ease-soft), box-shadow .5s var(--ease-soft);
  box-shadow: 0 1px 0 rgba(255,255,255,0.25) inset, 0 20px 40px -20px rgba(0,0,0,0.6);
  white-space: nowrap;
}
.btn:hover { transform: translateY(-2px); }
.btn:active { transform: scale(0.97); }
.btn__icon {
  width: 36px; height: 36px; border-radius: 50%;
  display: grid; place-items: center;
  background: rgba(0,0,0,0.08);
  transition: transform .5s var(--ease-soft), background .5s var(--ease-soft);
}
.btn__icon svg { width: 15px; height: 15px; stroke: currentColor; fill: none; stroke-width: 1.6; stroke-linecap: round; stroke-linejoin: round; transition: transform .5s var(--ease-soft); }
.btn:hover .btn__icon { transform: scale(1.06); }
.btn:hover .btn__icon svg { transform: translate(2px, -2px); }
.btn--ghost { --btn-bg: rgba(255,255,255,0.05); --btn-fg: var(--cream); box-shadow: 0 0 0 1px var(--line-2) inset; backdrop-filter: blur(10px); }
.btn--ghost .btn__icon { background: rgba(255,255,255,0.08); }
.btn--ghost:hover { background: rgba(255,255,255,0.09); }
.btn--gold { --btn-bg: var(--gold); --btn-fg: var(--ink-0); }
.btn--wa { --btn-bg: var(--wa); --btn-fg: #06200f; }
.btn--wa .btn__icon { background: rgba(0,0,0,0.12); }
.btn--sm { padding: 6px 6px 6px 18px; font-size: 13px; }
.btn--sm .btn__icon { width: 30px; height: 30px; }
.btn--lg { padding: 10px 10px 10px 30px; font-size: 15px; }
.btn--lg .btn__icon { width: 42px; height: 42px; }

.link-arrow {
  display: inline-flex; align-items: center; gap: 10px;
  font-size: 13px; letter-spacing: 0.14em; text-transform: uppercase; font-weight: 600; color: var(--cream);
}
.link-arrow .ar { width: 30px; height: 30px; border-radius: 50%; border: 1px solid var(--line-2); display: grid; place-items: center; transition: transform .5s var(--ease-soft), background .5s var(--ease-soft), border-color .5s var(--ease-soft); }
.link-arrow .ar svg { width: 13px; height: 13px; stroke: currentColor; fill: none; stroke-width: 1.6; stroke-linecap: round; stroke-linejoin: round; }
.link-arrow:hover .ar { background: var(--gold); border-color: var(--gold); color: var(--ink-0); transform: translateX(4px); }

/* --------------------------------------------------------------------------
   Preloader
   -------------------------------------------------------------------------- */
.loader { display: none; } /* only JS can dismiss it, so only JS may show it */
.js .loader {
  position: fixed; inset: 0; z-index: 300; background: var(--ink-0);
  display: grid; place-items: center;
}
.loader__inner { display: grid; justify-items: center; gap: 28px; }
.loader__dove { width: 120px; }
.loader__dove path { fill: none; stroke: var(--cream); stroke-width: 1.4; stroke-linejoin: round; stroke-dasharray: 700; stroke-dashoffset: 700; }
.loader__word { font-family: var(--serif); font-size: 22px; letter-spacing: 0.32em; text-transform: uppercase; color: var(--cream-70); overflow: hidden; }
.loader__word span { display: block; transform: translateY(100%); }
.loader__bar { width: 120px; height: 1px; background: var(--line-2); overflow: hidden; }
.loader__bar i { display: block; height: 100%; width: 100%; background: var(--gold); transform: scaleX(0); transform-origin: left; }
.loader__count { position: absolute; right: var(--gutter); bottom: 30px; font-family: var(--serif); font-size: clamp(3rem, 8vw, 6rem); line-height: 1; color: var(--cream-30); font-variant-numeric: tabular-nums; }
.loader__curtain { position: absolute; inset: 0; background: var(--ink-1); transform: scaleY(0); transform-origin: bottom; }

/* --------------------------------------------------------------------------
   Navigation — floating island
   -------------------------------------------------------------------------- */
.nav {
  position: fixed; top: 22px; left: 0; right: 0; z-index: 120;
  display: flex; justify-content: center; pointer-events: none;
}
.js .nav { transform: translateY(-120%); opacity: 0; }
.nav__island {
  pointer-events: auto;
  display: flex; align-items: center; gap: 4px;
  height: 56px; padding: 0 8px 0 20px;
  border-radius: 999px;
  background: rgba(16, 19, 26, 0.6);
  backdrop-filter: blur(24px) saturate(140%);
  -webkit-backdrop-filter: blur(24px) saturate(140%);
  box-shadow: 0 0 0 1px var(--line-2) inset, 0 1px 0 rgba(255,255,255,0.08) inset, 0 30px 60px -30px rgba(0,0,0,0.8);
  transition: background .6s var(--ease-soft), transform .6s var(--ease-soft);
}
.nav.is-scrolled .nav__island { background: rgba(16, 19, 26, 0.82); }
.nav__logo { display: flex; align-items: center; gap: 9px; margin-right: 16px; }
.nav__logo svg { width: 30px; height: 22px; flex: none; }
.nav__logo b { font-size: 12px; letter-spacing: .16em; font-weight: 700; line-height: 1.1; }
.nav__logo b small { display: block; font-size: 7.5px; letter-spacing: .24em; color: var(--gold); font-weight: 600; margin-top: 2px; }
.nav__links { display: flex; align-items: center; gap: 2px; }
.nav__links a {
  position: relative; padding: 8px 13px; font-size: 12.5px; letter-spacing: .04em; font-weight: 500; color: var(--cream-70);
  border-radius: 999px; transition: color .4s var(--ease-soft), background .4s var(--ease-soft);
}
.nav__links a:hover, .nav__links a.is-active { color: var(--cream); background: rgba(255,255,255,0.06); }
.nav__cta { margin-left: 6px; }
.nav__cta.btn { padding: 6px 6px 6px 16px; font-size: 12.5px; }
.nav__cta.btn .btn__icon { width: 28px; height: 28px; }
.nav__cta.btn .btn__icon svg { width: 12px; height: 12px; }
/* selettore lingua */
.langsel { display: flex; align-items: center; gap: 1px; margin-left: 10px; padding: 3px; border-radius: 999px; background: rgba(255,255,255,0.05); box-shadow: 0 0 0 1px var(--line) inset; }
.langsel a {
  display: grid; place-items: center; min-width: 32px; height: 26px; padding: 0 7px; border-radius: 999px;
  font-size: 11px; font-weight: 700; letter-spacing: .08em; color: var(--cream-50);
  transition: color .4s var(--ease-soft), background .4s var(--ease-soft);
}
.langsel a:hover { color: var(--cream); }
.langsel a.is-on { color: var(--ink-0); background: var(--gold); }
.menu__langs .langsel { margin: 0; }
.menu__langs .langsel a { min-width: 40px; height: 32px; font-size: 12px; }

.nav__burger {
  position: relative; width: 40px; height: 40px; border-radius: 50%;
  background: rgba(255,255,255,0.06); display: none; place-items: center;
  transition: background .4s var(--ease-soft);
}
.nav__burger span { position: absolute; left: 12px; width: 16px; height: 1.5px; background: var(--cream); border-radius: 2px; transition: transform .6s var(--ease-soft), top .6s var(--ease-soft), width .6s; }
.nav__burger span:nth-child(1) { top: 17px; }
.nav__burger span:nth-child(2) { top: 22px; }
.nav__burger.is-open span:nth-child(1) { top: 19.5px; transform: rotate(45deg); }
.nav__burger.is-open span:nth-child(2) { top: 19.5px; transform: rotate(-45deg); }

/* full-screen menu */
.menu {
  position: fixed; inset: 0; z-index: 110;
  background: rgba(10, 12, 16, 0.86);
  backdrop-filter: blur(40px) saturate(120%);
  -webkit-backdrop-filter: blur(40px) saturate(120%);
  display: grid; align-content: center; padding: 0 var(--gutter);
  clip-path: circle(0% at calc(100% - 60px) 44px);
  visibility: hidden;
  transition: clip-path 1s var(--ease-soft), visibility 0s linear 1s;
}
.menu.is-open { clip-path: circle(150% at calc(100% - 60px) 44px); visibility: visible; transition: clip-path 1.1s var(--ease-soft), visibility 0s; }
.menu__links { display: grid; gap: 4px; }
.menu__links a { display: block; overflow: hidden; font-family: var(--serif); font-size: clamp(2.6rem, 9vw, 6rem); line-height: 1.05; }
.menu__links a span { display: block; transform: translateY(110%); transition: transform .9s var(--ease-soft); }
.menu.is-open .menu__links a span { transform: none; }
.menu.is-open .menu__links a:nth-child(1) span { transition-delay: .15s; }
.menu.is-open .menu__links a:nth-child(2) span { transition-delay: .21s; }
.menu.is-open .menu__links a:nth-child(3) span { transition-delay: .27s; }
.menu.is-open .menu__links a:nth-child(4) span { transition-delay: .33s; }
.menu.is-open .menu__links a:nth-child(5) span { transition-delay: .39s; }
.menu.is-open .menu__links a:nth-child(6) span { transition-delay: .45s; }
.menu__links a:hover span { color: var(--gold-2); font-style: italic; }
.menu__foot { margin-top: 48px; display: flex; flex-wrap: wrap; gap: 24px 48px; color: var(--cream-50); font-size: 13px; opacity: 0; transform: translateY(20px); transition: opacity .8s .5s, transform .8s .5s var(--ease-soft); }
.menu.is-open .menu__foot { opacity: 1; transform: none; }
.menu__foot a { color: var(--cream); }

/* --------------------------------------------------------------------------
   Hero
   -------------------------------------------------------------------------- */
.hero { position: relative; min-height: 100dvh; display: grid; align-items: end; overflow: hidden; isolation: isolate; }
.hero__media { position: absolute; inset: -6% 0 0; z-index: -2; }
.hero__media img { width: 100%; height: 100%; object-fit: cover; object-position: center 40%; transform: scale(1.18); will-change: transform; }
.hero__veil {
  position: absolute; inset: 0; z-index: -1;
  background:
    linear-gradient(180deg, rgba(10,12,16,0.55) 0%, rgba(10,12,16,0.12) 30%, rgba(10,12,16,0.35) 62%, rgba(10,12,16,0.96) 100%),
    radial-gradient(60% 50% at 20% 90%, rgba(10,12,16,0.7), transparent 70%);
}
.hero__inner { position: relative; padding-bottom: clamp(40px, 5vw, 64px); padding-top: 124px; }
.hero__eyebrow { margin-bottom: 22px; }
.hero__title { max-width: 14ch; font-size: clamp(3rem, 7.6vw, 7.8rem); }
.hero__title .line > span { padding-bottom: .06em; }
.hero__row { display: grid; grid-template-columns: 1.4fr 1fr; gap: 40px; align-items: end; margin-top: 32px; }
.hero__sub { max-width: 46ch; color: var(--cream-70); font-size: clamp(1rem, 1.25vw, 1.2rem); line-height: 1.7; }
.hero__ctas { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 32px; }
.hero__facts { display: grid; grid-template-columns: repeat(2, 1fr); gap: 0; border: 1px solid var(--line-2); border-radius: var(--radius-lg); overflow: hidden; background: rgba(16,19,26,0.4); backdrop-filter: blur(16px); -webkit-backdrop-filter: blur(16px); }
.hero__facts li { padding: 18px 22px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.hero__facts li:nth-child(2n) { border-right: 0; }
.hero__facts li:nth-last-child(-n+2) { border-bottom: 0; }
.hero__facts b { display: block; font-family: var(--serif); font-size: clamp(1.7rem, 2.4vw, 2.3rem); font-weight: 500; line-height: 1; margin-bottom: 8px; }
.hero__facts span { font-size: 11.5px; letter-spacing: .12em; text-transform: uppercase; color: var(--cream-50); font-weight: 600; }
.hero__scroll { position: absolute; left: 50%; bottom: 26px; transform: translateX(-50%); display: none; }

/* hero: card ritratto di Gianni accanto a chip + numeri */
.hero__aside { display: grid; grid-template-columns: 188px 1fr; gap: 14px; align-items: end; }
.hero__portrait { position: relative; margin: 0; transform: rotate(-2.5deg); transition: transform .8s var(--ease-soft); }
.hero__portrait:hover { transform: rotate(-1deg) translateY(-4px); }
.hero__portrait .bezel__core { aspect-ratio: 4 / 5; }
.hero__portrait img { width: 100%; height: 100%; object-fit: cover; }
.hero__portrait figcaption { position: absolute; left: 14px; right: 14px; bottom: 14px; z-index: 1; font-size: 10px; letter-spacing: .16em; text-transform: uppercase; font-weight: 700; color: var(--cream); text-shadow: 0 1px 8px rgba(0,0,0,.6); }
.hero__portrait figcaption small { display: block; font-size: 9px; color: var(--gold-2); letter-spacing: .14em; margin-top: 2px; }
.hero__portrait .bezel__core::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, transparent 60%, rgba(10,12,16,.75)); pointer-events: none; }

/* driver chip (hero) */
.driver-chip {
  display: flex; align-items: center; gap: 14px; margin-bottom: 12px;
  padding: 8px 8px 8px 8px; border-radius: 999px;
  background: rgba(16,19,26,0.55); backdrop-filter: blur(16px); -webkit-backdrop-filter: blur(16px);
  box-shadow: 0 0 0 1px var(--line-2) inset;
  transition: background .5s var(--ease-soft), transform .5s var(--ease-soft);
}
.driver-chip:hover { background: rgba(23,27,35,0.78); transform: translateY(-2px); }
.driver-chip__ph { width: 46px; height: 46px; border-radius: 50%; overflow: hidden; flex: none; box-shadow: 0 0 0 1px var(--gold-dim); }
.driver-chip__ph img { width: 100%; height: 100%; object-fit: cover; }
.driver-chip__txt { display: grid; gap: 2px; min-width: 0; }
.driver-chip__txt b { font-size: 14px; font-weight: 600; }
.driver-chip__txt span { font-size: 11px; letter-spacing: .1em; text-transform: uppercase; color: var(--gold-2); font-weight: 600; }
.driver-chip__ar { width: 32px; height: 32px; border-radius: 50%; border: 1px solid var(--line-2); display: grid; place-items: center; margin-left: auto; flex: none; transition: background .4s var(--ease-soft), color .4s, border-color .4s, transform .4s var(--ease-soft); }
.driver-chip__ar svg { width: 13px; height: 13px; stroke: currentColor; fill: none; stroke-width: 1.6; stroke-linecap: round; }
.driver-chip:hover .driver-chip__ar { background: var(--gold); border-color: var(--gold); color: var(--ink-0); transform: translateX(3px); }
.hero__side { position: absolute; right: var(--gutter); top: 50%; transform: translateY(-50%) rotate(90deg); transform-origin: right center; font-size: 10px; letter-spacing: .3em; text-transform: uppercase; color: var(--cream-50); display: flex; align-items: center; gap: 14px; }
.hero__side::after { content: ""; width: 60px; height: 1px; background: var(--cream-30); }

/* --------------------------------------------------------------------------
   Marquee
   -------------------------------------------------------------------------- */
.marquee { border-block: 1px solid var(--line); padding: 22px 0; overflow: hidden; background: var(--ink-1); }
.marquee__track { display: flex; width: max-content; gap: 0; will-change: transform; }
.marquee__item { display: flex; align-items: center; gap: 28px; padding-right: 28px; font-family: var(--serif); font-size: clamp(1.4rem, 2.4vw, 2rem); color: var(--cream-70); white-space: nowrap; }
.marquee__item i { width: 5px; height: 5px; border-radius: 50%; background: var(--gold); flex: none; }
.marquee__ph { width: 40px; height: 40px; border-radius: 50%; overflow: hidden; background: none; box-shadow: 0 0 0 1px var(--line-2); }
.marquee__ph img { width: 100%; height: 100%; object-fit: cover; }

/* --------------------------------------------------------------------------
   Intro — editorial split
   -------------------------------------------------------------------------- */
.intro__grid { display: grid; grid-template-columns: 1.1fr 0.9fr; gap: clamp(40px, 8vw, 120px); align-items: center; }
.intro__title { margin: 24px 0 32px; max-width: 14ch; }
.intro__list { margin-top: 48px; display: grid; gap: 0; border-top: 1px solid var(--line); }
.intro__list li { display: grid; grid-template-columns: 48px 1fr; gap: 20px; padding: 26px 0; border-bottom: 1px solid var(--line); }
.intro__list .num { font-family: var(--serif); font-size: 15px; color: var(--gold); letter-spacing: .1em; padding-top: 4px; }
.intro__list h4 { font-size: 17px; font-weight: 600; margin-bottom: 6px; }
.intro__list p { color: var(--stone); font-size: 15px; max-width: 46ch; }

.stack { position: relative; aspect-ratio: 4 / 5; }
.stack__card { position: absolute; inset: 0; }
.stack__card--back { transform: rotate(-4deg) translate(-6%, 3%) scale(.94); opacity: .55; }
.stack__card--front { transform: rotate(2.5deg); }

/* --- bezel (double-rim) --- */
.bezel {
  padding: 8px; border-radius: var(--radius-xl);
  background: rgba(255,255,255,0.035);
  box-shadow: 0 0 0 1px var(--line) inset, 0 40px 80px -40px rgba(0,0,0,0.9);
}
.bezel__core {
  position: relative; border-radius: calc(var(--radius-xl) - 8px); overflow: hidden; height: 100%;
  background: var(--ink-2);
  box-shadow: 0 1px 0 rgba(255,255,255,0.12) inset;
}
.bezel__core img { width: 100%; height: 100%; object-fit: cover; }
.bezel__core .tag { position: absolute; left: 16px; bottom: 16px; padding: 8px 12px; border-radius: 999px; font-size: 10.5px; letter-spacing: .18em; text-transform: uppercase; font-weight: 600; background: rgba(10,12,16,0.55); backdrop-filter: blur(12px); -webkit-backdrop-filter: blur(12px); box-shadow: 0 0 0 1px var(--line-2) inset; }
.stack .bezel { height: 100%; }
.stack .bezel__core { height: 100%; }

/* --------------------------------------------------------------------------
   Services — asymmetric bento
   -------------------------------------------------------------------------- */
.services__head { display: grid; grid-template-columns: 1fr auto; align-items: end; gap: 32px; margin-bottom: 56px; }
.services__head .display { margin-top: 20px; max-width: 16ch; }
.bento { display: grid; grid-template-columns: repeat(12, 1fr); grid-auto-rows: minmax(220px, auto); gap: 14px; }
.bento > * { min-width: 0; }
.cell { position: relative; border-radius: var(--radius-xl); overflow: hidden; }
.cell--a { grid-column: span 7; grid-row: span 2; }
.cell--b { grid-column: span 5; }
.cell--c { grid-column: span 5; }
.cell--d { grid-column: span 4; }
.cell--e { grid-column: span 4; }
.cell--f { grid-column: span 4; }
.cell .bezel { height: 100%; }
.cell .bezel__core { padding: 30px; display: flex; flex-direction: column; justify-content: flex-end; min-height: 100%; }
.cell__bg { position: absolute; inset: 0; z-index: 0; }
.cell__bg img { width: 100%; height: 100%; object-fit: cover; transform: scale(1.04); transition: transform 1.4s var(--ease-soft); }
.cell__bg::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, rgba(10,12,16,0.1) 20%, rgba(10,12,16,0.92) 100%); }
.cell:hover .cell__bg img { transform: scale(1.1); }
.cell__body { position: relative; z-index: 1; }
.cell__icon { width: 44px; height: 44px; border-radius: 14px; background: rgba(255,255,255,0.05); box-shadow: 0 0 0 1px var(--line-2) inset; display: grid; place-items: center; margin-bottom: 18px; }
.cell__icon svg { width: 20px; height: 20px; stroke: var(--gold-2); fill: none; stroke-width: 1.3; stroke-linecap: round; stroke-linejoin: round; }
.cell h3 { font-family: var(--serif); font-size: clamp(1.5rem, 2vw, 2rem); font-weight: 500; line-height: 1.1; margin-bottom: 10px; }
.cell--a h3 { font-size: clamp(2rem, 3.2vw, 3.2rem); }
.cell p { color: var(--cream-70); font-size: 15px; max-width: 44ch; }
.cell--a p { font-size: 16px; }
.cell__foot { margin-top: 20px; display: flex; align-items: center; justify-content: space-between; gap: 12px; }
.cell__chips { display: flex; flex-wrap: wrap; gap: 6px; }
.chip { font-size: 10.5px; letter-spacing: .1em; text-transform: uppercase; font-weight: 600; padding: 6px 10px; border-radius: 999px; background: rgba(255,255,255,0.05); box-shadow: 0 0 0 1px var(--line) inset; color: var(--cream-70); }
.cell__arrow { width: 40px; height: 40px; border-radius: 50%; border: 1px solid var(--line-2); display: grid; place-items: center; transition: background .5s var(--ease-soft), transform .5s var(--ease-soft), border-color .5s; flex: none; }
.cell__arrow svg { width: 14px; height: 14px; stroke: currentColor; fill: none; stroke-width: 1.6; stroke-linecap: round; }
.cell:hover .cell__arrow { background: var(--gold); border-color: var(--gold); color: var(--ink-0); transform: rotate(-45deg); }

/* --------------------------------------------------------------------------
   Tours — pinned horizontal gallery
   -------------------------------------------------------------------------- */
.tours { background: var(--ink-1); }
.tours__head { padding: var(--section) 0 56px; }
.tours__head-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 40px; align-items: end; }
.tours__head .display { margin-top: 20px; }
.tours__meta { display: flex; flex-wrap: wrap; align-items: center; justify-content: space-between; gap: 14px 24px; margin-top: 22px; }
.driver-chip--sm { margin: 0; padding: 6px 14px 6px 6px; }
.driver-chip--sm .driver-chip__ph { width: 40px; height: 40px; }
.driver-chip--sm .driver-chip__txt b { font-size: 13px; }
.driver-chip--sm .driver-chip__txt span { font-size: 10px; }
.transfers__foot { display: grid; grid-template-columns: minmax(0, 420px) 1fr; gap: 20px 40px; align-items: center; margin-top: 28px; }
.transfers__foot .reply-by { margin-top: 0; }
.transfers__foot .transfers__note { margin-top: 0; }
.tours__hint { display: inline-flex; align-items: center; gap: 12px; font-size: 11px; letter-spacing: .2em; text-transform: uppercase; color: var(--cream-50); }
.tours__hint i { width: 60px; height: 1px; background: var(--cream-30); position: relative; overflow: hidden; }
.tours__hint i::after { content: ""; position: absolute; inset: 0; background: var(--gold); transform: translateX(-100%); animation: hintline 2.4s var(--ease-io) infinite; }
@keyframes hintline { 0% { transform: translateX(-100%);} 60%,100% { transform: translateX(100%);} }

.tours__pin { position: relative; overflow: hidden; }
.tours__track { display: flex; gap: 22px; padding: 0 var(--gutter) 90px; width: max-content; will-change: transform; }
.tour {
  position: relative; width: clamp(320px, 34vw, 520px); aspect-ratio: 3 / 4; flex: none;
  border-radius: var(--radius-xl); overflow: hidden; isolation: isolate;
}
.tour .bezel { height: 100%; }
.tour .bezel__core { height: 100%; display: flex; flex-direction: column; justify-content: flex-end; padding: 28px; }
.tour__bg { position: absolute; inset: 0; z-index: 0; }
.tour__bg img { width: 100%; height: 115%; object-fit: cover; transform: translateY(-6%); will-change: transform; transition: transform 1.2s var(--ease-soft); }
.tour__bg::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, rgba(10,12,16,0.15) 0%, rgba(10,12,16,0.05) 35%, rgba(10,12,16,0.94) 100%); }
.tour__top { position: absolute; top: 22px; left: 22px; right: 22px; z-index: 2; display: flex; justify-content: space-between; align-items: center; }
.tour__num { font-family: var(--serif); font-size: 15px; letter-spacing: .12em; color: var(--cream-70); }
.tour__body { position: relative; z-index: 1; }
.tour h3 { font-family: var(--serif); font-size: clamp(1.7rem, 2.4vw, 2.4rem); font-weight: 500; line-height: 1.05; margin-bottom: 10px; }
.tour__meta { display: flex; gap: 18px; font-size: 11.5px; letter-spacing: .12em; text-transform: uppercase; color: var(--gold-2); font-weight: 600; margin-bottom: 14px; }
.tour p { color: var(--cream-70); font-size: 14.5px; line-height: 1.6; max-width: 40ch; }
.tour__stops { display: flex; flex-wrap: wrap; gap: 6px; margin-top: 16px; }
.tour__foot { display: flex; align-items: center; justify-content: space-between; margin-top: 22px; padding-top: 18px; border-top: 1px solid var(--line-2); }
.tour__price { font-size: 12px; color: var(--cream-50); }
.tour__price b { color: var(--cream); font-weight: 600; }
.tour:hover .tour__bg img { transform: translateY(-6%) scale(1.06); }
.tour--end { width: clamp(280px, 26vw, 420px); }
.tour--end .bezel__core { justify-content: center; align-items: flex-start; background: linear-gradient(160deg, var(--ink-2), var(--ink-1)); }
.tour--end h3 { margin-bottom: 18px; }

.tours__progress { position: absolute; left: var(--gutter); right: var(--gutter); bottom: 44px; height: 1px; background: var(--line-2); }
.tours__progress i { position: absolute; inset: 0; background: var(--gold); transform: scaleX(0); transform-origin: left; }

/* --------------------------------------------------------------------------
   Modal — itinerary
   -------------------------------------------------------------------------- */
.modal { position: fixed; inset: 0; z-index: 150; display: grid; place-items: center; padding: 20px; visibility: hidden; }
.modal.is-open { visibility: visible; }
.modal__bg { position: absolute; inset: 0; background: rgba(10,12,16,0.7); backdrop-filter: blur(20px); -webkit-backdrop-filter: blur(20px); opacity: 0; transition: opacity .6s var(--ease-soft); }
.modal.is-open .modal__bg { opacity: 1; }
.modal__panel {
  position: relative; width: min(980px, 100%); max-height: min(88dvh, 900px); overflow: hidden;
  border-radius: var(--radius-xl);
  transform: translateY(40px) scale(.97); opacity: 0;
  transition: transform .7s var(--ease-soft), opacity .5s var(--ease-soft);
}
.modal.is-open .modal__panel { transform: none; opacity: 1; }
.modal__panel .bezel { height: 100%; }
.modal__panel .bezel__core { display: grid; grid-template-columns: 0.9fr 1.1fr; max-height: min(88dvh, 900px); overflow: hidden; }
.modal__media { position: relative; min-height: 320px; }
.modal__media img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.modal__media::after { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg, transparent 60%, var(--ink-2)); }
.modal__media .modal__cap { position: absolute; left: 24px; bottom: 24px; z-index: 1; }
.modal__media .modal__cap b { display: block; font-family: var(--serif); font-size: 2.6rem; font-weight: 400; line-height: 1; }
.modal__media .modal__cap span { font-size: 11px; letter-spacing: .2em; text-transform: uppercase; color: var(--gold-2); font-weight: 600; }
.modal__content { padding: 40px; overflow: auto; }
.modal__content h3 { font-family: var(--serif); font-size: 2.2rem; font-weight: 500; line-height: 1.05; margin: 12px 0 8px; }
.modal__stats { display: flex; flex-wrap: wrap; gap: 10px 28px; margin: 18px 0 26px; font-size: 12px; letter-spacing: .1em; text-transform: uppercase; color: var(--cream-50); }
.modal__stats b { color: var(--cream); font-weight: 600; }
.timeline { display: grid; gap: 0; border-left: 1px solid var(--line-2); margin-left: 6px; }
.timeline li { position: relative; padding: 0 0 22px 26px; }
.timeline li::before { content: ""; position: absolute; left: -4.5px; top: 6px; width: 8px; height: 8px; border-radius: 50%; background: var(--gold); box-shadow: 0 0 0 4px var(--ink-2); }
.timeline b { display: block; font-size: 15px; font-weight: 600; margin-bottom: 3px; }
.timeline span { font-size: 14px; color: var(--stone); }
.timeline time { display: block; font-size: 11px; letter-spacing: .14em; color: var(--gold-2); margin-bottom: 4px; font-weight: 600; }
.modal__notes { margin-top: 10px; padding: 18px; border-radius: var(--radius-md); background: rgba(255,255,255,0.03); box-shadow: 0 0 0 1px var(--line) inset; font-size: 13.5px; color: var(--cream-70); line-height: 1.6; }
.modal__ctas { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 26px; }
.modal__close { position: absolute; top: 18px; right: 18px; z-index: 5; width: 44px; height: 44px; border-radius: 50%; background: rgba(10,12,16,0.55); backdrop-filter: blur(12px); box-shadow: 0 0 0 1px var(--line-2) inset; display: grid; place-items: center; transition: transform .5s var(--ease-soft), background .4s; }
.modal__close:hover { transform: rotate(90deg); background: var(--cream); color: var(--ink-0); }
.modal__close svg { width: 16px; height: 16px; stroke: currentColor; fill: none; stroke-width: 1.6; stroke-linecap: round; }

/* --------------------------------------------------------------------------
   Vehicle
   -------------------------------------------------------------------------- */
.vehicle { position: relative; overflow: hidden; }
.vehicle__grid { display: grid; grid-template-columns: 0.9fr 1.1fr; gap: clamp(40px, 6vw, 96px); align-items: center; }
.vehicle__title { margin: 22px 0 20px; }
.specs { display: grid; grid-template-columns: repeat(2, 1fr); gap: 12px; margin-top: 36px; }
.spec { padding: 20px 22px; border-radius: var(--radius-lg); background: rgba(255,255,255,0.03); box-shadow: 0 0 0 1px var(--line) inset, 0 1px 0 rgba(255,255,255,0.06) inset; transition: background .5s var(--ease-soft), transform .5s var(--ease-soft); }
.spec:hover { background: rgba(255,255,255,0.055); transform: translateY(-2px); }
.spec b { display: block; font-family: var(--serif); font-size: 1.6rem; font-weight: 500; line-height: 1; margin-bottom: 8px; }
.spec span { font-size: 13px; color: var(--stone); }
.vehicle__media { position: relative; }
.vehicle__media .bezel { aspect-ratio: 16 / 10; }
.vehicle__media .bezel__core { height: 100%; }
.vehicle__badge { position: absolute; right: -14px; top: 22px; z-index: 2; padding: 16px 20px; border-radius: 20px; background: rgba(16,19,26,0.8); backdrop-filter: blur(20px); -webkit-backdrop-filter: blur(20px); box-shadow: 0 0 0 1px var(--line-2) inset, 0 30px 60px -30px rgba(0,0,0,0.9); display: grid; gap: 4px; }
.vehicle__badge b { font-family: var(--serif); font-size: 1.6rem; font-weight: 500; line-height: 1; }
.vehicle__badge span { font-size: 10.5px; letter-spacing: .18em; text-transform: uppercase; color: var(--gold-2); font-weight: 600; }
.vehicle__bigword { position: absolute; left: 0; right: 0; bottom: -0.1em; z-index: 0; text-align: center; font-family: var(--serif); font-size: clamp(6rem, 22vw, 24rem); line-height: 1; color: transparent; -webkit-text-stroke: 1px rgba(243,238,230,0.06); pointer-events: none; white-space: nowrap; }
.vehicle__thumbs { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; margin-top: 12px; }
.vehicle__thumbs .bezel { padding: 6px; border-radius: var(--radius-lg); }
.vehicle__thumbs .bezel__core { border-radius: calc(var(--radius-lg) - 6px); aspect-ratio: 1; }
.vehicle__thumbs img { width: 100%; height: 100%; object-fit: cover; transition: transform 1.2s var(--ease-soft); }
.vehicle__thumbs figure { margin: 0; }
.vehicle__thumbs figure:hover img { transform: scale(1.06); }

/* --------------------------------------------------------------------------
   Band — fascia a tutta larghezza con la foto di Gianni
   -------------------------------------------------------------------------- */
.band { position: relative; overflow: hidden; isolation: isolate; min-height: clamp(320px, 42vw, 520px); display: grid; align-items: center; }
.band__media { position: absolute; inset: -10% 0; z-index: -2; }
.band__media img { width: 100%; height: 100%; object-fit: cover; will-change: transform; }
.band::after { content: ""; position: absolute; inset: 0; z-index: -1; background: linear-gradient(180deg, var(--ink-0) 0%, rgba(10,12,16,0.45) 30%, rgba(10,12,16,0.55) 70%, var(--ink-0) 100%); }
.band__inner { display: flex; align-items: center; gap: clamp(20px, 3vw, 36px); }
.band__ph { width: clamp(72px, 8vw, 108px); height: clamp(72px, 8vw, 108px); border-radius: 50%; overflow: hidden; flex: none; box-shadow: 0 0 0 1px var(--gold-dim), 0 30px 60px -30px rgba(0,0,0,0.9); }
.band__ph img { width: 100%; height: 100%; object-fit: cover; }
.band__inner p { max-width: 18ch; }

/* --------------------------------------------------------------------------
   Transfers
   -------------------------------------------------------------------------- */
.transfers { background: var(--ink-1); }
.transfers__head { display: grid; grid-template-columns: 1fr 1fr; gap: 40px; align-items: end; margin-bottom: 56px; }
.transfers__head .display { margin-top: 20px; }
.routes { border-top: 1px solid var(--line-2); }
.route { display: grid; grid-template-columns: 60px 1.3fr 1fr 0.7fr 44px; gap: 20px; align-items: center; padding: 26px 0; border-bottom: 1px solid var(--line); transition: padding .5s var(--ease-soft); position: relative; }
.route:hover { padding-left: 12px; }
.route::before { content: ""; position: absolute; left: -6px; top: 0; bottom: 0; width: 2px; background: var(--gold); transform: scaleY(0); transition: transform .5s var(--ease-soft); }
.route:hover::before { transform: scaleY(1); }
.route__code { font-family: var(--serif); font-size: 1.25rem; color: var(--gold-2); letter-spacing: .06em; }
.route__name { font-size: 17px; font-weight: 600; }
.route__name small { display: block; font-size: 13px; color: var(--stone); font-weight: 400; margin-top: 2px; }
.route__time { font-size: 14px; color: var(--cream-70); }
.route__time b { color: var(--cream); font-weight: 600; }
.route__from { font-size: 12px; letter-spacing: .1em; text-transform: uppercase; color: var(--cream-50); }
.route__go { width: 40px; height: 40px; border-radius: 50%; border: 1px solid var(--line-2); display: grid; place-items: center; transition: background .5s var(--ease-soft), transform .5s var(--ease-soft), border-color .5s; }
.route__go svg { width: 14px; height: 14px; stroke: currentColor; fill: none; stroke-width: 1.6; stroke-linecap: round; }
.route:hover .route__go { background: var(--gold); border-color: var(--gold); color: var(--ink-0); transform: rotate(-45deg); }
.transfers__note { margin-top: 28px; display: flex; flex-wrap: wrap; gap: 14px 40px; font-size: 13px; color: var(--stone); }
.transfers__note b { color: var(--cream-70); font-weight: 600; }

/* --------------------------------------------------------------------------
   Driver
   -------------------------------------------------------------------------- */
.driver__grid { display: grid; grid-template-columns: 0.85fr 1.15fr; gap: clamp(40px, 7vw, 110px); align-items: center; }
.driver__media { position: relative; }
.driver__media .bezel { aspect-ratio: 4 / 5; }
.driver__media .bezel__core { height: 100%; }
.driver__inset { position: absolute; right: -34px; bottom: -28px; width: 42%; max-width: 200px; margin: 0; z-index: 2; padding: 6px; border-radius: var(--radius-lg); background: rgba(16,19,26,0.9); backdrop-filter: blur(16px); -webkit-backdrop-filter: blur(16px); }
.driver__inset .bezel__core { aspect-ratio: 3 / 4; border-radius: calc(var(--radius-lg) - 6px); }
.driver__inset img { width: 100%; height: 100%; object-fit: cover; }
.driver__inset figcaption { padding: 10px 4px 4px; text-align: center; font-size: 10px; letter-spacing: .18em; text-transform: uppercase; color: var(--gold-2); font-weight: 600; }
.driver__quote { font-family: var(--serif); font-size: clamp(1.7rem, 2.8vw, 2.7rem); line-height: 1.2; font-weight: 400; margin: 22px 0 26px; }
.driver__quote em { color: var(--gold-2); }
.langs { display: flex; flex-wrap: wrap; gap: 8px; margin: 28px 0; }
.langs li { display: inline-flex; align-items: center; gap: 8px; padding: 9px 14px; border-radius: 999px; background: rgba(255,255,255,0.04); box-shadow: 0 0 0 1px var(--line-2) inset; font-size: 13px; font-weight: 500; }
.langs li i { width: 6px; height: 6px; border-radius: 50%; background: var(--gold); }
.driver__facts { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; border-top: 1px solid var(--line-2); padding-top: 24px; }
.driver__facts b { display: block; font-family: var(--serif); font-size: 1.5rem; font-weight: 500; line-height: 1; margin-bottom: 6px; }
.driver__facts span { font-size: 12px; color: var(--stone); }

/* --------------------------------------------------------------------------
   Moments — Gianni's own photographs
   -------------------------------------------------------------------------- */
.moments { margin-top: clamp(64px, 9vw, 120px); }
.moments__head { display: flex; flex-wrap: wrap; align-items: baseline; justify-content: space-between; gap: 12px 32px; padding-bottom: 24px; border-bottom: 1px solid var(--line); }
.moments__head p { max-width: 46ch; }
/* scroll-padding keeps snapping from eating the left gutter */
.moments__row { display: flex; gap: 12px; overflow-x: auto; scroll-snap-type: x proximity; scroll-padding-inline: var(--gutter); padding: 28px var(--gutter) 8px; scrollbar-width: none; }
.moments__row::-webkit-scrollbar { display: none; }
.moment { position: relative; flex: none; width: clamp(190px, 20vw, 280px); margin: 0; border-radius: var(--radius-lg); overflow: hidden; scroll-snap-align: start; box-shadow: 0 0 0 1px var(--line) inset; }
.moment img { width: 100%; aspect-ratio: 4 / 5; object-fit: cover; transition: transform 1.2s var(--ease-soft), filter .8s var(--ease-soft); filter: saturate(.92); }
.moment::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, transparent 55%, rgba(10,12,16,0.9)); pointer-events: none; }
.moment figcaption { position: absolute; left: 16px; bottom: 14px; z-index: 1; font-size: 10.5px; letter-spacing: .18em; text-transform: uppercase; font-weight: 600; color: var(--cream); }
.moment:hover img { transform: scale(1.06); filter: saturate(1.05); }
.moment:nth-child(even) { margin-top: 26px; }

/* --------------------------------------------------------------------------
   Process
   -------------------------------------------------------------------------- */
.process { background: var(--ink-1); }
.process__head { text-align: center; margin-bottom: 64px; display: grid; justify-items: center; }
.process__head .display { margin-top: 20px; max-width: 18ch; }
.steps { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; }
.step { position: relative; }
.step .bezel__core { padding: 34px 30px 30px; min-height: 300px; display: flex; flex-direction: column; }
.step__num { font-family: var(--serif); font-size: 5rem; line-height: .8; color: transparent; -webkit-text-stroke: 1px var(--gold); margin-bottom: auto; opacity: .9; }
.step h4 { font-family: var(--serif); font-size: 1.7rem; font-weight: 500; line-height: 1.1; margin: 28px 0 10px; }
.step p { font-size: 14.5px; color: var(--stone); }
.step__line { position: absolute; top: 40px; right: -14px; width: 14px; height: 1px; background: var(--line-2); z-index: 2; }
.step:last-child .step__line { display: none; }
.step__ph { position: absolute; right: 26px; bottom: 26px; width: 54px; height: 54px; border-radius: 50%; overflow: hidden; box-shadow: 0 0 0 1px var(--gold-dim); }
.step__ph img { width: 100%; height: 100%; object-fit: cover; }
.step .bezel__core { position: relative; }

/* --------------------------------------------------------------------------
   FAQ
   -------------------------------------------------------------------------- */
.faq__grid { display: grid; grid-template-columns: 0.8fr 1.2fr; gap: clamp(40px, 6vw, 96px); align-items: start; }
.faq__head .display { margin-top: 20px; }
.faq__head p { margin-top: 20px; }
.faq__photo { margin: 36px 0 0; max-width: 300px; }
.faq__photo .bezel__core { aspect-ratio: 3 / 4; }
.faq__photo img { width: 100%; height: 100%; object-fit: cover; }
.acc { border-top: 1px solid var(--line-2); }
.acc__item { border-bottom: 1px solid var(--line); }
.acc__q { width: 100%; display: flex; align-items: center; justify-content: space-between; gap: 24px; padding: 24px 0; text-align: left; font-family: var(--serif); font-size: clamp(1.25rem, 1.7vw, 1.55rem); font-weight: 500; line-height: 1.2; transition: color .4s; }
.acc__q:hover { color: var(--gold-2); }
.acc__ic { flex: none; width: 34px; height: 34px; border-radius: 50%; border: 1px solid var(--line-2); display: grid; place-items: center; transition: transform .6s var(--ease-soft), background .4s, border-color .4s; }
.acc__ic::before, .acc__ic::after { content: ""; position: absolute; width: 12px; height: 1.4px; background: currentColor; transition: transform .6s var(--ease-soft); }
.acc__ic::after { transform: rotate(90deg); }
.acc__item.is-open .acc__ic { background: var(--gold); border-color: var(--gold); color: var(--ink-0); transform: rotate(180deg); }
.acc__item.is-open .acc__ic::after { transform: rotate(0deg); }
.acc__a { height: 0; overflow: hidden; }
.acc__a p { padding: 0 0 26px; color: var(--stone); font-size: 15px; max-width: 62ch; line-height: 1.7; }

/* --------------------------------------------------------------------------
   Contact
   -------------------------------------------------------------------------- */
.contact { position: relative; overflow: hidden; }
.contact__bg { position: absolute; inset: 0; z-index: 0; }
.contact__bg img { width: 100%; height: 100%; object-fit: cover; object-position: center 60%; opacity: .32; transform: scale(1.1); }
.contact__bg::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, var(--ink-0) 0%, rgba(10,12,16,0.55) 40%, rgba(10,12,16,0.75) 100%); }
.contact .container { position: relative; z-index: 1; }
.contact__grid { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(40px, 6vw, 96px); align-items: start; }
.contact__title { margin-top: 22px; }
.contact__lead { margin-top: 24px; }
.reply-by { display: flex; align-items: center; gap: 16px; margin-top: 28px; padding: 16px 20px 16px 16px; border-radius: 20px; background: rgba(16,19,26,0.55); backdrop-filter: blur(16px); -webkit-backdrop-filter: blur(16px); box-shadow: 0 0 0 1px var(--line-2) inset; }
.reply-by__ph { width: 52px; height: 52px; border-radius: 50%; overflow: hidden; flex: none; box-shadow: 0 0 0 1px var(--gold-dim); }
.reply-by__ph img { width: 100%; height: 100%; object-fit: cover; }
.reply-by p { font-size: 14px; color: var(--cream-70); max-width: 42ch; }
.reply-by b { color: var(--cream); font-weight: 600; }

.contact__cards { display: grid; gap: 12px; margin-top: 32px; }
.ccard { display: grid; grid-template-columns: 44px 1fr auto; align-items: center; gap: 18px; padding: 18px 20px; border-radius: 20px; background: rgba(16,19,26,0.6); backdrop-filter: blur(16px); -webkit-backdrop-filter: blur(16px); box-shadow: 0 0 0 1px var(--line-2) inset; transition: background .5s var(--ease-soft), transform .5s var(--ease-soft); }
.ccard:hover { background: rgba(23,27,35,0.8); transform: translateY(-2px); }
.ccard__ic { width: 44px; height: 44px; border-radius: 14px; display: grid; place-items: center; background: rgba(255,255,255,0.05); box-shadow: 0 0 0 1px var(--line) inset; }
.ccard__ic svg { width: 19px; height: 19px; stroke: var(--gold-2); fill: none; stroke-width: 1.4; stroke-linecap: round; stroke-linejoin: round; }
.ccard b { display: block; font-size: 15px; font-weight: 600; }
.ccard span { font-size: 13px; color: var(--stone); }
.ccard .ar { width: 34px; height: 34px; border-radius: 50%; border: 1px solid var(--line-2); display: grid; place-items: center; }
.ccard .ar svg { width: 12px; height: 12px; stroke: currentColor; fill: none; stroke-width: 1.6; stroke-linecap: round; }

.form .bezel__core { padding: 34px; background: rgba(16,19,26,0.78); backdrop-filter: blur(24px); -webkit-backdrop-filter: blur(24px); }
.form__title { font-family: var(--serif); font-size: 1.9rem; font-weight: 500; line-height: 1.1; margin-bottom: 6px; }
.form__sub { font-size: 13.5px; color: var(--stone); margin-bottom: 26px; }
.form__grid { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; }
.field { position: relative; display: grid; gap: 6px; }
.field--full { grid-column: 1 / -1; }
.field label { font-size: 10.5px; letter-spacing: .18em; text-transform: uppercase; color: var(--cream-50); font-weight: 600; }
.field input, .field select, .field textarea {
  width: 100%; padding: 14px 16px; border-radius: 14px; border: 0;
  background: rgba(255,255,255,0.04); color: var(--cream); font: inherit; font-size: 15px;
  box-shadow: 0 0 0 1px var(--line-2) inset; transition: box-shadow .4s var(--ease-soft), background .4s;
  appearance: none; -webkit-appearance: none;
}
.field input::placeholder, .field textarea::placeholder { color: rgba(243,238,230,0.38); }
.field input:focus, .field select:focus, .field textarea:focus { outline: none; box-shadow: 0 0 0 1px var(--gold) inset, 0 0 0 4px var(--gold-dim); background: rgba(255,255,255,0.06); }
.field select { background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 24 24' fill='none' stroke='%23c9a96e' stroke-width='2' stroke-linecap='round'%3E%3Cpath d='M6 9l6 6 6-6'/%3E%3C/svg%3E"); background-repeat: no-repeat; background-position: right 16px center; padding-right: 40px; }
.field select option { background: var(--ink-2); color: var(--cream); }
.field textarea { min-height: 110px; resize: vertical; }
.field input[type="date"]::-webkit-calendar-picker-indicator { filter: invert(.8) sepia(.4); }
.form__actions { display: flex; flex-wrap: wrap; align-items: center; gap: 12px; margin-top: 20px; }
.form__hint { font-size: 12px; color: var(--stone); width: 100%; margin-top: 4px; }

/* --------------------------------------------------------------------------
   Footer
   -------------------------------------------------------------------------- */
.footer { border-top: 1px solid var(--line); padding: 64px 0 32px; background: var(--ink-0); }
.footer__grid { display: grid; grid-template-columns: 1.4fr 1fr 1fr 1fr; gap: 40px; }
.footer__brand svg { width: 190px; height: auto; margin-bottom: 18px; }
.footer__brand p { color: var(--stone); font-size: 14px; max-width: 34ch; }
.footer__sign { display: flex; align-items: center; gap: 12px; margin-top: 20px; font-size: 12px; letter-spacing: .1em; text-transform: uppercase; color: var(--cream-50); font-weight: 600; }
.footer__ph { width: 40px; height: 40px; border-radius: 50%; overflow: hidden; flex: none; box-shadow: 0 0 0 1px var(--gold-dim); }
.footer__ph img { width: 100%; height: 100%; object-fit: cover; }
.footer h5 { font-size: 10.5px; letter-spacing: .22em; text-transform: uppercase; color: var(--gold); font-weight: 600; margin: 0 0 16px; }
.footer ul { display: grid; gap: 10px; }
.footer ul a, .footer ul li { font-size: 14px; color: var(--cream-70); }
.footer ul a:hover { color: var(--cream); }
.footer__bottom { margin-top: 56px; padding-top: 24px; border-top: 1px solid var(--line); display: flex; flex-wrap: wrap; justify-content: space-between; gap: 12px; font-size: 12px; color: var(--stone); }
.footer__big { font-family: var(--serif); font-size: clamp(3rem, 12vw, 12rem); line-height: .9; color: transparent; -webkit-text-stroke: 1px rgba(243,238,230,0.08); text-align: center; margin: 56px 0 -10px; white-space: nowrap; overflow: hidden; }

/* floating WhatsApp */
.fab { position: fixed; right: 22px; bottom: 22px; z-index: 100; display: flex; align-items: center; gap: 10px; padding: 8px 8px 8px 16px; border-radius: 999px; background: rgba(16,19,26,0.8); backdrop-filter: blur(20px); -webkit-backdrop-filter: blur(20px); box-shadow: 0 0 0 1px var(--line-2) inset, 0 30px 60px -30px rgba(0,0,0,0.9); font-size: 13px; font-weight: 600; transform: translateY(120px); opacity: 0; transition: transform .8s var(--ease-soft), opacity .8s; }
.fab.is-in { transform: none; opacity: 1; }
.fab__dot { width: 40px; height: 40px; border-radius: 50%; background: var(--wa); display: grid; place-items: center; position: relative; }
.fab__dot::before { content: ""; position: absolute; inset: -6px; border-radius: 50%; border: 1px solid var(--wa); opacity: 0; animation: pulse 2.6s var(--ease-out) infinite; }
@keyframes pulse { 0% { transform: scale(.7); opacity: .8;} 100% { transform: scale(1.3); opacity: 0;} }
.fab__dot svg { width: 20px; height: 20px; fill: #06200f; }

/* --------------------------------------------------------------------------
   Responsive
   -------------------------------------------------------------------------- */
@media (max-width: 1100px) {
  .bento { grid-auto-rows: minmax(200px, auto); }
  .cell--a { grid-column: span 12; }
  .cell--b, .cell--c { grid-column: span 6; }
  .cell--d, .cell--e, .cell--f { grid-column: span 4; }
  .footer__grid { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 1023px) {
  .nav__links, .nav__cta { display: none; }
  .nav__burger { display: grid; }
  .nav__island { padding: 0 6px 0 16px; }
  .langsel { margin-left: 8px; margin-right: 4px; }
  .band__inner { flex-direction: column; align-items: flex-start; }
  .hero__row { grid-template-columns: 1fr; }
  .hero__side { display: none; }
  .hero__aside { grid-template-columns: 150px 1fr; }
  .intro__grid, .vehicle__grid, .driver__grid, .faq__grid, .contact__grid, .transfers__head, .tours__head-grid { grid-template-columns: 1fr; }
  .driver__media { max-width: 520px; }
  .driver__inset { right: -16px; bottom: -20px; width: 34%; }
  .transfers__foot { grid-template-columns: 1fr; }
  .tours__meta { justify-content: flex-start; }
  .services__head { grid-template-columns: 1fr; }
  .stack { max-width: 520px; margin-inline: auto; }
  /* tours: vertical stack */
  .tours__track { flex-direction: column; width: auto; padding-bottom: var(--section); align-items: stretch; }
  .tour { width: 100%; aspect-ratio: auto; min-height: 520px; }
  .tour--end { min-height: 320px; width: 100%; }
  .tours__progress, .tours__hint { display: none; }
  .steps { grid-template-columns: 1fr; }
  .step__line { display: none; }
  .modal__panel .bezel__core { grid-template-columns: 1fr; }
  .modal__media { min-height: 220px; max-height: 260px; }
  .modal__media::after { background: linear-gradient(180deg, transparent 50%, var(--ink-2)); }
  .route { grid-template-columns: 56px 1fr; gap: 6px 16px; }
  .route__time { grid-column: 2; }
  .route__from { display: none; }
  .route__go { display: none; }
}
@media (max-width: 767px) {
  :root { --section: 88px; --radius-xl: 24px; }
  .h-xl { font-size: clamp(2.7rem, 13vw, 4.4rem); }
  .hero__inner { padding-top: 130px; }
  .hero__facts li { padding: 18px 16px; }
  .hero__ctas .btn { width: 100%; justify-content: space-between; }
  .hero__aside { grid-template-columns: 1fr; }
  .hero__portrait { max-width: 200px; transform: rotate(-2deg); }
  .driver-chip { padding: 8px; }
  .driver-chip__txt b { font-size: 13px; }
  .driver-chip__txt span { font-size: 10px; letter-spacing: .08em; }
  .driver__inset { position: relative; right: auto; bottom: auto; width: 100%; max-width: none; margin-top: 12px; display: grid; grid-template-columns: 96px 1fr; align-items: center; gap: 0 16px; }
  .driver__inset .bezel__core { aspect-ratio: 1; }
  .driver__inset figcaption { padding: 0; text-align: left; }
  .moment { width: 62vw; max-width: 280px; }
  .moment:nth-child(even) { margin-top: 0; }
  .band { min-height: 300px; }
  .band__inner p { max-width: 24ch; }
  .faq__photo { max-width: 200px; margin-top: 28px; }
  .step__ph { right: 20px; bottom: 20px; width: 44px; height: 44px; }
  .marquee__ph { width: 32px; height: 32px; }
  .langsel a { min-width: 28px; padding: 0 5px; font-size: 10.5px; }
  .reply-by { padding: 14px 16px; }
  .reply-by p { font-size: 13px; }
  .cell--b, .cell--c, .cell--d, .cell--e, .cell--f { grid-column: span 12; }
  .bento { grid-auto-rows: auto; }
  .cell .bezel__core { min-height: 240px; }
  .cell--a .bezel__core { min-height: 380px; }
  .specs { grid-template-columns: 1fr 1fr; }
  .driver__facts { grid-template-columns: 1fr 1fr; }
  .form__grid { grid-template-columns: 1fr; }
  .form .bezel__core { padding: 24px; }
  .footer__grid { grid-template-columns: 1fr; gap: 32px; }
  .stack__card--back { display: none; }
  .stack__card--front { transform: none; }
  .vehicle__badge { right: 8px; top: 12px; }
  .fab span { display: none; }
  .fab { padding: 6px; }
  .tour { min-height: 460px; }
  .tour .bezel__core { padding: 22px; }
  .modal { padding: 10px; }
  .modal__content { padding: 26px 22px; }
  .loader__count { bottom: 20px; }
}

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { animation-duration: .001ms !important; animation-iteration-count: 1 !important; transition-duration: .001ms !important; }
  .reveal, .js .reveal { opacity: 1; transform: none; filter: none; }
  .lines .line > span, .js .lines .line > span { transform: none; }
  .nav, .js .nav { transform: none; opacity: 1; }
  .fab { transform: none; opacity: 1; }
}

/* solo nell'anteprima a file singolo: lingue non raggiungibili */
[data-langoff] { opacity: .45; }
