:root {
  --ink: #18382f;
  --deep: #12362d;
  --forest: #1e5144;
  --cream: #f5f0e5;
  --paper: #fffdf8;
  --sand: #dbc190;
  --ochre: #bd743b;
  --sun: #e6ae54;
  --muted: #6e776f;
  --line: rgba(24, 56, 47, 0.14);
  --shadow: 0 22px 60px rgba(24, 56, 47, 0.12);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--paper); font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; }
button, input, select, textarea { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
button { color: inherit; }
a { color: inherit; }

.site-header { height: 78px; padding: 0 clamp(22px, 5vw, 76px); display: flex; align-items: center; justify-content: space-between; gap: 28px; position: absolute; inset: 0 0 auto; z-index: 10; color: #fff; border-bottom: 1px solid rgba(255,255,255,.25); }
.brand { display: inline-flex; align-items: center; gap: 10px; text-decoration: none; letter-spacing: .18em; }
.brand-mark { display: grid; place-items: center; width: 38px; height: 38px; border: 1px solid currentColor; border-radius: 50%; font: italic 25px/1 Georgia, serif; letter-spacing: 0; }
.brand b { display: block; font-size: 14px; line-height: 1.05; }
.brand small { display: block; margin-top: 5px; font-size: 7px; letter-spacing: .38em; }
nav { display: flex; gap: 34px; margin-left: auto; }
nav a { text-decoration: none; font-size: 13px; font-weight: 600; opacity: .88; }
nav a:hover { opacity: 1; }
.header-actions { display: flex; align-items: center; gap: 14px; }
.language-switcher { display: flex; align-items: center; gap: 5px; color: rgba(255,255,255,.55); font-size: 11px; font-weight: 800; letter-spacing: .08em; }
.language-switcher button { border: 0; padding: 7px 3px; color: rgba(255,255,255,.62); background: transparent; cursor: pointer; font-size: 11px; font-weight: 800; }
.language-switcher button.active, .language-switcher button:hover { color: #fff; }
.language-switcher button.active { text-decoration: underline; text-decoration-color: #efd093; text-underline-offset: 5px; }
.selection-button { border: 1px solid rgba(255,255,255,.55); border-radius: 999px; padding: 10px 13px 10px 18px; background: rgba(11,43,35,.2); color: #fff; cursor: pointer; backdrop-filter: blur(10px); }
.cart-icon { width: 17px; height: 17px; margin-right: 6px; fill: none; stroke: currentColor; stroke-width: 1.7; stroke-linecap: round; stroke-linejoin: round; vertical-align: -4px; }
.selection-button #header-count { display: inline-grid; place-items: center; min-width: 24px; height: 24px; margin-left: 8px; padding: 0 7px; border-radius: 999px; color: var(--deep); background: #fff; font-size: 12px; font-weight: 800; }

.hero { min-height: 740px; height: min(92vh, 900px); position: relative; overflow: hidden; display: flex; align-items: center; padding: 110px clamp(22px, 8vw, 125px) 80px; color: #fff; background: radial-gradient(circle at 68% 28%, rgba(238,185,101,.38), transparent 28%), linear-gradient(112deg, #143b34 2%, #28594a 48%, #a96a39 100%); }
.hero::after { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg, rgba(7,34,29,.55), transparent 62%), linear-gradient(0deg, rgba(11,42,35,.35), transparent 40%); }
.hero-copy { width: min(650px, 68%); position: relative; z-index: 2; }
.eyebrow { margin: 0 0 18px; font-size: 11px; font-weight: 800; letter-spacing: .22em; color: var(--ochre); }
.hero .eyebrow { color: #efd093; }
h1, h2, h3, p { margin-top: 0; }
h1 { margin-bottom: 24px; font: 500 clamp(55px, 7.7vw, 106px)/.88 Georgia, "Times New Roman", serif; letter-spacing: -.055em; }
h1 em { color: #f2d7a3; font-weight: 400; }
.hero-lead { max-width: 570px; margin-bottom: 34px; font-size: clamp(16px, 1.5vw, 20px); line-height: 1.65; color: rgba(255,255,255,.84); }
.hero-actions { display: flex; align-items: center; gap: 28px; flex-wrap: wrap; }
.button { display: inline-flex; align-items: center; justify-content: center; min-height: 50px; padding: 0 24px; border: 0; border-radius: 999px; text-decoration: none; cursor: pointer; font-size: 13px; font-weight: 800; transition: transform .2s, background .2s, box-shadow .2s; }
.button:hover { transform: translateY(-2px); }
.button-primary { background: var(--sun); color: #17362e; box-shadow: 0 10px 30px rgba(17,48,40,.18); }
.button-primary:hover { background: #f0bd68; }
.button-secondary { background: var(--ink); color: #fff; }
.text-link { text-underline-offset: 6px; font-size: 13px; font-weight: 700; }
.text-link > span:last-child { margin-left: 8px; }
.hero-note { position: absolute; z-index: 3; right: clamp(22px, 5vw, 76px); bottom: 46px; display: flex; align-items: center; gap: 14px; padding: 14px 18px; border: 1px solid rgba(255,255,255,.25); border-radius: 14px; color: rgba(255,255,255,.8); background: rgba(8,37,31,.25); backdrop-filter: blur(10px); }
.hero-note p { margin: 0; font-size: 12px; line-height: 1.6; }
.hero-note b { color: #fff; font-size: 13px; }
.note-icon { color: #f2c775; font-size: 24px; }
.hero-art { position: absolute; inset: 0; overflow: hidden; }
.sun { position: absolute; width: min(29vw, 380px); aspect-ratio: 1; border-radius: 50%; right: 14%; top: 20%; background: radial-gradient(circle at 40% 38%, #f8d595, #d78345 69%, rgba(197,105,53,.12) 70%); opacity: .92; box-shadow: 0 0 100px rgba(243,183,97,.28); }
.ridge { position: absolute; width: 120%; left: -10%; bottom: -25%; height: 55%; border-radius: 48% 50% 0 0; transform: rotate(-4deg); }
.ridge-back { bottom: -16%; background: #2a5747; opacity: .72; clip-path: polygon(0 47%, 15% 22%, 32% 45%, 47% 7%, 63% 42%, 78% 16%, 100% 50%, 100% 100%, 0 100%); }
.ridge-front { background: #123d32; clip-path: polygon(0 50%, 17% 28%, 33% 43%, 51% 19%, 69% 46%, 84% 27%, 100% 55%, 100% 100%, 0 100%); }
.tree { position: absolute; bottom: 17%; width: 7px; height: 115px; background: #0d312a; z-index: 1; }
.tree::before, .tree::after { content: ""; position: absolute; left: 50%; transform: translateX(-50%); border-radius: 50%; background: #0d312a; }
.tree::before { width: 110px; height: 33px; top: -5px; }
.tree::after { width: 75px; height: 38px; top: -25px; }
.tree-one { right: 12%; transform: scale(1.4); }
.tree-two { right: 39%; bottom: 11%; transform: scale(.75); opacity: .72; }
.elephant { position: absolute; right: 24%; bottom: 15%; z-index: 2; width: 94px; height: 56px; border-radius: 52% 44% 38% 38%; background: #0d312a; opacity: .92; }
.elephant::before { content: ""; position: absolute; right: -24px; top: 8px; width: 42px; height: 44px; border-radius: 50%; background: #0d312a; box-shadow: -61px 42px 0 -14px #0d312a, -18px 42px 0 -14px #0d312a; }
.elephant::after { content: ""; position: absolute; right: -29px; top: 30px; width: 12px; height: 48px; border-radius: 0 0 10px 10px; background: #0d312a; transform: rotate(5deg); transform-origin: top; }

.section { padding: 110px clamp(22px, 7vw, 105px); }
.section-heading { display: flex; align-items: end; justify-content: space-between; gap: 60px; margin-bottom: 42px; }
.section-heading h2 { margin-bottom: 0; font: 500 clamp(40px, 5vw, 67px)/1 Georgia, serif; letter-spacing: -.045em; }
.section-heading > p { max-width: 490px; margin-bottom: 4px; color: var(--muted); font-size: 15px; line-height: 1.75; }
.destinations { background: var(--cream); }
.destination-grid { display: grid; grid-template-columns: 1.08fr .92fr .92fr; gap: 14px; }
.destination-card { min-height: 415px; padding: 24px; position: relative; overflow: hidden; display: flex; flex-direction: column; justify-content: space-between; border: 0; border-radius: 24px; color: #fff; text-align: left; cursor: pointer; box-shadow: inset 0 -180px 130px rgba(10,36,30,.58); transition: transform .25s, box-shadow .25s; }
.destination-card:hover { transform: translateY(-5px); box-shadow: inset 0 -180px 130px rgba(10,36,30,.52), var(--shadow); }
.destination-card::before, .experience-visual::before { content: ""; position: absolute; inset: 0; opacity: .9; }
.destination-botswana { background: linear-gradient(165deg, #c79353 0 32%, #61734f 33% 48%, #173f38 49%); }
.destination-botswana::before { background: radial-gradient(ellipse at 68% 28%, rgba(255,231,174,.7) 0 8%, transparent 8.5%), linear-gradient(18deg, transparent 0 45%, rgba(13,48,38,.45) 46% 51%, transparent 52%); }
.destination-kasane { background: linear-gradient(180deg, #7ba59b 0 42%, #a67f4b 43% 57%, #224b42 58%); }
.destination-kasane::before { background: radial-gradient(ellipse at 34% 68%, #173e35 0 7%, transparent 7.5%), radial-gradient(ellipse at 73% 60%, #163d34 0 9%, transparent 9.5%), linear-gradient(175deg, transparent 0 60%, rgba(216,194,139,.35) 61% 66%, transparent 67%); }
.destination-victoria { background: linear-gradient(120deg, #1c4d48 0 35%, #bad0c4 36% 42%, #eff4e8 43% 50%, #4f7565 51% 67%, #173c34 68%); }
.destination-victoria::before { background: linear-gradient(90deg, transparent 0 45%, rgba(255,255,255,.62) 46% 51%, transparent 52%), radial-gradient(ellipse at 53% 56%, rgba(255,255,255,.45), transparent 35%); }
.destination-number { position: relative; z-index: 1; font: italic 16px Georgia, serif; opacity: .85; }
.destination-content { position: relative; z-index: 1; display: block; }
.destination-content small { display: block; margin-bottom: 10px; color: #efd095; font-size: 9px; font-weight: 800; letter-spacing: .2em; }
.destination-content b { display: block; font: 500 38px/1 Georgia, serif; }
.destination-content span { display: block; margin-top: 8px; font-size: 13px; opacity: .82; }
.round-arrow { position: absolute; z-index: 1; right: 22px; bottom: 22px; display: grid; place-items: center; width: 44px; height: 44px; border: 1px solid rgba(255,255,255,.5); border-radius: 50%; }

.experiences { background: #fffdf9; }
.experiences-heading { align-items: center; }
.demo-notice { max-width: 390px; display: flex; align-items: center; gap: 12px; padding: 12px 15px; border: 1px solid #e5d8bd; border-radius: 13px; background: #fbf3e3; }
.demo-notice > span { display: grid; place-items: center; width: 25px; height: 25px; flex: 0 0 auto; border: 1px solid #bf8a49; border-radius: 50%; color: #a66d30; font-family: Georgia, serif; }
.demo-notice p { margin: 0; color: #786a55; font-size: 11px; line-height: 1.45; }
.demo-notice b { color: #4e4334; }
.explorer-layout { display: grid; grid-template-columns: 218px minmax(0, 1fr); gap: 42px; }
.filters { align-self: start; position: sticky; top: 22px; }
.filter-group { padding: 21px 0; border-top: 1px solid var(--line); }
.filter-group:last-child { border-bottom: 1px solid var(--line); }
.filter-label { display: flex; align-items: center; justify-content: space-between; width: 100%; margin-bottom: 14px; color: var(--ink); font-size: 11px; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.filter-label button { border: 0; padding: 0; background: transparent; color: var(--ochre); cursor: pointer; font-size: 10px; text-transform: none; letter-spacing: 0; }
.filter-options { display: grid; gap: 3px; }
.filter-options label, .interest-options label { cursor: pointer; }
.filter-options input, .interest-options input { position: absolute; opacity: 0; pointer-events: none; }
.filter-options span { display: flex; align-items: center; gap: 9px; padding: 7px 9px; border-radius: 8px; color: #667269; font-size: 13px; }
.filter-options span::before { content: ""; width: 14px; height: 14px; border: 1px solid #acb3ac; border-radius: 50%; }
.filter-options input:checked + span { color: var(--ink); background: #f4efe5; font-weight: 700; }
.filter-options input:checked + span::before { border: 4px solid var(--forest); }
.interest-options { display: flex; flex-wrap: wrap; gap: 7px; }
.interest-options span { display: block; padding: 7px 10px; border: 1px solid var(--line); border-radius: 999px; color: #6b736d; font-size: 11px; }
.interest-options input:checked + span { border-color: var(--forest); color: #fff; background: var(--forest); }
.search-wrap { height: 42px; display: flex; align-items: center; gap: 8px; padding: 0 12px; border: 1px solid var(--line); border-radius: 10px; background: #fff; }
.search-wrap span { font-size: 20px; transform: rotate(-15deg); color: #889188; }
.search-wrap input { min-width: 0; width: 100%; border: 0; outline: 0; color: var(--ink); background: transparent; font-size: 12px; }
.results-bar { min-height: 45px; display: flex; align-items: start; justify-content: space-between; gap: 20px; }
.results-bar p { color: var(--muted); font-size: 13px; }
.results-bar b { color: var(--ink); }
.sort-label { color: var(--muted); font-size: 11px; }
.sort-label select { margin-left: 8px; border: 0; border-bottom: 1px solid var(--line); padding: 0 20px 5px 2px; outline: 0; color: var(--ink); background: transparent; font-size: 12px; }
.experience-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 16px; }
.experience-card { min-width: 0; overflow: hidden; border: 1px solid var(--line); border-radius: 17px; background: #fff; cursor: pointer; transition: transform .22s, box-shadow .22s; }
.experience-card:hover { transform: translateY(-4px); box-shadow: 0 15px 34px rgba(30,65,55,.11); }
.experience-card:focus-visible { outline: 3px solid rgba(189,116,59,.42); outline-offset: 3px; }
.experience-visual { height: 180px; position: relative; overflow: hidden; background: linear-gradient(145deg, #a7beaf, #2e5d50); }
.experience-visual::after { content: attr(data-symbol); position: absolute; right: 17px; bottom: 3px; color: rgba(255,255,255,.76); font: 74px/1 Georgia, serif; }
.visual-delta { background: linear-gradient(150deg, #8aa59a 0 41%, #c2a56a 42% 49%, #315c4d 50%); }
.visual-chobe { background: linear-gradient(165deg, #c79355 0 43%, #284f44 44% 65%, #163930 66%); }
.visual-river { background: linear-gradient(175deg, #d19958 0 47%, #6c958a 48% 64%, #1c4d43 65%); }
.visual-falls { background: linear-gradient(120deg, #234f47 0 34%, #edf2e7 35% 45%, #95afa4 46% 58%, #1a4138 59%); }
.visual-stars { background: radial-gradient(circle at 72% 20%, #f2ca7a 0 2%, transparent 2.3%), radial-gradient(circle at 32% 35%, #fff4c7 0 1%, transparent 1.4%), linear-gradient(165deg, #1b3240 0 62%, #9b774c 63%); }
.visual-village { background: linear-gradient(160deg, #d49d59 0 48%, #6f7b4f 49% 63%, #3b4f39 64%); }
.visual-walk { background: linear-gradient(120deg, #426a5a 0 36%, #b9d0c7 37% 46%, #31574d 47% 70%, #193e35 71%); }
.visual-heli { background: linear-gradient(160deg, #7eaaa4 0 47%, #e5eee9 48% 53%, #315749 54%); }
.example-badge { position: absolute; z-index: 2; top: 12px; left: 12px; padding: 6px 9px; border-radius: 999px; color: #fff; background: rgba(16,49,41,.7); backdrop-filter: blur(6px); font-size: 8px; font-weight: 800; letter-spacing: .09em; text-transform: uppercase; }
.card-body { padding: 16px; }
.card-topline { display: flex; align-items: center; justify-content: space-between; gap: 12px; margin-bottom: 9px; color: var(--ochre); font-size: 9px; font-weight: 800; letter-spacing: .11em; text-transform: uppercase; }
.card-topline span:last-child { color: #879088; }
.card-body h3 { min-height: 48px; margin-bottom: 8px; font: 500 21px/1.16 Georgia, serif; }
.card-body > p { min-height: 54px; margin-bottom: 14px; color: var(--muted); font-size: 12px; line-height: 1.55; }
.card-meta { display: flex; gap: 14px; margin-bottom: 16px; color: #58675f; font-size: 10px; }
.card-meta span::before { margin-right: 4px; color: var(--ochre); }
.card-meta .duration::before { content: "◷"; }
.card-meta .type::before { content: "◇"; }
.card-footer { display: grid; grid-template-columns: 1fr auto auto; align-items: center; gap: 10px; padding-top: 13px; border-top: 1px solid var(--line); }
.price small { display: block; color: #8a918b; font-size: 8px; }
.price b { font: 600 17px Georgia, serif; }
.details-link { border: 0; padding: 7px 2px; color: var(--ochre); background: transparent; cursor: pointer; font-size: 10px; font-weight: 800; white-space: nowrap; }
.details-link:hover { text-decoration: underline; text-underline-offset: 4px; }
.add-button { display: grid; place-items: center; width: 36px; height: 36px; border: 1px solid var(--ink); border-radius: 50%; background: transparent; cursor: pointer; font-size: 21px; transition: background .2s, color .2s; }
.add-button:hover, .add-button.selected { color: #fff; background: var(--ink); }
.add-button.selected { font-size: 15px; }
.empty-state { padding: 80px 20px; text-align: center; }
.empty-state > span { color: var(--ochre); font-size: 32px; }
.empty-state h3 { margin: 12px 0 8px; font: 500 28px Georgia, serif; }
.empty-state p { color: var(--muted); }

body.detail-mode { background: var(--paper); }
body.detail-mode main > section:not(#experience-detail) { display: none; }
.experience-detail { min-height: 100vh; background: var(--paper); }
.detail-hero { min-height: 610px; position: relative; overflow: hidden; display: flex; align-items: end; padding: 130px clamp(22px, 8vw, 125px) 76px; color: #fff; background: linear-gradient(145deg, #496f60, #173f36); }
.detail-hero::after { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg, rgba(8,34,29,.78), rgba(8,34,29,.2) 65%), linear-gradient(0deg, rgba(7,31,26,.55), transparent 55%); }
.detail-hero .experience-visual { position: absolute; inset: 0; width: 100%; height: 100%; border-radius: 0; transform: scale(1.02); }
.detail-hero .experience-visual::after { right: 8%; bottom: 4%; font-size: clamp(160px, 26vw, 380px); opacity: .2; }
.detail-hero .experience-visual::before { opacity: .38; }
.detail-hero-content { width: min(760px, 75%); position: relative; z-index: 2; }
.detail-back { display: inline-flex; align-items: center; gap: 8px; margin-bottom: 48px; border: 0; padding: 0; color: rgba(255,255,255,.82); background: transparent; cursor: pointer; font-size: 12px; font-weight: 700; }
.detail-back:hover { color: #fff; }
.detail-hero h1 { margin: 12px 0 20px; font-size: clamp(48px, 6.4vw, 88px); line-height: .97; }
.detail-hero-copy { max-width: 680px; margin-bottom: 23px; color: rgba(255,255,255,.84); font-size: 17px; line-height: 1.65; }
.detail-meta { display: flex; flex-wrap: wrap; gap: 9px; }
.detail-meta span { padding: 8px 11px; border: 1px solid rgba(255,255,255,.32); border-radius: 999px; background: rgba(10,42,35,.22); backdrop-filter: blur(7px); font-size: 10px; font-weight: 700; }
.detail-content { padding: 90px clamp(22px, 7vw, 105px) 110px; }
.detail-intro { display: grid; grid-template-columns: minmax(0, 1fr) 330px; gap: clamp(44px, 8vw, 110px); align-items: start; }
.detail-main-heading { margin-bottom: 40px; }
.detail-main-heading h2, .detail-includes h2 { margin-bottom: 12px; font: 500 clamp(36px, 4vw, 54px)/1 Georgia, serif; letter-spacing: -.035em; }
.detail-main-heading p { max-width: 700px; color: var(--muted); font-size: 14px; line-height: 1.7; }
.itinerary { display: grid; }
.itinerary-day { display: grid; grid-template-columns: 88px minmax(0, 1fr); gap: 28px; padding: 32px 0; border-top: 1px solid var(--line); }
.day-number { display: grid; place-items: center; align-self: start; width: 66px; height: 66px; border-radius: 50%; color: var(--cream); background: var(--forest); font: italic 22px Georgia, serif; }
.day-label { margin: 0 0 7px; color: var(--ochre); font-size: 9px; font-weight: 800; letter-spacing: .17em; text-transform: uppercase; }
.itinerary-day h3 { margin-bottom: 10px; font: 500 27px/1.15 Georgia, serif; }
.itinerary-day p { color: var(--muted); font-size: 13px; line-height: 1.7; }
.activity-list { display: flex; flex-wrap: wrap; gap: 7px; margin: 16px 0 0; padding: 0; list-style: none; }
.activity-list li { padding: 7px 10px; border-radius: 999px; color: var(--forest); background: #eaf0eb; font-size: 10px; font-weight: 700; }
.detail-sidebar { position: sticky; top: 24px; }
.booking-card { overflow: hidden; border: 1px solid var(--line); border-radius: 20px; background: #fff; box-shadow: var(--shadow); }
.booking-price { padding: 25px; color: #fff; background: var(--deep); }
.booking-price small { display: block; margin-bottom: 6px; color: rgba(255,255,255,.65); font-size: 9px; text-transform: uppercase; letter-spacing: .12em; }
.booking-price b { font: 500 32px Georgia, serif; }
.booking-actions { display: grid; gap: 9px; padding: 20px; }
.button-outline { border: 1px solid var(--ink); color: var(--ink); background: transparent; }
.detail-sample-note { margin: 0; padding: 0 20px 20px; color: #7a817b; font-size: 9px; line-height: 1.5; text-align: center; }
.detail-includes { margin-top: 24px; padding: 25px; border: 1px solid var(--line); border-radius: 20px; background: #faf6ed; }
.detail-includes h2 { font-size: 24px; }
.include-group + .include-group { margin-top: 22px; padding-top: 20px; border-top: 1px solid var(--line); }
.include-group h3 { margin-bottom: 12px; color: var(--ochre); font-size: 10px; letter-spacing: .12em; text-transform: uppercase; }
.check-list { display: grid; gap: 10px; margin: 0; padding: 0; list-style: none; }
.check-list li { position: relative; padding-left: 22px; color: #5e6b63; font-size: 12px; line-height: 1.45; }
.check-list li::before { position: absolute; left: 0; top: 0; color: var(--forest); font-weight: 900; }
.check-list.included li::before { content: "✓"; }
.check-list.excluded li::before { content: "×"; color: var(--ochre); }

footer { padding: 40px clamp(22px, 7vw, 105px); display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: 30px; color: #dfe8e3; background: #10352c; }
.footer-brand { color: #fff; }
footer p { margin: 0; font-size: 12px; }
.footer-demo { color: #95aaa1; }

.drawer-backdrop { position: fixed; inset: 0; z-index: 40; background: rgba(7,25,21,.45); backdrop-filter: blur(4px); }
.selection-panel { position: fixed; z-index: 50; inset: 0 0 0 auto; width: min(440px, 94vw); display: flex; flex-direction: column; padding: 28px; background: var(--paper); box-shadow: -20px 0 70px rgba(10,37,30,.25); transform: translateX(102%); transition: transform .28s ease; }
.selection-panel.open { transform: translateX(0); }
.panel-header, .dialog-header { display: flex; align-items: start; justify-content: space-between; gap: 20px; }
.panel-header h2, .dialog-header h2 { margin-bottom: 0; font: 500 35px Georgia, serif; }
.panel-header h2 span { color: var(--ochre); font-size: 18px; }
.icon-button { display: grid; place-items: center; width: 38px; height: 38px; flex: 0 0 auto; border: 1px solid var(--line); border-radius: 50%; background: transparent; cursor: pointer; font-size: 24px; }
.selection-list { flex: 1; overflow: auto; margin: 24px -6px 0; padding: 0 6px; }
.selection-item { display: grid; grid-template-columns: 68px 1fr auto; align-items: center; gap: 12px; padding: 12px 0; border-top: 1px solid var(--line); }
.selection-thumb { display: grid; place-items: center; width: 68px; height: 58px; border-radius: 10px; color: rgba(255,255,255,.8); font: 32px Georgia, serif; }
.selection-item small { color: var(--ochre); font-size: 8px; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
.selection-item b { display: block; margin-top: 4px; font: 500 15px/1.2 Georgia, serif; }
.selection-item-link { min-width: 0; border: 0; padding: 4px 0; color: inherit; background: transparent; text-align: left; cursor: pointer; }
.selection-item-link:hover b { text-decoration: underline; text-decoration-color: var(--ochre); text-underline-offset: 3px; }
.remove-button { border: 0; background: transparent; color: #849088; cursor: pointer; font-size: 18px; }
.selection-empty { flex: 1; display: grid; place-content: center; justify-items: center; padding: 30px; text-align: center; color: var(--muted); }
.selection-empty > span { font-size: 40px; color: var(--sand); }
.selection-empty h3 { margin: 12px 0 6px; color: var(--ink); font: 500 25px Georgia, serif; }
.selection-empty p { max-width: 245px; font-size: 12px; line-height: 1.6; }
.panel-footer { padding-top: 18px; border-top: 1px solid var(--line); }
.selection-summary { display: flex; justify-content: space-between; margin-bottom: 15px; color: var(--muted); font-size: 11px; }
.selection-summary b { color: var(--ink); }
.full-width { width: 100%; }
.button:disabled { cursor: not-allowed; opacity: .42; transform: none; }
.panel-footer > p { margin: 10px 0 0; text-align: center; color: #8c938e; font-size: 9px; }

dialog { width: min(620px, calc(100vw - 28px)); max-height: calc(100vh - 28px); overflow: auto; padding: 30px; border: 0; border-radius: 22px; color: var(--ink); background: var(--paper); box-shadow: var(--shadow); }
dialog::backdrop { background: rgba(7,25,21,.58); backdrop-filter: blur(5px); }
.dialog-intro { color: var(--muted); font-size: 13px; }
.form-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; margin: 22px 0 14px; }
.form-grid label { display: grid; gap: 7px; color: #59675f; font-size: 10px; font-weight: 800; letter-spacing: .06em; text-transform: uppercase; }
.form-grid input, .form-grid select, .form-grid textarea { width: 100%; border: 1px solid var(--line); border-radius: 10px; padding: 11px 12px; outline: 0; color: var(--ink); background: #fff; font-size: 13px; text-transform: none; letter-spacing: 0; }
.form-grid input:focus, .form-grid select:focus, .form-grid textarea:focus { border-color: var(--forest); box-shadow: 0 0 0 3px rgba(30,81,68,.1); }
.full-field { grid-column: 1 / -1; }
.form-selection { display: flex; flex-wrap: wrap; gap: 6px; margin-bottom: 14px; }
.form-selection span { padding: 6px 9px; border-radius: 999px; color: var(--forest); background: #eaf0eb; font-size: 9px; font-weight: 700; }
.form-demo { padding: 10px 12px; border-radius: 8px; color: #7b6b52; background: #f7edda; font-size: 10px; line-height: 1.5; }
.toast { position: fixed; z-index: 100; left: 50%; bottom: 28px; max-width: calc(100vw - 30px); padding: 12px 18px; border-radius: 999px; color: #fff; background: var(--deep); box-shadow: var(--shadow); font-size: 12px; transform: translate(-50%, 150%); opacity: 0; transition: .25s; }
.toast.show { transform: translate(-50%, 0); opacity: 1; }

@media (max-width: 1050px) {
  .experience-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .destination-grid { grid-template-columns: repeat(3, 1fr); }
  .destination-card { min-height: 360px; }
}

@media (max-width: 760px) {
  .site-header { height: 68px; padding-inline: 18px; }
  nav { display: none; }
  .brand-mark { width: 34px; height: 34px; }
  .selection-button { padding: 8px 9px 8px 13px; font-size: 11px; }
  .header-actions { gap: 8px; }
  .language-switcher { gap: 3px; }
  .language-switcher button { padding-inline: 2px; }
  .selection-button [data-i18n="selection.my"] { display: none; }
  .selection-button .cart-icon { margin-right: 4px; }
  .selection-button #header-count { margin-left: 0; }
  .hero { min-height: 700px; height: 90svh; padding: 100px 22px 100px; align-items: end; }
  .hero-copy { width: 100%; }
  .hero-lead { font-size: 15px; }
  .hero-note { display: none; }
  .sun { width: 250px; right: -4%; top: 17%; }
  .tree-one { right: 11%; bottom: 21%; transform: scale(1); }
  .tree-two { right: 60%; bottom: 17%; }
  .elephant { right: 35%; bottom: 17%; transform: scale(.78); }
  .section { padding: 74px 18px; }
  .section-heading { align-items: start; flex-direction: column; gap: 22px; }
  .destination-grid { grid-template-columns: 1fr; }
  .destination-card { min-height: 285px; }
  .explorer-layout { grid-template-columns: 1fr; gap: 20px; }
  .filters { position: static; display: grid; grid-template-columns: 1fr; }
  .filter-group { padding: 14px 0; }
  .experience-grid { grid-template-columns: 1fr; }
  .experience-visual { height: 205px; }
  .card-footer { grid-template-columns: 1fr auto; }
  .details-link { grid-row: 2; grid-column: 1 / -1; justify-self: start; padding-top: 3px; }
  .results-bar { align-items: center; }
  .sort-label { font-size: 0; }
  .sort-label select { margin: 0; font-size: 11px; }
  footer { grid-template-columns: 1fr; text-align: center; justify-items: center; }
  .form-grid { grid-template-columns: 1fr; }
  .full-field { grid-column: auto; }
  .detail-hero { min-height: 690px; padding: 108px 20px 58px; }
  .detail-hero-content { width: 100%; }
  .detail-back { margin-bottom: 38px; }
  .detail-hero-copy { font-size: 15px; }
  .detail-content { padding: 66px 18px 80px; }
  .detail-intro { grid-template-columns: 1fr; gap: 48px; }
  .itinerary-day { grid-template-columns: 54px minmax(0, 1fr); gap: 15px; }
  .day-number { width: 48px; height: 48px; font-size: 17px; }
  .itinerary-day h3 { font-size: 23px; }
  .detail-sidebar { position: static; }
}

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