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

:root {
  --ink: #20342c;
  --forest: #244c3c;
  --forest-dark: #173429;
  --cream: #f5f0e7;
  --paper: #fbf9f4;
  --sand: #ded1bd;
  --clay: #b86245;
  --sage: #a8b5a6;
  --muted: #6f796f;
  --line: rgba(32, 52, 44, 0.16);
  --shadow: 0 18px 55px rgba(30, 44, 37, 0.12);
  --radius-sm: 14px;
  --radius: 24px;
  --radius-lg: 38px;
  --serif: "Newsreader", Georgia, serif;
  --sans: "DM Sans", system-ui, sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font-family: var(--sans);
  font-size: 16px;
  line-height: 1.65;
  -webkit-font-smoothing: antialiased;
}
body.menu-open { overflow: hidden; }
img { display: block; width: 100%; }
a { color: inherit; text-decoration: none; }
button, input, textarea, select { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
::selection { color: var(--paper); background: var(--clay); }

.skip-link {
  position: fixed;
  z-index: 999;
  top: 12px;
  left: 12px;
  padding: 10px 16px;
  color: white;
  background: var(--forest);
  border-radius: 999px;
  transform: translateY(-150%);
}
.skip-link:focus { transform: translateY(0); }

.shell { width: min(100% - 32px, 1180px); margin-inline: auto; }
.section { padding: 76px 0; }
.section--cream { background: var(--cream); }
.section--forest { color: var(--paper); background: var(--forest); }
.eyebrow {
  display: flex;
  align-items: center;
  gap: 10px;
  margin: 0 0 14px;
  color: var(--clay);
  font-size: .72rem;
  font-weight: 600;
  letter-spacing: .16em;
  line-height: 1;
  text-transform: uppercase;
}
.eyebrow::before { width: 28px; height: 1px; content: ""; background: currentColor; }
.section--forest .eyebrow { color: #e8bda9; }
h1, h2, h3, p { margin-top: 0; }
h1, h2, h3 { font-family: var(--serif); font-weight: 400; letter-spacing: -.025em; line-height: 1.03; }
h1 { font-size: clamp(3.3rem, 15vw, 7.8rem); }
h2 { font-size: clamp(2.45rem, 9vw, 4.8rem); }
h3 { font-size: 1.8rem; }
.lede { max-width: 640px; color: var(--muted); font-size: 1.08rem; }
.section--forest .lede { color: rgba(255,255,255,.72); }

.site-header {
  position: absolute;
  z-index: 50;
  inset: 0 0 auto;
  height: 86px;
  color: white;
}
.site-header--solid { position: relative; color: var(--ink); background: var(--paper); border-bottom: 1px solid var(--line); }
.nav-wrap { display: flex; align-items: center; justify-content: space-between; height: 100%; }
.brand { display: inline-flex; align-items: center; gap: 11px; font-family: var(--serif); font-size: 1.28rem; }
.brand-mark { width: 32px; height: 32px; }
.nav-toggle {
  display: grid;
  width: 46px;
  height: 46px;
  place-content: center;
  color: inherit;
  background: rgba(255,255,255,.12);
  border: 1px solid rgba(255,255,255,.36);
  border-radius: 50%;
  cursor: pointer;
}
.site-header--solid .nav-toggle { background: transparent; border-color: var(--line); }
.nav-toggle svg { width: 21px; }
.site-nav {
  position: fixed;
  z-index: 45;
  inset: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 88px 28px 44px;
  color: var(--paper);
  background: var(--forest-dark);
  opacity: 0;
  pointer-events: none;
  transition: opacity .25s ease;
}
.site-nav.open { opacity: 1; pointer-events: auto; }
.site-nav a { padding: 10px 0; font-family: var(--serif); font-size: clamp(2.2rem, 10vw, 4.4rem); line-height: 1.1; }
.site-nav a:hover, .site-nav a[aria-current="page"] { color: #e8bda9; }
.nav-book { margin-top: 18px; color: var(--forest-dark)!important; background: #e8bda9; border-radius: 999px; text-align: center; }
.language-switcher { display: flex; gap: 7px; margin-top: 24px; }
.language-switcher a { display: grid; width: 42px; height: 42px; place-items: center; padding: 0; border: 1px solid rgba(255,255,255,.28); border-radius: 50%; font-family: var(--sans); font-size: .78rem; font-weight: 600; text-transform: uppercase; }
.language-switcher a[aria-current="true"] { color: var(--forest-dark); background: #e8bda9; border-color: #e8bda9; }
.site-header--solid .language-switcher a { border-color: var(--line); }

.hero { position: relative; min-height: 760px; height: 100svh; color: white; background: var(--forest-dark); overflow: hidden; }
.hero::after { position: absolute; inset: 0; content: ""; background: linear-gradient(180deg, rgba(9,22,16,.35) 0%, rgba(9,22,16,.04) 38%, rgba(9,22,16,.72) 100%); }
.hero-image { position: absolute; inset: 0; height: 100%; object-fit: cover; object-position: 57% center; }
.hero-content { position: absolute; z-index: 2; inset: auto 0 0; padding-bottom: 38px; }
.hero .eyebrow { color: #f2d0bd; }
.hero h1 { max-width: 760px; margin-bottom: 18px; font-size: clamp(4.3rem, 18vw, 9.5rem); }
.hero-copy { max-width: 560px; color: rgba(255,255,255,.84); font-size: 1.08rem; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 26px; }
.scroll-cue { display: none; }

.button {
  display: inline-flex;
  min-height: 52px;
  align-items: center;
  justify-content: center;
  gap: 9px;
  padding: 13px 21px;
  color: white;
  background: var(--clay);
  border: 1px solid var(--clay);
  border-radius: 999px;
  font-weight: 600;
  cursor: pointer;
  transition: transform .2s ease, background .2s ease;
}
.button:hover { transform: translateY(-2px); background: #a85238; }
.button--light { color: var(--ink); background: var(--paper); border-color: var(--paper); }
.button--ghost { color: inherit; background: transparent; border-color: currentColor; }
.button--full { width: 100%; }
.text-link { display: inline-flex; align-items: center; gap: 9px; font-weight: 600; border-bottom: 1px solid currentColor; }
.text-link:hover { color: var(--clay); }

.facts { display: grid; grid-template-columns: 1fr 1fr; border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.fact { min-height: 116px; padding: 22px 18px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.fact svg { width: 23px; margin-bottom: 13px; color: var(--clay); }
.fact strong { display: block; font-family: var(--serif); font-size: 1.35rem; font-weight: 500; }
.fact span { color: var(--muted); font-size: .88rem; }

.intro-grid { display: grid; gap: 42px; }
.intro-copy h2 { margin-bottom: 22px; }
.intro-image { position: relative; }
.intro-image img { aspect-ratio: 4 / 5; object-fit: cover; border-radius: var(--radius-lg) var(--radius-lg) 8px var(--radius-lg); }
.image-note { position: absolute; right: -5px; bottom: 20px; max-width: 175px; padding: 15px 18px; color: var(--paper); background: var(--forest); border-radius: 16px 0 0 16px; font-family: var(--serif); font-size: 1.1rem; }

.gallery-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; }
.gallery-grid button { padding: 0; background: transparent; border: 0; cursor: zoom-in; overflow: hidden; }
.gallery-grid button:first-child { grid-column: 1 / -1; }
.gallery-grid img { height: 100%; min-height: 190px; object-fit: cover; transition: transform .45s ease; }
.gallery-grid button:first-child img { aspect-ratio: 16 / 10; }
.gallery-grid button:not(:first-child) img { aspect-ratio: 4 / 5; }
.gallery-grid button:hover img { transform: scale(1.025); }

.quote-block { display: grid; gap: 36px; }
.quote-block blockquote { margin: 0; font-family: var(--serif); font-size: clamp(2.2rem, 9vw, 4.7rem); line-height: 1.04; }
.quote-block aside { align-self: end; color: rgba(255,255,255,.72); }

.local-teaser { display: grid; gap: 28px; }
.local-teaser img { aspect-ratio: 1 / 1; object-fit: cover; border-radius: var(--radius); }
.place-pills { display: flex; flex-wrap: wrap; gap: 9px; margin: 24px 0; }
.pill { padding: 7px 12px; color: var(--forest); background: #e9eee8; border-radius: 999px; font-size: .85rem; }

.cta-panel { position: relative; padding: 55px 24px; color: white; background: var(--clay); border-radius: var(--radius-lg); overflow: hidden; }
.cta-panel::after { position: absolute; top: -70px; right: -70px; width: 210px; height: 210px; content: ""; border: 1px solid rgba(255,255,255,.35); border-radius: 50%; box-shadow: 0 0 0 30px rgba(255,255,255,.05), 0 0 0 60px rgba(255,255,255,.04); }
.cta-panel h2 { position: relative; z-index: 1; max-width: 680px; margin-bottom: 22px; }
.cta-panel .button { position: relative; z-index: 1; }

.page-hero { padding: 76px 0 56px; background: var(--cream); }
.page-hero h1 { max-width: 900px; margin: 0 0 22px; font-size: clamp(2.9rem, 13vw, 7.8rem); overflow-wrap: anywhere; }
.page-hero .lede { margin-bottom: 0; }
.page-hero--image { position: relative; min-height: 560px; display: flex; align-items: flex-end; color: white; background: var(--forest); overflow: hidden; }
.page-hero--image > img { position: absolute; inset: 0; height: 100%; object-fit: cover; }
.page-hero--image::after { position: absolute; inset: 0; content: ""; background: linear-gradient(180deg, rgba(12,25,19,.08), rgba(12,25,19,.72)); }
.page-hero--image .shell { position: relative; z-index: 2; padding-bottom: 54px; }
.page-hero--image .eyebrow { color: #f2d0bd; }

.chapter-nav { position: sticky; z-index: 20; top: 0; overflow-x: auto; color: var(--paper); background: var(--forest-dark); scrollbar-width: none; }
.chapter-nav::-webkit-scrollbar { display: none; }
.chapter-nav .shell { display: flex; width: max-content; min-width: 100%; gap: 3px; padding-block: 10px; }
.chapter-nav a { flex: none; padding: 9px 13px; color: rgba(255,255,255,.66); border-radius: 999px; font-size: .83rem; white-space: nowrap; }
.chapter-nav a:hover, .chapter-nav a.active { color: var(--forest-dark); background: #e8bda9; }
.guide-chapter { padding: 76px 0; scroll-margin-top: 64px; border-bottom: 1px solid var(--line); }
.chapter-layout { display: grid; gap: 30px; }
.chapter-number { color: var(--clay); font-family: var(--serif); font-size: 1.15rem; }
.chapter-copy h2 { margin-bottom: 24px; }
.info-list { display: grid; gap: 2px; margin-top: 26px; }
.info-row { display: grid; grid-template-columns: 34px 1fr; gap: 14px; padding: 18px 0; border-top: 1px solid var(--line); }
.info-row svg { width: 21px; color: var(--clay); }
.info-row strong { display: block; margin-bottom: 3px; }
.info-row p { margin: 0; color: var(--muted); }
.chapter-actions { display: flex; flex-wrap: wrap; align-items: center; gap: 12px; margin-top: 28px; }
.chapter-image img { aspect-ratio: 4 / 3; object-fit: cover; border-radius: var(--radius); }
.chapter-image--wide img { aspect-ratio: 16 / 9; object-fit: contain; }
.chapter-image-button { position: relative; display: block; width: 100%; padding: 0; overflow: hidden; background: transparent; border: 0; border-radius: var(--radius); cursor: zoom-in; }
.chapter-image-button::after { position: absolute; right: 14px; bottom: 14px; display: grid; width: 42px; height: 42px; content: "+"; place-items: center; color: white; background: rgba(23,52,41,.88); border: 1px solid rgba(255,255,255,.55); border-radius: 50%; font-size: 1.6rem; line-height: 1; }
.chapter-image-button:focus-visible { outline: 3px solid #d69a42; outline-offset: 4px; }
.note { padding: 19px 20px; background: var(--cream); border-left: 3px solid var(--clay); border-radius: 0 var(--radius-sm) var(--radius-sm) 0; }

.map-layout { display: grid; gap: 28px; }
.map-layout > * { min-width: 0; }
.map-wrap { position: relative; height: 58vh; min-height: 430px; background: var(--sand); border-radius: var(--radius); overflow: hidden; box-shadow: var(--shadow); }
#map { width: 100%; height: 100%; }
.leaflet-control-attribution { font-size: 10px!important; }
.map-marker { display: grid; width: 36px!important; height: 36px!important; place-items: center; color: white; background: var(--forest); border: 3px solid var(--paper); border-radius: 50% 50% 50% 10%; box-shadow: 0 7px 18px rgba(0,0,0,.25); transform: rotate(-45deg); font-size: 14px; }
.map-marker span { transform: rotate(45deg); }
.map-marker svg { display: block; width: 16px; height: 16px; }
.filter-bar { display: flex; gap: 8px; margin: 0 0 24px; padding-bottom: 5px; overflow-x: auto; scrollbar-width: none; }
.filter-bar::-webkit-scrollbar { display: none; }
.filter-button { flex: none; padding: 9px 14px; color: var(--ink); background: transparent; border: 1px solid var(--line); border-radius: 999px; cursor: pointer; }
.filter-button.active { color: white; background: var(--forest); border-color: var(--forest); }
.places-list { display: grid; gap: 13px; }
.place-card { display: grid; grid-template-columns: 48px 1fr; gap: 15px; padding: 19px; background: white; border: 1px solid var(--line); border-radius: var(--radius-sm); transition: transform .2s ease, box-shadow .2s ease; }
.place-card:hover { transform: translateY(-2px); box-shadow: var(--shadow); }
.place-icon { display: grid; width: 48px; height: 48px; place-items: center; color: white; background: var(--forest); border-radius: 50%; }
.place-icon svg { width: 21px; }
.place-card h3 { margin-bottom: 3px; font-family: var(--sans); font-size: 1.05rem; font-weight: 600; letter-spacing: 0; }
.place-meta { margin-bottom: 8px; color: var(--clay); font-size: .76rem; font-weight: 600; letter-spacing: .08em; text-transform: uppercase; }
.place-card p { margin-bottom: 11px; color: var(--muted); font-size: .92rem; }
.map-link { display: inline-flex; align-items: center; gap: 6px; color: var(--forest); font-size: .88rem; font-weight: 600; }
.map-link svg { width: 16px; }

.form-layout { display: grid; gap: 38px; }
.form-card { padding: 25px 20px; background: white; border: 1px solid var(--line); border-radius: var(--radius); box-shadow: var(--shadow); }
.form-grid { display: grid; gap: 18px; }
.field { display: grid; gap: 7px; }
.field--full { grid-column: 1 / -1; }
.field label, .field-label { font-size: .82rem; font-weight: 600; }
.field input, .field textarea, .field select {
  width: 100%;
  min-height: 52px;
  padding: 13px 14px;
  color: var(--ink);
  background: var(--paper);
  border: 1px solid var(--line);
  border-radius: 11px;
  outline: none;
}
.field textarea { min-height: 135px; resize: vertical; }
.field input:focus, .field textarea:focus, .field select:focus { border-color: var(--forest); box-shadow: 0 0 0 3px rgba(36,76,60,.1); }
.form-note { margin: 16px 0 0; color: var(--muted); font-size: .82rem; }
.stay-summary { display: grid; grid-template-columns: 1fr auto; gap: 8px; margin: 22px 0; padding: 18px 0; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.stay-summary span { color: var(--muted); }
.form-aside h2 { margin-bottom: 20px; }
.form-aside img { margin-top: 28px; aspect-ratio: 4 / 3; object-fit: cover; border-radius: var(--radius); }
.privacy-note { display: flex; gap: 10px; color: var(--muted); font-size: .83rem; }
.privacy-note svg { flex: 0 0 18px; margin-top: 3px; }
.rating-group { display: flex; flex-direction: row-reverse; justify-content: flex-end; gap: 5px; }
.rating-group input { position: absolute; opacity: 0; pointer-events: none; }
.rating-group label { color: var(--sand); cursor: pointer; font-size: 2.2rem; line-height: 1; }
.rating-group label:hover, .rating-group label:hover ~ label, .rating-group input:checked ~ label { color: #d69a42; }
.hidden { display: none!important; }

.checkout-section { padding-top: 48px; }
.checkout-layout { max-width: 900px; }
.checkout-progress { position: sticky; z-index: 10; top: 0; width: fit-content; margin: 0 0 26px; padding: 9px 14px; color: var(--forest-dark); background: var(--paper); border: 1px solid var(--line); border-radius: 999px; box-shadow: 0 8px 25px rgba(20, 44, 34, .08); font-size: .82rem; font-weight: 700; }
.checkout-steps { display: grid; gap: 16px; }
.checkout-step { display: grid; grid-template-columns: 48px minmax(0, 1fr); gap: 14px; padding: 18px; background: white; border: 1px solid var(--line); border-radius: var(--radius); transition: opacity .25s ease, border-color .25s ease, box-shadow .25s ease, transform .25s ease; }
.checkout-step.is-active { border-color: var(--forest); box-shadow: var(--shadow); }
.checkout-step.is-complete { border-color: #aac0b2; background: #f7fbf7; }
.checkout-step.is-locked { opacity: .52; }
.checkout-step__number { display: grid; width: 42px; height: 42px; place-items: center; color: var(--clay); background: var(--cream); border-radius: 50%; font-family: var(--serif); font-size: 1rem; }
.checkout-step.is-active .checkout-step__number { color: white; background: var(--forest); }
.checkout-step.is-complete .checkout-step__number { color: white; background: #5b8069; }
.checkout-step__content { min-width: 0; }
.checkout-step h2 { margin: 0 0 12px; font-size: clamp(1.85rem, 7vw, 2.65rem); }
.checkout-step .eyebrow { margin-bottom: 7px; }
.checkout-step .lede { margin-bottom: 0; font-size: 1rem; }
.checkout-list { display: grid; gap: 9px; margin: 22px 0 0; padding: 0; list-style: none; }
.checkout-list li { position: relative; padding-left: 26px; color: var(--muted); }
.checkout-list li::before { position: absolute; top: .56em; left: 1px; width: 11px; height: 11px; content: ""; border: 1.5px solid var(--clay); border-radius: 50%; }
.checkout-note { margin: 22px 0 0; padding: 15px 16px; color: var(--forest-dark); background: var(--cream); border-left: 3px solid var(--clay); border-radius: 0 var(--radius-sm) var(--radius-sm) 0; }
.checkout-media { display: grid; grid-template-columns: 1fr; gap: 10px; margin-top: 24px; }
.checkout-media--multiple { grid-template-columns: 1fr; }
.checkout-media img { width: 100%; min-height: 145px; height: 100%; object-fit: cover; border-radius: 12px; }
.checkout-media--multiple img { aspect-ratio: 3 / 4; }
.checkout-media:not(.checkout-media--multiple) img { aspect-ratio: 16 / 9; }
.checkout-complete { display: inline-flex; width: 100%; min-height: 54px; align-items: center; justify-content: center; gap: 10px; margin-top: 24px; padding: 12px 16px; color: white; background: var(--forest); border: 1px solid var(--forest); border-radius: 12px; font: inherit; font-weight: 700; cursor: pointer; transition: transform .2s ease, background .2s ease; }
.checkout-complete:not(:disabled):hover { background: var(--forest-dark); transform: translateY(-1px); }
.checkout-complete:focus-visible, .checkout-restart:focus-visible { outline: 3px solid #d69a42; outline-offset: 3px; }
.checkout-complete:disabled { color: var(--muted); background: transparent; border-color: var(--line); cursor: default; }
.checkout-step.is-complete .checkout-complete:disabled { color: #40614c; background: #e4f0e6; border-color: #b8d0bc; }
.checkout-complete__box { display: grid; width: 21px; height: 21px; place-items: center; border: 1.5px solid currentColor; border-radius: 5px; }
.checkout-complete__box svg { width: 15px; opacity: 0; }
.checkout-step.is-complete .checkout-complete__box svg { opacity: 1; }
.checkout-finish { margin-top: 28px; padding: 36px 24px; color: white; background: var(--forest-dark); border-radius: var(--radius); text-align: center; }
.checkout-finish h2 { max-width: 650px; margin: 0 auto 14px; font-size: clamp(2.25rem, 8vw, 4.2rem); }
.checkout-finish .lede { max-width: 580px; margin: 0 auto 26px; color: rgba(255,255,255,.76); }
.checkout-finish .button { color: var(--forest-dark); background: #e8bda9; border-color: #e8bda9; }
.checkout-restart { display: block; margin: 18px auto 0; padding: 5px; color: rgba(255,255,255,.74); background: transparent; border: 0; border-bottom: 1px solid currentColor; cursor: pointer; font: inherit; }

.success-page { min-height: 100svh; display: grid; place-items: center; padding: 30px 0; background: var(--cream); }
.success-card { max-width: 680px; padding: 46px 24px; background: var(--paper); border-radius: var(--radius-lg); box-shadow: var(--shadow); text-align: center; }
.success-mark { display: grid; width: 70px; height: 70px; place-items: center; margin: 0 auto 24px; color: white; background: var(--forest); border-radius: 50%; }
.success-mark svg { width: 30px; }
.language-entry { min-height: 100svh; display: grid; place-items: center; padding: 30px 0; color: white; background: var(--forest-dark); }
.language-entry .success-card { color: var(--ink); }
.language-options { display: flex; flex-wrap: wrap; justify-content: center; gap: 10px; margin-top: 28px; }

.lightbox { position: fixed; z-index: 100; inset: 0; display: none; place-items: center; padding: 20px; background: rgba(12,25,19,.92); }
.lightbox.open { display: grid; }
.lightbox img { max-width: 1100px; max-height: 84vh; width: auto; border-radius: var(--radius-sm); }
.lightbox-close { position: absolute; top: 20px; right: 20px; width: 46px; height: 46px; color: white; background: rgba(255,255,255,.1); border: 1px solid rgba(255,255,255,.35); border-radius: 50%; cursor: pointer; }

.site-footer { padding: 52px 0 28px; color: rgba(255,255,255,.75); background: var(--forest-dark); }
.footer-grid { display: grid; gap: 34px; }
.footer-brand { color: white; }
.footer-brand p { max-width: 340px; margin-top: 14px; color: rgba(255,255,255,.6); }
.footer-nav { display: grid; grid-template-columns: 1fr 1fr; gap: 8px 18px; }
.footer-nav a:hover { color: #e8bda9; }
.footer-bottom { margin-top: 40px; padding-top: 22px; border-top: 1px solid rgba(255,255,255,.13); font-size: .82rem; }

@media (min-width: 760px) {
  .shell { width: min(100% - 64px, 1180px); }
  .section { padding: 110px 0; }
  .hero-content { padding-bottom: 68px; }
  .hero h1 { margin-bottom: 12px; }
  .facts { grid-template-columns: repeat(4, 1fr); }
  .fact { padding: 26px; }
  .intro-grid { grid-template-columns: 1fr .85fr; align-items: center; gap: 9vw; }
  .intro-image img { aspect-ratio: 3 / 4; }
  .gallery-grid { grid-template-columns: 1.4fr .75fr .75fr; grid-template-rows: 260px 260px; gap: 14px; }
  .gallery-grid button:first-child { grid-column: auto; grid-row: 1 / 3; }
  .gallery-grid button:nth-child(4) { grid-column: 2 / 4; }
  .gallery-grid button:first-child img, .gallery-grid button:not(:first-child) img { aspect-ratio: auto; }
  .quote-block { grid-template-columns: 1.6fr .5fr; }
  .local-teaser { grid-template-columns: .9fr 1fr; align-items: center; gap: 8vw; }
  .cta-panel { padding: 80px; }
  .page-hero { padding: 110px 0 78px; }
  .page-hero--image .shell { padding-bottom: 76px; }
  .chapter-layout { grid-template-columns: 70px 1fr; }
  .chapter-image { grid-column: 2; }
  .form-layout { grid-template-columns: .8fr 1.2fr; align-items: start; gap: 7vw; }
  .form-card { padding: 38px; }
  .form-grid { grid-template-columns: 1fr 1fr; }
  .checkout-section { padding-top: 78px; }
  .checkout-step { grid-template-columns: 72px minmax(0, 1fr); gap: 24px; padding: 30px; }
  .checkout-step__number { width: 52px; height: 52px; font-size: 1.15rem; }
  .checkout-media { max-width: 680px; }
  .checkout-media--multiple { grid-template-columns: repeat(3, 1fr); }
  .footer-grid { grid-template-columns: 1fr auto; }
}

@media (min-width: 1000px) {
  .nav-toggle { display: none; }
  .site-nav { position: static; display: flex; flex-direction: row; align-items: center; justify-content: flex-end; padding: 0; background: transparent; opacity: 1; pointer-events: auto; }
  .site-header--solid .site-nav { color: var(--ink); }
  .site-nav a { margin-left: 28px; padding: 8px 0; font-family: var(--sans); font-size: .85rem; font-weight: 500; }
  .site-nav a:hover, .site-nav a[aria-current="page"] { color: inherit; border-bottom: 1px solid currentColor; }
  .site-nav .nav-book { margin-top: 0; padding: 10px 18px; color: var(--forest-dark)!important; background: #e8bda9; border: 0; }
  .language-switcher { margin: 0 0 0 22px; }
  .language-switcher a { width: auto; height: auto; margin-left: 0; padding: 7px 8px; border: 0; border-radius: 6px; font-size: .72rem; }
  .language-switcher a:hover, .language-switcher a[aria-current="true"] { color: var(--forest-dark); background: #e8bda9; border: 0; }
  .scroll-cue { position: absolute; right: 0; bottom: 74px; display: flex; align-items: center; gap: 12px; color: rgba(255,255,255,.76); font-size: .78rem; transform: rotate(90deg); transform-origin: right bottom; }
  .scroll-cue::after { width: 60px; height: 1px; content: ""; background: rgba(255,255,255,.5); }
  .chapter-layout { grid-template-columns: 90px 1fr 1fr; align-items: start; gap: 5vw; }
  .chapter-image { grid-column: auto; }
  .guide-chapter:nth-child(even) .chapter-layout { grid-template-columns: 1fr 90px 1fr; }
  .guide-chapter:nth-child(even) .chapter-image { order: -1; grid-column: 1; }
  .guide-chapter:nth-child(even) .chapter-number { grid-column: 2; grid-row: 1; }
  .guide-chapter:nth-child(even) .chapter-copy { grid-column: 3; grid-row: 1; }
  .map-layout { grid-template-columns: 1.15fr .85fr; align-items: start; }
  .map-wrap { position: sticky; top: 16px; height: calc(100vh - 32px); min-height: 620px; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { scroll-behavior: auto!important; transition: none!important; animation: none!important; }
}
