:root {
  --ink: #18302c;
  --muted: #5d6f69;
  --paper: #f8f5ed;
  --white: #fffdf8;
  --green: #2f675a;
  --green-dark: #234d44;
  --coral: #d97757;
  --line: #dcd8cb;
  --shadow: 0 18px 50px rgba(25, 48, 44, .10);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.65;
}
img { display: block; max-width: 100%; }
a { color: inherit; }

.site-header {
  width: min(1180px, calc(100% - 40px));
  margin: 0 auto;
  min-height: 84px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
}
.brand { display: flex; align-items: center; gap: 11px; text-decoration: none; font-weight: 800; letter-spacing: -.02em; }
.brand img { width: 42px; height: 42px; }
nav { display: flex; align-items: center; gap: 26px; }
nav a { color: var(--muted); text-decoration: none; font-size: .95rem; font-weight: 650; }
nav a:hover, nav a.current { color: var(--green); }
.menu-button { display: none; border: 1px solid var(--line); background: var(--white); border-radius: 9px; padding: 8px 12px; color: var(--ink); font: inherit; }

main { width: min(1180px, calc(100% - 40px)); margin: 0 auto; }
.hero {
  min-height: 610px;
  display: grid;
  grid-template-columns: .9fr 1.1fr;
  align-items: center;
  gap: clamp(36px, 7vw, 92px);
  padding: 72px 0 94px;
}
.hero h1, .page-intro h1 { margin: 10px 0 22px; font-family: Georgia, "Times New Roman", serif; font-size: clamp(2.7rem, 5.7vw, 5.3rem); line-height: 1.01; letter-spacing: -.045em; }
.hero-copy > p:not(.eyebrow) { max-width: 580px; color: var(--muted); font-size: 1.12rem; }
.hero > img { width: 100%; border-radius: 45% 45% 18px 18px; box-shadow: var(--shadow); }
.eyebrow { margin: 0; color: var(--coral); font-size: .78rem; font-weight: 850; letter-spacing: .14em; text-transform: uppercase; }
.button { display: inline-block; margin-top: 18px; padding: 13px 20px; color: white; background: var(--green); border-radius: 8px; text-decoration: none; font-weight: 750; }
.button:hover { background: var(--green-dark); }

.section { padding: 82px 0 100px; border-top: 1px solid var(--line); }
.section-heading { display: grid; grid-template-columns: 1fr .8fr; gap: 40px; align-items: end; margin-bottom: 36px; }
.section-heading h2, .note-panel h2, .trip-row h2, .checklist-grid h2, .prose h2 { font-family: Georgia, "Times New Roman", serif; line-height: 1.15; }
.section-heading h2 { margin: 7px 0 0; font-size: clamp(2rem, 4vw, 3.4rem); }
.section-heading > p { color: var(--muted); max-width: 470px; }
.card-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.card { overflow: hidden; background: var(--white); border: 1px solid rgba(220, 216, 203, .8); border-radius: 15px; box-shadow: 0 8px 30px rgba(25, 48, 44, .05); }
.card > img { width: 100%; aspect-ratio: 3/2; object-fit: cover; }
.card-body { padding: 25px; }
.card h3 { margin: 4px 0 10px; font-family: Georgia, "Times New Roman", serif; font-size: 1.5rem; line-height: 1.2; }
.card p { color: var(--muted); }
.card .meta, .meta { margin: 0; color: var(--coral); font-size: .76rem; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
.card a, .text-link { color: var(--green); font-weight: 800; text-decoration: none; }
.note-panel { display: grid; grid-template-columns: 1fr 1fr; gap: 24px 60px; align-items: center; margin-bottom: 100px; padding: clamp(34px, 6vw, 66px); background: #e5eee7; border-radius: 18px; }
.note-panel h2 { margin: 6px 0 0; font-size: clamp(2rem, 3.5vw, 3.3rem); }
.note-panel > p { color: var(--muted); }
.note-panel .text-link { grid-column: 2; }

.article-page { padding: 82px 0 110px; }
.article-page.narrow { max-width: 900px; }
.page-intro { max-width: 940px; margin-bottom: 76px; }
.page-intro h1 { font-size: clamp(2.8rem, 5vw, 4.8rem); }
.page-intro > p:last-child { max-width: 720px; color: var(--muted); font-size: 1.1rem; }
.trip-row { display: grid; grid-template-columns: .95fr 1.05fr; gap: clamp(36px, 7vw, 90px); align-items: center; padding: 64px 0; border-top: 1px solid var(--line); scroll-margin-top: 20px; }
.trip-row:nth-of-type(even) img { order: 2; }
.trip-row img { border-radius: 14px; box-shadow: var(--shadow); }
.trip-row h2 { margin: 7px 0 16px; font-size: clamp(2rem, 3.4vw, 3rem); }
.trip-row p, .trip-row li, .prose p { color: var(--muted); }
.trip-row ul { padding-left: 20px; }
.checklist-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 22px; }
.checklist-grid section { padding: 28px 30px; background: var(--white); border: 1px solid var(--line); border-radius: 12px; }
.checklist-grid h2 { margin: 0 0 15px; font-size: 1.7rem; }
.checks { margin: 0; padding: 0; list-style: none; }
.checks li { position: relative; padding: 6px 0 6px 28px; color: var(--muted); }
.checks li::before { content: "✓"; position: absolute; left: 0; color: var(--green); font-weight: 850; }
.tip { margin-top: 24px; padding: 22px 25px; border-left: 4px solid var(--coral); background: #f4eadd; border-radius: 4px 10px 10px 4px; }
.prose { max-width: 760px; font-family: Georgia, "Times New Roman", serif; font-size: 1.18rem; }
.prose h2 { margin: 2.2em 0 .45em; color: var(--ink); font-size: 2rem; }

footer { width: min(1180px, calc(100% - 40px)); margin: 0 auto; padding: 32px 0 46px; display: flex; justify-content: space-between; gap: 22px; border-top: 1px solid var(--line); color: var(--muted); font-size: .86rem; }

@media (max-width: 820px) {
  .menu-button { display: block; margin-left: auto; }
  .site-header { flex-wrap: wrap; padding: 18px 0; }
  nav { display: none; width: 100%; padding: 8px 0 12px; flex-direction: column; align-items: flex-start; gap: 12px; }
  nav.open { display: flex; }
  .hero { grid-template-columns: 1fr; min-height: 0; padding: 55px 0 75px; }
  .hero > img { max-width: 650px; }
  .section-heading, .card-grid, .note-panel, .trip-row, .checklist-grid { grid-template-columns: 1fr; }
  .note-panel .text-link { grid-column: 1; }
  .trip-row:nth-of-type(even) img { order: initial; }
  footer { flex-direction: column; gap: 5px; }
  footer p { margin: 0; }
}

@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } }
