@import url("https://fonts.googleapis.com/css2?family=IBM+Plex+Sans:wght@400;500;600;700&family=Newsreader:opsz,wght@6..72,500;6..72,700&display=swap");

:root {
  --paper: #f4f7f3;
  --ink: #172426;
  --muted: #5d6b68;
  --line: #cfd8d2;
  --teal: #0f6f79;
  --coral: #e65f4f;
  --moss: #2f6c4f;
  --gold: #c68a2d;
  --sky: #dfeef1;
  --white: #ffffff;
  --shadow: 0 18px 45px rgba(23, 36, 38, 0.11);
  --hard-shadow: 9px 9px 0 rgba(23, 36, 38, 0.12);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background:
    linear-gradient(90deg, rgba(15, 111, 121, 0.05) 1px, transparent 1px),
    linear-gradient(180deg, rgba(15, 111, 121, 0.04) 1px, transparent 1px),
    var(--paper);
  background-size: 44px 44px;
  color: var(--ink);
  font-family: "IBM Plex Sans", "Aptos", "Helvetica Neue", sans-serif;
  font-size: 16px;
  line-height: 1.55;
  letter-spacing: 0;
}

a {
  color: inherit;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 10;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: 16px clamp(18px, 4vw, 56px);
  border-bottom: 1px solid rgba(23, 36, 38, 0.14);
  background: rgba(244, 247, 243, 0.92);
  backdrop-filter: blur(14px);
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-weight: 700;
  text-decoration: none;
  white-space: nowrap;
}

.brand-mark {
  width: 16px;
  height: 16px;
  border: 4px solid var(--teal);
  border-right-color: var(--coral);
  border-bottom-color: var(--gold);
  transform: rotate(12deg);
}

nav {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  flex-wrap: wrap;
  gap: 8px;
}

nav a,
.text-link {
  min-height: 38px;
  display: inline-flex;
  align-items: center;
  border: 1px solid rgba(23, 36, 38, 0.18);
  padding: 8px 13px;
  background: rgba(255, 255, 255, 0.62);
  text-decoration: none;
  font-weight: 700;
  font-size: 0.92rem;
}

nav a[aria-current="page"],
nav a:hover,
.text-link:hover {
  background: var(--ink);
  color: var(--white);
}

main {
  overflow: hidden;
}

.hero {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(280px, 0.95fr);
  gap: clamp(28px, 5vw, 76px);
  align-items: center;
  padding: clamp(52px, 7vw, 96px) clamp(18px, 5vw, 72px);
  max-width: 1440px;
  margin: 0 auto;
}

.overview-hero {
  min-height: 520px;
}

.trip-hero {
  min-height: 610px;
}

.eyebrow {
  margin: 0 0 12px;
  color: var(--teal);
  font-size: 0.78rem;
  font-weight: 800;
  text-transform: uppercase;
}

h1,
h2,
h3 {
  font-family: "Newsreader", "Georgia", serif;
  line-height: 1.02;
  letter-spacing: 0;
}

h1 {
  max-width: 890px;
  margin: 0;
  font-size: clamp(3rem, 7vw, 7.4rem);
}

h2 {
  margin: 0;
  font-size: clamp(2rem, 4vw, 4.35rem);
}

h3 {
  margin: 0;
  font-size: 1.55rem;
}

.lede {
  max-width: 740px;
  margin: 24px 0 0;
  color: var(--muted);
  font-size: clamp(1.1rem, 2vw, 1.35rem);
}

.stamp-panel {
  align-self: stretch;
  display: flex;
  flex-direction: column;
  justify-content: end;
  min-height: 380px;
  border: 1px solid rgba(23, 36, 38, 0.16);
  background:
    linear-gradient(135deg, rgba(230, 95, 79, 0.12), transparent 48%),
    linear-gradient(45deg, rgba(15, 111, 121, 0.12), transparent 48%),
    rgba(255, 255, 255, 0.75);
  padding: clamp(24px, 4vw, 42px);
  box-shadow: var(--shadow);
}

.stamp-panel span,
.metrics-band span,
.hotel-card span,
.pick-block span {
  color: var(--muted);
  font-size: 0.76rem;
  font-weight: 800;
  text-transform: uppercase;
}

.stamp-panel strong {
  display: block;
  margin-top: 8px;
  font-family: "Newsreader", "Georgia", serif;
  font-size: clamp(2rem, 4vw, 4rem);
  line-height: 1;
}

.stamp-panel p {
  max-width: 420px;
  margin: 18px 0 0;
  color: var(--muted);
}

.comparison-band,
.source-band,
.itinerary-band,
.things-band,
.two-column,
.split-band,
.trip-grid,
.recommendation-grid,
.metrics-band,
.editorial-band,
.verdict-band,
.common-band,
.date-band,
.practical-band,
.photo-band {
  padding: clamp(42px, 6vw, 82px) clamp(18px, 5vw, 72px);
}

.comparison-band,
.things-band,
.common-band,
.photo-band {
  background: rgba(255, 255, 255, 0.68);
  border-block: 1px solid rgba(23, 36, 38, 0.12);
}

.section-heading {
  max-width: 840px;
  margin-bottom: 28px;
}

.common-grid,
.practical-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
}

.common-grid article,
.practical-grid article {
  min-height: 250px;
  border: 1px solid rgba(23, 36, 38, 0.14);
  background: rgba(255, 255, 255, 0.78);
  padding: 22px;
}

.common-grid span,
.practical-grid span {
  color: var(--teal);
  font-size: 0.76rem;
  font-weight: 800;
  text-transform: uppercase;
}

.common-grid p,
.practical-grid p,
.practical-grid li {
  color: var(--muted);
}

.practical-grid ul,
.date-list {
  display: grid;
  gap: 12px;
  margin: 18px 0 0;
  padding: 0;
  list-style: none;
}

.practical-grid li,
.date-list li {
  border-left: 5px solid var(--coral);
  padding-left: 14px;
}

.date-chip {
  display: inline-flex;
  width: fit-content;
  max-width: 100%;
  margin: 18px 0;
  border: 1px solid rgba(23, 36, 38, 0.2);
  background: rgba(255, 255, 255, 0.72);
  padding: 8px 12px;
  color: var(--ink);
  font-size: 0.9rem;
  font-weight: 800;
}

.date-band {
  background: var(--sky);
  border-block: 1px solid rgba(23, 36, 38, 0.12);
}

.date-list {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  margin-top: 0;
}

.date-list li {
  min-height: 88px;
  display: flex;
  align-items: center;
  background: rgba(255, 255, 255, 0.76);
  font-weight: 800;
}

.editorial-band {
  background: var(--ink);
  color: var(--white);
}

.editorial-band .eyebrow {
  color: #8fd4d9;
}

.route-marquee {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1px;
  margin: -20px 0 clamp(42px, 6vw, 78px);
  background: rgba(255, 255, 255, 0.2);
}

.route-marquee a {
  min-height: 112px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  background: #203335;
  padding: 18px;
  color: var(--white);
  text-decoration: none;
}

.route-marquee a:hover {
  background: var(--coral);
}

.route-marquee span {
  color: #c9eeef;
  font-size: 0.8rem;
  font-weight: 800;
  text-transform: uppercase;
}

.decision-grid {
  display: grid;
  grid-template-columns: 1.25fr 1fr 1fr 1fr;
  gap: 14px;
}

.decision-grid article {
  min-height: 270px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  border-top: 6px solid var(--coral);
  background: rgba(255, 255, 255, 0.08);
  padding: 22px;
}

.decision-grid article:nth-child(2) {
  border-top-color: var(--moss);
}

.decision-grid article:nth-child(3) {
  border-top-color: var(--gold);
}

.decision-grid article:nth-child(4) {
  border-top-color: #8fd4d9;
}

.decision-grid span,
.verdict-band span {
  color: rgba(255, 255, 255, 0.66);
  font-size: 0.76rem;
  font-weight: 800;
  text-transform: uppercase;
}

.decision-grid h3 {
  margin: 22px 0;
  font-size: clamp(2rem, 3vw, 3.2rem);
}

.decision-grid p {
  margin: 0;
  color: rgba(255, 255, 255, 0.76);
}

.table-wrap {
  overflow-x: auto;
  border: 1px solid rgba(23, 36, 38, 0.14);
  background: var(--white);
  box-shadow: var(--shadow);
}

table {
  width: 100%;
  min-width: 1240px;
  border-collapse: collapse;
}

th,
td {
  padding: 18px;
  border-bottom: 1px solid var(--line);
  text-align: left;
  vertical-align: top;
}

thead th {
  background: var(--ink);
  color: var(--white);
  font-size: 0.82rem;
  text-transform: uppercase;
}

tbody th {
  width: 150px;
  font-size: 1.03rem;
}

tbody tr:last-child th,
tbody tr:last-child td {
  border-bottom: 0;
}

.recommendation-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
}

.pick-block {
  min-height: 220px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  border-left: 7px solid var(--teal);
  background: rgba(255, 255, 255, 0.72);
  padding: 20px;
}

.pick-block:nth-child(2) {
  border-left-color: var(--coral);
}

.pick-block:nth-child(3) {
  border-left-color: var(--gold);
}

.pick-block:nth-child(4) {
  border-left-color: var(--moss);
}

.pick-block strong {
  display: block;
  margin: 18px 0;
  font-family: "Newsreader", "Georgia", serif;
  font-size: 2.1rem;
}

.pick-block p {
  margin: 0;
  color: var(--muted);
}

.trip-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
}

.trip-card {
  display: grid;
  grid-template-columns: 210px minmax(0, 1fr);
  gap: 22px;
  align-items: center;
  min-height: 330px;
  border: 1px solid rgba(23, 36, 38, 0.14);
  background: rgba(255, 255, 255, 0.76);
  padding: 22px;
  box-shadow: var(--shadow);
}

.trip-card:hover {
  transform: translate(-2px, -2px);
  box-shadow: var(--hard-shadow);
}

.trip-card img {
  width: 100%;
  aspect-ratio: 1 / 1.12;
  object-fit: contain;
}

.trip-card p {
  color: var(--muted);
}

.trip-card .verdict {
  border-left: 4px solid var(--coral);
  margin: 18px 0;
  padding-left: 12px;
  color: var(--ink);
  font-weight: 700;
}

dl {
  display: grid;
  gap: 9px;
  margin: 18px 0;
}

dt {
  color: var(--teal);
  font-size: 0.74rem;
  font-weight: 800;
  text-transform: uppercase;
}

dd {
  margin: 0;
}

.map-figure {
  margin: 0;
  min-height: 420px;
  display: grid;
  align-content: center;
  justify-items: center;
}

.map-figure img {
  width: min(100%, 620px);
  max-height: 590px;
  object-fit: contain;
  filter: drop-shadow(0 22px 26px rgba(23, 36, 38, 0.16));
}

figcaption {
  margin-top: 14px;
  color: var(--muted);
  font-size: 0.86rem;
}

.metrics-band {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1px;
  background: var(--ink);
}

.metrics-band div {
  min-height: 205px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  background: #fff;
  padding: clamp(18px, 3vw, 28px);
}

.metrics-band strong {
  display: block;
  font-family: "Newsreader", "Georgia", serif;
  font-size: clamp(1.55rem, 2.4vw, 2.45rem);
  line-height: 1.05;
}

.metrics-band p {
  margin: 0;
  color: var(--muted);
}

.verdict-band {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 1px;
  background: var(--ink);
}

.verdict-band article {
  min-height: 205px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  background:
    linear-gradient(135deg, rgba(198, 138, 45, 0.16), transparent 50%),
    #203335;
  padding: clamp(20px, 3vw, 34px);
}

.verdict-band p {
  margin: 28px 0 0;
  color: rgba(255, 255, 255, 0.84);
  font-family: "Newsreader", "Georgia", serif;
  font-size: clamp(1.45rem, 2.6vw, 2.35rem);
  line-height: 1.08;
}

.two-column {
  display: grid;
  grid-template-columns: minmax(240px, 0.8fr) minmax(0, 1.2fr);
  gap: clamp(28px, 5vw, 72px);
  align-items: start;
}

.city-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
  margin: 0;
  padding: 0;
  list-style: none;
  counter-reset: city;
}

.city-list li {
  counter-increment: city;
  min-height: 58px;
  display: flex;
  align-items: center;
  gap: 12px;
  border-bottom: 1px solid rgba(23, 36, 38, 0.17);
  font-weight: 700;
}

.city-list li::before {
  content: counter(city, decimal-leading-zero);
  color: var(--coral);
  font-size: 0.8rem;
  font-weight: 800;
}

.days {
  display: grid;
  gap: 12px;
}

.day-row {
  display: grid;
  grid-template-columns: 170px minmax(0, 1fr) minmax(0, 1fr);
  gap: 18px;
  align-items: stretch;
  border: 1px solid rgba(23, 36, 38, 0.14);
  background: rgba(255, 255, 255, 0.75);
  padding: 16px;
}

.day-row div {
  border-left: 5px solid var(--gold);
  padding-left: 14px;
}

.day-row span {
  display: block;
  color: var(--muted);
  font-size: 0.82rem;
  font-weight: 800;
  text-transform: uppercase;
}

.day-row em {
  display: block;
  margin-top: 4px;
  color: var(--coral);
  font-size: 0.82rem;
  font-style: normal;
  font-weight: 800;
}

.day-row strong {
  display: block;
  margin-top: 8px;
  font-family: "Newsreader", "Georgia", serif;
  font-size: 1.35rem;
  line-height: 1.05;
}

.day-row p {
  margin: 0;
  color: var(--muted);
}

.day-row b {
  display: block;
  margin-bottom: 5px;
  color: var(--ink);
  font-size: 0.78rem;
  text-transform: uppercase;
}

.split-band {
  display: grid;
  grid-template-columns: minmax(0, 0.82fr) minmax(0, 1.18fr);
  gap: clamp(28px, 5vw, 72px);
  background: var(--sky);
  border-block: 1px solid rgba(23, 36, 38, 0.12);
}

.transport-list {
  display: grid;
  gap: 13px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.transport-list li {
  border-left: 5px solid var(--moss);
  background: rgba(255, 255, 255, 0.68);
  padding: 15px 18px;
}

.hotel-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}

.hotel-card {
  min-height: 235px;
  border: 1px solid rgba(23, 36, 38, 0.14);
  background: rgba(255, 255, 255, 0.8);
  overflow: hidden;
}

.hotel-card img {
  width: 100%;
  height: 170px;
  display: block;
  object-fit: cover;
  background: var(--sky);
}

.hotel-card span,
.hotel-card h3,
.hotel-card p {
  margin-left: 20px;
  margin-right: 20px;
}

.hotel-card span {
  display: block;
  margin-top: 18px;
}

.hotel-card .price {
  color: var(--coral);
  font-weight: 800;
}

.hotel-card .image-note {
  color: var(--teal);
  font-size: 0.78rem;
  font-weight: 800;
  text-transform: uppercase;
}

.hotel-card p {
  color: var(--muted);
}

.things-list {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 1px;
  background: rgba(23, 36, 38, 0.18);
}

.thing-row {
  min-height: 250px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  background: var(--white);
  padding: 20px;
}

.thing-row p {
  margin: 22px 0 0;
  color: var(--muted);
}

.photo-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
}

.photo-card {
  position: relative;
  min-height: 360px;
  margin: 0;
  overflow: hidden;
  border: 1px solid rgba(23, 36, 38, 0.14);
  background: var(--ink);
  box-shadow: var(--shadow);
}

.photo-card img {
  width: 100%;
  height: 100%;
  min-height: 360px;
  display: block;
  object-fit: cover;
  opacity: 0.9;
}

.photo-card figcaption {
  position: absolute;
  inset: auto 16px 16px 16px;
  display: grid;
  gap: 7px;
  margin: 0;
  background: rgba(255, 255, 255, 0.9);
  padding: 14px;
  color: var(--ink);
}

.photo-card strong {
  font-family: "Newsreader", "Georgia", serif;
  font-size: 1.35rem;
  line-height: 1.02;
}

.photo-card span {
  color: var(--muted);
  font-size: 0.9rem;
}

.source-band {
  background: var(--ink);
  color: var(--white);
}

.source-band .eyebrow {
  color: #8fd4d9;
}

.source-band p {
  max-width: 920px;
  color: rgba(255, 255, 255, 0.78);
}

.source-links {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.source-links a {
  min-height: 38px;
  display: inline-flex;
  align-items: center;
  border: 1px solid rgba(255, 255, 255, 0.24);
  padding: 8px 12px;
  color: var(--white);
  text-decoration: none;
}

.source-links a:hover {
  background: var(--white);
  color: var(--ink);
}

@media (max-width: 1100px) {
  .hero,
  .two-column,
  .split-band {
    grid-template-columns: 1fr;
  }

  .trip-grid,
  .metrics-band,
  .recommendation-grid,
  .route-marquee,
  .decision-grid,
  .verdict-band,
  .common-grid,
  .practical-grid,
  .photo-grid,
  .date-list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

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

  .map-figure {
    min-height: 320px;
  }
}

@media (max-width: 760px) {
  .site-header {
    position: static;
    align-items: flex-start;
    flex-direction: column;
  }

  nav {
    justify-content: flex-start;
  }

  nav a,
  .text-link {
    min-height: 36px;
    padding: 7px 10px;
    font-size: 0.86rem;
  }

  h1 {
    font-size: clamp(2.65rem, 14vw, 4rem);
  }

  .hero {
    padding-top: 42px;
  }

  .overview-hero,
  .trip-hero {
    min-height: auto;
  }

  .stamp-panel {
    min-height: 270px;
  }

  .trip-card {
    grid-template-columns: 1fr;
  }

  .trip-card img {
    max-height: 260px;
  }

  .trip-grid,
  .metrics-band,
  .recommendation-grid,
  .route-marquee,
  .decision-grid,
  .verdict-band,
  .common-grid,
  .practical-grid,
  .photo-grid,
  .date-list,
  .hotel-grid,
  .city-list,
  .things-list {
    grid-template-columns: 1fr;
  }

  .day-row {
    grid-template-columns: 1fr;
  }

  .metrics-band div,
  .pick-block,
  .hotel-card,
  .thing-row,
  .common-grid article,
  .practical-grid article,
  .photo-card {
    min-height: auto;
  }

  .photo-card img {
    min-height: 285px;
  }
}
