/* ═══════════════════════════════════════════════════
   Perry & Rachel — Luna di Miele — Cinematic Redesign
   ═══════════════════════════════════════════════════ */

:root {
  --parchment: #F0E6D3;
  --parchment-deep: #E8DACA;
  --parchment-light: #F7F1E6;
  --ink: #2A2520;
  --ink-soft: #3D3732;
  --terracotta: #B8584B;
  --terracotta-soft: #D4917F;
  --wine: #5B1A2A;
  --wine-glow: #7D2D3F;
  --olive: #5C6B3A;
  --gold: #C4A35A;
  --gold-light: #E0CFA0;
  --gold-muted: #B89E6A;
  --lago: #2C6E7F;
  --lago-light: #D8EDF1;
  --card-bg: #FDFAF5;
  --card-shadow: rgba(42,37,32,0.06);
  --nav-height: 52px;
}

* { margin: 0; padding: 0; box-sizing: border-box; }
html { scroll-behavior: smooth; }

body {
  font-family: 'Crimson Pro', Georgia, serif;
  color: var(--ink);
  background: var(--parchment);
  line-height: 1.85;
  font-weight: 300;
  font-size: 22px;
  overflow-x: hidden;
  overscroll-behavior-x: none;
}
html {
  overflow-x: hidden;
}

/* Film grain */
body::after {
  content: '';
  position: fixed;
  top: 0; left: 0; right: 0; bottom: 0;
  pointer-events: none;
  z-index: 10000;
  opacity: 0.025;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 512 512' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.7' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)'/%3E%3C/svg%3E");
  background-size: 256px 256px;
}

/* ─── CONTAINERS ─── */
.container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 3rem;
}
.container-wide {
  max-width: 1400px;
  margin: 0 auto;
  padding: 0 3rem;
}

/* ─── SCROLL PROGRESS BAR ─── */
.scroll-progress {
  position: fixed;
  top: 0;
  left: 0;
  height: 3px;
  width: 0%;
  background: linear-gradient(90deg, var(--gold), var(--terracotta));
  z-index: 1001;
  transition: width 0.05s linear;
}

/* ─── SCROLL REVEAL ─── */
.reveal {
  opacity: 0;
  transform: translateY(24px);
  transition: opacity 0.7s cubic-bezier(0.25, 0.46, 0.45, 0.94),
              transform 0.7s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.revealed {
  opacity: 1;
  transform: translateY(0);
}

/* ─── HERO ─── */
.hero {
  position: relative;
  min-height: 100vh;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  overflow: hidden;
  background: linear-gradient(135deg, #2A1015 0%, #5B1A2A 30%, #7D2D3F 55%, #B8584B 80%, #C4A35A 100%);
}

.hero-video {
  position: absolute;
  top: 0; left: 0;
  width: 100%; height: 100%;
  object-fit: cover;
  z-index: 0;
  transition: opacity 1.2s ease;
}

.hero-overlay {
  position: absolute;
  top: 0; left: 0; right: 0; bottom: 0;
  background:
    radial-gradient(ellipse at 50% 45%, rgba(0,0,0,0.25) 0%, transparent 65%),
    linear-gradient(180deg, rgba(20,10,15,0.55) 0%, rgba(20,10,15,0.3) 35%, rgba(20,10,15,0.25) 55%, rgba(20,10,15,0.6) 100%);
  z-index: 1;
}

.hero-content {
  position: relative;
  z-index: 2;
  padding: 2rem;
}

.hero-script {
  font-family: 'Great Vibes', cursive;
  font-size: clamp(3.5rem, 9vw, 8rem);
  color: #fff;
  text-shadow: 0 4px 60px rgba(120,30,50,0.5), 0 2px 20px rgba(196,163,90,0.3);
  margin-bottom: 0.3rem;
  animation: heroReveal 1.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.hero-names {
  font-family: 'Josefin Sans', sans-serif;
  font-weight: 400;
  font-size: clamp(1rem, 2.5vw, 1.5rem);
  color: #fff;
  letter-spacing: 0.5em;
  text-transform: uppercase;
  margin-bottom: 1.2rem;
  text-shadow: 0 2px 24px rgba(0,0,0,0.6), 0 1px 4px rgba(0,0,0,0.4);
  animation: heroReveal 1.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.3s both;
}

.hero-date {
  font-family: 'Josefin Sans', sans-serif;
  font-weight: 400;
  font-size: clamp(1.1rem, 2vw, 1.4rem);
  color: #fff;
  letter-spacing: 0.25em;
  text-shadow: 0 2px 30px rgba(0,0,0,0.7), 0 1px 6px rgba(0,0,0,0.5);
  animation: heroReveal 1.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.6s both;
}

.hero-subtitle {
  font-family: 'Cormorant Garamond', 'Playfair Display', serif;
  font-style: italic;
  font-weight: 600;
  font-size: clamp(1.25rem, 3vw, 1.9rem);
  color: #fff;
  margin-top: 1.8rem;
  letter-spacing: 0.05em;
  text-shadow: 0 2px 30px rgba(0,0,0,0.7), 0 1px 6px rgba(0,0,0,0.5);
  animation: heroReveal 1.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.9s both;
}

.scroll-hint {
  position: absolute;
  bottom: 2.5rem;
  left: 50%;
  transform: translateX(-50%);
  color: rgba(255,255,255,0.6);
  font-family: 'Josefin Sans', sans-serif;
  font-size: 0.7rem;
  letter-spacing: 0.25em;
  text-transform: uppercase;
  font-weight: 300;
  z-index: 2;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.5rem;
  animation: heroReveal 1.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) 1.5s both;
}
.scroll-arrow {
  animation: scrollBounce 2s ease-in-out infinite 3s;
}

@keyframes heroReveal {
  from { opacity: 0; transform: translateY(20px); }
  to { opacity: 1; transform: translateY(0); }
}
@keyframes scrollBounce {
  0%, 100% { transform: translateY(0); opacity: 0.5; }
  50% { transform: translateY(6px); opacity: 1; }
}
@keyframes floatUp {
  0%, 100% { transform: translateX(-50%) translateY(0); opacity: 0.4; }
  50% { transform: translateX(-50%) translateY(-8px); opacity: 0.7; }
}

/* ─── NAV ─── */
.nav {
  position: fixed;
  top: 3px;
  left: 0; right: 0;
  height: var(--nav-height);
  z-index: 500;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0.3rem;
  flex-wrap: wrap;
  padding: 0 1rem;
  transition: background 0.4s, border-color 0.4s, box-shadow 0.4s;
  border-bottom: 1px solid transparent;
}

.nav--transparent {
  background: transparent;
}
.nav--transparent a { color: rgba(255,255,255,0.85); }
.nav--transparent a:hover { color: #fff; }
.nav--transparent a.active { color: #fff; }

.nav--solid {
  background: rgba(240,230,211,0.95);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
  border-bottom-color: rgba(196,163,90,0.25);
  box-shadow: 0 1px 8px rgba(42,37,32,0.06);
}
.nav--solid a { color: var(--wine); }
.nav--solid a:hover { color: var(--ink); }
.nav--solid a.active { color: var(--ink); }

.nav a {
  font-family: 'Josefin Sans', sans-serif;
  font-size: 0.88rem;
  font-weight: 400;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  text-decoration: none;
  padding: 0.35rem 0.9rem;
  border-radius: 2px;
  transition: color 0.35s ease;
  position: relative;
}

.nav a::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 0;
  height: 1px;
  background: var(--gold);
  transition: width 0.35s ease, left 0.35s ease;
}
.nav a:hover::after,
.nav a.active::after { width: 80%; left: 10%; }

/* ─── FULL-WIDTH SECTIONS ─── */
.section {
  width: 100%;
  padding: clamp(3.5rem, 6vw, 6rem) 0;
  overflow-x: hidden;
}

.section--warm {
  background: var(--parchment-deep);
}
.section--cream {
  background: var(--parchment-light);
}
.section--dark {
  background: var(--ink);
  color: var(--parchment);
}
.section--teal {
  background: linear-gradient(135deg, #1a3a40 0%, #1e4d55 50%, #1a3a40 100%);
  color: var(--parchment);
}
.section--como {
  background: linear-gradient(180deg, var(--parchment) 0%, #e4f0f2 50%, var(--parchment) 100%);
}

.section-header {
  text-align: center;
  margin-bottom: clamp(2.5rem, 4vw, 4rem);
}

.section-header h2 {
  font-family: 'Cormorant Garamond', 'Playfair Display', serif;
  font-size: clamp(2.5rem, 5vw, 4.5rem);
  font-weight: 400;
  color: var(--wine);
  letter-spacing: 0.02em;
}
.section--dark .section-header h2,
.section--teal .section-header h2 { color: var(--gold-light); }

.section-header .accent-line {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.8rem;
  margin: 1.2rem auto;
}
.section-header .accent-line::before,
.section-header .accent-line::after {
  content: '';
  width: 50px;
  height: 1px;
}
.section-header .accent-line::before {
  background: linear-gradient(90deg, transparent, var(--gold));
}
.section-header .accent-line::after {
  background: linear-gradient(90deg, var(--gold), transparent);
}

.section-header p {
  color: var(--ink);
  font-family: 'Cormorant Garamond', 'Playfair Display', serif;
  font-style: italic;
  font-size: 1.5rem;
  letter-spacing: 0.02em;
}
.section--dark .section-header p,
.section--teal .section-header p { color: rgba(240,230,211,0.7); }

/* ─── VIDEO INTERSTITIALS ─── */
.video-section {
  position: relative;
  width: 100%;
  height: 50vh;
  overflow: hidden;
  background: linear-gradient(135deg, #2A1015 0%, #3A2520 50%, #2A1015 100%);
}
.video-section--short { height: 40vh; }

.video-section video {
  position: absolute;
  top: 0; left: 0;
  width: 100%; height: 100%;
  object-fit: cover;
}

.video-overlay {
  position: absolute;
  top: 0; left: 0; right: 0; bottom: 0;
  background: linear-gradient(180deg, rgba(42,37,32,0.3) 0%, rgba(42,37,32,0.15) 40%, rgba(42,37,32,0.4) 100%);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 1;
}

.video-label {
  font-family: 'Cormorant Garamond', 'Playfair Display', serif;
  font-size: clamp(2rem, 5vw, 4rem);
  font-style: italic;
  color: rgba(255,255,255,0.9);
  text-shadow: 0 2px 40px rgba(0,0,0,0.4);
  letter-spacing: 0.08em;
}

/* ─── DAY CARDS (used in overview, como, running, etc.) ─── */
.day-card {
  background: var(--card-bg);
  border-radius: 2px;
  padding: 2.2rem 2.5rem;
  margin-bottom: 1.8rem;
  box-shadow: 0 1px 3px var(--card-shadow), 0 8px 25px rgba(42,37,32,0.03);
  border-left: 3px solid var(--gold);
  transition: transform 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94),
              box-shadow 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.day-card:hover {
  transform: translateY(-2px);
  box-shadow: 0 2px 6px var(--card-shadow), 0 15px 40px rgba(42,37,32,0.06);
}
.day-card h3 {
  font-family: 'Cormorant Garamond', 'Playfair Display', serif;
  color: var(--wine);
  font-size: 1.8rem;
  font-weight: 600;
  margin-bottom: 0.2rem;
}
.day-card .day-date {
  font-family: 'Josefin Sans', sans-serif;
  font-size: 0.72rem;
  color: var(--gold-muted);
  letter-spacing: 0.15em;
  text-transform: uppercase;
  margin-bottom: 1.2rem;
  font-weight: 400;
}
.day-card p, .day-card li {
  font-size: 1.2rem;
  line-height: 1.85;
  color: var(--ink);
}
.day-card ul { list-style: none; padding: 0; }
.day-card ul li {
  padding: 0.35rem 0 0.35rem 1.5rem;
  position: relative;
}
.day-card ul li::before {
  content: '\2014';
  position: absolute;
  left: 0;
  color: var(--gold);
  font-weight: 300;
}

/* ─── BADGES ─── */
.badge {
  display: inline-block;
  font-family: 'Josefin Sans', sans-serif;
  font-size: 0.72rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  padding: 0.15rem 0.55rem;
  border-radius: 2px;
  font-weight: 400;
  margin-right: 0.4rem;
  margin-bottom: 0.2rem;
  vertical-align: middle;
}
.badge-michelin { background: #F5E0E0; color: #8B2020; }
.badge-local { background: #E5EDDF; color: #3D5A1E; }
.badge-run { background: #DCE8F0; color: #1A5276; }
.badge-drive { background: #F2E6D8; color: #8B4513; }
.badge-hotel { background: #EDE4F0; color: #5B2C6F; }
.badge-tiktok { background: #1A1A1A; color: #F0E6D3; }
.badge-gym { background: #DDE8E6; color: #1B5E4B; }
.badge-lake { background: var(--lago-light); color: #1A5E6F; }
.badge-recommend { background: var(--gold-light); color: var(--ink); }

/* ─── MAP LINKS ─── */
.map-link {
  display: inline-flex;
  align-items: center;
  gap: 0.3rem;
  font-family: 'Josefin Sans', sans-serif;
  font-size: 0.85rem;
  letter-spacing: 0.08em;
  color: var(--wine);
  text-decoration: none;
  border: 1px solid rgba(91,26,42,0.3);
  padding: 0.15rem 0.55rem;
  border-radius: 2px;
  transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  margin: 0.15rem 0.15rem 0.15rem 0;
}
.map-link:hover {
  background: var(--wine);
  border-color: var(--wine);
  color: var(--parchment);
}
.map-link::before {
  content: '\2197';
  font-size: 0.65rem;
}

/* ─── FLIGHT BOX ─── */
.flight-box {
  background: linear-gradient(135deg, var(--wine) 0%, var(--wine-glow) 100%);
  color: #fff;
  border-radius: 2px;
  padding: 3rem;
  text-align: center;
  position: relative;
  overflow: hidden;
}
.flight-box::before {
  content: '';
  position: absolute;
  top: -50px; right: -50px;
  width: 300px; height: 300px;
  background: radial-gradient(circle, rgba(196,163,90,0.15) 0%, transparent 70%);
}
.flight-box::after {
  content: '';
  position: absolute;
  bottom: -50px; left: -50px;
  width: 250px; height: 250px;
  background: radial-gradient(circle, rgba(196,163,90,0.08) 0%, transparent 70%);
}
.flight-box h3 {
  font-family: 'Cormorant Garamond', 'Playfair Display', serif;
  font-size: 1.7rem;
  font-weight: 400;
  margin-bottom: 0.5rem;
  position: relative;
}
.flight-route {
  font-family: 'Josefin Sans', sans-serif;
  font-size: clamp(1.8rem, 4vw, 2.5rem);
  font-weight: 300;
  letter-spacing: 0.15em;
  margin: 1.2rem 0;
  position: relative;
}
.flight-route .arrow {
  display: inline-block;
  margin: 0 1.2rem;
  color: var(--gold-light);
}
.flight-details {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1.5rem;
  margin-top: 1.5rem;
  text-align: left;
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}
.flight-detail-card {
  background: rgba(255,255,255,0.1);
  border-radius: 2px;
  padding: 1.2rem;
}
.flight-detail-label {
  font-size: 0.7rem;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  opacity: 0.7;
  margin-bottom: 0.5rem;
  font-family: 'Josefin Sans', sans-serif;
}
.flight-detail-date {
  font-size: 1.3rem;
  font-weight: 700;
}
.flight-detail-route {
  margin-top: 0.4rem;
}
.flight-detail-time {
  font-size: 0.85rem;
  opacity: 0.8;
  margin-top: 0.3rem;
}

/* ─── HORIZONTAL TIMELINE ─── */
.timeline-wrapper {
  width: 100%;
  position: relative;
  overflow: hidden;
}

.timeline-cities {
  display: flex;
  padding: 0 2rem;
  margin-bottom: 1.5rem;
  gap: 0;
  font-family: 'Josefin Sans', sans-serif;
  font-size: 0.7rem;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  overflow: hidden;
}
.timeline-city {
  padding: 0.5rem 1.5rem;
  border-bottom: 2px solid;
  white-space: nowrap;
  flex-shrink: 0;
}
.timeline-city--florence { border-color: var(--terracotta); color: var(--terracotta); flex: 3; }
.timeline-city--tuscany { border-color: var(--olive); color: var(--olive); flex: 3; }
.timeline-city--como { border-color: var(--lago); color: var(--lago); flex: 3; }
.timeline-city--rome { border-color: var(--wine); color: var(--wine); flex: 4; }

.timeline-track-wrapper {
  position: relative;
}

.timeline-track {
  display: flex;
  gap: 1.2rem;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  -webkit-overflow-scrolling: touch;
  padding: 1rem 2rem 2rem;
  scrollbar-width: thin;
  scrollbar-color: var(--gold-muted) transparent;
  cursor: grab;
}
.timeline-track:active { cursor: grabbing; }
.timeline-track::-webkit-scrollbar { height: 6px; }
.timeline-track::-webkit-scrollbar-track { background: transparent; }
.timeline-track::-webkit-scrollbar-thumb { background: var(--gold-muted); border-radius: 3px; }

.timeline-line {
  position: absolute;
  top: 2.8rem;
  left: 2rem;
  right: 2rem;
  height: 2px;
  background: linear-gradient(90deg, var(--terracotta), var(--olive), var(--lago), var(--wine));
  z-index: 0;
  pointer-events: none;
}

.timeline-card {
  flex: 0 0 380px;
  scroll-snap-align: start;
  background: var(--card-bg);
  border-radius: 2px;
  padding: 1.8rem;
  box-shadow: 0 2px 8px var(--card-shadow), 0 8px 25px rgba(42,37,32,0.04);
  border-top: 3px solid var(--gold);
  cursor: pointer;
  transition: transform 0.35s cubic-bezier(0.25, 0.46, 0.45, 0.94),
              box-shadow 0.35s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  position: relative;
  z-index: 1;
}
.timeline-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 4px 12px var(--card-shadow), 0 20px 50px rgba(42,37,32,0.08);
}
.timeline-card--florence { border-top-color: var(--terracotta); }
.timeline-card--tuscany { border-top-color: var(--olive); }
.timeline-card--como { border-top-color: var(--lago); }
.timeline-card--rome { border-top-color: var(--wine); }

.timeline-card .tc-day {
  font-family: 'Josefin Sans', sans-serif;
  font-size: 0.65rem;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  color: var(--gold-muted);
  margin-bottom: 0.5rem;
}
.timeline-card .tc-title {
  font-family: 'Cormorant Garamond', 'Playfair Display', serif;
  font-size: 1.5rem;
  font-weight: 600;
  color: var(--wine);
  margin-bottom: 0.8rem;
  line-height: 1.3;
}
.timeline-card .tc-highlights {
  list-style: none;
  padding: 0;
}
.timeline-card .tc-highlights li {
  font-size: 1.1rem;
  color: var(--ink);
  padding: 0.2rem 0 0.2rem 1rem;
  position: relative;
  line-height: 1.6;
}
.timeline-card .tc-highlights li::before {
  content: '\2014';
  position: absolute;
  left: 0;
  color: var(--gold);
  font-size: 0.75rem;
}
.timeline-card .tc-expand-hint {
  font-family: 'Josefin Sans', sans-serif;
  font-size: 0.6rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--gold-muted);
  margin-top: 1rem;
  opacity: 0.7;
}

.timeline-arrows {
  display: flex;
  justify-content: center;
  gap: 1rem;
  margin-top: 1rem;
}
.timeline-arrow {
  width: 44px;
  height: 44px;
  border: 1px solid var(--gold-muted);
  background: var(--card-bg);
  border-radius: 2px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.2rem;
  color: var(--wine);
  transition: all 0.25s;
}
.timeline-arrow:hover {
  background: var(--wine);
  border-color: var(--wine);
  color: #fff;
}

/* Day detail modal */
.day-modal-backdrop {
  position: fixed;
  top: 0; left: 0; right: 0; bottom: 0;
  background: rgba(42,37,32,0.7);
  backdrop-filter: blur(4px);
  z-index: 2000;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.3s;
  padding: 2rem;
}
.day-modal-backdrop.active {
  opacity: 1;
  pointer-events: all;
}
.day-modal {
  background: var(--card-bg);
  border-radius: 2px;
  max-width: 700px;
  width: 100%;
  max-height: 80vh;
  overflow-y: auto;
  padding: 2.5rem 3rem;
  box-shadow: 0 20px 60px rgba(0,0,0,0.3);
  transform: translateY(20px);
  transition: transform 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  position: relative;
}
.day-modal-backdrop.active .day-modal {
  transform: translateY(0);
}
.day-modal-close {
  position: absolute;
  top: 1rem;
  right: 1.2rem;
  width: 36px;
  height: 36px;
  border: 1px solid rgba(42,37,32,0.15);
  background: transparent;
  border-radius: 2px;
  cursor: pointer;
  font-size: 1.2rem;
  color: var(--ink-soft);
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.2s;
}
.day-modal-close:hover {
  background: var(--wine);
  border-color: var(--wine);
  color: #fff;
}

/* ─── LAKE COMO CARDS ─── */
.como-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(320px, 1fr));
  gap: 1.5rem;
  margin-top: 1.5rem;
}

/* ─── RESTAURANT GRID ─── */
.resto-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
  gap: 1.5rem;
  margin-top: 1.5rem;
}

.resto-card {
  background: var(--card-bg);
  border-radius: 2px;
  padding: 1.6rem;
  box-shadow: 0 1px 3px var(--card-shadow);
  transition: transform 0.35s cubic-bezier(0.25, 0.46, 0.45, 0.94),
              box-shadow 0.35s cubic-bezier(0.25, 0.46, 0.45, 0.94),
              border-top-color 0.35s;
  border-top: 2px solid transparent;
}
.resto-card:hover {
  transform: translateY(-3px);
  box-shadow: 0 8px 25px rgba(42,37,32,0.08);
  border-top-color: var(--gold);
}
.resto-card h4 {
  font-family: 'Cormorant Garamond', 'Playfair Display', serif;
  color: var(--ink);
  margin-bottom: 0.2rem;
  font-size: 1.4rem;
  font-weight: 600;
}
.resto-card .stars {
  color: #8B2020;
  font-family: 'Josefin Sans', sans-serif;
  font-size: 0.72rem;
  letter-spacing: 0.05em;
  margin-bottom: 0.5rem;
}
.resto-card p {
  font-size: 1.15rem;
  color: var(--ink);
  line-height: 1.75;
}

/* ─── RUNNING CARDS ─── */
.run-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(340px, 1fr));
  gap: 1.3rem;
  margin-top: 1.5rem;
}

.run-card {
  background: rgba(255,255,255,0.08);
  border-radius: 2px;
  padding: 1.6rem 1.8rem;
  border-left: 3px solid var(--lago);
  transition: transform 0.35s cubic-bezier(0.25, 0.46, 0.45, 0.94),
              background 0.35s;
}
.section--teal .run-card {
  background: rgba(255,255,255,0.06);
}
.run-card:hover {
  transform: translateX(4px);
  background: rgba(255,255,255,0.12);
}
.run-card .run-photo {
  width: 100%;
  height: 180px;
  object-fit: cover;
  border-radius: 2px;
  margin-bottom: 1rem;
  opacity: 0.85;
  transition: opacity 0.3s;
}
.run-card:hover .run-photo {
  opacity: 1;
}
.run-card h4 {
  font-family: 'Cormorant Garamond', 'Playfair Display', serif;
  color: var(--lago-light);
  margin-bottom: 0.2rem;
  font-size: 1.4rem;
  font-weight: 600;
}
.run-card .distance {
  font-family: 'Josefin Sans', sans-serif;
  font-weight: 400;
  color: var(--lago-light);
  font-size: 0.75rem;
  letter-spacing: 0.05em;
  opacity: 0.8;
}
.run-card p {
  font-size: 1.15rem;
  color: rgba(240,230,211,0.92);
  line-height: 1.75;
}
.run-card .map-link {
  color: var(--lago-light);
  border-color: rgba(216,237,241,0.3);
}
.run-card .map-link:hover {
  background: var(--lago);
  border-color: var(--lago);
  color: #fff;
}

.run-subsection {
  font-family: 'Cormorant Garamond', 'Playfair Display', serif;
  font-size: 1.4rem;
  color: var(--gold-light);
  margin-top: 2.5rem;
  margin-bottom: 1rem;
  font-weight: 400;
}

/* ─── BUDGET TABLE ─── */
.budget-table {
  width: 100%;
  border-collapse: collapse;
  margin-top: 1.5rem;
  background: var(--card-bg);
  border-radius: 2px;
  overflow: hidden;
  box-shadow: 0 1px 3px var(--card-shadow), 0 8px 25px rgba(42,37,32,0.03);
}
.budget-table th, .budget-table td {
  padding: 1rem 1.5rem;
  text-align: left;
  font-size: 1rem;
}
.budget-table th {
  background: var(--wine);
  color: var(--parchment);
  font-family: 'Josefin Sans', sans-serif;
  font-weight: 300;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  font-size: 0.68rem;
}
.budget-table tr:nth-child(even) { background: var(--parchment-light); }
.budget-table .total {
  font-weight: 600;
  background: var(--gold-light) !important;
  color: var(--ink);
}

/* ─── CHECKLIST ─── */
.checklist { list-style: none; padding: 0; }
.checklist li {
  padding: 1.1rem 1.3rem;
  margin-bottom: 0.5rem;
  background: var(--card-bg);
  border-radius: 2px;
  box-shadow: 0 1px 3px rgba(42,37,32,0.04);
  display: flex;
  align-items: flex-start;
  gap: 0.9rem;
  font-size: 0.95rem;
  transition: transform 0.2s;
}
.checklist li:hover { transform: translateX(3px); }
.checklist li input[type="checkbox"] {
  margin-top: 0.35rem;
  accent-color: var(--wine);
  width: 16px;
  height: 16px;
  flex-shrink: 0;
  cursor: pointer;
}
.checklist li.urgent { border-left: 3px solid #8B2020; }

/* ─── FOOTER ─── */
footer {
  text-align: center;
  padding: clamp(3rem, 6vw, 6rem) 2rem;
  background: var(--ink);
  color: rgba(240,230,211,0.4);
  font-family: 'Josefin Sans', sans-serif;
  font-size: 0.8rem;
  font-weight: 300;
  letter-spacing: 0.05em;
}
footer .footer-script {
  font-family: 'Great Vibes', cursive;
  font-size: clamp(2.5rem, 5vw, 4rem);
  background: linear-gradient(135deg, var(--gold), var(--gold-light), var(--gold));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  margin-bottom: 0.5rem;
}

/* ─── DINING SUBSECTION HEADERS ─── */
.dining-subsection {
  font-family: 'Cormorant Garamond', 'Playfair Display', serif;
  font-size: 1.4rem;
  margin-top: 3rem;
  margin-bottom: 1rem;
  font-weight: 400;
}
.dining-subsection--michelin { color: var(--wine); }
.dining-subsection--local { color: var(--olive); }
.dining-subsection--tiktok { color: var(--ink); }

/* ─── COMO SUBSECTION ─── */
.como-subsection {
  font-family: 'Cormorant Garamond', 'Playfair Display', serif;
  font-size: 1.3rem;
  color: var(--wine);
  margin-top: 2.5rem;
  margin-bottom: 1rem;
  font-weight: 400;
}

/* ─── OVERVIEW TEXT ─── */
.overview-text {
  font-size: 1.35rem;
  line-height: 1.9;
  color: var(--ink);
  max-width: 900px;
  margin: 0 auto;
}
.overview-text p + p { margin-top: 1.2rem; }
.overview-note {
  margin-top: 1.5rem;
  padding: 1.3rem 1.8rem;
  background: rgba(42,37,32,0.05);
  border-radius: 2px;
  font-size: 1.15rem;
  line-height: 1.8;
  border-left: 3px solid var(--gold);
}

/* ─── GYM CARD (in running section, dark theme) ─── */
.gym-card {
  background: rgba(255,255,255,0.06);
  border-radius: 2px;
  padding: 2rem 2.5rem;
  margin-top: 2rem;
  border-left: 3px solid var(--gold);
}
.gym-card h3 {
  font-family: 'Cormorant Garamond', 'Playfair Display', serif;
  color: var(--gold-light);
  font-size: 1.3rem;
  margin-bottom: 1rem;
}
.gym-card ul { list-style: none; padding: 0; }
.gym-card ul li {
  padding: 0.35rem 0 0.35rem 1.5rem;
  position: relative;
  font-size: 1.15rem;
  color: rgba(240,230,211,0.9);
  line-height: 1.7;
}
.gym-card ul li::before {
  content: '\2014';
  position: absolute;
  left: 0;
  color: var(--gold);
}
.gym-card .map-link {
  color: var(--lago-light);
  border-color: rgba(216,237,241,0.3);
}
.gym-card .map-link:hover {
  background: var(--lago);
  border-color: var(--lago);
  color: #fff;
}

/* ─── PHOTO CARDS (resto/como with images) ─── */
.resto-card--photo {
  padding: 0;
  overflow: hidden;
  display: flex;
  flex-direction: column;
}
.resto-card--photo .card-img {
  width: 100%;
  height: 200px;
  object-fit: cover;
  display: block;
}
.resto-card--photo .card-body {
  padding: 1.4rem 1.6rem;
}
.hotel-price {
  display: inline-block;
  font-family: 'Josefin Sans', sans-serif;
  font-size: 0.8rem;
  font-weight: 400;
  letter-spacing: 0.03em;
  color: var(--terracotta);
  background: rgba(184,88,75,0.08);
  border: 1px solid rgba(184,88,75,0.2);
  border-radius: 3px;
  padding: 0.2rem 0.6rem;
  margin-top: 0.5rem;
}

/* ─── IMAGE INTERSTITIALS (fallback for video sections) ─── */
.video-section {
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
  overflow: hidden;
}
@media (max-width: 1023px) {
  .video-section { background-attachment: scroll; }
}

/* ─── HERO BACKGROUND IMAGE ─── */
.hero {
  background-size: cover;
  background-position: center;
}
/* hero--has-bg removed — video-only hero now */

/* ─── FLORENCE SECTION ─── */
.section--florence {
  background: linear-gradient(180deg, var(--parchment) 0%, #f3ece0 50%, var(--parchment) 100%);
}

/* ─── ROME SECTION ─── */
.section--rome {
  background: linear-gradient(180deg, var(--parchment) 0%, #eee5d8 50%, var(--parchment) 100%);
}

/* ─── SECTION IMAGES (full-bleed photo strips) ─── */
.photo-strip {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 4px;
  margin-top: 2rem;
  overflow: hidden;
}
.photo-strip img {
  width: 100%;
  height: 220px;
  object-fit: cover;
  display: block;
  border-radius: 2px;
  transition: transform 0.4s;
}
.photo-strip img:hover {
  transform: scale(1.03);
}

/* ─── BUDGET TABLE TEXT ─── */
.budget-table th, .budget-table td {
  font-size: 1rem;
}

/* ─── CHECKLIST TEXT ─── */
.checklist li {
  font-size: 1.2rem;
}

/* ─── RESPONSIVE ─── */
@media (max-width: 767px) {
  .container, .container-wide { padding: 0 1.2rem; }
  .section { padding: clamp(2.5rem, 4vw, 3.5rem) 0; }
  .day-card { padding: 1.5rem; }
  .flight-details { grid-template-columns: 1fr; }
  .flight-box { padding: 2rem 1.5rem; }

  /* Nav: single-row horizontal scroll, no wrapping or cutoff */
  .nav {
    gap: 0;
    padding: 0 0.3rem;
    height: var(--nav-height);
    overflow-x: auto;
    overflow-y: hidden;
    flex-wrap: nowrap;
    justify-content: flex-start;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
  }
  .nav::-webkit-scrollbar { display: none; }
  .nav a {
    font-size: 0.6rem;
    padding: 0.3rem 0.5rem;
    letter-spacing: 0.06em;
    white-space: nowrap;
    flex-shrink: 0;
  }

  /* Hero: tighten vertical spacing, pull content up */
  .hero { min-height: 100vh; min-height: 100dvh; }
  .hero-content { padding: 1rem 1.5rem; }
  .hero-script { margin-bottom: 0.2rem; }
  .hero-names { letter-spacing: 0.3em; margin-bottom: 0.8rem; }
  .hero-subtitle { margin-top: 1.2rem; font-size: 1rem; }
  .scroll-hint { bottom: 1.8rem; }

  .photo-strip { grid-template-columns: 1fr; }
  .photo-strip img { height: 180px; }
  .timeline-card { flex: 0 0 300px; padding: 1.3rem; }
  .timeline-cities { display: none; }

  /* Video interstitials: tighter on mobile */
  .video-section { height: 25vh; min-height: 150px; }
  .video-section--short { height: 20vh; min-height: 120px; }

  .resto-grid { grid-template-columns: 1fr; }
  .run-grid { grid-template-columns: 1fr; }
  .run-card .run-photo { height: 140px; }
  .day-modal { padding: 1.5rem; margin: 1rem; }

  /* Como grid: stack on mobile */
  .como-grid { grid-template-columns: 1fr; }
  .como-subsection { margin-top: 1.5rem; }
  .section-header h2 { font-size: clamp(2rem, 7vw, 3rem); }
  .section-header p { font-size: 0.95rem; }

  /* Tighten hotel cards */
  .resto-card--photo .card-img { height: 160px; }
  .hotel-price { font-size: 0.75rem; }
}

@media (min-width: 768px) and (max-width: 1023px) {
  .resto-grid { grid-template-columns: repeat(2, 1fr); }
  .run-grid { grid-template-columns: repeat(2, 1fr); }
}

@media (min-width: 1024px) {
  .resto-grid { grid-template-columns: repeat(3, 1fr); }
  .run-grid { grid-template-columns: repeat(2, 1fr); }
}

@media (min-width: 1400px) {
  .container { max-width: 1300px; }
  .container-wide { max-width: 1500px; }
  .resto-grid { grid-template-columns: repeat(4, 1fr); gap: 1.8rem; }
  .run-grid { grid-template-columns: repeat(3, 1fr); }
  .section { padding: 7rem 0; }
  .timeline-card { flex: 0 0 420px; }
}

@media (min-width: 1920px) {
  .container { max-width: 1400px; padding: 0 4rem; }
  .container-wide { max-width: 1600px; padding: 0 4rem; }
  .hero-script { font-size: 9rem; }
}
