/*
Theme Name: Musick Creek Neon
Theme URI: https://musickcreekfalls.com
Author: Musick Creek Falls
Description: Modern, sophisticated theme for Musick Creek Falls Hipcamp with neon accents. Built for Elementor.
Version: 1.0
Template: hello-elementor
Text Domain: musick-creek-neon
*/

/* ===== Import Modern Fonts ===== */
@import url('https://fonts.googleapis.com/css2?family=DM+Sans:ital,opsz,wght@0,9..40,300;400;500;600;700&family=Plus+Jakarta+Sans:wght@400;500;600;700;800&family=Space+Grotesk:wght@400;500;600;700&display=swap');

/* ===== CSS Variables ===== */
:root {
    /* Dark Forest Background */
    --bg-darkest: #050d08;
    --bg-dark: #0a1a0f;
    --bg-medium: #0f2518;
    --bg-card: #132a1a;
    --bg-elevated: #1a3522;
    
    /* Neon Orange */
    --neon-orange: #ff6b35;
    --neon-orange-bright: #ff8c5a;
    --neon-glow: 0 0 10px #ff6b35, 0 0 20px #ff6b35, 0 0 40px #ff6b35, 0 0 80px #ff6b35;
    --neon-glow-soft: 0 0 5px #ff6b35, 0 0 10px #ff6b35, 0 0 20px rgba(255, 107, 53, 0.5);
    --neon-glow-text: 0 0 10px #ff6b35, 0 0 20px #ff6b35, 0 0 30px #ff6b35;
    
    /* Purple Accent */
    --purple-accent: #a855f7;
    --purple-glow: 0 0 10px #a855f7, 0 0 20px rgba(168, 85, 247, 0.5);
    
    /* Text Colors */
    --text-white: #ffffff;
    --text-light: #e8e4dc;
    --text-muted: #c4bbad;
    
    /* Borders */
    --border-subtle: rgba(255, 255, 255, 0.06);
    --border-glow: rgba(255, 107, 53, 0.3);
    
    /* Shadows */
    --shadow-heavy: 0 25px 50px rgba(0, 0, 0, 0.5);
    --shadow-medium: 0 10px 30px rgba(0, 0, 0, 0.4);
}

/* ===== Global Styles ===== */
* {
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
}

body {
    font-family: 'DM Sans', 'Outfit', sans-serif !important;
    background:
        radial-gradient(1100px 650px at 15% 0%, rgba(15, 37, 24, 0.35), transparent 60%),
        radial-gradient(900px 600px at 85% 10%, rgba(255, 107, 53, 0.08), transparent 55%),
        var(--bg-darkest);
    color: var(--text-light);
    line-height: 1.75;
    font-weight: 400;
    letter-spacing: 0.01em;
    font-size: 16px;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

/* Modern Artistic Headings */
h1, h2, h3, h4, h5, h6,
.elementor-heading-title,
.elementor-widget-heading .elementor-heading-title {
    font-family: 'Plus Jakarta Sans', 'Space Grotesk', sans-serif !important;
    font-weight: 800 !important;
    color: var(--text-white);
    letter-spacing: -0.03em !important;
    line-height: 1.08;
}

h1 { font-size: clamp(2.8rem, 6.5vw, 5rem); }
h2 { font-size: clamp(2rem, 4.5vw, 3.2rem); }
h3 { font-size: clamp(1.4rem, 3vw, 1.9rem); }

/* ===== H3 — Molten Gold Neon ===== */
h3,
.elementor-widget-heading h3.elementor-heading-title,
.mcf-nearby-body h3,
.mcf-blog-card h3 {
    background: linear-gradient(
        168deg,
        #ffe066  0%,
        #ffd700 18%,
        #ffb833 40%,
        #ff8c5a 68%,
        #ff6b35 100%
    );
    background-size: 100% 220%;
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    animation: mcf-molten-shift 5s ease-in-out infinite;
    filter:
        drop-shadow(0 0 3px rgba(255, 200, 60, 0.55))
        drop-shadow(0 0 10px rgba(255, 140, 50, 0.3))
        drop-shadow(0 0 28px rgba(255, 107, 53, 0.12));
    transition: filter 0.35s ease;
}

h3:hover,
.elementor-widget-heading h3.elementor-heading-title:hover,
.mcf-nearby-body h3:hover,
.mcf-blog-card h3:hover {
    filter:
        drop-shadow(0 0 5px rgba(255, 210, 70, 0.75))
        drop-shadow(0 0 16px rgba(255, 140, 50, 0.5))
        drop-shadow(0 0 38px rgba(255, 107, 53, 0.22));
}

@keyframes mcf-molten-shift {
    0%, 100% { background-position: 0% 0%; }
    50%      { background-position: 0% 100%; }
}

@media (prefers-reduced-motion: reduce) {
    h3,
    .elementor-widget-heading h3.elementor-heading-title,
    .mcf-nearby-body h3,
    .mcf-blog-card h3 {
        animation: none;
        background-position: 0% 40%;
    }
}

/* ===== H4 — Bright amber for readability on dark backgrounds ===== */
h4,
.elementor-widget-heading h4.elementor-heading-title,
.mcf-nearby-body h4,
.mcf-blog-card h4 {
    color: #ffd27a !important;
    text-shadow:
        0 0 8px rgba(255, 190, 85, 0.5),
        0 0 22px rgba(255, 107, 53, 0.25);
    letter-spacing: -0.01em;
}

/* Body text — improve readability */
p, li, td, dd, blockquote,
.elementor-widget-text-editor p,
.elementor-widget-text-editor {
    font-family: 'DM Sans', 'Outfit', sans-serif !important;
    font-size: 1.05rem;
    line-height: 1.8;
    color: var(--text-light);
}

/* ===== HERO — Full-bleed overlay + modern text ===== */
/* Works with light AND dark background images */
#hero-section {
    position: relative;
    min-height: 140vh;
    padding-bottom: 260px !important;
    background-position: center 30% !important;
    background-size: 100% !important;
}

#hero-section .elementor-background-overlay {
    background:
        linear-gradient(175deg,
            rgba(5, 13, 8, 0.92) 0%,
            rgba(5, 13, 8, 0.72) 35%,
            rgba(5, 13, 8, 0.45) 60%,
            rgba(5, 13, 8, 0.65) 100%) !important;
    opacity: 1 !important;
}

/* Extra vignette for edge contrast */
#hero-section::after {
    content: '';
    position: absolute;
    inset: 0;
    pointer-events: none;
    z-index: 1;
    background:
        radial-gradient(ellipse 70% 60% at 50% 50%, transparent 40%, rgba(5, 13, 8, 0.6) 100%);
}

/* Ensure hero content sits above the vignette */
#hero-section > .elementor-container {
    position: relative;
    z-index: 2;
}

/* Main hero heading — big, bold, high contrast */
#hero-section .elementor-widget-heading .elementor-heading-title {
    font-family: 'Plus Jakarta Sans', 'Space Grotesk', sans-serif !important;
    color: #ffffff !important;
    font-weight: 800 !important;
    letter-spacing: -0.03em;
    text-shadow:
        0 2px 30px rgba(0, 0, 0, 0.8),
        0 0 60px rgba(0, 0, 0, 0.4),
        0 0 4px rgba(255, 255, 255, 0.15);
    font-size: clamp(3.2rem, 7vw, 5.6rem);
    line-height: 1.02;
}

/* Orange accent spans inside hero headings — neon pop */
#hero-section .elementor-widget-heading .elementor-heading-title span[style*="#ff6b35"],
#hero-section .elementor-widget-heading .elementor-heading-title span[style*="text-shadow"] {
    color: #ff8c5a !important;
    text-shadow:
        0 0 12px rgba(255, 107, 53, 0.7),
        0 0 40px rgba(255, 107, 53, 0.35),
        0 4px 20px rgba(0, 0, 0, 0.6) !important;
    background-image: none !important;
}

/* Hero subtitle (small uppercase text) */
#hero-section .elementor-widget-heading .elementor-heading-title[style*="14"],
#hero-section .elementor-widget-heading[data-id="hero-subtitle"] .elementor-heading-title {
    color: var(--neon-orange) !important;
    text-shadow: 0 0 10px rgba(255, 107, 53, 0.5), 0 2px 12px rgba(0, 0, 0, 0.7) !important;
    font-family: 'DM Sans', sans-serif !important;
    font-weight: 600 !important;
    letter-spacing: 0.15em !important;
}

/* Body text inside hero — readable on any image */
#hero-section .elementor-widget-text-editor,
#hero-section .elementor-widget-text-editor p {
    color: #e8e4dc !important;
    text-shadow: 0 2px 20px rgba(0, 0, 0, 0.8), 0 0 6px rgba(0, 0, 0, 0.5) !important;
    font-weight: 400;
    font-size: clamp(1.1rem, 2.1vw, 1.4rem);
}

/* Sleek glass copy for text on image backgrounds */
#hero-section .elementor-widget-text-editor p,
.elementor-section[data-settings*="background_image"] .elementor-widget-text-editor p,
.mcf-glass-copy {
    position: relative;
    margin: 0 auto 26px !important;
    padding: 16px 22px;
    max-width: 680px;
    color: #f3efe6 !important;
    font-size: 1.25rem;
    line-height: 1.75;
    background: linear-gradient(135deg, rgba(7, 13, 9, 0.78), rgba(20, 40, 25, 0.55));
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-left: 3px solid rgba(255, 107, 53, 0.7);
    border-radius: 18px;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.45), inset 0 0 0 1px rgba(255, 107, 53, 0.12);
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
}

.elementor-section[data-settings*="background_image"] .elementor-widget-text-editor p::after,
#hero-section .elementor-widget-text-editor p::after,
.mcf-glass-copy::after {
    content: '';
    position: absolute;
    left: 22%;
    right: 22%;
    bottom: -10px;
    height: 2px;
    background: linear-gradient(90deg, transparent, rgba(255, 107, 53, 0.9), transparent);
    opacity: 0.8;
}

@media (max-width: 720px) {
    #hero-section .elementor-widget-text-editor p,
    .elementor-section[data-settings*="background_image"] .elementor-widget-text-editor p,
    .mcf-glass-copy {
        font-size: 1.1rem;
        padding: 14px 16px;
    }
}

/* Star rating text in hero */
#hero-section .elementor-widget-text-editor span[style*="#ffd700"] {
    text-shadow: 0 0 10px rgba(255, 215, 0, 0.5), 0 2px 8px rgba(0, 0, 0, 0.6) !important;
}

/* Neon glow ring behind hero heading for drama */
#hero-section .elementor-widget-heading:first-child::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 500px;
    height: 500px;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(255, 107, 53, 0.06) 0%, transparent 70%);
    pointer-events: none;
    z-index: -1;
}

a {
    color: var(--neon-orange);
    text-decoration: none;
    transition: all 0.3s ease;
}

a:hover {
    color: var(--neon-orange-bright);
    text-shadow: var(--neon-glow-soft);
}

/* ===== NEON TEXT EFFECT ===== */
.neon-text,
.elementor-widget-heading .elementor-heading-title.neon-text,
.neon-orange {
    color: var(--neon-orange) !important;
    text-shadow: var(--neon-glow-text);
    animation: neon-flicker 3s infinite alternate;
}

.neon-text-static {
    color: var(--neon-orange) !important;
    text-shadow: var(--neon-glow-text);
}

/* Accent heading styling — NO underline, clean neon glow */
.elementor-widget-heading .elementor-heading-title span[style*="#ff6b35"] {
    color: var(--neon-orange-bright) !important;
    text-shadow: 0 0 8px rgba(255, 107, 53, 0.4), 0 2px 12px rgba(0, 0, 0, 0.5);
    background-image: none !important;
    background: none !important;
    padding-bottom: 0;
}

@keyframes neon-flicker {
    0%, 19%, 21%, 23%, 25%, 54%, 56%, 100% {
        text-shadow: var(--neon-glow-text);
    }
    20%, 24%, 55% {
        text-shadow: none;
    }
}

/* Neon subtle (less flicker) */
.neon-subtle {
    color: var(--neon-orange) !important;
    text-shadow: 0 0 10px #ff6b35, 0 0 20px rgba(255, 107, 53, 0.6);
}

/* ===== NEON BORDER/OUTLINE EFFECT ===== */
.neon-border {
    border: 2px solid var(--neon-orange) !important;
    box-shadow: var(--neon-glow-soft), inset 0 0 20px rgba(255, 107, 53, 0.1);
}

.neon-border-intense {
    border: 2px solid var(--neon-orange) !important;
    box-shadow: var(--neon-glow), inset 0 0 30px rgba(255, 107, 53, 0.15);
    animation: neon-border-pulse 2s infinite alternate;
}

@keyframes neon-border-pulse {
    0% {
        box-shadow: 0 0 5px #ff6b35, 0 0 10px #ff6b35, 0 0 20px #ff6b35;
    }
    100% {
        box-shadow: 0 0 10px #ff6b35, 0 0 25px #ff6b35, 0 0 50px #ff6b35, 0 0 80px rgba(255, 107, 53, 0.5);
    }
}

/* ===== NEON BUTTONS ===== */
.neon-btn,
.elementor-button.neon-btn {
    background: transparent !important;
    border: 2px solid var(--neon-orange) !important;
    color: var(--neon-orange) !important;
    font-family: 'Space Grotesk', sans-serif !important;
    font-weight: 600 !important;
    text-transform: uppercase !important;
    letter-spacing: 2px !important;
    padding: 16px 40px !important;
    box-shadow: var(--neon-glow-soft);
    transition: all 0.3s ease !important;
    position: relative;
    overflow: hidden;
}

.neon-btn:hover,
.elementor-button.neon-btn:hover {
    background: var(--neon-orange) !important;
    color: var(--bg-darkest) !important;
    box-shadow: var(--neon-glow);
    text-shadow: none !important;
}

.neon-btn-filled,
.elementor-button.neon-btn-filled {
    background: var(--neon-orange) !important;
    border: none !important;
    color: var(--bg-darkest) !important;
    font-family: 'Space Grotesk', sans-serif !important;
    font-weight: 700 !important;
    text-transform: uppercase !important;
    letter-spacing: 1px !important;
    padding: 18px 45px !important;
    box-shadow: var(--neon-glow-soft);
    transition: all 0.3s ease !important;
}

.neon-btn-filled:hover,
.elementor-button.neon-btn-filled:hover {
    box-shadow: var(--neon-glow);
    transform: translateY(-3px);
}

/* Blog Post Media */
.mcf-post-hero img {
    width: 100%;
    border-radius: 24px;
    margin: 30px 0;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.35);
}

.mcf-post-gallery {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
    gap: 18px;
    margin-top: 32px;
}

.mcf-post-gallery img {
    width: 100%;
    border-radius: 16px;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.3);
}

/* ===== CARDS & CONTAINERS ===== */
.dark-card {
    background: var(--bg-card);
    border: 1px solid var(--border-subtle);
    border-radius: 20px;
    padding: 40px;
    transition: all 0.4s ease;
}

.dark-card:hover {
    border-color: var(--border-glow);
    box-shadow: var(--shadow-medium), 0 0 30px rgba(255, 107, 53, 0.1);
    transform: translateY(-8px);
}

.glass-card {
    background: rgba(10, 26, 15, 0.8);
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
    border: 1px solid var(--border-subtle);
    border-radius: 24px;
}

/* ===== SECTION BACKGROUNDS ===== */
.section-dark {
    background: var(--bg-darkest);
}

.section-medium {
    background: var(--bg-dark);
}

.section-gradient {
    background: linear-gradient(180deg, var(--bg-darkest) 0%, var(--bg-medium) 100%);
}

.section-neon-accent {
    position: relative;
}

.section-neon-accent::before {
    content: '';
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 200px;
    height: 2px;
    background: var(--neon-orange);
    box-shadow: var(--neon-glow-soft);
}

/* ===== CAROUSEL STYLES ===== */
.mcf-carousel {
    display: flex;
    gap: 24px;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    scroll-behavior: smooth;
    padding: 20px 0 40px;
    scrollbar-width: none;
}

.mcf-carousel::-webkit-scrollbar {
    display: none;
}

.mcf-carousel-item {
    flex: 0 0 350px;
    scroll-snap-align: center;
    border-radius: 20px;
    overflow: hidden;
    border: 1px solid var(--border-subtle);
    transition: all 0.4s ease;
}

.mcf-carousel-item:hover {
    border-color: var(--neon-orange);
    box-shadow: var(--neon-glow-soft);
    transform: scale(1.02);
}

/* ===== ACTIVITY CAROUSEL ===== */
.mcf-act-section {
    position: relative;
    padding: 32px 24px 10px;
    margin: 0 auto;
    border-radius: 26px;
    border: 1px solid rgba(255, 107, 53, 0.14);
    background:
        radial-gradient(700px 260px at 18% 0%, rgba(255, 107, 53, 0.18), transparent 70%),
        radial-gradient(540px 220px at 82% 10%, rgba(255, 107, 53, 0.08), transparent 70%),
        linear-gradient(180deg, rgba(12, 26, 15, 0.92) 0%, rgba(5, 13, 8, 0.95) 100%);
    box-shadow: 0 30px 70px rgba(0, 0, 0, 0.45);
}

.mcf-act-carousel {
    display: flex;
    gap: 22px;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    scroll-behavior: smooth;
    padding: 18px 6px 32px;
    scrollbar-width: none;
    align-items: stretch;
}

.mcf-act-carousel::-webkit-scrollbar { display: none; }

.mcf-act-card {
    flex: 0 0 280px;
    scroll-snap-align: center;
    border-radius: 20px;
    overflow: visible;
    background: transparent;
    border: none;
    box-shadow: none;
    padding: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 12px;
    transition: transform 0.35s ease;
    position: relative;
    min-height: 100%;
}

.mcf-act-card:hover {
    transform: translateY(-6px);
}

.mcf-act-card img {
    width: 100%;
    height: 210px;
    aspect-ratio: 4 / 3;
    object-fit: cover;
    object-position: center;
    display: block;
    border-radius: 18px;
    border: 1px solid rgba(255, 107, 53, 0.45);
    box-shadow:
        0 18px 30px rgba(0, 0, 0, 0.35),
        0 0 24px rgba(255, 107, 53, 0.28);
    transition: transform 0.5s ease, box-shadow 0.5s ease, border-color 0.5s ease;
}

.mcf-act-card:hover img {
    transform: scale(1.04);
    border-color: rgba(255, 107, 53, 0.85);
    box-shadow:
        0 22px 38px rgba(0, 0, 0, 0.45),
        0 0 36px rgba(255, 107, 53, 0.5);
}

.mcf-act-card figcaption {
    width: 100%;
    margin: 0 auto;
    padding: 8px 16px;
    min-height: 44px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    font-family: 'Plus Jakarta Sans', 'Space Grotesk', sans-serif;
    font-weight: 800;
    letter-spacing: 0.18em;
    font-size: 0.8rem;
    color: #fff7ef;
    text-transform: uppercase;
    border-radius: 999px;
    border: 1px solid rgba(255, 107, 53, 0.7);
    background:
        linear-gradient(135deg, rgba(255, 107, 53, 0.16), rgba(9, 20, 12, 0.75));
    box-shadow:
        0 0 24px rgba(255, 107, 53, 0.45),
        inset 0 0 0 1px rgba(255, 107, 53, 0.12);
    text-shadow:
        0 0 12px rgba(255, 107, 53, 0.55),
        0 2px 10px rgba(0, 0, 0, 0.6);
}

.mcf-act-shell {
    position: relative;
}

.mcf-act-btn {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 48px;
    height: 48px;
    border-radius: 50%;
    border: 1px solid rgba(255, 107, 53, 0.85);
    background: rgba(5, 13, 8, 0.78);
    color: var(--neon-orange);
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.4rem;
    transition: all 0.3s ease;
    z-index: 5;
    box-shadow:
        0 0 18px rgba(255, 107, 53, 0.55),
        0 0 34px rgba(255, 107, 53, 0.3);
    backdrop-filter: blur(8px);
    opacity: 1;
    -webkit-backdrop-filter: blur(8px);
    opacity: 1;
}

.mcf-act-btn:hover {
    background: var(--neon-orange);
    color: var(--bg-darkest);
    box-shadow:
        0 0 26px rgba(255, 107, 53, 0.75),
        0 0 46px rgba(255, 107, 53, 0.45);
}

.mcf-act-prev { left: -12px; }
.mcf-act-next { right: -12px; }

/* Activities carousel — tablet */
@media (max-width: 1024px) {
    .mcf-act-card {
        flex: 0 0 260px;
    }
}

/* Activities carousel — mobile */
@media (max-width: 768px) {
    .mcf-act-carousel {
        gap: 16px;
        padding: 14px 4px 28px;
    }

    .mcf-act-card {
        flex: 0 0 220px;
    }

    .mcf-act-card img {
        height: 165px;
    }

    .mcf-act-btn {
        width: 40px;
        height: 40px;
        font-size: 1.2rem;
        display: inline-flex;
    }

    .mcf-act-section {
        padding: 24px 16px 8px;
        border-radius: 20px;
    }

    .mcf-act-section h2 {
        font-size: clamp(1.5rem, 5vw, 2rem);
    }

    .mcf-act-section > p {
        font-size: 0.95rem !important;
    }
}

@media (max-width: 480px) {
    .mcf-act-card {
        flex: 0 0 75vw;
    }

    .mcf-act-card img {
        height: 52vw;
        max-height: 200px;
    }

    .mcf-act-carousel {
        gap: 14px;
        scroll-padding: 14px;
    }

    .mcf-act-card figcaption {
        font-size: 0.7rem;
        padding: 6px 12px;
        letter-spacing: 0.12em;
    }
}

/* Photo Carousel */
.photo-carousel {
    display: flex;
    gap: 20px;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    scroll-behavior: smooth;
    padding: 20px 0;
    scrollbar-width: none;
}

.photo-carousel-shell {
    position: relative;
}

.mcf-carousel-btn {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 44px;
    height: 44px;
    border-radius: 999px;
    border: 1px solid rgba(255, 255, 255, 0.2);
    background: rgba(12, 25, 14, 0.92);
    color: #f2eadf;
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 1.4rem;
    transition: transform 0.2s ease, background 0.2s ease;
    z-index: 2;
}

.mcf-carousel-btn:hover {
    background: rgba(18, 45, 26, 0.95);
    transform: translateY(-50%) scale(1.05);
}

.mcf-carousel-btn.prev { left: -6px; }
.mcf-carousel-btn.next { right: -6px; }

@media (max-width: 720px) {
    .mcf-carousel-btn {
        width: 40px;
        height: 40px;
        font-size: 1.2rem;
    }
}

.photo-carousel::-webkit-scrollbar {
    display: none;
}

.photo-carousel-item {
    flex: 0 0 400px !important;
    height: 300px !important;
    scroll-snap-align: center;
    border-radius: 16px;
    overflow: hidden;
    position: relative;
    border: 1px solid rgba(255, 107, 53, 0.25);
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.3);
    transition: all 0.4s ease;
}

.photo-carousel-item:hover {
    border-color: var(--neon-orange);
    box-shadow:
        0 0 12px rgba(255, 107, 53, 0.4),
        0 0 30px rgba(255, 107, 53, 0.2),
        0 12px 32px rgba(0, 0, 0, 0.4);
    transform: translateY(-4px);
}

.photo-carousel-item img {
    width: 100% !important;
    height: 100% !important;
    object-fit: cover !important;
    object-position: center;
    display: block;
    transition: transform 0.5s ease;
}

.photo-carousel-item:hover img {
    transform: scale(1.05);
}

/* Photo Carousel — tablet */
@media (max-width: 1024px) {
    .photo-carousel-item {
        flex: 0 0 340px !important;
        height: 260px !important;
    }

    .photo-carousel {
        gap: 16px;
    }
}

/* Photo Carousel — mobile */
@media (max-width: 768px) {
    .photo-carousel-item {
        flex: 0 0 80vw !important;
        height: 55vw !important;
        max-height: 280px !important;
    }

    .photo-carousel {
        gap: 14px;
        padding: 16px 0;
        scroll-padding: 14px;
    }

    .photo-carousel-shell {
        margin: 0 -10px;
        padding: 0 10px;
    }
}

@media (max-width: 480px) {
    .photo-carousel-item {
        flex: 0 0 85vw !important;
        height: 60vw !important;
        max-height: 260px !important;
        border-radius: 14px;
    }
}

/* Photo Carousel Nav */
.photo-carousel-nav {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 16px;
    margin-top: 16px;
}

.photo-carousel-hint {
    color: var(--neon-orange);
    font-size: 0.8rem;
    font-weight: 600;
    letter-spacing: 0.15em;
    text-transform: uppercase;
    text-shadow: 0 0 8px rgba(255, 107, 53, 0.3);
}

/* Carousel Navigation */
.carousel-nav {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 20px;
    margin-top: 30px;
}

.carousel-btn {
    width: 52px;
    height: 52px;
    border-radius: 50%;
    background: rgba(5, 13, 8, 0.8);
    border: 2px solid var(--neon-orange);
    color: var(--neon-orange);
    font-size: 1.3rem;
    cursor: pointer;
    transition: all 0.3s ease;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow:
        0 0 10px rgba(255, 107, 53, 0.5),
        0 0 25px rgba(255, 107, 53, 0.2),
        inset 0 0 8px rgba(255, 107, 53, 0.1);
    backdrop-filter: blur(8px);
    opacity: 1;
    -webkit-backdrop-filter: blur(8px);
    opacity: 1;
}

.carousel-btn:hover {
    background: var(--neon-orange);
    color: var(--bg-darkest);
    box-shadow:
        0 0 16px rgba(255, 107, 53, 0.7),
        0 0 40px rgba(255, 107, 53, 0.4),
        0 0 70px rgba(255, 107, 53, 0.2);
    transform: scale(1.08);
}

/* ===== REVIEWS CAROUSEL ===== */
.review-carousel {
    display: flex;
    gap: 30px;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    scroll-behavior: smooth;
    padding: 30px 0;
    scrollbar-width: none;
}

.review-carousel::-webkit-scrollbar {
    display: none;
}

.review-card {
    flex: 0 0 400px;
    background: var(--bg-card);
    border-radius: 24px;
    padding: 35px;
    scroll-snap-align: center;
    border: 1px solid var(--border-subtle);
    transition: all 0.4s ease;
}

.review-card:hover {
    border-color: var(--neon-orange);
    box-shadow: 0 0 30px rgba(255, 107, 53, 0.15);
    transform: translateY(-5px);
}

.review-stars {
    color: #ffd700;
    font-size: 1.2rem;
    letter-spacing: 4px;
    margin-bottom: 20px;
}

.review-text {
    font-size: 1.05rem;
    line-height: 1.8;
    color: var(--text-light);
    margin-bottom: 25px;
    font-style: italic;
}

.review-author {
    display: flex;
    align-items: center;
    gap: 15px;
}

.review-avatar {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background: linear-gradient(135deg, var(--neon-orange), var(--purple-accent));
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
    color: white;
}

.review-name {
    font-weight: 600;
    color: var(--text-white);
}

.review-date {
    font-size: 0.9rem;
    color: var(--text-muted);
}

/* ===== AMENITIES GRID ===== */
.amenities-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 20px;
}

.amenity-item {
    display: flex;
    align-items: center;
    gap: 16px;
    padding: 20px 24px;
    background: var(--bg-card);
    border-radius: 14px;
    border: 1px solid var(--border-subtle);
    transition: all 0.3s ease;
}

.amenity-item:hover {
    border-color: var(--border-glow);
    transform: translateX(5px);
}

.amenity-icon {
    font-size: 1.5rem;
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: var(--bg-elevated);
    border-radius: 12px;
}

.amenity-text {
    font-weight: 500;
    color: var(--text-light);
}

/* ===== FAQ ACCORDION ===== */
.faq-item {
    background: var(--bg-card);
    border: 1px solid var(--border-subtle);
    border-radius: 16px;
    margin-bottom: 16px;
    overflow: hidden;
    transition: all 0.3s ease;
}

.faq-item:hover {
    border-color: var(--border-glow);
}

.faq-question {
    padding: 24px 30px;
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-weight: 600;
    font-size: 1.1rem;
}

.faq-question::after {
    content: '+';
    font-size: 1.5rem;
    color: var(--neon-orange);
    transition: transform 0.3s ease;
}

.faq-item.active .faq-question::after {
    transform: rotate(45deg);
}

.faq-answer {
    padding: 0 30px 24px;
    color: var(--text-muted);
    line-height: 1.8;
    display: none;
}

.faq-item.active .faq-answer {
    display: block;
}

/* ===== RULES LIST ===== */
.rules-list {
    display: grid;
    gap: 16px;
}

.rule-item {
    display: flex;
    align-items: flex-start;
    gap: 16px;
    padding: 20px;
    background: var(--bg-card);
    border-radius: 14px;
    border-left: 3px solid var(--neon-orange);
}

.rule-icon {
    font-size: 1.3rem;
    flex-shrink: 0;
}

.rule-text {
    color: var(--text-light);
    line-height: 1.6;
}

/* ===== PACKING LIST ===== */
.packing-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 30px;
}

.packing-category {
    background: var(--bg-card);
    border-radius: 20px;
    padding: 30px;
    border: 1px solid var(--border-subtle);
}

.packing-category h4 {
    color: var(--neon-orange);
    margin-bottom: 20px;
    font-size: 1.2rem;
    text-shadow: var(--neon-glow-soft);
}

.packing-item {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 10px 0;
    border-bottom: 1px solid var(--border-subtle);
}

.packing-item:last-child {
    border-bottom: none;
}

.packing-check {
    width: 20px;
    height: 20px;
    border: 2px solid var(--neon-orange);
    border-radius: 4px;
    flex-shrink: 0;
}

/* ===== HEADER STYLES ===== */
.site-header,
.glass-header {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1000;
    background: rgba(5, 13, 8, 0.55) !important;
    backdrop-filter: blur(16px);
    -webkit-backdrop-filter: blur(16px);
    border-bottom: 1px solid var(--border-subtle);
    transition: all 0.4s ease;
}

.site-header.scrolled,
.glass-header.scrolled {
    background: rgba(5, 13, 8, 0.95) !important;
    box-shadow: 0 0 30px rgba(255, 107, 53, 0.1);
}

/* ===== PARALLAX SECONDARY IMAGE ===== */
/* Add class "parallax-bg" to an Elementor section right after the hero.
   Set a background image on it in Elementor, then all following sections
   scroll OVER it. You control opacity via the Elementor overlay. */
.parallax-bg,
.elementor-section.parallax-bg {
    position: sticky !important;
    top: 0;
    z-index: 0;
    min-height: 100vh;
}

.parallax-bg ~ .elementor-section:not(.parallax-bg) {
    position: relative;
    z-index: 2;
}

/* First section after parallax gets the rounded "card" top edge */
.parallax-bg + .elementor-section {
    position: relative;
    z-index: 3;
    border-top-left-radius: 28px;
    border-top-right-radius: 28px;
    box-shadow: 0 -30px 80px rgba(0, 0, 0, 0.6);
    overflow: hidden;
}

/* Scroll-surface: manual class you can add to any section */
.scroll-surface,
.elementor-section.scroll-surface {
    position: relative;
    z-index: 5;
    border-top-left-radius: 28px;
    border-top-right-radius: 28px;
    background: linear-gradient(180deg, rgba(10, 26, 15, 0.96), var(--bg-darkest)) !important;
    border-top: 1px solid var(--border-subtle);
    box-shadow: 0 -30px 80px rgba(0, 0, 0, 0.55);
    margin-top: -28px;
}

/* ===== NEO CARDS ===== */
/* Add class "neo-card" to an Elementor inner-section or container */
.neo-card {
    background: var(--bg-card);
    border: 1px solid var(--border-subtle);
    border-radius: 20px;
    box-shadow: var(--shadow-heavy);
    transition: transform 0.25s ease, border-color 0.25s ease, box-shadow 0.25s ease;
}

.neo-card:hover {
    transform: translateY(-6px);
    border-color: var(--border-glow);
    box-shadow: var(--shadow-heavy), 0 0 40px rgba(255, 107, 53, 0.1);
}

/* ===== CHIPS / BADGES ===== */
.chip {
    display: inline-flex;
    gap: 8px;
    align-items: center;
    padding: 8px 14px;
    border-radius: 999px;
    background: var(--bg-card);
    border: 1px solid var(--border-subtle);
    font-size: 0.85rem;
    color: var(--text-light);
    transition: border-color 0.3s ease;
}

.chip:hover {
    border-color: var(--border-glow);
}

.chip b,
.chip strong {
    color: var(--neon-orange);
}

/* ===== DIVIDERS ===== */
.neon-divider {
    height: 2px;
    background: var(--neon-orange);
    box-shadow: var(--neon-glow-soft);
    margin: 60px 0;
}

.neon-divider-thin,
.accent-line {
    height: 1px;
    background: linear-gradient(90deg, transparent, var(--neon-orange), transparent);
    box-shadow: 0 0 10px rgba(255, 107, 53, 0.5);
}

/* ===== UTILITY CLASSES ===== */
.text-center { text-align: center; }
.text-muted { color: var(--text-muted); }
.text-white { color: var(--text-white); }
.text-orange { color: var(--neon-orange); }
.elementor-heading-title .text-orange,
.elementor-heading-title span[style*="#ff6b35"],
.elementor-heading-title span[style*="rgb(255, 107, 53)"] {
    text-shadow: var(--neon-glow-text);
    transition: text-shadow 0.25s ease, color 0.25s ease;
}

.elementor-heading-title .text-orange:hover,
.elementor-heading-title span[style*="#ff6b35"]:hover,
.elementor-heading-title span[style*="rgb(255, 107, 53)"]:hover {
    color: var(--neon-orange-bright);
    text-shadow: var(--neon-glow);
}

.mb-0 { margin-bottom: 0; }
.mb-1 { margin-bottom: 10px; }
.mb-2 { margin-bottom: 20px; }
.mb-3 { margin-bottom: 30px; }
.mb-4 { margin-bottom: 40px; }
.mb-5 { margin-bottom: 60px; }

.mt-0 { margin-top: 0; }
.mt-1 { margin-top: 10px; }
.mt-2 { margin-top: 20px; }
.mt-3 { margin-top: 30px; }
.mt-4 { margin-top: 40px; }
.mt-5 { margin-top: 60px; }

/* ===== ELEMENTOR OVERRIDES ===== */
.elementor-section {
    padding: 80px 0;
}

.elementor-section.section-hero {
    min-height: 100vh;
    display: flex;
    align-items: center;
}

.elementor-widget-heading .elementor-heading-title {
    font-family: 'Plus Jakarta Sans', 'Space Grotesk', sans-serif;
    font-weight: 800;
    letter-spacing: -0.03em;
}

.elementor-widget-heading .elementor-heading-title.elementor-size-p,
.elementor-widget-heading .elementor-heading-title.elementor-size-small,
.elementor-widget-heading .elementor-heading-title.elementor-size-medium {
    color: #eaf2ec;
    text-shadow: 0 2px 14px rgba(0, 0, 0, 0.5);
    font-weight: 600;
    font-family: 'DM Sans', sans-serif;
    letter-spacing: 0;
}

.elementor-widget-text-editor {
    font-family: 'DM Sans', 'Outfit', sans-serif;
    font-size: 1.05rem;
    line-height: 1.8;
}

/* Secondary text makeover (subheads + section intros) */
.elementor-widget-heading .elementor-heading-title.elementor-size-p,
.elementor-widget-heading .elementor-heading-title.elementor-size-small,
.elementor-widget-text-editor p[style*="text-align:center"],
.elementor-widget-text-editor p[style*="max-width"] {
    color: #ece7df !important;
    font-weight: 500;
    letter-spacing: 0.02em;
    text-shadow: 0 0 18px rgba(255, 107, 53, 0.25), 0 2px 10px rgba(0, 0, 0, 0.6);
    position: relative;
}

.elementor-widget-heading .elementor-heading-title:hover,
.mcf-footer-col a:hover,
.mcf-footer-social a:hover,
.neon-btn:hover,
.mcf-button:hover,
.mcf-review-link:hover,
.mcf-stargazing-cta:hover {
    color: var(--neon-orange-bright) !important;
    text-shadow: var(--neon-glow-text);
}

.neon-btn:hover,
.mcf-button:hover,
.mcf-review-link:hover,
.mcf-stargazing-cta:hover {
    box-shadow: var(--neon-glow);
}

.elementor-section:not(#hero-section) .elementor-widget-text-editor p[style*="max-width"]::after,
.elementor-section:not(#hero-section) .elementor-widget-text-editor p[style*="text-align:center"]::after,
.elementor-widget-heading .elementor-heading-title.elementor-size-p::after,
.elementor-widget-heading .elementor-heading-title.elementor-size-small::after {
    content: '';
    display: block;
    width: 90px;
    height: 2px;
    margin: 14px auto 0;
    background: linear-gradient(90deg, transparent, #ff6b35, transparent);
    box-shadow: 0 0 14px rgba(255, 107, 53, 0.55);
}

/* Improve body text readability on dark/image sections */
#about .elementor-widget-text-editor,
#about .elementor-widget-text-editor p,
body.page-id-390 .elementor-390 .elementor-element.elementor-element-6be66105 .elementor-widget-text-editor,
body.page-id-390 .elementor-390 .elementor-element.elementor-element-6be66105 .elementor-widget-text-editor p,
#reviews .elementor-widget-text-editor,
#reviews .elementor-widget-text-editor p,
#nearby .elementor-widget-text-editor,
#nearby .elementor-widget-text-editor p {
    color: #e8e1d6 !important;
    text-shadow: 0 2px 14px rgba(0, 0, 0, 0.6);
}

/* About section: readable contrast */
#about {
    isolation: isolate;
    position: relative;
    z-index: 3;
    margin-top: -160px;
    padding-top: 240px !important;
    background: linear-gradient(180deg, rgba(5, 13, 8, 0.85) 0%, #050d08 35%);
    box-shadow: 0 -40px 80px rgba(5, 13, 8, 0.9);
}

#about .elementor-widget-text-editor,
#about .elementor-widget-text-editor p {
    color: #e8e4dc !important;
    text-shadow: 0 2px 12px rgba(0, 0, 0, 0.6);
    font-weight: 400;
    mix-blend-mode: normal;
}

/* About section (Elementor Home / page 390) — cinematic image + premium glass copy */
body.page-id-390 .elementor-390 .elementor-element.elementor-element-6be66105 {
    position: relative;
    isolation: isolate;
    overflow: hidden;
    padding-top: clamp(110px, 9vw, 160px) !important;
    padding-bottom: clamp(90px, 8vw, 140px) !important;
    color: var(--text-light);
}

body.page-id-390 .elementor-390 .elementor-element.elementor-element-6be66105 > .elementor-container {
    position: relative;
    z-index: 3;
}

body.page-id-390 .elementor-390 .elementor-element.elementor-element-6be66105::after {
    content: '';
    position: absolute;
    inset: 0;
    pointer-events: none;
    z-index: 1;
    background:
        radial-gradient(900px 520px at 18% 32%, rgba(255, 107, 53, 0.20), transparent 62%),
        radial-gradient(740px 560px at 82% 26%, rgba(0, 0, 0, 0.55), transparent 65%),
        linear-gradient(180deg,
            rgba(5, 13, 8, 0.92) 0%,
            rgba(5, 13, 8, 0.62) 34%,
            rgba(5, 13, 8, 0.76) 64%,
            rgba(5, 13, 8, 0.96) 100%);
}

/* If Elementor uses motion-effects background layers, darken the photo itself */
body.page-id-390 .elementor-390 .elementor-element.elementor-element-6be66105 > .elementor-motion-effects-container > .elementor-motion-effects-layer {
    filter: brightness(0.82) saturate(1.05) contrast(1.05);
    will-change: transform, filter;
}

body.page-id-390 .elementor-390 .elementor-element.elementor-element-6be66105 .elementor-widget-heading .elementor-heading-title {
    text-shadow:
        0 14px 50px rgba(0, 0, 0, 0.7),
        0 0 22px rgba(255, 107, 53, 0.16);
}

/* Reviews section (Elementor Home / page 390) — layered background image */
body.page-id-390 .elementor-390 .elementor-element.elementor-element-1d49e15a {
    position: relative;
    isolation: isolate;
    overflow: hidden;
    background-color: var(--bg-darkest);
}

body.page-id-390 .elementor-390 .elementor-element.elementor-element-1d49e15a > .elementor-container {
    position: relative;
    z-index: 2;
}

body.page-id-390 .elementor-390 .elementor-element.elementor-element-1d49e15a::before {
    content: '';
    position: absolute;
    inset: 0;
    z-index: 0;
    background-image: url("/wp-content/uploads/2026/03/32221516340_bfcba94ae5_b.jpg");
    background-size: cover;
    background-position: center;
    filter: brightness(0.5) saturate(1.05) contrast(1.05);
    opacity: 0.9;
    transform: scale(1.03);
}

body.page-id-390 .elementor-390 .elementor-element.elementor-element-1d49e15a::after {
    content: '';
    position: absolute;
    inset: 0;
    z-index: 1;
    pointer-events: none;
    background:
        radial-gradient(520px 260px at 25% 15%, rgba(255, 107, 53, 0.12), transparent 70%),
        linear-gradient(180deg, rgba(5, 13, 8, 0.55) 0%, rgba(5, 13, 8, 0.70) 100%);
}

/* About text container for consistent readability */
.mcf-about-text {
    max-width: 980px;
    margin: 26px auto 0;
    padding: clamp(18px, 2.2vw, 30px) clamp(18px, 3vw, 40px);
    text-align: left;
    color: rgba(243, 239, 230, 0.94);
    position: relative;
    border-radius: 26px;
    border: 1px solid transparent;
    background:
        linear-gradient(135deg, rgba(5, 13, 8, 0.78), rgba(10, 26, 15, 0.54)) padding-box,
        linear-gradient(120deg, rgba(255, 107, 53, 0.65), rgba(255, 255, 255, 0.10), rgba(255, 107, 53, 0.20)) border-box;
    box-shadow:
        0 35px 80px rgba(0, 0, 0, 0.55),
        0 0 0 1px rgba(255, 107, 53, 0.10) inset,
        0 0 70px rgba(255, 107, 53, 0.10);
    backdrop-filter: blur(14px) saturate(1.08);
    -webkit-backdrop-filter: blur(14px) saturate(1.08);
}

.mcf-about-text p {
    margin: 0 0 16px !important;
    color: inherit !important;
}

.mcf-about-text p:last-child {
    margin-bottom: 0 !important;
}

/* About photo mosaic */
#about .elementor-column,
#about .elementor-column .elementor-widget-wrap {
    height: 100%;
}

#about .elementor-column .elementor-widget-wrap {
    display: flex;
    flex-direction: column;
}

.mcf-about-gallery {
    flex: 1;
}

.mcf-about-gallery {
    display: grid;
    grid-template-columns: minmax(0, 1.1fr) minmax(0, 0.9fr);
    grid-template-rows: repeat(2, minmax(0, 1fr));
    grid-auto-rows: minmax(0, 1fr);
    height: 100%;
    min-height: 520px;
    gap: 16px;
}

.mcf-about-photo {
    margin: 0;
    border-radius: 18px;
    overflow: hidden;
    border: 1px solid rgba(255, 255, 255, 0.08);
    background: #0c170c;
    box-shadow: 0 18px 30px rgba(0, 0, 0, 0.35);
}

.mcf-about-photo img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.mcf-about-photo.is-tall {
    grid-row: span 2;
}

/* Stargazing guide callout */
.mcf-stargazing-card {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 16px;
    margin-top: 22px;
    padding: 16px 18px;
    background: rgba(15, 34, 22, 0.78);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 16px;
    box-shadow: 0 18px 30px rgba(0, 0, 0, 0.35);
    text-align: center;
}

.mcf-stargazing-body {
    text-align: center;
}

.mcf-stargazing-icon {
    width: 42px;
    height: 42px;
    border-radius: 12px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: rgba(255, 107, 53, 0.2);
    color: #ff6b35;
    font-weight: 700;
    font-size: 1.2rem;
    flex: 0 0 auto;
}

.mcf-stargazing-title {
    font-weight: 700;
    color: #f4ede2;
    letter-spacing: 0.01em;
}

.mcf-stargazing-desc {
    color: #c9c3b8;
    font-size: 0.95rem;
    line-height: 1.5;
    margin-top: 4px;
}

.mcf-stargazing-cta {
    background: #ff6b35;
    color: #050d08;
    font-weight: 700;
    padding: 8px 14px;
    border-radius: 12px;
    text-decoration: none;
    flex: 0 0 auto;
    align-self: center;
    box-shadow: 0 8px 20px rgba(255, 107, 53, 0.35);
}

.mcf-stargazing-cta:hover {
    filter: brightness(1.05);
}

/* Header CTA (used by Elementor header too) */
.mcf-header-cta {
    display: inline-flex;
    align-items: center;
}

.mcf-header-cta img {
    height: 44px;
    width: auto;
    border-radius: 10px;
    box-shadow: 0 0 18px rgba(255, 107, 53, 0.35);
}

/* ===== WEATHER ===== */
.mcf-weather {
    background: linear-gradient(180deg, rgba(12, 23, 12, 0.92), rgba(8, 16, 10, 0.92));
    border: 1px solid rgba(255, 107, 53, 0.22);
    border-radius: 24px;
    padding: 24px;
    max-width: 1000px;
    margin: 40px auto 0;
    box-shadow: 0 24px 50px rgba(0, 0, 0, 0.45);
    position: relative;
    overflow: hidden;
}

.mcf-weather::before {
    content: '';
    position: absolute;
    inset: 0;
    background: radial-gradient(380px 200px at 12% 0%, rgba(255, 107, 53, 0.18), transparent 60%);
    pointer-events: none;
}

.mcf-weather-header {
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 18px;
    margin-bottom: 18px;
}

.mcf-weather-eyebrow {
    margin: 0 0 6px;
    font-size: 0.75rem;
    letter-spacing: 0.28em;
    text-transform: uppercase;
    color: var(--neon-orange);
}

.mcf-weather-header h3 {
    margin: 0;
    font-size: 1.25rem;
}

.mcf-weather-meta {
    margin: 4px 0 0;
    color: #a7b8a6;
    font-size: 0.85rem;
}

.mcf-weather-refresh {
    background: var(--neon-orange);
    border: none;
    color: #050d08;
    font-weight: 700;
    padding: 10px 16px;
    border-radius: 12px;
    cursor: pointer;
    box-shadow: 0 12px 24px rgba(255, 107, 53, 0.35);
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.mcf-weather-refresh:hover {
    transform: translateY(-2px);
    box-shadow: 0 16px 30px rgba(255, 107, 53, 0.45);
}

.mcf-weather-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(120px, 1fr));
    gap: 12px;
    position: relative;
}

.mcf-weather-card {
    background: rgba(17, 34, 22, 0.92);
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 16px;
    padding: 14px 12px;
    text-align: center;
    transition: border-color 0.2s ease, box-shadow 0.2s ease, transform 0.2s ease;
}

.mcf-weather-card:hover {
    border-color: rgba(255, 107, 53, 0.6);
    box-shadow: 0 12px 24px rgba(255, 107, 53, 0.25);
    transform: translateY(-2px);
}

.mcf-weather-card.is-today {
    border-color: rgba(255, 107, 53, 0.7);
    box-shadow: 0 0 25px rgba(255, 107, 53, 0.2);
}

.mcf-weather-day {
    font-weight: 700;
    color: #f5f1e7;
    font-size: 0.9rem;
}

.mcf-weather-date {
    color: #9fb9a4;
    font-size: 0.78rem;
}

.mcf-weather-icon {
    font-size: 1.9rem;
    margin: 10px 0;
}

.mcf-weather-temps {
    display: flex;
    justify-content: center;
    gap: 10px;
    font-weight: 700;
    font-size: 0.95rem;
}

.mcf-weather-temps .hi {
    color: var(--neon-orange);
}

.mcf-weather-temps .lo {
    color: #9cc4ff;
}

.mcf-weather-precip {
    margin-top: 8px;
    font-size: 0.75rem;
    color: #c7d4c1;
}

.mcf-weather-precip::before {
    content: 'Precip ';
    color: #8fa59a;
}

.mcf-weather-footer {
    margin-top: 16px;
    text-align: center;
    color: #8fa59a;
    font-size: 0.8rem;
}

/* Nearby carousel */
.mcf-nearby-carousel {
    display: flex;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    -webkit-overflow-scrolling: touch;
    gap: 22px;
    margin-top: 40px;
    padding: 8px 0 16px;
    scrollbar-width: none;
    align-items: stretch;
}
.mcf-nearby-carousel::-webkit-scrollbar { display: none; }

.mcf-nearby-card {
    background: #132a1a;
    border: 1px solid rgba(255, 255, 255, 0.06);
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.3);
    flex: 0 0 280px;
    min-width: 260px;
    scroll-snap-align: center;
    display: flex;
    flex-direction: column;
}

.mcf-nearby-link {
    display: flex;
    flex-direction: column;
    text-decoration: none;
    color: inherit;
    width: 100%;
}

.mcf-nearby-media img {
    width: 100%;
    height: 210px;
    object-fit: cover;
    display: block;
    border-bottom: 1px solid rgba(255, 107, 53, 0.25);
}

.mcf-nearby-body {
    padding: 16px 18px 18px;
    display: flex;
    flex-direction: column;
    gap: 6px;
}

.mcf-nearby-body h3 {
    margin: 0;
    text-transform: uppercase;
    letter-spacing: 0.18em;
    font-size: 0.8rem;
    font-weight: 800;
    color: #fff7ef;
    text-shadow: 0 0 10px rgba(255, 107, 53, 0.35);
}

.mcf-nearby-body p {
    margin: 0;
    color: #cfd6c8;
    font-size: 0.9rem;
    line-height: 1.5;
}

/* Nearby carousel — tablet */
@media (max-width: 1024px) {
    .mcf-nearby-card { flex: 0 0 260px; }
    .mcf-nearby-media img { height: 185px; }
}

/* Nearby carousel — mobile */
@media (max-width: 768px) {
    .mcf-nearby-carousel { gap: 16px; padding: 6px 0 14px; }
    .mcf-nearby-card { flex: 0 0 220px; }
    .mcf-nearby-media img { height: 160px; }
    .mcf-nearby-body h3 { font-size: 0.75rem; letter-spacing: 0.14em; }
    .mcf-nearby-body p { font-size: 0.85rem; }
}

@media (max-width: 480px) {
    .mcf-nearby-card { flex: 0 0 75vw; }
    .mcf-nearby-media img { height: 52vw; max-height: 180px; }
}
/* ===== BLOG + CAMPERS HUB ===== */
.mcf-container {
    width: min(1200px, 90vw);
    margin: 0 auto;
}

.mcf-page-hero {
    padding: 140px 0 90px;
    position: relative;
    overflow: hidden;
    background:
        radial-gradient(800px 420px at 10% 0%, rgba(255, 107, 53, 0.2), transparent 60%),
        radial-gradient(700px 480px at 90% 10%, rgba(10, 26, 15, 0.9), transparent 60%),
        linear-gradient(180deg, rgba(5, 13, 8, 0.95), rgba(5, 13, 8, 0.7));
    border-bottom: 1px solid var(--border-subtle);
}

/* FAQ page background */
body.page-id-422 {
    background:
        linear-gradient(180deg, rgba(5, 13, 8, 0.9), rgba(5, 13, 8, 0.72)),
        url('/wp-content/uploads/2026/02/wpphotofallsa.webp') center 30% / cover fixed,
        var(--bg-darkest);
}

body.page-id-422 .mcf-hero-eyebrow {
    color: var(--neon-orange);
    text-shadow: 0 0 18px rgba(255, 107, 53, 0.6);
}

body.page-id-422 .mcf-page-hero h1 {
    color: #fffaf3;
    text-shadow: 0 0 30px rgba(0, 0, 0, 0.7), 0 0 18px rgba(255, 107, 53, 0.4);
}

.mcf-page-hero::after {
    content: '';
    position: absolute;
    inset: 0;
    background: url('data:image/svg+xml;utf8,<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"120\" height=\"120\" viewBox=\"0 0 120 120\"><circle cx=\"4\" cy=\"4\" r=\"2\" fill=\"rgba(255,107,53,0.15)\"/></svg>') repeat;
    opacity: 0.35;
    pointer-events: none;
}

.mcf-page-hero__inner {
    position: relative;
    z-index: 2;
    width: min(900px, 90vw);
    margin: 0 auto;
    text-align: center;
}

.mcf-hero-eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    font-size: 0.85rem;
    letter-spacing: 0.32em;
    text-transform: uppercase;
    color: var(--neon-orange);
    margin-bottom: 16px;
}

.mcf-hero-sub {
    max-width: 640px;
    margin: 18px auto 0;
    color: var(--text-light);
    font-size: 1.1rem;
    text-shadow: 0 12px 30px rgba(0, 0, 0, 0.5);
}

.mcf-page-section {
    padding: 80px 0;
}

.mcf-split-grid {
    display: grid;
    gap: 32px;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    align-items: start;
}

/* Blog grid */
.mcf-blog-grid {
    display: grid;
    gap: 26px;
    grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
}

.mcf-blog-card {
    background: var(--bg-card);
    border-radius: 20px;
    overflow: hidden;
    border: 1px solid var(--border-subtle);
    box-shadow: var(--shadow-medium);
    display: flex;
    flex-direction: column;
    transition: transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease;
}

.mcf-blog-card:hover {
    transform: translateY(-6px);
    border-color: var(--border-glow);
    box-shadow: var(--shadow-heavy);
}

.mcf-blog-media img {
    width: 100%;
    height: 220px;
    object-fit: cover;
    display: block;
}

.mcf-blog-body {
    padding: 22px 24px 26px;
    display: flex;
    flex-direction: column;
    gap: 14px;
}

.mcf-blog-meta {
    font-size: 0.85rem;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    color: #c3b9aa;
}

.mcf-blog-title a {
    color: var(--text-white);
    text-decoration: none;
}

.mcf-blog-excerpt {
    color: var(--text-light);
}

.mcf-blog-link {
    color: var(--neon-orange);
    font-weight: 600;
    text-decoration: none;
    letter-spacing: 0.02em;
}

/* Forms + buttons */
.mcf-form {
    background: rgba(10, 26, 15, 0.75);
    border: 1px solid rgba(255, 255, 255, 0.12);
    border-radius: 20px;
    padding: 24px;
    box-shadow: var(--shadow-medium);
    display: grid;
    gap: 16px;
}

.mcf-form-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
    gap: 16px;
}

.mcf-form label {
    display: grid;
    gap: 8px;
    font-weight: 600;
    color: #e8e4dc;
}

.mcf-form input,
.mcf-form textarea,
.mcf-form select {
    width: 100%;
    padding: 12px 14px;
    border-radius: 12px;
    border: 1px solid rgba(255, 255, 255, 0.12);
    background: rgba(5, 13, 8, 0.75);
    color: var(--text-light);
    font-size: 0.98rem;
}

.mcf-form input:focus,
.mcf-form textarea:focus,
.mcf-form select:focus {
    outline: none;
    border-color: var(--neon-orange);
    box-shadow: 0 0 0 3px rgba(255, 107, 53, 0.2);
}

.mcf-form-note {
    font-size: 0.85rem;
    color: #c6bfb4;
    margin: 0;
}

.mcf-button {
    border: none;
    background: var(--neon-orange);
    color: #050d08;
    font-weight: 700;
    padding: 12px 20px;
    border-radius: 12px;
    cursor: pointer;
    box-shadow: 0 12px 26px rgba(255, 107, 53, 0.3);
}

.mcf-button:hover {
    filter: brightness(1.05);
}

.mcf-button-outline {
    background: transparent;
    color: var(--neon-orange);
    border: 1px solid rgba(255, 107, 53, 0.5);
}

.mcf-form-message {
    padding: 12px 14px;
    border-radius: 12px;
    font-weight: 600;
}

.mcf-form-message.success {
    background: rgba(25, 97, 52, 0.35);
    border: 1px solid rgba(25, 97, 52, 0.7);
    color: #d7f5e2;
}

.mcf-form-message.error {
    background: rgba(128, 26, 26, 0.3);
    border: 1px solid rgba(128, 26, 26, 0.6);
    color: #ffd7d7;
}

.mcf-honeypot {
    position: absolute;
    left: -9999px;
    opacity: 0;
}

/* Guestbook feed */
.mcf-guestbook-feed {
    display: grid;
    gap: 22px;
}

.mcf-guestbook-entry {
    background: var(--bg-card);
    border: 1px solid var(--border-subtle);
    border-radius: 20px;
    padding: 24px;
    box-shadow: var(--shadow-medium);
}

.mcf-guestbook-meta {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 12px;
    font-size: 0.85rem;
    color: #c6bfb4;
}

.mcf-badge {
    display: inline-flex;
    padding: 6px 12px;
    border-radius: 999px;
    background: rgba(255, 107, 53, 0.18);
    color: var(--neon-orange);
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.mcf-guestbook-title {
    margin: 0 0 10px;
}

.mcf-guestbook-event {
    margin-top: 12px;
    color: #f2c9a9;
    font-weight: 600;
}

.mcf-guestbook-photos {
    margin-top: 16px;
    display: grid;
    gap: 12px;
    grid-template-columns: repeat(auto-fit, minmax(160px, 1fr));
}

.mcf-guestbook-photos img {
    width: 100%;
    height: 160px;
    object-fit: cover;
    border-radius: 12px;
    border: 1px solid rgba(255, 255, 255, 0.08);
}

.mcf-guestbook-footer {
    margin-top: 14px;
    font-weight: 600;
    color: #e8e4dc;
}

/* Campers Hub — Cork board */
body.page-id-422 .mcf-corkboard-section {
    margin-top: 50px;
}

body.page-id-422 .mcf-corkboard-header {
    text-align: center;
    max-width: 760px;
    margin: 0 auto 28px;
}

body.page-id-422 .mcf-corkboard-header h2 {
    margin: 0 0 12px;
    color: #f9eed6;
    font-size: clamp(1.6rem, 3.4vw, 2.4rem);
    letter-spacing: 0.02em;
}

body.page-id-422 .mcf-corkboard-sub {
    margin: 0;
    color: #e3d3b6;
    font-size: 1.05rem;
}

body.page-id-422 .mcf-corkboard {
    position: relative;
    display: grid;
    gap: 28px;
    grid-template-columns: minmax(260px, 360px) 1fr;
    padding: 32px;
    border-radius: 28px;
    border: 1px solid rgba(255, 107, 53, 0.22);
    background:
        linear-gradient(180deg, rgba(95, 61, 25, 0.96), rgba(58, 35, 15, 0.98));
    box-shadow: 0 30px 60px rgba(0, 0, 0, 0.45);
    overflow: hidden;
}

body.page-id-422 .mcf-corkboard::before {
    content: '';
    position: absolute;
    inset: 0;
    border-radius: inherit;
    background:
        repeating-linear-gradient(45deg, rgba(255, 255, 255, 0.04) 0 8px, rgba(0, 0, 0, 0.05) 8px 16px),
        radial-gradient(circle at 20% 10%, rgba(255, 107, 53, 0.18), transparent 45%);
    pointer-events: none;
    opacity: 0.7;
}

body.page-id-422 .mcf-corkboard-column {
    position: relative;
    z-index: 1;
}

body.page-id-422 .mcf-corkboard-section .mcf-guestbook-form {
    background: #f6e1b2;
    color: #3b2a12;
    border: 1px solid rgba(140, 90, 40, 0.4);
    border-radius: 18px;
    padding: 24px;
    box-shadow: 0 18px 30px rgba(0, 0, 0, 0.25);
    position: relative;
}

body.page-id-422 .mcf-corkboard-section .mcf-guestbook-form::before {
    content: '';
    position: absolute;
    top: 10px;
    left: 50%;
    width: 14px;
    height: 14px;
    border-radius: 50%;
    background: #ff6b35;
    border: 2px solid #b84a24;
    transform: translateX(-50%);
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.35);
}

body.page-id-422 .mcf-corkboard-section .mcf-guestbook-form label {
    color: #3b2a12;
    font-weight: 600;
}

body.page-id-422 .mcf-corkboard-section .mcf-guestbook-form input,
body.page-id-422 .mcf-corkboard-section .mcf-guestbook-form textarea,
body.page-id-422 .mcf-corkboard-section .mcf-guestbook-form select {
    background: #fff3d6;
    border: 1px solid rgba(140, 90, 40, 0.4);
    color: #3b2a12;
    border-radius: 12px;
}

body.page-id-422 .mcf-corkboard-section .mcf-guestbook-form input:focus,
body.page-id-422 .mcf-corkboard-section .mcf-guestbook-form textarea:focus,
body.page-id-422 .mcf-corkboard-section .mcf-guestbook-form select:focus {
    border-color: rgba(255, 107, 53, 0.7);
    box-shadow: 0 0 0 3px rgba(255, 107, 53, 0.2);
    outline: none;
}

body.page-id-422 .mcf-corkboard-section .mcf-guestbook-form input[type="file"] {
    padding: 10px 12px;
    border-style: dashed;
    cursor: pointer;
}

body.page-id-422 .mcf-corkboard-section .mcf-guestbook-form .mcf-form-note {
    color: rgba(59, 42, 18, 0.75);
}

body.page-id-422 .mcf-corkboard-section .mcf-guestbook-feed {
    display: grid;
    gap: 18px;
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
}

body.page-id-422 .mcf-corkboard-section .mcf-guestbook-entry {
    background: #fff1c7;
    border: 1px solid rgba(182, 128, 60, 0.35);
    border-radius: 16px;
    padding: 20px;
    color: #3b2a12;
    position: relative;
    box-shadow: 0 12px 24px rgba(0, 0, 0, 0.2);
    transform: rotate(-0.6deg);
}

body.page-id-422 .mcf-corkboard-section .mcf-guestbook-entry:nth-child(2n) {
    background: #fbe8b4;
    transform: rotate(0.7deg);
}

body.page-id-422 .mcf-corkboard-section .mcf-guestbook-entry:nth-child(3n) {
    background: #f6e0a6;
    transform: rotate(-0.3deg);
}

body.page-id-422 .mcf-corkboard-section .mcf-guestbook-entry::before {
    content: '';
    position: absolute;
    top: 10px;
    left: 50%;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background: #ff6b35;
    border: 2px solid #b84a24;
    transform: translateX(-50%);
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.35);
}

body.page-id-422 .mcf-corkboard-section .mcf-guestbook-meta,
body.page-id-422 .mcf-corkboard-section .mcf-guestbook-date {
    color: rgba(59, 42, 18, 0.75);
}

body.page-id-422 .mcf-corkboard-section .mcf-guestbook-title {
    color: #2d1c0c;
}

body.page-id-422 .mcf-corkboard-section .mcf-guestbook-content,
body.page-id-422 .mcf-corkboard-section .mcf-guestbook-footer {
    color: #3b2a12;
}

body.page-id-422 .mcf-corkboard-section .mcf-badge {
    background: rgba(255, 107, 53, 0.2);
    color: #7b2e12;
}

body.page-id-422 .mcf-corkboard-section .mcf-guestbook-photos img {
    border: 2px solid rgba(255, 107, 53, 0.25);
    box-shadow: 0 10px 18px rgba(0, 0, 0, 0.2);
}

body.page-id-422 .mcf-corkboard-section .mcf-empty-state {
    background: rgba(255, 255, 255, 0.15);
    border-radius: 16px;
    padding: 18px;
    text-align: center;
    color: #f9eed6;
}

@media (max-width: 980px) {
    body.page-id-422 .mcf-corkboard {
        grid-template-columns: 1fr;
        padding: 24px;
    }
}

/* FAQ */
.mcf-faq details {
    background: rgba(10, 26, 15, 0.7);
    border: 1px solid rgba(255, 255, 255, 0.12);
    border-radius: 16px;
    padding: 16px 20px;
    margin-bottom: 14px;
    box-shadow: var(--shadow-medium);
}

.mcf-faq-search {
    display: grid;
    gap: 10px;
    margin-bottom: 22px;
    position: sticky;
    top: 90px;
    z-index: 5;
    padding: 16px 0 12px;
    background: linear-gradient(180deg, rgba(5, 13, 8, 0.95), rgba(5, 13, 8, 0.75));
}

.mcf-faq-label {
    font-weight: 700;
    color: #f4ede2;
    letter-spacing: 0.02em;
}

.mcf-faq-search input {
    width: 100%;
    padding: 12px 14px;
    border-radius: 12px;
    border: 1px solid rgba(255, 255, 255, 0.12);
    background: rgba(5, 13, 8, 0.7);
    color: var(--text-light);
    font-size: 1rem;
}

.mcf-faq-search input:focus {
    outline: none;
    border-color: var(--neon-orange);
    box-shadow: 0 0 0 3px rgba(255, 107, 53, 0.2);
}

.mcf-faq-group {
    margin-bottom: 28px;
}

.mcf-faq-group h3 {
    margin: 0 0 14px;
    color: var(--neon-orange);
    text-transform: uppercase;
    letter-spacing: 0.18em;
    font-size: 0.9rem;
}

.mcf-faq summary {
    cursor: pointer;
    font-weight: 700;
    color: var(--text-white);
}

.mcf-faq-empty {
    padding: 16px 18px;
    border-radius: 14px;
    background: rgba(10, 26, 15, 0.6);
    border: 1px dashed rgba(255, 255, 255, 0.12);
    color: #c6bfb4;
    margin-bottom: 18px;
}

.mcf-faq-top {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-top: 20px;
    padding: 10px 16px;
    border-radius: 999px;
    border: 1px solid rgba(255, 107, 53, 0.5);
    color: var(--neon-orange);
    text-decoration: none;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    font-size: 0.75rem;
}

.mcf-faq-top:hover {
    background: rgba(255, 107, 53, 0.2);
    color: #fff1e8;
}

.mcf-empty-state {
    padding: 18px 20px;
    border-radius: 16px;
    background: rgba(10, 26, 15, 0.6);
    border: 1px dashed rgba(255, 255, 255, 0.12);
    color: #c6bfb4;
}

.mcf-coupon-card {
    margin-top: 20px;
}

/* Reviews */
.mcf-reviews-wrap .mcf-review-link {
    display: block;
    width: fit-content;
    margin: 18px auto 0;
}

@media (max-width: 980px) {
    .mcf-about-gallery {
        grid-template-columns: 1fr;
        grid-template-rows: none;
        grid-auto-rows: 200px;
        min-height: 0;
    }

    .mcf-about-photo.is-tall {
        grid-row: span 1;
    }
}

@media (max-width: 900px) {
    #hero-section {
        background-size: cover !important;
        background-position: center center !important;
    }
}

@media (max-width: 700px) {
    .mcf-stargazing-card {
        align-items: center;
    }

    .mcf-stargazing-cta {
        align-self: center;
    }
}

/* ===== GLOBAL MOBILE POLISH ===== */
@media (max-width: 900px) {
    .elementor-section {
        padding: 70px 0;
    }

    #hero-section {
        min-height: 125vh;
        padding-bottom: 190px !important;
        background-position: center 35% !important;
        background-size: 100% !important;
    }

    .mcf-page-hero {
        padding: 120px 0 70px;
    }

    .mcf-page-section {
        padding: 60px 0;
    }

    .mcf-container {
        width: min(92vw, 1100px);
    }

    .mcf-nearby-card {
        flex: 0 0 78vw;
        min-width: 0;
        min-height: 400px;
    }
}

@media (max-width: 720px) {
    .elementor-section {
        padding: 60px 0;
    }

    .mcf-page-hero__inner {
        text-align: left;
    }

    .mcf-hero-eyebrow {
        letter-spacing: 0.22em;
        justify-content: flex-start;
    }

    .mcf-hero-sub {
        margin-left: 0;
    }

    .mcf-blog-media img {
        height: 200px;
    }

    .mcf-form {
        padding: 20px;
    }

    .mcf-guestbook-photos img {
        height: 140px;
    }

    .mcf-weather {
        padding: 20px;
    }

    .mcf-weather-header {
        flex-direction: column;
        align-items: flex-start;
    }

    .mcf-weather-refresh {
        width: 100%;
        text-align: center;
    }

    .mcf-weather-grid {
        grid-template-columns: repeat(auto-fit, minmax(130px, 1fr));
    }

    .mcf-weather-card {
        padding: 12px 10px;
    }

    .mcf-dropdown-menu a,
    .mcf-button,
    .mcf-stargazing-cta,
    .neon-btn,
    .mcf-review-btn {
        min-height: 44px;
        padding: 12px 16px;
        display: inline-flex;
        align-items: center;
        justify-content: center;
    }

    .mcf-header-cta img {
        height: 36px;
    }
}

@media (max-width: 540px) {
    .mcf-container {
        width: min(94vw, 1000px);
    }

    .mcf-blog-body {
        padding: 18px;
    }

    .mcf-review-card {
        flex-basis: 82vw !important;
    }

    .mcf-nearby-card {
        flex-basis: 86vw;
        min-width: 0;
        min-height: 380px;
    }
}

/* Carousel swipe polish */
.mcf-review-track,
.photo-carousel,
.mcf-carousel,
.mcf-act-carousel {
    -webkit-overflow-scrolling: touch;
    scroll-snap-type: x mandatory;
    scroll-padding: 16px;
    touch-action: pan-x;
}

/* ===== RESPONSIVE ===== */
@media (max-width: 768px) {
    .mcf-carousel-item,
    .review-card {
        flex: 0 0 85vw;
    }

    .photo-carousel-nav {
        margin-top: 10px;
        gap: 12px;
    }

    .photo-carousel-hint {
        font-size: 0.75rem;
        letter-spacing: 0.06em;
    }
    
    .dark-card {
        padding: 25px;
    }
    
    .amenities-grid {
        grid-template-columns: 1fr;
    }
    
    .packing-grid {
        grid-template-columns: 1fr;
    }
}

/* ===== ANIMATIONS ===== */
@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(30px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.animate-in {
    animation: fadeInUp 0.6s ease forwards;
}

/* Staggered animations */
.stagger-1 { animation-delay: 0.1s; }
.stagger-2 { animation-delay: 0.2s; }
.stagger-3 { animation-delay: 0.3s; }
.stagger-4 { animation-delay: 0.4s; }
.stagger-5 { animation-delay: 0.5s; }

/* ==========================================================
   MCFII HOME PAGE — CINEMATIC HERO
   ========================================================== */

/* Remove body padding so hero bleeds behind the sticky header */
body.page-id-390 {
    padding-top: 0 !important;
}

body.page-id-390 .site-main.elementor-full-width {
    overflow: visible;
}

/* ---- Sticky hero section ---- */
.mcfii-hero {
    position: sticky !important;
    top: 0;
    z-index: 0;
    min-height: 100vh !important;
    height: 100vh !important;
    display: flex !important;
    align-items: center;
    justify-content: center;
    padding: 0 !important;
    margin: 0 !important;
    overflow: hidden;
    background-size: cover !important;
    background-position: center 25% !important;
    background-attachment: scroll !important;
}

/* Slow cinematic zoom on the background image */
.mcfii-hero::before {
    content: '';
    position: absolute;
    inset: -10%;
    background: inherit;
    background-size: cover;
    background-position: center 25%;
    animation: mcfii-hero-zoom 25s ease-in-out infinite alternate;
    z-index: -2;
}

@keyframes mcfii-hero-zoom {
    0%   { transform: scale(1); }
    100% { transform: scale(1.08); }
}

/* Cinematic overlay gradient — heavier at bottom for seamless transition */
.mcfii-hero > .elementor-background-overlay {
    background:
        linear-gradient(180deg,
            rgba(5, 13, 8, 0.45) 0%,
            rgba(5, 13, 8, 0.1)  22%,
            rgba(5, 13, 8, 0.06) 40%,
            rgba(5, 13, 8, 0.35) 62%,
            rgba(5, 13, 8, 0.75) 78%,
            rgba(5, 13, 8, 0.97) 92%,
            #050d08 100%) !important;
    opacity: 1 !important;
}

/* Side vignette */
.mcfii-hero > .elementor-background-overlay::after {
    content: '';
    position: absolute;
    inset: 0;
    background: radial-gradient(ellipse 75% 65% at 50% 50%, transparent 35%, rgba(5, 13, 8, 0.55) 100%);
    pointer-events: none;
}

/* Hide original Elementor widgets inside hero (we inject our own) */
.mcfii-hero > .elementor-container {
    display: none !important;
}

/* ---- Sections after hero scroll over it ---- */
body.page-id-390 .elementor-top-section:not(.mcfii-hero) {
    position: relative;
    z-index: 2;
    background-color: var(--bg-darkest);
}

/* Card-edge lift on the first section after hero */
body.page-id-390 .mcfii-hero + .elementor-top-section {
    position: relative;
    z-index: 3;
    border-top-left-radius: 32px;
    border-top-right-radius: 32px;
    box-shadow: 0 -40px 100px rgba(0, 0, 0, 0.7);
    margin-top: -64px;
    overflow: hidden;
}

/* Tall fade-blend from hero into next section */
body.page-id-390 .mcfii-hero + .elementor-top-section::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 280px;
    background:
        radial-gradient(520px 220px at 50% 0%, rgba(255, 107, 53, 0.14), transparent 70%),
        linear-gradient(180deg,
            rgba(5, 13, 8, 0.98) 0%,
            rgba(5, 13, 8, 0.92) 18%,
            rgba(5, 13, 8, 0.62) 55%,
            transparent 100%);
    border-top-left-radius: 32px;
    border-top-right-radius: 32px;
    pointer-events: none;
    z-index: 2;
}

/* ---- Hero overlay (injected by JS) ---- */
.mcfii-hero-overlay {
    position: absolute;
    inset: 0;
    z-index: 5;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 20px;
    pointer-events: none;
}

.mcfii-hero-overlay > * {
    pointer-events: auto;
}

/* Eyebrow — "WELCOME TO" */
.mcfii-hero-eyebrow {
    display: inline-block;
    font-family: 'DM Sans', sans-serif;
    font-size: clamp(0.85rem, 1.8vw, 1.15rem);
    font-weight: 600;
    letter-spacing: 0.35em;
    text-transform: uppercase;
    color: var(--neon-orange);
    text-shadow:
        0 0 12px rgba(255, 107, 53, 0.6),
        0 0 30px rgba(255, 107, 53, 0.25);
    margin-bottom: 16px;
    opacity: 0;
    transform: translateY(20px);
    animation: mcfii-fade-up 0.9s 0.3s ease forwards;
}

/* Main title — "MUSICK CREEK FALLS" */
.mcfii-hero-title {
    font-family: 'Plus Jakarta Sans', 'Space Grotesk', sans-serif !important;
    font-size: clamp(3rem, 10vw, 7.5rem);
    font-weight: 800;
    line-height: 0.95;
    letter-spacing: -0.03em;
    color: #ffffff;
    margin: 0 0 10px;
    text-shadow:
        0 4px 40px rgba(0, 0, 0, 0.7),
        0 0 80px rgba(0, 0, 0, 0.3);
    opacity: 0;
    transform: translateY(30px) scale(0.97);
    animation: mcfii-title-in 1s 0.5s ease forwards;
}

.mcfii-hero-title .mcfii-accent {
    display: block;
    color: var(--neon-orange-bright);
    text-shadow:
        0 0 20px rgba(255, 107, 53, 0.7),
        0 0 60px rgba(255, 107, 53, 0.35),
        0 0 120px rgba(255, 107, 53, 0.15),
        0 6px 30px rgba(0, 0, 0, 0.5);
    animation: mcfii-neon-breathe 3s 2s ease-in-out infinite;
}

/* Sub line — location */
.mcfii-hero-sub {
    font-family: 'DM Sans', sans-serif;
    font-size: clamp(0.95rem, 1.6vw, 1.2rem);
    font-weight: 500;
    color: #c9c3b8;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    text-shadow: 0 2px 20px rgba(0, 0, 0, 0.7);
    margin-bottom: 44px;
    opacity: 0;
    transform: translateY(20px);
    animation: mcfii-fade-up 0.8s 0.9s ease forwards;
}

/* Scroll indicator */
.mcfii-hero-scroll {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 8px;
    color: var(--neon-orange);
    text-decoration: none;
    font-family: 'Space Grotesk', sans-serif;
    font-size: 0.75rem;
    font-weight: 600;
    letter-spacing: 0.25em;
    text-transform: uppercase;
    opacity: 0;
    animation: mcfii-fade-up 0.8s 1.4s ease forwards;
    transition: color 0.3s ease;
}

.mcfii-hero-scroll:hover {
    color: var(--neon-orange-bright);
}

.mcfii-hero-scroll svg {
    width: 24px;
    height: 24px;
    animation: mcfii-bounce 2s 2.5s ease-in-out infinite;
}

/* ---- Fire embers — small sparks rising from the campfire ---- */
.mcfii-hero-embers {
    position: absolute;
    bottom: 8%;
    left: 50%;
    transform: translateX(-50%);
    width: 280px;
    height: 320px;
    z-index: 4;
    pointer-events: none;
    overflow: visible;
}

.mcfii-hero-embers span {
    position: absolute;
    bottom: 0;
    border-radius: 50%;
    animation: mcfii-ember-rise linear infinite;
}

/* Variety of ember sizes, colors, positions, speeds */
.mcfii-hero-embers span:nth-child(1)  { left: 45%; width: 3px; height: 3px; background: #ff6b35; box-shadow: 0 0 4px #ff6b35, 0 0 8px rgba(255,107,53,0.5); animation-duration: 2.8s; animation-delay: 0s; }
.mcfii-hero-embers span:nth-child(2)  { left: 52%; width: 2px; height: 2px; background: #ffaa44; box-shadow: 0 0 3px #ffaa44; animation-duration: 3.4s; animation-delay: 0.4s; }
.mcfii-hero-embers span:nth-child(3)  { left: 38%; width: 2px; height: 2px; background: #ff8c5a; box-shadow: 0 0 5px #ff8c5a; animation-duration: 2.5s; animation-delay: 0.9s; }
.mcfii-hero-embers span:nth-child(4)  { left: 58%; width: 3px; height: 3px; background: #ffd700; box-shadow: 0 0 4px #ffd700, 0 0 10px rgba(255,215,0,0.3); animation-duration: 3.1s; animation-delay: 1.5s; }
.mcfii-hero-embers span:nth-child(5)  { left: 48%; width: 2px; height: 2px; background: #ff6b35; box-shadow: 0 0 3px #ff6b35; animation-duration: 2.2s; animation-delay: 0.7s; }
.mcfii-hero-embers span:nth-child(6)  { left: 42%; width: 4px; height: 4px; background: #ff4500; box-shadow: 0 0 6px #ff4500, 0 0 12px rgba(255,69,0,0.4); animation-duration: 3.6s; animation-delay: 2.0s; }
.mcfii-hero-embers span:nth-child(7)  { left: 55%; width: 2px; height: 2px; background: #ffcc33; box-shadow: 0 0 3px #ffcc33; animation-duration: 2.9s; animation-delay: 1.2s; }
.mcfii-hero-embers span:nth-child(8)  { left: 35%; width: 3px; height: 3px; background: #ff8c5a; box-shadow: 0 0 5px #ff8c5a; animation-duration: 3.3s; animation-delay: 0.3s; }
.mcfii-hero-embers span:nth-child(9)  { left: 62%; width: 2px; height: 2px; background: #ff6b35; box-shadow: 0 0 3px #ff6b35; animation-duration: 2.6s; animation-delay: 1.8s; }
.mcfii-hero-embers span:nth-child(10) { left: 50%; width: 3px; height: 3px; background: #ffd700; box-shadow: 0 0 5px #ffd700; animation-duration: 3.0s; animation-delay: 2.5s; }

@keyframes mcfii-ember-rise {
    0% {
        transform: translateY(0) translateX(0) scale(1);
        opacity: 0.9;
    }
    20% {
        opacity: 1;
    }
    50% {
        transform: translateY(-120px) translateX(12px) scale(0.8);
        opacity: 0.7;
    }
    75% {
        transform: translateY(-220px) translateX(-8px) scale(0.5);
        opacity: 0.35;
    }
    100% {
        transform: translateY(-310px) translateX(6px) scale(0.2);
        opacity: 0;
    }
}

/* Floating particles (pure CSS) */
.mcfii-hero-particles {
    position: absolute;
    inset: 0;
    z-index: 3;
    overflow: hidden;
    pointer-events: none;
}

.mcfii-hero-particles span {
    position: absolute;
    width: 3px;
    height: 3px;
    border-radius: 50%;
    background: rgba(255, 107, 53, 0.4);
    box-shadow: 0 0 6px rgba(255, 107, 53, 0.3);
    animation: mcfii-float linear infinite;
}

.mcfii-hero-particles span:nth-child(1) { left: 10%; animation-duration: 14s; animation-delay: 0s;   width: 2px; height: 2px; }
.mcfii-hero-particles span:nth-child(2) { left: 25%; animation-duration: 18s; animation-delay: 2s;   width: 4px; height: 4px; opacity: 0.7; }
.mcfii-hero-particles span:nth-child(3) { left: 40%; animation-duration: 12s; animation-delay: 4s;   width: 2px; height: 2px; }
.mcfii-hero-particles span:nth-child(4) { left: 55%; animation-duration: 16s; animation-delay: 1s;   width: 3px; height: 3px; opacity: 0.5; }
.mcfii-hero-particles span:nth-child(5) { left: 70%; animation-duration: 20s; animation-delay: 3s;   width: 2px; height: 2px; }
.mcfii-hero-particles span:nth-child(6) { left: 85%; animation-duration: 15s; animation-delay: 5s;   width: 3px; height: 3px; opacity: 0.6; }
.mcfii-hero-particles span:nth-child(7) { left: 50%; animation-duration: 22s; animation-delay: 7s;   width: 2px; height: 2px; opacity: 0.4; }
.mcfii-hero-particles span:nth-child(8) { left: 15%; animation-duration: 17s; animation-delay: 6s;   width: 4px; height: 4px; opacity: 0.35; }

/* ---- Keyframes ---- */
@keyframes mcfii-fade-up {
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes mcfii-title-in {
    to {
        opacity: 1;
        transform: translateY(0) scale(1);
    }
}

@keyframes mcfii-neon-breathe {
    0%, 100% {
        text-shadow:
            0 0 20px rgba(255, 107, 53, 0.7),
            0 0 60px rgba(255, 107, 53, 0.35),
            0 0 120px rgba(255, 107, 53, 0.15),
            0 6px 30px rgba(0, 0, 0, 0.5);
    }
    50% {
        text-shadow:
            0 0 30px rgba(255, 107, 53, 0.9),
            0 0 80px rgba(255, 107, 53, 0.5),
            0 0 150px rgba(255, 107, 53, 0.25),
            0 6px 30px rgba(0, 0, 0, 0.5);
    }
}

@keyframes mcfii-bounce {
    0%, 20%, 50%, 80%, 100% { transform: translateY(0); }
    40%  { transform: translateY(8px); }
    60%  { transform: translateY(4px); }
}

@keyframes mcfii-float {
    0% {
        transform: translateY(100vh) rotate(0deg);
        opacity: 0;
    }
    10% { opacity: 1; }
    90% { opacity: 1; }
    100% {
        transform: translateY(-20vh) rotate(360deg);
        opacity: 0;
    }
}

/* ---- Parallax-fade: hero content fades out on scroll ---- */
.mcfii-hero-overlay.is-fading {
    transition: opacity 0.05s linear;
}

/* ==========================================================
   MCFII — MOBILE RESPONSIVE
   ========================================================== */
@media (max-width: 1024px) {
    .mcfii-hero {
        background-position: center 30% !important;
    }

    .mcfii-hero-title {
        font-size: clamp(2.8rem, 9vw, 5.5rem);
    }
}

@media (max-width: 768px) {
    .mcfii-hero {
        background-position: center center !important;
    }

    /* Disable slow zoom on mobile for perf */
    .mcfii-hero::before {
        animation: none;
        inset: 0;
    }

    .mcfii-hero-title {
        font-size: clamp(2.4rem, 12vw, 4rem);
        letter-spacing: -0.02em;
    }

    .mcfii-hero-eyebrow {
        font-size: 0.8rem;
        letter-spacing: 0.25em;
    }

    .mcfii-hero-sub {
        font-size: 0.85rem;
        letter-spacing: 0.08em;
        margin-bottom: 36px;
    }

    .mcfii-hero-scroll {
        font-size: 0.7rem;
    }

    .mcfii-hero-scroll svg {
        width: 20px;
        height: 20px;
    }

    body.page-id-390 .mcfii-hero + .elementor-top-section {
        border-top-left-radius: 24px;
        border-top-right-radius: 24px;
        margin-top: -24px;
    }

    /* Reduce floating particles on mobile */
    .mcfii-hero-particles span:nth-child(n+5) {
        display: none;
    }
}

@media (max-width: 480px) {
    .mcfii-hero-title {
        font-size: clamp(2rem, 13vw, 3.2rem);
    }

    .mcfii-hero-eyebrow {
        font-size: 0.72rem;
        letter-spacing: 0.2em;
        margin-bottom: 12px;
    }

    .mcfii-hero-sub {
        font-size: 0.78rem;
        margin-bottom: 30px;
    }

    .mcfii-hero-overlay {
        padding: 16px;
    }

    body.page-id-390 .mcfii-hero + .elementor-top-section {
        border-top-left-radius: 18px;
        border-top-right-radius: 18px;
        margin-top: -18px;
    }
}

/* Fix Elementor sections on MCFII for mobile — prevent overflow / layout break */
@media (max-width: 768px) {
    body.page-id-390 .elementor-section {
        padding-left: 0 !important;
        padding-right: 0 !important;
    }

    body.page-id-390 .elementor-column-gap-default > .elementor-column > .elementor-element-populated {
        padding: 15px;
    }

    body.page-id-390 .elementor-widget-wrap {
        padding: 0 10px;
    }

    body.page-id-390 img {
        max-width: 100%;
        height: auto;
    }
}

/* Reduce embers on mobile for performance */
@media (max-width: 768px) {
    .mcfii-hero-embers {
        width: 180px;
        height: 200px;
        bottom: 10%;
    }

    .mcfii-hero-embers span:nth-child(n+7) {
        display: none;
    }
}

@media (max-width: 480px) {
    .mcfii-hero-embers span:nth-child(n+5) {
        display: none;
    }
}

/* Reduce motion for users who prefer it */
@media (prefers-reduced-motion: reduce) {
    .mcfii-hero::before,
    .mcfii-hero-particles span,
    .mcfii-hero-embers span {
        animation: none !important;
    }

    .mcfii-hero-title .mcfii-accent {
        animation: none !important;
    }

    .mcfii-hero-eyebrow,
    .mcfii-hero-title,
    .mcfii-hero-sub,
    .mcfii-hero-scroll {
        opacity: 1 !important;
        transform: none !important;
        animation: none !important;
    }
}

/* ==========================================================
   MCFII — ELEMENTOR EDITOR COMPATIBILITY
   When editing in Elementor, show original widgets, hide overlay
   ========================================================== */
body.elementor-editor-active .mcfii-hero > .elementor-container,
body.elementor-editor-preview .mcfii-hero > .elementor-container {
    display: flex !important;
}

body.elementor-editor-active .mcfii-hero-overlay,
body.elementor-editor-preview .mcfii-hero-overlay,
body.elementor-editor-active .mcfii-hero-embers,
body.elementor-editor-preview .mcfii-hero-embers {
    display: none !important;
}

body.elementor-editor-active .mcfii-hero,
body.elementor-editor-preview .mcfii-hero {
    position: relative !important;
    height: auto !important;
    min-height: 80vh !important;
}

/* ==========================================================
   EXPLORE / CAMPERS HUB PAGE
   ========================================================== */
.mcf-explore { --ex-orange: #ff6b35; --ex-bg: #050d08; --ex-card: #0c1a10; --ex-border: rgba(255,255,255,0.08); --ex-text: #e8e4dc; --ex-muted: #8a9a8e; }

/* Hero */
.mcf-ex-hero { position: relative; min-height: 85vh; display: flex; align-items: center; justify-content: center; overflow: hidden; }
.mcf-ex-hero-bg { position: absolute; inset: 0; background-size: cover; background-position: center 40%; z-index: 0; animation: mcf-ex-zoom 30s ease-in-out infinite alternate; }
@keyframes mcf-ex-zoom { from { transform: scale(1); } to { transform: scale(1.06); } }
.mcf-ex-hero-overlay { position: absolute; inset: 0; z-index: 1; background: linear-gradient(180deg, rgba(5,13,8,0.6) 0%, rgba(5,13,8,0.3) 40%, rgba(5,13,8,0.75) 75%, #050d08 100%); }
.mcf-ex-hero-inner { position: relative; z-index: 2; text-align: center; padding: 40px 20px; max-width: 800px; }
.mcf-ex-kicker { display: inline-block; font-size: 0.9rem; font-weight: 600; letter-spacing: 0.3em; text-transform: uppercase; color: var(--ex-orange); text-shadow: 0 0 12px rgba(255,107,53,0.5); margin-bottom: 16px; }
.mcf-ex-title { font-family: 'Plus Jakarta Sans','Space Grotesk',sans-serif; font-size: clamp(2.8rem,8vw,5.5rem); font-weight: 800; color: #fff; line-height: 1; margin: 0 0 20px; letter-spacing: -0.03em; text-shadow: 0 4px 40px rgba(0,0,0,0.7); }
.mcf-ex-title span { color: var(--ex-orange); text-shadow: 0 0 18px rgba(255,107,53,0.6), 0 0 50px rgba(255,107,53,0.25); }
.mcf-ex-sub { font-size: 1.15rem; color: #c9c3b8; line-height: 1.7; margin-bottom: 32px; text-shadow: 0 2px 16px rgba(0,0,0,0.7); }
.mcf-ex-hero-cta { display: flex; gap: 16px; justify-content: center; flex-wrap: wrap; }

/* Buttons */
.mcf-ex-btn { display: inline-flex; align-items: center; justify-content: center; padding: 14px 32px; border-radius: 14px; font-family: 'Space Grotesk',sans-serif; font-weight: 700; font-size: 0.9rem; letter-spacing: 0.1em; text-transform: uppercase; text-decoration: none; transition: all 0.3s ease; cursor: pointer; border: none; }
.mcf-ex-btn--outline { background: transparent; border: 2px solid var(--ex-orange); color: var(--ex-orange); box-shadow: 0 0 16px rgba(255,107,53,0.2); }
.mcf-ex-btn--outline:hover { background: var(--ex-orange); color: #050d08; box-shadow: 0 0 30px rgba(255,107,53,0.4); }
.mcf-ex-btn--solid { background: var(--ex-orange); color: #050d08; box-shadow: 0 0 16px rgba(255,107,53,0.3); }
.mcf-ex-btn--solid:hover { box-shadow: 0 0 30px rgba(255,107,53,0.5); transform: translateY(-2px); }
.mcf-ex-btn--sm { padding: 10px 20px; font-size: 0.78rem; }

/* Sections */
.mcf-ex-section { position: relative; padding: 90px 0; overflow: hidden; }
.mcf-ex-section:nth-child(odd) { background: var(--ex-bg); }
.mcf-ex-section:nth-child(even) { background: #0a1a0f; }
.mcf-ex-section--accent { background: transparent !important; }
.mcf-ex-section-bg { position: absolute; inset: 0; background-size: cover; background-position: center; filter: brightness(0.3) saturate(0.8); z-index: 0; }
.mcf-ex-section--accent::after { content: ''; position: absolute; inset: 0; z-index: 1; background: linear-gradient(180deg, rgba(5,13,8,0.85) 0%, rgba(5,13,8,0.7) 50%, rgba(5,13,8,0.9) 100%); pointer-events: none; }
.mcf-ex-section--accent > .mcf-ex-container { position: relative; z-index: 2; }
.mcf-ex-container { width: min(1200px, 92vw); margin: 0 auto; }

/* Section headers */
.mcf-ex-section-header { text-align: center; margin-bottom: 50px; }
.mcf-ex-section-header h2 { font-family: 'Plus Jakarta Sans','Space Grotesk',sans-serif; font-size: clamp(2rem,5vw,3rem); font-weight: 800; color: #fff; margin: 8px 0 14px; letter-spacing: -0.02em; }
.mcf-ex-section-header h2 span { color: var(--ex-orange); text-shadow: 0 0 12px rgba(255,107,53,0.4); }
.mcf-ex-section-header p { color: var(--ex-muted); font-size: 1.05rem; max-width: 600px; margin: 0 auto; line-height: 1.6; }
.mcf-ex-label { display: inline-block; font-size: 0.75rem; font-weight: 700; letter-spacing: 0.25em; text-transform: uppercase; color: var(--ex-orange); background: rgba(255,107,53,0.12); padding: 6px 16px; border-radius: 99px; border: 1px solid rgba(255,107,53,0.25); }

/* ===== CARD GRID ===== */
.mcf-ex-cards { display: grid; grid-template-columns: repeat(auto-fill, minmax(320px, 1fr)); gap: 24px; }
.mcf-ex-card { display: flex; flex-direction: column; background: var(--ex-card); border: 1px solid var(--ex-border); border-radius: 20px; overflow: hidden; text-decoration: none; color: inherit; transition: all 0.4s ease; box-shadow: 0 12px 30px rgba(0,0,0,0.3); }
.mcf-ex-card:hover { border-color: rgba(255,107,53,0.4); box-shadow: 0 0 20px rgba(255,107,53,0.15), 0 16px 40px rgba(0,0,0,0.4); transform: translateY(-6px); }
.mcf-ex-card-img { height: 200px; overflow: hidden; }
.mcf-ex-card-img img { width: 100%; height: 100%; object-fit: cover; transition: transform 0.5s ease; }
.mcf-ex-card:hover .mcf-ex-card-img img { transform: scale(1.06); }
.mcf-ex-card-body { padding: 22px 24px 26px; flex: 1; display: flex; flex-direction: column; }
.mcf-ex-card-body h3 { font-family: 'Plus Jakarta Sans',sans-serif; font-size: 1.15rem; font-weight: 700; color: #fff; margin: 0 0 10px; }
.mcf-ex-card-body p { color: var(--ex-muted); font-size: 0.92rem; line-height: 1.6; margin: 0 0 auto; }
.mcf-ex-card-link { display: inline-block; margin-top: 14px; font-size: 0.82rem; font-weight: 700; letter-spacing: 0.08em; text-transform: uppercase; color: var(--ex-orange); transition: color 0.2s; }
.mcf-ex-card:hover .mcf-ex-card-link { color: #ff8c5a; text-shadow: 0 0 8px rgba(255,107,53,0.4); }

/* ===== SPLIT LAYOUT (Trails, Info) ===== */
.mcf-ex-split { display: grid; grid-template-columns: 1.4fr 1fr; gap: 30px; align-items: start; }
.mcf-ex-glass-list { display: flex; flex-direction: column; gap: 12px; }
.mcf-ex-list-item { display: flex; align-items: flex-start; gap: 16px; padding: 18px 22px; background: rgba(12,26,15,0.7); border: 1px solid var(--ex-border); border-radius: 16px; backdrop-filter: blur(8px);
    opacity: 1; text-decoration: none; color: var(--ex-text); transition: all 0.3s ease; }
.mcf-ex-list-item:hover { border-color: rgba(255,107,53,0.35); background: rgba(20,40,25,0.8); transform: translateX(4px); }
.mcf-ex-list-item strong { color: #fff; }
.mcf-ex-icon { font-size: 1.5rem; flex: 0 0 auto; }
.mcf-ex-tip-card { background: linear-gradient(135deg, rgba(255,107,53,0.12), rgba(255,107,53,0.04)); border: 1px solid rgba(255,107,53,0.3); border-radius: 20px; padding: 28px; backdrop-filter: blur(8px);
    opacity: 1; }
.mcf-ex-tip-badge { display: inline-block; font-size: 0.8rem; font-weight: 700; letter-spacing: 0.12em; text-transform: uppercase; color: var(--ex-orange); margin-bottom: 12px; }
.mcf-ex-tip-card p { color: var(--ex-text); line-height: 1.7; margin: 0; }
.mcf-ex-tip-card a { color: var(--ex-orange); text-decoration: underline; }

/* ===== LAKE STRIP ===== */
.mcf-ex-lake-strip { display: grid; grid-template-columns: repeat(auto-fit, minmax(240px, 1fr)); gap: 20px; }
.mcf-ex-lake-card { display: flex; flex-direction: column; align-items: center; text-align: center; gap: 8px; padding: 30px 20px; background: var(--ex-card); border: 1px solid var(--ex-border); border-radius: 20px; text-decoration: none; color: inherit; transition: all 0.3s ease; }
.mcf-ex-lake-card:hover { border-color: rgba(69,183,209,0.4); box-shadow: 0 0 16px rgba(69,183,209,0.15); transform: translateY(-4px); }
.mcf-ex-lake-icon { font-size: 2rem; }
.mcf-ex-lake-card strong { color: #fff; font-size: 1.05rem; }
.mcf-ex-lake-card p { color: var(--ex-muted); font-size: 0.88rem; margin: 0; }

/* ===== FEATURE CARDS (Day Trips) ===== */
.mcf-ex-features { display: flex; flex-direction: column; gap: 24px; }
.mcf-ex-feature { display: grid; grid-template-columns: 380px 1fr; background: var(--ex-card); border: 1px solid var(--ex-border); border-radius: 22px; overflow: hidden; text-decoration: none; color: inherit; transition: all 0.4s ease; box-shadow: 0 15px 35px rgba(0,0,0,0.35); }
.mcf-ex-feature:hover { border-color: rgba(255,107,53,0.4); box-shadow: 0 0 24px rgba(255,107,53,0.12), 0 20px 45px rgba(0,0,0,0.45); transform: translateY(-4px); }
.mcf-ex-feature-img { overflow: hidden; }
.mcf-ex-feature-img img { width: 100%; height: 100%; min-height: 220px; object-fit: cover; transition: transform 0.5s ease; }
.mcf-ex-feature:hover .mcf-ex-feature-img img { transform: scale(1.05); }
.mcf-ex-feature-body { padding: 32px; display: flex; flex-direction: column; justify-content: center; }
.mcf-ex-feature-body h3 { font-family: 'Plus Jakarta Sans',sans-serif; font-size: 1.4rem; font-weight: 700; color: #fff; margin: 0 0 12px; }
.mcf-ex-feature-body p { color: var(--ex-muted); line-height: 1.7; margin: 0; }
.mcf-ex-feature-links { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 16px; }
.mcf-ex-feature-links a { display: inline-block; padding: 6px 14px; font-size: 0.78rem; font-weight: 600; letter-spacing: 0.06em; text-transform: uppercase; color: var(--ex-orange); border: 1px solid rgba(255,107,53,0.3); border-radius: 10px; text-decoration: none; transition: all 0.2s; }
.mcf-ex-feature-links a:hover { background: rgba(255,107,53,0.15); border-color: var(--ex-orange); }

/* ===== FOOD GRID ===== */
.mcf-ex-food-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(220px, 1fr)); gap: 20px; }
.mcf-ex-food-card { display: flex; flex-direction: column; align-items: center; text-align: center; padding: 28px 20px; background: var(--ex-card); border: 1px solid var(--ex-border); border-radius: 20px; text-decoration: none; color: inherit; transition: all 0.3s ease; }
.mcf-ex-food-card:hover { border-color: rgba(255,107,53,0.35); transform: translateY(-4px); box-shadow: 0 0 14px rgba(255,107,53,0.1); }
.mcf-ex-food-icon { font-size: 2.2rem; margin-bottom: 12px; }
.mcf-ex-food-card h3 { font-size: 1.05rem; font-weight: 700; color: #fff; margin: 0 0 8px; }
.mcf-ex-food-card p { color: var(--ex-muted); font-size: 0.88rem; margin: 0; line-height: 1.5; }
.mcf-ex-note { text-align: center; color: var(--ex-muted); font-size: 0.85rem; margin-top: 24px; font-style: italic; }

/* ===== SQUATCH SECTION ===== */
.mcf-ex-section--squatch { background: radial-gradient(800px 400px at 50% 30%, rgba(255,107,53,0.08), transparent 70%), var(--ex-bg) !important; }
.mcf-ex-squatch-row { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 24px; max-width: 700px; margin: 0 auto; }
.mcf-ex-squatch-card { display: flex; flex-direction: column; align-items: center; text-align: center; gap: 14px; padding: 36px 24px; background: rgba(20,35,22,0.8); border: 1px solid rgba(255,107,53,0.2); border-radius: 22px; text-decoration: none; color: inherit; transition: all 0.3s ease; }
.mcf-ex-squatch-card:hover { border-color: rgba(255,107,53,0.5); box-shadow: 0 0 24px rgba(255,107,53,0.15); transform: translateY(-4px); }
.mcf-ex-squatch-icon svg { filter: drop-shadow(0 0 10px rgba(255,107,53,0.5)); }
.mcf-ex-squatch-card h3 { color: var(--ex-orange); font-size: 1.2rem; margin: 0; }
.mcf-ex-squatch-card p { color: var(--ex-muted); font-size: 0.9rem; margin: 0; line-height: 1.6; }

/* ===== MAP ===== */
.mcf-ex-section--map { background: #060e09 !important; }
.mcf-ex-map-shell { border-radius: 22px; overflow: hidden; border: 1px solid var(--ex-border); box-shadow: 0 20px 50px rgba(0,0,0,0.5); }
#mcf-explore-map { height: 520px; width: 100%; background: #0c1a10; }
.mcf-ex-map-legend { display: flex; align-items: center; justify-content: space-between; flex-wrap: wrap; gap: 14px; padding: 16px 22px; background: rgba(12,26,15,0.95); border-top: 1px solid var(--ex-border); }
.mcf-ex-legend-items { display: flex; flex-wrap: wrap; gap: 16px; }
.mcf-ex-legend-dot { display: flex; align-items: center; gap: 8px; font-size: 0.8rem; color: var(--ex-muted); }
.mcf-ex-legend-dot::before { content: ''; width: 10px; height: 10px; border-radius: 50%; background: var(--dot); box-shadow: 0 0 6px var(--dot); flex: 0 0 auto; }

/* Leaflet popup override */
.mcf-ex-popup .leaflet-popup-content-wrapper { background: rgba(12,26,15,0.95); color: #e8e4dc; border: 1px solid rgba(255,107,53,0.25); border-radius: 14px; box-shadow: 0 10px 30px rgba(0,0,0,0.5); }
.mcf-ex-popup .leaflet-popup-tip { background: rgba(12,26,15,0.95); }
.mcf-ex-popup .leaflet-popup-close-button { color: var(--ex-muted); }

/* ===== LINK GRID ===== */
.mcf-ex-link-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(240px, 1fr)); gap: 12px; }
.mcf-ex-link-grid a { display: block; padding: 16px 22px; background: var(--ex-card); border: 1px solid var(--ex-border); border-radius: 14px; color: var(--ex-text); text-decoration: none; font-size: 0.92rem; font-weight: 500; transition: all 0.3s ease; }
.mcf-ex-link-grid a:hover { border-color: rgba(255,107,53,0.4); color: var(--ex-orange); background: rgba(255,107,53,0.06); transform: translateX(4px); }

/* ===== EXPLORE RESPONSIVE ===== */
@media (max-width: 900px) {
    .mcf-ex-section { padding: 70px 0; }
    .mcf-ex-split { grid-template-columns: 1fr; }
    .mcf-ex-feature { grid-template-columns: 1fr; }
    .mcf-ex-feature-img img { min-height: 200px; max-height: 260px; }
    .mcf-ex-cards { grid-template-columns: repeat(auto-fill, minmax(280px, 1fr)); }
}
@media (max-width: 600px) {
    .mcf-ex-hero { min-height: 75vh; }
    .mcf-ex-section { padding: 56px 0; }
    .mcf-ex-section-header { margin-bottom: 32px; }
    .mcf-ex-cards { grid-template-columns: 1fr; }
    .mcf-ex-card-img { height: 180px; }
    .mcf-ex-food-grid { grid-template-columns: 1fr 1fr; }
    .mcf-ex-lake-strip { grid-template-columns: 1fr 1fr; }
    .mcf-ex-link-grid { grid-template-columns: 1fr; }
    #mcf-explore-map { height: 380px; }
    .mcf-ex-map-legend { flex-direction: column; align-items: flex-start; }
}
@media (max-width: 420px) {
    .mcf-ex-food-grid { grid-template-columns: 1fr; }
    .mcf-ex-lake-strip { grid-template-columns: 1fr; }
}

/* ==========================================================
   GLOBAL MOBILE POLISH + COSMETIC FIXES
   ========================================================== */

/* Prevent horizontal overflow on all pages */
html, body { overflow-x: hidden; }
.mcf-explore, .elementor-section, .mcf-footer { max-width: 100vw; overflow-x: hidden; }

/* Smooth scroll for anchor links */
html { scroll-behavior: smooth; }

/* Focus styles for keyboard navigation (accessibility) */
a:focus-visible, button:focus-visible, input:focus-visible, select:focus-visible, textarea:focus-visible {
    outline: 2px solid #ff6b35;
    outline-offset: 2px;
    border-radius: 4px;
}

/* Skip-to-content link (screen readers) */
.skip-link { position: absolute; left: -9999px; top: auto; width: 1px; height: 1px; overflow: hidden; }
.skip-link:focus { position: fixed; top: 10px; left: 10px; width: auto; height: auto; padding: 12px 20px; background: #ff6b35; color: #050d08; font-weight: 700; z-index: 99999; border-radius: 8px; }

/* Ensure all images are responsive */
img { max-width: 100%; height: auto; }

/* Better text rendering */
body { -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; text-rendering: optimizeLegibility; }

/* Minimum touch targets for all interactive elements */
@media (max-width: 768px) {
    a, button { min-height: 44px; }
    .mcf-ex-btn, .neon-btn, .neon-btn-filled, .mcf-button { min-height: 48px; padding: 14px 24px; }
}

/* Homepage mobile fixes */
@media (max-width: 480px) {
    /* Hero text sizing */
    .mcfii-hero-title { font-size: clamp(2.4rem, 12vw, 4rem) !important; }
    
    /* About section overlap reduction */
    #about { margin-top: -80px; padding-top: 160px !important; }
    
    /* Activity cards full width */
    .mcf-act-card { flex: 0 0 82vw; }
    
    /* Nearby carousel */
    .mcf-nearby-card { flex: 0 0 88vw; min-width: 0; }
    
    /* Blog cards */
    .mcf-blog-card { min-width: 80vw; }
    
    /* Review cards */
    .mcf-review-card { flex-basis: 88vw !important; }
    
    /* Section padding tightening */
    .elementor-section { padding: 50px 0 !important; }
    
    /* Glass copy blocks */
    .mcf-glass-copy, #hero-section .elementor-widget-text-editor p,
    .elementor-section[data-settings*="background_image"] .elementor-widget-text-editor p {
        padding: 12px 14px;
        font-size: 1rem;
        border-radius: 14px;
    }
}

/* Explore page mobile extras */
@media (max-width: 600px) {
    .mcf-ex-hero-inner { padding: 30px 16px; }
    .mcf-ex-title { font-size: clamp(2.2rem, 10vw, 3.5rem); }
    .mcf-ex-sub { font-size: 1rem; }
    .mcf-ex-hero-cta { flex-direction: column; align-items: center; }
    .mcf-ex-btn { width: 100%; max-width: 280px; text-align: center; }
    .mcf-ex-card-body { padding: 18px 18px 22px; }
    .mcf-ex-feature-body { padding: 22px; }
    .mcf-ex-feature-body h3 { font-size: 1.2rem; }
    .mcf-ex-list-item { padding: 14px 16px; gap: 12px; }
    .mcf-ex-tip-card { padding: 20px; }
    .mcf-ex-squatch-card { padding: 28px 18px; }
    .mcf-ex-map-shell { border-radius: 14px; }
    .mcf-ex-section-header h2 { font-size: clamp(1.6rem, 6vw, 2.4rem); }
}

/* Very small screens (iPhone SE etc.) */
@media (max-width: 375px) {
    .mcf-ex-container { width: 96vw; }
    .mcf-ex-card-img { height: 160px; }
    .mcf-ex-food-card { padding: 22px 14px; }
    .mcf-ex-lake-card { padding: 22px 14px; }
    #mcf-explore-map { height: 320px; }
    .mcf-ex-legend-items { gap: 10px; }
    .mcf-ex-legend-dot { font-size: 0.72rem; }
}



/* === Sasquatch Journal === */
.sj-journal {
    padding-top: 0;
}

.sj-hero {
    position: relative;
    padding: 170px 0 110px;
    overflow: hidden;
    background:
        radial-gradient(800px 460px at 12% 20%, rgba(255, 107, 53, 0.18), transparent 60%),
        radial-gradient(720px 520px at 88% 18%, rgba(22, 82, 54, 0.55), transparent 60%),
        linear-gradient(180deg, rgba(5, 13, 8, 0.98) 0%, rgba(10, 28, 18, 0.96) 50%, rgba(6, 18, 12, 0.98) 100%);
}

.sj-hero::before {
    content: '';
    position: absolute;
    inset: 0;
    background: radial-gradient(circle at 70% 30%, rgba(255, 230, 120, 0.08), transparent 45%);
    opacity: 0.9;
    pointer-events: none;
}

.sj-hero::after {
    content: '';
    position: absolute;
    inset: 0;
    background-image: linear-gradient(120deg, rgba(255, 107, 53, 0.05) 0%, transparent 35%, rgba(15, 37, 24, 0.35) 70%);
    mix-blend-mode: screen;
    pointer-events: none;
}

.sj-container {
    max-width: 1240px;
    margin: 0 auto;
    padding: 0 24px;
    position: relative;
    z-index: 1;
}

.sj-hero-grid {
    display: grid;
    grid-template-columns: minmax(0, 1.05fr) minmax(0, 0.95fr);
    gap: 56px;
    align-items: center;
}

.sj-hero-copy h1 {
    margin: 12px 0 18px;
}

.sj-eyebrow {
    text-transform: uppercase;
    letter-spacing: 0.35em;
    font-size: 0.75rem;
    color: rgba(255, 214, 173, 0.8);
}

.sj-lede {
    font-size: 1.15rem;
    color: var(--text-light);
    max-width: 560px;
}

.sj-hero-actions {
    display: flex;
    gap: 16px;
    flex-wrap: wrap;
    margin: 26px 0 30px;
}

.sj-ghost-btn {
    border: 1px solid rgba(255, 107, 53, 0.6);
    color: #ffd9c8;
    padding: 12px 20px;
    border-radius: 999px;
    text-decoration: none;
    font-weight: 600;
    background: rgba(5, 13, 8, 0.3);
    transition: all 0.25s ease;
}

.sj-ghost-btn:hover {
    border-color: rgba(255, 107, 53, 0.9);
    box-shadow: 0 0 24px rgba(255, 107, 53, 0.35);
    transform: translateY(-2px);
}

.sj-stats {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(160px, 1fr));
    gap: 18px;
}

.sj-stat {
    padding: 16px 18px;
    border-radius: 18px;
    background: rgba(10, 22, 14, 0.7);
    border: 1px solid rgba(255, 107, 53, 0.25);
    box-shadow: inset 0 0 20px rgba(0, 0, 0, 0.35);
}

.sj-stat-num {
    display: block;
    font-size: 1.4rem;
    font-weight: 700;
    color: #ffe2b6;
}

.sj-stat-label {
    font-size: 0.78rem;
    text-transform: uppercase;
    letter-spacing: 0.18em;
    color: rgba(255, 214, 173, 0.7);
}

.sj-feature-card {
    border-radius: 24px;
    overflow: hidden;
    border: 1px solid rgba(255, 107, 53, 0.35);
    box-shadow: 0 30px 60px rgba(0, 0, 0, 0.45);
}

.sj-feature-media {
    position: relative;
}

.sj-feature-media img,
.sj-card-media img {
    display: block;
    width: 100%;
    height: 240px;
    object-fit: cover;
}

.sj-feature-media img {
    height: 300px;
}

.sj-feature-badge {
    position: absolute;
    left: 18px;
    top: 18px;
    padding: 6px 14px;
    border-radius: 999px;
    background: rgba(5, 13, 8, 0.82);
    color: #ffd27a;
    font-size: 0.75rem;
    text-transform: uppercase;
    letter-spacing: 0.2em;
    border: 1px solid rgba(255, 107, 53, 0.6);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.35);
}

.sj-feature-body {
    gap: 18px;
}

.sj-section {
    padding: 70px 0;
}

.sj-nav-section {
    padding-top: 20px;
}

.sj-section-header {
    text-align: left;
    margin-bottom: 30px;
}

.sj-section-header p {
    color: rgba(221, 214, 200, 0.8);
    max-width: 620px;
}

.sj-section-header-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 20px;
    flex-wrap: wrap;
}

.sj-section-link {
    color: var(--neon-orange-bright);
    text-decoration: none;
    font-weight: 600;
    letter-spacing: 0.04em;
}

.sj-category-nav {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
}

.sj-pill {
    padding: 8px 16px;
    border-radius: 999px;
    text-decoration: none;
    color: #ffe2b6;
    border: 1px solid rgba(255, 107, 53, 0.4);
    background: rgba(8, 20, 13, 0.6);
    font-size: 0.85rem;
    transition: all 0.25s ease;
}

.sj-pill:hover {
    border-color: rgba(255, 107, 53, 0.85);
    box-shadow: 0 0 18px rgba(255, 107, 53, 0.35);
    transform: translateY(-2px);
}

.sj-card-media {
    position: relative;
}

.sj-card-tag {
    position: absolute;
    bottom: 16px;
    left: 16px;
    padding: 6px 12px;
    border-radius: 999px;
    background: rgba(5, 13, 8, 0.78);
    color: #ffd27a;
    font-size: 0.72rem;
    text-transform: uppercase;
    letter-spacing: 0.18em;
    border: 1px solid rgba(255, 107, 53, 0.5);
}

.sj-meta {
    color: rgba(221, 214, 200, 0.7);
}

.sj-excerpt {
    color: rgba(225, 218, 205, 0.85);
}

.sj-link {
    color: var(--neon-orange-bright);
}

.sj-media-fallback {
    height: 240px;
    background:
        linear-gradient(140deg, rgba(255, 107, 53, 0.25), transparent 60%),
        linear-gradient(210deg, rgba(18, 60, 38, 0.8), rgba(5, 13, 8, 0.95));
}

.sj-post-card .sj-media-fallback {
    height: 220px;
}

.sj-pagination {
    display: flex;
    gap: 10px;
    justify-content: center;
    margin-top: 30px;
    flex-wrap: wrap;
}

.sj-page-link a,
.sj-page-link span {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 8px 14px;
    border-radius: 10px;
    border: 1px solid rgba(255, 107, 53, 0.35);
    text-decoration: none;
    color: #ffe2b6;
    background: rgba(9, 20, 13, 0.7);
}

.sj-page-link .current {
    background: rgba(255, 107, 53, 0.2);
    border-color: rgba(255, 107, 53, 0.75);
}

@media (max-width: 980px) {
    .sj-hero-grid {
        grid-template-columns: 1fr;
    }
    .sj-hero {
        padding: 150px 0 90px;
    }
}

@media (max-width: 700px) {
    .sj-hero {
        padding: 140px 0 70px;
    }
    .sj-hero-actions {
        flex-direction: column;
        align-items: flex-start;
    }
    .sj-feature-media img {
        height: 240px;
    }
}


/* Print styles */
@media print {
    .mcf-header, .mcf-footer, .mcfii-hero-overlay, .mcfii-hero-embers,
    .mcfii-hero-particles, .mcf-nearby-shell { position: relative; }
.mcf-nearby-btn {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 46px;
    height: 46px;
    border-radius: 50%;
    border: 1px solid rgba(255, 107, 53, 0.9);
    background: rgba(5, 13, 8, 0.78);
    color: var(--neon-orange);
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.5rem;
    box-shadow:
        0 0 18px rgba(255, 107, 53, 0.55),
        0 0 34px rgba(255, 107, 53, 0.3);
    transition: all 0.25s ease;
    z-index: 5;
    backdrop-filter: blur(8px);
    opacity: 1;
    -webkit-backdrop-filter: blur(8px);
    opacity: 1;
}

.mcf-nearby-btn:hover {
    background: var(--neon-orange);
    color: var(--bg-darkest);
    box-shadow:
        0 0 26px rgba(255, 107, 53, 0.75),
        0 0 46px rgba(255, 107, 53, 0.45);
}

.mcf-nearby-btn.prev { left: -8px; }
.mcf-nearby-btn.next { right: -8px; }

@media (max-width: 768px) {
    .mcf-nearby-btn {
        width: 40px;
        height: 40px;
        font-size: 1.2rem;
    }
    .mcf-nearby-btn.prev { left: -4px; }
    .mcf-nearby-btn.next { right: -4px; }
}
/* ═══════════════════════════════════════════════════════════
   HOMEPAGE OVERHAUL — Premium conversion-focused polish
   ═══════════════════════════════════════════════════════════ */

/* ── Primary CTA Button ── */
.mcf-btn-primary {
    display: inline-block;
    background: var(--neon-orange, #ff6b35);
    color: var(--bg-darkest, #050d08) !important;
    font-family: 'Space Grotesk', sans-serif;
    font-weight: 700;
    font-size: 0.95rem;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    padding: 16px 40px;
    border-radius: 12px;
    border: none;
    box-shadow: 0 0 20px rgba(255, 107, 53, 0.3), 0 8px 24px rgba(0, 0, 0, 0.3);
    transition: all 0.3s ease;
    text-decoration: none;
    cursor: pointer;
}
.mcf-btn-primary:hover {
    box-shadow: 0 0 30px rgba(255, 107, 53, 0.5), 0 12px 32px rgba(0, 0, 0, 0.4);
    transform: translateY(-2px);
    color: var(--bg-darkest, #050d08) !important;
    text-decoration: none;
}

/* ── Secondary Button ── */
.mcf-btn-secondary {
    display: inline-block;
    background: transparent;
    color: var(--neon-orange, #ff6b35) !important;
    font-family: 'Space Grotesk', sans-serif;
    font-weight: 600;
    font-size: 0.95rem;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    padding: 16px 40px;
    border-radius: 12px;
    border: 2px solid var(--neon-orange, #ff6b35);
    box-shadow: 0 0 12px rgba(255, 107, 53, 0.15);
    transition: all 0.3s ease;
    text-decoration: none;
}
.mcf-btn-secondary:hover {
    background: var(--neon-orange, #ff6b35);
    color: var(--bg-darkest, #050d08) !important;
    box-shadow: 0 0 25px rgba(255, 107, 53, 0.4);
    text-decoration: none;
}

/* ── Large button variant ── */
.mcf-btn-lg {
    padding: 20px 52px;
    font-size: 1.05rem;
    letter-spacing: 2px;
}

/* ── Hero button row ── */
.mcf-hero-btns {
    display: flex;
    justify-content: center;
    gap: 16px;
    margin: 32px auto 0;
    flex-wrap: wrap;
}

/* ── Hero subheading refinement ── */
.mcf-hero-sub {
    max-width: 640px;
    margin: 18px auto 0;
    color: var(--text-light, #e8e4dc);
    font-size: 1.15rem;
    line-height: 1.7;
    text-shadow: 0 12px 30px rgba(0, 0, 0, 0.5);
}

/* ── Hero supporting line ── */
.mcf-hero-supporting {
    max-width: 680px;
    margin: 28px auto 0;
    color: rgba(232, 228, 220, 0.65);
    font-size: 0.95rem;
    line-height: 1.65;
    text-shadow: 0 8px 20px rgba(0, 0, 0, 0.4);
}

/* ── Value strip ── */
.mcf-value-strip {
    display: flex;
    justify-content: center;
    gap: 8px;
    flex-wrap: wrap;
    margin: 36px auto 0;
    max-width: 800px;
}
.mcf-value-item {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: rgba(255, 255, 255, 0.06);
    border: 1px solid rgba(255, 107, 53, 0.18);
    border-radius: 40px;
    padding: 8px 18px;
    color: var(--text-light, #e8e4dc);
    font-size: 0.82rem;
    font-weight: 600;
    letter-spacing: 0.3px;
    white-space: nowrap;
    backdrop-filter: blur(8px);
    opacity: 1;
    -webkit-backdrop-filter: blur(8px);
    opacity: 1;
}
.mcf-value-item i {
    color: var(--neon-orange, #ff6b35);
    font-size: 0.9rem;
}

/* ── Reviews CTA block ── */
.mcf-reviews-cta {
    text-align: center;
    margin-top: 40px;
    padding-top: 32px;
    border-top: 1px solid rgba(255, 255, 255, 0.06);
}
.mcf-reviews-bridge {
    color: rgba(232, 228, 220, 0.7);
    font-size: 1rem;
    margin-bottom: 20px;
    font-style: italic;
}

/* ── Final CTA section ── */
.mcf-final-cta {
    text-align: center;
    margin-top: 28px;
}
.mcf-microcopy {
    color: rgba(232, 228, 220, 0.5);
    font-size: 0.85rem;
    margin-top: 14px;
    letter-spacing: 0.3px;
}

/* ── Header Book Now button — stronger ── */
.mcf-header .mcf-nav-book,
.mcf-header a[href*="hipcamp"] {
    background: var(--neon-orange, #ff6b35) !important;
    color: var(--bg-darkest, #050d08) !important;
    font-weight: 700 !important;
    padding: 10px 24px !important;
    border-radius: 10px !important;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 0.85rem !important;
    box-shadow: 0 0 16px rgba(255, 107, 53, 0.35);
    transition: all 0.3s ease;
    text-decoration: none !important;
    border: none !important;
}
.mcf-header .mcf-nav-book:hover,
.mcf-header a[href*="hipcamp"]:hover {
    box-shadow: 0 0 28px rgba(255, 107, 53, 0.55);
    transform: translateY(-1px);
}

/* ═══════════════════════════════════════════════════════════
   MOBILE RESPONSIVE — Homepage overhaul
   ═══════════════════════════════════════════════════════════ */
@media (max-width: 768px) {
    .mcf-hero-btns {
        flex-direction: column;
        align-items: center;
        gap: 12px;
    }
    .mcf-btn-primary,
    .mcf-btn-secondary {
        width: 100%;
        max-width: 320px;
        text-align: center;
        padding: 16px 28px;
    }
    .mcf-btn-lg {
        padding: 18px 36px;
        font-size: 0.95rem;
    }
    .mcf-value-strip {
        gap: 6px;
        margin-top: 28px;
    }
    .mcf-value-item {
        font-size: 0.75rem;
        padding: 6px 14px;
        gap: 6px;
    }
    .mcf-value-item i {
        font-size: 0.8rem;
    }
    .mcf-hero-sub {
        font-size: 1rem;
        padding: 0 12px;
    }
    .mcf-hero-supporting {
        font-size: 0.88rem;
        padding: 0 16px;
    }
    .mcf-reviews-cta {
        margin-top: 28px;
        padding-top: 24px;
    }
    .mcf-reviews-bridge {
        font-size: 0.9rem;
        padding: 0 12px;
    }
    .mcf-final-cta .mcf-btn-primary {
        width: 100%;
        max-width: 320px;
    }
}

@media (max-width: 480px) {
    .mcf-value-strip {
        gap: 5px;
    }
    .mcf-value-item {
        font-size: 0.72rem;
        padding: 5px 12px;
    }
    .mcf-hero-btns {
        gap: 10px;
    }
}

/* Nearby Adventures alignment + readability */
#nearby, #nearby h2, #nearby h3, #nearby p { text-align: center; }
#nearby .mcf-nearby-body { align-items: center; }
#nearby .mcf-nearby-body p { color: #dfe6da; }

/* Global heading pop + small text readability */
h2, .elementor-widget-heading h2.elementor-heading-title {
    text-shadow: 0 0 18px rgba(255, 107, 53, 0.35), 0 8px 20px rgba(0, 0, 0, 0.5);
}

h3, .elementor-widget-heading h3.elementor-heading-title {
    text-shadow: 0 0 14px rgba(255, 107, 53, 0.35), 0 6px 16px rgba(0, 0, 0, 0.5);
}

p, li, td, dd, blockquote,
.elementor-widget-text-editor p,
.elementor-widget-text-editor {
    color: #d6ded4;
}

/* Waterfall flower scene */
.mcf-scene-wrap {
    max-width: 1200px;
    margin: 0 auto 60px;
    padding: 0 20px;
}

.scene {
    position: relative;
    width: 100%;
    height: 420px;
    border-radius: 26px;
    overflow: hidden;
    border: 1px solid rgba(255, 107, 53, 0.25);
    box-shadow: 0 30px 60px rgba(0, 0, 0, 0.4);
}

.scene .layer {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.scene .water {
    filter: url(#ripple);
    opacity: 0.55;
    mix-blend-mode: screen;
}

.scene::after {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(5, 13, 8, 0.1) 0%, rgba(5, 13, 8, 0.5) 100%);
    pointer-events: none;
}

.flower-group {
    position: absolute;
    width: 180px;
    height: 180px;
    border-radius: 50%;
    background: radial-gradient(circle at 30% 30%, rgba(255, 214, 122, 0.4), rgba(255, 107, 53, 0.15), transparent 70%);
    filter: blur(2px);
    opacity: 0.55;
}

.flower-1 { left: 6%; bottom: 10%; }
.flower-2 { right: 10%; top: 15%; width: 140px; height: 140px; }
.flower-3 { right: 30%; bottom: 8%; width: 120px; height: 120px; }

.shimmer {
    position: absolute;
    inset: 0;
    background: linear-gradient(120deg, rgba(255, 255, 255, 0) 30%, rgba(255, 200, 120, 0.18) 50%, rgba(255, 255, 255, 0) 70%);
    mix-blend-mode: screen;
    animation: mcf-shimmer 8s ease-in-out infinite;
    pointer-events: none;
}

@keyframes mcf-shimmer {
    0%, 100% { transform: translateX(-20%); opacity: 0.2; }
    50% { transform: translateX(20%); opacity: 0.5; }
}

@media (max-width: 900px) {
    .scene { height: 320px; }
}

@media (max-width: 600px) {
    .scene { height: 240px; border-radius: 20px; }
    .flower-group { width: 120px; height: 120px; }
}

/* Center reviews text */
.mcf-review-card,
.mcf-review-text,
.mcf-review-meta,
.mcf-review-stars {
    text-align: center;
}

.mcf-review-meta {
    align-items: center;
}

/* Center reviews CTA */
.mcf-reviews-cta {
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 12px;
}

.mcf-reviews-bridge {
    margin: 0;
    color: #d6ded4;
}

/* Center Hipcamp book button (final CTA) */
.mcf-hipcamp-glow {
    margin: 0 auto;
}

@media (max-width: 600px) {
    .mcf-hipcamp-glow { margin: 0 auto; }
}

/* === Final polish: symmetry + responsive consistency === */

body.page-id-390 .site-main > section,
body.page-id-63 .site-main > section {
    padding: 70px 0;
}

body.page-id-390 h2,
body.page-id-63 h2 {
    text-align: center;
}

body.page-id-390 .mcf-section-intro,
body.page-id-63 .mcf-section-intro,
body.page-id-390 p[style*="text-align: center"],
body.page-id-63 p[style*="text-align: center"] {
    max-width: 760px;
    margin-left: auto;
    margin-right: auto;
}

body.page-id-390 .neon-btn,
body.page-id-390 .neon-btn-filled,
body.page-id-63 .neon-btn,
body.page-id-63 .neon-btn-filled {
    border-radius: 999px;
}

body.page-id-390 .photo-carousel-shell,
body.page-id-63 .photo-carousel-shell {
    max-width: 1200px;
    margin: 0 auto;
}

.photo-carousel {
    gap: 18px;
}

.photo-carousel-item {
    flex: 0 0 clamp(240px, 32vw, 380px);
    height: clamp(200px, 26vw, 300px);
    border-radius: 16px;
}

.photo-carousel-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* Improve mobile rhythm */
@media (max-width: 900px) {
    body.page-id-390 .site-main > section,
    body.page-id-63 .site-main > section {
        padding: 55px 0;
    }
}

@media (max-width: 600px) {
    body.page-id-390 .site-main > section,
    body.page-id-63 .site-main > section {
        padding: 45px 0;
    }

    .photo-carousel-item {
        flex: 0 0 78vw;
        height: 52vw;
        max-height: 230px;
    }

    .th-actions { flex-direction: column; }
    .th-actions .th-btn { width: 100%; text-align: center; }
}

.mcf-explore-map-icon { width: 30px; height: 30px; border-radius: 50%; display: grid; place-items: center; font-weight: 800; font-size: 0.75rem; color: #07120a; border: 2px solid rgba(255,255,255,0.18); box-shadow: 0 6px 16px rgba(0,0,0,0.45), 0 0 12px rgba(0,0,0,0.25); }
.mcf-explore-map-icon.mcf-icon-trail { background: #4ecdc4; }
.mcf-explore-map-icon.mcf-icon-lake { background: #45b7d1; }
.mcf-explore-map-icon.mcf-icon-food { background: #f7dc6f; }
.mcf-explore-map-icon.mcf-icon-spot { background: #ff6b35; }
.mcf-explore-map-icon.mcf-icon-squatch { background: #e74c3c; color: #0b0b0b; }
.mcf-ex-map-shell { position: relative; }
.mcf-ex-map-legend { background: rgba(8,16,10,0.88); border: 1px solid rgba(255,154,92,0.22); border-radius: 16px; padding: 14px 16px; margin-top: 16px; display: flex; flex-wrap: wrap; gap: 12px; align-items: center; }
.mcf-ex-map-legend .mcf-ex-legend-items { display: flex; flex-wrap: wrap; gap: 12px; align-items: center; }
.mcf-ex-map-legend .mcf-ex-legend-dot { color: #d7e3d6; }
.mcf-ex-map-legend #mcf-ex-map-fit { margin-right: 8px; }
/* --- Quick UX fixes 2026-03-26 --- */
.mcf-reviews-cta{margin-top:18px;text-align:center}
.mcf-reviews-cta .mcf-btn-primary{display:inline-flex;align-items:center;justify-content:center}
.mcf-review-shell{margin-bottom:18px}
.elementor-element-7ebea5e{text-align:center}
.elementor-element-b89e64a p{color:#e7f4e9;line-height:1.8;text-shadow:0 1px 12px rgba(0,0,0,0.45)}
.elementor-element-c46d420 .elementor-heading-title{color:#ffe9d2;text-shadow:0 0 14px rgba(255,107,53,0.45)}
/* --- UX polish 2026-03-26b --- */
.elementor-element-55237e9f .mcf-reviews-wrap{margin-bottom:48px}
.elementor-element-55237e9f .mcf-reviews-cta{margin-top:28px;text-align:center}
.elementor-element-55237e9f .mcf-reviews-cta .mcf-btn-primary{display:inline-flex;align-items:center;justify-content:center;margin:0 auto}
.elementor-element-55237e9f .mcf-reviews-bridge{text-align:center}
.elementor-element-55237e9f .mcf-review-shell{margin-bottom:12px}
.elementor-element-e8f28e1{margin-top:32px}
.elementor-element-7ebea5e{text-align:center}
.elementor-element-7ebea5e img{display:block;margin:10px auto;filter:drop-shadow(0 0 12px rgba(255,107,53,0.35))}
.elementor-element-b89e64a p{color:#f2f7f3;line-height:1.9;text-shadow:0 2px 16px rgba(0,0,0,0.55)}
.elementor-element-4f62812c .elementor-heading-title{color:#ffe9d2;text-shadow:0 0 14px rgba(255,107,53,0.45)}
/* --- Final CTA center + About overlay 2026-03-26c --- */
.elementor-element-7ebea5e{display:flex;justify-content:center;align-items:center;text-align:center}
.elementor-element-7ebea5e a{display:block;margin:10px auto 0 auto}
.elementor-element-3ce76a29 .elementor-widget-wrap{align-items:center;text-align:center}
.elementor-element-3ce76a29 .elementor-heading-title{width:100%}
.elementor-element-3ce76a29 .elementor-widget-text-editor{width:100%;color:#f2f7f3}
/* About section readability */
.elementor-element-29402fd .elementor-background-overlay{background:linear-gradient(135deg, rgba(5,12,7,0.65), rgba(12,32,18,0.7));opacity:1}
.elementor-element-29402fd .elementor-widget-container p{color:#f1f7f2;line-height:1.85;text-shadow:0 2px 14px rgba(0,0,0,0.55)}
.elementor-element-29402fd .elementor-heading-title{color:#ffe9d2;text-shadow:0 0 16px rgba(255,107,53,0.5)}
/* --- Emergency layout fixes home 390 --- */
.elementor-390 body, .elementor-390 p, .elementor-390 h1, .elementor-390 h2, .elementor-390 h3, .elementor-390 h4 {font-family:'Space Grotesk', 'Outfit', 'DM Sans', system-ui, -apple-system, sans-serif;}
.elementor-390 .elementor-element-2d37f97d,
.elementor-390 .elementor-element-6feac8b,
.elementor-390 .elementor-element-a21f303,
.elementor-390 .elementor-element-a9c8ca9,
.elementor-390 .elementor-element-0a53b4e,
.elementor-390 .elementor-element-2a5810e5,
.elementor-390 .elementor-element-6a1d4e5a .elementor-widget-wrap>*,
.elementor-390 .elementor-widget:not(.elementor-absolute) {
  width:auto !important;
  max-width:100% !important;
  margin-left:auto;
  margin-right:auto;
}
/* tighten hero text sizes */
.elementor-390 .elementor-element-2d37f97d .elementor-heading-title {font-size:13px; letter-spacing:3px; text-transform:uppercase; color:#ffb88a;}
.elementor-390 .elementor-element-34fe3a1 .elementor-heading-title,
.elementor-390 .elementor-element-def6a2c .elementor-heading-title {
  font-size:clamp(36px,6vw,64px);
  color:#ffffff;
  text-shadow:0 0 18px rgba(0,0,0,0.45);
}
.elementor-390 .elementor-element-6feac8b {text-align:center; color:#ffe9d2;}
.elementor-390 .elementor-element-6feac8b p {font-size:1.1rem; line-height:1.7; color:#e6f4ea; text-shadow:0 1px 12px rgba(0,0,0,0.45);} 
/* CTA button center */
.elementor-390 .elementor-element-7ebea5e {display:flex; justify-content:center;}
.elementor-390 .elementor-element-7ebea5e a {margin:12px auto 0 auto; display:block;}
/* About overlay readability */
.elementor-390 .elementor-element-29402fd .elementor-background-overlay {background:linear-gradient(135deg, rgba(5,10,7,0.72), rgba(12,32,18,0.78)), url('https://staging.sierranevadasasquatch.group/wp-content/uploads/2026/03/gptheronightsky.png') center/cover no-repeat; opacity:1;}
.elementor-390 .elementor-element-29402fd p {color:#f2f7f3; text-shadow:0 2px 14px rgba(0,0,0,0.55);} 
/* --- Reviews centering tweak 2026-03-26d --- */
.elementor-element-55237e9f .mcf-reviews-wrap{display:flex;flex-direction:column;align-items:center;text-align:center}
.elementor-element-55237e9f .mcf-reviews-intro{align-items:center;text-align:center}
.elementor-element-55237e9f .mcf-reviews-intro p{max-width:900px;margin-left:auto;margin-right:auto;text-align:center}
.elementor-element-55237e9f .mcf-reviews-bridge{text-align:center;width:100%}
.elementor-element-55237e9f .mcf-reviews-cta{display:flex;flex-direction:column;align-items:center;text-align:center}
.elementor-element-55237e9f .mcf-reviews-cta .mcf-btn-primary{display:inline-flex;align-items:center;justify-content:center}
/* --- Reviews CTA centering -- */
.elementor-390 .mcf-reviews-cta{display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;margin-top:16px}
.elementor-390 .mcf-reviews-cta p{margin:0 0 8px;text-align:center;max-width:960px}
.elementor-390 .mcf-reviews-cta a{margin:8px auto 0 auto;display:inline-flex;align-items:center;justify-content:center}
/* Blog section background image with overlay */
.elementor-390 .elementor-element-15b91ec1{
  background-image:linear-gradient(180deg, rgba(5,13,8,0.72) 0%, rgba(5,13,8,0.78) 35%, rgba(5,13,8,0.82) 100%), url('https://staging.sierranevadasasquatch.group/wp-content/uploads/2026/02/5293fccc-3f5d-40a3-ac39-537f67d39877.png');
  background-size:cover;
  background-position:center;
  background-repeat:no-repeat;
}
.elementor-390 .elementor-element-22110237 .elementor-heading-title,
.elementor-390 .elementor-element-62273862 p{color:#ffeede;}
/* --- Reinforce blog background (with !important) --- */
.elementor-390 .elementor-element-15b91ec1{
  background-image:linear-gradient(180deg, rgba(5,13,8,0.72) 0%, rgba(5,13,8,0.78) 35%, rgba(5,13,8,0.82) 100%), url('https://staging.sierranevadasasquatch.group/wp-content/uploads/2026/02/5293fccc-3f5d-40a3-ac39-537f67d39877.png') !important;
  background-size:cover !important;
  background-position:center !important;
  background-repeat:no-repeat !important;
}
.elementor-390 .elementor-element-22110237 .elementor-heading-title,
.elementor-390 .elementor-element-62273862 p{color:#ffeede !important;}

/* ═══════════════════════════════════════════════════════════
   GLOBAL MOBILE RESPONSIVE OVERHAUL — All Pages
   Fixes: header logo, carousel cards, nearby cards,
          activity cards, review cards, section spacing,
          photo gallery, explore cards, footer, buttons
   ═══════════════════════════════════════════════════════════ */

/* ── Tablet (≤ 900px) ── */
@media (max-width: 900px) {
    /* Photo carousel: shrink cards */
    .photo-carousel-item {
        flex: 0 0 300px !important;
        height: 220px !important;
    }

    /* Nearby cards: tighter */
    .mcf-nearby-card {
        min-height: auto !important;
    }

    .mcf-nearby-media img {
        height: 160px !important;
        object-fit: cover;
    }

    /* Activity cards */
    .mcf-act-card {
        min-width: 240px !important;
    }
}

/* ── Tablet portrait / large phone (≤ 768px) ── */
@media (max-width: 768px) {
    /* Photo carousel: fit mobile viewport */
    .photo-carousel-item {
        flex: 0 0 260px !important;
        height: 190px !important;
        border-radius: 12px !important;
    }

    .photo-carousel {
        gap: 12px !important;
        padding: 20px 0 !important;
    }

    /* Review cards: prevent overflow */
    .mcf-review-card {
        flex-basis: 85vw !important;
        min-height: auto !important;
        padding: 20px !important;
    }

    .mcf-review-text {
        font-size: 0.92rem !important;
        line-height: 1.6 !important;
    }

    /* Nearby cards: stack cleanly */
    .mcf-nearby-card {
        flex-basis: 85vw !important;
        min-height: auto !important;
    }

    .mcf-nearby-media img {
        height: 150px !important;
    }

    /* Activity carousel: smaller cards */
    .mcf-act-card {
        min-width: 220px !important;
        flex: 0 0 220px !important;
    }

    .mcf-act-carousel {
        gap: 12px !important;
    }

    /* Section headings: tighter */
    .elementor-heading-title {
        padding: 0 12px;
    }

    /* Elementor sections: reduce vertical padding */
    .elementor-section {
        padding: 50px 0 !important;
    }

    /* Explore page cards */
    .mcf-ex-card-img {
        height: 170px !important;
    }

    /* Map: reduce height */
    #mcf-explore-map,
    #mcf-map {
        height: 350px !important;
    }

    .mcf-map-wrap {
        grid-template-columns: 1fr !important;
    }
}

/* ── Mobile (≤ 600px) ── */
@media (max-width: 600px) {
    /* Photo carousel */
    .photo-carousel-item {
        flex: 0 0 78vw !important;
        height: 180px !important;
        border-radius: 10px !important;
    }

    .photo-carousel {
        gap: 10px !important;
        padding: 16px 0 !important;
    }

    .photo-carousel-nav {
        gap: 10px !important;
    }

    .carousel-btn {
        font-size: 1.2rem !important;
        padding: 8px 14px !important;
    }

    /* Review cards: full-width swipe */
    .mcf-review-card {
        flex-basis: 88vw !important;
        padding: 18px !important;
    }

    .mcf-review-shell {
        gap: 12px !important;
    }

    /* Nearby: full width single column */
    .mcf-nearby-card {
        flex-basis: 88vw !important;
        min-height: auto !important;
    }

    .mcf-nearby-media img {
        height: 120px !important;
    }

    .mcf-nearby-body {
        padding: 10px 12px 12px !important;
        gap: 6px !important;
    }

    .mcf-nearby-body h3 {
        min-height: 2em !important;
        margin: 0 0 6px !important;
        font-size: 1rem !important;
    }

    .mcf-nearby-body p {
        font-size: 0.85rem !important;
        line-height: 1.45 !important;
        min-height: 3.2em !important;
        -webkit-line-clamp: 2 !important;
    }

    /* Activity cards */
    .mcf-act-card {
        min-width: 200px !important;
        flex: 0 0 78vw !important;
    }

    /* Hero spacing */
    .mcfii-hero,
    .mcf-page-hero {
        padding-top: 100px !important;
        padding-bottom: 50px !important;
    }

    /* Section padding */
    .elementor-section {
        padding: 40px 0 !important;
    }

    /* Global text: prevent overflow */
    .elementor-widget-text-editor,
    .elementor-widget-heading {
        padding-left: 14px !important;
        padding-right: 14px !important;
    }

    /* Map */
    #mcf-explore-map,
    #mcf-map {
        height: 300px !important;
        border-radius: 14px !important;
    }

    /* Explore cards */
    .mcf-ex-card-img {
        height: 160px !important;
    }

    /* Blog cards */
    .mcf-blog-card {
        margin: 0 8px 16px !important;
    }

    /* Footer: tighter spacing */
    .mcf-footer-col {
        padding: 0 12px !important;
    }

    /* Buttons: full width on mobile */
    .neon-btn,
    .neon-btn-filled,
    .mcf-btn-primary,
    .mcf-btn-secondary {
        width: 100% !important;
        max-width: 320px !important;
        text-align: center !important;
        display: block !important;
        margin-left: auto !important;
        margin-right: auto !important;
    }
}

/* ── Small mobile (≤ 480px) ── */
@media (max-width: 480px) {
    /* Photo carousel: even tighter */
    .photo-carousel-item {
        flex: 0 0 82vw !important;
        height: 160px !important;
    }

    /* Review cards */
    .mcf-review-card {
        flex-basis: 90vw !important;
        padding: 16px !important;
    }

    .mcf-review-stars {
        font-size: 0.85rem !important;
    }

    /* Nearby */
    .mcf-nearby-card {
        flex-basis: 90vw !important;
    }

    .mcf-nearby-media img {
        height: 110px !important;
    }

    .mcf-nearby-body {
        padding: 10px !important;
    }

    .mcf-nearby-body h3 {
        min-height: 2em !important;
        margin: 0 0 6px !important;
        font-size: 0.95rem !important;
    }

    .mcf-nearby-body p {
        font-size: 0.82rem !important;
        line-height: 1.4 !important;
        min-height: 3em !important;
        -webkit-line-clamp: 2 !important;
    }

    /* Activity cards */
    .mcf-act-card {
        flex: 0 0 82vw !important;
    }

    /* Hero: tighter spacing */
    .mcfii-hero,
    .mcf-page-hero {
        padding-top: 90px !important;
        padding-bottom: 40px !important;
    }

    /* Section headings: slightly smaller */
    h1 {
        font-size: clamp(1.8rem, 7vw, 2.8rem) !important;
    }

    h2 {
        font-size: clamp(1.5rem, 5.5vw, 2.2rem) !important;
    }

    /* Map */
    #mcf-explore-map,
    #mcf-map {
        height: 260px !important;
    }

    /* Explore */
    .mcf-ex-card-img {
        height: 140px !important;
    }

    .mcf-ex-hero {
        min-height: 65vh !important;
    }
}

/* ── Tiny mobile (≤ 375px) ── */
@media (max-width: 375px) {
    .photo-carousel-item {
        flex: 0 0 85vw !important;
        height: 150px !important;
    }

    .mcf-review-card {
        flex-basis: 92vw !important;
        padding: 14px !important;
    }

    .mcf-nearby-card {
        flex-basis: 92vw !important;
    }

    .mcf-nearby-media img {
        height: 105px !important;
    }

    .mcf-nearby-body {
        padding: 8px 10px 10px !important;
    }

    .mcf-nearby-body h3 {
        min-height: 1.9em !important;
        margin: 0 0 4px !important;
        font-size: 0.9rem !important;
    }

    .mcf-nearby-body p {
        font-size: 0.8rem !important;
        line-height: 1.35 !important;
        min-height: 2.7em !important;
        -webkit-line-clamp: 2 !important;
    }

    h1 {
        font-size: clamp(1.6rem, 8vw, 2.4rem) !important;
    }

    .mcf-act-card {
        flex: 0 0 85vw !important;
    }
}

/* ── Prevent horizontal overflow globally ── */
.mcf-review-track,
.photo-carousel,
.mcf-nearby-carousel,
.mcf-act-carousel {
    -webkit-overflow-scrolling: touch;
    scroll-snap-type: x mandatory;
}

.mcf-review-card,
.photo-carousel-item,
.mcf-nearby-card,
.mcf-act-card {
    scroll-snap-align: center;
}


/* ── Explore page: Compact trailhead list ── */
.mcf-ex-glass-list {
    display: grid !important;
    grid-template-columns: 1fr 1fr !important;
    gap: 8px !important;
}
.mcf-ex-glass-list .mcf-ex-list-item {
    padding: 10px 14px !important;
    font-size: 0.85rem !important;
    border-radius: 12px !important;
}
.mcf-ex-glass-list .mcf-ex-list-item div {
    font-size: 0.82rem !important;
    line-height: 1.4 !important;
}
.mcf-ex-glass-list .mcf-ex-list-item strong {
    font-size: 0.85rem !important;
}
.mcf-ex-glass-list .mcf-ex-icon {
    font-size: 1rem !important;
    min-width: 28px !important;
}
@media (max-width: 600px) {
    .mcf-ex-glass-list {
        grid-template-columns: 1fr !important;
    }
}

/* ── Modern polish: section dividers + hover glow ── */
.elementor-section + .elementor-section,
.e-con + .e-con {
    border-top: 1px solid rgba(255,255,255,0.03);
}
.mcf-btn-primary {
    position: relative;
    overflow: hidden;
}
.mcf-btn-primary::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(135deg, rgba(255,255,255,0.15) 0%, transparent 50%);
    pointer-events: none;
}

/* ── Smoother card hovers ── */
.mcf-ex-card,
.sj-card,
.mcf-nearby-card {
    transition: transform 0.35s cubic-bezier(0.4,0,0.2,1), box-shadow 0.35s cubic-bezier(0.4,0,0.2,1) !important;
}

/* ── Text readability polish ── */
.elementor-widget-text-editor p,
.elementor-widget-text-editor {
    letter-spacing: 0.01em !important;
    -webkit-font-smoothing: antialiased !important;
}

/* ── Section heading accent line ── */
.elementor-heading-title::after {
    content: "";
    display: block;
    width: 50px;
    height: 3px;
    background: linear-gradient(90deg, #ff6b35, transparent);
    margin-top: 12px;
    border-radius: 2px;
}
.elementor-heading-title[style*="center"]::after,
.elementor-widget-heading[style*="center"] .elementor-heading-title::after {
    margin-left: auto;
    margin-right: auto;
}

/* ── Sasquatch sighting markers — red glow ── */
.mcf-ex-legend-dot[style*="--dot:#e74c3c"]::before {
    animation: squatch-pulse 2s ease-in-out infinite;
}
@keyframes squatch-pulse {
    0%, 100% { box-shadow: 0 0 6px #e74c3c; }
    50% { box-shadow: 0 0 14px #e74c3c, 0 0 24px rgba(231,76,60,0.3); }
}


/* ═══════════════════════════════════════════════════════════
   TRAILHEAD PILL GRID — compact 2-column layout
   ═══════════════════════════════════════════════════════════ */
.mcf-ex-trailheads-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 10px;
}
.mcf-ex-th-pill {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 12px 16px;
    background: rgba(255, 255, 255, 0.04);
    border: 1px solid rgba(255, 107, 53, 0.12);
    border-radius: 14px;
    text-decoration: none;
    color: #e8e4dc;
    transition: all 0.3s ease;
}
.mcf-ex-th-pill:hover {
    background: rgba(255, 107, 53, 0.08);
    border-color: rgba(255, 107, 53, 0.35);
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(255, 107, 53, 0.15);
}
.mcf-ex-th-info {
    display: flex;
    flex-direction: column;
    flex: 1;
    min-width: 0;
}
.mcf-ex-th-info strong {
    font-family: 'Space Grotesk', 'Plus Jakarta Sans', sans-serif;
    font-size: 0.88rem;
    font-weight: 700;
    color: #fff;
    line-height: 1.3;
}
.mcf-ex-th-area {
    font-size: 0.72rem;
    color: #8a9a8e;
    letter-spacing: 0.02em;
    margin-top: 2px;
}
.mcf-ex-th-arrow {
    font-size: 1.1rem;
    color: #ff6b35;
    opacity: 0.5;
    transition: opacity 0.3s, transform 0.3s;
    flex-shrink: 0;
}
.mcf-ex-th-pill:hover .mcf-ex-th-arrow {
    opacity: 1;
    transform: translateX(3px);
}

@media (max-width: 600px) {
    .mcf-ex-trailheads-grid {
        grid-template-columns: 1fr;
        gap: 8px;
    }
    .mcf-ex-th-pill {
        padding: 10px 14px;
    }
    .mcf-ex-th-info strong {
        font-size: 0.82rem;
    }
}

/* ═══════════════════════════════════════════════════════════
   SASQUATCH SIGHTING MAP MARKERS — animated red glow dots
   ═══════════════════════════════════════════════════════════ */
.leaflet-marker-icon div[style*="background:#e74c3c"],
.leaflet-marker-icon div[style*="background: #e74c3c"] {
    animation: squatch-marker-pulse 2.5s ease-in-out infinite;
}
@keyframes squatch-marker-pulse {
    0%, 100% { box-shadow: 0 0 8px #e74c3c, 0 0 16px rgba(231,76,60,0.3); }
    50% { box-shadow: 0 0 14px #e74c3c, 0 0 28px rgba(231,76,60,0.5); }
}

/* ═══════════════════════════════════════════════════════════
   FINAL POLISH — typography, transitions, micro-interactions
   ═══════════════════════════════════════════════════════════ */

/* Smooth page load fade */
.elementor {
    animation: mcf-page-in 0.6s ease-out;
}
@keyframes mcf-page-in {
    from { opacity: 0; transform: translateY(8px); }
    to { opacity: 1; transform: translateY(0); }
}

/* Glass card consistency */
.mcf-ex-card,
.sj-card,
.mcf-blog-card,
.mcf-nearby-card,
.mcf-guestbook-entry {
    backdrop-filter: blur(6px);
    -webkit-backdrop-filter: blur(6px);
}

/* Improved link hover across explore cards */
.mcf-ex-card:hover,
.mcf-blog-card:hover,
.sj-card:hover {
    border-color: rgba(255, 107, 53, 0.3) !important;
    box-shadow: 0 12px 36px rgba(0, 0, 0, 0.35), 0 0 20px rgba(255, 107, 53, 0.08) !important;
}

/* Orange accent pulse for Book Now buttons */
.mcf-btn-primary:hover,
a.mcf-btn-primary:hover {
    box-shadow: 0 8px 30px rgba(255, 107, 53, 0.45), 0 0 0 2px rgba(255, 107, 53, 0.2) !important;
    transform: translateY(-2px) !important;
}

/* Smooth focus rings for accessibility */
a:focus-visible,
button:focus-visible,
input:focus-visible,
textarea:focus-visible,
select:focus-visible {
    outline: 2px solid #ff6b35;
    outline-offset: 2px;
    border-radius: 4px;
}

/* Better image loading transitions */
img {
    transition: opacity 0.4s ease;
}
img[loading="lazy"] {
    opacity: 0;
}
img[loading="lazy"].loaded,
img[loading="lazy"][src] {
    opacity: 1;
}

/* Explore page section scroll reveal feel */
.mcf-ex-section {
    transition: opacity 0.4s ease, transform 0.4s ease;
}

/* Map container polish */
#mcf-explore-map {
    border-radius: 16px !important;
    border: 1px solid rgba(255, 107, 53, 0.15) !important;
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.3) !important;
}

/* Leaflet popup styling to match dark theme */
.leaflet-popup-content-wrapper {
    background: rgba(10, 26, 15, 0.95) !important;
    color: #e8e4dc !important;
    border-radius: 12px !important;
    border: 1px solid rgba(255, 107, 53, 0.2) !important;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.4) !important;
    font-family: 'Outfit', sans-serif !important;
}
.leaflet-popup-content {
    font-size: 0.85rem !important;
    line-height: 1.5 !important;
}
.leaflet-popup-content strong {
    color: #ff6b35 !important;
}
.leaflet-popup-tip {
    background: rgba(10, 26, 15, 0.95) !important;
    border: 1px solid rgba(255, 107, 53, 0.2) !important;
}
.leaflet-popup-close-button {
    color: #8a9a8e !important;
}
.leaflet-popup-close-button:hover {
    color: #ff6b35 !important;
}


/* ═══════════════════════════════════════════════════════════
   TRAILHEAD PILL GRID — compact 2-column layout
   ═══════════════════════════════════════════════════════════ */
.mcf-ex-trailheads-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 10px;
}
.mcf-ex-th-pill {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 12px 16px;
    background: rgba(255, 255, 255, 0.04);
    border: 1px solid rgba(255, 107, 53, 0.12);
    border-radius: 14px;
    text-decoration: none;
    color: #e8e4dc;
    transition: all 0.3s ease;
}
.mcf-ex-th-pill:hover {
    background: rgba(255, 107, 53, 0.08);
    border-color: rgba(255, 107, 53, 0.35);
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(255, 107, 53, 0.15);
}
.mcf-ex-th-info {
    display: flex;
    flex-direction: column;
    flex: 1;
    min-width: 0;
}
.mcf-ex-th-info strong {
    font-family: 'Space Grotesk', 'Plus Jakarta Sans', sans-serif;
    font-size: 0.88rem;
    font-weight: 700;
    color: #fff;
    line-height: 1.3;
}
.mcf-ex-th-area {
    font-size: 0.72rem;
    color: #8a9a8e;
    letter-spacing: 0.02em;
    margin-top: 2px;
}
.mcf-ex-th-arrow {
    font-size: 1.1rem;
    color: #ff6b35;
    opacity: 0.5;
    transition: opacity 0.3s, transform 0.3s;
    flex-shrink: 0;
}
.mcf-ex-th-pill:hover .mcf-ex-th-arrow {
    opacity: 1;
    transform: translateX(3px);
}

@media (max-width: 600px) {
    .mcf-ex-trailheads-grid {
        grid-template-columns: 1fr;
        gap: 8px;
    }
    .mcf-ex-th-pill {
        padding: 10px 14px;
    }
    .mcf-ex-th-info strong {
        font-size: 0.82rem;
    }
}

/* ═══════════════════════════════════════════════════════════
   SASQUATCH SIGHTING MAP MARKERS — animated red glow dots
   ═══════════════════════════════════════════════════════════ */
.leaflet-marker-icon div[style*="background:#e74c3c"],
.leaflet-marker-icon div[style*="background: #e74c3c"] {
    animation: squatch-marker-pulse 2.5s ease-in-out infinite;
}
@keyframes squatch-marker-pulse {
    0%, 100% { box-shadow: 0 0 8px #e74c3c, 0 0 16px rgba(231,76,60,0.3); }
    50% { box-shadow: 0 0 14px #e74c3c, 0 0 28px rgba(231,76,60,0.5); }
}

/* ═══════════════════════════════════════════════════════════
   FINAL POLISH — typography, transitions, micro-interactions
   ═══════════════════════════════════════════════════════════ */

/* Smooth page load fade */
.elementor {
    animation: mcf-page-in 0.6s ease-out;
}
@keyframes mcf-page-in {
    from { opacity: 0; transform: translateY(8px); }
    to { opacity: 1; transform: translateY(0); }
}

/* Glass card consistency */
.mcf-ex-card,
.sj-card,
.mcf-blog-card,
.mcf-nearby-card,
.mcf-guestbook-entry {
    backdrop-filter: blur(6px);
    -webkit-backdrop-filter: blur(6px);
}

/* Improved link hover across explore cards */
.mcf-ex-card:hover,
.mcf-blog-card:hover,
.sj-card:hover {
    border-color: rgba(255, 107, 53, 0.3) !important;
    box-shadow: 0 12px 36px rgba(0, 0, 0, 0.35), 0 0 20px rgba(255, 107, 53, 0.08) !important;
}

/* Orange accent pulse for Book Now buttons */
.mcf-btn-primary:hover,
a.mcf-btn-primary:hover {
    box-shadow: 0 8px 30px rgba(255, 107, 53, 0.45), 0 0 0 2px rgba(255, 107, 53, 0.2) !important;
    transform: translateY(-2px) !important;
}

/* Smooth focus rings for accessibility */
a:focus-visible,
button:focus-visible,
input:focus-visible,
textarea:focus-visible,
select:focus-visible {
    outline: 2px solid #ff6b35;
    outline-offset: 2px;
    border-radius: 4px;
}

/* Better image loading transitions */
img {
    transition: opacity 0.4s ease;
}
img[loading="lazy"] {
    opacity: 0;
}
img[loading="lazy"].loaded,
img[loading="lazy"][src] {
    opacity: 1;
}

/* Explore page section scroll reveal feel */
.mcf-ex-section {
    transition: opacity 0.4s ease, transform 0.4s ease;
}

/* Map container polish */
#mcf-explore-map {
    border-radius: 16px !important;
    border: 1px solid rgba(255, 107, 53, 0.15) !important;
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.3) !important;
}

/* Leaflet popup styling to match dark theme */
.leaflet-popup-content-wrapper {
    background: rgba(10, 26, 15, 0.95) !important;
    color: #e8e4dc !important;
    border-radius: 12px !important;
    border: 1px solid rgba(255, 107, 53, 0.2) !important;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.4) !important;
    font-family: 'Outfit', sans-serif !important;
}
.leaflet-popup-content {
    font-size: 0.85rem !important;
    line-height: 1.5 !important;
}
.leaflet-popup-content strong {
    color: #ff6b35 !important;
}
.leaflet-popup-tip {
    background: rgba(10, 26, 15, 0.95) !important;
    border: 1px solid rgba(255, 107, 53, 0.2) !important;
}
.leaflet-popup-close-button {
    color: #8a9a8e !important;
}
.leaflet-popup-close-button:hover {
    color: #ff6b35 !important;
}
/* Yoast breadcrumbs */
.mcf-breadcrumbs{position:relative;z-index:50;margin-top:88px;padding:8px 16px;background:rgba(5,13,8,0.65);border-bottom:1px solid rgba(255,107,53,0.25);font-family:'Outfit',sans-serif;color:#ffe1d3}
.mcf-breadcrumbs-inner{display:block;max-width:1200px;margin:0 auto;font-size:0.82rem;letter-spacing:0.06em;text-transform:uppercase}
.mcf-breadcrumbs a{color:#ff6b35;text-decoration:none}
.mcf-breadcrumbs a:hover{color:#ffe9dc}
@media(max-width:720px){.mcf-breadcrumbs{margin-top:74px}.mcf-breadcrumbs-inner{font-size:0.75rem}}
/* Final CTA pulsing Hipcamp button */
.mcf-final-cta-btn{display:flex;justify-content:center;margin-top:16px}
.mcf-cta-hipcamp{display:inline-flex;align-items:center;justify-content:center;padding:14px 34px;border-radius:999px;font-family:'Outfit',sans-serif;font-weight:700;letter-spacing:0.08em;text-transform:uppercase;color:#0b0f0b;background:linear-gradient(90deg,#ffb347,#ff6b35);border:2px solid rgba(255,107,53,0.85);box-shadow:0 0 0 rgba(255,107,53,0.0);text-decoration:none;position:relative;overflow:hidden;animation:mcf-pulse-cta 2.4s ease-in-out infinite;}
.mcf-cta-hipcamp:before{content:'';position:absolute;inset:-6px;border-radius:999px;border:2px solid rgba(255,107,53,0.55);filter:blur(6px);opacity:0.6;}
.mcf-cta-hipcamp:hover{transform:translateY(-1px);box-shadow:0 0 18px rgba(255,107,53,0.45),0 0 42px rgba(255,107,53,0.3)}
@keyframes mcf-pulse-cta{0%,100%{box-shadow:0 0 12px rgba(255,107,53,0.35),0 0 28px rgba(255,107,53,0.2);}50%{box-shadow:0 0 24px rgba(255,107,53,0.55),0 0 60px rgba(255,107,53,0.35);}}
/* Mobile header CTA fix */
@media(max-width:600px){
  .mcf-header-cta img{display:block !important;height:32px;width:auto;}
  .mcf-header-cta-text{display:none !important;}
}
/* Header layout fix */
.mcf-header-inner{grid-template-columns:minmax(0,1fr) auto auto auto;}
.mcf-dropdown.mcf-menu-dropdown{justify-self:end;align-self:center;margin-left:12px;}
.mcf-header-cta{justify-self:end;}
@media(max-width:720px){
  .mcf-header-inner{grid-template-columns:auto 1fr auto auto;}
}
@media(max-width:600px){
  .mcf-header-inner{grid-template-columns:auto 1fr auto auto;}
  .mcf-dropdown.mcf-menu-dropdown{margin-left:8px;}
}
/* Reset header grid to 3 columns */
.mcf-header-inner{grid-template-columns:minmax(0,1fr) auto auto;}

/* Home page alignment + readability fixes */
.elementor-390 .mcf-reviews-cta,
.elementor-390 .mcf-reviews-bridge,
.elementor-390 .mcf-reviews-cta p {
    text-align: center !important;
}

.elementor-390 .mcf-reviews-cta {
    width: 100% !important;
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    justify-content: center !important;
}

.elementor-390 .mcf-reviews-cta a {
    margin-left: auto !important;
    margin-right: auto !important;
}

.elementor-390 .mcf-final-cta-btn {
    width: 100% !important;
    display: flex !important;
    justify-content: center !important;
    text-align: center !important;
}

.elementor-390 .mcf-final-cta-btn a {
    margin-left: auto !important;
    margin-right: auto !important;
}

/* About section text pop */
.elementor-element-29402fd .elementor-widget-text-editor,
.elementor-element-29402fd .elementor-widget-text-editor p {
    color: #f7eadc !important;
    text-shadow: 0 1px 10px rgba(255, 107, 53, 0.18) !important;
}

.elementor-element-29402fd .elementor-widget-text-editor strong {
    color: #ffb38b !important;
}

/* Header: keep Hipcamp image visible + prevent wrapping */
@media (max-width: 720px) {
    .mcf-header-actions {
        flex-wrap: nowrap !important;
        gap: 6px !important;
    }

    .mcf-header-cta img {
        display: block !important;
        height: 28px !important;
        width: auto !important;
        max-width: 140px !important;
    }

    .mcf-header-cta-text {
        display: none !important;
    }

    .mcf-header-cta a {
        padding: 4px 6px !important;
    }
}


/* BEGIN MCF NEARBY MOBILE TIGHTEN */
@media (max-width: 600px) {
  #nearby .mcf-nearby-card,
  .mcf-nearby-shell .mcf-nearby-card {
    min-height: 0 !important;
  }

  #nearby .mcf-nearby-media img,
  .mcf-nearby-shell .mcf-nearby-media img {
    height: 110px !important;
  }

  #nearby .mcf-nearby-body,
  .mcf-nearby-shell .mcf-nearby-body {
    padding: 10px 12px 12px !important;
    gap: 6px !important;
  }

  #nearby .mcf-nearby-body h3,
  .mcf-nearby-shell .mcf-nearby-body h3 {
    margin: 0 0 6px !important;
    min-height: 0 !important;
    font-size: 0.95rem !important;
  }

  #nearby .mcf-nearby-body p,
  .mcf-nearby-shell .mcf-nearby-body p {
    font-size: 0.82rem !important;
    line-height: 1.4 !important;
    min-height: 0 !important;
    -webkit-line-clamp: 2 !important;
  }
}

@media (max-width: 480px) {
  #nearby .mcf-nearby-media img,
  .mcf-nearby-shell .mcf-nearby-media img {
    height: 100px !important;
  }

  #nearby .mcf-nearby-body,
  .mcf-nearby-shell .mcf-nearby-body {
    padding: 8px 10px 10px !important;
  }

  #nearby .mcf-nearby-body h3,
  .mcf-nearby-shell .mcf-nearby-body h3 {
    font-size: 0.9rem !important;
  }

  #nearby .mcf-nearby-body p,
  .mcf-nearby-shell .mcf-nearby-body p {
    font-size: 0.78rem !important;
    line-height: 1.35 !important;
  }
}
/* END MCF NEARBY MOBILE TIGHTEN */
