/*
Theme Name: Test It & Feel It Adventures & Safaris
Theme URI: https://testandfeelandventures.com/
Author: Test It & Feel It Adventures & Safaris Ltd
Description: Bold, image-led safari theme for Test It & Feel It Adventures & Safaris Ltd. Works with the TIF Safari Core plugin (safaris, destinations, experiences, resources, Safari Moments, filtering and enquiries).
Version: 2.0.0
Requires at least: 6.4
Requires PHP: 7.4
Text Domain: tif-safaris
*/

/* ---------------------------------------------------------------- tokens */
:root {
  --green-950: #111b0c;
  --green-900: #18250f;
  --green-800: #213217;
  --green-700: #2f4a1c;
  --green-600: #4a6b2a;
  --green-100: #e9efdf;
  --gold: #f0ad2c;
  --gold-600: #d9951a;
  --gold-100: #fdf2da;
  --accent: #e2572b;
  --accent-600: #c94519;
  --cream: #fbf8f1;
  --sand: #f6f2e9;
  --ink: #16200f;
  --text: #5d645a;
  --muted: #8a9086;
  --line: #e7e2d6;
  --white: #fff;
  --shadow: 0 20px 50px rgba(17, 27, 12, .12);
  --shadow-sm: 0 8px 24px rgba(17, 27, 12, .08);
  --radius: 4px;
  --container: 1200px;
  --header-h: 104px;
  --font: "Rubik", system-ui, -apple-system, "Segoe UI", Arial, sans-serif;
}

/* ---------------------------------------------------------------- base */
*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; -webkit-text-size-adjust: 100%; }
body { margin: 0; font-family: var(--font); font-size: 16px; line-height: 1.75; color: var(--text); background: var(--white); overflow-x: hidden; }
img { max-width: 100%; height: auto; display: block; }
a { color: var(--accent); text-decoration: none; transition: color .2s; }
a:hover { color: var(--accent-600); }
h1, h2, h3, h4, h5 { font-family: var(--font); color: var(--ink); line-height: 1.12; margin: 0 0 .6em; font-weight: 800; }
h1 { font-size: clamp(2.4rem, 5vw, 4.2rem); font-weight: 900; text-transform: uppercase; letter-spacing: -.01em; }
h2 { font-size: clamp(1.9rem, 3.4vw, 3rem); font-weight: 900; text-transform: uppercase; letter-spacing: -.01em; }
h3 { font-size: 1.35rem; }
p { margin: 0 0 1.2em; }
ul, ol { padding-left: 1.2em; }
button, input, select, textarea { font: inherit; }
:focus-visible { outline: 3px solid var(--gold); outline-offset: 3px; }
.screen-reader-text { position: absolute !important; width: 1px; height: 1px; overflow: hidden; clip: rect(1px, 1px, 1px, 1px); white-space: nowrap; }
.skip-link { position: absolute; left: -9999px; top: 8px; z-index: 1000; background: var(--gold); color: var(--ink); padding: 12px 18px; font-weight: 700; }
.skip-link:focus { left: 8px; }
.container { width: min(var(--container), calc(100% - 32px)); margin-inline: auto; }
.section { padding: 110px 0; }
.section-sm { padding: 70px 0; }
.bg-sand { background: var(--sand); }
.bg-cream { background: var(--cream); }
.bg-dark { background: var(--green-900); color: #b9c4b0; }
.bg-dark h2, .bg-dark h3 { color: #fff; }
.text-center { text-align: center; }

/* section titles with the short gold rule */
.sec-title { margin-bottom: 50px; }
.sec-title::before { content: ""; display: block; width: 50px; height: 2px; background: var(--gold); margin-bottom: 18px; }
.sec-title.text-center::before { margin-inline: auto; }
.sec-title h2 { margin: 0; }
.sec-title p { margin: 18px 0 0; max-width: 640px; }
.sec-title.text-center p { margin-inline: auto; }
.sec-row { display: flex; justify-content: space-between; align-items: end; gap: 30px; flex-wrap: wrap; margin-bottom: 50px; }
.sec-row .sec-title { margin-bottom: 0; }
.eyebrow { display: inline-block; color: var(--gold); font-weight: 500; font-size: 1.35rem; margin-bottom: 14px; }
.tagline { color: var(--accent); font-weight: 700; font-size: 1.25rem; margin-bottom: 22px; }

/* buttons */
.btn { display: inline-flex; align-items: center; justify-content: center; gap: 10px; min-height: 56px; padding: 0 38px; border: 0; border-radius: 0; background: var(--accent); color: #fff; font-weight: 700; font-size: 13px; letter-spacing: .18em; text-transform: uppercase; cursor: pointer; transition: background .25s, color .25s, transform .25s; text-align: center; }
.btn:hover { background: var(--green-800); color: #fff; }
.btn-gold { background: var(--gold); color: var(--ink); }
.btn-gold:hover { background: var(--green-800); color: #fff; }
.btn-dark { background: var(--green-900); }
.btn-dark:hover { background: var(--accent); }
.btn-outline { background: transparent; color: var(--ink); box-shadow: inset 0 0 0 2px var(--line); }
.btn-outline:hover { background: var(--ink); color: #fff; box-shadow: none; }
.btn-whatsapp { background: #1f9d55; }
.btn-whatsapp:hover { background: #157a41; }
.btn-sm { min-height: 44px; padding: 0 22px; font-size: 12px; }
.btn-block { width: 100%; }
.link-more { display: inline-flex; align-items: center; gap: 8px; font-weight: 700; text-transform: uppercase; letter-spacing: .12em; font-size: 12px; color: var(--ink); }
.link-more svg { width: 16px; height: 16px; color: var(--gold); transition: transform .2s; }
.link-more:hover svg { transform: translateX(4px); }
.icon { width: 1em; height: 1em; flex: none; }

/* ---------------------------------------------------------------- top bar */
.topbar { background: var(--green-900); color: #c3ccbb; font-size: 15px; }
.topbar-inner { display: flex; justify-content: space-between; align-items: center; min-height: 56px; gap: 20px; }
.topbar-info, .topbar-right, .topbar-menu, .social { display: flex; align-items: center; gap: 28px; list-style: none; margin: 0; padding: 0; }
.topbar-info a, .topbar-info span { color: #c3ccbb; display: inline-flex; align-items: center; gap: 10px; }
.topbar-info svg { color: var(--gold); width: 18px; height: 18px; }
.topbar a:hover { color: #fff; }
.social { gap: 20px; }
.social a { color: #c3ccbb; display: inline-flex; }
.social svg { width: 18px; height: 18px; }
.topbar-menu { gap: 0; }
.topbar-menu li + li::before { content: "/"; margin: 0 14px; color: #6d7a63; }
.topbar-menu a { color: #c3ccbb; }

/* ---------------------------------------------------------------- header */
.site-header { position: sticky; top: 0; z-index: 90; background: #fff; box-shadow: 0 1px 0 var(--line); transition: box-shadow .3s; }
.site-header.is-stuck { box-shadow: var(--shadow-sm); }
.header-inner { display: flex; align-items: stretch; min-height: var(--header-h); }
.header-wrap { flex: 1; display: flex; align-items: center; gap: 30px; padding-left: max(16px, calc((100vw - 1440px) / 2 + 16px)); padding-right: 30px; }
.brand { display: flex; align-items: center; gap: 12px; color: var(--ink); flex: none; }
.brand:hover { color: var(--ink); }
.brand img, .brand svg { width: 76px; height: 76px; object-fit: contain; }
.brand-text { display: flex; flex-direction: column; line-height: 1.05; }
.brand-text strong { font-size: 1.35rem; font-weight: 900; letter-spacing: -.01em; }
.brand-text small { font-size: .72rem; letter-spacing: .14em; text-transform: uppercase; color: var(--green-600); font-weight: 600; margin-top: 4px; }

.primary-nav { margin-inline: auto; }
.primary-nav > ul { list-style: none; margin: 0; padding: 0; display: flex; align-items: center; gap: 26px; }
.primary-nav li { position: relative; }
.primary-nav > ul > li > a { display: flex; align-items: center; min-height: var(--header-h); color: var(--text); font-size: 16.5px; font-weight: 500; }
.primary-nav > ul > li > a:hover, .primary-nav > ul > li.current-menu-item > a, .primary-nav > ul > li.current-menu-ancestor > a, .primary-nav > ul > li.current-page-ancestor > a { color: var(--ink); }
.primary-nav > ul > li.current-menu-item > a, .primary-nav > ul > li.current-menu-ancestor > a { box-shadow: inset 0 -3px 0 var(--gold); }
.sub-toggle { display: none; }
/* Dropdowns open on click only (JS toggles .is-open); light beige panel, darker beige highlight. */
.primary-nav { --menu-beige: #f7f0e3; --menu-beige-dark: #e9dcc3; }
.primary-nav > ul > li.menu-item-has-children > a::after { content: ""; width: 7px; height: 7px; margin-left: 8px; border-right: 2px solid currentColor; border-bottom: 2px solid currentColor; transform: translateY(-3px) rotate(45deg); transition: transform .2s; }
.primary-nav > ul > li.is-open > a::after { transform: translateY(1px) rotate(-135deg); }
.primary-nav > ul > li.is-open > a { color: var(--ink); }
.primary-nav .sub-menu { list-style: none; margin: 0; padding: 12px 0; position: absolute; top: 100%; left: -24px; min-width: 260px; background: var(--menu-beige); box-shadow: var(--shadow); border-top: 3px solid var(--gold); opacity: 0; visibility: hidden; transform: translateY(10px); transition: opacity .2s, transform .2s, visibility .2s; z-index: 50; }
.primary-nav li.is-open > .sub-menu { opacity: 1; visibility: visible; transform: none; }
.primary-nav .sub-menu a { display: block; padding: 9px 24px; color: var(--ink); font-size: 15px; }
.primary-nav .sub-menu a:hover, .primary-nav .sub-menu a:focus-visible, .primary-nav .sub-menu .current-menu-item > a { background: var(--menu-beige-dark); color: var(--ink); }
.primary-nav .sub-menu .menu-overview > a { font-weight: 700; }
.primary-nav .sub-menu .sub-menu { top: -12px; left: 100%; }
/* mega menu */
.primary-nav li.mega { position: static; }
.primary-nav li.mega > .sub-menu { left: 50%; transform: translate(-50%, 10px); width: min(1100px, 94vw); display: grid; grid-template-columns: repeat(4, 1fr); gap: 10px 30px; padding: 30px 34px; }
.primary-nav li.mega.is-open > .sub-menu { transform: translate(-50%, 0); }
.primary-nav li.mega > .sub-menu > li > a { font-weight: 800; text-transform: uppercase; letter-spacing: .06em; color: var(--ink); font-size: 14px; padding: 6px 8px 10px; border-bottom: 2px solid var(--gold); margin-bottom: 8px; }
.primary-nav li.mega > .sub-menu > li.menu-overview { grid-column: 1 / -1; }
.primary-nav li.mega > .sub-menu > li.menu-overview > a { border-bottom: 0; margin: 0; display: inline-block; text-transform: none; letter-spacing: 0; font-size: 15px; padding: 8px 14px; }
.primary-nav li.mega > .sub-menu > li > .sub-menu { position: static; opacity: 1; visibility: visible; transform: none; box-shadow: none; border: 0; padding: 0; min-width: 0; background: transparent; }
.primary-nav li.mega > .sub-menu > li > .sub-menu a { padding: 5px 8px; font-size: 14.5px; }

.header-contact { display: flex; align-items: center; gap: 16px; padding-right: 28px; border-right: 1px solid var(--line); color: var(--ink); }
.header-contact .ring { width: 64px; height: 64px; border-radius: 50%; background: var(--sand); display: grid; place-items: center; color: var(--accent); }
.header-contact .ring svg { width: 28px; height: 28px; }
.header-contact small { display: block; font-size: 15px; color: var(--muted); line-height: 1.2; }
.header-contact strong { display: block; font-size: 18px; font-weight: 500; color: var(--ink); }
.header-contact:hover strong { color: var(--accent); }
.search-toggle, .menu-toggle { background: none; border: 0; color: var(--ink); cursor: pointer; padding: 8px; display: inline-flex; align-items: center; }
.search-toggle svg { width: 28px; height: 28px; }
.header-cta { flex: none; display: flex; align-items: center; justify-content: center; width: 220px; background: var(--gold); color: #fff; font-weight: 900; font-size: 17px; line-height: 1.15; text-transform: uppercase; padding: 0 40px; transition: background .25s; }
.header-cta:hover { background: var(--accent); color: #fff; }
.menu-toggle { display: none; }
.menu-toggle svg { width: 30px; height: 30px; }

/* search overlay */
.search-overlay { position: fixed; inset: 0; z-index: 200; background: rgba(17, 27, 12, .95); display: grid; place-items: center; padding: 20px; }
.search-overlay[hidden] { display: none; }
.search-overlay form { width: min(760px, 100%); display: flex; border-bottom: 2px solid var(--gold); }
.search-overlay input { flex: 1; background: none; border: 0; color: #fff; font-size: clamp(1.4rem, 4vw, 2.4rem); padding: 14px 0; }
.search-overlay input::placeholder { color: #9aa692; }
.search-overlay input:focus { outline: none; }
.search-overlay button[type=submit] { background: none; border: 0; color: var(--gold); cursor: pointer; }
.search-overlay button svg { width: 34px; height: 34px; }
.search-close { position: absolute; top: 24px; right: 24px; background: none; border: 0; color: #fff; cursor: pointer; }
.search-close svg { width: 36px; height: 36px; }
.search-suggest { color: #9aa692; margin-top: 18px; width: min(760px, 100%); }
.search-suggest a { color: #fff; margin-right: 16px; }

/* ---------------------------------------------------------------- hero slider */
.hero { position: relative; min-height: min(86vh, 820px); background: var(--green-950); color: #fff; overflow: hidden; }
.hero-slide { position: absolute; inset: 0; opacity: 0; visibility: hidden; transition: opacity 1s ease, visibility 1s; }
.hero-slide.is-active { opacity: 1; visibility: visible; }
.hero-slide img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; transform: scale(1.06); transition: transform 7s ease; }
.hero-slide.is-active img { transform: scale(1); }
.hero-slide::after { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg, rgba(14, 22, 10, .82) 0%, rgba(14, 22, 10, .55) 50%, rgba(14, 22, 10, .3) 100%); }
.hero-content { position: relative; z-index: 2; min-height: min(86vh, 820px); display: flex; flex-direction: column; justify-content: center; padding: 90px 0 120px; }
.hero-content .eyebrow { font-size: clamp(1.1rem, 2vw, 1.6rem); }
.hero-content h1, .hero-content .hero-title { color: #fff; font-size: clamp(2.8rem, 7.2vw, 6rem); line-height: .98; max-width: 820px; margin-bottom: 26px; font-weight: 900; text-transform: uppercase; }
.hero-content p { max-width: 580px; font-size: 1.15rem; color: #e1e7da; margin-bottom: 36px; }
.hero-actions { display: flex; gap: 14px; flex-wrap: wrap; }
.hero-nav { position: absolute; right: max(16px, calc((100vw - var(--container)) / 2 - 80px)); top: 50%; transform: translateY(-50%); z-index: 3; display: flex; flex-direction: column; gap: 14px; }
.hero-nav button { width: 76px; height: 76px; border-radius: 50%; border: 2px solid rgba(255, 255, 255, .35); background: transparent; color: #fff; cursor: pointer; display: grid; place-items: center; transition: background .2s, border-color .2s; }
.hero-nav button:hover { background: var(--gold); border-color: var(--gold); color: var(--ink); }
.hero-nav svg { width: 26px; height: 26px; }
.hero-dots { position: absolute; left: 50%; bottom: 120px; transform: translateX(-50%); z-index: 3; display: none; gap: 8px; }
.hero-credit { position: absolute; right: 16px; bottom: 96px; z-index: 3; font-size: 11px; color: rgba(255, 255, 255, .6); max-width: 60%; text-align: right; }
.hero-credit a { color: inherit; }

/* feature strip under hero */
.feature-strip { position: relative; z-index: 4; background: var(--green-900); padding: 46px 0; margin-top: -80px; }
.feature-strip .container { display: grid; grid-template-columns: repeat(3, 1fr); }
.feature { display: flex; gap: 22px; padding: 0 40px; color: #aeb9a4; }
.feature + .feature { border-left: 1px solid rgba(255, 255, 255, .12); }
.feature-icon { position: relative; width: 80px; height: 80px; flex: none; color: var(--gold); }
.feature-icon::before { content: ""; position: absolute; left: -12px; top: -12px; width: 44px; height: 44px; border-radius: 50%; background: rgba(255, 255, 255, .07); }
.feature-icon svg { position: relative; width: 70px; height: 70px; stroke-width: 1.3; }
.feature h3 { color: #fff; text-transform: uppercase; font-weight: 900; font-size: 1.3rem; margin: 6px 0 10px; }
.feature h3 a { color: #fff; }
.feature h3 a:hover { color: var(--gold); }
.feature p { margin: 0; font-size: 1rem; }

/* ---------------------------------------------------------------- welcome */
.welcome-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 90px; align-items: center; }
.welcome-media { position: relative; padding: 30px 0 0 30px; }
.welcome-media::before { content: ""; position: absolute; left: -30px; top: 0; width: 150px; height: 300px; background-image: radial-gradient(var(--accent) 2px, transparent 2.5px); background-size: 22px 22px; }
.welcome-media .circle { position: relative; aspect-ratio: 1; border-radius: 50%; overflow: hidden; }
.welcome-media .circle img { width: 100%; height: 100%; object-fit: cover; }
.welcome-badge { position: absolute; right: 20px; bottom: 0; width: 180px; height: 180px; border-radius: 50%; background: var(--gold); display: grid; place-items: center; box-shadow: var(--shadow); }
.welcome-badge img, .welcome-badge svg { width: 132px; height: 132px; border-radius: 50%; background: #fff; }
.check-list { list-style: none; padding: 0; margin: 0 0 40px; display: grid; gap: 12px; }
.check-list li { display: flex; gap: 14px; align-items: flex-start; color: var(--ink); font-size: 1.1rem; }
.check-list svg { width: 22px; height: 22px; color: var(--gold); flex: none; margin-top: 4px; }

/* ---------------------------------------------------------------- destination tiles */
.tile-row { display: grid; grid-template-columns: repeat(5, 1fr); }
.tile { position: relative; display: block; aspect-ratio: 3 / 4.6; overflow: hidden; color: #fff; }
.tile img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; transition: transform .7s ease; }
.tile::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, rgba(17, 27, 12, 0) 35%, rgba(17, 27, 12, .9) 100%); transition: background .4s; }
.tile:hover img { transform: scale(1.07); }
.tile:hover::after { background: linear-gradient(180deg, rgba(17, 27, 12, .2) 0%, rgba(17, 27, 12, .92) 100%); }
.tile-body { position: absolute; z-index: 2; left: 36px; right: 30px; bottom: 50px; }
.tile-body h3 { color: #fff; font-size: clamp(1.4rem, 2vw, 2rem); font-weight: 900; text-transform: uppercase; margin: 0 0 6px; }
.tile-body p { margin: 0; font-size: .95rem; color: #dfe6d7; max-height: 0; opacity: 0; overflow: hidden; transition: max-height .4s, opacity .4s; }
.tile:hover .tile-body p, .tile:focus .tile-body p { max-height: 120px; opacity: 1; }
.tile .count { display: inline-block; margin-top: 10px; font-size: 12px; letter-spacing: .14em; text-transform: uppercase; font-weight: 700; color: var(--gold); }

/* ---------------------------------------------------------------- why choose */
.why { position: relative; overflow: hidden; }
.why-bg { position: absolute; left: 0; top: 0; bottom: 0; width: 45%; opacity: .1; filter: grayscale(1); }
.why-bg img { width: 100%; height: 100%; object-fit: cover; }
.why-grid { position: relative; display: grid; grid-template-columns: 1.45fr 1fr; gap: 80px; align-items: center; }
.why-cols { display: grid; grid-template-columns: 1fr 1fr; gap: 40px; }
.feature-card { position: relative; background: var(--gold); padding: 60px 56px; color: var(--ink); overflow: hidden; }
.feature-card::before { content: ""; position: absolute; right: -60px; top: -40px; width: 260px; height: 320px; background: var(--accent); border-radius: 46% 54% 60% 40% / 52% 38% 62% 48%; transform: rotate(18deg); opacity: .95; }
.feature-card > * { position: relative; }
.feature-card .label { color: #fff; text-transform: uppercase; font-weight: 900; font-size: 1.7rem; line-height: 1.05; margin-bottom: 18px; }
.feature-card h3 { font-size: 1.3rem; margin-bottom: 8px; }
.feature-card .price { font-size: clamp(2.6rem, 4vw, 3.6rem); font-weight: 900; color: #fff; line-height: 1; margin: 6px 0 28px; }
.feature-card .price small { font-size: 1rem; font-weight: 500; color: var(--ink); display: block; margin-top: 8px; }
.feature-card .thumb { position: absolute; right: 26px; bottom: 26px; width: 140px; height: 140px; border-radius: 50%; overflow: hidden; border: 6px solid #fff; }
.feature-card .thumb img { width: 100%; height: 100%; object-fit: cover; }

/* ---------------------------------------------------------------- cards */
.grid { display: grid; gap: 30px; }
.grid-2 { grid-template-columns: repeat(2, 1fr); }
.grid-3 { grid-template-columns: repeat(3, 1fr); }
.grid-4 { grid-template-columns: repeat(4, 1fr); }

.tour-card { display: flex; flex-direction: column; background: #fff; border: 1px solid var(--line); transition: box-shadow .3s, transform .3s; }
.tour-card:hover { box-shadow: var(--shadow); transform: translateY(-4px); }
.tour-card-media { position: relative; display: block; aspect-ratio: 4 / 3; overflow: hidden; background: var(--sand); }
.tour-card-media img { width: 100%; height: 100%; object-fit: cover; transition: transform .6s; }
.tour-card:hover .tour-card-media img { transform: scale(1.06); }
.tour-badge { position: absolute; top: 0; right: 0; background: var(--accent); color: #fff; text-align: center; padding: 12px 16px; font-weight: 900; line-height: 1; text-transform: uppercase; }
.tour-badge strong { display: block; font-size: 1.6rem; }
.tour-badge span { font-size: 11px; letter-spacing: .1em; }
.tour-card-body { padding: 28px 28px 22px; display: flex; flex-direction: column; flex: 1; }
.tour-kicker { font-size: 12px; text-transform: uppercase; letter-spacing: .14em; font-weight: 700; color: var(--green-600); margin-bottom: 8px; }
.tour-card h3 { font-size: 1.3rem; font-weight: 900; text-transform: uppercase; margin-bottom: 10px; line-height: 1.2; }
.tour-card h3 a { color: var(--ink); }
.tour-card h3 a:hover { color: var(--accent); }
.tour-card p { font-size: .96rem; margin-bottom: 16px; }
.tour-route { font-size: 13.5px; color: var(--muted); display: flex; gap: 8px; align-items: flex-start; margin-bottom: 18px; }
.tour-route svg { color: var(--gold); width: 16px; height: 16px; margin-top: 4px; }
.tour-card-foot { margin-top: auto; display: flex; justify-content: space-between; align-items: center; border-top: 1px solid var(--line); padding-top: 16px; gap: 12px; }
.tour-price { color: var(--ink); font-weight: 800; font-size: 1.15rem; line-height: 1.1; }
.tour-price small { display: block; font-size: 11px; color: var(--muted); font-weight: 500; text-transform: uppercase; letter-spacing: .1em; }
.arrow-circle { width: 48px; height: 48px; border-radius: 50%; background: var(--gold); color: #fff; display: grid; place-items: center; flex: none; transition: background .2s; }
.arrow-circle svg { width: 20px; height: 20px; }
.arrow-circle:hover { background: var(--accent); color: #fff; }

.post-card { position: relative; display: flex; flex-direction: column; }
.post-card-media { position: relative; display: block; aspect-ratio: 1 / .97; overflow: hidden; }
.post-card-media img { width: 100%; height: 100%; object-fit: cover; transition: transform .6s; }
.post-card:hover .post-card-media img { transform: scale(1.05); }
.date-badge { position: absolute; top: 0; right: 0; background: var(--accent); color: #fff; text-align: center; font-weight: 900; line-height: 1.05; padding: 14px 16px; text-transform: uppercase; }
.date-badge strong { display: block; font-size: 1.5rem; }
.date-badge span { font-size: 12px; }
.post-card-body { background: var(--sand); padding: 26px 30px 48px; text-align: center; flex: 1; }
.post-meta { display: flex; justify-content: center; gap: 18px; flex-wrap: wrap; font-size: 14px; color: var(--muted); margin-bottom: 10px; }
.post-meta span { display: inline-flex; align-items: center; gap: 6px; }
.post-meta svg { width: 16px; height: 16px; color: var(--gold); }
.post-card .card-title { font-weight: 900; text-transform: uppercase; font-size: 1.3rem; margin: 0; line-height: 1.25; letter-spacing: 0; }
.post-card .card-title a { color: var(--ink); }
.post-card .card-title a:hover { color: var(--accent); }
.tour-card h2 { font-size: 1.3rem; font-weight: 900; text-transform: uppercase; margin-bottom: 10px; line-height: 1.2; letter-spacing: 0; }
.tour-card h2 a { color: var(--ink); }
.tour-card h2 a:hover { color: var(--accent); }
.dest-card .card-title { color: #fff; font-weight: 900; text-transform: uppercase; font-size: 1.35rem; margin: 0 0 4px; display: block; line-height: 1.15; }
.post-card .arrow-circle { position: absolute; left: 50%; bottom: -24px; transform: translateX(-50%); box-shadow: 0 0 0 6px #fff; }

.dest-card { position: relative; display: block; aspect-ratio: 4 / 3.2; overflow: hidden; color: #fff; }
.dest-card img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; transition: transform .6s; }
.dest-card::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, transparent 40%, rgba(17, 27, 12, .88)); }
.dest-card:hover img { transform: scale(1.06); }
.dest-card-body { position: absolute; z-index: 2; left: 26px; right: 26px; bottom: 22px; }
.dest-card h3 { color: #fff; font-weight: 900; text-transform: uppercase; font-size: 1.35rem; margin: 0 0 4px; }
.dest-card span { font-size: 13.5px; color: #dfe6d7; display: block; line-height: 1.45; }
.dest-card .count { color: var(--gold); font-weight: 700; text-transform: uppercase; letter-spacing: .1em; font-size: 11.5px; margin-top: 8px; }

.exp-card { display: flex; flex-direction: column; gap: 14px; padding: 38px 32px; background: #fff; border: 1px solid var(--line); color: var(--text); transition: box-shadow .3s, transform .3s; height: 100%; }
.exp-card:hover { box-shadow: var(--shadow); transform: translateY(-4px); color: var(--text); }
.exp-icon { width: 76px; height: 76px; border-radius: 50%; background: var(--gold); color: #fff; display: grid; place-items: center; }
.exp-icon svg { width: 34px; height: 34px; }
.exp-card h3 { margin: 6px 0 0; font-weight: 900; text-transform: uppercase; font-size: 1.15rem; }
.exp-card p { margin: 0; font-size: .96rem; }
.exp-card .count { margin-top: auto; font-size: 12px; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; color: var(--accent); }
.exp-card-img { padding: 0; overflow: hidden; }
.exp-card-img .media { aspect-ratio: 16 / 10; overflow: hidden; position: relative; }
.exp-card-img .media img { width: 100%; height: 100%; object-fit: cover; transition: transform .6s; }
.exp-card-img:hover .media img { transform: scale(1.05); }
.exp-card-img .exp-icon { position: absolute; left: 28px; bottom: -38px; box-shadow: 0 0 0 6px #fff; }
.exp-card-img .inner { padding: 50px 28px 28px; display: flex; flex-direction: column; gap: 10px; flex: 1; }

/* ---------------------------------------------------------------- promises (testimonial-style cards) */
.promise-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 30px; margin-top: 30px; }
.promise { position: relative; border: 1px solid var(--line); background: #fff; box-shadow: var(--shadow-sm); padding: 80px 44px 40px; text-align: center; margin-top: 50px; }
.promise-icon { position: absolute; top: -50px; left: 50%; transform: translateX(-50%); width: 100px; height: 100px; border-radius: 50%; background: var(--green-700); color: var(--gold); display: grid; place-items: center; }
.promise-icon svg { width: 42px; height: 42px; }
.promise-icon::after { content: ""; position: absolute; right: -2px; bottom: 2px; width: 34px; height: 34px; border-radius: 50%; background: var(--gold); box-shadow: 0 0 0 4px #fff; }
.promise p { font-size: 1.05rem; line-height: 2; }
.promise hr { border: 0; border-top: 1px solid var(--line); margin: 26px 20px; }
.promise h3 { text-transform: uppercase; font-weight: 900; margin: 0 0 4px; font-size: 1.15rem; }
.promise span { color: var(--accent); text-transform: uppercase; font-size: 12px; font-weight: 700; letter-spacing: .1em; }

/* ---------------------------------------------------------------- split calendar */
.split { display: grid; grid-template-columns: 43% 57%; }
.split-media { position: relative; min-height: 640px; color: #fff; display: flex; align-items: center; }
.split-media > img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.split-media::after { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg, rgba(17, 27, 12, .75), rgba(17, 27, 12, .25)); }
.split-media .inner { position: relative; z-index: 2; padding: 60px max(16px, calc((100vw - var(--container)) / 2 + 90px)); padding-right: 40px; }
.split-media .sec-title h2 { color: #fff; }
.split-list { background: var(--sand); padding: 80px max(16px, calc((100vw - var(--container)) / 2)) 80px 90px; display: flex; flex-direction: column; justify-content: center; }
.cal-item { display: grid; grid-template-columns: 220px 1fr; gap: 50px; padding: 40px 0; border-bottom: 1px solid var(--line); }
.cal-item:first-child { padding-top: 0; }
.cal-item:last-child { border-bottom: 0; padding-bottom: 0; }
.cal-media { position: relative; aspect-ratio: 1; overflow: hidden; }
.cal-media img { width: 100%; height: 100%; object-fit: cover; }
.cal-media .date-badge { top: auto; bottom: 0; background: var(--gold); }
.cal-meta { display: flex; gap: 22px; flex-wrap: wrap; color: var(--muted); margin-bottom: 8px; }
.cal-meta span { display: inline-flex; align-items: center; gap: 8px; }
.cal-meta svg { color: var(--accent); width: 18px; height: 18px; }
.cal-item h3 { font-weight: 900; text-transform: uppercase; font-size: 1.5rem; margin-bottom: 14px; }
.cal-item h3 a { color: var(--ink); }
.cal-item h3 a:hover { color: var(--accent); }

/* ---------------------------------------------------------------- counters */
.counters { position: relative; padding: 110px 0; background: var(--green-900); overflow: hidden; }
.counters > img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; opacity: .12; filter: grayscale(1); }
.counter-grid { position: relative; display: grid; grid-template-columns: repeat(4, 1fr); }
.counter { padding: 0 40px; }
.counter + .counter { border-left: 1px solid rgba(255, 255, 255, .12); }
.counter .ico { width: 84px; height: 84px; border-radius: 50%; background: var(--gold); color: #fff; display: grid; place-items: center; margin-bottom: 26px; }
.counter .ico svg { width: 36px; height: 36px; }
.counter strong { display: block; color: #fff; font-size: clamp(2.6rem, 5vw, 4.2rem); font-weight: 900; line-height: 1; }
.counter span { color: #aeb9a4; font-size: 1.1rem; }

/* ---------------------------------------------------------------- CTA band */
.cta-band { position: relative; margin-top: 140px; }
.cta-band .band { position: relative; margin-left: max(16px, calc((100vw - var(--container)) / 2)); background: var(--gold); padding: 80px 60px 80px 44%; overflow: hidden; min-height: 300px; display: flex; align-items: center; justify-content: space-between; gap: 30px; flex-wrap: wrap; }
.cta-band .band::before { content: ""; position: absolute; left: 24%; top: -60px; width: 340px; height: 420px; background: var(--accent); border-radius: 44% 56% 58% 42% / 48% 42% 58% 52%; transform: rotate(-12deg); }
.cta-band .band > * { position: relative; }
.cta-band h2 { color: #fff; margin: 0; max-width: 540px; }
.cta-band .cta-photo { position: absolute; left: max(16px, calc((100vw - var(--container)) / 2 - 20px)); bottom: 0; width: 34%; max-width: 440px; aspect-ratio: 1; border-radius: 50% 50% 0 0; overflow: hidden; z-index: 3; border: 8px solid #fff; border-bottom: 0; }
.cta-band .cta-photo img { width: 100%; height: 100%; object-fit: cover; }

/* ---------------------------------------------------------------- footer */
.site-footer { background: var(--green-900); color: #aeb9a4; position: relative; }
.site-footer::before { content: ""; position: absolute; inset: 0; opacity: .06; background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='240' height='240' viewBox='0 0 240 240' fill='none' stroke='%23fff' stroke-width='1'%3E%3Cpath d='M20 120c20-40 60-40 80 0s60 40 80 0 40-40 60-20'/%3E%3Cpath d='M0 160c30-30 60-30 90 0s60 30 90 0 45-30 60-10'/%3E%3Cpath d='M10 80c25-30 55-30 80 0s55 30 80 0 50-30 70-10'/%3E%3Cpath d='M0 40c30-25 60-25 90 0s60 25 90 0 45-25 60-10'/%3E%3Cpath d='M0 200c30-25 60-25 90 0s60 25 90 0 45-25 60-10'/%3E%3C/svg%3E"); pointer-events: none; }
.footer-main { position: relative; padding: 110px 0 80px; display: grid; grid-template-columns: 1.3fr 1.2fr 1fr 1fr; gap: 50px; }
.site-footer h2 { color: #fff; font-size: 1.15rem; font-weight: 900; text-transform: uppercase; margin: 10px 0 34px; letter-spacing: 0; }
.site-footer a { color: #aeb9a4; }
.site-footer a:hover { color: var(--gold); }
.footer-brand .brand { color: #fff; margin-bottom: 22px; }
.footer-brand .brand-text small { color: var(--gold); }
.footer-brand p { font-size: 1rem; line-height: 2; }
.footer-social { display: flex; gap: 12px; margin-top: 22px; }
.footer-social a { width: 46px; height: 46px; display: grid; place-items: center; background: var(--green-950); color: #fff; }
.footer-social a:hover { background: var(--gold); color: var(--ink); }
.footer-social svg { width: 18px; height: 18px; }
.footer-links { display: grid; grid-template-columns: 1fr 1fr; gap: 0 26px; }
.footer-links ul { list-style: none; margin: 0; padding: 0; display: grid; gap: 10px; }
.footer-contact { list-style: none; margin: 0; padding: 0; display: grid; gap: 20px; }
.footer-contact li { display: flex; gap: 14px; }
.footer-contact svg { color: var(--gold); width: 20px; height: 20px; flex: none; margin-top: 4px; }
.footer-gallery { display: grid; grid-template-columns: repeat(3, 1fr); gap: 10px; }
.footer-gallery a { aspect-ratio: 1; overflow: hidden; display: block; }
.footer-gallery img { width: 100%; height: 100%; object-fit: cover; transition: transform .4s, opacity .3s; }
.footer-gallery a:hover img { transform: scale(1.08); opacity: .85; }
.footer-bottom { position: relative; background: var(--green-950); padding: 26px 0; text-align: center; font-size: 15px; }
.footer-bottom .container { display: flex; justify-content: space-between; align-items: center; gap: 12px 24px; flex-wrap: wrap; }
.footer-policies { display: flex; flex-wrap: wrap; gap: 6px 20px; }
.footer-credit a { color: var(--gold); font-weight: 600; }
.footer-credit a:hover { color: #fff; }
@media (max-width: 760px) { .footer-bottom .container { flex-direction: column; text-align: center; } .footer-policies { justify-content: center; } }

/* floating actions */
.to-top { position: fixed; right: 30px; bottom: 30px; z-index: 80; width: 58px; height: 58px; border-radius: 50%; background: var(--gold); color: #fff; border: 0; display: grid; place-items: center; cursor: pointer; opacity: 0; visibility: hidden; transform: translateY(10px); transition: all .3s; box-shadow: var(--shadow-sm); }
.to-top.is-visible { opacity: 1; visibility: visible; transform: none; }
.to-top:hover { background: var(--accent); }
.to-top svg { width: 24px; height: 24px; }
.wa-float { position: fixed; left: 30px; bottom: 30px; z-index: 80; width: 58px; height: 58px; border-radius: 50%; background: #1f9d55; color: #fff; display: grid; place-items: center; box-shadow: var(--shadow-sm); }
.wa-float:hover { background: #157a41; color: #fff; }
.wa-float svg { width: 28px; height: 28px; }
.mobile-bar { display: none; }

/* ---------------------------------------------------------------- page hero & breadcrumbs */
.page-hero { position: relative; color: #fff; background: var(--green-900); overflow: hidden; }
.page-hero > img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.page-hero::after { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg, rgba(14, 22, 10, .85), rgba(14, 22, 10, .45)); }
.page-hero .container { position: relative; z-index: 2; padding: 130px 0 110px; }
.page-hero h1 { color: #fff; margin-bottom: 14px; max-width: 900px; }
.page-hero p.lead { font-size: 1.2rem; color: #e1e7da; max-width: 700px; margin: 0; }
.page-hero .credit { position: absolute; right: 12px; bottom: 8px; z-index: 2; font-size: 11px; color: rgba(255, 255, 255, .6); }
.page-hero .credit a { color: inherit; }
.page-hero.is-tall .container { padding: 170px 0 130px; }
.breadcrumbs { font-size: 15px; margin-bottom: 20px; color: #cfd8c6; }
.breadcrumbs ol { list-style: none; margin: 0; padding: 0; display: flex; flex-wrap: wrap; gap: 6px; }
.breadcrumbs li + li::before { content: "/"; margin-right: 6px; color: var(--gold); }
.breadcrumbs a { color: #fff; }
.breadcrumbs a:hover { color: var(--gold); }
.hero-chips { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 26px; }
.hero-chips span { display: inline-flex; align-items: center; gap: 8px; background: rgba(255, 255, 255, .12); border: 1px solid rgba(255, 255, 255, .2); padding: 8px 16px; font-size: 14.5px; color: #fff; }
.hero-chips svg { width: 17px; height: 17px; color: var(--gold); }

/* ---------------------------------------------------------------- content layout */
.layout { display: grid; grid-template-columns: minmax(0, 1fr) 370px; gap: 60px; align-items: start; }
.prose { color: var(--text); font-size: 1.05rem; }
.prose h2 { font-size: clamp(1.6rem, 2.6vw, 2.1rem); margin-top: 1.6em; }
.prose h3 { margin-top: 1.4em; }
.prose a { text-decoration: underline; text-underline-offset: 3px; }
.prose ul li, .prose ol li { margin-bottom: .45em; }
.prose > :first-child { margin-top: 0; }
.content-block { padding: 60px 0; border-bottom: 1px solid var(--line); scroll-margin-top: 180px; }
.content-block:first-child { padding-top: 0; }
.content-block:last-child { border-bottom: 0; }
.content-block > h2 { font-size: clamp(1.6rem, 2.6vw, 2.2rem); }
.content-block > h2::before { content: ""; display: block; width: 50px; height: 2px; background: var(--gold); margin-bottom: 16px; }
.icon-list { list-style: none; padding: 0; margin: 0; display: grid; gap: 12px; }
.icon-list li { display: flex; gap: 12px; align-items: flex-start; }
.icon-list svg { width: 20px; height: 20px; flex: none; margin-top: 4px; color: var(--gold); }
.icon-list.cross svg { color: var(--accent); }
.icon-list.cols-2 { grid-template-columns: 1fr 1fr; gap: 12px 30px; }
.facts { list-style: none; padding: 0; margin: 0; }
.facts li { display: flex; justify-content: space-between; gap: 16px; padding: 12px 0; border-bottom: 1px solid var(--line); font-size: .96rem; }
.facts li:last-child { border-bottom: 0; }
.facts strong { color: var(--ink); font-weight: 600; }
.facts span { text-align: right; }

.sidebar { position: sticky; top: calc(var(--header-h) + 24px); display: grid; gap: 24px; }
.side-box { background: var(--sand); padding: 34px; }
.side-box h3 { text-transform: uppercase; font-weight: 900; font-size: 1.2rem; }
.side-box.dark { background: var(--green-900); color: #c3ccbb; }
.side-box.dark h3 { color: #fff; }
.side-box .btn { width: 100%; margin-top: 10px; }
.side-price { font-size: 2.6rem; font-weight: 900; color: var(--ink); line-height: 1; margin: 8px 0 4px; }
.side-price small { font-size: 1rem; font-weight: 500; color: var(--muted); }
.side-box ul.plain { list-style: none; padding: 0; margin: 0; display: grid; gap: 10px; }
.side-box ul.plain a { color: var(--ink); }
.side-box ul.plain a:hover { color: var(--accent); }
.side-box.gold { background: var(--gold); color: var(--ink); }

/* in-page tabs */
.tabs-nav { position: sticky; top: var(--header-h); z-index: 40; background: #fff; border-bottom: 1px solid var(--line); }
.tabs-nav ul { list-style: none; margin: 0; padding: 0; display: flex; gap: 32px; overflow-x: auto; scrollbar-width: none; }
.tabs-nav ul::-webkit-scrollbar { display: none; }
.tabs-nav a { display: block; padding: 20px 0; white-space: nowrap; color: var(--text); font-weight: 500; border-bottom: 3px solid transparent; }
.tabs-nav a:hover, .tabs-nav a.is-active { color: var(--ink); border-bottom-color: var(--gold); }

/* itinerary accordion */
.itinerary-tools { display: flex; justify-content: flex-end; margin: -10px 0 18px; }
.itinerary-tools button { background: none; border: 0; color: var(--accent); font-weight: 700; cursor: pointer; text-transform: uppercase; letter-spacing: .1em; font-size: 12px; }
.itinerary { list-style: none; margin: 0; padding: 0; position: relative; }
.itinerary::before { content: ""; position: absolute; left: 31px; top: 10px; bottom: 10px; width: 2px; background: var(--line); }
.day { position: relative; padding-left: 90px; margin-bottom: 18px; }
.day-num { position: absolute; left: 0; top: 0; width: 64px; height: 64px; border-radius: 50%; background: var(--gold); color: #fff; display: grid; place-items: center; text-align: center; font-weight: 900; line-height: 1; font-size: 1.35rem; }
.day-num small { display: block; font-size: 10px; letter-spacing: .12em; text-transform: uppercase; margin-bottom: 2px; }
.day details { background: #fff; border: 1px solid var(--line); }
.day summary { list-style: none; cursor: pointer; padding: 18px 56px 18px 24px; position: relative; }
.day summary::-webkit-details-marker { display: none; }
.day summary::after { content: "+"; position: absolute; right: 22px; top: 50%; transform: translateY(-50%); font-size: 28px; color: var(--gold); font-weight: 300; }
.day details[open] summary::after { content: "–"; }
.day summary h3 { margin: 0; font-size: 1.15rem; text-transform: uppercase; font-weight: 800; }
.day summary span { font-size: 14px; color: var(--muted); }
.day-body { padding: 0 24px 22px; }
.day-body p { margin-bottom: 14px; }
.day-meta { display: flex; flex-wrap: wrap; gap: 10px 26px; padding-top: 14px; border-top: 1px dashed var(--line); font-size: 14.5px; }
.day-meta span { display: inline-flex; gap: 8px; align-items: center; }
.day-meta svg { color: var(--green-600); width: 18px; height: 18px; }
.day-meta strong { color: var(--ink); font-weight: 600; }

/* accommodation table */
.stay-list { list-style: none; margin: 0; padding: 0; border: 1px solid var(--line); }
.stay-list li { display: grid; grid-template-columns: 1fr auto; gap: 18px; padding: 18px 22px; border-bottom: 1px solid var(--line); align-items: center; }
.stay-list li:last-child { border-bottom: 0; }
.stay-list strong { display: block; color: var(--ink); text-transform: uppercase; font-size: .95rem; letter-spacing: .02em; }
.stay-list .nights { background: var(--gold-100); color: var(--ink); font-weight: 700; font-size: 13px; padding: 6px 12px; white-space: nowrap; }

/* route strip */
.route-strip { display: flex; flex-wrap: wrap; align-items: center; gap: 10px; background: var(--sand); padding: 22px; }
.route-strip span { background: #fff; padding: 8px 14px; color: var(--ink); font-weight: 500; font-size: 14.5px; border: 1px solid var(--line); }
.route-strip svg { width: 16px; height: 16px; color: var(--gold); }
.route-map { margin-top: 20px; }

/* faqs */
.faq-list { display: grid; gap: 12px; }
.faq-list details { border: 1px solid var(--line); background: #fff; }
.faq-list summary { cursor: pointer; list-style: none; padding: 20px 60px 20px 24px; font-weight: 600; color: var(--ink); position: relative; font-size: 1.05rem; }
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary::after { content: "+"; position: absolute; right: 20px; top: 50%; transform: translateY(-50%); width: 32px; height: 32px; border-radius: 50%; background: var(--gold); color: #fff; display: grid; place-items: center; font-size: 22px; line-height: 1; }
.faq-list details[open] summary::after { content: "–"; background: var(--accent); }
.faq-list .answer { padding: 0 24px 20px; }

/* gallery */
.gallery { display: grid; grid-template-columns: repeat(4, 1fr); gap: 10px; }
.gallery a { position: relative; display: block; aspect-ratio: 1; overflow: hidden; }
.gallery a:first-child { grid-column: span 2; grid-row: span 2; }
.gallery img { width: 100%; height: 100%; object-fit: cover; transition: transform .5s; }
.gallery a:hover img { transform: scale(1.06); }
.lightbox { position: fixed; inset: 0; z-index: 300; background: rgba(10, 15, 7, .95); display: grid; place-items: center; padding: 60px 20px; }
.lightbox[hidden] { display: none; }
.lightbox figure { margin: 0; max-width: min(1200px, 100%); text-align: center; }
.lightbox img { max-height: 78vh; margin-inline: auto; }
.lightbox figcaption { color: #cfd8c6; margin-top: 14px; font-size: 14px; }
.lightbox button { position: absolute; background: none; border: 0; color: #fff; cursor: pointer; padding: 10px; }
.lightbox .lb-close { top: 16px; right: 16px; }
.lightbox .lb-prev { left: 12px; top: 50%; transform: translateY(-50%); }
.lightbox .lb-next { right: 12px; top: 50%; transform: translateY(-50%); }
.lightbox button svg { width: 38px; height: 38px; }

/* chips */
.chips { display: flex; flex-wrap: wrap; gap: 10px; list-style: none; padding: 0; margin: 0; }
.chips a, .chips span { display: inline-flex; align-items: center; gap: 8px; padding: 8px 16px; background: var(--sand); color: var(--ink); font-size: 14.5px; border: 1px solid var(--line); }
.chips a:hover { background: var(--gold); border-color: var(--gold); color: var(--ink); }
.chips svg { width: 16px; height: 16px; }

/* ---------------------------------------------------------------- safari filters */
.filters-layout { display: grid; grid-template-columns: 300px minmax(0, 1fr); gap: 50px; align-items: start; }
.filters-panel { position: sticky; top: calc(var(--header-h) + 20px); background: var(--sand); padding: 28px; max-height: calc(100vh - var(--header-h) - 40px); overflow: auto; }
.filters-panel > summary { display: none; }
.filter-group { border-bottom: 1px solid var(--line); padding: 16px 0; }
.filter-group:first-of-type { padding-top: 0; }
.filter-group legend, .filter-group > span { font-weight: 800; text-transform: uppercase; font-size: 13px; letter-spacing: .1em; color: var(--ink); margin-bottom: 10px; padding: 0; display: block; }
.filter-group fieldset { border: 0; padding: 0; margin: 0; }
.filter-option { display: flex; align-items: center; gap: 10px; padding: 4px 0; font-size: 15px; cursor: pointer; color: var(--text); }
.filter-option input { width: 18px; height: 18px; accent-color: var(--green-700); flex: none; }
.filter-option:hover { color: var(--ink); }
.filter-group .more { display: none; }
.filter-group.is-expanded .more { display: flex; }
.filter-more { background: none; border: 0; color: var(--accent); font-weight: 700; font-size: 13px; cursor: pointer; padding: 6px 0 0; }
.filter-search input, .sort-select select { width: 100%; border: 1px solid var(--line); background: #fff; padding: 12px 14px; color: var(--ink); }
.filters-actions { display: grid; gap: 10px; padding-top: 18px; }
.results-bar { display: flex; justify-content: space-between; align-items: center; gap: 20px; flex-wrap: wrap; margin-bottom: 26px; }
.results-bar p { margin: 0; color: var(--ink); font-weight: 500; }
.sort-select { display: flex; align-items: center; gap: 10px; }
.sort-select label { font-size: 14px; white-space: nowrap; }
.active-filters { display: flex; flex-wrap: wrap; gap: 8px; margin-bottom: 26px; }
.active-filters a { display: inline-flex; align-items: center; gap: 8px; background: var(--green-700); color: #fff; padding: 6px 12px; font-size: 14px; }
.active-filters a:hover { background: var(--accent); color: #fff; }
.active-filters a svg { width: 14px; height: 14px; }
.active-filters .clear { background: none; color: var(--accent); text-decoration: underline; }
.no-results { background: var(--sand); padding: 50px; text-align: center; }
.country-tabs { display: flex; flex-wrap: wrap; gap: 10px; }
.country-tabs a { padding: 10px 20px; border: 1px solid var(--line); color: var(--ink); font-weight: 500; }
.country-tabs a:hover, .country-tabs a.is-active { background: var(--gold); border-color: var(--gold); }

/* pagination */
.pagination { margin-top: 50px; display: flex; justify-content: center; }
.pagination .nav-links { display: flex; gap: 8px; flex-wrap: wrap; }
.pagination .page-numbers { min-width: 48px; height: 48px; display: grid; place-items: center; padding: 0 12px; border: 1px solid var(--line); color: var(--ink); font-weight: 600; }
.pagination .page-numbers.current, .pagination .page-numbers:hover { background: var(--gold); border-color: var(--gold); color: var(--ink); }

/* ---------------------------------------------------------------- forms */
.form-card { background: #fff; box-shadow: var(--shadow); padding: 44px; }
.form-card.flat { box-shadow: none; border: 1px solid var(--line); }
.form-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 18px 20px; }
.field { display: flex; flex-direction: column; gap: 6px; }
.field.full { grid-column: 1 / -1; }
.field label, .field legend { font-size: 14px; font-weight: 600; color: var(--ink); }
.field .req { color: var(--accent); }
.field input, .field select, .field textarea { width: 100%; border: 1px solid var(--line); background: var(--cream); padding: 14px 16px; color: var(--ink); border-radius: 0; }
.field textarea { min-height: 130px; resize: vertical; }
.field input:focus, .field select:focus, .field textarea:focus { outline: none; border-color: var(--gold); box-shadow: 0 0 0 3px rgba(240, 173, 44, .25); background: #fff; }
.field.has-error input, .field.has-error select, .field.has-error textarea { border-color: var(--accent); }
.field-error { color: var(--accent-600); font-size: 13.5px; }
.field fieldset { border: 0; padding: 0; margin: 0; }
.check-grid { display: flex; flex-wrap: wrap; gap: 8px 18px; }
.check-grid label { display: inline-flex; gap: 8px; align-items: center; font-weight: 400; font-size: 15px; color: var(--text); }
.check-grid input { width: 18px; height: 18px; accent-color: var(--green-700); }
.consent { display: flex; gap: 10px; align-items: flex-start; font-size: 14px; }
.consent input { width: 18px; height: 18px; margin-top: 3px; flex: none; accent-color: var(--green-700); }
.hp { position: absolute; left: -9999px; width: 1px; height: 1px; overflow: hidden; }
.notice { padding: 18px 22px; margin-bottom: 24px; border-left: 4px solid; }
.notice-success { background: #eef7e8; border-color: #3c8a2e; color: #24561b; }
.notice-error { background: #fdeee8; border-color: var(--accent); color: #8a2c0c; }
.form-note { font-size: 13.5px; color: var(--muted); margin: 0; }

/* steps */
.steps { display: grid; grid-template-columns: repeat(3, 1fr); gap: 30px; counter-reset: step; }
.step { position: relative; padding: 40px 34px; background: #fff; border: 1px solid var(--line); }
.step::before { counter-increment: step; content: "0" counter(step); display: block; font-size: 3.4rem; font-weight: 900; color: var(--gold); line-height: 1; margin-bottom: 18px; }
.step h3 { text-transform: uppercase; font-weight: 900; }
.step p { margin: 0; }

/* contact cards */
.contact-cards { display: grid; grid-template-columns: repeat(4, 1fr); gap: 20px; }
.contact-card { background: var(--sand); padding: 30px; display: flex; flex-direction: column; gap: 8px; color: var(--text); }
.contact-card .exp-icon { width: 60px; height: 60px; margin-bottom: 8px; }
.contact-card .exp-icon svg { width: 26px; height: 26px; }
.contact-card strong { color: var(--ink); text-transform: uppercase; font-weight: 900; }
.contact-card a { color: var(--ink); word-break: break-word; }
.contact-card a:hover { color: var(--accent); }

/* moments masonry */
.moments { columns: 3 320px; column-gap: 24px; }
.moment { break-inside: avoid; margin: 0 0 24px; background: #fff; border: 1px solid var(--line); }
.moment a.media { display: block; overflow: hidden; }
.moment img { width: 100%; transition: transform .6s; }
.moment a.media:hover img { transform: scale(1.04); }
.moment figcaption { padding: 22px 24px; }
.moment h2 { font-size: 1.15rem; text-transform: uppercase; margin-bottom: 6px; }
.moment h2 a { color: var(--ink); }
.moment .where { display: flex; gap: 8px; align-items: center; font-size: 14px; color: var(--green-600); font-weight: 600; margin-bottom: 8px; }
.moment .where svg { width: 16px; height: 16px; }
.moment p { margin: 0; font-size: .96rem; }

/* credits table */
.credits { width: 100%; border-collapse: collapse; font-size: 14.5px; }
.credits th, .credits td { border-bottom: 1px solid var(--line); padding: 12px 10px; text-align: left; vertical-align: top; }
.credits th { color: var(--ink); text-transform: uppercase; font-size: 12px; letter-spacing: .08em; }
.credits img { width: 90px; height: 64px; object-fit: cover; }
.img-credit { font-size: 12.5px; color: var(--muted); margin-top: 8px; }
.img-credit a { color: inherit; text-decoration: underline; }

/* search results */
.result-group + .result-group { margin-top: 70px; }
.search-form-inline { display: flex; max-width: 640px; }
.search-form-inline input { flex: 1; border: 1px solid var(--line); padding: 14px 18px; background: #fff; }
.search-form-inline button { border: 0; }

/* 404 */
.error-code { font-size: clamp(7rem, 22vw, 16rem); font-weight: 900; line-height: .9; color: var(--gold); margin: 0; }

/* ---------------------------------------------------------------- responsive */
.primary-nav > ul > li > a, .topbar-info span, .topbar-info a, .header-contact strong, .header-contact small { white-space: nowrap; }
@media (max-width: 1600px) {
  .header-contact { display: none; }
  .topbar-info .hours { display: none; }
  .primary-nav > ul { gap: 22px; }
}
@media (max-width: 1360px) {
  .brand-text small { letter-spacing: .08em; }
  .primary-nav > ul { gap: 16px; }
  .primary-nav > ul > li > a { font-size: 15.5px; }
  .header-cta { width: 180px; padding: 0 26px; }
}
@media (max-width: 1200px) {
  :root { --header-h: 88px; }
  .brand img, .brand svg { width: 64px; height: 64px; }
  .header-cta { width: auto; padding: 0 28px; font-size: 14px; }
  .primary-nav > ul > li > a { font-size: 15px; }
  .primary-nav > ul { gap: 16px; }
  .tile-row { grid-template-columns: repeat(3, 1fr); }
  .tile-row .tile:nth-child(n+4) { aspect-ratio: 16 / 10; }
  .tile-row .tile:nth-child(4) { grid-column: span 2; }
  .hero-nav { right: 16px; }
  .hero-nav button { width: 60px; height: 60px; }
}
@media (max-width: 1080px) {
  .primary-nav, .topbar-info .hours, .topbar-info li:first-child { display: none; }
  .topbar-inner { flex-wrap: wrap; gap: 6px 20px; padding: 8px 0; }
  .topbar-right { gap: 18px; }
  .search-toggle { margin-left: auto; min-width: 46px; min-height: 46px; justify-content: center; }
  .menu-toggle { display: inline-flex; min-width: 46px; min-height: 46px; justify-content: center; }
  .header-wrap { gap: 12px; }
  .primary-nav.is-open { display: block; position: fixed; inset: var(--header-h) 0 0 0; background: #fff; overflow-y: auto; padding: 10px 20px 120px; z-index: 95; }
  .primary-nav.is-open > ul { flex-direction: column; align-items: stretch; gap: 0; }
  .primary-nav.is-open li { border-bottom: 1px solid var(--line); }
  .primary-nav.is-open > ul > li > a { min-height: 58px; font-size: 17px; color: var(--ink); padding-right: 60px; box-shadow: none !important; }
  .primary-nav.is-open .sub-toggle { display: grid; place-items: center; position: absolute; right: 0; top: 5px; width: 48px; height: 48px; background: var(--sand); border: 0; color: var(--ink); cursor: pointer; }
  .primary-nav.is-open .sub-toggle svg { width: 18px; height: 18px; transition: transform .2s; }
  .primary-nav.is-open .sub-toggle[aria-expanded=true] svg { transform: rotate(180deg); }
  .primary-nav.is-open .sub-menu, .primary-nav.is-open li.mega > .sub-menu { position: static; opacity: 1; visibility: visible; transform: none !important; box-shadow: none; border: 0; min-width: 0; width: auto; display: none; padding: 6px 0 12px 12px; background: var(--menu-beige); }
  .primary-nav.is-open > ul > li.menu-item-has-children > a { justify-content: space-between; padding-right: 4px; }
  .primary-nav.is-open li.mega > .sub-menu > li.menu-overview > a { padding: 12px 8px; }
  .primary-nav.is-open li.is-open > .sub-menu { display: block; }
  .primary-nav.is-open li.mega > .sub-menu > li > a { border-bottom: 0; margin: 0; padding: 12px 60px 12px 0; }
  .primary-nav.is-open li.mega > .sub-menu > li > .sub-menu { display: none; columns: 2; }
  .primary-nav.is-open li.mega > .sub-menu > li.is-open > .sub-menu { display: block; }
  .primary-nav.is-open .sub-menu li { border: 0; position: relative; }
  .primary-nav.is-open .sub-menu .sub-toggle { top: 2px; width: 40px; height: 40px; }
  .feature-strip .container { grid-template-columns: 1fr; gap: 30px; }
  .feature { padding: 0; }
  .feature + .feature { border-left: 0; border-top: 1px solid rgba(255, 255, 255, .12); padding-top: 30px; }
  .welcome-grid, .why-grid, .layout, .filters-layout { grid-template-columns: 1fr; gap: 60px; }
  .welcome-media { max-width: 560px; }
  .grid-4 { grid-template-columns: repeat(2, 1fr); }
  .grid-3 { grid-template-columns: repeat(2, 1fr); }
  .promise-grid { grid-template-columns: 1fr; max-width: 640px; margin-inline: auto; }
  .split { grid-template-columns: 1fr; }
  .split-media { min-height: 420px; }
  .split-media .inner { padding: 60px 16px; }
  .split-list { padding: 60px 16px; }
  .counter-grid { grid-template-columns: repeat(2, 1fr); gap: 50px 0; }
  .counter:nth-child(3) { border-left: 0; }
  .footer-main { grid-template-columns: 1fr 1fr; }
  .cta-band .band { padding: 60px 30px; margin-left: 16px; margin-right: 16px; }
  .cta-band .band::before { left: auto; right: -80px; }
  .cta-band .cta-photo { display: none; }
  .cta-band { margin-top: 90px; }
  .sidebar { position: static; }
  .filters-panel { position: static; max-height: none; padding: 0; background: none; }
  .filters-panel > summary { display: flex; justify-content: space-between; align-items: center; background: var(--green-900); color: #fff; padding: 16px 20px; cursor: pointer; font-weight: 700; text-transform: uppercase; letter-spacing: .1em; font-size: 14px; list-style: none; }
  .filters-panel > summary::-webkit-details-marker { display: none; }
  .filters-panel .filters-inner { background: var(--sand); padding: 22px; }
  .contact-cards { grid-template-columns: repeat(2, 1fr); }
  .steps { grid-template-columns: 1fr; }
  .tabs-nav { top: var(--header-h); }
}
@media (max-width: 760px) {
  :root { --header-h: 76px; }
  body { font-size: 15.5px; padding-bottom: 64px; }
  .section { padding: 76px 0; }
  .topbar { display: none; }
  .brand img, .brand svg { width: 54px; height: 54px; }
  .brand-text strong { font-size: 1.05rem; }
  .brand-text small { font-size: .62rem; }
  .header-cta { display: none; }
  .header-wrap { padding-right: 8px; }
  .hero, .hero-content { min-height: 640px; }
  .hero-content { padding: 70px 0 140px; }
  .hero-nav { top: auto; bottom: 110px; transform: none; flex-direction: row; right: 16px; }
  .hero-nav button { width: 50px; height: 50px; }
  .hero-credit { display: none; }
  .feature-strip { margin-top: -60px; padding: 36px 0; }
  .feature-icon { width: 60px; height: 60px; }
  .feature-icon svg { width: 54px; height: 54px; }
  .tile-row { grid-template-columns: 1fr 1fr; }
  .tile-row .tile { aspect-ratio: 3 / 4; }
  .tile-row .tile:nth-child(4) { grid-column: auto; }
  .tile-row .tile:nth-child(5) { grid-column: span 2; aspect-ratio: 16 / 10; }
  .tile-body { left: 18px; right: 18px; bottom: 22px; }
  .why-cols { grid-template-columns: 1fr; }
  .feature-card { padding: 44px 30px 180px; }
  .grid-2, .grid-3, .grid-4 { grid-template-columns: 1fr; }
  .cal-item { grid-template-columns: 1fr; gap: 20px; }
  .cal-media { max-width: 280px; }
  .counter-grid { grid-template-columns: 1fr 1fr; }
  .counter { padding: 0 16px; }
  .counter .ico { width: 64px; height: 64px; }
  .footer-main { grid-template-columns: 1fr; padding: 80px 0 60px; gap: 40px; }
  .form-grid { grid-template-columns: 1fr; }
  .form-card { padding: 26px 20px; }
  .gallery { grid-template-columns: repeat(2, 1fr); }
  .icon-list.cols-2 { grid-template-columns: 1fr; }
  .contact-cards { grid-template-columns: 1fr; }
  .day { padding-left: 0; }
  .day-num { position: static; width: auto; height: auto; border-radius: 0; display: inline-flex; gap: 6px; padding: 6px 12px; font-size: 1rem; margin-bottom: 8px; }
  .day-num small { margin: 0; font-size: 1rem; letter-spacing: 0; }
  .itinerary::before { display: none; }
  .page-hero .container, .page-hero.is-tall .container { padding: 90px 0 70px; }
  .wa-float, .to-top { display: none; }
  .search-toggle svg { width: 24px; height: 24px; }
  .brand { min-width: 0; }
  .brand-text strong { white-space: nowrap; }
  .footer-links ul { gap: 0; }
  .footer-links a, .footer-policies a { display: inline-flex; align-items: center; min-height: 44px; }
  .footer-contact li { align-items: center; min-height: 44px; }
  .footer-contact svg { margin-top: 0; }
  .tour-badge span, .tour-price small, .date-badge span { font-size: 12px; }
  body { padding-bottom: calc(64px + env(safe-area-inset-bottom)); }
  .mobile-bar { padding-bottom: env(safe-area-inset-bottom); }
  .mobile-bar { display: grid; grid-template-columns: repeat(3, 1fr); position: fixed; left: 0; right: 0; bottom: 0; z-index: 85; background: var(--green-900); box-shadow: 0 -4px 20px rgba(0, 0, 0, .2); }
  .mobile-bar a { display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 2px; min-height: 64px; color: #fff; font-size: 11px; font-weight: 700; text-transform: uppercase; letter-spacing: .08em; }
  .mobile-bar a + a { border-left: 1px solid rgba(255, 255, 255, .12); }
  .mobile-bar a:last-child { background: var(--gold); color: var(--ink); }
  .mobile-bar svg { width: 22px; height: 22px; }
  .stay-list li { grid-template-columns: 1fr; }
  .credits th:first-child, .credits td:first-child, .credits th:last-child, .credits td:last-child { display: none; }
  .credits td, .credits th { padding: 10px 6px; font-size: 13.5px; }
  .facts span { text-align: left; }
  .facts li { flex-direction: column; gap: 2px; }
  .results-bar { align-items: stretch; }
  .no-results { padding: 30px 20px; }
}
/* Phones: comfortable tap targets (44px) and readable small labels. */
@media (max-width: 760px) {
  .brand-text small { font-size: .7rem; letter-spacing: .06em; }
  .side-box ul.plain { gap: 0; }
  .side-box ul.plain a, .result-group .icon-list a { display: inline-flex; align-items: center; min-height: 44px; }
  .chips a, .chips span, .active-filters a { min-height: 44px; }
  .filter-more, .itinerary-tools button { min-height: 44px; }
  .contact-card a { display: inline-flex; align-items: center; min-height: 44px; }
  .footer-credit a { display: inline-flex; align-items: center; min-height: 44px; }
  .moment h2 a { display: block; padding: 11px 0; }
  .feature h3 a, .cal-item h3 a { display: inline-block; padding: 10px 0; }
  .dest-card .count, .tile .count, .exp-card .count, .dest-card span { font-size: 12.5px; }
  .search-form-inline input { min-width: 0; }
  .search-form-inline .btn { padding: 0 20px; flex: none; }
}
/* Small phones (iPhone SE and similar, 320–374px): keep logo, search and menu on one line. */
@media (max-width: 374px) {
  .header-wrap { gap: 4px; padding-left: 12px; padding-right: 4px; }
  .brand { gap: 8px; }
  .brand img, .brand svg { width: 44px; height: 44px; }
  .brand-text strong { font-size: .92rem; }
  .brand-text small { font-size: .62rem; letter-spacing: .02em; }
  .search-toggle, .menu-toggle { min-width: 44px; padding: 6px; }
  .container { width: calc(100% - 24px); }
  .form-card { padding: 22px 16px; }
}
@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { animation: none !important; transition: none !important; scroll-behavior: auto !important; }
  .hero-slide img { transform: none !important; }
}
