/* Gabba Gorilla Expeditions — premium, mobile-first design system */
:root {
  --gabba-forest: #12372a;
  --gabba-forest-deep: #0a241b;
  --gabba-gold: #d29b3d;
  --gabba-gold-light: #efc879;
  --gabba-beige: #e9dfcd;
  --gabba-cream: #fbf8f1;
  --gabba-brown: #6f4e37;
  --gabba-charcoal: #202622;
  --gabba-muted: #68716b;
  --gabba-white: #fff;
  --gabba-border: rgba(18, 55, 42, .14);
  --shadow-sm: 0 10px 30px rgba(16, 37, 28, .08);
  --shadow-md: 0 24px 60px rgba(16, 37, 28, .14);
  --shadow-lg: 0 34px 90px rgba(5, 21, 15, .24);
  --radius-sm: 12px;
  --radius: 20px;
  --radius-lg: 34px;
  --container: 1680px;
  --font-display: Georgia, 'Times New Roman', serif;
  --font-body: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
  --header-height: 90px;
  --transition: .28s cubic-bezier(.2,.7,.2,1);
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 110px; }
body { margin: 0; color: var(--gabba-charcoal); background: var(--gabba-cream); font-family: var(--font-body); font-size: 16px; line-height: 1.72; -webkit-font-smoothing: antialiased; }
body.nav-open, body.search-open, body.lightbox-open { overflow: hidden; }
img { display: block; max-width: 100%; height: auto; }
a { color: inherit; text-decoration: none; transition: color var(--transition), background var(--transition), transform var(--transition), border-color var(--transition), opacity var(--transition); }
button, input, select, textarea { font: inherit; }
button { cursor: pointer; }
svg { width: 1.1em; height: 1.1em; fill: none; stroke: currentColor; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }
::selection { color: var(--gabba-white); background: var(--gabba-forest); }
.container { width: min(calc(100% - 24px), var(--container)); margin-inline: auto; }
.narrow-container { max-width: 860px; }
.section { padding: clamp(76px, 9vw, 138px) 0; }
.section-dark { color: var(--gabba-white); background: var(--gabba-forest-deep); }
.section-beige { background: var(--gabba-beige); }
.site-main { overflow: clip; }
.screen-reader-text { position: absolute !important; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; }
.screen-reader-text:focus { clip: auto !important; width: auto; height: auto; left: 8px; top: 8px; z-index: 100000; padding: 12px 18px; color: var(--gabba-white); background: var(--gabba-forest); border-radius: 8px; }
.skip-link { position: fixed; }

h1,h2,h3,h4,h5,h6 { margin: 0 0 .55em; color: var(--gabba-forest-deep); font-family: var(--font-display); font-weight: 500; line-height: 1.08; letter-spacing: -.025em; text-wrap: balance; }
h1 { font-size: clamp(3rem, 8vw, 7.2rem); }
h2 { font-size: clamp(2.35rem, 5vw, 4.75rem); }
h3 { font-size: clamp(1.35rem, 2.2vw, 2rem); }
p { margin: 0 0 1.35em; }
.eyebrow { display: flex; align-items: center; gap: 12px; margin-bottom: 18px; color: var(--gabba-brown); font-size: .76rem; font-weight: 800; letter-spacing: .18em; line-height: 1.2; text-transform: uppercase; }
.eyebrow::before { content: ''; width: 34px; height: 1px; background: var(--gabba-gold); }
.eyebrow.light { color: var(--gabba-gold-light); }
.lead-copy { color: #445049; font-size: clamp(1.08rem, 1.7vw, 1.3rem); line-height: 1.8; }
.section-heading { max-width: 780px; margin-bottom: clamp(38px, 6vw, 70px); }
.section-heading.centered { margin-inline: auto; text-align: center; }
.section-heading.centered .eyebrow { justify-content: center; }
.section-heading > p:last-child { color: var(--gabba-muted); font-size: 1.08rem; }
.section-heading.light h2, .section-heading.light p { color: var(--gabba-white); }
.section-heading-split { display: grid; gap: 26px; max-width: none; }
.section-heading-split > :last-child { align-self: end; max-width: 520px; }
.section-actions { display: flex; flex-wrap: wrap; justify-content: center; gap: 14px; margin-top: 50px; }

.button { display: inline-flex; align-items: center; justify-content: center; gap: 10px; min-height: 52px; padding: 14px 24px; border: 1px solid transparent; border-radius: 999px; font-size: .84rem; font-weight: 800; letter-spacing: .05em; line-height: 1.1; text-transform: uppercase; }
.button svg { width: 18px; }
.button:hover { transform: translateY(-2px); }
.button-gold { color: var(--gabba-forest-deep); background: var(--gabba-gold); box-shadow: 0 10px 25px rgba(210,155,61,.2); }
.button-gold:hover { background: var(--gabba-gold-light); }
.button-forest { color: var(--gabba-white); background: var(--gabba-forest); }
.button-forest:hover { background: var(--gabba-forest-deep); }
.button-outline { color: var(--gabba-forest); border-color: rgba(18,55,42,.32); background: transparent; }
.button-outline:hover { color: var(--gabba-white); border-color: var(--gabba-forest); background: var(--gabba-forest); }
.button-outline-light, .button-ghost { color: var(--gabba-white); border-color: rgba(255,255,255,.55); background: rgba(255,255,255,.05); backdrop-filter: blur(12px); }
.button-outline-light:hover, .button-ghost:hover { color: var(--gabba-forest-deep); border-color: var(--gabba-white); background: var(--gabba-white); }
.button-large { min-height: 60px; padding-inline: 30px; }
.button-full { width: 100%; }
.text-link { display: inline-flex; align-items: center; gap: 10px; color: var(--gabba-forest); font-size: .82rem; font-weight: 800; letter-spacing: .06em; text-transform: uppercase; }
.text-link svg { transition: transform var(--transition); }
.text-link:hover svg { transform: translateX(5px); }
.text-link.light { color: var(--gabba-gold-light); }
.text-link-large { font-size: .9rem; }

/* Header */
.site-header { position: sticky; top: 0; z-index: 999; width: 100%; color: var(--gabba-charcoal); background: rgba(251,248,241,.97); box-shadow: 0 1px 0 rgba(18,55,42,.09); backdrop-filter: blur(18px); transition: background var(--transition), box-shadow var(--transition), transform var(--transition); }
.header-transparent .site-header { position: absolute; color: var(--gabba-white); background: linear-gradient(to bottom, rgba(0,0,0,.48), transparent); box-shadow: none; backdrop-filter: none; }
.header-transparent .site-header.is-scrolled { position: fixed; color: var(--gabba-charcoal); background: rgba(251,248,241,.97); box-shadow: 0 8px 30px rgba(12,30,21,.1); backdrop-filter: blur(18px); }
.topbar { border-bottom: 1px solid rgba(18,55,42,.09); font-size: .75rem; }
.header-transparent .topbar { border-color: rgba(255,255,255,.18); }
.header-transparent .site-header.is-scrolled .topbar { display: none; }
.topbar-inner { display: flex; min-height: 34px; align-items: center; justify-content: space-between; gap: 20px; }
.topbar-contact { display: flex; align-items: center; gap: 18px; }
.topbar-contact a { display: inline-flex; align-items: center; gap: 7px; }
.topbar-contact svg { width: 13px; }
.topbar-promise { display: none; letter-spacing: .04em; opacity: .85; }
.header-main { min-height: var(--header-height); }
.header-inner { display: flex; min-height: var(--header-height); align-items: center; justify-content: space-between; gap: 24px; }
.site-branding { position: relative; z-index: 1001; flex: 0 0 auto; }
.custom-logo { width: auto; max-height: 62px; }
.text-logo { display: inline-flex; align-items: center; gap: 12px; line-height: 1; }
.logo-mark { display: grid; width: 46px; height: 46px; place-items: center; color: var(--gabba-forest-deep); background: var(--gabba-gold); border-radius: 50% 50% 44% 56% / 55% 46% 54% 45%; font-family: var(--font-display); font-size: 1.65rem; }
.text-logo strong, .text-logo small { display: block; }
.text-logo strong { font-family: var(--font-display); font-size: 1.45rem; font-weight: 500; letter-spacing: .01em; }
.text-logo small { margin-top: 4px; font-size: .62rem; font-weight: 800; letter-spacing: .17em; text-transform: uppercase; opacity: .72; }
.primary-navigation { position: fixed; inset: 0 0 0 auto; z-index: 1000; width: min(88vw, 420px); padding: 120px 30px 40px; color: var(--gabba-white); background: var(--gabba-forest-deep); transform: translateX(105%); transition: transform .38s cubic-bezier(.2,.75,.15,1); overflow-y: auto; }
.nav-open .primary-navigation { transform: translateX(0); }
.primary-menu { display: flex; flex-direction: column; gap: 0; padding: 0; margin: 0; list-style: none; }
.primary-menu li { position: relative; }
.primary-menu > li > a { display: block; padding: 15px 0; border-bottom: 1px solid rgba(255,255,255,.13); font-family: var(--font-display); font-size: 1.55rem; }
.primary-menu .sub-menu { display: none; padding: 8px 0 15px 16px; margin: 0; list-style: none; }
.primary-menu .menu-item-has-children.open > .sub-menu { display: block; }
.primary-menu .sub-menu a { display: block; padding: 8px 0; color: rgba(255,255,255,.72); }
.submenu-toggle { position: absolute; top: 10px; right: 0; width: 38px; height: 38px; color: inherit; border: 0; background: transparent; }
.header-actions { display: flex; align-items: center; gap: 8px; }
.icon-button, .menu-toggle { display: grid; width: 44px; height: 44px; place-items: center; color: inherit; border: 0; background: transparent; border-radius: 50%; }
.icon-button:hover { background: rgba(18,55,42,.08); }
.header-transparent .site-header:not(.is-scrolled) .icon-button:hover { background: rgba(255,255,255,.12); }
.menu-toggle { position: relative; z-index: 1002; gap: 4px; }
.menu-toggle span:not(.screen-reader-text) { display: block; width: 23px; height: 2px; background: currentColor; transition: transform var(--transition), opacity var(--transition); }
.nav-open .menu-toggle { color: var(--gabba-white); }
.nav-open .menu-toggle span:nth-child(1) { transform: translateY(6px) rotate(45deg); }
.nav-open .menu-toggle span:nth-child(2) { opacity: 0; }
.nav-open .menu-toggle span:nth-child(3) { transform: translateY(-6px) rotate(-45deg); }
.header-cta { display: none; min-height: 46px; padding: 12px 19px; }

.search-overlay { position: fixed; inset: 0; z-index: 1200; display: grid; padding: 24px; place-items: center; color: var(--gabba-white); background: rgba(7,28,20,.97); visibility: hidden; opacity: 0; transition: opacity var(--transition), visibility var(--transition); }
.search-open .search-overlay { visibility: visible; opacity: 1; }
.search-overlay-inner { position: relative; width: min(850px, 100%); }
.search-overlay h2 { color: var(--gabba-white); font-size: clamp(2.1rem, 5vw, 4.4rem); }
.search-close { position: absolute; top: -70px; right: 0; width: 48px; height: 48px; color: var(--gabba-white); border: 1px solid rgba(255,255,255,.35); background: transparent; border-radius: 50%; font-size: 2rem; line-height: 1; }
.search-form { position: relative; display: flex; width: 100%; }
.search-form label { flex: 1; }
.search-field { width: 100%; min-height: 58px; padding: 12px 62px 12px 20px; color: var(--gabba-charcoal); border: 1px solid var(--gabba-border); outline: none; background: var(--gabba-white); border-radius: 999px; }
.search-field:focus { border-color: var(--gabba-gold); box-shadow: 0 0 0 4px rgba(210,155,61,.16); }
.search-submit { position: absolute; top: 6px; right: 7px; display: grid; width: 46px; height: 46px; place-items: center; color: var(--gabba-white); border: 0; background: var(--gabba-forest); border-radius: 50%; }

/* Hero */
.home-hero { position: relative; min-height: 100svh; display: flex; align-items: flex-end; color: var(--gabba-white); background-image: var(--hero-image); background-position: center; background-size: cover; isolation: isolate; }
.hero-overlay { position: absolute; inset: 0; z-index: -2; background: linear-gradient(90deg, rgba(4,21,15,.88) 0%, rgba(4,21,15,.58) 52%, rgba(4,21,15,.15) 100%), linear-gradient(0deg, rgba(4,21,15,.7), transparent 60%); }
.hero-grain { position: absolute; inset: 0; z-index: -1; opacity: .08; background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 180 180' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.9' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.5'/%3E%3C/svg%3E"); mix-blend-mode: soft-light; }
.hero-content { display: flex; min-height: 100svh; padding-top: 145px; padding-bottom: clamp(90px, 12vh, 145px); align-items: flex-end; justify-content: space-between; gap: 40px; }
.hero-copy { max-width: 860px; }
.hero-copy h1 { max-width: 980px; color: var(--gabba-white); font-size: clamp(3.6rem, 9vw, 8.3rem); line-height: .94; text-shadow: 0 8px 40px rgba(0,0,0,.24); }
.hero-text { max-width: 720px; margin: 26px 0 34px; color: rgba(255,255,255,.86); font-size: clamp(1.05rem, 1.8vw, 1.3rem); }
.hero-buttons { display: flex; flex-wrap: wrap; gap: 13px; }
.hero-note { display: none; width: 70px; align-items: center; flex-direction: column; gap: 16px; writing-mode: vertical-rl; font-size: .66rem; font-weight: 800; letter-spacing: .18em; text-transform: uppercase; }
.hero-note-line { display: block; width: 1px; height: 90px; background: rgba(255,255,255,.55); }
.scroll-cue { position: absolute; right: 22px; bottom: 26px; display: flex; align-items: center; gap: 10px; font-size: .65rem; font-weight: 800; letter-spacing: .16em; text-transform: uppercase; transform: rotate(90deg); transform-origin: right center; }
.scroll-cue i { display: block; width: 50px; height: 1px; background: var(--gabba-white); }
.trust-strip { color: var(--gabba-white); background: var(--gabba-forest); }
.trust-grid { display: grid; grid-template-columns: repeat(2, 1fr); }
.trust-grid > div { padding: 22px 15px; border-right: 1px solid rgba(255,255,255,.12); border-bottom: 1px solid rgba(255,255,255,.12); }
.trust-grid strong, .trust-grid span { display: block; }
.trust-grid strong { color: var(--gabba-gold-light); font-family: var(--font-display); font-size: 1.05rem; font-weight: 500; }
.trust-grid span { margin-top: 4px; color: rgba(255,255,255,.67); font-size: .7rem; }

/* Intro */
.intro-grid { display: grid; gap: 60px; align-items: center; }
.intro-copy h2 { max-width: 700px; }
.intro-features { display: grid; gap: 18px; margin: 34px 0; }
.intro-features > div { display: grid; grid-template-columns: 42px 1fr; gap: 14px; }
.intro-features span { display: grid; width: 42px; height: 42px; place-items: center; color: var(--gabba-forest); background: rgba(210,155,61,.18); border-radius: 50%; }
.intro-features p { margin: 0; color: var(--gabba-muted); font-size: .95rem; }
.intro-features strong { display: block; margin-bottom: 3px; color: var(--gabba-forest-deep); }
.intro-visual { position: relative; min-height: 550px; }
.intro-image-main { position: absolute; inset: 0 13% 0 0; overflow: hidden; border-radius: var(--radius-lg); box-shadow: var(--shadow-lg); }
.intro-image-main img, .intro-image-small img { width: 100%; height: 100%; object-fit: cover; }
.intro-image-small { position: absolute; right: 0; bottom: 8%; width: 42%; aspect-ratio: 1; overflow: hidden; border: 8px solid var(--gabba-cream); border-radius: 50%; box-shadow: var(--shadow-md); }
.intro-stamp { position: absolute; top: 8%; right: 1%; display: grid; width: 130px; height: 130px; place-items: center; align-content: center; color: var(--gabba-white); background: var(--gabba-forest); border-radius: 50%; text-align: center; transform: rotate(7deg); }
.intro-stamp::before { content: ''; position: absolute; inset: 7px; border: 1px dashed rgba(255,255,255,.4); border-radius: 50%; }
.intro-stamp strong, .intro-stamp span { position: relative; display: block; }
.intro-stamp strong { font-family: var(--font-display); font-size: 1.2rem; font-weight: 500; }
.intro-stamp span { color: var(--gabba-gold-light); font-size: .67rem; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }

/* Cards */
.destination-grid, .safari-grid, .journal-grid { display: grid; gap: 24px; }
.destination-card { min-width: 0; }
.destination-card-link { position: relative; display: block; min-height: 460px; overflow: hidden; border-radius: var(--radius); isolation: isolate; }
.destination-card img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; transition: transform .8s cubic-bezier(.2,.75,.2,1); }
.destination-overlay { position: absolute; inset: 0; z-index: 1; background: linear-gradient(to top, rgba(3,22,15,.9), rgba(3,22,15,.05) 65%); }
.destination-content { position: absolute; right: 0; bottom: 0; left: 0; z-index: 2; padding: 30px; color: var(--gabba-white); }
.destination-content p { margin: 0 0 5px; color: var(--gabba-gold-light); font-size: .75rem; font-weight: 800; letter-spacing: .11em; text-transform: uppercase; }
.destination-content h3 { margin-bottom: 16px; color: var(--gabba-white); font-size: 2.25rem; }
.destination-content span { display: inline-flex; align-items: center; gap: 8px; font-size: .73rem; font-weight: 800; letter-spacing: .09em; text-transform: uppercase; }
.destination-card-link:hover img { transform: scale(1.07); }
.destination-card-link:hover .destination-content span svg { transform: translateX(4px); }
.destination-archive-grid .destination-card-link { min-height: 520px; }

.safari-card { overflow: hidden; background: var(--gabba-white); border: 1px solid rgba(18,55,42,.08); border-radius: var(--radius); box-shadow: var(--shadow-sm); transition: transform var(--transition), box-shadow var(--transition); }
.safari-card:hover { transform: translateY(-7px); box-shadow: var(--shadow-md); }
.card-image { position: relative; display: block; aspect-ratio: 1.42; overflow: hidden; }
.card-image img { width: 100%; height: 100%; object-fit: cover; transition: transform .65s ease; }
.safari-card:hover .card-image img { transform: scale(1.055); }
.card-badge { position: absolute; top: 16px; left: 16px; padding: 7px 12px; color: var(--gabba-forest-deep); background: rgba(255,255,255,.9); border-radius: 999px; backdrop-filter: blur(8px); font-size: .7rem; font-weight: 800; letter-spacing: .05em; text-transform: uppercase; }
.card-content { padding: 26px; }
.card-location { display: flex; align-items: center; gap: 7px; margin-bottom: 10px; color: var(--gabba-brown); font-size: .73rem; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
.card-content h3 { margin-bottom: 13px; font-size: 1.6rem; }
.card-content > p { color: var(--gabba-muted); font-size: .91rem; }
.card-footer { display: flex; padding-top: 18px; border-top: 1px solid var(--gabba-border); align-items: center; justify-content: space-between; gap: 12px; }
.card-price { color: var(--gabba-forest-deep); font-family: var(--font-display); font-size: 1rem; }
.card-footer .text-link { font-size: .68rem; }
.section-dark .safari-card { color: var(--gabba-charcoal); }
.archive-grid { margin-top: 42px; }

/* Experiences */
.experiences-section { background: #f4efe5; }
.experience-grid { display: grid; gap: 18px; }
.experience-card { position: relative; min-height: 460px; overflow: hidden; color: var(--gabba-white); border-radius: var(--radius); isolation: isolate; }
.experience-card > img { position: absolute; inset: 0; z-index: -2; width: 100%; height: 100%; object-fit: cover; transition: transform .7s ease; }
.experience-overlay { position: absolute; inset: 0; z-index: -1; background: linear-gradient(to top, rgba(4,26,18,.92), rgba(4,26,18,.05) 70%); }
.experience-card > div:last-child { position: absolute; right: 0; bottom: 0; left: 0; padding: 28px; }
.experience-card h3 { color: var(--gabba-white); font-size: 1.8rem; }
.experience-card p { color: rgba(255,255,255,.74); font-size: .9rem; }
.experience-card a { display: inline-flex; align-items: center; gap: 8px; color: var(--gabba-gold-light); font-size: .72rem; font-weight: 800; letter-spacing: .09em; text-transform: uppercase; }
.experience-card:hover > img { transform: scale(1.06); }

/* Why */
.why-grid { display: grid; gap: 65px; align-items: center; }
.why-image { position: relative; min-height: 620px; }
.why-image > img { width: 92%; height: 100%; min-height: 620px; object-fit: cover; border-radius: var(--radius-lg); box-shadow: var(--shadow-md); }
.why-card { position: absolute; right: 0; bottom: 9%; width: 210px; padding: 30px; color: var(--gabba-white); background: var(--gabba-forest); border-radius: var(--radius); box-shadow: var(--shadow-md); }
.why-card strong, .why-card span { display: block; }
.why-card strong { color: var(--gabba-gold-light); font-family: var(--font-display); font-size: 1.7rem; font-weight: 500; }
.why-card span { margin-top: 8px; font-size: .76rem; line-height: 1.5; }
.why-list { margin-top: 35px; }
.why-list > div { display: grid; grid-template-columns: 48px 1fr; gap: 0 16px; padding: 20px 0; border-top: 1px solid rgba(18,55,42,.16); }
.why-list > div:last-child { border-bottom: 1px solid rgba(18,55,42,.16); }
.why-list span { grid-row: 1 / 3; color: var(--gabba-gold); font-family: var(--font-display); font-size: 1.2rem; }
.why-list h3 { margin-bottom: 7px; font-family: var(--font-body); font-size: 1rem; font-weight: 800; letter-spacing: .02em; }
.why-list p { margin: 0; color: var(--gabba-muted); font-size: .9rem; }

/* Stats */
.stats-section { position: relative; padding: clamp(75px, 11vw, 145px) 0; color: var(--gabba-white); isolation: isolate; }
.stats-bg, .stats-overlay { position: absolute; inset: 0; z-index: -2; }
.stats-bg { background-position: center; background-size: cover; }
.stats-overlay { z-index: -1; background: rgba(5,28,19,.78); }
.stats-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 0; }
.stats-grid > div { padding: 28px 16px; border: 1px solid rgba(255,255,255,.15); text-align: center; }
.stats-grid strong, .stats-grid span { display: block; }
.stats-grid strong { color: var(--gabba-gold-light); font-family: var(--font-display); font-size: clamp(2.8rem, 7vw, 5rem); font-weight: 500; line-height: 1; }
.stats-grid span { margin-top: 12px; color: rgba(255,255,255,.72); font-size: .7rem; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; }

/* Testimonials */
.testimonial-slider { overflow: hidden; }
.testimonial-track { display: flex; transition: transform .55s cubic-bezier(.2,.75,.2,1); }
.testimonial-slide { flex: 0 0 100%; padding: clamp(30px, 6vw, 70px); background: var(--gabba-white); border: 1px solid var(--gabba-border); border-radius: var(--radius-lg); text-align: center; }
.stars { color: var(--gabba-gold); letter-spacing: .2em; }
.testimonial-slide blockquote { max-width: 900px; margin: 28px auto 34px; color: var(--gabba-forest-deep); font-family: var(--font-display); font-size: clamp(1.55rem, 3.5vw, 3rem); line-height: 1.38; }
.testimonial-slide blockquote p { margin: 0; }
.testimonial-author { display: flex; align-items: center; justify-content: center; gap: 12px; }
.testimonial-author > span { display: grid; width: 48px; height: 48px; place-items: center; color: var(--gabba-white); background: var(--gabba-forest); border-radius: 50%; font-family: var(--font-display); font-size: 1.2rem; }
.testimonial-author p { margin: 0; text-align: left; }
.testimonial-author strong, .testimonial-author small { display: block; }
.testimonial-author small { color: var(--gabba-muted); }
.slider-controls { display: flex; margin-top: 26px; align-items: center; justify-content: center; gap: 15px; }
.slider-controls > button { width: 44px; height: 44px; color: var(--gabba-forest); border: 1px solid var(--gabba-border); background: transparent; border-radius: 50%; }
.slider-dots { display: flex; gap: 7px; }
.slider-dots button { width: 7px; height: 7px; padding: 0; border: 0; background: rgba(18,55,42,.25); border-radius: 50%; }
.slider-dots button.active { width: 24px; background: var(--gabba-gold); border-radius: 999px; }

/* Gallery */
.masonry-gallery { display: grid; grid-auto-rows: 180px; gap: 12px; }
.gallery-item { position: relative; overflow: hidden; padding: 0; color: var(--gabba-white); border: 0; background: transparent; border-radius: 14px; }
.gallery-item img { width: 100%; height: 100%; object-fit: cover; transition: transform .55s ease, filter .55s ease; }
.gallery-item span { position: absolute; right: 0; bottom: 0; left: 0; padding: 30px 18px 15px; background: linear-gradient(transparent, rgba(4,24,17,.8)); font-size: .76rem; font-weight: 800; letter-spacing: .07em; text-align: left; text-transform: uppercase; opacity: 0; transform: translateY(8px); transition: opacity var(--transition), transform var(--transition); }
.gallery-item:hover img { transform: scale(1.055); filter: brightness(.83); }
.gallery-item:hover span { opacity: 1; transform: translateY(0); }
.gallery-item:nth-child(1), .gallery-item:nth-child(4), .gallery-item:nth-child(7) { grid-row: span 2; }
.gallery-lightbox { position: fixed; inset: 0; z-index: 1400; display: grid; padding: 25px; place-items: center; background: rgba(3,17,12,.94); visibility: hidden; opacity: 0; transition: opacity var(--transition), visibility var(--transition); }
.gallery-lightbox[aria-hidden="false"] { visibility: visible; opacity: 1; }
.gallery-lightbox figure { width: min(1100px, 100%); margin: 0; }
.gallery-lightbox img { width: 100%; max-height: 78vh; object-fit: contain; border-radius: var(--radius); }
.gallery-lightbox figcaption { margin-top: 12px; color: var(--gabba-white); text-align: center; }
.lightbox-close { position: absolute; top: 20px; right: 20px; width: 48px; height: 48px; color: var(--gabba-white); border: 1px solid rgba(255,255,255,.3); background: transparent; border-radius: 50%; font-size: 2rem; }

/* Journal */
.journal-card { overflow: hidden; background: var(--gabba-white); border: 1px solid var(--gabba-border); border-radius: var(--radius); }
.journal-image { display: block; aspect-ratio: 1.5; overflow: hidden; }
.journal-image img { width: 100%; height: 100%; object-fit: cover; transition: transform .6s ease; }
.journal-card:hover img { transform: scale(1.05); }
.journal-content { padding: 25px; }
.post-meta { display: flex; flex-wrap: wrap; gap: 16px; margin-bottom: 13px; color: var(--gabba-muted); font-size: .69rem; font-weight: 800; letter-spacing: .07em; text-transform: uppercase; }
.journal-content h3 { font-size: 1.55rem; }
.journal-content p { color: var(--gabba-muted); font-size: .9rem; }

/* FAQ */
.faq-grid { display: grid; gap: 50px; }
.faq-intro { align-self: start; }
.faq-item { border-top: 1px solid rgba(18,55,42,.2); }
.faq-item:last-child { border-bottom: 1px solid rgba(18,55,42,.2); }
.faq-item h3 { margin: 0; font-family: var(--font-body); }
.faq-item h3 button { display: flex; width: 100%; padding: 23px 0; align-items: center; justify-content: space-between; gap: 20px; color: var(--gabba-forest-deep); border: 0; background: transparent; text-align: left; font-size: 1rem; font-weight: 800; }
.faq-item h3 button span { display: grid; width: 32px; height: 32px; flex: 0 0 auto; place-items: center; color: var(--gabba-forest); border: 1px solid rgba(18,55,42,.25); border-radius: 50%; transition: transform var(--transition); }
.faq-item h3 button[aria-expanded="true"] span { transform: rotate(45deg); }
.faq-answer { padding: 0 45px 24px 0; color: var(--gabba-muted); }
.faq-answer p:last-child { margin-bottom: 0; }

/* Quote form */
.quote-section { position: relative; color: var(--gabba-white); background: var(--gabba-forest); }
.quote-section::before { content: ''; position: absolute; inset: 0; opacity: .09; background-image: radial-gradient(circle at 20% 30%, var(--gabba-gold) 0, transparent 25%), radial-gradient(circle at 80% 80%, var(--gabba-gold) 0, transparent 20%); }
.quote-grid { position: relative; display: grid; gap: 50px; align-items: start; }
.quote-copy h2 { color: var(--gabba-white); }
.quote-copy > p { color: rgba(255,255,255,.73); font-size: 1.08rem; }
.quote-contact-list { display: grid; gap: 13px; margin: 30px 0; }
.quote-contact-list a { display: flex; align-items: center; gap: 14px; }
.quote-contact-list svg { width: 24px; height: 24px; color: var(--gabba-gold-light); }
.quote-contact-list small, .quote-contact-list span { display: block; }
.quote-contact-list small { color: rgba(255,255,255,.58); font-size: .67rem; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
.planning-steps { display: grid; gap: 14px; margin-top: 35px; }
.planning-steps > div { display: grid; grid-template-columns: 45px 1fr; gap: 13px; align-items: center; }
.planning-steps span { color: var(--gabba-gold-light); font-family: var(--font-display); font-size: 1.1rem; }
.planning-steps p { margin: 0; color: rgba(255,255,255,.72); font-size: .88rem; }
.quote-form-wrap { padding: clamp(24px, 4vw, 44px); color: var(--gabba-charcoal); background: var(--gabba-white); border-radius: var(--radius-lg); box-shadow: var(--shadow-lg); }
.form-grid { display: grid; gap: 15px; }
.gabba-quote-form label { display: block; }
.gabba-quote-form label > span { display: block; margin-bottom: 7px; color: var(--gabba-forest-deep); font-size: .73rem; font-weight: 800; letter-spacing: .04em; }
.gabba-quote-form input, .gabba-quote-form select, .gabba-quote-form textarea { width: 100%; padding: 13px 15px; color: var(--gabba-charcoal); border: 1px solid rgba(18,55,42,.18); outline: none; background: #fffdf9; border-radius: 10px; }
.gabba-quote-form input:focus, .gabba-quote-form select:focus, .gabba-quote-form textarea:focus { border-color: var(--gabba-gold); box-shadow: 0 0 0 3px rgba(210,155,61,.13); }
.gabba-quote-form .button { margin-top: 18px; }
.form-privacy { margin: 12px 0 0; color: var(--gabba-muted); font-size: .72rem; text-align: center; }
.honeypot { position: absolute; left: -9999px; }
.form-notice { padding: 13px 16px; margin-bottom: 18px; border-radius: 10px; font-size: .88rem; }
.form-notice.success { color: #0f5132; background: #d1e7dd; }
.form-notice.error { color: #842029; background: #f8d7da; }

/* Page hero and breadcrumbs */
.page-hero { position: relative; display: flex; min-height: clamp(430px, 58vw, 680px); align-items: flex-end; color: var(--gabba-white); background-image: var(--page-hero-image); background-position: center; background-size: cover; isolation: isolate; }
.page-hero-overlay { position: absolute; inset: 0; z-index: -1; background: linear-gradient(to top, rgba(3,24,16,.9), rgba(3,24,16,.18)); }
.page-hero-content { padding-top: 150px; padding-bottom: clamp(55px, 8vw, 90px); }
.page-hero h1 { max-width: 1000px; color: var(--gabba-white); font-size: clamp(3rem, 7vw, 6.5rem); }
.page-hero p { max-width: 750px; color: rgba(255,255,255,.8); font-size: 1.1rem; }
.breadcrumbs { margin-bottom: 25px; }
.breadcrumbs ol { display: flex; flex-wrap: wrap; gap: 8px; padding: 0; margin: 0; list-style: none; }
.breadcrumbs li { display: flex; align-items: center; gap: 8px; color: rgba(255,255,255,.7); font-size: .7rem; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.breadcrumbs li:not(:last-child)::after { content: '/'; opacity: .55; }
.breadcrumbs a:hover { color: var(--gabba-gold-light); }

/* Archive filters */
.archive-filters { display: grid; gap: 14px; padding: 24px; background: var(--gabba-white); border: 1px solid var(--gabba-border); border-radius: var(--radius); box-shadow: var(--shadow-sm); }
.archive-filters label { display: block; margin-bottom: 6px; color: var(--gabba-forest-deep); font-size: .73rem; font-weight: 800; letter-spacing: .07em; text-transform: uppercase; }
.archive-filters select { width: 100%; min-height: 52px; padding: 10px 14px; border: 1px solid var(--gabba-border); background: var(--gabba-cream); border-radius: 10px; }
.filter-reset { align-self: center; color: var(--gabba-brown); font-size: .76rem; font-weight: 800; text-decoration: underline; }
.page-numbers { display: flex; flex-wrap: wrap; gap: 8px; padding: 0; margin: 45px 0 0; list-style: none; }
.page-numbers a, .page-numbers span { display: grid; min-width: 42px; min-height: 42px; padding: 8px 12px; place-items: center; border: 1px solid var(--gabba-border); border-radius: 50%; }
.page-numbers .current { color: var(--gabba-white); background: var(--gabba-forest); }

/* Content and sidebar */
.content-with-sidebar { display: grid; gap: 50px; }
.content-column { min-width: 0; }
.prose { font-size: 1.04rem; }
.prose > * { max-width: 100%; }
.prose h2 { margin-top: 1.25em; font-size: clamp(2rem, 4vw, 3.4rem); }
.prose h3 { margin-top: 1.5em; }
.prose a { color: var(--gabba-brown); text-decoration: underline; text-decoration-thickness: 1px; text-underline-offset: 3px; }
.prose ul, .prose ol { padding-left: 1.35em; }
.prose blockquote { padding: 28px 30px; margin: 35px 0; color: var(--gabba-forest-deep); background: var(--gabba-beige); border-left: 4px solid var(--gabba-gold); border-radius: 0 var(--radius) var(--radius) 0; font-family: var(--font-display); font-size: 1.4rem; }
.site-sidebar { display: grid; align-content: start; gap: 22px; }
.widget { padding: 25px; background: var(--gabba-white); border: 1px solid var(--gabba-border); border-radius: var(--radius); }
.widget-title { font-size: 1.4rem; }
.widget ul { padding: 0; margin: 0; list-style: none; }
.widget li { padding: 9px 0; border-bottom: 1px solid var(--gabba-border); }
.widget li:last-child { border-bottom: 0; }
.sidebar-cta { color: var(--gabba-white); background: var(--gabba-forest); }
.sidebar-cta h3 { color: var(--gabba-white); }
.sidebar-cta p { color: rgba(255,255,255,.72); }
.article-meta { display: flex; flex-wrap: wrap; gap: 12px 22px; padding-bottom: 20px; margin-bottom: 35px; color: var(--gabba-muted); border-bottom: 1px solid var(--gabba-border); font-size: .75rem; font-weight: 800; letter-spacing: .07em; text-transform: uppercase; }
.social-share { display: flex; flex-wrap: wrap; gap: 13px; padding: 22px 0; margin-top: 40px; border-top: 1px solid var(--gabba-border); border-bottom: 1px solid var(--gabba-border); }
.social-share a { color: var(--gabba-brown); font-weight: 700; }
.author-box { display: grid; grid-template-columns: 78px 1fr; gap: 20px; padding: 28px; margin: 35px 0; background: var(--gabba-beige); border-radius: var(--radius); }
.author-box img { border-radius: 50%; }
.author-box h3 { margin-bottom: 6px; }
.author-box p { margin: 0; }
.related-section { padding: 90px 0; }
.comments-area { margin-top: 55px; }
.comment-list { padding: 0; list-style: none; }
.comment-body { padding: 22px; margin-bottom: 15px; background: var(--gabba-white); border: 1px solid var(--gabba-border); border-radius: var(--radius); }

/* Safari single */
.safari-hero { position: relative; min-height: 760px; display: flex; align-items: flex-end; color: var(--gabba-white); background-image: var(--safari-hero); background-position: center; background-size: cover; isolation: isolate; }
.safari-hero-overlay { position: absolute; inset: 0; z-index: -1; background: linear-gradient(to top, rgba(3,24,16,.94), rgba(3,24,16,.15) 75%); }
.safari-hero-content { padding: 170px 0 75px; }
.safari-hero h1 { max-width: 1000px; color: var(--gabba-white); font-size: clamp(3rem, 7vw, 6.8rem); }
.safari-hero-content > p { max-width: 800px; color: rgba(255,255,255,.8); font-size: 1.1rem; }
.safari-hero-meta { display: flex; flex-wrap: wrap; gap: 13px; margin-top: 32px; }
.safari-hero-meta > span { display: flex; min-width: 180px; padding: 14px 18px; align-items: center; gap: 11px; background: rgba(255,255,255,.1); border: 1px solid rgba(255,255,255,.18); border-radius: 12px; backdrop-filter: blur(12px); }
.safari-hero-meta svg { color: var(--gabba-gold-light); }
.safari-hero-meta strong, .safari-hero-meta small { display: block; }
.safari-hero-meta small { color: rgba(255,255,255,.55); font-size: .63rem; letter-spacing: .08em; text-transform: uppercase; }
.safari-anchor-nav { position: sticky; top: 0; z-index: 80; background: var(--gabba-white); box-shadow: 0 8px 20px rgba(8,31,22,.08); }
.logged-in .safari-anchor-nav { top: 32px; }
.safari-anchor-nav .container { display: flex; gap: 22px; overflow-x: auto; }
.safari-anchor-nav a { flex: 0 0 auto; padding: 18px 0; color: var(--gabba-muted); font-size: .75rem; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.safari-anchor-nav a:hover { color: var(--gabba-forest); }
.safari-layout { display: grid; gap: 50px; align-items: start; }
.safari-content .entry-content > h2:first-of-type, .safari-content .entry-content > ul:first-of-type { display: none; }
.safari-highlights { padding: 30px; margin-top: 40px; background: var(--gabba-beige); border-radius: var(--radius); }
.highlight-grid { display: grid; gap: 14px; }
.highlight-grid > div { display: flex; align-items: center; gap: 11px; }
.highlight-grid svg { color: var(--gabba-gold); }
.safari-summary-card { padding: 30px; background: var(--gabba-white); border: 1px solid var(--gabba-border); border-radius: var(--radius); box-shadow: var(--shadow-md); }
.safari-summary-card dl { margin: 25px 0; }
.safari-summary-card dl div { display: flex; padding: 12px 0; border-bottom: 1px solid var(--gabba-border); justify-content: space-between; gap: 15px; }
.safari-summary-card dt { color: var(--gabba-muted); font-size: .8rem; }
.safari-summary-card dd { margin: 0; font-weight: 800; text-align: right; }
.summary-whatsapp { display: flex; margin-top: 15px; align-items: center; justify-content: center; gap: 9px; color: #196b43; font-size: .78rem; font-weight: 800; }
.itinerary-list { max-width: 950px; margin: 0 auto; }
.itinerary-day { display: grid; grid-template-columns: 55px 1fr; gap: 16px; padding: 18px 0; border-top: 1px solid rgba(18,55,42,.18); }
.itinerary-day:last-child { border-bottom: 1px solid rgba(18,55,42,.18); }
.day-number { color: var(--gabba-gold); font-family: var(--font-display); font-size: 1.4rem; }
.day-body h3 { margin: 0; }
.day-body h3 button { display: grid; width: 100%; grid-template-columns: 1fr 34px; gap: 8px; padding: 0; color: var(--gabba-forest-deep); border: 0; background: transparent; text-align: left; }
.day-body h3 button span, .day-body h3 button strong { grid-column: 1; display: block; }
.day-body h3 button span { color: var(--gabba-brown); font-family: var(--font-body); font-size: .69rem; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
.day-body h3 button strong { font-family: var(--font-display); font-size: 1.25rem; font-weight: 500; }
.day-body h3 button i { grid-column: 2; grid-row: 1 / 3; display: grid; width: 32px; height: 32px; place-items: center; border: 1px solid var(--gabba-border); border-radius: 50%; font-style: normal; transition: transform var(--transition); }
.day-body h3 button[aria-expanded="true"] i { transform: rotate(45deg); }
.day-details { padding: 16px 45px 0 0; color: var(--gabba-muted); }
.inclusion-grid { display: grid; gap: 45px; }
.check-list { display: grid; gap: 13px; padding: 0; list-style: none; }
.check-list li { display: flex; align-items: flex-start; gap: 10px; }
.check-list svg { flex: 0 0 auto; margin-top: 5px; color: var(--gabba-gold); }
.exclusions-card { padding: 34px; background: var(--gabba-forest); border-radius: var(--radius); color: rgba(255,255,255,.75); }
.exclusions-card ul { padding-left: 20px; }
.exclusions-card .eyebrow { color: var(--gabba-gold-light); }

/* Destination single */
.destination-intro-grid { display: grid; gap: 50px; align-items: start; }
.destination-facts { padding: 30px; background: var(--gabba-white); border: 1px solid var(--gabba-border); border-radius: var(--radius); box-shadow: var(--shadow-sm); }
.destination-facts > div { padding: 18px 0; border-top: 1px solid var(--gabba-border); }
.destination-facts strong { color: var(--gabba-brown); font-size: .72rem; letter-spacing: .09em; text-transform: uppercase; }
.destination-facts p { margin: 7px 0 0; color: var(--gabba-muted); font-size: .9rem; }

/* Search and 404 */
.search-page-form { max-width: 700px; margin: 0 auto 55px; }
.search-results-list { display: grid; gap: 20px; }
.search-result { display: grid; gap: 22px; padding: 22px; background: var(--gabba-white); border: 1px solid var(--gabba-border); border-radius: var(--radius); }
.search-result-image { overflow: hidden; border-radius: 13px; }
.search-result-image img { width: 100%; height: 100%; min-height: 220px; object-fit: cover; }
.search-result h2 { font-size: 1.8rem; }
.error-page { position: relative; min-height: 100svh; display: grid; place-items: center; color: var(--gabba-white); background-image: var(--error-image); background-position: center; background-size: cover; isolation: isolate; }
.error-overlay { position: absolute; inset: 0; z-index: -1; background: rgba(3,24,16,.78); }
.error-content { padding-top: 150px; padding-bottom: 80px; text-align: center; }
.error-code { margin: 0; color: var(--gabba-gold-light); font-family: var(--font-display); font-size: clamp(7rem, 25vw, 16rem); line-height: .72; opacity: .42; }
.error-content .eyebrow { justify-content: center; }
.error-content h1 { color: var(--gabba-white); font-size: clamp(2.6rem, 6vw, 5.5rem); }
.error-content > p { max-width: 680px; margin-inline: auto; }
.error-content .hero-buttons { justify-content: center; }
.error-search { max-width: 600px; margin: 35px auto 0; }
.no-results { padding: 55px; background: var(--gabba-white); border: 1px solid var(--gabba-border); border-radius: var(--radius); text-align: center; }

/* Footer */
.site-footer { color: rgba(255,255,255,.72); background: #071b14; }
.footer-newsletter { padding: 45px 0; border-bottom: 1px solid rgba(255,255,255,.1); background: var(--gabba-forest); }
.newsletter-inner { display: grid; gap: 24px; align-items: center; }
.newsletter-inner h2 { margin: 0; color: var(--gabba-white); font-size: clamp(2rem, 4vw, 3.2rem); }
.newsletter-form { display: flex; flex-wrap: wrap; gap: 10px; }
.newsletter-form input { flex: 1 1 240px; min-height: 54px; padding: 12px 18px; color: var(--gabba-charcoal); border: 1px solid rgba(255,255,255,.2); outline: none; background: var(--gabba-white); border-radius: 999px; }
.footer-main { padding: 75px 0; }
.footer-grid { display: grid; gap: 40px; }
.footer-logo { color: var(--gabba-white); }
.footer-brand p { max-width: 400px; margin-top: 25px; }
.social-links { display: flex; flex-wrap: wrap; gap: 13px; }
.social-links a { color: var(--gabba-gold-light); font-size: .74rem; font-weight: 800; letter-spacing: .07em; text-transform: uppercase; }
.footer-column h3 { color: var(--gabba-white); font-family: var(--font-body); font-size: .78rem; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.footer-column ul, .footer-menu { padding: 0; margin: 0; list-style: none; }
.footer-column li { margin: 9px 0; }
.footer-column a:hover { color: var(--gabba-gold-light); }
.footer-contact { display: grid; align-content: start; gap: 14px; }
.footer-contact > a:not(.button) { display: flex; align-items: center; gap: 10px; }
.footer-contact svg { color: var(--gabba-gold-light); }
.footer-contact .button { margin-top: 10px; }
.footer-bottom { padding: 22px 0; border-top: 1px solid rgba(255,255,255,.08); font-size: .72rem; }
.footer-bottom-inner { display: flex; flex-wrap: wrap; align-items: center; justify-content: space-between; gap: 13px; }
.footer-bottom p { margin: 0; }
.legal-menu { display: flex; gap: 14px; padding: 0; margin: 0; list-style: none; }
.floating-whatsapp { position: fixed; right: 16px; bottom: 18px; z-index: 650; display: flex; min-width: 54px; height: 54px; padding: 0 16px; align-items: center; justify-content: center; gap: 9px; color: var(--gabba-white); background: #1f9d5a; border-radius: 999px; box-shadow: 0 14px 35px rgba(0,0,0,.25); }
.floating-whatsapp svg { width: 26px; height: 26px; fill: currentColor; stroke: none; }
.floating-whatsapp span { display: none; font-size: .74rem; font-weight: 800; }
.back-to-top { position: fixed; right: 18px; bottom: 86px; z-index: 640; width: 43px; height: 43px; color: var(--gabba-white); border: 0; background: var(--gabba-forest); border-radius: 50%; box-shadow: var(--shadow-sm); opacity: 0; pointer-events: none; transform: translateY(10px); transition: opacity var(--transition), transform var(--transition); }
.back-to-top.visible { opacity: 1; pointer-events: auto; transform: translateY(0); }

/* Elementor & Gutenberg */
.alignwide { width: min(1500px, calc(100vw - 36px)); max-width: none; margin-left: 50%; transform: translateX(-50%); }
.alignfull { width: 100vw; max-width: none; margin-left: 50%; transform: translateX(-50%); }
.elementor-full-width-template .page-hero { display: none; }
.elementor-full-width-content { overflow: hidden; }
.wp-block-button__link { border-radius: 999px; }
.wp-caption-text, .gallery-caption { color: var(--gabba-muted); font-size: .8rem; }

/* Motion and accessibility */
.reveal { opacity: 1; transform: none; }
.js .reveal { opacity: 0; transform: translateY(28px); transition: opacity .8s ease, transform .8s ease; }
.js .reveal.is-visible { opacity: 1; transform: none; }
:focus-visible { outline: 3px solid var(--gabba-gold); outline-offset: 3px; }
[hidden] { display: none !important; }

@media (min-width: 600px) {
  .container { width: min(calc(100% - 48px), var(--container)); }
  .topbar-promise { display: block; }
  .destination-grid, .safari-grid, .journal-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .experience-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .experience-card:nth-child(1), .experience-card:nth-child(4) { min-height: 560px; }
  .masonry-gallery { grid-template-columns: repeat(2, 1fr); }
  .form-grid { grid-template-columns: repeat(2, 1fr); }
  .form-span { grid-column: 1 / -1; }
  .archive-filters { grid-template-columns: 1fr 1fr auto; align-items: end; }
  .search-result { grid-template-columns: 250px 1fr; align-items: center; }
  .floating-whatsapp span { display: inline; }
}

@media (min-width: 782px) {
  .logged-in .site-header, .logged-in .header-transparent .site-header.is-scrolled { top: 32px; }
  .section-heading-split { grid-template-columns: 1.15fr .85fr; align-items: end; }
  .trust-grid { grid-template-columns: repeat(4, 1fr); }
  .trust-grid > div { border-bottom: 0; }
  .stats-grid { grid-template-columns: repeat(4, 1fr); }
  .newsletter-inner { grid-template-columns: 1fr minmax(380px, .8fr); }
  .footer-grid { grid-template-columns: 1.35fr .72fr .85fr 1fr 1.1fr; }
}

@media (min-width: 900px) {
  .hero-note { display: flex; }
  .intro-grid, .why-grid { grid-template-columns: 1fr 1fr; }
  .destination-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .destination-grid .destination-card:first-child { grid-column: span 2; }
  .destination-grid .destination-card:first-child .destination-card-link { min-height: 540px; }
  .safari-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .journal-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .journal-grid-two { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .experience-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .experience-card:nth-child(1), .experience-card:nth-child(4) { min-height: 500px; }
  .faq-grid { grid-template-columns: .75fr 1.25fr; }
  .faq-intro { position: sticky; top: 120px; }
  .quote-grid { grid-template-columns: .82fr 1.18fr; gap: 70px; }
  .content-with-sidebar { grid-template-columns: minmax(0, 1fr) 320px; }
  .safari-layout { grid-template-columns: minmax(0, 1fr) 360px; }
  .safari-summary-card { position: sticky; top: 105px; }
  .destination-intro-grid { grid-template-columns: minmax(0, 1fr) 360px; }
  .destination-facts { position: sticky; top: 105px; }
  .inclusion-grid { grid-template-columns: 1.15fr .85fr; }
  .masonry-gallery { grid-template-columns: repeat(4, 1fr); }
  .gallery-item:nth-child(1) { grid-column: span 2; }
}

@media (min-width: 1120px) {
  .header-main { min-height: 96px; }
  .header-inner { min-height: 96px; }
  .primary-navigation { position: static; width: auto; padding: 0; color: inherit; background: transparent; transform: none; overflow: visible; }
  .primary-menu { flex-direction: row; align-items: center; gap: 28px; }
  .primary-menu > li > a { padding: 35px 0; border: 0; font-family: var(--font-body); font-size: .72rem; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
  .primary-menu > li > a::after { content: ''; display: block; width: 0; height: 1px; margin-top: 3px; background: var(--gabba-gold); transition: width var(--transition); }
  .primary-menu > li:hover > a::after, .primary-menu > .current-menu-item > a::after { width: 100%; }
  .primary-menu .sub-menu { position: absolute; top: calc(100% - 10px); left: -20px; display: block; min-width: 250px; padding: 14px; color: var(--gabba-charcoal); background: var(--gabba-white); border: 1px solid var(--gabba-border); border-radius: 14px; box-shadow: var(--shadow-md); visibility: hidden; opacity: 0; transform: translateY(8px); transition: opacity var(--transition), transform var(--transition), visibility var(--transition); }
  .primary-menu li:hover > .sub-menu, .primary-menu li:focus-within > .sub-menu { visibility: visible; opacity: 1; transform: translateY(0); }
  .primary-menu .sub-menu a { padding: 9px 10px; color: var(--gabba-charcoal); border-radius: 7px; font-size: .8rem; }
  .primary-menu .sub-menu a:hover { color: var(--gabba-forest); background: var(--gabba-beige); }
  .submenu-toggle, .menu-toggle { display: none; }
  .header-cta { display: inline-flex; }
  .header-transparent .site-header:not(.is-scrolled) .primary-menu .sub-menu { color: var(--gabba-charcoal); }
  .destination-grid { grid-template-columns: repeat(4, minmax(0, 1fr)); }
  .destination-grid .destination-card:first-child { grid-column: span 2; grid-row: span 2; }
  .destination-grid .destination-card:first-child .destination-card-link { min-height: 100%; }
  .destination-grid .destination-card:nth-child(2) .destination-card-link, .destination-grid .destination-card:nth-child(3) .destination-card-link, .destination-grid .destination-card:nth-child(4) .destination-card-link, .destination-grid .destination-card:nth-child(5) .destination-card-link { min-height: 340px; }
  .destination-grid .destination-card:nth-child(6) { grid-column: span 2; }
  .destination-grid .destination-card:nth-child(6) .destination-card-link { min-height: 360px; }
  .destination-archive-grid { grid-template-columns: repeat(3, 1fr); }
  .destination-archive-grid .destination-card:first-child { grid-column: auto; grid-row: auto; }
  .destination-archive-grid .destination-card .destination-card-link { min-height: 500px !important; }
}

@media (max-width: 599px) {
  .topbar-contact a:first-child span { display: none; }
  .topbar-contact { width: 100%; justify-content: space-between; }
  .topbar-promise { display: none; }
  .hero-copy h1 { font-size: clamp(3.1rem, 16vw, 4.8rem); }
  .hero-buttons .button { width: 100%; }
  .intro-visual { min-height: 480px; }
  .intro-stamp { width: 110px; height: 110px; }
  .why-image { min-height: 500px; }
  .why-image > img { min-height: 500px; }
  .why-card { width: 180px; padding: 22px; }
  .card-footer { align-items: flex-start; flex-direction: column; }
  .quote-form-wrap { margin-inline: -4px; }
  .footer-newsletter .button { width: 100%; }
  .safari-hero { min-height: 680px; }
  .safari-hero-meta > span { width: 100%; }
  .day-body h3 button strong { font-size: 1.05rem; }
}

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

@media (forced-colors: active) {
  .button, .logo-mark, .floating-whatsapp { border: 1px solid ButtonText; }
}


/* Full-width homepage and accessible horizontal carousels */
html, body { max-width: 100%; overflow-x: clip; }
.container-wide { max-width: 1680px; }
.full-bleed-section { width: 100%; }
.carousel-shell { position: relative; min-width: 0; }
.carousel-track { display: grid; grid-auto-flow: column; gap: clamp(16px, 1.7vw, 28px); padding: 5px 2px 28px; overflow-x: auto; overscroll-behavior-inline: contain; scroll-behavior: smooth; scroll-snap-type: inline mandatory; scrollbar-width: none; }
.carousel-track::-webkit-scrollbar { display: none; }
.carousel-track > * { min-width: 0; scroll-snap-align: start; scroll-snap-stop: always; }
.destination-carousel-track { grid-auto-columns: minmax(285px, 28vw); }
.destination-carousel-track .destination-card-link { min-height: clamp(470px, 55vw, 650px); }
.safari-carousel-track { grid-auto-columns: minmax(300px, 25vw); }
.safari-carousel-track.compact { grid-auto-columns: minmax(285px, 22vw); }
.carousel-controls { display: grid; grid-template-columns: 48px minmax(120px, 300px) 48px; gap: 14px; margin-top: 18px; align-items: center; justify-content: end; }
.carousel-controls button { display: grid; width: 48px; height: 48px; place-items: center; color: var(--gabba-forest); border: 1px solid var(--gabba-border); background: rgba(255,255,255,.82); border-radius: 50%; box-shadow: var(--shadow-sm); transition: transform var(--transition), opacity var(--transition), background var(--transition); }
.carousel-controls button:hover:not(:disabled) { color: var(--gabba-white); background: var(--gabba-forest); transform: translateY(-2px); }
.carousel-controls button:disabled { opacity: .35; cursor: not-allowed; }
.carousel-progress { height: 3px; overflow: hidden; background: rgba(18,55,42,.14); border-radius: 99px; }
.carousel-progress span { display: block; width: 0; height: 100%; background: var(--gabba-gold); border-radius: inherit; transition: width .2s ease; }
.carousel-controls-light button { color: var(--gabba-white); border-color: rgba(255,255,255,.25); background: rgba(255,255,255,.08); box-shadow: none; }
.carousel-controls-light button:hover:not(:disabled) { color: var(--gabba-forest-deep); background: var(--gabba-white); }
.carousel-controls-light .carousel-progress { background: rgba(255,255,255,.18); }
.featured-safari-carousel { margin-top: 8px; }
.country-safaris-section { padding-top: clamp(70px, 8vw, 120px); }
.country-safari-row { padding: clamp(34px, 5vw, 64px) 0; border-top: 1px solid rgba(18,55,42,.16); }
.country-safari-row:last-child { padding-bottom: 0; }
.country-row-heading { display: flex; margin-bottom: 22px; align-items: end; justify-content: space-between; gap: 24px; }
.country-row-heading span { display: block; margin-bottom: 4px; color: var(--gabba-brown); font-size: .7rem; font-weight: 800; letter-spacing: .15em; text-transform: uppercase; }
.country-row-heading h3 { margin: 0; font-size: clamp(2rem, 3.6vw, 3.6rem); }
.compact-controls { margin-top: 12px; }
.home-main .section-heading { max-width: 1000px; }
.home-main .section-heading-split { max-width: none; }
.home-main .section-heading-split > :last-child { max-width: 650px; }
.home-main .safari-card { height: 100%; }
.home-main .safari-card .card-content { display: flex; min-height: 280px; flex-direction: column; }
.home-main .safari-card .card-footer { margin-top: auto; }
.page-template-default .site-main > .section > .container,
.single-post .site-main > .section > .container,
.archive .site-main > .section > .container,
.search .site-main > .section > .container { max-width: var(--container); }
.elementor-section.elementor-section-boxed > .elementor-container,
.e-con.e-con-boxed > .e-con-inner { max-width: var(--container); }
.elementor-page .site-main, .elementor-full-width-content { width: 100%; max-width: none; }

@media (max-width: 899px) {
  .destination-carousel-track { grid-auto-columns: minmax(270px, 72vw); }
  .safari-carousel-track, .safari-carousel-track.compact { grid-auto-columns: minmax(285px, 78vw); }
  .carousel-controls { grid-template-columns: 44px minmax(90px, 1fr) 44px; width: 100%; }
  .carousel-controls button { width: 44px; height: 44px; }
  .country-row-heading { align-items: flex-start; flex-direction: column; gap: 10px; }
}

@media (max-width: 599px) {
  .container { width: min(calc(100% - 28px), var(--container)); }
  .section { padding: 70px 0; }
  .destination-carousel-track { grid-auto-columns: 86vw; }
  .destination-carousel-track .destination-card-link { min-height: 510px; }
  .safari-carousel-track, .safari-carousel-track.compact { grid-auto-columns: 86vw; }
  .carousel-track { gap: 14px; margin-right: calc((100vw - 100%) * -1); padding-right: 14px; }
  .country-safari-row { padding: 38px 0; }
  .country-row-heading h3 { font-size: 2.35rem; }
  .home-main .safari-card .card-content { min-height: auto; }
}

.page-content-wide { max-width: 1500px; }
.page-content-wide > p, .page-content-wide > ul, .page-content-wide > ol, .page-content-wide > blockquote { max-width: 1180px; }
.page-content-wide > .alignfull, .page-content-wide > .alignwide { max-width: none; }

@media (min-width: 782px) and (max-width: 1199px) {
  .footer-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .footer-brand { grid-column: 1 / -1; }
}
@media (min-width: 1200px) {
  .footer-grid { grid-template-columns: 1.35fr .72fr .85fr 1fr 1.1fr; }
}
/* Gabba visual identity overrides */
:root{--forest:#123d2d;--deep:#071c15;--gold:#d9a43b;--sand:#f2e6cf;--cream:#faf5ea;--off:#fffdf8;--brown:#76502d;--char:#202722;--muted:#66716b}
.site-header .site-branding .site-title,.brand-name{letter-spacing:.02em}
.hero-title strong,.accent-word{color:var(--gold)}
.gabba-country-chip{display:inline-flex;padding:8px 13px;border:1px solid rgba(255,255,255,.35);border-radius:999px;margin:4px;font-size:.72rem;text-transform:uppercase;letter-spacing:.08em}
@media(max-width:782px){.section{padding-top:72px;padding-bottom:72px}.hero-buttons{gap:10px}.button{width:100%;text-align:center}.site-main img{max-width:100%;height:auto}}


/* Gabba East Africa fleet / car hire */
.fleet-section{background:linear-gradient(180deg,#f8f4eb 0%,#fff 100%)}
.fleet-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:24px;margin-top:42px}.fleet-card{background:#fff;border:1px solid rgba(18,55,42,.1);border-radius:26px;overflow:hidden;box-shadow:0 18px 55px rgba(17,47,37,.09);transition:.28s}.fleet-card:hover{transform:translateY(-6px);box-shadow:0 26px 70px rgba(17,47,37,.14)}.fleet-visual{height:260px;position:relative;display:flex;align-items:flex-end;padding:24px;background-size:cover;background-position:center;isolation:isolate}.fleet-visual:before{content:"";position:absolute;inset:0;background:linear-gradient(180deg,rgba(7,29,22,.08),rgba(7,29,22,.72));z-index:-1}.fleet-visual span{display:inline-flex;padding:8px 12px;border-radius:999px;background:rgba(255,255,255,.9);color:#12372a;font-size:.72rem;font-weight:900;letter-spacing:.12em}.fleet-prado{background-image:url('../images/hero-elephant.jpg')}.fleet-landcruiser{background-image:url('../images/queen-elizabeth-lions.jpg')}.fleet-safari-van{background-image:url('../images/lake-bunyonyi-uganda.jpg')}.fleet-copy{padding:28px}.fleet-copy h3{font-size:1.55rem;margin-bottom:12px}.fleet-copy p{color:#5f6b65}.fleet-copy a{font-weight:800;color:var(--gabba-forest)}
@media(max-width:980px){.fleet-grid{grid-template-columns:1fr}.fleet-visual{height:320px}}@media(max-width:640px){.fleet-visual{height:240px}.fleet-copy{padding:22px}}
/* ===== Gabba v3 — Jango-inspired hierarchy, elevated editorial finish ===== */
.gabba-home-v3{overflow:hidden}.jg-hero{min-height:94vh;position:relative;display:flex;align-items:flex-end;background:var(--deep) var(--hero-image) center/cover no-repeat;color:#fff;padding:180px 0 118px}.jg-hero-shade{position:absolute;inset:0;background:linear-gradient(90deg,rgba(1,21,12,.94) 0%,rgba(1,21,12,.72) 46%,rgba(1,21,12,.22) 100%),linear-gradient(0deg,rgba(1,21,12,.75),transparent 48%)}.jg-hero-inner{position:relative;z-index:2;display:grid;grid-template-columns:minmax(0,1.65fr) minmax(290px,.62fr);gap:80px;align-items:end}.jg-hero-copy{max-width:850px}.jg-hero h1{font-size:clamp(3.35rem,6.2vw,6.8rem);color:#fff;letter-spacing:-.055em;line-height:.92;margin:16px 0 28px}.jg-hero-copy>p:not(.eyebrow){font-size:1.14rem;max-width:760px;color:rgba(255,255,255,.88)}.jg-hero-panel{padding:34px;border:1px solid rgba(255,255,255,.25);background:rgba(255,255,255,.10);backdrop-filter:blur(16px);border-radius:24px}.jg-hero-panel span{font-size:.72rem;letter-spacing:.14em;text-transform:uppercase;color:var(--gold)}.jg-hero-panel strong{display:block;font:500 2.1rem/1.05 Georgia,serif;margin:12px 0}.jg-hero-panel p{color:rgba(255,255,255,.82);margin:0}.jg-hero-bottom{position:absolute;left:0;right:0;bottom:0;z-index:3;border-top:1px solid rgba(255,255,255,.2)}.jg-hero-bottom .container{display:grid;grid-template-columns:repeat(6,1fr)}.jg-hero-bottom span{text-align:center;padding:19px 10px;font-size:.72rem;font-weight:800;letter-spacing:.12em;text-transform:uppercase;border-right:1px solid rgba(255,255,255,.16)}
.jg-intro-grid{display:grid;grid-template-columns:.9fr 1.1fr;gap:90px}.jg-intro h2{font-size:clamp(2.6rem,5vw,5.3rem)}.jg-intro-copy{font-size:1.08rem}.jg-intro-copy a:not(.text-link){text-decoration:underline;text-decoration-color:rgba(213,163,61,.55);text-underline-offset:4px}
.jg-package-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:22px}.jg-package-grid .safari-card{background:#fff;border-radius:18px;overflow:hidden}.jg-package-grid .card-image{aspect-ratio:1.28/1}.jg-package-grid .card-content{padding:24px}.jg-package-grid h3{font-size:1.35rem}.jg-package-grid .card-price{font-size:.78rem}.section-dark .jg-package-grid .card-content,.section-dark .jg-package-grid h3,.section-dark .jg-package-grid a{color:var(--deep)}
.jg-country-safaris .section-heading{max-width:900px}.jg-country-row{padding:34px 0;border-top:1px solid #dcd8cc}.jg-country-head{display:flex;justify-content:space-between;gap:25px;align-items:end;margin-bottom:20px}.jg-country-head span{font-size:.68rem;letter-spacing:.16em;color:var(--gold);font-weight:800}.jg-country-head h3{font-size:2rem;margin:2px 0 0}.jg-country-head>a{font-size:.8rem;font-weight:800;text-transform:uppercase;display:flex;gap:8px;align-items:center}.jg-country-head svg{width:18px}.jg-title-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:12px}.jg-title-card{min-height:150px;border:1px solid #dedbd2;background:#fff;border-radius:15px;padding:22px;display:flex;flex-direction:column;transition:.25s}.jg-title-card:hover{transform:translateY(-4px);border-color:var(--gold);box-shadow:0 18px 40px rgba(8,38,28,.08)}.jg-title-card small{color:var(--gold);font-weight:800;text-transform:uppercase;letter-spacing:.08em}.jg-title-card strong{font:500 1.14rem/1.2 Georgia,serif;margin:9px 0 18px}.jg-title-card span{font-size:.72rem;font-weight:800;text-transform:uppercase;margin-top:auto}
.section-cream{background:#f1ede4}.jg-destination-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:20px}.jg-destination-grid .destination-card{min-width:0}
.jg-activity-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}.jg-activity-card{position:relative;min-height:470px;border-radius:22px;overflow:hidden;background:#0b2a1e;color:#fff}.jg-activity-card img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover}.jg-activity-card:after{content:"";position:absolute;inset:0;background:linear-gradient(0deg,rgba(1,22,13,.95),rgba(1,22,13,.08) 70%)}.jg-activity-card>div{position:absolute;z-index:2;left:0;right:0;bottom:0;padding:28px}.jg-activity-card h3{color:#fff;font-size:1.8rem}.jg-activity-card p{color:rgba(255,255,255,.82)}.jg-activity-card a{font-size:.76rem;text-transform:uppercase;font-weight:800;color:var(--gold);display:inline-flex;align-items:center;gap:8px}.jg-activity-card svg{width:18px}
.jg-fleet-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:22px}.jg-fleet-card{background:#fff;color:var(--deep);border-radius:22px;overflow:hidden}.jg-fleet-photo{height:280px;position:relative}.jg-fleet-photo img{width:100%;height:100%;object-fit:cover}.jg-fleet-photo span{position:absolute;left:18px;top:18px;background:var(--gold);padding:8px 11px;border-radius:999px;font-size:.68rem;font-weight:900;letter-spacing:.08em}.jg-fleet-card>div:last-child{padding:28px}.jg-fleet-card h3{font-size:1.65rem}.jg-fleet-card a{font-weight:800;color:var(--forest)}
.jg-why-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:0;border-top:1px solid #ddd}.jg-why-grid>div{padding:36px 30px 20px 0;border-right:1px solid #ddd;margin-right:30px}.jg-why-grid>div:last-child{border-right:0;margin-right:0}.jg-why-grid strong{font:500 3rem Georgia,serif;color:var(--gold)}.jg-why-grid h3{font-size:1.45rem;margin-top:18px}.jg-planning-grid{display:grid;grid-template-columns:.8fr 1.2fr;gap:90px;align-items:start}.jg-resource-links{display:grid;grid-template-columns:1fr 1fr;gap:14px}.jg-resource-links a{background:#fff;border:1px solid #ddd6ca;border-radius:15px;padding:25px}.jg-resource-links strong{display:block;font:500 1.25rem Georgia,serif}.jg-resource-links span{display:block;margin-top:8px;font-size:.85rem;color:#657068}.jg-contact{background:var(--forest);color:#fff}.jg-contact h2{color:#fff;font-size:clamp(2.7rem,5vw,5rem)}.jg-contact-grid{display:grid;grid-template-columns:.9fr 1.1fr;gap:70px;align-items:start}.jg-contact-details{display:flex;flex-direction:column;gap:8px;font-weight:700}.jg-contact-details a{color:var(--gold)}
.site-branding .custom-logo,.site-branding .gabba-bundled-logo{max-height:74px;width:auto;background:#fff;border-radius:8px;padding:5px}.footer-logo-image{display:block;width:210px;height:auto;background:#fff;border-radius:10px;padding:8px;margin-bottom:20px}
@media(max-width:1100px){.jg-package-grid,.jg-title-grid,.jg-destination-grid{grid-template-columns:repeat(2,1fr)}.jg-activity-grid,.jg-fleet-grid{grid-template-columns:repeat(2,1fr)}.jg-why-grid{grid-template-columns:repeat(2,1fr)}.jg-hero-inner{grid-template-columns:1fr}.jg-hero-panel{max-width:520px}.jg-hero-bottom .container{grid-template-columns:repeat(3,1fr)}}
@media(max-width:760px){.jg-hero{min-height:820px;padding-top:150px}.jg-hero h1{font-size:clamp(2.8rem,13vw,4.4rem)}.jg-hero-panel{display:none}.jg-hero-bottom .container{grid-template-columns:repeat(3,1fr)}.jg-hero-bottom span{font-size:.56rem;padding:13px 4px}.jg-intro-grid,.jg-planning-grid,.jg-contact-grid{grid-template-columns:1fr;gap:32px}.jg-package-grid,.jg-title-grid,.jg-destination-grid,.jg-activity-grid,.jg-fleet-grid,.jg-resource-links,.jg-why-grid{grid-template-columns:1fr}.jg-why-grid>div{border-right:0;border-bottom:1px solid #ddd;margin-right:0}.jg-country-head{align-items:flex-start}.jg-country-head h3{font-size:1.6rem}.jg-title-card{min-height:130px}.site-branding .custom-logo,.site-branding .gabba-bundled-logo{max-height:60px}}
/* Wide editorial dropdowns for safari-heavy navigation */
@media(min-width:1101px){.primary-menu>li.menu-item-has-children>.sub-menu{width:min(720px,72vw);display:grid;grid-template-columns:repeat(2,minmax(220px,1fr));gap:4px;padding:18px}.primary-menu>li.menu-item-has-children:nth-child(3)>.sub-menu{width:min(620px,68vw)}.primary-menu>li.menu-item-has-children>.sub-menu li{border:0}.primary-menu>li.menu-item-has-children>.sub-menu a{padding:13px 15px;border-radius:10px}.primary-menu>li.menu-item-has-children>.sub-menu a:hover{background:#f4efe5;color:var(--forest)}.primary-menu>li.menu-item-has-children>.sub-menu:before{content:"EXPLORE GABBA";grid-column:1/-1;font-size:.62rem;font-weight:900;letter-spacing:.18em;color:var(--gold);padding:2px 14px 8px}}


/* ===== Gabba v4 — ultra-wide editorial safari cards ===== */
.gabba-home-v4 { overflow: clip; }
.container.container-wide,
.gabba-home-v4 .container-wide,
.post-type-archive-safari .container,
.post-type-archive-destination .container,
.tax-safari_country .container,
.tax-safari_style .container {
	width: calc(100% - clamp(28px, 4vw, 76px));
	max-width: none;
}
.v4-wide-section { overflow: hidden; }
.v4-hero { min-height: 96vh; }
.v4-hero .jg-hero-inner { grid-template-columns: minmax(0, 1.7fr) minmax(360px, .55fr); gap: clamp(55px, 6vw, 120px); }
.v4-hero .jg-hero-copy { max-width: 1050px; }
.v4-hero h1 { font-size: clamp(3.8rem, 6.8vw, 8rem); }
.v4-hero .jg-hero-copy > p:not(.eyebrow) { max-width: 920px; font-size: clamp(1.03rem, 1.2vw, 1.3rem); }
.v4-hero .jg-hero-panel { max-width: 470px; justify-self: end; padding: 42px; }
.v4-hero .jg-hero-bottom .container { width: calc(100% - clamp(28px, 4vw, 76px)); max-width: none; }

.gabba-home-v4 .section { padding-block: clamp(82px, 8vw, 150px); }
.gabba-home-v4 .section-heading { margin-bottom: clamp(38px, 5vw, 78px); }
.gabba-home-v4 .section-heading h2 { font-size: clamp(3rem, 5.4vw, 6.3rem); max-width: 1150px; }
.gabba-home-v4 .section-heading-split { grid-template-columns: minmax(0, 1.35fr) minmax(320px, .65fr); gap: clamp(45px, 6vw, 110px); }
.gabba-home-v4 .section-heading-split > :last-child { max-width: 690px; justify-self: end; font-size: 1.04rem; }

.jg-intro.v4-wide-section .jg-intro-grid { grid-template-columns: minmax(0, .9fr) minmax(0, 1.1fr); gap: clamp(60px, 8vw, 160px); }
.jg-intro.v4-wide-section h2 { font-size: clamp(3rem, 5.5vw, 6.6rem); }
.jg-intro.v4-wide-section .jg-intro-copy { max-width: 1000px; font-size: clamp(1rem, 1.15vw, 1.22rem); }

/* Safari cards are intentionally large: 3 across on desktop, never 4. */
.v4-package-grid,
.post-type-archive-safari .safari-grid,
.tax-safari_country .safari-grid,
.tax-safari_style .safari-grid,
.related-section .safari-grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: clamp(28px, 2.4vw, 48px);
}
.v4-package-grid .safari-card,
.post-type-archive-safari .safari-card,
.tax-safari_country .safari-card,
.tax-safari_style .safari-card,
.related-section .safari-card {
	border-radius: 30px;
	box-shadow: 0 24px 70px rgba(5, 39, 27, .14);
}
.v4-package-grid .card-image,
.post-type-archive-safari .card-image,
.tax-safari_country .card-image,
.tax-safari_style .card-image,
.related-section .card-image {
	aspect-ratio: 1.45 / 1;
	min-height: 370px;
}
.v4-package-grid .card-badge,
.post-type-archive-safari .card-badge,
.tax-safari_country .card-badge,
.tax-safari_style .card-badge {
	top: 22px; left: 22px;
	padding: 10px 16px;
	font-size: .74rem;
	box-shadow: 0 10px 30px rgba(0,0,0,.12);
}
.v4-package-grid .card-content,
.post-type-archive-safari .card-content,
.tax-safari_country .card-content,
.tax-safari_style .card-content,
.related-section .card-content {
	padding: clamp(28px, 2.2vw, 42px);
}
.v4-package-grid .card-content h3,
.post-type-archive-safari .card-content h3,
.tax-safari_country .card-content h3,
.tax-safari_style .card-content h3,
.related-section .card-content h3 {
	font-size: clamp(1.65rem, 1.8vw, 2.25rem);
	line-height: 1.06;
}
.v4-package-grid .card-content > p,
.post-type-archive-safari .card-content > p,
.tax-safari_country .card-content > p,
.tax-safari_style .card-content > p {
	font-size: 1rem;
	line-height: 1.75;
}
.v4-center-cta { display: flex; justify-content: center; padding-top: clamp(42px, 5vw, 72px); }

/* Country hubs are spacious and editorial, without repeating package imagery. */
.v4-country-grid { display: grid; grid-template-columns: repeat(3, minmax(0,1fr)); gap: clamp(22px, 2.2vw, 40px); }
.v4-country-card {
	position: relative;
	min-height: 360px;
	display: flex;
	flex-direction: column;
	padding: clamp(34px, 3vw, 56px);
	border: 1px solid rgba(18,55,42,.14);
	border-radius: 32px;
	background:
		radial-gradient(circle at 100% 0, rgba(213,163,61,.20), transparent 35%),
		linear-gradient(145deg,#fff,#f3eee5);
	box-shadow: 0 18px 55px rgba(6,43,30,.08);
	overflow: hidden;
	transition: transform .3s ease, box-shadow .3s ease;
}
.v4-country-card:hover { transform: translateY(-7px); box-shadow: 0 30px 85px rgba(6,43,30,.15); }
.v4-country-number { position: absolute; right: 28px; top: 18px; color: rgba(15,67,48,.08); font: 500 clamp(5rem,8vw,9rem)/1 Georgia,serif; }
.v4-country-card h3 { font-size: clamp(2rem,2.7vw,3.3rem); max-width: 430px; margin-top: 12px; }
.v4-country-card p:not(.eyebrow) { max-width: 560px; color: var(--gabba-muted); font-size: 1rem; }
.v4-country-card > a { display: inline-flex; align-items:center; gap:10px; margin-top:auto; padding-top:28px; color:var(--gabba-forest); font-weight:800; text-transform:uppercase; letter-spacing:.06em; font-size:.76rem; }
.v4-country-card > a svg { width: 20px; }

/* Destination cards: 3 across and very tall. */
.v4-destination-grid,
.post-type-archive-destination .destination-archive-grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0,1fr));
	gap: clamp(28px,2.4vw,48px);
}
.v4-destination-grid .destination-card-link,
.post-type-archive-destination .destination-card-link {
	min-height: clamp(520px, 39vw, 720px) !important;
	border-radius: 32px;
	box-shadow: 0 25px 70px rgba(5,39,27,.14);
}
.v4-destination-grid .destination-content,
.post-type-archive-destination .destination-content {
	padding: clamp(32px,3vw,54px);
}
.v4-destination-grid .destination-content h3,
.post-type-archive-destination .destination-content h3 { font-size: clamp(2.1rem,3vw,3.65rem); }
.v4-destination-grid .destination-content p { max-width: 520px; }

/* Experiences and fleet */
.v4-activity-grid { grid-template-columns: repeat(3,minmax(0,1fr)); gap: clamp(24px,2vw,38px); }
.v4-activity-grid .jg-activity-card { min-height: clamp(520px,36vw,680px); border-radius:30px; }
.v4-activity-grid .jg-activity-card > div { padding: clamp(30px,2.7vw,48px); }
.v4-activity-grid .jg-activity-card h3 { font-size: clamp(2rem,2.7vw,3.35rem); }

.v4-fleet-grid { grid-template-columns: repeat(2,minmax(0,1fr)); gap: clamp(28px,2.6vw,50px); }
.v4-fleet-grid .jg-fleet-card { border-radius:30px; box-shadow:0 25px 75px rgba(0,0,0,.22); }
.v4-fleet-grid .jg-fleet-photo { height: clamp(390px,31vw,570px); }
.v4-fleet-grid .jg-fleet-card > div:last-child { padding: clamp(32px,3vw,52px); }
.v4-fleet-grid .jg-fleet-card h3 { font-size: clamp(2rem,2.5vw,3.15rem); }
.v4-fleet-grid .jg-fleet-card p { font-size:1rem; line-height:1.75; }

.v4-why-grid { grid-template-columns: repeat(4,minmax(0,1fr)); }
.v4-why-grid > div { padding: clamp(32px,3vw,58px) clamp(25px,3vw,50px) 32px 0; }
.v4-why-grid h3 { font-size:clamp(1.7rem,2vw,2.45rem); }
.v4-why-grid p { font-size:1rem; }

.v4-contact .jg-contact-grid { grid-template-columns:minmax(0,.9fr) minmax(500px,1.1fr); gap:clamp(60px,7vw,135px); }
.v4-contact .jg-contact-details a { font-size:clamp(1.05rem,1.5vw,1.35rem); }

/* Detail pages: full canvas, comfortable reading measure. */
.single-safari .safari-layout,
.single-destination .destination-intro-grid,
.single-safari .itinerary-section > .container,
.single-safari .inclusion-section > .container,
.single-destination .section > .container,
.single-safari .related-section > .container {
	width: calc(100% - clamp(28px,4vw,76px));
	max-width: none;
}
.single-safari .safari-content,
.single-destination .entry-content.prose { max-width: 1080px; }
.single-safari .prose,
.single-destination .prose { font-size:1.04rem; line-height:1.85; }
.single-safari .prose h2,
.single-destination .prose h2 { margin-top:58px; font-size:clamp(2.2rem,3.5vw,4rem); }
.single-safari .prose h3,
.single-destination .prose h3 { margin-top:42px; font-size:clamp(1.6rem,2.2vw,2.6rem); }
.single-safari .prose a,
.single-destination .prose a { color:var(--gabba-forest); text-decoration:underline; text-decoration-color:rgba(213,163,61,.72); text-decoration-thickness:2px; text-underline-offset:4px; }
.single-safari .safari-summary-card,
.single-destination .destination-facts { width:min(100%,440px); justify-self:end; border-radius:28px; }

/* Full-width archive cards */
.post-type-archive-safari .archive-grid,
.tax-safari_country .archive-grid,
.tax-safari_style .archive-grid { gap:clamp(28px,2.4vw,48px); }
.post-type-archive-safari .section,
.post-type-archive-destination .section,
.tax-safari_country .section,
.tax-safari_style .section { padding-block:clamp(80px,7vw,135px); }

@media (min-width: 1800px) {
	.v4-package-grid,
	.post-type-archive-safari .safari-grid,
	.tax-safari_country .safari-grid,
	.tax-safari_style .safari-grid { grid-template-columns:repeat(3,minmax(0,1fr)); }
}
@media (max-width: 1180px) {
	.v4-package-grid,
	.post-type-archive-safari .safari-grid,
	.tax-safari_country .safari-grid,
	.tax-safari_style .safari-grid,
	.related-section .safari-grid,
	.v4-destination-grid,
	.post-type-archive-destination .destination-archive-grid,
	.v4-country-grid,
	.v4-activity-grid { grid-template-columns:repeat(2,minmax(0,1fr)); }
	.v4-package-grid .card-image { min-height:330px; }
	.v4-fleet-grid { grid-template-columns:1fr 1fr; }
	.v4-why-grid { grid-template-columns:repeat(2,1fr); }
	.v4-hero .jg-hero-inner { grid-template-columns:1fr; }
	.v4-hero .jg-hero-panel { justify-self:start; }
}
@media (max-width: 760px) {
	.container.container-wide,
	.gabba-home-v4 .container-wide,
	.post-type-archive-safari .container,
	.post-type-archive-destination .container,
	.tax-safari_country .container,
	.tax-safari_style .container { width:calc(100% - 28px); }
	.gabba-home-v4 .section-heading-split,
	.jg-intro.v4-wide-section .jg-intro-grid,
	.v4-contact .jg-contact-grid { grid-template-columns:1fr; gap:30px; }
	.v4-package-grid,
	.post-type-archive-safari .safari-grid,
	.tax-safari_country .safari-grid,
	.tax-safari_style .safari-grid,
	.related-section .safari-grid,
	.v4-destination-grid,
	.post-type-archive-destination .destination-archive-grid,
	.v4-country-grid,
	.v4-activity-grid,
	.v4-fleet-grid,
	.v4-why-grid { grid-template-columns:1fr; }
	.v4-package-grid .card-image,
	.post-type-archive-safari .card-image,
	.tax-safari_country .card-image,
	.tax-safari_style .card-image { min-height:280px; }
	.v4-destination-grid .destination-card-link,
	.post-type-archive-destination .destination-card-link { min-height:500px !important; }
	.v4-fleet-grid .jg-fleet-photo { height:330px; }
	.v4-country-card { min-height:300px; }
}


/* V4 page-wide treatment */
.page-hero .container,
.page-template-default .site-main > .section > .container,
.single-post .site-main > .section > .container,
.gabba-car-hire-page > .section > .container {
	width: calc(100% - clamp(28px,4vw,76px));
	max-width: none;
}
.car-hire-content-grid { display:grid; grid-template-columns:minmax(0,1fr) minmax(320px,440px); gap:clamp(55px,7vw,130px); align-items:start; }
.car-hire-content-grid .entry-content { max-width:1080px; font-size:1.04rem; line-height:1.85; }
.car-hire-content-grid .entry-content h2 { font-size:clamp(2.2rem,3.6vw,4.2rem); margin-top:58px; }
.car-hire-sidebar { position:sticky; top:115px; }
@media(max-width:900px){.car-hire-content-grid{grid-template-columns:1fr}.car-hire-sidebar{position:static;width:100%}}

/* V4.1 ultra-wide polish: stronger cards, richer hover states, full-width chrome. */
.site-header .container,
.site-footer .container,
.topbar .container,
.footer-bottom .container {
  width: calc(100% - clamp(28px, 4vw, 76px));
  max-width: none;
}

.v4-package-grid .safari-card,
.post-type-archive-safari .safari-card,
.tax-safari_country .safari-card,
.tax-safari_style .safari-card,
.related-section .safari-card {
  position: relative;
  overflow: hidden;
  border: 1px solid rgba(255,255,255,.08);
  transition: transform .38s ease, box-shadow .38s ease, border-color .38s ease;
}
.v4-package-grid .safari-card:hover,
.post-type-archive-safari .safari-card:hover,
.tax-safari_country .safari-card:hover,
.tax-safari_style .safari-card:hover,
.related-section .safari-card:hover {
  transform: translateY(-10px);
  border-color: rgba(217,164,59,.42);
  box-shadow: 0 38px 95px rgba(5,39,27,.24);
}
.v4-package-grid .card-image,
.post-type-archive-safari .card-image,
.tax-safari_country .card-image,
.tax-safari_style .card-image,
.related-section .card-image { overflow: hidden; }
.v4-package-grid .card-image::after,
.post-type-archive-safari .card-image::after,
.tax-safari_country .card-image::after,
.tax-safari_style .card-image::after,
.related-section .card-image::after {
  content: '';
  position: absolute;
  inset: 0;
  pointer-events: none;
  background: linear-gradient(to top, rgba(4,28,20,.48), transparent 48%);
}
.v4-package-grid .card-image img,
.post-type-archive-safari .card-image img,
.tax-safari_country .card-image img,
.tax-safari_style .card-image img,
.related-section .card-image img,
.v4-destination-grid .destination-card img,
.post-type-archive-destination .destination-card img {
  transition: transform .7s cubic-bezier(.2,.7,.2,1), filter .5s ease;
}
.v4-package-grid .safari-card:hover .card-image img,
.post-type-archive-safari .safari-card:hover .card-image img,
.tax-safari_country .safari-card:hover .card-image img,
.tax-safari_style .safari-card:hover .card-image img,
.related-section .safari-card:hover .card-image img,
.v4-destination-grid .destination-card:hover img,
.post-type-archive-destination .destination-card:hover img {
  transform: scale(1.055);
  filter: saturate(1.08) contrast(1.02);
}
.v4-package-grid .card-content,
.post-type-archive-safari .card-content,
.tax-safari_country .card-content,
.tax-safari_style .card-content,
.related-section .card-content {
  background: linear-gradient(180deg, rgba(255,255,255,.99), rgba(250,247,239,.98));
}
.section-dark .v4-package-grid .card-content,
.section-dark .related-section .card-content { color: var(--gabba-charcoal); }
.card-location { color: var(--gabba-brown); font-weight: 800; letter-spacing: .045em; }
.card-price { font-size: .84rem; font-weight: 900; color: var(--gabba-forest); letter-spacing: .04em; text-transform: uppercase; }

.v4-destination-grid .destination-card,
.post-type-archive-destination .destination-card { overflow: hidden; border-radius: 32px; }
.v4-destination-grid .destination-overlay,
.post-type-archive-destination .destination-overlay {
  background: linear-gradient(to top, rgba(5,28,20,.93) 0%, rgba(5,28,20,.50) 42%, rgba(5,28,20,.04) 77%);
}
.v4-destination-grid .destination-card-link,
.post-type-archive-destination .destination-card-link {
  transition: transform .38s ease, box-shadow .38s ease;
}
.v4-destination-grid .destination-card:hover .destination-card-link,
.post-type-archive-destination .destination-card:hover .destination-card-link {
  transform: translateY(-8px);
  box-shadow: 0 42px 100px rgba(5,39,27,.28);
}
.v4-destination-grid .destination-content span,
.post-type-archive-destination .destination-content span { color: #f0bf55; font-weight: 900; letter-spacing: .06em; }

.v4-package-showcase,
.v4-destination-showcase,
.v4-fleet-section,
.v4-country-section,
.v4-wide-section { position: relative; overflow: clip; }
.v4-package-showcase::before,
.v4-fleet-section::before {
  content: '';
  position: absolute;
  width: 680px;
  height: 680px;
  right: -260px;
  top: -280px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(217,164,59,.14), transparent 70%);
  pointer-events: none;
}
.v4-destination-showcase::after,
.v4-country-section::after {
  content: '';
  position: absolute;
  width: 620px;
  height: 620px;
  left: -300px;
  bottom: -300px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(18,61,45,.09), transparent 70%);
  pointer-events: none;
}

.jg-fleet-card .jg-fleet-photo { overflow: hidden; }
.jg-fleet-card .jg-fleet-photo img { transition: transform .7s cubic-bezier(.2,.7,.2,1); }
.jg-fleet-card:hover .jg-fleet-photo img { transform: scale(1.045); }
.jg-fleet-card .jg-fleet-photo span { backdrop-filter: blur(8px); }

.entry-content.prose p { max-width: 980px; }
.entry-content.prose h2,
.entry-content.prose h3 { max-width: 1120px; }
.single-safari .safari-layout,
.single-destination .destination-intro-grid,
.car-hire-content-grid { max-width: 1900px; margin-inline: auto; }

@media (min-width: 1500px) {
  .v4-package-grid .card-image,
  .post-type-archive-safari .card-image,
  .tax-safari_country .card-image,
  .tax-safari_style .card-image { min-height: 420px; }
  .v4-package-grid .card-content h3,
  .post-type-archive-safari .card-content h3,
  .tax-safari_country .card-content h3,
  .tax-safari_style .card-content h3 { font-size: clamp(1.9rem, 1.75vw, 2.55rem); }
}


/* ==========================================================================
   GABBA GORILLA EXPEDITIONS V5
   High-density, full-width, bold safari sales design
   ========================================================================== */
:root {
	--gabba-v5-gold: #d7a63a;
	--gabba-v5-gold-bright: #efc86d;
	--gabba-v5-gold-soft: #f5dfaa;
	--gabba-v5-deep: #041d14;
	--gabba-v5-forest: #075a36;
	--gabba-v5-forest-bright: #087b49;
	--gabba-v5-cream: #f5efe3;
	--gabba-v5-paper: #fffdf8;
	--gabba-v5-ink: #10241a;
	--gabba-v5-muted: #52645a;
	--gabba-v5-shadow: 0 30px 90px rgba(4,29,20,.15);
	--gabba-v5-shadow-hover: 0 38px 100px rgba(4,29,20,.25);
	--gabba-v5-radius: 30px;
	--font-display-v5: Georgia, "Times New Roman", serif;
	--font-body-v5: "Avenir Next", "Segoe UI", "Helvetica Neue", Arial, sans-serif;
}

body {
	font-family: var(--font-body-v5);
	font-weight: 600;
	color: var(--gabba-v5-ink);
	-webkit-font-smoothing: antialiased;
	text-rendering: optimizeLegibility;
}
body p,
body li,
body input,
body select,
body textarea,
body button { font-weight: 600; }
h1, h2, h3, h4, h5, h6 {
	font-family: var(--font-display-v5);
	font-weight: 800;
	letter-spacing: -.025em;
}
.eyebrow,
.button,
.text-link,
.card-location,
.card-badge,
.destination-content span { font-weight: 900; }

.container.container-wide,
.gabba-home-v5 .container-wide,
.gabba-quote-section-v5 .container-wide {
	width: calc(100% - clamp(26px, 3vw, 58px));
	max-width: none;
	margin-inline: auto;
}
.gabba-home-v5 .section { padding-block: clamp(92px, 7vw, 145px); }
.gabba-home-v5 .section-heading { max-width: none; }
.gabba-home-v5 .section-heading-split {
	display: grid;
	grid-template-columns: minmax(0, 1.2fr) minmax(320px, .65fr);
	gap: clamp(42px, 6vw, 110px);
	align-items: end;
	margin-bottom: clamp(42px, 4vw, 70px);
}
.gabba-home-v5 .section-heading-split > div:last-child > p,
.gabba-home-v5 .section-heading-split > p {
	color: inherit;
	font-size: clamp(.98rem, 1vw, 1.08rem);
	line-height: 1.8;
}
.gabba-home-v5 h2 {
	font-size: clamp(2.8rem, 4.6vw, 6.2rem);
	line-height: .98;
}
.gabba-home-v5 h3 { line-height: 1.08; }

/* Hero */
.v5-hero {
	min-height: min(980px, 100svh);
	background-image: var(--hero-image);
	background-size: cover;
	background-position: center;
}
.v5-hero .jg-hero-shade {
	background:
		linear-gradient(90deg, rgba(3,24,16,.92) 0%, rgba(3,24,16,.68) 45%, rgba(3,24,16,.20) 78%),
		linear-gradient(0deg, rgba(3,24,16,.72), transparent 48%);
}
.v5-hero .jg-hero-inner {
	width: calc(100% - clamp(30px, 4vw, 78px));
	max-width: none;
	padding-top: clamp(205px, 18vh, 270px);
	padding-bottom: 150px;
	grid-template-columns: minmax(0, 1.45fr) minmax(330px, .55fr);
	gap: clamp(50px, 8vw, 150px);
}
.v5-hero .jg-hero-copy { max-width: 1180px; }
.v5-hero .jg-hero-copy h1 {
	max-width: 1220px;
	color: #fff;
	font-size: clamp(3.7rem, 7.1vw, 8.7rem);
	font-weight: 800;
	line-height: .9;
	letter-spacing: -.055em;
	text-wrap: balance;
}
.v5-hero .jg-hero-copy > p:not(.eyebrow) {
	max-width: 900px;
	color: rgba(255,255,255,.9);
	font-size: clamp(1.02rem, 1.3vw, 1.25rem);
	font-weight: 650;
}
.v5-hero .jg-hero-panel {
	border: 1px solid rgba(255,255,255,.24);
	background: rgba(4,32,21,.43);
	box-shadow: 0 24px 80px rgba(0,0,0,.22);
	backdrop-filter: blur(15px);
	border-radius: 28px;
}
.v5-hero .jg-hero-panel strong {
	font-family: var(--font-display-v5);
	font-size: clamp(1.7rem, 2.2vw, 2.5rem);
	font-weight: 800;
}
.v5-hero .jg-hero-bottom .container {
	width: calc(100% - clamp(30px, 4vw, 78px));
	max-width: none;
}
.v5-hero .jg-hero-bottom span { font-weight: 900; }

/* Busy trust strip */
.v5-trust-strip {
	position: relative;
	z-index: 4;
	background: var(--gabba-v5-gold);
	color: var(--gabba-v5-deep);
}
.v5-trust-grid {
	display: grid;
	grid-template-columns: repeat(5, 1fr);
}
.v5-trust-grid > div {
	padding: 27px clamp(18px,2vw,34px);
	border-right: 1px solid rgba(4,29,20,.19);
}
.v5-trust-grid > div:last-child { border-right: 0; }
.v5-trust-grid strong {
	display: block;
	margin-bottom: 4px;
	font-family: var(--font-display-v5);
	font-size: 1.12rem;
	font-weight: 900;
}
.v5-trust-grid span {
	display: block;
	font-size: .75rem;
	font-weight: 800;
	line-height: 1.5;
}

/* Intro */
.v5-intro { background: var(--gabba-v5-paper); }
.v5-intro-grid {
	display: grid;
	grid-template-columns: minmax(0,.92fr) minmax(0,1.08fr);
	gap: clamp(60px, 9vw, 170px);
	align-items: start;
}
.v5-rich-copy {
	max-width: 970px;
	font-size: clamp(1rem, 1.1vw, 1.14rem);
	line-height: 1.85;
}
.v5-rich-copy a,
.entry-content a,
.prose a {
	color: var(--gabba-v5-forest);
	font-weight: 850;
	text-decoration: underline;
	text-decoration-color: rgba(215,166,58,.7);
	text-decoration-thickness: 2px;
	text-underline-offset: 4px;
}

/* SAFARI PACKAGE CARDS — gold, bold titles everywhere */
.safari-card .card-content h3,
.safari-card .card-content h3 a,
.post-type-archive-safari .safari-card h3 a,
.tax-safari_country .safari-card h3 a,
.tax-safari_style .safari-card h3 a,
.related-section .safari-card h3 a,
.gabba-home-v5 .safari-card h3 a {
	color: var(--gabba-v5-gold) !important;
	font-family: var(--font-display-v5);
	font-weight: 900 !important;
	letter-spacing: -.02em;
}
.safari-card .card-content > p {
	color: #4c5e54;
	font-weight: 650;
	line-height: 1.72;
}
.safari-card .card-price { font-weight: 900; }

/* Big, fancy, high-density package section */
.v5-package-showcase {
	background:
		radial-gradient(circle at 0 0, rgba(215,166,58,.10), transparent 30%),
		radial-gradient(circle at 100% 65%, rgba(7,122,73,.12), transparent 28%),
		var(--gabba-v5-deep);
}
.v5-package-grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0,1fr));
	gap: clamp(24px, 2vw, 36px);
}
.v5-package-grid .safari-card {
	min-width: 0;
	border: 1px solid rgba(239,200,109,.17);
	border-radius: 28px;
	box-shadow: 0 22px 70px rgba(0,0,0,.22);
	background: #fff;
	transform: translateZ(0);
}
.v5-package-grid .safari-card:hover {
	transform: translateY(-10px);
	box-shadow: 0 34px 95px rgba(0,0,0,.34);
}
.v5-package-grid .card-image {
	aspect-ratio: 1.42 / 1;
	min-height: 320px;
}
.v5-package-grid .card-image::after {
	content: "";
	position: absolute;
	inset: 50% 0 0;
	background: linear-gradient(transparent, rgba(4,29,20,.28));
	pointer-events: none;
}
.v5-package-grid .card-image img { transition: transform .75s cubic-bezier(.2,.7,.2,1); }
.v5-package-grid .safari-card:hover .card-image img { transform: scale(1.07); }
.v5-package-grid .card-badge {
	top: 20px;
	left: 20px;
	padding: 9px 15px;
	background: var(--gabba-v5-gold);
	color: var(--gabba-v5-deep);
	box-shadow: 0 12px 30px rgba(0,0,0,.18);
}
.v5-package-grid .card-content {
	display: flex;
	min-height: 335px;
	padding: clamp(25px,2vw,34px);
	flex-direction: column;
}
.v5-package-grid .card-location {
	color: var(--gabba-v5-forest);
	font-weight: 900;
}
.v5-package-grid .card-content h3 {
	margin: 4px 0 16px;
	font-size: clamp(1.6rem, 1.7vw, 2.15rem);
}
.v5-package-grid .card-footer {
	margin-top: auto;
	border-top-color: rgba(4,29,20,.11);
}
.v5-package-grid .card-footer .text-link {
	color: var(--gabba-v5-forest) !important;
	font-weight: 900;
}
.v5-center-cta { margin-top: 55px; text-align: center; }

/* Country photo cards */
.v5-country-section {
	background:
		linear-gradient(180deg, #fffdf8 0%, #f8f3e9 100%);
}
.v5-country-image-grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0,1fr));
	gap: clamp(22px, 2.2vw, 38px);
}
.v5-country-image-card {
	position: relative;
	min-height: 650px;
	overflow: hidden;
	border-radius: 32px;
	box-shadow: var(--gabba-v5-shadow);
	isolation: isolate;
}
.v5-country-image-card > a,
.v5-country-image-card img,
.v5-country-overlay {
	position: absolute;
	inset: 0;
}
.v5-country-image-card > a { display: block; }
.v5-country-image-card img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: transform .8s cubic-bezier(.2,.7,.2,1);
}
.v5-country-overlay {
	z-index: 1;
	background:
		linear-gradient(to top, rgba(2,22,14,.96) 0%, rgba(2,22,14,.44) 46%, rgba(2,22,14,.08) 78%),
		linear-gradient(to right, rgba(2,22,14,.28), transparent 60%);
}
.v5-country-card-copy {
	position: absolute;
	z-index: 2;
	right: 0;
	bottom: 0;
	left: 0;
	padding: clamp(28px, 2.7vw, 46px);
	color: #fff;
}
.v5-country-meta {
	display: flex;
	justify-content: space-between;
	gap: 15px;
	margin-bottom: 13px;
	color: var(--gabba-v5-gold-bright);
	font-size: .7rem;
	font-weight: 900;
	letter-spacing: .11em;
	text-transform: uppercase;
}
.v5-country-card-copy h3 {
	margin-bottom: 13px;
	color: #fff;
	font-size: clamp(2.35rem,3vw,4rem);
	font-weight: 900;
}
.v5-country-card-copy p {
	max-width: 620px;
	color: rgba(255,255,255,.83);
	font-size: .96rem;
	font-weight: 650;
}
.v5-country-card-copy strong {
	display: inline-flex;
	align-items: center;
	gap: 9px;
	color: var(--gabba-v5-gold-bright);
	font-size: .76rem;
	font-weight: 900;
	letter-spacing: .08em;
	text-transform: uppercase;
}
.v5-country-image-card:hover img { transform: scale(1.075); }
.v5-country-image-card:hover { box-shadow: var(--gabba-v5-shadow-hover); }

/* Country itinerary directory */
.v5-country-directory { border-top: 1px solid rgba(4,29,20,.07); }
.v5-country-link-columns {
	display: grid;
	grid-template-columns: repeat(3,minmax(0,1fr));
	gap: 26px;
}
.v5-country-link-column {
	padding: clamp(27px,2vw,38px);
	border: 1px solid rgba(4,29,20,.10);
	border-radius: 28px;
	background: rgba(255,255,255,.72);
	box-shadow: 0 18px 55px rgba(4,29,20,.06);
}
.v5-country-link-column h3 {
	margin-bottom: 17px;
	color: var(--gabba-v5-forest);
	font-size: 2rem;
}
.v5-directory-link {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 20px;
	padding: 15px 0;
	border-top: 1px solid rgba(4,29,20,.10);
	font-size: .88rem;
	font-weight: 800;
	line-height: 1.45;
}
.v5-directory-link:hover { color: var(--gabba-v5-gold); }

/* Bigger, busier destinations */
.v5-destination-showcase { background: var(--gabba-v5-cream); }
.v5-destination-grid {
	display: grid;
	grid-template-columns: repeat(3,minmax(0,1fr));
	gap: clamp(24px,2vw,36px);
}
.v5-destination-grid .destination-card-link {
	min-height: 620px;
	border-radius: 31px;
	box-shadow: 0 24px 70px rgba(4,29,20,.15);
}
.v5-destination-grid .destination-content { padding: clamp(28px,2.3vw,42px); }
.v5-destination-grid .destination-content h3 {
	font-size: clamp(2rem,2.4vw,3.25rem);
	font-weight: 900;
	text-shadow: 0 6px 25px rgba(0,0,0,.2);
}
.v5-destination-grid .destination-content p { font-weight: 900; }

/* Experiences */
.v5-experience-section { background: #fffdf9; }
.v5-experience-grid {
	display: grid;
	grid-template-columns: repeat(4,minmax(0,1fr));
	gap: 22px;
}
.v5-experience-card {
	position: relative;
	min-height: 550px;
	overflow: hidden;
	border-radius: 28px;
	box-shadow: var(--gabba-v5-shadow);
	isolation: isolate;
}
.v5-experience-card > a,
.v5-experience-card img,
.v5-experience-shade { position: absolute; inset: 0; }
.v5-experience-card > a { display: block; }
.v5-experience-card img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: transform .75s ease;
}
.v5-experience-shade {
	z-index: 1;
	background: linear-gradient(to top, rgba(3,23,15,.94), rgba(3,23,15,.05) 72%);
}
.v5-experience-card > a > div:last-child {
	position: absolute;
	z-index: 2;
	right: 0; bottom: 0; left: 0;
	padding: 28px;
	color: #fff;
}
.v5-experience-card h3 {
	margin-bottom: 12px;
	color: #fff;
	font-size: clamp(1.7rem,2vw,2.35rem);
	font-weight: 900;
}
.v5-experience-card p {
	color: rgba(255,255,255,.82);
	font-size: .89rem;
	font-weight: 650;
}
.v5-experience-card strong {
	color: var(--gabba-v5-gold-bright);
	font-size: .72rem;
	font-weight: 900;
	letter-spacing: .08em;
	text-transform: uppercase;
}
.v5-experience-card:hover img { transform: scale(1.07); }

/* Fleet */
.v5-fleet-section {
	background:
		radial-gradient(circle at 86% 15%, rgba(215,166,58,.11), transparent 28%),
		var(--gabba-v5-deep);
}
.v5-fleet-grid {
	display: grid;
	grid-template-columns: repeat(2,minmax(0,1fr));
	gap: 30px;
}
.v5-fleet-card {
	display: grid;
	grid-template-columns: 1.12fr .88fr;
	min-height: 500px;
	overflow: hidden;
	border: 1px solid rgba(255,255,255,.15);
	border-radius: 30px;
	background: rgba(255,255,255,.045);
}
.v5-fleet-photo { position: relative; min-height: 100%; overflow: hidden; }
.v5-fleet-photo img { width: 100%; height: 100%; object-fit: cover; transition: transform .7s ease; }
.v5-fleet-photo span {
	position: absolute;
	top: 20px;
	left: 20px;
	padding: 8px 13px;
	border-radius: 999px;
	background: var(--gabba-v5-gold);
	color: var(--gabba-v5-deep);
	font-size: .67rem;
	font-weight: 900;
	text-transform: uppercase;
	letter-spacing: .08em;
}
.v5-fleet-card > div:last-child {
	display: flex;
	padding: clamp(27px,2.3vw,42px);
	flex-direction: column;
	justify-content: center;
}
.v5-fleet-card h3 {
	color: #fff;
	font-size: clamp(1.9rem,2.4vw,3rem);
	font-weight: 900;
}
.v5-fleet-card p { color: rgba(255,255,255,.74); }
.v5-fleet-card a { color: var(--gabba-v5-gold-bright); font-weight: 900; }
.v5-fleet-card:hover .v5-fleet-photo img { transform: scale(1.06); }

/* Safari styles */
.v5-safari-style-section { background: #fff; }
.v5-style-grid {
	display: grid;
	grid-template-columns: repeat(3,minmax(0,1fr));
	gap: 22px;
}
.v5-style-grid > a {
	position: relative;
	min-height: 285px;
	padding: 36px;
	overflow: hidden;
	border: 1px solid rgba(4,29,20,.10);
	border-radius: 28px;
	background: linear-gradient(145deg,#fff,#f7f0e3);
	box-shadow: 0 16px 55px rgba(4,29,20,.06);
	transition: transform .25s ease, background .25s ease, color .25s ease;
}
.v5-style-grid > a::after {
	content: "";
	position: absolute;
	width: 150px;
	height: 150px;
	right: -55px;
	top: -55px;
	border-radius: 50%;
	background: rgba(215,166,58,.14);
}
.v5-style-grid span {
	color: var(--gabba-v5-gold);
	font-family: var(--font-display-v5);
	font-size: 2.2rem;
	font-weight: 900;
}
.v5-style-grid h3 { margin: 26px 0 12px; font-size: 2rem; }
.v5-style-grid p { color: var(--gabba-v5-muted); }
.v5-style-grid > a:hover {
	transform: translateY(-7px);
	background: var(--gabba-v5-forest);
	color: #fff;
}
.v5-style-grid > a:hover h3,
.v5-style-grid > a:hover p { color: #fff; }

/* Statistics */
.v5-stat-band {
	padding: 0;
	color: #fff;
	background: var(--gabba-v5-forest);
}
.v5-stat-grid {
	display: grid;
	grid-template-columns: repeat(5,1fr);
}
.v5-stat-grid > div {
	padding: clamp(32px,3vw,58px) 24px;
	border-right: 1px solid rgba(255,255,255,.17);
	text-align: center;
}
.v5-stat-grid > div:last-child { border-right: 0; }
.v5-stat-grid strong {
	display: block;
	color: var(--gabba-v5-gold-bright);
	font-family: var(--font-display-v5);
	font-size: clamp(3.2rem,4vw,5.4rem);
	font-weight: 900;
	line-height: 1;
}
.v5-stat-grid span { display:block; margin-top:8px; font-size:.76rem; font-weight:850; }

/* Planning */
.v5-planning-grid {
	display: grid;
	grid-template-columns: repeat(4,minmax(0,1fr));
	gap: 22px;
}
.v5-planning-grid > a {
	min-height: 320px;
	padding: 32px;
	border-radius: 26px;
	background: #fff;
	border: 1px solid rgba(4,29,20,.09);
	box-shadow: 0 18px 55px rgba(4,29,20,.06);
}
.v5-planning-grid span {
	color: var(--gabba-v5-gold);
	font-size: .7rem;
	font-weight: 900;
	letter-spacing: .1em;
	text-transform: uppercase;
}
.v5-planning-grid h3 { margin: 28px 0 12px; font-size: 2rem; }
.v5-planning-grid p { color: var(--gabba-v5-muted); font-size:.92rem; }
.v5-planning-grid strong { color: var(--gabba-v5-forest); font-size:.78rem; font-weight:900; }

/* Why */
.v5-why-grid {
	display: grid;
	grid-template-columns: repeat(3,minmax(0,1fr));
	gap: 1px;
	background: rgba(255,255,255,.14);
	border: 1px solid rgba(255,255,255,.14);
	border-radius: 30px;
	overflow: hidden;
}
.v5-why-grid > div {
	min-height: 270px;
	padding: clamp(30px,2.4vw,44px);
	background: var(--gabba-v5-deep);
}
.v5-why-grid strong {
	color: var(--gabba-v5-gold-bright);
	font-family: var(--font-display-v5);
	font-size: 2.3rem;
	font-weight: 900;
}
.v5-why-grid h3 { margin: 28px 0 11px; color:#fff; font-size:1.8rem; }
.v5-why-grid p { color:rgba(255,255,255,.72); font-size:.9rem; }

/* Testimonials */
.v5-testimonial-grid {
	display: grid;
	grid-template-columns: repeat(4,minmax(0,1fr));
	gap: 22px;
}
.v5-testimonial-grid article {
	min-height: 330px;
	padding: 34px;
	border: 1px solid rgba(4,29,20,.10);
	border-radius: 28px;
	background: #fff;
	box-shadow: 0 18px 55px rgba(4,29,20,.06);
}
.v5-testimonial-grid .stars { color: var(--gabba-v5-gold); letter-spacing:.12em; font-size:1.05rem; }
.v5-testimonial-grid blockquote {
	margin: 24px 0 30px;
	color: #334a3d;
	font-family: var(--font-display-v5);
	font-size: 1.15rem;
	font-weight: 700;
	line-height: 1.65;
}
.v5-testimonial-grid h3 { color:var(--gabba-v5-forest); font-size:1.1rem; }

/* FAQ */
.v5-faq-grid {
	display: grid;
	grid-template-columns: repeat(2,minmax(0,1fr));
	gap: 15px;
}
.v5-faq-grid details {
	padding: 0 26px;
	border: 1px solid rgba(4,29,20,.10);
	border-radius: 20px;
	background: #fff;
}
.v5-faq-grid summary {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 20px;
	padding: 24px 0;
	cursor: pointer;
	color: var(--gabba-v5-deep);
	font-family: var(--font-display-v5);
	font-size: 1.18rem;
	font-weight: 900;
	list-style: none;
}
.v5-faq-grid summary::-webkit-details-marker { display:none; }
.v5-faq-grid summary span { color:var(--gabba-v5-gold); font-size:1.6rem; }
.v5-faq-grid details > div { padding:0 0 25px; color:var(--gabba-v5-muted); }

/* Journal */
.v5-journal-grid {
	display: grid;
	grid-template-columns: repeat(4,minmax(0,1fr));
	gap: 23px;
}
.v5-journal-grid .journal-card { height:100%; }

/* =====================================================================
   Detailed inquiry form inspired by the supplied field structure
   ===================================================================== */
.gabba-quote-section-v5 {
	position: relative;
	padding: clamp(90px,8vw,150px) 0;
	color: #fff;
	background:
		radial-gradient(circle at 10% 10%, rgba(215,166,58,.13), transparent 28%),
		linear-gradient(135deg,#063f29 0%,#041d14 70%);
}
.gabba-quote-section-v5::before {
	content:"";
	position:absolute;
	inset:0;
	pointer-events:none;
	background-image:
		linear-gradient(rgba(255,255,255,.018) 1px,transparent 1px),
		linear-gradient(90deg,rgba(255,255,255,.018) 1px,transparent 1px);
	background-size:40px 40px;
}
.gabba-quote-section-v5 > .container { position:relative; z-index:1; }
.quote-v5-heading {
	display: grid;
	grid-template-columns: minmax(0,1.08fr) minmax(320px,.72fr);
	gap: clamp(40px,6vw,100px);
	margin-bottom: 42px;
	align-items:end;
}
.quote-v5-heading h2 {
	max-width: 900px;
	color: #fff;
	font-size: clamp(2.8rem,4.5vw,5.8rem);
	font-weight:900;
	line-height:.98;
}
.quote-v5-heading p { color:rgba(255,255,255,.79); font-weight:650; }
.quote-v5-contact { display:flex; flex-wrap:wrap; gap:12px 25px; }
.quote-v5-contact a { color:var(--gabba-v5-gold-bright); font-weight:900; }

.gabba-form-v5 {
	padding: clamp(24px,3vw,48px);
	border: 1px solid rgba(255,255,255,.22);
	border-radius: 30px;
	background:
		linear-gradient(rgba(255,253,248,.96),rgba(245,239,227,.98));
	box-shadow: 0 35px 100px rgba(0,0,0,.25);
	color: var(--gabba-v5-deep);
}
.gabba-detailed-inquiry { display:block; }
.inquiry-fields {
	display:grid;
	grid-template-columns:repeat(2,minmax(0,1fr));
	gap:18px 22px;
}
.inquiry-fields label,
.inquiry-message {
	display:flex;
	flex-direction:column;
	gap:8px;
	color:var(--gabba-v5-deep);
	font-size:.76rem;
	font-weight:900;
}
.gabba-form-v5 input,
.gabba-form-v5 select,
.gabba-form-v5 textarea {
	width:100%;
	min-height:54px;
	padding:14px 15px;
	border:1px solid rgba(4,29,20,.16);
	border-radius:10px;
	outline:none;
	background:#fff;
	color:var(--gabba-v5-deep);
	font:600 .9rem/1.4 var(--font-body-v5);
	box-shadow: inset 0 1px 2px rgba(4,29,20,.02);
}
.gabba-form-v5 textarea { min-height:135px; resize:vertical; }
.gabba-form-v5 input:focus,
.gabba-form-v5 select:focus,
.gabba-form-v5 textarea:focus {
	border-color:var(--gabba-v5-gold);
	box-shadow:0 0 0 3px rgba(215,166,58,.16);
}
.inquiry-choice-group {
	margin:27px 0 0;
	padding:0;
	border:0;
}
.inquiry-choice-group legend {
	margin-bottom:12px;
	color:var(--gabba-v5-deep);
	font-size:.77rem;
}
.inquiry-choice-group legend strong { font-weight:900; }
.inquiry-choice-group legend small { margin-left:6px; color:#7a887f; font-weight:700; }
.choice-pill-grid {
	display:grid;
	grid-template-columns:repeat(4,minmax(0,1fr));
	gap:9px;
}
.choice-pill { position:relative; display:block; cursor:pointer; }
.choice-pill input { position:absolute; opacity:0; pointer-events:none; }
.choice-pill span {
	display:flex;
	min-height:40px;
	align-items:center;
	justify-content:center;
	padding:9px 13px;
	border:1px solid rgba(4,29,20,.16);
	border-radius:999px;
	background:#fff;
	color:#30443a;
	font-size:.73rem;
	font-weight:850;
	text-align:center;
	transition:.2s ease;
}
.choice-pill input:checked + span {
	border-color:var(--gabba-v5-gold);
	background:var(--gabba-v5-gold);
	color:var(--gabba-v5-deep);
	box-shadow:0 8px 22px rgba(215,166,58,.22);
}
.inquiry-message { margin-top:26px; }
.inquiry-submit {
	margin-top:20px;
	min-height:50px;
	border:0;
	cursor:pointer;
}
.form-privacy {
	margin:12px 0 0;
	color:#68766e;
	font-size:.69rem;
	font-weight:650;
}
.form-notice {
	margin-bottom:20px;
	padding:14px 17px;
	border-radius:10px;
	font-weight:850;
}
.form-notice.success { background:#e3f2e9; color:#125b36; }
.form-notice.error { background:#fae7e4; color:#8c2c21; }

/* Generic interior pages: stronger, wider and more editorial */
.single-safari .entry-content,
.single-destination .entry-content,
.page .entry-content,
.single-post .entry-content {
	font-size:1rem;
	line-height:1.86;
}
.single-safari .entry-content h2,
.single-destination .entry-content h2,
.page .entry-content h2,
.single-post .entry-content h2 {
	margin-top:1.55em;
	font-size:clamp(2.1rem,3vw,3.8rem);
	font-weight:900;
}
.single-safari .entry-content h3,
.single-destination .entry-content h3,
.page .entry-content h3,
.single-post .entry-content h3 {
	font-size:clamp(1.45rem,1.8vw,2.2rem);
	font-weight:900;
}
.post-type-archive-safari .archive-grid,
.tax-safari_country .archive-grid,
.tax-safari_style .archive-grid {
	grid-template-columns:repeat(3,minmax(0,1fr));
	gap:30px;
}
.post-type-archive-safari .safari-card .card-image,
.tax-safari_country .safari-card .card-image,
.tax-safari_style .safari-card .card-image {
	min-height:310px;
}
.destination-archive-grid {
	grid-template-columns:repeat(3,minmax(0,1fr));
	gap:30px;
}
.destination-archive-grid .destination-card-link { min-height:610px; }

/* Tablet */
@media (max-width: 1350px) {
	.v5-package-grid,
	.v5-country-image-grid,
	.v5-destination-grid { grid-template-columns:repeat(2,minmax(0,1fr)); }
	.v5-experience-grid,
	.v5-planning-grid,
	.v5-testimonial-grid { grid-template-columns:repeat(2,minmax(0,1fr)); }
	.v5-country-link-columns,
	.v5-style-grid,
	.v5-why-grid { grid-template-columns:repeat(2,minmax(0,1fr)); }
	.v5-fleet-card { grid-template-columns:1fr; }
	.v5-fleet-photo { min-height:360px; }
}

/* Smaller tablet */
@media (max-width: 980px) {
	.gabba-home-v5 .section-heading-split,
	.v5-intro-grid,
	.quote-v5-heading { grid-template-columns:1fr; }
	.v5-hero .jg-hero-inner { grid-template-columns:1fr; }
	.v5-hero .jg-hero-panel { max-width:620px; }
	.v5-trust-grid { grid-template-columns:repeat(2,1fr); }
	.v5-stat-grid { grid-template-columns:repeat(2,1fr); }
	.v5-stat-grid > div { border-bottom:1px solid rgba(255,255,255,.17); }
	.choice-pill-grid { grid-template-columns:repeat(3,1fr); }
	.post-type-archive-safari .archive-grid,
	.tax-safari_country .archive-grid,
	.tax-safari_style .archive-grid,
	.destination-archive-grid { grid-template-columns:repeat(2,minmax(0,1fr)); }
}

/* Mobile */
@media (max-width: 720px) {
	body { font-weight:600; }
	.container.container-wide,
	.gabba-home-v5 .container-wide,
	.gabba-quote-section-v5 .container-wide { width:calc(100% - 28px); }
	.gabba-home-v5 .section { padding-block:76px; }
	.v5-hero { min-height:900px; }
	.v5-hero .jg-hero-inner {
		width:calc(100% - 28px);
		padding-top:160px;
		padding-bottom:110px;
	}
	.v5-hero .jg-hero-copy h1 { font-size:clamp(3rem,14vw,4.6rem); }
	.v5-hero .jg-hero-bottom { display:none; }
	.v5-trust-grid { grid-template-columns:1fr; }
	.v5-trust-grid > div { border-right:0; border-bottom:1px solid rgba(4,29,20,.16); }
	.v5-package-grid,
	.v5-country-image-grid,
	.v5-country-link-columns,
	.v5-destination-grid,
	.v5-experience-grid,
	.v5-fleet-grid,
	.v5-style-grid,
	.v5-planning-grid,
	.v5-why-grid,
	.v5-testimonial-grid,
	.v5-faq-grid,
	.v5-journal-grid,
	.post-type-archive-safari .archive-grid,
	.tax-safari_country .archive-grid,
	.tax-safari_style .archive-grid,
	.destination-archive-grid { grid-template-columns:1fr; }
	.v5-package-grid .card-image { min-height:285px; }
	.v5-package-grid .card-content { min-height:auto; }
	.v5-country-image-card { min-height:570px; }
	.v5-destination-grid .destination-card-link,
	.destination-archive-grid .destination-card-link { min-height:570px; }
	.v5-experience-card { min-height:500px; }
	.v5-fleet-photo { min-height:315px; }
	.v5-stat-grid { grid-template-columns:1fr; }
	.v5-stat-grid > div { border-right:0; }
	.inquiry-fields { grid-template-columns:1fr; }
	.choice-pill-grid { grid-template-columns:repeat(2,minmax(0,1fr)); }
	.gabba-form-v5 { padding:20px; border-radius:22px; }
	.quote-v5-heading h2 { font-size:clamp(2.6rem,11vw,4rem); }
}


/* ==========================================================================
   GABBA V6 — verified destinations, image-led directory, social header, busy footer
   ========================================================================== */

/* Top social bar */
.v6-topbar {
	background: #02170f;
	border-bottom: 1px solid rgba(255,255,255,.08);
}
.v6-topbar-inner {
	display: flex;
	min-height: 42px;
	align-items: center;
	justify-content: space-between;
	gap: 24px;
}
.v6-top-social,
.v6-top-meta {
	display: flex;
	align-items: center;
	gap: 9px;
}
.v6-social-icon {
	display: inline-flex;
	width: 29px;
	height: 29px;
	align-items: center;
	justify-content: center;
	border: 1px solid rgba(255,255,255,.18);
	border-radius: 50%;
	background: rgba(255,255,255,.04);
	transition: .22s ease;
}
.v6-social-icon img {
	width: 13px;
	height: 13px;
	object-fit: contain;
	filter: brightness(0) invert(1);
	opacity: .92;
}
.v6-social-icon:hover {
	border-color: var(--gabba-v5-gold);
	background: var(--gabba-v5-gold);
	transform: translateY(-2px);
}
.v6-social-icon:hover img {
	filter: brightness(0) saturate(100%);
}
.v6-top-email {
	margin-left: 7px;
	color: rgba(255,255,255,.88);
	font-size: .72rem;
	font-weight: 850;
}
.v6-top-meta {
	color: rgba(255,255,255,.76);
	font-size: .69rem;
	font-weight: 850;
}
.v6-top-meta a {
	display: inline-flex;
	align-items: center;
	gap: 7px;
	color: var(--gabba-v5-gold-bright);
}
.v6-top-meta a svg {
	width: 14px;
	height: 14px;
	stroke: currentColor;
	fill: none;
}

/* Image-led second safari directory: uses packages 31-45, not the first 30 */
.v6-country-directory {
	background:
		radial-gradient(circle at 88% 10%, rgba(215,166,58,.15), transparent 25%),
		linear-gradient(180deg,#eee4d1 0%,#f7f2e9 100%);
}
.v6-country-directory-grid {
	display: grid;
	grid-template-columns: repeat(3,minmax(0,1fr));
	gap: clamp(24px,2vw,35px);
}
.v6-country-directory-grid .safari-card {
	min-width: 0;
	border: 1px solid rgba(4,29,20,.10);
	border-radius: 29px;
	background: #fff;
	box-shadow: 0 22px 64px rgba(4,29,20,.12);
	transition: transform .28s ease, box-shadow .28s ease;
}
.v6-country-directory-grid .safari-card:hover {
	transform: translateY(-9px);
	box-shadow: 0 34px 82px rgba(4,29,20,.21);
}
.v6-country-directory-grid .card-image {
	min-height: 320px;
	aspect-ratio: 1.42/1;
}
.v6-country-directory-grid .card-content {
	display: flex;
	min-height: 325px;
	padding: clamp(25px,2vw,34px);
	flex-direction: column;
}
.v6-country-directory-grid .card-content h3,
.v6-country-directory-grid .card-content h3 a {
	color: var(--gabba-v5-gold) !important;
	font-weight: 900 !important;
	font-size: clamp(1.55rem,1.7vw,2.12rem);
}
.v6-country-directory-grid .card-footer { margin-top: auto; }

/* Rich footer */
.v6-site-footer {
	background: #02140d;
	color: rgba(235,243,237,.73);
}
.v6-footer-country-ribbon {
	background: var(--gabba-v5-gold);
	color: var(--gabba-v5-deep);
}
.v6-footer-country-ribbon .container {
	display: grid;
	grid-template-columns: repeat(6,1fr);
}
.v6-footer-country-ribbon a {
	display: block;
	padding: 23px clamp(12px,1.5vw,25px);
	border-right: 1px solid rgba(4,29,20,.18);
	transition: background .2s ease;
}
.v6-footer-country-ribbon a:last-child { border-right: 0; }
.v6-footer-country-ribbon a:hover { background: rgba(255,255,255,.22); }
.v6-footer-country-ribbon strong {
	display: block;
	margin-bottom: 4px;
	font-family: var(--font-display-v5);
	font-size: 1.15rem;
	font-weight: 900;
}
.v6-footer-country-ribbon span {
	display: block;
	font-size: .66rem;
	font-weight: 850;
	line-height: 1.4;
}

.v6-footer-newsletter {
	padding: 58px 0;
	background: #06291c;
	border-bottom: 1px solid rgba(255,255,255,.08);
}
.v6-footer-newsletter .newsletter-inner {
	display: grid;
	grid-template-columns: 1.15fr .85fr;
	gap: clamp(40px,6vw,95px);
	align-items: end;
}
.v6-footer-newsletter h2 {
	max-width: 900px;
	color: #fff;
	font-size: clamp(2.1rem,3.3vw,4.4rem);
	font-weight: 900;
	line-height: 1;
}
.v6-footer-newsletter p {
	max-width: 780px;
	color: rgba(255,255,255,.68);
}

.v6-footer-main {
	padding: clamp(72px,7vw,120px) 0 55px;
	background:
		radial-gradient(circle at 12% 10%,rgba(215,166,58,.08),transparent 25%),
		#02140d;
}
.v6-footer-grid {
	display: grid;
	grid-template-columns: 1.35fr repeat(5,minmax(0,1fr));
	gap: clamp(28px,2.7vw,55px);
	align-items: start;
}
.v6-footer-grid h3 {
	margin: 0 0 20px;
	color: #fff;
	font-size: 1.25rem;
	font-weight: 900;
}
.v6-footer-grid ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
.v6-footer-grid li {
	margin: 0 0 10px;
}
.v6-footer-grid li a,
.v6-footer-grid .footer-column > a {
	color: rgba(236,244,239,.70);
	font-size: .79rem;
	font-weight: 750;
	line-height: 1.45;
	transition: color .18s ease, transform .18s ease;
}
.v6-footer-grid li a:hover,
.v6-footer-grid .footer-column > a:hover {
	color: var(--gabba-v5-gold-bright);
}
.v6-footer-brand > p {
	color: rgba(236,244,239,.72);
	font-size: .86rem;
	line-height: 1.75;
}
.v6-footer-logo {
	display: inline-block;
	margin-bottom: 20px;
}
.v6-footer-logo img {
	width: min(220px,100%);
	height: auto;
	border-radius: 14px;
	background: #fff;
	padding: 5px;
}
.v6-footer-social {
	display: flex;
	flex-wrap: wrap;
	gap: 9px;
	margin: 23px 0;
}
.v6-footer-social a {
	display: inline-flex;
	width: 38px;
	height: 38px;
	align-items: center;
	justify-content: center;
	border: 1px solid rgba(255,255,255,.18);
	border-radius: 50%;
	background: rgba(255,255,255,.05);
	transition: .2s ease;
}
.v6-footer-social img {
	width: 16px;
	height: 16px;
	filter: brightness(0) invert(1);
}
.v6-footer-social a:hover {
	background: var(--gabba-v5-gold);
	border-color: var(--gabba-v5-gold);
	transform: translateY(-3px);
}
.v6-footer-social a:hover img { filter: brightness(0); }

.v6-footer-contact-card {
	margin-top: 24px;
	padding: 20px;
	border: 1px solid rgba(255,255,255,.10);
	border-radius: 18px;
	background: rgba(255,255,255,.035);
}
.v6-footer-contact-card a {
	display: flex;
	align-items: center;
	gap: 8px;
	margin-bottom: 10px;
	color: var(--gabba-v5-gold-bright);
	font-size: .78rem;
	font-weight: 900;
}
.v6-footer-contact-card a svg {
	width: 15px;
	height: 15px;
	stroke: currentColor;
	fill: none;
}
.v6-footer-contact-card p {
	margin: 14px 0 0;
	color: rgba(255,255,255,.65);
	font-size: .73rem;
	line-height: 1.6;
}

.v6-footer-package-links li a {
	font-size: .73rem;
}
.v6-footer-official .v6-footer-quote {
	margin-top: 20px;
	padding: 12px 16px;
	font-size: .66rem;
}
.v6-footer-destination-cloud {
	margin-top: 55px;
	padding-top: 40px;
	border-top: 1px solid rgba(255,255,255,.09);
}
.v6-footer-destination-cloud > div {
	display: flex;
	flex-wrap: wrap;
	gap: 9px;
	margin-top: 17px;
}
.v6-footer-destination-cloud a {
	display: inline-flex;
	padding: 9px 13px;
	border: 1px solid rgba(255,255,255,.12);
	border-radius: 999px;
	color: rgba(255,255,255,.73);
	font-size: .7rem;
	font-weight: 800;
}
.v6-footer-destination-cloud a:hover {
	border-color: var(--gabba-v5-gold);
	color: var(--gabba-v5-gold-bright);
}

.v6-footer-bottom {
	padding: 22px 0;
	border-top: 1px solid rgba(255,255,255,.08);
	background: #010e09;
}
.v6-footer-bottom .footer-bottom-inner {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 30px;
}
.v6-footer-bottom p {
	margin: 0;
	color: rgba(255,255,255,.55);
	font-size: .69rem;
	font-weight: 700;
}
.v6-footer-legal {
	display: flex;
	flex-wrap: wrap;
	gap: 19px;
}
.v6-footer-legal a {
	color: rgba(255,255,255,.65);
	font-size: .68rem;
	font-weight: 800;
}
.v6-footer-legal a:hover { color: var(--gabba-v5-gold-bright); }

@media (max-width: 1450px) {
	.v6-footer-grid { grid-template-columns: repeat(3,minmax(0,1fr)); }
}
@media (max-width: 1100px) {
	.v6-country-directory-grid { grid-template-columns: repeat(2,minmax(0,1fr)); }
	.v6-footer-country-ribbon .container { grid-template-columns: repeat(3,1fr); }
	.v6-footer-newsletter .newsletter-inner { grid-template-columns: 1fr; }
	.v6-topbar-inner { flex-direction: column; align-items: flex-start; padding-block: 8px; }
	.v6-top-meta { width: 100%; justify-content: space-between; }
}
@media (max-width: 760px) {
	.v6-country-directory-grid,
	.v6-footer-grid { grid-template-columns: 1fr; }
	.v6-footer-country-ribbon .container { grid-template-columns: repeat(2,1fr); }
	.v6-footer-country-ribbon a { border-bottom: 1px solid rgba(4,29,20,.16); }
	.v6-footer-bottom .footer-bottom-inner { align-items: flex-start; flex-direction: column; }
	.v6-top-email { display: none; }
	.v6-top-meta { display: none; }
	.v6-top-social { justify-content: center; width: 100%; }
}


/* ==========================================================================
   GABBA V7 — bold solid gold, hover mega menus and mountain-gorilla gallery
   ========================================================================== */
:root {
	--gabba-gold: #d4a017;
	--gabba-gold-light: #d4a017;
	--gabba-v5-gold: #d4a017;
	--gabba-v5-gold-bright: #d4a017;
	--gabba-v5-gold-soft: #d4a017;
}

/* Every major gold text treatment is deliberately solid and bold. */
.eyebrow,
.eyebrow.light,
.text-link,
.text-link.light,
.card-location,
.card-badge,
.stars,
.mega-eyebrow,
.mega-gold-link,
.v5-country-meta,
.v5-country-card-copy strong,
.v5-experience-card strong,
.v5-fleet-card a,
.v5-planning-grid span,
.v5-planning-grid strong,
.v5-why-grid strong,
.v5-testimonial-grid .stars,
.v7-gorilla-links a,
.v6-footer-contact-card a,
.v6-footer-destination-cloud .eyebrow,
.v6-top-meta a,
.v6-footer-grid li a:hover {
	color: var(--gabba-gold) !important;
	font-weight: 900 !important;
}
.safari-card .card-content h3,
.safari-card .card-content h3 a,
.v5-package-grid .card-content h3,
.v5-package-grid .card-content h3 a,
.v6-country-directory-grid .card-content h3,
.v6-country-directory-grid .card-content h3 a {
	color: var(--gabba-gold) !important;
	font-weight: 900 !important;
}
.trust-grid strong,
.stats-grid strong,
.why-card strong {
	color: var(--gabba-gold) !important;
	font-weight: 900 !important;
}
.button-gold {
	background: var(--gabba-gold);
	font-weight: 900;
}
.button-gold:hover {
	background: #e1b22d;
}

/* --------------------------------------------------------------------------
   V7 desktop hover mega menu
   -------------------------------------------------------------------------- */
@media (min-width: 1120px) {
	.header-inner {
		width: calc(100% - clamp(28px, 3vw, 62px));
		max-width: none;
	}
	.gabba-mega-primary {
		gap: clamp(18px, 1.7vw, 30px);
	}
	.gabba-mega-primary > li > a {
		position: relative;
		font-weight: 900;
		letter-spacing: .055em;
	}
	.gabba-mega-primary > .gabba-mega-item {
		position: static;
	}
	.gabba-mega-primary > .gabba-mega-item > a::before {
		content: "⌄";
		position: absolute;
		right: -13px;
		top: 50%;
		color: var(--gabba-gold);
		font-size: .8rem;
		font-weight: 900;
		transform: translateY(-54%);
	}
	.gabba-mega-primary .gabba-mega-panel {
		position: absolute;
		top: 100%;
		left: 50%;
		z-index: 1500;
		display: grid;
		width: min(1540px, calc(100vw - 42px));
		min-width: 0;
		padding: 31px;
		color: var(--gabba-charcoal);
		border: 1px solid rgba(4,29,20,.11);
		border-top: 4px solid var(--gabba-gold);
		border-radius: 0 0 28px 28px;
		background:
			radial-gradient(circle at 0 0, rgba(212,160,23,.10), transparent 25%),
			#fffdf8;
		box-shadow: 0 34px 90px rgba(4,29,20,.24);
		visibility: hidden;
		opacity: 0;
		transform: translate(-50%, 16px);
		transition: opacity .23s ease, transform .23s ease, visibility .23s ease;
	}
	.gabba-mega-primary .gabba-mega-item:hover > .gabba-mega-panel,
	.gabba-mega-primary .gabba-mega-item:focus-within > .gabba-mega-panel {
		visibility: visible;
		opacity: 1;
		transform: translate(-50%, 0);
	}
	.gabba-mega-safaris,
	.gabba-mega-destinations {
		grid-template-columns: minmax(250px,.68fr) minmax(350px,.92fr) minmax(520px,1.4fr);
		gap: 30px;
	}
	.gabba-mega-experiences {
		grid-template-columns: minmax(280px,.62fr) minmax(720px,1.7fr);
		gap: 32px;
	}
	.gabba-mega-cars {
		grid-template-columns: minmax(280px,.62fr) minmax(760px,1.7fr);
		gap: 32px;
	}
	.gabba-mega-intro {
		padding: 9px 24px 9px 5px;
		border-right: 1px solid rgba(4,29,20,.10);
	}
	.gabba-mega-intro h3 {
		margin: 8px 0 13px;
		font-size: clamp(1.75rem,2vw,2.55rem);
		font-weight: 900;
		line-height: 1.03;
	}
	.gabba-mega-intro p:not(.mega-eyebrow) {
		margin-bottom: 16px;
		color: #5d6d63;
		font-size: .82rem;
		line-height: 1.65;
	}
	.mega-eyebrow {
		margin: 0;
		font-size: .65rem;
		letter-spacing: .13em;
		text-transform: uppercase;
	}
	.mega-gold-link {
		display: inline-flex !important;
		align-items: center;
		gap: 8px;
		padding: 0 !important;
		background: transparent !important;
		font-size: .69rem !important;
		letter-spacing: .06em;
		text-transform: uppercase;
	}
	.mega-gold-link svg { width: 15px; }

	.gabba-mega-links {
		display: grid;
		grid-template-columns: repeat(2,minmax(0,1fr));
		gap: 24px;
	}
	.gabba-mega-links > div {
		padding: 9px 0;
	}
	.gabba-mega-links strong {
		display: block;
		margin: 0 0 12px;
		color: var(--gabba-forest-deep);
		font-family: var(--font-display-v5);
		font-size: 1.15rem;
		font-weight: 900;
	}
	.gabba-mega-primary .gabba-mega-links a {
		display: block;
		padding: 7px 0;
		color: #4e6257;
		background: transparent;
		border-radius: 0;
		font-size: .77rem;
		font-weight: 800;
	}
	.gabba-mega-primary .gabba-mega-links a:hover {
		color: var(--gabba-gold);
		background: transparent;
		transform: translateX(4px);
	}

	.gabba-mega-cards {
		display: grid;
		grid-template-columns: repeat(2,minmax(0,1fr));
		gap: 13px;
	}
	.gabba-mega-primary .mega-mini-card {
		position: relative;
		display: block;
		min-height: 145px;
		overflow: hidden;
		padding: 0;
		border-radius: 16px;
		background: var(--gabba-forest-deep);
	}
	.mega-mini-card::after {
		content: "";
		position: absolute;
		inset: 35% 0 0;
		background: linear-gradient(transparent,rgba(2,20,13,.90));
	}
	.mega-mini-card img {
		position: absolute;
		inset: 0;
		width: 100%;
		height: 100%;
		object-fit: cover;
		transition: transform .45s ease;
	}
	.mega-mini-card span {
		position: absolute;
		z-index: 2;
		right: 0;
		bottom: 0;
		left: 0;
		padding: 18px;
		color: #fff;
		font-family: var(--font-display-v5);
		font-size: .93rem;
		font-weight: 900;
		line-height: 1.22;
	}
	.mega-mini-card:hover img { transform: scale(1.06); }

	.gabba-mega-icon-grid {
		display: grid;
		grid-template-columns: repeat(4,minmax(0,1fr));
		gap: 12px;
	}
	.gabba-mega-primary .gabba-mega-icon-grid a {
		display: flex;
		min-height: 122px;
		padding: 18px;
		flex-direction: column;
		justify-content: flex-end;
		border: 1px solid rgba(4,29,20,.09);
		border-radius: 16px;
		background: #fff;
	}
	.gabba-mega-icon-grid span {
		margin-bottom: auto;
		color: var(--gabba-gold);
		font-family: var(--font-display-v5);
		font-size: 1.5rem;
		font-weight: 900;
	}
	.gabba-mega-icon-grid strong {
		color: var(--gabba-forest-deep);
		font-size: .82rem;
		font-weight: 900;
	}
	.gabba-mega-icon-grid small {
		margin-top: 4px;
		color: #728078;
		font-size: .67rem;
		font-weight: 700;
	}
	.gabba-mega-primary .gabba-mega-icon-grid a:hover {
		border-color: var(--gabba-gold);
		background: #fbf4df;
		transform: translateY(-3px);
	}

	.gabba-mega-car-grid {
		display: grid;
		grid-template-columns: repeat(4,minmax(0,1fr));
		gap: 13px;
	}
	.gabba-mega-primary .gabba-mega-car-grid > a {
		display: block;
		overflow: hidden;
		padding: 0;
		border: 1px solid rgba(4,29,20,.09);
		border-radius: 17px;
		background: #fff;
	}
	.gabba-mega-car-grid img {
		width: 100%;
		height: 128px;
		object-fit: cover;
		background: #e5e6df;
	}
	.gabba-mega-car-grid span {
		display: block;
		padding: 14px;
	}
	.gabba-mega-car-grid strong,
	.gabba-mega-car-grid small {
		display: block;
	}
	.gabba-mega-car-grid strong {
		color: var(--gabba-gold);
		font-size: .78rem;
		font-weight: 900;
	}
	.gabba-mega-car-grid small {
		margin-top: 3px;
		color: #6c7b72;
		font-size: .64rem;
		font-weight: 750;
	}
	.gabba-mega-primary .gabba-mega-car-grid > a:hover {
		border-color: var(--gabba-gold);
		transform: translateY(-3px);
	}
}

/* Mobile/tablet mega-menu panels become readable stacked accordions. */
@media (max-width: 1119px) {
	.gabba-mega-primary .gabba-mega-panel {
		position: static !important;
		width: 100% !important;
		min-width: 0 !important;
		padding: 16px 0 22px !important;
		color: #fff !important;
		border: 0 !important;
		border-bottom: 1px solid rgba(255,255,255,.10) !important;
		background: transparent !important;
		box-shadow: none !important;
		visibility: visible !important;
		opacity: 1 !important;
		transform: none !important;
	}
	.gabba-mega-intro {
		padding: 5px 0 17px;
	}
	.gabba-mega-intro h3 {
		color: #fff;
		font-size: 1.45rem;
		font-weight: 900;
	}
	.gabba-mega-intro p:not(.mega-eyebrow) { color: rgba(255,255,255,.66); font-size:.79rem; }
	.gabba-mega-links,
	.gabba-mega-cards,
	.gabba-mega-icon-grid,
	.gabba-mega-car-grid {
		display: grid;
		grid-template-columns: 1fr;
		gap: 8px;
	}
	.gabba-mega-links { grid-template-columns: repeat(2,minmax(0,1fr)); margin: 8px 0 14px; }
	.gabba-mega-links strong { display:block; margin:12px 0 7px; color:var(--gabba-gold); font-weight:900; }
	.gabba-mega-primary .gabba-mega-links a { color:rgba(255,255,255,.77); }
	.gabba-mega-primary .mega-mini-card,
	.gabba-mega-primary .gabba-mega-car-grid > a {
		position: relative;
		display: grid;
		grid-template-columns: 92px 1fr;
		min-height: 82px;
		overflow: hidden;
		padding: 0;
		border: 1px solid rgba(255,255,255,.10);
		border-radius: 12px;
		background: rgba(255,255,255,.05);
	}
	.mega-mini-card img,
	.gabba-mega-car-grid img {
		position: static;
		width: 92px;
		height: 82px;
		object-fit: cover;
	}
	.mega-mini-card::after { display:none; }
	.mega-mini-card span,
	.gabba-mega-car-grid span {
		position: static;
		display:flex;
		padding:12px;
		flex-direction:column;
		justify-content:center;
		color:#fff;
		font-size:.76rem;
	}
	.gabba-mega-icon-grid a {
		padding: 10px 0 !important;
		color: rgba(255,255,255,.78) !important;
		background: transparent !important;
	}
	.gabba-mega-icon-grid span { color:var(--gabba-gold); font-weight:900; }
	.gabba-mega-icon-grid strong { color:#fff; font-weight:900; }
	.gabba-mega-icon-grid small { color:rgba(255,255,255,.58); }
}

/* --------------------------------------------------------------------------
   Mountain gorilla gallery made from the four user-supplied images
   -------------------------------------------------------------------------- */
.v7-mountain-gorilla-section {
	background:
		radial-gradient(circle at 100% 0, rgba(212,160,23,.12), transparent 29%),
		#fffdf8;
}
.v7-gorilla-links {
	display: flex;
	flex-wrap: wrap;
	gap: 9px;
	margin-top: 22px;
}
.v7-gorilla-links a {
	padding: 9px 14px;
	border: 1px solid rgba(212,160,23,.38);
	border-radius: 999px;
	background: rgba(212,160,23,.07);
	font-size: .69rem;
	letter-spacing: .06em;
	text-transform: uppercase;
}
.v7-gorilla-gallery {
	display: grid;
	grid-template-columns: 1.15fr .85fr .85fr;
	grid-template-rows: 330px 330px;
	gap: 18px;
}
.v7-gorilla-photo {
	position: relative;
	overflow: hidden;
	margin: 0;
	border-radius: 28px;
	background: var(--gabba-forest-deep);
	box-shadow: 0 25px 70px rgba(4,29,20,.16);
}
.v7-gorilla-photo-tall {
	grid-row: 1 / 3;
}
.v7-gorilla-photo-wide {
	grid-column: 2 / 4;
}
.v7-gorilla-photo img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: transform .7s ease;
}
.v7-gorilla-photo::after {
	content: "";
	position: absolute;
	inset: 48% 0 0;
	background: linear-gradient(transparent,rgba(2,20,13,.78));
}
.v7-gorilla-photo figcaption {
	position: absolute;
	z-index: 2;
	left: 23px;
	bottom: 19px;
	color: var(--gabba-gold);
	font-size: .72rem;
	font-weight: 900;
	letter-spacing: .09em;
	text-transform: uppercase;
}
.v7-gorilla-photo:hover img { transform: scale(1.045); }

/* Real-vehicle photography gets more visual weight on Car Hire. */
.v5-fleet-photo,
.jg-fleet-photo {
	background: #dfe3de;
}
.v5-fleet-photo img,
.jg-fleet-photo img {
	object-position: center;
}
.v5-fleet-card h3,
.jg-fleet-card h3 {
	font-weight: 900;
}
.v5-fleet-photo span,
.jg-fleet-photo span {
	font-weight: 900;
	background: var(--gabba-gold);
	color: var(--gabba-forest-deep);
}

/* Stronger overall type hierarchy requested for the production site. */
body p,
body li {
	font-weight: 650;
}
h1,h2,h3,h4,h5,h6 {
	font-weight: 900;
}
.section-heading h2,
.page-hero h1,
.safari-hero h1,
.destination-hero h1 {
	font-weight: 900;
}

@media (max-width: 900px) {
	.v7-gorilla-gallery {
		grid-template-columns: 1fr 1fr;
		grid-template-rows: 420px 330px 350px;
	}
	.v7-gorilla-photo-tall { grid-row:1 / 2; }
	.v7-gorilla-photo:nth-child(2) { grid-column:2; grid-row:1; }
	.v7-gorilla-photo:nth-child(3) { grid-column:1; grid-row:2; }
	.v7-gorilla-photo-wide { grid-column:2; grid-row:2 / 4; }
}
@media (max-width: 620px) {
	.v7-gorilla-gallery {
		grid-template-columns: 1fr;
		grid-template-rows: repeat(4,420px);
	}
	.v7-gorilla-photo,
	.v7-gorilla-photo-tall,
	.v7-gorilla-photo-wide,
	.v7-gorilla-photo:nth-child(2),
	.v7-gorilla-photo:nth-child(3) {
		grid-column:auto;
		grid-row:auto;
	}
}

.v7-vehicle-photo-note {
	max-width: 1050px;
	margin: 28px auto 0;
	color: rgba(255,255,255,.66);
	font-size: .76rem;
	font-weight: 750;
	line-height: 1.65;
	text-align: center;
}
.gabba-car-hire-page .v7-vehicle-photo-note {
	color: var(--gabba-muted);
}


/* ==========================================================================
   GABBA V8 — dynamic hero, safari carousels, stronger cards, mobile polish
   ========================================================================== */
:root {
	--gabba-orange-gold: #d88a00;
	--gabba-orange-gold-dark: #b96f00;
	--gabba-orange-gold-light: #f0b642;
	--gabba-v8-cream: #fff8e9;
}

/* Solid orange-gold package titles */
.safari-card .card-content h3,
.safari-card .card-content h3 a,
.v5-package-grid .card-content h3,
.v6-country-directory-grid .card-content h3,
.v8-safari-track .safari-card .card-content h3,
.v8-safari-track .safari-card .card-content h3 a {
	color: var(--gabba-orange-gold) !important;
	font-weight: 900 !important;
	text-shadow: none !important;
}

/* --------------------------------------------------------------------------
   Hero: automatic wildlife background slider + enquiry form
   -------------------------------------------------------------------------- */
.v8-hero {
	position: relative;
	min-height: 940px;
	overflow: hidden;
	display: flex;
	align-items: stretch;
	color: #fff;
	background: #03170f;
	isolation: isolate;
}
.v8-hero-slides,
.v8-hero-slide,
.v8-hero-overlay {
	position: absolute;
	inset: 0;
}
.v8-hero-slides { z-index: -3; }
.v8-hero-slide {
	background-image: var(--slide-image);
	background-size: cover;
	background-position: center;
	opacity: 0;
	transform: scale(1.035);
	transition: opacity 1.15s ease, transform 7.5s ease;
}
.v8-hero-slide.is-active {
	opacity: 1;
	transform: scale(1.09);
}
.v8-hero-overlay {
	z-index: -2;
	background:
		linear-gradient(90deg, rgba(2,20,13,.94) 0%, rgba(2,20,13,.78) 39%, rgba(2,20,13,.42) 68%, rgba(2,20,13,.28) 100%),
		linear-gradient(0deg, rgba(2,20,13,.75) 0%, transparent 48%);
}
.v8-hero-inner {
	display: grid;
	width: calc(100% - clamp(28px,3vw,60px));
	max-width: none;
	grid-template-columns: minmax(0,1.22fr) minmax(390px,.62fr);
	gap: clamp(48px,6vw,110px);
	align-items: center;
	padding-top: clamp(205px,17vh,255px);
	padding-bottom: 125px;
}
.v8-hero-copy {
	align-self: center;
	max-width: 1120px;
}
.v8-hero-copy h1 {
	max-width: 1120px;
	color: #fff;
	font-size: clamp(3.9rem,6.6vw,8.2rem);
	line-height: .91;
	font-weight: 900;
	letter-spacing: -.055em;
	text-wrap: balance;
}
.v8-hero-lead {
	max-width: 840px;
	margin-top: 25px;
	color: rgba(255,255,255,.89);
	font-size: clamp(1rem,1.15vw,1.2rem);
	font-weight: 650;
	line-height: 1.76;
}
.v8-hero-live-caption {
	display: inline-flex;
	align-items: center;
	gap: 10px;
	margin-bottom: 19px;
	padding: 8px 12px;
	border: 1px solid rgba(255,255,255,.20);
	border-radius: 999px;
	background: rgba(3,30,19,.43);
	backdrop-filter: blur(8px);
}
.v8-hero-live-caption span {
	color: var(--gabba-orange-gold-light);
	font-size: .68rem;
	font-weight: 900;
	letter-spacing: .08em;
	text-transform: uppercase;
}
.v8-hero-live-caption b {
	padding-left: 10px;
	border-left: 1px solid rgba(255,255,255,.25);
	color: #fff;
	font-size: .66rem;
	font-weight: 800;
}
.v8-hero-slider-controls {
	display: flex;
	align-items: center;
	gap: 12px;
	margin-top: 32px;
}
.v8-hero-slider-controls > button,
.v8-carousel-arrows button {
	display: inline-flex;
	width: 43px;
	height: 43px;
	align-items: center;
	justify-content: center;
	border: 1px solid rgba(255,255,255,.28);
	border-radius: 50%;
	background: rgba(4,29,20,.38);
	color: #fff;
	font-size: 1rem;
	font-weight: 900;
	cursor: pointer;
	transition: .2s ease;
}
.v8-hero-slider-controls > button:hover,
.v8-carousel-arrows button:hover {
	border-color: var(--gabba-orange-gold);
	background: var(--gabba-orange-gold);
	color: #fff;
	transform: translateY(-2px);
}
.v8-hero-dots {
	display: flex;
	gap: 8px;
	align-items: center;
}
.v8-hero-dots button {
	width: 9px;
	height: 9px;
	padding: 0;
	border: 0;
	border-radius: 999px;
	background: rgba(255,255,255,.42);
	cursor: pointer;
	transition: .25s ease;
}
.v8-hero-dots button.is-active {
	width: 31px;
	background: var(--gabba-orange-gold);
}

/* Hero enquiry card */
.v8-hero-form-card {
	align-self: center;
	padding: clamp(25px,2.2vw,38px);
	border: 1px solid rgba(255,255,255,.30);
	border-radius: 30px;
	background: rgba(255,250,239,.96);
	color: var(--gabba-v5-deep);
	box-shadow: 0 35px 100px rgba(0,0,0,.30);
	backdrop-filter: blur(14px);
}
.v8-hero-form-card .eyebrow {
	color: var(--gabba-orange-gold) !important;
}
.v8-hero-form-card h2 {
	color: var(--gabba-v5-deep);
	font-size: clamp(2rem,2.35vw,3rem);
	line-height: 1;
	font-weight: 900;
}
.v8-hero-form-intro {
	margin: 11px 0 22px;
	color: #637168;
	font-size: .82rem;
	font-weight: 700;
	line-height: 1.6;
}
.v8-hero-form-grid {
	display: grid;
	grid-template-columns: repeat(2,minmax(0,1fr));
	gap: 11px 12px;
}
.v8-field {
	display: flex;
	min-width: 0;
	flex-direction: column;
	gap: 5px;
	color: var(--gabba-v5-deep);
	font-size: .66rem;
	font-weight: 900;
}
.v8-field-wide { grid-column: 1/-1; }
.v8-field input,
.v8-field select,
.v8-field textarea {
	width: 100%;
	min-height: 45px;
	padding: 10px 12px;
	border: 1px solid rgba(4,29,20,.15);
	border-radius: 10px;
	outline: 0;
	background: #fff;
	color: var(--gabba-v5-deep);
	font: 650 .78rem/1.35 var(--font-body-v5);
	transition: border-color .18s ease, box-shadow .18s ease;
}
.v8-field textarea {
	min-height: 78px;
	resize: vertical;
}
.v8-field input:focus,
.v8-field select:focus,
.v8-field textarea:focus {
	border-color: var(--gabba-orange-gold);
	box-shadow: 0 0 0 3px rgba(216,138,0,.13);
}
.v8-message { margin-top: 11px; }
.v8-hero-submit {
	width: 100%;
	min-height: 49px;
	margin-top: 14px;
	border: 0;
	cursor: pointer;
}
.v8-form-small {
	margin: 9px 0 0;
	color: #7b867f;
	font-size: .61rem;
	font-weight: 700;
	text-align: center;
}
.v8-hero-form-notice {
	margin: 0 0 14px;
	padding: 11px 13px;
	border-radius: 10px;
	background: #e1f1e7;
	color: #155b36;
	font-size: .72rem;
	font-weight: 900;
}
.v8-hero-country-bar {
	position: absolute;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 2;
	border-top: 1px solid rgba(255,255,255,.18);
	background: rgba(2,20,13,.45);
	backdrop-filter: blur(8px);
}
.v8-hero-country-bar .container {
	display: grid;
	grid-template-columns: repeat(6,1fr);
}
.v8-hero-country-bar span {
	padding: 17px 14px;
	border-right: 1px solid rgba(255,255,255,.12);
	color: rgba(255,255,255,.84);
	font-size: .66rem;
	font-weight: 900;
	letter-spacing: .09em;
	text-align: center;
	text-transform: uppercase;
}
.v8-hero-country-bar span:last-child { border-right: 0; }

/* --------------------------------------------------------------------------
   Safari package automatic carousels
   -------------------------------------------------------------------------- */
.v8-safari-carousel {
	position: relative;
}
.v8-carousel-toolbar {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 25px;
	margin-bottom: 22px;
}
.v8-carousel-toolbar p {
	margin: 0;
	color: rgba(255,255,255,.68);
	font-size: .78rem;
	font-weight: 700;
}
.v8-safari-carousel-light .v8-carousel-toolbar p {
	color: #65746b;
}
.v8-carousel-toolbar strong {
	color: var(--gabba-orange-gold);
	font-weight: 900;
}
.v8-carousel-arrows {
	display: flex;
	gap: 9px;
}
.v8-safari-carousel-light .v8-carousel-arrows button {
	border-color: rgba(4,29,20,.16);
	background: #fff;
	color: var(--gabba-v5-deep);
}
.v8-safari-carousel-light .v8-carousel-arrows button:hover {
	color: #fff;
}
.v8-safari-track {
	display: flex;
	gap: clamp(20px,1.7vw,30px);
	overflow-x: auto;
	overflow-y: visible;
	padding: 8px 3px 28px;
	scroll-behavior: smooth;
	scroll-snap-type: x mandatory;
	scrollbar-width: none;
	overscroll-behavior-inline: contain;
}
.v8-safari-track::-webkit-scrollbar { display: none; }
.v8-safari-track .safari-card {
	flex: 0 0 clamp(310px,29vw,460px);
	scroll-snap-align: start;
	min-width: 0;
	height: auto;
	border-radius: 30px;
}
.v8-safari-track .safari-card .card-image {
	min-height: 320px;
	aspect-ratio: 1.4/1;
}
.v8-safari-track .safari-card .card-content {
	min-height: 365px;
	padding: clamp(24px,2vw,33px);
}
.v8-safari-track .safari-card .card-content h3 {
	font-size: clamp(1.65rem,1.75vw,2.15rem);
}
.v8-carousel-progress {
	height: 4px;
	overflow: hidden;
	border-radius: 999px;
	background: rgba(255,255,255,.12);
}
.v8-safari-carousel-light .v8-carousel-progress {
	background: rgba(4,29,20,.09);
}
.v8-carousel-progress span {
	display: block;
	width: 8%;
	height: 100%;
	border-radius: inherit;
	background: var(--gabba-orange-gold);
	transition: width .2s ease;
}

/* Card actions */
.v8-card-price {
	margin: auto 0 13px;
	color: #495b51;
	font-size: .74rem;
	font-weight: 900;
}
.v8-card-actions {
	display: flex !important;
	gap: 9px !important;
	align-items: stretch !important;
	justify-content: space-between !important;
	padding-top: 0 !important;
	border-top: 0 !important;
}
.v8-card-pill {
	display: inline-flex;
	min-height: 42px;
	align-items: center;
	justify-content: center;
	padding: 9px 14px;
	border: 1.5px solid rgba(216,138,0,.55);
	border-radius: 999px;
	background: #fffaf0;
	color: var(--gabba-orange-gold);
	font-size: .68rem;
	font-weight: 900;
	letter-spacing: .035em;
	white-space: nowrap;
}
.v8-card-pill-link {
	gap: 7px;
	background: var(--gabba-orange-gold);
	color: #fff !important;
	border-color: var(--gabba-orange-gold);
	transition: .2s ease;
}
.v8-card-pill-link svg {
	width: 14px;
	stroke: currentColor;
	fill: none;
}
.v8-card-pill-link:hover {
	background: var(--gabba-orange-gold-dark);
	border-color: var(--gabba-orange-gold-dark);
	transform: translateY(-2px);
}

/* A little more depth and dynamic response across image cards */
.safari-card,
.v5-country-image-card,
.destination-card-link,
.v5-experience-card,
.v5-fleet-card,
.v5-planning-grid > a {
	will-change: transform;
}
.safari-card:hover,
.v5-country-image-card:hover,
.v5-experience-card:hover,
.v5-planning-grid > a:hover {
	transform: translateY(-7px);
}

/* Responsive */
@media (max-width: 1180px) {
	.v8-hero {
		min-height: 1060px;
	}
	.v8-hero-inner {
		grid-template-columns: minmax(0,1fr) minmax(350px,.72fr);
		gap: 35px;
	}
	.v8-hero-copy h1 {
		font-size: clamp(3.5rem,6.4vw,6.5rem);
	}
	.v8-safari-track .safari-card {
		flex-basis: clamp(320px,43vw,470px);
	}
}
@media (max-width: 920px) {
	.v8-hero {
		min-height: auto;
	}
	.v8-hero-inner {
		grid-template-columns: 1fr;
		padding-top: 175px;
		padding-bottom: 100px;
	}
	.v8-hero-copy {
		max-width: 760px;
	}
	.v8-hero-form-card {
		max-width: 720px;
		width: 100%;
	}
	.v8-hero-country-bar {
		position: static;
		margin-top: -72px;
	}
	.v8-hero-country-bar .container {
		grid-template-columns: repeat(3,1fr);
	}
	.v8-safari-track .safari-card {
		flex-basis: min(78vw,430px);
	}
}
@media (max-width: 640px) {
	.v8-hero-inner {
		width: calc(100% - 26px);
		padding-top: 145px;
		padding-bottom: 95px;
		gap: 31px;
	}
	.v8-hero-copy h1 {
		font-size: clamp(3rem,13.2vw,4.5rem);
	}
	.v8-hero-lead {
		font-size: .94rem;
	}
	.v8-hero-live-caption {
		align-items: flex-start;
		flex-direction: column;
		border-radius: 17px;
	}
	.v8-hero-live-caption b {
		padding-left: 0;
		border-left: 0;
	}
	.v8-hero-form-card {
		padding: 22px 18px;
		border-radius: 22px;
	}
	.v8-hero-form-grid {
		grid-template-columns: 1fr;
	}
	.v8-field-wide { grid-column: auto; }
	.v8-hero-country-bar {
		margin-top: -65px;
	}
	.v8-hero-country-bar .container {
		width: 100%;
		grid-template-columns: repeat(2,1fr);
	}
	.v8-carousel-toolbar {
		align-items: flex-end;
	}
	.v8-carousel-toolbar p {
		max-width: 220px;
		font-size: .7rem;
	}
	.v8-safari-track {
		gap: 15px;
		margin-right: -14px;
		padding-right: 24px;
	}
	.v8-safari-track .safari-card {
		flex-basis: calc(100vw - 48px);
	}
	.v8-safari-track .safari-card .card-image {
		min-height: 275px;
	}
	.v8-safari-track .safari-card .card-content {
		min-height: 0;
	}
	.v8-card-actions {
		flex-direction: column;
	}
	.v8-card-pill {
		width: 100%;
	}
}
@media (prefers-reduced-motion: reduce) {
	.v8-hero-slide,
	.v8-safari-track,
	.safari-card,
	.v5-country-image-card,
	.v5-experience-card {
		transition: none !important;
		scroll-behavior: auto !important;
	}
}


/* V8 footer organization: every main section starts on the same level. */
.v6-footer-grid {
	grid-template-columns: repeat(6,minmax(0,1fr)) !important;
	gap: clamp(24px,2.2vw,42px) !important;
	align-items: stretch !important;
}
.v8-footer-column {
	display: flex;
	min-width: 0;
	height: 100%;
	flex-direction: column;
	align-items: flex-start;
	padding-top: 0;
}
.v8-footer-column > h3,
.v6-footer-brand > h3 {
	min-height: 48px;
	margin: 0 0 19px !important;
	display: flex;
	align-items: flex-start;
	color: #fff;
	font-size: 1.18rem;
	font-weight: 900;
	line-height: 1.2;
}
.v6-footer-brand .v6-footer-logo {
	margin-top: 0;
}
.v6-footer-brand .v6-footer-contact-card {
	margin-top: auto;
	width: 100%;
}
.v6-footer-official .v6-footer-quote {
	margin-top: auto;
}
.v8-footer-bottom .footer-bottom-inner {
	display: flex !important;
	flex-direction: column !important;
	align-items: center !important;
	justify-content: center !important;
	gap: 10px !important;
	text-align: center !important;
}
.v8-footer-bottom p {
	text-align: center;
	font-weight: 750;
}
.v8-footer-bottom .v6-footer-legal {
	justify-content: center;
}
@media (max-width: 1450px) {
	.v6-footer-grid {
		grid-template-columns: repeat(3,minmax(0,1fr)) !important;
	}
}
@media (max-width: 840px) {
	.v6-footer-grid {
		grid-template-columns: repeat(2,minmax(0,1fr)) !important;
	}
}
@media (max-width: 560px) {
	.v6-footer-grid {
		grid-template-columns: 1fr !important;
	}
	.v8-footer-column > h3,
	.v6-footer-brand > h3 {
		min-height: 0;
	}
}


/* ==========================================================================
   GABBA V9 — country-by-country safari sections with dedicated auto sliders
   ========================================================================== */
.v9-country-safari-section {
	position: relative;
	overflow: hidden;
}
.v9-country-safari-light {
	background:
		radial-gradient(circle at 100% 0, rgba(216,138,0,.08), transparent 28%),
		#fffdf8;
	color: var(--gabba-v5-deep);
}
.v9-country-safari-dark {
	background:
		radial-gradient(circle at 0 0, rgba(216,138,0,.12), transparent 30%),
		radial-gradient(circle at 100% 80%, rgba(6,92,55,.16), transparent 30%),
		#03170f;
	color: #fff;
}
.v9-combined-safari-section {
	background:
		radial-gradient(circle at 12% 10%, rgba(216,138,0,.15), transparent 28%),
		linear-gradient(135deg,#06291c,#02140d);
	color: #fff;
}
.v9-country-safari-intro {
	display: grid;
	grid-template-columns: minmax(0,1.05fr) minmax(0,.95fr);
	gap: clamp(42px,6vw,105px);
	align-items: center;
	margin-bottom: clamp(45px,5vw,78px);
}
.v9-country-safari-intro.is-reverse .v9-country-safari-photo {
	order: 2;
}
.v9-country-safari-intro.is-reverse .v9-country-safari-copy {
	order: 1;
}
.v9-country-safari-photo {
	position: relative;
	min-height: clamp(490px,42vw,690px);
	overflow: hidden;
	border-radius: 34px;
	background: #d9ded9;
	box-shadow: 0 32px 90px rgba(4,29,20,.18);
	isolation: isolate;
}
.v9-country-safari-photo img {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: transform .8s cubic-bezier(.2,.7,.2,1);
}
.v9-country-safari-photo:hover img {
	transform: scale(1.045);
}
.v9-country-photo-shade {
	position: absolute;
	inset: 0;
	z-index: 1;
	background:
		linear-gradient(to top,rgba(2,20,13,.92),rgba(2,20,13,.04) 68%),
		linear-gradient(to right,rgba(2,20,13,.22),transparent 55%);
}
.v9-country-photo-label {
	position: absolute;
	z-index: 2;
	right: 0;
	bottom: 0;
	left: 0;
	padding: clamp(27px,3vw,46px);
}
.v9-country-photo-label span {
	display: block;
	margin-bottom: 8px;
	color: var(--gabba-orange-gold-light);
	font-size: .68rem;
	font-weight: 950;
	letter-spacing: .13em;
	text-transform: uppercase;
}
.v9-country-photo-label strong {
	display: block;
	max-width: 720px;
	color: #fff;
	font-family: var(--font-display-v5);
	font-size: clamp(1.5rem,2.2vw,2.65rem);
	font-weight: 900;
	line-height: 1.08;
}
.v9-country-safari-copy {
	max-width: 860px;
}
.v9-country-safari-copy .eyebrow {
	color: var(--gabba-orange-gold) !important;
}
.v9-country-safari-copy h2 {
	margin-bottom: 22px;
	font-size: clamp(3rem,4.7vw,6rem);
	font-weight: 900;
	line-height: .98;
}
.v9-country-safari-dark .v9-country-safari-copy h2,
.v9-combined-safari-section .v9-country-safari-copy h2 {
	color: #fff;
}
.v9-country-safari-copy > p:not(.eyebrow) {
	max-width: 790px;
	color: #607068;
	font-size: clamp(.96rem,1.05vw,1.08rem);
	font-weight: 650;
	line-height: 1.82;
}
.v9-country-safari-dark .v9-country-safari-copy > p:not(.eyebrow),
.v9-combined-safari-section .v9-country-safari-copy > p:not(.eyebrow) {
	color: rgba(255,255,255,.73);
}
.v9-country-safari-meta {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	margin: 27px 0;
}
.v9-country-safari-meta span {
	display: inline-flex;
	min-height: 39px;
	align-items: center;
	gap: 5px;
	padding: 8px 13px;
	border: 1px solid rgba(4,29,20,.13);
	border-radius: 999px;
	background: rgba(255,255,255,.72);
	color: #4c5d53;
	font-size: .7rem;
	font-weight: 850;
}
.v9-country-safari-meta span strong {
	color: var(--gabba-orange-gold);
	font-weight: 950;
}
.v9-country-safari-dark .v9-country-safari-meta span,
.v9-combined-safari-section .v9-country-safari-meta span {
	border-color: rgba(255,255,255,.16);
	background: rgba(255,255,255,.06);
	color: rgba(255,255,255,.78);
}

/* Large premium cards: even a two-package country remains a real slider. */
.v9-country-carousel {
	margin-top: 4px;
}
.v9-country-track .safari-card {
	flex: 0 0 calc(52% - 14px);
}
.v9-country-track .safari-card .card-image {
	min-height: clamp(330px,29vw,470px);
}
.v9-country-track .safari-card .card-content {
	min-height: 350px;
}
.v9-country-carousel .v8-carousel-toolbar {
	padding-top: 3px;
}
.v9-country-safari-light .v8-carousel-toolbar p {
	color: #69786f;
}
.v9-country-safari-dark .v8-carousel-toolbar p,
.v9-combined-safari-section .v8-carousel-toolbar p {
	color: rgba(255,255,255,.68);
}
.v9-country-safari-dark .v8-carousel-progress,
.v9-combined-safari-section .v8-carousel-progress {
	background: rgba(255,255,255,.12);
}
.v9-country-safari-light .v8-carousel-progress {
	background: rgba(4,29,20,.09);
}
.v9-country-safari-light .v8-carousel-arrows button {
	border-color: rgba(4,29,20,.16);
	background: #fff;
	color: var(--gabba-v5-deep);
}
.v9-country-safari-light .v8-carousel-arrows button:hover {
	color: #fff;
	background: var(--gabba-orange-gold);
	border-color: var(--gabba-orange-gold);
}

/* Stronger separation between the country collections. */
.v9-country-safari-section::before {
	content: "";
	position: absolute;
	top: 0;
	left: 50%;
	width: calc(100% - clamp(28px,3vw,60px));
	height: 1px;
	background: rgba(4,29,20,.07);
	transform: translateX(-50%);
}
.v9-country-safari-dark::before,
.v9-combined-safari-section::before {
	background: rgba(255,255,255,.08);
}

/* Keep the country navigation cards visually different from the country safari banners. */
.v5-country-image-card {
	min-height: 680px;
}
.v5-country-card-copy h3 {
	font-weight: 900;
}
.v5-country-card-copy strong {
	color: var(--gabba-orange-gold-light) !important;
}

/* Responsive country safari sections */
@media (max-width: 1050px) {
	.v9-country-safari-intro,
	.v9-country-safari-intro.is-reverse {
		grid-template-columns: 1fr;
	}
	.v9-country-safari-intro.is-reverse .v9-country-safari-photo,
	.v9-country-safari-intro.is-reverse .v9-country-safari-copy {
		order: initial;
	}
	.v9-country-safari-photo {
		min-height: 570px;
	}
	.v9-country-track .safari-card {
		flex-basis: min(76vw,650px);
	}
}
@media (max-width: 650px) {
	.v9-country-safari-intro {
		gap: 29px;
		margin-bottom: 38px;
	}
	.v9-country-safari-photo {
		min-height: 470px;
		border-radius: 24px;
	}
	.v9-country-photo-label {
		padding: 24px 21px;
	}
	.v9-country-safari-copy h2 {
		font-size: clamp(2.7rem,12vw,4.2rem);
	}
	.v9-country-track .safari-card {
		flex-basis: calc(100vw - 48px);
	}
	.v9-country-track .safari-card .card-image {
		min-height: 290px;
	}
}


/* ==========================================================================
   GABBA V10 — About, Why Gabba, three-card country sliders, FAQ & Journal
   ========================================================================== */

/* Hero must flow straight into About Gabba, then Why Gabba. */
.v10-about-section {
	background:
		radial-gradient(circle at 100% 0, rgba(216,138,0,.08), transparent 28%),
		#fffdf8;
}
.v10-about-grid {
	display: grid;
	grid-template-columns: minmax(0,.9fr) minmax(0,1.1fr);
	gap: clamp(48px,7vw,120px);
	align-items: center;
}
.v10-about-photo {
	position: relative;
	min-height: clamp(560px,49vw,790px);
	overflow: hidden;
	border-radius: 36px;
	background: #dce1dd;
	box-shadow: 0 34px 100px rgba(4,29,20,.18);
}
.v10-about-photo > img {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: transform .8s ease;
}
.v10-about-photo:hover > img { transform: scale(1.04); }
.v10-about-photo-overlay {
	position: absolute;
	inset: 0;
	background: linear-gradient(to top,rgba(2,20,13,.92),rgba(2,20,13,.02) 65%);
}
.v10-about-photo-card {
	position: absolute;
	right: clamp(20px,3vw,42px);
	bottom: clamp(20px,3vw,42px);
	left: clamp(20px,3vw,42px);
	padding: 23px 25px;
	border: 1px solid rgba(255,255,255,.18);
	border-radius: 21px;
	background: rgba(3,29,19,.62);
	backdrop-filter: blur(10px);
}
.v10-about-photo-card span {
	display: block;
	color: var(--gabba-orange-gold-light);
	font-size: .67rem;
	font-weight: 950;
	letter-spacing: .12em;
	text-transform: uppercase;
}
.v10-about-photo-card strong {
	display: block;
	margin: 6px 0;
	color: #fff;
	font-family: var(--font-display-v5);
	font-size: clamp(1.45rem,2vw,2.3rem);
	font-weight: 900;
}
.v10-about-photo-card p {
	margin: 0;
	color: rgba(255,255,255,.76);
	font-size: .72rem;
	font-weight: 750;
}
.v10-about-copy h2 {
	max-width: 980px;
	margin-bottom: 24px;
	font-size: clamp(3.1rem,5vw,6.4rem);
	font-weight: 900;
	line-height: .97;
}
.v10-about-copy > p:not(.eyebrow) {
	max-width: 900px;
	color: #5f7066;
	font-size: clamp(.97rem,1.05vw,1.08rem);
	line-height: 1.82;
}
.v10-about-highlights {
	display: grid;
	grid-template-columns: repeat(3,minmax(0,1fr));
	gap: 11px;
	margin: 28px 0;
}
.v10-about-highlights > div {
	padding: 17px 16px;
	border: 1px solid rgba(4,29,20,.10);
	border-radius: 16px;
	background: #fff;
}
.v10-about-highlights strong {
	display: block;
	color: var(--gabba-orange-gold);
	font-family: var(--font-display-v5);
	font-size: 1.2rem;
	font-weight: 900;
}
.v10-about-highlights span {
	color: #697970;
	font-size: .68rem;
	font-weight: 800;
}
.v10-about-actions {
	display: flex;
	flex-wrap: wrap;
	gap: 15px 24px;
	align-items: center;
}
.v10-inline-link {
	color: var(--gabba-orange-gold);
	font-size: .75rem;
	font-weight: 900;
	text-decoration: underline;
	text-decoration-thickness: 2px;
	text-underline-offset: 5px;
}

/* Why Travel with Gabba */
.v10-why-section {
	position: relative;
	color: #fff;
	background:
		radial-gradient(circle at 15% 15%, rgba(216,138,0,.13), transparent 26%),
		linear-gradient(135deg,#06291c,#02140d 72%);
}
.v10-why-section .section-heading h2 { color:#fff; }
.v10-why-section .section-heading > p { color:rgba(255,255,255,.72); }
.v10-why-layout {
	display: grid;
	grid-template-columns: minmax(300px,.58fr) minmax(0,1.42fr);
	gap: clamp(26px,3vw,46px);
	align-items: stretch;
}
.v10-why-image {
	position: relative;
	min-height: 100%;
	overflow: hidden;
	border-radius: 30px;
	background: #0b3c29;
}
.v10-why-image img {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: transform .8s ease;
}
.v10-why-image:hover img { transform:scale(1.045); }
.v10-why-image-overlay {
	position:absolute;
	inset:0;
	background:linear-gradient(to top,rgba(2,20,13,.94),rgba(2,20,13,.08) 70%);
}
.v10-why-image-copy {
	position:absolute;
	z-index:2;
	right:0;
	bottom:0;
	left:0;
	padding:32px;
}
.v10-why-image-copy span {
	display:block;
	color:var(--gabba-orange-gold-light);
	font-size:.68rem;
	font-weight:950;
	letter-spacing:.11em;
	text-transform:uppercase;
}
.v10-why-image-copy strong {
	display:block;
	margin-top:7px;
	color:#fff;
	font-family:var(--font-display-v5);
	font-size:clamp(1.65rem,2.2vw,2.7rem);
	font-weight:900;
	line-height:1.08;
}
.v10-why-grid {
	display:grid;
	grid-template-columns:repeat(3,minmax(0,1fr));
	gap:15px;
}
.v10-why-card {
	position:relative;
	min-height:285px;
	padding:27px 24px;
	border:1px solid rgba(255,255,255,.11);
	border-radius:22px;
	background:rgba(255,255,255,.055);
	transition:transform .25s ease, background .25s ease, border-color .25s ease;
}
.v10-why-card:hover {
	transform:translateY(-7px);
	border-color:rgba(216,138,0,.7);
	background:rgba(255,255,255,.09);
}
.v10-why-icon {
	display:grid;
	width:53px;
	height:53px;
	margin-bottom:23px;
	place-items:center;
	border:1px solid rgba(216,138,0,.35);
	border-radius:16px;
	background:rgba(216,138,0,.11);
}
.v10-why-icon img {
	width:22px;
	height:22px;
	filter:invert(61%) sepia(98%) saturate(1221%) hue-rotate(359deg) brightness(89%) contrast(96%);
}
.v10-why-card > span {
	position:absolute;
	top:25px;
	right:25px;
	color:rgba(216,138,0,.8);
	font-family:var(--font-display-v5);
	font-size:1rem;
	font-weight:900;
}
.v10-why-card h3 {
	margin:0 0 10px;
	color:#fff;
	font-size:1.35rem;
	font-weight:900;
}
.v10-why-card p {
	margin:0;
	color:rgba(255,255,255,.67);
	font-size:.8rem;
	line-height:1.68;
}
.v10-trust-strip {
	border-top:1px solid rgba(4,29,20,.08);
}

/* Exactly 3 large safari cards visible on desktop in every country slider. */
@media (min-width: 1101px) {
	.v9-country-track .safari-card {
		flex: 0 0 calc((100% - 50px) / 3) !important;
		max-width: calc((100% - 50px) / 3);
	}
	.v9-country-track .safari-card .card-image {
		min-height: clamp(290px,22vw,390px);
	}
	.v9-country-track .safari-card .card-content {
		min-height: 365px;
	}
}
@media (min-width: 700px) and (max-width:1100px) {
	.v9-country-track .safari-card {
		flex:0 0 calc((100% - 24px) / 2) !important;
		max-width:calc((100% - 24px) / 2);
	}
}

/* FAQ becomes a stronger homepage sales/help section. */
.v5-faq-section {
	background:
		radial-gradient(circle at 100% 10%,rgba(216,138,0,.09),transparent 25%),
		#f3ebdc;
}
.v5-faq-grid {
	gap:17px;
}
.v5-faq-grid details {
	overflow:hidden;
	padding:0 27px;
	border:1px solid rgba(4,29,20,.10);
	border-radius:21px;
	background:#fffdf9;
	box-shadow:0 10px 35px rgba(4,29,20,.055);
	transition:border-color .2s ease, transform .2s ease, box-shadow .2s ease;
}
.v5-faq-grid details:hover {
	transform:translateY(-3px);
	border-color:rgba(216,138,0,.38);
	box-shadow:0 18px 45px rgba(4,29,20,.09);
}
.v5-faq-grid details[open] {
	border-color:rgba(216,138,0,.45);
}
.v5-faq-grid summary {
	min-height:84px;
	color:var(--gabba-v5-deep);
	font-size:1.23rem;
}
.v5-faq-grid summary span {
	display:grid;
	width:35px;
	height:35px;
	flex:0 0 35px;
	place-items:center;
	border:1px solid rgba(216,138,0,.35);
	border-radius:50%;
	background:#fff7e6;
	color:var(--gabba-orange-gold) !important;
	font-size:1.35rem;
}
.v5-faq-grid details[open] summary span { transform:rotate(45deg); }
.v5-faq-grid details > div {
	color:#607068;
	line-height:1.78;
}

/* Premium blog cards immediately before footer. */
.v5-journal-section {
	background:#fffdf8;
}
.v5-journal-grid {
	grid-template-columns:repeat(4,minmax(0,1fr));
	gap:24px;
}
.v5-journal-grid .journal-card {
	position:relative;
	height:100%;
	overflow:hidden;
	border:1px solid rgba(4,29,20,.10);
	border-radius:25px;
	background:#fff;
	box-shadow:0 18px 55px rgba(4,29,20,.10);
	transition:transform .27s ease, box-shadow .27s ease;
}
.v5-journal-grid .journal-card:hover {
	transform:translateY(-8px);
	box-shadow:0 30px 75px rgba(4,29,20,.17);
}
.v5-journal-grid .journal-image {
	aspect-ratio:1.28/1;
}
.v5-journal-grid .journal-image img {
	transition:transform .65s ease;
}
.v5-journal-grid .journal-card:hover .journal-image img {
	transform:scale(1.055);
}
.v5-journal-grid .journal-content {
	display:flex;
	min-height:330px;
	padding:25px 24px 27px;
	flex-direction:column;
}
.v5-journal-grid .post-meta {
	color:#718078;
	font-size:.63rem;
}
.v5-journal-grid .journal-content h3 {
	margin:0 0 12px;
	color:var(--gabba-orange-gold);
	font-size:clamp(1.45rem,1.45vw,1.85rem);
	font-weight:900;
}
.v5-journal-grid .journal-content h3 a { color:inherit; }
.v5-journal-grid .journal-content p {
	color:#617168;
	font-size:.82rem;
	line-height:1.68;
}
.v5-journal-grid .journal-content .text-link {
	display:inline-flex;
	width:max-content;
	margin-top:auto;
	padding:10px 14px;
	border:1.5px solid rgba(216,138,0,.45);
	border-radius:999px;
	color:var(--gabba-orange-gold) !important;
	font-size:.68rem;
	font-weight:900 !important;
}
.v5-journal-grid .journal-content .text-link:hover {
	background:var(--gabba-orange-gold);
	color:#fff !important;
}

/* Responsive V10 */
@media (max-width:1180px) {
	.v10-about-grid { grid-template-columns:.9fr 1.1fr; gap:42px; }
	.v10-why-layout { grid-template-columns:1fr; }
	.v10-why-image { min-height:540px; }
	.v10-why-grid { grid-template-columns:repeat(3,minmax(0,1fr)); }
	.v5-journal-grid { grid-template-columns:repeat(2,minmax(0,1fr)); }
}
@media (max-width:900px) {
	.v10-about-grid { grid-template-columns:1fr; }
	.v10-about-photo { min-height:650px; }
	.v10-why-grid { grid-template-columns:repeat(2,minmax(0,1fr)); }
}
@media (max-width:650px) {
	.v10-about-photo { min-height:520px; border-radius:24px; }
	.v10-about-highlights { grid-template-columns:1fr; }
	.v10-about-actions { align-items:flex-start; flex-direction:column; }
	.v10-why-image { min-height:500px; border-radius:24px; }
	.v10-why-grid { grid-template-columns:1fr; }
	.v10-why-card { min-height:0; }
	.v5-faq-grid { grid-template-columns:1fr; }
	.v5-faq-grid summary { font-size:1.08rem; }
	.v5-journal-grid { grid-template-columns:1fr; }
}


/* ==========================================================================
   GABBA V11 — double safari rows + bigger Why Gabba icon treatment
   ========================================================================== */

/* Two independent package rows inside every country / combined section. */
.v11-double-slider-stack {
	display: grid;
	gap: clamp(42px,4.5vw,70px);
}
.v11-slider-row {
	position: relative;
}
.v11-slider-row + .v11-slider-row {
	padding-top: clamp(33px,3vw,48px);
	border-top: 1px solid rgba(4,29,20,.10);
}
.v9-country-safari-dark .v11-slider-row + .v11-slider-row,
.v9-combined-safari-section .v11-slider-row + .v11-slider-row {
	border-top-color: rgba(255,255,255,.10);
}
.v11-row-heading {
	display: flex;
	align-items: end;
	justify-content: space-between;
	gap: 24px;
	margin-bottom: 20px;
}
.v11-row-heading > div:first-child > span {
	display: block;
	color: var(--gabba-orange-gold);
	font-family: var(--font-display-v5);
	font-size: clamp(1.65rem,2vw,2.45rem);
	font-weight: 900;
	line-height: 1.08;
}
.v11-row-heading p {
	max-width: 780px;
	margin: 7px 0 0;
	color: #68786f;
	font-size: .77rem;
	font-weight: 750;
}
.v9-country-safari-dark .v11-row-heading p,
.v9-combined-safari-section .v11-row-heading p {
	color: rgba(255,255,255,.66);
}
.v11-row-heading .v8-carousel-arrows {
	flex: 0 0 auto;
}

/* The toolbar arrows moved into the row heading in V11. */
.v11-country-carousel .v8-carousel-toolbar {
	display: none;
}
.v11-country-carousel {
	margin-top: 0;
}
.v11-country-track {
	padding-top: 6px;
	padding-bottom: 25px;
}

/* Exactly 3 cards per row on desktop. */
@media (min-width: 1101px) {
	.v11-country-track .safari-card {
		flex: 0 0 calc((100% - 50px) / 3) !important;
		max-width: calc((100% - 50px) / 3) !important;
	}
	.v11-country-track .safari-card .card-image {
		min-height: clamp(285px,21vw,385px);
	}
}
@media (min-width: 700px) and (max-width:1100px) {
	.v11-country-track .safari-card {
		flex: 0 0 calc((100% - 24px) / 2) !important;
		max-width: calc((100% - 24px) / 2) !important;
	}
}
@media (max-width:699px) {
	.v11-country-track .safari-card {
		flex: 0 0 calc(100vw - 48px) !important;
		max-width: calc(100vw - 48px) !important;
	}
	.v11-row-heading {
		align-items: flex-start;
	}
	.v11-row-heading > div:first-child > span {
		font-size: 1.65rem;
	}
}

/* Bigger, more attractive Why Gabba icons. */
.v10-why-grid {
	gap: 18px;
}
.v10-why-card {
	min-height: 325px;
	padding: 30px 27px;
	border-radius: 25px;
	background:
		linear-gradient(145deg,rgba(255,255,255,.075),rgba(255,255,255,.035));
	box-shadow: inset 0 1px 0 rgba(255,255,255,.06);
}
.v10-why-card::before {
	content: "";
	position: absolute;
	top: 0;
	right: 0;
	width: 105px;
	height: 105px;
	border-radius: 0 25px 0 100%;
	background: radial-gradient(circle at 100% 0,rgba(216,138,0,.18),transparent 69%);
	pointer-events: none;
}
.v10-why-icon {
	position: relative;
	width: 82px;
	height: 82px;
	margin-bottom: 29px;
	border: 1.5px solid rgba(216,138,0,.55);
	border-radius: 24px;
	background:
		radial-gradient(circle at 35% 30%,rgba(240,182,66,.23),transparent 48%),
		rgba(216,138,0,.10);
	box-shadow:
		0 15px 36px rgba(0,0,0,.18),
		inset 0 1px 0 rgba(255,255,255,.10);
	transition: transform .24s ease, box-shadow .24s ease, background .24s ease;
}
.v10-why-icon::after {
	content: "";
	position: absolute;
	inset: 8px;
	border: 1px solid rgba(216,138,0,.16);
	border-radius: 18px;
}
.v10-why-icon img {
	position: relative;
	z-index: 2;
	width: 37px;
	height: 37px;
}
.v10-why-card:hover .v10-why-icon {
	transform: translateY(-4px) rotate(-2deg);
	background: rgba(216,138,0,.18);
	box-shadow:
		0 20px 42px rgba(0,0,0,.24),
		0 0 0 5px rgba(216,138,0,.06);
}
.v10-why-card > span {
	top: 31px;
	right: 29px;
	font-size: 1.15rem;
}
.v10-why-card h3 {
	font-size: 1.52rem;
}
.v10-why-card p {
	font-size: .82rem;
	line-height: 1.72;
}

@media (max-width:1180px) {
	.v10-why-icon {
		width: 75px;
		height: 75px;
	}
	.v10-why-icon img {
		width: 34px;
		height: 34px;
	}
}
@media (max-width:650px) {
	.v10-why-icon {
		width: 72px;
		height: 72px;
		border-radius: 21px;
	}
	.v10-why-icon img {
		width: 32px;
		height: 32px;
	}
	.v10-why-card {
		padding: 27px 23px;
	}
}


/* ==========================================================================\n   GABBA V12 — production mobile, readable body copy and brighter safari cards\n   ========================================================================== */
:root {
    --gabba-v12-orange: #e58b00;
    --gabba-v12-orange-dark: #bd6e00;
    --gabba-v12-green: #075a36;
    --gabba-v12-deep: #03261a;
    --gabba-v12-paper: #fffdf8;
}

html, body { max-width:100%; overflow-x:hidden; }

/* Body copy is intentionally normal weight. Bold is reserved for headings,
   subheadings, labels, buttons and navigation. */
body { font-weight:400 !important; }
body p:not(.eyebrow),
body li,
.entry-content p,
.entry-content li,
.page-content p,
.page-content li,
.safari-content p,
.safari-content li,
.destination-content p,
.destination-content li,
.v10-about-copy > p:not(.eyebrow),
.v9-country-safari-copy > p:not(.eyebrow),
.v11-row-heading p,
.v5-experience-card p,
.v5-fleet-card p,
.v5-style-grid p,
.v5-planning-grid p,
.v5-faq-grid details > div,
.v5-journal-grid .journal-content p,
.footer p,
.footer li {
    font-weight:400 !important;
}
main p strong,
main li strong,
.entry-content strong,
.safari-content strong,
.destination-content strong {
    font-weight:inherit !important;
}
/* Actual titles/subtitles/UI stay strong. */
h1,h2,h3,h4,h5,h6,.eyebrow,.button,.card-badge,.card-location,.v8-card-pill,
.v11-row-heading > div:first-child > span,.v9-country-photo-label strong,
.v10-why-card h3,.v10-why-image-copy strong,.v6-footer-grid h3,
summary,.primary-menu a { font-weight:800; }

/* Brighter, cleaner itinerary cards. */
.safari-card {
    background:#fff !important;
    border:1px solid rgba(3,38,26,.10) !important;
    box-shadow:0 18px 55px rgba(3,38,26,.12) !important;
}
.safari-card:hover { box-shadow:0 28px 72px rgba(3,38,26,.18) !important; }
.safari-card .card-content,
.v8-safari-track .safari-card .card-content {
    background:linear-gradient(180deg,#ffffff 0%,#fffaf0 100%) !important;
}
.safari-card .card-content h3,
.safari-card .card-content h3 a,
.v8-safari-track .safari-card .card-content h3,
.v8-safari-track .safari-card .card-content h3 a {
    color:var(--gabba-v12-orange) !important;
    font-weight:800 !important;
}
.safari-card .card-content p { color:#40564a !important; font-weight:400 !important; }
.card-badge { background:var(--gabba-v12-green) !important; color:#fff !important; }
.v8-card-price { color:#274638 !important; font-weight:600 !important; }
.v8-card-pill {
    border-color:rgba(229,139,0,.6) !important;
    color:var(--gabba-v12-orange) !important;
    background:#fff9ed !important;
    font-weight:700 !important;
}
.v8-card-pill-link {
    color:#fff !important;
    background:linear-gradient(135deg,#f09a00,#d77f00) !important;
    border-color:#dc8200 !important;
    box-shadow:0 10px 24px rgba(211,121,0,.18);
}
.v8-card-pill-link:hover { background:linear-gradient(135deg,#d77f00,#b96500) !important; }

/* Slider controls live in the row header in V11/V12. */
.v11-row-heading { min-width:0; width:100%; }
.v11-row-heading > div:first-child { min-width:0; }
.v11-row-heading p { white-space:normal; overflow-wrap:anywhere; }
.v11-slider-row,.v11-country-carousel,.v11-country-track { min-width:0; max-width:100%; }
.v11-country-track { overscroll-behavior-inline:contain; }

/* Completely conceal the off-canvas menu when closed so no mega-menu text peeks out. */
@media (max-width:1119px) {
    body:not(.nav-open) .primary-navigation { visibility:hidden; pointer-events:none; }
    body.nav-open .primary-navigation { visibility:visible; pointer-events:auto; }
    .gabba-mega-primary .gabba-mega-panel { display:none !important; }
    .gabba-mega-primary .gabba-mega-item.open > .gabba-mega-panel { display:grid !important; }
}

/* Mobile-first cleanup. */
@media (max-width:700px) {
    .section { padding-top:64px !important; padding-bottom:64px !important; }
    .container,.container-wide { width:calc(100% - 28px) !important; max-width:100% !important; }
    .topbar { min-height:42px; }
    .header-main,.header-inner { min-height:88px !important; }
    .gabba-bundled-logo,.custom-logo { max-height:60px !important; width:auto !important; }
    .site-branding { max-width:112px; }

    .v8-hero-inner { padding-top:138px !important; padding-bottom:70px !important; }
    .v8-hero-copy h1 { font-size:clamp(2.65rem,11vw,3.65rem) !important; line-height:.96 !important; letter-spacing:-.045em !important; }
    .v8-hero-lead { font-size:.94rem !important; line-height:1.62 !important; font-weight:400 !important; }
    .v8-hero-live-caption { max-width:100%; }
    .v8-hero-country-bar { display:none !important; }
    .hero-buttons { gap:9px !important; }
    .hero-buttons .button { width:100%; }

    .section-heading,.section-heading-split { gap:18px !important; margin-bottom:28px !important; }
    .section-heading h2,.v9-country-safari-copy h2,.v10-about-copy h2 {
        font-size:clamp(2.25rem,10.5vw,3.25rem) !important;
        line-height:1.02 !important;
        overflow-wrap:anywhere;
    }
    .section-heading p,.v9-country-safari-copy > p:not(.eyebrow),.v10-about-copy > p:not(.eyebrow) {
        font-size:.94rem !important; line-height:1.68 !important;
    }

    .v11-row-heading { flex-direction:column !important; align-items:flex-start !important; gap:13px !important; }
    .v11-row-heading > div:first-child > span { font-size:1.65rem !important; line-height:1.12 !important; }
    .v11-row-heading p { max-width:100% !important; font-size:.88rem !important; line-height:1.55 !important; }
    .v11-row-heading .v8-carousel-arrows { align-self:flex-end; }

    .v8-safari-track,.v11-country-track {
        width:100% !important;
        margin-right:0 !important;
        padding-right:14px !important;
        gap:14px !important;
    }
    .v11-country-track .safari-card,.v8-safari-track .safari-card {
        flex:0 0 calc(100vw - 54px) !important;
        max-width:calc(100vw - 54px) !important;
        border-radius:22px !important;
    }
    .v11-country-track .safari-card .card-image,.v8-safari-track .safari-card .card-image {
        min-height:0 !important; height:auto !important; aspect-ratio:4/3 !important;
    }
    .v11-country-track .safari-card .card-content,.v8-safari-track .safari-card .card-content {
        min-height:0 !important; padding:20px 18px 21px !important;
    }
    .safari-card .card-content h3,.v8-safari-track .safari-card .card-content h3 {
        font-size:1.55rem !important; line-height:1.12 !important; margin-bottom:10px !important;
    }
    .safari-card .card-content p { font-size:.88rem !important; line-height:1.58 !important; }
    .v8-card-actions { gap:8px !important; }
    .v8-card-pill { min-height:44px !important; }

    .v9-country-safari-photo { min-height:410px !important; border-radius:22px !important; }
    .v10-about-photo,.v10-why-image { min-height:430px !important; border-radius:22px !important; }

    .v5-destination-grid,.v5-experience-grid,.v5-fleet-grid,.v5-style-grid,.v5-planning-grid,.v5-journal-grid {
        gap:18px !important;
    }
    .v5-destination-showcase .section-heading h2 { font-size:2.45rem !important; }
    .v5-faq-grid summary { font-size:1.03rem !important; line-height:1.3 !important; }
    .v5-faq-grid details > div { font-size:.9rem !important; line-height:1.62 !important; }

    .floating-whatsapp { width:58px !important; height:58px !important; right:16px !important; bottom:18px !important; }
    .back-to-top { width:48px !important; height:48px !important; right:21px !important; bottom:86px !important; }
}

/* V12 itinerary pages: brighter and easier to scan without bold body copy. */
.itinerary-section {
    background: linear-gradient(180deg,#fff8e9 0%,#f7efe0 100%) !important;
}
.itinerary-list {
    max-width: 1050px !important;
    display: grid;
    gap: 14px;
}
.itinerary-day {
    display: grid !important;
    grid-template-columns: 74px 1fr !important;
    gap: 18px !important;
    padding: 0 !important;
    overflow: hidden;
    border: 1px solid rgba(229,139,0,.22) !important;
    border-radius: 20px;
    background: #fff !important;
    box-shadow: 0 12px 34px rgba(3,38,26,.07);
}
.itinerary-day:last-child { border-bottom: 1px solid rgba(229,139,0,.22) !important; }
.day-number {
    display: grid;
    min-height: 100%;
    place-items: center;
    padding: 18px 8px;
    color: #fff !important;
    background: linear-gradient(160deg,#f0a000,#d97800);
    font-size: 1.55rem !important;
    font-weight: 800;
}
.day-body { padding: 20px 20px 20px 0; }
.day-body h3 button { align-items:center; color:var(--gabba-v12-deep) !important; }
.day-body h3 button span {
    color: var(--gabba-v12-orange) !important;
    font-weight: 700 !important;
}
.day-body h3 button strong {
    color: var(--gabba-v12-deep) !important;
    font-size: 1.3rem !important;
    font-weight: 800 !important;
    line-height: 1.25;
}
.day-body h3 button i {
    color: var(--gabba-v12-orange);
    border-color: rgba(229,139,0,.42) !important;
    background:#fff8e9;
}
.day-details {
    padding: 16px 44px 2px 0 !important;
    color:#445a4e !important;
}
.day-details p,.day-details li,.day-details .prose { font-weight:400 !important; }
.day-details p strong { font-weight:400 !important; color:inherit; }

@media (max-width:700px) {
    .itinerary-list { gap:11px; }
    .itinerary-day { grid-template-columns:52px 1fr !important; border-radius:16px; }
    .day-number { padding:14px 4px; font-size:1.05rem !important; }
    .day-body { padding:16px 14px 16px 0; }
    .day-body h3 button { grid-template-columns:1fr 30px !important; }
    .day-body h3 button strong { font-size:1.08rem !important; }
    .day-details { padding:13px 8px 0 0 !important; }
}

/* V13 production refinements */
body, body p, body li, .entry-content p, .entry-content li, .prose p, .prose li, .day-details p, .day-details li, .safari-card p, .destination-card p, .v5-experience-card p, .v5-planning-grid p, .v5-faq-grid details > div { font-weight:400 !important; }
.entry-content h1,.entry-content h2,.entry-content h3,.entry-content h4,.section-heading h2,.safari-card h3,.destination-card h3,.day-body h3,.day-body h3 button span,.day-body h3 button strong { font-weight:800 !important; }
.day-details .prose p { font-size:1rem; line-height:1.82; color:#405249; }
.day-details > p { margin-top:12px; padding:12px 14px; border-radius:12px; background:#fff8ea; color:#33483d; }
.day-details > p strong { font-weight:800 !important; color:#c87d00 !important; }
.v13-safari-moments{background:#fffdf8}.v13-moment-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));grid-auto-rows:310px;gap:18px}.v13-moment-card{position:relative;overflow:hidden;margin:0;border-radius:25px;background:#e5e7e2}.v13-moment-card img{width:100%;height:100%;object-fit:cover;transition:transform .6s ease}.v13-moment-card:hover img{transform:scale(1.045)}.v13-moment-card:after{content:"";position:absolute;inset:55% 0 0;background:linear-gradient(transparent,rgba(2,20,13,.83))}.v13-moment-card figcaption{position:absolute;z-index:2;left:22px;bottom:18px;color:#fff;font-weight:800;font-size:.82rem}.v13-moment-tall{grid-row:span 2}.v13-trust-section{padding:70px 0;background:#f4efe4}.v13-trust-copy{max-width:950px;margin:0 auto 34px;text-align:center}.v13-trust-copy h2{font-size:clamp(2.4rem,4vw,4.8rem)}.v13-trust-copy>p:not(.eyebrow){color:#56675e;font-weight:400!important}.v13-trust-logos{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:18px;align-items:stretch}.v13-trust-logos>div{display:flex;min-height:190px;padding:20px;align-items:center;justify-content:center;flex-direction:column;gap:11px;border:1px solid rgba(4,29,20,.09);border-radius:22px;background:#fff;box-shadow:0 12px 35px rgba(4,29,20,.07)}.v13-trust-logos img{width:120px;height:100px;object-fit:contain}.v13-trust-logos span{text-align:center;color:#213b2e;font-size:.68rem;font-weight:700}
@media(max-width:900px){.v13-moment-grid{grid-template-columns:repeat(2,1fr);grid-auto-rows:290px}.v13-moment-tall{grid-row:span 1}.v13-trust-logos{grid-template-columns:repeat(3,1fr)}}
@media(max-width:600px){.v13-moment-grid{grid-template-columns:1fr;grid-auto-rows:340px}.v13-trust-section{padding:52px 0}.v13-trust-logos{grid-template-columns:repeat(2,1fr);gap:12px}.v13-trust-logos>div{min-height:155px;padding:13px}.v13-trust-logos img{width:92px;height:78px}.v13-trust-copy{text-align:left}.v13-trust-copy h2{font-size:2.75rem}}


/* ==========================================================================
   GABBA V13.1 — production mobile menu repair
   ========================================================================== */
@media (max-width:1119px) {
    .primary-navigation {
        position:fixed !important;
        inset:0 !important;
        z-index:1000 !important;
        width:100vw !important;
        max-width:none !important;
        height:100dvh !important;
        padding:118px 22px 38px !important;
        overflow-x:hidden !important;
        overflow-y:auto !important;
        overscroll-behavior:contain;
        color:#fff !important;
        background:linear-gradient(160deg,#032519 0%,#001d13 100%) !important;
        visibility:hidden !important;
        opacity:0 !important;
        pointer-events:none !important;
        transform:translate3d(100%,0,0) !important;
        transition:transform .3s ease,opacity .22s ease,visibility .3s ease !important;
    }
    body.nav-open .primary-navigation {
        visibility:visible !important;
        opacity:1 !important;
        pointer-events:auto !important;
        transform:translate3d(0,0,0) !important;
    }
    body.nav-open .site-branding { z-index:1003 !important; }
    body.nav-open .site-branding img { background:#fff; border-radius:12px; }
    body.nav-open .search-toggle { visibility:hidden; opacity:0; pointer-events:none; }
    body.nav-open .menu-toggle { position:fixed !important; top:66px; right:18px; z-index:1005 !important; color:#fff !important; }
    .gabba-mega-primary { width:100% !important; margin:0 !important; padding:0 !important; }
    .gabba-mega-primary > li { width:100% !important; border-bottom:1px solid rgba(255,255,255,.12); }
    .gabba-mega-primary > li > a {
        width:calc(100% - 48px) !important;
        padding:17px 0 !important;
        border:0 !important;
        color:#fff !important;
        font-size:1.24rem !important;
        line-height:1.2 !important;
        font-weight:800 !important;
    }
    .submenu-toggle {
        top:10px !important;
        right:0 !important;
        display:grid !important;
        width:42px !important;
        height:42px !important;
        place-items:center !important;
        border:1px solid rgba(255,255,255,.18) !important;
        border-radius:50% !important;
        color:#f0ad32 !important;
        font-size:1.25rem !important;
    }
    .gabba-mega-primary .gabba-mega-panel {
        position:static !important;
        width:100% !important;
        min-width:0 !important;
        max-width:100% !important;
        margin:0 !important;
        padding:4px 0 18px !important;
        border:0 !important;
        background:transparent !important;
        box-shadow:none !important;
        transform:none !important;
        visibility:visible !important;
        opacity:1 !important;
    }
    .gabba-mega-primary .gabba-mega-item:not(.open) > .gabba-mega-panel { display:none !important; }
    .gabba-mega-primary .gabba-mega-item.open > .gabba-mega-panel { display:block !important; }
    .gabba-mega-panel .gabba-mega-intro,
    .gabba-mega-panel .gabba-mega-cards,
    .gabba-mega-panel .gabba-mega-car-grid { display:none !important; }
    .gabba-mega-panel .gabba-mega-links,
    .gabba-mega-panel .gabba-mega-icon-grid { display:block !important; }
    .gabba-mega-panel .gabba-mega-links > div { padding:0 !important; }
    .gabba-mega-panel .gabba-mega-links strong { display:block; margin:13px 0 5px; color:#e5a026 !important; font-size:.72rem; letter-spacing:.1em; text-transform:uppercase; }
    .gabba-mega-panel a,
    .gabba-mega-panel .gabba-mega-links a,
    .gabba-mega-panel .gabba-mega-icon-grid a {
        display:block !important;
        min-height:0 !important;
        padding:10px 0 !important;
        color:rgba(255,255,255,.78) !important;
        background:transparent !important;
        border:0 !important;
        border-radius:0 !important;
        font-size:.9rem !important;
        font-weight:500 !important;
        transform:none !important;
    }
    .gabba-mega-icon-grid span,.gabba-mega-icon-grid small { display:none !important; }
    .gabba-mega-icon-grid strong { color:rgba(255,255,255,.82) !important; font-size:.9rem !important; font-weight:500 !important; }
}
@media (max-width:700px) {
    body.nav-open .menu-toggle { top:58px !important; }
    .gabba-bundled-logo,.custom-logo { max-height:58px !important; }
}
