.santa-page {
    background:
        radial-gradient(circle at 75% 15%, rgba(57, 111, 180, 0.24), transparent 30%),
        linear-gradient(145deg, #08111f, #101827 58%, #25131b);
}

.santa-hero {
    width: min(1150px, calc(100% - 40px));
    min-height: 650px;
    margin: auto;
    padding: 90px 0 70px;
    display: grid;
    grid-template-columns: minmax(0, 0.85fr) minmax(0, 1.15fr);
    align-items: center;
    gap: 50px;
}

.santa-hero-copy {
    position: relative;
    z-index: 1;
}

.santa-hero h1 {
    margin: 8px 0 12px;
    font-size: clamp(3rem, 7vw, 6rem);
    line-height: 0.95;
    letter-spacing: -0.05em;
}

.santa-hero-copy > p {
    color: var(--muted);
    font-size: 1.1rem;
}

.santa-countdown {
    display: flex;
    gap: 12px;
    margin: 28px 0 12px;
}

.santa-countdown div {
    min-width: 66px;
    padding: 12px 8px;
    text-align: center;
    background: rgba(255, 255, 255, 0.07);
    border: 1px solid rgba(255, 255, 255, 0.12);
    border-radius: 10px;
}

.santa-countdown strong,
.santa-countdown span {
    display: block;
}

.santa-countdown strong {
    font-size: 1.6rem;
}

.santa-countdown span {
    color: var(--muted);
    font-size: 0.65rem;
    text-transform: uppercase;
}

.santa-detail {
    max-width: 480px;
    margin-bottom: 25px;
}

.santa-location {
    margin-top: -18px;
    color: #dcecff !important;
    font-size: 0.9rem !important;
    font-weight: 700;
}

.santa-scene {
    position: relative;
    min-height: 430px;
    overflow: hidden;
    background: radial-gradient(circle at 72% 22%, #fff8d6 0 3px, transparent 4px), #0d1c32;
    border: 1px solid rgba(255, 255, 255, 0.15);
    border-radius: 24px;
    box-shadow: 0 30px 80px rgba(0, 0, 0, 0.35);
}

.santa-scene::before {
    position: absolute;
    inset: 0;
    content: "";
    opacity: 0.55;
    background-image: radial-gradient(circle, #fff 0 1px, transparent 2px);
    background-size: 74px 68px;
}

.moon {
    position: absolute;
    top: 35px;
    right: 55px;
    color: #fff5bd;
    font-size: 4rem;
    text-shadow: 0 0 30px rgba(255, 245, 189, 0.6);
}

.route {
    position: absolute;
    height: 2px;
    transform-origin: left center;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.75));
}

.route-one { width: 41%; top: 32%; left: 16%; transform: rotate(21deg); }
.route-two { width: 38%; top: 56%; left: 39%; transform: rotate(-20deg); }
.route-three { width: 40%; top: 65%; left: 19%; transform: rotate(-18deg); }

.route-stop {
    position: absolute;
    z-index: 1;
    padding: 6px 9px;
    color: #dcecff;
    background: rgba(6, 13, 25, 0.8);
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 999px;
    font-size: 0.7rem;
}

.stop-north { top: 20%; left: 10%; }
.stop-reykjavik { top: 25%; left: 35%; }
.stop-london { top: 43%; right: 8%; }
.stop-cairo { top: 54%; right: 24%; }
.stop-tokyo { top: 43%; right: 2%; }
.stop-york { bottom: 27%; left: 42%; }
.stop-sydney { bottom: 11%; left: 67%; }
.stop-auckland { bottom: 8%; left: 12%; }

.sleigh {
    position: absolute;
    top: 31%;
    left: 16%;
    z-index: 2;
    font-size: 2.4rem;
    filter: drop-shadow(0 5px 9px rgba(0, 0, 0, 0.5));
    transform: translate(-50%, -50%);
    transition: transform 1s linear;
}

.santa-active .sleigh {
    animation: sleigh-bob 1.3s ease-in-out infinite;
}

@keyframes sleigh-bob {
    50% { margin-top: -8px; }
}

.bell-ringing {
    animation: bell-ring 0.2s linear 5;
}

@keyframes bell-ring {
    50% { transform: rotate(8deg); }
}

.santa-info {
    width: min(1150px, calc(100% - 40px));
    margin: auto;
    padding: 35px 0 90px;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 50px;
    border-top: 1px solid rgba(255, 255, 255, 0.12);
}

.santa-info h2 {
    max-width: 520px;
    margin-top: 8px;
    font-size: 2rem;
}

.santa-info p {
    color: var(--muted);
}

.santa-map-page {
    width: min(1240px, calc(100% - 40px));
    margin: auto;
    padding: 70px 0 90px;
}

.santa-map-heading {
    display: flex;
    align-items: end;
    justify-content: space-between;
    gap: 30px;
    margin-bottom: 28px;
}

.santa-map-heading h1 {
    margin: 8px 0 0;
    font-size: clamp(2.8rem, 6vw, 5.4rem);
    line-height: 0.95;
    letter-spacing: -0.05em;
}

.santa-map-heading > p {
    margin: 0 0 5px;
    color: #9fe3c4;
    font-weight: 800;
}

.santa-map-dashboard {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 300px;
    gap: 18px;
}

.santa-map-dashboard[hidden],
.santa-locked[hidden] {
    display: none !important;
}

.santa-locked {
    max-width: 720px;
    margin: 30px auto 0;
    padding: 70px 35px;
    text-align: center;
    background: rgba(12, 28, 48, 0.9);
    border: 1px solid rgba(255, 255, 255, 0.14);
    border-radius: 20px;
}

.santa-locked h2 {
    margin: 12px 0;
    font-size: clamp(1.8rem, 4vw, 3rem);
}

.santa-locked p {
    max-width: 520px;
    margin: auto;
    color: var(--muted);
}

.santa-locked .santa-countdown {
    justify-content: center;
    margin-top: 30px;
}

.santa-world-map {
    min-height: 600px;
    border-radius: 20px;
}

.map-grid {
    position: absolute;
    inset: 0;
    opacity: 0.25;
    background-image: linear-gradient(rgba(255,255,255,.15) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.15) 1px, transparent 1px);
    background-size: 70px 70px;
}

.map-land {
    position: absolute;
    opacity: 0.7;
    background: #163e4d;
    border: 1px solid rgba(159, 227, 196, 0.2);
    filter: drop-shadow(0 8px 12px rgba(0,0,0,.2));
}

.land-north-america { width: 29%; height: 27%; top: 22%; left: 11%; clip-path: polygon(0 16%, 35% 0, 75% 15%, 100% 48%, 73% 67%, 57% 100%, 32% 72%, 8% 58%); }
.land-south-america { width: 16%; height: 33%; top: 51%; left: 28%; clip-path: polygon(38% 0, 78% 16%, 100% 49%, 64% 100%, 30% 73%, 0 38%); }
.land-europe { width: 17%; height: 15%; top: 24%; left: 52%; clip-path: polygon(0 37%, 25% 0, 68% 15%, 100% 45%, 72% 100%, 35% 75%); }
.land-asia { width: 31%; height: 27%; top: 27%; left: 63%; clip-path: polygon(0 24%, 29% 0, 71% 16%, 100% 42%, 83% 74%, 49% 100%, 14% 72%); }
.land-australia { width: 16%; height: 15%; top: 68%; left: 73%; clip-path: polygon(0 26%, 33% 0, 90% 18%, 100% 65%, 56% 100%, 16% 78%); }

.map-label {
    position: absolute;
    color: rgba(220, 236, 255, 0.4);
    font-size: 0.65rem;
    letter-spacing: 0.12em;
}

.label-pacific { top: 53%; left: 8%; }
.label-atlantic { top: 48%; left: 43%; }

.santa-location-panel {
    padding: 28px 24px;
    background: rgba(12, 28, 48, 0.9);
    border: 1px solid rgba(255, 255, 255, 0.14);
    border-radius: 20px;
}

.santa-location-panel h2 {
    margin: 12px 0 10px;
    font-size: 1.65rem;
}

.santa-location-panel .button {
    width: 100%;
    margin-top: 10px;
}

.route-progress-label {
    display: flex;
    justify-content: space-between;
    margin-top: 25px;
    color: #dcecff;
    font-size: 0.8rem;
}

.route-progress {
    height: 7px;
    margin: 9px 0 24px;
    overflow: hidden;
    background: rgba(255, 255, 255, 0.1);
    border-radius: 999px;
}

.route-progress span {
    display: block;
    width: 25%;
    height: 100%;
    background: #9fe3c4;
    border-radius: inherit;
    transition: width 1s linear;
}

.santa-delivered {
    margin: 20px 0;
    padding: 13px;
    color: #fff5bd;
    background: rgba(245, 197, 66, 0.1);
    border: 1px solid rgba(245, 197, 66, 0.28);
    border-radius: 10px;
    font-weight: 800;
    text-align: center;
}

@media (max-width: 800px) {
    .santa-hero,
    .santa-info {
        grid-template-columns: 1fr;
    }

    .santa-map-heading,
    .santa-map-dashboard {
        grid-template-columns: 1fr;
    }

    .santa-map-heading {
        display: block;
    }

    .santa-map-heading > p {
        margin-top: 18px;
    }

    .santa-world-map {
        min-height: 450px;
    }

    .santa-hero {
        padding-top: 60px;
    }
}

@media (max-width: 500px) {
    .santa-hero,
    .santa-info {
        width: calc(100% - 30px);
    }

    .santa-countdown {
        gap: 6px;
    }

    .santa-countdown div {
        min-width: 0;
        flex: 1;
    }

    .santa-scene {
        min-height: 360px;
    }
}

@media (prefers-reduced-motion: reduce) {
    .sleigh,
    .santa-active .sleigh,
    .bell-ringing {
        animation: none;
        transition: none;
    }
}
