:root {
  --ink: #172033;
  --muted: #667085;
  --paper: #fbfaf7;
  --card: #ffffff;
  --navy: #183153;
  --red: #a9363e;
  --gold: #c39a4a;
  --line: #dedbd4;
  --shadow: 0 12px 30px rgba(23,32,51,.08);
  --radius: 18px;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.55;
}
a { color: var(--navy); }
a:hover { color: var(--red); }
img { max-width: 100%; height: auto; }
.wrap { width: min(1120px, calc(100% - 32px)); margin-inline: auto; }
.site-header {
  background:
    linear-gradient(135deg, rgba(24,49,83,.94), rgba(62,35,48,.90)),
    radial-gradient(circle at 20% 20%, #7e8da4 0, transparent 30%);
  color: white;
  padding: 18px 0 0;
  border-bottom: 5px solid var(--gold);
}
.topbar { display: flex; gap: 20px; align-items: center; justify-content: space-between; }
.brand { color: white; text-decoration: none; font-weight: 800; letter-spacing: .02em; }
.brand small { display: block; font-weight: 500; opacity: .8; letter-spacing: 0; }
.menu-button { display: none; border: 1px solid rgba(255,255,255,.45); background: transparent; color: white; border-radius: 10px; padding: 8px 12px; font-size: 1rem; }
nav ul { list-style: none; display: flex; flex-wrap: wrap; gap: 4px; margin: 0; padding: 0; }
nav a { display: block; color: rgba(255,255,255,.9); text-decoration: none; padding: 10px 12px; border-radius: 9px; font-size: .96rem; }
nav a:hover, nav a[aria-current="page"] { background: rgba(255,255,255,.13); color: white; }
.hero { padding: 72px 0 66px; }
.hero .eyebrow { text-transform: uppercase; letter-spacing: .15em; font-size: .78rem; color: #f0d9a3; font-weight: 800; }
.hero h1 { font-family: Georgia, "Times New Roman", serif; font-size: clamp(2.6rem, 7vw, 5.6rem); line-height: .95; max-width: 850px; margin: 12px 0 18px; }
.hero p { max-width: 720px; font-size: clamp(1.05rem, 2vw, 1.3rem); color: rgba(255,255,255,.88); }
.hero-meta { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 26px; }
.pill { border: 1px solid rgba(255,255,255,.35); border-radius: 999px; padding: 8px 13px; background: rgba(255,255,255,.08); }
main { padding: 48px 0 80px; }
.section { margin: 0 0 58px; }
.section-head { display: flex; justify-content: space-between; gap: 20px; align-items: end; margin-bottom: 20px; }
.section h2 { font-family: Georgia, "Times New Roman", serif; font-size: clamp(1.8rem, 4vw, 2.8rem); margin: 0; }
.section-intro { color: var(--muted); max-width: 680px; }
.grid { display: grid; grid-template-columns: repeat(12, 1fr); gap: 18px; }
.card { grid-column: span 4; background: var(--card); border: 1px solid var(--line); border-radius: var(--radius); padding: 22px; box-shadow: var(--shadow); }
.card.wide { grid-column: span 6; }
.card.full { grid-column: 1 / -1; }
.card h3 { margin: 0 0 8px; font-size: 1.2rem; }
.card p { margin: 0; color: var(--muted); }
.card .kicker { color: var(--red); font-weight: 800; font-size: .76rem; letter-spacing: .08em; text-transform: uppercase; margin-bottom: 7px; }
.route { display: grid; grid-template-columns: 1fr auto 1fr; gap: 18px; align-items: center; }
.route .airport { font-size: 2rem; font-weight: 900; letter-spacing: .04em; }
.route .arrow { font-size: 2rem; color: var(--gold); }
.route small { display: block; color: var(--muted); }
.timeline { position: relative; padding-left: 28px; }
.timeline::before { content: ""; position: absolute; left: 8px; top: 8px; bottom: 8px; width: 2px; background: var(--line); }
.stop { position: relative; margin: 0 0 24px; }
.stop::before { content: ""; position: absolute; left: -25px; top: 7px; width: 12px; height: 12px; border-radius: 50%; background: var(--red); border: 3px solid var(--paper); box-shadow: 0 0 0 1px var(--red); }
.stop h3 { margin: 0 0 3px; }
.stop p { color: var(--muted); margin: 0; }
.status { display: inline-block; margin-left: 7px; font-size: .72rem; background: #efe9dc; border: 1px solid #dfd2b8; color: #675431; padding: 2px 7px; border-radius: 999px; vertical-align: .15em; }
.photo-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; }
.photo-placeholder { min-height: 210px; border: 2px dashed #c9c5bd; border-radius: 15px; display: grid; place-items: center; text-align: center; padding: 20px; color: #827d74; background: #f3f0ea; }
.day { background: white; border: 1px solid var(--line); border-radius: var(--radius); padding: 24px; margin-bottom: 18px; }
.day h2 { margin-top: 0; }
.note { border-left: 4px solid var(--gold); background: #f4efe5; padding: 14px 16px; border-radius: 0 12px 12px 0; }
.button { display: inline-block; text-decoration: none; background: var(--navy); color: white; padding: 10px 14px; border-radius: 10px; font-weight: 700; }
.button:hover { background: var(--red); color: white; }
.site-footer { border-top: 1px solid var(--line); padding: 30px 0 44px; color: var(--muted); font-size: .92rem; }
.footer-row { display: flex; justify-content: space-between; gap: 16px; flex-wrap: wrap; }
.private-note { font-size: .86rem; color: #7a746a; }
@media (max-width: 850px) {
  .menu-button { display: inline-block; }
  nav { width: 100%; }
  nav ul { display: none; flex-direction: column; padding: 10px 0 14px; }
  nav ul.open { display: flex; }
  .topbar { flex-wrap: wrap; }
  .card, .card.wide { grid-column: 1 / -1; }
  .photo-grid { grid-template-columns: 1fr 1fr; }
  .hero { padding-top: 54px; }
}
@media (max-width: 520px) {
  .photo-grid { grid-template-columns: 1fr; }
  .route { grid-template-columns: 1fr; }
  .route .arrow { transform: rotate(90deg); justify-self: start; }
}
