/* Voyage East — editorial evolution. Existing tokens, copy and routes stay authoritative. */
:root { --editorial-gutter: clamp(24px, 5vw, 80px); --editorial-header: 80px; }
html { scroll-padding-top: 150px; }
main :is(section[id], h2[id]) { scroll-margin-top: 0; }
/* Navigation is a legible masthead on every page; photography keeps its own frame. */
body .nav, body.has-hero .nav, body.has-hero .nav.scrolled {
  background: var(--bg); color: var(--fg1); border-bottom: 1px solid var(--rule);
  min-height: var(--editorial-header); padding-block: 17px;
}
.nav-links a { font-size: 11px; letter-spacing: .12em; opacity: 1; }
.nav-links a.is-active { color: var(--ve-teal); }
.nav-links a.is-active::after { background: var(--ve-teal); }
.nav-drawer { justify-content: flex-start; transform: none; opacity: 0; transition: opacity 360ms var(--ease-out), visibility 360ms; overflow-y: auto; padding-block: 96px 40px; }
.nav-drawer.open { opacity: 1; }
.nav-drawer-links a { padding: 12px 0; line-height: 1.12; border-bottom: 1px solid rgba(244,239,230,.18); }
.nav-drawer-links a[aria-current="page"] { color: var(--ve-paper); text-decoration: underline; text-underline-offset: 7px; }
body.menu-open .nav-menu-btn { visibility: hidden; }
.nav-drawer-foot a { opacity: 1; text-transform: none; letter-spacing: 0; font-size: 13px; }
:where(a, button, select, input, textarea):focus-visible { outline: 2px solid var(--ve-cinnabar); outline-offset: 5px; }
.btn-primary, .btn-secondary { transition: background-color 220ms, color 220ms, border-color 220ms; }
.btn-primary:active, .btn-secondary:active { transform: translateY(1px); }
.editorial-link { text-underline-offset: 6px; }
.reveal-pending { opacity: 1 !important; transform: none !important; }
/* Homepage: one invitation into the journey and experience selection. */
.home-hero { min-height: 0; padding-top: var(--editorial-header); grid-template-columns: 46% 54%; }
.home-hero-copy { padding: 50px var(--editorial-gutter) 48px; }
.home-page main h1 { font-size: clamp(56px, 6.15vw, 90px); line-height: .98; }
.home-hero-lead { font-size: 18px; line-height: 1.65; margin-top: 26px; max-width: 43ch; }
.home-hero-actions { align-items: flex-start; gap: 14px; margin-top: 26px; max-width: none; }
.home-hero-actions .btn-primary { width: auto; max-width: 100%; padding-inline: 25px; white-space: normal; }
.home-hero-actions .editorial-link { width: auto; min-height: 44px; justify-content: flex-start; text-align: left; }
.home-hero-link { font-size: 13px; line-height: 1.7; max-width: none; }
.home-hero-link .editorial-link { white-space: nowrap; }
.home-hero-media { min-height: 0; }
.home-hero-media picture { height: 100%; }
.home-hero-media img { object-position: 45% 50%; }
.collection-heading { display: flex; align-items: baseline; justify-content: space-between; gap: 30px; margin-bottom: 40px; padding-bottom: 24px; border-bottom: 1px solid var(--rule); }
.collection-heading h2 { margin: 0; }
.home-page .journey-preview-grid { grid-template-columns: minmax(0,1.35fr) minmax(0,.85fr); gap: clamp(40px,7vw,112px); align-items: start; }
.home-page .journey-preview-card:nth-child(2) { margin-top: 150px; }
.home-page .journey-preview-media { aspect-ratio: 5 / 4; overflow: hidden; }
.home-page .journey-preview-card:nth-child(2) .journey-preview-media { aspect-ratio: 4 / 3; }
.home-page .journey-preview-copy { padding-top: 24px; }
.home-page .journey-preview-copy h2 { font-size: clamp(38px,4vw,58px); max-width: 16ch; margin: 10px 0 20px; }
.home-page .journey-preview-card:nth-child(2) h2 { font-size: clamp(32px,3vw,42px); }
.home-page .journey-preview-meta { font-family: var(--font-sans); text-transform: none; letter-spacing: 0; font-size: 15px; font-weight: 500; line-height: 1.6; color: var(--ve-teal); }
.home-page .journey-preview-condition { font-size: 13px; line-height: 1.65; }
.promise-section > .container--wide { display: grid; grid-template-columns: .8fr 1.2fr; gap: 10vw; align-items: start; }
.promise-section .section-heading { position: sticky; top: 125px; }
.promise-section .promise-row { grid-template-columns: 1fr; gap: 12px; padding: 28px 0; }
.promise-section .promise-row:first-child { padding-top: 0; }
.promise-section .promise-row h3 { font-size: 36px; }
.promise-section .promise-row p { max-width: 52ch; }
.home-page .experience-preview-grid { background: transparent; border: 0; display: grid; grid-template-columns: 1.1fr 1fr; gap: 42px 6vw; align-items: start; }
.home-page .experience-preview-card { background: transparent; }
.home-page .experience-preview-copy { padding: 24px 0 0; }
.home-page .experience-preview-copy > p:not(.product-status) { min-height: 0; }
.home-page .experience-preview-card:first-child { grid-row: span 2; }
.home-page .experience-preview-card:first-child figure { aspect-ratio: 5 / 4; }
.home-page .experience-preview-card:first-child h3 { font-size: 40px; margin-top: 10px; }
.home-page .experience-preview-card:not(:first-child) { display: grid; grid-template-columns: .7fr 1fr; gap: 24px; border-top: 1px solid var(--rule); padding-top: 26px; }
.home-page .experience-preview-card:not(:first-child) figure { aspect-ratio: 3 / 4; }
.home-page .experience-preview-card:not(:first-child) .experience-preview-copy { padding-top: 0; }
.home-page .experience-preview-card:not(:first-child) h3 { font-size: 29px; }
.home-page .private-journeys-grid { grid-template-columns: 1.2fr 1fr; gap: 0; align-items: center; }
.home-page .private-journeys-grid > figure { aspect-ratio: 5 / 4; }
.home-page .private-journeys-grid > div { position: relative; margin-left: -70px; background: var(--bg); padding: 55px 0 55px 60px; }
/* Indexes: cut oversized dark containers, let photographs and typesetting carry the product. */
.journeys-hero { padding-top: 150px; min-height: 650px; }
.media-hero-frame { display: none; }
.journeys-hero .media-hero-headline { max-width: 14ch; font-size: clamp(48px,5vw,76px); }
.journey-overview-list .container { max-width: 1440px; }
.journey-overview-list .chapter-feature { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(40px,6vw,96px); background: transparent; color: var(--fg1); overflow: visible; align-items: start; }
.journey-overview-list .chapter-feature + .chapter-feature { margin-top: 120px; padding-top: 64px; border-top: 1px solid var(--rule); }
.journey-overview-list .chapter-feature-media { position: sticky; top: 112px; aspect-ratio: 3 / 4; height: auto; }
.journey-overview-list .chapter-feature-media img { width: 100%; height: 100%; object-fit: cover; }
.journey-overview-list .chapter-feature-copy { padding: 0; background: transparent; color: var(--fg2); }
.journey-overview-list .chapter-feature-copy :is(h3,h4) { color: var(--fg1); }
.journey-overview-list .chapter-feature-copy h3 { font-size: clamp(36px,3.5vw,52px); line-height: 1.06; margin: 16px 0 24px; }
.journey-overview-list .chapter-feature-copy :is(p,li) { color: var(--fg2); }
.journey-overview-list .chapter-feature-copy .chapter-id { color: var(--ve-teal); }
.journey-overview-list .chapter-feature-copy .chapter-spec { font-family: var(--font-sans); font-size: 17px; text-transform: none; letter-spacing: 0; color: var(--ve-teal); border-color: var(--rule); margin-top: 28px; padding-top: 24px; }
.journey-overview-list .chapter-feature .btn-secondary { color: var(--fg1); border-color: var(--fg1); }
.journey-overview-list .chapter-feature .btn-secondary:hover { background: var(--ve-teal); color: var(--ve-paper); }
.journey-overview-list .chapter-feature:nth-child(even) .chapter-feature-media { grid-column: 2; grid-row: 1; }
.journey-overview-list .chapter-feature:nth-child(even) .chapter-feature-copy { grid-column: 1; grid-row: 1; }
.journey-compare-bar { background: var(--ve-celadon-wash); }
.journey-compare-bar li { color: var(--ve-teal); }
/* Cultural catalogue: one spacious feature, then two open editorial entries. */
.experiences-hero { padding-top: 140px; min-height: 560px; }
.catalogue-heading { display: flex; justify-content: space-between; align-items: baseline; gap: 24px; }
.catalogue-count { color: var(--fg3); font-size: 13px; white-space: nowrap; }
.experience-filter { gap: 28px; margin: 24px 0 42px; border-bottom: 1px solid var(--rule); }
.experience-filter .chip { border: 0; border-radius: 0; background: transparent; padding: 12px 0; min-height: 44px; font-size: 13px; color: var(--fg2); letter-spacing: .03em; text-transform: none; border-bottom: 2px solid transparent; margin-bottom: -1px; }
.experience-filter .chip.is-on { background: transparent; color: var(--ve-teal); border-bottom-color: var(--ve-teal); }
.experience-browser .experience-card-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 64px 56px; overflow: visible; margin: 0; padding: 0; }
.experience-browser .experience-card[hidden] { display: none; }
.experience-browser .experience-card-link { border: 0; background: transparent; }
.experience-browser .experience-card-copy { padding: 24px 0 0; }
.experience-browser .experience-card-copy h3 { font-size: 34px; max-width: 22ch; line-height: 1.1; }
.experience-browser .experience-card-desc { font-size: 16px; max-width: 56ch; line-height: 1.65; margin-top: 18px; }
.experience-browser .experience-card-price { font-size: 14px; line-height: 1.6; }
.experience-browser .experience-card-cta { border-top: 1px solid var(--rule); padding-top: 18px; margin-top: 24px; }
.experience-browser .experience-card:first-child { grid-column: 1 / -1; }
.experience-browser .experience-card:first-child .experience-card-link { display: grid; grid-template-columns: 1.15fr 1fr; gap: clamp(32px,5vw,72px); align-items: center; }
.experience-browser .experience-card:first-child .experience-card-media { aspect-ratio: 5 / 4; }
.experience-browser .experience-card:first-child .experience-card-copy { padding: 0; }
.experience-browser .experience-card:first-child h3 { font-size: clamp(34px,3.6vw,52px); }
/* Product opening: title spread, un-obscured image, then a clearly priced invitation. */
.product-hero { padding: calc(var(--editorial-header) + 48px) var(--editorial-gutter) 56px; display: grid; grid-template-columns: 1.35fr 1fr; gap: 0 5vw; align-items: start; max-width: 1680px; margin-inline: auto; }
.product-heading { grid-column: 1 / -1; display: grid; grid-template-columns: 1.35fr 1fr; gap: 5vw; align-items: end; padding-bottom: 36px; }
.product-heading .eyebrow { margin-bottom: 18px; }
.product-title { font-family: var(--font-serif); font-weight: 300; font-size: clamp(48px,5.8vw,84px); letter-spacing: -.035em; line-height: 1.02; text-wrap: balance; color: var(--ve-teal); }
.product-tagline { font-family: var(--font-serif); font-size: clamp(24px,2.5vw,34px); line-height: 1.22; text-wrap: balance; max-width: 28ch; padding-bottom: 3px; }
.product-photo { position: relative; grid-column: 1; grid-row: 2 / 4; height: 100%; min-height: 450px; overflow: hidden; background: var(--surface); }
.product-photo picture { position: absolute; inset: 0; display: block; height: 100%; }
.product-photo img { position: absolute; inset: 0; display: block; width: 100%; height: 100%; object-fit: cover; }
.product-intro { grid-column: 2; grid-row: 2; padding-top: 4px; }
.product-description { font-size: 17px; line-height: 1.75; color: var(--fg2); max-width: 52ch; }
.product-description + .product-description { margin-top: 18px; }
.product-booking { grid-column: 2; grid-row: 3; margin-top: 24px; padding-top: 24px; border-top: 1px solid var(--rule); }
.product-meta { font-size: 15px; line-height: 1.7; color: var(--fg2); }
.product-meta:first-child { color: var(--ve-teal); font-size: 17px; font-weight: 500; }
.product-meta + .product-meta { margin-top: 14px; }
.product-actions { display: flex; flex-wrap: wrap; align-items: center; gap: 16px 24px; margin-top: 28px; }
.product-actions .editorial-link { min-height: 44px; font-size: 14px; }
.product-nav { position: sticky; top: var(--editorial-header); z-index: 80; display: flex; justify-content: space-between; align-items: stretch; gap: 24px; padding: 0 var(--editorial-gutter); background: var(--bg); border-block: 1px solid var(--rule); }
.product-nav-links { display: flex; gap: clamp(20px,3vw,44px); overflow-x: auto; scrollbar-width: thin; }
.product-nav a { display: inline-flex; align-items: center; white-space: nowrap; min-height: 56px; font-size: 13px; position: relative; }
.product-nav-links a { color: var(--fg2); border-bottom: 2px solid transparent; }
.product-nav-links a[aria-current="location"] { color: var(--ve-teal); border-bottom-color: var(--ve-teal); }
.product-nav-enquire { color: var(--accent); flex-shrink: 0; gap: 16px; font-weight: 500; }
/* Itinerary spread: heading remains alongside the unfolding days. */
@media (min-width: 1100px) {
  .editorial-product-page section:has(.program-list) > .container { display: grid; grid-template-columns: .7fr 1.5fr; gap: 50px; align-items: start; }
  .editorial-product-page section:has(.program-list) .sec-head { position: sticky; top: 178px; }
  .editorial-product-page .program-day:has(.program-day-media) { grid-template-columns: 48px 1fr; gap: 20px; }
  .editorial-product-page .program-day-num { font-size: 18px; white-space: nowrap; }
  .editorial-product-page .program-day-media { grid-column: 2; max-width: none; }
  .editorial-product-page .program-day-media img { aspect-ratio: 16 / 9; }
}
.editorial-product-page .chapter-info-card { background: transparent; border: 0; border-top: 1px solid var(--rule); padding: 24px 0; }
.editorial-product-page .price-card { border: 0; border-top: 2px solid var(--ve-teal); background: var(--bg); padding: 32px; }
/* Private planning: an editorial service spread, different from product detail. */
.private-editorial-hero { min-height: 730px; padding-top: 130px; padding-bottom: 56px; align-items: center; overflow: visible; }
.private-editorial-hero .media-hero-bg { inset: 120px 0 50px 57%; }
.private-editorial-hero .media-hero-bg img { transform: none; filter: none; object-position: center; }
.private-editorial-hero :is(.media-hero-scrim,.media-hero-vlabel) { display: none; }
.private-editorial-hero .media-hero-content { width: 57%; padding: 20px 6vw 20px var(--editorial-gutter); }
.private-editorial-hero .media-hero-headline { color: var(--ve-teal); text-shadow: none; font-size: clamp(48px,5vw,72px) !important; }
.private-editorial-hero .eyebrow, .private-editorial-hero .media-hero-sub { color: var(--fg2); }
.private-editorial-hero .eyebrow::before { background: var(--signature-deep); }
.private-editorial-hero .media-hero-sub { font-size: 17px; line-height: 1.7; }
.private-editorial-hero .btn-ghost--light { color: var(--fg1); border-color: var(--rule); }
.private-editorial-page [data-od-id="private-help"] > .container { display: grid; grid-template-columns: .75fr 1.25fr; gap: 5vw; }
.private-editorial-page [data-od-id="private-help"] .split-2 { grid-template-columns: 1fr; gap: 28px; }
.private-editorial-page [data-od-id="private-help"] .split-2 > div { border-bottom: 1px solid var(--rule); padding-bottom: 24px; }
.private-editorial-page [data-od-id="private-help"] .scope-note { grid-column: 2; margin-top: 0 !important; }
.private-editorial-page [data-od-id="private-how-it-works"] .steps-grid { grid-template-columns: 1fr 1fr; gap: 40px 64px; }
.private-editorial-page .step { display: grid; grid-template-columns: 40px 1fr; gap: 10px 18px; }
.private-editorial-page .step-num { grid-row: span 2; }
.private-editorial-page .step-desc { grid-column: 2; }
/* Enquiry: less preamble, immediate fields, reassurance alongside or below. */
.enquiry-page .page-hero { padding-bottom: 25px; }
.enquiry-page [data-od-id="enquiry-form"] { padding-top: 32px; }
.enquiry-page [data-od-id="enquiry-form"] .enquiry-next { position: sticky; top: 112px; border: 0; border-top: 1px solid var(--ve-teal); background: transparent; padding: 26px 0; }
.enquiry-page .field:focus-within label { color: var(--ve-teal); }
.enquiry-page :is(input,select,textarea):focus { border-color: var(--ve-teal); box-shadow: 0 0 0 1px var(--ve-teal); }
.enquiry-page .form-privacy { max-width: 58ch; }
.about-hero-inner { display: grid; grid-template-columns: 1fr 1fr; gap: 0 8vw; align-items: end; }
.about-hero-inner > .eyebrow { grid-column: 1 / -1; }
.about-hero-inner h1 { grid-row: 2 / 4; }
.about-hero-lead { margin-top: 20px; font-size: 18px; }
/* Photography is a browsable essay; never auto-advances. */
.journey-gallery { display: flex; gap: 20px; overflow-x: auto; scroll-snap-type: x proximity; scrollbar-width: thin; padding-bottom: 18px; }
.journey-gallery-item { flex: 0 0 clamp(230px,24vw,360px); scroll-snap-align: start; }
.journey-gallery-item--feature, .journey-gallery-item--wide { flex-basis: clamp(360px,42vw,620px); }
.journey-gallery-item img, .journey-gallery-item--wide img { height: 390px; aspect-ratio: auto; width: 100%; transform: none; border-radius: 0; will-change: auto; }
.journey-gallery-item:hover img { transform: none; }
.photo-open { display: block; width: 100%; padding: 0; border: 0; background: transparent; cursor: zoom-in; }
.photo-open picture { display: block; }
.photo-open:focus-visible { outline-offset: -5px; }
.photo-controls { display: flex; gap: 12px; align-items: center; margin-top: 20px; }
.photo-controls button { flex: 0 0 44px; width: 44px; height: 44px; border: 1px solid var(--rule); }
.photo-controls button:disabled { opacity: .35; cursor: default; }
.photo-controls span { margin-right: auto; color: var(--fg3); font-size: 13px; }
.photo-dialog { margin: auto; width: min(1200px,94vw); max-width: 94vw; max-height: 94dvh; border: 0; padding: 20px; background: var(--bg); color: var(--fg1); }
.photo-dialog::backdrop { background: rgba(20,34,31,.9); }
.photo-dialog-toolbar { display: flex; justify-content: space-between; align-items: center; margin-bottom: 12px; }
.photo-dialog-toolbar button { min-height: 44px; min-width: 44px; }
.photo-dialog figure { margin: 0; }
.photo-dialog img { width: 100%; height: min(70dvh,820px); object-fit: contain; }
.photo-dialog figcaption { margin-top: 14px; font-size: 14px; line-height: 1.5; max-width: 75ch; }
.photo-dialog .photo-dialog-status { font-size: 13px; color: var(--fg2); }
body.photo-opened { overflow: hidden; }
@media (hover:hover) and (pointer:fine) {
  .journey-preview-media img, .experience-preview-card img { transition: transform 650ms var(--ease-out); }
  .journey-preview-card:hover .journey-preview-media img, .experience-preview-card:hover img { transform: scale(1.025); }
  .experience-card-link:hover .experience-card-media img { transform: scale(1.025); }
}
@media (max-width: 1100px) {
  .home-hero-copy { padding-inline: 32px; }
  .home-page main h1 { font-size: 62px; }
  .home-page .experience-preview-grid { gap: 40px; }
  .home-page .experience-preview-card:not(:first-child) { display: block; }
  .home-page .experience-preview-card:not(:first-child) figure { aspect-ratio: 16 / 9; margin-bottom: 22px; }
  .product-hero { grid-template-columns: 1.05fr 1fr; gap: 0 32px; }
  .product-heading { grid-template-columns: 1.05fr 1fr; gap: 32px; }
  .product-title { font-size: 58px; }
}
@media (max-width: 900px) {
  :root { --editorial-header: 80px; }
  .home-hero { display: flex; flex-direction: column; }
  .home-hero-copy { display: contents; }
  .home-hero-heading { order: 0; padding: 38px var(--editorial-gutter) 28px; }
  .home-page main h1 { font-size: clamp(44px,6.4vw,64px); max-width: 19ch; }
  .home-hero-heading .eyebrow { margin-bottom: 20px; }
  .home-hero-media { order: 1; width: 100%; height: clamp(225px,47vw,390px); min-height: 0; }
  .home-hero-media img { object-position: 46% 47%; }
  .home-hero-lead { order: 2; padding: 0 var(--editorial-gutter); margin-top: 26px; max-width: 64ch; font-size: 16px; line-height: 1.65; }
  .home-hero-actions { order: 3; margin: 22px var(--editorial-gutter) 34px; gap: 10px; }
  .home-hero-link { order: 4; padding: 0 var(--editorial-gutter); margin: 14px 0 34px; max-width: none; }
  .home-page .journey-preview-grid { gap: 42px; grid-template-columns: 1.2fr 1fr; }
  .home-page .journey-preview-card:nth-child(2) { margin-top: 100px; }
  .promise-section > .container--wide { gap: 50px; grid-template-columns: 1fr; }
  .promise-section .section-heading { position: static; }
  .home-page .private-journeys-grid > div { padding: 32px; margin-left: -35px; }
  .journey-overview-list .chapter-feature { grid-template-columns: 1fr 1fr; gap: 32px; }
  .journey-overview-list .chapter-feature-media { top: 100px; }
  .product-hero { padding-top: 112px; grid-template-columns: 1fr; gap: 0; }
  .product-heading { display: block; padding-bottom: 28px; }
  .product-title { font-size: clamp(44px,7vw,62px); }
  .product-tagline { font-size: 25px; margin-top: 20px; max-width: 38ch; }
  .product-photo { position: relative; grid-column: 1; grid-row: 2; min-height: 0; height: clamp(230px,48vw,390px); margin-inline: calc(-1 * var(--editorial-gutter)); }
  .product-booking { grid-column: 1; grid-row: 3; margin-top: 0; padding-top: 26px; border-top: 0; }
  .product-intro { grid-column: 1; grid-row: 4; padding-top: 28px; margin-top: 24px; border-top: 1px solid var(--rule); }
  .product-description { max-width: 65ch; font-size: 16px; }
  .product-actions { margin-top: 22px; }
  .product-meta { font-size: 14px; }
  .product-meta:first-child { font-size: 16px; }
  .product-nav { gap: 15px; padding-inline: 24px; }
  .product-nav-links { gap: 22px; }
  .product-nav a { min-height: 50px; font-size: 12px; }
  .private-editorial-hero { display: flex; flex-direction: column; padding: 110px 0 0; min-height: 0; }
  .private-editorial-hero .media-hero-content { width: 100%; padding: 20px var(--editorial-gutter) 40px; }
  .private-editorial-hero .media-hero-bg { position: relative; inset: auto; width: 100%; height: 320px; order: 2; }
  .private-editorial-hero .media-hero-headline { font-size: clamp(44px,6vw,62px) !important; max-width: 17ch !important; }
  .private-editorial-hero .media-hero-sub { max-width: 58ch; font-size: 16px; }
  .private-editorial-page [data-od-id="private-help"] > .container { grid-template-columns: 1fr; gap: 32px; }
  .private-editorial-page [data-od-id="private-help"] .scope-note { grid-column: 1; }
  .enquiry-page [data-od-id="enquiry-form"] .enquiry-form { grid-row: 1; }
  .enquiry-page [data-od-id="enquiry-form"] .enquiry-next { grid-row: 2; position: static; padding-bottom: 0; }
  .enquiry-layout { gap: 32px; }
  .about-hero-inner { display: block; }
  .journey-gallery-item img, .journey-gallery-item--wide img { height: 310px; }
}
@media (max-width: 600px) {
  .collection-heading { display: block; margin-bottom: 28px; }
  .collection-heading h2 { margin-top: 18px; }
  .home-page .journey-preview-grid { grid-template-columns: 1fr; gap: 55px; }
  .home-page .journey-preview-card:nth-child(2) { margin: 0 0 0 28px; }
  .home-page .journey-preview-copy h2 { font-size: 42px; }
  .home-page .journey-preview-card:nth-child(2) h2 { font-size: 36px; }
  .home-page .journey-preview-media { aspect-ratio: 4 / 3; }
  .home-page .experience-preview-grid { display: block; }
  .home-page .experience-preview-card:not(:first-child) { display: grid; grid-template-columns: 100px 1fr; gap: 20px; margin-top: 32px; }
  .home-page .experience-preview-card:not(:first-child) figure { aspect-ratio: 3 / 4; }
  .home-page .experience-preview-card:not(:first-child) h3 { font-size: 27px; }
  .home-page .experience-preview-card:not(:first-child) p { font-size: 14px; }
  .home-page .experience-preview-card:first-child h3 { font-size: 36px; }
  .home-page .private-journeys-grid { display: block; }
  .home-page .private-journeys-grid > div { margin: -30px 0 0 24px; padding: 30px 0 0 24px; }
  .home-page .private-journeys-grid > figure { aspect-ratio: 4 / 3; }
  .journeys-hero { padding-top: 130px; min-height: 560px; }
  .journey-compare-bar ul { display: grid; grid-template-columns: repeat(3,1fr); }
  .journey-compare-bar li { padding: 16px 10px; font-size: 10px; min-height: 76px; border: 0; border-left: 1px solid var(--rule); }
  .journey-overview-list .chapter-feature { display: flex; flex-direction: column; gap: 28px; }
  .journey-overview-list .chapter-feature-media { position: static; width: 100%; aspect-ratio: 4 / 3; }
  .journey-overview-list .chapter-feature + .chapter-feature { margin-top: 56px; padding-top: 40px; }
  .journey-overview-list .chapter-feature-copy h3 { font-size: 38px; }
  .experience-browser .experience-card-grid { display: block; }
  .experience-browser .experience-card { width: auto; margin: 0 0 48px; }
  .experience-browser .experience-card:first-child .experience-card-link { display: block; }
  .experience-browser .experience-card:first-child .experience-card-copy { padding-top: 24px; }
  .experience-browser .experience-card-copy h3 { font-size: 34px; }
  .experience-browser .experience-card:first-child h3 { font-size: 38px; }
  .experience-browser .experience-card-media, .experience-browser .experience-card:first-child .experience-card-media { aspect-ratio: 4 / 3; }
  .catalogue-heading { align-items: flex-start; }
  .catalogue-heading h2 { font-size: 34px; max-width: 10ch; }
  .catalogue-count { padding-top: 8px; }
  .experiences-hero { min-height: 545px; padding-top: 126px; }
  .private-editorial-page [data-od-id="private-how-it-works"] .steps-grid { grid-template-columns: 1fr; }
  .private-editorial-hero .media-hero-bg { height: 250px; }
  .product-hero { padding-bottom: 38px; }
  .product-heading .eyebrow { font-size: 10px; }
  .product-tagline { font-size: 23px; }
  .product-actions { align-items: flex-start; flex-direction: column; gap: 8px; }
  .product-actions .btn-primary { width: 100%; padding-inline: 14px; }
  .product-nav { padding-inline: 20px; }
  .product-nav-enquire { padding-left: 14px; border-left: 1px solid var(--rule); gap: 8px; }
  .enquiry-page .page-hero { padding-bottom: 10px; }
  .enquiry-page [data-od-id="enquiry-form"] { padding-top: 20px; }
  .enquiry-page .form-section { padding-top: 24px; }
  .photo-dialog { padding: 12px; }
  .photo-dialog img { height: 62dvh; }
  .journey-gallery-item { flex-basis: 74vw; }
  .journey-gallery-item--feature, .journey-gallery-item--wide { flex-basis: 86vw; }
}
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: .01ms !important; transition-duration: .01ms !important; scroll-behavior: auto !important; }
  .journey-preview-card:hover img, .experience-preview-card:hover img, .experience-card-link:hover img { transform: none !important; }
}
/* Refinements after first rendered review. */
html:not(.js) .experience-filter { display: none; }
.journey-gallery-item, .journey-gallery-item--feature, .journey-gallery-item--wide { flex-basis: clamp(230px,24vw,360px); }
.journey-gallery-item.photo-landscape { flex-basis: clamp(380px,42vw,620px); }
.photo-dialog [aria-disabled="true"] { opacity: .35; cursor: default; }
.editorial-product-page .cta-band .price-note { color: var(--ve-paper); }
.editorial-product-page .cta-band .btn-secondary { color: var(--ve-paper); border-color: var(--ve-paper); }
@media (max-width: 600px) {
  .journey-gallery-item, .journey-gallery-item--feature, .journey-gallery-item--wide { flex-basis: 72vw; }
  .journey-gallery-item.photo-landscape { flex-basis: 86vw; }
}

/* Keep the complete masthead out of the cramped small-desktop range. */
@media (max-width: 1024px) {
  .js .nav-links { display: none; }
  .js .nav-menu-btn { display: flex; }
  html:not(.js) .nav { position: static; flex-wrap: wrap; }
  html:not(.js) .nav-links { width: 100%; flex-direction: column; align-items: flex-start; gap: 12px; padding-top: 20px; }
}
