/*
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
*/

/* ===== Fonts ===== */
/* Fonts are loaded via wp_enqueue_style in functions.php to avoid render-blocking @import. */

/* ===== 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;
    --neon-trim: rgba(255, 107, 53, 0.75);
    --neon-trim-bright: rgba(255, 209, 128, 0.95);
    
    /* 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);
    --heading-shadow: 0 4px 18px rgba(0, 0, 0, 0.55);
    --cta-glow-strong: 0 14px 32px rgba(255, 107, 53, 0.35), 0 0 30px rgba(255, 107, 53, 0.22);
    --link-underline: rgba(255, 107, 53, 0.45);
    --type-h1: clamp(2.6rem, 4.5vw + 1rem, 4.8rem);
    --type-h2: clamp(2rem, 2.8vw + 0.9rem, 3.4rem);
    --type-h3: clamp(1.5rem, 2vw + 0.8rem, 2.4rem);
    --type-h4: clamp(1.1rem, 1.2vw + 0.7rem, 1.6rem);
    --type-body: clamp(1rem, 0.35vw + 0.95rem, 1.125rem);
    --text-max: 72ch;
}

/* ===== 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: var(--type-body);
    -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: var(--type-h1); }
h2 { font-size: var(--type-h2); }
h3 { font-size: var(--type-h3); }
h4 { font-size: var(--type-h4); }

/* ===== H2 — crisp contrast ===== */
h2,
.elementor-widget-heading h2.elementor-heading-title,
.mcf-nearby-body h2,
.mcf-blog-card h2 {
    color: #f8f2e9;
    text-shadow: var(--heading-shadow), 0 0 16px rgba(255, 107, 53, 0.16);
}

h2 span,
.elementor-widget-heading h2.elementor-heading-title span {
    color: #ffb07b;
    text-shadow: 0 0 12px rgba(255, 107, 53, 0.35);
}

/* ===== 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);
}


.mcf-container p {
    max-width: var(--text-max);
    margin-left: auto;
    margin-right: auto;
}


/* Focus visibility — accessible outlines */
:focus-visible {
    outline: 2px solid rgba(255, 210, 181, 0.95);
    outline-offset: 3px;
}

a:focus-visible,
button:focus-visible,
input:focus-visible,
select:focus-visible,
textarea:focus-visible,
summary:focus-visible {
    outline-color: #ffd2b5;
    border-radius: 6px;
}

/* Inline links - readable but restrained */
.elementor-widget-text-editor a:not(.neon-btn):not(.neon-btn-filled):not(.mcf-ex-btn),
.mcf-section-intro a:not(.neon-btn):not(.neon-btn-filled):not(.mcf-ex-btn),
.mcf-note a:not(.neon-btn):not(.neon-btn-filled):not(.mcf-ex-btn),
.mcf-blog-content a:not(.neon-btn):not(.neon-btn-filled):not(.mcf-ex-btn) {
    color: #ffb585;
    text-decoration: underline;
    text-decoration-color: var(--link-underline);
    text-decoration-thickness: 2px;
    text-underline-offset: 0.22em;
    transition: color 0.2s ease, text-decoration-color 0.2s ease;
}

.elementor-widget-text-editor a:not(.neon-btn):not(.neon-btn-filled):not(.mcf-ex-btn):hover,
.mcf-section-intro a:not(.neon-btn):not(.neon-btn-filled):not(.mcf-ex-btn):hover,
.mcf-note a:not(.neon-btn):not(.neon-btn-filled):not(.mcf-ex-btn):hover,
.mcf-blog-content a:not(.neon-btn):not(.neon-btn-filled):not(.mcf-ex-btn):hover {
    color: #fff2e6;
    text-decoration-color: rgba(255, 107, 53, 0.85);
}

/* ===== 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);
    }
}

/* ===== Sleek neon trim (thin shimmer) ===== */
:is(
    .mcf-card,
    .mcf-nearby-card,
    .mcf-blog-card,
    .mcf-ex-card,
    .mcf-ex-feature,
    .mcf-ex-food-card,
    .mcf-ex-lake-card,
    .mcf-ex-squatch-card,
    .mcf-ex-map-shell,
    .mcf-ex-link-grid a,
    .photo-carousel-item,
    .mcf-guestbook-card,
    .mcf-faq details,
    .neon-btn,
    .elementor-button.neon-btn,
    .neon-btn-filled,
    .elementor-button.neon-btn-filled,
    .mcf-button,
    .mcf-ex-btn,
    .mcf-map-btn,
    .mcf-review-link,
    .mcf-faq-top
) {
    position: relative;
    isolation: isolate;
}

@supports ((-webkit-mask-composite: xor) or (mask-composite: exclude)) {
    :is(
        .mcf-card,
        .mcf-nearby-card,
        .mcf-blog-card,
        .mcf-ex-card,
        .mcf-ex-feature,
        .mcf-ex-food-card,
        .mcf-ex-lake-card,
        .mcf-ex-squatch-card,
        .mcf-ex-map-shell,
        .mcf-ex-link-grid a,
        .photo-carousel-item,
        .mcf-guestbook-card,
        .mcf-faq details,
        .neon-btn,
        .elementor-button.neon-btn,
        .neon-btn-filled,
        .elementor-button.neon-btn-filled,
        .mcf-button,
        .mcf-ex-btn,
        .mcf-map-btn,
        .mcf-review-link,
        .mcf-faq-top
    )::before {
        content: '';
        position: absolute;
        inset: 0;
        border-radius: inherit;
        padding: 1px;
        background: linear-gradient(
            120deg,
            rgba(255, 107, 53, 0.12) 0%,
            var(--neon-trim-bright) 45%,
            rgba(255, 107, 53, 0.12) 100%
        );
        background-size: 240% 240%;
        animation: mcf-edge-shimmer 6s linear infinite;
        -webkit-mask: linear-gradient(#000 0 0) content-box, linear-gradient(#000 0 0);
        -webkit-mask-composite: xor;
        mask-composite: exclude;
        pointer-events: none;
        opacity: 0.6;
    }

    :is(
        .mcf-card,
        .mcf-nearby-card,
        .mcf-blog-card,
        .mcf-ex-card,
        .mcf-ex-feature,
        .mcf-ex-food-card,
        .mcf-ex-lake-card,
        .mcf-ex-squatch-card,
        .mcf-ex-map-shell,
        .mcf-ex-link-grid a,
        .photo-carousel-item,
        .mcf-guestbook-card,
        .mcf-faq details,
        .neon-btn,
        .elementor-button.neon-btn,
        .neon-btn-filled,
        .elementor-button.neon-btn-filled,
        .mcf-button,
        .mcf-ex-btn,
        .mcf-map-btn,
        .mcf-review-link,
        .mcf-faq-top
    ):hover::before {
        opacity: 0.85;
    }
}

@keyframes mcf-edge-shimmer {
    0% { background-position: 0% 50%; }
    50% { background-position: 100% 50%; }
    100% { background-position: 0% 50%; }
}

/* ===== NEON BUTTONS ===== */
.neon-btn,
.elementor-button.neon-btn,
.neon-btn-filled,
.elementor-button.neon-btn-filled,
.mcf-ex-btn,
.mcf-map-btn,
.mcf-review-link,
.mcf-stargazing-cta,
.mcf-menu-cta,
.mcf-header-cta a {
    position: relative;
    isolation: isolate;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.4rem;
    min-height: 48px;
}

.neon-btn::after,
.elementor-button.neon-btn::after,
.neon-btn-filled::after,
.elementor-button.neon-btn-filled::after,
.mcf-ex-btn::after,
.mcf-map-btn::after,
.mcf-review-link::after,
.mcf-stargazing-cta::after,
.mcf-menu-cta::after,
.mcf-header-cta a::after {
    content: '';
    position: absolute;
    inset: 2px;
    border-radius: inherit;
    background: linear-gradient(120deg, rgba(255, 255, 255, 0.18), rgba(255, 255, 255, 0) 45%);
    opacity: 0;
    transition: opacity 0.3s ease;
    pointer-events: none;
}

.neon-btn:hover::after,
.elementor-button.neon-btn:hover::after,
.neon-btn-filled:hover::after,
.elementor-button.neon-btn-filled:hover::after,
.mcf-ex-btn:hover::after,
.mcf-map-btn:hover::after,
.mcf-review-link:hover::after,
.mcf-stargazing-cta:hover::after,
.mcf-menu-cta:hover::after,
.mcf-header-cta a:hover::after {
    opacity: 0.6;
}

.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: linear-gradient(135deg, #ff6b35 0%, #ff9a62 100%) !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(--cta-glow-strong);
    transition: all 0.3s ease !important;
}

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

.neon-btn:focus-visible,
.elementor-button.neon-btn:focus-visible,
.neon-btn-filled:focus-visible,
.elementor-button.neon-btn-filled:focus-visible,
.mcf-ex-btn:focus-visible,
.mcf-map-btn:focus-visible,
.mcf-review-link:focus-visible,
.mcf-stargazing-cta:focus-visible,
.mcf-menu-cta:focus-visible,
.mcf-header-cta a:focus-visible {
    outline: 2px solid #ffd2b5;
    outline-offset: 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);
    -webkit-backdrop-filter: blur(8px);
}

.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);
    -webkit-backdrop-filter: blur(8px);
}

.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);
}

/* Hipcamp CTA polish */
a[href*="hipcamp.com/land/"] img {
    border-radius: 12px;
    box-shadow: 0 0 0 1px rgba(255, 107, 53, 0.5), 0 12px 26px rgba(255, 107, 53, 0.25);
    transition: transform 0.25s ease, box-shadow 0.25s ease, filter 0.25s ease;
}

a[href*="hipcamp.com/land/"]:hover img,
a[href*="hipcamp.com/land/"]:focus-visible img {
    transform: translateY(-2px) scale(1.02);
    box-shadow: 0 0 0 1px rgba(255, 107, 53, 0.7), 0 16px 34px rgba(255, 107, 53, 0.35);
    filter: brightness(1.05);
}

/* ===== 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: 24px;
    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: 18px;
    overflow: hidden;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.3);
    flex: 0 0 320px;
    min-width: 280px;
    scroll-snap-align: center;
    display: flex;
    min-height: 430px;
}

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

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

.mcf-nearby-body {
    padding: 20px 22px 24px;
    display: flex;
    flex-direction: column;
    flex: 1;
    gap: 8px;
}

.mcf-nearby-body h3 {
    margin: 0 0 10px;
    min-height: 2.6em;
}

.mcf-nearby-body p {
    color: var(--text-light);
    margin: 0;
    font-size: 0.95rem;
    line-height: 1.6;
    min-height: 6.4em;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
}

.mcf-nearby-cta {
    text-align: center;
    margin-top: 35px;
}

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

.mcf-nearby-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-nearby-btn:hover {
    background: rgba(18, 45, 26, 0.95);
    transform: translateY(-50%) scale(1.05);
}

.mcf-nearby-btn.prev {
    left: -6px;
}

.mcf-nearby-btn.next {
    right: -6px;
}

/* ===== 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: #2f1f0f;
}

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: #2f1f0f;
}

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.72);
    border: 1px solid rgba(255, 255, 255, 0.12);
    border-radius: 16px;
    padding: 10px 16px;
    margin-bottom: 8px;
    box-shadow: 0 12px 24px rgba(0, 0, 0, 0.28);
}

.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);
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    font-size: 0.95rem;
    list-style: none;
    padding: 4px 0;
    min-height: 40px;
}

.mcf-faq summary::-webkit-details-marker {
    display: none;
}

.mcf-faq summary::after {
    content: '+';
    font-size: 1.2rem;
    color: var(--neon-orange);
    transition: transform 0.25s ease;
}

.mcf-faq details[open] {
    border-color: rgba(255, 107, 53, 0.35);
    box-shadow: 0 16px 28px rgba(0, 0, 0, 0.35);
}

.mcf-faq details[open] summary::after {
    transform: rotate(45deg);
}

.mcf-faq details p {
    margin: 6px 0 0;
    color: #d6cfc2;
    font-size: 0.92rem;
    line-height: 1.55;
}

.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;
}

@media (max-width: 640px) {
    .mcf-faq details {
        padding: 10px 12px;
        border-radius: 14px;
    }

    .mcf-faq summary {
        font-size: 0.9rem;
    }

    .mcf-faq details p {
        font-size: 0.88rem;
    }
}

.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: 320px;
    }

    .mcf-nearby-carousel {
        margin-top: 24px;
        padding: 4px 0 10px;
    }

    .mcf-nearby-media img {
        height: 140px;
    }

    .mcf-nearby-body {
        padding: 16px 18px 18px;
    }

    .mcf-nearby-body h3 {
        min-height: 2.2em;
    }

    .mcf-nearby-body p {
        font-size: 0.9rem;
        line-height: 1.5;
        min-height: 4.5em;
        -webkit-line-clamp: 3;
    }
}

/* 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;
}


/* Reviews carousel: allow vertical scrolling on mobile */
@media (max-width: 768px) {
    .mcf-review-track {
        touch-action: pan-y;
        scroll-snap-type: x proximity;
    }
}

/* ===== 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; }

@media (prefers-reduced-motion: reduce) {
    html {
        scroll-behavior: auto;
    }

    :is(
        .mcf-card,
        .mcf-nearby-card,
        .mcf-blog-card,
        .mcf-ex-card,
        .mcf-ex-feature,
        .mcf-ex-food-card,
        .mcf-ex-lake-card,
        .mcf-ex-squatch-card,
        .mcf-ex-map-shell,
        .mcf-ex-link-grid a,
        .photo-carousel-item,
        .mcf-guestbook-card,
        .mcf-faq details,
        .neon-btn,
        .elementor-button.neon-btn,
        .neon-btn-filled,
        .elementor-button.neon-btn-filled,
        .mcf-button,
        .mcf-ex-btn,
        .mcf-map-btn,
        .mcf-review-link,
        .mcf-faq-top
    )::before {
        animation: none;
    }

    *,
    *::before,
    *::after {
        animation-duration: 0.01ms !important;
        animation-iteration-count: 1 !important;
        transition-duration: 0.01ms !important;
    }
}

/* ==========================================================
   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: linear-gradient(135deg, var(--ex-orange) 0%, #ffb07b 100%); color: #050d08; box-shadow: var(--cta-glow-strong); }
.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); 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); }
.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; }
}

/* Print styles */
@media print {
    .mcf-header, .mcf-footer, .mcfii-hero-overlay, .mcfii-hero-embers,
    .mcfii-hero-particles, .mcf-nearby-btn, .mcf-carousel-btn,
    .mcf-ex-hero-bg, .mcf-ex-hero-overlay { display: none !important; }
    body { background: #fff !important; color: #000 !important; }
    a { color: #000 !important; text-decoration: underline; }
}

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


/* Auto-contrast utility */
[data-mcf-contrast="auto"],
.mcf-auto-contrast {
    color: var(--mcf-contrast-text, #fdf7ef);
}

[data-mcf-contrast="auto"] h1,
[data-mcf-contrast="auto"] h2,
[data-mcf-contrast="auto"] h3,
[data-mcf-contrast="auto"] h4,
[data-mcf-contrast="auto"] h5,
[data-mcf-contrast="auto"] h6,
[data-mcf-contrast="auto"] p,
[data-mcf-contrast="auto"] li,
.mcf-auto-contrast h1,
.mcf-auto-contrast h2,
.mcf-auto-contrast h3,
.mcf-auto-contrast h4,
.mcf-auto-contrast h5,
.mcf-auto-contrast h6,
.mcf-auto-contrast p,
.mcf-auto-contrast li {
    color: inherit;
}

/* Anchor offsets for menu jump links */
#about,
#nearby {
    scroll-margin-top: 120px;
}

/* Sasquatch Journal single posts: readable text + parallax background */
body.single-post {
    background-image: var(--mcf-post-hero);
    background-size: cover;
    background-position: center top;
    background-repeat: no-repeat;
    background-attachment: fixed;
}

body.single-post::before {
    content: "";
    position: fixed;
    inset: 0;
    background: linear-gradient(
        180deg,
        rgba(5, 13, 8, 0.72) 0%,
        rgba(5, 13, 8, 0.9) 55%,
        rgba(5, 13, 8, 0.98) 100%
    );
    z-index: -1;
    pointer-events: none;
}

body.single-post main.site-main {
    position: relative;
    z-index: 1;
    width: min(900px, 92vw);
    margin: 120px auto 90px;
    padding: 42px clamp(20px, 4vw, 56px);
    background: rgba(6, 12, 9, 0.86);
    border: 1px solid rgba(255, 107, 53, 0.18);
    border-radius: 24px;
    box-shadow: 0 24px 60px rgba(0, 0, 0, 0.55);
    backdrop-filter: blur(8px);
}

body.single-post main.site-main h1,
body.single-post main.site-main h2,
body.single-post main.site-main h3 {
    color: #fff7ea;
    text-shadow: 0 6px 20px rgba(0, 0, 0, 0.45);
}

body.single-post main.site-main p,
body.single-post main.site-main li {
    color: #efe5d4;
    font-size: 1.05rem;
    line-height: 1.8;
}

@media (max-width: 768px) {
    body.single-post {
        background-attachment: scroll;
    }

    body.single-post main.site-main {
        margin: 90px auto 60px;
        padding: 30px 22px;
    }
}
