/* ================================================================
   KAFUE CONSERVANCY — Destination Brand Design System
   ================================================================
   Typography: Cormorant Garamond (serif), DM Sans (body)
   Palette: Forest green, warm sand, terracotta, bronze, charcoal
   ================================================================ */

/* ── IMPORTS ── */
@import url('https://fonts.googleapis.com/css2?family=Cormorant+Garamond:ital,wght@0,300;0,400;0,500;0,600;0,700;1,300;1,400&family=DM+Sans:ital,opsz,wght@0,9..40,300;0,9..40,400;0,9..40,500;0,9..40,600;0,9..40,700;1,9..40,300;1,9..40,400&display=swap');

/* ── RESET & ROOT ── */
*, *::before, *::after {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

:root {
    /* Brand Palette */
    --kf-forest:        #1a3c2a;
    --kf-forest-deep:   #0f2518;
    --kf-forest-light:  #2a5c40;
    --kf-sand:          #e8dcc8;
    --kf-sand-light:    #f5f0e6;
    --kf-sand-dark:     #c4b59a;
    --kf-terracotta:    #c45d3e;
    --kf-terracotta-light: #d4785e;
    --kf-bronze:        #b8860b;
    --kf-bronze-light:  #d4a843;
    --kf-charcoal:      #1a1a1a;
    --kf-charcoal-light:#2a2a2a;
    --kf-ivory:         #faf8f4;
    --kf-cream:         #f0ebe0;

    /* Functional */
    --kf-bg:            #0e1a13;
    --kf-bg-warm:       #141210;
    --kf-surface:       rgba(26, 60, 42, 0.15);
    --kf-surface-2:     rgba(232, 220, 200, 0.06);
    --kf-border:        rgba(232, 220, 200, 0.12);
    --kf-border-warm:   rgba(184, 134, 11, 0.2);
    --kf-overlay:       rgba(14, 26, 19, 0.85);
    --kf-text:          #faf8f4;
    --kf-text-muted:    #a09882;
    --kf-text-dim:      #6b6356;

    /* Typography */
    --font-serif:       'Cormorant Garamond', Georgia, serif;
    --font-sans:        'DM Sans', -apple-system, BlinkMacSystemFont, sans-serif;

    /* Spacing */
    --space-xs:         0.5rem;
    --space-sm:         1rem;
    --space-md:         2rem;
    --space-lg:         4rem;
    --space-xl:         8rem;
    --space-2xl:        12rem;

    /* Transitions */
    --ease:             cubic-bezier(0.4, 0, 0.2, 1);
    --ease-out:         cubic-bezier(0, 0, 0.2, 1);
    --ease-spring:      cubic-bezier(0.34, 1.56, 0.64, 1);
    --transition:       0.4s var(--ease);
    --transition-slow:  0.8s var(--ease);

    /* Radius */
    --radius:           6px;
    --radius-md:        12px;
    --radius-lg:        20px;
    --radius-xl:        32px;

    /* Shadows */
    --shadow-sm:        0 2px 8px rgba(0,0,0,0.15);
    --shadow-md:        0 8px 32px rgba(0,0,0,0.25);
    --shadow-lg:        0 20px 60px rgba(0,0,0,0.4);
    --shadow-glow:      0 0 40px rgba(184, 134, 11, 0.15);
}

html {
    scroll-behavior: smooth;
    font-size: 16px;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

body {
    font-family: var(--font-sans);
    background-color: var(--kf-bg);
    color: var(--kf-text);
    line-height: 1.7;
    overflow-x: hidden;
}

a { color: inherit; text-decoration: none; transition: color var(--transition); }
img { max-width: 100%; height: auto; display: block; }
button { font-family: inherit; cursor: pointer; border: none; background: none; }

/* ── SCROLLBAR ── */
::-webkit-scrollbar { width: 8px; }
::-webkit-scrollbar-track { background: var(--kf-bg); }
::-webkit-scrollbar-thumb {
    background: rgba(184, 134, 11, 0.3);
    border-radius: 4px;
}
::-webkit-scrollbar-thumb:hover { background: rgba(184, 134, 11, 0.5); }

/* ── UTILITIES ── */
.container {
    width: 100%;
    max-width: 1280px;
    margin: 0 auto;
    padding: 0 clamp(1.5rem, 5vw, 4rem);
}

.container-wide {
    max-width: 1440px;
    margin: 0 auto;
    padding: 0 clamp(1.5rem, 5vw, 4rem);
}

.container-narrow {
    max-width: 800px;
    margin: 0 auto;
    padding: 0 clamp(1.5rem, 5vw, 4rem);
}

.sr-only {
    position: absolute; width: 1px; height: 1px;
    overflow: hidden; clip: rect(0,0,0,0);
    white-space: nowrap; border: 0;
}

.text-center { text-align: center; }
.text-muted { color: var(--kf-text-muted); }

/* ── TYPOGRAPHY ── */
h1, h2, h3, h4, h5 {
    font-family: var(--font-serif);
    font-weight: 400;
    line-height: 1.15;
    letter-spacing: -0.01em;
}

.heading-display {
    font-family: var(--font-serif);
    font-size: clamp(3rem, 8vw, 7rem);
    font-weight: 300;
    line-height: 1.05;
    letter-spacing: -0.02em;
}

.heading-xl {
    font-size: clamp(2.5rem, 5vw, 4.5rem);
    font-weight: 400;
}

.heading-lg {
    font-size: clamp(2rem, 4vw, 3rem);
    font-weight: 400;
}

.heading-md {
    font-size: clamp(1.5rem, 2.5vw, 2rem);
    font-weight: 500;
}

.heading-sm {
    font-family: var(--font-sans);
    font-size: 0.85rem;
    font-weight: 600;
    letter-spacing: 0.15em;
    text-transform: uppercase;
}

.body-lg {
    font-size: clamp(1.1rem, 1.5vw, 1.3rem);
    line-height: 1.8;
}

.body-sm {
    font-size: 0.9rem;
    line-height: 1.6;
}

.caption {
    font-size: 0.8rem;
    color: var(--kf-text-muted);
    letter-spacing: 0.05em;
}

.eyebrow {
    font-family: var(--font-sans);
    font-size: 0.75rem;
    font-weight: 600;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    color: var(--kf-bronze-light);
    margin-bottom: var(--space-sm);
    display: block;
}

/* ── NAVIGATION ── */
.nav {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1000;
    padding: 1.5rem 0;
    transition: all 0.5s var(--ease);
}

.nav.scrolled {
    padding: 0.75rem 0;
    background: rgba(14, 26, 19, 0.92);
    backdrop-filter: blur(20px) saturate(1.5);
    -webkit-backdrop-filter: blur(20px) saturate(1.5);
    border-bottom: 1px solid var(--kf-border);
}

.nav-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    max-width: 1440px;
    margin: 0 auto;
    padding: 0 clamp(1.5rem, 5vw, 4rem);
}

.nav-brand {
    display: flex;
    align-items: center;
    gap: 0.75rem;
}

.nav-logo {
    font-family: var(--font-serif);
    font-size: 1.6rem;
    font-weight: 400;
    color: var(--kf-sand);
    letter-spacing: 0.02em;
}

.nav-logo span {
    color: var(--kf-bronze-light);
}

.nav-links {
    display: flex;
    align-items: center;
    gap: 2.5rem;
    list-style: none;
}

.nav-links a {
    font-size: 0.85rem;
    font-weight: 500;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: var(--kf-sand);
    opacity: 0.8;
    transition: all var(--transition);
    position: relative;
}

.nav-links a::after {
    content: '';
    position: absolute;
    bottom: -4px;
    left: 0;
    width: 0;
    height: 1px;
    background: var(--kf-bronze-light);
    transition: width var(--transition);
}

.nav-links a:hover,
.nav-links a.active {
    opacity: 1;
    color: var(--kf-bronze-light);
}

.nav-links a:hover::after,
.nav-links a.active::after {
    width: 100%;
}

.nav-cta {
    background: var(--kf-terracotta) !important;
    color: white !important;
    padding: 0.6rem 1.5rem !important;
    border-radius: var(--radius) !important;
    opacity: 1 !important;
    letter-spacing: 0.1em !important;
    transition: all var(--transition) !important;
}

.nav-cta::after { display: none !important; }

.nav-cta:hover {
    background: var(--kf-terracotta-light) !important;
    transform: translateY(-1px);
}

/* Mobile Nav Toggle */
.nav-toggle {
    display: none;
    flex-direction: column;
    gap: 5px;
    padding: 8px;
    cursor: pointer;
    z-index: 1001;
}

.nav-toggle span {
    width: 24px;
    height: 2px;
    background: var(--kf-sand);
    transition: all var(--transition);
    border-radius: 2px;
}

.nav-toggle.active span:nth-child(1) {
    transform: rotate(45deg) translate(5px, 5px);
}

.nav-toggle.active span:nth-child(2) {
    opacity: 0;
}

.nav-toggle.active span:nth-child(3) {
    transform: rotate(-45deg) translate(5px, -5px);
}

/* ── HERO ── */
.hero {
    position: relative;
    height: 100vh;
    min-height: 700px;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}

.hero-media {
    position: absolute;
    inset: -5%;
    width: 110%;
    height: 110%;
}

.hero-media img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.hero-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(
        180deg,
        rgba(14, 26, 19, 0.3) 0%,
        rgba(14, 26, 19, 0.1) 40%,
        rgba(14, 26, 19, 0.5) 70%,
        rgba(14, 26, 19, 0.95) 100%
    );
    z-index: 2;
}

.hero-content {
    position: relative;
    z-index: 3;
    text-align: center;
    max-width: 900px;
    padding: 80px clamp(1.5rem, 5vw, 4rem) 0;
}

/* ── INTERNAL PAGE HERO ── */
.page-hero {
    position: relative;
    height: 55vh;
    min-height: 400px;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    border-bottom: 1px solid rgba(255, 255, 255, 0.05);
}

.page-hero-content {
    position: relative;
    z-index: 3;
    text-align: center;
    max-width: 900px;
    padding: 80px clamp(1.5rem, 5vw, 4rem) 0;
}

.hero-title {
    font-family: var(--font-serif);
    font-size: clamp(3rem, 8vw, 6.5rem);
    font-weight: 300;
    line-height: 1.05;
    letter-spacing: -0.02em;
    color: var(--kf-ivory);
    margin-bottom: 1.5rem;
}

.hero-title em {
    font-style: italic;
    color: var(--kf-bronze-light);
}

.hero-subtitle {
    font-size: clamp(1rem, 1.5vw, 1.2rem);
    color: var(--kf-sand-dark);
    line-height: 1.8;
    max-width: 600px;
    margin: 0 auto 2.5rem;
}

.hero-badge {
    display: inline-block;
    font-family: var(--font-sans);
    font-size: 0.7rem;
    font-weight: 600;
    letter-spacing: 0.3em;
    text-transform: uppercase;
    color: var(--kf-bronze-light);
    border: 1px solid rgba(184, 134, 11, 0.3);
    padding: 0.5rem 1.5rem;
    border-radius: 50px;
    margin-bottom: 2rem;
    backdrop-filter: blur(10px);
    background: rgba(184, 134, 11, 0.08);
}

.hero-scroll {
    position: absolute;
    bottom: 3rem;
    left: 50%;
    transform: translateX(-50%);
    z-index: 3;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0.5rem;
    animation: float 3s ease-in-out infinite;
}

.hero-scroll span {
    font-size: 0.7rem;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    color: var(--kf-sand-dark);
}

.hero-scroll-line {
    width: 1px;
    height: 40px;
    background: linear-gradient(to bottom, var(--kf-bronze-light), transparent);
}

@keyframes float {
    0%, 100% { transform: translateX(-50%) translateY(0); }
    50% { transform: translateX(-50%) translateY(8px); }
}

/* ── BUTTONS ── */
.btn {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    font-family: var(--font-sans);
    font-size: 0.8rem;
    font-weight: 600;
    letter-spacing: 0.15em;
    text-transform: uppercase;
    padding: 1rem 2.5rem;
    border-radius: var(--radius);
    transition: all var(--transition);
    cursor: pointer;
    border: none;
    position: relative;
    overflow: hidden;
}

.btn-primary {
    background: var(--kf-terracotta);
    color: white;
}

.btn-primary:hover {
    background: var(--kf-terracotta-light);
    transform: translateY(-2px);
    box-shadow: 0 8px 24px rgba(196, 93, 62, 0.3);
}

.btn-secondary {
    background: transparent;
    color: var(--kf-sand);
    border: 1px solid var(--kf-border);
}

.btn-secondary:hover {
    border-color: var(--kf-bronze-light);
    color: var(--kf-bronze-light);
    background: rgba(184, 134, 11, 0.08);
}

.btn-bronze {
    background: linear-gradient(135deg, var(--kf-bronze), var(--kf-bronze-light));
    color: var(--kf-charcoal);
}

.btn-bronze:hover {
    transform: translateY(-2px);
    box-shadow: var(--shadow-glow);
}

.btn-group {
    display: flex;
    gap: 1rem;
    flex-wrap: wrap;
}

.btn-group.centered {
    justify-content: center;
}

/* ── SECTIONS ── */
.section {
    padding: clamp(4rem, 12vh, 8rem) 0;
}

.section-dark {
    background: var(--kf-charcoal);
}

.section-warm {
    background: var(--kf-bg-warm);
}

.section-forest {
    background: var(--kf-forest-deep);
}

.section-sand {
    background: var(--kf-sand-light);
    color: var(--kf-charcoal);
}

.section-sand .eyebrow {
    color: var(--kf-terracotta);
}

.section-sand .heading-xl,
.section-sand .heading-lg {
    color: var(--kf-forest-deep);
}

.section-header {
    text-align: center;
    max-width: 700px;
    margin: 0 auto clamp(3rem, 6vh, 5rem);
}

/* ── CARDS ── */
.card {
    background: var(--kf-surface-2);
    border: 1px solid var(--kf-border);
    border-radius: var(--radius-md);
    overflow: hidden;
    transition: all var(--transition);
}

.card:hover {
    transform: translateY(-4px);
    border-color: var(--kf-border-warm);
    box-shadow: var(--shadow-md), var(--shadow-glow);
}

.card-image {
    position: relative;
    aspect-ratio: 4/3;
    overflow: hidden;
}

.card-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.8s var(--ease);
}

.card:hover .card-image img {
    transform: scale(1.06);
}

.card-image-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(to top, rgba(14,26,19,0.6) 0%, transparent 50%);
}

.card-badge {
    position: absolute;
    top: 1rem;
    left: 1rem;
    font-size: 0.65rem;
    font-weight: 600;
    letter-spacing: 0.15em;
    text-transform: uppercase;
    background: var(--kf-terracotta);
    color: white;
    padding: 0.35rem 0.8rem;
    border-radius: 50px;
    z-index: 2;
}

.card-body {
    padding: 1.5rem;
}

.card-body h3 {
    font-size: 1.4rem;
    margin-bottom: 0.5rem;
    color: var(--kf-sand);
}

.card-body p {
    font-size: 0.9rem;
    color: var(--kf-text-muted);
    line-height: 1.6;
}

.card-meta {
    display: flex;
    align-items: center;
    gap: 1.5rem;
    margin-top: 1rem;
    padding-top: 1rem;
    border-top: 1px solid var(--kf-border);
    font-size: 0.8rem;
    color: var(--kf-text-muted);
}

.card-meta-item {
    display: flex;
    align-items: center;
    gap: 0.4rem;
}

.card-meta svg {
    width: 14px;
    height: 14px;
    opacity: 0.6;
}

.card-link {
    display: inline-flex;
    align-items: center;
    gap: 0.4rem;
    font-size: 0.8rem;
    font-weight: 600;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: var(--kf-bronze-light);
    margin-top: 1rem;
    transition: all var(--transition);
}

.card-link:hover {
    gap: 0.8rem;
    color: var(--kf-terracotta);
}

/* ── GRID LAYOUTS ── */
.grid-3 {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 2rem;
}

.grid-2 {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 2rem;
}

.grid-4 {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 1.5rem;
}

/* ── SPLIT LAYOUT ── */
.split {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: clamp(2rem, 6vw, 6rem);
    align-items: center;
}

.split-image {
    position: relative;
    border-radius: var(--radius-lg);
    overflow: hidden;
    aspect-ratio: 4/5;
}

.split-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.split-image::after {
    content: '';
    position: absolute;
    inset: 0;
    border: 1px solid var(--kf-border);
    border-radius: var(--radius-lg);
    pointer-events: none;
}

.split-content {
    max-width: 520px;
}

.split-content .heading-lg {
    margin-bottom: 1.5rem;
}

.split-content p {
    color: var(--kf-text-muted);
    margin-bottom: 1rem;
}

/* ── STATS ── */
.stats-row {
    display: flex;
    gap: clamp(2rem, 4vw, 4rem);
    flex-wrap: wrap;
}

.stat {
    text-align: center;
}

.stat-value {
    font-family: var(--font-serif);
    font-size: clamp(2.5rem, 5vw, 4rem);
    font-weight: 300;
    color: var(--kf-bronze-light);
    line-height: 1;
}

.stat-label {
    font-size: 0.75rem;
    letter-spacing: 0.15em;
    text-transform: uppercase;
    color: var(--kf-text-muted);
    margin-top: 0.5rem;
}

/* ── FILTER CHIPS ── */
.filter-bar {
    display: flex;
    gap: 0.5rem;
    flex-wrap: wrap;
    justify-content: center;
    margin-bottom: 3rem;
}

.filter-chip {
    font-family: var(--font-sans);
    font-size: 0.8rem;
    font-weight: 500;
    letter-spacing: 0.05em;
    padding: 0.6rem 1.2rem;
    border-radius: 50px;
    border: 1px solid var(--kf-border);
    background: transparent;
    color: var(--kf-text-muted);
    cursor: pointer;
    transition: all var(--transition);
}

.filter-chip:hover {
    border-color: var(--kf-bronze-light);
    color: var(--kf-sand);
}

.filter-chip.active {
    background: var(--kf-bronze);
    border-color: var(--kf-bronze);
    color: var(--kf-charcoal);
    font-weight: 600;
}

/* ── EXPERIENCE CARDS (extended) ── */
.exp-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(340px, 1fr));
    gap: 2rem;
}

.exp-card {
    cursor: pointer;
}

.exp-card .card-price {
    position: absolute;
    bottom: 1rem;
    right: 1rem;
    font-family: var(--font-sans);
    font-size: 0.8rem;
    font-weight: 600;
    background: rgba(14, 26, 19, 0.8);
    backdrop-filter: blur(8px);
    color: var(--kf-bronze-light);
    padding: 0.3rem 0.8rem;
    border-radius: 50px;
    z-index: 2;
}

/* ── LODGE DIRECTORY ── */
.lodge-map-wrapper {
    position: relative;
    height: 500px;
    border-radius: var(--radius-lg);
    overflow: hidden;
    border: 1px solid var(--kf-border);
    margin-bottom: 3rem;
}

#lodge-map {
    height: 100%;
    width: 100%;
}

.lodge-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(380px, 1fr));
    gap: 2rem;
}

.lodge-card {
    display: grid;
    grid-template-columns: 180px 1fr;
    background: var(--kf-surface-2);
    border: 1px solid var(--kf-border);
    border-radius: var(--radius-md);
    overflow: hidden;
    transition: all var(--transition);
    cursor: pointer;
}

.lodge-card:hover {
    border-color: var(--kf-border-warm);
    transform: translateY(-2px);
    box-shadow: var(--shadow-md);
}

.lodge-card-image {
    overflow: hidden;
}

.lodge-card-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.6s var(--ease);
}

.lodge-card:hover .lodge-card-image img {
    transform: scale(1.05);
}

.lodge-card-body {
    padding: 1.25rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.lodge-card-body h3 {
    font-size: 1.15rem;
    color: var(--kf-sand);
    margin-bottom: 0.25rem;
}

.lodge-region-tag {
    font-size: 0.7rem;
    font-weight: 600;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: var(--kf-terracotta);
    margin-bottom: 0.5rem;
}

.lodge-card-body p {
    font-size: 0.85rem;
    color: var(--kf-text-muted);
    line-height: 1.5;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.lodge-tier {
    display: flex;
    gap: 2px;
    margin-top: 0.5rem;
}

.lodge-tier-dot {
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: var(--kf-bronze-light);
}

.lodge-tier-dot.empty {
    background: var(--kf-border);
}

/* ── SEASON TIMELINE ── */
.season-timeline {
    display: grid;
    grid-template-columns: repeat(12, 1fr);
    gap: 4px;
    margin-top: 2rem;
}

.season-month {
    text-align: center;
    padding: 0.5rem 0;
}

.season-month-label {
    font-size: 0.7rem;
    font-weight: 600;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: var(--kf-text-muted);
    margin-bottom: 0.5rem;
}

.season-bar {
    height: 8px;
    border-radius: 4px;
    transition: all var(--transition);
}

.season-bar.peak {
    background: linear-gradient(135deg, var(--kf-forest-light), #3d9e6a);
}

.season-bar.good {
    background: linear-gradient(135deg, var(--kf-bronze), var(--kf-bronze-light));
}

.season-bar.shoulder {
    background: rgba(184, 134, 11, 0.3);
}

.season-bar.closed {
    background: var(--kf-border);
}

.season-month:hover .season-bar {
    transform: scaleY(1.5);
}

.season-label {
    font-size: 0.65rem;
    color: var(--kf-text-muted);
    margin-top: 0.25rem;
}

/* ── TESTIMONIAL ── */
.testimonial-card {
    background: var(--kf-surface-2);
    border: 1px solid var(--kf-border);
    border-radius: var(--radius-lg);
    padding: 2.5rem;
    position: relative;
}

.testimonial-card::before {
    content: '"';
    font-family: var(--font-serif);
    font-size: 5rem;
    color: var(--kf-bronze);
    opacity: 0.2;
    position: absolute;
    top: 0.5rem;
    left: 1.5rem;
    line-height: 1;
}

.testimonial-text {
    font-family: var(--font-serif);
    font-size: 1.3rem;
    font-style: italic;
    line-height: 1.7;
    color: var(--kf-sand);
    margin-bottom: 1.5rem;
}

.testimonial-author {
    font-size: 0.85rem;
    font-weight: 600;
    color: var(--kf-bronze-light);
}

.testimonial-role {
    font-size: 0.8rem;
    color: var(--kf-text-muted);
}

/* ── BOOKING WIDGET ── */
.booking-panel {
    background: linear-gradient(135deg, rgba(26, 60, 42, 0.3), rgba(14, 26, 19, 0.6));
    border: 1px solid var(--kf-border-warm);
    border-radius: var(--radius-lg);
    padding: 3rem;
    text-align: center;
    position: relative;
    overflow: hidden;
}

.booking-panel::before {
    content: '';
    position: absolute;
    inset: -50%;
    background: radial-gradient(circle at center, rgba(184, 134, 11, 0.05), transparent 60%);
    pointer-events: none;
}

.booking-panel h3 {
    font-size: 2rem;
    margin-bottom: 1rem;
    color: var(--kf-sand);
}

.booking-panel p {
    color: var(--kf-text-muted);
    margin-bottom: 2rem;
    max-width: 500px;
    margin-left: auto;
    margin-right: auto;
}

/* ── FORM ELEMENTS ── */
.form-group {
    margin-bottom: 1.5rem;
}

.form-label {
    font-size: 0.8rem;
    font-weight: 600;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: var(--kf-text-muted);
    margin-bottom: 0.5rem;
    display: block;
}

.form-input,
.form-select,
.form-textarea {
    width: 100%;
    padding: 0.8rem 1rem;
    font-family: var(--font-sans);
    font-size: 0.95rem;
    color: var(--kf-text);
    background: rgba(255,255,255,0.05);
    border: 1px solid var(--kf-border);
    border-radius: var(--radius);
    transition: all var(--transition);
    outline: none;
}

.form-input:focus,
.form-select:focus,
.form-textarea:focus {
    border-color: var(--kf-bronze-light);
    box-shadow: 0 0 0 3px rgba(184, 134, 11, 0.1);
}

.form-textarea {
    resize: vertical;
    min-height: 120px;
}

/* ── NEWSLETTER ── */
.newsletter-form {
    display: flex;
    gap: 0;
    max-width: 500px;
    margin: 0 auto;
}

.newsletter-form .form-input {
    border-radius: var(--radius) 0 0 var(--radius);
    border-right: none;
}

.newsletter-form .btn {
    border-radius: 0 var(--radius) var(--radius) 0;
    white-space: nowrap;
}

/* ── FOOTER ── */
.footer {
    border-top: 1px solid var(--kf-border);
    padding: clamp(3rem, 8vh, 6rem) 0 2rem;
    background: var(--kf-charcoal);
}

.footer-grid {
    display: grid;
    grid-template-columns: 2fr 1fr 1fr 1fr;
    gap: 3rem;
    margin-bottom: 3rem;
}

.footer-brand .nav-logo {
    margin-bottom: 1rem;
}

.footer-brand p {
    font-size: 0.9rem;
    color: var(--kf-text-muted);
    line-height: 1.7;
    max-width: 320px;
}

.footer-col h4 {
    font-family: var(--font-sans);
    font-size: 0.75rem;
    font-weight: 600;
    letter-spacing: 0.15em;
    text-transform: uppercase;
    color: var(--kf-sand);
    margin-bottom: 1.25rem;
}

.footer-col ul {
    list-style: none;
}

.footer-col li {
    margin-bottom: 0.6rem;
}

.footer-col a {
    font-size: 0.9rem;
    color: var(--kf-text-muted);
    transition: color var(--transition);
}

.footer-col a:hover {
    color: var(--kf-bronze-light);
}

.footer-bottom {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-top: 2rem;
    border-top: 1px solid var(--kf-border);
    font-size: 0.8rem;
    color: var(--kf-text-dim);
}

.footer-socials {
    display: flex;
    gap: 1rem;
}

.footer-socials a {
    width: 36px;
    height: 36px;
    border-radius: 50%;
    border: 1px solid var(--kf-border);
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all var(--transition);
}

.footer-socials a:hover {
    border-color: var(--kf-bronze-light);
    background: rgba(184, 134, 11, 0.1);
}

.footer-socials svg {
    width: 16px;
    height: 16px;
    fill: var(--kf-text-muted);
}

/* ── SCROLL ANIMATIONS ── */
.reveal {
    opacity: 0;
    transform: translateY(30px);
    transition: opacity 0.8s var(--ease), transform 0.8s var(--ease);
}

.reveal.visible {
    opacity: 1;
    transform: translateY(0);
}

.reveal-left {
    opacity: 0;
    transform: translateX(-40px);
    transition: opacity 0.8s var(--ease), transform 0.8s var(--ease);
}

.reveal-left.visible {
    opacity: 1;
    transform: translateX(0);
}

.reveal-right {
    opacity: 0;
    transform: translateX(40px);
    transition: opacity 0.8s var(--ease), transform 0.8s var(--ease);
}

.reveal-right.visible {
    opacity: 1;
    transform: translateX(0);
}

.reveal-scale {
    opacity: 0;
    transform: scale(0.95);
    transition: opacity 0.8s var(--ease), transform 0.8s var(--ease);
}

.reveal-scale.visible {
    opacity: 1;
    transform: scale(1);
}

/* Stagger children */
.stagger-children .reveal:nth-child(1) { transition-delay: 0.05s; }
.stagger-children .reveal:nth-child(2) { transition-delay: 0.1s; }
.stagger-children .reveal:nth-child(3) { transition-delay: 0.15s; }
.stagger-children .reveal:nth-child(4) { transition-delay: 0.2s; }
.stagger-children .reveal:nth-child(5) { transition-delay: 0.25s; }
.stagger-children .reveal:nth-child(6) { transition-delay: 0.3s; }

/* ── PARALLAX ── */
.parallax-bg {
    position: relative;
    overflow: hidden;
}

.parallax-bg::before {
    content: '';
    position: absolute;
    inset: -20%;
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
    z-index: -1;
}

/* ── MODAL / LIGHTBOX ── */
.modal-overlay {
    position: fixed;
    inset: 0;
    background: rgba(0, 0, 0, 0.85);
    backdrop-filter: blur(8px);
    z-index: 2000;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.4s var(--ease);
}

.modal-overlay.active {
    opacity: 1;
    pointer-events: all;
}

.modal-content {
    background: var(--kf-charcoal);
    border: 1px solid var(--kf-border);
    border-radius: var(--radius-lg);
    max-width: 900px;
    width: 90%;
    max-height: 90vh;
    overflow-y: auto;
    transform: translateY(20px) scale(0.97);
    transition: transform 0.4s var(--ease);
}

.modal-overlay.active .modal-content {
    transform: translateY(0) scale(1);
}

.modal-close {
    position: absolute;
    top: 1.5rem;
    right: 1.5rem;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    border: 1px solid var(--kf-border);
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--kf-sand);
    font-size: 1.2rem;
    cursor: pointer;
    transition: all var(--transition);
    z-index: 10;
    background: rgba(26, 26, 26, 0.8);
}

.modal-close:hover {
    border-color: var(--kf-terracotta);
    color: var(--kf-terracotta);
}

/* ── PAGE HERO (inner pages) ── */
.page-hero {
    position: relative;
    height: 60vh;
    min-height: 400px;
    display: flex;
    align-items: flex-end;
    overflow: hidden;
}

.page-hero .hero-media {
    inset: 0;
    width: 100%;
    height: 100%;
}

.page-hero .hero-overlay {
    background: linear-gradient(
        180deg,
        rgba(14, 26, 19, 0.2) 0%,
        rgba(14, 26, 19, 0.8) 80%,
        var(--kf-bg) 100%
    );
}

.page-hero-content {
    position: relative;
    z-index: 3;
    padding: 3rem clamp(1.5rem, 5vw, 4rem);
    max-width: 1440px;
    margin: 0 auto;
    width: 100%;
}

/* ── DETAIL PAGE ── */
.detail-hero {
    position: relative;
    height: 70vh;
    min-height: 500px;
}

.detail-gallery {
    display: grid;
    grid-template-columns: 2fr 1fr;
    gap: 4px;
    height: 100%;
}

.detail-gallery-main {
    overflow: hidden;
}

.detail-gallery-main img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.detail-gallery-side {
    display: grid;
    grid-template-rows: 1fr 1fr;
    gap: 4px;
}

.detail-gallery-side div {
    overflow: hidden;
}

.detail-gallery-side img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.detail-content {
    display: grid;
    grid-template-columns: 2fr 1fr;
    gap: 3rem;
    padding: 3rem 0;
}

.detail-sidebar {
    position: sticky;
    top: 100px;
    align-self: start;
}

.sidebar-card {
    background: var(--kf-surface-2);
    border: 1px solid var(--kf-border);
    border-radius: var(--radius-md);
    padding: 2rem;
}

.sidebar-card + .sidebar-card {
    margin-top: 1.5rem;
}

/* ── AMENITIES ── */
.amenities-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(140px, 1fr));
    gap: 1rem;
}

.amenity {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    font-size: 0.85rem;
    color: var(--kf-text-muted);
}

.amenity svg {
    width: 18px;
    height: 18px;
    color: var(--kf-bronze-light);
    flex-shrink: 0;
}

/* ── HORIZONTAL SCROLL CAROUSEL ── */
.hscroll {
    display: flex;
    gap: 1.5rem;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    -webkit-overflow-scrolling: touch;
    padding: 1rem 0 2rem;
    scrollbar-width: none;
}

.hscroll::-webkit-scrollbar { display: none; }

.hscroll-item {
    flex: 0 0 auto;
    width: clamp(280px, 30vw, 400px);
    scroll-snap-align: start;
}

/* ── IMPACT COUNTER ── */
.counter-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 2rem;
    text-align: center;
}

.counter-item .stat-value {
    font-size: clamp(2rem, 4vw, 3.5rem);
}

/* ── CHECKLIST ── */
.checklist {
    list-style: none;
}

.checklist li {
    padding: 0.6rem 0;
    border-bottom: 1px solid var(--kf-border);
    display: flex;
    align-items: center;
    gap: 0.75rem;
    font-size: 0.95rem;
    color: var(--kf-text-muted);
}

.checklist li::before {
    content: '✓';
    color: var(--kf-forest-light);
    font-weight: 700;
    flex-shrink: 0;
}

/* ── INFO ACCORDION ── */
.accordion-item {
    border-bottom: 1px solid var(--kf-border);
}

.accordion-header {
    width: 100%;
    padding: 1.25rem 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-family: var(--font-sans);
    font-size: 1rem;
    font-weight: 500;
    color: var(--kf-sand);
    cursor: pointer;
    background: none;
    border: none;
    text-align: left;
}

.accordion-icon {
    width: 24px;
    height: 24px;
    border-radius: 50%;
    border: 1px solid var(--kf-border);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 0.8rem;
    color: var(--kf-bronze-light);
    transition: all var(--transition);
    flex-shrink: 0;
}

.accordion-item.open .accordion-icon {
    transform: rotate(45deg);
}

.accordion-content {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.4s var(--ease);
}

.accordion-content-inner {
    padding: 0 0 1.5rem;
    font-size: 0.9rem;
    color: var(--kf-text-muted);
    line-height: 1.7;
}

/* ── RESPONSIVE ── */
@media (max-width: 1024px) {
    .grid-3 { grid-template-columns: repeat(2, 1fr); }
    .grid-4 { grid-template-columns: repeat(2, 1fr); }
    .footer-grid { grid-template-columns: 1fr 1fr; gap: 2rem; }
    .detail-content { grid-template-columns: 1fr; }
    .detail-sidebar { position: static; }
    .split { grid-template-columns: 1fr; gap: 2rem; }
    .counter-grid { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 1150px) {
    .nav-links {
        position: fixed;
        top: 0;
        right: -100%;
        width: 80%;
        max-width: 360px;
        height: 100vh;
        flex-direction: column;
        background: var(--kf-charcoal);
        padding: 6rem 2rem 2rem;
        gap: 1.5rem;
        transition: right 0.5s var(--ease);
        border-left: 1px solid var(--kf-border);
        overflow-y: auto;
    }

    .nav-links.open {
        right: 0;
    }

    .nav-toggle {
        display: flex;
    }

    .dropdown {
        position: static;
        opacity: 1;
        visibility: visible;
        background: transparent;
        border: none;
        padding: 0.5rem 0 0 1rem;
        transform: none !important;
        box-shadow: none;
    }
}

@media (max-width: 768px) {

    .grid-3 { grid-template-columns: 1fr; }
    .grid-4 { grid-template-columns: 1fr 1fr; }
    .grid-2 { grid-template-columns: 1fr; }

    .exp-grid { grid-template-columns: 1fr; }
    .lodge-grid { grid-template-columns: 1fr; }
    .lodge-card { grid-template-columns: 1fr; }
    .lodge-card-image { height: 200px; }

    .footer-grid { grid-template-columns: 1fr; }

    .hero-title { font-size: clamp(2.5rem, 10vw, 4rem); }

    .season-timeline {
        grid-template-columns: repeat(6, 1fr);
    }

    .detail-gallery {
        grid-template-columns: 1fr;
        height: 50vh;
    }

    .detail-gallery-side { display: none; }

    .newsletter-form {
        flex-direction: column;
    }
    .newsletter-form .form-input {
        border-radius: var(--radius);
        border-right: 1px solid var(--kf-border);
    }
    .newsletter-form .btn {
        border-radius: var(--radius);
    }

    .counter-grid { grid-template-columns: 1fr 1fr; }

    .stats-row {
        justify-content: center;
    }
}

@media (max-width: 480px) {
    .grid-4 { grid-template-columns: 1fr; }
    .hero { min-height: 600px; }
    .btn { padding: 0.8rem 1.5rem; font-size: 0.75rem; }
}

/* ── FILTER CHIPS ── */
.filter-chip {
    background: var(--kf-surface-2);
    border: 1px solid var(--kf-border);
    border-radius: 50px;
    padding: 0.5rem 1.2rem;
    font-family: var(--font-sans);
    font-size: 0.8rem;
    font-weight: 500;
    color: var(--kf-text-muted);
    cursor: pointer;
    transition: all var(--transition);
    white-space: nowrap;
}
.filter-chip:hover {
    border-color: var(--kf-border-warm);
    color: var(--kf-bronze-light);
    background: rgba(184, 134, 11, 0.08);
}
.filter-chip.active {
    background: var(--kf-bronze);
    border-color: var(--kf-bronze);
    color: var(--kf-charcoal);
    font-weight: 600;
}

/* ── MODAL ── */
.modal-overlay {
    position: fixed;
    inset: 0;
    background: rgba(0, 0, 0, 0.8);
    backdrop-filter: blur(8px);
    z-index: 1000;
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.4s ease;
    overflow-y: auto;
    padding: 2rem;
    display: flex;
    justify-content: center;
    align-items: flex-start;
}
.modal-overlay.active {
    opacity: 1;
    pointer-events: all;
}
.modal-content {
    background: var(--kf-bg);
    border: 1px solid var(--kf-border);
    border-radius: var(--radius-xl);
    max-width: 900px;
    width: 100%;
    overflow: hidden;
    position: relative;
    transform: translateY(20px);
    transition: transform 0.4s var(--ease);
    margin: auto 0;
}
.modal-overlay.active .modal-content {
    transform: translateY(0);
}
.modal-close {
    position: absolute;
    top: 1rem;
    right: 1rem;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: rgba(14, 26, 19, 0.85);
    backdrop-filter: blur(6px);
    border: 1px solid var(--kf-border);
    color: var(--kf-ivory);
    font-size: 1.5rem;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 10;
    transition: all var(--transition);
}
.modal-close:hover {
    background: var(--kf-terracotta);
    border-color: var(--kf-terracotta);
}

/* ── BOOKING PANEL ── */
.booking-panel {
    background: linear-gradient(135deg, rgba(26, 60, 42, 0.35), rgba(184, 134, 11, 0.08));
    border: 1px solid var(--kf-border-warm);
    border-radius: var(--radius-xl);
    padding: clamp(3rem, 6vh, 5rem);
    text-align: center;
}
.booking-panel h3 {
    font-family: var(--font-serif);
    color: var(--kf-sand);
}
.booking-panel p {
    color: var(--kf-text-muted);
    max-width: 650px;
    margin-left: auto;
    margin-right: auto;
    line-height: 1.7;
}

/* ── BTN BRONZE VARIANT ── */
.btn-bronze {
    background: transparent;
    border: 1px solid var(--kf-bronze);
    color: var(--kf-bronze-light);
}
.btn-bronze:hover {
    background: var(--kf-bronze);
    color: var(--kf-charcoal);
}

/* Dropdown Nav */
.has-dropdown { position: relative; }
.dropdown { position: absolute; top: 100%; left: 0; background: rgba(14,26,19,0.98); min-width: 220px; padding: 0.5rem 0; border: 1px solid var(--kf-border); border-radius: var(--radius); opacity: 0; visibility: hidden; transition: all var(--transition); z-index: 100; list-style: none; transform: translateY(10px); box-shadow: 0 10px 30px rgba(0,0,0,0.5); }
.has-dropdown:hover .dropdown, .has-dropdown:focus-within .dropdown { opacity: 1; visibility: visible; transform: translateY(0); }
.dropdown li a { padding: 0.8rem 1.5rem; display: block; font-size: 0.85rem; letter-spacing: 0.05em; color: var(--kf-ivory); }
.dropdown li a::after { display: none; }
.dropdown li a:hover { background: rgba(255,255,255,0.05); color: var(--kf-bronze-light); }
