/* Composed travel pages: photography, chapter panels and printed-guide details. */
:root { --paper: #edf2f1; --white: #fffefe; --soft: #e9f0ed; --line: #d4dfdc; }
body { position: relative; isolation: isolate; background: var(--paper); }
body::before { content: ""; position: fixed; inset: 0; z-index: -1; pointer-events: none; background-image: url("../images/atlas-contours.7471a8bfdc0d.svg"), linear-gradient(90deg, #edf3f0db, #f3f6f4ed 25%, #f3f6f4ed 75%, #edf3f0db), url("../images/licensed/ha-long-karsts.66e4573b462e.jpg"); background-size: cover; background-position: center; background-repeat: no-repeat; }
.line-icon { width: 28px; height: 28px; display: block; flex-shrink: 0; }
.site-header { background: #fffdf7; border-bottom: 1px solid #d5dbca; }
.site-nav a { font-size: 14px; }
.site-nav .site-nav-cta { box-shadow: 0 5px 12px #173e3c15; }
.site-nav .site-nav-cta[aria-current="page"] { color: #fff9e9; box-shadow: inset 0 -3px #d8b66a; }
.site-footer { background-color: #133e37; }
.footer-wordmark { max-width: 1388px; margin: 38px auto 0; padding-top: 22px; border-top: 1px solid #d9e7c72b; display: flex; justify-content: space-between; align-items: center; gap: 20px; color: #dbe4be; font: 650 clamp(55px, 12.6vw, 184px)/1.16 var(--display); letter-spacing: -.065em; }
.footer-wordmark > span { font-size: .8em; color: var(--gold); }
.footer-colophon { margin-top: 22px; }

/* Opening contact sheet: every authored hero image remains available. */
.home-opening { box-shadow: 0 16px 42px #2949371a; border: 1px solid #486e59; }
.scene-strip { display: grid; grid-template-columns: 210px minmax(0, 1fr); gap: 26px; align-items: center; padding: 23px 26px; background: #fffefd; border: 1px solid #d2d6c6; border-left: 5px solid #bd7538; border-radius: 12px; margin: 22px 0; box-shadow: 0 6px 18px #3f514009; }
.scene-strip .eyebrow { font-size: 9px; margin-bottom: 9px; }
.scene-strip h2 { font-size: 26px; margin: 0; }
.scene-frames { display: grid; grid-template-columns: repeat(6, minmax(0, 1fr)); gap: 12px; }
.scene-frames a { text-decoration: none; border: 1px solid #d5dacb; background: #f7f3e7; padding: 5px; transition: transform .2s, box-shadow .2s; }
.scene-frames a:hover { transform: translateY(-5px) rotate(-2deg); box-shadow: 0 8px 16px #253e3820; }
.scene-frames img { width: 100%; height: 91px; }
.scene-frames a > span { display: flex; justify-content: space-between; padding: 5px 3px 0; font-size: 9px; color: var(--muted); }
.home-explore-strip { margin-top: 22px; margin-bottom: 52px; border: 0; box-shadow: none; background: transparent; padding-inline: 0; }
.home-explore-strip > a { padding-inline: 24px; }
.home-explore-strip .explore-icon { background: #e0e5d0; width: 46px; height: 46px; }
.home-feature-section > .section-heading { padding-bottom: 24px; border-bottom: 1px solid #cbd2bf; }
.featured-journey { background: transparent; color: var(--ink); border: 0; border-radius: 0; box-shadow: none; overflow: visible; align-items: stretch; }
.featured-photo { position: relative; margin-right: -55px; border-radius: 8px; min-height: 580px; box-shadow: 0 14px 30px #233c3019; }
.featured-photo > img { position: absolute; inset: 0; max-height: none; min-height: 0; width: 100%; height: 100%; }
.featured-photo-notes { position: absolute; bottom: 30px; left: 28px; display: flex; align-items: end; gap: 14px; }
.featured-photo-notes img { width: 112px; height: 88px; min-height: 0; max-height: none; border: 6px solid #fffdf3; border-bottom-width: 15px; box-shadow: 0 8px 16px #173d392b; transform: rotate(-6deg); }
.featured-photo-notes img:nth-child(2) { transform: rotate(7deg); margin-bottom: 8px; }
.featured-copy { position: relative; z-index: 1; margin-block: 35px; padding: 38px; background: #fffef9; border: 1px solid #d6d8cd; border-top: 4px solid #345748; border-radius: 5px; box-shadow: 0 12px 30px #263b2e20; }
.featured-copy > .eyebrow { background: #eef0e6; color: #486244; }
.featured-copy h3 { font-size: clamp(31px, 3vw, 45px); }
.featured-copy > p:not(.eyebrow):not(.featured-price) { color: #536457; }
.featured-copy .text-link { padding: 12px 16px; color: #fffdf2; background: #244d40; border: 0; border-radius: 6px; font-size: 13px; }
.featured-copy .save-button { color: #35594b; }
.featured-copy .save-button[aria-pressed="true"] svg { fill: #35594b; }
.featured-price { border-top: 1px dashed #bdc6b8; margin-top: 24px; padding-top: 20px; color: #294b3b; }
.spotlight-interests, .card-interests { display: flex; flex-wrap: wrap; gap: 7px; list-style: none; padding: 0; margin: 18px 0 0; }
.spotlight-interests li { font-size: 10px; border: 1px solid #d1d9c6; border-radius: 4px; padding: 4px 8px; }

/* A destination spread and a planning board create different page rhythms. */
.discovery-section { display: grid; grid-template-columns: .65fr 1.35fr; gap: 44px; padding: 42px 0 20px; margin-top: 60px; background: transparent; border-top: 1px solid #c8cfc0; }
.discovery-intro { position: relative; }
.discovery-intro .eyebrow { color: #546e44; }
.discovery-intro h2 { font-size: clamp(36px, 3.7vw, 56px); margin-bottom: 24px; }
.discovery-intro > p:not(.eyebrow) { color: #4a604a; max-width: 340px; font-size: 15px; }
.discovery-intro .button-secondary { margin-top: 15px; background: #f7f5e6; }
.discovery-compass { display: flex; flex-direction: column; justify-content: center; align-items: center; width: 110px; height: 110px; border: 1px solid #97a784; outline: 1px dashed #97a784; outline-offset: -8px; border-radius: 50%; margin: 34px 0 0 14px; transform: rotate(-12deg); gap: 8px; color: #627b54; }
.discovery-compass > span { font-size: 8px; letter-spacing: .17em; }
.discovery-destinations { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.discovery-place { position: relative; min-width: 0; min-height: 235px; display: flex; align-items: end; padding: 13px; overflow: hidden; isolation: isolate; text-decoration: none; background: #163e35; border-radius: 8px; box-shadow: 0 6px 14px #233d2a15; }
.discovery-place:first-child { grid-row: span 2; }
.discovery-place > img { position: absolute; inset: 0; width: 100%; height: 100%; z-index: -1; transition: transform .4s; }
.discovery-place:hover > img { transform: scale(1.045); }
.discovery-place > div { width: 100%; background: #fff9e9f5; padding: 15px; border-radius: 4px; }
.discovery-place > div > p { font-size: 8px; letter-spacing: .13em; margin-bottom: 5px; color: #6e775c; }
.discovery-place h3 { font-size: 24px; margin: 0; display: flex; align-items: end; justify-content: space-between; gap: 10px; text-wrap: auto; }
.discovery-place h3 > span { color: #a76334; font-size: 22px; }
.discovery-place .destination-number { background: #173e38d4; color: #ffdda0; border-color: #ffdda09c; top: 16px; left: 16px; }
.planning-studio { position: relative; isolation: isolate; display: grid; grid-template-columns: 1fr 1fr; gap: 34px; align-items: center; padding: 42px; margin-top: 44px; background: #314c3d; border: 8px solid #fffef9; outline: 1px solid #d6dbcf; border-radius: 8px; overflow: hidden; box-shadow: 0 14px 35px #263d301a; }
.planning-landscape { position: absolute; z-index: -2; inset: 0; }
.planning-landscape img { width: 100%; height: 100%; object-position: 65% center; }
.planning-studio::before { content: ""; position: absolute; z-index: -1; inset: 0; background: linear-gradient(90deg, #243c3533, transparent); }
.planning-studio-copy { max-width: 460px; padding: 32px; background: #fffdf5f7; border: 1px solid #ece9d9; box-shadow: 0 12px 25px #0b2d3540; border-radius: 3px; }
.planning-studio h2 { font-size: clamp(36px, 3.4vw, 49px); }
.planning-studio .eyebrow { color: #795b2b; }
.planning-studio-copy > p:not(.eyebrow) { color: #4f573e; font-size: 15px; line-height: 1.8; }
.planning-studio .button-primary { margin-top: 14px; }
.planning-board { position: relative; isolation: isolate; min-height: 440px; width: 100%; }
.planning-photo { position: absolute; right: 8px; top: 5px; width: 60%; background: #fffbed; padding: 10px 10px 6px; transform: rotate(7deg); box-shadow: 0 16px 24px #132d3b45; }
.planning-photo img { width: 100%; aspect-ratio: 1.42; }
.planning-photo > span { display: block; margin-top: 8px; font-size: 8px; letter-spacing: .14em; text-align: center; }
.planning-ticket { position: absolute; left: 5px; bottom: 0; width: 68%; padding: 25px; background: #fcfaf0; color: #294b3a; border-radius: 3px; border-top: 4px solid #3c6250; box-shadow: 0 12px 25px #1639304d; transform: rotate(-5deg); }
.planning-ticket-label { display: block; font-size: 9px; letter-spacing: .06em; margin-bottom: 13px; color: #826343; text-transform: uppercase; }
.planning-ticket > strong { display: block; font-size: 31px; font-weight: 650; line-height: 1.2; letter-spacing: -.02em; }
.planning-ticket-rule { border-top: 1px dashed #a5b29b; margin: 22px -25px 15px; }
.planning-ticket > span:last-child { display: block; font-size: 7px; letter-spacing: .04em; }
.planning-stamp { position: absolute; right: 4px; bottom: 10px; width: 76px; height: 76px; background: #e6bc72; border: 1px solid #a17427; outline: 1px dashed #ac7f32; outline-offset: -7px; border-radius: 50%; display: flex; align-items: center; justify-content: center; flex-direction: column; gap: 8px; transform: rotate(12deg); box-shadow: 0 5px 12px #173b3930; }
.planning-stamp > span { font-size: 8px; font-weight: 650; letter-spacing: .1em; }

/* Browsing is a collection with a filter desk alongside it. */
.collection-hero { grid-template-columns: 1fr 1.35fr; align-items: center; gap: 0; padding: 0; background: transparent; border: 0; border-radius: 0; overflow: visible; box-shadow: none; }
.collection-hero .collection-hero-copy { position: relative; z-index: 1; width: calc(100% + 70px); max-width: none; margin-block: 32px; padding: 34px; background: #fffef9; border: 1px solid #d5d9cd; border-left: 4px solid #345d4b; border-radius: 4px; box-shadow: 0 12px 28px #30432e1c; }
.collection-hero-copy h1 { font-size: clamp(36px, 4vw, 58px); }
.collection-hero-copy > p:last-child { max-width: 430px; margin-bottom: 0; font-size: 14px; color: #586651; }
.collection-hero .collection-hero-image { grid-row: 1; min-height: 430px; }
.collection-hero .collection-hero-image img { border-radius: 8px; }
.collection-hero .collection-hero-image figcaption { left: auto; right: 20px; bottom: 20px; }
.catalogue-workspace { display: grid; grid-template-columns: 245px minmax(0, 1fr); gap: 28px; align-items: start; margin-top: 32px; }
.catalogue-workspace-unfiltered { grid-template-columns: 1fr; }
.catalogue-workspace .filter-panel { padding: 23px 20px 10px; position: sticky; top: 24px; background: #fffefd; border-color: #d0d5c1; border-top: 4px solid #bd8544; box-shadow: 0 10px 26px #3f51400d; }
.filter-panel-title { display: flex; flex-direction: column; gap: 14px; margin-bottom: 25px; padding-bottom: 22px; border-bottom: 1px dashed #c7ccba; }
.filter-panel-title > span { width: 42px; height: 42px; border-radius: 50%; display: grid; place-items: center; background: #e3e8d4; }
.filter-panel-title .eyebrow { font-size: 9px; margin-bottom: 5px; }
.filter-panel-title h2 { font-size: 27px; margin: 0; }
.catalogue-workspace .filter-primary, .catalogue-workspace .filter-grid { grid-template-columns: 1fr; gap: 0; }
.catalogue-workspace .filter-primary > .button-primary { width: 100%; margin-bottom: 15px; gap: 14px; }
.catalogue-workspace .advanced-filters > summary { max-width: none; font-size: 12px; }
.catalogue-results { min-width: 0; }
.catalogue-results > .results-heading { padding-top: 0; min-height: 49px; }
.catalogue-results .package-results-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 26px; }
.package-card { border-color: #d0d5c1; border-radius: 12px; box-shadow: 0 10px 26px #233c3010; }
.package-card:hover { box-shadow: 0 18px 30px #233c3022; border-color: #8ca582; }
.package-card-media > img { aspect-ratio: 1.45; }
.duration-label { background: #fff8dd; border: 1px solid #e5d7b9; border-radius: 5px; box-shadow: 0 3px 9px #0d353b2b; font-size: 12px; }
.package-card h2 { font-size: 27px; }
.card-interests { margin: 0 0 22px; }
.card-interests li { background: #eef0e4; border: 1px solid #d9dfcc; font-size: 10px; color: #53694c; border-radius: 4px; padding: 3px 7px; }
.package-card-footer { margin-left: -24px; margin-right: -24px; margin-bottom: -22px; padding: 17px 24px; background: #f0f4ef; border-top-style: dashed; }
.package-card-footer > a { background: #1c5144; color: #fffbeb; }
.package-card-footer > span { max-width: 65%; }
.compare-select { margin-top: 24px; }
.package-card-footer:has(+ .compare-select) { margin-bottom: 0; }
.package-card-footer + .compare-select { margin-top: 0; }
.shortlist-grid { grid-template-columns: repeat(auto-fit, minmax(min(100%, 320px), 1fr)); }
.shortlist-toolbar [aria-disabled="true"] { background: #e4ebe5; border-color: #c4d1c5; color: #556954; cursor: default; }
@media (min-width: 761px) {
  .shortlist-grid > .package-card:only-child { display: grid; grid-template-columns: 1.05fr 1fr; }
  .shortlist-grid > .package-card:only-child .package-card-media > img { position: absolute; inset: 0; height: 100%; aspect-ratio: auto; }
  .shortlist-grid > .package-card:only-child .package-card-body { padding-top: 28px; min-height: 390px; }
  .shortlist-grid > .package-card:only-child h2 { font-size: clamp(28px, 3vw, 39px); }
  .shortlist-grid > .package-card:only-child .card-summary { display: block; }
}
.service-card-icon { display: flex; align-items: center; justify-content: space-between; margin-bottom: 24px; }
.service-card-icon > .line-icon { width: 50px; height: 50px; padding: 9px; background: #e2e9d8; border-radius: 10px; }
.service-card-icon > span { font: 650 40px/1 var(--display); color: #d3dac6; letter-spacing: -.05em; }
.service-category-card { border: 1px solid #c8d1bc; border-top: 5px solid #315c48; box-shadow: 0 12px 28px #263e3010; }
.service-category-card:nth-child(3n + 2) .service-card-icon > .line-icon { background: #f1e2bd; }
.service-category-card:nth-child(3n + 3) .service-card-icon > .line-icon { background: #efdbcb; }
.service-category-photo { margin: -26px -26px 24px; }
.service-category-photo img { width: 100%; height: 205px; }
.service-kind-flight .service-category-photo img { object-position: center bottom; }
.service-kind-visa .service-category-photo img { object-position: center 44%; }
.service-category-card:nth-child(n) { background-color: #fffef9; }
.empty-state-illustrated { display: grid; grid-template-columns: 1.1fr 1fr; max-width: none; padding: 0; overflow: hidden; border: 1px solid #ced8d0; border-radius: 10px; background: #fffef9 url("../images/paper-grain.0b137e46dd77.svg"); box-shadow: 0 16px 35px #253e3014; }
.empty-state-illustrated > figure { position: relative; min-height: 390px; }
.empty-state-illustrated > figure img { width: 100%; height: 100%; position: absolute; inset: 0; }
.empty-state-illustrated figcaption { position: absolute; bottom: 22px; left: 22px; padding: 7px 12px; border: 1px solid #fffef987; background: #173e37dd; color: #fffef9; font-size: 10px; letter-spacing: .05em; }
.empty-state-illustrated > div { padding: 42px; align-self: center; }
.empty-state-illustrated h2 { font-size: clamp(29px, 3vw, 42px); }
.destination-index { padding: 24px 28px; background: #fffcf2; border: 1px solid #d2d7c7; border-radius: 12px; margin-top: 22px; display: grid; grid-template-columns: 170px 1fr; gap: 24px; align-items: start; }
.destination-index > .eyebrow { margin: 5px 0 0; }
.destination-index > div { display: flex; flex-wrap: wrap; gap: 12px 20px; }
.destination-index a { display: inline-flex; align-items: baseline; gap: 9px; font-size: 13px; text-decoration: none; }
.destination-index a > span { font-size: 9px; color: #a16c3b; }
.destination-atlas { gap: 26px; }
.destination-atlas-card:nth-child(n) { min-height: 470px; border: 8px solid #fffdf4; outline: 1px solid #d3d6c6; border-radius: 10px; box-shadow: 0 12px 24px #33473214; scroll-margin-top: 28px; }
.destination-atlas-card .content-card-body { width: calc(100% - 32px); margin: 16px; background: #fff9e9f7; color: #183f39; padding: 22px; border: 1px solid #e5dcc2; border-radius: 5px; }
.destination-atlas-card .content-card-body h2 { font-size: 30px; }
.destination-atlas-card .content-card-body .eyebrow { color: #91703f; font-size: 9px; }
.destination-atlas-card .content-card-body > p:not(.eyebrow) { color: #4d6554; font-size: 13px; }
.destination-atlas-card h2 span { color: #975d36; }
.destination-atlas-card::after { background: linear-gradient(0deg, #153b3180, transparent 60%); }
.destination-atlas-card .atlas-index { color: #ffdfa1; background: #204b3de8; border-color: #ffe1a07a; }
.destination-hero, .service-hub-hero { background: #fffef9; border: 1px solid #d2d8c8; box-shadow: 0 12px 28px #29473210; }
.destination-hero-media img, .service-hub-hero .page-hero-media img { border-radius: 5px; box-shadow: 10px 10px 0 #e1e4d8; }

/* Package opening: a photographic spread joined to a substantial trip brief. */
.package-detail-page { max-width: 1540px; padding-top: 30px; }
.trip-photo-mosaic { display: grid; grid-template-columns: 1fr; gap: 12px; height: 430px; padding: 12px 12px 0; border: 1px solid #d3d8c7; border-bottom: 0; border-radius: 18px 18px 0 0; background: #fffef8; }
.trip-photo-mosaic-multiple { grid-template-columns: 1.8fr 1fr; }
.trip-photo-mosaic a { position: relative; display: block; min-height: 0; overflow: hidden; border-radius: 8px; }
.trip-photo-mosaic img { width: 100%; height: 100%; object-fit: cover; transition: transform .35s; }
.trip-photo-mosaic a:hover img { transform: scale(1.03); }
.trip-photo-previews { display: grid; grid-auto-rows: 1fr; gap: 12px; min-height: 0; }
.trip-photo-previews a > span { position: absolute; bottom: 14px; right: 14px; background: #fffbea; color: #1b463b; border-radius: 50%; display: grid; place-items: center; width: 32px; height: 32px; }
.photo-open-label { position: absolute; left: 20px; bottom: 20px; display: inline-flex; align-items: center; gap: 10px; padding: 11px 15px; background: #fffbed; color: #204638; border-radius: 6px; box-shadow: 0 4px 14px #153c3440; font-size: 13px; font-weight: 650; }
.photo-open-label .line-icon { width: 20px; height: 20px; }
.photo-open-label > span { border-left: 1px solid #d2d5c1; padding-left: 11px; font-size: 12px; }
.package-detail-page .detail-hero { grid-template-columns: minmax(0, 1fr) 330px; gap: 40px; padding: 36px; border-color: #d3d8c7; background: #fffef8; box-shadow: 0 14px 38px #25433112; }
.trip-photo-mosaic + .detail-hero { border-top: 0; border-top-left-radius: 0; border-top-right-radius: 0; }
.package-detail-page .detail-hero-copy h1 { font-size: clamp(34px, 3.2vw, 49px); line-height: 1.19; letter-spacing: -.028em; }
html:lang(vi) .package-detail-page .detail-hero-copy h1 { line-height: 1.24; letter-spacing: -.018em; }
.package-detail-page .detail-hero-copy .eyebrow { display: flex; align-items: center; gap: 11px; }
.edition-mark { font-size: 17px; font-weight: 750; color: #ae7540; letter-spacing: -.04em; }
.package-detail-page .detail-summary { max-width: 750px; font-size: 15px; line-height: 1.85; }
.trip-brief-side { background: #eef3ee; border: 1px dashed #b5c2a2; padding: 24px; border-radius: 10px; align-self: stretch; }
.brief-label { display: flex; gap: 10px; align-items: center; font-size: 12px; font-weight: 650; margin: 0; }
.brief-label .line-icon { width: 24px; height: 24px; }
.package-detail-page .detail-facts { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; border-top: 1px solid #cbd4b9; padding-top: 20px; margin: 20px 0; }
.package-detail-page .detail-facts dt { font-size: 10px; text-transform: uppercase; letter-spacing: .04em; }
.package-detail-page .detail-facts dd { font-size: 20px; font-weight: 650; margin-top: 4px; line-height: 1.35; }
.trip-brief-side .button-row { gap: 9px; }
.trip-brief-side .button-primary { width: 100%; font-size: 12px; gap: 12px; padding: 12px; }
.trip-brief-side .save-button { margin: 0 auto; }
.package-detail-page .detail-anchor-nav { position: sticky; top: 0; z-index: 8; display: flex; gap: 5px; padding: 9px; margin-top: 26px; background: #244e3f; border: 1px solid #1d4438; border-top: 3px solid #caa563; box-shadow: 0 5px 15px #1b3f3015; border-radius: 9px; }
.package-detail-page .detail-anchor-nav a { display: inline-flex; align-items: center; gap: 9px; padding: 10px 16px; border-radius: 5px; font-weight: 550; font-size: 13px; }
.package-detail-page .detail-anchor-nav a > span { font-size: 9px; color: #e0c389; }
.package-detail-page .detail-anchor-nav a:hover, .package-detail-page .detail-anchor-nav a[aria-current] { background: #fbf7e7; color: #204236; }
.package-detail-page .detail-anchor-nav a[aria-current] > span { color: #9c6e3b; }
.package-detail-page .detail-content-grid { grid-template-columns: minmax(0, 1fr) 310px; gap: 28px; margin-top: 28px; }
.package-detail-page .detail-section { background: #fffef9; border: 1px solid #d2d9c7; border-radius: 13px; padding: 30px; margin-bottom: 28px; box-shadow: 0 10px 26px #314b3110; scroll-margin-top: 85px; }
.package-detail-page .detail-section-heading { padding-bottom: 22px; border-bottom: 1px solid #dfe3d1; margin-bottom: 26px; }
.package-detail-page .detail-section-heading h2 { font-size: 32px; margin-bottom: 0; }
.chapter-heading { display: flex; align-items: center; gap: 16px; }
.chapter-heading > div { min-width: 0; }
.chapter-icon { display: grid; place-items: center; width: 49px; height: 49px; border-radius: 12px; background: #e6ecd6; color: #365c42; flex-shrink: 0; }
.package-detail-page .detail-section-heading .eyebrow { margin-bottom: 5px; font-size: 9px; color: #7d805b; }
.package-detail-page .timeline-item { padding: 0; margin: 0 0 22px; border: 1px solid #d4ddc8; border-radius: 10px; background: #fcfcf4; overflow: hidden; }
.package-detail-page .timeline-item:last-child { margin-bottom: 0; }
.package-detail-page .timeline-item::before { display: none; }
.package-detail-page .timeline-item h3 { padding: 20px 24px; background: #e5edd8; border-bottom: 1px solid #d4ddc8; margin: 0; font-size: 24px; line-height: 1.35; }
.package-detail-page .timeline-prose { padding: 22px 24px; }
.package-detail-page .schedule-paragraph { margin: 0 0 22px; font-size: 15px; line-height: 1.85; }
.package-detail-page .schedule-paragraph:last-child { margin-bottom: 0; }
.package-detail-page .schedule-paragraph-timed { display: grid; grid-template-columns: 100px minmax(0, 1fr); gap: 18px; padding-top: 20px; border-top: 1px solid #e1e5d3; }
.package-detail-page .schedule-paragraph-timed:first-child { border-top: 0; padding-top: 0; }
.package-detail-page .timeline-prose:has(.schedule-paragraph-timed) .schedule-paragraph:not(.schedule-paragraph-timed) { padding-left: 118px; }
.schedule-time { display: flex; flex-direction: column; align-items: flex-start; gap: 6px; color: #76612e; font-size: 12px; font-weight: 650; line-height: 1.5; padding-top: 3px; }
.schedule-time .line-icon { width: 20px; height: 20px; color: #a4853e; }
.package-detail-page .price-option-list { border: 1px solid #d8ddc9; background: #f8f7eb; border-radius: 9px; }
.package-detail-page .price-option-card { padding: 23px; background: #fbfbf3; }
.package-detail-page .price-option-card:nth-child(even) { background: #eef2e3; }
.package-detail-page .price-option-amount { font-size: 28px; font-weight: 650; color: #285640; }
.package-detail-page .price-option-copy h3 { font-size: 16px; }
.package-detail-page .detail-info-panel { border: 1px solid #d5ddc7; background: #f2f5e9; padding: 24px; box-shadow: none; scroll-margin-top: 100px; }
.package-detail-page .detail-info-panel-excludes { background: #faf0e3; border-color: #e4d4bf; }
.package-detail-page .detail-info-panel h3 { display: flex; gap: 12px; align-items: center; font-size: 25px; margin-bottom: 22px; }
.info-panel-icon { color: #5f814b; flex-shrink: 0; }
.detail-info-panel-excludes .info-panel-icon { color: #a57750; }
.package-detail-page .detail-check-list li { padding-left: 30px; margin-bottom: 14px; }
.package-detail-page .detail-check-list li::before { content: "✓"; top: 3px; background: #dce8c9; border-radius: 50%; width: 19px; height: 19px; font-size: 11px; text-align: center; line-height: 19px; }
.package-detail-page .detail-info-panel-excludes .detail-check-list li::before { content: "−"; background: #eedcc7; color: #976943; }
.detail-image-gallery a { position: relative; display: block; overflow: hidden; border-radius: 7px; }
.detail-image-gallery a > span { position: absolute; right: 12px; bottom: 12px; display: grid; place-items: center; width: 31px; height: 31px; background: #fffbed; border-radius: 50%; color: #1d4237; }
.package-detail-page .image-gallery { gap: 15px; }
.package-detail-page .image-gallery figure { padding: 7px; border: 1px solid #d8ddca; background: #faf8ed; border-radius: 9px; }
.package-detail-page .image-gallery figure:last-child:nth-child(odd) { grid-column: 1 / -1; }
.package-detail-page .image-gallery figcaption { padding: 3px 6px 5px; font-size: 11px; }
.package-detail-page .detail-action-panel { padding: 0; background: #fffef9; border: 1px solid #cbd6c9; border-radius: 13px; overflow: hidden; top: 92px; box-shadow: 0 14px 30px #31452e1c; }
.package-detail-page .detail-action-panel:has(form) { position: static; }
.action-ticket-heading { display: flex; justify-content: space-between; align-items: center; gap: 15px; padding: 17px 22px; background: #234f3f; color: #f7dc9e; font-size: 10px; letter-spacing: .14em; }
.action-ticket-heading .line-icon { width: 23px; height: 23px; }
.action-ticket-photo { width: 100%; height: 140px; }
.action-ticket-body { padding: 25px; }
.action-ticket-body .eyebrow { font-size: 9px; margin-bottom: 9px; }
.action-ticket-body > h2 { font-size: 29px; }
.action-ticket-body .action-price { padding: 18px; background: #ecf1ea; border: 1px dashed #c3c6a5; border-radius: 6px; }
.action-ticket-body .action-price strong { font-size: 28px; font-weight: 650; margin-top: 4px; }
.action-ticket-body .button-primary { font-size: 13px; }
.action-ticket-contact { display: flex; align-items: center; gap: 13px; padding: 20px 24px; border-top: 1px dashed #c5c8aa; background: #f0f3ed; }
.action-ticket-contact > .line-icon { width: 27px; height: 27px; color: #856d3e; }
.action-ticket-contact > span { font-size: 11px; color: #677259; }
.action-ticket-contact a { display: block; font-size: 12px; color: #214a3a; margin-top: 4px; font-weight: 650; }

/* Place photographs sit alongside the authored itinerary, with visible captions. */
.scene-photo { min-width: 0; margin: 0; padding: 8px; background: #fffefa; border: 1px solid #cfdad1; border-radius: 9px; box-shadow: 0 8px 22px #254a3610; }
.scene-photo > a { position: relative; display: block; overflow: hidden; border-radius: 5px; aspect-ratio: 1.65; }
.scene-photo img, .package-detail-page .scene-photo img { display: block; width: 100%; height: 100%; min-height: 0; aspect-ratio: auto; border-radius: 0; object-fit: cover; }
.scene-photo-open { position: absolute; right: 14px; bottom: 14px; display: grid; place-items: center; width: 33px; height: 33px; border-radius: 50%; background: #fffdf3ed; color: #21493d; font-size: 19px; }
.scene-photo figcaption { display: flex; align-items: center; gap: 9px; padding: 12px 7px 5px; font-size: 12px; line-height: 1.6; color: #506650; }
.scene-photo figcaption .line-icon { width: 17px; height: 17px; color: #9b7343; }
.scene-photo-trang-an-river img { object-position: center 65%; }
.scene-photo-sapa-village img { object-position: center 63%; }
.scene-photo-mekong-canopy img { object-position: center 72%; }
.scene-photo-mekong-canal img { object-position: center 62%; }
.package-detail-page .timeline-prose > .scene-photo { margin: 25px 0; padding: 7px; background: #fffdf8; }
.package-detail-page .timeline-prose > .scene-photo:last-child { margin-bottom: 0; }
.package-detail-page .timeline-prose .scene-photo > a { aspect-ratio: 1.9; }
.package-detail-page .image-gallery .scene-photo > a { aspect-ratio: 1.35; }
.package-detail-page .image-gallery .scene-photo figcaption { margin-top: 0; padding: 12px 6px 6px; }
.destination-photo-story { margin-top: 48px; }
.destination-photo-story .section-heading { align-items: end; padding-bottom: 22px; border-bottom: 1px solid #c7d2c9; }
.destination-photo-story .section-heading h2 { margin-bottom: 0; }
.destination-photo-story .section-heading > p { max-width: 230px; }
.destination-scenes-grid { display: grid; grid-template-columns: repeat(12, minmax(0, 1fr)); gap: 24px; }
.destination-scenes-grid > .scene-photo { grid-column: span 5; padding: 10px; }
.destination-scenes-grid > .scene-photo:nth-child(4n + 1), .destination-scenes-grid > .scene-photo:nth-child(4n + 4) { grid-column: span 7; }
.destination-scenes-grid > .scene-photo:only-child, .destination-scenes-grid > .scene-photo:last-child:nth-child(odd) { grid-column: 1 / -1; }
.destination-scenes-grid .scene-photo > a { height: 350px; aspect-ratio: auto; }
.destination-scenes-grid .scene-photo figcaption { padding: 14px 8px 7px; font-size: 13px; }

/* Inquiry and contact pages get the same deliberate internal structure. */
.request-page { gap: 30px; }
.request-intro { background: #fffef9; color: var(--ink); border: 1px solid #d1d7c9; border-radius: 10px; box-shadow: 0 14px 30px #234a3312; overflow: hidden; }
.request-intro-photo { position: relative; margin: -38px -38px 30px; }
.request-intro-photo img { width: 100%; height: 240px; }
.request-intro-photo figcaption { position: absolute; bottom: 14px; right: 14px; padding: 6px 10px; background: #fffdf0ed; color: #3c5747; font-size: 8px; letter-spacing: .12em; }
.request-intro .eyebrow { color: #7b694b; }
.request-intro h1 em { color: #477157; }
.request-intro > p:not(.eyebrow) { color: #52614f; }
.request-intro .request-context { background: #eff1e8; border-color: #a9b994; }
.request-intro .request-context > span { color: #5a7056; }
.request-form-panel { border-color: #ccd5bc; border-top: 5px solid #c9a25e; box-shadow: 0 14px 30px #234a3312; }
.request-next-steps { list-style: none; padding: 24px 0 0; margin: 28px 0 0; border-top: 1px dashed #bbc6ad; }
.request-next-steps li { display: flex; gap: 15px; align-items: start; margin-top: 19px; }
.request-next-steps li > span { display: grid; place-items: center; width: 31px; height: 31px; border: 1px solid #b7c3ab; border-radius: 50%; color: #687d4d; font-size: 10px; flex-shrink: 0; }
.request-next-steps strong { font-weight: 550; font-size: 14px; }
.request-next-steps p { font-size: 12px; color: #596853; margin: 4px 0 0; line-height: 1.65; }
.request-form-section { margin-bottom: 24px; border: 1px solid #dce0ce; border-radius: 9px; padding: 22px; background: #fbfcf5; }
.request-form-section > h3 { display: flex; align-items: center; gap: 12px; font-size: 20px; margin-bottom: 22px; }
.request-form-section > h3 > span { display: grid; place-items: center; width: 28px; height: 28px; background: #e1e9d2; border-radius: 6px; font-size: 10px; letter-spacing: 0; flex-shrink: 0; }
.request-form-section .form-field:last-child { margin-bottom: 0; }
.request-extra { border: 1px dashed #cdd5b9; padding: 0 18px; border-radius: 8px; background: #fbf7e8; }
.contact-page .page-hero { background: #fffef9 url("../images/horizon-lines.be24e65b010d.svg") right center/55% auto no-repeat; border: 1px solid #d2d8c8; box-shadow: 0 12px 26px #2c493112; }
.contact-panel { border-color: #ccd5bd; box-shadow: 0 12px 26px #2c493112; }
.contact-list > div { border: 1px solid #d9dfc8; border-left: 4px solid #ba9355; background: #f7f6e8; }
.contact-panel .link-list a { display: inline-flex; padding: 10px 18px; background: #e5ecd7; border: 1px solid #c6d1b6; border-radius: 6px; text-decoration: none; font-weight: 650; }

/* Native modal keeps full photographs accessible by keyboard and without JS. */
.scene-strip, .catalogue-workspace .filter-panel, .package-card, .featured-copy, .collection-hero .collection-hero-copy, .request-intro, .request-form-panel, .request-form-section, .package-detail-page .detail-section, .package-detail-page .detail-action-panel, .destination-hero, .service-hub-hero, .contact-panel { background-image: url("../images/paper-grain.0b137e46dd77.svg"); }
.photo-viewer { width: min(1120px, calc(100vw - 40px)); max-height: calc(100dvh - 40px); padding: 0; color: #fcf8e9; background: #143c35; border: 1px solid #879b79; border-radius: 13px; box-shadow: 0 24px 70px #08251c80; }
.photo-viewer::backdrop { background: #09251de8; backdrop-filter: blur(5px); }
.photo-viewer[open] { display: grid; grid-template-rows: auto minmax(0, 1fr) auto; }
.photo-viewer-bar { display: flex; align-items: center; justify-content: space-between; gap: 20px; padding: 14px 20px; border-bottom: 1px solid #b9c59b38; }
.photo-viewer-bar h2 { font-size: 20px; margin: 0; color: #f5d590; }
.photo-viewer-bar form { margin: 0; }
.viewer-close { display: grid; place-items: center; width: 36px; height: 36px; border: 1px solid #c0cda36b; border-radius: 50%; background: transparent; color: #fff7dc; font-size: 16px; }
.photo-viewer figure { min-height: 0; padding: 18px 24px 0; overflow: auto; }
.photo-viewer figure img { width: 100%; height: min(67dvh, 710px); object-fit: contain; background: #0e302a; border-radius: 5px; }
.photo-viewer figcaption { padding: 13px 0 0; color: #e7ebd8; font-size: 13px; text-align: center; }
.photo-viewer-controls { display: flex; justify-content: center; align-items: center; gap: 25px; padding: 17px 24px; }
.photo-viewer-controls button { border: 1px solid #aebf9766; border-radius: 50%; background: #254e3f; color: #f6d99c; font-size: 22px; width: 40px; height: 40px; }
.photo-viewer-controls button:disabled { cursor: default; opacity: .4; }
.photo-viewer-controls > span { font-size: 12px; min-width: 45px; text-align: center; }
html.photo-viewer-open { overflow: hidden; }

@media (max-width: 1150px) {
  .site-nav a { font-size: 12px; }
  .scene-strip { grid-template-columns: 175px 1fr; gap: 20px; padding: 20px; }
  .scene-frames { gap: 8px; }
  .scene-frames img { height: 80px; }
  .featured-copy { padding: 30px; }
  .discovery-section { gap: 28px; padding: 32px 0 10px; }
  .discovery-place > div { padding: 13px; }
  .discovery-place h3 { font-size: 21px; }
  .planning-studio { padding: 34px; }
  .planning-studio-copy { padding: 25px; }
  .planning-ticket > strong { font-size: 27px; }
  .request-intro-photo { margin: -28px -28px 25px; }
  .catalogue-workspace { grid-template-columns: 215px minmax(0, 1fr); gap: 24px; }
  .catalogue-workspace-unfiltered { grid-template-columns: 1fr; }
  .catalogue-results .package-results-grid { gap: 20px; }
  .package-card h2 { font-size: 25px; }
  .package-card-footer { font-size: 13px; gap: 9px; }
  .package-detail-page .detail-hero { grid-template-columns: minmax(0, 1fr) 285px; padding: 28px; gap: 28px; }
  .trip-brief-side { padding: 20px; }
  .package-detail-page .detail-content-grid { grid-template-columns: minmax(0, 1fr) 275px; gap: 24px; }
  .package-detail-page .detail-section { padding: 25px; }
  .package-detail-page .timeline-prose { padding: 20px; }
  .package-detail-page .schedule-paragraph-timed { grid-template-columns: 83px minmax(0, 1fr); gap: 13px; }
  .package-detail-page .timeline-prose:has(.schedule-paragraph-timed) .schedule-paragraph:not(.schedule-paragraph-timed) { padding-left: 96px; }
  .schedule-time { font-size: 11px; }
  .action-ticket-body { padding: 22px; }
  .package-detail-page .detail-section-heading h2 { font-size: 29px; }
}
@media (max-width: 980px) {
  .scene-strip { grid-template-columns: 1fr; gap: 18px; }
  .scene-strip > div:first-child { display: flex; align-items: center; justify-content: space-between; gap: 25px; }
  .scene-strip h2 { font-size: 23px; }
  .scene-strip h2 br { display: none; }
  .scene-frames img { height: 100px; }
  .home-explore-strip > a { padding-inline: 14px; }
  .discovery-section { grid-template-columns: 1fr; gap: 30px; }
  .discovery-intro { display: grid; grid-template-columns: 1fr 1fr; gap: 0 30px; }
  .discovery-intro .eyebrow { grid-column: 1 / -1; }
  .discovery-intro h2 { grid-row: 2 / 4; font-size: 44px; }
  .discovery-intro .button-secondary { justify-self: start; margin: 0; }
  .discovery-compass { display: none; }
  .discovery-place:first-child { grid-row: auto; grid-column: 1 / -1; min-height: 290px; }
  .discovery-place h3 { font-size: 27px; }
  .discovery-place:not(:first-child) { min-height: 260px; }
  .planning-studio { grid-template-columns: 1fr 1fr; gap: 24px; padding: 30px; }
  .planning-studio h2 { font-size: 43px; }
  .planning-ticket { padding: 20px; width: 85%; }
  .planning-ticket > strong { font-size: 25px; }
  .planning-ticket-rule { margin-inline: -20px; }
  .planning-photo { width: 82%; right: -10px; }
  .planning-stamp { right: -8px; bottom: -12px; width: 77px; height: 77px; }
  .catalogue-workspace { grid-template-columns: 1fr; }
  .catalogue-workspace .filter-panel { position: static; }
  .filter-panel-title { flex-direction: row; align-items: center; padding-bottom: 18px; margin-bottom: 20px; }
  .filter-panel-title h2 { font-size: 25px; }
  .catalogue-workspace .filter-primary { grid-template-columns: 1fr 1fr auto; align-items: end; gap: 18px; }
  .catalogue-workspace .filter-primary .button-primary { margin-bottom: 20px; }
  .catalogue-workspace .filter-grid { grid-template-columns: 1fr 1fr; gap: 0 20px; }
  .destination-index { grid-template-columns: 1fr; gap: 15px; }
  .trip-photo-mosaic { height: 360px; }
  .package-detail-page .detail-hero { grid-template-columns: minmax(0, 1fr) 270px; gap: 25px; }
  .package-detail-page .detail-hero-copy h1 { font-size: 34px; }
  .package-detail-page .detail-content-grid { grid-template-columns: 1fr; }
  .package-detail-page .detail-action-panel { position: static; max-width: none; display: grid; grid-template-columns: 1fr 1fr; }
  .action-ticket-heading { grid-column: 1 / -1; }
  .action-ticket-photo { height: 100%; max-height: 520px; grid-row: 2; }
  .action-ticket-body { grid-column: 2; grid-row: 2; }
  .action-ticket-contact { grid-column: 1 / -1; }
  .package-detail-page .detail-action-panel:not(:has(.action-ticket-photo)) .action-ticket-body { grid-column: 1 / -1; }
  .package-detail-page .detail-action-panel .button-primary { width: 100%; }
  .package-detail-page .detail-section-heading h2 { font-size: 32px; }
  .request-form-section { padding: 18px; }
  .request-intro-photo { margin: -28px -28px 25px; }
}
@media (max-width: 760px) {
  .destination-photo-story { margin-top: 34px; }
  .destination-photo-story .section-heading { align-items: start; flex-direction: column; gap: 12px; }
  .destination-photo-story .section-heading > p { max-width: none; }
  .destination-scenes-grid { grid-template-columns: 1fr; gap: 22px; }
  .destination-scenes-grid > .scene-photo:nth-child(n) { grid-column: 1; padding: 8px; }
  .destination-scenes-grid .scene-photo > a { height: 280px; }
  .destination-scenes-grid .scene-photo figcaption { font-size: 12px; padding: 12px 5px 6px; }
  .package-detail-page .timeline-prose .scene-photo > a { aspect-ratio: 1.15; }
  .package-detail-page .timeline-prose .scene-photo { margin: 20px 0; }
  .scene-photo figcaption { gap: 7px; font-size: 11px; }
  .empty-state-illustrated { grid-template-columns: 1fr; }
  .empty-state-illustrated > figure { min-height: 260px; }
  .empty-state-illustrated > div { padding: 28px; }
  .scene-strip { padding: 18px; gap: 16px; margin: 18px 0; }
  .scene-strip > div:first-child { display: block; }
  .scene-strip h2 { font-size: 26px; }
  .scene-frames { grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 10px; }
  .scene-frames img { height: 105px; }
  .home-explore-strip { margin-bottom: 40px; padding: 0; }
  .home-explore-strip > a { padding: 14px 0; }
  .featured-copy { padding: 25px; margin: -26px 12px 0; border: 1px solid #d6d8cd; border-top: 3px solid #345748; }
  .featured-copy h3 { font-size: 33px; }
  .featured-photo { margin: 0; min-height: 320px; height: 320px; }
  .featured-photo > img { height: 100%; min-height: 0; }
  .featured-photo-notes { left: 22px; bottom: 22px; }
  .featured-photo-notes img { width: 86px; height: 72px; }
  .discovery-section { margin-top: 40px; padding: 28px 0 0; }
  .discovery-intro { display: block; }
  .discovery-intro h2 { font-size: 40px; margin-bottom: 20px; }
  .discovery-intro > p:not(.eyebrow) { max-width: 100%; }
  .discovery-intro .button-secondary { margin-top: 8px; }
  .discovery-destinations { gap: 14px; }
  .discovery-place { padding: 10px; }
  .discovery-place > div { padding: 13px; }
  .discovery-place h3 { font-size: 23px; }
  .discovery-place:first-child { min-height: 290px; }
  .planning-studio { grid-template-columns: 1fr; gap: 26px; padding: 24px; margin-top: 34px; border-width: 6px; }
  .planning-studio h2 { font-size: 44px; }
  .planning-board { min-height: 335px; max-width: 440px; margin: 0 auto; }
  .planning-photo { width: 62%; right: 2px; }
  .planning-ticket { width: 75%; left: 0; }
  .planning-ticket > strong { font-size: 29px; }
  .planning-stamp { right: -5px; bottom: 0; }
  .collection-hero { grid-template-columns: 1fr; padding: 0; }
  .collection-hero .collection-hero-copy { grid-row: 2; width: auto; margin: -30px 12px 0; padding: 25px; border-left: 1px solid #d5d9cd; border-top: 3px solid #345d4b; }
  .collection-hero .collection-hero-image { grid-column: 1; grid-row: 1; min-height: 270px; }
  .collection-hero .collection-hero-image figcaption { bottom: 50px; }
  .catalogue-workspace { margin-top: 24px; gap: 24px; }
  .catalogue-workspace .filter-primary { grid-template-columns: 1fr 1fr; gap: 0 15px; }
  .catalogue-workspace .filter-primary .button-primary { grid-column: 1 / -1; margin-bottom: 12px; }
  .catalogue-results .package-results-grid { gap: 24px; }
  .package-card-footer { margin-inline: -20px; margin-bottom: -20px; padding: 16px 20px; }
  .destination-index { padding: 20px; }
  .destination-index > div { gap: 12px 19px; }
  .destination-atlas-card:nth-child(n) { min-height: 450px; }
  .destination-atlas-card .content-card-body { padding: 20px; margin: 12px; width: calc(100% - 24px); }
  .destination-atlas-card .content-card-body h2 { font-size: 30px; }
  .trip-photo-mosaic { height: 340px; grid-template-columns: 1fr; gap: 9px; padding: 9px 9px 0; }
  .trip-photo-mosaic-multiple { height: 420px; grid-template-rows: minmax(0, 1fr) 115px; }
  .trip-photo-previews { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 9px; }
  .trip-photo-previews a:only-child { grid-column: 1 / -1; }
  .photo-open-label { left: 14px; bottom: 14px; font-size: 12px; padding: 9px 12px; }
  .package-detail-page .detail-hero { grid-template-columns: 1fr; gap: 24px; padding: 24px; }
  .package-detail-page .detail-hero-copy h1 { font-size: 35px; }
  .package-detail-page .detail-summary { font-size: 14px; }
  .package-detail-page .detail-facts { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 16px; }
  .package-detail-page .detail-facts dd { font-size: 22px; }
  .trip-brief-side { padding: 20px; }
  .trip-brief-side .button-primary { font-size: 13px; }
  .package-detail-page .detail-anchor-nav { flex-wrap: nowrap; overflow-x: auto; padding: 6px; gap: 3px; scrollbar-width: thin; scrollbar-color: #bdaa72 #244e3f; border-top-width: 2px; }
  .package-detail-page .detail-anchor-nav a { white-space: nowrap; font-size: 12px; padding: 11px 12px; flex-shrink: 0; }
  .package-detail-page .detail-anchor-nav a > span { font-size: 8px; }
  .package-detail-page .detail-content-grid { gap: 5px; margin-top: 22px; }
  .package-detail-page .detail-section { padding: 22px; margin-bottom: 22px; scroll-margin-top: 73px; }
  .package-detail-page .detail-section-heading { padding-bottom: 19px; margin-bottom: 21px; }
  .package-detail-page .detail-section-heading h2 { font-size: 29px; }
  .chapter-heading { align-items: start; gap: 12px; }
  .chapter-icon { width: 39px; height: 39px; border-radius: 8px; }
  .chapter-icon .line-icon { width: 24px; height: 24px; }
  .package-detail-page .timeline-item h3 { font-size: 22px; padding: 18px; }
  .package-detail-page .timeline-prose { padding: 18px; }
  .package-detail-page .schedule-paragraph { font-size: 14px; }
  .package-detail-page .schedule-paragraph-timed { grid-template-columns: 1fr; gap: 11px; padding-top: 19px; }
  .schedule-time { flex-direction: row; align-items: center; gap: 8px; width: fit-content; background: #f1e6c3; color: #755b25; border-radius: 5px; padding: 5px 9px; font-size: 11px; }
  .schedule-time .line-icon { width: 15px; height: 15px; }
  .package-detail-page .timeline-prose:has(.schedule-paragraph-timed) .schedule-paragraph:not(.schedule-paragraph-timed) { padding-left: 0; }
  .package-detail-page .price-options-section .section-heading { flex-direction: column; gap: 13px; }
  .package-detail-page .price-option-card { padding: 20px; }
  .package-detail-page .detail-info-panel { padding: 20px; }
  .package-detail-page .detail-info-panel h3 { font-size: 23px; align-items: start; gap: 10px; }
  .info-panel-icon .line-icon { width: 25px; height: 25px; }
  .package-detail-page .detail-check-list li { padding-left: 28px; font-size: 14px; }
  .package-detail-page .detail-action-panel { display: block; }
  .action-ticket-photo { height: 180px; }
  .action-ticket-body { padding: 25px; }
  .request-form-section { padding: 19px; }
  .request-form-section > h3 { font-size: 21px; }
  .request-next-steps { padding-top: 16px; margin-top: 22px; }
  .request-next-steps li { margin-top: 14px; }
  .request-next-steps p { font-size: 11px; }
  .request-intro-photo { margin: -26px -26px 24px; }
  .request-intro-photo img { height: 185px; }
  .footer-wordmark { font-size: clamp(43px, 11vw, 80px); margin-top: 25px; gap: 12px; }
  .photo-viewer { width: calc(100vw - 20px); max-height: calc(100dvh - 24px); }
  .photo-viewer figure { padding: 12px 12px 0; }
  .photo-viewer figure img { height: min(59dvh, 650px); }
  .photo-viewer figcaption { font-size: 12px; line-height: 1.6; }
  .photo-viewer-bar h2 { font-size: 19px; }
}
@media (max-width: 600px) {
  .home-feature-section > .section-heading { flex-direction: column; align-items: flex-start; gap: 18px; }
  .catalogue-results .package-results-grid { grid-template-columns: 1fr; }
  .package-card h2 { font-size: 29px; }
  .package-card-footer { font-size: 15px; }
  .discovery-destinations { grid-template-columns: 1fr; }
  .discovery-place:nth-child(n) { grid-column: auto; min-height: 310px; }
  .discovery-place h3 { font-size: 29px; }
  .trip-photo-mosaic-multiple { height: 370px; grid-template-rows: minmax(0, 1fr) 95px; }
  .package-detail-page .detail-hero { padding: 22px; }
  .package-detail-page .detail-section { padding: 18px; }
  .package-detail-page .timeline-prose { padding: 16px; }
  .package-detail-page .image-gallery { grid-template-columns: 1fr; }
  .package-detail-page .image-gallery figure:last-child:nth-child(odd) { grid-column: auto; }
  .request-form-panel { padding: 22px; }
  .request-form-section { padding: 16px; }
  .request-form-section > h3 { font-size: 19px; gap: 9px; }
}
@media (max-width: 400px) {
  .catalogue-workspace .filter-primary, .catalogue-workspace .filter-grid { grid-template-columns: 1fr; }
  .scene-frames img { height: 85px; }
  .scene-strip h2 { font-size: 24px; }
  .featured-copy { padding: 23px; }
  .featured-copy h3 { font-size: 31px; }
  .discovery-section { padding: 26px 0 0; }
  .discovery-intro h2 { font-size: 36px; }
  .planning-studio { padding: 17px; }
  .planning-studio-copy { padding: 20px; }
  .planning-studio h2 { font-size: 34px; }
  .planning-ticket > strong { font-size: 26px; }
  .planning-board { min-height: 330px; }
  .collection-hero .collection-hero-copy { padding: 22px; margin-inline: 10px; }
  .package-detail-page .detail-hero-copy h1 { font-size: 31px; }
  .package-detail-page .detail-hero { padding: 20px; }
  .package-detail-page .detail-section { padding: 16px; }
  .package-detail-page .detail-section-heading h2 { font-size: 26px; }
  .chapter-heading { gap: 10px; }
  .chapter-icon { width: 34px; height: 34px; }
  .package-detail-page .timeline-prose { padding: 14px; }
  .package-detail-page .price-option-card { grid-template-columns: 1fr; gap: 8px; }
  .package-detail-page .price-option-meta { text-align: left; }
  .request-form-panel { padding: 18px; }
  .request-form-section { padding: 14px; }
  .request-form-section > h3 { font-size: 18px; }
}
@media (prefers-reduced-motion: reduce) {
  .scene-frames a:hover { transform: none; }
}
@media print { body::before { display: none; } }
