/* Self-hosted full character set: the same letterforms and accents in EN and VI. */
@font-face {
  font-family: "Bricolage"; src: url("../fonts/bricolage/bricolage-grotesque.eb893a24646b.woff2") format("woff2");
  font-weight: 200 800; font-style: normal; font-display: swap;
}
:root {
  --paper: #faf6ed; --white: #fffefb; --ink: #153e3f; --muted: #526967;
  --accent: #a94426; --gold: #f6bb52; --teal: #104c4c; --line: #dce1d5; --soft: #e8eee5;
  --display: "Bricolage", "Segoe UI", Arial, sans-serif;
  --sans: "Bricolage", "Segoe UI", Arial, sans-serif; --gutter: clamp(20px, 4.2vw, 68px);
  --shadow: 0 14px 40px #164a3f0c;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 24px; }
body { margin: 0; background: var(--paper); color: var(--ink); font: 16px/1.65 var(--sans); font-optical-sizing: auto; -webkit-font-smoothing: antialiased; }
a { color: inherit; text-underline-offset: 5px; text-decoration-thickness: 1px; }
a:hover { text-decoration-color: var(--accent); }
button, input, select, textarea { font: inherit; }
button, a, input, select, textarea, summary { -webkit-tap-highlight-color: transparent; }
button, summary { cursor: pointer; }
button { color: inherit; }
img { max-width: 100%; height: auto; display: block; object-fit: cover; }
figure { margin: 0; }
h1, h2, h3, p { margin: 0 0 1rem; }
h1, h2, h3 { font-family: var(--display); font-weight: 650; line-height: 1.16; letter-spacing: -.035em; overflow-wrap: break-word; text-wrap: balance; }
h1 { font-size: clamp(46px, 5.1vw, 76px); }
h2 { font-size: clamp(32px, 3.6vw, 50px); }
h3 { font-size: 28px; }
h1 em, h2 em { font-weight: inherit; font-style: normal; color: var(--accent); }
/* Vietnamese stacked diacritics need space above capitals and between lines. */
html:lang(vi) h1, html:lang(vi) h2, html:lang(vi) h3 { line-height: 1.24; letter-spacing: -.018em; }
h1 a, h2 a, h3 a { text-decoration: none; }
ul { padding-left: 1.2rem; }
a:focus-visible, button:focus-visible, summary:focus-visible, input:focus-visible, select:focus-visible, textarea:focus-visible, [tabindex="0"]:focus-visible { outline: 3px solid var(--accent); outline-offset: 4px; }
[hidden], .is-hidden { display: none !important; }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; border: 0; }
.skip-link { position: fixed; top: -100px; left: 16px; z-index: 100; padding: 12px 20px; background: var(--ink); color: white; }
.skip-link:focus { top: 12px; }
.preview-banner { background: var(--ink); color: white; text-align: center; font-size: 12px; letter-spacing: .04em; padding: 5px 16px; }
.eyebrow { font: 650 11px/1.7 var(--sans); letter-spacing: .12em; text-transform: uppercase; color: var(--muted); margin-bottom: 14px; }
.muted-note, .field-help, .not-supplied { color: var(--muted); font-size: 13px; }
.button-primary, .button-secondary { display: inline-flex; align-items: center; justify-content: center; gap: 24px; min-height: 50px; padding: 14px 23px; border: 1px solid var(--teal); background: var(--teal); color: white; font-size: 14px; font-weight: 650; line-height: 1.5; text-decoration: none; border-radius: 8px; transition: background .18s, transform .18s; }
.button-primary:hover { background: #1d6160; transform: translateY(-2px); }
.button-secondary { background: transparent; color: var(--ink); }
.button-secondary:hover { background: var(--soft); }
button:disabled { cursor: wait; opacity: .65; }
.button-row { display: flex; flex-wrap: wrap; align-items: center; gap: 24px; }
.text-link { display: inline-flex; gap: 22px; align-items: center; font-size: 14px; font-weight: 650; text-decoration: none; padding-bottom: 6px; border-bottom: 1px solid currentColor; }
.text-button { background: none; border: 0; border-bottom: 1px solid currentColor; padding: 6px 0; font-size: 14px; }
.notice { border-left: 3px solid var(--accent); padding: 12px 18px; background: #eee7da; }

/* Masthead and navigation. A single compact row becomes a disclosure on phones. */
.site-header { border-bottom: 1px solid var(--line); background: var(--white); }
.site-header-inner { max-width: 1540px; margin: auto; padding: 18px var(--gutter); display: flex; align-items: center; gap: 32px; }
.site-brand { display: flex; align-items: center; gap: 11px; text-decoration: none; flex-shrink: 0; }
.site-brand img { width: 48px; height: 48px; border-radius: 50%; }
.site-brand > span { font: 750 25px/1 var(--display); letter-spacing: -.05em; white-space: nowrap; }
.site-brand small { display: block; font: 500 9px/1.5 var(--sans); letter-spacing: .19em; margin-top: 7px; }
.site-nav { display: flex; align-items: center; justify-content: flex-end; gap: clamp(14px, 1.8vw, 28px); margin-left: auto; }
.site-nav a { text-decoration: none; font-size: 13px; font-weight: 550; white-space: nowrap; }
.site-nav a:hover, .site-nav a[aria-current="page"] { color: var(--accent); }
.site-nav .site-nav-cta { border: 1px solid var(--teal); background: var(--teal); color: var(--white); border-radius: 7px; padding: 11px 17px; display: inline-flex; gap: 20px; }
.site-nav .site-nav-cta:hover { background: #1d6160; color: white; }
.shortlist-link span { display: inline-grid; place-items: center; width: 21px; height: 21px; background: var(--soft); border-radius: 50%; font-size: 11px; margin-left: 4px; }
.language-switcher { display: flex; gap: 6px; font-size: 11px; }
.language-switcher a { text-decoration: none; padding: 6px 0; }
.language-switcher span { color: #82928e; align-self: center; }
.language-switcher a[aria-current] { text-decoration: underline; font-weight: 700; }
.menu-toggle { display: none; border: 0; background: transparent; font-size: 13px; padding: 10px 0; }
.menu-toggle span { margin-left: 9px; }

/* General page and card composition. */
.page-shell { max-width: 1160px; padding: 36px var(--gutter) 80px; margin: auto; }
.page-shell-wide { max-width: 1540px; }
.section-heading { display: flex; justify-content: space-between; align-items: flex-end; gap: 30px; margin-bottom: 28px; }
.section-heading h2 { margin-bottom: 0; }
.section-heading .text-link { flex-shrink: 0; }
.content-section { margin-top: 64px; }
.page-hero { padding: 24px 0 52px; }
.page-hero > p, .page-hero-copy > p { max-width: 640px; color: var(--muted); }
.page-hero h1 { margin-bottom: 26px; }
.page-hero-split, .destination-hero { display: grid; grid-template-columns: 1fr 1fr; align-items: center; gap: 48px; background: #e4ecdf; border-radius: 20px; padding: 40px; }
.page-hero-media img, .destination-hero-media img { width: 100%; height: 390px; border-radius: 12px; }
.card-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 28px; }
.content-card { min-width: 0; background: var(--white); border: 1px solid var(--line); border-radius: 14px; box-shadow: var(--shadow); overflow: hidden; }
.content-card-media { display: block; overflow: hidden; }
.content-card-media img { width: 100%; aspect-ratio: 4 / 3; }
.content-card-body { padding: 24px; }
.content-card-body .eyebrow { margin-bottom: 12px; }
.content-card-body h2 { font-size: 29px; }
.content-card-body > p { color: var(--muted); }
.content-card-placeholder, .photo-placeholder { display: flex; min-height: 240px; background: var(--soft); align-items: center; justify-content: center; padding: 32px; font: 600 32px var(--display); text-align: center; }
.empty-state { padding: 64px 0; max-width: 700px; }
.empty-state h2 { font-size: 38px; }
.empty-state p { max-width: 570px; color: var(--muted); }
.empty-state .button-primary { margin-top: 16px; }
.body-copy { max-width: 780px; }
.body-copy p { margin-bottom: 1.3rem; }
.body-copy img { height: auto; max-width: 100%; }
.link-list { list-style: none; padding: 0; display: flex; gap: 24px; flex-wrap: wrap; }
.testimonial { margin: 0; padding: 28px; background: var(--soft); border-radius: 14px; font-family: var(--display); font-size: 24px; }
.testimonial cite { font: 13px var(--sans); }

/* A photographic opening, warm travel cards, and a recurring horizon motif. */
.home-page { padding-top: 26px; }
.home-opening { position: relative; isolation: isolate; overflow: hidden; min-height: 640px; border-radius: 20px 72px 20px 20px; background: var(--teal); color: var(--white); }
.home-introduction { position: relative; z-index: 2; width: 57%; padding: 45px 0 45px 48px; }
.home-introduction .eyebrow { display: flex; align-items: center; gap: 10px; color: #ffda96; }
.small-sun { font-size: 28px; font-weight: 500; line-height: 1; }
.home-introduction h1 { font-size: clamp(66px, 6.5vw, 96px); line-height: 1.06; letter-spacing: -.045em; margin: 24px 0; }
.home-introduction h1 em { color: #ffce72; }
.intro-copy { max-width: 375px; font-size: 16px; line-height: 1.75; color: #edf1dc; margin-bottom: 25px; }
.home-introduction .button-primary, .destination-list-hero .button-primary { background: var(--gold); border-color: var(--gold); color: #173f3a; box-shadow: 0 5px 15px #042d3820; }
.home-introduction .button-primary:hover, .destination-list-hero .button-primary:hover { background: #ffd27e; }
.opening-footnote { display: flex; gap: 15px; margin-top: 28px; font-size: 11px; letter-spacing: .02em; color: #d2ded6; align-items: center; }
.route-line { width: 60px; border-top: 1px dashed #f6bb5290; position: relative; }
.route-line::before, .route-line::after { content: ""; position: absolute; width: 5px; height: 5px; border: 1px solid #f6bb52; border-radius: 50%; top: -3px; }
.route-line::before { left: 0; }.route-line::after { right: 0; }
.home-image-composition { position: absolute; inset: 0; z-index: 0; }
.home-main-image, .home-main-image > img { width: 100%; height: 100%; }
.home-main-image > img { object-position: 65% center; }
.home-main-image::after { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg, var(--teal) 0%, var(--teal) 26%, #104c4cc9 44%, #104c4c12 72%), linear-gradient(0deg, #06383d7a, transparent 40%); }
.home-main-image > figcaption { position: absolute; right: 28px; top: 174px; padding: 6px 12px; border-radius: 5px; z-index: 1; max-width: 240px; background: #123f3dda; font-size: 11px; }
.home-inset-image { position: absolute; right: 36px; bottom: 26px; width: 205px; z-index: 2; background: var(--white); color: var(--ink); padding: 9px 9px 0; transform: rotate(5deg); box-shadow: 0 12px 40px #002e3b35; }
.home-inset-image img { width: 100%; aspect-ratio: 1.4; }
.home-inset-image figcaption { padding: 10px 4px 12px; font-size: 11px; line-height: 1.5; text-align: center; }
.horizon-seal { position: absolute; right: 34px; top: 36px; width: 112px; height: 112px; border-radius: 50%; display: flex; align-items: center; justify-content: center; gap: 7px; flex-direction: column; background: var(--gold); color: var(--teal); transform: rotate(12deg); z-index: 2; box-shadow: 0 0 0 7px #f6bb5220; }
.horizon-seal span { font-size: 8px; font-weight: 750; letter-spacing: .12em; }
.horizon-seal svg { width: 57px; height: 38px; }
.home-explore-strip { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); background: #fffdf7; border: 1px solid var(--line); border-radius: 12px; margin: 18px 0 56px; padding: 20px 8px; box-shadow: var(--shadow); }
.home-explore-strip > a { display: flex; gap: 14px; align-items: center; padding: 4px 20px; text-decoration: none; }
.home-explore-strip > a + a { border-left: 1px solid var(--line); }
.home-explore-strip > a > span:last-child { margin-left: auto; font-size: 22px; }
.home-explore-strip strong { display: block; font-size: 15px; font-weight: 650; line-height: 1.5; }
.home-explore-strip small { display: block; font-size: 12px; color: var(--muted); margin-top: 4px; }
.explore-icon { display: grid; place-items: center; width: 44px; height: 44px; border-radius: 50%; flex-shrink: 0; background: #f6ebcf; }
.explore-icon svg { width: 23px; height: 23px; stroke: var(--teal); stroke-width: 1.6; }
.home-feature-section { padding-top: 0; }
.home-feature-section .section-heading .eyebrow::before, .destination-editorial .eyebrow::before { content: ""; display: inline-block; width: 7px; height: 7px; border-radius: 50%; background: #bc6333; margin-right: 9px; }
.featured-journey { display: grid; grid-template-columns: 1.15fr 1fr; align-items: stretch; background: #fffdf7; border-radius: 18px; border: 1px solid #dddacb; overflow: hidden; box-shadow: var(--shadow); }
.featured-photo { display: block; overflow: hidden; min-width: 0; }
.featured-photo img { width: 100%; height: 100%; min-height: 420px; max-height: 600px; }
.featured-copy { padding: clamp(30px, 3.7vw, 54px); border-left: 1px dashed #c7c9b6; }
.featured-copy > .eyebrow { display: inline-block; background: #f9ebc7; color: #745222; border-radius: 4px; padding: 6px 10px; }
.featured-copy h3 { font-size: clamp(30px, 2.8vw, 42px); }
.featured-copy > p:not(.eyebrow):not(.featured-price) { font-size: 14px; line-height: 1.8; color: var(--muted); }
.featured-price { font-size: 23px; font-weight: 650; padding-top: 13px; margin-bottom: 8px; }
.featured-copy .button-row { margin-top: 20px; justify-content: space-between; gap: 14px; }
.extra-features { margin-top: 28px; }
.destination-editorial { padding: 64px 0 20px; }
.destination-strip { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 22px; }
.destination-tile { position: relative; display: block; min-height: 360px; border-radius: 14px; overflow: hidden; text-decoration: none; background: var(--teal); color: white; isolation: isolate; }
.destination-tile::after { content: ""; position: absolute; inset: 0; z-index: -1; background: linear-gradient(0deg, #062f35ed, #062f3510 65%); }
.destination-tile img { position: absolute; inset: 0; z-index: -2; width: 100%; height: 100%; transition: transform .4s; }
.destination-tile:hover img { transform: scale(1.035); }
.destination-number { position: absolute; top: 20px; left: 20px; width: 35px; height: 35px; display: grid; place-items: center; border: 1px solid #ffffffa0; border-radius: 50%; font-size: 11px; }
.destination-tile h3 { position: absolute; inset: auto 24px 26px; font-size: 34px; margin: 0; display: flex; justify-content: space-between; gap: 16px; align-items: end; text-wrap: auto; }
.destination-tile h3 span { font-size: 26px; color: var(--gold); }
.planning-note { position: relative; isolation: isolate; overflow: hidden; border-radius: 18px; padding: 44px 48px; margin-top: 42px; background: #f2c66d; display: grid; grid-template-columns: 1fr 1fr; gap: 18px 70px; }
.planning-note::before { content: ""; position: absolute; inset: -30% -20% -50% 45%; z-index: -1; background: url("../images/horizon-lines.be24e65b010d.svg") center/contain no-repeat; filter: brightness(.5); opacity: .23; }
.planning-note .eyebrow { grid-column: 1 / -1; margin: 0; color: #5e502a; }
.planning-note h2 { font-size: clamp(38px, 4.2vw, 60px); margin: 0; }
.planning-note h2 em { color: var(--teal); }
.planning-note > div { max-width: 430px; align-self: center; }
.planning-note > div > p { font-size: 15px; color: #394b3e; }
.planning-note .button-primary { margin-top: 10px; }
.home-updates { margin-top: 50px; }
.home-updates > .content-card { padding: 26px; }

/* The destination atlas uses larger opening photographs and a varied grid. */
.destination-list-hero { position: relative; isolation: isolate; overflow: hidden; border-radius: 18px; padding: 56px; min-height: 440px; background: var(--teal); color: white; }
.destination-list-hero .page-hero-copy { position: relative; z-index: 1; max-width: 600px; }
.destination-list-hero .page-hero-copy > p { color: #e7efdc; max-width: 425px; font-size: 15px; }
.destination-list-hero .page-hero-copy .eyebrow { color: #ffda96; font-size: 11px; }
.destination-list-hero h1 { font-size: clamp(44px, 4.8vw, 70px); margin-bottom: 20px; }
.destination-list-hero h1 em { color: #ffce72; }
.destination-list-hero .page-hero-media { position: absolute; inset: 0; z-index: 0; }
.destination-list-hero .page-hero-media img { width: 100%; height: 100%; border-radius: 0; object-position: center 55%; }
.destination-list-hero .page-hero-media::after { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg, #083e42f0 0%, #083e42ac 40%, #083e4210 80%); }
.destination-list-hero figcaption { position: absolute; right: 28px; bottom: 24px; z-index: 1; background: #103d39d9; padding: 7px 14px; font-size: 11px; border: 1px solid #ffffff60; border-radius: 5px; }
.destination-list-hero figcaption span { margin-right: 7px; color: var(--gold); }
.destination-list-hero .button-primary { margin-top: 10px; }
.destination-collection-heading { margin-top: 52px; }
.destination-collection-heading > p { max-width: 300px; font-size: 14px; color: var(--muted); margin: 0 0 5px; }
.destination-atlas { display: grid; grid-template-columns: repeat(6, minmax(0, 1fr)); gap: 24px; }
.destination-atlas-card { grid-column: span 2; min-width: 0; position: relative; isolation: isolate; overflow: hidden; border-radius: 14px; background: var(--teal); color: white; min-height: 360px; display: flex; align-items: end; }
.destination-atlas-card:nth-child(7n + 1), .destination-atlas-card:nth-child(7n + 2), .destination-atlas-card:nth-child(7n + 6), .destination-atlas-card:nth-child(7n + 7) { grid-column: span 3; min-height: 390px; }
.destination-atlas-card .content-card-media { position: absolute; inset: 0; z-index: -2; }
.destination-atlas-card .content-card-media img { height: 100%; width: 100%; transition: transform .4s; }
.destination-atlas-card::after { content: ""; position: absolute; inset: 0; z-index: -1; pointer-events: none; background: linear-gradient(0deg, #032f35fa 0%, #032f35ce 26%, #032f3520 70%); }
.destination-atlas-card .content-card-body { padding: 28px; width: 100%; pointer-events: none; }
.destination-atlas-card .content-card-body a { pointer-events: auto; }
.destination-atlas-card .content-card-body .eyebrow { color: #ffce72; font-size: 10px; }
.destination-atlas-card .content-card-body h2 { font-size: 33px; margin-bottom: 10px; }
.destination-atlas-card h2 a { display: flex; justify-content: space-between; gap: 20px; }
.destination-atlas-card h2 span { color: #ffce72; font-size: 24px; }
.destination-atlas-card .content-card-body > p:not(.eyebrow) { font-size: 13px; line-height: 1.65; color: #e1eae3; margin: 0; max-width: 460px; display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 3; overflow: hidden; }
.destination-atlas-card:hover .content-card-media img { transform: scale(1.035); }
.atlas-index { position: absolute; top: 22px; left: 24px; font-size: 11px; border: 1px solid #ffffffad; border-radius: 50%; width: 34px; height: 34px; display: grid; place-items: center; background: #104c4c50; pointer-events: none; }

/* Catalogue — filters never replace the collection as the focus. */
.catalogue-heading { display: flex; align-items: flex-end; justify-content: space-between; gap: 50px; padding: 10px 0 43px; }
.catalogue-heading h1 { margin-bottom: 0; }
.package-browse-page .catalogue-heading h1 { font-size: clamp(46px, 4.5vw, 64px); }
.catalogue-heading > p { width: 300px; color: var(--muted); font-size: 15px; margin-bottom: 5px; }
.catalogue-heading .eyebrow { margin-bottom: 21px; }
.collection-hero { display: grid; grid-template-columns: 1.3fr 1fr; gap: 20px 40px; position: relative; isolation: isolate; overflow: hidden; background: #e4ecdf; border: 1px solid #d6dfcf; border-radius: 18px; padding: 36px 42px; margin-bottom: 24px; }
.collection-hero > div { max-width: 650px; }
.collection-hero > p { grid-column: 1; width: auto; max-width: 480px; font-size: 14px; }
.collection-hero .eyebrow { margin-bottom: 14px; }
.collection-hero h1 em { color: #376856; }
.collection-hero-image { grid-column: 2; grid-row: 1 / 3; align-self: stretch; position: relative; min-height: 250px; }
.collection-hero-image img { width: 100%; height: 100%; position: absolute; inset: 0; border-radius: 70px 12px 12px 12px; }
.collection-hero-image figcaption { position: absolute; left: 16px; bottom: 14px; right: 16px; width: fit-content; max-width: calc(100% - 32px); background: #103f3ceb; color: #fff7e4; border-radius: 4px; padding: 6px 10px; font-size: 10px; }
.filter-panel { border: 1px solid #d3dccd; background: var(--white); box-shadow: var(--shadow); border-radius: 12px; padding: 22px 26px 0; }
.filter-primary { display: grid; grid-template-columns: 1fr 1fr auto; gap: 24px; align-items: end; }
.filter-primary > .button-primary { margin-bottom: 20px; }
.filter-panel .optional-label { display: none; }
.advanced-filters > summary { list-style: none; padding: 9px 0 15px; font-size: 13px; display: flex; justify-content: space-between; max-width: 230px; }
summary::-webkit-details-marker { display: none; }
.filter-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); column-gap: 26px; }
.results-heading { display: flex; align-items: center; gap: 25px; padding: 24px 0; font-size: 13px; }
.results-heading p { margin: 0; }
.results-heading > a:last-child { margin-left: auto; }
.package-card-media { position: relative; display: block; overflow: hidden; text-decoration: none; }
.package-card { display: flex; flex-direction: column; transition: box-shadow .2s, border-color .2s; }
.package-card:hover { border-color: #a7bdb2; box-shadow: 0 16px 40px #164a3f18; }
.package-card-media > img { aspect-ratio: 1.5; width: 100%; transition: transform .35s; }
.package-card-media:hover > img { transform: scale(1.025); }
.duration-label { position: absolute; left: 16px; bottom: 16px; background: #ffdda0; color: #343d2d; border-radius: 5px; padding: 5px 11px; font-size: 11px; font-weight: 650; box-shadow: 0 2px 10px #143c3020; }
.package-card-placeholder { background: var(--soft); min-height: 265px; display: flex; flex-direction: column; justify-content: center; align-items: center; padding: 28px; }
.placeholder-kicker { font-size: 10px; letter-spacing: .2em; margin-bottom: 18px; }
.placeholder-title { font: 31px/1.2 var(--display); text-align: center; }
.package-card-body { padding: 20px 24px 22px; display: flex; flex-direction: column; flex: 1; }
.card-topline { display: flex; align-items: center; justify-content: space-between; gap: 10px; margin-bottom: 12px; }
.card-topline .eyebrow { margin: 0; }
.package-card h2 { font-size: clamp(24px, 2.1vw, 29px); margin-bottom: 14px; }
.card-summary { color: var(--muted); font-size: 14px; display: -webkit-box; -webkit-line-clamp: 3; -webkit-box-orient: vertical; overflow: hidden; }
.package-card-footer { display: flex; justify-content: space-between; align-items: center; border-top: 1px solid var(--line); margin-top: auto; padding: 17px 0 0; font-size: 15px; font-weight: 650; gap: 12px; }
.package-card-footer > a { display: inline-flex; align-items: center; gap: 10px; font-size: 12px; font-weight: 600; text-decoration: none; padding: 8px 10px; background: var(--soft); border-radius: 6px; flex-shrink: 0; }
.package-card-footer > a > span:last-child { font-size: 18px; }
.save-button { display: inline-flex; align-items: center; gap: 7px; background: transparent; border: 0; padding: 7px 2px; font-size: 12px; line-height: 1.5; }
.save-button[aria-pressed="true"] svg { fill: var(--ink); }
.save-button:hover { color: var(--accent); }
.pagination { display: flex; justify-content: center; gap: 32px; padding-top: 60px; font-size: 14px; }

/* Itinerary, pricing, and inquiry action. */
.detail-hero { display: grid; grid-template-columns: 1.1fr 1fr; gap: 36px; align-items: center; padding: 24px; background: var(--white); border: 1px solid var(--line); border-radius: 18px; box-shadow: var(--shadow); }
.detail-hero-media { min-width: 0; }
.detail-hero-media > img { width: 100%; height: 430px; border-radius: 10px; }
.detail-hero-placeholder { min-height: 330px; background: var(--soft); display: flex; flex-direction: column; justify-content: center; }
.detail-hero-copy h1 { font-size: clamp(34px, 3.4vw, 49px); line-height: 1.17; margin-bottom: 22px; }
.detail-summary { color: var(--muted); font-size: 15px; }
.chip-list { display: flex; flex-wrap: wrap; gap: 8px; list-style: none; padding: 0; color: var(--muted); font-size: 11px; }
.chip-list li { background: var(--soft); padding: 4px 9px; border-radius: 4px; }
.fact-list { display: flex; gap: 18px 32px; flex-wrap: wrap; padding-top: 20px; border-top: 1px solid var(--line); }
.fact-list dt { font-size: 11px; color: var(--muted); }
.fact-list dd { margin: 4px 0 0; font-size: 15px; }
.detail-anchor-nav { display: flex; flex-wrap: wrap; gap: 10px 28px; padding: 18px 24px; border-radius: 9px; background: var(--teal); color: #fff9e9; margin-top: 24px; font-size: 13px; }
.detail-anchor-nav a { text-decoration: none; }
.detail-content-grid { display: grid; grid-template-columns: minmax(0, 1fr) 310px; gap: clamp(40px, 7vw, 100px); margin-top: 38px; align-items: start; }
.detail-main-column { min-width: 0; }
.detail-section { margin-top: 0; margin-bottom: 55px; }
.detail-section-heading { margin-bottom: 28px; }
.detail-section-heading h2 { font-size: 38px; }
.detail-section-heading .eyebrow { margin-bottom: 9px; }
.detail-section-heading .muted-note { max-width: 310px; }
.timeline-list { counter-reset: day; }
.timeline-item { border-left: 2px solid #d9d9bd; margin-left: 14px; padding: 0 0 24px 30px; position: relative; }
.timeline-item::before { content: ""; position: absolute; left: -7px; top: 9px; width: 12px; height: 12px; background: var(--gold); border: 2px solid var(--teal); border-radius: 50%; }
.timeline-item:last-child { padding-bottom: 0; }
.timeline-item h3 { font-size: 27px; line-height: 1.25; margin-bottom: 18px; }
.timeline-prose p { font-size: 15px; line-height: 1.85; color: #435753; }
.price-option-list { border: 1px solid var(--line); border-radius: 12px; background: var(--white); overflow: hidden; }
.price-option-card { display: grid; grid-template-columns: 1.3fr 1fr; gap: 24px; border-bottom: 1px solid var(--line); padding: 22px; }
.price-option-card:last-child { border-bottom: 0; }
.price-option-copy h3 { font: 600 15px/1.5 var(--sans); letter-spacing: 0; margin-bottom: 6px; }
.price-option-copy p { font-size: 13px; color: var(--muted); margin-bottom: 0; }
.price-option-meta { text-align: right; }
.price-option-amount { font: 26px/1.4 var(--display); margin-bottom: 5px; }
.price-option-amount span { display: block; font: 12px/1.5 var(--sans); color: var(--muted); }
.price-option-meta .muted-note { margin: 3px 0 0; }
.detail-info-panel { padding: 26px; border: 1px solid var(--line); background: var(--white); border-radius: 12px; margin-bottom: 20px; }
.detail-info-panel h3 { font-size: 27px; margin-bottom: 18px; }
.detail-info-panel p, .detail-check-list li { font-size: 15px; color: #435753; }
.detail-check-list { list-style: none; padding: 0; }
.detail-check-list li { padding-left: 23px; position: relative; margin-bottom: 10px; }
.detail-check-list li::before { content: "+"; position: absolute; left: 0; color: var(--ink); }
.detail-info-panel-excludes .detail-check-list li::before { content: "−"; }
.image-gallery { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 16px; }
.image-gallery img { width: 100%; aspect-ratio: 1.45; border-radius: 8px; }
.image-gallery figcaption { font-size: 12px; color: var(--muted); margin-top: 8px; }
.detail-action-panel { background: #f4e4bf; padding: 28px; border: 1px solid #e3d2aa; border-top: 4px solid var(--teal); border-radius: 12px; box-shadow: var(--shadow); position: sticky; top: 24px; }
.detail-action-panel h2 { font-size: 32px; }
.detail-action-panel p { font-size: 14px; }
.detail-action-panel .button-primary { width: 100%; }
.detail-action-panel > .save-button { margin-top: 15px; }
.action-price { margin: 22px 0; }
.action-price span { display: block; font-size: 12px; color: var(--muted); }
.action-price strong { display: block; font: 27px var(--display); }
.action-extra-fields { margin: 14px 0 20px; }
.action-extra-fields > summary { font-size: 13px; padding: 6px 0 14px; }
.payment-start-form { margin-top: 24px; }
.breadcrumb { font-size: 12px; margin: -12px 0 18px; }
.breadcrumb a { text-decoration: none; }

/* Forms: quiet surfaces, visible labels, and useful error states. */
.form-field { margin-bottom: 20px; min-width: 0; }
.form-field > label { display: block; font-weight: 600; font-size: 13px; margin-bottom: 7px; }
.form-field > label > span[aria-hidden] { color: var(--accent); }
.optional-label { color: var(--muted); font-weight: 400; font-size: 11px; }
.form-field input:not([type="checkbox"]):not([type="radio"]), .form-field select, .form-field textarea { width: 100%; background: var(--white); border: 1px solid #b7c1b8; border-radius: 7px; padding: 12px 13px; color: var(--ink); min-height: 48px; line-height: 1.5; }
.form-field textarea { resize: vertical; min-height: 125px; }
.form-field input[aria-invalid="true"], .form-field textarea[aria-invalid="true"], .form-field select[aria-invalid="true"] { border-color: #a33d2a; }
.form-field select { padding-right: 26px; }
.form-field input::placeholder, .form-field textarea::placeholder { color: #7b847e; }
.form-field .field-help { margin: 6px 0 0; line-height: 1.5; }
.field-error { color: #a12d20; font-size: 13px; margin: 7px 0 0; }
.form-errors { border: 1px solid #ac5d48; padding: 18px 22px; background: #fcf0e8; margin: 20px 0; }
.form-errors h2 { font: 600 16px/1.45 var(--sans); letter-spacing: 0; }
.form-errors ul { font-size: 13px; margin-bottom: 0; }
.form-errors a { color: #8c3022; }
.form-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 0 22px; }
.request-page { display: grid; grid-template-columns: 1fr 1.25fr; gap: 34px; padding-top: 36px; align-items: start; }
.request-intro { padding: 38px; background: var(--teal) url("../images/horizon-lines.be24e65b010d.svg") bottom right/100% auto no-repeat; border-radius: 18px 60px 18px 18px; color: var(--white); }
.request-intro .eyebrow { color: #ffda96; }
.request-intro h1 { font-size: clamp(40px, 4.5vw, 64px); }
.request-intro h1 em { color: #ffce72; }
.request-intro h1 { margin-bottom: 27px; }
.request-intro > p:not(.eyebrow) { max-width: 370px; color: #e3ecdf; font-size: 15px; }
.request-intro > .request-explanation { font-size: 13px !important; margin-top: 28px; }
.request-intro .text-link { font-size: 12px; margin-top: 14px; gap: 10px; }
.request-context { border-left: 2px solid var(--gold); padding: 14px 18px; margin-top: 32px; max-width: 380px; background: #073a3acc; }
.request-context > span { display: block; font-size: 11px; text-transform: uppercase; letter-spacing: .09em; color: #dce4d9; margin-bottom: 9px; }
.request-context strong { display: block; font: 26px/1.3 var(--display); }
.request-form-panel { padding: 32px; max-width: 760px; background: var(--white); border: 1px solid var(--line); box-shadow: var(--shadow); border-radius: 18px; }
.request-form-panel > h2 { font-size: 32px; margin-bottom: 8px; }
.request-form-panel > .muted-note { margin-bottom: 28px; }
.request-extra { margin: 25px 0; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.request-extra > summary { display: flex; gap: 14px; align-items: center; padding: 20px 0; font-size: 14px; list-style: none; }
.request-extra > summary > span:last-child { margin-left: auto; }
.request-extra[open] > summary { margin-bottom: 12px; }
.cf-turnstile { margin-bottom: 20px; overflow: hidden; }
.status-panel { padding: 36px; max-width: 750px; background: var(--white); border: 1px solid var(--line); border-top: 5px solid var(--gold); border-radius: 12px; box-shadow: var(--shadow); }
.status-panel h1 { margin-bottom: 35px; }
.status-panel > p:not(.eyebrow) { max-width: 550px; }
.status-panel .button-row { margin-top: 32px; }
.request-reference { border-top: 1px solid var(--line); padding-top: 18px; font-size: 14px; }
.contact-page .page-hero { position: relative; padding: 42px; padding-right: 46%; min-height: 420px; background: #e4ecdf; border-radius: 18px; }
.contact-page h1 { font-size: clamp(46px, 5vw, 70px); }
.contact-postcard { position: absolute; width: 32%; right: 7%; top: 12%; padding: 12px; background: #fffdf5; box-shadow: 0 15px 40px #183f3920; transform: rotate(4deg); }
.contact-postcard img { width: 100%; aspect-ratio: 1.2; }
.contact-postcard figcaption { text-align: center; font-size: 12px; padding-top: 12px; }
.contact-panel { margin-top: 36px; padding: 32px; border: 1px solid var(--line); background: var(--white); border-radius: 14px; }
.contact-panel h2 { font-size: 34px; }
.contact-list { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; margin: 28px 0; }
.contact-list > div { background: #f4f4e9; padding: 20px 24px; border-radius: 8px; }
.contact-list dt { font-size: 12px; color: var(--muted); }
.contact-list dd { margin: 8px 0; overflow-wrap: anywhere; font-size: 20px; }
.service-category-card { border-top: 4px solid var(--teal); padding: 26px; position: relative; }
.service-category-card:nth-child(3n + 2) { border-top-color: #d99936; background: #fff9eb; }
.service-category-card:nth-child(3n + 3) { border-top-color: #b96a42; }
.service-category-card h2 { font-size: 34px; }
.service-category-card p { font-size: 14px; color: var(--muted); }
.service-category-card .eyebrow { font-size: 11px; }

/* Saved packages and honest, horizontally scrollable comparison. */
.shortlist-toolbar { display: flex; flex-wrap: wrap; align-items: center; gap: 24px; padding: 22px 26px; border: 1px solid var(--line); border-radius: 12px; background: var(--white); margin-bottom: 26px; }
.shortlist-toolbar p { margin: 0 auto 0 0; font-size: 14px; }
.compare-select { display: flex; gap: 9px; align-items: center; font-size: 13px; padding-top: 16px; }
.compare-select input { width: 18px; height: 18px; accent-color: var(--ink); }
.comparison-hint { display: none; color: var(--muted); font-size: 12px; margin: 28px 0 10px; }
.comparison-scroll { position: relative; overflow-x: auto; margin-top: 14px; border: 1px solid var(--line); border-radius: 12px; padding: 0 20px; background: var(--white); }
.comparison-table { border-collapse: collapse; table-layout: fixed; width: 100%; min-width: 810px; font-size: 14px; }
.comparison-table th, .comparison-table td { padding: 24px; text-align: left; vertical-align: top; border-bottom: 1px solid var(--line); border-right: 1px solid var(--line); overflow-wrap: anywhere; }
.comparison-table tr > :first-child { width: 150px; padding-left: 0; font-size: 12px; font-weight: 600; color: var(--muted); }
.comparison-table tr > :last-child { border-right: 0; }
.comparison-table th > img { width: 100%; height: 170px; margin-bottom: 22px; }
.comparison-table h2 { font-size: 29px; }
.comparison-table td ul { margin: 0; padding-left: 16px; }
.comparison-table li { margin-bottom: 8px; }
.compare-price { margin-bottom: 25px; }
.compare-price:last-child { margin-bottom: 0; }
.compare-price > strong { font: 24px var(--display); display: block; }
.compare-price > small { display: block; color: var(--muted); margin-top: 5px; }
.compare-price p { margin: 8px 0; }
.compare-detail-link { display: block; margin-top: 16px; font-size: 12px; }
.comparison-table .button-primary { padding: 10px 16px; gap: 9px; font-size: 12px; }
.information-page { max-width: 760px; margin-inline: auto; }
.information-page h1 { font-size: clamp(42px, 6vw, 70px); margin-bottom: 40px; }
.information-page .prose { line-height: 1.9; overflow-wrap: anywhere; }
.site-status:not(:empty) { position: fixed; bottom: 22px; left: 50%; transform: translateX(-50%); z-index: 50; padding: 12px 22px; background: var(--ink); color: white; max-width: calc(100vw - 32px); width: max-content; font-size: 13px; box-shadow: 0 3px 20px #183d4230; }

/* Colophon. */
.site-footer { position: relative; isolation: isolate; overflow: hidden; background: #123f40; border-top: 5px solid var(--gold); color: #fff8e5; padding: 54px var(--gutter) 24px; }
.site-footer::before { content: ""; position: absolute; inset: -60px -130px -300px 45%; z-index: -1; background: url("../images/horizon-lines.be24e65b010d.svg") center/cover no-repeat; opacity: .22; }
.site-footer-inner { max-width: 1388px; margin: auto; display: grid; grid-template-columns: 1.5fr .7fr 1fr; gap: 60px; }
.site-footer .eyebrow { color: #c2cbbb; }
.footer-intro h2 { font-size: clamp(38px, 4.3vw, 64px); margin-bottom: 24px; color: #ffda96; }
.site-footer h3 { font: 500 13px var(--sans); margin: 9px 0 26px; color: #c2cbbb; letter-spacing: .05em; }
.site-footer-links, .site-footer-contact { display: flex; align-items: flex-start; flex-direction: column; gap: 13px; }
.site-footer-links a, .site-footer-contact a { font-size: 14px; text-decoration: none; overflow-wrap: anywhere; max-width: 100%; }
.site-footer-contact p { font-size: 13px; max-width: 300px; }
.footer-colophon { border-top: 1px solid #ffffff28; margin: 58px auto 0; padding-top: 20px; max-width: 1388px; display: flex; justify-content: space-between; gap: 25px; font-size: 11px; color: #c2cbbb; }

/* Layouts are checked at desktop, tablet, and narrow phone widths in both languages. */
@media (max-width: 1150px) {
  .site-header-inner { gap: 20px; }
  .site-brand > span { font-size: 22px; }
  .site-nav { gap: 14px; }
  .site-nav a { font-size: 12px; }
  .site-nav .site-nav-cta { padding: 9px 11px; gap: 12px; }
  .home-introduction { padding-left: 36px; width: 60%; }
  .home-introduction h1 { font-size: 78px; }
  .home-inset-image { width: 175px; right: 25px; }
  .horizon-seal { width: 95px; height: 95px; right: 26px; }
  .home-explore-strip > a { padding-inline: 14px; gap: 10px; }
  .home-explore-strip strong { font-size: 14px; }
  .home-explore-strip small { font-size: 11px; }
  .explore-icon { width: 36px; height: 36px; }
  .detail-content-grid { grid-template-columns: minmax(0, 1fr) 285px; gap: 36px; }
  .detail-action-panel { padding: 22px; }
  .detail-hero { gap: 26px; }
  .request-intro, .request-form-panel { padding: 28px; }
  .site-footer-inner { gap: 35px; }
}
@media (max-width: 980px) {
  .site-header-inner { flex-wrap: wrap; padding-top: 14px; padding-bottom: 14px; }
  .site-nav { width: 100%; order: 4; justify-content: flex-start; flex-wrap: wrap; gap: 16px 25px; margin: 0; padding-top: 10px; }
  .site-nav.is-collapsible { display: none; }
  .site-nav.is-collapsible.is-open { display: flex; padding-bottom: 10px; }
  .menu-toggle:not([hidden]) { display: block; margin-left: auto; }
  .language-switcher { margin-left: auto; }
  .menu-toggle:not([hidden]) + .site-nav + .language-switcher { margin-left: 0; }
  .home-opening { min-height: 590px; }
  .home-introduction { padding: 32px 0 36px 32px; width: 63%; }
  .home-introduction h1 { font-size: 68px; }
  .home-introduction .eyebrow { font-size: 9px; }
  .intro-copy { max-width: 330px; font-size: 15px; }
  .home-inset-image { width: 150px; right: 20px; }
  .home-main-image::after { background: linear-gradient(90deg, var(--teal) 0%, #104c4ced 32%, #104c4c80 64%, #104c4c10); }
  .home-explore-strip small { max-width: 160px; }
  .home-explore-strip > a > span:last-child { display: none; }
  .card-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 24px; }
  .featured-copy { padding: 28px; }
  .featured-copy h3 { font-size: 31px; }
  .featured-copy .button-row { align-items: start; }
  .destination-tile { min-height: 310px; }
  .destination-tile h3 { font-size: 28px; inset-inline: 20px; }
  .planning-note { padding: 34px; gap: 18px 34px; }
  .planning-note h2 { font-size: 44px; }
  .destination-atlas { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .destination-atlas-card:nth-child(n) { grid-column: span 1; min-height: 350px; }
  .destination-atlas-card:last-child:nth-child(odd) { grid-column: 1 / -1; }
  .destination-list-hero { padding: 40px; }
  .destination-list-hero h1 { font-size: 54px; }
  .destination-atlas-card .content-card-body { padding: 22px; }
  .destination-atlas-card .content-card-body h2 { font-size: 29px; }
  .package-browse-page .catalogue-heading h1 { font-size: 47px; }
  .collection-hero { padding: 30px; gap: 20px 28px; }
  .collection-hero-image { min-height: 220px; }
  .detail-hero-copy h1 { font-size: 35px; }
  .detail-content-grid { grid-template-columns: 1fr; }
  .detail-action-panel { max-width: 650px; position: static; }
  .detail-action-panel .button-primary { width: auto; }
  .detail-action-panel .form-field { max-width: 500px; }
  .request-page { gap: 24px; grid-template-columns: .9fr 1.1fr; }
  .request-intro h1 { font-size: 44px; }
  .request-form-panel { padding: 24px; }
  .form-grid { grid-template-columns: 1fr; }
  .page-hero-split, .destination-hero { gap: 28px; padding: 28px; }
  .page-hero-split h1, .destination-hero h1 { font-size: 47px; }
}
@media (max-width: 760px) {
  .page-shell { padding-top: 24px; padding-bottom: 52px; }
  .site-header-inner { gap: 17px; }
  .site-brand img { width: 38px; height: 38px; }
  .site-brand > span { font-size: 22px; }
  .site-brand small { font-size: 8px; margin-top: 6px; }
  .site-nav a { font-size: 14px; }
  .site-nav { gap: 12px 22px; }
  .home-opening { min-height: 0; border-radius: 16px 50px 16px 16px; }
  .home-introduction { width: 100%; padding: 30px 30px 205px; }
  .home-introduction .eyebrow { font-size: 10px; margin: 0; gap: 8px; }
  .home-introduction h1 { font-size: clamp(53px, 10.7vw, 76px); margin: 20px 0; line-height: 1.08; }
  .intro-copy { max-width: 370px; font-size: 15px; margin-bottom: 22px; }
  .opening-footnote { display: none; }
  .home-image-composition { inset: 0; }
  .home-main-image > img { object-position: 70% center; }
  .home-main-image::after { background: linear-gradient(90deg, #104c4cf5, #104c4cd1 45%, #104c4c35), linear-gradient(0deg, #053c4540, #104c4c60); }
  .home-inset-image { width: 168px; bottom: 24px; right: 28px; }
  .home-inset-image figcaption { font-size: 10px; padding: 8px 3px; }
  .home-main-image > figcaption { top: auto; bottom: 16px; left: 20px; right: auto; max-width: 130px; font-size: 9px; }
  .horizon-seal { top: auto; right: auto; left: 30px; bottom: 70px; width: 86px; height: 86px; gap: 4px; }
  .horizon-seal svg { width: 45px; height: 31px; }
  .horizon-seal span { font-size: 7px; }
  .home-explore-strip { grid-template-columns: 1fr; margin: 16px 0 40px; padding: 6px 18px; }
  .home-explore-strip > a { padding: 15px 0; }
  .home-explore-strip > a + a { border-left: 0; border-top: 1px solid var(--line); }
  .home-explore-strip small { max-width: none; font-size: 12px; }
  .home-explore-strip > a > span:last-child { display: block; }
  .section-heading { align-items: flex-start; gap: 24px; margin-bottom: 24px; }
  .section-heading h2 { font-size: 34px; }
  .section-heading .text-link { font-size: 12px; gap: 10px; max-width: 125px; }
  .featured-journey { grid-template-columns: 1fr; }
  .featured-photo img { height: 310px; min-height: 0; }
  .featured-copy { padding: 26px; border-left: 0; border-top: 1px dashed #c7c9b6; }
  .featured-copy h3 { font-size: 31px; }
  .destination-editorial { padding-top: 42px; }
  .destination-strip { gap: 16px; grid-template-columns: 1fr; }
  .destination-tile { min-height: 300px; }
  .destination-tile h3 { font-size: 34px; }
  .planning-note { grid-template-columns: 1fr; gap: 18px; padding: 30px; margin-top: 26px; }
  .planning-note h2 { font-size: 43px; }
  .planning-note > div { max-width: 100%; }
  .destination-list-hero { padding: 32px 28px 75px; min-height: 430px; }
  .destination-list-hero h1 { font-size: clamp(42px, 7vw, 52px); }
  .destination-list-hero .page-hero-media::after { background: linear-gradient(90deg, #083e42f0, #083e42ad 65%, #083e4250); }
  .destination-list-hero figcaption { left: 28px; right: auto; bottom: 22px; font-size: 10px; }
  .destination-collection-heading { flex-direction: column; gap: 12px; margin-top: 34px; }
  .destination-atlas { grid-template-columns: 1fr; gap: 18px; }
  .destination-atlas-card:nth-child(n) { grid-column: auto; min-height: 330px; }
  .destination-atlas-card .content-card-body h2 { font-size: 32px; }
  .catalogue-heading { align-items: flex-start; flex-direction: column; gap: 20px; padding: 0 0 28px; }
  .catalogue-heading h1 { font-size: 46px; }
  .catalogue-heading > p { width: auto; max-width: 450px; font-size: 14px; }
  .collection-hero { display: grid; grid-template-columns: 1fr; padding: 28px; }
  .package-browse-page .catalogue-heading h1 { font-size: 45px; }
  .collection-hero-image { grid-column: 1; grid-row: 3; min-height: 185px; }
  .collection-hero-image img { border-radius: 35px 8px 8px 8px; }
  .filter-panel { padding: 20px 20px 0; }
  .filter-primary { grid-template-columns: 1fr 1fr; gap: 0 15px; }
  .filter-primary .button-primary { grid-column: 1 / -1; min-height: 45px; margin-bottom: 10px; }
  .filter-primary .form-field label { font-size: 12px; }
  .filter-primary select { padding-left: 10px; }
  .filter-grid { grid-template-columns: 1fr 1fr; gap: 0 16px; }
  .results-heading { font-size: 12px; gap: 14px; flex-wrap: wrap; }
  .package-card-body { padding: 18px 20px 20px; }
  .detail-hero { grid-template-columns: 1fr; gap: 24px; padding: 18px; }
  .detail-hero-media > img { height: 300px; }
  .detail-hero-copy h1 { font-size: 36px; }
  .detail-hero-copy .eyebrow { margin-bottom: 13px; }
  .detail-hero .detail-summary { font-size: 14px; }
  .detail-anchor-nav { margin-top: 20px; padding: 16px 20px; gap: 14px 22px; }
  .detail-content-grid { margin-top: 28px; gap: 10px; }
  .detail-section { margin-bottom: 35px; }
  .detail-section-heading h2 { font-size: 31px; }
  .timeline-item { padding-left: 23px; margin-left: 5px; }
  .timeline-item h3 { font-size: 25px; }
  .timeline-prose p { font-size: 14px; }
  .detail-action-panel { padding: 25px; }
  .price-option-card { gap: 18px; }
  .price-option-amount { font-size: 22px; }
  .price-option-copy h3 { font-size: 14px; }
  .request-page { grid-template-columns: 1fr; gap: 24px; }
  .request-intro { padding: 26px; }
  .request-intro h1 { font-size: 43px; margin-bottom: 20px; }
  .request-intro h1 br { display: none; }
  .request-intro > .request-explanation { display: none; }
  .request-intro > .text-link { font-size: 11px; }
  .request-intro > p:not(.eyebrow) { max-width: 100%; font-size: 14px; margin-bottom: 0; }
  .request-context { margin-top: 22px; }
  .request-context strong { font-size: 24px; }
  .request-form-panel { padding: 24px; }
  .request-form-panel h2 { font-size: 29px; }
  .request-extra > summary { gap: 10px; font-size: 13px; }
  .form-grid { grid-template-columns: 1fr 1fr; gap: 0 16px; }
  .form-field input, .form-field select, .form-field textarea { font-size: 16px; }
  .page-hero-split, .destination-hero { grid-template-columns: 1fr; gap: 25px; padding: 26px; }
  .page-hero-media img, .destination-hero-media img { height: 290px; }
  .destination-list-hero .page-hero-media img { height: 100%; }
  .contact-page .page-hero { padding: 28px; }
  .contact-page h1 { font-size: 46px; }
  .contact-postcard { position: static; width: 85%; margin: 30px auto 5px; transform: rotate(3deg); }
  .contact-panel { padding: 24px; }
  .contact-panel h2 { font-size: 31px; }
  .contact-list { grid-template-columns: 1fr; gap: 16px; }
  .contact-list > div { padding: 18px; }
  .contact-list dd { font-size: 19px; }
  .shortlist-toolbar { gap: 15px 24px; padding: 20px; }
  .shortlist-toolbar p { width: 100%; }
  .comparison-table { min-width: 760px; }
  .comparison-hint { display: block; }
  .comparison-scroll { padding: 0 15px; }
  .comparison-table th, .comparison-table td { padding: 20px; }
  .comparison-table tr > :first-child { width: 115px; }
  .comparison-table h2 { font-size: 26px; }
  .site-footer { padding-top: 38px; }
  .site-footer-inner { grid-template-columns: 1fr 1fr; gap: 30px 20px; }
  .footer-intro { grid-column: 1 / -1; }
  .footer-intro h2 { font-size: 48px; }
  .footer-intro .text-link { font-size: 13px; }
  .site-footer-links a, .site-footer-contact a { font-size: 12px; }
  .site-footer h3 { margin-bottom: 10px; }
  .footer-colophon { margin-top: 32px; flex-direction: column; gap: 7px; }
  .status-panel { padding: 26px; }
  .status-panel h1 { font-size: 40px; }
}
@media (max-width: 600px) {
  .card-grid { grid-template-columns: 1fr; }
  .form-grid { grid-template-columns: 1fr; }
  .package-card h2 { font-size: 29px; }
  .section-heading .text-link { max-width: 100px; }
  .service-category-card h2 { font-size: 31px; }
}
@media (max-width: 400px) {
  :root { --gutter: 16px; }
  .site-brand > span { font-size: 19px; }
  .site-brand img { width: 32px; height: 32px; }
  .site-header-inner { gap: 12px; }
  .menu-toggle { font-size: 12px; }
  .language-switcher { font-size: 10px; gap: 4px; }
  .menu-toggle span { margin-left: 5px; }
  .home-introduction { padding-inline: 23px; }
  .home-introduction h1 { font-size: clamp(44px, 13vw, 52px); }
  .home-introduction .eyebrow { font-size: 9px; }
  .home-introduction .button-primary { gap: 14px; }
  .horizon-seal { left: 24px; width: 78px; height: 78px; }
  .home-inset-image { width: clamp(132px, 40vw, 153px); right: 24px; }
  .destination-list-hero { padding-inline: 24px; }
  .destination-list-hero h1 { font-size: 39px; }
  .collection-hero { padding: 23px; }
  .package-browse-page .catalogue-heading h1 { font-size: 39px; }
  .detail-hero-media > img { height: 230px; }
  .detail-hero-copy h1 { font-size: 32px; }
  .price-option-card { grid-template-columns: 1fr; gap: 8px; }
  .price-option-meta { text-align: left; }
  .price-option-amount { font-size: 26px; }
  .request-intro h1 { font-size: 37px; }
  .request-form-panel { padding: 20px; }
  .filter-grid { grid-template-columns: 1fr; }
  .footer-intro h2 { font-size: 41px; }
}
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { transition: none !important; animation: none !important; }
}
