:root {
  --paper: #f1ecdf;
  --paper-deep: #e3dac8;
  --paper-light: #faf7ef;
  --ink: #182019;
  --ink-soft: #4e5850;
  --spruce: #1f3d2f;
  --spruce-light: #dbe5d9;
  --signal: #b3472f;
  --sky: #a8c7c4;
  --rule: rgba(24, 32, 25, 0.23);
  --rule-strong: rgba(24, 32, 25, 0.48);
  --serif: "Newsreader", Georgia, "Times New Roman", serif;
  --sans: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  --mono: "SFMono-Regular", Consolas, "Liberation Mono", monospace;
  --max: 1240px;
  --gutter: clamp(1rem, 4vw, 3rem);
  --section: clamp(4.5rem, 9vw, 8rem);
  color-scheme: light;
}

* { box-sizing: border-box; }

html {
  scroll-behavior: smooth;
  background: var(--paper);
}

body {
  margin: 0;
  color: var(--ink);
  background:
    radial-gradient(circle at 8% 12%, rgba(255, 255, 255, 0.64), transparent 25rem),
    linear-gradient(rgba(24, 32, 25, 0.025) 1px, transparent 1px),
    var(--paper);
  background-size: auto, 100% 4px, auto;
  font: 400 1rem/1.65 var(--sans);
  -webkit-font-smoothing: antialiased;
}

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

a { color: inherit; text-decoration-thickness: 1px; text-underline-offset: 0.2em; }

button, input, select, textarea { font: inherit; }

button, a { -webkit-tap-highlight-color: transparent; }

:focus-visible {
  outline: 3px solid var(--signal);
  outline-offset: 4px;
}

::selection { color: var(--paper-light); background: var(--spruce); }

.skip-link {
  position: fixed;
  z-index: 100;
  top: 0.75rem;
  left: 0.75rem;
  padding: 0.65rem 0.9rem;
  color: #fff;
  background: var(--ink);
  transform: translateY(-160%);
}

.skip-link:focus { transform: translateY(0); }

.eyebrow,
.field-label,
.route-meta dt,
.note-label,
.section-index,
.status,
.mini-label {
  margin: 0;
  font: 700 0.72rem/1.35 var(--mono);
  letter-spacing: 0.09em;
  text-transform: uppercase;
}

.eyebrow { color: var(--signal); }

h1, h2, h3, p { text-wrap: pretty; }

h1, h2, h3 {
  margin-top: 0;
  font-family: var(--serif);
  font-weight: 540;
  line-height: 0.98;
  letter-spacing: -0.025em;
}

h1 { font-size: clamp(3.25rem, 8.5vw, 8.5rem); }
h2 { font-size: clamp(2.35rem, 5.2vw, 5.2rem); }
h3 { font-size: clamp(1.5rem, 2.3vw, 2.15rem); }

.lede {
  max-width: 41rem;
  color: var(--ink-soft);
  font-size: clamp(1.08rem, 1.6vw, 1.3rem);
  line-height: 1.55;
}

.bp-header {
  position: relative;
  z-index: 20;
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 5.5rem;
  padding: 1rem var(--gutter);
  border-bottom: 1px solid var(--rule);
  background: color-mix(in srgb, var(--paper) 92%, transparent);
}

.brand {
  display: inline-flex;
  align-items: baseline;
  gap: 0.55rem;
  min-height: 2.75rem;
  text-decoration: none;
}

.brand-mark {
  font: 700 1.05rem/1 var(--mono);
  letter-spacing: -0.08em;
}

.brand-divider { color: var(--signal); }

.brand-name {
  font: 650 0.78rem/1 var(--sans);
  letter-spacing: 0.11em;
  text-transform: uppercase;
}

.nav-toggle {
  display: none;
  min-width: 3rem;
  min-height: 3rem;
  border: 1px solid var(--rule-strong);
  color: inherit;
  background: transparent;
  cursor: pointer;
}

.site-nav { display: flex; align-items: center; gap: clamp(0.75rem, 2vw, 1.65rem); }

.site-nav a {
  display: inline-flex;
  align-items: center;
  min-height: 2.75rem;
  font-size: 0.87rem;
  font-weight: 650;
  text-decoration: none;
}

.site-nav a:hover, .site-nav a[aria-current="page"] { color: var(--signal); }

.site-nav .nav-cta {
  padding: 0 1rem;
  color: var(--paper-light);
  background: var(--spruce);
}

.site-nav .nav-cta:hover { color: #fff; background: var(--signal); }

.shell {
  width: min(calc(100% - (2 * var(--gutter))), var(--max));
  margin-inline: auto;
}

.hero-home {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(22rem, 0.92fr);
  min-height: min(780px, calc(100svh - 5.5rem));
  border-bottom: 1px solid var(--rule-strong);
}

.hero-copy {
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: clamp(2.25rem, 3.5vw, 4rem) var(--gutter);
  padding-left: max(var(--gutter), calc((100vw - var(--max)) / 2));
}

.hero-copy h1 {
  max-width: 13ch;
  margin: 1rem 0 1.4rem;
  font-size: clamp(3.4rem, 6vw, 6.75rem);
}

.hero-copy .lede { max-width: 32rem; }

.hero-media { position: relative; min-height: 36rem; overflow: hidden; background: var(--spruce); }
.hero-media picture, .hero-media img { width: 100%; height: 100%; }
.hero-media img { object-fit: cover; object-position: 52% center; filter: saturate(0.78) contrast(1.04); }
.hero-media::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background: linear-gradient(90deg, rgba(24, 32, 25, 0.16), transparent 30%), linear-gradient(0deg, rgba(24, 32, 25, 0.35), transparent 45%);
}

.photo-note {
  position: absolute;
  z-index: 2;
  right: 1.25rem;
  bottom: 1.2rem;
  margin: 0;
  color: #fff;
  font: 600 0.68rem/1.35 var(--mono);
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.button-row { display: flex; flex-wrap: wrap; gap: 0.75rem; margin-top: 1.75rem; }

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.6rem;
  min-height: 3.25rem;
  padding: 0.7rem 1.15rem;
  border: 1px solid var(--ink);
  font-size: 0.9rem;
  font-weight: 700;
  line-height: 1.2;
  text-decoration: none;
  cursor: pointer;
  transition: color 150ms ease, background 150ms ease, transform 150ms ease;
}

.button:hover { transform: translateY(-2px); }
.button-primary { color: var(--paper-light); background: var(--spruce); }
.button-primary:hover { background: var(--signal); }
.button-secondary { background: transparent; }
.button-secondary:hover { color: var(--paper-light); background: var(--ink); }
.button-light { border-color: var(--paper-light); color: var(--paper-light); }
.button-light:hover { color: var(--ink); background: var(--paper-light); }

.trust-strip {
  border-bottom: 1px solid var(--rule);
  background: var(--paper-light);
}

.trust-grid { display: grid; grid-template-columns: repeat(4, 1fr); }
.trust-item { padding: 1.25rem clamp(1rem, 2vw, 1.7rem); border-left: 1px solid var(--rule); }
.trust-item:first-child { border-left: 0; }
.trust-item strong { display: block; margin-bottom: 0.2rem; font: 650 0.92rem/1.35 var(--sans); }
.trust-item span { display: block; color: var(--ink-soft); font-size: 0.8rem; line-height: 1.4; }

.section { padding-block: var(--section); border-bottom: 1px solid var(--rule); }

.section-heading {
  display: grid;
  grid-template-columns: minmax(8rem, 0.3fr) minmax(0, 1.7fr);
  gap: 2rem;
  align-items: start;
  margin-bottom: clamp(2.5rem, 5vw, 4.5rem);
}

.section-heading h2 { max-width: 13ch; margin-bottom: 0; }
.section-heading .lede { align-self: end; margin: 0 0 0.35rem; }
.section-index { display: flex; align-items: center; gap: 0.6rem; color: var(--signal); }
.section-index::after { content: ""; width: 3rem; height: 1px; background: currentColor; }

.choice-grid { display: grid; grid-template-columns: 1fr 1fr; border: 1px solid var(--rule-strong); }
.choice {
  position: relative;
  min-height: 30rem;
  padding: clamp(1.5rem, 4vw, 3.4rem);
  overflow: hidden;
  background: var(--paper-light);
}
.choice + .choice { border-left: 1px solid var(--rule-strong); }
.choice h3 { max-width: 10ch; margin: 1rem 0 1.1rem; font-size: clamp(2.4rem, 4.6vw, 4.6rem); }
.choice p { max-width: 31rem; color: var(--ink-soft); }
.choice .button { position: absolute; left: clamp(1.5rem, 4vw, 3.4rem); bottom: clamp(1.5rem, 4vw, 3.4rem); }
.choice::before {
  content: attr(data-number);
  position: absolute;
  top: -0.2em;
  right: -0.02em;
  color: rgba(31, 61, 47, 0.06);
  font: 600 13rem/1 var(--serif);
}
.choice:hover { background: var(--spruce-light); }

.route-list { border-top: 1px solid var(--rule-strong); }
.route-row {
  display: grid;
  grid-template-columns: 4rem minmax(0, 1.2fr) minmax(13rem, 0.55fr) 2.5rem;
  gap: 1.5rem;
  align-items: center;
  min-height: 8.6rem;
  padding-block: 1.2rem;
  border-bottom: 1px solid var(--rule-strong);
  text-decoration: none;
}
.route-row:hover .route-name { color: var(--signal); transform: translateX(0.25rem); }
.route-number { font: 700 0.72rem/1 var(--mono); }
.route-name { margin: 0; transition: transform 150ms ease; }
.route-summary { margin: 0; color: var(--ink-soft); font-size: 0.92rem; }
.route-arrow { font-size: 1.4rem; }

.field-note {
  position: relative;
  padding: clamp(2rem, 5vw, 4.5rem);
  border: 1px solid var(--rule-strong);
  background: var(--paper-light);
}
.field-note::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 3.1rem;
  width: 1px;
  background: rgba(184, 74, 50, 0.32);
}

.included-grid { display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid var(--rule-strong); }
.included-item { padding: 1.6rem 1.5rem 1.6rem 0; border-bottom: 1px solid var(--rule); }
.included-item:not(:nth-child(3n + 1)) { padding-left: 1.5rem; border-left: 1px solid var(--rule); }
.included-item h3 { margin-bottom: 0.65rem; font-family: var(--sans); font-size: 1rem; line-height: 1.35; letter-spacing: 0; }
.included-item p { margin: 0; color: var(--ink-soft); font-size: 0.88rem; }
.included-number { display: block; margin-bottom: 1.6rem; color: var(--signal); font: 700 0.7rem/1 var(--mono); }

.split-photo { display: grid; grid-template-columns: 1.06fr 0.94fr; min-height: 38rem; }
.split-photo-media { min-height: 34rem; overflow: hidden; background: var(--spruce); }
.split-photo-media picture, .split-photo-media img { width: 100%; height: 100%; }
.split-photo-media img { object-fit: cover; filter: saturate(0.78); }
.split-photo-copy { display: flex; flex-direction: column; justify-content: center; padding: clamp(2.5rem, 6vw, 6rem); background: var(--spruce); color: var(--paper-light); }
.split-photo-copy .eyebrow { color: #ef8a70; }
.split-photo-copy h2 { margin: 1rem 0 1.4rem; }
.split-photo-copy p { color: rgba(250, 247, 239, 0.78); }

.steps { display: grid; grid-template-columns: repeat(4, 1fr); border-top: 1px solid var(--rule-strong); }
.step { min-height: 15rem; padding: 1.5rem; border-bottom: 1px solid var(--rule-strong); border-left: 1px solid var(--rule); }
.step:first-child { border-left: 0; }
.step strong { display: block; margin: 3.2rem 0 0.75rem; font-family: var(--serif); font-size: 1.55rem; font-weight: 560; line-height: 1.05; }
.step p { margin: 0; color: var(--ink-soft); font-size: 0.86rem; }

.faq-list { border-top: 1px solid var(--rule-strong); }
.faq-list details { border-bottom: 1px solid var(--rule-strong); }
.faq-list summary {
  position: relative;
  padding: 1.45rem 3rem 1.45rem 0;
  font-family: var(--serif);
  font-size: clamp(1.25rem, 2vw, 1.65rem);
  font-weight: 560;
  line-height: 1.2;
  cursor: pointer;
  list-style: none;
}
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary::after { content: "+"; position: absolute; right: 0.25rem; font-family: var(--mono); }
.faq-list details[open] summary::after { content: "−"; }
.faq-list details p { max-width: 50rem; margin: 0; padding: 0 3rem 1.6rem 0; color: var(--ink-soft); }

.page-hero { padding: clamp(4rem, 8vw, 7rem) 0 clamp(3.5rem, 7vw, 6rem); border-bottom: 1px solid var(--rule-strong); }
.page-hero-grid { display: grid; grid-template-columns: minmax(0, 1.4fr) minmax(18rem, 0.6fr); gap: clamp(2rem, 5vw, 5rem); align-items: end; }
.page-hero h1 { max-width: 12ch; margin: 1rem 0 0; }
.page-hero .lede { margin: 0 0 0.45rem; }
.page-hero .button-row { margin-top: 1.5rem; }

.status-banner { padding: 1rem 0; color: var(--paper-light); background: var(--spruce); }
.status-banner .shell { display: flex; gap: 1rem; align-items: center; justify-content: space-between; }
.status-banner p { margin: 0; font-size: 0.9rem; }
.status { color: #f0a58f; }

.departure-list { border-top: 1px solid var(--rule-strong); }
.departure {
  display: grid;
  grid-template-columns: minmax(9rem, 0.35fr) minmax(0, 1.25fr) minmax(10rem, 0.4fr);
  gap: 2rem;
  padding: 2.5rem 0;
  border-bottom: 1px solid var(--rule-strong);
}
.departure h2 { margin: 0 0 0.7rem; font-size: clamp(2rem, 4vw, 3.8rem); }
.departure p { color: var(--ink-soft); }
.departure-side { display: flex; flex-direction: column; align-items: flex-start; justify-content: space-between; }
.departure-side .status { color: var(--signal); }

.pricing-note {
  display: grid;
  grid-template-columns: 1fr 1fr;
  border: 1px solid var(--rule-strong);
  background: var(--paper-light);
}
.price-column { padding: clamp(1.5rem, 4vw, 3rem); }
.price-column + .price-column { border-left: 1px solid var(--rule-strong); }
.price { margin: 1rem 0; font-family: var(--serif); font-size: clamp(2.6rem, 5vw, 4.6rem); line-height: 1; }
.price small { display: block; margin-top: 0.5rem; font: 600 0.75rem/1.4 var(--sans); color: var(--ink-soft); }

.route-hero { display: grid; grid-template-columns: minmax(0, 1.1fr) minmax(20rem, 0.9fr); min-height: 36rem; border-bottom: 1px solid var(--rule-strong); }
.route-hero-copy { display: flex; flex-direction: column; justify-content: center; padding: clamp(3rem, 7vw, 7rem) var(--gutter); padding-left: max(var(--gutter), calc((100vw - var(--max)) / 2)); }
.route-hero h1 { max-width: 10ch; margin: 1rem 0 1.3rem; }
.route-dossier { display: flex; flex-direction: column; justify-content: flex-end; padding: clamp(2rem, 5vw, 4.5rem); color: var(--paper-light); background: var(--spruce); }
.route-meta { display: grid; grid-template-columns: 1fr 1fr; margin: 0; border-top: 1px solid rgba(255,255,255,.3); }
.route-meta div { padding: 1rem 1rem 1rem 0; border-bottom: 1px solid rgba(255,255,255,.3); }
.route-meta div:nth-child(even) { padding-left: 1rem; border-left: 1px solid rgba(255,255,255,.3); }
.route-meta dt { color: #f0a58f; }
.route-meta dd { margin: 0.35rem 0 0; }

.content-grid { display: grid; grid-template-columns: minmax(0, 1.25fr) minmax(15rem, 0.45fr); gap: clamp(3rem, 8vw, 8rem); }
.prose { max-width: 46rem; }
.prose h2 { margin-top: 2.5rem; font-size: clamp(2rem, 4vw, 3.4rem); }
.prose h3 { margin-top: 2.2rem; font-family: var(--sans); font-size: 1.05rem; letter-spacing: 0; line-height: 1.35; }
.prose p, .prose li { color: var(--ink-soft); }
.prose li + li { margin-top: 0.5rem; }
.margin-note { align-self: start; padding: 1.25rem 0 1.25rem 1.25rem; border-left: 3px solid var(--signal); }
.margin-note p { margin: 0.5rem 0 0; color: var(--ink-soft); font-size: 0.87rem; }
.sticky { position: sticky; top: 2rem; }

.photo-band { display: grid; grid-template-columns: 1.2fr 0.8fr; min-height: 36rem; }
.photo-band figure { position: relative; margin: 0; min-height: 28rem; overflow: hidden; }
.photo-band picture, .photo-band img { width: 100%; height: 100%; }
.photo-band img { object-fit: cover; filter: saturate(0.78); }
.photo-band figure + figure { border-left: 0.35rem solid var(--paper); }

.form-layout { display: grid; grid-template-columns: minmax(15rem, 0.52fr) minmax(0, 1.48fr); gap: clamp(2.5rem, 7vw, 7rem); align-items: start; }
.contact-options { padding-top: 1.25rem; border-top: 1px solid var(--rule-strong); }
.contact-options a { display: block; padding: 0.9rem 0; border-bottom: 1px solid var(--rule); font-weight: 700; text-decoration: none; }
.contact-options a:hover { color: var(--signal); }

.inquiry-form { padding: clamp(1.4rem, 4vw, 3rem); border: 1px solid var(--rule-strong); background: var(--paper-light); }
.form-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 1.2rem; }
.field { min-width: 0; }
.field-full { grid-column: 1 / -1; }
.field label { display: block; margin-bottom: 0.45rem; font-size: 0.83rem; font-weight: 700; }
.field input, .field select, .field textarea {
  width: 100%;
  min-height: 3.2rem;
  padding: 0.75rem 0.8rem;
  border: 1px solid var(--rule-strong);
  border-radius: 0;
  color: var(--ink);
  background: var(--paper);
}
.field textarea { min-height: 8rem; resize: vertical; }
.field input:focus, .field select:focus, .field textarea:focus { border-color: var(--signal); outline: 2px solid var(--signal); outline-offset: 1px; }
.field [aria-invalid="true"] { border-color: var(--signal); }
.field-error { min-height: 1.25rem; margin: 0.3rem 0 0; color: #8c2f20; font-size: 0.77rem; }
.form-actions { display: flex; flex-wrap: wrap; gap: 1rem; align-items: center; margin-top: 1.4rem; }
.form-note, .form-status { color: var(--ink-soft); font-size: 0.78rem; }
.form-status { width: 100%; margin: 0; }
.form-status.is-success { color: #185c3a; font-weight: 700; }
.form-status.is-error { color: #8c2f20; font-weight: 700; }
.hp-field { position: absolute; left: -9999px; }

.legal-copy { max-width: 52rem; }
.legal-copy h2 { margin-top: 3rem; font-size: 2.2rem; }
.legal-copy h2:first-child { margin-top: 0; }
.legal-copy p, .legal-copy li { color: var(--ink-soft); }

.cta-band { padding: clamp(3rem, 7vw, 6rem) 0; color: var(--paper-light); background: var(--spruce); }
.cta-grid { display: grid; grid-template-columns: minmax(0, 1.3fr) minmax(15rem, 0.7fr); gap: 3rem; align-items: end; }
.cta-grid h2 { max-width: 13ch; margin: 0; }
.cta-grid .button-row { justify-content: flex-end; margin: 0; }

.bp-footer { color: var(--paper-light); background: var(--ink); }
.footer-main { display: grid; grid-template-columns: 1.1fr 0.9fr; gap: 3rem; padding-block: clamp(3rem, 6vw, 5.5rem); }
.footer-mark { font-family: var(--serif); font-size: clamp(2.4rem, 5vw, 5rem); line-height: 0.95; }
.footer-mark span { color: #ef8a70; }
.footer-nav { display: grid; grid-template-columns: 1fr 1fr; gap: 0.7rem 2rem; align-content: start; }
.footer-nav a { min-height: 2rem; color: rgba(250,247,239,.75); font-size: 0.88rem; text-decoration: none; }
.footer-nav a:hover { color: #fff; }
.footer-bottom { display: flex; justify-content: space-between; gap: 1.5rem; padding: 1.2rem 0; border-top: 1px solid rgba(255,255,255,.18); color: rgba(250,247,239,.56); font-size: 0.72rem; }

[data-reveal] { opacity: 1; transform: none; }

@media (scripting: enabled) {
  [data-reveal] { opacity: 0; transform: translateY(1.25rem); transition: opacity 500ms ease, transform 500ms ease; }
  [data-reveal].is-visible { opacity: 1; transform: none; }
}

@media (max-width: 900px) {
  .nav-toggle { display: inline-flex; align-items: center; justify-content: center; }
  .site-nav {
    position: absolute;
    top: 100%;
    right: 0;
    left: 0;
    display: none;
    align-items: stretch;
    flex-direction: column;
    gap: 0;
    padding: 0.75rem var(--gutter) 1.2rem;
    border-bottom: 1px solid var(--rule-strong);
    background: var(--paper-light);
  }
  .site-nav.is-open { display: flex; }
  .site-nav a { padding: 0.45rem 0; border-bottom: 1px solid var(--rule); }
  .site-nav .nav-cta { justify-content: center; margin-top: 0.75rem; padding: 0 1rem; border-bottom: 0; }
  .hero-home { grid-template-columns: 1fr; }
  .hero-copy { min-height: 37rem; padding-left: var(--gutter); }
  .hero-media { min-height: 32rem; }
  .trust-grid { grid-template-columns: 1fr 1fr; }
  .trust-item:nth-child(3) { border-left: 0; border-top: 1px solid var(--rule); }
  .trust-item:nth-child(4) { border-top: 1px solid var(--rule); }
  .section-heading, .page-hero-grid { grid-template-columns: 1fr; }
  .section-heading h2 { max-width: 15ch; }
  .choice-grid, .pricing-note { grid-template-columns: 1fr; }
  .choice + .choice, .price-column + .price-column { border-top: 1px solid var(--rule-strong); border-left: 0; }
  .included-grid { grid-template-columns: 1fr 1fr; }
  .included-item:not(:nth-child(3n + 1)) { padding-left: 0; border-left: 0; }
  .included-item:nth-child(even) { padding-left: 1.5rem; border-left: 1px solid var(--rule); }
  .steps { grid-template-columns: 1fr 1fr; }
  .step:nth-child(3) { border-left: 0; }
  .route-hero, .split-photo, .form-layout { grid-template-columns: 1fr; }
  .route-hero-copy { padding-left: var(--gutter); }
  .route-dossier { min-height: 25rem; }
  .split-photo-media { min-height: 30rem; }
  .departure { grid-template-columns: 8rem minmax(0, 1fr); }
  .departure-side { grid-column: 2; gap: 1rem; }
  .photo-band { min-height: 28rem; }
}

@media (max-width: 640px) {
  :root { --gutter: 1rem; --section: 4.4rem; }
  .bp-header { min-height: 4.6rem; }
  .brand-name { font-size: 0.68rem; }
  .hero-home { min-height: 0; }
  .hero-copy { min-height: 34rem; }
  .hero-copy h1 { font-size: clamp(3.25rem, 17vw, 5rem); }
  .hero-media { min-height: 24rem; }
  .button-row, .button { width: 100%; }
  .trust-grid { grid-template-columns: 1fr; }
  .trust-item { border-top: 1px solid var(--rule); border-left: 0; }
  .trust-item:first-child { border-top: 0; }
  .section-heading { gap: 1.3rem; }
  .choice { min-height: 27rem; }
  .route-row { grid-template-columns: 2.2rem minmax(0, 1fr) 1.5rem; gap: 0.85rem; }
  .route-summary { grid-column: 2; }
  .route-arrow { grid-column: 3; grid-row: 1 / span 2; }
  .included-grid, .steps, .content-grid, .photo-band, .cta-grid, .footer-main { grid-template-columns: 1fr; }
  .included-item, .included-item:nth-child(even) { padding: 1.25rem 0; border-left: 0; }
  .step { min-height: auto; padding: 1.25rem 0; border-left: 0; }
  .step strong { margin-top: 1.8rem; }
  .departure { grid-template-columns: 1fr; gap: 0.6rem; }
  .departure-side { grid-column: auto; }
  .route-meta { grid-template-columns: 1fr; }
  .route-meta div:nth-child(even) { padding-left: 0; border-left: 0; }
  .photo-band figure + figure { border-top: 0.35rem solid var(--paper); border-left: 0; }
  .form-grid { grid-template-columns: 1fr; }
  .field-full { grid-column: auto; }
  .form-actions .button { width: 100%; }
  .cta-grid .button-row { justify-content: stretch; }
  .footer-nav { grid-template-columns: 1fr 1fr; }
  .footer-bottom { flex-direction: column; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { scroll-behavior: auto !important; animation-duration: 0.01ms !important; animation-iteration-count: 1 !important; transition-duration: 0.01ms !important; }
  [data-reveal] { opacity: 1; transform: none; }
}

@media print {
  .bp-header, .cta-band, .bp-footer, .button-row { display: none; }
  body { background: #fff; }
  a { text-decoration: none; }
}
