/**
 * Holden Villa — Homepage Magic Luxury Theme
 * Scoped to body.page-home only
 */

html.page-home,
body.page-home {
    background-color: #0a1628;
}

body.page-home {
    --hm-purple: #5b21b6;
    --hm-purple-deep: #3b0764;
    --hm-purple-glow: #7c3aed;
    --hm-royal: #1e3a8a;
    --hm-royal-deep: #0f172a;
    --hm-royal-mid: #1d4ed8;
    --hm-gold: #f5c518;
    --hm-gold-bright: #ffd54f;
    --hm-gold-deep: #c9a100;
    --hm-glass: rgba(255, 255, 255, 0.08);
    --hm-glass-border: rgba(255, 255, 255, 0.18);
    --hm-glass-strong: rgba(15, 23, 42, 0.55);
    --hm-font: 'Outfit', 'DM Sans', sans-serif;
    --hm-display: 'Cinzel', 'Fraunces', Georgia, serif;
    background-color: #0a1628;
    background-image:
        linear-gradient(180deg, rgba(8, 6, 24, 0.28) 0%, rgba(10, 14, 32, 0.42) 45%, rgba(8, 6, 24, 0.34) 100%),
        url('../img/bg/main-bg.jpg');
    background-size: cover;
    background-position: center top;
    background-repeat: no-repeat;
    background-attachment: scroll;
    color: #c8d0e0;
}

body.page-home .hv-display,
body.page-home .hv-section-head .hv-display,
body.page-home .hv-intro__copy .hv-display {
    font-family: var(--hm-display);
    font-weight: 600;
    letter-spacing: 0.04em;
}

body.page-home .hv-kicker {
    font-family: var(--hm-font);
    color: var(--hm-gold-bright);
    letter-spacing: 0.28em;
}

body.page-home .hv-kicker::before {
    background: linear-gradient(90deg, var(--hm-gold), var(--hm-purple-glow));
}

/* ─── Header on homepage — cinematic glass bar ─── */
body.page-home .hm-site-header__shell {
    background: linear-gradient(180deg, rgba(6, 4, 20, 0.72) 0%, rgba(6, 4, 20, 0.0) 100%);
    border-bottom-color: transparent;
    backdrop-filter: blur(0px);
    -webkit-backdrop-filter: blur(0px);
    transition: background 0.5s ease, backdrop-filter 0.5s ease, border-color 0.4s ease, box-shadow 0.4s ease;
}

body.page-home .hm-site-header.is-scrolled .hm-site-header__shell {
    background: rgba(6, 4, 20, 0.94);
    border-bottom-color: rgba(245, 197, 24, 0.18);
    backdrop-filter: blur(22px) saturate(1.4);
    -webkit-backdrop-filter: blur(22px) saturate(1.4);
    box-shadow: 0 12px 40px rgba(0, 0, 0, 0.4);
}

body.page-home .hm-site-nav a {
    text-transform: uppercase;
    letter-spacing: 0.14em;
    font-size: 11px;
    font-weight: 600;
    color: rgba(255, 255, 255, 0.8);
}

body.page-home .hm-site-nav a:hover,
body.page-home .hm-site-nav li.is-active a {
    color: #fff;
    background: transparent;
    text-shadow: 0 0 16px rgba(245, 197, 24, 0.4);
}

body.page-home .hm-site-nav li.is-active a::after {
    background: linear-gradient(
        90deg,
        transparent 0%,
        rgba(245, 197, 24, 0.15) 10%,
        rgba(245, 197, 24, 0.75) 28%,
        #ffd54f 48%,
        #f5c518 52%,
        rgba(245, 197, 24, 0.75) 72%,
        rgba(245, 197, 24, 0.15) 90%,
        transparent 100%
    );
    box-shadow: 0 0 10px rgba(245, 197, 24, 0.35);
    height: 3px;
}

/* Header "Book Your Stay" — gold outline pill with crown */
body.page-home .hm-site-header__actions > .hm-book-btn {
    min-width: auto;
    padding: 11px 22px;
    border-radius: 999px;
    background: transparent;
    border: 1.5px solid rgba(245, 197, 24, 0.75);
    color: var(--hm-gold-bright) !important;
    font-size: 11px;
    letter-spacing: 0.12em;
    box-shadow: 0 0 18px rgba(245, 197, 24, 0.14), inset 0 1px 0 rgba(255, 255, 255, 0.06);
    animation: hmHeaderBtnGlow 4s ease-in-out infinite;
    gap: 8px;
}

body.page-home .hm-site-header__actions > .hm-book-btn:hover {
    background: rgba(245, 197, 24, 0.1);
    border-color: var(--hm-gold-bright);
    transform: none;
    color: #fff !important;
}

@keyframes hmHeaderBtnGlow {
    0%, 100% { box-shadow: 0 0 20px rgba(245, 197, 24, 0.14), inset 0 1px 0 rgba(255, 255, 255, 0.1); }
    50% { box-shadow: 0 0 32px rgba(245, 197, 24, 0.28), inset 0 1px 0 rgba(255, 255, 255, 0.16); }
}

body.page-home .hm-brand__title {
    background: linear-gradient(135deg, #fff 0%, var(--hm-gold-bright) 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

body.page-home .hm-book-btn {
    animation: hmBtnGlow 3s ease-in-out infinite;
}

body.page-home .hm-site-header__actions > .hm-book-btn {
    animation: hmHeaderBtnGlow 3s ease-in-out infinite;
}

@keyframes hmBtnGlow {
    0%, 100% { box-shadow: 0 0 32px rgba(245, 197, 24, 0.4), 0 10px 28px rgba(0, 0, 0, 0.32), inset 0 1px 0 rgba(255, 255, 255, 0.35); }
    50% { box-shadow: 0 0 48px rgba(245, 197, 24, 0.55), 0 14px 36px rgba(0, 0, 0, 0.38), inset 0 1px 0 rgba(255, 255, 255, 0.45); }
}

@keyframes hmHeroReveal {
    from { opacity: 0; transform: translateY(22px); }
    to { opacity: 1; transform: translateY(0); }
}

@keyframes hmHeroKenBurns {
    from { transform: scale(1); }
    to { transform: scale(1.07); }
}

/* ─── LAYERED HERO: cinematic full-bleed ─── */
body.page-home .hm-hero {
    position: relative;
    background: transparent;
    overflow: visible;
    padding-bottom: 34px;
}

body.page-home .hm-hero__stage {
    position: relative;
    min-height: clamp(580px, 90vh, 880px);
    overflow: hidden;
}

body.page-home .hm-hero__stage::after {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    bottom: -1px;
    height: 120px;
    background: linear-gradient(to top,
        rgba(10, 22, 40, 1.0) 0%,
        rgba(10, 22, 40, 0.96) 20%,
        rgba(10, 22, 40, 0.6) 55%,
        transparent 100%);
    z-index: 6;
    pointer-events: none;
}

body.page-home .hm-hero__media {
    position: absolute;
    inset: 0;
    z-index: 1;
}

body.page-home .hm-hero__sky {
    position: absolute;
    inset: 0;
    z-index: 2;
    pointer-events: none;
    overflow: hidden;
}

body.page-home .hm-hero__media .hm-mobile-hero {
    position: absolute;
    inset: 0;
    z-index: 1;
    min-height: 100%;
    line-height: 0;
}

body.page-home .hm-hero__media .hv-hero__slider {
    display: none !important;
}

/* Cinematic left fade — image recedes behind copy */
body.page-home .hm-hero__fade {
    position: absolute;
    inset: 0;
    z-index: 3;
    pointer-events: none;
    background:
        linear-gradient(to top,
            rgba(10, 22, 40, 1.0) 0%,
            rgba(10, 22, 40, 0.85) 10%,
            rgba(10, 22, 40, 0.4) 22%,
            transparent 38%);
}

body.page-home .hm-hero__copy {
    display: none;
}

body.page-home .hm-hero__content {
    position: relative;
    max-width: 540px;
    text-align: left;
    animation: hmHeroReveal 0.9s cubic-bezier(0.22, 1, 0.36, 1) both;
}

body.page-home .hm-hero__content::before {
    content: '';
    position: absolute;
    left: -48px;
    top: -36px;
    width: min(620px, 95vw);
    height: calc(100% + 72px);
    background:
        radial-gradient(ellipse at 18% 50%, rgba(91, 33, 182, 0.14) 0%, transparent 55%),
        radial-gradient(ellipse at 0% 50%, rgba(8, 6, 24, 0.55) 0%, transparent 70%);
    pointer-events: none;
    z-index: -1;
}

body.page-home .hm-hero__copy .hm-hero__content,
body.page-home .hm-hero__copy .hm-hero__badge,
body.page-home .hm-hero__copy a,
body.page-home .hm-hero__copy button {
    pointer-events: auto;
}

body.page-home .hm-hero__media .jssora051,
body.page-home .hm-hero__media .jssorb132 {
    z-index: 4;
}

/* Fireworks bursts */
body.page-home .hm-fireworks {
    position: absolute;
    inset: 0;
}

body.page-home .hm-fireworks span {
    position: absolute;
    width: 4px;
    height: 4px;
    border-radius: 50%;
    animation: hmFirework 4s ease-out infinite;
    opacity: 0;
}

body.page-home .hm-fireworks span:nth-child(1) { left: 18%; top: 14%; animation-delay: 0s; background: var(--hm-gold); box-shadow: 0 0 40px 20px rgba(245,197,24,0.28); }
body.page-home .hm-fireworks span:nth-child(2) { left: 72%; top: 10%; animation-delay: 1.2s; background: #a78bfa; box-shadow: 0 0 50px 25px rgba(167,139,250,0.22); }
body.page-home .hm-fireworks span:nth-child(3) { left: 55%; top: 6%; animation-delay: 2.4s; background: #60a5fa; box-shadow: 0 0 45px 22px rgba(96,165,250,0.22); }
body.page-home .hm-fireworks span:nth-child(4) { left: 88%; top: 22%; animation-delay: 0.8s; background: var(--hm-gold-bright); box-shadow: 0 0 35px 18px rgba(255,213,79,0.25); }
body.page-home .hm-fireworks span:nth-child(5) { left: 38%; top: 24%; animation-delay: 3.1s; background: #c084fc; box-shadow: 0 0 55px 28px rgba(192,132,252,0.18); }
body.page-home .hm-fireworks span:nth-child(6) { left: 64%; top: 18%; animation-delay: 1.8s; background: #818cf8; box-shadow: 0 0 40px 20px rgba(129,140,248,0.22); }

@keyframes hmFirework {
    0% { transform: scale(0); opacity: 0; }
    15% { transform: scale(1); opacity: 1; }
    40% { transform: scale(8); opacity: 0.6; }
    100% { transform: scale(14); opacity: 0; }
}

/* Sparkle field */
body.page-home .hm-sparkle-field {
    position: absolute;
    inset: 0;
}

body.page-home .hm-sparkle {
    position: absolute;
    width: 3px;
    height: 3px;
    background: #fff;
    border-radius: 50%;
    animation: hmTwinkle 2.5s ease-in-out infinite;
    box-shadow: 0 0 6px 2px rgba(255, 255, 255, 0.8);
}

@keyframes hmTwinkle {
    0%, 100% { opacity: 0.15; transform: scale(0.8); }
    50% { opacity: 1; transform: scale(1.2); }
}

/* Castle silhouette watermark (right panel) */
body.page-home .hm-castle-mark {
    position: absolute;
    right: 6%;
    left: auto;
    bottom: 10%;
    transform: none;
    width: min(360px, 38vw);
    height: 200px;
    opacity: 0.1;
    background: center bottom / contain no-repeat url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 400 120' fill='%23f5c518'%3E%3Cpath d='M200 10 L220 40 L240 25 L260 45 L280 30 L300 50 L320 35 L340 55 L360 40 L380 60 L380 110 L20 110 L20 60 L40 45 L60 55 L80 35 L100 50 L120 30 L140 45 L160 25 L180 40 Z'/%3E%3Crect x='185' y='55' width='30' height='55'/%3E%3Crect x='120' y='70' width='25' height='40'/%3E%3Crect x='255' y='70' width='25' height='40'/%3E%3Cpolygon points='200,10 190,40 210,40'/%3E%3C/svg%3E");
}

/* ─── HERO COPY: mockup-accurate typography ─── */
body.page-home .hm-hero__kicker {
    display: none;
}

/* ─── Kicker pill — now lives in parks section (no scroll clipping) ─── */
body.page-home .hm-parks__kicker {
    position: relative;
    bottom: auto;
    left: auto;
    transform: none;
    z-index: 2;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    margin: 0 auto 22px;
    padding: 10px 28px;
    background: rgba(10, 22, 40, 0.88);
    backdrop-filter: blur(18px) saturate(1.4);
    -webkit-backdrop-filter: blur(18px) saturate(1.4);
    border: 1px solid rgba(245, 197, 24, 0.35);
    border-radius: 999px;
    font-family: var(--hm-font);
    font-size: 11px;
    font-weight: 600;
    letter-spacing: 0.26em;
    text-transform: uppercase;
    color: var(--hm-gold-bright);
    white-space: nowrap;
    box-shadow: 0 4px 24px rgba(0,0,0,0.35), 0 0 16px rgba(245, 197, 24, 0.08);
}

body.page-home .hm-hero__kicker-line {
    display: inline-block;
    width: 36px;
    height: 1px;
    background: var(--hm-gold-bright);
    opacity: 0.85;
    flex-shrink: 0;
}

body.page-home .hm-hero__kicker-star {
    font-size: 9px;
    color: var(--hm-gold);
    text-shadow: 0 0 8px rgba(245, 197, 24, 0.9);
}

/* ─── Mickey GIF drags Check Availability sign (single full cross) ─── */
body.page-home .hm-mickey-drag {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 14px;
    z-index: 14;
    height: 56px;
    padding: 0;
    margin: 0;
    overflow: hidden;
    pointer-events: none;
}

body.page-home .hm-mickey-drag__lane {
    position: relative;
    width: 100%;
    height: 100%;
}

body.page-home .hm-mickey-drag__rig {
    position: absolute;
    left: 0;
    bottom: 0;
    display: flex;
    align-items: flex-end;
    will-change: transform;
    animation: hmMickeyCross 18s linear infinite;
    pointer-events: none;
}

@keyframes hmMickeyCross {
    0%   { transform: translateX(-105%); }
    100% { transform: translateX(calc(100vw + 12px)); }
}

body.page-home .hm-mickey-drag__gif {
    position: relative;
    z-index: 3;
    display: block;
    width: auto;
    height: clamp(48px, 7vw, 58px);
    object-fit: contain;
    flex-shrink: 0;
    background: transparent;
    filter: drop-shadow(0 8px 14px rgba(0, 0, 0, 0.45));
    user-select: none;
    -webkit-user-drag: none;
    image-rendering: auto;
}

body.page-home .hm-mickey-drag__rope {
    position: relative;
    z-index: 2;
    width: 52px;
    height: 20px;
    margin: 0 -4px 14px;
    flex-shrink: 0;
    overflow: visible;
    transform-origin: center bottom;
    animation: hmRopeTilt 0.65s ease-in-out infinite alternate;
}

@keyframes hmRopeTilt {
    from { transform: rotate(-4deg) translateY(0); }
    to   { transform: rotate(3deg) translateY(2px); }
}

body.page-home .hm-mickey-drag__sign {
    position: relative;
    z-index: 1;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 38px;
    padding: 9px 26px 9px 22px;
    margin: 0 0 8px;
    flex-shrink: 0;
    background:
        linear-gradient(180deg, rgba(255, 255, 255, 0.22) 0%, transparent 38%),
        linear-gradient(180deg, #ffe082 0%, #f5c518 48%, #c9a100 100%);
    border: 1px solid rgba(255, 255, 255, 0.42);
    border-radius: 7px;
    color: #0a1628;
    font-family: var(--hm-font);
    font-size: 10.5px;
    font-weight: 700;
    letter-spacing: 0.15em;
    text-transform: uppercase;
    text-decoration: none;
    white-space: nowrap;
    box-shadow:
        0 8px 22px rgba(245, 197, 24, 0.42),
        inset 0 1px 0 rgba(255, 255, 255, 0.55),
        inset 0 -2px 0 rgba(0, 0, 0, 0.1);
    transform: translateX(-28px);
    pointer-events: auto;
    transition: filter 0.25s ease, box-shadow 0.25s ease;
}

body.page-home .hm-mickey-drag__hook {
    position: absolute;
    top: -6px;
    right: 12px;
    left: auto;
    width: 9px;
    height: 9px;
    border: 2px solid #7a5a0a;
    border-radius: 50%;
    background: #f5c518;
}

body.page-home .hm-mickey-drag__hook::before {
    content: '';
    position: absolute;
    top: -8px;
    left: 50%;
    width: 2px;
    height: 8px;
    transform: translateX(-50%);
    background: linear-gradient(180deg, #7a5a0a, #f5c518);
}

body.page-home .hm-mickey-drag__sign:hover {
    filter: brightness(1.06);
    box-shadow:
        0 12px 30px rgba(245, 197, 24, 0.55),
        inset 0 1px 0 rgba(255, 255, 255, 0.6);
    color: #0a1628;
}

body.page-home .hm-mickey-drag__sign:hover .hm-mickey-drag__sign-text {
    transform: translateX(1px);
}

body.page-home .hm-mickey-drag__sign-text {
    display: inline-block;
    transition: transform 0.25s ease;
}

@media (prefers-reduced-motion: reduce) {
    body.page-home .hm-mickey-drag__rig {
        animation: none;
        transform: translateX(12px);
    }

    body.page-home .hm-mickey-drag__rope {
        animation: none;
    }
}

@media (max-width: 767.98px) {
    body.page-home .hm-hero {
        padding-bottom: 32px;
    }

    body.page-home .hm-parks {
        padding: 36px 0 24px !important;
    }

    body.page-home .hm-parks .hm-carousel__viewport {
        padding: 10px 34px 18px;
    }

    body.page-home .hm-parks .hm-park-card {
        min-height: 210px;
        padding: 16px 8px 14px;
    }

    body.page-home .hm-parks .hm-carousel__nav {
        width: 30px;
        height: 30px;
    }

    body.page-home .hm-parks__kicker {
        margin-bottom: 18px;
        padding: 8px 18px;
        font-size: 10px;
        letter-spacing: 0.18em;
    }

    body.page-home .hm-hero__kicker-line {
        width: 24px;
    }

    body.page-home .hm-mickey-drag {
        bottom: 50px;
        height: 48px;
    }

    body.page-home .hm-mickey-drag__rig {
        animation: hmMickeyCross 14s linear infinite;
    }

    body.page-home .hm-mickey-drag__gif {
        height: 44px;
    }

    body.page-home .hm-mickey-drag__rope {
        width: 36px;
        margin-bottom: 11px;
    }

    body.page-home .hm-mickey-drag__sign {
        font-size: 10px;
        padding: 8px 16px 8px 22px;
        min-height: 40px;
        letter-spacing: 0.08em;
    }

    body.page-home .hm-contact-panel {
        padding: 22px 18px 20px;
    }

    body.page-home .hm-contact-form-new .h-captcha {
        transform: scale(0.88);
    }
}

@media (max-width: 479.98px) {
    body.page-home .hm-mickey-drag {
        bottom: 46px;
        height: 44px;
    }

    body.page-home .hm-mickey-drag__lane {
        width: 100%;
        margin: 0;
    }

    body.page-home .hm-mickey-drag__rig {
        position: absolute;
        left: 0;
        bottom: 0;
        animation: hmMickeyCross 12s linear infinite;
    }

    body.page-home .hm-contact-form-new .h-captcha {
        transform: scale(0.78);
    }
}

body.page-home .hm-hero__title {
    display: flex;
    flex-direction: column;
    margin: 0 0 22px;
    gap: 2px;
    animation: hmHeroReveal 0.85s cubic-bezier(0.22, 1, 0.36, 1) 0.2s both;
}

body.page-home .hm-hero__title-white,
body.page-home .hm-hero__title-gold {
    display: block;
    font-family: 'Barlow Condensed', 'Impact', sans-serif;
    font-size: clamp(46px, 7vw, 88px);
    font-weight: 800;
    line-height: 0.95;
    letter-spacing: 0.01em;
    text-transform: uppercase;
}

body.page-home .hm-hero__title-white {
    color: #ffffff;
    text-shadow: 0 4px 32px rgba(0, 0, 0, 0.55), 0 0 80px rgba(124, 58, 237, 0.15);
}

body.page-home .hm-hero__title-gold {
    color: var(--hm-gold-bright);
    text-shadow: 0 4px 32px rgba(0, 0, 0, 0.45), 0 0 60px rgba(245, 197, 24, 0.22);
}

body.page-home .hm-hero__desc {
    margin: 0 0 30px;
    max-width: 380px;
    font-family: var(--hm-font);
    font-size: 15px;
    font-weight: 400;
    line-height: 1.75;
    color: rgba(255, 255, 255, 0.82);
    text-shadow: 0 2px 20px rgba(0, 0, 0, 0.7);
    animation: hmHeroReveal 0.9s cubic-bezier(0.22, 1, 0.36, 1) 0.3s both;
}

/* Explore Villas — gold outline pill */
body.page-home .hm-hero__cta {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    padding: 14px 30px;
    border-radius: 999px;
    border: 1.5px solid rgba(212, 160, 23, 0.9);
    background: rgba(245, 197, 24, 0.08);
    color: var(--hm-gold-bright) !important;
    font-family: var(--hm-font);
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    text-decoration: none;
    box-shadow: 0 0 28px rgba(245, 197, 24, 0.18), inset 0 1px 0 rgba(255, 255, 255, 0.08);
    transition: background 0.3s ease, border-color 0.3s ease, box-shadow 0.3s ease, transform 0.3s ease;
    animation: hmHeroReveal 0.95s cubic-bezier(0.22, 1, 0.36, 1) 0.4s both;
    backdrop-filter: blur(8px);
}

body.page-home .hm-hero__cta:hover {
    background: rgba(245, 197, 24, 0.16);
    border-color: var(--hm-gold-bright);
    color: #fff !important;
    box-shadow: 0 0 44px rgba(245, 197, 24, 0.32), 0 8px 28px rgba(0, 0, 0, 0.3);
    transform: translateY(-2px);
}

body.page-home .hm-hero__cta i {
    font-size: 11px;
    transition: transform 0.25s ease;
}

body.page-home .hm-hero__cta:hover i {
    transform: translateX(4px);
}

body.page-home .hm-hero__badge,
body.page-home .hm-hero__left .hv-hero__badge {
    display: none;
}

body.page-home .hv-hero__pill {
    padding: 9px 16px;
    font-size: 12px;
    font-weight: 500;
    letter-spacing: 0.02em;
    background: rgba(255, 255, 255, 0.05);
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
    border: 1px solid rgba(255, 255, 255, 0.12);
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.25), inset 0 1px 0 rgba(255, 255, 255, 0.08);
    transition: border-color 0.25s ease, box-shadow 0.25s ease;
}

body.page-home .hv-hero__pill:hover {
    border-color: rgba(245, 197, 24, 0.4);
    box-shadow: 0 8px 28px rgba(0, 0, 0, 0.3), 0 0 20px rgba(245, 197, 24, 0.12);
}

body.page-home .hv-hero__pill i {
    color: var(--hm-gold-bright);
    filter: drop-shadow(0 0 6px rgba(245, 197, 24, 0.5));
}

body.page-home .hm-hero .jssora051 {
    width: 50px !important;
    height: 50px !important;
    border-radius: 50%;
    background: rgba(8, 6, 24, 0.55) !important;
    backdrop-filter: blur(10px);
    border: 1px solid rgba(245, 197, 24, 0.35);
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.35);
    transition: background 0.25s ease, border-color 0.25s ease, transform 0.25s ease;
}

body.page-home .hm-hero .jssora051:hover {
    background: rgba(245, 197, 24, 0.15) !important;
    border-color: rgba(245, 197, 24, 0.65);
    transform: scale(1.06);
}

body.page-home .hm-hero .jssora051 .a {
    stroke: var(--hm-gold-bright) !important;
    stroke-width: 320 !important;
}

body.page-home .hm-hero .jssorb132 .i .b {
    fill: rgba(255, 255, 255, 0.35) !important;
    stroke: transparent !important;
}

body.page-home .hm-hero .jssorb132 .iav .b {
    fill: var(--hm-gold) !important;
    stroke: rgba(255, 255, 255, 0.3) !important;
    filter: drop-shadow(0 0 8px rgba(245, 197, 24, 0.6));
}

body.page-home .hv-hero__wave {
    display: none;
}

/* Hide intro photo section — not in homepage mockup */
body.page-home .hm-intro--visual {
    display: none;
}

/* ─── Glass sections ─── */
body.page-home .hm-glass-section {
    position: relative;
}

body.page-home .hm-glass-section::before {
    content: '';
    position: absolute;
    inset: 0;
    background:
        radial-gradient(circle at 10% 20%, rgba(124, 58, 237, 0.12) 0%, transparent 40%),
        radial-gradient(circle at 90% 80%, rgba(245, 197, 24, 0.08) 0%, transparent 35%);
    pointer-events: none;
}

body.page-home .hm-glass-panel {
    background: var(--hm-glass);
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
    border: 1px solid var(--hm-glass-border);
    box-shadow:
        0 24px 60px rgba(0, 0, 0, 0.35),
        inset 0 1px 0 rgba(255, 255, 255, 0.1),
        0 0 40px rgba(91, 33, 182, 0.15);
}

/* ─── INTRO (visual band only) ─── */
body.page-home .hm-intro--visual {
    padding: 56px 0 72px;
    background: transparent;
}

body.page-home .hm-intro-visual {
    display: grid;
    grid-template-columns: 1.2fr auto 0.55fr;
    gap: 28px;
    align-items: center;
    max-width: 920px;
    margin: 0 auto;
}

body.page-home .hm-intro--visual .hv-intro__photo-main {
    border: 1px solid rgba(245, 197, 24, 0.3);
    border-radius: 24px;
    overflow: hidden;
    box-shadow:
        0 30px 70px rgba(0, 0, 0, 0.45),
        0 0 60px rgba(91, 33, 182, 0.2);
}

body.page-home .hm-intro--visual .hv-intro__stat {
    background: linear-gradient(145deg, var(--hm-purple-deep), var(--hm-royal));
    border-color: var(--hm-gold);
    box-shadow: 0 0 30px rgba(245, 197, 24, 0.35);
}

body.page-home .hm-intro--visual .hv-intro__accent-img {
    border-radius: 20px;
    overflow: hidden;
    border: 1px solid rgba(255, 255, 255, 0.12);
}

/* ─── PARKS — animated glass cards ─── */
body.page-home .hm-parks {
    padding: 60px 0 30px;
    background: transparent;
    position: relative;
    overflow: visible;
}
body.page-home .hm-parks::before {
    content: '';
    position: absolute;
    top: -60px;
    left: 0;
    right: 0;
    height: 80px;
    background: linear-gradient(to bottom, transparent 0%, rgba(8, 6, 24, 0.4) 100%);
    pointer-events: none;
    z-index: 0;
}

/* Override holdan-v2 base backgrounds on homepage */
body.page-home .hv-parks,
body.page-home .hv-reviews,
body.page-home .hv-intro {
    background: transparent !important;
    overflow: visible !important;
}

body.page-home .hv-parks::before {
    display: none;
}

/* Override v2 base paddings on homepage */
body.page-home .hv-parks {
    padding: 60px 0 30px !important;
}

body.page-home .hv-reviews {
    padding: 20px 0 50px !important;
}

body.page-home .hv-video,
body.page-home .hm-showcase {
    padding: 20px 0 50px !important;
}

body.page-home .hm-parks__oval-bg {
    position: absolute;
    inset: 0;
    z-index: 0;
    pointer-events: none;
    background-image:
        url('../img/bg/magic-oval-bg.svg'),
        url('../img/bg/magic-oval-bg.svg');
    background-repeat: no-repeat, no-repeat;
    background-position: left -8% center, right -5% center;
    background-size: min(500px, 44vw), 260px;
    opacity: 0.45;
}

body.page-home .hm-parks .hv-container {
    position: relative;
    z-index: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
}

body.page-home .hm-parks .hv-section-head,
body.page-home .hm-parks .hm-carousel {
    width: 100%;
}

body.page-home .hm-parks::before {
    content: '';
    position: absolute;
    inset: 0;
    z-index: 0;
    background: url("data:image/svg+xml,%3Csvg width='60' height='60' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='30' cy='30' r='1.5' fill='rgba(255,255,255,0.15)'/%3E%3C/svg%3E");
    opacity: 0.35;
    pointer-events: none;
}

body.page-home .hm-parks .hv-section-head .hv-display {
    font-size: clamp(14px, 1.4vw, 18px);
    font-weight: 700;
    letter-spacing: 0.18em;
    text-transform: uppercase;
    color: var(--hm-gold);
    text-shadow: 0 0 20px rgba(245, 197, 24, 0.45);
    white-space: nowrap;
}

body.page-home .hm-section-head--stars .hv-display::before,
body.page-home .hm-section-head--stars .hv-display::after {
    content: '✦';
    display: inline-block;
    margin: 0 14px;
    color: var(--hm-gold);
    font-size: 0.7em;
    vertical-align: middle;
    opacity: 0.85;
    text-shadow: 0 0 12px rgba(245, 197, 24, 0.7);
}

/* Carousel shell */
body.page-home .hm-carousel {
    position: relative;
    display: flex;
    align-items: center;
    gap: 12px;
}

body.page-home .hm-carousel__viewport {
    flex: 1;
    overflow: visible;
    padding: 14px 4px 24px;
}

body.page-home .hm-carousel__track {
    display: flex;
    gap: 20px;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    scroll-behavior: smooth;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
    padding-bottom: 4px;
}

body.page-home .hm-carousel__track::-webkit-scrollbar {
    display: none;
}

body.page-home .hm-carousel__nav {
    flex: 0 0 48px;
    width: 48px;
    height: 48px;
    border-radius: 50%;
    border: 1px solid rgba(245, 197, 24, 0.45);
    background: rgba(255, 255, 255, 0.06);
    backdrop-filter: blur(12px);
    color: var(--hm-gold);
    cursor: pointer;
    transition: background 0.25s ease, box-shadow 0.25s ease, transform 0.25s ease;
    z-index: 2;
}

body.page-home .hm-carousel__nav:hover {
    background: rgba(245, 197, 24, 0.18);
    box-shadow: 0 0 24px rgba(245, 197, 24, 0.35);
    transform: scale(1.05);
}

body.page-home .hm-parks__carousel .hm-park-card,
body.page-home .hm-parks__carousel .hv-park-card {
    flex: 1 1 0;
    min-width: 120px;
    scroll-snap-align: start;
    min-height: 260px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 32px 22px 28px;
}

body.page-home .hm-park-card .hv-park-card__name {
    font-size: 15px;
    font-weight: 600;
    color: #fff;
    margin: 14px 0 18px;
    letter-spacing: 0.04em;
}

body.page-home .hm-park-card .hv-park-card__dist {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 4px;
    background: transparent !important;
    border: none !important;
    box-shadow: none !important;
    padding: 0 !important;
    font-size: clamp(34px, 4vw, 44px);
    font-family: var(--hm-display);
    font-weight: 700;
    color: var(--hm-gold-bright);
    line-height: 1;
    text-shadow: 0 0 30px rgba(245, 197, 24, 0.45);
}

body.page-home .hm-park-card .hv-park-card__dist i {
    display: none;
}

body.page-home .hm-park-card .hv-park-card__dist::after {
    content: none;
}

body.page-home .hm-parks__carousel,
body.page-home .hm-reviews__carousel {
    display: flex !important;
    grid-template-columns: unset !important;
}

body.page-home .hm-contact-side .hv-contact__list li {
    background: rgba(255, 255, 255, 0.05);
    backdrop-filter: blur(12px);
    border: 1px solid rgba(255, 255, 255, 0.1);
    color: rgba(255, 255, 255, 0.9);
    transition: border-color 0.3s ease, box-shadow 0.3s ease;
}

body.page-home .hm-contact-side .hv-contact__list li:hover {
    border-color: rgba(245, 197, 24, 0.4);
    box-shadow: 0 0 24px rgba(245, 197, 24, 0.12);
}

body.page-home .hm-contact-side .hv-contact__list li i {
    background: linear-gradient(135deg, var(--hm-purple), var(--hm-royal-mid));
    box-shadow: 0 0 16px rgba(124, 58, 237, 0.4);
}

body.page-home .hm-park-card .hv-park-card__icon {
    width: 72px;
    height: 72px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 28px;
    background: radial-gradient(circle at 30% 30%, rgba(96, 165, 250, 0.35), rgba(30, 58, 138, 0.5));
    border: 1px solid rgba(255, 255, 255, 0.18);
    color: #bfdbfe;
}

body.page-home .hm-park-card {
    opacity: 0;
    transform: translateY(28px) scale(0.96);
    animation: hmCardIn 0.7s cubic-bezier(0.22, 1, 0.36, 1) forwards;
    animation-delay: var(--hm-delay, 0ms);
    background: rgba(8, 12, 28, 0.78) !important;
    backdrop-filter: blur(16px);
    -webkit-backdrop-filter: blur(16px);
    border: 1px solid rgba(255, 255, 255, 0.12) !important;
    transition: transform 0.4s ease, box-shadow 0.4s ease, border-color 0.4s ease;
}

@keyframes hmCardIn {
    to { opacity: 1; transform: translateY(0) scale(1); }
}

body.page-home .hm-park-card:hover {
    transform: translateY(-10px) scale(1.02) !important;
    border-color: rgba(245, 197, 24, 0.55) !important;
    box-shadow:
        0 24px 50px rgba(0, 0, 0, 0.35),
        0 0 40px rgba(245, 197, 24, 0.2),
        inset 0 0 30px rgba(124, 58, 237, 0.15);
}

body.page-home .hm-park-card--featured,
body.page-home .hv-park-card--featured {
    background: linear-gradient(145deg, rgba(20, 16, 40, 0.88) 0%, rgba(12, 18, 42, 0.9) 100%) !important;
    border-color: rgba(245, 197, 24, 0.45) !important;
}

body.page-home .hm-dist-pulse {
    animation: hmDistPulse 2.5s ease-in-out infinite;
}

@keyframes hmDistPulse {
    0%, 100% { box-shadow: 0 0 0 0 rgba(245, 197, 24, 0.4); }
    50% { box-shadow: 0 0 0 8px rgba(245, 197, 24, 0); }
}

body.page-home .hv-park-card__icon {
    box-shadow: 0 0 20px rgba(245, 197, 24, 0.4);
}

/* ─── REVIEWS ─── */
body.page-home .hm-reviews {
    padding: 20px 0 50px;
    background: transparent;
}

body.page-home .hm-reviews .hv-section-head .hv-display {
    font-size: clamp(14px, 1.4vw, 18px);
    font-weight: 700;
    letter-spacing: 0.18em;
    text-transform: uppercase;
    color: var(--hm-gold);
    text-shadow: 0 0 20px rgba(245, 197, 24, 0.45);
    white-space: nowrap;
}

body.page-home .hm-review-card {
    background: rgba(8, 12, 28, 0.78) !important;
    backdrop-filter: blur(18px);
    -webkit-backdrop-filter: blur(18px);
    border: 1px solid rgba(255, 255, 255, 0.12) !important;
    border-top: 3px solid var(--hm-gold) !important;
    box-shadow:
        0 20px 50px rgba(0, 0, 0, 0.3),
        inset 0 1px 0 rgba(255, 255, 255, 0.08) !important;
    transition: transform 0.35s ease, box-shadow 0.35s ease;
}

body.page-home .hm-review-card:hover {
    transform: translateY(-6px);
    box-shadow:
        0 28px 60px rgba(0, 0, 0, 0.4),
        0 0 30px rgba(245, 197, 24, 0.15) !important;
}

body.page-home .hm-review-card .hv-review-card__quote {
    color: rgba(230, 235, 245, 0.9) !important;
}

body.page-home .hm-review-card .hv-review-card__stars {
    text-shadow: 0 0 12px rgba(245, 197, 24, 0.6);
}

body.page-home .hm-review-card .hv-review-card__name {
    color: #fff !important;
}

body.page-home .hm-review-card .hv-review-card__avatar {
    background: linear-gradient(135deg, var(--hm-purple), var(--hm-royal-mid));
    box-shadow: 0 0 16px rgba(124, 58, 237, 0.5);
}

body.page-home .hm-reviews__carousel .hm-review-card,
body.page-home .hm-reviews__carousel .hv-review-card {
    flex: 0 0 min(360px, 86vw);
    scroll-snap-align: start;
}

body.page-home .hm-carousel--reviews .hm-carousel__nav {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}

body.page-home .hm-carousel--reviews {
    position: relative;
    display: block;
    padding: 0 56px;
}

body.page-home .hm-carousel--reviews .hm-carousel__nav--prev {
    left: 0;
}

body.page-home .hm-carousel--reviews .hm-carousel__nav--next {
    right: 0;
}

body.page-home .hm-carousel--reviews .hm-carousel__nav:hover {
    transform: translateY(-50%) scale(1.05);
}

/* ─── SHOWCASE — video + gallery split (matches section scale) ─── */
body.page-home .hm-showcase {
    padding: 20px 0 50px;
    background: transparent;
}

body.page-home .hm-showcase .hv-section-head {
    margin-bottom: 28px;
}

body.page-home .hm-showcase .hv-section-head .hv-display {
    font-size: clamp(14px, 1.4vw, 18px);
    font-weight: 700;
    letter-spacing: 0.18em;
    text-transform: uppercase;
    color: var(--hm-gold);
    text-shadow: 0 0 20px rgba(245, 197, 24, 0.45);
}

body.page-home .hm-showcase__card {
    width: 100%;
    border-radius: 22px;
    padding: 22px;
    border: 1px solid rgba(245, 197, 24, 0.22);
    box-shadow:
        0 20px 60px rgba(0, 0, 0, 0.35),
        0 0 40px rgba(91, 33, 182, 0.15);
}

body.page-home .hm-showcase__body {
    display: grid;
    grid-template-columns: 1fr 1px 1fr;
    gap: 28px;
    align-items: stretch;
}

body.page-home .hm-showcase__divider {
    width: 1px;
    align-self: stretch;
    background: linear-gradient(
        to bottom,
        transparent 0%,
        rgba(245, 197, 24, 0.45) 30%,
        rgba(245, 197, 24, 0.45) 70%,
        transparent 100%
    );
}

body.page-home .hm-showcase__frame {
    position: relative;
    width: 100%;
    aspect-ratio: 16 / 9;
    border-radius: 16px;
    overflow: hidden;
    border: 1px solid rgba(245, 197, 24, 0.25);
}

body.page-home .hm-showcase__frame img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

body.page-home .hm-showcase__frame::after {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(135deg, rgba(12, 31, 63, 0.28) 0%, rgba(12, 31, 63, 0.08) 100%);
    pointer-events: none;
}

body.page-home .hm-showcase__play {
    position: absolute;
    inset: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 2;
}

body.page-home .hm-showcase__play a {
    width: 72px;
    height: 72px;
    border-radius: 50%;
    background: linear-gradient(135deg, var(--hm-gold-bright), var(--hm-gold));
    display: flex;
    align-items: center;
    justify-content: center;
    color: #1a1033;
    font-size: 20px;
    text-decoration: none;
    box-shadow:
        0 0 0 12px rgba(245, 197, 24, 0.18),
        0 12px 32px rgba(0, 0, 0, 0.35);
    transition: transform 0.25s ease;
}

body.page-home .hm-showcase__play a i {
    margin-left: 4px;
}

body.page-home .hm-showcase__play a:hover {
    transform: scale(1.08);
}

body.page-home .hm-showcase__photos {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 12px;
    width: 100%;
    aspect-ratio: 16 / 9;
    min-height: 0;
}

body.page-home .hm-showcase__photo {
    position: relative;
    display: block;
    border-radius: 14px;
    overflow: hidden;
    border: 1px solid rgba(245, 197, 24, 0.22);
    text-decoration: none;
    min-height: 0;
}

body.page-home .hm-showcase__photo img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: transform 0.35s ease;
}

body.page-home .hm-showcase__photo::after {
    content: '';
    position: absolute;
    inset: 0;
    background: rgba(8, 7, 28, 0.12);
    transition: background 0.3s ease;
}

body.page-home .hm-showcase__photo:hover::after {
    background: rgba(8, 7, 28, 0.32);
}

body.page-home .hm-showcase__photo:hover img {
    transform: scale(1.05);
}

body.page-home .hm-showcase__footer {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    margin-top: 16px;
    padding-top: 14px;
    border-top: 1px solid rgba(245, 197, 24, 0.12);
}

body.page-home .hm-showcase__chip {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    color: rgba(245, 197, 24, 0.92);
}

body.page-home .hm-showcase__chip i {
    font-size: 10px;
}

body.page-home .hm-showcase__link {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 11px 20px;
    border-radius: 999px;
    background: linear-gradient(135deg, var(--hm-gold-bright), var(--hm-gold));
    color: #1a1033;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    text-decoration: none;
    box-shadow: 0 10px 28px rgba(245, 197, 24, 0.25);
    transition: transform 0.25s ease, box-shadow 0.25s ease;
}

body.page-home .hm-showcase__link:hover {
    transform: translateY(-2px);
    box-shadow: 0 14px 32px rgba(245, 197, 24, 0.35);
    color: #1a1033;
}

body.page-home .hm-showcase__link i {
    font-size: 10px;
}

/* Legacy video styles kept for other pages */
body.page-home .hm-video {
    padding: 0 0 36px;
    background: transparent;
}

/* ─── MAP + CONTACT SPLIT ─── */
body.page-home .hm-map-contact {
    padding: 60px 0 80px;
    background: transparent;
}

body.page-home .hm-map-contact__grid {
    display: grid;
    grid-template-columns: 1.05fr 0.95fr;
    gap: 36px;
    align-items: start;
}

body.page-home .hm-section-head--left {
    text-align: left;
    margin-bottom: 24px;
}

body.page-home .hm-section-head--left .hv-display {
    color: #fff;
}

body.page-home .hm-section-head--left p {
    color: rgba(200, 208, 224, 0.75);
    max-width: 520px;
}

body.page-home .hm-map-contact .hm-map__canvas {
    height: 360px;
}

/* ══════════════════════════════════════════
   CONTACT SECTION — MATCHED TO REFERENCE
══════════════════════════════════════════ */
body.page-home .hm-map-contact__aside {
    padding: 0 !important;
    background: transparent !important;
}

/* Outer panel — dark glass card matching map panel */
body.page-home .hm-contact-panel {
    background: linear-gradient(145deg, rgba(20,10,55,0.82) 0%, rgba(14,22,60,0.78) 100%);
    backdrop-filter: blur(22px);
    -webkit-backdrop-filter: blur(22px);
    border: 1px solid rgba(245,197,24,0.2);
    border-radius: 22px;
    padding: 28px 28px 24px;
    height: 100%;
    box-shadow: 0 20px 60px rgba(0,0,0,0.4), inset 0 1px 0 rgba(255,255,255,0.07);
}

/* Inner 2-col: form | info */
body.page-home .hm-contact-inner {
    display: grid;
    grid-template-columns: 1.15fr 1fr;
    gap: 24px;
    align-items: start;
}

/* Heading row */
body.page-home .hm-contact-head {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 20px;
    text-align: left;
}

/* Mickey CSS icon */
body.page-home .hm-mickey-icon {
    flex-shrink: 0;
    display: inline-block;
    position: relative;
    width: 30px;
    height: 28px;
    background: var(--hm-gold);
    border-radius: 50%;
}
body.page-home .hm-mickey-icon::before,
body.page-home .hm-mickey-icon::after {
    content: '';
    position: absolute;
    width: 16px;
    height: 16px;
    background: var(--hm-gold);
    border-radius: 50%;
    top: -9px;
}
body.page-home .hm-mickey-icon::before { left: -4px; }
body.page-home .hm-mickey-icon::after  { right: -4px; }

body.page-home .hm-contact-head__title {
    font-family: var(--hm-display);
    font-size: clamp(18px, 2vw, 24px);
    font-weight: 700;
    color: #fff;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    margin: 0;
}

/* Form fields */
body.page-home .hm-form-field {
    position: relative;
    margin-bottom: 12px;
}
body.page-home .hm-form-field i {
    position: absolute;
    left: 15px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 13px;
    color: rgba(245,197,24,0.7);
    pointer-events: none;
    z-index: 2;
}
body.page-home .hm-form-field--textarea i {
    top: 16px;
    transform: none;
}
body.page-home .hm-form-field input,
body.page-home .hm-form-field textarea {
    width: 100%;
    background: rgba(255,255,255,0.07);
    border: 1px solid rgba(255,255,255,0.13);
    border-radius: 10px;
    padding: 12px 14px 12px 40px;
    font-family: var(--hm-font);
    font-size: 13.5px;
    color: rgba(220,228,245,0.9);
    outline: none;
    transition: border-color 0.25s ease, box-shadow 0.25s ease;
    resize: none;
}
body.page-home .hm-form-field input::placeholder,
body.page-home .hm-form-field textarea::placeholder {
    color: rgba(200,215,240,0.4);
}
body.page-home .hm-form-field input:focus,
body.page-home .hm-form-field textarea:focus {
    border-color: rgba(245,197,24,0.55);
    box-shadow: 0 0 0 3px rgba(245,197,24,0.12);
}

/* Submit button */
body.page-home .hm-submit-btn {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    padding: 14px 24px;
    margin-top: 6px;
    font-family: var(--hm-font);
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.16em;
    text-transform: uppercase;
    color: var(--hm-royal-deep);
    background: linear-gradient(90deg, var(--hm-gold-bright), var(--hm-gold));
    border: none;
    border-radius: 10px;
    cursor: pointer;
    transition: filter 0.25s ease, box-shadow 0.25s ease;
    box-shadow: 0 5px 20px rgba(245,197,24,0.35);
}
body.page-home .hm-submit-btn:hover {
    filter: brightness(1.1);
    box-shadow: 0 8px 32px rgba(245,197,24,0.55);
}

/* Contact Info Side */
body.page-home .hm-contact-info-side__desc {
    font-size: 13px;
    line-height: 1.75;
    color: rgba(210,220,240,0.75);
    margin-bottom: 18px;
}

body.page-home .hm-contact-info-side__list {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: 11px;
}

body.page-home .hm-contact-info-side__list li {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    font-size: 13px;
    color: rgba(220,230,250,0.88);
    line-height: 1.6;
}

body.page-home .hm-contact-info-side__list li i {
    flex-shrink: 0;
    margin-top: 3px;
    font-size: 13px;
    color: var(--hm-gold);
}



body.page-home .hm-map .hv-section-head .hv-display {
    color: #fff;
}

body.page-home .hm-map .hv-section-head p {
    color: rgba(200, 208, 224, 0.75);
}

body.page-home .hm-map__shell {
    border-radius: 0;
    overflow: visible;
    padding: 0;
}

body.page-home .hm-map__toolbar {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 16px;
    padding: 18px 22px;
    background: rgba(15, 23, 42, 0.7);
    border-bottom: 1px solid rgba(245, 197, 24, 0.2);
}

body.page-home .hm-map__pin {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 14px;
    font-weight: 600;
    color: rgba(255, 255, 255, 0.9);
}

body.page-home .hm-map__pin i {
    color: var(--hm-gold);
    font-size: 18px;
}

body.page-home .hm-map__canvas {
    width: 100%;
    height: 420px;
    background: #1a1a2e;
}

body.page-home .hm-map__visual-img {
    width: 100%;
    height: auto;
    display: block;
    border-radius: 20px;
}

body.page-home .hm-map__link {
    padding: 10px 20px !important;
    font-size: 11px !important;
}

/* Tighter section heading spacing on homepage */
body.page-home .hv-section-head {
    margin-top: 0 !important;
    margin-bottom: 28px !important;
}

/* ══════════════════════════════════════════
   NEW PARK CARDS  (hm-park-card)
══════════════════════════════════════════ */
body.page-home .hm-parks__carousel {
    display: flex !important;
    gap: 14px;
    padding: 8px 4px 20px;
}

body.page-home .hm-park-card {
    flex: 1 1 0;
    min-width: 120px;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    padding: 28px 16px 24px;
    border-radius: 22px;
    background: rgba(8, 12, 28, 0.78) !important;
    backdrop-filter: blur(18px);
    -webkit-backdrop-filter: blur(18px);
    border: 1px solid rgba(255, 255, 255, 0.12) !important;
    cursor: default;
    opacity: 0;
    transform: translateY(24px) scale(0.97);
    animation: hmCardIn 0.65s cubic-bezier(0.22, 1, 0.36, 1) forwards;
    animation-delay: var(--hm-delay, 0ms);
    transition: transform 0.35s ease, box-shadow 0.35s ease, border-color 0.35s ease;
}

body.page-home .hm-park-card:hover {
    transform: none !important;
    border-color: rgba(245, 197, 24, 0.55) !important;
    box-shadow:
        0 0 0 1px rgba(245,197,24,0.3),
        0 8px 32px rgba(0,0,0,0.35),
        0 0 40px rgba(245,197,24,0.2),
        inset 0 0 24px rgba(124,58,237,0.12);
}

body.page-home .hm-park-card--featured,
body.page-home .hm-park-card.hv-park-card--featured {
    background: linear-gradient(145deg, rgba(20, 16, 40, 0.88) 0%, rgba(12, 18, 42, 0.9) 100%) !important;
    border-color: rgba(245, 197, 24, 0.45) !important;
}

body.page-home .hm-park-card__icon-wrap {
    width: 68px;
    height: 68px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 26px;
    background: radial-gradient(circle at 30% 30%, rgba(96,165,250,0.32), rgba(30,58,138,0.52));
    border: 1px solid rgba(255,255,255,0.2);
    color: #bfdbfe;
    box-shadow: 0 0 22px rgba(96,165,250,0.22);
    margin-bottom: 14px;
    flex-shrink: 0;
}

body.page-home .hm-park-card--featured .hm-park-card__icon-wrap {
    background: radial-gradient(circle at 30% 30%, rgba(245,197,24,0.28), rgba(91,33,182,0.45));
    border-color: rgba(245,197,24,0.4);
    color: var(--hm-gold-bright);
    box-shadow: 0 0 28px rgba(245,197,24,0.3);
}

body.page-home .hm-park-card__name {
    font-size: 10px;
    font-weight: 700;
    letter-spacing: 0.18em;
    text-transform: uppercase;
    color: rgba(200,215,240,0.9);
    margin-bottom: 8px;
}

body.page-home .hm-park-card__num {
    font-family: var(--hm-display);
    font-size: clamp(36px, 5vw, 52px);
    font-weight: 700;
    color: var(--hm-gold-bright);
    line-height: 1;
    text-shadow: 0 0 28px rgba(245,197,24,0.45);
}

body.page-home .hm-park-card__unit {
    font-size: 11px;
    font-weight: 600;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    color: rgba(200,215,240,0.65);
    margin-bottom: 14px;
}

body.page-home .hm-park-card__drive {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    font-size: 12px;
    font-weight: 500;
    color: rgba(200,215,240,0.75);
    background: rgba(255,255,255,0.07);
    border: 1px solid rgba(255,255,255,0.1);
    border-radius: 999px;
    padding: 5px 12px;
    margin-top: auto;
}

body.page-home .hm-park-card__drive i {
    color: var(--hm-gold);
    font-size: 11px;
}

/* ══════════════════════════════════════════
   REVIEWS CAROUSEL
══════════════════════════════════════════ */
body.page-home .hm-carousel--reviews {
    position: relative;
    padding: 0 56px;
}

body.page-home .hm-carousel--reviews .hm-carousel__nav {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 5;
}

body.page-home .hm-carousel--reviews .hm-carousel__nav--prev { left: 0; }
body.page-home .hm-carousel--reviews .hm-carousel__nav--next { right: 0; }
body.page-home .hm-carousel--reviews .hm-carousel__nav:hover {
    transform: translateY(-50%) scale(1.05);
}

body.page-home .hm-reviews__carousel {
    display: flex !important;
    gap: 24px;
    padding: 8px 4px 20px;
}

body.page-home .hm-reviews__carousel .hm-review-card3 {
    flex: 0 0 calc((100%) / 3 - 16px);
    min-width: 260px;
}

body.page-home .hm-review-card3__avatar--4 {
    background: linear-gradient(135deg, #065f46, #1e3a8a);
}



body.page-home .hm-review-card3 {
    background: rgba(8, 12, 28, 0.78);
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
    border: 1px solid rgba(255,255,255,0.13);
    border-top: 3px solid rgba(245,197,24,0.55);
    border-radius: 24px;
    padding: 36px 32px 32px;
    display: flex;
    flex-direction: column;
    gap: 18px;
    position: relative;
    transition: transform 0.35s ease, box-shadow 0.35s ease;
}

body.page-home .hm-review-card3--featured {
    background: linear-gradient(145deg, rgba(20, 16, 40, 0.88) 0%, rgba(12, 18, 42, 0.9) 100%);
    border-color: rgba(245,197,24,0.4);
    box-shadow: 0 20px 55px rgba(0,0,0,0.32), 0 0 40px rgba(124,58,237,0.2);
}

body.page-home .hm-review-card3:hover {
    transform: translateY(-8px);
    box-shadow: 0 28px 65px rgba(0,0,0,0.42), 0 0 32px rgba(245,197,24,0.12);
}

body.page-home .hm-review-card3__stars {
    display: flex;
    gap: 4px;
    font-size: 14px;
    color: var(--hm-gold-bright);
    text-shadow: 0 0 12px rgba(245,197,24,0.5);
}

body.page-home .hm-review-card3__quote-mark {
    font-family: Georgia, serif;
    font-size: 56px;
    line-height: 0.8;
    color: var(--hm-purple-glow);
    opacity: 0.65;
    letter-spacing: -0.1em;
}

body.page-home .hm-review-card3__text {
    font-size: 14.5px;
    line-height: 1.75;
    color: rgba(220,228,245,0.88);
    flex: 1;
}

body.page-home .hm-review-card3__author {
    display: flex;
    align-items: center;
    gap: 14px;
    margin-top: 8px;
}

body.page-home .hm-review-card3__avatar {
    width: 46px;
    height: 46px;
    border-radius: 50%;
    flex-shrink: 0;
    background: linear-gradient(135deg, var(--hm-purple), var(--hm-royal-mid));
    border: 2px solid rgba(245,197,24,0.4);
    box-shadow: 0 0 18px rgba(124,58,237,0.5);
}

body.page-home .hm-review-card3__avatar--1 { background: linear-gradient(135deg, #7c3aed, #2563eb); }
body.page-home .hm-review-card3__avatar--2 { background: linear-gradient(135deg, #b45309, #7c3aed); }
body.page-home .hm-review-card3__avatar--3 { background: linear-gradient(135deg, #0e7490, #2563eb); }

body.page-home .hm-review-card3__author strong {
    display: block;
    font-size: 14px;
    font-weight: 700;
    color: #fff;
}

body.page-home .hm-review-card3__author span {
    font-size: 12px;
    color: rgba(200,215,240,0.6);
}

/* ══════════════════════════════════════════
   MAP CONTACT — NEW STRUCTURE
══════════════════════════════════════════ */
body.page-home .hm-map-contact__map-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 14px;
    margin-bottom: 22px;
}

body.page-home .hm-map-contact__map-title {
    font-family: var(--hm-display);
    font-size: clamp(20px, 2.4vw, 28px);
    font-weight: 700;
    color: #fff;
    letter-spacing: 0.04em;
    margin: 0;
}

body.page-home .hm-star-gold {
    color: var(--hm-gold);
    font-size: 0.7em;
}

body.page-home .hm-map__link-btn {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 9px 18px;
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: rgba(255,255,255,0.9);
    background: rgba(255,255,255,0.08);
    border: 1px solid rgba(245,197,24,0.4);
    border-radius: 999px;
    text-decoration: none;
    transition: background 0.3s ease, border-color 0.3s ease;
    white-space: nowrap;
}

body.page-home .hm-map__link-btn:hover {
    background: rgba(245,197,24,0.14);
    border-color: var(--hm-gold);
    color: var(--hm-gold-bright);
}

@media (max-width: 991.98px) {
    html,
    body.page-home {
        overflow-x: hidden !important;
        max-width: 100vw !important;
    }

    body.page-home .hm-showcase__body {
        grid-template-columns: 1fr;
        gap: 20px;
    }

    body.page-home .hm-showcase__divider {
        display: none;
    }

    body.page-home .hm-map-contact__grid {
        grid-template-columns: 1fr;
    }

    body.page-home .hm-map-contact .hm-map__canvas { height: 320px; }

    body.page-home .hm-contact-inner {
        grid-template-columns: 1fr;
    }

    body.page-home .hm-contact-info-item--address {
        grid-column: auto;
    }

    body.page-home .hm-hero {
        padding-top: var(--hv-header-h, 72px);
        padding-bottom: 28px;
        max-width: 100vw !important;
        overflow-x: hidden !important;
        overflow-y: visible !important;
    }

    body.page-home .hm-hero__stage {
        position: relative;
        width: 100% !important;
        max-width: 100vw !important;
        height: auto !important;
        min-height: 0 !important;
        aspect-ratio: auto !important;
        overflow: hidden !important;
        background: #0a1628;
    }

    body.page-home .hm-hero__stage::after {
        height: 28px;
        z-index: 6;
    }

    body.page-home .hm-hero__media {
        position: relative !important;
        inset: auto !important;
        width: 100% !important;
        height: auto !important;
        z-index: 1;
        overflow: hidden !important;
        line-height: 0;
    }

    body.page-home .hm-hero__sky,
    body.page-home .hm-hero__fade,
    body.page-home .hm-hero__copy,
    body.page-home .hv-hero__slider {
        display: none !important;
    }

    body.page-home .hm-mobile-hero {
        display: block !important;
        position: relative !important;
        inset: auto !important;
        height: auto !important;
    }

    body.page-home .hm-mickey-drag {
        bottom: 54px;
        height: 50px;
        z-index: 14;
    }

    body.page-home .hm-mickey-drag__lane {
        width: 100%;
    }

    body.page-home .hm-mickey-drag__rig {
        animation: hmMickeyCross 14s linear infinite;
    }

    body.page-home .hm-parks__kicker {
        margin-bottom: 16px;
        padding: 8px 16px;
        font-size: 10px;
        letter-spacing: 0.16em;
        white-space: nowrap;
    }

    body.page-home .hm-hero__kicker-line {
        width: 24px;
    }

    body.page-home .hm-parks {
        display: block !important;
        padding: 40px 0 28px !important;
    }

    body.page-home .hm-parks .hm-carousel {
        position: relative;
        gap: 0;
    }

    body.page-home .hm-parks .hm-carousel__viewport {
        overflow: hidden;
        min-width: 0;
        flex: 1;
        width: 100%;
        padding: 10px 36px 20px;
        container-type: inline-size;
    }

    body.page-home .hm-parks .hm-carousel__track {
        gap: 12px;
        -webkit-overflow-scrolling: touch;
    }

    body.page-home .hm-parks .hm-park-card {
        flex: 0 0 calc((100vw - 108px) / 2) !important;
        min-width: calc((100vw - 108px) / 2) !important;
        max-width: calc((100vw - 108px) / 2);
        min-height: 220px;
        padding: 18px 10px 16px;
        scroll-snap-align: start;
    }

    @supports (width: 100cqi) {
        body.page-home .hm-parks .hm-park-card {
            flex: 0 0 calc((100cqi - 12px) / 2) !important;
            min-width: calc((100cqi - 12px) / 2) !important;
            max-width: calc((100cqi - 12px) / 2);
        }
    }

    body.page-home .hm-parks .hm-park-card__icon-wrap {
        width: 56px;
        height: 56px;
        font-size: 22px;
        margin-bottom: 10px;
    }

    body.page-home .hm-parks .hm-park-card__name {
        font-size: 9px;
        letter-spacing: 0.12em;
    }

    body.page-home .hm-parks .hm-park-card__num {
        font-size: clamp(28px, 8cqi, 36px);
    }

    body.page-home .hm-parks .hv-section-head .hv-display {
        white-space: normal;
        line-height: 1.55;
        font-size: clamp(11px, 2.8vw, 14px);
    }

    body.page-home .hm-parks .hm-carousel__nav {
        position: absolute;
        z-index: 3;
        top: 50%;
        transform: translateY(-50%);
        flex: none;
        width: 32px;
        height: 32px;
        font-size: 11px;
        background: rgba(8, 12, 28, 0.82);
        border-color: rgba(245, 197, 24, 0.5);
    }

    body.page-home .hm-parks .hm-carousel__nav--prev {
        left: 0;
    }

    body.page-home .hm-parks .hm-carousel__nav--next {
        right: 0;
    }

    body.page-home .hm-hero__fade {
        background:
            linear-gradient(to bottom, rgba(8, 6, 24, 0.55) 0%, transparent 28%),
            linear-gradient(to top, rgba(10, 22, 40, 0.92) 0%, rgba(10, 22, 40, 0.35) 45%, transparent 72%);
    }

    body.page-home .hm-hero__content {
        max-width: 100%;
    }

    body.page-home .hm-reviews__carousel .hm-review-card3 {
        flex: 0 0 min(340px, 85vw);
    }

    body.page-home .hm-carousel--reviews {
        padding: 0 16px;
    }

    body.page-home .hm-contact-form-new .h-captcha {
        transform-origin: 0 0;
        transform: scale(0.88);
    }

    body.page-home .hm-carousel__nav {
        flex: 0 0 42px;
        width: 42px;
        height: 42px;
    }

    body.page-home .hm-intro-visual {
        grid-template-columns: 1fr 1fr;
    }

    body.page-home .hm-intro--visual .hv-intro__accent-img {
        grid-column: span 2;
        max-width: 280px;
        justify-self: center;
    }
}

@media (max-width: 767.98px) {
    body.page-home {
        background-attachment: scroll;
    }

    body.page-home .hm-reviews,
    body.page-home .hm-map-contact,
    body.page-home .hm-intro--visual { padding: 44px 0; }

    body.page-home .hm-reviews.hv-reveal,
    body.page-home section.hm-reviews {
        opacity: 1 !important;
        transform: none !important;
        visibility: visible !important;
    }

    body.page-home .hm-reviews__carousel,
    body.page-home .hm-review-card3 {
        opacity: 1 !important;
        visibility: visible !important;
    }

    body.page-home .hm-castle-mark { opacity: 0.06; height: 120px; width: 220px; }

    body.page-home .hm-hero__title {
        font-size: 34px;
    }

    body.page-home .hm-carousel--reviews .hm-carousel__nav {
        display: none;
    }

    body.page-home .hm-park-card {
        opacity: 1;
        transform: none;
    }

    body.page-home .hm-reviews__carousel .hm-review-card3 {
        flex: 0 0 clamp(280px, 82vw, 340px);
    }

    body.page-home .hm-carousel--reviews {
        padding: 0 8px;
    }

    body.page-home .hm-map-contact .hm-map__canvas { height: 260px; }

    body.page-home .hm-map-contact__grid {
        gap: 20px;
    }

    body.page-home .hm-showcase__card {
        padding: 18px;
    }

    body.page-home .hm-showcase__footer {
        flex-direction: column;
        align-items: stretch;
        gap: 12px;
    }

    body.page-home .hm-showcase__link {
        justify-content: center;
    }

    body.page-home .hm-intro-visual {
        grid-template-columns: 1fr;
        max-width: 420px;
    }

    body.page-home .hm-intro--visual .hv-intro__accent-img {
        grid-column: auto;
    }

    body.page-home .hm-section-head--stars .hv-display::before,
    body.page-home .hm-section-head--stars .hv-display::after {
        margin: 0 8px;
    }

    body.page-home .hm-parks .hv-section-head .hv-display,
    body.page-home .hm-reviews .hv-section-head .hv-display {
        white-space: normal;
        font-size: clamp(12px, 3.5vw, 15px);
    }
}

@media (prefers-reduced-motion: reduce) {
    body.page-home .hm-fireworks span,
    body.page-home .hm-sparkle,
    body.page-home .hm-park-card,
    body.page-home .hm-dist-pulse,
    body.page-home .hm-hero__media .hm-mobile-hero__slide.is-active img,
    body.page-home .hm-hero__content,
    body.page-home .hm-hero__kicker,
    body.page-home .hm-hero__title,
    body.page-home .hm-hero__desc,
    body.page-home .hm-hero__cta,
    body.page-home .hm-hero__badge {
        animation: none !important;
    }
    body.page-home .hm-park-card { opacity: 1; transform: none; }
}
