:root {
  color-scheme: light;
  --ink: #202521;
  --muted: #70766e;
  --paper: #f6f4ee;
  --white: #fffefa;
  --line: #deded4;
  --green: #344d3e;
  --green-dark: #23372d;
  --rust: #c36e4b;
  --serif: 'DM Serif Display', Georgia, serif;
  --sans: 'DM Sans', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
  font-family: var(--sans);
  font-synthesis: none;
  text-rendering: optimizeLegibility;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--paper); font-size: 15px; line-height: 1.65; }
a { color: inherit; text-decoration: none; }
button, select { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
img { display: block; max-width: 100%; }
.page-shell { width: min(1160px, calc(100% - 64px)); margin-inline: auto; }
.prototype-note { height: 30px; display: flex; align-items: center; justify-content: center; gap: 9px; background: #27382e; color: #e8eee5; font-size: 9px; font-weight: 700; letter-spacing: .16em; }
.prototype-dot, .eyebrow > span:first-child { width: 6px; height: 6px; border-radius: 50%; background: #d78a62; }
.site-header { position: relative; z-index: 5; height: 78px; padding-inline: max(32px, calc((100vw - 1160px) / 2)); display: flex; align-items: center; justify-content: space-between; background: var(--paper); }
.brand { display: inline-flex; align-items: center; gap: 11px; }
.brand-mark { display: grid; width: 36px; height: 36px; place-items: center; border: 1px solid #b7b6aa; color: var(--green); font: 22px var(--serif); }
.brand-name { display: grid; color: var(--green-dark); font-size: 10px; font-weight: 700; line-height: 1.25; letter-spacing: .13em; }
.brand-name > span { color: #898b80; font-size: 8px; letter-spacing: .21em; }
.primary-nav { display: flex; align-items: center; gap: clamp(18px, 3vw, 39px); font-size: 12px; font-weight: 600; }
.primary-nav a { transition: color .2s ease; }
.primary-nav a:hover, .text-link:hover, .footer-top:hover { color: var(--rust); }
.primary-nav .nav-search { padding: 10px 15px; border: 1px solid #bfc1b6; }
.nav-search span { padding-right: 4px; font-size: 17px; vertical-align: -1px; }
.language-link { color: var(--muted); }
.menu-toggle { display: none; border: 0; background: none; color: var(--ink); }
.hero { position: relative; min-height: 590px; overflow: hidden; background: #344f47 url('assets/yangshuo.png') center 51% / cover no-repeat; color: white; }
.hero-backdrop, .destination-shade { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(19,35,31,.72) 0%, rgba(19,35,31,.38) 47%, rgba(19,35,31,.05) 100%), linear-gradient(0deg, rgba(19,35,31,.32), transparent 34%); }
.hero-inner { position: relative; min-height: 590px; display: flex; flex-direction: column; justify-content: center; padding-block: 75px 60px; }
.hero-copy { width: min(510px, 70%); margin-top: -15px; }
.eyebrow { margin: 0 0 15px; color: #82887e; font-size: 9px; font-weight: 700; line-height: 1.3; letter-spacing: .17em; }
.eyebrow-light { display: flex; align-items: center; gap: 9px; color: rgba(255,255,255,.8); }
h1, h2, h3, h4, p { margin-top: 0; }
h1, h2 { font-weight: 400; }
.hero h1 { margin: 0 0 18px; font: clamp(66px, 8vw, 100px)/.95 var(--serif); letter-spacing: -.035em; }
.hero h1 em, .journey-band h2 em, .route-overview h2 em { color: #e2b599; font-weight: 400; }
.hero-lede { max-width: 410px; margin-bottom: 26px; color: rgba(255,255,255,.88); font-size: 15px; }
.button { display: inline-flex; min-height: 47px; align-items: center; justify-content: center; gap: 24px; padding: 0 18px; border: 1px solid transparent; font-size: 11px; font-weight: 700; transition: background .2s ease, color .2s ease, border-color .2s ease, transform .2s ease; }
.button:hover { transform: translateY(-2px); }
.button-light { background: var(--white); color: var(--green-dark); }
.button-light:hover { background: #e9e7dc; }
.button-dark { background: var(--green-dark); color: white; }
.button-dark:hover { background: #45634f; }
.button-outline { border-color: rgba(255,255,255,.55); color: white; }
.button-outline:hover { background: white; color: var(--green-dark); }
.hero-caption { position: absolute; bottom: 37px; left: 0; display: flex; align-items: center; gap: 13px; font-size: 9px; font-weight: 700; letter-spacing: .14em; }
.caption-rule { width: 35px; height: 1px; background: #e2b599; }
.caption-muted { color: rgba(255,255,255,.65); font-weight: 400; letter-spacing: .03em; }
.hero-side-note { position: absolute; top: 50%; right: max(32px, calc((100vw - 1160px) / 2)); display: flex; align-items: center; gap: 13px; transform: translateY(-50%); writing-mode: vertical-rl; font-size: 8px; font-weight: 700; letter-spacing: .18em; }
.hero-side-note span:first-child { color: #e2b599; }
.finder-wrap { position: relative; z-index: 2; display: grid; grid-template-columns: .9fr 1.4fr; gap: 30px 60px; align-items: end; margin-top: -1px; padding: 54px 0 45px; border-bottom: 1px solid var(--line); }
.finder-intro h2, .section-heading h2, .prep-heading h2, .practical-heading h2, .route-overview h2, .journey-end h2 { margin-bottom: 10px; font: 35px/1.17 var(--serif); letter-spacing: -.02em; }
.finder-intro > p:last-child, .prep-intro, .practical-heading > p { max-width: 365px; margin-bottom: 0; color: var(--muted); font-size: 12px; }
.trip-finder { display: grid; grid-template-columns: 1fr 1fr auto; gap: 12px; align-items: end; }
.trip-finder label { display: grid; gap: 7px; color: #7e8279; font-size: 10px; }
.trip-finder select { width: 100%; min-height: 47px; padding: 0 30px 0 12px; border: 1px solid #d2d2c8; border-radius: 0; appearance: none; background: var(--white) url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8'%3E%3Cpath d='m1 1 5 5 5-5' fill='none' stroke='%2334473c' stroke-width='1.5'/%3E%3C/svg%3E") no-repeat right 12px center; color: var(--ink); font-size: 11px; }
.finder-result { grid-column: 2; padding: 15px 18px; border-left: 2px solid var(--rust); background: #efeee6; color: #454c45; font-size: 12px; }
.finder-result a { color: var(--green); font-weight: 700; text-decoration: underline; text-underline-offset: 3px; }
.section { padding-block: 82px; }
.section-heading { display: flex; align-items: end; justify-content: space-between; gap: 24px; margin-bottom: 27px; }
.section-heading h2 { margin-bottom: 0; }
.text-link { display: inline-flex; align-items: center; gap: 8px; color: var(--green); font-size: 11px; font-weight: 700; transition: color .2s; }
.destination-grid { display: grid; min-height: 425px; grid-template-columns: 1.24fr 1fr 1fr; gap: 15px; }
.destination-card { position: relative; isolation: isolate; min-height: 425px; overflow: hidden; background: #84918a; color: white; }
.destination-card img { position: absolute; z-index: -2; width: 100%; height: 100%; object-fit: cover; transition: transform .6s cubic-bezier(.2,.7,.2,1); }
.destination-card:hover img { transform: scale(1.045); }
.destination-card-large { min-height: 425px; }
.destination-card .destination-shade { z-index: -1; background: linear-gradient(0deg, rgba(19,31,27,.84), transparent 64%); }
.card-index { position: absolute; top: 18px; left: 17px; font-size: 8px; font-weight: 700; letter-spacing: .15em; }
.destination-card-copy { position: absolute; right: 20px; bottom: 22px; left: 20px; display: grid; gap: 8px; }
.destination-region { color: #e0c3a8; font-size: 8px; font-weight: 700; letter-spacing: .14em; }
.destination-card-copy strong { font: 38px/1 var(--serif); }
.destination-card-copy > span:nth-of-type(2) { max-width: 330px; color: rgba(255,255,255,.84); font-size: 11px; line-height: 1.55; }
.card-arrow { display: flex; justify-content: space-between; margin-top: 5px; padding-top: 10px; border-top: 1px solid rgba(255,255,255,.4); font-size: 9px; font-weight: 700; }
.card-arrow b { font-size: 14px; }
.journey-band { padding-block: 76px; background: var(--green-dark); color: white; }
.journey-layout { display: grid; grid-template-columns: .9fr 1fr; gap: 11%; align-items: center; }
.journey-lead h2 { margin: 0 0 16px; font: 47px/.98 var(--serif); }
.journey-lead > p:not(.eyebrow) { max-width: 365px; color: rgba(255,255,255,.7); font-size: 12px; }
.journey-lead .button { margin-top: 11px; }
.journey-steps { border-top: 1px solid rgba(255,255,255,.25); }
.journey-step { display: grid; grid-template-columns: 36px 1fr 20px; gap: 15px; align-items: start; padding: 21px 0; border-bottom: 1px solid rgba(255,255,255,.25); }
.step-number { padding-top: 2px; color: #d69b78; font-size: 9px; letter-spacing: .14em; }
.journey-step h3 { margin: 0 0 4px; font: 19px var(--serif); }
.journey-step p { margin: 0; color: rgba(255,255,255,.68); font-size: 10px; }
.step-symbol { color: #d69b78; text-align: right; }
.prep-heading, .practical-heading { display: flex; align-items: end; justify-content: space-between; gap: 32px; margin-bottom: 27px; }
.prep-heading h2, .practical-heading h2 { margin-bottom: 0; }
.prep-intro, .practical-heading > p { max-width: 325px; padding-bottom: 4px; }
.prep-grid { display: grid; grid-template-columns: repeat(3, 1fr); border: 1px solid var(--line); }
.prep-card { position: relative; min-height: 220px; padding: 27px 25px; border-right: 1px solid var(--line); transition: background .2s ease; }
.prep-card:last-child { border-right: 0; }
.prep-card:hover { background: #eeede4; }
.prep-icon { position: absolute; top: 22px; right: 24px; color: var(--rust); font-size: 15px; }
.prep-number { color: #9a9b91; font-size: 9px; letter-spacing: .15em; }
.prep-card h3 { margin: 18px 0 7px; font: 22px var(--serif); }
.prep-card p { min-height: 46px; margin-bottom: 16px; color: var(--muted); font-size: 10px; }
.prep-card .text-link { font-size: 9px; }
.closing-note { display: grid; grid-template-columns: 60px 1fr auto; gap: 25px; align-items: center; padding-block: 36px; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.closing-mark { display: grid; width: 52px; height: 52px; place-items: center; border: 1px solid #c4c4b8; color: var(--green); font: 26px var(--serif); }
.closing-note .eyebrow { margin-bottom: 7px; }
.closing-note h2 { margin: 0; font: 25px/1.15 var(--serif); }
.closing-note h2 em { color: var(--rust); font-weight: 400; }
.site-footer { display: flex; min-height: 100px; align-items: center; justify-content: space-between; gap: 25px; }
.brand-footer .brand-mark { width: 30px; height: 30px; font-size: 18px; }
.brand-footer .brand-name { font-size: 8px; }
.brand-footer .brand-name > span { font-size: 7px; }
.site-footer > p { max-width: 435px; margin: 0; color: #888b82; font-size: 9px; text-align: center; }
.footer-top { color: var(--green); font-size: 10px; font-weight: 700; white-space: nowrap; }

/* Destination and itinerary pages */
.breadcrumb { display: flex; gap: 10px; padding-block: 16px; color: #888b82; font-size: 10px; }
.breadcrumb a:hover { color: var(--green); }
.destination-hero { position: relative; display: flex; min-height: 430px; align-items: center; overflow: hidden; background: var(--green-dark); color: white; }
.destination-hero-image { position: absolute; inset: 0; background-position: center; background-size: cover; }
.destination-hero::after { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(22,37,31,.78), rgba(22,37,31,.1)); content: ''; }
.destination-hero-content { position: relative; z-index: 1; width: min(560px, 70%); padding: 56px 0 70px 7%; }
.destination-hero h1 { margin: 10px 0 5px; font: clamp(48px, 6vw, 70px)/1 var(--serif); }
.destination-subtitle { margin-bottom: 9px; color: #e5bd9f; font: 21px var(--serif); }
.destination-description { max-width: 390px; margin-bottom: 20px; color: rgba(255,255,255,.82); font-size: 12px; }
.destination-image-label { position: absolute; z-index: 1; right: 24px; bottom: 19px; left: 24px; display: flex; justify-content: space-between; color: rgba(255,255,255,.78); font-size: 8px; font-weight: 700; letter-spacing: .13em; }
.at-a-glance { display: grid; grid-template-columns: repeat(4, 1fr); padding-block: 23px; border-bottom: 1px solid var(--line); }
.at-a-glance > div { display: grid; gap: 5px; padding-left: 22px; border-left: 1px solid var(--line); }
.at-a-glance > div:first-child { padding-left: 0; border-left: 0; }
.glance-label { color: #878a80; font-size: 8px; font-weight: 700; letter-spacing: .13em; }
.at-a-glance strong { font-size: 12px; font-weight: 600; }
.glance-action { align-content: center; justify-content: end; }
.place-story { display: grid; grid-template-columns: .85fr 1fr; gap: 13%; padding-block: 73px; }
.story-lead h2 { max-width: 420px; margin: 0; font: 36px/1.15 var(--serif); }
.story-copy > p:first-child { max-width: 510px; color: #5f665f; font-size: 13px; }
.editorial-note { display: grid; grid-template-columns: 95px 1fr; gap: 15px; margin: 27px 0 0; padding-top: 15px; border-top: 1px solid var(--line); color: var(--green); font-size: 11px; }
.editorial-note span:first-child { color: var(--rust); font-size: 8px; font-weight: 700; letter-spacing: .14em; }
.experience-section { padding-block: 65px 70px; background: var(--green-dark); color: white; }
.section-heading-light { align-items: end; }
.section-heading-light h2 { color: white; }
.section-index { color: #b6b9ae; font-size: 8px; font-weight: 700; letter-spacing: .14em; white-space: nowrap; }
.experience-grid { display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid rgba(255,255,255,.25); }
.experience-card { min-height: 150px; padding: 18px 24px 0 0; }
.experience-card + .experience-card { padding-left: 24px; border-left: 1px solid rgba(255,255,255,.25); }
.experience-card > span { color: #d69b78; font-size: 9px; letter-spacing: .12em; }
.experience-card h3 { margin: 17px 0 5px; font: 20px var(--serif); }
.experience-card p { max-width: 280px; margin: 0; color: rgba(255,255,255,.67); font-size: 10px; }
.practical-section { padding-block: 75px; }
.practical-grid { display: grid; grid-template-columns: repeat(3, 1fr); border: 1px solid var(--line); }
.practical-card { min-height: 200px; padding: 23px; border-right: 1px solid var(--line); }
.practical-card:last-child { border-right: 0; }
.practical-number { color: var(--rust); font-size: 8px; font-weight: 700; letter-spacing: .13em; }
.practical-card h3 { margin: 16px 0 6px; font: 21px var(--serif); }
.practical-card p { min-height: 49px; margin-bottom: 11px; color: var(--muted); font-size: 10px; }
.practical-card .text-link { font-size: 9px; }
.practical-card-note { background: #eeede4; }
.freshness { display: flex; align-items: center; gap: 7px; color: #73796f; font-size: 9px; }
.freshness-dot { width: 6px; height: 6px; border-radius: 50%; background: #cd986c; }
.route-callout { display: grid; grid-template-columns: 1fr 1fr; min-height: 270px; margin-bottom: 72px; background: #eae8de; }
.route-callout-image { min-height: 270px; background: center / cover no-repeat; }
.route-callout-copy { align-self: center; padding: 36px clamp(24px, 5vw, 58px); }
.route-callout-copy h2 { margin: 0 0 10px; font: 31px/1.15 var(--serif); }
.route-callout-copy > p:not(.eyebrow) { max-width: 360px; color: var(--muted); font-size: 11px; }
.route-callout-copy .button { margin-top: 7px; }
.itinerary-hero { display: grid; grid-template-columns: 1fr .85fr; gap: 50px; align-items: center; padding-block: 37px 54px; }
.itinerary-hero-copy { padding-block: 22px; }
.eyebrow-line { display: inline-block; width: 27px; height: 1px; background: var(--rust); vertical-align: middle; }
.itinerary-hero h1 { max-width: 560px; margin: 14px 0 12px; font: clamp(43px, 5vw, 61px)/1.04 var(--serif); }
.itinerary-hero-copy > p:not(.eyebrow) { max-width: 480px; color: var(--muted); font-size: 12px; }
.route-tags { display: flex; flex-wrap: wrap; gap: 8px; margin: 19px 0 23px; }
.route-tags span { padding: 5px 10px; border: 1px solid #d3d3c8; color: #596258; font-size: 9px; }
.itinerary-hero-image { min-height: 330px; background: center / cover no-repeat; }
.route-overview { display: grid; grid-template-columns: .75fr 1fr; gap: 8%; align-items: center; padding-block: 39px 52px; border-top: 1px solid var(--line); }
.route-overview h2 { font-size: 32px; }
.route-overview-title > p:last-child { max-width: 340px; margin: 0; color: var(--muted); font-size: 10px; }
.route-map { position: relative; min-height: 180px; display: flex; align-items: center; justify-content: space-between; padding: 0 6%; background: #ecebe3; }
.route-line { position: absolute; top: 50%; right: 16%; left: 16%; height: 1px; background: #9da898; }
.route-stop { position: relative; z-index: 1; display: grid; justify-items: center; gap: 10px; max-width: 130px; text-align: center; }
.route-stop-dot { width: 12px; height: 12px; border: 3px solid #ecebe3; border-radius: 50%; background: var(--rust); box-shadow: 0 0 0 1px var(--rust); }
.route-stop small { display: block; color: #868a80; font-size: 7px; font-weight: 700; letter-spacing: .12em; }
.route-stop strong { display: block; margin-top: 3px; font-size: 10px; }
.route-map-label { position: absolute; right: 12px; bottom: 9px; color: #84897f; font-size: 7px; letter-spacing: .12em; }
.day-section { padding-block: 60px 72px; background: #efeee7; }
.day-tabs { display: grid; grid-template-columns: repeat(3, 1fr); margin-top: 24px; border-bottom: 1px solid #d5d5ca; }
.day-tab { display: grid; gap: 5px; padding: 13px 15px 15px; border: 0; border-bottom: 2px solid transparent; background: transparent; color: #8a8d84; text-align: left; cursor: pointer; }
.day-tab > span:first-child { font-size: 8px; font-weight: 700; letter-spacing: .12em; }
.day-tab > span:last-child { color: var(--ink); font: 16px var(--serif); }
.day-tab.is-active { border-bottom-color: var(--rust); color: var(--rust); }
.day-tab:focus-visible, .menu-toggle:focus-visible, a:focus-visible, button:focus-visible, select:focus-visible { outline: 2px solid #c36e4b; outline-offset: 3px; }
.day-panel { padding: 29px; background: var(--white); }
.day-panel-heading { display: flex; align-items: center; gap: 17px; margin-bottom: 22px; }
.day-number { color: #d7d4c8; font: 52px/.9 var(--serif); }
.day-panel-heading .eyebrow { margin-bottom: 3px; }
.day-panel-heading h3 { margin: 0; font: 25px var(--serif); }
.day-panel-content { display: grid; grid-template-columns: 1.4fr .8fr; gap: 40px; }
.day-timeline { border-top: 1px solid var(--line); }
.timeline-item { display: grid; grid-template-columns: 90px 1fr; gap: 14px; padding: 14px 0; border-bottom: 1px solid var(--line); }
.timeline-time { padding-top: 3px; color: var(--rust); font-size: 8px; font-weight: 700; letter-spacing: .1em; }
.timeline-item h4 { margin: 0 0 3px; font: 16px var(--serif); }
.timeline-item p { margin: 0; color: var(--muted); font-size: 10px; }
.day-note { align-self: start; padding: 19px; background: #f0efe7; }
.note-icon { color: var(--rust); }
.day-note .eyebrow { margin: 8px 0; }
.day-note > p:not(.eyebrow) { color: #646b62; font-size: 10px; }
.day-note .text-link { font-size: 9px; }
.journey-end { display: flex; align-items: center; justify-content: space-between; gap: 24px; padding-block: 45px; }
.journey-end .eyebrow { margin-bottom: 8px; }
.journey-end h2 { margin: 0; font-size: 29px; }

@media (max-width: 800px) {
  .page-shell { width: min(100% - 40px, 650px); }
  .site-header { height: 68px; padding-inline: 20px; }
  .menu-toggle { display: block; padding: 8px 0 8px 12px; font-size: 12px; font-weight: 700; cursor: pointer; }
  .primary-nav { position: absolute; top: 68px; right: 0; left: 0; display: none; align-items: stretch; gap: 0; padding: 8px 20px 17px; background: var(--paper); box-shadow: 0 12px 15px rgba(25,36,29,.1); }
  .primary-nav.is-open { display: grid; }
  .primary-nav a { padding: 11px 0; border-bottom: 1px solid var(--line); }
  .primary-nav .nav-search { margin-top: 8px; padding: 10px 12px; border: 1px solid #bfc1b6; }
  .language-link { border-bottom: 0 !important; }
  .hero, .hero-inner { min-height: 550px; }
  .hero-copy { width: min(510px, 88%); }
  .hero-side-note { right: 20px; }
  .finder-wrap { grid-template-columns: 1fr; gap: 22px; padding-block: 42px; }
  .finder-result { grid-column: auto; }
  .destination-grid { grid-template-columns: 1fr 1fr; }
  .destination-card:first-child { grid-column: span 2; min-height: 370px; }
  .destination-card { min-height: 320px; }
  .journey-layout { grid-template-columns: 1fr; gap: 40px; }
  .journey-band { padding-block: 58px; }
  .section { padding-block: 62px; }
  .destination-hero { width: 100%; min-height: 400px; }
  .destination-hero-content { padding-left: max(24px, calc((100vw - 650px) / 2)); }
  .at-a-glance { grid-template-columns: 1fr 1fr; row-gap: 18px; }
  .at-a-glance > div:nth-child(3) { padding-left: 0; border-left: 0; }
  .glance-action { justify-content: start; }
  .place-story { grid-template-columns: 1fr; gap: 24px; padding-block: 55px; }
  .route-callout { width: min(100% - 40px, 650px); }
  .itinerary-hero { grid-template-columns: 1fr .78fr; gap: 25px; }
  .itinerary-hero-image { min-height: 290px; }
  .route-overview { grid-template-columns: 1fr; gap: 25px; }
}

@media (max-width: 560px) {
  body { font-size: 14px; }
  .page-shell { width: calc(100% - 36px); }
  .prototype-note { height: 27px; font-size: 8px; }
  .hero, .hero-inner { min-height: 520px; }
  .hero { background-position: 56% center; }
  .hero-backdrop { background: linear-gradient(90deg, rgba(19,35,31,.71), rgba(19,35,31,.18)), linear-gradient(0deg, rgba(19,31,27,.36), transparent 48%); }
  .hero-inner { padding-block: 54px; }
  .hero-copy { width: 92%; }
  .hero h1 { font-size: 72px; }
  .hero-lede { max-width: 340px; font-size: 13px; }
  .hero-side-note { display: none; }
  .hero-caption { bottom: 23px; }
  .finder-intro h2, .section-heading h2, .prep-heading h2, .practical-heading h2 { font-size: 30px; }
  .trip-finder { grid-template-columns: 1fr 1fr; }
  .trip-finder .button { grid-column: span 2; }
  .section-heading { align-items: start; }
  .section-heading > .text-link { margin-top: 28px; font-size: 9px; white-space: nowrap; }
  .destination-grid { grid-template-columns: 1fr; gap: 12px; }
  .destination-card, .destination-card:first-child { grid-column: auto; min-height: 340px; }
  .destination-card-copy strong { font-size: 35px; }
  .journey-lead h2 { font-size: 43px; }
  .prep-heading, .practical-heading { display: block; }
  .prep-intro, .practical-heading > p { margin-top: 14px; }
  .prep-grid, .practical-grid { grid-template-columns: 1fr; }
  .prep-card, .practical-card { min-height: auto; padding: 22px; border-right: 0; border-bottom: 1px solid var(--line); }
  .prep-card:last-child, .practical-card:last-child { border-bottom: 0; }
  .prep-card h3 { margin-top: 13px; }
  .prep-card p, .practical-card p { min-height: 0; }
  .closing-note { grid-template-columns: 42px 1fr; gap: 15px; padding-block: 27px; }
  .closing-mark { width: 40px; height: 40px; font-size: 21px; }
  .closing-note h2 { font-size: 20px; }
  .closing-note .button { grid-column: 2; justify-self: start; }
  .site-footer { display: grid; grid-template-columns: 1fr auto; gap: 15px; padding-block: 22px; }
  .site-footer > p { grid-row: 2; grid-column: 1 / -1; text-align: left; }
  .breadcrumb { width: calc(100% - 36px); }
  .destination-hero { min-height: 430px; }
  .destination-hero-content { width: 90%; padding: 47px 18px; }
  .destination-hero h1 { font-size: 54px; }
  .destination-image-label { right: 18px; left: 18px; font-size: 7px; }
  .at-a-glance { width: calc(100% - 36px); }
  .at-a-glance > div { padding-left: 13px; }
  .at-a-glance strong { font-size: 10px; }
  .glance-action .text-link { font-size: 9px; }
  .story-lead h2 { font-size: 31px; }
  .editorial-note { grid-template-columns: 1fr; gap: 5px; }
  .experience-section, .practical-section { padding-block: 52px; }
  .experience-grid { grid-template-columns: 1fr; }
  .experience-card, .experience-card + .experience-card { min-height: auto; padding: 18px 0; border-left: 0; border-bottom: 1px solid rgba(255,255,255,.25); }
  .experience-card:last-child { border-bottom: 0; }
  .experience-card h3 { margin: 8px 0 4px; }
  .route-callout { grid-template-columns: 1fr; margin-bottom: 45px; }
  .route-callout-image { min-height: 210px; }
  .route-callout-copy { padding: 27px 22px; }
  .route-callout-copy h2 { font-size: 27px; }
  .itinerary-hero { grid-template-columns: 1fr; gap: 22px; padding-block: 20px 35px; }
  .itinerary-hero-copy { padding-block: 12px 0; }
  .itinerary-hero h1 { font-size: 43px; }
  .itinerary-hero-image { min-height: 220px; grid-row: 1; }
  .route-overview { width: 100%; padding: 38px 18px; }
  .route-map { min-height: 155px; padding-inline: 2%; }
  .route-stop { max-width: 95px; }
  .route-stop strong { font-size: 8px; }
  .route-stop small { font-size: 6px; }
  .route-line { right: 12%; left: 12%; }
  .day-section { padding-block: 47px; }
  .day-tabs { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .day-tab { padding: 10px 7px 12px; }
  .day-tab > span:last-child { font-size: 12px; }
  .day-panel { padding: 19px 15px; }
  .day-panel-heading { gap: 12px; }
  .day-number { font-size: 43px; }
  .day-panel-heading h3 { font-size: 21px; }
  .day-panel-content { grid-template-columns: 1fr; gap: 19px; }
  .timeline-item { grid-template-columns: 74px 1fr; gap: 9px; }
  .journey-end { align-items: start; flex-direction: column; padding-block: 36px; }
}

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { scroll-behavior: auto !important; transition-duration: .01ms !important; }
}
