/* ═══════════════════════════════════════════════════════════════
   CARIBBEAN ESCAPE · REDESIGN v2
   Warm parchment · Gold accents · Cormorant Garamond · Inter
═══════════════════════════════════════════════════════════════ */

/* ─── RESET & BASE ──────────────────────────────────────────── */
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }

:root {
  /* Palette */
  --parchment:      #F5F0E8;
  --parchment-alt:  #EDE8DB;
  --parchment-deep: #E5DDD0;
  --sand:           #D5CCBA;
  --gold:           #C69B3A;
  --gold-light:     #E8C875;
  --gold-dark:      #A07D25;
  --gold-bg:        #FBF4E3;
  --teal:           #0369A1;
  --teal-bg:        #E0F2FE;
  --teal-dark:      #025280;
  --charcoal:       #1C1917;
  --charcoal-mid:   #44403C;
  --charcoal-muted: #78716C;
  --white:          #FFFFFF;
  --cream-card:     #FDFAF5;
  --red:            #B91C1C;
  --green:          #166534;
  --green-bg:       #DCFCE7;

  /* Typography */
  --font-display: 'Cormorant Garamond', Georgia, 'Times New Roman', serif;
  --font-body:    'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;

  /* Spacing scale */
  --sp-1:  4px;  --sp-2:  8px;  --sp-3:  12px;  --sp-4: 16px;
  --sp-5:  20px; --sp-6:  24px; --sp-8:  32px;   --sp-10: 40px;
  --sp-12: 48px; --sp-16: 64px; --sp-20: 80px;

  /* Shadows */
  --shadow-xs: 0 1px 2px rgba(0,0,0,0.07);
  --shadow-sm: 0 1px 4px rgba(0,0,0,0.08), 0 1px 2px rgba(0,0,0,0.06);
  --shadow-md: 0 4px 12px rgba(0,0,0,0.09), 0 2px 4px rgba(0,0,0,0.06);
  --shadow-lg: 0 8px 24px rgba(0,0,0,0.12), 0 4px 8px rgba(0,0,0,0.07);

  /* Header height */
  --header-h: 112px; /* logo row + 2 tab rows */
}

html {
  font-size: 16px;
  scroll-behavior: smooth;
  -webkit-text-size-adjust: 100%;
}

body {
  font-family: var(--font-body);
  background: var(--parchment);
  color: var(--charcoal);
  line-height: 1.6;
  min-height: 100vh;
  padding-top: 170px; /* generous default; JS will refine on load */
}

a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; }
button { cursor: pointer; font-family: inherit; }
ul { list-style: none; }

.container {
  max-width: 720px;
  margin: 0 auto;
  padding: 0 var(--sp-4);
}
@media (min-width: 640px) { .container { padding: 0 var(--sp-6); } }


/* ─── SITE HEADER (sticky) ─────────────────────────────────── */
.site-header {
  position: fixed;
  top: 0; left: 0; right: 0;
  z-index: 1000;
  background: var(--white);
  border-bottom: 1px solid var(--sand);
  box-shadow: var(--shadow-sm);
}

.header-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: var(--sp-3) var(--sp-4);
  border-bottom: 1px solid var(--parchment-deep);
}

.site-logo {
  display: flex;
  align-items: center;
  gap: var(--sp-2);
  text-decoration: none;
  color: var(--charcoal);
}

.logo-mark {
  flex-shrink: 0;
  color: var(--gold);
}

.logo-text {
  font-family: var(--font-display);
  font-size: 1rem;
  font-weight: 600;
  letter-spacing: 0.02em;
  color: var(--charcoal);
  line-height: 1.2;
}
.logo-sub {
  display: block;
  font-family: var(--font-body);
  font-size: 0.6rem;
  font-weight: 500;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--charcoal-muted);
}

.header-actions {
  display: flex;
  align-items: center;
  gap: var(--sp-2);
}

.theme-toggle {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 32px; height: 32px;
  border: none;
  background: none;
  color: var(--charcoal-muted);
  border-radius: 50%;
  transition: background 0.2s, color 0.2s;
}
.theme-toggle:hover { background: var(--parchment); color: var(--charcoal); }


/* ─── TAB BAR ───────────────────────────────────────────────── */
.tab-row {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  padding: 0 var(--sp-3);
  gap: var(--sp-1);
}

.tab-row-1 {
  padding-top: var(--sp-2);
  padding-bottom: var(--sp-2);
  border-bottom: 1px solid var(--parchment-deep);
  row-gap: var(--sp-1); /* space between wrapped rows of day tabs */
}

.tab-row-2 {
  padding-top: var(--sp-1);
  padding-bottom: 0;
}

.tab-btn {
  flex-shrink: 0;
  display: inline-flex;
  align-items: center;
  white-space: nowrap;
  font-size: 0.65rem;
  font-weight: 600;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  padding: var(--sp-1) var(--sp-3);
  border: none;
  background: none;
  color: var(--charcoal-muted);
  border-radius: 999px;
  transition: background 0.18s, color 0.18s;
  min-height: 28px;
}
.tab-btn:hover { background: var(--parchment); color: var(--charcoal); }

/* Row 1 active = gold pill */
.tab-row-1 .tab-btn.active {
  background: var(--gold);
  color: var(--white);
}

/* Row 2 active = gold underline */
.tab-row-2 .tab-btn {
  border-radius: 0;
  padding: var(--sp-2) var(--sp-3);
  border-bottom: 2px solid transparent;
  margin-bottom: -1px;
}
.tab-row-2 .tab-btn.active {
  color: var(--gold-dark);
  border-bottom-color: var(--gold);
  background: none;
}
.tab-row-2 .tab-btn:hover { background: none; color: var(--charcoal); }


/* ─── PANELS — single scrolling page, tabs auto-advance ─────── */
.panel { display: block; }

/* Gold top accent on every day section header */
.day-panel-hero {
  border-top: 3px solid var(--gold);
}

/* Discover divider (between days and dining/activities/etc.) */
.discover-divider {
  display: flex;
  align-items: center;
  gap: var(--sp-4);
  padding: var(--sp-12) var(--sp-4) var(--sp-2);
  max-width: 720px;
  margin: 0 auto;
}
.discover-divider::before,
.discover-divider::after {
  content: '';
  flex: 1;
  height: 1px;
  background: var(--sand);
}
.discover-divider span {
  font-size: 0.58rem;
  font-weight: 700;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--charcoal-muted);
  flex-shrink: 0;
}


/* ─── TRIP COUNTDOWN ───────────────────────────────────────── */
.hero-countdown {
  display: inline-flex;
  align-items: center;
  margin-top: var(--sp-3);
  background: rgba(198, 155, 58, 0.2);
  border: 1px solid rgba(198, 155, 58, 0.45);
  color: rgba(255,255,255,0.92);
  font-size: 0.68rem;
  font-weight: 600;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  padding: var(--sp-1) var(--sp-3);
  border-radius: 999px;
  backdrop-filter: blur(6px);
  -webkit-backdrop-filter: blur(6px);
}

/* ─── OVERVIEW HERO BAND ────────────────────────────────────── */
.hero-band {
  position: relative;
  height: 38vh;
  min-height: 220px;
  max-height: 340px;
  overflow: hidden;
}
.hero-band-img {
  width: 100%; height: 100%;
  object-fit: cover;
  object-position: center 65%;
}
.hero-band-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(
    to bottom,
    rgba(28,25,23,0.1) 0%,
    rgba(28,25,23,0.55) 100%
  );
}
.hero-band-content {
  position: absolute;
  bottom: 0; left: 0; right: 0;
  padding: var(--sp-6) var(--sp-5) var(--sp-5);
  color: var(--white);
}
.hero-eyebrow {
  font-size: 0.65rem;
  font-weight: 500;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  margin-bottom: var(--sp-1);
  opacity: 0.85;
}
.hero-title {
  font-family: var(--font-display);
  font-size: clamp(1.6rem, 5vw, 2.4rem);
  font-weight: 600;
  line-height: 1.15;
  margin-bottom: var(--sp-1);
}
.hero-subtitle {
  font-size: 0.78rem;
  letter-spacing: 0.05em;
  opacity: 0.85;
}


/* ─── SECTION SPACING ───────────────────────────────────────── */
.section {
  padding: var(--sp-8) 0;
}
.section + .section {
  border-top: 1px solid var(--sand);
}
.section-alt {
  background: var(--parchment-alt);
}


/* ─── SECTION HEADER ────────────────────────────────────────── */
.section-head {
  margin-bottom: var(--sp-6);
}
.section-eyebrow {
  font-size: 0.6rem;
  font-weight: 600;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--gold-dark);
  margin-bottom: var(--sp-1);
}
.section-title {
  font-family: var(--font-display);
  font-size: clamp(1.4rem, 3.5vw, 1.9rem);
  font-weight: 600;
  color: var(--charcoal);
  line-height: 1.2;
}
.section-lead {
  margin-top: var(--sp-2);
  font-size: 0.875rem;
  color: var(--charcoal-mid);
  line-height: 1.65;
}


/* ─── STATS STRIP ───────────────────────────────────────────── */
.stats-strip {
  display: flex;
  flex-wrap: wrap;
  gap: var(--sp-2);
  margin-bottom: var(--sp-6);
}
.stat-chip {
  display: inline-flex;
  align-items: center;
  gap: var(--sp-1);
  background: var(--white);
  border: 1px solid var(--sand);
  border-radius: 999px;
  padding: var(--sp-1) var(--sp-3);
  font-size: 0.72rem;
  font-weight: 500;
  color: var(--charcoal-mid);
  letter-spacing: 0.03em;
  box-shadow: var(--shadow-xs);
}
.stat-chip svg { color: var(--gold); }


/* ─── INFO CARDS (hotel, flights) ───────────────────────────── */
.info-card {
  background: var(--white);
  border: 1px solid var(--sand);
  border-radius: 12px;
  padding: var(--sp-5);
  margin-bottom: var(--sp-4);
  box-shadow: var(--shadow-sm);
}

.info-card-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: var(--sp-3);
}
.info-card-label {
  font-size: 0.6rem;
  font-weight: 700;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  color: var(--charcoal-muted);
}
.info-badge {
  font-size: 0.6rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  padding: 2px var(--sp-2);
  border-radius: 999px;
}
.badge-green { background: var(--green-bg); color: var(--green); }
.badge-gold  { background: var(--gold-bg);  color: var(--gold-dark); }
.badge-teal  { background: var(--teal-bg);  color: var(--teal-dark); }
.badge-vip   { background: var(--gold-bg);  color: var(--gold-dark); }
.badge-free  { background: var(--green-bg); color: var(--green); }

.info-card-title {
  font-family: var(--font-display);
  font-size: 1.25rem;
  font-weight: 600;
  color: var(--charcoal);
  margin-bottom: var(--sp-1);
}
.info-card-sub {
  font-size: 0.8rem;
  color: var(--charcoal-muted);
  margin-bottom: var(--sp-4);
}

.info-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: var(--sp-3) var(--sp-4);
  margin-bottom: var(--sp-4);
}
.info-grid-item {}
.info-grid-label {
  display: block;
  font-size: 0.6rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--charcoal-muted);
  margin-bottom: 2px;
}
.info-grid-value {
  font-size: 0.8rem;
  color: var(--charcoal);
  font-weight: 500;
  line-height: 1.45;
}
.info-grid-value strong { color: var(--gold-dark); font-weight: 700; }

.info-card-actions {
  display: flex;
  gap: var(--sp-2);
  flex-wrap: wrap;
}


/* ─── FLIGHT COMPACT ────────────────────────────────────────── */
.flight-compact-leg {
  margin-bottom: var(--sp-3);
}
.fc-date-label {
  display: block;
  font-size: 0.6rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--gold-dark);
  margin-bottom: var(--sp-2);
}
.fc-route-row {
  display: flex;
  align-items: center;
  gap: var(--sp-3);
  margin-bottom: var(--sp-1);
}
.fc-ep { text-align: center; }
.fc-iata {
  display: block;
  font-family: var(--font-display);
  font-size: 1.5rem;
  font-weight: 700;
  color: var(--charcoal);
  line-height: 1;
}
.fc-time {
  display: block;
  font-size: 0.75rem;
  font-weight: 500;
  color: var(--charcoal-mid);
  margin-top: 2px;
}
.fc-city {
  display: block;
  font-size: 0.65rem;
  color: var(--charcoal-muted);
}
.fc-mid {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 3px;
}
.fc-line {
  width: 100%;
  height: 1px;
  background: var(--sand);
}
.fc-num {
  font-size: 0.65rem;
  font-weight: 600;
  letter-spacing: 0.05em;
  color: var(--charcoal-muted);
}
.fc-meta {
  font-size: 0.72rem;
  color: var(--charcoal-muted);
  line-height: 1.5;
}
.fc-divider {
  border: none;
  border-top: 1px dashed var(--sand);
  margin: var(--sp-3) 0;
}


/* ─── DAY STRIP (overview) ──────────────────────────────────── */
.overview-heading {
  font-family: var(--font-display);
  font-size: 1.2rem;
  font-weight: 600;
  color: var(--charcoal);
  margin: var(--sp-8) 0 var(--sp-4);
  padding-bottom: var(--sp-3);
  border-bottom: 1px solid var(--sand);
}
.overview-heading-sm {
  font-size: 0.6rem;
  font-weight: 700;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  color: var(--gold-dark);
  margin: var(--sp-8) 0 var(--sp-4);
}

.day-strip { display: flex; flex-direction: column; gap: var(--sp-2); }

.day-strip-item {
  display: flex;
  align-items: center;
  gap: var(--sp-4);
  background: var(--white);
  border: 1px solid var(--sand);
  border-radius: 10px;
  padding: var(--sp-3) var(--sp-4);
  cursor: pointer;
  transition: box-shadow 0.2s, border-color 0.2s;
  box-shadow: var(--shadow-xs);
  text-align: left;
  width: 100%;
  border-left: 3px solid var(--gold);
}
.day-strip-item:hover {
  box-shadow: var(--shadow-md);
  border-color: var(--gold);
}

.day-strip-date {
  flex-shrink: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 40px;
}
.dsd-day {
  font-size: 0.55rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--charcoal-muted);
}
.dsd-num {
  font-family: var(--font-display);
  font-size: 1.6rem;
  font-weight: 700;
  color: var(--gold-dark);
  line-height: 1;
}
.dsd-mon {
  font-size: 0.55rem;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--charcoal-muted);
}

.day-strip-content { flex: 1; min-width: 0; }
.day-strip-content h4 {
  font-size: 0.875rem;
  font-weight: 600;
  color: var(--charcoal);
  margin-bottom: 2px;
}
.day-strip-content p {
  font-size: 0.75rem;
  color: var(--charcoal-muted);
  line-height: 1.45;
}
.dsd-arrow {
  flex-shrink: 0;
  color: var(--sand);
}


/* ─── AGENT CARD ────────────────────────────────────────────── */
.agent-card {
  display: flex;
  align-items: flex-start;
  gap: var(--sp-4);
  background: var(--gold-bg);
  border: 1px solid rgba(198,155,58,0.3);
  border-radius: 12px;
  padding: var(--sp-5);
  margin-top: var(--sp-8);
  margin-bottom: var(--sp-4);
}
.agent-avatar {
  flex-shrink: 0;
  width: 44px; height: 44px;
  border-radius: 50%;
  background: var(--gold);
  color: var(--white);
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  font-size: 0.9rem;
  letter-spacing: 0.05em;
}
.agent-label {
  font-size: 0.58rem;
  font-weight: 700;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  color: var(--gold-dark);
  margin-bottom: var(--sp-1);
}
.agent-name {
  font-family: var(--font-display);
  font-size: 1.05rem;
  font-weight: 600;
  color: var(--charcoal);
  margin-bottom: 2px;
}
.agent-title {
  font-size: 0.75rem;
  color: var(--charcoal-muted);
  margin-bottom: var(--sp-3);
}
.agent-actions {
  display: flex;
  gap: var(--sp-2);
  flex-wrap: wrap;
}


/* ─── REMINDERS GRID ────────────────────────────────────────── */
.reminders-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: var(--sp-2);
  margin-top: var(--sp-4);
  margin-bottom: var(--sp-8);
}
.reminder {
  background: var(--white);
  border: 1px solid var(--sand);
  border-radius: 8px;
  padding: var(--sp-3);
  font-size: 0.72rem;
  color: var(--charcoal-mid);
  line-height: 1.45;
  box-shadow: var(--shadow-xs);
}


/* ─── DAY PANEL HEADER ──────────────────────────────────────── */
.day-panel-hero {
  background: var(--parchment-deep);
  border-bottom: 1px solid var(--sand);
  padding: var(--sp-6) 0 var(--sp-5);
}
.day-eyebrow {
  font-size: 0.6rem;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--gold-dark);
  margin-bottom: var(--sp-2);
}
.day-num-large {
  font-family: var(--font-display);
  font-size: clamp(1.6rem, 5vw, 2.2rem);
  font-weight: 700;
  color: var(--charcoal);
  line-height: 1.1;
  margin-bottom: var(--sp-1);
}
.day-subtitle {
  font-size: 0.78rem;
  color: var(--charcoal-muted);
  letter-spacing: 0.03em;
}


/* ─── WEATHER CHIP ──────────────────────────────────────────── */
.weather-chip {
  display: flex;
  align-items: center;
  flex-wrap: nowrap;
  gap: var(--sp-2);
  background: var(--white);
  border: 1px solid var(--sand);
  border-radius: 999px;
  padding: var(--sp-2) var(--sp-3);
  margin: var(--sp-4) 0 var(--sp-6);
  width: fit-content;
  max-width: 100%;
  cursor: pointer;
  transition: box-shadow 0.2s;
  box-shadow: var(--shadow-xs);
  overflow: hidden;
}
.weather-chip:hover { box-shadow: var(--shadow-sm); }
.weather-icon { font-size: 1.1rem; }
.weather-temp {
  font-size: 0.82rem;
  font-weight: 600;
  color: var(--charcoal);
  white-space: nowrap;
  flex-shrink: 0;
}
.weather-desc {
  font-size: 0.72rem;
  color: var(--charcoal-muted);
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  min-width: 0;
}
.weather-uv {
  font-size: 0.65rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  color: var(--red);
  background: #FEF2F2;
  padding: 2px var(--sp-2);
  border-radius: 999px;
}
.weather-chevron {
  color: var(--charcoal-muted);
  transition: transform 0.25s;
  flex-shrink: 0;
}
.weather-chip[aria-expanded="true"] .weather-chevron { transform: rotate(180deg); }

.weather-expanded {
  display: none;
  background: var(--white);
  border: 1px solid var(--sand);
  border-radius: 10px;
  padding: var(--sp-4);
  margin-bottom: var(--sp-6);
}
.weather-expanded.open { display: block; }
.weather-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: var(--sp-3);
}
@media (min-width: 480px) {
  .weather-grid { grid-template-columns: repeat(4, 1fr); }
}
.weather-stat { text-align: center; }
.ws-label {
  display: block;
  font-size: 0.58rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--charcoal-muted);
  margin-bottom: 2px;
}
.ws-value {
  display: block;
  font-size: 0.8rem;
  font-weight: 500;
  color: var(--charcoal);
}


/* ─── TIMELINE ──────────────────────────────────────────────── */
.timeline {
  position: relative;
  padding-left: 72px;
}
.timeline::before {
  content: '';
  position: absolute;
  left: 56px;
  top: 0; bottom: 0;
  width: 1px;
  background: var(--sand);
}

.timeline-item {
  position: relative;
  margin-bottom: var(--sp-6);
}

.timeline-time {
  position: absolute;
  left: -72px;
  top: 3px;
  font-size: 0.65rem;
  font-weight: 600;
  letter-spacing: 0.05em;
  color: var(--charcoal-muted);
  text-align: right;
  width: 56px;
  line-height: 1.3;
}

.timeline-dot {
  position: absolute;
  left: -20px;
  top: 6px;
  width: 10px; height: 10px;
  border-radius: 50%;
  border: 2px solid var(--white);
  box-shadow: 0 0 0 1px var(--sand);
  background: var(--charcoal-muted);
}
.timeline-dot.flight    { background: var(--teal); }
.timeline-dot.hotel     { background: var(--gold-dark); }
.timeline-dot.meal      { background: #E67E22; }
.timeline-dot.activity  { background: #27AE60; }
.timeline-dot.spa       { background: #8E44AD; }
.timeline-dot.wellness  { background: #16A085; }
.timeline-dot.transport { background: #2980B9; }

.timeline-content {}
.timeline-content h3 {
  font-size: 0.9rem;
  font-weight: 600;
  color: var(--charcoal);
  margin-bottom: var(--sp-1);
  line-height: 1.35;
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  gap: var(--sp-2);
}
.timeline-content p {
  font-size: 0.8rem;
  color: var(--charcoal-mid);
  line-height: 1.6;
}


/* ─── FLIGHT CARD (day view) ────────────────────────────────── */
.flight-card {
  background: var(--parchment-alt);
  border: 1px solid var(--sand);
  border-radius: 10px;
  padding: var(--sp-4);
  margin-top: var(--sp-1);
}
.flight-card-label {
  font-size: 0.6rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--charcoal-muted);
  margin-bottom: var(--sp-3);
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.flight-conf-badge {
  font-size: 0.65rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  background: var(--gold-bg);
  color: var(--gold-dark);
  padding: 2px var(--sp-2);
  border-radius: 999px;
}
.flight-route-row {
  display: flex;
  align-items: center;
  gap: var(--sp-3);
  margin-bottom: var(--sp-2);
}
.flight-ep { text-align: center; }
.flight-iata {
  display: block;
  font-family: var(--font-display);
  font-size: 1.5rem;
  font-weight: 700;
  color: var(--charcoal);
  line-height: 1;
}
.flight-time-dep, .flight-time-arr {
  display: block;
  font-size: 0.78rem;
  font-weight: 600;
  color: var(--teal-dark);
}
.flight-city {
  display: block;
  font-size: 0.62rem;
  color: var(--charcoal-muted);
}
.flight-mid {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 4px;
}
.flight-line-wrap {
  width: 100%;
  display: flex;
  align-items: center;
  gap: var(--sp-1);
}
.flight-dot-line { flex: 1; height: 1px; background: var(--sand); }
.flight-plane-icon { color: var(--charcoal-muted); font-size: 0.9rem; }
.flight-num {
  font-size: 0.65rem;
  font-weight: 600;
  letter-spacing: 0.06em;
  color: var(--charcoal-muted);
}
.flight-details-row {
  display: flex;
  flex-wrap: wrap;
  gap: var(--sp-1) var(--sp-2);
  font-size: 0.72rem;
  color: var(--charcoal-muted);
  line-height: 1.5;
  border-top: 1px solid var(--sand);
  padding-top: var(--sp-2);
}


/* ─── BADGE ─────────────────────────────────────────────────── */
.badge {
  font-size: 0.58rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  padding: 2px var(--sp-2);
  border-radius: 999px;
  vertical-align: middle;
}
.badge-vip   { background: var(--gold-bg);  color: var(--gold-dark); }
.badge-free  { background: var(--green-bg); color: var(--green); }
.badge-gold  { background: var(--gold-bg);  color: var(--gold-dark); }
.badge-opt   { background: var(--teal-bg);  color: var(--teal-dark); }


/* ─── RECOMMENDATION CARDS ──────────────────────────────────── */
.rec-section { padding: var(--sp-8) 0; }
.rec-section + .rec-section { border-top: 1px solid var(--sand); }

.rec-subsection-title {
  font-family: var(--font-display);
  font-size: 1.15rem;
  font-weight: 600;
  color: var(--charcoal);
  margin-bottom: var(--sp-5);
  padding-bottom: var(--sp-3);
  border-bottom: 1px solid var(--sand);
  display: flex;
  align-items: center;
  gap: var(--sp-3);
}
.rec-subsection-title::before {
  content: '';
  width: 3px; height: 20px;
  background: var(--gold);
  border-radius: 999px;
  flex-shrink: 0;
}

.rec-cards-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: var(--sp-4);
}
@media (min-width: 560px) { .rec-cards-grid { grid-template-columns: 1fr 1fr; } }
@media (min-width: 900px) { .rec-cards-grid { grid-template-columns: repeat(3, 1fr); } }

.rec-card {
  background: var(--white);
  border: 1px solid var(--sand);
  border-radius: 12px;
  padding: var(--sp-5);
  display: flex;
  flex-direction: column;
  box-shadow: var(--shadow-sm);
  transition: box-shadow 0.2s, transform 0.2s;
}
.rec-card:hover {
  box-shadow: var(--shadow-md);
  transform: translateY(-2px);
}

.rec-card-top {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: var(--sp-2);
  margin-bottom: var(--sp-3);
}
/* Left side: price on own line, tag on own line */
.rec-card-top > div {
  display: flex;
  flex-direction: column;
  gap: 2px;
  flex: 1;
  min-width: 0;
}
.rec-price {
  font-size: 0.72rem;
  font-weight: 700;
  color: var(--gold-dark);
  letter-spacing: 0.03em;
}
.rec-tag {
  font-size: 0.62rem;
  font-weight: 500;
  color: var(--charcoal-muted);
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.rec-press {
  font-size: 0.58rem;
  font-weight: 600;
  letter-spacing: 0.06em;
  color: var(--charcoal-muted);
  text-transform: uppercase;
  text-align: right;
  flex-shrink: 0;
  max-width: 90px;
  line-height: 1.4;
}

.rec-name {
  font-family: var(--font-display);
  font-size: 1.15rem;
  font-weight: 600;
  color: var(--charcoal);
  margin-bottom: var(--sp-1);
  line-height: 1.25;
}
.rec-location {
  display: flex;
  align-items: center;
  gap: 4px;
  font-size: 0.72rem;
  color: var(--charcoal-muted);
  margin-bottom: var(--sp-3);
}
.rec-location svg { color: var(--gold); flex-shrink: 0; }

.rec-quote {
  font-family: var(--font-display);
  font-style: italic;
  font-size: 0.88rem;
  color: var(--charcoal-mid);
  line-height: 1.6;
  flex: 1;
  margin-bottom: var(--sp-4);
  border-left: 2px solid var(--gold-light);
  padding-left: var(--sp-3);
}

.rec-actions {
  display: flex;
  gap: var(--sp-2);
  flex-wrap: wrap;
  margin-top: auto;
}


/* ─── BUTTONS ───────────────────────────────────────────────── */
.btn { /* base */ display: inline-flex; align-items: center; justify-content: center; gap: var(--sp-1); padding: var(--sp-2) var(--sp-4); border-radius: 6px; font-size: 0.75rem; font-weight: 600; letter-spacing: 0.04em; text-decoration: none; border: 1.5px solid transparent; white-space: nowrap; transition: all 0.18s ease; cursor: pointer; }
.btn:active { transform: scale(0.98); }

.btn-teal    { background: var(--teal);   color: var(--white);   border-color: var(--teal); }
.btn-teal:hover { background: var(--teal-dark); border-color: var(--teal-dark); }

.btn-gold    { background: var(--gold);   color: var(--white);   border-color: var(--gold); }
.btn-gold:hover { background: var(--gold-dark); border-color: var(--gold-dark); }

.btn-gold-sm { background: var(--gold); color: var(--white); border-color: var(--gold); font-size: 0.7rem; padding: 5px var(--sp-3); border-radius: 5px; display: inline-flex; align-items: center; gap: 4px; font-weight: 600; text-decoration: none; transition: all 0.18s; white-space: nowrap; }
.btn-gold-sm:hover { background: var(--gold-dark); border-color: var(--gold-dark); }

.btn-outline  { background: none; color: var(--charcoal); border-color: var(--sand); }
.btn-outline:hover  { border-color: var(--charcoal-muted); background: var(--parchment); }

.btn-outline-sm { background: none; color: var(--charcoal-mid); border: 1.5px solid var(--sand); font-size: 0.7rem; padding: 5px var(--sp-3); border-radius: 5px; display: inline-flex; align-items: center; font-weight: 600; text-decoration: none; transition: all 0.18s; white-space: nowrap; }
.btn-outline-sm:hover { border-color: var(--charcoal-mid); }

.btn-teal-sm { background: var(--teal); color: var(--white); font-size: 0.7rem; padding: 5px var(--sp-3); border-radius: 5px; display: inline-flex; align-items: center; font-weight: 600; text-decoration: none; transition: all 0.18s; white-space: nowrap; }
.btn-teal-sm:hover { background: var(--teal-dark); }

.btn-note { background: var(--parchment); color: var(--charcoal-muted); border: 1px dashed var(--sand); font-size: 0.7rem; padding: 5px var(--sp-3); border-radius: 5px; display: inline-flex; align-items: center; font-weight: 500; cursor: default; }


/* ─── QUICK REFERENCE TABLES ────────────────────────────────── */
.ref-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: var(--sp-5);
}
@media (min-width: 640px) { .ref-grid { grid-template-columns: 1fr 1fr; } }

.ref-block {
  background: var(--white);
  border: 1px solid var(--sand);
  border-radius: 12px;
  overflow: hidden;
  box-shadow: var(--shadow-sm);
}
.ref-block-title {
  display: flex;
  align-items: center;
  gap: var(--sp-2);
  padding: var(--sp-3) var(--sp-4);
  background: var(--parchment-deep);
  border-bottom: 1px solid var(--sand);
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--charcoal-mid);
}
.ref-block-title svg { color: var(--gold); }
.ref-table { width: 100%; border-collapse: collapse; }
.ref-table th, .ref-table td {
  padding: var(--sp-2) var(--sp-4);
  text-align: left;
  font-size: 0.78rem;
  border-bottom: 1px solid var(--parchment-deep);
  vertical-align: top;
  line-height: 1.5;
}
.ref-table th {
  font-weight: 600;
  color: var(--charcoal-muted);
  white-space: nowrap;
  width: 38%;
}
.ref-table td { color: var(--charcoal); }
.ref-table tr:last-child th,
.ref-table tr:last-child td { border-bottom: none; }
.ref-table strong { color: var(--charcoal); font-weight: 700; }


/* ─── SURVIVAL GUIDE ────────────────────────────────────────── */
.survival-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: var(--sp-4);
}
@media (min-width: 560px) { .survival-grid { grid-template-columns: 1fr 1fr; } }
@media (min-width: 900px) { .survival-grid { grid-template-columns: 1fr 1fr 1fr; } }

.survival-card {
  background: var(--white);
  border: 1px solid var(--sand);
  border-radius: 12px;
  padding: var(--sp-5);
  box-shadow: var(--shadow-sm);
}
.survival-icon {
  width: 36px; height: 36px;
  background: var(--gold-bg);
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--gold-dark);
  margin-bottom: var(--sp-3);
}
.survival-card h3 {
  font-size: 0.85rem;
  font-weight: 700;
  color: var(--charcoal);
  margin-bottom: var(--sp-3);
}
.survival-card ul { list-style: none; }
.survival-card li {
  font-size: 0.78rem;
  color: var(--charcoal-mid);
  line-height: 1.55;
  padding: var(--sp-1) 0;
  border-bottom: 1px solid var(--parchment-deep);
  display: flex;
  gap: var(--sp-2);
}
.survival-card li:last-child { border-bottom: none; }
.survival-card li::before {
  content: '·';
  color: var(--gold);
  font-weight: 700;
  flex-shrink: 0;
}
.survival-card a { color: var(--teal); text-decoration: underline; text-underline-offset: 2px; }


/* ─── PHRASES & PRONUNCIATION ───────────────────────────────── */
.phrases-block { margin-bottom: var(--sp-8); }
.phrases-sub-heading {
  font-size: 0.65rem;
  font-weight: 700;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  color: var(--gold-dark);
  margin-bottom: var(--sp-3);
}
.phrase-table-wrap {
  overflow-x: auto;
  border-radius: 10px;
  border: 1px solid var(--sand);
  background: var(--white);
  box-shadow: var(--shadow-sm);
}
.phrase-table { width: 100%; border-collapse: collapse; min-width: 380px; }
.phrase-table thead tr {
  background: var(--parchment-deep);
}
.phrase-table th {
  font-size: 0.6rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--charcoal-muted);
  padding: var(--sp-2) var(--sp-4);
  text-align: left;
  border-bottom: 1px solid var(--sand);
}
.phrase-table td {
  padding: var(--sp-3) var(--sp-4);
  font-size: 0.8rem;
  color: var(--charcoal);
  border-bottom: 1px solid var(--parchment-deep);
  vertical-align: middle;
  line-height: 1.5;
}
.phrase-table tbody tr:last-child td { border-bottom: none; }
.phrase-table td:first-child { font-weight: 500; }
.phonetic {
  font-family: var(--font-display);
  font-style: italic;
  color: var(--gold-dark);
  font-size: 0.85rem;
}
.speak-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 30px; height: 30px;
  border: none;
  background: var(--teal-bg);
  color: var(--teal);
  border-radius: 50%;
  cursor: pointer;
  transition: background 0.2s;
}
.speak-btn:hover { background: var(--teal); color: var(--white); }


/* ─── FLOATING BUTTONS ──────────────────────────────────────── */
.floating-buttons {
  position: fixed;
  bottom: var(--sp-5);
  left: var(--sp-4);
  display: flex;
  flex-direction: column;
  gap: var(--sp-2);
  z-index: 900;
}
.float-btn {
  display: inline-flex;
  align-items: center;
  gap: var(--sp-2);
  padding: var(--sp-2) var(--sp-4);
  border-radius: 999px;
  font-size: 0.65rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  text-decoration: none;
  border: none;
  box-shadow: var(--shadow-md);
  cursor: pointer;
  white-space: nowrap;
  transition: transform 0.18s, box-shadow 0.18s;
}
.float-btn:hover { transform: translateY(-2px); box-shadow: var(--shadow-lg); }
.float-btn-local { background: var(--white); color: var(--teal-dark); border: 1px solid var(--sand); }
.float-btn-chat  { background: var(--gold); color: var(--white); }


/* ─── CHAT MODAL ────────────────────────────────────────────── */
.chat-modal {
  display: none;
  position: fixed;
  inset: 0;
  z-index: 9999;
  background: rgba(0, 0, 0, 0.5);
  backdrop-filter: blur(4px);
  -webkit-backdrop-filter: blur(4px);
  align-items: center;
  justify-content: center;
  padding: var(--sp-4);
}
.chat-modal.open { display: flex; }
.chat-modal-inner {
  position: relative;
  background: var(--white);
  border: 1px solid var(--sand);
  border-radius: 16px;
  padding: var(--sp-8) var(--sp-6) var(--sp-6);
  max-width: 360px;
  width: 100%;
  box-shadow: var(--shadow-lg);
  text-align: center;
}
.chat-modal-close {
  position: absolute;
  top: var(--sp-3); right: var(--sp-3);
  background: none;
  border: none;
  color: var(--charcoal-muted);
  cursor: pointer;
  padding: var(--sp-1);
  border-radius: 50%;
  transition: background 0.2s;
}
.chat-modal-close:hover { background: var(--parchment); }
.chat-modal-name {
  font-family: var(--font-display);
  font-size: 1.3rem;
  font-weight: 600;
  color: var(--charcoal);
  margin-bottom: var(--sp-1);
}
.chat-modal-title {
  font-size: 0.75rem;
  color: var(--charcoal-muted);
  margin-bottom: var(--sp-5);
}
.chat-modal-actions { display: flex; flex-direction: column; gap: var(--sp-2); }
.chat-action-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: var(--sp-2);
  padding: var(--sp-3) var(--sp-4);
  border-radius: 8px;
  font-size: 0.85rem;
  font-weight: 600;
  text-decoration: none;
  transition: all 0.18s;
}
.chat-action-call  { background: var(--gold); color: var(--white); }
.chat-action-call:hover { background: var(--gold-dark); }
.chat-action-email { background: none; color: var(--charcoal); border: 1.5px solid var(--sand); }
.chat-action-email:hover { border-color: var(--charcoal-muted); }


/* ─── FOOTER ────────────────────────────────────────────────── */
.site-footer {
  background: var(--charcoal);
  color: rgba(255,255,255,0.65);
  text-align: center;
  padding: var(--sp-12) var(--sp-4);
  margin-top: var(--sp-16);
}
.footer-poem {
  font-family: var(--font-display);
  font-style: italic;
  font-size: clamp(0.9rem, 2.5vw, 1.1rem);
  color: rgba(255,255,255,0.8);
  line-height: 1.75;
  max-width: 500px;
  margin: 0 auto var(--sp-6);
}
.footer-meta {
  font-size: 0.7rem;
  letter-spacing: 0.08em;
  color: rgba(255,255,255,0.4);
  margin-bottom: var(--sp-5);
}
.footer-actions {
  display: flex;
  justify-content: center;
  gap: var(--sp-3);
  flex-wrap: wrap;
  margin-bottom: var(--sp-5);
}
.footer-btn {
  font-size: 0.65rem;
  font-weight: 600;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: rgba(255,255,255,0.55);
  text-decoration: none;
  padding: var(--sp-1) var(--sp-3);
  border: 1px solid rgba(255,255,255,0.15);
  border-radius: 999px;
  transition: all 0.2s;
  cursor: pointer;
  background: none;
}
.footer-btn:hover { color: var(--white); border-color: rgba(255,255,255,0.4); }
.footer-credit {
  font-size: 0.65rem;
  color: rgba(255,255,255,0.3);
  letter-spacing: 0.05em;
}


/* ─── DARK MODE ─────────────────────────────────────────────── */
[data-theme="dark"] {
  --parchment:      #1A1714;
  --parchment-alt:  #1F1C18;
  --parchment-deep: #252118;
  --sand:           #3A342B;
  --white:          #2A2520;
  --cream-card:     #211E1A;
  --charcoal:       #F0EBE3;
  --charcoal-mid:   #C5BDB3;
  --charcoal-muted: #8C8278;
  --teal-bg:        #0C2D45;
  --gold-bg:        #2D250F;
  --green-bg:       #0D2B17;
}
[data-theme="dark"] .site-header {
  background: #221F1B;
  border-bottom-color: #3A342B;
}
[data-theme="dark"] .hero-band-overlay {
  background: linear-gradient(to bottom, rgba(0,0,0,0.2) 0%, rgba(0,0,0,0.7) 100%);
}
[data-theme="dark"] body { background: var(--parchment); }


/* ─── PRINT ─────────────────────────────────────────────────── */
@media print {
  .site-header, .floating-buttons, .chat-modal { display: none; }
  body { padding-top: 0; font-size: 11pt; }
}

/* ─── MENU MODAL (bottom sheet) ─────────────────────────────── */
.menu-modal {
  display: none;
  position: fixed;
  inset: 0;
  z-index: 9998;
  background: rgba(0, 0, 0, 0.55);
  backdrop-filter: blur(5px);
  -webkit-backdrop-filter: blur(5px);
  align-items: flex-end;
  justify-content: center;
  padding: 0;
}
.menu-modal.open { display: flex; }

.menu-sheet {
  background: var(--parchment);
  width: 100%;
  max-width: 600px;
  max-height: 88vh;
  border-radius: 18px 18px 0 0;
  display: flex;
  flex-direction: column;
  overflow: hidden;
  box-shadow: 0 -8px 40px rgba(0,0,0,0.18);
  animation: sheetSlideUp 0.32s cubic-bezier(0.32, 0.72, 0, 1);
}
@keyframes sheetSlideUp {
  from { transform: translateY(60px); opacity: 0.6; }
  to   { transform: translateY(0);   opacity: 1; }
}

/* Center on tablet/desktop */
@media (min-width: 640px) {
  .menu-modal { align-items: center; padding: var(--sp-4); }
  .menu-sheet { border-radius: 16px; max-height: 82vh; }
}

/* Handle bar */
.menu-sheet-handle {
  width: 36px; height: 4px;
  background: var(--sand);
  border-radius: 2px;
  margin: var(--sp-2) auto var(--sp-1);
  flex-shrink: 0;
}

/* Header */
.menu-sheet-header {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: var(--sp-3);
  padding: var(--sp-3) var(--sp-5) var(--sp-4);
  border-bottom: 1px solid var(--sand);
  flex-shrink: 0;
}
.menu-sheet-eyebrow {
  font-size: 0.58rem;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--gold-dark);
  margin-bottom: 3px;
}
.menu-sheet-title {
  font-family: var(--font-display);
  font-size: 1.2rem;
  font-weight: 600;
  color: var(--charcoal);
  margin-bottom: 2px;
  line-height: 1.2;
}
.menu-sheet-location {
  font-size: 0.72rem;
  color: var(--charcoal-muted);
}
.menu-sheet-close {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 30px; height: 30px;
  border: none;
  background: var(--parchment-deep);
  color: var(--charcoal-mid);
  border-radius: 50%;
  cursor: pointer;
  flex-shrink: 0;
  transition: background 0.18s;
}
.menu-sheet-close:hover { background: var(--sand); }

/* Meta bar (hours + note) */
.menu-sheet-meta {
  padding: var(--sp-2) var(--sp-5);
  font-size: 0.68rem;
  color: var(--charcoal-muted);
  background: var(--parchment-alt);
  border-bottom: 1px solid var(--sand);
  flex-shrink: 0;
  line-height: 1.5;
}

/* Scrollable body */
.menu-sheet-body {
  flex: 1;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  padding: 0 var(--sp-5) var(--sp-4);
  overscroll-behavior: contain;
}

/* Section */
.menu-section { margin-top: var(--sp-5); }
.menu-section-title {
  font-size: 0.58rem;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--gold-dark);
  padding-bottom: var(--sp-2);
  border-bottom: 1px solid var(--sand);
  margin-bottom: var(--sp-2);
}

/* Item row */
.menu-item {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: var(--sp-4);
  padding: var(--sp-3) 0;
  border-bottom: 1px solid var(--parchment-deep);
}
.menu-item:last-child { border-bottom: none; }
.menu-item-info { flex: 1; min-width: 0; }
.menu-item-name {
  font-size: 0.875rem;
  font-weight: 600;
  color: var(--charcoal);
  line-height: 1.3;
  margin-bottom: 2px;
}
.menu-item-desc {
  font-size: 0.73rem;
  color: var(--charcoal-muted);
  line-height: 1.48;
}
.menu-item-price {
  font-size: 0.8rem;
  font-weight: 700;
  color: var(--gold-dark);
  white-space: nowrap;
  flex-shrink: 0;
  padding-top: 1px;
}

/* Footer */
.menu-sheet-footer {
  padding: var(--sp-3) var(--sp-5) var(--sp-4);
  border-top: 1px solid var(--sand);
  background: var(--white);
  flex-shrink: 0;
}
.menu-reserve-btn {
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: center;
  padding: var(--sp-3) var(--sp-4);
  background: var(--gold);
  color: var(--white);
  border: none;
  border-radius: 8px;
  font-size: 0.85rem;
  font-weight: 600;
  text-decoration: none;
  letter-spacing: 0.04em;
  cursor: pointer;
  transition: background 0.18s;
}
.menu-reserve-btn:hover { background: var(--gold-dark); }
