:root {
    --ink: #17221c;
    --muted: #66736a;
    --paper: #f5f4ee;
    --white: #ffffff;
    --forest: #102b20;
    --forest-2: #1f4a38;
    --line: #dbe2db;
    --orange: #d66b3c;
    --gold: #d5a04f;
    --teal: #367b70;
    --shadow: 0 18px 48px rgba(16, 43, 32, .12);
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--paper); color: var(--ink); font: 16px/1.65 "DM Sans", sans-serif; }
body.menu-open { overflow: hidden; }
a { color: inherit; text-decoration: none; }
a:hover { color: var(--orange); }
button, input, select, textarea { font: inherit; }
button { cursor: pointer; }
:focus-visible { outline: 3px solid var(--gold); outline-offset: 2px; }
img, video { display: block; max-width: 100%; }
.wrap { width: min(1220px, calc(100% - 48px)); margin: 0 auto; }
.eyebrow { color: var(--gold); font-size: 11px; font-weight: 800; letter-spacing: .14em; text-transform: uppercase; }
.small { color: var(--muted); font-size: 13px; }
.muted { color: var(--muted); }
.icon { width: 17px; height: 17px; stroke-width: 1.8; vertical-align: -3px; }
.site-header { position: absolute; inset: 0 0 auto; z-index: 50; color: #fff; transition: background .2s ease, box-shadow .2s ease; }
.site-header.is-scrolled, .site-header.nav-open { position: fixed; background: rgba(16, 43, 32, .97); box-shadow: 0 10px 30px rgba(0, 0, 0, .18); }
.topline { border-bottom: 1px solid rgba(255, 255, 255, .16); color: rgba(255, 255, 255, .77); font-size: 12px; }
.topline-inner { display: flex; align-items: center; justify-content: space-between; min-height: 34px; gap: 16px; }
.topline-links { display: flex; align-items: center; gap: 16px; flex-wrap: wrap; }
.topline-links a { color: rgba(255, 255, 255, .82); }
.social-inline { display: flex; gap: 9px; }
.social-inline a { color: rgba(255, 255, 255, .8); }
.main-nav { min-height: 82px; display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.brand { display: inline-flex; align-items: center; min-width: 148px; color: #fff; font-weight: 800; }
.brand:hover { color: #fff; }
.brand-logo--white { width: 154px; height: 124px; object-fit: contain; transform: translateY(18px); position: relative; z-index: 3; }
.brand-logo--white:hover { transform: scale(1.02); transition: transform .2s ease; }
@media (max-width: 820px) {
    .brand-logo--white { width: 118px; height: 102px; transform: translateY(12px); }
}
@media (max-width: 560px) {
    .brand-logo--white { width: 98px; height: 88px; transform: translateY(9px); }
}
.brand-logo--black { display: none; width: 154px; height: 124px; object-fit: contain; transform: translateY(18px); position: relative; z-index: 3; }
.brand-text { display: grid; line-height: 1.05; }
.brand-text strong { font: 700 23px/1.05 "Playfair Display", serif; }
.brand-text span { margin-top: 5px; color: rgba(255, 255, 255, .64); font-size: 9px; letter-spacing: .16em; text-transform: uppercase; }
.nav-links { display: flex; align-items: center; justify-content: flex-end; gap: 8px; font-size: 13px; font-weight: 700; }
.nav-item { position: relative; }
.nav-trigger { display: inline-flex; align-items: center; gap: 5px; padding: 10px 9px; border: 0; background: transparent; color: #fff; font-weight: 700; }
.nav-trigger:hover { color: #fff; background: rgba(255, 255, 255, .1); }
.nav-trigger:focus-visible { outline: 2px solid var(--gold); outline-offset: 2px; border-radius: 4px; }
.nav-trigger .icon { transition: transform .2s ease; }
.nav-trigger .icon.is-open { transform: rotate(180deg); }
.nav-panel { position: absolute; top: calc(100% + 3px); left: 0; width: 265px; max-height: min(70vh, 520px); overflow: auto; padding: 8px; border: 1px solid rgba(255, 255, 255, .17); border-radius: 6px; background: #143426; box-shadow: 0 18px 40px rgba(0, 0, 0, .24); backdrop-filter: blur(12px); }
.nav-panel a { display: flex; align-items: center; justify-content: space-between; gap: 10px; padding: 10px 11px; border-radius: 4px; color: rgba(255, 255, 255, .86); line-height: 1.3; }
.nav-panel a:hover, .nav-panel a:focus-visible { color: #fff; background: rgba(255, 255, 255, .1); }
.nav-panel .panel-heading { display: block; padding: 8px 11px 5px; color: var(--gold); font-size: 10px; letter-spacing: .12em; text-transform: uppercase; }
.account-panel { left: auto; right: 0; width: 250px; }
.account-panel .panel-link { justify-content: flex-start; white-space: nowrap; }
.panel-logout { margin: 0; }
.panel-logout .panel-link { width: 100%; border: 0; background: transparent; text-align: left; }
.account-panel .panel-link .icon { width: 15px; height: 15px; margin-right: 9px; color: var(--gold); }
.staff-dot { display: inline-block; width: 7px; height: 7px; margin-left: 6px; border-radius: 50%; background: var(--gold); vertical-align: 2px; }
.admin-edit { display: inline-flex; align-items: center; justify-content: center; width: 30px; height: 30px; margin-left: 10px; border: 1px solid var(--line); border-radius: 4px; background: rgba(255, 255, 255, .92); color: #8a6a1f; vertical-align: middle; box-shadow: 0 4px 14px rgba(16, 43, 32, .14); }
.admin-edit:hover { background: var(--gold); color: #fff; }
.admin-edit .icon { width: 14px; height: 14px; }
.share-box { margin-top: 24px; padding: 16px; border: 1px dashed #d5c08a; border-radius: 6px; background: #fbf6ea; }
.share-box p { margin: 6px 0 0; color: #6a5a22; font-size: 13px; }
.share-row { display: flex; gap: 8px; margin-top: 12px; }
.share-row input { flex: 1; min-width: 0; padding: 9px 10px; border: 1px solid #e6dcc0; border-radius: 4px; background: #fff; font-size: 12px; color: var(--ink); }

.nav-panel--mega { left: -120px; width: 720px; max-width: calc(100vw - 48px); padding: 12px; }
.panel-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(160px, 1fr)); gap: 8px; }
.panel-column { min-width: 0; }
.panel-link { display: flex; align-items: center; justify-content: space-between; gap: 10px; padding: 10px 11px; border-radius: 4px; color: rgba(255, 255, 255, .86); line-height: 1.3; transition: background .15s ease, color .15s ease; }
.panel-link:hover, .panel-link:focus-visible { color: #fff; background: rgba(255, 255, 255, .1); }
.panel-link--all { font-weight: 700; color: var(--gold); }
.panel-link--all:hover { color: #fff; background: rgba(213, 160, 79, .15); }
.panel-card { display: block; border-radius: 6px; overflow: hidden; background: rgba(255, 255, 255, .03); transition: transform .2s ease, box-shadow .2s ease, background .2s ease; }
.panel-card:hover { transform: translateY(-3px); box-shadow: 0 12px 28px rgba(0, 0, 0, .3); background: rgba(255, 255, 255, .06); }
.panel-card-media { aspect-ratio: 4/3; overflow: hidden; background: var(--forest-2); }
.panel-card-media img { width: 100%; height: 100%; object-fit: cover; transition: transform .4s ease, filter .4s ease; }
.panel-card:hover .panel-card-media img { transform: scale(1.08); filter: brightness(.85); }
.panel-card-body { padding: 10px 11px; }
.panel-card-title { display: block; color: #fff; font-weight: 700; font-size: 13px; line-height: 1.3; transition: color .15s ease; }
.panel-card:hover .panel-card-title { color: var(--gold); }
.panel-card-desc { display: block; margin-top: 4px; color: rgba(255, 255, 255, .6); font-size: 11px; line-height: 1.4; }
.panel-card-arrow { display: inline-flex; margin-left: auto; color: rgba(255, 255, 255, .5); transition: transform .2s ease, color .2s ease; }
.panel-card:hover .panel-card-arrow { transform: translateX(3px); color: var(--gold); }

@media (max-width: 1050px) {
    .nav-panel--mega { left: -60px; width: 600px; }
}
@media (max-width: 820px) {
    .nav-panel--mega { position: fixed; top: 78px; left: 14px; right: 14px; width: auto; max-width: none; max-height: calc(100vh - 100px); }
    .panel-grid { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 560px) {
    .panel-grid { grid-template-columns: 1fr; }
    .panel-card-media { aspect-ratio: 16/10; }
}

.x-transition-enter { opacity: 0; transform: translateY(-8px); }
.x-transition-enter-active { transition: opacity .18s ease, transform .18s ease; }
.x-transition-leave { opacity: 1; transform: translateY(0); }
.x-transition-leave-active { transition: opacity .12s ease, transform .12s ease; }
.nav-link { padding: 10px 9px; color: rgba(255, 255, 255, .9); }
.nav-link:hover { color: #fff; }
.nav-cta, .btn { display: inline-flex; align-items: center; justify-content: center; gap: 8px; min-height: 44px; padding: 11px 17px; border: 1px solid transparent; border-radius: 5px; font-weight: 800; transition: transform .2s ease, background .2s ease, border-color .2s ease; }
.nav-cta, .btn-primary { background: var(--orange); color: #fff; }
.nav-cta:hover, .btn-primary:hover { background: #b9512d; color: #fff; transform: translateY(-1px); }
.btn-quiet { border-color: var(--line); background: transparent; color: var(--ink); }
.btn-quiet:hover { border-color: var(--forest-2); background: #e8eee8; color: var(--forest); }
.btn-light { border-color: rgba(255, 255, 255, .4); background: rgba(255, 255, 255, .08); color: #fff; }
.btn-light:hover { border-color: #fff; background: rgba(255, 255, 255, .16); color: #fff; }
.cart-link { display: inline-flex; align-items: center; gap: 5px; padding: 10px 8px; color: #fff; }
.cart-count { display: inline-flex; align-items: center; justify-content: center; min-width: 20px; height: 20px; padding: 0 5px; border-radius: 99px; background: var(--orange); font-size: 11px; }
.menu-button { display: none; align-items: center; gap: 7px; padding: 10px 12px; border: 1px solid rgba(255, 255, 255, .35); border-radius: 5px; background: transparent; color: #fff; font-weight: 800; }
.mobile-menu { display: none; }
.hero-shell { position: relative; min-height: 755px; overflow: hidden; background: var(--forest); color: #fff; }
.hero-slides, .hero-slide { position: absolute; inset: 0; }
.hero-media { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: center; image-rendering: -webkit-optimize-contrast; transition: transform .2s ease; }
.hero-media:hover { transform: scale(1.01); }
.hero-shade { position: absolute; inset: 0; background: rgb(6 20 14 / var(--hero-overlay, 36%)); }
.hero-wrap { position: relative; z-index: 1; display: grid; grid-template-columns: minmax(0, 1fr) 330px; align-items: end; gap: 56px; min-height: 755px; padding-top: 155px; padding-bottom: 78px; }
.hero-copy { max-width: 760px; }
.hero-copy h1 { max-width: 730px; margin: 14px 0 20px; font: 700 76px/1.02 "Playfair Display", serif; text-wrap: balance; }
.hero-copy p { max-width: 650px; margin: 0; color: rgba(255, 255, 255, .82); font-size: 19px; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 11px; margin-top: 30px; }
.hero-proof { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); max-width: 700px; margin-top: 54px; border-top: 1px solid rgba(255, 255, 255, .27); }
.hero-proof > div { padding: 17px 18px 0 0; }
.hero-proof strong { display: block; color: #fff; font: 700 21px/1.1 "Playfair Display", serif; }
.hero-proof span { display: block; margin-top: 5px; color: rgba(255, 255, 255, .64); font-size: 12px; }
.hero-panel { padding: 23px; border: 1px solid rgba(255, 255, 255, .23); border-radius: 6px; background: rgba(13, 43, 31, .82); box-shadow: 0 20px 45px rgba(0, 0, 0, .18); backdrop-filter: blur(12px); }
.hero-panel h2 { margin: 7px 0 10px; color: #fff; font: 700 28px/1.08 "Playfair Display", serif; }
.hero-panel p { margin: 0 0 15px; color: rgba(255, 255, 255, .72); font-size: 13px; }
.hero-panel a { display: flex; align-items: center; justify-content: space-between; gap: 10px; padding: 13px 0; border-top: 1px solid rgba(255, 255, 255, .15); color: #fff; font-weight: 700; }
.hero-panel a:hover { color: #f0ba75; }
.hero-controls { position: absolute; right: max(24px, calc((100vw - 1220px) / 2)); bottom: 28px; z-index: 3; display: flex; align-items: center; gap: 8px; }
.hero-controls button { display: inline-flex; align-items: center; justify-content: center; width: 38px; height: 38px; padding: 0; border: 1px solid rgba(255, 255, 255, .42); border-radius: 50%; background: rgba(5, 20, 13, .42); color: #fff; }
.hero-controls button:hover, .hero-controls button:focus-visible { border-color: #fff; background: rgba(5, 20, 13, .72); }
.hero-controls .hero-dot { width: 9px; height: 9px; border: 0; background: rgba(255, 255, 255, .48); }
.hero-controls .hero-dot.is-active { width: 24px; border-radius: 8px; background: var(--orange); }
.section { padding: 92px 0; }
.section-tight { padding: 52px 0; }
.section-dark { background: var(--forest); color: #fff; }
.section-soft { background: #e9eee8; }
.section-head { display: flex; align-items: end; justify-content: space-between; gap: 24px; margin-bottom: 34px; }
.section-head h2 { max-width: 650px; margin: 7px 0 0; font: 700 45px/1.08 "Playfair Display", serif; text-wrap: balance; }
.section-head p { max-width: 540px; margin: 8px 0 0; color: var(--muted); }
.section-dark .section-head p { color: rgba(255, 255, 255, .68); }
.section-link { color: var(--orange); font-size: 13px; font-weight: 800; white-space: nowrap; }
.intro-grid { display: grid; grid-template-columns: 1.1fr .9fr; align-items: center; gap: 64px; }
.intro-grid h2 { margin: 8px 0 14px; font: 700 43px/1.08 "Playfair Display", serif; text-wrap: balance; }
.intro-grid p { color: var(--muted); }
.intro-note { padding: 24px; border-left: 3px solid var(--orange); background: #fff; box-shadow: var(--shadow); }
.intro-note strong { display: block; margin-bottom: 9px; color: var(--forest); font: 700 24px/1.1 "Playfair Display", serif; }
.stats-row { display: grid; grid-template-columns: repeat(4, 1fr); border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.stats-row > div { padding: 22px 16px 22px 0; border-right: 1px solid var(--line); }
.stats-row > div:not(:first-child) { padding-left: 20px; }
.stats-row > div:last-child { border-right: 0; }
.stats-row strong { display: block; color: var(--forest); font: 700 30px/1 "Playfair Display", serif; }
.stats-row span { display: block; margin-top: 7px; color: var(--muted); font-size: 12px; }
.tour-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 20px; }
.tour-card { display: flex; min-width: 0; overflow: hidden; border: 1px solid var(--line); border-radius: 6px; background: #fff; box-shadow: 0 10px 30px rgba(16, 43, 32, .07); transition: transform .2s ease, box-shadow .2s ease; }
.tour-card:hover { transform: translateY(-4px); box-shadow: var(--shadow); }
.tour-card > a { display: flex; width: 100%; flex-direction: column; }
.tour-card-media { position: relative; aspect-ratio: 4 / 3; overflow: hidden; background: var(--forest-2); }
.tour-card-media img { width: 100%; height: 100%; object-fit: cover; transition: transform .35s ease; }
.tour-card:hover .tour-card-media img { transform: scale(1.04); }
.tour-badge { position: absolute; top: 13px; left: 13px; padding: 5px 8px; border-radius: 4px; background: var(--orange); color: #fff; font-size: 10px; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.tour-card-content { display: flex; flex: 1; flex-direction: column; padding: 19px; }
.tour-card-content h3 { margin: 8px 0 8px; color: var(--ink); font: 700 25px/1.1 "Playfair Display", serif; }
.tour-card-content p { min-height: 51px; margin: 0 0 17px; color: var(--muted); font-size: 13px; line-height: 1.55; }
.tour-meta { display: flex; flex-wrap: wrap; gap: 7px 13px; margin-top: auto; color: var(--muted); font-size: 12px; }
.tour-meta span { display: inline-flex; align-items: center; gap: 5px; }
.card-action { display: inline-flex; align-items: center; gap: 5px; margin-top: 18px; color: var(--orange); font-size: 13px; font-weight: 800; }
.destination-grid { display: grid; grid-template-columns: 1.2fr .8fr .8fr; grid-auto-rows: 240px; gap: 16px; }
.destination-tile { position: relative; overflow: hidden; border-radius: 6px; background: var(--forest-2); color: #fff; }
.destination-tile:first-child { grid-row: span 2; }
.destination-tile img { width: 100%; height: 100%; object-fit: cover; opacity: .72; transition: transform .35s ease; }
.destination-tile:hover img { transform: scale(1.04); }
.destination-tile::after { position: absolute; inset: 0; background: rgba(4, 18, 12, .32); content: ''; }
.destination-info { position: absolute; right: 19px; bottom: 17px; left: 19px; z-index: 1; }
.destination-info h3 { margin: 5px 0; color: #fff; font: 700 29px/1.05 "Playfair Display", serif; }
.destination-info p { max-width: 460px; margin: 0; color: rgba(255, 255, 255, .74); font-size: 12px; }
.story-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 20px; align-items: stretch; }
.story-card { display: flex; min-width: 0; overflow: hidden; border: 1px solid var(--line); border-radius: 6px; background: #fff; box-shadow: 0 10px 30px rgba(16, 43, 32, .07); transition: transform .2s ease, box-shadow .2s ease; }
.story-card:hover { transform: translateY(-4px); box-shadow: var(--shadow); }
.story-card > a { display: flex; width: 100%; flex-direction: column; }
.story-card img { width: 100%; aspect-ratio: 16 / 10; object-fit: cover; }
.story-body { display: flex; flex: 1; flex-direction: column; padding: 18px; }
.story-body h3 { margin: 7px 0; font: 700 23px/1.1 "Playfair Display", serif; }
.story-body p { margin: 0; color: var(--muted); font-size: 13px; line-height: 1.55; display: -webkit-box; -webkit-line-clamp: 3; -webkit-box-orient: vertical; overflow: hidden; }
.story-body .small { margin-top: auto; padding-top: 12px; }
.quote-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 18px; }
.quote-card { padding: 23px; border: 1px solid rgba(255, 255, 255, .14); border-radius: 6px; background: rgba(255, 255, 255, .06); }
.quote-card .quote { margin: 15px 0 18px; color: rgba(255, 255, 255, .87); font: 600 21px/1.35 "Playfair Display", serif; }
.stars { color: #efb24e; letter-spacing: 3px; }
.gallery-grid { display: grid; grid-template-columns: 1.35fr .8fr .8fr; grid-auto-rows: 175px; gap: 9px; }
.gallery-grid a { position: relative; overflow: hidden; border-radius: 5px; background: var(--forest-2); }
.gallery-grid a:first-child { grid-row: span 2; }
.gallery-grid img { width: 100%; height: 100%; object-fit: cover; transition: transform .35s ease; }
.gallery-grid a:hover img { transform: scale(1.05); }
.gallery-grid a span { position: absolute; right: 10px; bottom: 9px; left: 10px; z-index: 1; color: #fff; font-size: 12px; font-weight: 800; }
.page-hero { min-height: 350px; padding: 172px 0 66px; background: var(--forest); color: #fff; }
.page-hero h1 { max-width: 780px; margin: 12px 0 18px; font: 700 60px/1.04 "Playfair Display", serif; text-wrap: balance; }
.page-hero p { max-width: 680px; margin: 0; color: rgba(255, 255, 255, .85); font-size: 18px; }
.breadcrumbs { color: rgba(255, 255, 255, .7); font-size: 12px; font-weight: 700; letter-spacing: .06em; }
.breadcrumbs a { color: rgba(255, 255, 255, .92); transition: color .2s ease; }
.breadcrumbs a:hover { color: var(--gold); }
.catalog-layout { display: grid; grid-template-columns: 245px minmax(0, 1fr); align-items: start; gap: 28px; }
.filter-panel { position: sticky; top: 105px; padding: 19px; border: 1px solid var(--line); border-radius: 6px; background: #fff; }
.filter-panel h2 { margin: 0 0 15px; font: 700 22px/1.1 "Playfair Display", serif; }
.filter-panel label { display: block; margin: 0 0 5px; color: var(--muted); font-size: 11px; font-weight: 800; text-transform: uppercase; }
.filter-panel p { margin: 0 0 14px; }
.filter-panel input, .filter-panel select, .form-card input, .form-card select, .form-card textarea { width: 100%; padding: 11px 12px; border: 1px solid var(--line); border-radius: 4px; background: #fff; color: var(--ink); }
.filter-panel .btn { width: 100%; }
.catalog-top { display: flex; align-items: center; justify-content: space-between; gap: 12px; margin-bottom: 18px; }
.catalog-grid { min-width: 0; }
.loading-line { min-height: 21px; color: var(--orange); font-size: 12px; }
.htmx-indicator { display: none; }
.htmx-request .htmx-indicator, .htmx-request.htmx-indicator { display: block; }
.detail-hero { position: relative; min-height: 560px; display: flex; align-items: end; padding: 155px 0 66px; overflow: hidden; background: var(--forest); color: #fff; }
.detail-hero-bg { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; opacity: .62; }
.detail-hero-shade { position: absolute; inset: 0; background: rgba(5, 20, 13, .56); }
.detail-hero-inner { position: relative; z-index: 1; }
.detail-hero h1 { max-width: 880px; margin: 12px 0; font: 700 68px/1.02 "Playfair Display", serif; text-wrap: balance; }
.detail-hero p { max-width: 720px; margin: 0; color: rgba(255, 255, 255, .8); font-size: 18px; }
.detail-facts { display: flex; flex-wrap: wrap; gap: 9px 23px; margin-top: 24px; color: rgba(255, 255, 255, .78); font-size: 13px; }
.detail-layout { display: grid; grid-template-columns: minmax(0, 1fr) 350px; align-items: start; gap: 35px; }
.detail-copy { color: var(--muted); }
.detail-copy h2 { margin: 0 0 13px; color: var(--ink); font: 700 37px/1.1 "Playfair Display", serif; }
.detail-copy h3 { margin: 0 0 12px; color: var(--ink); font: 700 24px/1.1 "Playfair Display", serif; }
.detail-copy p { margin: 0 0 18px; }
.detail-intro { padding-bottom: 26px; border-bottom: 1px solid var(--line); }
.detail-block { padding: 25px 0; border-bottom: 1px solid var(--line); }
.detail-block summary { display: flex; align-items: center; justify-content: space-between; gap: 15px; cursor: pointer; list-style: none; color: var(--ink); font: 700 24px/1.1 "Playfair Display", serif; }
.detail-block summary::-webkit-details-marker { display: none; }
.detail-block summary::after { color: var(--orange); content: '+'; font: 400 26px/1 Arial, sans-serif; }
.detail-block[open] summary::after { content: '-'; }
.highlight-list, .check-list { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 9px 18px; margin: 20px 0 0; padding: 0; list-style: none; }
.highlight-list li, .check-list li { position: relative; padding-left: 24px; }
.highlight-list li::before, .check-list li::before { position: absolute; top: 4px; left: 0; color: var(--orange); content: '✓'; font-weight: 800; }
.itinerary-item { display: grid; grid-template-columns: 52px minmax(0, 1fr); gap: 15px; padding: 20px 0; border-top: 1px solid var(--line); }
.day-number { display: flex; align-items: center; justify-content: center; width: 42px; height: 42px; border-radius: 50%; background: var(--forest); color: #fff; font-weight: 800; }
.itinerary-item h3 { margin: 0 0 6px; font-size: 21px; }
.itinerary-item p { margin: 0 0 7px; }
.itinerary-image { width: 100%; max-height: 260px; margin-top: 13px; border-radius: 5px; object-fit: cover; }
.booking-panel { position: sticky; top: 105px; padding: 24px; border: 1px solid var(--line); border-radius: 6px; background: #fff; box-shadow: var(--shadow); }
.booking-panel h2 { margin: 8px 0; font: 700 28px/1.1 "Playfair Display", serif; }
.booking-price { margin: 20px 0 3px; color: var(--forest); font: 700 34px/1 "Playfair Display", serif; }
.departure-list { margin-top: 20px; }
.departure { display: flex; align-items: center; justify-content: space-between; gap: 12px; padding: 12px 0; border-top: 1px solid var(--line); font-size: 13px; }
.departure strong { display: block; }
.image-strip { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 8px; margin-top: 25px; }
.image-strip button { padding: 0; overflow: hidden; border: 0; border-radius: 5px; background: var(--forest-2); }
.image-strip img { width: 100%; aspect-ratio: 1 / .78; object-fit: cover; transition: transform .3s ease; }
.image-strip button:hover img { transform: scale(1.06); }
.media-link { display: inline-flex; align-items: center; gap: 7px; margin-top: 16px; color: var(--orange); font-weight: 800; }
.image-viewer { position: fixed; inset: 0; z-index: 100; display: flex; align-items: center; justify-content: center; padding: 30px; background: rgba(4, 11, 8, .92); }
.image-viewer img { max-width: min(1100px, 94vw); max-height: 86vh; object-fit: contain; }
.image-viewer-close { position: absolute; top: 22px; right: 25px; display: inline-flex; align-items: center; justify-content: center; width: 42px; height: 42px; border: 1px solid rgba(255, 255, 255, .35); border-radius: 50%; background: transparent; color: #fff; }
.image-viewer-close:hover { background: rgba(255, 255, 255, .12); }
.image-viewer-nav { position: absolute; top: 50%; transform: translateY(-50%); display: inline-flex; align-items: center; justify-content: center; width: 46px; height: 46px; border: 1px solid rgba(255, 255, 255, .35); border-radius: 50%; background: rgba(0, 0, 0, .35); color: #fff; cursor: pointer; }
.image-viewer-nav:hover { background: rgba(255, 255, 255, .18); }
.image-viewer-prev { left: 22px; }
.image-viewer-next { right: 22px; }
.image-viewer-count { position: absolute; bottom: 26px; left: 50%; transform: translateX(-50%); padding: 5px 13px; border-radius: 999px; background: rgba(0, 0, 0, .5); color: #fff; font-size: 12px; font-weight: 700; }
@media (max-width: 560px) { .image-viewer-nav { width: 38px; height: 38px; } .image-viewer-prev { left: 12px; } .image-viewer-next { right: 12px; } }
.photo-gallery-heading { display: flex; align-items: end; justify-content: space-between; gap: 20px; margin-bottom: 24px; }
.photo-gallery-heading h2 { margin: 7px 0 0; font: 700 34px/1.1 "Playfair Display", serif; }
.photo-gallery-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 12px; }
.photo-tile { position: relative; min-width: 0; aspect-ratio: 1 / .78; overflow: hidden; padding: 0; border: 0; border-radius: 5px; background: var(--forest-2); text-align: left; }
.photo-tile:first-child { grid-column: span 2; grid-row: span 2; aspect-ratio: auto; }
.photo-tile img { width: 100%; height: 100%; object-fit: cover; transition: transform .35s ease, filter .35s ease; }
.photo-tile:hover img, .photo-tile:focus-visible img { transform: scale(1.045); filter: brightness(.78); }
.photo-tile-label { position: absolute; right: 12px; bottom: 10px; left: 12px; color: #fff; font-size: 12px; font-weight: 800; opacity: 0; transition: opacity .2s ease; }
.photo-tile:hover .photo-tile-label, .photo-tile:focus-visible .photo-tile-label { opacity: 1; }
.photo-detail-layout { display: grid; grid-template-columns: minmax(0, 1fr) 290px; align-items: start; gap: 34px; }
.photo-detail-frame { margin: 0; padding: 12px; border: 1px solid var(--line); border-radius: 6px; background: #fff; box-shadow: var(--shadow); }
.photo-detail-frame img { width: 100%; max-height: 760px; object-fit: contain; background: #101812; }
.photo-detail-frame figcaption { padding: 13px 4px 2px; color: var(--muted); font-size: 13px; }
.photo-detail-aside { position: sticky; top: 105px; }
.photo-detail-aside h2 { margin: 8px 0 4px; font: 700 30px/1.1 "Playfair Display", serif; }
.photo-detail-aside h3 { margin: 28px 0 10px; font: 700 18px/1.2 "Playfair Display", serif; }
.photo-gallery-link { display: flex; align-items: center; gap: 8px; padding: 10px 0; border-top: 1px solid var(--line); color: var(--forest); font-weight: 800; }
.photo-navigation { display: grid; gap: 8px; margin-top: 25px; }
.photo-navigation a { display: inline-flex; align-items: center; min-height: 40px; padding: 8px 11px; border: 1px solid var(--line); border-radius: 4px; color: var(--forest); font-size: 12px; font-weight: 800; }
.photo-gallery-grid--albums { grid-template-columns: repeat(3, minmax(0, 1fr)); }
.photo-album-tile { position: relative; min-height: 260px; overflow: hidden; border-radius: 6px; background: var(--forest); }
.photo-album-tile::after { position: absolute; inset: 45% 0 0; background: rgba(3, 12, 8, .72); content: ''; }
.photo-album-tile img, .photo-album-placeholder { width: 100%; height: 100%; min-height: 260px; object-fit: cover; }
.photo-album-placeholder { display: flex; align-items: center; justify-content: center; color: rgba(255, 255, 255, .75); background: var(--forest-2); }
.photo-album-tile > span { position: absolute; right: 18px; bottom: 17px; left: 18px; z-index: 1; color: #fff; }
.photo-album-tile strong, .photo-album-tile small { display: block; }
.photo-album-tile strong { font: 700 23px/1.1 "Playfair Display", serif; }
.photo-album-tile small { margin-top: 6px; color: rgba(255, 255, 255, .7); font-size: 12px; }
.form-layout { display: grid; grid-template-columns: .85fr 1.15fr; gap: 35px; align-items: start; }
.form-card { padding: 28px; border: 1px solid var(--line); border-radius: 6px; background: #fff; box-shadow: var(--shadow); }
.form-card h2 { margin: 0 0 18px; font: 700 30px/1.1 "Playfair Display", serif; }
.form-card p { margin: 0 0 16px; }
.form-card label { display: block; margin: 0 0 5px; font-size: 12px; font-weight: 800; }
.form-card textarea { min-height: 145px; resize: vertical; }
.form-card .btn { margin-top: 5px; }
.contact-list { display: grid; gap: 12px; margin: 20px 0 0; }
.contact-item { display: flex; gap: 12px; align-items: flex-start; padding: 15px; border: 1px solid var(--line); border-radius: 5px; background: #fff; }
.contact-item .icon { flex: 0 0 auto; margin-top: 3px; color: var(--orange); }
.contact-item strong { display: block; }
.office-address { display: block; margin: 4px 0 9px; color: var(--ink); font-size: 15px; font-weight: 600; text-decoration: none; }
.office-address:hover { color: var(--orange); text-decoration: underline; }
.office-phone-row { display: flex; flex-wrap: wrap; gap: 9px; font-size: 15px; }
.office-phone-row a { color: var(--forest); text-decoration: none; }
.office-phone-row a:hover { color: var(--orange); text-decoration: underline; }
.office-split { color: var(--muted); }
.office-hours { display: inline-flex; align-items: center; gap: 7px; margin-top: 11px; padding: 4px 11px; border-radius: 999px; background: #e9f5ec; color: #1c7c3c; font-size: 12px; font-weight: 700; }
.office-hours::before { content: ''; width: 8px; height: 8px; border-radius: 50%; background: #2eaa55; }
.gallery-album-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 20px; }
.album-card { overflow: hidden; border: 1px solid var(--line); border-radius: 6px; background: #fff; }
.album-card-head { padding: 18px; }
.album-card h2 { margin: 6px 0; font: 700 24px/1.1 "Playfair Display", serif; }
.album-card-head p { min-height: 42px; margin: 0; color: var(--muted); font-size: 13px; }
.album-count { display: flex; justify-content: space-between; margin-top: 13px; color: var(--orange); font-size: 12px; font-weight: 800; }
.album-thumbs { display: grid; grid-template-columns: repeat(4, 1fr); gap: 3px; padding: 3px; background: #e8eee8; }
.album-thumbs a { overflow: hidden; }
.album-thumbs img { width: 100%; aspect-ratio: 1 / .86; object-fit: cover; transition: transform .25s ease; }
.album-thumbs a:hover img { transform: scale(1.08); }
.notice { margin: 0 0 20px; padding: 14px 17px; border-left: 3px solid var(--orange); background: #e8eee8; }
.empty { padding: 45px 20px; border: 1px dashed #b8c4ba; border-radius: 6px; background: #fff; text-align: center; }
.newsletter-bar { display: grid; grid-template-columns: .85fr 1.15fr; align-items: center; gap: 30px; margin-bottom: 55px; padding-bottom: 35px; border-bottom: 1px solid rgba(255, 255, 255, .15); }
.newsletter-bar h2 { margin: 0; color: #fff; font: 700 31px/1.1 "Playfair Display", serif; }
.newsletter-bar p { margin: 7px 0 0; color: rgba(255, 255, 255, .65); font-size: 13px; }
.newsletter-form { display: flex; gap: 8px; }
.newsletter-form input { min-width: 0; flex: 1; padding: 12px; border: 0; border-radius: 4px; }
.footer { padding: 65px 0 24px; background: #0b1812; color: #dce5dd; }
.footer-grid { display: grid; grid-template-columns: 1.3fr 1fr 1fr 1fr; gap: 30px; }
.footer h3, .footer h4 { margin-top: 0; color: #fff; }
.footer h3 { font: 700 28px/1 "Playfair Display", serif; }
.footer h4 { font-size: 13px; letter-spacing: .08em; text-transform: uppercase; }
.footer p, .footer li { color: rgba(220, 229, 221, .65); font-size: 13px; }
.footer ul { margin: 0; padding: 0; list-style: none; }
.footer li { margin: 8px 0; }
.footer-bottom { margin-top: 38px; padding-top: 18px; border-top: 1px solid rgba(255, 255, 255, .13); color: rgba(220, 229, 221, .48); font-size: 12px; }
.floating-whatsapp { position: fixed; right: 22px; bottom: 22px; z-index: 40; display: inline-flex; align-items: center; gap: 8px; padding: 12px 15px; border-radius: 5px; background: #25c96a; color: #fff; box-shadow: 0 10px 24px rgba(0, 0, 0, .2); font-size: 13px; font-weight: 800; }
.floating-whatsapp:hover { color: #fff; background: #1da957; }
.chat-widget { position: fixed; right: 22px; bottom: 78px; z-index: 45; }
.chat-launch { display: inline-flex; align-items: center; gap: 8px; min-height: 42px; padding: 10px 14px; border: 0; border-radius: 5px; background: var(--forest); color: #fff; box-shadow: 0 12px 28px rgba(0, 0, 0, .18); font-size: 13px; font-weight: 800; }
.chat-launch:hover { background: var(--forest-2); color: #fff; }
.chat-panel { position: absolute; right: 0; bottom: 52px; display: grid; grid-template-rows: auto minmax(130px, 1fr) auto; width: min(370px, calc(100vw - 24px)); max-height: min(590px, calc(100vh - 120px)); overflow: hidden; border: 1px solid var(--line); border-radius: 7px; background: #fff; box-shadow: 0 24px 60px rgba(16, 43, 32, .25); }
.chat-panel-head { display: flex; align-items: flex-start; justify-content: space-between; gap: 15px; padding: 15px 16px; background: var(--forest); color: #fff; }
.chat-panel-head strong, .chat-panel-head span { display: block; }
.chat-panel-head span { margin-top: 3px; color: rgba(255, 255, 255, .68); font-size: 11px; }
.chat-panel-head button { padding: 3px; border: 0; background: transparent; color: #fff; }
.chat-messages { display: grid; align-content: start; gap: 8px; overflow: auto; padding: 14px; background: #f7f8f4; }
.chat-message { max-width: 88%; margin: 0; padding: 9px 11px; border-radius: 5px; background: #e5ebe5; color: var(--ink); font-size: 13px; line-height: 1.5; white-space: pre-wrap; overflow-wrap: break-word; }
.chat-message--user { justify-self: end; background: var(--orange); color: #fff; }
.chat-message--assistant { justify-self: start; max-width: 92%; }
.chat-message--assistant b { color: #0b3e1f; }
.chat-message--assistant li { margin-left: 18px; }
.chat-form { display: grid; gap: 7px; padding: 12px; border-top: 1px solid var(--line); }
.chat-form input { width: 100%; min-width: 0; padding: 9px 10px; border: 1px solid var(--line); border-radius: 4px; font-size: 12px; }
.chat-compose { display: flex; gap: 6px; }
.chat-compose .btn { min-height: 38px; padding: 8px 10px; }
.billing-sheet { max-width: 940px; padding: 42px; border: 1px solid var(--line); background: #fff; box-shadow: var(--shadow); }
.billing-head, .billing-customer, .billing-total { display: flex; align-items: flex-start; justify-content: space-between; gap: 25px; }
.billing-logo { width: 120px; height: 100px; object-fit: contain; object-position: left center; }
.pack-cover { display: block; width: 100%; aspect-ratio: 16 / 8; object-fit: cover; margin: -1px -1px 18px; width: calc(100% + 2px); }
.pack-meta { display: flex; flex-wrap: wrap; gap: 14px; margin: 16px 0; color: var(--muted); font-size: 12px; }
.pack-meta span { display: inline-flex; align-items: center; gap: 5px; }
.billing-head p, .billing-customer span { display: block; color: var(--muted); font-size: 12px; }
.billing-title { text-align: right; }
.billing-title h1 { margin: 5px 0; font: 700 42px/1 "Playfair Display", serif; }
.billing-title p { margin: 7px 0 0; }
.billing-customer { align-items: center; margin: 38px 0 24px; padding: 17px 0; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.billing-customer strong { display: block; margin: 4px 0; font-size: 18px; }
.payment-qr { width: 110px; height: 110px; padding: 5px; border: 1px solid var(--line); }
.billing-table { width: 100%; border-collapse: collapse; font-size: 13px; }
.billing-table th, .billing-table td { padding: 12px 8px; border-bottom: 1px solid var(--line); text-align: left; }
.billing-table th:not(:first-child), .billing-table td:not(:first-child) { text-align: right; }
.billing-total { justify-content: flex-end; margin-top: 24px; text-align: right; }
.billing-total span { color: var(--muted); font-size: 13px; line-height: 1.9; }
.billing-total strong { min-width: 165px; color: var(--forest); font: 700 23px/1.4 "Playfair Display", serif; }
.billing-notes { margin-top: 35px; padding-top: 18px; border-top: 1px solid var(--line); color: var(--muted); }
.receipt-confirmation { display: flex; align-items: center; gap: 13px; margin: 44px 0 28px; padding: 17px; border: 1px solid #b6d5bd; border-radius: 5px; background: #eff8f0; color: var(--forest); }
.receipt-confirmation .icon { width: 28px; height: 28px; }
.receipt-confirmation strong, .receipt-confirmation span { display: block; }
.receipt-confirmation span { color: var(--muted); font-size: 12px; }
.receipt-confirmation b { margin-left: auto; font-size: 18px; }
.share-row { display: flex; align-items: center; justify-content: space-between; gap: 10px; margin: 25px 0; }
.share-button { display: inline-flex; align-items: center; gap: 7px; padding: 9px 12px; border: 1px solid var(--line); border-radius: 4px; background: transparent; color: var(--ink); }
[x-cloak] { display: none !important; }
.banner { min-height: 350px; padding: 165px 0 62px; background: var(--forest); color: #fff; }
.banner h1 { max-width: 780px; margin: 10px 0; font: 700 60px/1.04 "Playfair Display", serif; }
.banner p { max-width: 650px; margin: 0; color: rgba(255, 255, 255, .72); }
.crumbs { color: rgba(255, 255, 255, .62); font-size: 12px; }
.grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 20px; }
.grid-stories { grid-auto-rows: 1fr; }
.grid-4 { grid-template-columns: repeat(4, minmax(0, 1fr)); }
.card { display: flex; flex-direction: column; overflow: hidden; border: 1px solid var(--line); border-radius: 6px; background: #fff; box-shadow: 0 10px 30px rgba(16, 43, 32, .07); }
.card > a { display: flex; flex: 1; flex-direction: column; min-width: 0; }
.video-player { width: 100%; aspect-ratio: 16 / 9; object-fit: cover; background: #102b20; }
.card-img { width: 100%; height: 220px; object-fit: cover; }
.card-body { display: flex; flex: 1; flex-direction: column; padding: 19px; }
.card h3 { margin: 8px 0; font: 700 23px/1.1 "Playfair Display", serif; }

/* === Form system === */
.form-shell { max-width: 780px; margin: 0 auto; }
.form-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 16px 20px; }
.form-grid .field-full { grid-column: 1 / -1; }
.form-field { display: flex; flex-direction: column; gap: 6px; }
.form-label { color: var(--ink); font-size: 12px; font-weight: 800; }
.form-label .label-req { color: var(--orange); }
.form-help { color: var(--muted); font-size: 12px; }
.field-error { color: #b3261e; font-size: 12px; font-weight: 700; }
.form-grid input[type="text"], .form-grid input[type="email"], .form-grid input[type="tel"], .form-grid input[type="number"], .form-grid input[type="date"], .form-grid input[type="password"], .form-grid input[type="search"], .form-grid select, .form-grid textarea { width: 100%; padding: 11px 13px; border: 1px solid var(--line); border-radius: 6px; background: #fff; color: var(--ink); font: inherit; transition: border-color .15s ease, box-shadow .15s ease; }
.form-grid input:focus, .form-grid select:focus, .form-grid textarea:focus { outline: none; border-color: var(--forest-2); box-shadow: 0 0 0 3px rgba(31, 74, 56, .14); }
.form-grid select { appearance: none; padding-right: 34px; background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='9' viewBox='0 0 14 9'%3E%3Cpath d='M1 1l6 6 6-6' fill='none' stroke='%2317221c' stroke-width='2' stroke-linecap='round'/%3E%3C/svg%3E"); background-repeat: no-repeat; background-position: right 12px center; }
.form-grid textarea { resize: vertical; }
.form-field--tour-search { position: relative; }
.form-tour-search { position: relative; }
.form-tour-search input { cursor: pointer; }
.form-tour-search .icon { position: absolute; top: 50%; right: 13px; transform: translateY(-50%); color: var(--muted); pointer-events: none; }
.form-tour-search-menu { position: absolute; top: calc(100% + 7px); left: 0; right: 0; z-index: 40; max-height: 250px; overflow: auto; padding: 6px; border: 1px solid var(--line); border-radius: 6px; background: #fff; box-shadow: 0 18px 44px rgba(16, 43, 32, .18); }
.form-tour-search-menu button { display: block; width: 100%; padding: 9px 11px; border: 0; border-radius: 4px; background: transparent; color: var(--ink); font: inherit; font-size: 14px; text-align: left; cursor: pointer; }
.form-tour-search-menu button:hover, .form-tour-search-menu button:focus-visible { background: #f0f4f0; color: var(--forest); }
.form-tour-search-menu .menu-empty { color: var(--muted); font-weight: 600; }
.form-actions { display: flex; align-items: center; gap: 12px; flex-wrap: wrap; margin-top: 22px; }
.errorlist { margin: 0 0 16px; padding: 0; list-style: none; }
.errorlist li { margin-bottom: 8px; padding: 10px 14px; border: 1px solid #f3c7ba; border-radius: 6px; background: #fdece8; color: #8c2b1d; font-size: 13px; }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip-path: inset(50%); white-space: nowrap; border: 0; }
@media (max-width: 560px) { .form-grid { grid-template-columns: 1fr; } }
.card-body p { margin: 0 0 12px; color: var(--muted); font-size: 13px; line-height: 1.55; display: -webkit-box; -webkit-line-clamp: 3; -webkit-box-orient: vertical; overflow: hidden; }
.card-body .small { margin-top: auto; padding-top: 12px; }
.split { display: grid; grid-template-columns: 1.05fr .95fr; gap: 55px; align-items: center; }
.photo-panel { min-height: 440px; border-radius: 6px; background: center / cover url('/media/heritawi/field-02.jpeg'); box-shadow: 16px 16px 0 var(--gold); }
.detail-panel { padding: 25px; border: 1px solid var(--line); border-radius: 6px; background: #fff; box-shadow: var(--shadow); }
.list-row { display: flex; align-items: center; justify-content: space-between; gap: 20px; padding: 15px 0; border-bottom: 1px solid var(--line); }
.checklist { padding-left: 22px; }
.checklist li { margin: 7px 0; }
.social-links { display: flex; flex-wrap: wrap; gap: 8px; margin: 18px 0; }
.social-links a { padding: 7px 10px; border: 1px solid var(--line); border-radius: 4px; color: var(--forest); font-size: 12px; font-weight: 800; }
.tour-hero { position: relative; min-height: 520px; display: flex; align-items: end; padding: 150px 0 58px; overflow: hidden; background: var(--forest); color: #fff; }
.tour-hero::before { position: absolute; inset: 0; background: rgba(6, 20, 14, .62); content: ''; }
.tour-hero-content { position: relative; z-index: 1; }
.tour-hero h1 { max-width: 820px; margin: 12px 0; font: 700 68px/1.02 "Playfair Display", serif; }
.tour-facts { display: flex; flex-wrap: wrap; gap: 9px 24px; color: rgba(255, 255, 255, .78); font-size: 13px; }
.related-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 18px; }
@media (max-width: 820px) {
    .grid, .grid-4, .split, .related-grid, .photo-detail-layout { grid-template-columns: 1fr; }
    .banner { min-height: 300px; padding: 130px 0 50px; }
    .banner h1, .tour-hero h1 { font-size: 45px; }
    .photo-panel { min-height: 300px; }
}
@media (max-width: 560px) {
    .banner h1, .tour-hero h1 { font-size: 40px; }
}
@media (max-width: 1050px) {
    .wrap { width: min(100% - 36px, 900px); }
    .nav-links { gap: 2px; }
    .brand { min-width: 112px; }
    .brand-logo { width: 104px; height: 92px; }
    .hero-wrap { grid-template-columns: minmax(0, 1fr) 285px; gap: 30px; }
    .hero-copy h1 { font-size: 62px; }
    .tour-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
    .gallery-album-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}
@media (max-width: 820px) {
    .wrap { width: min(100% - 28px, 640px); }
    .topline { display: none; }
    .main-nav { min-height: 78px; }
    .brand { min-width: 0; }
    .brand-logo { width: 88px; height: 80px; }
    .nav-links { display: none; }
    .menu-button { display: inline-flex; }
    .site-header.nav-open .mobile-menu { display: block; position: fixed; top: 78px; right: 14px; bottom: 14px; left: 14px; overflow: auto; padding: 14px 17px 20px; border: 1px solid rgba(255, 255, 255, .14); border-radius: 6px; background: #143426; box-shadow: 0 18px 40px rgba(0, 0, 0, .3); }
    .mobile-menu-title { margin: 14px 0 3px; color: var(--gold); font-size: 10px; font-weight: 800; letter-spacing: .14em; text-transform: uppercase; }
    .mobile-menu a { display: flex; align-items: center; justify-content: space-between; padding: 11px 0; border-bottom: 1px solid rgba(255, 255, 255, .1); color: rgba(255, 255, 255, .9); }
    .hero-shell, .hero-wrap { min-height: 760px; }
    .hero-wrap { display: block; padding-top: 135px; padding-bottom: 50px; }
    .hero-copy h1 { max-width: 600px; font-size: 51px; }
    .hero-copy p { font-size: 16px; }
    .hero-panel { max-width: 420px; margin-top: 34px; }
    .hero-proof { grid-template-columns: 1fr 1fr; max-width: 520px; margin-top: 35px; }
    .section { padding: 62px 0; }
    .section-head { display: block; }
    .section-head h2, .intro-grid h2 { font-size: 35px; }
    .section-head .section-link { display: inline-flex; margin-top: 14px; }
    .intro-grid, .form-layout, .newsletter-bar, .detail-layout, .catalog-layout { grid-template-columns: 1fr; gap: 28px; }
    .photo-gallery-heading { align-items: flex-start; flex-direction: column; }
    .photo-gallery-grid--albums { grid-template-columns: 1fr 1fr; }
    .photo-detail-aside { position: static; }
    .stats-row { grid-template-columns: 1fr 1fr; }
    .stats-row > div { border-bottom: 1px solid var(--line); }
    .stats-row > div:nth-child(2) { border-right: 0; }
    .stats-row > div:nth-child(3), .stats-row > div:nth-child(4) { border-bottom: 0; }
    .stats-row > div:not(:first-child) { padding-left: 16px; }
    .destination-grid { grid-template-columns: 1fr 1fr; grid-auto-rows: 210px; }
    .destination-tile:first-child { grid-row: span 2; }
    .story-grid { grid-template-columns: 1fr 1fr; }
    .quote-grid { grid-template-columns: 1fr; }
    .gallery-grid { grid-auto-rows: 150px; }
    .page-hero { min-height: 300px; padding: 130px 0 50px; }
    .page-hero h1 { font-size: 47px; }
    .filter-panel, .booking-panel { position: static; }
    .catalog-layout { gap: 36px; }
    .filter-panel { display: grid; grid-template-columns: repeat(2, 1fr); gap: 0 12px; }
    .filter-panel h2, .filter-panel .btn { grid-column: 1 / -1; }
    .detail-hero { min-height: 500px; padding-top: 140px; }
    .detail-hero h1 { font-size: 51px; }
    .highlight-list, .check-list { grid-template-columns: 1fr; }
    .footer-grid { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 560px) {
    .wrap { width: calc(100% - 24px); }
    .brand-text span { display: none; }
    .hero-copy h1 { font-size: 43px; }
    .hero-shell, .hero-wrap { min-height: 770px; }
    .hero-proof { gap: 5px; }
    .hero-proof > div { padding-right: 8px; }
    .hero-proof strong { font-size: 17px; }
    .tour-grid, .gallery-album-grid, .destination-grid, .story-grid { grid-template-columns: 1fr; }
    .photo-gallery-grid, .photo-gallery-grid--albums { grid-template-columns: 1fr 1fr; gap: 7px; }
    .photo-tile:first-child { grid-column: span 2; min-height: 250px; }
    .photo-tile-label { display: none; }
    .photo-gallery-heading h2 { font-size: 28px; }
    .photo-detail-frame { padding: 7px; }
    .billing-sheet { padding: 22px 15px; }
    .billing-head, .billing-customer { display: block; }
    .billing-title { margin-top: 22px; text-align: left; }
    .billing-title h1 { font-size: 34px; }
    .payment-qr { margin-top: 18px; }
    .billing-table { font-size: 11px; }
    .billing-table th, .billing-table td { padding: 9px 3px; }
    .receipt-confirmation { align-items: flex-start; flex-wrap: wrap; }
    .receipt-confirmation b { width: 100%; margin-left: 41px; }
    .chat-widget { right: 12px; bottom: 70px; }
    .chat-launch span { display: none; }
    .destination-grid { grid-auto-rows: 220px; }
    .destination-tile:first-child { grid-row: auto; }
    .story-card img { height: 230px; aspect-ratio: auto; }
    .gallery-grid { grid-template-columns: 1fr 1fr; grid-auto-rows: 135px; }
    .gallery-grid a:first-child { grid-row: span 2; }
    .page-hero h1, .detail-hero h1 { font-size: 41px; }
    .filter-panel { display: block; }
    .filter-panel p { margin-bottom: 13px; }
    .catalog-top { display: block; }
    .image-strip { grid-template-columns: repeat(2, 1fr); }
    .newsletter-form { display: grid; grid-template-columns: 1fr; }
    .footer-grid { grid-template-columns: 1fr; }
    .floating-whatsapp { right: 12px; bottom: 12px; }
}
/* Reusable itinerary packs stay readable on dense desktop grids and narrow screens. */
.itinerary-packs-section{background:#f5f4ee;color:#18221c}
.price-option-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:12px;margin-top:16px}.price-option{padding:16px;border:1px solid var(--line);border-radius:8px;background:#fff}.price-option h4{margin:10px 0 6px;font-size:1rem}.price-option p{min-height:48px;color:var(--muted);font-size:.82rem}.price-option strong{display:block;color:var(--forest);font-size:1.15rem}.price-option small{color:var(--muted);font-size:.7rem;font-weight:500}.price-option .media-link{margin-top:9px}
.pack-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:18px}
.itinerary-pack{padding:24px;background:#fff;border:1px solid #e1e5de;border-radius:12px;box-shadow:0 12px 30px rgba(20,52,38,.08)}
.pack-heading{display:flex;justify-content:space-between;gap:18px;align-items:flex-start}.pack-heading h3{margin:5px 0 0}.pack-heading strong{white-space:nowrap;color:#143426;font-size:1.05rem}.pack-heading small{display:block;color:#6c776f;font-size:.7rem;font-weight:500}
.pack-days{display:grid;gap:12px;margin:20px 0 0;padding:0;list-style:none;counter-reset:pack-day}.pack-days li{display:grid;grid-template-columns:1fr;gap:3px;padding-left:30px;position:relative}.pack-days li:before{counter-increment:pack-day;content:counter(pack-day);position:absolute;left:0;top:1px;display:grid;place-items:center;width:21px;height:21px;border-radius:50%;background:#e8efe8;color:#143426;font-size:11px;font-weight:800}.pack-days strong{font-size:.88rem}.pack-days span{color:#59645d;font-size:.82rem;line-height:1.5}
@media (max-width:720px){.pack-grid,.price-option-grid{grid-template-columns:1fr}.itinerary-pack{padding:19px}.pack-heading{display:block}.pack-heading strong{display:block;margin-top:10px}}
