/* Latin Tierra Travel V18
   Consolidated stylesheet. Previous version-specific override stacks were removed.
   Structure: base -> navigation -> hero -> content -> cards -> footer -> dialogs -> motion -> responsive.
*/

:root {
  --cream: #f4ecd8;
  --cream-2: #efe5cc;
  --forest: #285e43;
  --forest-dark: #174332;
  --forest-ink: #12392d;
  --gold: #a57d28;
  --plum: #7d315d;
  --white: #fff;
  --ink: #18352d;
  --muted: #65756e;
  --line: rgba(24, 53, 45, .14);
  --premium-border: rgba(40, 94, 67, .13);
  --shadow: 0 18px 48px rgba(22, 55, 42, .12);
  --premium-shadow: 0 18px 48px rgba(18, 59, 45, .08);
  --radius: 20px;
  --serif: Georgia, 'Times New Roman', serif;
  --sans: Inter, system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 84px; max-width: 100%; overflow-x: clip; }
body { margin: 0; background: var(--cream); color: var(--ink); font-family: var(--sans); line-height: 1.65; max-width: 100%; overflow-x: clip; }
img { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button, input, textarea { font: inherit; }
button { color: inherit; }
h1, h2, h3, p { margin-top: 0; }
button.card-link { color: #fff; }
button.text-link { border: 0; padding: 0; text-align: left; background: transparent; }
.sr-only { position: absolute !important; width: 1px !important; height: 1px !important; padding: 0 !important; margin: -1px !important; overflow: hidden !important; clip: rect(0,0,0,0) !important; white-space: nowrap !important; border: 0 !important; }

/* Focus / touch */
a:focus-visible, button:focus-visible, input:focus-visible, textarea:focus-visible, summary:focus-visible { outline: 3px solid rgba(165,125,40,.28); outline-offset: 3px; }


/* Long multilingual text should wrap intentionally rather than squeeze layouts. */
.section h2, .intro-strip h2, .prefooter-cta h2 { text-wrap: balance; }
p { text-wrap: pretty; }

/* ---------- Header / navigation ---------- */
.site-header {
  position: sticky;
  top: 0;
  z-index: 1000;
  min-height: 70px;
  padding: 10px max(4%, calc((100vw - 1460px) / 2));
  display: flex;
  align-items: center;
  gap: 18px;
  background: rgba(244,236,216,.975);
  backdrop-filter: blur(14px);
  border-bottom: 1px solid rgba(23,67,50,.12);
  transition: box-shadow .25s ease, background-color .25s ease, min-height .25s ease;
}
.site-header.is-scrolled { box-shadow: 0 9px 28px rgba(22,55,42,.09); background: rgba(244,236,216,.992); }
.brand-lockup { display: flex; align-items: center; gap: 10px; min-width: 0; flex: 0 0 auto; }
.brand-emblem { width: 48px; height: 48px; object-fit: contain; flex: 0 0 48px; }
.brand-wordmark { width: 172px; max-height: 48px; object-fit: contain; object-position: left center; }
.nav { display: flex; align-items: center; gap: 21px; margin-left: auto; }
.nav > a, .nav-dropdown-toggle { min-height: 44px; display: flex; align-items: center; border: 0; background: none; padding: 8px 0; font-weight: 720; font-size: .88rem; cursor: pointer; }
.nav > a:hover, .nav-dropdown-toggle:hover { color: var(--forest); }
.nav-dropdown { position: relative; }
.nav-dropdown-toggle { gap: 7px; }
.nav-chevron, .picker-chevron { width: 16px; height: 16px; fill: none; stroke: currentColor; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; transition: transform .2s ease; }
.nav-dropdown.open .nav-chevron, .language-picker.open .picker-chevron { transform: rotate(180deg); }
.nav-dropdown-menu { position: absolute; top: calc(100% + 7px); left: -18px; width: 270px; padding: 9px; background: #fff; border: 1px solid var(--line); border-radius: 14px; box-shadow: var(--shadow); opacity: 0; visibility: hidden; transform: translateY(-5px); transition: .2s ease; }
.nav-dropdown.open .nav-dropdown-menu { opacity: 1; visibility: visible; transform: none; }
.nav-dropdown-menu a { display: block; padding: 10px 12px; border-radius: 8px; font-size: .88rem; }
.nav-dropdown-menu a:hover { background: #f5f1e5; }
.header-whatsapp { min-height: 44px; display: inline-flex; align-items: center; padding: 8px 15px; border: 1px solid rgba(40,94,67,.36); border-radius: 999px; font-size: .8rem; font-weight: 850; color: var(--forest); transition: .2s ease; }
.header-whatsapp:hover { background: var(--forest); color: #fff; }
.menu-toggle { display: none; width: 44px; height: 44px; border: 0; background: transparent; padding: 9px; cursor: pointer; }
.menu-toggle span { display: block; height: 2px; background: var(--forest-dark); margin: 5px; border-radius: 4px; transition: transform .26s ease, opacity .2s ease; }
.menu-toggle[aria-expanded='true'] span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
.menu-toggle[aria-expanded='true'] span:nth-child(2) { opacity: 0; }
.menu-toggle[aria-expanded='true'] span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }
.language-picker { position: relative; }
.language-toggle { min-height: 44px; display: flex; align-items: center; gap: 6px; border: 1px solid rgba(165,125,40,.34); background: rgba(255,255,255,.28); border-radius: 10px; padding: 5px 10px; cursor: pointer; font-size: .73rem; }
.language-menu { position: absolute; right: 0; top: 50px; width: 180px; background: #fff; border: 1px solid var(--line); border-radius: 12px; padding: 7px; box-shadow: var(--shadow); opacity: 0; visibility: hidden; transform: translateY(-5px); transition: .2s ease; z-index: 10; }
.language-picker.open .language-menu { opacity: 1; visibility: visible; transform: none; }
.language-option { min-height: 42px; width: 100%; display: flex; align-items: center; gap: 8px; padding: 8px 9px; border: 0; background: transparent; border-radius: 8px; cursor: pointer; text-align: left; }
.language-option:hover, .language-option[aria-checked='true'] { background: #f5f1e5; }
.language-option small { margin-left: auto; color: var(--muted); }
.flagset { display: inline-flex; align-items: center; }
.flagset img { width: 20px; height: 12px; object-fit: cover; border-radius: 2px; box-shadow: 0 0 0 1px rgba(0,0,0,.08); }
.language-toggle .flagset img { width: 18px; height: 11px; }

/* ---------- Hero ---------- */
.hero { position: relative; min-height: 66svh; padding: 18px clamp(16px,3vw,38px) 28px; display: grid; place-items: center; background: var(--cream); }
.hero-frame { position: relative; width: min(1040px,86vw); aspect-ratio: 16 / 9; min-height: 0; border-radius: 28px; overflow: hidden; box-shadow: 0 22px 60px rgba(16,54,45,.13); isolation: isolate; background: #173a31; }
.hero-picture, .hero-picture .hero-media { position: absolute; inset: 0; width: 100%; height: 100%; }
.hero-media { object-fit: contain; object-position: center center; }
.hero-shade { position: absolute; inset: 0; background: linear-gradient(90deg,rgba(8,28,33,.65),rgba(12,51,48,.34),rgba(9,43,41,.17)); }
.hero-overlay { position: relative; z-index: 2; min-height: 100%; width: min(760px,84%); margin: auto; padding: 44px 0 72px; display: flex; flex-direction: column; justify-content: center; align-items: center; text-align: center; color: #fff; }
.eyebrow { font-size: .76rem; letter-spacing: .17em; text-transform: uppercase; font-weight: 850; color: var(--forest); }
.eyebrow.light { color: #eef3ef; }
.hero h1 { font: 600 clamp(2.65rem,5vw,4.9rem)/.96 var(--serif); letter-spacing: -.04em; margin: 12px auto 18px; max-width: 10.2ch; text-shadow: 0 3px 20px rgba(0,0,0,.18); text-wrap: balance; }
.hero-overlay > p:not(.eyebrow) { max-width: 640px; margin-left: auto; margin-right: auto; font-size: clamp(1rem,1.8vw,1.2rem); text-shadow: 0 2px 12px rgba(0,0,0,.15); text-wrap: pretty; }
.hero-support-row { margin: 8px 0 12px; }
.hero-support-pill { display: inline-flex; align-items: center; justify-content: center; padding: 8px 14px; border-radius: 999px; border: 1px solid rgba(255,255,255,.26); background: rgba(255,255,255,.12); color: #f1f5f1; font-size: .75rem; font-weight: 730; }
.actions { display: flex; gap: 12px; justify-content: center; flex-wrap: wrap; margin-top: 28px; }
.btn { display: inline-flex; align-items: center; justify-content: center; min-height: 48px; padding: 11px 20px; border-radius: 10px; border: 1px solid transparent; font-weight: 850; font-size: .88rem; cursor: pointer; transition: transform .2s ease, box-shadow .2s ease, background-color .2s ease, border-color .2s ease; }
.btn:hover { transform: translateY(-2px); box-shadow: 0 12px 25px rgba(0,0,0,.14); }
.btn.plum { background: var(--plum); color: #fff; }
.btn.forest { background: var(--forest); color: #fff; }
.btn.cream { background: var(--cream); color: var(--forest-dark); }
.btn.outline-light { border-color: rgba(255,255,255,.78); color: #fff; background: rgba(255,255,255,.04); }
.btn.outline-forest { border-color: rgba(40,94,67,.4); color: var(--forest); background: transparent; }
.hero-scroll-cue { position: absolute; left: 50%; bottom: 16px; transform: translateX(-50%); display: inline-flex; align-items: center; gap: 7px; padding: 10px 15px; border-radius: 999px; border: 1px solid rgba(255,255,255,.25); background: rgba(255,255,255,.13); color: #f4f7f4; font-size: .72rem; letter-spacing: .14em; text-transform: uppercase; font-weight: 900; box-shadow: 0 12px 30px rgba(0,0,0,.14); }
.hero-scroll-cue svg { width: 19px; height: 19px; fill: none; stroke: currentColor; stroke-width: 2; animation: scrollCue 1.9s ease-in-out infinite; }
@keyframes scrollCue { 0%,100% { transform: translateY(0); } 50% { transform: translateY(3px); } }

/* ---------- Shared section rhythm ---------- */
.section { position: relative; padding: 86px max(5%, calc((100vw - 1280px) / 2)); }
.alt { background: var(--cream-2); }
.section-head { max-width: 790px; margin: 0 auto 40px; text-align: center; }
.section-head.left { text-align: left; margin-left: 0; }
.section-head p:last-child { color: var(--muted); font-size: 1.03rem; }
.section h2, .intro-strip h2, .prefooter-cta h2 { font: 600 clamp(2.05rem,4vw,3.45rem)/1.08 var(--serif); letter-spacing: -.025em; margin: 6px 0 14px; }
.section-head .eyebrow, .intro-strip > .eyebrow, .about-copy > .eyebrow, .custom-copy > .eyebrow, .contact-copy > .eyebrow, .review-card .eyebrow { display: inline-flex; align-items: center; gap: 9px; }
.section-head .eyebrow::before, .intro-strip > .eyebrow::before, .about-copy > .eyebrow::before, .custom-copy > .eyebrow::before, .contact-copy > .eyebrow::before, .review-card .eyebrow::before { content: ''; width: 22px; height: 2px; border-radius: 99px; background: var(--gold); opacity: .86; }
.center-action { text-align: center; margin-top: 36px; }
.text-link { color: var(--forest); font-weight: 850; text-decoration: underline; text-underline-offset: 4px; cursor: pointer; }
.link-arrow { display: inline-block; margin-left: 4px; transition: transform .2s ease; }
.card-link:hover .link-arrow, .text-link:hover .link-arrow { transform: translateX(3px); }
.catalog-section[hidden] { display: none; }
.catalog-section { border-top: 1px solid var(--line); }

/* ---------- Intro ---------- */
.intro-strip { position: relative; max-width: 1000px; margin: auto; padding: 58px 5% 62px; text-align: center; }
.intro-strip p:not(.eyebrow) { max-width: 700px; margin: 0 auto; color: var(--muted); font-size: 1.06rem; }

/* ---------- Day trips ---------- */
.tour-grid { display: grid; grid-template-columns: repeat(4,minmax(0,1fr)); gap: 20px; align-items: stretch; }
.home-tour-grid { grid-template-columns: repeat(3,minmax(0,1fr)); max-width: 1120px; margin: auto; }
.tour-card { position: relative; height: 430px; border-radius: 19px; overflow: hidden; background: var(--forest-dark); border: 1px solid rgba(40,94,67,.12); box-shadow: 0 12px 36px rgba(22,55,42,.12); isolation: isolate; transition: transform .3s ease, box-shadow .3s ease; }
.tour-card:hover { transform: translateY(-5px); box-shadow: 0 20px 48px rgba(22,55,42,.16); }
.tour-card img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: center; transition: transform .6s cubic-bezier(.2,.7,.2,1); }
.tour-card:hover img { transform: scale(1.045); }
.tour-card::after { content: ''; position: absolute; inset: 0; z-index: 1; background: linear-gradient(to top,rgba(24,86,61,.99) 0%,rgba(24,86,61,.91) 19%,rgba(24,86,61,.52) 43%,rgba(24,86,61,.13) 68%,rgba(24,86,61,0) 84%); pointer-events: none; }
.tour-card-body { position: absolute; z-index: 2; inset: auto 0 0; padding: 28px 22px 22px; color: #fff; display: flex; flex-direction: column; justify-content: flex-end; min-height: 210px; }
.tour-card h3 { font: 600 1.26rem/1.18 var(--serif); margin: 6px 0 7px; }
.tour-desc { max-height: 0; opacity: 0; overflow: hidden; margin: 0 0 8px; font-size: .9rem; transition: max-height .38s ease, opacity .32s ease; }
.tour-card:hover .tour-desc, .tour-card:focus-within .tour-desc { max-height: 125px; opacity: 1; }
.tour-meta { display: flex; align-items: center; justify-content: space-between; gap: 8px; }
.tour-price { font-weight: 900; color: #f7eaca; }
.popular-badge { align-self: flex-start; background: #f4e5b5; color: #594716; border-radius: 999px; padding: 5px 9px; font-size: .7rem; font-weight: 850; }
.tour-tags { display: flex; gap: 6px; flex-wrap: wrap; margin: 7px 0 2px; }
.tour-tags span { display: inline-flex; align-items: center; min-height: 23px; padding: 3px 8px; border-radius: 999px; background: rgba(255,255,255,.14); border: 1px solid rgba(255,255,255,.28); font-size: .65rem; font-weight: 800; color: #fff; }
.card-link { margin-top: 9px; align-self: flex-start; border: 1px solid rgba(255,255,255,.68); background: transparent; border-radius: 999px; padding: 7px 12px; font-size: .78rem; font-weight: 800; cursor: pointer; }
.swipe-hint { display: none; margin: 10px auto 0; max-width: 1120px; text-align: left; color: var(--forest); font-size: .76rem; font-weight: 850; letter-spacing: .08em; text-transform: uppercase; opacity: .82; transition: opacity .22s ease; }
.swipe-hint::before { content: '↔ '; }
.swipe-hint.is-soft-hidden { opacity: .25; }

/* ---------- Why us ---------- */
.why-section { background: #fff; }
.value-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 20px; }
.value-grid article { padding: 30px; border: 1px solid var(--premium-border); border-radius: 18px; background: #fff; box-shadow: 0 10px 28px rgba(18,59,45,.05); }
.value-grid h3 { font: 600 1.35rem var(--serif); margin: 12px 0 7px; }
.value-grid p { margin: 0; color: var(--muted); }
.line-icon { font: 600 1.6rem var(--serif); color: var(--forest); }

/* ---------- About / founder ---------- */
.about-section { display: grid; grid-template-columns: minmax(0,.78fr) minmax(620px,1.22fr); grid-template-areas: "heading heading" "copy founder" "guides guides"; column-gap: clamp(42px,5vw,76px); row-gap: 34px; align-items: start; background: linear-gradient(180deg,rgba(255,255,255,.50),rgba(244,236,216,.46)); }
.about-heading { grid-area: heading; text-align: center; max-width: 1080px; margin: 0 auto 12px; }
.about-heading .eyebrow { display: inline-flex; align-items: center; gap: 9px; margin-bottom: 12px; }
.about-heading .eyebrow::before { content: ''; width: 24px; height: 2px; border-radius: 99px; background: var(--gold); opacity: .86; }
.about-heading h2 { font: 600 clamp(2.7rem,5vw,4.85rem)/1.02 var(--serif); letter-spacing: -.035em; margin: 0 auto; max-width: 18ch; color: var(--forest-ink); text-wrap: balance; }
.about-copy { grid-area: copy; max-width: 500px; padding-top: 18px; align-self: start; }
.about-copy p { font-size: 1.06rem; color: #455e55; margin-bottom: 18px; text-wrap: pretty; }
.about-copy .location-chip { margin-top: 8px; }
.location-chip { display: inline-flex; align-items: center; gap: 8px; padding: 9px 14px; border: 1px solid rgba(40,94,67,.22); border-radius: 999px; color: var(--forest); font-weight: 750; background: rgba(255,255,255,.38); }
.founder-card { grid-area: founder; width: 100%; min-width: 0; display: grid; grid-template-columns: 220px minmax(0,1fr); grid-template-areas: "head head" "photo copy"; gap: 20px 28px; padding: 32px 34px 30px; border: 1px solid var(--premium-border); border-radius: 26px; background: #fff; box-shadow: 0 24px 58px rgba(18,57,45,.10); }
.founder-card-head { grid-area: head; }
.founder-card-head .eyebrow { margin-bottom: 9px; }
.founder-card-head h3 { font: 600 clamp(2.55rem,3.4vw,3.55rem)/1.02 var(--serif); letter-spacing: -.025em; margin: 0; color: var(--forest-ink); text-wrap: balance; }
.founder-card img { grid-area: photo; width: 220px; height: 260px; object-fit: cover; object-position: center 31%; border-radius: 17px; }
.founder-card-copy { grid-area: copy; align-self: center; max-width: 430px; }
.founder-card-copy p:first-child { font-size: 1.02rem; line-height: 1.72; color: #385247; margin: 0; text-wrap: pretty; }
.founder-meta { margin-top: 18px !important; font-size: .92rem !important; line-height: 1.55 !important; color: var(--forest) !important; font-weight: 850; }
.guides-note { grid-area: guides; margin-top: 6px; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); padding: 24px 0; display: flex; align-items: center; justify-content: space-between; gap: 25px; }
.guides-note h3 { font: 600 1.35rem var(--serif); margin-bottom: 5px; }
.guides-note p { margin: 0; color: var(--muted); max-width: 860px; }

/* ---------- Expeditions ---------- */
.expedition-grid { display: grid; grid-template-columns: repeat(4,minmax(0,1fr)); gap: 20px; }
.expedition-grid.full { grid-template-columns: repeat(3,minmax(0,1fr)); }
.exp-card { background: #fff; border: 1px solid var(--premium-border); border-radius: 18px; overflow: hidden; box-shadow: 0 12px 34px rgba(22,55,42,.08); display: flex; flex-direction: column; min-height: 100%; transition: transform .3s ease, box-shadow .3s ease; }
.exp-card:hover { transform: translateY(-5px); box-shadow: 0 20px 48px rgba(22,55,42,.15); }
.exp-card-image { height: 210px; background: linear-gradient(135deg,#537d68,#1d4c39); overflow: hidden; }
.exp-card-image img { width: 100%; height: 100%; object-fit: cover; transition: transform .6s ease; }
.exp-card:hover .exp-card-image img { transform: scale(1.045); }
.exp-card-body { padding: 22px; display: flex; flex-direction: column; flex: 1; }
.exp-card-kicker { display: flex; justify-content: space-between; gap: 10px; color: var(--gold); font-size: .72rem; font-weight: 850; text-transform: uppercase; letter-spacing: .08em; }
.exp-card h3 { font: 600 1.35rem/1.18 var(--serif); margin: 9px 0; }
.exp-subtitle { color: var(--forest); font-size: .82rem; font-weight: 750; }
.exp-card p { color: var(--muted); font-size: .9rem; }
.route-preview { font-size: .8rem; color: #435b52; margin-top: auto; border-top: 1px solid var(--line); padding-top: 12px; }
.exp-card .text-link { margin-top: 12px; display: inline-block; }

/* ---------- Special experiences ---------- */
.special-grid { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 20px; }
.special-card { position: relative; min-height: 420px; overflow: hidden; border-radius: 19px; background: var(--forest-dark); box-shadow: 0 14px 38px rgba(22,55,42,.12); transition: transform .3s ease, box-shadow .3s ease; }
.special-card:hover { transform: translateY(-5px); box-shadow: 0 20px 48px rgba(22,55,42,.16); }
.special-card > img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; transition: transform .6s ease; }
.special-card:hover > img { transform: scale(1.045); }
.special-card::after { content: ''; position: absolute; inset: 0; background: linear-gradient(to top,rgba(13,63,48,.98),rgba(15,70,55,.60) 52%,rgba(15,70,55,.08)); }
.special-card-body { position: relative; z-index: 2; min-height: 420px; padding: 28px 24px; display: flex; flex-direction: column; justify-content: flex-end; color: #fff; }
.special-card h3 { font: 600 1.55rem var(--serif); margin-bottom: 8px; }
.special-card p { margin-bottom: 8px; }
.special-contact { font-weight: 750; margin: 10px 0 8px; color: #f3ead2; }
.special-links { display: flex; gap: 10px; flex-wrap: wrap; }
.special-links .card-link { margin-top: 0; }
.safety-note { max-width: 960px; margin: -8px auto 34px; display: grid; grid-template-columns: 42px 1fr; gap: 16px; padding: 20px 22px; border: 1px solid rgba(40,94,67,.18); border-radius: 16px; background: rgba(255,255,255,.52); }
.safety-note h3 { font: 600 1.18rem var(--serif); margin: 0 0 5px; color: var(--forest-dark); }
.safety-note p { margin: 0; color: #4c6259; font-size: .94rem; }
.safety-icon { width: 36px; height: 36px; border: 1px solid rgba(40,94,67,.35); border-radius: 50%; display: grid; place-items: center; color: var(--forest); font-family: var(--serif); font-weight: 700; }
.safety-links { display: flex; gap: 14px; margin-top: 10px; }
.safety-links a { color: var(--forest); font-weight: 800; text-decoration: underline; text-underline-offset: 3px; }

/* ---------- Custom journey / reviews ---------- */
.custom-section { text-align: left; background: var(--forest-dark); color: #f5f0df; }
.custom-grid { max-width: 1100px; margin: auto; display: grid; grid-template-columns: 1.05fr .95fr; gap: 45px; align-items: center; }
.custom-copy { max-width: 650px; }
.custom-copy .eyebrow { color: #dfd1a4; }
.custom-copy p:not(.eyebrow) { color: #d5e1d9; }
.custom-image { width: 100%; height: 380px; object-fit: cover; border-radius: 20px; border: 1px solid rgba(255,255,255,.18); box-shadow: 0 24px 60px rgba(0,0,0,.22); }
.reviews-section { background: #fff; }
.review-card { max-width: 1060px; margin: auto; padding: 30px; border: 1px solid var(--premium-border); border-radius: 20px; background: linear-gradient(135deg,#fff,rgba(244,236,216,.42)); box-shadow: var(--premium-shadow); display: flex; align-items: center; justify-content: space-between; gap: 28px; }
.review-card p { margin-bottom: 0; color: var(--muted); }

/* ---------- FAQ ---------- */
.faq-section { background: var(--cream-2); }
.faq-list { max-width: 920px; margin: auto; display: grid; gap: 12px; }
.faq-list details { border: 1px solid rgba(40,94,67,.11); border-radius: 14px; padding: 0 18px; background: rgba(255,255,255,.78); box-shadow: 0 6px 22px rgba(18,59,45,.04); transition: background-color .25s ease; }
.faq-list details[open] { background: #fff; }
.faq-list summary { position: relative; padding: 18px 30px 18px 0; cursor: pointer; list-style: none; font-weight: 850; }
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary::after { content: '+'; position: absolute; right: 0; color: var(--forest); font-size: 1.3rem; }
.faq-list details[open] summary::after { content: '–'; }
.faq-list p { color: var(--muted); max-width: 780px; }

/* ---------- Contact ---------- */
.contact-section { display: grid; grid-template-columns: minmax(0,.9fr) minmax(0,1.1fr); gap: clamp(34px,4.2vw,58px); align-items: center; background: var(--cream); overflow: hidden; }
.contact-copy { max-width: 520px; }
.contact-copy h2 { max-width: 11ch; }
.contact-details { display: grid; gap: 8px; margin-top: 22px; }
.contact-details a { color: var(--forest); font-weight: 750; }
.soon-link { display: inline-flex; gap: 7px; align-items: baseline; }
.soon-link small { font-size: .65rem; letter-spacing: .05em; text-transform: uppercase; opacity: .6; }
.contact-form { position: relative; z-index: 1; display: grid; gap: 15px; background: rgba(255,255,255,.94); padding: clamp(24px,2.7vw,32px); border: 1px solid var(--premium-border); border-radius: 22px; box-shadow: 0 24px 60px rgba(15,58,45,.08); }
.contact-form label { font-weight: 800; font-size: .86rem; }
.contact-form label span { display: block; margin-bottom: 7px; }
.contact-form input, .contact-form textarea { display: block; width: 100%; padding: 12px 13px; border: 1px solid #d7dfda; border-radius: 10px; background: #fff; outline: none; }
.contact-form input:focus, .contact-form textarea:focus { border-color: var(--forest); box-shadow: 0 0 0 3px rgba(40,94,67,.1); }
.contact-form textarea { min-height: 132px; resize: vertical; }
.form-actions { display: flex; gap: 10px; flex-wrap: wrap; }

/* ---------- CTA / footer ---------- */
.prefooter-cta { position: relative; padding: 68px 5%; background: var(--forest); color: #f5f0df; text-align: center; }
.prefooter-cta > div { max-width: 820px; margin: auto; }
.prefooter-cta p { color: #d7e4dc; }
.site-footer { padding: 56px max(5%,calc((100vw - 1280px)/2)) 28px; background: var(--forest); color: #e3ede6; border-top: 1px solid rgba(255,255,255,.08); }
.footer-grid { max-width: 1240px; margin: 0 auto; display: grid; grid-template-columns: repeat(4,minmax(0,1fr)); gap: 30px 38px; align-items: start; }
.footer-grid > div { min-width: 0; }
.footer-brand { grid-column: 1 / -1; width: 100%; max-width: 640px; margin: 0 auto 10px; display: flex; flex-direction: column; align-items: center; text-align: center; }
.footer-branding { display: flex; flex-direction: column; align-items: center; gap: 9px; width: min(250px,100%); margin: 0 auto 14px; }
.footer-emblem { width: 82px; height: 82px; object-fit: contain; margin: 0 auto; }
.footer-wordmark { width: min(230px,100%); height: auto; object-fit: contain; margin: 0 auto; }
.footer-brand > p { max-width: 590px; margin: 0 auto 15px; color: #d2dfd7; }
.site-footer h3 { font: 600 .88rem var(--serif); text-transform: uppercase; letter-spacing: .08em; color: #dfd1a4; margin: 0 0 12px; }
.site-footer a, .site-footer .soon-link { display: block; margin: 8px 0; color: #d8e7dd; font-size: .88rem; }
.location-text { color: #d8e7dd; }
.social-icons { display: flex; gap: 10px; justify-content: center; align-items: center; flex-wrap: wrap; }
.social-icons .brand-icon { display: grid; width: 38px; height: 38px; place-items: center; border: 1px solid rgba(255,255,255,.22); border-radius: 50%; color: #e6eee8; transition: .2s ease; }
.social-icons a.brand-icon:hover { border-color: #dfd1a4; color: #dfd1a4; transform: translateY(-2px); }
.brand-icon svg { width: 20px; height: 20px; fill: none; stroke: currentColor; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }
.brand-icon:nth-child(2) svg path, .brand-icon:nth-child(4) svg path { fill: currentColor; stroke: none; }
.brand-icon .play-fill { fill: currentColor; stroke: none; }
.brand-icon.disabled { opacity: .46; cursor: default; }
.footer-bottom { max-width: 1240px; margin: 36px auto 0; padding-top: 18px; border-top: 1px solid rgba(255,255,255,.15); text-align: center; font-size: .76rem; color: #a9bdb2; }

/* ---------- Floating WhatsApp ---------- */
.floating-wa { position: fixed; right: max(18px,env(safe-area-inset-right)); bottom: max(18px,env(safe-area-inset-bottom)); z-index: 800; width: 54px; height: 54px; display: grid; place-items: center; border-radius: 50%; background: #25D366; color: #fff; font-size: 0; box-shadow: 0 12px 30px rgba(18,91,56,.28); transition: transform .22s ease, box-shadow .22s ease; }
.floating-wa svg { width: 31px; height: 31px; display: block; }
.floating-wa .wa-bubble { fill: #fff; }
.floating-wa .wa-phone { fill: #25D366; }
.floating-wa:hover { transform: translateY(-2px) scale(1.035); box-shadow: 0 16px 34px rgba(18,91,56,.34); }

/* ---------- Dialogs ---------- */
.site-dialog { width: min(980px,94vw); max-height: 92vh; padding: 0; border: 0; border-radius: 22px; background: #fff; color: var(--ink); box-shadow: 0 28px 80px rgba(0,0,0,.35); overflow-x: hidden; overflow-y: auto; }
.site-dialog::backdrop { background: rgba(9,27,22,.68); backdrop-filter: blur(3px); }
.dialog-shell { position: relative; }
.dialog-close { position: absolute; top: 14px; right: 14px; z-index: 8; width: 42px; height: 42px; border: 0; border-radius: 50%; background: rgba(255,255,255,.94); box-shadow: 0 7px 22px rgba(0,0,0,.18); font-size: 1.55rem; line-height: 1; cursor: pointer; }
.dialog-hero { position: relative; min-height: clamp(300px,42vw,390px); display: flex; align-items: flex-end; background: var(--forest-dark); overflow: hidden; }
.dialog-hero > img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: center 38%; transform: scale(1.015); }
.dialog-hero-shade { position: absolute; inset: 0; background: linear-gradient(to top,rgba(14,57,42,.94),rgba(14,57,42,.15) 72%); }
.dialog-hero-copy { position: relative; z-index: 2; color: #fff; padding: 52px 48px 38px; width: 100%; }
.dialog-hero-copy h2 { font: 600 clamp(2.2rem,4.8vw,4.4rem)/1 var(--serif); letter-spacing: -.035em; margin: 7px 0 12px; max-width: 820px; }
.dialog-price { font: 600 1.65rem var(--serif); color: #f3dfaa; }
.dialog-body { padding: 40px 48px 48px; }
.dialog-lead { font-size: 1.1rem; color: #445c53; }
.dialog-facts { display: grid; grid-template-columns: repeat(3,1fr); gap: 14px; margin: 28px 0; }
.dialog-facts article { padding: 20px; border-radius: 14px; background: var(--cream); }
.dialog-facts h3 { font: 600 1rem var(--serif); margin-bottom: 7px; }
.dialog-facts p { margin: 0; color: #52675f; font-size: .9rem; }
.dialog-important { border-left: 3px solid var(--gold); background: #f7f1df; padding: 16px 18px; margin: 22px 0; }
.dialog-important p { margin: 4px 0 0; color: #53675e; }
.exp-meta { display: flex; gap: 12px; flex-wrap: wrap; font-weight: 800; }
.exp-meta span { padding: 6px 10px; border: 1px solid rgba(255,255,255,.4); border-radius: 999px; }
.exp-itinerary-note { display: grid; grid-template-columns: 38px 1fr; gap: 13px; align-items: start; margin: 24px 0 26px; padding: 18px 20px; border: 1px solid rgba(40,94,67,.16); border-radius: 14px; background: linear-gradient(135deg,rgba(244,236,216,.66),rgba(255,255,255,.72)); }
.exp-note-icon { display: grid; place-items: center; width: 32px; height: 32px; border-radius: 50%; border: 1px solid rgba(40,94,67,.24); color: var(--forest); }
.route-heading { margin-top: 28px; }
.route-list { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 8px 25px; padding-left: 22px; }
.route-list li { padding: 8px 0; border-bottom: 1px solid var(--line); }
.legal-body { max-width: 720px; }
.legal-body p { color: #4b6259; }
.legal-contact-note { margin-top: 28px; padding-top: 22px; border-top: 1px solid var(--line); }
.legal-contact-note p { font-weight: 700; color: var(--forest-dark); }
.legal-contact-actions { display: flex; gap: 10px; flex-wrap: wrap; margin-top: 14px; }

/* ---------- Motion ---------- */
.hero-overlay .eyebrow, .hero-overlay h1, .hero-overlay > p:not(.eyebrow), .hero-overlay .actions, .hero-support-row { opacity: 0; transform: translateY(12px); animation: heroReveal .62s cubic-bezier(.2,.7,.2,1) forwards; }
.hero-support-row { animation-delay: .05s; }
.hero-overlay h1 { animation-delay: .12s; }
.hero-overlay > p:not(.eyebrow) { animation-delay: .20s; }
.hero-overlay .actions { animation-delay: .29s; }
@keyframes heroReveal { to { opacity: 1; transform: none; } }
.motion-ready .reveal-item { opacity: 0; transform: translateY(18px); transition: opacity .58s cubic-bezier(.2,.7,.2,1) var(--reveal-delay,0ms), transform .58s cubic-bezier(.2,.7,.2,1) var(--reveal-delay,0ms); }
.motion-ready .reveal-item.is-visible { opacity: 1; transform: none; }
.faq-list details p { animation: faqReveal .26s ease both; }
@keyframes faqReveal { from { opacity: 0; transform: translateY(-5px); } to { opacity: 1; transform: none; } }

/* ---------- Responsive ---------- */
@media (max-width: 1100px) {
  .tour-grid { grid-template-columns: repeat(3,minmax(0,1fr)); }
  .expedition-grid { grid-template-columns: repeat(3,minmax(0,1fr)); }
}

/* About switches before its bilingual copy/founder card becomes cramped. */
@media (max-width: 1080px) {
  .about-section { grid-template-columns: 1fr; grid-template-areas: "heading" "copy" "founder" "guides"; row-gap: 28px; }
  .about-heading { margin-bottom: 2px; }
  .about-heading h2 { font-size: clamp(2.55rem,7vw,4.4rem); max-width: 16ch; }
  .about-copy { max-width: 760px; padding-top: 0; }
  .founder-card { width: min(820px,100%); justify-self: center; grid-template-columns: 210px minmax(0,1fr); }
  .founder-card img { width: 210px; height: 250px; }
}

@media (max-width: 980px) {
  html { scroll-padding-top: 68px; }
  .site-header { min-height: 64px; padding: 8px 4%; gap: 8px; }
  .brand-emblem { width: 44px; height: 44px; flex-basis: 44px; }
  .brand-wordmark { width: 148px; max-height: 42px; }
  .menu-toggle { display: block; margin-left: auto; }
  .nav { display: none; position: absolute; top: 64px; left: 0; right: 0; background: var(--cream); padding: 14px 5% 22px; flex-direction: column; align-items: stretch; border-bottom: 1px solid var(--line); box-shadow: var(--shadow); max-height: calc(100vh - 64px); overflow: auto; }
  .nav.open { display: flex; }
  .nav > a, .nav-dropdown-toggle { width: 100%; text-align: left; justify-content: space-between; padding: 10px 0; }
  .nav-dropdown-menu { position: static; width: 100%; display: none; opacity: 1; visibility: visible; transform: none; box-shadow: none; background: rgba(255,255,255,.38); }
  .nav-dropdown.open .nav-dropdown-menu { display: block; }
  .header-whatsapp { display: none; }
  .language-menu { position: fixed; right: 12px; top: 62px; }
  .hero { min-height: 64svh; padding: 16px 4% 22px; }
  .hero-frame { width: min(900px,90vw); aspect-ratio: 16 / 9; min-height: 0; border-radius: 25px; }
  .hero-overlay { min-height: 100%; width: min(700px,88%); padding: 36px 0 66px; }
  .hero h1 { font-size: clamp(2.6rem,7vw,4.6rem); }
  .home-tour-grid, .tour-grid { grid-template-columns: repeat(2,minmax(0,1fr)); }
  .tour-card { height: 440px; }
  .tour-desc { max-height: 130px; opacity: 1; }
  .value-grid { grid-template-columns: 1fr; }
  .expedition-grid, .expedition-grid.full { grid-template-columns: repeat(2,minmax(0,1fr)); }
  .special-grid { grid-template-columns: repeat(2,minmax(0,1fr)); }
  .special-card:last-child { grid-column: 1 / -1; width: min(540px,100%); justify-self: center; }
  .custom-grid { grid-template-columns: 1fr; }
  .custom-image { height: 300px; }
  .review-card { align-items: flex-start; flex-direction: column; }
  .contact-section { grid-template-columns: 1fr; }
  .contact-copy h2 { max-width: none; }
  .footer-grid { grid-template-columns: repeat(2,minmax(0,1fr)); }
  .dialog-facts { grid-template-columns: 1fr; }
  .dialog-hero-copy, .dialog-body { padding-left: 28px; padding-right: 28px; }
}

@media (max-width: 700px) {
  .hero { min-height: 58svh; padding: 12px 14px 22px; }
  .hero-frame { width: min(100%,480px); aspect-ratio: 900 / 1211; min-height: 0; border-radius: 22px; }
  .hero-media { object-position: center center; }
  .hero-overlay { min-height: 100%; width: 88%; padding: 34px 0 66px; }
  .hero h1 { font-size: clamp(2.25rem,9vw,3.8rem); max-width: none; }
  .hero-overlay > p:not(.eyebrow) { font-size: 1rem; }
  .hero-scroll-cue { bottom: 12px; padding: 9px 13px; font-size: .67rem; }
  .section { padding: 68px 5%; }
  .intro-strip { padding-left: 5%; padding-right: 5%; }
  #homeDayTrips.home-tour-grid, #homeExpeditions.expedition-grid, #homeExperiences.special-grid { display: grid; grid-auto-flow: column; grid-auto-columns: min(82vw,318px); grid-template-columns: none !important; gap: 14px; overflow-x: auto; overscroll-behavior-inline: contain; scroll-snap-type: x mandatory; padding: 4px 15vw 18px 1px; margin-right: -8vw; scrollbar-width: none; -webkit-overflow-scrolling: touch; }
  #homeDayTrips::-webkit-scrollbar, #homeExpeditions::-webkit-scrollbar, #homeExperiences::-webkit-scrollbar { display: none; }
  #homeDayTrips > *, #homeExpeditions > *, #homeExperiences > * { scroll-snap-align: start; }
  .swipe-hint { display: block; padding-right: 8vw; }
  .tour-card { height: 465px; }
  .special-card, .special-card-body { min-height: 410px; }
  .special-card:last-child { grid-column: auto; width: auto; }
  .founder-card { grid-template-columns: 150px minmax(0,1fr); gap: 16px 18px; padding: 22px; }
  .founder-card img { width: 150px; height: 190px; }
  .founder-card-head h3 { font-size: clamp(2.15rem,7vw,2.85rem); }
  .founder-card-copy p:first-child { font-size: .96rem; line-height: 1.62; }
  .guides-note { flex-direction: column; align-items: flex-start; }
  .footer-grid { gap: 24px 28px; }
  .footer-bottom { font-size: .7rem; }
  .route-list { grid-template-columns: 1fr; }
}

@media (max-width: 560px) {
  .brand-wordmark { width: 138px; }
  .hero-frame { min-height: 0; }
  .hero-overlay { min-height: 100%; width: 90%; padding: 30px 0 62px; }
  .hero-support-pill { font-size: .68rem; padding: 6px 10px; }
  .hero h1 { font-size: clamp(2.2rem,11vw,3.45rem); margin-bottom: 14px; }
  .actions { flex-direction: column; width: 100%; margin-top: 21px; }
  .actions .btn { width: 100%; }
  .hero-scroll-cue { bottom: 13px; }
  .section { padding: 62px 5%; }
  .home-tour-grid, .tour-grid { grid-template-columns: 1fr; }
  .about-heading { max-width: 100%; }
  .about-heading h2 { font-size: clamp(2.15rem,10vw,3.25rem); max-width: 13ch; }
  .founder-card { grid-template-columns: 1fr; grid-template-areas: "head" "photo" "copy"; padding: 18px; border-radius: 20px; }
  .founder-card img { width: 100%; height: auto; aspect-ratio: 16/10; object-position: center 34%; }
  .founder-card-copy { max-width: none; }
  .founder-card-head h3 { font-size: clamp(2rem,9vw,2.6rem); }
  .expedition-grid, .expedition-grid.full { grid-template-columns: 1fr; }
  .contact-form { padding: 20px; }
  .form-actions { flex-direction: column; }
  .form-actions .btn { width: 100%; }
  .footer-grid { grid-template-columns: 1fr; gap: 20px; }
  .site-dialog { width: 96vw; border-radius: 16px; }
  .dialog-hero { min-height: 300px; }
  .dialog-hero-copy { padding: 48px 20px 26px; }
  .dialog-body { padding: 26px 20px 32px; }
  .safety-note { grid-template-columns: 1fr; padding: 18px; }
}

@media (max-width: 370px) {
  .brand-wordmark { display: none; }
  #homeDayTrips.home-tour-grid, #homeExpeditions.expedition-grid, #homeExperiences.special-grid { grid-auto-columns: 84vw; padding-right: 18vw; }
}

/* German and Polish headings can be substantially longer. */
html[lang="de"] .about-heading h2, html[lang="pl"] .about-heading h2,
html[lang="de"] .founder-card-head h3, html[lang="pl"] .founder-card-head h3,
html[lang="de"] .section-head h2, html[lang="pl"] .section-head h2 { hyphens: auto; overflow-wrap: anywhere; text-wrap: balance; }


@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
  .motion-ready .reveal-item { opacity: 1; transform: none; }
}

/* ---------- Static legal fallbacks ---------- */
.legal-page { min-height: 100vh; padding: clamp(28px,6vw,72px) 5%; background: var(--cream); }
.legal-page-shell { width: min(820px,100%); margin: 0 auto; }
.legal-page-brand { display: inline-flex; align-items: center; gap: 10px; margin-bottom: 34px; }
.legal-page-brand img:first-child { width: 46px; height: 46px; object-fit: contain; }
.legal-page-brand img:last-child { width: 168px; height: auto; }
.legal-page-card { padding: clamp(24px,4vw,46px); background: #fff; border: 1px solid var(--premium-border); border-radius: 22px; box-shadow: var(--premium-shadow); }
.legal-page-card h1 { font: 600 clamp(2.2rem,5vw,3.8rem)/1.04 var(--serif); color: var(--forest-ink); text-wrap: balance; }
.legal-page-card p { color: #455e55; }
.legal-page-actions { margin-top: 26px; display: flex; gap: 10px; flex-wrap: wrap; }


/* ---------- V23 accessibility / mobile polish ---------- */
.cta-trust-link { display: inline-block; margin-top: 14px; color: #e7efe9; font-weight: 750; font-size: .9rem; text-decoration: underline; text-decoration-color: rgba(231,239,233,.46); text-underline-offset: 4px; }
.cta-trust-link:hover { color: #fff; text-decoration-color: currentColor; }

/* German/Polish and large phones get the safer vertical founder layout earlier. */
@media (max-width: 640px) {
  .founder-card { grid-template-columns: 1fr; grid-template-areas: "head" "photo" "copy"; padding: 18px; border-radius: 20px; }
  .founder-card img { width: 100%; height: auto; aspect-ratio: 16/10; object-position: center 34%; }
  .founder-card-copy { max-width: none; }
  .founder-card-head h3 { font-size: clamp(2rem,9vw,2.6rem); }
}

/* Keep the footer concise on phones without accordion controls. */
@media (max-width: 560px) {
  .footer-grid { grid-template-columns: repeat(2,minmax(0,1fr)); gap: 22px 20px; }
  .footer-brand { grid-column: 1 / -1; }
  .footer-explore { grid-column: 1; }
  .footer-company { grid-column: 2; }
  .footer-legal { grid-column: 1; }
  .footer-location { grid-column: 2; }
}
@media (max-width: 340px) {
  .footer-grid { grid-template-columns: 1fr; }
  .footer-brand,.footer-explore,.footer-company,.footer-legal,.footer-location { grid-column: 1; }
}

/* V24: allow the expanded language list to scroll on small screens */
.language-menu{max-height:min(72vh,520px);overflow-y:auto;overscroll-behavior:contain}

/* V25: expanded language menu + long-language safety */
.language-menu{max-height:min(72vh,560px);overflow-y:auto;overscroll-behavior:contain}
html[lang="ko"] .hero h1{letter-spacing:-.025em;line-height:1.04}
html[lang="ko"] .section h2,html[lang="ko"] .intro-strip h2{line-height:1.16}
@media(max-width:980px){.language-menu{max-height:calc(100vh - 82px)}}
@media(max-width:700px){.hero{min-height:auto;padding-top:14px}.hero-frame{max-width:480px}.hero h1{font-size:clamp(2.2rem,9.5vw,3.5rem)}.hero-overlay>p:not(.eyebrow){font-size:.96rem}}

/* V25 hero frame uses the source aspect ratio at every breakpoint; no cropping. */
.hero{min-height:auto}
