:root {
    --portal-bg: #07060b;
    --portal-panel: #17101f;
    --portal-cream: #f7eddf;
    --portal-muted: #c8b9ce;
    --portal-purple: #8d43c8;
    --portal-purple-light: #c481ef;
    --portal-green: #91d746;
    --portal-green-light: #d6ff8a;
    --portal-orange: #f17b1c;
    --portal-gold: #e7c469;
    --portal-line: rgba(141, 67, 200, .42);
    --portal-shadow: 0 22px 58px rgba(0, 0, 0, .42);
}

* {
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
}

body {
    margin: 0;
    background:
        radial-gradient(circle at 12% 0%, rgba(100, 55, 145, .22), transparent 34rem),
        radial-gradient(circle at 92% 25%, rgba(71, 124, 76, .13), transparent 30rem),
        linear-gradient(180deg, #07060b, #0d0a12 50%, #07060b);
    color: var(--portal-cream);
    font-family: Arial, Helvetica, sans-serif;
}

a {
    color: inherit;
}

img {
    display: block;
    max-width: 100%;
}

.portal-header {
    position: sticky;
    top: 0;
    z-index: 1000;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
    min-height: 78px;
    padding: 10px clamp(18px, 4vw, 64px);
    border-bottom: 1px solid var(--portal-line);
    background: rgba(7, 6, 11, .95);
    backdrop-filter: blur(14px);
}

.portal-brand {
    min-width: 190px;
    text-decoration: none;
}

.portal-brand strong,
.portal-brand small {
    display: block;
}

.portal-brand strong {
    color: var(--portal-green-light);
    font-family: Georgia, 'Times New Roman', serif;
    font-size: 23px;
}

.portal-brand small {
    margin-top: 2px;
    color: var(--portal-purple-light);
    font-size: 10px;
    font-weight: 900;
    letter-spacing: .09em;
    text-transform: uppercase;
}

.portal-nav {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: clamp(16px, 2.4vw, 32px);
}

.portal-nav a {
    color: #eee7f1;
    font-size: 12px;
    font-weight: 900;
    letter-spacing: .04em;
    text-decoration: none;
    text-transform: uppercase;
}

.portal-actions {
    display: flex;
    gap: 10px;
}

.portal-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    border: 1px solid rgba(141, 67, 200, .68);
    border-radius: 999px;
    padding: 13px 21px;
    background: linear-gradient(180deg, #67308e, #38194a);
    color: #fff;
    font-weight: 900;
    text-decoration: none;
}

.portal-btn.orange {
    border-color: rgba(241, 123, 28, .75);
    background: linear-gradient(180deg, #ff963f, #c6530e);
    color: #1c0b04;
}

.portal-hero {
    position: relative;
    display: grid;
    grid-template-columns: minmax(0, 1.12fr) minmax(390px, .88fr);
    align-items: stretch;
    min-height: 650px;
    overflow: hidden;
    border-bottom: 1px solid rgba(141, 67, 200, .30);
    background:
        linear-gradient(
            90deg,
            rgba(6, 5, 10, .96) 0%,
            rgba(10, 7, 15, .84) 47%,
            rgba(15, 9, 21, .30) 100%
        ),
        url('/assets/images/seasonal/fall-halloween/live-banner.png')
        center / cover no-repeat;
}

.portal-hero::after {
    content: "";
    position: absolute;
    right: 0;
    bottom: -1px;
    left: 0;
    height: 140px;
    background:
        linear-gradient(180deg, transparent, rgba(7, 6, 11, .97));
    pointer-events: none;
}

.portal-hero-copy {
    position: relative;
    z-index: 3;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: clamp(50px, 7vw, 96px);
}

.portal-eyebrow {
    display: inline-flex;
    align-self: flex-start;
    margin-bottom: 17px;
    border: 1px solid rgba(241, 123, 28, .62);
    border-radius: 999px;
    padding: 8px 13px;
    background: rgba(20, 10, 27, .54);
    color: #ffb177;
    font-size: 12px;
    font-weight: 900;
    letter-spacing: .08em;
    text-transform: uppercase;
}

.portal-hero h1 {
    max-width: 780px;
    margin: 0 0 18px;
    color: #fff;
    font-family: Georgia, 'Times New Roman', serif;
    font-size: clamp(54px, 6.8vw, 96px);
    line-height: .96;
    text-shadow: 0 7px 30px rgba(0, 0, 0, .58);
}

.portal-hero h1 span {
    color: var(--portal-orange);
}

.portal-hero-copy > p {
    max-width: 760px;
    margin: 0;
    color: #e3d8e7;
    font-size: 18px;
    line-height: 1.68;
    text-shadow: 0 3px 16px rgba(0, 0, 0, .72);
}

.portal-hero-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-top: 28px;
}

.portal-hero-character {
    position: relative;
    z-index: 2;
    display: flex;
    align-items: flex-end;
    justify-content: center;
    min-height: 650px;
    overflow: hidden;
    padding: 42px 35px 0 0;
}

.portal-hero-character::before {
    content: "";
    position: absolute;
    inset: 0;
    background:
        radial-gradient(
            circle at 57% 30%,
            rgba(142, 90, 212, .27),
            transparent 19rem
        ),
        linear-gradient(
            90deg,
            rgba(11, 7, 16, .68),
            transparent 34%
        );
    pointer-events: none;
}

.portal-moon {
    position: absolute;
    top: 42px;
    right: 70px;
    width: 270px;
    height: 270px;
    border-radius: 50%;
    background:
        radial-gradient(
            circle at 38% 32%,
            #f6f2df 0%,
            #b9b5ca 41%,
            #77738a 72%,
            rgba(108, 104, 127, .12) 73%
        );
    opacity: .20;
    filter: blur(.2px);
    box-shadow:
        0 0 65px rgba(201, 195, 235, .15),
        0 0 125px rgba(141, 75, 190, .12);
}

.portal-character-glow {
    position: absolute;
    right: 22px;
    bottom: 15px;
    width: 480px;
    height: 540px;
    border-radius: 48%;
    background:
        radial-gradient(
            ellipse at center,
            rgba(94, 174, 130, .20),
            rgba(105, 57, 145, .13) 46%,
            transparent 72%
        );
    filter: blur(16px);
}

.portal-hero-character img {
    position: relative;
    z-index: 3;
    width: min(420px, 93%);
    max-height: 585px;
    object-fit: contain;
    object-position: center bottom;
    border-radius: 20px 20px 0 0;
    box-shadow:
        0 22px 52px rgba(0, 0, 0, .48),
        0 0 0 1px rgba(196, 129, 239, .18);
    transform: translateY(18px);
}

.portal-character-fog {
    position: absolute;
    z-index: 4;
    right: -30px;
    bottom: -28px;
    left: -70px;
    height: 175px;
    background:
        radial-gradient(
            ellipse at 46% 58%,
            rgba(112, 196, 160, .24),
            transparent 47%
        ),
        radial-gradient(
            ellipse at 72% 70%,
            rgba(131, 74, 171, .28),
            transparent 45%
        ),
        linear-gradient(180deg, transparent, rgba(8, 6, 12, .96));
    filter: blur(10px);
}

.portal-section {
    width: min(1220px, calc(100% - 32px));
    margin: 0 auto;
    padding: 76px 0;
}

.portal-section-head {
    display: flex;
    align-items: end;
    justify-content: space-between;
    gap: 30px;
    margin-bottom: 28px;
}

.portal-section-head span {
    color: var(--portal-purple-light);
    font-size: 12px;
    font-weight: 900;
    letter-spacing: .09em;
    text-transform: uppercase;
}

.portal-section-head h2 {
    margin: 6px 0 0;
    color: var(--portal-orange);
    font-family: Georgia, 'Times New Roman', serif;
    font-size: clamp(34px, 5vw, 56px);
}

.portal-section-head p {
    max-width: 470px;
    margin: 0;
    color: var(--portal-muted);
    line-height: 1.58;
    text-align: right;
}

.world-grid,
.destination-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 18px;
}

.world-card,
.destination-card {
    overflow: hidden;
    border: 1px solid var(--portal-line);
    border-radius: 22px;
    background: linear-gradient(145deg, #181120, #0b0810);
    color: inherit;
    text-decoration: none;
    box-shadow: 0 16px 36px rgba(0, 0, 0, .26);
}

.world-visual {
    height: 190px;
    background:
        linear-gradient(0deg, rgba(8, 6, 12, .88), transparent),
        url('/assets/images/seasonal/fall-halloween/collections.png')
        center / cover no-repeat;
}

.world-content,
.destination-card {
    padding: 22px;
}

.world-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 51px;
    height: 51px;
    margin-top: -48px;
    border: 2px solid #fff;
    border-radius: 16px;
    background: var(--accent, #8d43c8);
    color: #fff;
    font-size: 22px;
}

.world-content h3,
.destination-card h3 {
    color: #fff;
}

.world-content p,
.destination-card p {
    color: var(--portal-muted);
    line-height: 1.55;
}

.world-count,
.destination-card span {
    color: var(--portal-green-light);
    font-size: 12px;
    font-weight: 900;
    text-transform: uppercase;
}

.destination-card {
    display: flex;
    flex-direction: column;
    min-height: 250px;
}

.destination-logo {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 64px;
    height: 64px;
    border-radius: 16px;
    background: #fff;
    color: #24162f;
    font-size: 27px;
    font-weight: 900;
}

.destination-card p {
    flex: 1;
}

.portal-footer {
    display: grid;
    grid-template-columns: 1.4fr repeat(3, 1fr);
    gap: 30px;
    padding: 48px clamp(20px, 5vw, 76px);
    border-top: 1px solid var(--portal-line);
    background: #050409;
}

.portal-footer h3 {
    color: var(--portal-green-light);
}

.portal-footer h4 {
    color: var(--portal-purple-light);
    text-transform: uppercase;
}

.portal-footer a {
    display: block;
    margin: 9px 0;
    color: var(--portal-muted);
    text-decoration: none;
}

.portal-footer p {
    color: var(--portal-muted);
    line-height: 1.6;
}

@media (max-width: 1120px) {
    .portal-nav {
        display: none;
    }

    .portal-hero {
        grid-template-columns: minmax(0, 1.08fr) minmax(340px, .92fr);
    }

    .world-grid,
    .destination-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 790px) {
    .portal-header {
        padding: 10px 14px;
    }

    .portal-actions .portal-btn:first-child {
        display: none;
    }

    .portal-hero {
        grid-template-columns: 1fr;
        min-height: 0;
    }

    .portal-hero-copy {
        padding: 48px 25px 24px;
    }

    .portal-hero h1 {
        font-size: clamp(49px, 14vw, 74px);
    }

    .portal-hero-character {
        min-height: 520px;
        padding: 5px 20px 0;
    }

    .portal-hero-character img {
        width: min(385px, 93%);
        max-height: 500px;
    }

    .portal-section-head {
        align-items: flex-start;
        flex-direction: column;
    }

    .portal-section-head p {
        text-align: left;
    }

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

@media (max-width: 520px) {
    .portal-brand small {
        display: none;
    }

    .portal-btn {
        padding: 11px 14px;
        font-size: 13px;
    }

    .portal-hero-actions {
        display: grid;
    }

    .portal-hero-actions .portal-btn {
        width: 100%;
    }

    .portal-hero-character {
        min-height: 465px;
    }

    .world-grid,
    .destination-grid,
    .portal-footer {
        grid-template-columns: 1fr;
    }
}

/* =========================================================
   ROOT PORTAL v1.4 — CLEAN FULL-WIDTH HERO
   Removes the JPG character layer entirely.
   ========================================================= */

.portal-hero {
    display: flex;
    align-items: center;
    min-height: 650px;
    background:
        linear-gradient(
            90deg,
            rgba(6, 5, 10, .97) 0%,
            rgba(8, 6, 12, .88) 48%,
            rgba(10, 7, 15, .62) 100%
        ),
        url('/assets/images/seasonal/fall-halloween/live-banner.png')
        center / cover no-repeat;
}

.portal-hero-copy {
    width: min(940px, 100%);
    padding-right: clamp(30px, 8vw, 130px);
}

.portal-hero h1 {
    max-width: 900px;
}

.portal-hero-copy > p {
    max-width: 780px;
}

.portal-hero-character,
.portal-moon,
.portal-character-glow,
.portal-character-fog {
    display: none !important;
}

@media (max-width: 790px) {
    .portal-hero {
        min-height: 560px;
    }

    .portal-hero-copy {
        width: 100%;
        padding: 50px 24px 70px;
    }
}

