/* ================================================================
MOBILE-FIRST RESPONSIVE SYSTEM
Base = 320px · Breakpoints: 480 | 600 | 768 | 1024 | 1280
Lemosho palette: deep midnight teal + warm copper + glacier white
Western wilderness character — remote, vast, elemental
================================================================ */
*,
*::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(--glacier);
color: var(--charcoal);
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
}

:root {
--rex-night: #5c0110;
--rex-earth: #2A1808;
--rex-savanna: #C07033;
--rex-savanna-light: #E09240;
--rex-lion: #D4A055;
--rex-lion-light: #ECC070;
--rex-white: #FFFFFF;
--rex-ivory: #FDFBF7;
--rex-text: #1A1410;
--rex-text-muted: #665E56;
--rex-border: rgba(120, 90, 60, 0.15);
--rex-font-main: 'Outfit', sans-serif;
--rex-font-heading: 'Playfair Display', serif;
--rex-transition: 0.3s cubic-bezier(0.4, 0, 0.2, 1);	
/* ── Lemosho Palette: Midnight Teal + Copper + Glacier ── */
--midnight: #0D1F2D;
--deep-teal: #14394F;
--teal: #1B5E7B;
--teal-lt: #2A7EA6;
--teal-pale: #D6EAF2;
--copper: #C07033;
--copper-lt: #E0924A;
--copper-pale: #FDF0E6;
--glacier: #F0F6FA;
--glacier-dk: #DCE9F2;
--white: #FAFCFF;
--charcoal: #1A2B38;
--rock: #3D5468;
--mist: #7A93A6;
--success: #1A7A4A;
--border: rgba(27, 94, 123, .14);
--bord-md: rgba(27, 94, 123, .26);
/* Wall accent — same as Machame */
--wall: #9B4A1A;
--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(13, 31, 45, .09);
--sh-md: 0 6px 28px rgba(13, 31, 45, .13);
--sh-lg: 0 14px 50px rgba(13, 31, 45, .18);
--t: .22s cubic-bezier(.4, 0, .2, 1);
}

/* ── Utilities ── */
.skip-link {
position: absolute;
top: -100%;
left: var(--s4);
background: var(--deep-teal);
color: var(--white);
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(13, 31, 45, .98);
backdrop-filter: blur(16px);
border-bottom: 1px solid rgba(27, 94, 123, .25)
}

.nav-wrap {
max-width: 1280px;
margin: 0 auto;
padding: 0 var(--s4)
}

.nav-topbar {
display: flex;
align-items: center;
justify-content: space-between;
height: 62px
}

.logo-link {
display: flex;
align-items: center;
gap: var(--s3);
flex-shrink: 0
}

.logo-link img {
height: 40px;
width: 40px;
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(--white)
}

.logo-sub {
font-size: 9.5px;
font-weight: 500;
color: rgba(255, 255, 255, .4);
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(27, 94, 123, .3);
color: var(--white)
}

.nav-links a[aria-current="page"] {
background: var(--teal);
color: var(--white)
}

.nav-cta {
display: flex;
align-items: center;
justify-content: center;
gap: var(--s2);
padding: var(--s3) var(--s6);
background: var(--copper);
color: var(--midnight);
border-radius: var(--rpill);
font-weight: 700;
font-size: 14px;
margin-top: var(--s2);
transition: background var(--t)
}

.nav-cta:hover {
background: var(--copper-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: 66px
}
}

/* ================================================================
BREADCRUMB
================================================================ */
.bc-bar {
background: var(--charcoal);
border-bottom: 1px solid rgba(27, 94, 123, .2);
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, .4)
}

.bc-list li+li::before {
content: "›";
font-size: 13px
}

.bc-list a {
color: rgba(255, 255, 255, .58);
transition: color var(--t)
}

.bc-list a:hover {
color: var(--copper-lt)
}

.bc-list [aria-current="page"] {
color: rgba(255, 255, 255, .82);
font-weight: 500
}

/* ================================================================
HERO
================================================================ */
.hero {
position: relative;
min-height: clamp(480px, 70vw, 700px);
display: flex;
align-items: flex-end;
overflow: hidden;
background: var(--midnight)
}

.hero-bg {
position: absolute;
inset: 0;
background-image: url('https://www.resilienceexpedition.com/images/kilimanjaro-lemosho-7-days.jpg');
background-size: cover;
background-position: center 20%;
transform: scale(1.04);
transition: transform 8s ease-out
}

.hero.loaded .hero-bg {
transform: scale(1)
}

.hero-overlay {
position: absolute;
inset: 0;
background: linear-gradient(168deg, rgba(13, 31, 45, .1) 0%, rgba(13, 31, 45, .5) 42%, rgba(13, 31, 45, .96) 100%)
}

.hero-ridge {
position: absolute;
bottom: 0;
left: 0;
right: 0;
height: 64px;
background: linear-gradient(to top, var(--midnight) 0%, transparent 100%);
z-index: 1
}

.hero-content {
position: relative;
z-index: 2;
width: 100%;
padding: var(--s8) var(--s4) var(--s10);
display: flex;
flex-direction: column;
gap: var(--s4)
}

@media(min-width:768px) {
.hero-content {
padding: var(--s10) var(--s6) var(--s12)
}
}

@media(min-width:1024px) {
.hero-content {
max-width: 1280px;
margin: 0 auto;
padding: var(--s12) var(--s6) var(--s16)
}
}

.eyebrow {
display: inline-flex;
align-items: center;
gap: var(--s2);
background: rgba(192, 112, 51, .18);
border: 1px solid rgba(192, 112, 51, .42);
color: var(--copper-lt);
font-size: 10.5px;
font-weight: 700;
letter-spacing: .14em;
text-transform: uppercase;
padding: var(--s1) var(--s4);
border-radius: var(--rpill);
width: fit-content
}

.eyebrow svg {
width: 11px;
height: 11px;
flex-shrink: 0
}

/* Scenic badge */
.scenic-badge {
display: inline-flex;
align-items: center;
gap: var(--s2);
background: rgba(27, 94, 123, .25);
border: 1px solid rgba(27, 94, 123, .48);
color: var(--teal-lt);
font-size: 11px;
font-weight: 700;
letter-spacing: .06em;
padding: var(--s1) var(--s4);
border-radius: var(--rpill);
width: fit-content
}

.scenic-badge svg {
width: 13px;
height: 13px;
flex-shrink: 0
}

.hero-title {
font-family: var(--fd);
font-size: clamp(2rem, 7vw, 3.9rem);
font-weight: 700;
color: var(--white);
line-height: 1.1;
letter-spacing: -.02em
}

.hero-title em {
font-style: italic;
color: var(--copper-lt)
}

.hero-sub {
font-size: clamp(14px, 2.5vw, 16px);
color: rgba(255, 255, 255, .68);
max-width: 560px;
line-height: 1.72
}

.hero-badges {
display: flex;
flex-direction: column;
gap: var(--s2)
}

@media(min-width:480px) {
.hero-badges {
flex-direction: row;
flex-wrap: wrap;
gap: var(--s4)
}
}

.hero-badge {
display: inline-flex;
align-items: center;
gap: var(--s2);
color: rgba(255, 255, 255, .82);
font-size: 13px
}

.hero-badge svg {
width: 14px;
height: 14px;
opacity: .7;
flex-shrink: 0
}

.hero-price-row {
display: flex;
align-items: center;
gap: var(--s4);
flex-wrap: wrap
}

.price-pill {
background: var(--copper);
color: var(--midnight);
padding: var(--s4) var(--s6);
border-radius: var(--rmd);
min-width: 140px
}

.price-pill .from {
font-size: 10.5px;
font-weight: 700;
text-transform: uppercase;
letter-spacing: .07em;
opacity: .75
}

.price-pill .amount {
font-family: var(--fd);
font-size: 2.1rem;
font-weight: 700;
line-height: 1
}

.price-pill .amount sup {
font-size: 1rem;
vertical-align: super
}

.hero-scroll {
display: inline-flex;
align-items: center;
gap: var(--s2);
background: var(--midnight);
color: var(--white);
padding: var(--s3) var(--s6);
border-radius: var(--rpill);
font-size: 14px;
font-weight: 700;
border: none;
cursor: pointer;
transition: background var(--t);
text-decoration: none
}

.hero-scroll:hover {
background: var(--deep-teal)
}

@media(min-width:1024px) {
.hero-scroll {
display: none
}
}

/* ================================================================
7 vs 8-DAY COMPARISON BAND
================================================================ */
.compare-band {
padding: var(--s5) var(--s4);
border-bottom: 1px solid rgba(192, 112, 51, .2);
background: linear-gradient(135deg, rgba(13, 31, 45, .99) 0%, rgba(20, 57, 79, .99) 100%)
}

.compare-inner {
max-width: 1280px;
margin: 0 auto;
display: flex;
flex-direction: column;
gap: var(--s5)
}

@media(min-width:768px) {
.compare-inner {
flex-direction: row;
align-items: flex-start;
gap: var(--s8)
}
}

.compare-col {
flex: 1;
display: flex;
flex-direction: column;
gap: var(--s3)
}

.compare-label {
font-size: 10.5px;
font-weight: 700;
text-transform: uppercase;
letter-spacing: .1em;
color: var(--mist);
margin-bottom: var(--s1)
}

.cc-card {
border-radius: var(--rmd);
padding: var(--s4) var(--s5);
border: 1px solid
}

.cc-card.this {
background: rgba(27, 94, 123, .2);
border-color: rgba(27, 94, 123, .4)
}

.cc-card.other {
background: rgba(26, 122, 74, .1);
border-color: rgba(26, 122, 74, .28);
cursor: pointer;
transition: background var(--t)
}

.cc-card.other:hover {
background: rgba(26, 122, 74, .16)
}

.cc-top {
display: flex;
align-items: center;
gap: var(--s3);
margin-bottom: var(--s2)
}

.cc-badge {
display: inline-flex;
padding: 3px 10px;
border-radius: var(--rpill);
font-size: 10.5px;
font-weight: 700;
text-transform: uppercase;
letter-spacing: .06em
}

.cc-badge.active {
background: rgba(27, 94, 123, .5);
color: rgba(255, 255, 255, .8)
}

.cc-badge.alt {
background: rgba(26, 122, 74, .25);
color: #68D498
}

.cc-title {
font-family: var(--fd);
font-size: 1.05rem;
font-weight: 700;
color: var(--white)
}

.cc-row {
display: flex;
flex-wrap: wrap;
gap: var(--s2) var(--s6);
margin: var(--s3) 0
}

.cc-stat-num {
font-family: var(--fd);
font-size: 1.4rem;
font-weight: 700;
color: var(--copper-lt);
line-height: 1
}

.cc-stat-label {
font-size: 10.5px;
color: var(--mist);
text-transform: uppercase;
letter-spacing: .06em;
margin-top: 1px
}

.cc-card.other .cc-stat-num {
color: #68D498
}

.cc-note {
font-size: 12.5px;
color: rgba(255, 255, 255, .55);
line-height: 1.55
}

.upgrade-link {
display: inline-flex;
align-items: center;
gap: var(--s1);
font-size: 12.5px;
font-weight: 700;
color: #68D498;
text-decoration: underline;
text-underline-offset: 2px;
margin-top: var(--s2)
}

.upgrade-link svg {
width: 12px;
height: 12px
}

/* ================================================================
LEMOSHO SIGNATURE BAND — 3 features + stats
================================================================ */
.sig-band {
background: linear-gradient(135deg, var(--deep-teal) 0%, rgba(27, 94, 123, .9) 100%);
border-bottom: 1px solid rgba(27, 94, 123, .3);
padding: var(--s5) var(--s4)
}

.sig-inner {
max-width: 1280px;
margin: 0 auto;
display: flex;
flex-direction: column;
gap: var(--s5)
}

@media(min-width:768px) {
.sig-inner {
flex-direction: row;
align-items: flex-start;
gap: var(--s8)
}
}

.sig-feat {
display: flex;
flex-direction: column;
gap: var(--s2);
flex: 1
}

@media(min-width:480px) {
.sig-feat {
flex-direction: row;
align-items: flex-start;
gap: var(--s4)
}
}

.sig-ico {
width: 44px;
height: 44px;
min-width: 44px;
border-radius: 50%;
display: flex;
align-items: center;
justify-content: center;
flex-shrink: 0
}

.sig-ico.west {
background: rgba(192, 112, 51, .25);
border: 1px solid rgba(192, 112, 51, .4);
color: var(--copper-lt)
}

.sig-ico.shira {
background: rgba(27, 94, 123, .35);
border: 1px solid rgba(27, 94, 123, .5);
color: var(--teal-lt)
}

.sig-ico.wall {
background: rgba(155, 74, 26, .25);
border: 1px solid rgba(155, 74, 26, .4);
color: #F4906A
}

.sig-ico svg {
width: 20px;
height: 20px
}

.sig-txt strong {
display: block;
font-size: 14px;
font-weight: 700;
color: var(--white);
margin-bottom: 3px
}

.sig-txt p {
font-size: 13px;
color: rgba(255, 255, 255, .62);
line-height: 1.62;
margin: 0
}

.sig-stats {
display: flex;
flex-direction: column;
gap: var(--s4);
flex-shrink: 0
}

@media(min-width:480px) {
.sig-stats {
flex-direction: row;
gap: var(--s6)
}
}

@media(min-width:768px) {
.sig-stats {
margin-left: auto;
flex-direction: row
}
}

.ss-item {
text-align: center
}

.ss-num {
font-family: var(--fd);
font-size: 1.9rem;
font-weight: 700;
color: var(--copper-lt);
line-height: 1
}

.ss-lbl {
font-size: 10.5px;
font-weight: 700;
text-transform: uppercase;
letter-spacing: .08em;
color: rgba(255, 255, 255, .45);
margin-top: 2px
}

/* ================================================================
ELEVATION STRIP
================================================================ */
.elev-strip {
background: var(--charcoal);
border-bottom: 1px solid rgba(27, 94, 123, .2);
padding: var(--s5) var(--s4)
}

.elev-inner {
max-width: 1280px;
margin: 0 auto
}

.elev-label {
font-size: 11px;
font-weight: 700;
text-transform: uppercase;
letter-spacing: .1em;
color: var(--mist);
margin-bottom: var(--s4)
}

.elev-svg-wrap {
display: none;
margin-bottom: var(--s4)
}

@media(min-width:600px) {
.elev-svg-wrap {
display: block
}
}

.elev-svg {
width: 100%;
height: 72px;
display: block;
overflow: visible
}

.elev-fill {
fill: rgba(192, 112, 51, .12)
}

.elev-path {
fill: none;
stroke: var(--copper);
stroke-width: 2;
stroke-linecap: round
}

/* Camp list */
.camp-row {
display: flex;
flex-direction: column;
gap: var(--s2)
}

@media(min-width:600px) {
.camp-row {
flex-direction: row;
flex-wrap: nowrap;
justify-content: space-between;
gap: var(--s2)
}
}

.camp-node {
display: flex;
align-items: center;
gap: var(--s3);
background: rgba(255, 255, 255, .04);
border: 1px solid rgba(27, 94, 123, .18);
border-radius: var(--rsm);
padding: var(--s3) var(--s4)
}

@media(min-width:600px) {
.camp-node {
flex-direction: column;
align-items: center;
text-align: center;
gap: var(--s1);
flex: 1;
background: none;
border: none;
padding: var(--s2) 0
}
}

.c-dot {
width: 10px;
height: 10px;
min-width: 10px;
border-radius: 50%;
background: var(--copper);
flex-shrink: 0
}

.c-dot.wall-dot {
background: var(--wall);
box-shadow: 0 0 0 3px rgba(155, 74, 26, .25)
}

.c-dot.summit-dot {
width: 14px;
height: 14px;
min-width: 14px;
background: var(--copper-lt);
box-shadow: 0 0 0 4px rgba(192, 112, 51, .28)
}

.c-name {
font-size: 11.5px;
font-weight: 600;
color: rgba(255, 255, 255, .8);
line-height: 1.3
}

.c-name.summit-n {
color: var(--copper-lt)
}

.c-name.wall-n {
color: #F4906A
}

.c-alt {
font-size: 10.5px;
color: var(--mist);
margin-top: 1px
}

.c-alt.summit-a {
color: var(--copper-lt);
font-weight: 700
}

.c-badge {
font-size: 9px;
font-weight: 700;
text-transform: uppercase;
letter-spacing: .06em;
color: #F4906A;
background: rgba(155, 74, 26, .18);
border: 1px solid rgba(155, 74, 26, .3);
border-radius: var(--rpill);
padding: 1px 6px;
margin-top: 2px;
display: inline-block
}

/* ================================================================
PAGE LAYOUT
================================================================ */
.page-wrap {
max-width: 1280px;
margin: 0 auto;
padding: var(--s6) var(--s4)
}

@media(min-width:768px) {
.page-wrap {
padding: var(--s8) var(--s6)
}
}

.page-cols {
display: flex;
flex-direction: column;
gap: var(--s8)
}

@media(min-width:1024px) {
.page-cols {
flex-direction: row;
align-items: flex-start;
gap: var(--s10)
}
}

.main-col {
min-width: 0;
flex: 1
}

.side-col {
width: 100%;
display: flex;
flex-direction: column;
gap: var(--s5)
}

@media(min-width:1024px) {
.side-col {
width: 360px;
flex-shrink: 0;
position: sticky;
top: 80px
}
}

/* ================================================================
GALLERY
================================================================ */
.gallery {
display: flex;
flex-direction: column;
gap: var(--s2);
border-radius: var(--rxl);
overflow: hidden;
margin-bottom: var(--s8)
}

@media(min-width:600px) {
.gallery {
display: grid;
grid-template-columns: 1.6fr 1fr;
grid-template-rows: 235px 175px
}
}

.g-item {
overflow: hidden;
position: relative;
background: var(--deep-teal);
height: 200px
}

@media(min-width:600px) {
.g-item {
height: auto
}

.g-item:first-child {
grid-row: 1/3
}
}

.g-item img {
width: 100%;
height: 100%;
object-fit: cover;
transition: transform .55s cubic-bezier(.25, .46, .45, .94)
}

.g-item:hover img {
transform: scale(1.06)
}

.g-overlay {
position: absolute;
inset: 0;
background: rgba(13, 31, 45, .28);
transition: background var(--t)
}

.g-item:hover .g-overlay {
background: rgba(13, 31, 45, .08)
}

.g-more {
position: absolute;
inset: 0;
background: rgba(13, 31, 45, .6);
display: flex;
align-items: center;
justify-content: center;
color: var(--white);
font-family: var(--fd);
font-size: 1.2rem;
font-weight: 700;
cursor: pointer;
transition: background var(--t)
}

.g-more:hover {
background: rgba(13, 31, 45, .38)
}

.g-item:nth-child(n+3) {
display: none
}

@media(min-width:600px) {
.g-item:nth-child(n+3) {
display: block
}
}

/* ================================================================
HIGHLIGHTS — 2-col mobile, 4-col md+
================================================================ */
.hl-strip {
display: grid;
grid-template-columns: 1fr 1fr;
gap: 1px;
background: var(--border);
border: 1px solid var(--border);
border-radius: var(--rmd);
overflow: hidden;
margin-bottom: var(--s8)
}

@media(min-width:768px) {
.hl-strip {
grid-template-columns: repeat(4, 1fr)
}
}

.hl-item {
background: var(--white);
padding: var(--s4) var(--s3);
display: flex;
flex-direction: column;
align-items: center;
text-align: center;
gap: var(--s2)
}

.hl-icon {
width: 36px;
height: 36px;
border-radius: 50%;
background: var(--glacier-dk);
display: flex;
align-items: center;
justify-content: center;
color: var(--teal)
}

.hl-icon svg {
width: 17px;
height: 17px
}

.hl-label {
font-size: 10.5px;
font-weight: 700;
text-transform: uppercase;
letter-spacing: .07em;
color: var(--mist)
}

.hl-val {
font-family: var(--fd);
font-size: .95rem;
font-weight: 700;
color: var(--charcoal);
line-height: 1.2
}

/* ================================================================
RATING BAR
================================================================ */
.rating-bar {
display: flex;
flex-direction: column;
gap: var(--s3);
padding: var(--s4) var(--s5);
background: var(--white);
border: 1px solid var(--border);
border-radius: var(--rmd);
margin-bottom: var(--s8)
}

@media(min-width:520px) {
.rating-bar {
flex-direction: row;
align-items: center;
flex-wrap: wrap
}
}

.r-stars {
color: var(--copper);
font-size: 16px;
display: flex;
gap: 2px
}

.r-score {
font-family: var(--fd);
font-size: 1.45rem;
font-weight: 700;
color: var(--charcoal)
}

.r-count {
font-size: 13px;
color: var(--mist)
}

.r-badge {
font-size: 12px;
font-weight: 700;
color: var(--teal);
background: rgba(27, 94, 123, .09);
padding: var(--s1) var(--s3);
border-radius: var(--rpill);
border: 1px solid rgba(27, 94, 123, .22);
white-space: nowrap
}

@media(min-width:520px) {
.r-badge {
margin-left: auto
}
}

/* ================================================================
SECTIONS
================================================================ */
.section {
margin-bottom: var(--s10)
}

.sec-title {
font-family: var(--fd);
font-size: clamp(1.5rem, 4vw, 1.85rem);
font-weight: 700;
color: var(--deep-teal);
margin-bottom: var(--s4);
line-height: 1.2
}

.sec-body p {
color: #243445;
font-size: 15px;
line-height: 1.82;
margin-bottom: var(--s4)
}

.sec-body p:last-child {
margin-bottom: 0
}

hr.divider {
border: none;
border-top: 1px solid var(--border);
margin: var(--s8) 0
}

.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.info {
background: rgba(27, 94, 123, .07);
border-color: rgba(27, 94, 123, .2);
border-left-color: var(--teal)
}

.callout.wall {
background: rgba(155, 74, 26, .06);
border-color: rgba(155, 74, 26, .2);
border-left-color: var(--wall)
}

.callout.tip {
background: rgba(26, 122, 74, .06);
border-color: rgba(26, 122, 74, .2);
border-left-color: var(--success)
}

.callout.warn {
background: rgba(192, 112, 51, .06);
border-color: rgba(192, 112, 51, .2);
border-left-color: var(--copper)
}

.callout-ico {
font-size: 24px;
flex-shrink: 0
}

.callout-txt strong {
display: block;
font-size: 14.5px;
font-weight: 700;
margin-bottom: 3px
}

.callout.info .callout-txt strong {
color: var(--teal)
}

.callout.wall .callout-txt strong {
color: var(--wall)
}

.callout.tip .callout-txt strong {
color: var(--success)
}

.callout.warn .callout-txt strong {
color: var(--copper)
}

.callout-txt p {
font-size: 13.5px;
color: var(--rock);
margin: 0;
line-height: 1.65
}

.tag-row {
display: flex;
flex-wrap: wrap;
gap: var(--s2);
margin-top: var(--s4)
}

.feat-tag {
display: inline-flex;
align-items: center;
gap: var(--s1);
font-size: 12.5px;
font-weight: 500;
color: var(--deep-teal);
background: var(--teal-pale);
border: 1px solid rgba(27, 94, 123, .2);
padding: var(--s1) var(--s3);
border-radius: var(--rpill)
}

/* ================================================================
DAY ACCORDION
================================================================ */
.day-list {
display: flex;
flex-direction: column;
gap: var(--s3)
}

.day-card {
background: var(--white);
border: 1px solid var(--border);
border-radius: var(--rlg);
overflow: hidden;
animation: fadeUp .38s ease both
}

.day-card:nth-child(1) {
animation-delay: .04s
}

.day-card:nth-child(2) {
animation-delay: .07s
}

.day-card:nth-child(3) {
animation-delay: .10s
}

.day-card:nth-child(4) {
animation-delay: .13s
}

.day-card:nth-child(5) {
animation-delay: .16s
}

.day-card:nth-child(6) {
animation-delay: .19s
}

.day-card:nth-child(7) {
animation-delay: .22s
}

@keyframes fadeUp {
from {
opacity: 0;
transform: translateY(14px)
}

to {
opacity: 1;
transform: translateY(0)
}
}

.day-card.wall-day {
border-color: rgba(155, 74, 26, .4)
}

.day-card.summit-day {
border-color: rgba(192, 112, 51, .42)
}

.day-toggle {
width: 100%;
background: none;
border: none;
cursor: pointer;
text-align: left;
padding: 0;
display: block
}

.day-head {
display: flex;
align-items: center;
gap: var(--s4);
padding: var(--s4);
background: var(--white);
transition: background var(--t)
}

.day-toggle:hover .day-head {
background: var(--glacier)
}

.day-toggle[aria-expanded="true"] .day-head {
background: var(--glacier-dk)
}

.day-card.wall-day .day-head {
background: rgba(155, 74, 26, .04)
}

.day-card.summit-day .day-head {
background: linear-gradient(135deg, rgba(192, 112, 51, .07) 0%, rgba(27, 94, 123, .04) 100%)
}

.d-num {
width: 46px;
height: 46px;
min-width: 46px;
border-radius: 50%;
background: var(--deep-teal);
color: var(--white);
display: flex;
flex-direction: column;
align-items: center;
justify-content: center;
line-height: 1;
flex-shrink: 0
}

.day-card.wall-day .d-num {
background: var(--wall)
}

.day-card.summit-day .d-num {
background: var(--copper)
}

.d-num .dl {
font-size: 8.5px;
font-weight: 700;
text-transform: uppercase;
letter-spacing: .06em;
opacity: .7
}

.d-num .dn {
font-family: var(--fd);
font-size: 1.2rem;
font-weight: 700
}

.d-info {
flex: 1;
min-width: 0
}

.d-tag {
font-size: 10.5px;
font-weight: 700;
text-transform: uppercase;
letter-spacing: .08em;
color: var(--copper);
margin-bottom: 2px
}

.day-card.wall-day .d-tag {
color: var(--wall)
}

.day-card.summit-day .d-tag {
color: var(--copper)
}

.d-name {
font-family: var(--fd);
font-size: clamp(.95rem, 3vw, 1.1rem);
font-weight: 700;
color: var(--charcoal);
line-height: 1.25
}

.d-meta {
font-size: 12px;
color: var(--mist);
margin-top: 2px;
line-height: 1.4
}

.d-chev {
width: 20px;
height: 20px;
color: var(--mist);
flex-shrink: 0;
transition: transform var(--t)
}

.day-toggle[aria-expanded="true"] .d-chev {
transform: rotate(180deg)
}

.day-body {
display: none;
flex-direction: column;
border-top: 1px solid var(--border)
}

.day-body.open {
display: flex
}

.d-desc {
padding: var(--s4) var(--s4) 0;
font-size: 13.5px;
color: var(--mist);
line-height: 1.72
}

.sched-list {
display: flex;
flex-direction: column;
padding: var(--s3) var(--s4)
}

.sched-item {
display: grid;
grid-template-columns: 68px 1fr;
gap: 0 var(--s4);
padding: var(--s3) 0;
border-bottom: 1px dashed var(--border)
}

.sched-item:last-child {
border-bottom: none;
padding-bottom: 0
}

.s-time {
font-size: 11px;
font-weight: 700;
color: var(--copper);
text-transform: uppercase;
letter-spacing: .05em;
padding-top: 2px
}

.day-card.wall-day .s-time {
color: var(--wall)
}

.day-card.summit-day .s-time {
color: var(--copper)
}

.s-title {
font-size: 14px;
font-weight: 700;
color: var(--charcoal);
display: block;
margin-bottom: 3px
}

.s-body {
font-size: 13px;
color: var(--mist);
margin: 0;
line-height: 1.6
}

.d-stats {
display: flex;
flex-direction: column;
gap: var(--s2);
padding: var(--s4);
border-top: 1px solid var(--border)
}

@media(min-width:400px) {
.d-stats {
flex-direction: row;
flex-wrap: wrap
}
}

.s-tag {
display: inline-flex;
align-items: center;
gap: var(--s1);
font-size: 12px;
font-weight: 600;
padding: var(--s1) var(--s3);
border-radius: var(--rpill);
border: 1px solid
}

.st-d {
background: rgba(27, 94, 123, .08);
color: var(--deep-teal);
border-color: rgba(27, 94, 123, .2)
}

.st-h {
background: rgba(192, 112, 51, .08);
color: #7A3D10;
border-color: rgba(192, 112, 51, .28)
}

.st-c {
background: rgba(26, 43, 56, .06);
color: var(--rock);
border-color: rgba(26, 43, 56, .15)
}

.st-e {
background: rgba(27, 94, 123, .06);
color: var(--teal);
border-color: rgba(27, 94, 123, .18)
}

.st-w {
background: rgba(155, 74, 26, .1);
color: var(--wall);
border-color: rgba(155, 74, 26, .3)
}

/* ================================================================
PACKAGE CARDS
================================================================ */
.pkg-grid {
display: flex;
flex-direction: column;
gap: var(--s4);
margin-top: var(--s5)
}

@media(min-width:768px) {
.pkg-grid {
flex-direction: row
}
}

.pkg-card {
flex: 1;
background: var(--white);
border: 1px solid var(--border);
border-radius: var(--rlg);
overflow: hidden;
display: flex;
flex-direction: column;
transition: box-shadow var(--t), transform var(--t)
}

.pkg-card:hover {
box-shadow: var(--sh-md);
transform: translateY(-3px)
}

.pkg-card.featured {
border: 2px solid var(--teal)
}

.pkg-top-bar {
background: var(--teal);
color: var(--white);
font-size: 11px;
font-weight: 700;
text-transform: uppercase;
letter-spacing: .08em;
text-align: center;
padding: 5px
}

.pkg-head {
padding: var(--s5) var(--s5) var(--s3)
}

.pkg-tier {
font-size: 10.5px;
font-weight: 700;
text-transform: uppercase;
letter-spacing: .1em;
color: var(--copper);
margin-bottom: 3px
}

.pkg-name {
font-family: var(--fd);
font-size: 1.2rem;
font-weight: 700;
color: var(--charcoal)
}

.pkg-price {
font-family: var(--fd);
font-size: 1.7rem;
font-weight: 700;
color: var(--deep-teal);
line-height: 1;
margin-top: var(--s3)
}

.pkg-price small {
font-family: var(--fb);
font-size: 11.5px;
font-weight: 400;
color: var(--mist)
}

.pkg-features {
list-style: none;
padding: 0 var(--s5) var(--s4);
display: flex;
flex-direction: column;
gap: var(--s3);
flex: 1;
margin-top: var(--s3)
}

.pkg-features li {
display: flex;
align-items: flex-start;
gap: var(--s2);
font-size: 13.5px;
color: #243445;
line-height: 1.45
}

.pkg-features li::before {
content: '';
width: 16px;
height: 16px;
border-radius: 50%;
flex-shrink: 0;
margin-top: 2px;
background-color: rgba(27, 94, 123, .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='%231B5E7B' stroke-width='1.8' fill='none' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
background-size: 10px;
background-position: center;
background-repeat: no-repeat
}

.pkg-cta {
display: block;
margin: 0 var(--s5) var(--s5);
padding: var(--s3) var(--s4);
text-align: center;
background: var(--deep-teal);
color: var(--white);
border-radius: var(--rsm);
font-size: 14px;
font-weight: 700;
border: none;
cursor: pointer;
transition: background var(--t)
}

.pkg-cta:hover {
background: var(--teal)
}

.pkg-card:not(.featured) .pkg-cta {
background: var(--glacier-dk);
color: var(--deep-teal)
}

.pkg-card:not(.featured) .pkg-cta:hover {
background: var(--glacier)
}

/* ================================================================
INCLUDED / EXCLUDED
================================================================ */
.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);
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(27, 94, 123, .1);
color: var(--deep-teal)
}

.ie-head.exc {
background: rgba(180, 60, 40, .08);
color: #8B2F20
}

.ie-list {
list-style: none;
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: #243445;
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(27, 94, 123, .14);
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='%231B5E7B' stroke-width='1.8' fill='none' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E")
}

.ie-list.exc li::before {
background-color: rgba(180, 60, 40, .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")
}

/* ================================================================
TABLES
================================================================ */
.tbl-wrap {
overflow-x: auto;
-webkit-overflow-scrolling: touch;
border-radius: var(--rmd);
border: 1px solid var(--border);
margin-top: var(--s4)
}

.data-tbl {
width: 100%;
min-width: 500px;
border-collapse: collapse;
font-size: 13.5px
}

.data-tbl th,
.data-tbl td {
padding: var(--s3) var(--s4);
border-bottom: 1px solid var(--border);
text-align: left
}

.data-tbl th {
background: var(--glacier-dk);
font-size: 11.5px;
font-weight: 700;
text-transform: uppercase;
letter-spacing: .07em;
color: var(--mist);
white-space: nowrap
}

.data-tbl tr:last-child td {
border-bottom: none
}

.data-tbl td.hl {
background: rgba(27, 94, 123, .06);
font-weight: 700;
color: var(--deep-teal)
}

.b-best {
display: inline-block;
background: rgba(26, 122, 74, .1);
color: #1A7A4A;
font-size: 11.5px;
font-weight: 700;
padding: 2px 8px;
border-radius: var(--rpill);
border: 1px solid rgba(26, 122, 74, .22)
}

.b-ok {
display: inline-block;
background: rgba(192, 112, 51, .1);
color: #7A3D10;
font-size: 11.5px;
font-weight: 700;
padding: 2px 8px;
border-radius: var(--rpill);
border: 1px solid rgba(192, 112, 51, .22)
}

.b-poor {
display: inline-block;
background: rgba(180, 60, 40, .08);
color: #8B2F20;
font-size: 11.5px;
font-weight: 700;
padding: 2px 8px;
border-radius: var(--rpill);
border: 1px solid rgba(180, 60, 40, .18)
}

/* ================================================================
GEAR TABLE
================================================================ */
.gear-tbl {
width: 100%;
min-width: 520px;
border-collapse: collapse;
font-size: 13.5px
}

.gear-tbl th,
.gear-tbl td {
padding: var(--s3) var(--s4);
border-bottom: 1px solid var(--border);
text-align: left
}

.gear-tbl th {
background: var(--glacier-dk);
font-size: 11.5px;
font-weight: 700;
text-transform: uppercase;
letter-spacing: .07em;
color: var(--mist)
}

.gear-tbl tr:last-child td {
border-bottom: none
}

.gear-tbl td.ess {
background: rgba(27, 94, 123, .06);
font-weight: 600;
color: var(--deep-teal)
}

.gear-tbl td.rec {
background: rgba(192, 112, 51, .05);
color: #7A3D10
}

/* ================================================================
FAQ
================================================================ */
.faq-list {
display: flex;
flex-direction: column
}

.faq-item {
border-bottom: 1px solid var(--border)
}

.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: 15px;
font-weight: 600;
color: var(--charcoal);
cursor: pointer;
transition: color var(--t);
line-height: 1.45
}

.faq-btn:hover {
color: var(--teal)
}

.faq-btn svg {
width: 18px;
height: 18px;
flex-shrink: 0;
color: var(--mist);
margin-top: 2px;
transition: transform var(--t)
}

.faq-btn[aria-expanded="true"] svg {
transform: rotate(45deg)
}

.faq-ans {
display: none;
padding-bottom: var(--s5);
font-size: 14px;
color: var(--mist);
line-height: 1.75
}

.faq-ans.open {
display: block
}

/* ================================================================
RELATED — col → row on sm+
================================================================ */
.related-sect {
margin-top: var(--s12)
}

.related-title {
font-family: var(--fd);
font-size: clamp(1.4rem, 4vw, 1.7rem);
font-weight: 700;
color: var(--deep-teal);
margin-bottom: var(--s5)
}

.rel-grid {
display: flex;
flex-direction: column;
gap: var(--s4)
}

@media(min-width:600px) {
.rel-grid {
flex-direction: row
}
}

.rel-card {
flex: 1;
background: var(--white);
border: 1px solid var(--border);
border-radius: var(--rmd);
overflow: hidden;
display: flex;
flex-direction: column;
transition: box-shadow var(--t), transform var(--t)
}

.rel-card:hover {
box-shadow: var(--sh-md);
transform: translateY(-2px)
}

.rel-img {
height: 130px;
overflow: hidden;
background: var(--glacier-dk)
}

.rel-img img {
width: 100%;
height: 100%;
object-fit: cover;
transition: transform .4s ease
}

.rel-card:hover .rel-img img {
transform: scale(1.06)
}

.rel-body {
padding: var(--s4);
flex: 1;
display: flex;
flex-direction: column;
gap: var(--s2)
}

.rel-name {
font-size: 13.5px;
font-weight: 700;
color: var(--charcoal);
line-height: 1.4
}

.rel-meta {
font-size: 12px;
color: var(--mist);
margin-top: auto
}

.rel-link {
font-size: 12.5px;
font-weight: 700;
color: var(--teal);
text-decoration: underline;
text-underline-offset: 2px;
display: inline-block;
margin-top: var(--s2)
}

/* ================================================================
SIDEBAR
================================================================ */
.bk-card {
background: var(--white);
border: 1px solid var(--border);
border-radius: var(--rxl);
overflow: hidden;
box-shadow: var(--sh-md)
}

.bk-head {
background: var(--charcoal);
padding: var(--s5);
color: var(--white);
position: relative;
overflow: hidden
}

.bk-head::after {
content: '';
position: absolute;
top: -24px;
right: -24px;
width: 100px;
height: 100px;
border-radius: 50%;
background: rgba(27, 94, 123, .15)
}

.bk-eyebrow {
font-size: 10.5px;
font-weight: 700;
text-transform: uppercase;
letter-spacing: .1em;
opacity: .6
}

.bk-price {
font-family: var(--fd);
font-size: clamp(1.7rem, 5vw, 2.1rem);
font-weight: 700;
line-height: 1.1;
margin-top: var(--s1);
position: relative;
z-index: 1
}

.bk-price sup {
font-size: 1rem;
vertical-align: super
}

.bk-note {
font-size: 12.5px;
opacity: .55;
margin-top: 3px
}

.bk-form {
padding: var(--s5);
display: flex;
flex-direction: column;
gap: var(--s4)
}

.f2col {
display: flex;
flex-direction: column;
gap: var(--s4)
}

@media(min-width:480px) {
.f2col {
flex-direction: row
}

.f2col .f-grp {
flex: 1
}
}

@media(min-width:1024px) {
.side-col .f2col {
flex-direction: column
}
}

.f-grp {
display: flex;
flex-direction: column;
gap: var(--s1)
}

.f-grp label {
font-size: 11px;
font-weight: 700;
text-transform: uppercase;
letter-spacing: .07em;
color: var(--mist)
}

.f-grp input,
.f-grp select,
.f-grp textarea {
width: 100%;
padding: .62rem .88rem;
border: 1px solid var(--border);
border-radius: var(--rsm);
background: var(--glacier);
color: var(--charcoal);
font-size: 14px;
outline: none;
transition: border-color var(--t), box-shadow var(--t);
appearance: none;
-webkit-appearance: none
}

.f-grp input:focus,
.f-grp select:focus,
.f-grp textarea:focus {
border-color: var(--teal);
box-shadow: 0 0 0 3px rgba(27, 94, 123, .12)
}

.f-grp textarea {
resize: vertical;
min-height: 72px
}

.f-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='%237A93A6' 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
}

.sub-btn {
width: 100%;
padding: var(--s4);
background: var(--deep-teal);
color: var(--white);
border: none;
border-radius: var(--rsm);
font-size: 15px;
font-weight: 700;
cursor: pointer;
display: flex;
align-items: center;
justify-content: center;
gap: var(--s2);
transition: background var(--t), transform var(--t)
}

.sub-btn:hover {
background: var(--teal)
}

.sub-btn:active {
transform: scale(.98)
}

.sub-btn svg {
width: 16px;
height: 16px
}

.form-note {
text-align: center;
font-size: 12px;
color: var(--mist);
padding: 0 var(--s5) var(--s4)
}

.qi-card {
background: var(--white);
border: 1px solid var(--border);
border-radius: var(--rxl);
overflow: hidden
}

.qi-head {
padding: var(--s3) var(--s5);
background: var(--glacier-dk);
font-size: 11px;
font-weight: 700;
text-transform: uppercase;
letter-spacing: .09em;
color: var(--mist)
}

.qi-item {
display: flex;
align-items: flex-start;
gap: var(--s4);
padding: var(--s4) var(--s5);
border-bottom: 1px solid var(--border)
}

.qi-item:last-child {
border-bottom: none
}

.qi-ico {
color: var(--teal);
flex-shrink: 0;
margin-top: 1px
}

.qi-ico svg {
width: 15px;
height: 15px
}

.qi-lbl {
font-size: 10.5px;
font-weight: 700;
text-transform: uppercase;
letter-spacing: .07em;
color: var(--mist)
}

.qi-val {
font-size: 13.5px;
font-weight: 600;
color: var(--charcoal);
margin-top: 1px
}

.ct-card {
background: var(--white);
border: 1px solid var(--border);
border-radius: var(--rxl);
padding: var(--s5);
display: flex;
flex-direction: column;
gap: var(--s4)
}

.ct-title {
font-family: var(--fd);
font-size: 1.1rem;
font-weight: 700;
color: var(--deep-teal)
}

.ct-link {
display: flex;
align-items: center;
gap: var(--s3);
font-size: 13.5px;
color: var(--charcoal);
padding: var(--s3) var(--s4);
border: 1px solid var(--border);
border-radius: var(--rsm);
background: var(--glacier);
transition: border-color var(--t), background var(--t)
}

.ct-link:hover {
border-color: var(--teal);
background: var(--glacier-dk)
}

.ct-link svg {
width: 17px;
height: 17px;
color: var(--teal);
flex-shrink: 0
}

/* ================================================================
MOBILE STICKY BAR
================================================================ */
.mobile-bar {
position: fixed;
bottom: 0;
left: 0;
right: 0;
z-index: 200;
background: var(--charcoal);
border-top: 1px solid rgba(27, 94, 123, .3);
padding: var(--s3) var(--s4);
display: flex;
align-items: center;
gap: var(--s4)
}

@media(min-width:1024px) {
.mobile-bar {
display: none
}
}

.mb-price {
flex: 1
}

.mb-from {
font-size: 10px;
font-weight: 700;
text-transform: uppercase;
letter-spacing: .07em;
color: var(--mist);
display: block;
line-height: 1
}

.mb-amount {
font-family: var(--fd);
font-size: 1.35rem;
font-weight: 700;
color: var(--white);
line-height: 1.1
}

.mb-cta {
padding: var(--s3) var(--s6);
background: var(--copper);
color: var(--midnight);
border: none;
border-radius: var(--rpill);
font-size: 14px;
font-weight: 700;
cursor: pointer;
transition: background var(--t);
white-space: nowrap
}

.mb-cta:hover {
background: var(--copper-lt)
}

/* ================================================================
FOOTER
================================================================ */
.site-footer {
background: var(--midnight);
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: 40px;
width: 40px;
object-fit: contain;
border-radius: var(--rsm)
}

.f-brand-name {
font-family: var(--fd);
font-size: 1.2rem;
font-weight: 700;
color: var(--white)
}

.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(--copper-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(--white)
}

.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)
}


/* ==========================================
TOP BAR
========================================== */
.rex-top-bar {
background: var(--rex-night);
color: rgba(255,255,255,0.7);
font-size: 12px;
padding: 10px 5%;
display: flex;
justify-content: space-between;
align-items: center;
border-bottom: 1px solid rgba(255,255,255,0.05);
}
.rex-top-bar-left a { color: inherit; text-decoration: none; margin-right: 20px; transition: 0.2s; }
.rex-top-bar-left a:hover { color: var(--rex-lion-light); }
.rex-badge-group { display: flex; gap: 10px; }
.rex-badge { background: var(--rex-savanna); color: white; padding: 2px 8px; border-radius: 4px; font-weight: 700; text-transform: uppercase; font-size: 10px; }

/* ==========================================
MAIN HEADER
========================================== */
.rex-header {
background: rgba(10, 21, 16, 0.98);
backdrop-filter: blur(15px);
-webkit-backdrop-filter: blur(15px);
height: 85px;
display: flex;
align-items: center;
padding: 0 5%;
position: sticky;
top: 0;
z-index: 1000;
border-bottom: 1px solid rgba(192, 112, 51, 0.2);
}

.rex-logo { display: flex; align-items: center; text-decoration: none; gap: 12px; min-width: 280px; }
.rex-logo img { height: 50px; width: auto; }
.rex-logo-text { color: white; display: flex; flex-direction: column; }
.rex-logo-name { font-family: var(--rex-font-heading); font-size: 20px; font-weight: 700; line-height: 1; }
.rex-logo-tag { font-size: 9px; text-transform: uppercase; letter-spacing: 2px; color: var(--rex-lion-light); margin-top: 2px; }

/* Desktop Nav */
.rex-desktop-nav { display: flex; list-style: none; margin: 0 auto; height: 100%; }
.rex-nav-item { height: 100%; position: relative; }
.rex-nav-link {
height: 100%;
display: flex;
align-items: center;
padding: 0 18px;
color: rgba(255,255,255,0.9);
text-decoration: none;
font-weight: 500;
font-size: 14px;
transition: var(--rex-transition);
white-space: nowrap;
}
.rex-nav-link:hover { color: var(--rex-lion-light); }
.rex-nav-link svg { width: 10px; margin-left: 6px; transition: transform 0.3s; opacity: 0.6; }
.rex-nav-item:hover .rex-nav-link svg { transform: rotate(180deg); }

/* ==========================================
MEGA MENU (Desktop Only)
========================================== */
.rex-mega-menu {
position: absolute;
top: 85px;
left: 50%;
transform: translateX(-50%) translateY(20px);
background: var(--rex-white);
width: 950px;
padding: 35px;
box-shadow: 0 30px 60px rgba(0,0,0,0.2);
opacity: 0;
visibility: hidden;
transition: all 0.3s ease;
display: grid;
grid-template-columns: repeat(3, 1fr);
gap: 30px;
border-top: 4px solid var(--rex-savanna);
border-radius: 0 0 12px 12px;
}
.rex-nav-item:hover .rex-mega-menu { opacity: 1; visibility: visible; transform: translateX(-50%) translateY(0); }

.rex-mega-title { font-family: var(--rex-font-heading); font-size: 17px; color: var(--rex-night); margin-bottom: 18px; border-bottom: 1px solid var(--rex-border); padding-bottom: 8px; display: block; font-weight: 700; }
.rex-mega-list { list-style: none; }
.rex-mega-list li { margin-bottom: 12px; }
.rex-mega-list a { text-decoration: none; display: flex; flex-direction: column; padding: 6px; border-radius: 6px; transition: 0.2s; }
.rex-mega-list a:hover { background: #fdfaf4; }
.rex-link-head { color: var(--rex-text); font-weight: 600; font-size: 14px; }
.rex-mega-list a:hover .rex-link-head { color: var(--rex-savanna); }
.rex-link-sub { color: var(--rex-text-muted); font-size: 12px; margin-top: 2px; }

.rex-featured-card {
background: linear-gradient(135deg, var(--rex-night), var(--rex-earth));
padding: 25px;
border-radius: 12px;
color: white;
display: flex;
flex-direction: column;
justify-content: center;
}
.rex-featured-card h4 { font-family: var(--rex-font-heading); color: var(--rex-lion-light); margin-bottom: 10px; font-size: 19px; }
.rex-featured-card p { font-size: 13px; opacity: 0.8; line-height: 1.6; margin-bottom: 15px; }

.rex-btn {
display: inline-block;
background: var(--rex-savanna);
color: white;
padding: 10px 20px;
border-radius: 50px;
text-decoration: none;
font-weight: 600;
font-size: 13px;
transition: 0.3s;
text-align: center;
border: none;
cursor: pointer;
}
.rex-btn:hover { background: var(--rex-savanna-light); transform: translateY(-2px); }

/* ==========================================
MOBILE NAVIGATION (Drawer)
========================================== */
.rex-mobile-header-tools { display: none; align-items: center; gap: 15px; }
.rex-hamburger { background: none; border: none; cursor: pointer; padding: 5px; }
.rex-hamburger span { display: block; width: 25px; height: 2px; background: white; margin: 6px 0; transition: 0.4s; }

.rex-mobile-drawer {
position: fixed;
top: 0;
right: -100%;
width: 85%;
height: 100vh;
background: var(--rex-night);
z-index: 2000;
transition: 0.4s cubic-bezier(0.4, 0, 0.2, 1);
padding: 30px;
overflow-y: auto;
color: white;
}
.rex-mobile-drawer.active { right: 0; }
.rex-drawer-overlay {
position: fixed;
top: 0;
left: 0;
width: 100%;
height: 100%;
background: rgba(0,0,0,0.6);
visibility: hidden;
opacity: 0;
z-index: 1999;
transition: 0.3s;
}
.rex-drawer-overlay.active { visibility: visible; opacity: 1; }

.rex-drawer-close { background: none; border: none; color: white; font-size: 32px; position: absolute; top: 20px; right: 20px; cursor: pointer; }

.rex-mob-nav { list-style: none; margin-top: 50px; }
.rex-mob-item { border-bottom: 1px solid rgba(255,255,255,0.08); }
.rex-mob-trigger {
width: 100%;
padding: 18px 0;
background: none;
border: none;
color: white;
text-align: left;
font-size: 17px;
font-weight: 600;
display: flex;
justify-content: space-between;
align-items: center;
cursor: pointer;
}
.rex-mob-content { max-height: 0; overflow: hidden; transition: max-height 0.4s ease-out; background: rgba(255,255,255,0.03); }
.rex-mob-content.open { max-height: 1200px; padding-bottom: 10px; }
.rex-mob-sublink {
display: block;
padding: 12px 20px;
color: rgba(255,255,255,0.7);
text-decoration: none;
font-size: 14px;
transition: 0.2s;
}
.rex-mob-sublink:hover { color: var(--rex-lion-light); }

@media (max-width: 1150px) {
.rex-desktop-nav, .rex-top-bar, .rex-header > .rex-btn { display: none; }
.rex-mobile-header-tools { display: flex; }
.rex-header { justify-content: space-between; }
}