/* ============================================================
   Move Viaggi — Editorial Luxury Refactor
   Plus Jakarta Sans · Fraunces · Double-bezel · Choreographed

   © 2026 Move SRL · Tutti i diritti riservati.
   Stylesheet proprietario. Codice e design non autorizzati alla replica.
   Per licenza commerciale: booking@moveviaggi.com
   ============================================================ */

@import url('https://fonts.googleapis.com/css2?family=Fraunces:ital,opsz,wght@0,9..144,300;0,9..144,400;0,9..144,500;1,9..144,300;1,9..144,400&family=Plus+Jakarta+Sans:wght@400;500;600;700&display=swap');

/* Light anti-replica: prevents most text selection except where it's needed. */
html, body {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
input, textarea, select, [contenteditable], .mv-modal, .mv-modal *,
p[data-trip], h1[data-trip], h2[data-trip] {
  -webkit-user-select: text;
  -moz-user-select: text;
  -ms-user-select: text;
  user-select: text;
}

img { -webkit-user-drag: none; user-drag: none; pointer-events: auto; }
img:not([data-allow-drag]) { -webkit-user-drag: none; }

:root {
  /* Editorial Luxury palette */
  --paper:    #FDFBF7;
  --paper-2:  #F4EEDF;
  --paper-3:  #EBE3CF;
  --surface:  #FFFFFF;
  --espresso: #2C1F18;
  --ink:      #1A1410;
  --ink-2:    #3A2E26;
  --muted:    #7B6E64;
  --muted-2:  #A89B8E;
  --hairline: rgba(26, 20, 16, 0.06);
  --hairline-2: rgba(26, 20, 16, 0.10);

  /* Move Viaggi — deep teal as brand (luxury travel feeling, savana / oceano vibes
     consistent with their actual imagery: Africa, Japan, Mediterranean cuisine).
     Accent: warm brass for editorial accents and stars. */
  --brand:    #1E4A4A;     /* deep editorial teal */
  --brand-2:  #16393A;
  --brand-3:  #DCE5E2;     /* tint for soft fills */
  --accent:   #B85C38;     /* warm terracotta — paired highlight */
  --accent-2: #973F22;
  --gold:     #B8893E;
  --gold-2:   #8E6726;
  --sage:     #6E8973;

  /* Type */
  --serif: 'Fraunces', 'PP Editorial New', Georgia, serif;
  --sans:  'Plus Jakarta Sans', -apple-system, BlinkMacSystemFont, sans-serif;

  /* Radii — exaggerated squircles */
  --r-xs: 10px;
  --r-sm: 16px;
  --r-md: 22px;
  --r-lg: 32px;
  --r-xl: 44px;

  /* Bezel constants */
  --bezel-pad: 6px;

  /* Shadows */
  --shadow-soft:   0 1px 2px rgba(26, 20, 16, 0.04), 0 8px 24px -10px rgba(26, 20, 16, 0.10);
  --shadow-medium: 0 1px 2px rgba(26, 20, 16, 0.04), 0 24px 48px -16px rgba(26, 20, 16, 0.16);
  --shadow-deep:   0 1px 2px rgba(26, 20, 16, 0.04), 0 40px 72px -24px rgba(26, 20, 16, 0.24);
  --shadow-inset:  inset 0 1px 1px rgba(255, 255, 255, 0.6);

  /* Motion curves */
  --ease-out:      cubic-bezier(0.32, 0.72, 0, 1);
  --ease-spring:   cubic-bezier(0.16, 1, 0.3, 1);
  --ease-emphasis: cubic-bezier(0.2, 0.8, 0.2, 1);

  /* Layout */
  --container: 1240px;
  --gutter: clamp(20px, 4vw, 48px);

  /* Sticky-stack heights (header + view-toggle bar) */
  --nav-height: 78px;
  --toggle-height: 64px;
}

/* ============================================================
   Reset / Base
   ============================================================ */
*, *::before, *::after { box-sizing: border-box; }
html { -webkit-text-size-adjust: 100%; scroll-behavior: smooth; }
body {
  margin: 0;
  font-family: var(--sans);
  font-size: 16px;
  font-weight: 400;
  line-height: 1.55;
  color: var(--ink);
  background: var(--paper);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
}
img { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; }
button { font: inherit; cursor: pointer; border: 0; background: transparent; color: inherit; }
::selection { background: var(--brand); color: var(--paper); }

/* Film grain overlay */
.grain {
  position: fixed;
  inset: 0;
  pointer-events: none;
  z-index: 1;
  opacity: 0.035;
  background-image: url("data:image/svg+xml;utf8,<svg viewBox='0 0 200 200' xmlns='http://www.w3.org/2000/svg'><filter id='n'><feTurbulence type='fractalNoise' baseFrequency='1.2' numOctaves='3' stitchTiles='stitch'/></filter><rect width='100%25' height='100%25' filter='url(%23n)'/></svg>");
  mix-blend-mode: multiply;
}

/* ============================================================
   Typography
   ============================================================ */
.serif { font-family: var(--serif); }
.italic { font-style: italic; font-weight: 300; }

.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 7px 14px;
  border-radius: 999px;
  background: var(--surface);
  box-shadow: inset 0 0 0 1px var(--hairline-2), var(--shadow-soft);
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--ink-2);
}
.eyebrow .dot {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--brand);
}
.eyebrow.gold .dot   { background: var(--gold); }
.eyebrow.accent .dot { background: var(--accent); }
.eyebrow.brand .dot  { background: var(--brand); }

h1, h2, h3, h4, h5 {
  margin: 0;
  font-family: var(--serif);
  font-weight: 400;
  letter-spacing: -0.025em;
  line-height: 1.0;
  color: var(--ink);
}
h1 { font-size: clamp(48px, 7.6vw, 112px); line-height: 0.95; }
h2 { font-size: clamp(36px, 5.4vw, 76px); line-height: 1.0; }
h3 { font-size: clamp(24px, 2.6vw, 36px); line-height: 1.1; }
h4 { font-size: clamp(20px, 2vw, 26px); line-height: 1.2; font-weight: 500; }
h5 { font-size: 18px; line-height: 1.3; font-weight: 500; }

h1 em, h2 em, h3 em, h4 em {
  font-style: italic;
  font-weight: 300;
  color: var(--brand);
}
h1 .muted, h2 .muted, h3 .muted { color: var(--muted-2); }

p { margin: 0; }
.lead {
  font-family: var(--serif);
  font-weight: 300;
  font-size: clamp(18px, 1.6vw, 22px);
  line-height: 1.55;
  color: var(--ink-2);
  letter-spacing: -0.005em;
}

/* ============================================================
   Layout
   ============================================================ */
.container {
  width: 100%;
  max-width: var(--container);
  margin-inline: auto;
  padding-inline: var(--gutter);
  position: relative;
  z-index: 2;
}
.section          { padding-block: clamp(80px, 12vw, 168px); }
.section.tight    { padding-block: clamp(56px, 8vw, 96px); }

/* ============================================================
   Buttons
   ============================================================ */
.btn {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  padding: 8px 8px 8px 24px;
  border-radius: 999px;
  font-weight: 500;
  font-size: 14.5px;
  letter-spacing: -0.005em;
  transition:
    transform 700ms var(--ease-out),
    background-color 500ms var(--ease-out),
    color 500ms var(--ease-out),
    box-shadow 500ms var(--ease-out);
  will-change: transform;
}
.btn:active { transform: scale(0.97); }
.btn .icon-bubble {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  background: rgba(255, 255, 255, 0.14);
  transition: transform 700ms var(--ease-out), background-color 500ms var(--ease-out);
}
.btn:hover .icon-bubble {
  transform: translate(2px, -2px) scale(1.06);
}
.btn .icon-bubble svg {
  width: 14px; height: 14px;
  color: currentColor;
}

.btn-primary {
  background: var(--ink);
  color: var(--paper);
  box-shadow: var(--shadow-soft);
}
.btn-primary:hover {
  background: var(--brand);
  box-shadow: var(--shadow-medium);
}
.btn-brand {
  background: var(--brand);
  color: #fff;
  box-shadow: var(--shadow-soft);
}
.btn-brand:hover {
  background: var(--brand-2);
  box-shadow: var(--shadow-medium);
}
.btn-brand .icon-bubble { background: rgba(255, 255, 255, 0.18); }

.btn-accent {
  background: var(--accent);
  color: #fff;
  box-shadow: var(--shadow-soft);
}
.btn-accent:hover {
  background: var(--accent-2);
  box-shadow: var(--shadow-medium);
}
.btn-accent .icon-bubble { background: rgba(255, 255, 255, 0.18); }

.btn-ghost {
  background: rgba(26, 20, 16, 0.04);
  color: var(--ink);
  box-shadow: inset 0 0 0 1px var(--hairline-2);
}
.btn-ghost:hover { background: rgba(26, 20, 16, 0.08); }
.btn-ghost .icon-bubble { background: rgba(26, 20, 16, 0.06); }

.btn-light {
  background: rgba(255, 255, 255, 0.10);
  color: var(--paper);
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.20);
}
.btn-light:hover { background: rgba(255, 255, 255, 0.18); }
.btn-light .icon-bubble { background: rgba(255, 255, 255, 0.16); }

.btn-link {
  padding: 0;
  background: transparent;
  color: var(--ink);
  font-weight: 500;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  position: relative;
}
.btn-link::after {
  content: '';
  position: absolute;
  left: 0; right: 0; bottom: -3px;
  height: 1px;
  background: currentColor;
  transform-origin: left;
  transition: transform 600ms var(--ease-out);
}
.btn-link:hover { color: var(--brand); }
.btn-link:hover::after { transform: scaleX(0); transform-origin: right; }

.btn:not(:has(.icon-bubble)) { padding: 12px 24px; }

/* ============================================================
   Editorial numerals + accent badges
   ============================================================ */
.numeral {
  font-family: var(--serif);
  font-style: italic;
  font-weight: 300;
  font-size: 56px;
  line-height: 1;
  letter-spacing: -0.04em;
  color: var(--brand);
  display: inline-block;
}
.numeral.lg { font-size: 80px; }
.numeral.gold { color: var(--gold); }
.numeral.accent { color: var(--accent); }

.avatar-letter {
  flex-shrink: 0;
  width: 44px; height: 44px;
  border-radius: 14px;
  background: var(--brand-3);
  color: var(--brand);
  display: grid;
  place-items: center;
  font-family: var(--serif);
  font-style: italic;
  font-weight: 400;
  font-size: 22px;
  line-height: 1;
  box-shadow: inset 0 0 0 1px rgba(30, 74, 74, 0.18);
}
.avatar-letter.gold {
  background: rgba(184, 137, 62, 0.14);
  color: var(--gold);
  box-shadow: inset 0 0 0 1px rgba(184, 137, 62, 0.18);
}
.avatar-letter.accent {
  background: rgba(184, 92, 56, 0.14);
  color: var(--accent);
  box-shadow: inset 0 0 0 1px rgba(184, 92, 56, 0.22);
}
.avatar-letter.ink {
  background: rgba(26, 20, 16, 0.06);
  color: var(--ink);
  box-shadow: inset 0 0 0 1px var(--hairline-2);
}

/* ============================================================
   Scroll Reveal
   ============================================================ */
.reveal {
  opacity: 0;
  transform: translateY(28px);
  filter: blur(6px);
  transition:
    opacity 900ms var(--ease-out),
    transform 900ms var(--ease-out),
    filter 900ms var(--ease-out);
}
/* v12 (2026-05-14): bulletproof override — on the product page, every reveal is
   visible immediately. The lazy IO-driven animation was leaving the last two
   sections invisible because the observer was registering before layout was
   computed for the freshly-injected nodes. Belt + suspenders alongside the JS
   force-visible in prodotto.js. */
body[data-page="prodotto"] .reveal {
  opacity: 1 !important;
  transform: none !important;
  filter: none !important;
  transition: none !important;
  will-change: opacity, transform, filter;
}
.reveal.is-visible {
  opacity: 1;
  transform: translateY(0);
  filter: blur(0);
}
.reveal.delay-1 { transition-delay: 80ms; }
.reveal.delay-2 { transition-delay: 160ms; }
.reveal.delay-3 { transition-delay: 240ms; }
.reveal.delay-4 { transition-delay: 320ms; }
.reveal.delay-5 { transition-delay: 400ms; }
.reveal.delay-6 { transition-delay: 480ms; }

@media (prefers-reduced-motion: reduce) {
  .reveal {
    opacity: 1;
    transform: none;
    filter: none;
    transition: none;
  }
}

/* ============================================================
   Header — Floating Glass Pill
   ============================================================ */
.site-header {
  position: fixed;
  top: 0; left: 0; right: 0;
  z-index: 50;
  padding-top: 18px;
  padding-inline: var(--gutter);
  pointer-events: none;
  transition: padding-top 600ms var(--ease-out);
}
.site-header.scrolled { padding-top: 12px; }
.site-header .pill {
  pointer-events: auto;
  max-width: var(--container);
  margin-inline: auto;
  padding: 8px 8px 8px 22px;
  border-radius: 999px;
  background: rgba(253, 251, 247, 0.78);
  backdrop-filter: saturate(160%) blur(20px);
  -webkit-backdrop-filter: saturate(160%) blur(20px);
  box-shadow:
    inset 0 0 0 1px var(--hairline-2),
    0 1px 2px rgba(26, 20, 16, 0.04),
    0 12px 32px -12px rgba(26, 20, 16, 0.14);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  transition: box-shadow 600ms var(--ease-out), padding 600ms var(--ease-out);
}
.brand-mark {
  display: flex;
  align-items: center;
  gap: 12px;
  padding-right: 16px;
}
.brand-mark .mark {
  width: 38px; height: 38px;
  border-radius: 12px;
  background: var(--brand);
  color: var(--paper);
  display: grid;
  place-items: center;
  font-family: var(--serif);
  font-style: italic;
  font-weight: 400;
  font-size: 22px;
  line-height: 1;
  flex-shrink: 0;
  transition: transform 600ms var(--ease-spring);
  box-shadow: inset 0 1px 1px rgba(255,255,255,0.15), 0 6px 14px -6px rgba(30, 74, 74, 0.35);
}
.brand-mark:hover .mark { transform: rotate(-6deg) scale(1.06); }
.brand-mark .word {
  font-family: var(--serif);
  font-size: 17px;
  letter-spacing: -0.015em;
  color: var(--ink);
  line-height: 1.05;
}
.brand-mark .word small {
  display: block;
  font-family: var(--sans);
  font-size: 9.5px;
  letter-spacing: 0.18em;
  color: var(--muted);
  text-transform: uppercase;
  margin-top: 2px;
  font-weight: 500;
}
.nav { display: flex; align-items: center; gap: 26px; }
.nav a {
  font-size: 13.5px;
  font-weight: 500;
  color: var(--ink-2);
  position: relative;
  transition: color 400ms var(--ease-out);
}
.nav a:hover { color: var(--ink); }
.nav a.is-active { color: var(--ink); }
.nav a.is-active::after {
  content: '';
  position: absolute;
  left: 50%; bottom: -8px;
  width: 4px; height: 4px;
  border-radius: 50%;
  background: var(--accent);
  transform: translateX(-50%);
}
.nav-cta { display: flex; align-items: stretch; gap: 8px; }
.nav-cta .btn {
  padding: 6px 6px 6px 16px;
  font-size: 13px;
  min-height: 40px;
  box-sizing: border-box;
}
.nav-cta .btn .icon-bubble { width: 28px; height: 28px; }
.nav-cta .btn:not(:has(.icon-bubble)) { padding: 6px 18px; }

@media (max-width: 980px) { .nav { display: none; } .nav-cta .btn-ghost { display: none; } }

/* ============================================================
   Hero — Editorial Split
   ============================================================ */
.hero {
  position: relative;
  padding-top: clamp(120px, 14vh, 180px);
  padding-bottom: clamp(80px, 10vw, 120px);
  overflow: hidden;
}
.hero .grid {
  display: grid;
  grid-template-columns: 1.05fr 1fr;
  gap: clamp(32px, 6vw, 96px);
  align-items: end;
}
.hero .copy { padding-block: 24px; }
.hero h1 { letter-spacing: -0.035em; }
.hero h1 .row1 { display: block; }
.hero h1 em { display: inline-block; }
.hero .lead {
  margin-top: 36px;
  max-width: 48ch;
}
.hero .ctas {
  margin-top: 40px;
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
}
.hero .meta {
  margin-top: 56px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 32px;
  max-width: 480px;
}
.hero .meta .stat .num {
  font-family: var(--serif);
  font-size: 36px;
  letter-spacing: -0.03em;
  line-height: 1;
  color: var(--ink);
}
.hero .meta .stat .num em { font-style: italic; color: var(--brand); font-weight: 300; }
.hero .meta .stat .lbl {
  margin-top: 6px;
  font-size: 11px;
  font-weight: 500;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--muted);
}

.hero .visual-wrap { position: relative; }
.hero .visual {
  position: relative;
  aspect-ratio: 4 / 5;
  border-radius: var(--r-xl);
  overflow: hidden;
  background: var(--paper-2);
  box-shadow: var(--shadow-deep);
  will-change: transform;
}
.hero .visual img {
  position: absolute;
  inset: -8% -4% -4% -4%;
  width: 108%;
  height: 112%;
  object-fit: cover;
  will-change: transform;
}
.hero .visual::after {
  content: '';
  position: absolute;
  inset: 0;
  border-radius: inherit;
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.18);
  pointer-events: none;
}

/* hero floating chips */
.hero .chip {
  position: absolute;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  background: rgba(255, 255, 255, 0.96);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  border-radius: 999px;
  padding: 10px 18px 10px 14px;
  font-size: 12px;
  font-weight: 500;
  letter-spacing: -0.005em;
  box-shadow: var(--shadow-medium);
}
.hero .chip .live {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--accent);
  animation: pulse 1.6s var(--ease-out) infinite;
}
.hero .chip-1 { top: 28px; left: -32px; }
.hero .chip-2 { top: 44%; right: -36px; padding-left: 14px; }
.hero .chip-2 .star {
  width: 14px; height: 14px;
  background: radial-gradient(circle at 30% 30%, #E9C77B, var(--gold));
  -webkit-mask: url("data:image/svg+xml;utf8,<svg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'><path d='M12 2l2.95 6.7L22 9.7l-5.5 4.6L18.4 22 12 18l-6.4 4 1.9-7.7L2 9.7l7.05-1z'/></svg>") center / contain no-repeat;
          mask: url("data:image/svg+xml;utf8,<svg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'><path d='M12 2l2.95 6.7L22 9.7l-5.5 4.6L18.4 22 12 18l-6.4 4 1.9-7.7L2 9.7l7.05-1z'/></svg>") center / contain no-repeat;
}
.hero .chip-4 { top: 92px; right: -28px; padding: 8px 16px 8px 8px; gap: 10px; }
.hero .chip-4 .flag { font-size: 18px; line-height: 1; }
.hero .chip-4 .price-mini {
  display: inline-flex; flex-direction: column; line-height: 1.2;
}
.hero .chip-4 .price-mini strong {
  font-family: var(--serif); font-weight: 400; font-size: 16px; letter-spacing: -0.01em;
  color: var(--ink);
}
.hero .chip-4 .price-mini small {
  font-size: 10.5px; letter-spacing: 0.08em; text-transform: uppercase; color: var(--muted); font-weight: 500;
}
.hero .chip-5 { top: 60%; left: -32px; padding-right: 18px; }
.hero .chip-5 .pulse-dot {
  width: 8px; height: 8px;
  background: var(--brand);
  border-radius: 50%;
  animation: pulse-teal 1.6s var(--ease-out) infinite;
}
.hero .chip-3 {
  bottom: 24px;
  left: 24px;
  right: 24px;
  background: rgba(26, 20, 16, 0.65);
  color: var(--paper);
  backdrop-filter: blur(14px);
  border-radius: 22px;
  padding: 14px 18px;
  display: flex;
  align-items: center;
  gap: 14px;
}
.hero .chip-3 .quote {
  font-family: var(--serif);
  font-style: italic;
  font-weight: 300;
  font-size: 15px;
  line-height: 1.35;
  flex: 1;
}
.hero .chip-3 .who {
  font-size: 11px;
  letter-spacing: 0.04em;
  color: rgba(253, 251, 247, 0.7);
  margin-top: 4px;
  font-style: normal;
  font-family: var(--sans);
}

@keyframes pulse {
  0%   { box-shadow: 0 0 0 0 rgba(184, 92, 56, 0.55); }
  70%  { box-shadow: 0 0 0 12px rgba(184, 92, 56, 0); }
  100% { box-shadow: 0 0 0 0 rgba(184, 92, 56, 0); }
}
@keyframes pulse-teal {
  0%   { box-shadow: 0 0 0 0 rgba(30, 74, 74, 0.55); }
  70%  { box-shadow: 0 0 0 12px rgba(30, 74, 74, 0); }
  100% { box-shadow: 0 0 0 0 rgba(30, 74, 74, 0); }
}

@media (max-width: 980px) {
  .hero .grid { grid-template-columns: 1fr; }
  .hero .visual { aspect-ratio: 4 / 5; max-height: 620px; }
  .hero .chip-1 { left: 16px; }
  .hero .chip-2 { right: 16px; }
}
@media (max-width: 600px) {
  .hero .meta { grid-template-columns: repeat(3, 1fr); gap: 16px; }
  .hero .meta .stat .num { font-size: 26px; }
}

/* ============================================================
   Marquee — Editorial destinations strip
   ============================================================ */
.marquee-wrap {
  position: relative;
  z-index: 4;
  overflow: visible;
  margin-block: clamp(48px, 5vw, 80px);
}
.marquee {
  position: relative;
  z-index: 2;
  border-block: 1px solid var(--hairline);
  padding-block: 22px;
  background: var(--paper);
  overflow: hidden;
}
.marquee::before, .marquee::after {
  content: '';
  position: absolute;
  top: 0; bottom: 0;
  width: 120px;
  z-index: 2;
  pointer-events: none;
}
.marquee::before { left: 0; background: linear-gradient(to right, var(--paper), transparent); }
.marquee::after  { right: 0; background: linear-gradient(to left, var(--paper), transparent); }
.marquee .row {
  display: flex;
  align-items: center;
  gap: 64px;
  white-space: nowrap;
  animation: scroll 56s linear infinite;
}
/* v7 — pause-on-hover so users can click destinations */
.marquee:hover .row,
.marquee:focus-within .row,
.marquee.is-paused .row {
  animation-play-state: paused;
}
.marquee .item {
  font-family: var(--serif);
  font-style: italic;
  font-weight: 300;
  font-size: 26px;
  color: var(--ink-2);
  letter-spacing: -0.01em;
  display: inline-flex;
  align-items: center;
  gap: 22px;
}
/* v7 — clickable marquee items */
.marquee .item[data-dest] {
  cursor: pointer;
  transition: color 240ms var(--ease-out), transform 320ms var(--ease-spring);
}
.marquee .item[data-dest]:hover {
  color: var(--brand);
  transform: translateY(-1px);
}
.marquee .item[data-dest]:focus-visible {
  outline: 2px solid var(--accent);
  outline-offset: 4px;
  border-radius: 4px;
}
.marquee .item .sep {
  width: 8px; height: 8px;
  background: var(--gold);
  border-radius: 50%;
  flex-shrink: 0;
}
@keyframes scroll {
  from { transform: translateX(0); }
  to { transform: translateX(-50%); }
}

/* ============================================================
   Pillars — Bento Style
   ============================================================ */
.pillars { background: var(--paper); }
.pillars .head {
  display: grid;
  grid-template-columns: 1fr 1.1fr;
  gap: clamp(24px, 6vw, 96px);
  margin-bottom: 80px;
  align-items: end;
}
.pillars .head .lead { max-width: 48ch; }
.pillars .grid {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  gap: 14px;
}
.pillar {
  background: var(--surface);
  border-radius: var(--r-lg);
  padding: 36px;
  box-shadow:
    inset 0 0 0 1px var(--hairline-2),
    var(--shadow-soft);
  display: flex;
  flex-direction: column;
  gap: 22px;
  min-height: 320px;
  transition: transform 700ms var(--ease-out), box-shadow 700ms var(--ease-out);
}
.pillar:hover {
  transform: translateY(-4px);
  box-shadow:
    inset 0 0 0 1px var(--hairline-2),
    var(--shadow-medium);
}
.pillar:nth-child(1) { grid-column: span 5; min-height: 360px; }
.pillar:nth-child(2) { grid-column: span 7; min-height: 360px; }
.pillar:nth-child(3) { grid-column: span 7; }
.pillar:nth-child(4) { grid-column: span 5; }

.pillar .glyph {
  width: 56px;
  height: 56px;
  border-radius: 18px;
  background: var(--brand-3);
  color: var(--brand);
  display: grid;
  place-items: center;
  box-shadow: inset 0 0 0 1px rgba(30, 74, 74, 0.16);
}
.pillar .glyph svg { width: 26px; height: 26px; }
.pillar.gold .glyph {
  background: rgba(184, 137, 62, 0.14);
  color: var(--gold);
  box-shadow: inset 0 0 0 1px rgba(184, 137, 62, 0.20);
}
.pillar.accent .glyph {
  background: rgba(184, 92, 56, 0.14);
  color: var(--accent);
  box-shadow: inset 0 0 0 1px rgba(184, 92, 56, 0.20);
}

.pillar h4 {
  font-family: var(--serif);
  font-weight: 400;
  font-size: clamp(24px, 2.4vw, 32px);
  line-height: 1.05;
  letter-spacing: -0.02em;
  margin-top: auto;
}
.pillar h4 em { font-style: italic; color: var(--brand); font-weight: 300; }
.pillar p {
  color: var(--muted);
  font-size: 14.5px;
  line-height: 1.55;
  max-width: 36ch;
}
.pillar .footnote {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 11.5px;
  font-weight: 600;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--ink-2);
}

@media (max-width: 1024px) {
  .pillars .grid { grid-template-columns: repeat(2, 1fr); }
  .pillar { grid-column: span 1 !important; min-height: 280px !important; }
}
@media (max-width: 600px) {
  .pillars .grid { grid-template-columns: 1fr; }
  .pillars .head { grid-template-columns: 1fr; margin-bottom: 56px; }
}

/* ============================================================
   Featured trip cards
   ============================================================ */
.featured { background: var(--paper-2); border-block: 1px solid var(--hairline); }
.featured .head {
  display: flex;
  justify-content: space-between;
  align-items: end;
  margin-bottom: 64px;
  gap: 24px;
}
.featured .head h2 { max-width: 16ch; }
.featured .grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 22px;
}
.trip-card {
  display: block;
  border-radius: var(--r-lg);
  padding: var(--bezel-pad);
  background: rgba(26, 20, 16, 0.05);
  box-shadow: inset 0 0 0 1px var(--hairline-2);
  transition: transform 700ms var(--ease-out), box-shadow 700ms var(--ease-out);
  position: relative;
}
.trip-card:hover {
  transform: translateY(-4px);
  box-shadow:
    inset 0 0 0 1px var(--hairline-2),
    var(--shadow-deep);
}
.trip-card .inner {
  background: var(--surface);
  border-radius: calc(var(--r-lg) - var(--bezel-pad));
  box-shadow: var(--shadow-inset);
  overflow: hidden;
  display: flex;
  flex-direction: column;
}
.trip-card .visual {
  position: relative;
  aspect-ratio: 4 / 5;
  background: var(--paper-2);
  overflow: hidden;
}
.trip-card .visual img {
  position: absolute;
  inset: 0;
  width: 100%; height: 100%;
  object-fit: cover;
  transition: transform 1200ms var(--ease-out);
}
.trip-card:hover .visual img { transform: scale(1.06); }
.trip-card .badge {
  position: absolute;
  top: 16px; left: 16px;
  padding: 6px 12px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.94);
  backdrop-filter: blur(10px);
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: var(--ink);
  display: inline-flex; align-items: center; gap: 6px;
}
.trip-card .badge .dot { width: 5px; height: 5px; border-radius: 50%; background: var(--brand); }
.trip-card .badge.accent { background: var(--accent); color: #fff; }
.trip-card .badge.accent .dot { background: #fff; }
.trip-card .badge.dark { background: rgba(26,20,16,0.85); color: var(--paper); }
.trip-card .badge.dark .dot { background: var(--gold); }

.trip-card .body {
  padding: 26px;
  display: flex;
  flex-direction: column;
  gap: 14px;
}
.trip-card .meta-line {
  display: flex;
  justify-content: space-between;
  font-size: 11px;
  font-weight: 500;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--muted);
}
.trip-card h3 {
  font-family: var(--serif);
  font-weight: 400;
  font-size: 32px;
  letter-spacing: -0.025em;
}
.trip-card .desc {
  color: var(--muted);
  font-size: 14px;
  line-height: 1.55;
  max-width: 36ch;
}
.trip-card .price-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-top: 18px;
  border-top: 1px solid var(--hairline);
}
.trip-card .price {
  font-family: var(--serif);
  font-size: 26px;
  letter-spacing: -0.02em;
}
.trip-card .price small { font-size: 11.5px; color: var(--muted); margin-left: 4px; font-family: var(--sans); }
.trip-card .arrow {
  width: 40px; height: 40px;
  border-radius: 50%;
  background: rgba(26,20,16,0.06);
  display: grid; place-items: center;
  transition: transform 700ms var(--ease-out), background 500ms var(--ease-out), color 500ms var(--ease-out);
}
.trip-card:hover .arrow {
  transform: translate(2px, -2px) rotate(-8deg);
  background: var(--ink);
  color: var(--paper);
}

@media (max-width: 980px) { .featured .grid { grid-template-columns: 1fr 1fr; } }
@media (max-width: 600px) {
  .featured .grid { grid-template-columns: 1fr; }
  .featured .head { flex-direction: column; align-items: start; }
}

/* ============================================================
   Chi siamo — split editorial
   ============================================================ */
.about { background: var(--paper); }
.about .grid {
  display: grid;
  grid-template-columns: 1fr 1.05fr;
  gap: clamp(32px, 6vw, 96px);
  align-items: center;
}
.about .visual-wrap { position: relative; }
.about .visual {
  position: relative;
  aspect-ratio: 4 / 5;
  border-radius: var(--r-xl);
  overflow: hidden;
  background: var(--paper-2);
  box-shadow: var(--shadow-deep);
}
.about .visual img {
  position: absolute; inset: 0;
  width: 100%; height: 100%;
  object-fit: cover;
}
.about .copy h2 { margin-top: 24px; max-width: 16ch; }
.about .copy .lead { margin-top: 28px; max-width: 50ch; }
.about .copy p.body {
  margin-top: 22px;
  max-width: 52ch;
  color: var(--muted);
  font-size: 15px;
  line-height: 1.7;
}
.about .copy p.body strong { color: var(--ink); font-weight: 500; }
.about .stats {
  margin-top: 48px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 28px;
  max-width: 540px;
  padding-top: 32px;
  border-top: 1px solid var(--hairline);
}
.about .stats .stat .num {
  font-family: var(--serif);
  font-size: 36px;
  letter-spacing: -0.03em;
  line-height: 1;
}
.about .stats .stat .num em { font-style: italic; color: var(--brand); font-weight: 300; }
.about .stats .stat .lbl {
  margin-top: 8px;
  font-size: 11px;
  font-weight: 500;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--muted);
}
@media (max-width: 980px) { .about .grid { grid-template-columns: 1fr; } }

/* ============================================================
   Services strip — 3-up
   ============================================================ */
.services { background: var(--paper-2); border-block: 1px solid var(--hairline); }
.services .head {
  display: grid;
  grid-template-columns: 1fr 1.05fr;
  gap: clamp(24px, 6vw, 96px);
  margin-bottom: 72px;
  align-items: end;
}
.services .head .lead { max-width: 48ch; }
.services .grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
}
.service-card {
  position: relative;
  background: var(--surface);
  border-radius: var(--r-lg);
  padding: 32px;
  box-shadow:
    inset 0 0 0 1px var(--hairline-2),
    var(--shadow-soft);
  display: flex;
  flex-direction: column;
  gap: 22px;
  min-height: 360px;
  transition: transform 700ms var(--ease-out), box-shadow 700ms var(--ease-out);
}
.service-card:hover {
  transform: translateY(-5px);
  box-shadow:
    inset 0 0 0 1px var(--hairline-2),
    var(--shadow-medium);
}
.service-card .arrow {
  position: absolute;
  top: 24px; right: 24px;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background: rgba(26,20,16,0.05);
  display: grid;
  place-items: center;
  transition: transform 700ms var(--ease-out), background 500ms var(--ease-out);
}
.service-card:hover .arrow {
  transform: rotate(-12deg) scale(1.06);
  background: var(--ink);
  color: var(--paper);
}
.service-card .glyph {
  width: 64px;
  height: 64px;
  border-radius: 20px;
  background: var(--brand-3);
  color: var(--brand);
  display: grid;
  place-items: center;
  box-shadow: inset 0 0 0 1px rgba(30, 74, 74, 0.16);
}
.service-card.gold .glyph {
  background: rgba(184, 137, 62, 0.14);
  color: var(--gold);
  box-shadow: inset 0 0 0 1px rgba(184, 137, 62, 0.20);
}
.service-card.accent .glyph {
  background: rgba(184, 92, 56, 0.14);
  color: var(--accent);
  box-shadow: inset 0 0 0 1px rgba(184, 92, 56, 0.20);
}
.service-card .glyph svg { width: 28px; height: 28px; }
.service-card h3 {
  font-family: var(--serif);
  font-weight: 400;
  font-size: clamp(26px, 2.6vw, 32px);
  letter-spacing: -0.02em;
}
.service-card p {
  color: var(--muted);
  font-size: 14.5px;
  line-height: 1.55;
  max-width: 32ch;
}
.service-card .tag {
  margin-top: auto;
  padding-top: 18px;
  border-top: 1px solid var(--hairline);
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--ink-2);
}
@media (max-width: 980px) { .services .grid { grid-template-columns: 1fr; } .services .head { grid-template-columns: 1fr; } }

/* ============================================================
   Testimonials
   ============================================================ */
.testimonials { background: var(--paper-3); border-block: 1px solid var(--hairline); }
.testimonials .head { max-width: 760px; margin: 0 auto 80px; text-align: center; }
.testimonials .head .eyebrow { margin-bottom: 22px; }
.testimonials .grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 22px;
}
.testimonial {
  background: var(--surface);
  border-radius: var(--r-lg);
  padding: 36px 32px 28px;
  box-shadow:
    inset 0 0 0 1px var(--hairline-2),
    var(--shadow-soft);
  display: flex;
  flex-direction: column;
  gap: 20px;
  transition: transform 700ms var(--ease-out), box-shadow 700ms var(--ease-out);
}
.testimonial:hover { transform: translateY(-3px); box-shadow: inset 0 0 0 1px var(--hairline-2), var(--shadow-medium); }
.testimonial .quote {
  font-family: var(--serif);
  font-weight: 400;
  font-size: clamp(20px, 2vw, 26px);
  line-height: 1.25;
  letter-spacing: -0.015em;
  color: var(--ink);
}
.testimonial .who {
  margin-top: auto;
  padding-top: 18px;
  border-top: 1px solid var(--hairline);
  display: flex;
  align-items: center;
  gap: 14px;
}
.testimonial .name { font-weight: 600; font-size: 14px; }
.testimonial .meta-line { font-size: 12px; color: var(--muted); margin-top: 2px; }
.testimonial .stars { font-size: 0; display: flex; gap: 2px; }
.testimonial .stars .star {
  width: 14px; height: 14px;
  background:
    radial-gradient(circle at 30% 30%, #E9C77B, #B8893E);
  -webkit-mask: url("data:image/svg+xml;utf8,<svg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'><path d='M12 2l2.95 6.7L22 9.7l-5.5 4.6L18.4 22 12 18l-6.4 4 1.9-7.7L2 9.7l7.05-1z'/></svg>") center / contain no-repeat;
          mask: url("data:image/svg+xml;utf8,<svg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'><path d='M12 2l2.95 6.7L22 9.7l-5.5 4.6L18.4 22 12 18l-6.4 4 1.9-7.7L2 9.7l7.05-1z'/></svg>") center / contain no-repeat;
}

@media (max-width: 980px) { .testimonials .grid { grid-template-columns: 1fr; } }

/* ============================================================
   Social wall — instagram-style grid
   ============================================================ */
.social-wall { background: var(--paper); }
.social-wall .head {
  display: flex;
  justify-content: space-between;
  align-items: end;
  margin-bottom: 56px;
  gap: 24px;
  flex-wrap: wrap;
}
.social-wall .head h2 { max-width: 16ch; margin-top: 20px; }
.social-wall .head .handle {
  font-family: var(--serif);
  font-style: italic;
  font-weight: 300;
  font-size: clamp(18px, 1.8vw, 22px);
  color: var(--brand);
}
.social-wall .grid {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 10px;
}
.social-tile {
  position: relative;
  aspect-ratio: 1;
  border-radius: var(--r-md);
  overflow: hidden;
  background: var(--paper-2);
  box-shadow: var(--shadow-soft);
  transition: transform 700ms var(--ease-out), box-shadow 700ms var(--ease-out);
}
.social-tile:hover { transform: translateY(-3px); box-shadow: var(--shadow-medium); }
.social-tile img {
  position: absolute; inset: 0;
  width: 100%; height: 100%;
  object-fit: cover;
  transition: transform 1200ms var(--ease-out);
}
.social-tile:hover img { transform: scale(1.06); }
.social-tile .overlay {
  position: absolute; inset: 0;
  background: linear-gradient(to top, rgba(26,20,16,0.6) 0%, transparent 50%);
  display: flex;
  align-items: end;
  justify-content: space-between;
  padding: 14px;
  color: var(--paper);
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  opacity: 0;
  transition: opacity 500ms var(--ease-out);
}
.social-tile:hover .overlay { opacity: 1; }
.social-tile.reel::after {
  content: '';
  position: absolute;
  top: 12px; right: 12px;
  width: 22px; height: 22px;
  background: url("data:image/svg+xml;utf8,<svg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg' fill='white' stroke='white' stroke-width='1.5'><path d='M8 5v14l11-7z'/></svg>") center / 14px no-repeat;
  background-color: rgba(0,0,0,0.45);
  border-radius: 50%;
  backdrop-filter: blur(4px);
}
@media (max-width: 980px) { .social-wall .grid { grid-template-columns: repeat(3, 1fr); } }
@media (max-width: 600px) { .social-wall .grid { grid-template-columns: repeat(2, 1fr); } }

/* ============================================================
   Dark CTA strip
   ============================================================ */
.cta-strip {
  background: var(--ink);
  color: var(--paper);
  position: relative;
  overflow: hidden;
  padding-block: clamp(80px, 10vw, 140px);
}
.cta-strip::before {
  content: '';
  position: absolute;
  top: -200px;
  right: -100px;
  width: 540px;
  height: 540px;
  background: radial-gradient(circle, rgba(184, 137, 62, 0.28), transparent 60%);
  pointer-events: none;
  filter: blur(8px);
}
.cta-strip::after {
  content: '';
  position: absolute;
  bottom: -200px;
  left: -100px;
  width: 480px;
  height: 480px;
  background: radial-gradient(circle, rgba(30, 74, 74, 0.42), transparent 60%);
  pointer-events: none;
  filter: blur(8px);
}
.cta-strip .inner {
  text-align: center;
  max-width: 720px;
  margin-inline: auto;
  position: relative;
  z-index: 2;
}
.cta-strip .eyebrow {
  background: rgba(255, 255, 255, 0.08);
  color: var(--paper);
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.16);
}
.cta-strip h2 { color: var(--paper); margin-top: 24px; max-width: 18ch; margin-inline: auto; }
.cta-strip h2 em { color: var(--gold); font-style: italic; font-weight: 300; }
.cta-strip p {
  margin-top: 24px;
  font-family: var(--serif);
  font-style: italic;
  font-weight: 300;
  font-size: 19px;
  color: rgba(253, 251, 247, 0.78);
}
.cta-strip .ctas { margin-top: 40px; display: inline-flex; gap: 12px; flex-wrap: wrap; justify-content: center; }

/* ============================================================
   Footer
   ============================================================ */
.site-footer {
  background: var(--paper-2);
  padding-block: clamp(80px, 8vw, 120px) 36px;
  border-top: 1px solid var(--hairline);
}
.site-footer .top {
  display: grid;
  grid-template-columns: 1.6fr 1fr 1fr 1fr;
  gap: 48px;
  margin-bottom: 64px;
}
.site-footer h5 {
  font-family: var(--sans);
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--muted);
  margin: 0 0 22px;
}
.site-footer ul { list-style: none; padding: 0; margin: 0; display: flex; flex-direction: column; gap: 12px; }
.site-footer ul a {
  font-size: 14px;
  color: var(--ink-2);
  transition: color 400ms var(--ease-out);
}
.site-footer ul a:hover { color: var(--brand); }
.site-footer .pitch h2 {
  font-size: clamp(32px, 3.4vw, 52px);
  margin-bottom: 20px;
  max-width: 14ch;
  letter-spacing: -0.025em;
}
.site-footer .pitch h2 em { font-style: italic; color: var(--brand); font-weight: 300; }
.site-footer .pitch p { color: var(--muted); font-size: 14.5px; max-width: 32ch; line-height: 1.55; }
.site-footer .legal {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-top: 28px;
  border-top: 1px solid var(--hairline);
  font-size: 12px;
  color: var(--muted);
  flex-wrap: wrap;
  gap: 14px;
}
.site-footer .legal-links { display: flex; gap: 24px; }
.site-footer .legal-links a:hover { color: var(--ink); }
.site-footer .seal {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 5px 11px;
  border-radius: 999px;
  background: rgba(30, 74, 74, 0.10);
  color: var(--brand);
  font-size: 10.5px;
  font-weight: 600;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

@media (max-width: 980px) { .site-footer .top { grid-template-columns: 1fr 1fr; gap: 36px; } }
@media (max-width: 600px) { .site-footer .top { grid-template-columns: 1fr; } }

/* ============================================================
   Live activity ticker
   ============================================================ */
.live-feed {
  position: fixed;
  left: clamp(16px, 3vw, 36px);
  bottom: clamp(16px, 3vw, 36px);
  z-index: 40;
  background: rgba(255, 255, 255, 0.94);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
  padding: 12px 18px 12px 14px;
  border-radius: 999px;
  box-shadow:
    inset 0 0 0 1px var(--hairline-2),
    var(--shadow-medium);
  display: flex;
  align-items: center;
  gap: 12px;
  font-size: 13px;
  font-weight: 500;
  letter-spacing: -0.005em;
  max-width: min(360px, calc(100vw - 32px));
  transform: translateY(100px);
  opacity: 0;
  transition:
    transform 700ms var(--ease-spring),
    opacity 600ms var(--ease-out);
}
.live-feed.is-visible {
  transform: translateY(0);
  opacity: 1;
}
.live-feed .live {
  width: 8px; height: 8px;
  border-radius: 50%;
  background: var(--accent);
  flex-shrink: 0;
  animation: pulse 1.6s var(--ease-out) infinite;
}
.live-feed .text {
  flex: 1;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  transition: opacity 400ms var(--ease-out), transform 400ms var(--ease-out);
}
.live-feed .text strong { color: var(--ink); font-weight: 600; }
.live-feed .text small { color: var(--muted); margin-left: 4px; font-weight: 500; font-size: 11px; }
@media (max-width: 600px) { .live-feed { font-size: 12px; padding: 10px 14px 10px 12px; } }

/* ============================================================
   V3 — Multi-page extensions
   Scroll progress · Video hero · Booking bar · View toggle
   Filter sidebar · Catalog grid · Map · Timeline · Contact
   ============================================================ */

/* Scroll progress indicator (top hairline) */
.scroll-progress {
  position: fixed;
  top: 0; left: 0;
  height: 2px;
  width: 0;
  background: linear-gradient(90deg, var(--brand) 0%, var(--accent) 100%);
  z-index: 60;
  transition: width 80ms linear;
  pointer-events: none;
}

/* Video hero — homepage v3 */
.hero-video {
  position: relative;
  height: 100vh;
  min-height: 640px;
  overflow: hidden;
  background: var(--ink);
  isolation: isolate;
}
.hero-video .video-wrap {
  position: absolute;
  inset: -10%;
  z-index: 0;
  pointer-events: none;
  transform: scale(1);
  transition: transform 800ms var(--ease-out);
}
.hero-video.zoomed .video-wrap { transform: scale(1.06); }
.hero-video iframe {
  position: absolute;
  top: 50%; left: 50%;
  width: 177.78vh;
  min-width: 100%;
  height: 56.25vw;
  min-height: 100%;
  transform: translate(-50%, -50%);
  border: 0;
  pointer-events: none;
}
.hero-video .video-overlay {
  /* v12: extend overlay by 1px on every edge to defeat subpixel rounding
     gaps where the video's edge briefly showed through (Tommi reported a
     "line not covered by the darken container"). Also added a solid base
     layer under the radial so the corners aren't visibly under-tinted. */
  position: absolute;
  inset: -1px;
  background:
    rgba(26, 20, 16, 0.35),
    radial-gradient(ellipse at 50% 30%, rgba(26,20,16,0.25), rgba(26,20,16,0.55) 60%, rgba(26,20,16,0.85) 100%);
  z-index: 1;
  pointer-events: none;
}
.hero-video .content {
  position: relative;
  z-index: 2;
  height: 100%;
  display: grid;
  grid-template-rows: 1fr auto;
  padding-top: clamp(120px, 14vh, 180px);
  padding-bottom: clamp(40px, 6vh, 80px);
}
.hero-video .headline {
  text-align: center;
  color: var(--paper);
  padding-inline: var(--gutter);
  max-width: 980px;
  margin-inline: auto;
}
.hero-video .eyebrow {
  background: rgba(253, 251, 247, 0.12);
  color: var(--paper);
  box-shadow: inset 0 0 0 1px rgba(253, 251, 247, 0.20);
  backdrop-filter: blur(10px);
}
.hero-video h1 {
  color: var(--paper);
  margin-top: 28px;
  font-size: clamp(48px, 7vw, 96px);
  text-shadow: 0 6px 32px rgba(0,0,0,0.4);
}
.hero-video h1 em { color: var(--paper); opacity: 0.92; }
.hero-video .sub {
  font-family: var(--serif);
  font-style: italic;
  font-weight: 300;
  color: rgba(253, 251, 247, 0.86);
  font-size: clamp(16px, 1.4vw, 20px);
  margin-top: 18px;
  letter-spacing: 0.02em;
}

/* Booking bar (Airbnb-style) — looser, more breathing room.
   Wider container, larger padding per chip, more readable label + value typography. */
.booking-bar {
  position: relative;
  z-index: 4;
  max-width: 1080px;
  margin: clamp(28px, 4vh, 48px) auto 0;
  padding-inline: var(--gutter);
}
.booking-bar .pill {
  background: rgba(253, 251, 247, 0.97);
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
  border-radius: 999px;
  display: grid;
  grid-template-columns: 1.25fr 1fr 1fr 1.1fr auto;
  align-items: stretch;
  padding: 6px;
  gap: 4px;
  box-shadow:
    inset 0 0 0 1px var(--hairline-2),
    0 20px 56px -20px rgba(0,0,0,0.45);
  transition: box-shadow 500ms var(--ease-out);
}
.booking-bar .pill:hover {
  box-shadow:
    inset 0 0 0 1px var(--hairline-2),
    0 28px 72px -20px rgba(0,0,0,0.55);
}
.bb-field {
  position: relative;
  padding: 14px 26px;
  border-radius: 999px;
  cursor: pointer;
  transition: background-color 300ms var(--ease-out);
  border-right: 1px solid var(--hairline);
  text-align: left;
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-height: 56px;
}
.bb-field:hover { background: rgba(26, 20, 16, 0.04); }
.bb-field:last-of-type { border-right: 0; }
.bb-field.is-open { background: rgba(30, 74, 74, 0.06); }
.bb-field .label {
  display: block;
  font-size: 11px;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  font-weight: 600;
  color: var(--muted);
  margin-bottom: 6px;
}
.bb-field .value {
  display: block;
  font-size: 14.5px;
  font-weight: 500;
  color: var(--ink);
  letter-spacing: -0.005em;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.bb-field .value.placeholder { color: var(--muted-2); font-weight: 400; }
.bb-field input,
.bb-field select {
  background: transparent;
  border: 0;
  font: inherit;
  font-size: 14px;
  font-weight: 500;
  color: var(--ink);
  padding: 0;
  width: 100%;
  outline: none;
  cursor: pointer;
}
.bb-search {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 6px 6px 6px 18px;
}
.bb-search button {
  background: var(--accent);
  color: #fff;
  border-radius: 999px;
  padding: 14px 22px;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-weight: 600;
  font-size: 14px;
  box-shadow: 0 6px 18px -6px rgba(184, 92, 56, 0.6);
  transition: transform 500ms var(--ease-spring), background-color 400ms var(--ease-out), box-shadow 500ms var(--ease-out);
}
.bb-search button:hover {
  background: var(--accent-2);
  transform: translateY(-1px);
  box-shadow: 0 12px 28px -8px rgba(184, 92, 56, 0.7);
}
.bb-search button svg { width: 14px; height: 14px; }

/* Booking popovers — default opens DOWN; .drops-up flips to ABOVE the chip (v7)
   v8: tightened — feels like a tooltip-sized helper, not a full modal. */
.bb-popover {
  position: absolute;
  top: calc(100% + 12px);
  left: 0;
  min-width: 240px;
  max-width: 320px;
  background: var(--surface);
  border-radius: var(--r-md);
  box-shadow: var(--shadow-deep), inset 0 0 0 1px var(--hairline-2);
  padding: 14px;
  z-index: 100;
  opacity: 0;
  visibility: hidden;
  transform: translateY(-6px) scale(0.98);
  transform-origin: top left;
  transition: opacity 300ms var(--ease-out), transform 300ms var(--ease-spring), visibility 0s linear 300ms;
}
/* v8 — per-field sizing */
.bb-field[data-bb="dest"] .bb-popover { width: 320px; max-width: 320px; }
.bb-field[data-bb="trav"] .bb-popover { width: 240px; max-width: 240px; }
.bb-field[data-bb="tema"] .bb-popover { width: 320px; max-width: 320px; }
.bb-field.drops-up .bb-popover {
  top: auto;
  bottom: calc(100% + 12px);
  transform: translateY(6px) scale(0.98);
  transform-origin: bottom left;
}
.bb-field.is-open .bb-popover {
  opacity: 1;
  visibility: visible;
  transform: translateY(0) scale(1);
  transition: opacity 300ms var(--ease-out), transform 300ms var(--ease-spring), visibility 0s;
}
/* Tail / arrow on the popover (visual continuity with the chip) */
.bb-popover::before {
  content: '';
  position: absolute;
  width: 12px; height: 12px;
  background: var(--surface);
  box-shadow: inset 0 0 0 1px var(--hairline-2);
  transform: rotate(45deg);
  top: -6px;
  left: 36px;
  z-index: -1;
}
.bb-field.drops-up .bb-popover::before {
  top: auto;
  bottom: -6px;
}
/* Hero section must allow popovers to overflow into the section below */
.hero-video { overflow: visible; }
.hero-video .content { overflow: visible; }
.booking-bar { overflow: visible; }
.booking-bar .pill { overflow: visible; }
.bb-popover h6 {
  font-family: var(--sans);
  font-size: 10px;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--muted);
  font-weight: 600;
  margin: 0 0 8px;
}
.bb-popover .opts {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 4px;
}
.bb-popover .opts button {
  text-align: left;
  padding: 6px 10px;
  border-radius: 8px;
  font-size: 13px;
  font-weight: 500;
  color: var(--ink-2);
  min-height: 32px;
  transition: background-color 200ms var(--ease-out), color 200ms var(--ease-out);
}
.bb-popover .opts button:hover { background: var(--paper-2); color: var(--ink); }
.bb-popover .opts button.is-selected { background: var(--brand); color: #fff; }
.bb-popover .counter {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}
.bb-popover .counter button {
  width: 36px; height: 36px;
  border-radius: 50%;
  box-shadow: inset 0 0 0 1px var(--hairline-2);
  font-size: 18px;
  color: var(--ink);
  transition: background-color 200ms var(--ease-out), transform 300ms var(--ease-spring);
}
.bb-popover .counter button:hover { background: var(--paper-2); transform: scale(1.08); }
.bb-popover .counter .count { font-size: 18px; font-weight: 600; font-family: var(--serif); color: var(--ink); }

@media (max-width: 980px) {
  .booking-bar .pill { grid-template-columns: 1fr; border-radius: var(--r-md); padding: 10px; gap: 8px; }
  .bb-field { border-right: 0; border-bottom: 1px solid var(--hairline); padding: 14px 20px; border-radius: var(--r-sm); }
  .bb-field:last-of-type { border-bottom: 0; }
  .bb-search { padding: 6px; }
  .bb-search button { width: 100%; justify-content: center; padding: 16px 22px; border-radius: var(--r-sm); }
  .bb-popover { position: static; opacity: 1; visibility: visible; transform: none; box-shadow: none; padding: 0 0 12px; display: none; }
  .bb-field.is-open .bb-popover { display: block; }
}

/* Page section heading (used on inner pages) */
.page-hero {
  position: relative;
  padding-top: clamp(140px, 16vh, 200px);
  padding-bottom: clamp(56px, 6vw, 88px);
  overflow: hidden;
}
.page-hero h1 {
  font-size: clamp(48px, 6vw, 88px);
  margin-top: 24px;
}
.page-hero .lead {
  margin-top: 24px;
  max-width: 640px;
}

/* View toggle (catalog) — sticks FLUSH against the navbar.
   No gap above: top: 0 + a pseudo-element pushes content down underneath the fixed navbar.
   Solid-ish bg + heavy blur so card content under the navbar gap isn't visible. */
.view-toggle {
  position: sticky;
  top: var(--nav-height);
  z-index: 30;
  display: flex;
  justify-content: center;
  padding: 14px 0;
  min-height: var(--toggle-height);
  background: rgba(253, 251, 247, 0.92);
  backdrop-filter: saturate(160%) blur(18px);
  -webkit-backdrop-filter: saturate(160%) blur(18px);
  box-shadow: 0 1px 0 var(--hairline);
}
/* Fill the gap between the fixed navbar (top:0, ~78px tall) and the sticky toggle bar.
   This pseudo-element follows the toggle bar when scrolling so cards never bleed through. */
.view-toggle::before {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  bottom: 100%;
  height: var(--nav-height);
  background: rgba(253, 251, 247, 0.92);
  backdrop-filter: saturate(160%) blur(18px);
  -webkit-backdrop-filter: saturate(160%) blur(18px);
  pointer-events: none;
}
.view-toggle .group {
  display: inline-flex;
  background: var(--surface);
  border-radius: 999px;
  padding: 5px;
  box-shadow: inset 0 0 0 1px var(--hairline-2), var(--shadow-soft);
  position: relative;
}
.view-toggle button {
  position: relative;
  z-index: 2;
  padding: 10px 24px;
  border-radius: 999px;
  font-size: 13px;
  font-weight: 500;
  color: var(--muted);
  display: inline-flex;
  align-items: center;
  gap: 8px;
  transition: color 300ms var(--ease-out);
}
.view-toggle button.is-active { color: #fff; }
.view-toggle button svg { width: 14px; height: 14px; }
.view-toggle .slider {
  position: absolute;
  top: 5px;
  bottom: 5px;
  left: 5px;
  width: 0;
  background: var(--brand);
  border-radius: 999px;
  z-index: 1;
  transition: transform 500ms var(--ease-spring), width 500ms var(--ease-spring);
  box-shadow: 0 4px 12px -4px rgba(30, 74, 74, 0.4);
}

/* Catalog layout */
.catalog-section { padding-block: 0 clamp(80px, 10vw, 128px); }
.catalog-grid {
  display: grid;
  grid-template-columns: 280px 1fr;
  gap: clamp(28px, 4vw, 56px);
  padding-top: clamp(28px, 4vw, 56px);
}
@media (max-width: 980px) { .catalog-grid { grid-template-columns: 1fr; } }

.filter-sidebar {
  position: sticky;
  top: calc(var(--nav-height) + var(--toggle-height) + 24px);
  align-self: start;
  background: var(--surface);
  border-radius: var(--r-lg);
  padding: 28px;
  box-shadow: var(--shadow-soft), inset 0 0 0 1px var(--hairline-2);
  max-height: calc(100vh - var(--nav-height) - var(--toggle-height) - 48px);
  overflow-y: auto;
}
.filter-sidebar h5 {
  font-family: var(--sans);
  font-size: 10.5px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--muted);
  font-weight: 600;
  margin: 0 0 14px;
}
.filter-sidebar .group + .group { margin-top: 28px; padding-top: 28px; border-top: 1px solid var(--hairline); }
.filter-sidebar .opts { display: flex; flex-direction: column; gap: 8px; }
.filter-sidebar label {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 14px;
  color: var(--ink-2);
  cursor: pointer;
  padding: 4px 0;
  transition: color 200ms var(--ease-out);
}
.filter-sidebar label:hover { color: var(--ink); }
.filter-sidebar input[type="checkbox"] {
  appearance: none;
  width: 18px; height: 18px;
  border-radius: 5px;
  box-shadow: inset 0 0 0 1.5px var(--hairline-2);
  background: var(--surface);
  cursor: pointer;
  transition: background-color 200ms var(--ease-out), box-shadow 200ms var(--ease-out);
  position: relative;
  flex-shrink: 0;
}
.filter-sidebar input[type="checkbox"]:checked {
  background: var(--brand);
  box-shadow: inset 0 0 0 1.5px var(--brand);
}
.filter-sidebar input[type="checkbox"]:checked::after {
  content: '';
  position: absolute;
  inset: 0;
  background: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23FDFBF7' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'><polyline points='20 6 9 17 4 12'/></svg>") center/12px no-repeat;
}
.filter-sidebar .reset-btn {
  margin-top: 18px;
  font-size: 12px;
  font-weight: 500;
  color: var(--accent);
  letter-spacing: 0.04em;
  text-transform: uppercase;
  transition: color 200ms var(--ease-out);
}
.filter-sidebar .reset-btn:hover { color: var(--accent-2); }
.filter-sidebar .count-pill {
  display: inline-block;
  padding: 6px 12px;
  border-radius: 999px;
  background: var(--paper-2);
  font-size: 11px;
  font-weight: 600;
  color: var(--ink-2);
  letter-spacing: 0.06em;
  margin-bottom: 18px;
}

@media (max-width: 980px) {
  .filter-sidebar { position: static; max-height: none; padding: 22px; }
}

/* Catalog card grid */
.cat-results {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
  gap: clamp(20px, 2.4vw, 32px);
  align-content: start;
}
.cat-card {
  position: relative;
  border-radius: var(--r-md);
  overflow: hidden;
  background: var(--surface);
  box-shadow: var(--shadow-soft), inset 0 0 0 1px var(--hairline);
  display: block;
  text-decoration: none;
  color: inherit;
  transition: transform 500ms var(--ease-spring), box-shadow 500ms var(--ease-out);
}
.cat-card:hover {
  transform: translateY(-4px);
  box-shadow: var(--shadow-medium), inset 0 0 0 1px var(--hairline-2);
}
.cat-card .visual {
  position: relative;
  aspect-ratio: 4 / 3;
  overflow: hidden;
}
.cat-card .visual img {
  width: 100%; height: 100%;
  object-fit: cover;
  transition: transform 800ms var(--ease-out);
}
.cat-card:hover .visual img { transform: scale(1.08); }
.cat-card .visual::after {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 60%, rgba(30, 74, 74, 0) 100%);
  opacity: 0;
  transition: opacity 500ms var(--ease-out), background 500ms var(--ease-out);
}
.cat-card:hover .visual::after {
  opacity: 0.12;
  background: linear-gradient(180deg, var(--brand) 0%, transparent 60%);
}
.cat-card .badge {
  position: absolute;
  top: 14px; left: 14px;
  background: rgba(253, 251, 247, 0.94);
  backdrop-filter: blur(8px);
  padding: 6px 12px;
  border-radius: 999px;
  font-size: 10px;
  font-weight: 600;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--ink-2);
  z-index: 2;
}
.cat-card .body { padding: 20px 22px 22px; }
.cat-card .body .meta-line {
  display: flex;
  justify-content: space-between;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--muted);
  margin-bottom: 10px;
}
.cat-card h3 {
  font-size: 22px;
  margin: 0 0 8px;
  color: var(--ink);
}
.cat-card p {
  font-size: 13.5px;
  color: var(--muted);
  line-height: 1.45;
  margin: 0 0 14px;
}
.cat-card .cat-cta {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-size: 12.5px;
  font-weight: 600;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: var(--brand);
  position: relative;
}
.cat-card .cat-cta::after {
  content: '→';
  display: inline-block;
  transition: transform 400ms var(--ease-spring);
}
.cat-card:hover .cat-cta::after { transform: translateX(6px); }

.cat-empty {
  grid-column: 1 / -1;
  padding: 56px 24px;
  text-align: center;
  color: var(--muted);
  font-family: var(--serif);
  font-style: italic;
  font-size: 18px;
}

/* Map view */
.cat-map-wrap {
  position: relative;
  height: clamp(540px, 70vh, 760px);
  border-radius: var(--r-lg);
  overflow: hidden;
  box-shadow: var(--shadow-medium), inset 0 0 0 1px var(--hairline-2);
}
.cat-map {
  position: absolute;
  inset: 0;
  background: var(--paper-2);
}
.leaflet-container {
  background: #e8e4d8 !important;
  font-family: var(--sans) !important;
}
.mv-marker {
  width: 28px; height: 28px;
  border-radius: 50%;
  background: var(--brand);
  border: 3px solid #FDFBF7;
  box-shadow: 0 4px 10px -2px rgba(30, 74, 74, 0.5);
  transition: transform 400ms var(--ease-spring);
  cursor: pointer;
}
.mv-marker.is-active {
  background: var(--accent);
  animation: mv-pulse 1.6s var(--ease-out) infinite;
  transform: scale(1.2);
}
@keyframes mv-pulse {
  0% { box-shadow: 0 0 0 0 rgba(184, 92, 56, 0.6); }
  70% { box-shadow: 0 0 0 16px rgba(184, 92, 56, 0); }
  100% { box-shadow: 0 0 0 0 rgba(184, 92, 56, 0); }
}
.leaflet-popup-content-wrapper {
  border-radius: var(--r-sm) !important;
  padding: 0 !important;
}
.leaflet-popup-content {
  margin: 0 !important;
  padding: 14px 18px !important;
  font-family: var(--sans) !important;
}
.leaflet-popup-content h4 {
  font-family: var(--serif);
  font-size: 18px;
  margin: 0 0 4px;
  color: var(--ink);
}
.leaflet-popup-content p {
  font-size: 12px;
  color: var(--muted);
  margin: 0;
}

/* View crossfade */
.view-pane {
  opacity: 0;
  transform: translateY(8px);
  pointer-events: none;
  display: none;
  transition: opacity 400ms var(--ease-out), transform 400ms var(--ease-spring);
}
.view-pane.is-active {
  opacity: 1;
  transform: translateY(0);
  pointer-events: auto;
  display: grid;
}
.view-pane.map-pane.is-active { display: block; }

/* Timeline (chi siamo) */
.timeline {
  display: grid;
  gap: 28px;
  position: relative;
  padding-left: 38px;
  margin-top: 48px;
}
.timeline::before {
  content: '';
  position: absolute;
  left: 8px; top: 12px; bottom: 12px;
  width: 2px;
  background: linear-gradient(180deg, var(--brand) 0%, var(--accent) 100%);
  opacity: 0.4;
}
.timeline-item {
  position: relative;
  padding-left: 0;
}
.timeline-item::before {
  content: '';
  position: absolute;
  left: -36px; top: 8px;
  width: 16px; height: 16px;
  border-radius: 50%;
  background: var(--brand);
  border: 3px solid var(--paper);
  box-shadow: 0 0 0 1px var(--brand);
  transition: transform 500ms var(--ease-spring), background-color 400ms var(--ease-out);
}
.timeline-item:hover::before { transform: scale(1.3); background: var(--accent); box-shadow: 0 0 0 1px var(--accent); }
.timeline-item .year {
  font-family: var(--serif);
  font-style: italic;
  font-weight: 300;
  font-size: 22px;
  color: var(--brand);
  margin-bottom: 4px;
}
.timeline-item h4 {
  font-size: 22px;
  margin: 0 0 6px;
}
.timeline-item p {
  font-size: 14.5px;
  color: var(--muted);
  line-height: 1.55;
}

/* Founder portraits */
.founders-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: clamp(20px, 3vw, 36px);
  margin-top: 56px;
}
@media (max-width: 980px) { .founders-grid { grid-template-columns: 1fr; } }
.founder-card {
  background: var(--surface);
  border-radius: var(--r-md);
  padding: 28px;
  box-shadow: var(--shadow-soft), inset 0 0 0 1px var(--hairline-2);
  transition: transform 500ms var(--ease-spring), box-shadow 500ms var(--ease-out);
}
.founder-card:hover {
  transform: translateY(-6px);
  box-shadow: var(--shadow-medium);
}
.founder-card .portrait {
  width: 96px; height: 96px;
  border-radius: 50%;
  background: var(--brand-3);
  display: grid;
  place-items: center;
  font-family: var(--serif);
  font-style: italic;
  font-size: 42px;
  color: var(--brand);
  margin-bottom: 18px;
  overflow: hidden;
}
.founder-card .portrait img { width: 100%; height: 100%; object-fit: cover; }
.founder-card h4 { font-size: 22px; margin: 0 0 4px; }
.founder-card .role {
  font-size: 11px;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--muted);
  font-weight: 600;
  margin-bottom: 14px;
}
.founder-card p {
  font-size: 14px;
  color: var(--ink-2);
  line-height: 1.55;
}

/* Contact page */
.contact-grid {
  display: grid;
  grid-template-columns: 1.1fr 1fr;
  gap: clamp(28px, 4vw, 64px);
  align-items: start;
}
@media (max-width: 980px) { .contact-grid { grid-template-columns: 1fr; } }

.contact-form {
  background: var(--surface);
  padding: clamp(28px, 4vw, 44px);
  border-radius: var(--r-lg);
  box-shadow: var(--shadow-soft), inset 0 0 0 1px var(--hairline-2);
}
.contact-form .row { display: grid; gap: 18px; }
.contact-form .row.two { grid-template-columns: 1fr 1fr; }
@media (max-width: 600px) { .contact-form .row.two { grid-template-columns: 1fr; } }
.contact-form label {
  display: block;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--muted);
  margin-bottom: 8px;
}
.contact-form input,
.contact-form textarea {
  width: 100%;
  background: var(--paper);
  border: 0;
  padding: 14px 16px;
  border-radius: var(--r-sm);
  font: 500 14px var(--sans);
  color: var(--ink);
  box-shadow: inset 0 0 0 1px var(--hairline-2);
  transition: box-shadow 300ms var(--ease-out), background-color 300ms var(--ease-out);
  outline: none;
}
.contact-form input:focus,
.contact-form textarea:focus {
  box-shadow: inset 0 0 0 1.5px var(--brand);
  background: var(--surface);
}
.contact-form textarea { resize: vertical; min-height: 140px; line-height: 1.5; }
.contact-form .check {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  font-size: 13px;
  color: var(--muted);
  margin-top: 8px;
  cursor: pointer;
}
.contact-form .check input { width: 18px; height: 18px; }
.contact-form button[type="submit"] {
  margin-top: 24px;
}

.contact-sites { display: grid; gap: 28px; }
.contact-site {
  background: var(--surface);
  padding: clamp(24px, 3vw, 32px);
  border-radius: var(--r-lg);
  box-shadow: var(--shadow-soft), inset 0 0 0 1px var(--hairline-2);
  transition: transform 500ms var(--ease-spring), box-shadow 500ms var(--ease-out);
}
.contact-site:hover { transform: translateY(-3px); box-shadow: var(--shadow-medium); }
.contact-site h3 { font-size: 28px; margin: 0 0 6px; }
.contact-site .city-pill {
  display: inline-block;
  background: var(--brand-3);
  color: var(--brand);
  padding: 5px 12px;
  border-radius: 999px;
  font-size: 10.5px;
  font-weight: 600;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  margin-bottom: 16px;
}
.contact-site address {
  font-style: normal;
  font-size: 14.5px;
  color: var(--ink-2);
  line-height: 1.6;
  margin: 0 0 14px;
}
.contact-site .links { display: flex; flex-direction: column; gap: 6px; font-size: 14px; }
.contact-site .links a { color: var(--brand); font-weight: 500; transition: color 200ms var(--ease-out); }
.contact-site .links a:hover { color: var(--accent); }
.contact-site .mini-map {
  height: 200px;
  border-radius: var(--r-md);
  overflow: hidden;
  margin-top: 18px;
  box-shadow: inset 0 0 0 1px var(--hairline);
}

/* Eventi grid */
.eventi-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
  gap: clamp(20px, 2.4vw, 32px);
}
.event-card {
  background: var(--surface);
  border-radius: var(--r-md);
  overflow: hidden;
  box-shadow: var(--shadow-soft), inset 0 0 0 1px var(--hairline-2);
  transition: transform 500ms var(--ease-spring), box-shadow 500ms var(--ease-out);
  display: block;
  color: inherit;
}
.event-card:hover { transform: translateY(-4px); box-shadow: var(--shadow-medium); }
.event-card .visual { aspect-ratio: 16/10; overflow: hidden; position: relative; }
.event-card .visual img { width: 100%; height: 100%; object-fit: cover; transition: transform 800ms var(--ease-out); }
.event-card:hover .visual img { transform: scale(1.07); }
.event-card .date-chip {
  position: absolute;
  top: 14px; left: 14px;
  background: rgba(253, 251, 247, 0.94);
  padding: 8px 14px;
  border-radius: 12px;
  text-align: center;
  font-family: var(--serif);
  z-index: 2;
}
.event-card .date-chip .day {
  display: block;
  font-size: 22px;
  font-weight: 500;
  line-height: 1;
  color: var(--brand);
}
.event-card .date-chip .month {
  display: block;
  font-family: var(--sans);
  font-size: 9.5px;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--muted);
  font-weight: 600;
  margin-top: 4px;
}
.event-card .body { padding: 22px 24px 24px; }
.event-card h3 { font-size: 22px; margin: 0 0 8px; }
.event-card .meta-line {
  display: flex; gap: 12px;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--muted);
  margin-bottom: 10px;
}
.event-card p { font-size: 13.5px; color: var(--muted); line-height: 1.5; margin: 0; }

/* Catalog hero — adopts the v2 split layout, scoped */
.catalog-hero { padding-top: clamp(140px, 16vh, 200px); }

/* Mobile filter sheet */
.mobile-filter-btn {
  display: none;
  position: sticky;
  top: 78px;
  z-index: 31;
  margin: 0 var(--gutter) 12px;
  padding: 14px 22px;
  border-radius: 999px;
  background: var(--brand);
  color: #fff;
  text-align: center;
  font-weight: 500;
  font-size: 14px;
  box-shadow: var(--shadow-medium);
}
@media (max-width: 980px) {
  .mobile-filter-btn { display: block; }
  .filter-sidebar { display: none; }
  .filter-sidebar.is-open { display: block; position: fixed; inset: 0; max-height: 100vh; z-index: 50; border-radius: 0; padding: 80px var(--gutter); overflow-y: auto; }
  .filter-sidebar .close-btn { display: block; position: absolute; top: 24px; right: 24px; font-size: 28px; }
}
.filter-sidebar .close-btn { display: none; }

/* ============================================================
   Product page (single experience)
   ============================================================ */
.prod-hero {
  position: relative;
  padding-top: clamp(120px, 14vh, 180px);
  padding-bottom: clamp(40px, 6vw, 80px);
  overflow: hidden;
}
.prod-hero .container { position: relative; z-index: 2; }
.prod-hero .eyebrow { margin-bottom: 18px; }
.prod-hero h1 {
  font-family: var(--serif);
  font-weight: 400;
  font-size: clamp(48px, 7vw, 96px);
  line-height: 1.02;
  letter-spacing: -0.018em;
  color: var(--ink);
  margin: 0;
}
.prod-hero h1 em {
  font-style: italic;
  color: var(--accent);
}
.prod-hero .sub {
  margin-top: 22px;
  font-size: clamp(16px, 1.3vw, 19px);
  color: var(--muted);
  max-width: 720px;
  line-height: 1.55;
}
.prod-hero-photo {
  position: relative;
  margin-top: clamp(36px, 5vw, 56px);
  border-radius: var(--r-lg);
  overflow: hidden;
  aspect-ratio: 21 / 9;
  background: var(--paper-2);
  box-shadow: var(--shadow-medium);
}
.prod-hero-photo img {
  width: 100%; height: 100%;
  object-fit: cover;
  display: block;
}
.prod-hero-photo::after {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 50%, rgba(30, 74, 74, 0.18) 100%);
  pointer-events: none;
}
.prod-hero .chips-row {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 22px;
}
.prod-hero .chip-tag {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 8px 14px;
  border-radius: 999px;
  background: var(--paper-2);
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.06em;
  color: var(--ink-2);
  text-transform: uppercase;
}
.prod-hero .chip-tag.accent { background: rgba(184, 92, 56, 0.12); color: var(--accent-2); }
.prod-hero .chip-tag.brand { background: rgba(30, 74, 74, 0.10); color: var(--brand); }

/* Two-column body */
.prod-body {
  padding-block: clamp(40px, 6vw, 80px) clamp(60px, 8vw, 100px);
}
.prod-body .grid {
  display: grid;
  grid-template-columns: 1.5fr 1fr;
  gap: clamp(40px, 6vw, 80px);
  align-items: start;
}
@media (max-width: 980px) {
  .prod-body .grid { grid-template-columns: 1fr; }
}
/* v10 (2026-05-14): swapped order — booking card LEFT (col 1), editorial RIGHT (col 2).
   Booking is the narrower column; editorial gets the wider 1.5fr. */
.prod-body .grid.v10-swap { grid-template-columns: 1fr 1.5fr; }
@media (max-width: 980px) {
  .prod-body .grid.v10-swap { grid-template-columns: 1fr; }
  /* on mobile show editorial first, booking card after — feels more natural
     than leading with a giant CTA card on a phone. */
  .prod-body .grid.v10-swap .book-card { order: 2; }
  .prod-body .grid.v10-swap .prod-editorial { order: 1; }
}
.prod-body h2 {
  font-family: var(--serif);
  font-weight: 400;
  font-size: clamp(28px, 3.4vw, 40px);
  line-height: 1.12;
  letter-spacing: -0.015em;
  margin: 0 0 22px;
}
.prod-body h2 em { font-style: italic; color: var(--accent); }
.prod-body h3 {
  font-family: var(--serif);
  font-weight: 400;
  font-size: 22px;
  line-height: 1.2;
  margin: 0 0 14px;
  color: var(--ink);
}
.prod-body p {
  font-size: 15.5px;
  line-height: 1.65;
  color: var(--ink-2);
  margin: 0 0 14px;
}
.prod-body .block + .block { margin-top: clamp(32px, 4vw, 56px); }
.prod-body ul.vivrai {
  list-style: none;
  padding: 0;
  margin: 12px 0 0;
  display: grid;
  gap: 12px;
}
.prod-body ul.vivrai li {
  position: relative;
  padding-left: 26px;
  font-size: 15px;
  line-height: 1.55;
  color: var(--ink-2);
}
.prod-body ul.vivrai li::before {
  content: '';
  position: absolute;
  left: 0; top: 8px;
  width: 14px; height: 14px;
  border-radius: 50%;
  background: var(--brand);
  opacity: 0.18;
}
.prod-body ul.vivrai li::after {
  content: '';
  position: absolute;
  left: 4px; top: 12px;
  width: 6px; height: 6px;
  border-radius: 50%;
  background: var(--brand);
}
.prod-body .programma {
  display: grid;
  gap: 14px;
  margin-top: 12px;
}
.prod-body .day {
  display: grid;
  grid-template-columns: 64px 1fr;
  gap: 18px;
  padding: 20px 22px;
  border-radius: var(--r-md);
  background: var(--surface);
  box-shadow: var(--shadow-soft), inset 0 0 0 1px var(--hairline);
}
.prod-body .day .num {
  font-family: var(--serif);
  font-style: italic;
  font-size: 36px;
  line-height: 1;
  color: var(--brand);
}
.prod-body .day .num small {
  display: block;
  font-family: var(--sans);
  font-style: normal;
  font-size: 9.5px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  font-weight: 600;
  color: var(--muted);
  margin-top: 4px;
}
.prod-body .day h4 {
  font-family: var(--serif);
  font-weight: 400;
  font-size: 19px;
  margin: 0 0 6px;
  color: var(--ink);
}
.prod-body .day p { font-size: 14.5px; margin: 0; }
.prod-body .inc-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px;
  margin-top: 12px;
}
@media (max-width: 640px) { .prod-body .inc-grid { grid-template-columns: 1fr; } }
.prod-body .inc-grid .col h4 {
  font-family: var(--sans);
  font-size: 10.5px;
  font-weight: 600;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--muted);
  margin: 0 0 12px;
}
.prod-body .inc-grid ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: grid;
  gap: 10px;
}
.prod-body .inc-grid li {
  font-size: 14px;
  line-height: 1.5;
  color: var(--ink-2);
  padding-left: 22px;
  position: relative;
}
.prod-body .inc-grid .col.inc li::before {
  content: '';
  position: absolute;
  left: 0; top: 7px;
  width: 12px; height: 8px;
  border-left: 2px solid var(--brand);
  border-bottom: 2px solid var(--brand);
  transform: rotate(-45deg);
}
.prod-body .inc-grid .col.exc li::before {
  content: '';
  position: absolute;
  left: 0; top: 10px;
  width: 12px; height: 2px;
  background: var(--muted-2);
}

/* Booking card (sticky right column) */
.book-card {
  position: sticky;
  top: calc(var(--nav-height) + 24px);
  background: var(--surface);
  border-radius: var(--r-lg);
  padding: 28px;
  box-shadow: var(--shadow-medium), inset 0 0 0 1px var(--hairline-2);
}
.book-card .price-row {
  display: flex;
  align-items: baseline;
  gap: 8px;
  margin-bottom: 4px;
}
.book-card .price {
  font-family: var(--serif);
  font-size: 32px;
  line-height: 1;
  color: var(--ink);
}
.book-card .price small {
  font-family: var(--sans);
  font-size: 11.5px;
  font-weight: 600;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--muted);
}
.book-card .from {
  font-family: var(--sans);
  font-size: 11px;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--muted);
  font-weight: 600;
  margin-bottom: 6px;
}
.book-card .field {
  margin-top: 18px;
}
.book-card .field .lbl {
  display: block;
  font-size: 10.5px;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  font-weight: 600;
  color: var(--muted);
  margin-bottom: 8px;
}
.book-card .field input,
.book-card .field .counter {
  width: 100%;
  background: var(--paper);
  border-radius: var(--r-sm);
  box-shadow: inset 0 0 0 1px var(--hairline-2);
  padding: 12px 14px;
  font-size: 14px;
  color: var(--ink);
  outline: none;
  font-family: var(--sans);
  font-weight: 500;
}
.book-card .field .counter {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.book-card .field .counter button {
  width: 30px; height: 30px;
  border-radius: 50%;
  box-shadow: inset 0 0 0 1px var(--hairline-2);
  background: var(--surface);
  font-size: 16px;
  color: var(--ink);
}
.book-card .field .counter .n {
  font-family: var(--serif);
  font-size: 18px;
  font-weight: 500;
}
.book-card .btn-cta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  margin-top: 22px;
  padding: 16px 22px;
  border-radius: 999px;
  background: var(--accent);
  color: #fff;
  font-weight: 600;
  font-size: 14.5px;
  letter-spacing: 0.01em;
  box-shadow: 0 8px 22px -6px rgba(184, 92, 56, 0.55);
  transition: transform 400ms var(--ease-spring), background-color 300ms var(--ease-out), box-shadow 400ms var(--ease-out);
}
.book-card .btn-cta:hover {
  transform: translateY(-2px);
  background: var(--accent-2);
  box-shadow: 0 14px 32px -8px rgba(184, 92, 56, 0.65);
}
.book-card .btn-cta .icon-bubble {
  width: 30px; height: 30px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.18);
  display: inline-grid;
  place-items: center;
}
.book-card .btn-cta .icon-bubble svg { width: 14px; height: 14px; }
.book-card .help {
  margin-top: 14px;
  font-size: 12.5px;
  text-align: center;
  color: var(--muted);
}
.book-card .help a {
  color: var(--brand);
  font-weight: 600;
  border-bottom: 1px dotted var(--brand);
}

/* Similar trips */
.prod-similar {
  padding-block: clamp(40px, 6vw, 80px) clamp(60px, 8vw, 100px);
  background: var(--paper-2);
}
.prod-similar .head {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 24px;
  margin-bottom: 36px;
  flex-wrap: wrap;
}
.prod-similar h2 {
  font-family: var(--serif);
  font-weight: 400;
  font-size: clamp(32px, 4vw, 48px);
  line-height: 1.1;
  margin: 0;
}
.prod-similar h2 em { font-style: italic; color: var(--accent); }
.prod-similar .grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}
@media (max-width: 980px) {
  .prod-similar .grid { grid-template-columns: 1fr; }
}

/* ============================================================
   v5 — Alternative layout patterns
   Pattern C numbered editorial list, Pattern A asymmetric bento,
   Pattern B horizontal scroll-snap, Pattern E compact list.
   ============================================================ */

/* ---------- Pattern C — Numbered editorial list ---------- */
.num-list {
  display: grid;
  gap: 0;
  margin-top: 24px;
  border-top: 1px solid var(--hairline);
}
.num-list .num-row {
  display: grid;
  grid-template-columns: 120px 1fr auto;
  gap: clamp(20px, 3vw, 56px);
  align-items: start;
  padding: clamp(28px, 4vw, 44px) 8px;
  border-bottom: 1px solid var(--hairline);
  transition: background-color 400ms var(--ease-out), padding-left 500ms var(--ease-spring);
}
.num-list .num-row:hover {
  background: var(--paper-2);
  padding-left: 20px;
}
.num-list .num-row .numeral {
  font-family: var(--serif);
  font-style: italic;
  font-weight: 300;
  font-size: clamp(48px, 6vw, 88px);
  line-height: 0.9;
  color: var(--brand);
  letter-spacing: -0.03em;
}
.num-list .num-row.gold .numeral { color: var(--gold); }
.num-list .num-row.accent .numeral { color: var(--accent); }
.num-list .num-row .body h3 {
  font-family: var(--serif);
  font-weight: 400;
  font-size: clamp(22px, 2.4vw, 32px);
  line-height: 1.1;
  margin: 0 0 12px;
  letter-spacing: -0.02em;
}
.num-list .num-row .body h3 em { font-style: italic; color: var(--brand); font-weight: 300; }
.num-list .num-row .body p {
  color: var(--muted);
  font-size: 15px;
  line-height: 1.6;
  margin: 0;
  max-width: 56ch;
}
.num-list .num-row .body .meta {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-top: 14px;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--ink-2);
}
.num-list .num-row .aside {
  display: flex;
  align-items: center;
  color: var(--brand);
}
.num-list .num-row .aside svg { width: 18px; height: 18px; transition: transform 500ms var(--ease-spring); }
.num-list .num-row:hover .aside svg { transform: translateX(6px); }
@media (max-width: 760px) {
  .num-list .num-row {
    grid-template-columns: 1fr;
    gap: 14px;
    padding-block: 28px;
  }
  .num-list .num-row .numeral { font-size: 56px; }
  .num-list .num-row .aside { display: none; }
}

/* ---------- Pattern A variant — Testimonials hero (1 wide + 2 narrow) ---------- */
.testimonials .grid.hero-stack {
  grid-template-columns: 1.6fr 1fr;
  gap: clamp(16px, 2vw, 24px);
}
.testimonials .grid.hero-stack .testimonial:first-child {
  grid-row: span 2;
  padding: clamp(36px, 4vw, 52px);
  background: linear-gradient(155deg, var(--paper) 0%, var(--paper-2) 100%);
}
.testimonials .grid.hero-stack .testimonial:first-child .quote {
  font-size: clamp(22px, 2.4vw, 30px);
  line-height: 1.3;
}
@media (max-width: 980px) {
  .testimonials .grid.hero-stack { grid-template-columns: 1fr; }
  .testimonials .grid.hero-stack .testimonial:first-child { grid-row: auto; }
}

/* ---------- Pattern A variant — Social wall asymmetric (1 large + 5 small) ---------- */
.social-wall .grid.asym {
  grid-template-columns: repeat(6, 1fr);
  grid-auto-rows: minmax(0, 1fr);
  gap: 10px;
}
.social-wall .grid.asym .social-tile { aspect-ratio: 1; }
.social-wall .grid.asym .social-tile:first-child {
  grid-column: span 3;
  grid-row: span 2;
  aspect-ratio: auto;
}
.social-wall .grid.asym .social-tile:nth-child(n+2) { grid-column: span 3; }
.social-wall .grid.asym .social-tile:nth-child(n+2):nth-child(-n+3) { grid-column: span 3; }
/* on 6-col layout we get: 1 (3x2) + 2 small (3x1) on top right + 3 small (2x1) bottom */
.social-wall .grid.asym {
  grid-template-columns: repeat(6, 1fr);
  grid-template-rows: repeat(2, auto);
}
.social-wall .grid.asym .social-tile:nth-child(1) { grid-column: 1 / span 3; grid-row: 1 / span 2; }
.social-wall .grid.asym .social-tile:nth-child(2) { grid-column: 4 / span 3; grid-row: 1; aspect-ratio: 16/9; }
.social-wall .grid.asym .social-tile:nth-child(3) { grid-column: 4 / span 2; grid-row: 2; }
.social-wall .grid.asym .social-tile:nth-child(4) { grid-column: 6 / span 1; grid-row: 2; }
.social-wall .grid.asym .social-tile:nth-child(5) { grid-column: 1 / span 3; grid-row: 3; aspect-ratio: 16/9; }
.social-wall .grid.asym .social-tile:nth-child(6) { grid-column: 4 / span 3; grid-row: 3; aspect-ratio: 16/9; }
@media (max-width: 980px) {
  .social-wall .grid.asym { grid-template-columns: repeat(2, 1fr); grid-template-rows: none; }
  .social-wall .grid.asym .social-tile { grid-column: auto !important; grid-row: auto !important; aspect-ratio: 1 !important; }
}

/* ---------- Pattern B — Horizontal scroll-snap carousel ---------- */
.scroll-snap {
  display: flex;
  gap: clamp(16px, 2vw, 24px);
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  scroll-padding-inline: var(--gutter, 24px);
  padding: 8px 0 28px;
  margin-inline: calc(-1 * var(--gutter, 24px));
  padding-inline: var(--gutter, 24px);
  -webkit-overflow-scrolling: touch;
  scrollbar-width: thin;
  scrollbar-color: var(--brand) transparent;
}
.scroll-snap::-webkit-scrollbar { height: 6px; }
.scroll-snap::-webkit-scrollbar-track { background: var(--hairline); border-radius: 999px; }
.scroll-snap::-webkit-scrollbar-thumb { background: var(--brand); border-radius: 999px; }
.scroll-snap > * {
  flex: 0 0 clamp(280px, 32vw, 380px);
  scroll-snap-align: start;
}
.scroll-snap::after {
  content: '';
  flex: 0 0 1px;
}
@media (max-width: 600px) {
  .scroll-snap > * { flex-basis: 82vw; }
}

/* ---------- Pattern E — Compact list (dense rows) ---------- */
.compact-list {
  display: grid;
  gap: 0;
  margin-top: 32px;
  border-top: 1px solid var(--hairline);
}
.compact-list .compact-row {
  display: grid;
  grid-template-columns: 84px 1fr auto auto;
  gap: clamp(14px, 2vw, 32px);
  align-items: center;
  padding: 20px 12px;
  border-bottom: 1px solid var(--hairline);
  color: inherit;
  transition: background-color 300ms var(--ease-out), padding-left 400ms var(--ease-spring);
}
.compact-list .compact-row:hover {
  background: var(--paper-2);
  padding-left: 24px;
}
.compact-list .compact-row .date-pill {
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 8px 12px;
  border-radius: 12px;
  background: var(--brand-3);
  color: var(--brand);
  font-family: var(--serif);
  min-width: 64px;
}
.compact-list .compact-row .date-pill .day {
  font-size: 22px;
  font-weight: 500;
  line-height: 1;
}
.compact-list .compact-row .date-pill .month {
  font-family: var(--sans);
  font-size: 9.5px;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  font-weight: 600;
  color: var(--muted);
  margin-top: 4px;
}
.compact-list .compact-row .title {
  font-family: var(--serif);
  font-weight: 400;
  font-size: clamp(18px, 1.8vw, 22px);
  line-height: 1.2;
  margin: 0;
  letter-spacing: -0.01em;
}
.compact-list .compact-row .loc {
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--muted);
  white-space: nowrap;
}
.compact-list .compact-row .cta-chip {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 8px 14px;
  border-radius: 999px;
  background: var(--paper);
  box-shadow: inset 0 0 0 1px var(--hairline-2);
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--brand);
  transition: background-color 300ms var(--ease-out), transform 400ms var(--ease-spring);
}
.compact-list .compact-row:hover .cta-chip {
  background: var(--brand);
  color: var(--paper);
  transform: translateX(4px);
}
@media (max-width: 760px) {
  .compact-list .compact-row {
    grid-template-columns: 64px 1fr;
    gap: 14px;
    padding-block: 18px;
  }
  .compact-list .compact-row .loc,
  .compact-list .compact-row .cta-chip { grid-column: 2; justify-self: start; }
  .compact-list .compact-row .loc { margin-top: -6px; }
}

/* ---------- Pattern A — Eventi bento hero (3 cards: 1 large + 2 stacked) ---------- */
.eventi-grid.bento {
  display: grid;
  grid-template-columns: 1.4fr 1fr;
  grid-template-rows: 1fr 1fr;
  gap: clamp(16px, 2vw, 24px);
  margin-bottom: clamp(32px, 4vw, 56px);
}
.eventi-grid.bento .event-card:first-child {
  grid-row: span 2;
}
.eventi-grid.bento .event-card:first-child .visual { aspect-ratio: 4/5; }
.eventi-grid.bento .event-card:first-child h3 { font-size: clamp(26px, 3vw, 36px); line-height: 1.1; }
@media (max-width: 760px) {
  .eventi-grid.bento { grid-template-columns: 1fr; grid-template-rows: none; }
  .eventi-grid.bento .event-card:first-child { grid-row: auto; }
  .eventi-grid.bento .event-card:first-child .visual { aspect-ratio: 16/10; }
}

/* ---------- prod-similar carousel mode ---------- */
.prod-similar .grid.scroll-snap {
  display: flex;
  gap: clamp(16px, 2vw, 24px);
}
.prod-similar .grid.scroll-snap .cat-card {
  flex: 0 0 clamp(280px, 32vw, 360px);
  scroll-snap-align: start;
}
@media (max-width: 980px) {
  .prod-similar .grid.scroll-snap { display: flex; }
}


/* ============================================================
   v6 — Catalog Map (Mapbox split-screen) + Product carousel
   Split-screen world map (left) + scrollable destination cards (right).
   © 2026 Move SRL. Adapted from SSV redesign with brand palette.
   ============================================================ */

.map-page {
  /* v10 (2026-05-14): widened map column to 60% (was 50%), shortened map height
     to ~70vh (was full 100dvh) per Tommi's "less high, more wide" ask.
     v11: align map top with first card top (was offset because .head had its own padding). */
  display: grid;
  grid-template-columns: 1.5fr 1fr;
  min-height: 100dvh;
  padding-top: clamp(96px, 12vh, 132px);
  align-items: start;
}
@media (max-width: 980px) {
  .map-page { grid-template-columns: 1fr; }
}
.map-stage {
  position: sticky;
  top: clamp(96px, 12vh, 132px);
  /* v10: cap map height to ~70vh so it doesn't dominate the viewport. */
  height: min(720px, 75vh);
  padding: clamp(16px, 2vw, 28px);
  border-right: 1px solid var(--hairline);
  background: var(--paper);
}
@media (max-width: 980px) {
  .map-stage {
    position: relative;
    top: 0;
    height: 60dvh;
    border-right: 0;
    border-bottom: 1px solid var(--hairline);
  }
}
.map-canvas {
  position: relative;
  width: 100%;
  height: 100%;
  border-radius: var(--r-lg);
  overflow: hidden;
  background:
    radial-gradient(ellipse at 30% 20%, rgba(30, 74, 74, 0.10), transparent 60%),
    var(--brand-3);
  box-shadow:
    inset 0 0 0 1px rgba(30, 74, 74, 0.18),
    var(--shadow-deep);
}
.map-canvas #mv-map-gl {
  position: absolute;
  inset: 0;
  border-radius: inherit;
}
.map-canvas .mapboxgl-canvas { border-radius: inherit; outline: none; }
.map-canvas .mapboxgl-ctrl-attrib {
  background: rgba(253, 251, 247, 0.7);
  font-size: 10px;
  border-radius: 999px;
  padding: 2px 8px;
  margin: 10px;
}

.map-hint {
  position: absolute;
  top: 24px; left: 24px;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 10px 16px;
  background: rgba(253, 251, 247, 0.86);
  backdrop-filter: blur(10px);
  border-radius: 999px;
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0.04em;
  color: var(--ink-2);
  box-shadow: inset 0 0 0 1px var(--hairline-2);
  z-index: 5;
}
.map-hint .live {
  width: 8px; height: 8px;
  border-radius: 50%;
  background: var(--brand);
  animation: mv-pulse 1.6s var(--ease-out) infinite;
}

.mapbox-pin {
  width: 30px;
  height: 38px;
  cursor: pointer;
  position: relative;
  color: var(--brand);
  transition: transform 400ms var(--ease-spring), color 400ms var(--ease-out);
}
.mapbox-pin svg { width: 100%; height: 100%; display: block; }
.mapbox-pin:hover { transform: scale(1.10) translateY(-2px); }
.mapbox-pin.is-active {
  color: var(--accent);
  transform: scale(1.18) translateY(-2px);
}
.mapbox-pin::before {
  content: '';
  position: absolute;
  left: 50%; bottom: 0;
  width: 12px; height: 12px;
  border-radius: 50%;
  background: var(--accent);
  transform: translate(-50%, 50%) scale(1);
  opacity: 0;
}
.mapbox-pin.is-active::before { animation: pin-pulse 1.8s var(--ease-out) infinite; }
@keyframes pin-pulse {
  0%   { opacity: 0.4; transform: translate(-50%, 50%) scale(1); }
  100% { opacity: 0;   transform: translate(-50%, 50%) scale(4.2); }
}
.map-tip {
  position: absolute;
  bottom: calc(100% + 10px);
  left: 50%;
  transform: translateX(-50%);
  background: rgba(26, 20, 16, 0.92);
  color: var(--paper);
  padding: 5px 11px;
  border-radius: 999px;
  font-size: 11px;
  font-weight: 500;
  letter-spacing: 0.04em;
  white-space: nowrap;
  opacity: 0;
  transition: opacity 400ms var(--ease-out);
  pointer-events: none;
}
.mapbox-pin.is-active .map-tip,
.mapbox-pin:hover .map-tip { opacity: 1; }

.map-list {
  padding: 0 clamp(28px, 4vw, 56px);
  background: var(--paper);
  height: calc(100dvh - clamp(96px, 12vh, 132px));
  overflow-y: auto;
  scroll-snap-type: y mandatory;
  scroll-behavior: smooth;
  scrollbar-width: none;
}
.map-list::-webkit-scrollbar { display: none; }
.map-list .head {
  scroll-snap-align: start;
  /* v11: align the head's visible content to start at the same top as the map.
     Previously align-content: center pushed the H2 into the middle of the
     viewport, making the first card look "lower" than the map. */
  min-height: calc(100dvh - clamp(96px, 12vh, 132px));
  display: grid;
  align-content: start;
  padding-top: clamp(16px, 2vw, 28px);
  padding-bottom: 0;
}
@media (max-width: 980px) {
  .map-list {
    height: auto;
    overflow: visible;
    scroll-snap-type: none;
  }
  .map-list .head { min-height: 0; padding-block: 64px; }
}
.map-list .head h2 {
  font-family: var(--serif);
  font-weight: 400;
  font-size: clamp(36px, 4vw, 56px);
  line-height: 1.05;
  letter-spacing: -0.025em;
  margin-top: 22px;
  max-width: 14ch;
}
.map-list .head h2 em { font-style: italic; color: var(--brand); font-weight: 300; }
.map-list .head .lead { margin-top: 22px; max-width: 36ch; color: var(--muted); font-family: var(--serif); font-size: 17px; line-height: 1.5; }

/* v13b (2026-05-14): hide Mapbox attribution + logo — internal use only per Tommi. */
.mapboxgl-ctrl-logo,
.mapboxgl-ctrl-attrib,
.mapboxgl-ctrl-bottom-left,
.mapboxgl-ctrl-bottom-right { display: none !important; }

.dest-card {
  /* v13 (2026-05-14): cards were content-centered inside a 100dvh box, putting
     their content at viewport center while the map (75vh + 28px padding-top)
     sat at viewport top. Tommi: "widget on the right side is still too low".
     Now content anchors to the TOP of each scroll-snap card, matching the map
     stage's padding-top so the active card title aligns with the map's top edge. */
  scroll-snap-align: start;
  scroll-snap-stop: always;
  min-height: calc(100dvh - clamp(96px, 12vh, 132px));
  display: grid;
  align-content: start;
  gap: 22px;
  padding-top: clamp(16px, 2vw, 28px);
  padding-bottom: 48px;
  border-top: 1px solid var(--hairline);
  transition: opacity 700ms var(--ease-out), transform 700ms var(--ease-out);
  opacity: 0.45;
  transform: translateY(8px);
}
.dest-card.is-current {
  opacity: 1;
  transform: translateY(0);
}
.dest-card:last-child { border-bottom: 1px solid var(--hairline); }
@media (max-width: 980px) {
  .dest-card { min-height: 0; padding-block: 56px; opacity: 1; transform: none; }
}
.dest-card .head-row {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  gap: 16px;
}
.dest-card .num {
  font-family: var(--serif);
  font-style: italic;
  font-weight: 300;
  font-size: 40px;
  letter-spacing: -0.03em;
  color: var(--brand);
  line-height: 1;
}
.dest-card .country {
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--muted);
}
.dest-card h3 {
  font-family: var(--serif);
  font-weight: 400;
  font-size: clamp(40px, 4.6vw, 64px);
  letter-spacing: -0.03em;
  line-height: 0.95;
  margin: 6px 0 0;
}
.dest-card h3 em { font-style: italic; color: var(--brand); font-weight: 300; }
.dest-card p {
  color: var(--ink-2);
  font-family: var(--serif);
  font-weight: 300;
  font-size: 18px;
  line-height: 1.5;
  letter-spacing: -0.005em;
  max-width: 42ch;
}
.dest-card p em { font-style: italic; color: var(--brand); }
.dest-card .meta {
  display: flex;
  gap: 14px;
  flex-wrap: wrap;
}
.dest-card .meta .pill {
  padding: 7px 14px;
  border-radius: 999px;
  background: var(--surface);
  box-shadow: inset 0 0 0 1px var(--hairline-2);
  font-size: 12px;
  font-weight: 500;
  color: var(--ink-2);
  display: inline-flex;
  align-items: center;
  gap: 8px;
}
.dest-card .meta .pill .dot { width: 5px; height: 5px; border-radius: 50%; background: var(--brand); }
.dest-card .visual {
  position: relative;
  aspect-ratio: 16 / 10;
  border-radius: var(--r-lg);
  overflow: hidden;
  box-shadow: var(--shadow-medium);
  display: block;
}
.dest-card .visual img {
  position: absolute; inset: 0;
  width: 100%; height: 100%;
  object-fit: cover;
  transition: transform 1200ms var(--ease-out);
}
.dest-card:hover .visual img { transform: scale(1.04); }
.dest-card .footer-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 16px;
  padding-top: 18px;
  border-top: 1px solid var(--hairline);
}
.dest-card .price {
  font-family: var(--serif);
  font-size: 26px;
  letter-spacing: -0.025em;
}
.dest-card .price small { font-size: 12px; color: var(--muted); margin-left: 6px; font-family: var(--sans); font-weight: 500; }

/* Floating destination nav (bottom-center, fixed) */
.dest-nav {
  position: fixed;
  bottom: clamp(16px, 3vw, 32px);
  left: 50%;
  transform: translate(-50%, 100px);
  z-index: 40;
  display: flex;
  align-items: center;
  gap: 4px;
  padding: 8px;
  background: rgba(253, 251, 247, 0.92);
  backdrop-filter: saturate(160%) blur(20px);
  -webkit-backdrop-filter: saturate(160%) blur(20px);
  border-radius: 999px;
  box-shadow:
    inset 0 0 0 1px var(--hairline-2),
    0 1px 2px rgba(26, 20, 16, 0.04),
    0 24px 48px -16px rgba(26, 20, 16, 0.18);
  opacity: 0;
  transition: opacity 700ms var(--ease-out), transform 700ms var(--ease-spring);
}
.dest-nav.is-visible {
  opacity: 1;
  transform: translate(-50%, 0);
}
.dest-nav-btn {
  width: 42px; height: 42px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  background: transparent;
  color: var(--ink);
  transition: background 400ms var(--ease-out), transform 400ms var(--ease-out), color 400ms var(--ease-out);
}
.dest-nav-btn:hover { background: rgba(30, 74, 74, 0.10); color: var(--brand); }
.dest-nav-btn:active { transform: scale(0.92); }
.dest-nav-btn.is-disabled { opacity: 0.25; pointer-events: none; }
.dest-nav-btn svg { width: 18px; height: 18px; display: block; }
.dest-nav-counter {
  padding: 0 14px;
  font-family: var(--serif);
  font-style: italic;
  font-weight: 300;
  font-size: 15px;
  letter-spacing: -0.01em;
  color: var(--ink);
  white-space: nowrap;
  min-width: 84px;
  text-align: center;
}
.dest-nav-counter em { font-style: italic; color: var(--muted); margin-left: 2px; }

/* ============================================================
   v6 — Product hero carousel + wider hero + custom date picker
   ============================================================ */
.prod-hero-photo.wide {
  width: 100%;
  max-width: 1240px;
  margin-left: auto;
  margin-right: auto;
  aspect-ratio: 21 / 9;
  border-radius: var(--r-lg);
  overflow: hidden;
  box-shadow: var(--shadow-medium);
}
@media (max-width: 760px) {
  .prod-hero-photo.wide { aspect-ratio: 4 / 3; border-radius: var(--r-md); }
}
.prod-hero-photo.wide img {
  width: 100%; height: 100%;
  object-fit: cover;
  display: block;
}

.prod-carousel {
  position: relative;
  width: 100%;
  max-width: 1240px;
  margin: clamp(24px, 3vw, 36px) auto 0;
}
.prod-carousel .track {
  display: flex;
  gap: 14px;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  scroll-behavior: smooth;
  scrollbar-width: none;
  padding-bottom: 6px;
}
.prod-carousel .track::-webkit-scrollbar { display: none; }
.prod-carousel .slide {
  flex: 0 0 100%;
  scroll-snap-align: start;
  aspect-ratio: 21 / 9;
  border-radius: var(--r-lg);
  overflow: hidden;
  box-shadow: var(--shadow-medium);
  background: var(--paper-2);
  position: relative;
}
@media (max-width: 760px) {
  .prod-carousel .slide { aspect-ratio: 4 / 3; border-radius: var(--r-md); }
}
.prod-carousel .slide img {
  width: 100%; height: 100%;
  object-fit: cover;
  display: block;
}
.prod-carousel .arrows {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  pointer-events: none;
  padding: 0 12px;
}
.prod-carousel .arrow {
  pointer-events: auto;
  width: 48px; height: 48px;
  border-radius: 50%;
  background: rgba(253, 251, 247, 0.88);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  box-shadow: inset 0 0 0 1px var(--hairline-2), 0 8px 22px -6px rgba(26, 20, 16, 0.25);
  display: grid;
  place-items: center;
  color: var(--ink);
  transition: transform 300ms var(--ease-spring), background-color 300ms var(--ease-out), color 300ms var(--ease-out);
}
.prod-carousel .arrow:hover {
  background: var(--brand);
  color: var(--paper);
  transform: scale(1.05);
}
.prod-carousel .arrow:disabled,
.prod-carousel .arrow.is-disabled { opacity: 0.25; pointer-events: none; }
.prod-carousel .arrow svg { width: 18px; height: 18px; }
.prod-carousel .dots {
  display: flex;
  justify-content: center;
  gap: 8px;
  margin-top: 14px;
}
.prod-carousel .dots button {
  width: 8px; height: 8px;
  border-radius: 50%;
  background: var(--hairline-2);
  transition: background-color 400ms var(--ease-out), transform 400ms var(--ease-spring);
}
.prod-carousel .dots button.is-active {
  background: var(--brand);
  transform: scale(1.4);
}

/* Day strip — 2-3 thumbnails per day in programma */
.prod-body .day .day-strip {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 8px;
  margin-top: 12px;
}
.prod-body .day .day-strip .thumb {
  aspect-ratio: 4 / 3;
  border-radius: var(--r-sm);
  overflow: hidden;
  background: var(--paper-2);
  box-shadow: inset 0 0 0 1px var(--hairline-2);
}
.prod-body .day .day-strip .thumb img {
  width: 100%; height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 600ms var(--ease-out);
}
.prod-body .day .day-strip .thumb:hover img { transform: scale(1.06); }
@media (max-width: 540px) {
  .prod-body .day .day-strip { grid-template-columns: repeat(2, 1fr); }
}

/* ============================================================
   v8 — Flatpickr Editorial Luxury override
   Library: flatpickr 4.6.13 (MIT) loaded via CDN.
   Replaces v6 custom date picker. Themed to match Editorial Luxury palette.
   ============================================================ */

/* Product-page booking card: Flatpickr input styled like the other fields */
.book-card .field input.fp-input {
  width: 100%;
  padding: 12px 14px;
  border-radius: var(--r-sm);
  background: var(--paper);
  box-shadow: inset 0 0 0 1px var(--hairline-2);
  font-family: var(--sans);
  font-size: 14.5px;
  color: var(--ink);
  cursor: pointer;
  transition: box-shadow 200ms var(--ease-out), background-color 200ms var(--ease-out);
}
.book-card .field input.fp-input:hover { background: var(--paper-2); }
.book-card .field input.fp-input:focus {
  outline: none;
  box-shadow: inset 0 0 0 1.5px var(--brand);
}
.book-card .field input.fp-input::placeholder { color: var(--muted); }

/* Homepage booking bar: hidden anchor input — Flatpickr opens from the chip */
.booking-bar .bb-field input.fp-anchor {
  position: absolute;
  width: 1px; height: 1px;
  opacity: 0;
  pointer-events: none;
  border: 0;
  padding: 0;
  margin: 0;
}

/* Flatpickr calendar — Editorial Luxury theming */
.flatpickr-calendar {
  background: var(--paper) !important;
  border-radius: var(--r-sm) !important;
  box-shadow: var(--shadow-deep), inset 0 0 0 1px var(--hairline-2) !important;
  font-family: var(--sans) !important;
  border: 0 !important;
  padding: 6px 6px 10px !important;
}
.flatpickr-calendar.arrowTop::before,
.flatpickr-calendar.arrowTop::after { border-bottom-color: var(--paper) !important; }
.flatpickr-calendar.arrowBottom::before,
.flatpickr-calendar.arrowBottom::after { border-top-color: var(--paper) !important; }

/* Month header */
.flatpickr-months .flatpickr-month {
  color: var(--ink) !important;
  fill: var(--ink) !important;
  height: 40px !important;
}
.flatpickr-current-month {
  font-size: 15px !important;
  padding: 8px 0 0 !important;
  font-family: var(--serif) !important;
  font-weight: 400 !important;
}
.flatpickr-current-month .flatpickr-monthDropdown-months {
  font-family: var(--serif) !important;
  font-weight: 400 !important;
  font-size: 15px !important;
  color: var(--ink) !important;
  background: transparent !important;
}
.flatpickr-current-month .numInputWrapper { color: var(--ink) !important; }
.flatpickr-current-month input.cur-year {
  color: var(--ink) !important;
  font-weight: 400 !important;
  font-family: var(--serif) !important;
}
.flatpickr-monthDropdown-months .flatpickr-monthDropdown-month { background: var(--paper) !important; color: var(--ink) !important; }

/* Prev/next arrows */
.flatpickr-prev-month,
.flatpickr-next-month {
  fill: var(--ink) !important;
  color: var(--ink) !important;
  padding: 8px !important;
  border-radius: 50% !important;
  transition: background-color 200ms var(--ease-out) !important;
}
.flatpickr-prev-month:hover,
.flatpickr-next-month:hover {
  background: var(--brand-3) !important;
  fill: var(--brand) !important;
}
.flatpickr-prev-month svg, .flatpickr-next-month svg { fill: inherit !important; }

/* Weekday labels */
.flatpickr-weekday {
  font-family: var(--sans) !important;
  font-size: 10.5px !important;
  font-weight: 600 !important;
  letter-spacing: 0.12em !important;
  text-transform: uppercase !important;
  color: var(--muted) !important;
}

/* Day cells */
.flatpickr-day {
  border-radius: 10px !important;
  font-family: var(--sans) !important;
  font-size: 13px !important;
  color: var(--ink) !important;
  border: 0 !important;
  max-width: 38px !important;
  height: 36px !important;
  line-height: 36px !important;
  transition: background-color 180ms var(--ease-out), color 180ms var(--ease-out) !important;
}
.flatpickr-day:hover,
.flatpickr-day:focus {
  background: var(--brand-3) !important;
  color: var(--brand) !important;
}
.flatpickr-day.today {
  border: 0 !important;
  color: var(--accent) !important;
  font-weight: 600 !important;
  position: relative;
}
.flatpickr-day.today::after {
  content: '';
  position: absolute;
  left: 50%; bottom: 4px;
  transform: translateX(-50%);
  width: 4px; height: 4px;
  border-radius: 50%;
  background: var(--accent);
}
.flatpickr-day.selected,
.flatpickr-day.startRange,
.flatpickr-day.endRange,
.flatpickr-day.selected.inRange,
.flatpickr-day.selected:focus,
.flatpickr-day.selected:hover {
  background: var(--brand) !important;
  border-color: var(--brand) !important;
  color: var(--paper) !important;
  font-weight: 600 !important;
}
.flatpickr-day.inRange,
.flatpickr-day.prevMonthDay.inRange,
.flatpickr-day.nextMonthDay.inRange {
  background: var(--brand-3) !important;
  color: var(--brand) !important;
  box-shadow: -5px 0 0 var(--brand-3), 5px 0 0 var(--brand-3) !important;
}
.flatpickr-day.startRange { border-top-right-radius: 0 !important; border-bottom-right-radius: 0 !important; }
.flatpickr-day.endRange { border-top-left-radius: 0 !important; border-bottom-left-radius: 0 !important; }
.flatpickr-day.flatpickr-disabled,
.flatpickr-day.flatpickr-disabled:hover,
.flatpickr-day.prevMonthDay,
.flatpickr-day.nextMonthDay,
.flatpickr-day.notAllowed {
  color: var(--muted) !important;
  opacity: 0.4 !important;
}
