:root {
  --alt-bg: #FFFBF3;
  --alt-surface: #FFFFFF;
  --alt-surface-2: #F6EFE4;
  --alt-text: #14161D;
  --alt-text-soft: #5E6478;
  --alt-muted: #7C85A3;
  --alt-dark: #14161D;
  --alt-dark-2: #1F222B;
  --alt-accent: #CC7424;
  --alt-accent-deep: #A85D1D;
  --alt-line: rgba(20, 22, 29, 0.10);
  --alt-shadow: 0 20px 60px rgba(20, 22, 29, 0.10);
  --alt-radius-xl: 28px;
  --alt-radius-lg: 20px;
  --alt-radius-md: 14px;
  --container: 1180px;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
[hidden] { display: none !important; }
body {
  margin: 0;
  font-family: 'Inter', system-ui, sans-serif;
  background: var(--alt-bg);
  color: var(--alt-text);
  line-height: 1.6;
}
a { color: inherit; text-decoration: none; }
img { max-width: 100%; display: block; }
button, input, select, textarea { font: inherit; }
.container { width: min(var(--container), calc(100% - 40px)); margin: 0 auto; }
.narrow { max-width: 760px; }
.centered { text-align: center; margin-inline: auto; }
.section { padding: 96px 0; }
.eyebrow {
  display: inline-block;
  margin-bottom: 14px;
  color: var(--alt-accent);
  font-size: 0.84rem;
  font-weight: 800;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}
.eyebrow.light { color: #E2BE9A; }
h1, h2, h3, h4 {
  margin: 0 0 16px;
  line-height: 1.05;
  letter-spacing: -0.04em;
}
h1, h2 {
  font-family: 'Cormorant Garamond', Georgia, serif;
  font-weight: 700;
}
h1 { font-size: clamp(3rem, 8vw, 6rem); }
h2 { font-size: clamp(2.3rem, 5vw, 4.1rem); }
h3 { font-size: 1.45rem; }
p { margin: 0 0 16px; color: var(--alt-text-soft); }
.lead { font-size: 1.12rem; max-width: 680px; }
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  min-height: 54px;
  padding: 0 22px;
  border-radius: 999px;
  border: 1px solid transparent;
  font-weight: 700;
  transition: transform .18s ease, box-shadow .18s ease, background .18s ease;
}
.btn:hover { transform: translateY(-2px); }
.btn-primary {
  background: var(--alt-accent);
  color: #fff;
  box-shadow: 0 16px 34px rgba(204, 116, 36, 0.25);
}
.btn-primary:hover { background: var(--alt-accent-deep); }
.btn-secondary {
  background: rgba(255,255,255,.72);
  color: var(--alt-text);
  border-color: var(--alt-line);
  backdrop-filter: blur(8px);
}
.text-link { color: var(--alt-accent); font-weight: 700; }
.site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  background: rgba(255, 251, 243, 0.82);
  backdrop-filter: blur(18px);
  border-bottom: 1px solid rgba(20,22,29,.06);
}
.nav-wrap { display:flex; align-items:center; justify-content:space-between; min-height:84px; gap: 20px; }
.brand { display:flex; gap:14px; align-items:center; }
.brand-mark {
  width: 44px; height: 44px; border-radius: 50%; display:grid; place-items:center;
  background: linear-gradient(135deg, var(--alt-dark), var(--alt-accent)); color:#fff; font-weight:800;
}
.brand strong { display:block; }
.brand small { color: var(--alt-muted); }
.nav-links { display:flex; align-items:center; gap:24px; }
.nav-links a:not(.btn) { color: var(--alt-text-soft); font-weight: 600; }
.nav-toggle, .mobile-menu { display:none; }
.hero { position: relative; overflow: hidden; min-height: 92vh; display:flex; align-items:center; }
.hero-media {
  position:absolute; inset:0;
}
.hero-media::after {
  content:""; position:absolute; inset:0;
  background:
    linear-gradient(90deg, rgba(20,22,29,.82) 0%, rgba(20,22,29,.52) 42%, rgba(20,22,29,.16) 100%),
    linear-gradient(180deg, rgba(20,22,29,.10) 0%, rgba(20,22,29,.28) 100%);
}
.hero-media img { width:100%; height:100%; object-fit:cover; }
.hero-grid {
  position:relative; z-index:1; display:grid; grid-template-columns: 1.25fr 420px; gap: 40px; align-items:center; padding: 80px 0;
}
.hero-copy { color:#fff; }
.hero-copy p, .hero-copy .eyebrow { color:#fff; }
.hero-copy .eyebrow { opacity:.88; }
.hero-actions, .cta-row { display:flex; flex-wrap:wrap; gap:14px; margin-top: 30px; }
.mobile-hero-cta { display: none; }
.hero-card-cta { display: flex; }
.hero-stats { display:flex; flex-wrap:wrap; gap:30px; margin-top:32px; }
.hero-stats strong { display:block; color:#fff; }
.hero-stats span { color: rgba(255,255,255,.82); font-size: .95rem; }
.hero-card {
  background: rgba(255,255,255,.94);
  border: 1px solid rgba(255,255,255,.52);
  border-radius: var(--alt-radius-xl);
  padding: 30px;
  box-shadow: 0 28px 80px rgba(20, 22, 29, 0.18);
  backdrop-filter: blur(10px);
  align-self: start;
  margin-top: 18px;
}
.mini-card-label { font-size:.78rem; text-transform: uppercase; letter-spacing: .16em; color: var(--alt-accent); font-weight: 800; margin-bottom: 12px; }
.hero-card ul { padding-left: 18px; color: var(--alt-text-soft); }
.intro-band { background: linear-gradient(180deg, #fff8ef, #fffbf3); }
.section-head { margin-bottom: 28px; max-width: 760px; }
.cards { display:grid; gap: 24px; }
.three-up { grid-template-columns: repeat(3, 1fr); }
.feature-card {
  background: var(--alt-surface);
  border: 1px solid var(--alt-line);
  border-radius: var(--alt-radius-lg);
  overflow:hidden;
  box-shadow: var(--alt-shadow);
  transition: transform .22s ease, box-shadow .22s ease;
}
.feature-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 28px 70px rgba(20,22,29,.14);
}
.image-card img { height: 260px; width:100%; object-fit:cover; }
.card-body { padding: 24px; }
.dark-panel { background: linear-gradient(180deg, #f8f0e6, #fffbf3); color: var(--alt-text); }
.dark-panel p { color: var(--alt-text-soft); }
.split-grid { display:grid; grid-template-columns: .9fr 1.1fr; gap: 38px; align-items:start; }
.check-grid { display:grid; grid-template-columns: repeat(2, 1fr); gap: 18px; }
.check-card {
  background: linear-gradient(180deg, #fff, #fffaf3);
  border: 1px solid var(--alt-line);
  border-radius: 20px;
  padding: 22px;
  box-shadow: var(--alt-shadow);
}
.check-card p { margin-bottom:0; }
.founder-grid, .booking-preview-grid { display:grid; grid-template-columns: 1fr 1fr; gap: 40px; align-items:center; }
.founder-photo img {
  border-radius: var(--alt-radius-xl);
  min-height: 560px;
  object-fit: cover;
  width: 100%;
  box-shadow: var(--alt-shadow);
}
.testimonials { grid-template-columns: repeat(3, 1fr); }
.testimonials blockquote {
  margin: 0;
  padding: 28px;
  border-radius: var(--alt-radius-lg);
  background: linear-gradient(180deg, #fff, #fffaf3);
  border: 1px solid var(--alt-line);
  box-shadow: var(--alt-shadow);
}
.testimonials blockquote p {
  color: var(--alt-text);
  font-size: 1.02rem;
}
.booking-preview { background: linear-gradient(180deg, #f8f0e6, #fffbf3); }
.calendar-card {
  background: #fff;
  border: 1px solid var(--alt-line);
  border-radius: var(--alt-radius-xl);
  padding: 28px;
  box-shadow: var(--alt-shadow);
}
.calendar-head { display:flex; justify-content:space-between; gap:10px; align-items:center; margin-bottom:20px; }
.calendar-head span, .calendar-note { color: var(--alt-muted); font-size: .95rem; }
.calendar-grid { display:grid; gap: 10px; grid-template-columns: repeat(4, 1fr); }
.calendar-grid span {
  min-height: 56px;
  display:grid; place-items:center;
  border-radius: 16px;
  border: 1px solid var(--alt-line);
  font-weight: 700;
  background: var(--alt-surface-2);
}
.calendar-grid span.active { background: var(--alt-accent); color:#fff; border-color: transparent; }
.final-cta { background: linear-gradient(180deg, #f8f0e6, #fffbf3); color: var(--alt-text); }
.final-cta p, .final-cta .eyebrow { color: var(--alt-text-soft); }
.centered-actions { justify-content:center; }
.site-footer { background: linear-gradient(180deg, #f2e7d9, #f8f0e6); color: var(--alt-text); padding: 56px 0; border-top: 1px solid var(--alt-line); }
.site-footer p, .site-footer a { color: var(--alt-text-soft); }
.footer-grid { display:grid; grid-template-columns: 1.6fr .8fr .8fr; gap:30px; }
.footer-grid h4 { margin-bottom: 12px; }
.footer-grid a { display:block; margin-bottom: 8px; }
.sticky-book-bar {
  position: fixed;
  left: 50%;
  bottom: 18px;
  transform: translateX(-50%) translateY(18px);
  z-index: 40;
  width: min(720px, calc(100% - 24px));
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 14px 16px;
  border-radius: 999px;
  background: linear-gradient(135deg, #D17A2D 0%, #B86420 100%);
  color: #fff;
  box-shadow: 0 22px 50px rgba(184,100,32,.34);
  border: 1px solid rgba(255,255,255,.16);
  opacity: 0;
  pointer-events: none;
  transition: opacity .22s ease, transform .22s ease;
}
.sticky-book-bar.is-visible { opacity: 1; pointer-events: auto; transform: translateX(-50%) translateY(0); }
.sticky-book-copy strong,
.sticky-book-copy span { display:block; }
.sticky-book-copy strong { font-size:.98rem; color:#fff; }
.sticky-book-copy span { color: rgba(255,255,255,.88); font-size:.88rem; }
.sticky-book-bar .btn {
  min-width: 170px;
  box-shadow: none;
  background: rgba(255,255,255,.18);
  border-color: rgba(255,255,255,.22);
  color:#fff;
}
.participant-list { display:grid; gap: 12px; }
.tour-date-grid { grid-template-columns: repeat(3, 1fr); }
.page-hero { padding: 18px 0 6px; background: linear-gradient(180deg, #f8f1e5, #fffbf3); }
.page-hero.dark { background: linear-gradient(180deg, #151821, #1f222b); color:#fff; }
.page-hero.dark p, .page-hero.dark .eyebrow { color: rgba(255,255,255,.8); }
.content-grid { display:grid; grid-template-columns: repeat(2, 1fr); gap: 24px; }
.info-card { background:#fff; padding: 24px; border-radius: 22px; border:1px solid var(--alt-line); box-shadow: var(--alt-shadow); }
.form-shell { background:#fff; border:1px solid var(--alt-line); border-radius: 24px; box-shadow: var(--alt-shadow); padding: 28px; }
.form-grid { display:grid; gap: 16px; grid-template-columns: repeat(2,1fr); }
.form-grid .full { grid-column: 1 / -1; }
.booking-hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) minmax(300px, .8fr);
  gap: 28px;
  align-items: end;
}
.booking-hero-note {
  background: rgba(255,255,255,.8);
  border: 1px solid var(--alt-line);
  border-radius: 24px;
  padding: 24px;
  box-shadow: var(--alt-shadow);
}
.booking-form-layout {
  display: grid;
  grid-template-columns: minmax(0, 1.3fr) minmax(320px, .7fr);
  gap: 28px;
  align-items: start;
}
.booking-wizard-shell { display: flex; flex-direction: column; gap: 18px; }
.wizard-progress {
  padding: 22px 24px;
  background: #fff;
  border: 1px solid var(--alt-line);
  border-radius: 24px;
  box-shadow: var(--alt-shadow);
}
.wizard-progress-bar {
  height: 10px;
  border-radius: 999px;
  background: #efe7da;
  overflow: hidden;
}
.wizard-progress-bar span {
  display: block;
  width: 25%;
  height: 100%;
  border-radius: inherit;
  background: linear-gradient(90deg, var(--alt-accent), #e69b55);
  transition: width .22s ease;
}
.wizard-step-labels {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 12px;
  margin-top: 16px;
  font-size: .88rem;
  font-weight: 700;
  color: var(--alt-muted);
}
.wizard-step-labels .is-active { color: var(--alt-text); }
.booking-wizard-form { padding: 34px; }
.wizard-panel h2 { margin-bottom: 12px; }
.wizard-option-grid,
.booking-option-cards {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
  margin-top: 24px;
}
.wizard-option-card,
.booking-option-card {
  width: 100%;
  text-align: left;
  cursor: pointer;
  border: 1px solid var(--alt-line);
  border-radius: 22px;
  background: linear-gradient(180deg, #fff, #fffaf4);
  padding: 22px;
  box-shadow: var(--alt-shadow);
  transition: transform .2s ease, box-shadow .2s ease, border-color .2s ease;
}
.wizard-option-card:hover,
.wizard-option-card.is-selected,
.booking-option-card:hover,
.booking-option-card.is-selected {
  transform: translateY(-3px);
  border-color: rgba(204,116,36,.28);
  box-shadow: 0 26px 56px rgba(20,22,29,.12);
}
.wizard-chip-row {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 22px;
}
.wizard-chip {
  appearance: none;
  border: 1px solid var(--alt-line);
  background: #fff;
  color: var(--alt-text);
  padding: 14px 18px;
  border-radius: 999px;
  font: inherit;
  font-weight: 700;
  cursor: pointer;
  transition: transform .18s ease, border-color .18s ease, box-shadow .18s ease;
}
.wizard-chip:hover,
.wizard-chip.is-selected {
  transform: translateY(-2px);
  border-color: rgba(204,116,36,.24);
  box-shadow: 0 18px 32px rgba(20,22,29,.08);
}
.wizard-inline-note,
.agent-preview-card {
  margin-top: 24px;
  padding: 20px 22px;
  border-radius: 20px;
  background: linear-gradient(180deg, #fff8ef, #fff);
  border: 1px solid rgba(204,116,36,.16);
}
.wizard-inline-note p,
.agent-preview-card p { margin: 8px 0 0; }
.booking-date-grid {
  margin-top: 22px;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12px;
}
.booking-date-grid .btn {
  border-radius: 18px;
  min-height: 68px;
  font-weight: 800;
}
.booking-date-grid .btn.active {
  background: var(--alt-accent);
  color: #fff;
  border-color: transparent;
  box-shadow: 0 18px 34px rgba(204,116,36,.22);
}
.wizard-actions {
  display: flex;
  justify-content: space-between;
  gap: 14px;
  margin-top: 28px;
}
.booking-summary-card {
  position: sticky;
  top: 96px;
  background: linear-gradient(180deg, #d17a2d, #b86420);
  color: #fff;
  border-radius: 28px;
  padding: 28px;
  box-shadow: 0 24px 70px rgba(184,100,32,.26);
  border: 1px solid rgba(255,255,255,.14);
}
.booking-summary-card p,
.booking-summary-card .eyebrow,
.booking-summary-card .text-link,
.booking-summary-card .mini-card-label { color: rgba(255,255,255,.9); }
.summary-row {
  display: flex;
  justify-content: space-between;
  gap: 16px;
  padding: 14px 0;
  border-bottom: 1px solid rgba(255,255,255,.18);
}
.summary-row span { color: rgba(255,255,255,.82); }
.summary-divider {
  height: 1px;
  margin: 18px 0;
  background: rgba(255,255,255,.16);
}
.beige-tour-info-card {
  background: linear-gradient(180deg, #f5eadb, #fff8ef);
  color: var(--alt-text);
  border: 1px solid rgba(20,22,29,.08);
  box-shadow: 0 24px 60px rgba(20,22,29,.10);
}
.beige-tour-info-card p,
.beige-tour-info-card .eyebrow,
.beige-tour-info-card .text-link,
.beige-tour-info-card .mini-card-label { color: var(--alt-text-soft); }
.beige-tour-info-card .summary-row {
  border-bottom: 1px solid rgba(20,22,29,.08);
}
.beige-tour-info-card .summary-row span { color: rgba(20,22,29,.58); }
.beige-tour-info-card .summary-divider {
  background: rgba(20,22,29,.08);
}
.form-success-message {
  margin-top: 18px;
  padding: 18px 20px;
  border-radius: 18px;
  background: linear-gradient(180deg, #fff8ef, #fff);
  border: 1px solid rgba(204,116,36,.2);
}
.form-success-message p { margin: 6px 0 0; }
.agentic-mini-stack {
  display: grid;
  gap: 12px;
}
.agentic-mini-item {
  padding: 16px 18px;
  border-radius: 18px;
  background: linear-gradient(180deg, #fff8ef, #fff);
  border: 1px solid rgba(204,116,36,.14);
}
.agentic-mini-item strong,
.agentic-mini-item span { display: block; }
.agentic-mini-item span { color: var(--alt-text-soft); margin-top: 4px; }
.agentic-section { background: linear-gradient(180deg, #fff8ef, #fffbf3); }
.planner-summary-card .btn { margin-top: 10px; }
.planner-chip-row { margin-top: 26px; }
label { display:block; font-weight: 700; margin-bottom: 8px; }
input, select, textarea {
  width:100%; min-height: 54px; border-radius: 14px; border:1px solid var(--alt-line); padding: 14px 16px; font: inherit; background:#fff;
}
textarea { min-height: 140px; resize: vertical; }
.table-wrap { overflow:auto; background:#fff; border-radius: 24px; border:1px solid var(--alt-line); box-shadow: var(--alt-shadow); }
.sticky-book-bar {
  position: fixed;
  left: 50%;
  bottom: 18px;
  transform: translateX(-50%) translateY(18px);
  z-index: 40;
  width: min(720px, calc(100% - 24px));
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 14px 16px;
  border-radius: 999px;
  background: linear-gradient(135deg, #D17A2D 0%, #B86420 100%);
  color: #fff;
  box-shadow: 0 22px 50px rgba(184,100,32,.34);
  border: 1px solid rgba(255,255,255,.16);
  opacity: 0;
  pointer-events: none;
  transition: opacity .22s ease, transform .22s ease;
}
.sticky-book-bar.is-visible { opacity: 1; pointer-events: auto; transform: translateX(-50%) translateY(0); }
.sticky-book-copy strong,
.sticky-book-copy span { display:block; }
.sticky-book-copy strong { font-size:.98rem; color:#fff; }
.sticky-book-copy span { color: rgba(255,255,255,.88); font-size:.88rem; }
.sticky-book-bar .btn {
  min-width: 170px;
  box-shadow: none;
  background: rgba(255,255,255,.18);
  border-color: rgba(255,255,255,.22);
  color:#fff;
}
.participant-list { display:grid; gap: 12px; }
.tour-date-grid { grid-template-columns: repeat(3, 1fr); }
.visual-bridge-grid {
  display: grid;
  grid-template-columns: 1.1fr .9fr .9fr;
  gap: 18px;
}
.visual-bridge-card {
  overflow: hidden;
  border-radius: 26px;
  box-shadow: var(--alt-shadow);
  min-height: 220px;
}
.visual-bridge-card.tall { min-height: 420px; }
.visual-bridge-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.calendar-shell {
  border: 1px solid var(--alt-line);
  border-radius: 28px;
  background: #fff;
  padding: 22px;
}
.calendar-toolbar {
  display: grid;
  grid-template-columns: 1fr 1fr auto;
  gap: 14px;
  align-items: center;
}
.calendar-toolbar select {
  min-height: 58px;
  border-radius: 18px;
  font-weight: 700;
}
.calendar-nav {
  display: grid;
  grid-template-columns: 1fr 1fr;
  border: 1px solid var(--alt-line);
  border-radius: 18px;
  overflow: hidden;
  background: #fff;
}
.calendar-nav button {
  min-width: 58px;
  min-height: 58px;
  border: 0;
  background: #fff;
  font-size: 1.6rem;
  cursor: pointer;
}
.calendar-nav button + button { border-left: 1px solid var(--alt-line); }
.calendar-timezone {
  width: fit-content;
  margin: 18px auto 12px;
  padding: 10px 18px;
  border-radius: 999px;
  background: #eef1ff;
  color: #2d55c7;
  font-weight: 700;
}
.calendar-heading {
  text-align: center;
  font-family: 'Cormorant Garamond', Georgia, serif;
  font-size: 2rem;
  font-weight: 700;
  margin-bottom: 18px;
  color: var(--alt-text);
}
.calendar-weekdays,
.calendar-month-grid {
  display: grid;
  grid-template-columns: repeat(7, minmax(0, 1fr));
  gap: 10px;
}
.calendar-weekdays {
  margin-bottom: 12px;
  text-align: center;
  font-weight: 700;
  color: var(--alt-text);
}
.calendar-day {
  position: relative;
  min-height: 74px;
  display: grid;
  place-items: center;
  border-radius: 18px;
  border: 1px solid transparent;
  background: #f8eaea;
  color: rgba(20,22,29,.45);
  font-size: 1.1rem;
}
button.calendar-day {
  cursor: pointer;
  font: inherit;
}
.calendar-day.is-muted { background: #f7e7e7; }
.calendar-day.has-dot::after {
  content: '';
  position: absolute;
  right: 14px;
  top: 12px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #2d55c7;
}
.calendar-day.is-available {
  background: #eef1ff;
  border-color: #89a0ea;
  color: #2d55c7;
}
.calendar-day.is-next-month { color: rgba(45,85,199,.55); }
.calendar-day.is-available.active {
  background: #dfe6ff;
  border-color: #5978d8;
  box-shadow: inset 0 0 0 1px #5978d8;
}
.table-wrap table { width:100%; border-collapse: collapse; }
.table-wrap th, .table-wrap td { padding: 18px; border-bottom: 1px solid var(--alt-line); text-align:left; }
.badge { display:inline-flex; padding: 8px 12px; border-radius: 999px; background: var(--alt-surface-2); color: var(--alt-accent); font-weight: 700; font-size: .88rem; }
@media (max-width: 1024px) {
  .hero-grid, .split-grid, .founder-grid, .booking-preview-grid, .footer-grid, .content-grid, .three-up, .testimonials, .booking-form-layout, .booking-option-cards, .booking-hero-grid, .wizard-option-grid, .wizard-step-labels, .visual-bridge-grid { grid-template-columns: 1fr; }
  .hero { min-height: auto; }
  .hero-card { max-width: 540px; }
  .booking-summary-card { position: static; top: auto; }
}
@media (max-width: 860px) {
  .nav-links { display:none; }
  .nav-toggle { display:block; background:none; border:0; font-size: 1.6rem; }
  .mobile-menu { display:none; padding: 0 20px 20px; background: rgba(255,251,243,.96); border-bottom: 1px solid var(--alt-line); }
  .mobile-menu.open { display:grid; gap:12px; }
  .section { padding: 72px 0; }
  .hero-grid { padding: 120px 0 60px; }
  .check-grid, .form-grid { grid-template-columns: 1fr; }
}
@media (max-width: 640px) {
  .container { width: min(var(--container), calc(100% - 24px)); }
  h1 { font-size: 3.2rem; }
  h2 { font-size: 2.5rem; }
  .hero-actions, .cta-row, .wizard-actions { flex-direction: column; }
  .mobile-hero-cta { display: flex; }
  .hero-card-cta { display: none; }
  .btn { width: 100%; }
  .hero-stats { gap: 16px; }
  .hero-stats > div {
    width: calc(50% - 8px);
    background: rgba(255,255,255,.08);
    border-radius: 16px;
    padding: 12px 14px;
  }
  .calendar-grid, .booking-date-grid, .tour-date-grid { grid-template-columns: repeat(2, 1fr); }
  .hero-card, .form-shell, .calendar-card, .booking-summary-card, .wizard-progress { padding: 22px; }
  .image-card img { height: 220px; }
  .calendar-shell { padding: 14px; border-radius: 22px; }
  .visual-bridge-grid { gap: 14px; }
  .visual-bridge-card,
  .visual-bridge-card.tall { min-height: 200px; }
  .calendar-toolbar {
    grid-template-columns: 1fr 1fr;
    gap: 10px;
  }
  .calendar-nav {
    grid-column: 1 / -1;
    width: 100%;
  }
  .calendar-toolbar select,
  .calendar-nav button {
    min-height: 48px;
  }
  .calendar-timezone {
    margin: 14px auto 10px;
    padding: 8px 14px;
    font-size: .82rem;
  }
  .calendar-heading {
    font-size: 1.45rem;
    margin-bottom: 14px;
  }
  .calendar-weekdays,
  .calendar-month-grid {
    gap: 6px;
  }
  .calendar-weekdays {
    font-size: .76rem;
  }
  .calendar-day {
    min-height: 48px;
    border-radius: 12px;
    font-size: .92rem;
  }
  .calendar-day.has-dot::after {
    right: 8px;
    top: 8px;
    width: 6px;
    height: 6px;
  }
  .sticky-book-bar {
    width: calc(100% - 16px);
    bottom: 8px;
    padding: 10px 12px;
    border-radius: 20px;
    align-items: stretch;
    flex-direction: column;
  }
  .sticky-book-bar .btn { min-width: 0; width: 100%; }
}
/* ─── HERO CAROUSEL ─── */
.hero-carousel {
  position: relative;
  height: 85vh;
  min-height: 500px;
  max-height: 800px;
  overflow: hidden;
}

.carousel-container {
  position: relative;
  width: 100%;
  height: 100%;
}

.carousel-slide {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center bottom;
  opacity: 0;
  transition: opacity 1s ease;
}

.carousel-slide.active {
  opacity: 1;
}

.carousel-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to bottom, rgba(0,0,0,0.2) 0%, rgba(0,0,0,0.6) 100%);
}

.carousel-content {
  position: absolute;
  bottom: 80px;
  left: 50%;
  transform: translateX(-50%);
  text-align: center;
  color: white;
  width: 100%;
  max-width: 800px;
  padding: 0 24px;
}

.carousel-content h1 {
  font-family: 'Cormorant Garamond', serif;
  font-size: clamp(2rem, 5vw, 3.5rem);
  font-weight: 700;
  line-height: 1.2;
  margin-bottom: 16px;
  text-shadow: 0 2px 20px rgba(0,0,0,0.5);
}

.carousel-content .lead {
  font-size: clamp(1rem, 2vw, 1.25rem);
  opacity: 0.9;
  margin-bottom: 32px;
  text-shadow: 0 1px 10px rgba(0,0,0,0.5);
}

.hero-actions {
  display: flex;
  gap: 16px;
  justify-content: center;
  flex-wrap: wrap;
}

.btn-lg {
  padding: 16px 32px;
  font-size: 1.1rem;
}

.btn-outline {
  background: transparent;
  border: 2px solid white;
  color: white;
}

.btn-outline:hover {
  background: rgba(255,255,255,0.2);
}

.carousel-dots {
  position: absolute;
  bottom: 24px;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  gap: 12px;
}

.dot {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: rgba(255,255,255,0.5);
  cursor: pointer;
  transition: all 0.3s;
}

.dot.active {
  background: white;
  transform: scale(1.2);
}

.carousel-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: rgba(0,0,0,0.4);
  color: white;
  border: none;
  font-size: 2rem;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  cursor: pointer;
  transition: background 0.3s;
}

.carousel-arrow:hover {
  background: rgba(0,0,0,0.6);
}

.carousel-prev { left: 24px; }
.carousel-next { right: 24px; }

/* ─── SECTIONS ─── */
.section {
  padding: 80px 0;
}

.section h2 {
  font-family: 'Cormorant Garamond', serif;
  font-size: 2.5rem;
  font-weight: 700;
  margin-bottom: 16px;
  text-align: center;
}

.section-intro {
  text-align: center;
  color: #5E6478;
  max-width: 600px;
  margin: 0 auto 48px;
}

/* ─── TOUR OVERVIEW ─── */
.tour-overview {
  background: #FFFBF3;
}

.tour-grid {
  display: grid;
  grid-template-columns: 1fr 380px;
  gap: 64px;
  align-items: start;
}

.tour-info h2 {
  text-align: left;
  margin-bottom: 24px;
}

.tour-info .lead {
  font-size: 1.2rem;
  color: #5E6478;
  margin-bottom: 40px;
}

.tour-highlights {
  display: grid;
  gap: 24px;
}

.highlight-item {
  display: flex;
  gap: 16px;
  align-items: flex-start;
}

.highlight-icon {
  font-size: 2rem;
  flex-shrink: 0;
}

.highlight-item strong {
  display: block;
  font-size: 1.1rem;
  margin-bottom: 4px;
}

.highlight-item p {
  color: #5E6478;
  font-size: 0.95rem;
}

.tour-booking-card {
  position: sticky;
  top: 100px;
}

.booking-card-inner {
  background: white;
  border-radius: 20px;
  padding: 32px;
  box-shadow: 0 8px 32px rgba(0,0,0,0.1);
}

.booking-card-inner h3 {
  font-family: 'Cormorant Garamond', serif;
  font-size: 1.5rem;
  margin-bottom: 16px;
}

.booking-price {
  margin-bottom: 24px;
  padding-bottom: 24px;
  border-bottom: 1px solid #eee;
}

.price-main {
  font-size: 2.5rem;
  font-weight: 700;
  color: #CC7424;
}

.price-per {
  font-size: 0.9rem;
  color: #5E6478;
  margin-left: 8px;
}

.booking-includes {
  list-style: none;
  margin-bottom: 24px;
}

.booking-includes li {
  padding: 8px 0;
  color: #5E6478;
}

.btn-block {
  width: 100%;
  text-align: center;
}

.booking-note {
  text-align: center;
  font-size: 0.85rem;
  color: #5E6478;
  margin-top: 12px;
}

/* ─── VIDEO SECTION ─── */
.video-section {
  background: #14161D;
  color: white;
}

.video-section h2 {
  color: white;
}

.video-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 32px;
  max-width: 1000px;
  margin: 0 auto;
}

.video-wrapper {
  border-radius: 16px;
  overflow: hidden;
  background: #000;
}

.video-wrapper video {
  width: 100%;
  display: block;
  aspect-ratio: 16/9;
  object-fit: cover;
}

/* ─── GALLERY ─── */
.gallery-section {
  background: #FFFBF3;
}

.gallery-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-template-rows: repeat(2, 280px);
  gap: 16px;
}

.gallery-item {
  border-radius: 16px;
  overflow: hidden;
}

.gallery-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.5s;
}

.gallery-item:hover img {
  transform: scale(1.05);
}

.gallery-item-1 {
  grid-column: 1 / 3;
  grid-row: 1 / 2;
}

.gallery-item-2 {
  grid-column: 3 / 5;
  grid-row: 1 / 2;
}

.gallery-item-3 {
  grid-column: 1 / 2;
  grid-row: 2 / 3;
}

.gallery-item-4 {
  grid-column: 2 / 5;
  grid-row: 2 / 3;
}

/* ─── REVIEWS ─── */
.reviews-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 32px;
  margin-bottom: 40px;
}

.review-card {
  background: white;
  padding: 32px;
  border-radius: 16px;
  box-shadow: 0 4px 16px rgba(0,0,0,0.08);
}

.review-stars {
  color: #F59E0B;
  font-size: 1.2rem;
  margin-bottom: 16px;
}

.review-text {
  font-style: italic;
  color: #5E6478;
  margin-bottom: 16px;
  line-height: 1.6;
}

.review-author {
  font-weight: 600;
  color: #14161D;
}

.reviews-cta {
  text-align: center;
}

/* ─── CTA SECTION ─── */
.cta-section {
  background: #CC7424;
}

.cta-box {
  text-align: center;
  color: white;
}

.cta-box h2 {
  color: white;
  font-size: 2.5rem;
  margin-bottom: 16px;
}

.cta-box p {
  font-size: 1.2rem;
  opacity: 0.9;
  margin-bottom: 32px;
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
}

.cta-box .btn-primary {
  background: white;
  color: #CC7424;
  font-size: 1.2rem;
}

.cta-box .btn-primary:hover {
  background: #FFFBF3;
}

/* ─── FOOTER ─── */
.site-footer {
  background: #14161D;
  color: white;
  padding: 64px 0 0;
}

.footer-grid {
  display: grid;
  grid-template-columns: 2fr 1fr 1fr;
  gap: 48px;
  padding-bottom: 48px;
  border-bottom: 1px solid rgba(255,255,255,0.1);
}

.footer-brand .brand-mark {
  font-size: 1.5rem;
  color: #CC7424;
}

.footer-brand strong {
  display: block;
  margin: 8px 0;
}

.footer-brand p {
  color: rgba(255,255,255,0.7);
}

.footer-links h4,
.footer-contact h4 {
  margin-bottom: 16px;
  color: #CC7424;
}

.footer-links a {
  display: block;
  color: rgba(255,255,255,0.7);
  padding: 6px 0;
  transition: color 0.3s;
}

.footer-links a:hover {
  color: white;
}

.footer-bottom {
  text-align: center;
  padding: 24px;
  color: rgba(255,255,255,0.5);
  font-size: 0.9rem;
}

/* ─── RESPONSIVE ─── */
@media (max-width: 1024px) {
  .tour-grid {
    grid-template-columns: 1fr;
    gap: 48px;
  }
  
  .tour-booking-card {
    position: static;
    max-width: 500px;
  }
  
  .gallery-grid {
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: auto;
  }
  
  .gallery-item-1,
  .gallery-item-2,
  .gallery-item-3,
  .gallery-item-4 {
    grid-column: auto;
    grid-row: auto;
    height: 200px;
  }
  
  .reviews-grid {
    grid-template-columns: 1fr;
    gap: 24px;
  }
}

@media (max-width: 768px) {
  .hero-carousel {
    height: 70vh;
    min-height: 400px;
  }
  
  .carousel-content {
    bottom: 60px;
  }
  
  .carousel-content h1 {
    font-size: 1.75rem;
  }
  
  .carousel-arrow {
    width: 40px;
    height: 40px;
    font-size: 1.5rem;
  }
  
  .carousel-prev { left: 12px; }
  .carousel-next { right: 12px; }
  
  .section {
    padding: 48px 0;
  }
  
  .video-grid {
    grid-template-columns: 1fr;
  }
  
  .gallery-grid {
    grid-template-columns: 1fr;
    gap: 12px;
  }
  
  .gallery-item {
    height: 200px;
  }
  
  .footer-grid {
    grid-template-columns: 1fr;
    gap: 32px;
  }
}
