:root {
  color-scheme: light;
  --bg: #f5efe5;
  --panel: #fffaf2;
  --panel-soft: #eadcc9;
  --text: #241911;
  --muted: #675a4b;
  --faint: #8a7b6d;
  --gold: #e6a93c;
  --gold-2: #ffca6a;
  --coral: #bf5938;
  --teal: #2b9a91;
  --line: rgba(103, 74, 38, 0.16);
  --shadow: 0 14px 36px rgba(68, 45, 24, 0.08);
  --sidebar: 232px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background: var(--bg);
  color: var(--text);
  font-family: Inter, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 15px;
}

body.dark-mode {
  color-scheme: dark;
  --bg: #120b06;
  --panel: #1d120a;
  --panel-soft: #25170c;
  --text: #f7efe2;
  --muted: #c4b6a5;
  --faint: #8f8172;
  --line: rgba(230, 169, 60, 0.2);
  --shadow: 0 28px 80px rgba(0, 0, 0, 0.35);
}

img {
  display: block;
  max-width: 100%;
}

a {
  color: inherit;
  text-decoration: none;
}

button,
input {
  font: inherit;
}

.sidebar {
  position: fixed;
  inset: 0 auto 0 0;
  z-index: 20;
  width: var(--sidebar);
  background: #120b06;
  border-right: 1px solid rgba(230, 169, 60, 0.18);
  padding: 20px 16px;
  overflow-y: auto;
}

.brand {
  display: grid;
  gap: 6px;
  padding: 6px 0 20px 4px;
  border-bottom: 1px solid rgba(230, 169, 60, 0.18);
}

.brand span,
.mobile-brand {
  font-family: "Playfair Display", serif;
  font-size: 1.28rem;
  font-weight: 700;
  color: var(--gold-2);
}

.brand strong {
  color: #b9ab98;
  font-size: 0.62rem;
  letter-spacing: 0.22em;
  text-transform: uppercase;
}

.side-nav {
  display: grid;
  gap: 4px;
  padding-top: 18px;
}

.nav-link {
  position: relative;
  display: flex;
  align-items: center;
  gap: 12px;
  min-height: 38px;
  padding: 0 13px;
  color: #b9ab98;
  border: 1px solid transparent;
  border-radius: 8px;
  font-size: 0.78rem;
  font-weight: 650;
}

.nav-link svg {
  width: 17px;
  height: 17px;
  stroke-width: 1.7;
  flex: 0 0 auto;
}

.nav-link.active,
.nav-link:hover {
  color: var(--gold);
  background: rgba(230, 169, 60, 0.12);
  border-color: rgba(230, 169, 60, 0.26);
}

.nav-link.active::before {
  content: "";
  position: absolute;
  inset: 8px auto 8px -1px;
  width: 3px;
  border-radius: 3px;
  background: var(--gold);
}

.mobile-topbar {
  display: none;
}

main {
  margin-left: var(--sidebar);
}

.section {
  position: relative;
  scroll-margin-top: 28px;
}

.hero {
  min-height: 100svh;
  display: grid;
  place-items: center;
  overflow: hidden;
  text-align: center;
  isolation: isolate;
}

.hero-bg,
.hero-shade {
  position: absolute;
  inset: 0;
}

.hero-bg {
  z-index: -3;
  background:
    linear-gradient(rgba(36, 8, 16, 0.1), rgba(18, 9, 4, 0.2)),
    url("https://images.unsplash.com/photo-1516426122078-c23e76319801?auto=format&fit=crop&w=2200&q=86")
      center / cover;
  transform: scale(1.03);
}

.hero-shade {
  z-index: -2;
  background:
    radial-gradient(circle at 50% 40%, rgba(255, 194, 92, 0.16), transparent 28%),
    linear-gradient(180deg, rgba(95, 22, 55, 0.76), rgba(129, 52, 16, 0.56) 48%, rgba(18, 9, 4, 0.92)),
    linear-gradient(90deg, rgba(18, 9, 4, 0.38), transparent 30%, rgba(18, 9, 4, 0.38));
}

.theme-toggle,
.icon-button {
  display: inline-grid;
  place-items: center;
  border: 1px solid rgba(230, 169, 60, 0.42);
  background: rgba(18, 9, 4, 0.76);
  color: var(--gold);
  border-radius: 999px;
  cursor: pointer;
}

.theme-toggle {
  display: none;
  position: absolute;
  top: 26px;
  right: 28px;
  width: 52px;
  height: 52px;
}

.hero-content {
  width: min(820px, calc(100% - 48px));
  padding: 120px 0 80px;
}

.pill {
  display: inline-flex;
  align-items: center;
  min-height: 40px;
  padding: 0 28px;
  border: 1px solid rgba(230, 169, 60, 0.5);
  border-radius: 999px;
  background: rgba(18, 9, 4, 0.56);
  color: var(--gold);
  letter-spacing: 0.24em;
  text-transform: uppercase;
  font-size: clamp(0.68rem, 1vw, 0.82rem);
  font-weight: 800;
}

.hero h1 {
  margin: 34px 0 20px;
  font-family: "Cormorant Garamond", "Playfair Display", serif;
  font-size: clamp(3rem, 6.6vw, 5.8rem);
  line-height: 0.84;
  letter-spacing: 0;
  color: #ffd083;
  text-shadow: 0 24px 80px rgba(0, 0, 0, 0.55);
}

.hero h1 em {
  font-style: italic;
  color: #ffbf63;
}

.hero-date {
  margin: 0 0 44px;
  color: rgba(255, 247, 233, 0.82);
  font-size: clamp(0.92rem, 1.45vw, 1.12rem);
  font-weight: 700;
}

.countdown {
  display: flex;
  justify-content: center;
  gap: clamp(18px, 4vw, 44px);
}

.countdown div {
  display: grid;
  gap: 2px;
  min-width: 74px;
}

.countdown strong {
  font-family: "Playfair Display", serif;
  color: #ffd083;
  font-size: clamp(1.85rem, 4.1vw, 3.25rem);
  line-height: 1;
}

.countdown span {
  color: rgba(255, 247, 233, 0.7);
  font-size: 0.68rem;
  font-weight: 800;
  letter-spacing: 0.24em;
  text-transform: uppercase;
}

.container {
  width: min(1040px, calc(100% - 56px));
  margin: 0 auto;
}

.intro-band,
.practical-section,
.restaurant-section {
  background: #fffaf2;
}

.intro-grid,
.practical-grid,
.bucket-grid {
  display: grid;
  grid-template-columns: minmax(240px, 0.62fr) minmax(320px, 0.92fr);
  gap: 44px;
  align-items: center;
  padding: 56px 0;
}

.eyebrow {
  display: inline-flex;
  color: var(--gold);
  font-size: 0.6rem;
  font-weight: 800;
  letter-spacing: 0.2em;
  text-transform: uppercase;
}

h2,
h3,
p {
  margin-top: 0;
}

h2 {
  margin-bottom: 12px;
  font-family: "Playfair Display", serif;
  font-size: clamp(1.55rem, 2.5vw, 2.35rem);
  line-height: 1.12;
  letter-spacing: 0;
}

.section-heading {
  width: min(640px, 100%);
  padding: 66px 0 28px;
}

.section-heading p,
.info-panel p {
  color: var(--muted);
  line-height: 1.7;
}

.destination-card p {
  color: rgba(255, 248, 236, 0.78);
  line-height: 1.6;
}

.section-heading.split {
  width: 100%;
  display: flex;
  justify-content: space-between;
  gap: 32px;
  align-items: end;
}

.section-heading.compact {
  padding: 0;
}

.journey-schedule,
.feature-row,
.restaurant-grid {
  display: grid;
  gap: 8px;
}

.feature-row div,
.restaurant-grid article,
.info-panel,
.checklist-panel,
.airport-card,
.bucket-list {
  border: 1px solid var(--line);
  background: #fffdf8;
  border-radius: 8px;
  box-shadow: var(--shadow);
}

.feature-row strong,
.restaurant-grid strong {
  display: block;
  color: var(--text);
  font-size: 0.98rem;
}

.feature-row span,
.restaurant-grid span {
  color: var(--muted);
}

.journey-schedule {
  position: relative;
  max-width: 600px;
  justify-self: end;
  width: 100%;
}

.journey-stop {
  display: grid;
  grid-template-columns: 32px minmax(0, 1fr) 56px;
  align-items: center;
  gap: 14px;
  padding: 12px 0;
  border-bottom: 1px solid rgba(103, 74, 38, 0.1);
}

.journey-stop:last-child {
  border-bottom: 0;
}

.stop-index {
  display: inline-grid;
  place-items: center;
  width: 26px;
  height: 26px;
  border: 1px solid rgba(43, 154, 145, 0.72);
  border-radius: 999px;
  color: var(--teal);
  font-weight: 750;
  font-size: 0.72rem;
}

.journey-stop strong {
  display: block;
  color: #123d42;
  font-size: clamp(1rem, 1.45vw, 1.38rem);
  line-height: 1.1;
  font-weight: 760;
}

.journey-stop small {
  display: block;
  margin-top: 4px;
  color: #70868a;
  font-size: clamp(0.72rem, 0.95vw, 0.9rem);
  font-weight: 650;
}

.journey-stop p {
  display: grid;
  justify-items: center;
  gap: 2px;
  margin: 0;
  color: #123d42;
}

.journey-stop p strong {
  font-family: Inter, system-ui, sans-serif;
  font-size: clamp(1.35rem, 2.4vw, 2rem);
  line-height: 0.9;
  font-weight: 760;
}

.journey-stop p span {
  color: #123d42;
  font-size: 0.66rem;
  font-weight: 750;
}

.journey-distance {
  position: relative;
  display: grid;
  place-items: center;
  min-height: 22px;
  color: #b58b48;
  font-size: 0.76rem;
  font-weight: 760;
}

.journey-distance::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  height: 1px;
  background: rgba(112, 134, 138, 0.18);
}

.journey-distance span {
  position: relative;
  z-index: 1;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 0 14px;
  background: #fffaf2;
}

.journey-distance span::before {
  content: "+";
  display: inline-grid;
  place-items: center;
  width: 20px;
  height: 20px;
  border-radius: 999px;
  background: #f8f0e2;
  color: #b58b48;
  font-size: 0.95rem;
  line-height: 1;
}

.destination-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
  padding-bottom: 66px;
}

.destination-card {
  position: relative;
  min-height: 280px;
  overflow: hidden;
  border-radius: 8px;
  border: 1px solid var(--line);
  background: var(--panel);
  box-shadow: var(--shadow);
}

.destination-card.large {
  grid-row: span 2;
  min-height: 574px;
}

.destination-card.wide {
  grid-column: span 2;
}

.destination-card img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: saturate(0.92) contrast(1.04);
  transition: transform 0.7s ease;
}

.destination-card::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 25%, rgba(18, 9, 4, 0.88));
}

.destination-card:hover img {
  transform: scale(1.05);
}

.destination-card div {
  position: absolute;
  inset: auto 0 0;
  z-index: 1;
  padding: 24px;
}

.destination-card span {
  color: var(--gold);
  font-size: 0.68rem;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.destination-card h3 {
  margin: 8px 0 10px;
  font-family: "Playfair Display", serif;
  font-size: 1.65rem;
  line-height: 1.05;
  color: #fff8ec;
}

.itinerary-section {
  background:
    linear-gradient(180deg, #f4ebdf, var(--bg)),
    var(--bg);
}

.view-switch {
  display: flex;
  gap: 4px;
  padding: 4px;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: var(--panel);
}

.view-switch button {
  min-height: 28px;
  border: 0;
  border-radius: 999px;
  padding: 0 12px;
  background: transparent;
  color: var(--muted);
  cursor: pointer;
  font-weight: 720;
  font-size: 0.72rem;
}

.view-switch button.active {
  background: var(--gold);
  color: #201207;
}

.timeline {
  display: grid;
  gap: 8px;
  padding-bottom: 66px;
}

.timeline-marker {
  display: grid;
  grid-template-columns: 74px minmax(0, 1fr);
  align-items: center;
  gap: 14px;
  padding: 12px 16px;
  border: 1px solid rgba(230, 169, 60, 0.26);
  border-radius: 8px;
  background: #fff7e9;
}

.timeline-marker span {
  display: inline-grid;
  place-items: center;
  min-height: 30px;
  border-radius: 999px;
  background: rgba(230, 169, 60, 0.14);
  color: #a86d08;
  font-size: 0.68rem;
  font-weight: 780;
}

.timeline-marker strong {
  display: block;
  color: var(--text);
  font-size: 0.84rem;
}

.timeline-marker small {
  display: block;
  margin-top: 4px;
  color: var(--muted);
  font-size: 0.72rem;
}

.day-card {
  border: 1px solid var(--line);
  border-radius: 6px;
  background: var(--panel);
  overflow: hidden;
  box-shadow: 0 8px 22px rgba(68, 45, 24, 0.05);
}

.day-card.is-hidden {
  display: none;
}

.day-header {
  width: 100%;
  min-height: 62px;
  display: grid;
  grid-template-columns: 74px 1fr 24px;
  align-items: center;
  gap: 14px;
  border: 0;
  background: transparent;
  color: inherit;
  padding: 12px 16px;
  text-align: left;
  cursor: pointer;
}

.day-number {
  display: inline-grid;
  place-items: center;
  min-height: 30px;
  border: 1px solid rgba(230, 169, 60, 0.34);
  border-radius: 999px;
  color: var(--gold);
  font-size: 0.72rem;
  font-weight: 780;
}

.day-header strong {
  display: block;
  font-size: 0.86rem;
  font-weight: 720;
}

.day-header small {
  display: block;
  margin-top: 4px;
  color: var(--muted);
  font-size: 0.72rem;
}

.day-content {
  display: none;
  padding: 0 18px 18px 104px;
  font-size: 0.8rem;
  color: var(--muted);
  line-height: 1.7;
}

.day-content h4 {
  margin: 18px 0 7px;
  color: var(--text);
  font-size: 0.72rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.day-content p {
  margin-bottom: 10px;
}

.note-paragraph {
  margin-top: 18px;
}

.day-card.open .day-content {
  display: block;
}

.day-card.open .day-header svg {
  transform: rotate(180deg);
}

.day-content ul {
  margin: 12px 0 0;
  padding-left: 18px;
}

.compact-list {
  display: grid;
  gap: 8px;
  margin: 0;
  padding-left: 18px;
}

.compact-list li {
  line-height: 1.58;
}

.content-block {
  display: grid;
  gap: 12px;
  margin-top: 16px;
}

.content-block:first-child {
  margin-top: 0;
}

.content-block h4 {
  margin: 0;
  color: var(--text);
  font-size: 0.76rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.flight-list,
.info-list,
.step-list {
  display: grid;
  gap: 10px;
}

.flight-list article,
.info-list article,
.step-list li {
  padding: 13px 14px;
  border: 1px solid rgba(103, 74, 38, 0.12);
  border-radius: 6px;
  background: rgba(255, 250, 242, 0.68);
}

.flight-list span {
  display: block;
  color: var(--gold);
  font-size: 0.72rem;
  font-weight: 800;
}

.flight-list strong,
.info-list strong,
.step-list strong {
  display: block;
  margin-top: 4px;
  color: var(--text);
  font-size: 0.86rem;
}

.flight-list small,
.step-list small {
  display: block;
  margin-top: 5px;
  color: var(--muted);
  line-height: 1.5;
}

.info-list p {
  margin: 6px 0 0;
  color: var(--muted);
  line-height: 1.6;
}

.step-list {
  margin: 0;
  padding-left: 20px;
}

.step-list li::marker {
  color: var(--gold);
  font-weight: 800;
}

.step-list p {
  margin: 7px 0 0;
  color: var(--muted);
  line-height: 1.6;
}

.practical-grid.reverse {
  grid-template-columns: minmax(320px, 0.84fr) minmax(0, 1fr);
}

.practical-grid.reverse .section-heading {
  order: 2;
}

.checklist-panel,
.bucket-list {
  display: grid;
  gap: 10px;
  padding: 18px;
}

.checklist-panel label,
.bucket-list label {
  display: flex;
  gap: 12px;
  align-items: center;
  color: var(--muted);
  line-height: 1.4;
  font-size: 0.8rem;
}

input[type="checkbox"] {
  accent-color: var(--gold);
  width: 15px;
  height: 15px;
}

.columns {
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(0, 1.05fr);
  gap: 14px;
  padding: 66px 0;
}

.info-panel {
  padding: 24px;
  min-height: 320px;
}

.info-panel h2 {
  font-size: clamp(1.45rem, 2vw, 2.1rem);
}

.payment-row {
  display: flex;
  justify-content: space-between;
  gap: 18px;
  padding: 12px 0;
  border-top: 1px solid var(--line);
}

.media-panel {
  padding: 0;
  overflow: hidden;
}

.media-panel img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.feature-row,
.restaurant-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  padding-bottom: 66px;
}

.feature-row div,
.restaurant-grid article {
  padding: 18px;
}

.feature-row svg {
  width: 24px;
  height: 24px;
  color: var(--gold);
  margin-bottom: 18px;
}

.coming-soon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 42px;
  padding: 0 22px;
  margin-bottom: 66px;
  border: 1px solid var(--line);
  border-radius: 999px;
  color: var(--gold);
  background: #fffdf8;
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.text-link {
  color: var(--gold);
  font-weight: 900;
  border-bottom: 1px solid currentColor;
}

.restaurant-grid article p {
  color: var(--muted);
  line-height: 1.6;
  margin: 10px 0 0;
  font-size: 0.82rem;
}

.airport-card {
  min-height: 220px;
  display: grid;
  place-items: center;
  align-content: center;
  gap: 16px;
  padding: 34px;
  text-align: center;
}

.airport-card svg {
  width: 48px;
  height: 48px;
  color: var(--gold);
}

.airport-card strong {
  font-size: 1.65rem;
  font-family: "Playfair Display", serif;
}

.airport-card span {
  color: var(--muted);
}

.bucket-section {
  background:
    linear-gradient(180deg, transparent, rgba(230, 169, 60, 0.08)),
    var(--bg);
}

@media (max-width: 1080px) {
  :root {
    --sidebar: 220px;
  }

  .brand span {
    font-size: 1.24rem;
  }

  .nav-link {
    font-size: 0.78rem;
  }

  .destination-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .destination-card.large {
    min-height: 450px;
  }
}

@media (max-width: 820px) {
  .sidebar {
    transform: translateX(-100%);
    transition: transform 0.25s ease;
    width: min(320px, 86vw);
  }

  .sidebar.open {
    transform: translateX(0);
  }

  .mobile-topbar {
    position: fixed;
    inset: 0 0 auto;
    z-index: 18;
    display: flex;
    align-items: center;
    justify-content: space-between;
    min-height: 70px;
    padding: 0 18px;
    background: #120b06;
    border-bottom: 1px solid rgba(230, 169, 60, 0.18);
    backdrop-filter: blur(18px);
  }

  .mobile-brand {
    font-size: 1.45rem;
  }

  .icon-button {
    width: 44px;
    height: 44px;
  }

  main {
    margin-left: 0;
  }

  .hero-content {
    padding-top: 130px;
  }

  .intro-grid,
  .practical-grid,
  .practical-grid.reverse,
  .bucket-grid,
  .columns,
  .feature-row,
  .restaurant-grid {
    grid-template-columns: 1fr;
  }

  .journey-schedule {
    max-width: none;
    justify-self: stretch;
  }

  .practical-grid.reverse .section-heading {
    order: 0;
  }

  .destination-grid {
    grid-template-columns: 1fr;
  }

  .destination-card,
  .destination-card.large,
  .destination-card.wide {
    grid-column: auto;
    grid-row: auto;
    min-height: 300px;
  }

  .section-heading.split {
    display: grid;
    align-items: start;
  }

  .view-switch {
    overflow-x: auto;
    justify-content: flex-start;
  }

  .day-header {
    grid-template-columns: 76px 1fr 24px;
    padding: 16px;
  }

  .day-content {
    padding: 0 18px 22px;
  }
}

@media (max-width: 560px) {
  .container {
    width: min(100% - 32px, 1180px);
  }

  .hero h1 {
    font-size: clamp(3.25rem, 19vw, 5rem);
  }

  .pill {
    width: min(100%, 340px);
    justify-content: center;
    padding: 0 16px;
  }

  .countdown {
    gap: 10px;
  }

  .countdown div {
    min-width: 58px;
  }

  .theme-toggle {
    top: 86px;
    right: 18px;
    width: 44px;
    height: 44px;
  }

  .section-heading {
    padding-top: 76px;
  }

  .intro-grid,
  .practical-grid,
  .bucket-grid,
  .columns {
    padding: 72px 0;
  }

  .day-header {
    grid-template-columns: 1fr 24px;
  }

  .day-number {
    width: max-content;
    padding: 0 16px;
  }

  .day-header > span:nth-child(2) {
    grid-column: 1 / -1;
  }
}
