: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: auto; }
[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; }
.hero-media img,
.trip-card img,
.booking-page-hero-card img,
.image-ribbon-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
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;
  cursor: pointer;
}
.btn:hover { transform: translateY(-2px); }
.btn-primary {
  background: linear-gradient(135deg, #D17A2D 0%, #B86420 100%);
  color: #fff;
  box-shadow: 0 18px 36px rgba(204, 116, 36, 0.28);
}
.btn-primary:hover { background: linear-gradient(135deg, #C56E24 0%, #A85D1D 100%); }
.btn-secondary {
  background: rgba(255,255,255,.84);
  color: var(--alt-text);
  border-color: rgba(255,255,255,.22);
  backdrop-filter: blur(12px);
  box-shadow: 0 12px 28px rgba(20,22,29,.08);
}
.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, .page-hero { position: relative; overflow: hidden; min-height: 92vh; display:flex; align-items:center; }
.hero::before, .page-hero::before {
  content: "";
  position: absolute;
  inset: auto auto 8% 6%;
  width: 320px;
  height: 320px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(204,116,36,.28) 0%, rgba(204,116,36,0) 72%);
  filter: blur(12px);
  z-index: 0;
}
.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 { display:flex; flex-wrap:wrap; gap:14px; margin-top: 30px; }
.hero-stats { display:flex; flex-wrap:wrap; gap:30px; margin-top:32px; }
.hero-stats > div {
  min-width: 150px;
}
.hero-stats strong { display:block; color:#fff; }
.hero-stats span { color: rgba(255,255,255,.82); font-size: .95rem; }
.hero-card {
  background: linear-gradient(180deg, rgba(255,255,255,.98), rgba(255,249,241,.94));
  border: 1px solid rgba(255,255,255,.56);
  border-radius: var(--alt-radius-xl);
  padding: 30px;
  box-shadow: 0 30px 90px rgba(20, 22, 29, 0.2);
  backdrop-filter: blur(12px);
}
.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); }
.cards { display:grid; gap: 24px; }
.trip-grid { grid-template-columns: repeat(2, 1fr); }
.journey-style-grid { grid-template-columns: repeat(2, 1fr); margin-top: 28px; }
.journey-style-card {
  background: linear-gradient(180deg, #fff, #fff9f1);
  border-color: rgba(204,116,36,.14);
}
.trip-card {
  position: relative;
  background: linear-gradient(180deg, #fff, #fffaf3);
  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, border-color .22s ease;
}
.trip-card::after {
  content: "";
  position: absolute;
  inset: auto 0 0 0;
  height: 5px;
  background: linear-gradient(90deg, rgba(204,116,36,0), rgba(204,116,36,.9), rgba(204,116,36,0));
  opacity: 0;
  transition: opacity .22s ease;
}
.trip-card:hover, .trip-card.is-featured {
  transform: translateY(-8px);
  box-shadow: 0 32px 78px rgba(20,22,29,.15);
}
.trip-card:hover::after, .trip-card.is-featured::after { opacity: 1; }
.trip-card.is-featured { border-color: rgba(204,116,36,.24); }
.trip-card img { height: 280px; width:100%; object-fit:cover; }
.card-body { padding: 24px; }
.trip-price { font-size: 1.45rem; color: var(--alt-text); font-weight: 800; }
.dark-panel { background: linear-gradient(180deg, var(--alt-dark), var(--alt-dark-2)); color: #fff; }
.dark-panel p { color: rgba(255,255,255,.75); }
.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: rgba(255,255,255,.06);
  border: 1px solid rgba(255,255,255,.08);
  border-radius: 20px;
  padding: 22px;
}
.check-card p { margin-bottom:0; }
.booking-preview { background: linear-gradient(180deg, #f8f0e6, #fffbf3); }
.trips-overview-hero,
.trip-detail-hero {
  min-height: auto;
  background: linear-gradient(180deg, #f7efe3, #fffbf3);
  padding: 150px 0 84px;
}
.trip-meta-list {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin: 18px 0 22px;
}
.trip-meta-list span {
  display: inline-flex;
  padding: 8px 12px;
  border-radius: 999px;
  background: #f7efe3;
  color: var(--alt-text-soft);
  font-size: .88rem;
  font-weight: 700;
}
.booking-page-hero {
  min-height: auto;
  background: linear-gradient(180deg, #f7efe3, #fffbf3);
  padding: 0;
}
.booking-page-hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(320px, .9fr);
  gap: 32px;
  align-items: center;
}
.booking-page-hero-card {
  overflow: hidden;
  border-radius: 28px;
  background: #fff;
  border: 1px solid var(--alt-line);
  box-shadow: 0 26px 70px rgba(20,22,29,.12);
}
.booking-page-hero-card img {
  width: 100%;
  height: 320px;
  object-fit: cover;
}
.booking-page-hero-card-body {
  padding: 22px 24px 26px;
}
.selector-gallery-section {
  padding-top: 72px;
}
.selector-trip-grid .trip-card img {
  height: 300px;
}
.image-ribbon-section {
  padding-top: 0;
}
.image-ribbon-grid {
  display: grid;
  grid-template-columns: 1.2fr .9fr .9fr;
  gap: 20px;
}
.image-ribbon-card {
  overflow: hidden;
  border-radius: 26px;
  box-shadow: var(--alt-shadow);
  min-height: 260px;
}
.image-ribbon-card.tall {
  min-height: 420px;
}
.image-ribbon-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.booking-form-layout {
  display: grid;
  grid-template-columns: minmax(0, 1.25fr) minmax(320px, .75fr);
  gap: 28px;
  align-items: start;
}
.booking-wizard-shell { display: flex; flex-direction: column; gap: 18px; }
.wizard-progress {
  padding: 22px 24px;
  background: linear-gradient(180deg, #fff, #fff8ef);
  border: 1px solid rgba(204,116,36,.14);
  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: 33.333%;
  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(3, 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); }
.form-shell { background:#fff; border:1px solid var(--alt-line); border-radius: 24px; box-shadow: var(--alt-shadow); padding: 34px; }
.wizard-option-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
  margin-top: 24px;
}
.wizard-option-grid.compact .wizard-option-card p { margin-bottom: 0; }
.wizard-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 {
  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-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 strong,
.agent-preview-card .mini-card-label { color: var(--alt-accent); font-size: 0.85rem; }
.wizard-inline-note p,
.agent-preview-card p { margin: 8px 0 0; color: var(--alt-text); font-size: 0.95rem; }
.form-grid { display:grid; gap: 16px; grid-template-columns: repeat(2,1fr); }
.form-grid .full { grid-column: 1 / -1; }
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; background:#fff;
}
textarea { min-height: 140px; resize: vertical; }
.wizard-actions {
  display: flex;
  justify-content: space-between;
  gap: 14px;
  margin-top: 28px;
}
.booking-summary-card {
  position: sticky;
  top: 110px;
  background: linear-gradient(180deg, #151821, #1f222b);
  color: #fff;
  border-radius: 28px;
  padding: 28px;
  box-shadow: 0 24px 70px rgba(20,22,29,.2);
  border: 1px solid rgba(255,255,255,.06);
}
.booking-summary-card p,
.booking-summary-card .eyebrow,
.booking-summary-card .mini-card-label { color: rgba(255,255,255,.8); }
.booking-summary-card .agent-preview-card { background: rgba(255,255,255,0.1); border: 1px solid rgba(255,255,255,0.12); }
.booking-summary-card .agent-preview-card .mini-card-label { color: rgba(255,255,255,.5); }
.booking-summary-card .agent-preview-card p { 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,.1);
}
.summary-row span { color: rgba(255,255,255,.64); }
.summary-divider {
  height: 1px;
  margin: 18px 0;
  background: rgba(255,255,255,.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; }
.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; }
.info-card { background:linear-gradient(180deg, #fff, #fffaf3); padding: 24px; border-radius: 22px; border:1px solid var(--alt-line); box-shadow: var(--alt-shadow); }
.site-footer { background: #0f1117; color:#fff; padding: 56px 0; }
.site-footer p, .site-footer a { color: rgba(255,255,255,.72); }
.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;
}
.sticky-book-bar .btn:hover {
  background: rgba(255,255,255,.24);
}
@media (max-width: 1024px) {
  .hero-grid, .split-grid, .booking-form-layout, .trip-grid, .check-grid, .footer-grid, .wizard-option-grid, .wizard-step-labels, .journey-style-grid, .booking-page-hero-grid, .image-ribbon-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, .page-hero { min-height: auto; }
  .hero-grid { padding: 116px 0 56px; gap: 28px; }
  .hero-card { max-width: none; }
  .booking-page-hero { padding: 0; }
  .trips-overview-hero, .trip-detail-hero { padding: 120px 0 64px; }
  .selector-gallery-section { padding-top: 52px; }
  .image-ribbon-card.tall { min-height: 320px; }
  .image-ribbon-card { min-height: 220px; }
  .form-grid { grid-template-columns: 1fr; }
}
@media (max-width: 640px) {
  .container { width: min(var(--container), calc(100% - 24px)); }
  h1 { font-size: 2.85rem; }
  h2 { font-size: 2.2rem; }
  h3 { font-size: 1.25rem; }
  .section { padding: 60px 0; }
  .hero-grid { padding: 108px 0 42px; }
  .hero-actions, .wizard-actions { flex-direction: column; }
  .btn { width: 100%; }
  .hero-stats {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
  }
  .hero-stats > div {
    width: 100%;
    min-width: 0;
    background: rgba(255,255,255,.08);
    border-radius: 16px;
    padding: 12px 14px;
  }
  .hero-card, .form-shell, .booking-summary-card, .wizard-progress, .booking-page-hero-card-body { padding: 22px; }
  .trip-card img,
  .selector-trip-grid .trip-card img { height: 220px; }
  .booking-page-hero-card img { height: 220px; }
  .image-ribbon-grid { gap: 14px; }
  .image-ribbon-card,
  .image-ribbon-card.tall { min-height: 200px; }
  .wizard-option-grid,
  .journey-style-grid,
  .trip-grid,
  .check-grid { grid-template-columns: 1fr; }
  .summary-row {
    align-items: flex-start;
    flex-direction: column;
    gap: 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%;
  }
}
