/* ================================================================
NGORONGORO CONSERVATION AREA — Hub Page
Resilience Expedition
Volcanic Deep Green · Earth · Stone palette
Mobile-first · 320px base · Breakpoints: 480|600|768|1024|1280
================================================================ */
*,
*::before,
*::after {
box-sizing: border-box;
margin: 0;
padding: 0
}

html {
font-size: 16px;
scroll-behavior: smooth;
-webkit-text-size-adjust: 100%
}

body {
font-family: var(--fb);
background: var(--crater-bg);
color: var(--ink);
line-height: 1.7;
font-size: 15px;
overflow-x: hidden
}

img {
max-width: 100%;
height: auto;
display: block
}

a {
color: inherit;
text-decoration: none
}

button,
input,
select,
textarea {
font-family: inherit
}

ul,
ol {
list-style: none
}

a:focus,
button:focus {
outline: 3px solid var(--vol);
outline-offset: 3px
}

:root {
/* ── Ngorongoro / Volcanic palette ── */
--vol-dk: #091A0F;
/* deepest volcanic night           */
--vol-md: #0F3020;
/* dark forest green                */
--vol: #1A6040;
/* crater green — primary           */
--vol-lt: #2A9060;
/* lighter volcanic green           */
--vol-bright: #3AB870;
/* bright accent green              */
--vol-pl: #E8F5EE;
/* pale green tint                  */
--rhino: #8B6A3A;
/* rhino grey-brown                 */
--rhino-lt: #B89A5A;
/* lighter rhino                    */
--crater-bg: #F2EDE4;
/* warm stone background            */
--stone: #EDE6D8;
/* darker stone                     */
--stone-md: #E5DBC8;
/* mid stone                        */
--chalk: #FDFAF4;
/* bright chalk white               */
--obsidian: #1A1410;
/* deep volcanic text               */
--ash: #6A5E52;
/* ash grey text                    */
--pumice: #9A8E82;
/* light ash / meta                 */
--border-v: rgba(26, 96, 64, .14);
--border-vmd: rgba(26, 96, 64, .28);
/* Shared brand tokens */
--night: #0A1510;
--earth-dk: #2A1808;
--earth: #7A4A18;
--savanna: #C07033;
--savanna-lt: #E09240;
--lion-lt: #ECC070;
--ivory: #F5F0E8;
--ivory-dk: #EDE6D8;
--white: #FDFAF4;
--ink: #1A1410;
--mist: #7A6E62;
--border: rgba(120, 90, 60, .14);
--success: #1A7040;
--critical: #8B2F20;
/* Package accent colours */
--pk-day: #1A6040;
/* day trip                         */
--pk-night: #0F3020;
/* overnight / rim camp             */
--pk-crater: #2A6B3A;
/* crater focus                     */
--pk-full: #7A4A18;
/* full northern circuit            */
--pk-combo: #5A4A7A;
/* combo packages                   */
--pk-cultural: #7A3A10;
/* cultural / Maasai                */
--fd: 'Playfair Display', Georgia, serif;
--fb: 'Outfit', sans-serif;
--s1: .25rem;
--s2: .5rem;
--s3: .75rem;
--s4: 1rem;
--s5: 1.25rem;
--s6: 1.5rem;
--s8: 2rem;
--s10: 2.5rem;
--s12: 3rem;
--s16: 4rem;
--rsm: 6px;
--rmd: 12px;
--rlg: 18px;
--rxl: 24px;
--rpill: 100px;
--sh-sm: 0 2px 12px rgba(9, 26, 15, .08);
--sh-md: 0 6px 28px rgba(9, 26, 15, .13);
--sh-lg: 0 16px 56px rgba(9, 26, 15, .2);
--t: .22s cubic-bezier(.4, 0, .2, 1);
}

.skip-link {
position: absolute;
top: -100%;
left: var(--s4);
background: var(--vol-dk);
color: var(--chalk);
padding: var(--s2) var(--s5);
border-radius: var(--rsm);
font-size: 14px;
z-index: 9999;
transition: top var(--t)
}

.skip-link:focus {
top: var(--s3)
}

.sr {
position: absolute;
width: 1px;
height: 1px;
padding: 0;
margin: -1px;
overflow: hidden;
clip: rect(0, 0, 0, 0);
white-space: nowrap;
border: 0
}

/* ================================================================
HEADER
================================================================ */
.site-header {
position: sticky;
top: 0;
z-index: 300;
background: rgba(9, 26, 15, .97);
backdrop-filter: blur(16px);
border-bottom: 1px solid rgba(26, 96, 64, .3)
}

.nav-wrap {
max-width: 1280px;
margin: 0 auto;
padding: 0 var(--s4)
}

.nav-topbar {
display: flex;
align-items: center;
justify-content: space-between;
height: 64px
}

.logo-link {
display: flex;
align-items: center;
gap: var(--s3);
flex-shrink: 0
}

.logo-link img {
height: 42px;
width: 42px;
object-fit: contain;
border-radius: var(--rsm)
}

.logo-words {
display: flex;
flex-direction: column;
line-height: 1.15
}

.logo-name {
font-family: var(--fd);
font-size: clamp(.88rem, 2.5vw, 1.05rem);
font-weight: 700;
color: var(--chalk)
}

.logo-sub {
font-size: 9.5px;
font-weight: 500;
color: rgba(255, 255, 255, .38);
letter-spacing: .12em;
text-transform: uppercase
}

.hamburger {
display: flex;
flex-direction: column;
gap: 5px;
background: none;
border: none;
cursor: pointer;
padding: var(--s2);
border-radius: var(--rsm);
transition: background var(--t)
}

.hamburger:hover {
background: rgba(255, 255, 255, .07)
}

.hamburger span {
display: block;
width: 22px;
height: 2px;
background: rgba(255, 255, 255, .85);
border-radius: 2px;
transition: transform var(--t), opacity var(--t)
}

.hamburger[aria-expanded="true"] span:nth-child(1) {
transform: translateY(7px) rotate(45deg)
}

.hamburger[aria-expanded="true"] span:nth-child(2) {
opacity: 0;
transform: scaleX(0)
}

.hamburger[aria-expanded="true"] span:nth-child(3) {
transform: translateY(-7px) rotate(-45deg)
}

.nav-drawer {
display: none;
flex-direction: column;
padding-bottom: var(--s4);
border-top: 1px solid rgba(255, 255, 255, .07)
}

.nav-drawer.open {
display: flex
}

.nav-links {
display: flex;
flex-direction: column;
gap: 2px;
padding: var(--s3) 0
}

.nav-links a {
display: block;
padding: var(--s3);
font-size: 15px;
font-weight: 500;
color: rgba(255, 255, 255, .75);
border-radius: var(--rsm);
transition: background var(--t), color var(--t)
}

.nav-links a:hover {
background: rgba(26, 96, 64, .3);
color: var(--chalk)
}

.nav-links a[aria-current="page"] {
background: var(--vol-md);
color: var(--chalk)
}

.nav-cta {
display: flex;
align-items: center;
justify-content: center;
gap: var(--s2);
padding: var(--s3) var(--s6);
background: var(--vol);
color: var(--chalk);
border-radius: var(--rpill);
font-weight: 700;
font-size: 14px;
margin-top: var(--s2);
transition: background var(--t)
}

.nav-cta:hover {
background: var(--vol-lt)
}

@media(min-width:768px) {
.hamburger {
display: none
}

.nav-drawer {
display: flex !important;
flex-direction: row;
align-items: center;
padding-bottom: 0;
border-top: none
}

.nav-links {
flex-direction: row;
padding: 0
}

.nav-links a {
font-size: 13.5px;
padding: var(--s2) var(--s3)
}

.nav-cta {
margin-top: 0;
margin-left: var(--s3);
padding: var(--s2) var(--s5);
font-size: 13.5px
}

.nav-topbar {
height: 68px
}
}

/* ================================================================
BREADCRUMB
================================================================ */
.bc-bar {
background: var(--vol-dk);
border-bottom: 1px solid rgba(26, 96, 64, .28);
overflow-x: auto;
white-space: nowrap;
scrollbar-width: none
}

.bc-bar::-webkit-scrollbar {
display: none
}

.bc-inner {
max-width: 1280px;
margin: 0 auto;
padding: var(--s2) var(--s4)
}

.bc-list {
display: inline-flex;
align-items: center;
gap: var(--s2);
font-size: 12px;
color: rgba(255, 255, 255, .42)
}

.bc-list li+li::before {
content: "›";
font-size: 13px
}

.bc-list a {
color: rgba(255, 255, 255, .6);
transition: color var(--t)
}

.bc-list a:hover {
color: var(--vol-bright)
}

.bc-list [aria-current="page"] {
color: rgba(255, 255, 255, .85);
font-weight: 500
}

/* ================================================================
HERO — NGORONGORO CALDERA
================================================================ */
.ngoro-hero {
position: relative;
min-height: clamp(520px, 65vw, 760px);
display: flex;
align-items: flex-end;
overflow: hidden;
background: var(--vol-dk);
}

.nh-bg {
position: absolute;
inset: 0;
background-image: url('https://www.resilienceexpedition.com/images/ngorongoro-packages.jpg');
background-size: cover;
background-position: center 30%;
transform: scale(1.04);
transition: transform 10s ease-out;
filter: saturate(1.15) brightness(.72);
}

.ngoro-hero.loaded .nh-bg {
transform: scale(1)
}

.nh-overlay {
position: absolute;
inset: 0;
background: linear-gradient(168deg, rgba(9, 26, 15, .06) 0%, rgba(15, 48, 32, .18) 30%, rgba(9, 26, 15, .6) 62%, rgba(9, 26, 15, .99) 100%)
}

.nh-ridge {
position: absolute;
bottom: 0;
left: 0;
right: 0;
height: 90px;
background: linear-gradient(to top, var(--crater-bg) 0%, transparent 100%);
z-index: 1
}

/* Caldera facts floating strip */
.nh-facts-strip {
position: absolute;
top: 0;
left: 0;
right: 0;
z-index: 3;
display: flex;
gap: 0;
overflow-x: auto;
scrollbar-width: none;
}

.nh-facts-strip::-webkit-scrollbar {
display: none
}

.nh-fact {
flex: 1;
min-width: 90px;
padding: var(--s2) var(--s3);
display: flex;
flex-direction: column;
align-items: center;
gap: 2px;
border-bottom: 3px solid rgba(26, 96, 64, .4);
background: rgba(9, 26, 15, .45);
backdrop-filter: blur(8px);
}

.nh-fact-val {
font-size: 12.5px;
font-weight: 700;
color: var(--vol-bright);
white-space: nowrap
}

.nh-fact-lbl {
font-size: 9px;
font-weight: 600;
text-transform: uppercase;
letter-spacing: .08em;
color: rgba(255, 255, 255, .4);
white-space: nowrap
}

.nh-content {
position: relative;
z-index: 2;
width: 100%;
padding: var(--s16) var(--s4) var(--s14);
display: flex;
flex-direction: column;
gap: var(--s4);
}

@media(min-width:768px) {
.nh-content {
padding: var(--s16) var(--s6) var(--s14)
}
}

@media(min-width:1024px) {
.nh-content {
max-width: 1280px;
margin: 0 auto;
padding: var(--s16) var(--s6) var(--s16)
}
}

.nh-eyebrow {
display: inline-flex;
align-items: center;
gap: var(--s2);
background: rgba(58, 184, 112, .18);
border: 1px solid rgba(58, 184, 112, .38);
color: var(--vol-bright);
font-size: 10.5px;
font-weight: 700;
letter-spacing: .16em;
text-transform: uppercase;
padding: var(--s1) var(--s4);
border-radius: var(--rpill);
width: fit-content
}

.nh-title {
font-family: var(--fd);
font-size: clamp(2.3rem, 7vw, 5rem);
font-weight: 700;
color: var(--chalk);
line-height: 1.04;
letter-spacing: -.03em;
max-width: 840px
}

.nh-title em {
font-style: italic;
color: var(--vol-bright)
}

.nh-sub {
font-size: clamp(14px, 2.4vw, 17px);
color: rgba(255, 255, 255, .7);
max-width: 580px;
line-height: 1.75
}

.nh-pills {
display: flex;
flex-wrap: wrap;
gap: var(--s2);
margin-top: var(--s2)
}

.nh-pill {
display: inline-flex;
align-items: center;
gap: var(--s1);
background: rgba(255, 255, 255, .1);
border: 1px solid rgba(255, 255, 255, .2);
color: rgba(255, 255, 255, .82);
font-size: 12px;
font-weight: 500;
padding: var(--s1) var(--s4);
border-radius: var(--rpill);
backdrop-filter: blur(4px)
}

.nh-pill strong {
font-weight: 700;
color: var(--vol-bright)
}

.nh-cta-row {
display: flex;
flex-direction: column;
gap: var(--s3);
margin-top: var(--s2)
}

@media(min-width:480px) {
.nh-cta-row {
flex-direction: row;
align-items: center;
flex-wrap: wrap
}
}

.nh-btn-primary {
display: inline-flex;
align-items: center;
gap: var(--s2);
background: var(--vol);
color: var(--chalk);
padding: var(--s4) var(--s8);
border-radius: var(--rpill);
font-size: 15px;
font-weight: 700;
transition: background var(--t), transform var(--t);
border: none;
cursor: pointer;
white-space: nowrap
}

.nh-btn-primary:hover {
background: var(--vol-lt);
transform: translateY(-2px)
}

.nh-btn-primary svg {
width: 15px;
height: 15px
}

.nh-btn-outline {
display: inline-flex;
align-items: center;
gap: var(--s2);
background: rgba(255, 255, 255, .1);
border: 1px solid rgba(255, 255, 255, .3);
color: rgba(255, 255, 255, .88);
padding: var(--s4) var(--s6);
border-radius: var(--rpill);
font-size: 14px;
font-weight: 600;
transition: background var(--t);
white-space: nowrap;
border-style: solid
}

.nh-btn-outline:hover {
background: rgba(255, 255, 255, .2)
}

/* ================================================================
STATS BAND
================================================================ */
.stats-band {
background: var(--vol-dk);
border-bottom: 1px solid rgba(26, 96, 64, .28);
padding: var(--s5) var(--s4)
}

.stats-inner {
max-width: 1280px;
margin: 0 auto;
display: grid;
grid-template-columns: repeat(2, 1fr);
gap: var(--s3)
}

@media(min-width:600px) {
.stats-inner {
grid-template-columns: repeat(4, 1fr)
}
}

.stat-item {
display: flex;
align-items: center;
gap: var(--s3);
padding: var(--s3) var(--s4);
background: rgba(26, 96, 64, .1);
border: 1px solid rgba(26, 96, 64, .22);
border-radius: var(--rmd)
}

.st-icon {
font-size: 22px;
flex-shrink: 0;
line-height: 1
}

.st-body {
display: flex;
flex-direction: column;
gap: 1px
}

.st-num {
font-family: var(--fd);
font-size: 1.25rem;
font-weight: 700;
color: var(--vol-bright);
line-height: 1
}

.st-lbl {
font-size: 10px;
font-weight: 600;
text-transform: uppercase;
letter-spacing: .08em;
color: rgba(255, 255, 255, .42)
}

/* ================================================================
PAGE WRAPPER
================================================================ */
.np-wrap {
max-width: 1280px;
margin: 0 auto;
padding: var(--s8) var(--s4)
}

@media(min-width:768px) {
.np-wrap {
padding: var(--s10) var(--s6)
}
}

.np-sec-head {
margin-bottom: var(--s6)
}

.np-label {
font-size: 10.5px;
font-weight: 700;
text-transform: uppercase;
letter-spacing: .14em;
color: var(--vol-lt);
margin-bottom: var(--s2);
display: block
}

.np-title {
font-family: var(--fd);
font-size: clamp(1.6rem, 4vw, 2.4rem);
font-weight: 700;
color: var(--obsidian);
line-height: 1.2;
margin-bottom: var(--s3)
}

.np-title .accent {
color: var(--vol)
}

.np-title em {
font-style: italic
}

.np-sub {
font-size: 15.5px;
color: var(--ash);
line-height: 1.72;
max-width: 720px
}

/* ================================================================
FILTER TABS
================================================================ */
.filter-wrap {
margin-bottom: var(--s5);
overflow-x: auto;
scrollbar-width: none
}

.filter-wrap::-webkit-scrollbar {
display: none
}

.filter-tabs {
display: inline-flex;
gap: var(--s2);
padding: 4px;
background: var(--chalk);
border: 1px solid var(--border-v);
border-radius: var(--rpill);
min-width: max-content
}

.ftab {
display: flex;
align-items: center;
gap: var(--s1);
padding: var(--s2) var(--s4);
border-radius: var(--rpill);
font-size: 13px;
font-weight: 600;
color: var(--ash);
cursor: pointer;
background: none;
border: none;
transition: all var(--t);
white-space: nowrap
}

.ftab:hover {
background: var(--vol-pl);
color: var(--vol)
}

.ftab.active {
background: var(--vol-md);
color: var(--chalk)
}

.ftab .ft-dot {
width: 8px;
height: 8px;
border-radius: 50%;
flex-shrink: 0
}

.ftab .ft-count {
font-size: 10px;
font-weight: 700;
padding: 1px 6px;
border-radius: var(--rpill);
margin-left: 2px
}

.ftab.active .ft-count {
background: rgba(255, 255, 255, .2)
}

.ftab:not(.active) .ft-count {
background: rgba(26, 96, 64, .1);
color: var(--vol)
}

/* Sort + view controls */
.list-controls {
display: flex;
align-items: center;
justify-content: space-between;
flex-wrap: wrap;
gap: var(--s3);
margin-bottom: var(--s5);
padding: var(--s3) var(--s4);
background: var(--chalk);
border: 1px solid var(--border-v);
border-radius: var(--rmd)
}

.lc-left {
display: flex;
align-items: center;
gap: var(--s2);
font-size: 13.5px;
color: var(--ash)
}

.lc-left strong {
color: var(--obsidian);
font-weight: 700
}

.lc-right {
display: flex;
align-items: center;
gap: var(--s3)
}

.sort-select {
font-size: 13px;
font-weight: 500;
color: var(--obsidian);
background: var(--crater-bg);
border: 1px solid var(--border-v);
border-radius: var(--rsm);
padding: var(--s1) var(--s3);
cursor: pointer;
appearance: none;
-webkit-appearance: none;
padding-right: var(--s6);
background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='11' height='11' viewBox='0 0 12 12'%3E%3Cpath d='M2 4l4 4 4-4' stroke='%236A5E52' stroke-width='1.5' fill='none' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
background-repeat: no-repeat;
background-position: right .6rem center
}

.view-btns {
display: flex;
gap: 4px
}

.view-btn {
width: 30px;
height: 30px;
border: 1px solid var(--border-v);
border-radius: var(--rsm);
display: flex;
align-items: center;
justify-content: center;
cursor: pointer;
background: var(--crater-bg);
color: var(--ash);
transition: all var(--t)
}

.view-btn.active,
.view-btn:hover {
background: var(--vol-md);
color: var(--chalk);
border-color: var(--vol-md)
}

.view-btn svg {
width: 14px;
height: 14px
}

/* ================================================================
PACKAGE CARDS
================================================================ */
#ngo-grid {
display: grid;
gap: var(--s5)
}

#ngo-grid.view-grid {
grid-template-columns: 1fr
}

@media(min-width:600px) {
#ngo-grid.view-grid {
grid-template-columns: 1fr 1fr
}
}

@media(min-width:1024px) {
#ngo-grid.view-grid {
grid-template-columns: repeat(3, 1fr)
}
}

#ngo-grid.view-list {
grid-template-columns: 1fr
}

.npc[data-hidden="true"] {
display: none
}

.npc {
background: var(--chalk);
border: 1px solid var(--border-v);
border-radius: var(--rxl);
overflow: hidden;
display: flex;
flex-direction: column;
transition: box-shadow var(--t), transform var(--t);
position: relative;
animation: npcFadeIn .4s ease both
}

.npc:hover {
box-shadow: var(--sh-lg);
transform: translateY(-4px)
}

.npc.featured {
border: 2px solid var(--vol)
}

@keyframes npcFadeIn {
from {
opacity: 0;
transform: translateY(18px)
}

to {
opacity: 1;
transform: translateY(0)
}
}

/* Accent bar */
.npc-bar {
height: 5px;
width: 100%
}

.npc.day-trip .npc-bar {
background: linear-gradient(90deg, var(--pk-day), var(--vol-lt))
}

.npc.overnight .npc-bar {
background: linear-gradient(90deg, var(--pk-night), var(--vol))
}

.npc.crater .npc-bar {
background: linear-gradient(90deg, var(--pk-crater), #4AB060);
}

.npc.circuit .npc-bar {
background: linear-gradient(90deg, var(--pk-full), var(--savanna))
}

.npc.combo .npc-bar {
background: linear-gradient(90deg, var(--pk-combo), #8A7ABB)
}

.npc.cultural .npc-bar {
background: linear-gradient(90deg, var(--pk-cultural), var(--rhino-lt))
}

/* Badges */
.npc-badges {
position: absolute;
top: calc(var(--s3) + 5px);
left: var(--s3);
display: flex;
gap: var(--s1);
z-index: 2;
flex-wrap: wrap
}

.npc-badge {
font-size: 9.5px;
font-weight: 700;
text-transform: uppercase;
letter-spacing: .08em;
padding: 3px 9px;
border-radius: var(--rpill);
color: var(--chalk)
}

.nb-best {
background: var(--vol)
}

.nb-pop {
background: var(--savanna)
}

.nb-rhino {
background: #6A4A1A
}

.nb-unesco {
background: var(--vol-dk)
}

.nb-combo {
background: var(--pk-combo)
}

.nb-culture {
background: var(--pk-cultural)
}

.nb-budget {
background: var(--pk-day)
}

.nb-prem {
background: var(--pk-night)
}

/* Card image */
.npc-img {
height: 210px;
overflow: hidden;
position: relative;
flex-shrink: 0
}

.npc-img img {
width: 100%;
height: 100%;
object-fit: cover;
filter: saturate(1.1);
transition: transform .6s ease
}

.npc:hover .npc-img img {
transform: scale(1.07)
}

.npc-img-ov {
position: absolute;
inset: 0;
background: linear-gradient(to top, rgba(9, 26, 15, .58) 0%, transparent 55%)
}

/* Wildlife chips at bottom of image */
.npc-wildlife {
position: absolute;
bottom: 0;
left: 0;
right: 0;
padding: var(--s2) var(--s4);
display: flex;
flex-wrap: wrap;
gap: 4px
}

.npc-wchip {
font-size: 10px;
font-weight: 700;
color: rgba(255, 255, 255, .92);
background: rgba(9, 26, 15, .55);
backdrop-filter: blur(4px);
padding: 2px 7px;
border-radius: var(--rpill);
border: 1px solid rgba(255, 255, 255, .18);
white-space: nowrap
}

/* Card body */
.npc-body {
padding: var(--s4) var(--s5);
display: flex;
flex-direction: column;
gap: var(--s3);
flex: 1
}

.npc-cat-tag {
display: inline-flex;
align-items: center;
gap: var(--s1);
font-size: 10px;
font-weight: 700;
text-transform: uppercase;
letter-spacing: .1em;
color: var(--ash)
}

.npc-cat-dot {
width: 8px;
height: 8px;
border-radius: 50%;
flex-shrink: 0
}

.npc.day-trip .npc-cat-dot {
background: var(--pk-day)
}

.npc.overnight .npc-cat-dot {
background: var(--pk-night)
}

.npc.crater .npc-cat-dot {
background: var(--pk-crater)
}

.npc.circuit .npc-cat-dot {
background: var(--pk-full)
}

.npc.combo .npc-cat-dot {
background: var(--pk-combo)
}

.npc.cultural .npc-cat-dot {
background: var(--pk-cultural)
}

.npc-name {
font-family: var(--fd);
font-size: clamp(1.1rem, 2.8vw, 1.3rem);
font-weight: 700;
color: var(--obsidian);
line-height: 1.25
}

.npc-desc {
font-size: 13px;
color: var(--ash);
line-height: 1.68
}

/* Specs grid */
.npc-specs {
display: grid;
grid-template-columns: repeat(3, 1fr);
gap: var(--s2)
}

.npc-spec {
display: flex;
flex-direction: column;
gap: 2px;
padding: var(--s2);
background: var(--crater-bg);
border-radius: var(--rsm);
border: 1px solid var(--border-v);
text-align: center
}

.npc-spec-lbl {
font-size: 9.5px;
font-weight: 700;
text-transform: uppercase;
letter-spacing: .06em;
color: var(--ash)
}

.npc-spec-val {
font-size: 13px;
font-weight: 700;
color: var(--obsidian)
}

/* Feature tags */
.npc-tags {
display: flex;
flex-wrap: wrap;
gap: var(--s1)
}

.npc-tag {
font-size: 11.5px;
font-weight: 500;
color: var(--vol-md);
background: var(--vol-pl);
border: 1px solid rgba(26, 96, 64, .2);
padding: 2px 9px;
border-radius: var(--rpill)
}

/* Price + CTA */
.npc-footer {
display: flex;
align-items: center;
justify-content: space-between;
gap: var(--s3);
padding-top: var(--s3);
border-top: 1px solid var(--border-v);
flex-wrap: wrap
}

.npc-price-block {
display: flex;
flex-direction: column;
gap: 1px
}

.npc-from {
font-size: 10.5px;
font-weight: 700;
text-transform: uppercase;
letter-spacing: .07em;
color: var(--ash)
}

.npc-price {
font-family: var(--fd);
font-size: 1.55rem;
font-weight: 700;
color: var(--vol);
line-height: 1
}

.npc-per {
font-size: 11px;
color: var(--ash)
}

.npc-cta {
display: inline-flex;
align-items: center;
gap: var(--s2);
padding: var(--s3) var(--s5);
background: var(--vol-md);
color: var(--chalk);
border-radius: var(--rpill);
font-size: 13.5px;
font-weight: 700;
transition: background var(--t);
white-space: nowrap;
border: none;
cursor: pointer
}

.npc-cta:hover {
background: var(--vol-lt)
}

.npc-cta svg {
width: 13px;
height: 13px
}

/* LIST VIEW */
#ngo-grid.view-list .npc {
flex-direction: row;
align-items: stretch
}

#ngo-grid.view-list .npc-bar {
width: 5px;
height: auto;
flex-shrink: 0
}

#ngo-grid.view-list .npc-badges {
top: var(--s3);
left: calc(5px + var(--s3))
}

#ngo-grid.view-list .npc-img {
width: 230px;
min-width: 230px;
height: auto;
flex-shrink: 0
}

@media(max-width:599px) {
#ngo-grid.view-list .npc {
flex-direction: column
}

#ngo-grid.view-list .npc-bar {
width: 100%;
height: 5px
}

#ngo-grid.view-list .npc-img {
width: 100%;
min-width: 0;
height: 200px
}
}

/* ================================================================
POPUP MODAL — enquiry form
================================================================ */
.modal-backdrop {
position: fixed;
inset: 0;
background: rgba(9, 26, 15, .75);
backdrop-filter: blur(7px);
z-index: 10000;
display: flex;
align-items: center;
justify-content: center;
padding: var(--s4);
opacity: 0;
pointer-events: none;
transition: opacity .28s ease
}

.modal-backdrop.open {
opacity: 1;
pointer-events: auto
}

.modal-box {
background: var(--chalk);
border-radius: var(--rxl);
width: 100%;
max-width: 680px;
max-height: 92vh;
overflow-y: auto;
-webkit-overflow-scrolling: touch;
position: relative;
transform: translateY(24px) scale(.97);
transition: transform .32s cubic-bezier(.34, 1.44, .64, 1);
box-shadow: 0 24px 80px rgba(9, 26, 15, .4)
}

.modal-backdrop.open .modal-box {
transform: translateY(0) scale(1)
}

/* Modal header */
.modal-head {
background: linear-gradient(135deg, var(--vol-dk) 0%, var(--vol-md) 55%, rgba(42, 144, 96, .5) 100%);
padding: var(--s6) var(--s6) var(--s5);
position: relative;
overflow: hidden
}

.modal-head::after {
content: '';
position: absolute;
bottom: -50px;
right: -50px;
width: 200px;
height: 200px;
border-radius: 50%;
background: rgba(255, 255, 255, .04)
}

.modal-close {
position: absolute;
top: var(--s4);
right: var(--s4);
width: 34px;
height: 34px;
border-radius: 50%;
background: rgba(255, 255, 255, .15);
border: none;
cursor: pointer;
display: flex;
align-items: center;
justify-content: center;
color: rgba(255, 255, 255, .8);
transition: background var(--t);
z-index: 1
}

.modal-close:hover {
background: rgba(255, 255, 255, .28)
}

.modal-close svg {
width: 16px;
height: 16px
}

.modal-pkg-tag {
font-size: 10px;
font-weight: 700;
text-transform: uppercase;
letter-spacing: .12em;
color: rgba(255, 255, 255, .5);
margin-bottom: var(--s2);
display: block
}

.modal-pkg-name {
font-family: var(--fd);
font-size: clamp(1.3rem, 3.5vw, 1.75rem);
font-weight: 700;
color: var(--chalk);
line-height: 1.2;
max-width: 480px;
position: relative;
z-index: 1
}

.modal-pkg-price {
display: flex;
align-items: baseline;
gap: var(--s2);
margin-top: var(--s2);
position: relative;
z-index: 1
}

.modal-price-from {
font-size: 11px;
font-weight: 700;
text-transform: uppercase;
letter-spacing: .08em;
color: rgba(255, 255, 255, .5)
}

.modal-price-amt {
font-family: var(--fd);
font-size: 1.55rem;
font-weight: 700;
color: var(--vol-bright);
line-height: 1
}

.modal-price-per {
font-size: 12px;
color: rgba(255, 255, 255, .45)
}

.modal-trust {
display: flex;
flex-wrap: wrap;
gap: var(--s2);
margin-top: var(--s3);
position: relative;
z-index: 1
}

.modal-trust-item {
display: flex;
align-items: center;
gap: 5px;
font-size: 11.5px;
color: rgba(255, 255, 255, .65)
}

.modal-trust-item svg {
width: 13px;
height: 13px;
color: var(--vol-bright);
flex-shrink: 0
}

/* Modal form */
.modal-form {
padding: var(--s5) var(--s6)
}

@media(max-width:479px) {
.modal-form {
padding: var(--s4)
}
}

.mf-gap {
display: flex;
flex-direction: column;
gap: var(--s4)
}

.mf-2col {
display: flex;
flex-direction: column;
gap: var(--s4)
}

@media(min-width:480px) {
.mf-2col {
flex-direction: row
}

.mf-2col .mf-grp {
flex: 1
}
}

.mf-grp {
display: flex;
flex-direction: column;
gap: var(--s1)
}

.mf-grp label {
font-size: 11px;
font-weight: 700;
text-transform: uppercase;
letter-spacing: .07em;
color: var(--ash)
}

.mf-grp label .req {
color: var(--critical)
}

.mf-grp input,
.mf-grp select,
.mf-grp textarea {
width: 100%;
padding: .65rem .9rem;
border: 1px solid var(--border-v);
border-radius: var(--rsm);
background: var(--crater-bg);
color: var(--obsidian);
font-size: 14px;
outline: none;
transition: border-color var(--t), box-shadow var(--t);
appearance: none;
-webkit-appearance: none
}

.mf-grp input:focus,
.mf-grp select:focus,
.mf-grp textarea:focus {
border-color: var(--vol);
box-shadow: 0 0 0 3px rgba(26, 96, 64, .14)
}

.mf-grp input.error,
.mf-grp select.error {
border-color: var(--critical);
box-shadow: 0 0 0 3px rgba(139, 47, 32, .1)
}

.mf-grp select {
background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='11' height='11' viewBox='0 0 12 12'%3E%3Cpath d='M2 4l4 4 4-4' stroke='%236A5E52' stroke-width='1.5' fill='none' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
background-repeat: no-repeat;
background-position: right .75rem center;
padding-right: 2.2rem
}

.mf-grp textarea {
resize: vertical;
min-height: 80px
}

.modal-submit {
display: flex;
align-items: center;
justify-content: center;
gap: var(--s2);
width: 100%;
padding: var(--s4);
background: var(--vol);
color: var(--chalk);
border: none;
border-radius: var(--rsm);
font-size: 15px;
font-weight: 700;
cursor: pointer;
transition: background var(--t), transform var(--t)
}

.modal-submit:hover {
background: var(--vol-lt)
}

.modal-submit:active {
transform: scale(.98)
}

.modal-submit svg {
width: 16px;
height: 16px
}

.modal-note {
text-align: center;
font-size: 11.5px;
color: var(--ash);
margin-top: var(--s3);
display: flex;
align-items: center;
justify-content: center;
gap: 5px
}

.modal-note svg {
width: 13px;
height: 13px;
color: var(--vol-lt)
}

.modal-success {
display: none;
flex-direction: column;
align-items: center;
text-align: center;
gap: var(--s4);
padding: var(--s10) var(--s6)
}

.modal-success.show {
display: flex
}

.modal-success-ico {
width: 70px;
height: 70px;
border-radius: 50%;
background: rgba(26, 96, 64, .1);
display: flex;
align-items: center;
justify-content: center;
font-size: 32px;
line-height: 1
}

.modal-success-title {
font-family: var(--fd);
font-size: 1.5rem;
font-weight: 700;
color: var(--obsidian)
}

.modal-success-sub {
font-size: 14px;
color: var(--ash);
line-height: 1.7;
max-width: 420px
}

.modal-success-close {
display: inline-flex;
align-items: center;
gap: var(--s2);
padding: var(--s3) var(--s6);
background: var(--vol-md);
color: var(--chalk);
border-radius: var(--rpill);
font-size: 14px;
font-weight: 700;
border: none;
cursor: pointer;
transition: background var(--t)
}

.modal-success-close:hover {
background: var(--vol)
}

/* ================================================================
CALDERA FACTS VISUAL — animated bars
================================================================ */
.caldera-section {
background: linear-gradient(135deg, var(--vol-dk) 0%, var(--vol-md) 100%);
border-radius: var(--rxl);
padding: var(--s10) var(--s8);
margin: var(--s12) 0 var(--s10)
}

@media(min-width:768px) {
.caldera-section {
padding: var(--s12) var(--s10)
}
}

.cs-header {
text-align: center;
margin-bottom: var(--s8)
}

.cs-header .np-label {
color: var(--vol-bright)
}

.cs-title {
font-family: var(--fd);
font-size: clamp(1.6rem, 4vw, 2.3rem);
font-weight: 700;
color: var(--chalk);
line-height: 1.2;
margin-bottom: var(--s3)
}

.cs-title em {
font-style: italic;
color: var(--vol-bright)
}

.cs-sub {
font-size: 15px;
color: rgba(255, 255, 255, .52);
max-width: 580px;
margin: 0 auto;
line-height: 1.7
}

.facts-grid {
display: grid;
grid-template-columns: repeat(2, 1fr);
gap: var(--s4)
}

@media(min-width:600px) {
.facts-grid {
grid-template-columns: repeat(3, 1fr)
}
}

@media(min-width:1000px) {
.facts-grid {
grid-template-columns: repeat(6, 1fr)
}
}

.fact-card {
background: rgba(255, 255, 255, .06);
border: 1px solid rgba(255, 255, 255, .1);
border-radius: var(--rlg);
padding: var(--s5) var(--s4);
text-align: center;
display: flex;
flex-direction: column;
align-items: center;
gap: var(--s3);
transition: background var(--t), transform var(--t)
}

.fact-card:hover {
background: rgba(255, 255, 255, .11);
transform: translateY(-2px)
}

.fact-ico {
font-size: 30px;
line-height: 1
}

.fact-val {
font-family: var(--fd);
font-size: 1.35rem;
font-weight: 700;
color: var(--vol-bright);
line-height: 1
}

.fact-label {
font-size: 12px;
font-weight: 600;
color: rgba(255, 255, 255, .55);
line-height: 1.4;
text-align: center
}

/* ================================================================
WILDLIFE ZONES — crater habitat map
================================================================ */
.zones-section {
margin: var(--s10) 0
}

.zones-grid {
display: grid;
grid-template-columns: 1fr;
gap: var(--s4);
margin-top: var(--s6)
}

@media(min-width:600px) {
.zones-grid {
grid-template-columns: 1fr 1fr
}
}

@media(min-width:1024px) {
.zones-grid {
grid-template-columns: repeat(4, 1fr)
}
}

.zone-card {
background: var(--chalk);
border: 1px solid var(--border-v);
border-radius: var(--rlg);
overflow: hidden;
transition: box-shadow var(--t), transform var(--t)
}

.zone-card:hover {
box-shadow: var(--sh-md);
transform: translateY(-3px)
}

.zone-img {
height: 150px;
overflow: hidden;
position: relative
}

.zone-img img {
width: 100%;
height: 100%;
object-fit: cover;
filter: saturate(1.1);
transition: transform .5s ease
}

.zone-card:hover .zone-img img {
transform: scale(1.07)
}

.zone-img-ov {
position: absolute;
inset: 0;
background: linear-gradient(to top, rgba(9, 26, 15, .55) 0%, transparent 50%)
}

.zone-name-overlay {
position: absolute;
bottom: var(--s3);
left: var(--s4);
font-family: var(--fd);
font-size: 1rem;
font-weight: 700;
color: var(--chalk)
}

.zone-body {
padding: var(--s4) var(--s5)
}

.zone-type {
font-size: 10.5px;
font-weight: 700;
text-transform: uppercase;
letter-spacing: .1em;
color: var(--vol-lt);
margin-bottom: var(--s2)
}

.zone-desc {
font-size: 13px;
color: var(--ash);
line-height: 1.65;
margin-bottom: var(--s3)
}

.zone-chips {
display: flex;
flex-wrap: wrap;
gap: var(--s1)
}

.zone-chip {
font-size: 11px;
font-weight: 500;
color: var(--obsidian);
background: var(--stone);
border: 1px solid var(--border-v);
padding: 2px 8px;
border-radius: var(--rpill)
}

/* ================================================================
BIG FIVE + SPECIAL ANIMALS
================================================================ */
.wildlife-section {
margin: var(--s10) 0
}

.wl-big-grid {
display: grid;
grid-template-columns: repeat(2, 1fr);
gap: var(--s4);
margin-top: var(--s6)
}

@media(min-width:500px) {
.wl-big-grid {
grid-template-columns: repeat(3, 1fr)
}
}

@media(min-width:900px) {
.wl-big-grid {
grid-template-columns: repeat(6, 1fr)
}
}

.wl-card {
background: var(--chalk);
border: 1px solid var(--border-v);
border-radius: var(--rmd);
padding: var(--s4) var(--s2);
text-align: center;
display: flex;
flex-direction: column;
align-items: center;
gap: var(--s2);
transition: box-shadow var(--t), transform var(--t)
}

.wl-card:hover {
box-shadow: var(--sh-md);
transform: translateY(-2px)
}

.wl-card.featured-wl {
border-color: rgba(107, 74, 26, .35);
background: rgba(107, 74, 26, .04)
}

.wl-em {
font-size: 30px;
line-height: 1
}

.wl-name {
font-size: 12.5px;
font-weight: 700;
color: var(--obsidian)
}

.wl-note {
font-size: 10.5px;
color: var(--ash);
line-height: 1.35
}

.wl-avail {
display: inline-block;
font-size: 10px;
font-weight: 700;
padding: 2px 8px;
border-radius: var(--rpill);
margin-top: 3px
}

.av-always {
background: rgba(26, 96, 64, .12);
color: var(--vol);
border: 1px solid rgba(26, 96, 64, .22)
}

.av-rare {
background: rgba(107, 74, 26, .12);
color: var(--rhino);
border: 1px solid rgba(107, 74, 26, .22)
}

.av-common {
background: rgba(26, 96, 64, .08);
color: var(--vol-lt);
border: 1px solid rgba(26, 96, 64, .16)
}

/* ================================================================
BEST TIME TABLE
================================================================ */
.time-section {
margin: var(--s10) 0
}

.tbl-wrap {
overflow-x: auto;
-webkit-overflow-scrolling: touch;
border-radius: var(--rmd);
border: 1px solid var(--border-v);
margin-top: var(--s5)
}

.data-tbl {
width: 100%;
min-width: 560px;
border-collapse: collapse;
font-size: 13.5px
}

.data-tbl th {
padding: var(--s3) var(--s4);
text-align: left;
font-size: 11.5px;
font-weight: 700;
text-transform: uppercase;
letter-spacing: .07em;
color: var(--ash);
background: var(--stone);
border-bottom: 1px solid var(--border-v);
white-space: nowrap
}

.data-tbl td {
padding: var(--s3) var(--s4);
border-bottom: 1px solid var(--border-v);
vertical-align: middle
}

.data-tbl tr:last-child td {
border-bottom: none
}

.data-tbl tr:hover td {
background: var(--vol-pl)
}

.b-best {
display: inline-block;
background: rgba(26, 96, 64, .12);
color: var(--vol);
font-size: 11.5px;
font-weight: 700;
padding: 2px 9px;
border-radius: var(--rpill);
border: 1px solid rgba(26, 96, 64, .24)
}

.b-ok {
display: inline-block;
background: rgba(192, 112, 51, .1);
color: var(--earth);
font-size: 11.5px;
font-weight: 700;
padding: 2px 9px;
border-radius: var(--rpill);
border: 1px solid rgba(192, 112, 51, .22)
}

.b-low {
display: inline-block;
background: rgba(120, 90, 60, .08);
color: var(--ash);
font-size: 11.5px;
font-weight: 700;
padding: 2px 9px;
border-radius: var(--rpill);
border: 1px solid var(--border)
}

/* ================================================================
INCLUDED / EXCLUDED
================================================================ */
.inc-section {
margin: var(--s10) 0
}

.ie-wrap {
display: flex;
flex-direction: column;
gap: var(--s4)
}

@media(min-width:600px) {
.ie-wrap {
flex-direction: row
}
}

.ie-box {
flex: 1;
border: 1px solid var(--border-v);
border-radius: var(--rmd);
overflow: hidden
}

.ie-head {
padding: var(--s3) var(--s5);
font-size: 12px;
font-weight: 700;
text-transform: uppercase;
letter-spacing: .08em
}

.ie-head.inc {
background: rgba(26, 96, 64, .1);
color: var(--vol)
}

.ie-head.exc {
background: rgba(139, 47, 32, .08);
color: var(--critical)
}

.ie-list {
padding: var(--s4) var(--s5);
display: flex;
flex-direction: column;
gap: var(--s3)
}

.ie-list li {
display: flex;
align-items: flex-start;
gap: var(--s2);
font-size: 13.5px;
color: var(--obsidian);
line-height: 1.5
}

.ie-list li::before {
content: '';
width: 16px;
height: 16px;
border-radius: 50%;
flex-shrink: 0;
margin-top: 2px;
background-size: 10px;
background-position: center;
background-repeat: no-repeat
}

.ie-list.inc li::before {
background-color: rgba(26, 96, 64, .12);
background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12'%3E%3Cpath d='M2 6l3 3 5-5' stroke='%231A6040' stroke-width='1.8' fill='none' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E")
}

.ie-list.exc li::before {
background-color: rgba(139, 47, 32, .1);
background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12'%3E%3Cpath d='M3 3l6 6M9 3l-6 6' stroke='%238B2F20' stroke-width='1.8' stroke-linecap='round'/%3E%3C/svg%3E")
}

/* ================================================================
CALLOUT BOXES
================================================================ */
.callout {
display: flex;
flex-direction: column;
gap: var(--s3);
border-left: 4px solid;
border-radius: var(--rmd);
padding: var(--s4) var(--s5);
margin: var(--s5) 0;
border: 1px solid
}

@media(min-width:480px) {
.callout {
flex-direction: row;
align-items: flex-start;
gap: var(--s4)
}
}

.callout.rhino {
background: rgba(107, 74, 26, .06);
border-color: rgba(107, 74, 26, .18);
border-left-color: var(--rhino)
}

.callout.green {
background: rgba(26, 96, 64, .07);
border-color: rgba(26, 96, 64, .2);
border-left-color: var(--vol)
}

.callout.tip {
background: rgba(26, 112, 64, .07);
border-color: rgba(26, 112, 64, .2);
border-left-color: var(--success)
}

.callout-ico {
font-size: 22px;
flex-shrink: 0
}

.callout-txt strong {
display: block;
font-size: 14px;
font-weight: 700;
margin-bottom: 3px
}

.callout.rhino .callout-txt strong {
color: var(--rhino)
}

.callout.green .callout-txt strong {
color: var(--vol)
}

.callout.tip .callout-txt strong {
color: var(--success)
}

.callout-txt p {
font-size: 13.5px;
color: var(--ash);
margin: 0;
line-height: 1.65
}

/* ================================================================
TESTIMONIALS
================================================================ */
.testi-strip {
display: grid;
grid-template-columns: 1fr;
gap: var(--s4);
margin: var(--s10) 0
}

@media(min-width:600px) {
.testi-strip {
grid-template-columns: 1fr 1fr
}
}

@media(min-width:1024px) {
.testi-strip {
grid-template-columns: repeat(3, 1fr)
}
}

.testi-card {
background: var(--chalk);
border: 1px solid var(--border-v);
border-radius: var(--rlg);
padding: var(--s5);
display: flex;
flex-direction: column;
gap: var(--s3);
position: relative;
transition: box-shadow var(--t)
}

.testi-card:hover {
box-shadow: var(--sh-md)
}

.tq-mark {
position: absolute;
top: var(--s3);
right: var(--s4);
font-family: var(--fd);
font-size: 4rem;
font-weight: 700;
color: var(--stone);
line-height: 1;
pointer-events: none
}

.tc-stars {
display: flex;
gap: 2px;
color: var(--vol);
font-size: 15px
}

.tc-text {
font-size: 14px;
color: var(--obsidian);
line-height: 1.75;
font-style: italic;
flex: 1;
position: relative;
z-index: 1
}

.tc-author {
display: flex;
align-items: center;
gap: var(--s3);
padding-top: var(--s3);
border-top: 1px solid var(--border-v)
}

.tc-avatar {
width: 40px;
height: 40px;
border-radius: 50%;
background: var(--vol-pl);
display: flex;
align-items: center;
justify-content: center;
font-weight: 700;
font-size: 15px;
color: var(--vol);
flex-shrink: 0
}

.tc-name {
font-size: 13.5px;
font-weight: 700;
color: var(--obsidian)
}

.tc-pkg {
font-size: 11.5px;
color: var(--ash)
}

/* ================================================================
FAQ
================================================================ */
.faq-section {
margin: var(--s10) 0
}

.faq-cols {
display: grid;
grid-template-columns: 1fr
}

@media(min-width:768px) {
.faq-cols {
grid-template-columns: 1fr 1fr;
gap: 0 var(--s8)
}
}

.faq-list {
display: flex;
flex-direction: column
}

.faq-item {
border-bottom: 1px solid var(--border-v)
}

.faq-btn {
width: 100%;
background: none;
border: none;
text-align: left;
padding: var(--s4) 0;
display: flex;
justify-content: space-between;
align-items: flex-start;
gap: var(--s4);
font-size: 14.5px;
font-weight: 600;
color: var(--obsidian);
cursor: pointer;
transition: color var(--t);
line-height: 1.45
}

.faq-btn:hover {
color: var(--vol)
}

.faq-btn[aria-expanded="true"] {
color: var(--vol-md)
}

.faq-btn svg {
width: 18px;
height: 18px;
flex-shrink: 0;
color: var(--ash);
margin-top: 2px;
transition: transform var(--t)
}

.faq-btn[aria-expanded="true"] svg {
transform: rotate(45deg);
color: var(--vol)
}

.faq-ans {
display: none;
padding-bottom: var(--s5);
font-size: 14px;
color: var(--ash);
line-height: 1.75
}

.faq-ans.open {
display: block
}

/* ================================================================
FOOTER
================================================================ */
.site-footer {
background: var(--night);
color: rgba(255, 255, 255, .65);
padding: var(--s10) var(--s4) var(--s8);
margin-top: var(--s12)
}

.f-grid {
max-width: 1280px;
margin: 0 auto;
display: flex;
flex-direction: column;
gap: var(--s8)
}

@media(min-width:600px) {
.f-grid {
flex-direction: row;
flex-wrap: wrap;
gap: var(--s8)
}
}

@media(min-width:1024px) {
.f-grid {
flex-wrap: nowrap;
gap: var(--s10)
}
}

.f-brand {
flex: 2;
min-width: 0
}

.f-logo-row {
display: flex;
align-items: center;
gap: var(--s3);
margin-bottom: var(--s4)
}

.f-logo-row img {
height: 42px;
width: 42px;
object-fit: contain;
border-radius: var(--rsm)
}

.f-brand-name {
font-family: var(--fd);
font-size: 1.2rem;
font-weight: 700;
color: var(--chalk)
}

.f-brand p {
font-size: 13.5px;
line-height: 1.7;
max-width: 280px
}

.f-col {
flex: 1;
min-width: 130px
}

.f-col h4 {
font-size: 10.5px;
font-weight: 700;
text-transform: uppercase;
letter-spacing: .1em;
color: var(--lion-lt);
margin-bottom: var(--s4)
}

.f-col ul {
display: flex;
flex-direction: column;
gap: var(--s2)
}

.f-col a {
font-size: 13.5px;
color: rgba(255, 255, 255, .6);
transition: color var(--t)
}

.f-col a:hover {
color: var(--chalk)
}

.f-social {
display: flex;
gap: var(--s2);
margin-top: var(--s4)
}

.f-social a {
width: 38px;
height: 38px;
border-radius: 50%;
background: rgba(255, 255, 255, .08);
color: rgba(255, 255, 255, .7);
display: flex;
align-items: center;
justify-content: center;
transition: all var(--t)
}

.f-social a:hover {
background: var(--vol);
color: var(--chalk)
}

.f-social svg {
width: 16px;
height: 16px
}

.f-bottom {
max-width: 1280px;
margin: var(--s8) auto 0;
padding-top: var(--s5);
border-top: 1px solid rgba(255, 255, 255, .08);
display: flex;
flex-direction: column;
gap: var(--s2);
font-size: 12px;
color: rgba(255, 255, 255, .35)
}

@media(min-width:520px) {
.f-bottom {
flex-direction: row;
justify-content: space-between;
align-items: center
}
}

.f-bottom a {
color: inherit;
transition: color var(--t)
}

.f-bottom a:hover {
color: rgba(255, 255, 255, .6)
}

/* MOBILE STICKY CTA */
.mob-sticky {
position: fixed;
bottom: 0;
left: 0;
right: 0;
z-index: 200;
background: var(--vol-dk);
border-top: 2px solid rgba(26, 96, 64, .4);
padding: var(--s3) var(--s4);
display: flex;
align-items: center;
gap: var(--s4)
}

@media(min-width:1024px) {
.mob-sticky {
display: none
}
}

.ms-info {
flex: 1
}

.ms-label {
font-size: 10px;
font-weight: 700;
text-transform: uppercase;
letter-spacing: .07em;
color: rgba(255, 255, 255, .42);
display: block;
line-height: 1
}

.ms-price {
font-family: var(--fd);
font-size: 1.3rem;
font-weight: 700;
colo-vol-bright);
line-height: 1.1
}

.ms-cta {
padding: var(--s3) var(--s5);
background: var(--vol);
color: var(--chalk);
border: none;
border-radius: var(--rpill);
font-size: 14px;
font-weight: 700;
cursor: pointer;
transition: background var(--t);
white-space: nowrap
}

.ms-cta:hover {
background: var(--vol-lt)
}
