/* ===== RESET ===== */
*,
*::before,
*::after {
box-sizing: border-box;
margin: 0;
padding: 0
}

html {
font-size: 16px;
scroll-behavior: smooth
}

:root {
/* Alpine palette — slate blue + glacial white + deep charcoal + gold summit */
--glacier: #EEF2F7;
--glacier-dk: #D8E2EF;
--slate: #4A6FA5;
--slate-dk: #2D4A7A;
--slate-lt: #6889BC;
--summit: #C8972B;
--summit-lt: #E5B84A;
--peak: #0F1A2E;
--charcoal: #1E2B3C;
--rock: #3D4F5C;
--mist: #8896A4;
--white: #FAFCFF;
--border: rgba(74, 111, 165, 0.15);
--border-md: rgba(74, 111, 165, 0.28);
--font-display: 'Playfair Display', Georgia, serif;
--font-body: 'Outfit', sans-serif;
--r-sm: 4px;
--r-md: 10px;
--r-lg: 18px;
--r-xl: 26px;
--shadow-sm: 0 1px 8px rgba(15, 26, 46, 0.08);
--shadow-card: 0 4px 28px rgba(15, 26, 46, 0.12);
--shadow-lift: 0 12px 48px rgba(15, 26, 46, 0.18);
--t: 0.24s cubic-bezier(0.4, 0, 0.2, 1);
}

body {
font-family: var(--font-body);
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;
}

/* ===== SKIP LINK ===== */
.skip-link {
position: absolute;
top: -100%;
left: 1rem;
background: var(--slate-dk);
color: var(--white);
padding: .5rem 1.2rem;
border-radius: var(--r-sm);
font-size: 14px;
z-index: 9999;
transition: top var(--t);
}

.skip-link:focus {
top: .75rem;
}

/* ===== HEADER ===== */
.site-header {
position: sticky;
top: 0;
z-index: 200;
background: rgba(15, 26, 46, 0.97);
backdrop-filter: blur(16px);
border-bottom: 1px solid rgba(74, 111, 165, 0.2);
}

.nav-inner {
max-width: 1280px;
margin: 0 auto;
padding: 0 1.5rem;
height: 68px;
display: flex;
align-items: center;
justify-content: space-between;
gap: 2rem;
}

.site-logo {
display: flex;
align-items: center;
gap: .75rem;
flex-shrink: 0;
}

.site-logo img {
height: 44px;
width: auto;
object-fit: contain;
}

.site-logo-text {
display: flex;
flex-direction: column;
line-height: 1.15;
}

.site-logo-text span:first-child {
font-family: var(--font-display);
font-size: 1.1rem;
font-weight: 700;
color: var(--white);
letter-spacing: -.01em;
}

.site-logo-text span:last-child {
font-size: 10px;
font-weight: 400;
color: rgba(255, 255, 255, .5);
letter-spacing: .12em;
text-transform: uppercase;
}

.primary-nav {
display: flex;
gap: .15rem;
}

.primary-nav a {
display: block;
padding: .42rem .9rem;
font-size: 13.5px;
font-weight: 500;
color: rgba(255, 255, 255, .75);
border-radius: var(--r-sm);
transition: background var(--t), color var(--t);
}

.primary-nav a:hover {
background: rgba(74, 111, 165, .2);
color: var(--white);
}

.primary-nav a[aria-current="page"] {
background: var(--slate);
color: var(--white);
}

.nav-cta {
display: inline-flex !important;
align-items: center !important;
gap: .4rem !important;
background: var(--summit) !important;
color: var(--peak) !important;
padding: .45rem 1.15rem !important;
border-radius: 100px !important;
font-weight: 600 !important;
font-size: 13.5px !important;
transition: background var(--t) !important;
}

.nav-cta:hover {
background: var(--summit-lt) !important;
}

.hamburger {
display: none;
flex-direction: column;
gap: 5px;
background: none;
border: none;
cursor: pointer;
padding: 4px;
}

.hamburger span {
display: block;
width: 22px;
height: 2px;
background: rgba(255, 255, 255, .8);
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;
}

.hamburger[aria-expanded="true"] span:nth-child(3) {
transform: translateY(-7px) rotate(-45deg);
}

/* ===== BREADCRUMB ===== */
.breadcrumb-bar {
background: var(--charcoal);
border-bottom: 1px solid rgba(74, 111, 165, .2);
}

.breadcrumb-inner {
max-width: 1280px;
margin: 0 auto;
padding: .65rem 1.5rem;
}

.breadcrumb {
display: flex;
align-items: center;
gap: .5rem;
font-size: 12.5px;
color: rgba(255, 255, 255, .45);
flex-wrap: wrap;
}

.breadcrumb li+li::before {
content: "›";
font-size: 14px;
}

.breadcrumb a {
color: rgba(255, 255, 255, .6);
transition: color var(--t);
}

.breadcrumb a:hover {
color: var(--summit-lt);
}

.breadcrumb [aria-current="page"] {
color: rgba(255, 255, 255, .85);
font-weight: 500;
}

/* ===== HERO ===== */
.hero {
position: relative;
min-height: clamp(420px, 65vw, 680px);
display: flex;
align-items: flex-end;
overflow: hidden;
background: var(--peak);
}

.hero-bg {
position: absolute;
inset: 0;
background-image: url('https://www.resilienceexpedition.com/images/8-day-lemosho-route.webp');
background-size: cover;
background-position: center 35%;
transform: scale(1.04);
transition: transform 9s ease-out;
will-change: transform;
}

.hero.loaded .hero-bg {
transform: scale(1);
}

.hero-overlay {
position: absolute;
inset: 0;
background: linear-gradient(160deg,
rgba(15, 26, 46, 0.25) 0%,
rgba(15, 26, 46, 0.45) 40%,
rgba(15, 26, 46, 0.92) 100%);
}

/* Mountain silhouette decorative line */
.hero-ridge {
position: absolute;
bottom: 0;
left: 0;
right: 0;
height: 80px;
z-index: 1;
background: linear-gradient(to top, var(--peak) 0%, transparent 100%);
}

.hero-content {
position: relative;
z-index: 2;
max-width: 1280px;
width: 100%;
margin: 0 auto;
padding: 3rem 1.5rem 3.5rem;
}

.hero-eyebrow {
display: inline-flex;
align-items: center;
gap: .5rem;
background: rgba(200, 151, 43, .18);
border: 1px solid rgba(200, 151, 43, .45);
color: var(--summit-lt);
font-size: 11px;
font-weight: 600;
letter-spacing: .14em;
text-transform: uppercase;
padding: .3rem 1rem;
border-radius: 100px;
margin-bottom: 1.1rem;
}

.hero-eyebrow svg {
width: 12px;
height: 12px;
}

.hero h1 {
font-family: var(--font-display);
font-size: clamp(2.2rem, 5.5vw, 3.8rem);
font-weight: 700;
color: var(--white);
line-height: 1.1;
max-width: 700px;
margin-bottom: 1.1rem;
letter-spacing: -.02em;
}

.hero h1 em {
font-style: italic;
color: var(--summit-lt);
}

.hero-sub {
font-size: 16px;
color: rgba(255, 255, 255, .7);
max-width: 560px;
line-height: 1.7;
margin-bottom: 2rem;
}

.hero-meta {
display: flex;
flex-wrap: wrap;
gap: 1.2rem;
align-items: center;
}

.hero-badge {
display: inline-flex;
align-items: center;
gap: .45rem;
color: rgba(255, 255, 255, .82);
font-size: 13.5px;
font-weight: 400;
}

.hero-badge svg {
width: 15px;
height: 15px;
opacity: .7;
flex-shrink: 0;
}

.hero-price-tag {
margin-left: auto;
background: var(--summit);
color: var(--peak);
padding: .6rem 1.4rem;
border-radius: var(--r-md);
text-align: center;
}

.hero-price-tag .from {
font-size: 10.5px;
font-weight: 600;
text-transform: uppercase;
letter-spacing: .07em;
opacity: .7;
}

.hero-price-tag .amount {
font-family: var(--font-display);
font-size: 2rem;
font-weight: 700;
line-height: 1;
}

/* ===== ELEVATION PROFILE STRIP ===== */
.elevation-strip {
background: var(--charcoal);
border-bottom: 1px solid rgba(74, 111, 165, .2);
padding: 1.5rem 1.5rem;
overflow: hidden;
}

.elevation-inner {
max-width: 1280px;
margin: 0 auto;
}

.elevation-label {
font-size: 11px;
font-weight: 600;
text-transform: uppercase;
letter-spacing: .1em;
color: var(--mist);
margin-bottom: 1rem;
}

.elevation-chart {
position: relative;
}

/* SVG mountain silhouette path */
.elev-svg {
width: 100%;
height: 80px;
display: block;
}

.elev-path {
fill: none;
stroke: var(--summit);
stroke-width: 2;
}

.elev-fill {
fill: rgba(200, 151, 43, .12);
}

.camp-dots {
display: flex;
justify-content: space-between;
margin-top: .5rem;
}

.camp-dot-item {
display: flex;
flex-direction: column;
align-items: center;
gap: .25rem;
}

.camp-dot-circle {
width: 10px;
height: 10px;
border-radius: 50%;
background: var(--summit);
border: 2px solid var(--charcoal);
}

.camp-dot-name {
font-size: 10px;
color: var(--mist);
text-align: center;
max-width: 64px;
line-height: 1.3;
}

.camp-dot-alt {
font-size: 9.5px;
color: var(--summit-lt);
font-weight: 600;
}

/* ===== PAGE LAYOUT ===== */
.page-layout {
max-width: 1280px;
margin: 0 auto;
padding: 3rem 1.5rem 5rem;
display: grid;
grid-template-columns: 1fr 360px;
gap: 3rem;
align-items: start;
}

/* ===== ARTICLE ===== */
article.tour-detail {
min-width: 0;
}

/* Photo gallery */
.gallery {
display: grid;
grid-template-columns: 1.55fr 1fr;
grid-template-rows: 240px 175px;
gap: 8px;
border-radius: var(--r-xl);
overflow: hidden;
margin-bottom: 2.5rem;
}

.gallery-item {
overflow: hidden;
position: relative;
background: var(--slate-dk);
}

.gallery-item:first-child {
grid-row: 1/3;
}

.gallery-item img {
width: 100%;
height: 100%;
object-fit: cover;
transition: transform .6s cubic-bezier(.25, .46, .45, .94);
}

.gallery-item:hover img {
transform: scale(1.06);
}

.gallery-item-overlay {
position: absolute;
inset: 0;
background: rgba(15, 26, 46, .3);
transition: background var(--t);
}

.gallery-item:hover .gallery-item-overlay {
background: rgba(15, 26, 46, .1);
}

.gallery-more {
position: absolute;
inset: 0;
background: rgba(15, 26, 46, .58);
display: flex;
align-items: center;
justify-content: center;
color: var(--white);
font-family: var(--font-display);
font-size: 1.25rem;
font-weight: 600;
cursor: pointer;
transition: background var(--t);
}

.gallery-more:hover {
background: rgba(15, 26, 46, .38);
}

/* Highlights strip */
.highlights-strip {
display: grid;
grid-template-columns: repeat(4, 1fr);
gap: 1px;
background: var(--border);
border: 1px solid var(--border);
border-radius: var(--r-md);
overflow: hidden;
margin-bottom: 2.5rem;
}

.highlight-item {
background: var(--white);
padding: 1.1rem 1rem;
display: flex;
flex-direction: column;
align-items: center;
text-align: center;
gap: .35rem;
}

.highlight-icon {
width: 38px;
height: 38px;
border-radius: 50%;
background: var(--glacier-dk);
display: flex;
align-items: center;
justify-content: center;
color: var(--slate);
flex-shrink: 0;
}

.highlight-icon svg {
width: 18px;
height: 18px;
}

.highlight-label {
font-size: 11px;
font-weight: 600;
text-transform: uppercase;
letter-spacing: .07em;
color: var(--mist);
}

.highlight-value {
font-family: var(--font-display);
font-size: 1rem;
font-weight: 600;
color: var(--charcoal);
line-height: 1.2;
}

/* Rating bar */
.rating-bar {
display: flex;
align-items: center;
gap: .75rem;
padding: .9rem 1.2rem;
background: var(--white);
border: 1px solid var(--border);
border-radius: var(--r-md);
margin-bottom: 2rem;
}

.stars {
display: flex;
gap: 2px;
color: var(--summit);
font-size: 15px;
}

.rating-score {
font-family: var(--font-display);
font-size: 1.4rem;
font-weight: 700;
color: var(--charcoal);
}

.rating-count {
font-size: 13px;
color: var(--mist);
}

/* Section titles */
.tour-section {
margin-bottom: 2.4rem;
}

.tour-section h2 {
font-family: var(--font-display);
font-size: 1.75rem;
font-weight: 700;
color: var(--slate-dk);
margin-bottom: .85rem;
line-height: 1.22;
}

.tour-section p {
color: #2B3A4A;
font-size: 15px;
line-height: 1.8;
margin-bottom: .9rem;
}

.divider {
border: none;
border-top: 1px solid var(--border);
margin: 2.2rem 0;
}

/* ===== DAY-BY-DAY ITINERARY ===== */
.day-list {
display: flex;
flex-direction: column;
gap: .85rem;
}

.day-item {
border: 1px solid var(--border);
border-radius: var(--r-lg);
overflow: hidden;
}

.day-toggle {
width: 100%;
background: none;
border: none;
cursor: pointer;
text-align: left;
padding: 0;
display: block;
}

.day-header {
display: grid;
grid-template-columns: 56px 1fr auto;
align-items: center;
gap: 1rem;
padding: 1.1rem 1.2rem;
background: var(--white);
transition: background var(--t);
}

.day-toggle:hover .day-header {
background: var(--glacier);
}

.day-toggle[aria-expanded="true"] .day-header {
background: var(--glacier-dk);
}

.day-num {
width: 46px;
height: 46px;
border-radius: 50%;
background: var(--slate-dk);
color: var(--white);
display: flex;
flex-direction: column;
align-items: center;
justify-content: center;
flex-shrink: 0;
line-height: 1;
}

.day-num span:first-child {
font-size: 9.5px;
font-weight: 600;
text-transform: uppercase;
letter-spacing: .06em;
opacity: .7;
}

.day-num span:last-child {
font-family: var(--font-display);
font-size: 1.2rem;
font-weight: 700;
}

.day-info {
min-width: 0;
}

.day-label {
font-size: 11px;
font-weight: 600;
text-transform: uppercase;
letter-spacing: .08em;
color: var(--summit);
margin-bottom: .12rem;
}

.day-title {
font-family: var(--font-display);
font-size: 1.1rem;
font-weight: 600;
color: var(--charcoal);
line-height: 1.25;
}

.day-subtitle {
font-size: 12.5px;
color: var(--mist);
margin-top: .1rem;
}

.day-chevron {
width: 20px;
height: 20px;
color: var(--mist);
flex-shrink: 0;
transition: transform var(--t);
}

.day-toggle[aria-expanded="true"] .day-chevron {
transform: rotate(180deg);
}

.day-body {
display: none;
padding: 1.3rem 1.3rem 1.4rem;
border-top: 1px solid var(--border);
background: var(--white);
}

.day-body.open {
display: block;
}


.day-desc {
font-size: 14px;
color: var(--mist);
line-height: 1.7;
margin-bottom: 1rem;
}

.schedule {
display: flex;
flex-direction: column;
gap: 0;
}

.schedule-item {
display: grid;
grid-template-columns: 80px 1fr;
gap: 0 1.2rem;
padding: .8rem 0;
border-bottom: 1px dashed var(--border);
}

.schedule-item:last-child {
border-bottom: none;
padding-bottom: 0;
}

.schedule-time {
font-size: 11.5px;
font-weight: 600;
color: var(--summit);
text-transform: uppercase;
letter-spacing: .05em;
padding-top: .15rem;
}

.schedule-body strong {
display: block;
font-size: 14px;
font-weight: 600;
color: var(--charcoal);
margin-bottom: .15rem;
}

.schedule-body p {
font-size: 13.5px;
color: var(--mist);
margin: 0;
line-height: 1.6;
}

.day-stats {
display: flex;
flex-wrap: wrap;
gap: .5rem;
margin-top: 1rem;
padding-top: .9rem;
border-top: 1px solid var(--border);
}

.day-stat-tag {
display: inline-flex;
align-items: center;
gap: .3rem;
font-size: 12px;
font-weight: 500;
padding: .28rem .75rem;
border-radius: 100px;
border: 1px solid var(--border);
}

.day-stat-tag.dist {
background: rgba(74, 111, 165, .08);
color: var(--slate-dk);
border-color: rgba(74, 111, 165, .2);
}

.day-stat-tag.hours {
background: rgba(200, 151, 43, .08);
color: #7A5A10;
border-color: rgba(200, 151, 43, .28);
}

.day-stat-tag.camp {
background: rgba(30, 43, 60, .06);
color: var(--rock);
border-color: rgba(30, 43, 60, .15);
}

.day-stat-tag.elev {
background: rgba(74, 111, 165, .06);
color: var(--slate-dk);
border-color: rgba(74, 111, 165, .18);
}

/* ===== PACKAGE TIERS ===== */
.package-grid {
display: grid;
grid-template-columns: repeat(3, 1fr);
gap: 1rem;
margin-top: 1rem;
}

.package-card {
border: 1px solid var(--border);
border-radius: var(--r-lg);
overflow: hidden;
background: var(--white);
display: flex;
flex-direction: column;
transition: box-shadow var(--t), transform var(--t);
}

.package-card:hover {
box-shadow: var(--shadow-card);
transform: translateY(-3px);
}

.package-card.featured {
border: 2px solid var(--slate);
}

.package-badge-strip {
background: var(--slate);
color: var(--white);
font-size: 11px;
font-weight: 600;
text-transform: uppercase;
letter-spacing: .07em;
text-align: center;
padding: .32rem;
}

.package-header {
padding: 1.2rem 1.1rem .65rem;
}

.package-tier {
font-size: 11px;
font-weight: 600;
text-transform: uppercase;
letter-spacing: .09em;
color: var(--summit);
margin-bottom: .28rem;
}

.package-name {
font-family: var(--font-display);
font-size: 1.15rem;
font-weight: 700;
color: var(--charcoal);
}

.package-price {
font-family: var(--font-display);
font-size: 1.65rem;
font-weight: 700;
color: var(--slate-dk);
line-height: 1;
margin-top: .45rem;
}

.package-price small {
font-family: var(--font-body);
font-size: 11.5px;
font-weight: 400;
color: var(--mist);
}

.package-features {
list-style: none;
padding: 0 1.1rem 1rem;
flex: 1;
display: flex;
flex-direction: column;
gap: .5rem;
margin-top: .65rem;
}

.package-features li {
display: flex;
align-items: flex-start;
gap: .5rem;
font-size: 13.5px;
color: #2B3A4A;
line-height: 1.45;
}

.package-features li::before {
content: '';
width: 16px;
height: 16px;
border-radius: 50%;
flex-shrink: 0;
margin-top: 2px;
background-color: rgba(74, 111, 165, .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='%234A6FA5' 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;
}

.package-cta {
display: block;
margin: 0 1.1rem 1.1rem;
padding: .72rem;
text-align: center;
background: var(--slate-dk);
color: var(--white) !important;
border-radius: var(--r-sm);
font-size: 14px;
font-weight: 600;
cursor: pointer;
border: none;
transition: background var(--t);
}

.package-cta:hover {
background: var(--slate);
}

.package-card:not(.featured) .package-cta {
background: var(--glacier-dk);
color: var(--slate-dk) !important;
}

.package-card:not(.featured) .package-cta:hover {
background: var(--glacier);
}

/* ===== INCLUDED/EXCLUDED ===== */
.inc-exc-grid {
display: grid;
grid-template-columns: 1fr 1fr;
gap: 1.2rem;
}

.inc-exc-box {
border: 1px solid var(--border);
border-radius: var(--r-md);
overflow: hidden;
}

.inc-exc-header {
padding: .7rem 1.1rem;
font-size: 12px;
font-weight: 600;
text-transform: uppercase;
letter-spacing: .08em;
}

.inc-exc-header.included {
background: rgba(74, 111, 165, .1);
color: var(--slate-dk);
}

.inc-exc-header.excluded {
background: rgba(180, 60, 40, .08);
color: #8B2F20;
}

.inc-exc-list {
padding: .8rem 1.1rem;
display: flex;
flex-direction: column;
gap: .55rem;
}

.inc-exc-list li {
display: flex;
align-items: flex-start;
gap: .55rem;
font-size: 13.5px;
color: #2B3A4A;
line-height: 1.5;
}

.inc-exc-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;
}

.inc-exc-list.included li::before {
background-color: rgba(74, 111, 165, .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='%234A6FA5' stroke-width='1.8' fill='none' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
}

.inc-exc-list.excluded li::before {
background-color: rgba(180, 60, 40, .10);
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");
}

/* ===== GEAR TABLE ===== */
.gear-table {
width: 100%;
border-collapse: collapse;
font-size: 13.5px;
margin-top: .75rem;
}

.gear-table th,
.gear-table td {
padding: .6rem .9rem;
border: 1px solid var(--border);
text-align: left;
}

.gear-table th {
background: var(--glacier-dk);
font-size: 11.5px;
font-weight: 600;
text-transform: uppercase;
letter-spacing: .07em;
color: var(--mist);
}

.gear-table td.essential {
background: rgba(74, 111, 165, .07);
color: var(--slate-dk);
font-weight: 500;
}

.gear-table td.rec {
background: rgba(200, 151, 43, .06);
color: #7A5A10;
}

/* ===== SEASON TABLE ===== */
.season-table {
width: 100%;
border-collapse: collapse;
font-size: 13.5px;
margin-top: .75rem;
}

.season-table th,
.season-table td {
padding: .6rem .9rem;
border: 1px solid var(--border);
text-align: left;
}

.season-table th {
background: var(--glacier-dk);
font-size: 11.5px;
font-weight: 600;
text-transform: uppercase;
letter-spacing: .07em;
color: var(--mist);
}

.season-table td.best {
background: rgba(74, 111, 165, .08);
color: var(--slate-dk);
font-weight: 500;
}

.season-table td.ok {
background: rgba(200, 151, 43, .07);
color: #7A5A10;
font-weight: 500;
}

.season-table td.poor {
background: rgba(180, 60, 40, .06);
color: #8B2F20;
}

/* ===== FAQ ===== */
.faq {
display: flex;
flex-direction: column;
gap: 0;
}

.faq-item {
border-bottom: 1px solid var(--border);
}

.faq-question {
width: 100%;
background: none;
border: none;
text-align: left;
padding: 1.1rem 0;
display: flex;
justify-content: space-between;
align-items: center;
gap: 1rem;
font-size: 15px;
font-weight: 500;
color: var(--charcoal);
cursor: pointer;
transition: color var(--t);
}

.faq-question:hover {
color: var(--slate);
}

.faq-question svg {
width: 18px;
height: 18px;
flex-shrink: 0;
color: var(--mist);
transition: transform var(--t);
}

.faq-question[aria-expanded="true"] svg {
transform: rotate(45deg);
}

.faq-answer {
display: none;
padding-bottom: 1.1rem;
font-size: 14px;
color: var(--mist);
line-height: 1.7;
}

.faq-answer.open {
display: block;
}

/* ===== RELATED ===== */
.related-tours {
margin-top: 3rem;
}

.related-tours h2 {
font-family: var(--font-display);
font-size: 1.6rem;
font-weight: 700;
color: var(--slate-dk);
margin-bottom: 1.2rem;
}

.related-grid {
display: grid;
grid-template-columns: repeat(3, 1fr);
gap: 1rem;
}

.related-card {
border: 1px solid var(--border);
border-radius: var(--r-md);
overflow: hidden;
background: var(--white);
transition: box-shadow var(--t), transform var(--t);
display: flex;
flex-direction: column;
}

.related-card:hover {
box-shadow: var(--shadow-card);
transform: translateY(-2px);
}

.related-card-img {
height: 130px;
background: var(--glacier-dk);
overflow: hidden;
}

.related-card-img img {
width: 100%;
height: 100%;
object-fit: cover;
transition: transform .4s ease;
}

.related-card:hover .related-card-img img {
transform: scale(1.06);
}

.related-card-body {
padding: .9rem 1rem;
flex: 1;
display: flex;
flex-direction: column;
gap: .3rem;
}

.related-card-title {
font-size: 13.5px;
font-weight: 600;
color: var(--charcoal);
line-height: 1.45;
}

.related-card-meta {
font-size: 12px;
color: var(--mist);
margin-top: auto;
}

.related-card-link {
display: inline-block;
margin-top: .5rem;
font-size: 12.5px;
font-weight: 600;
color: var(--slate);
text-decoration: underline;
text-underline-offset: 2px;
}

/* ===== SIDEBAR ===== */
.sidebar {
position: sticky;
top: 80px;
display: flex;
flex-direction: column;
gap: 1.2rem;
}

.booking-card {
background: var(--white);
border: 1px solid var(--border);
border-radius: var(--r-xl);
overflow: hidden;
box-shadow: var(--shadow-card);
}

.booking-card-header {
background: var(--charcoal);
padding: 1.4rem 1.5rem;
color: var(--white);
position: relative;
overflow: hidden;
}

.booking-card-header::after {
content: '';
position: absolute;
top: -20px;
right: -20px;
width: 100px;
height: 100px;
border-radius: 50%;
background: rgba(74, 111, 165, .12);
}

.price-label {
font-size: 11px;
font-weight: 600;
text-transform: uppercase;
letter-spacing: .09em;
opacity: .6;
}

.price-range {
font-family: var(--font-display);
font-size: 1.95rem;
font-weight: 700;
line-height: 1.1;
position: relative;
z-index: 1;
}

.price-range sup {
font-size: 1rem;
vertical-align: super;
}

.price-sub {
font-size: 12.5px;
opacity: .55;
margin-top: .25rem;
}

.booking-form {
padding: 1.4rem 1.5rem;
display: flex;
flex-direction: column;
gap: .9rem;
}

.form-row {
display: grid;
grid-template-columns: 1fr 1fr;
gap: .7rem;
}

.form-group {
display: flex;
flex-direction: column;
gap: .28rem;
}

.form-group label {
font-size: 11.5px;
font-weight: 600;
text-transform: uppercase;
letter-spacing: .07em;
color: var(--mist);
}

.form-group input,
.form-group select,
.form-group textarea {
width: 100%;
padding: .6rem .85rem;
border: 1px solid var(--border);
border-radius: var(--r-sm);
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;
}

.form-group input:focus,
.form-group select:focus,
.form-group textarea:focus {
border-color: var(--slate);
box-shadow: 0 0 0 3px rgba(74, 111, 165, .12);
}

.form-group textarea {
resize: vertical;
min-height: 75px;
}

.form-group 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='%238896A4' stroke-width='1.5' fill='none' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
background-repeat: no-repeat;
background-position: right .7rem center;
padding-right: 2rem;
}

.btn-book {
width: 100%;
padding: .88rem 1.5rem;
background: var(--slate-dk);
color: var(--white);
border: none;
border-radius: var(--r-sm);
font-size: 15px;
font-weight: 600;
letter-spacing: .02em;
cursor: pointer;
transition: background var(--t), transform var(--t);
display: flex;
align-items: center;
justify-content: center;
gap: .5rem;
}

.btn-book:hover {
background: var(--slate);
}

.btn-book:active {
transform: scale(.98);
}

.btn-book svg {
width: 16px;
height: 16px;
}

.form-note {
text-align: center;
font-size: 12px;
color: var(--mist);
padding: 0 1.5rem 1.2rem;
}

/* Quick info */
.quick-info {
background: var(--white);
border: 1px solid var(--border);
border-radius: var(--r-xl);
overflow: hidden;
}

.quick-info-header {
background: var(--glacier-dk);
padding: .8rem 1.2rem;
font-size: 11.5px;
font-weight: 600;
text-transform: uppercase;
letter-spacing: .08em;
color: var(--mist);
}

.quick-info-list {}

.quick-info-item {
display: flex;
align-items: flex-start;
gap: .75rem;
padding: .8rem 1.2rem;
border-bottom: 1px solid var(--border);
}

.quick-info-item:last-child {
border-bottom: none;
}

.quick-info-icon {
color: var(--slate);
flex-shrink: 0;
margin-top: 1px;
}

.quick-info-icon svg {
width: 16px;
height: 16px;
}

.quick-info-label {
font-size: 11px;
font-weight: 600;
text-transform: uppercase;
letter-spacing: .06em;
color: var(--mist);
margin-bottom: .1rem;
}

.quick-info-value {
font-size: 13.5px;
font-weight: 500;
color: var(--charcoal);
}

/* Contact */
.contact-card {
background: var(--white);
border: 1px solid var(--border);
border-radius: var(--r-xl);
padding: 1.3rem 1.5rem;
display: flex;
flex-direction: column;
gap: .8rem;
}

.contact-card h3 {
font-family: var(--font-display);
font-size: 1.1rem;
font-weight: 700;
color: var(--slate-dk);
}

.contact-link {
display: flex;
align-items: center;
gap: .65rem;
font-size: 13.5px;
color: var(--charcoal);
padding: .6rem .9rem;
border: 1px solid var(--border);
border-radius: var(--r-sm);
background: var(--glacier);
transition: border-color var(--t), background var(--t);
}

.contact-link:hover {
border-color: var(--slate);
background: var(--glacier-dk);
}

.contact-link svg {
width: 17px;
height: 17px;
color: var(--slate);
flex-shrink: 0;
}

/* ===== FOOTER ===== */
.site-footer {
background: var(--peak);
color: rgba(255, 255, 255, .65);
padding: 3.5rem 1.5rem 2rem;
margin-top: 4rem;
}

.footer-inner {
max-width: 1280px;
margin: 0 auto;
display: grid;
grid-template-columns: 2fr 1fr 1fr 1fr;
gap: 3rem;
}

.footer-brand .logo-wrap {
display: flex;
align-items: center;
gap: .75rem;
margin-bottom: .85rem;
}

.footer-brand .logo-wrap img {
height: 42px;
width: auto;
filter: brightness(1.1);
}

.footer-brand .brand-name {
font-family: var(--font-display);
font-size: 1.2rem;
font-weight: 700;
color: var(--white);
}

.footer-brand p {
font-size: 13.5px;
line-height: 1.7;
max-width: 260px;
}

.footer-col h4 {
font-size: 11px;
font-weight: 600;
text-transform: uppercase;
letter-spacing: .1em;
color: var(--summit-lt);
margin-bottom: .9rem;
}

.footer-col ul {
display: flex;
flex-direction: column;
gap: .5rem;
}

.footer-col a {
font-size: 13.5px;
color: rgba(255, 255, 255, .6);
transition: color var(--t);
}

.footer-col a:hover {
color: var(--white);
}

.footer-bottom {
max-width: 1280px;
margin: 3rem auto 0;
padding-top: 1.5rem;
border-top: 1px solid rgba(255, 255, 255, .08);
display: flex;
justify-content: space-between;
align-items: center;
gap: 1rem;
font-size: 12.5px;
color: rgba(255, 255, 255, .35);
flex-wrap: wrap;
}

/* ===== CARD ANIMATIONS ===== */
@keyframes fadeUp {
from {
opacity: 0;
transform: translateY(16px)
}

to {
opacity: 1;
transform: translateY(0)
}
}

.day-item {
animation: fadeUp .38s ease both;
}

.day-item:nth-child(1) {
animation-delay: .05s
}

.day-item:nth-child(2) {
animation-delay: .10s
}

.day-item:nth-child(3) {
animation-delay: .15s
}

.day-item:nth-child(4) {
animation-delay: .18s
}

.day-item:nth-child(5) {
animation-delay: .21s
}

.day-item:nth-child(6) {
animation-delay: .24s
}

.day-item:nth-child(7) {
animation-delay: .27s
}

.day-item:nth-child(8) {
animation-delay: .30s
}

/* ===== UTILITY ===== */
.visually-hidden {
position: absolute;
width: 1px;
height: 1px;
padding: 0;
margin: -1px;
overflow: hidden;
clip: rect(0, 0, 0, 0);
white-space: nowrap;
border: 0;
}

/* ===== RESPONSIVE ===== */
@media(max-width:1040px) {
.page-layout {
grid-template-columns: 1fr;
gap: 2rem
}

.sidebar {
position: static
}

.highlights-strip {
grid-template-columns: repeat(2, 1fr)
}

.package-grid {
grid-template-columns: 1fr
}

.footer-inner {
grid-template-columns: 1fr 1fr;
gap: 2rem
}

.related-grid {
grid-template-columns: 1fr 1fr
}

.inc-exc-grid {
grid-template-columns: 1fr
}

.gallery {
grid-template-columns: 1fr;
grid-template-rows: auto
}
}

@media(max-width:680px) {
.primary-nav {
display: none
}

.hamburger {
display: flex
}

.gallery {
grid-template-columns: 1fr;
grid-template-rows: auto
}

.gallery-item:first-child {
grid-row: auto;
height: 220px
}

.gallery-item:not(:first-child) {
height: 155px
}

.gallery-item:nth-child(n+3) {
display: none
}

.hero-price-tag {
margin-left: 0
}

.hero-meta {
flex-direction: column;
align-items: flex-start;
gap: .75rem
}

.highlights-strip {
grid-template-columns: repeat(2, 1fr)
}

.form-row {
grid-template-columns: 1fr
}

.footer-inner {
grid-template-columns: 1fr;
gap: 1.5rem
}

.related-grid {
grid-template-columns: 1fr
}

/* Make tables horizontally scrollable on mobile */
.gear-table,
.season-table {
overflow-x: auto;
-webkit-overflow-scrolling: touch;
display: block;
}

/* Mobile navigation becomes a full-width dropdown menu */
.nav-inner {
flex-wrap: wrap
}

.primary-nav {
flex-direction: column;
width: 100%;
padding: 1rem 0;
gap: .5rem;
background: rgba(15, 26, 46, 0.98);
border-top: 1px solid rgba(74, 111, 165, 0.3);
margin-top: 4px;
}

.primary-nav a {
padding: .9rem 1.5rem !important;
font-size: 15px !important;
text-align: left;
border-radius: 0;
}

/* Elevation profile camps wrap nicely on small screens */
.camp-dots {
flex-wrap: wrap;
gap: 1rem .8rem;
justify-content: center;
}

.camp-dot-item {
flex: 0 0 30%;
max-width: 30%;
}

/* Day items more touch-friendly */
.day-header {
grid-template-columns: 48px 1fr auto;
gap: .8rem;
padding: 1rem 1rem;
}

.day-num {
width: 42px;
height: 42px;
}

.day-num span:last-child {
font-size: 1.05rem
}
}

@media(max-width:480px) {
.hero {
min-height: clamp(380px, 70vw, 520px)
}

.hero h1 {
font-size: clamp(2rem, 6.5vw, 3rem)
}

.elevation-strip {
padding: 1rem 1rem
}

.camp-dot-name {
font-size: 9px;
max-width: 55px
}

.package-features li {
font-size: 13px
}

.day-desc {
font-size: 13.5px
}

.schedule-time {
font-size: 11px
}
}


