:root {
    --sx-welcome-bg: #07060b;
    --sx-welcome-bg-soft: #100a17;
    --sx-welcome-panel: #17101f;
    --sx-welcome-purple: #8d43c8;
    --sx-welcome-purple-light: #c481ef;
    --sx-welcome-green: #91d746;
    --sx-welcome-green-light: #d6ff8a;
    --sx-welcome-orange: #f17b1c;
    --sx-welcome-gold: #e7c469;
    --sx-welcome-cream: #f7eddf;
    --sx-welcome-muted: #c8b9ce;
    --sx-welcome-border: rgba(141, 67, 200, .48);
    --sx-welcome-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 14% 3%, rgba(105, 46, 152, .25), transparent 34rem),
        radial-gradient(circle at 92% 24%, rgba(61, 122, 70, .14), transparent 32rem),
        linear-gradient(180deg, #060509, #0d0913 52%, #060509);
    color: var(--sx-welcome-cream);
    font-family: Arial, Helvetica, sans-serif;
}

a {
    color: inherit;
}

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

.sx-welcome-site {
    min-height: 100vh;
    overflow: hidden;
}

.sx-welcome-header {
    position: sticky;
    top: 0;
    z-index: 100;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
    min-height: 76px;
    padding: 10px clamp(18px, 4vw, 64px);
    border-bottom: 1px solid rgba(141, 67, 200, .32);
    background: rgba(6, 5, 9, .95);
    backdrop-filter: blur(14px);
}

.sx-welcome-brand {
    text-decoration: none;
}

.sx-welcome-brand strong,
.sx-welcome-brand span {
    display: block;
}

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

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

.sx-welcome-header nav {
    display: flex;
    align-items: center;
    gap: 18px;
}

.sx-welcome-header nav a {
    color: #eee5f2;
    font-size: 13px;
    font-weight: 900;
    text-decoration: none;
}

.sx-nav-join {
    border: 1px solid rgba(145, 215, 70, .55);
    border-radius: 999px;
    padding: 11px 17px;
    color: var(--sx-welcome-green-light) !important;
}

.sx-welcome-hero {
    position: relative;
    display: grid;
    grid-template-columns: minmax(390px, .93fr) minmax(0, 1.07fr);
    align-items: stretch;
    width: min(1380px, calc(100% - 34px));
    min-height: 820px;
    margin: 36px auto 0;
    overflow: hidden;
    border: 1px solid var(--sx-welcome-border);
    border-radius: 30px;
    background:
        radial-gradient(circle at 76% 18%, rgba(145, 215, 70, .10), transparent 24rem),
        linear-gradient(105deg, #050409 0%, #12091a 58%, #21102f 100%);
    box-shadow: var(--sx-welcome-shadow);
}

.sx-welcome-art {
    position: relative;
    min-height: 820px;
    overflow: hidden;
    background: #030205;
}

.sx-welcome-art::after {
    content: "";
    position: absolute;
    top: 0;
    right: -2px;
    bottom: 0;
    width: 34%;
    background: linear-gradient(
        90deg,
        transparent,
        rgba(10, 6, 14, .58) 54%,
        #12091a 100%
    );
    pointer-events: none;
}

.sx-welcome-art img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center top;
}

.sx-art-shade {
    position: absolute;
    inset: 0;
    background:
        linear-gradient(0deg, rgba(3, 2, 5, .50), transparent 46%),
        radial-gradient(circle at 50% 35%, transparent 45%, rgba(4, 2, 7, .22));
    pointer-events: none;
}

.sx-welcome-hero-copy {
    position: relative;
    z-index: 2;
    display: flex;
    flex-direction: column;
    justify-content: center;
    min-width: 0;
    padding: clamp(34px, 5.2vw, 74px);
}

.sx-facebook-family {
    display: inline-flex;
    align-self: flex-start;
    align-items: center;
    flex-wrap: wrap;
    gap: 7px;
    margin-bottom: 22px;
    border: 1px solid rgba(196, 129, 239, .42);
    border-radius: 999px;
    padding: 10px 15px;
    background: rgba(141, 67, 200, .11);
    color: #eadff0;
    font-size: 13px;
}

.sx-facebook-family i {
    color: var(--sx-welcome-purple-light);
}

.sx-facebook-family strong {
    color: var(--sx-welcome-green-light);
}


.sx-color-welcome {
    position: relative;
    align-self: flex-start;
    margin: 0 0 15px -34px;
    padding: 12px 24px 13px 34px;
    border: 1px solid rgba(231, 196, 105, .43);
    border-radius: 0 22px 22px 0;
    background:
        linear-gradient(90deg, rgba(8, 5, 13, .18), rgba(34, 16, 48, .84)),
        radial-gradient(circle at 84% 24%, rgba(145, 215, 70, .13), transparent 11rem);
    box-shadow:
        0 12px 30px rgba(0, 0, 0, .28),
        inset 0 0 26px rgba(141, 67, 200, .08);
}

.sx-color-welcome::before,
.sx-color-welcome::after {
    position: absolute;
    color: var(--sx-welcome-gold);
    text-shadow: 0 0 12px rgba(231, 196, 105, .85);
}

.sx-color-welcome::before {
    content: "✦";
    top: 10px;
    left: 12px;
    font-size: 13px;
}

.sx-color-welcome::after {
    content: "✧";
    right: 13px;
    bottom: 10px;
    font-size: 16px;
}

.sx-color-welcome-small {
    display: block;
    margin-bottom: 1px;
    color: var(--sx-welcome-gold);
    font-family: Georgia, 'Times New Roman', serif;
    font-size: clamp(17px, 1.8vw, 24px);
    font-style: italic;
    line-height: 1;
    text-shadow: 0 0 14px rgba(231, 196, 105, .26);
}

.sx-color-welcome strong {
    display: block;
    padding-right: 25px;
    background: linear-gradient(90deg, #ff8a25 0%, #ffd36a 28%, #c682ef 58%, #b8ef61 82%, #e1ff9d 100%);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
    font-family: Georgia, 'Times New Roman', serif;
    font-size: clamp(31px, 4vw, 53px);
    font-weight: 900;
    letter-spacing: -.025em;
    line-height: 1.02;
    filter: drop-shadow(0 0 10px rgba(145, 215, 70, .17));
}

.sx-eyebrow {
    color: var(--sx-welcome-purple-light);
    font-size: 12px;
    font-weight: 900;
    letter-spacing: .11em;
    text-transform: uppercase;
}

.sx-welcome-hero h1,
.sx-final-copy h2,
.sx-section-heading h2,
.sx-community-copy h2 {
    font-family: Georgia, 'Times New Roman', serif;
}

.sx-welcome-hero h1 {
    max-width: 760px;
    margin: 13px 0 12px;
    color: #fff;
    font-size: clamp(48px, 6.2vw, 82px);
    line-height: .98;
}

.sx-welcome-hero h1 span {
    display: block;
    margin-top: 6px;
    color: var(--sx-welcome-green-light);
}

.sx-hero-tagline {
    margin: 0 0 13px;
    color: #fff0d9;
    font-family: Georgia, 'Times New Roman', serif;
    font-size: clamp(20px, 2.1vw, 29px);
    line-height: 1.35;
}

.sx-hero-tagline strong {
    color: var(--sx-welcome-orange);
}

.sx-hero-lead {
    max-width: 720px;
    margin: 0;
    color: #e2d7e7;
    font-size: 17px;
    line-height: 1.67;
}

.sx-welcome-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 11px;
    margin-top: 23px;
}

.sx-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 9px;
    border: 1px solid rgba(196, 129, 239, .68);
    border-radius: 999px;
    padding: 14px 21px;
    background: linear-gradient(180deg, #67308e, #38194a);
    color: #fff;
    font-weight: 900;
    text-decoration: none;
    box-shadow: 0 10px 25px rgba(67, 27, 88, .27);
}

.sx-button-primary {
    border-color: rgba(145, 215, 70, .74);
    background: linear-gradient(180deg, #a9e95e, #62a525);
    color: #122006;
}

.sx-returning-shopper {
    margin-top: 25px;
    border: 1px solid rgba(145, 215, 70, .34);
    border-radius: 19px;
    padding: 20px;
    background:
        linear-gradient(145deg, rgba(39, 66, 27, .31), rgba(14, 9, 19, .66));
}

.sx-returning-title span,
.sx-returning-title strong {
    display: block;
}

.sx-returning-title span {
    color: var(--sx-welcome-purple-light);
    font-size: 11px;
    font-weight: 900;
    letter-spacing: .09em;
    text-transform: uppercase;
}

.sx-returning-title strong {
    margin-top: 4px;
    color: var(--sx-welcome-green-light);
    font-family: Georgia, 'Times New Roman', serif;
    font-size: 24px;
}

.sx-returning-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 9px 17px;
    margin-top: 15px;
}

.sx-returning-grid div {
    display: flex;
    align-items: flex-start;
    gap: 8px;
    color: #eee4f2;
    font-size: 13px;
    line-height: 1.4;
}

.sx-returning-grid i {
    margin-top: 2px;
    color: var(--sx-welcome-green);
}

.sx-returning-shopper > p {
    margin: 15px 0 0;
    color: var(--sx-welcome-muted);
    font-size: 13px;
    line-height: 1.55;
}

.sx-mouse-note {
    margin: 19px 0 0;
    padding: 0 0 0 17px;
    border-left: 3px solid var(--sx-welcome-orange);
    color: #fff0dc;
    font-family: Georgia, 'Times New Roman', serif;
    font-size: 19px;
    font-style: italic;
    line-height: 1.45;
}

.sx-mouse-note strong {
    display: block;
    margin-top: 4px;
    color: var(--sx-welcome-green-light);
    font-size: 14px;
}

.sx-story-section,
.sx-features-section,
.sx-steps-section,
.sx-community-section,
.sx-final-section {
    width: min(1220px, calc(100% - 34px));
    margin: 0 auto;
    padding: 82px 0 0;
}

.sx-section-heading {
    max-width: 850px;
    margin-bottom: 28px;
}

.sx-section-heading span {
    color: var(--sx-welcome-purple-light);
    font-size: 12px;
    font-weight: 900;
    letter-spacing: .1em;
    text-transform: uppercase;
}

.sx-section-heading h2 {
    margin: 7px 0 0;
    color: var(--sx-welcome-orange);
    font-size: clamp(32px, 5vw, 55px);
}

.sx-section-heading p {
    color: var(--sx-welcome-muted);
    font-size: 17px;
    line-height: 1.6;
}

.sx-centered {
    margin-right: auto;
    margin-left: auto;
    text-align: center;
}

.sx-story-grid {
    display: grid;
    grid-template-columns: minmax(0, 1.2fr) minmax(300px, .8fr);
    gap: 24px;
}

.sx-story-copy,
.sx-story-highlight {
    border: 1px solid var(--sx-welcome-border);
    border-radius: 23px;
    padding: clamp(24px, 4vw, 42px);
    background: linear-gradient(145deg, #17101f, #0b0810);
    box-shadow: 0 15px 38px rgba(0, 0, 0, .24);
}

.sx-story-copy p {
    margin: 0 0 17px;
    color: #ded3e3;
    font-size: 17px;
    line-height: 1.72;
}

.sx-story-copy p:last-child {
    margin-bottom: 0;
}

.sx-story-highlight > span,
.sx-story-highlight > strong {
    display: block;
    font-family: Georgia, 'Times New Roman', serif;
    font-size: clamp(28px, 4vw, 43px);
}

.sx-story-highlight > span {
    color: #fff;
}

.sx-story-highlight > strong {
    color: var(--sx-welcome-green-light);
}

.sx-story-highlight ul {
    display: grid;
    gap: 14px;
    margin: 27px 0 0;
    padding: 0;
    list-style: none;
}

.sx-story-highlight li {
    display: flex;
    align-items: center;
    gap: 13px;
    color: #e2d7e7;
}

.sx-story-highlight li i {
    width: 34px;
    color: var(--sx-welcome-purple-light);
    font-size: 21px;
    text-align: center;
}

.sx-feature-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 17px;
}

.sx-feature-card {
    border: 1px solid var(--sx-welcome-border);
    border-radius: 20px;
    padding: 28px;
    background: linear-gradient(145deg, #17101f, #0b0810);
    box-shadow: 0 13px 32px rgba(0, 0, 0, .22);
}

.sx-feature-card i {
    color: var(--sx-welcome-green);
    font-size: 31px;
}

.sx-feature-card h3 {
    margin: 18px 0 8px;
    color: var(--sx-welcome-gold);
    font-size: 18px;
    text-transform: uppercase;
}

.sx-feature-card p {
    margin: 0;
    color: var(--sx-welcome-muted);
    line-height: 1.6;
}

.sx-steps {
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    gap: 13px;
}

.sx-steps article {
    position: relative;
    border: 1px solid var(--sx-welcome-border);
    border-radius: 19px;
    padding: 26px 20px;
    background: linear-gradient(145deg, #17101f, #0b0810);
    text-align: center;
}

.sx-steps article > span {
    position: absolute;
    top: 12px;
    right: 13px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 29px;
    height: 29px;
    border-radius: 50%;
    background: var(--sx-welcome-orange);
    color: #1c0b04;
    font-weight: 900;
}

.sx-steps article > i {
    color: var(--sx-welcome-green);
    font-size: 29px;
}

.sx-steps h3 {
    min-height: 45px;
    color: #fff;
    font-size: 17px;
}

.sx-steps p {
    color: var(--sx-welcome-muted);
    font-size: 14px;
    line-height: 1.55;
}

.sx-community-section {
    padding-bottom: 0;
}

.sx-community-copy {
    overflow: hidden;
    border: 1px solid var(--sx-welcome-border);
    border-radius: 26px;
    padding: clamp(30px, 6vw, 68px);
    background:
        linear-gradient(90deg, rgba(8, 5, 13, .96), rgba(25, 13, 37, .84)),
        url('/assets/images/seasonal/fall-halloween/live-banner.png')
        center / cover no-repeat;
    box-shadow: var(--sx-welcome-shadow);
}

.sx-community-copy h2 {
    max-width: 850px;
    margin: 12px 0;
    color: var(--sx-welcome-green-light);
    font-size: clamp(34px, 5vw, 57px);
}

.sx-community-copy p {
    max-width: 850px;
    color: #e2d8e6;
    font-size: 17px;
    line-height: 1.7;
}

.sx-community-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 9px;
    margin-top: 24px;
}

.sx-community-tags span {
    border: 1px solid rgba(196, 129, 239, .47);
    border-radius: 999px;
    padding: 9px 13px;
    background: rgba(20, 11, 29, .68);
    color: #eadcf4;
    font-size: 12px;
    font-weight: 900;
}

.sx-final-section {
    display: grid;
    grid-template-columns: 300px minmax(0, 1fr);
    gap: 30px;
    align-items: center;
    margin-bottom: 82px;
}

.sx-final-art {
    overflow: hidden;
    border: 1px solid var(--sx-welcome-border);
    border-radius: 24px;
    background: #030205;
    box-shadow: var(--sx-welcome-shadow);
}

.sx-final-art img {
    width: 100%;
    height: 430px;
    object-fit: cover;
    object-position: center top;
}

.sx-final-copy {
    border: 1px solid var(--sx-welcome-border);
    border-radius: 24px;
    padding: clamp(28px, 5vw, 56px);
    background: linear-gradient(145deg, #17101f, #0b0810);
}

.sx-final-copy h2 {
    margin: 10px 0 13px;
    color: var(--sx-welcome-orange);
    font-size: clamp(34px, 5vw, 56px);
}

.sx-final-copy > p {
    color: var(--sx-welcome-muted);
    font-size: 17px;
    line-height: 1.68;
}

.sx-signoff {
    margin-top: 27px;
}

.sx-signoff strong {
    color: var(--sx-welcome-green-light);
}

.sx-welcome-footer {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
    padding: 34px clamp(20px, 5vw, 72px);
    border-top: 1px solid rgba(141, 67, 200, .28);
    background: #050409;
}

.sx-welcome-footer strong,
.sx-welcome-footer span {
    display: block;
}

.sx-welcome-footer strong {
    color: var(--sx-welcome-green-light);
}

.sx-welcome-footer span {
    margin-top: 3px;
    color: var(--sx-welcome-muted);
    font-size: 12px;
}

.sx-welcome-footer nav {
    display: flex;
    gap: 19px;
}

.sx-welcome-footer a {
    color: var(--sx-welcome-muted);
    text-decoration: none;
}

@media (max-width: 1050px) {
    .sx-welcome-hero {
        grid-template-columns: minmax(330px, .82fr) minmax(0, 1.18fr);
    }

    .sx-returning-grid {
        grid-template-columns: 1fr;
    }

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

    .sx-steps {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }
}

@media (max-width: 760px) {
    .sx-welcome-header {
        padding: 9px 14px;
    }

    .sx-welcome-header nav a:first-child {
        display: none;
    }

    .sx-welcome-hero {
        grid-template-columns: 1fr;
        min-height: 0;
        margin-top: 18px;
    }

    .sx-welcome-art {
        min-height: 600px;
        max-height: 700px;
    }

    .sx-welcome-art::after {
        top: auto;
        right: 0;
        bottom: -2px;
        left: 0;
        width: auto;
        height: 35%;
        background: linear-gradient(
            180deg,
            transparent,
            rgba(10, 6, 14, .70) 55%,
            #12091a 100%
        );
    }

    .sx-welcome-hero-copy {
        margin-top: -35px;
        padding-top: 30px;
    }

    .sx-story-grid,
    .sx-final-section {
        grid-template-columns: 1fr;
    }

    .sx-final-art {
        max-width: 360px;
        margin: 0 auto;
    }

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

    .sx-welcome-footer {
        align-items: flex-start;
        flex-direction: column;
    }
}

@media (max-width: 540px) {
    .sx-welcome-brand span {
        display: none;
    }

    .sx-nav-join {
        padding: 10px 13px;
        font-size: 12px !important;
    }

    .sx-welcome-art {
        min-height: 520px;
    }

    .sx-welcome-hero-copy {
        padding: 28px 22px 34px;
    }

    .sx-facebook-family {
        border-radius: 17px;
    }

    .sx-returning-grid {
        grid-template-columns: 1fr;
    }

    .sx-feature-grid,
    .sx-steps {
        grid-template-columns: 1fr;
    }

    .sx-welcome-actions {
        display: grid;
    }

    .sx-button {
        width: 100%;
    }

    .sx-welcome-footer nav {
        display: grid;
        grid-template-columns: 1fr 1fr 1fr;
        width: 100%;
    }
}

@media (max-width: 760px) {
    .sx-color-welcome {
        align-self: stretch;
        margin-left: 0;
        border-radius: 18px;
        padding-left: 30px;
    }
}

@media (max-width: 540px) {
    .sx-color-welcome {
        padding: 11px 17px 12px 28px;
    }

    .sx-color-welcome strong {
        font-size: clamp(29px, 10vw, 42px);
    }
}

/* =========================================================
   v2.4 BALANCED HERO
   Equal-height columns, large framed artwork, tighter copy.
   ========================================================= */
@media (min-width: 761px) {
    .sx-welcome-hero {
        grid-template-columns: minmax(430px, 46%) minmax(0, 54%);
        min-height: 780px;
        height: 780px;
        align-items: stretch;
    }

    .sx-welcome-art {
        display: flex;
        align-items: center;
        justify-content: center;
        min-height: 0;
        height: 100%;
        padding: 34px 34px 34px 42px;
        background:
            radial-gradient(circle at 47% 42%, rgba(141,67,200,.28), transparent 22rem),
            linear-gradient(145deg, #08050d, #150a1d 62%, #21102c);
    }

    .sx-welcome-art::before {
        content: "";
        position: absolute;
        inset: 30px 36px 30px 38px;
        border: 1px solid rgba(231,196,105,.58);
        border-radius: 24px;
        background:
            linear-gradient(145deg, rgba(255,255,255,.025), rgba(0,0,0,.18));
        box-shadow:
            0 24px 55px rgba(0,0,0,.46),
            0 0 34px rgba(141,67,200,.23),
            inset 0 0 30px rgba(0,0,0,.28);
        pointer-events: none;
    }

    .sx-welcome-art::after {
        top: 0;
        right: -2px;
        bottom: 0;
        width: 18%;
        height: auto;
        background: linear-gradient(
            90deg,
            transparent,
            rgba(15,8,21,.38) 48%,
            #12091a 100%
        );
    }

    .sx-welcome-art img {
        position: relative;
        z-index: 1;
        width: auto;
        height: auto;
        max-width: calc(100% - 76px);
        max-height: 710px;
        object-fit: contain;
        object-position: center;
        border-radius: 18px;
        box-shadow: 0 16px 42px rgba(0,0,0,.46);
    }

    .sx-art-shade {
        z-index: 2;
        inset: 30px 36px 30px 38px;
        border-radius: 24px;
        background:
            linear-gradient(0deg, rgba(5,3,8,.18), transparent 40%),
            radial-gradient(circle at 50% 40%, transparent 55%, rgba(5,2,8,.18));
    }

    .sx-welcome-hero-copy {
        height: 100%;
        justify-content: center;
        padding: 34px clamp(34px, 4vw, 58px) 34px clamp(28px, 3.4vw, 48px);
    }

    .sx-facebook-family {
        margin-bottom: 14px;
        padding: 8px 13px;
        font-size: 12px;
    }

    .sx-color-welcome {
        margin: 0 0 10px;
        transform: none;
    }

    .sx-welcome-hero h1 {
        margin: 6px 0 8px;
        font-size: clamp(43px, 4.8vw, 68px);
        line-height: .98;
    }

    .sx-hero-tagline {
        margin-bottom: 9px;
        font-size: clamp(19px, 1.8vw, 25px);
    }

    .sx-hero-lead {
        font-size: 15px;
        line-height: 1.56;
    }

    .sx-welcome-actions {
        margin-top: 16px;
    }

    .sx-button {
        padding: 12px 17px;
        font-size: 13px;
    }

    .sx-returning-shopper {
        margin-top: 16px;
        padding: 15px 17px;
    }

    .sx-returning-title strong {
        font-size: 20px;
    }

    .sx-returning-grid {
        gap: 6px 13px;
        margin-top: 10px;
    }

    .sx-returning-grid div {
        font-size: 12px;
    }

    .sx-returning-shopper > p {
        margin-top: 10px;
        font-size: 12px;
        line-height: 1.42;
    }

    .sx-mouse-note {
        margin-top: 12px;
        font-size: 16px;
    }
}

@media (min-width: 761px) and (max-width: 1050px) {
    .sx-welcome-hero {
        grid-template-columns: 44% 56%;
        height: 760px;
        min-height: 760px;
    }

    .sx-welcome-art {
        padding: 28px;
    }

    .sx-welcome-art img {
        max-width: calc(100% - 38px);
        max-height: 690px;
    }

    .sx-returning-grid {
        grid-template-columns: 1fr;
    }

    .sx-returning-shopper > p,
    .sx-mouse-note {
        display: none;
    }
}

@media (max-width: 760px) {
    .sx-welcome-hero {
        height: auto;
        min-height: 0;
    }

    .sx-welcome-art {
        min-height: 0;
        max-height: none;
        padding: 22px;
        background:
            radial-gradient(circle at 50% 45%, rgba(141,67,200,.28), transparent 22rem),
            #08050d;
    }

    .sx-welcome-art img {
        width: min(100%, 460px);
        height: auto;
        max-height: none;
        margin: 0 auto;
        border: 1px solid rgba(231,196,105,.55);
        border-radius: 20px;
        box-shadow: 0 18px 42px rgba(0,0,0,.42);
    }

    .sx-welcome-hero-copy {
        margin-top: 0;
    }
}

/* =========================================================
   v2.5 COMPLETE HERO HEIGHT FIX
   The content determines the final height. Both columns stretch
   equally, while rounded corners remain safely contained.
   ========================================================= */
@media (min-width: 1051px) {
    .sx-welcome-hero {
        height: auto;
        min-height: 790px;
        align-items: stretch;
        overflow: hidden;
    }

    .sx-welcome-art {
        height: auto;
        min-height: 790px;
        align-self: stretch;
    }

    .sx-welcome-hero-copy {
        height: auto;
        min-height: 790px;
        align-self: stretch;
        justify-content: center;
        padding-top: 32px;
        padding-bottom: 42px;
    }

    .sx-welcome-art img {
        max-height: 620px;
    }

    .sx-mouse-note {
        margin-bottom: 0;
        padding-bottom: 2px;
    }
}

@media (min-width: 761px) and (max-width: 1050px) {
    .sx-welcome-hero {
        height: auto;
        min-height: 760px;
    }

    .sx-welcome-art {
        height: auto;
        min-height: 760px;
    }

    .sx-welcome-hero-copy {
        height: auto;
        min-height: 760px;
        padding-bottom: 36px;
    }
}

/* =========================================================
   v2.6 FULL-HEIGHT LARGE ARTWORK + MOBILE TITLE FIX
   ========================================================= */

.sx-color-welcome strong .sx-brand-word {
    display: inline;
}

/* Large screens: artwork completely fills the left column. */
@media (min-width: 1051px) {
    .sx-welcome-hero {
        grid-template-columns: 46% 54%;
        height: auto;
        min-height: 800px;
        align-items: stretch;
    }

    .sx-welcome-art {
        display: block;
        height: auto;
        min-height: 800px;
        padding: 0;
        background: #030205;
    }

    .sx-welcome-art::before {
        display: none;
    }

    .sx-welcome-art::after {
        top: 0;
        right: -2px;
        bottom: 0;
        width: 14%;
        height: auto;
        background: linear-gradient(
            90deg,
            transparent,
            rgba(12, 7, 17, .30) 45%,
            #12091a 100%
        );
    }

    .sx-welcome-art img {
        width: 100%;
        height: 100%;
        max-width: none;
        max-height: none;
        margin: 0;
        border: 0;
        border-radius: 0;
        object-fit: cover;
        object-position: center top;
        box-shadow: none;
    }

    .sx-art-shade {
        inset: 0;
        border-radius: 0;
        background:
            linear-gradient(0deg, rgba(4, 2, 7, .20), transparent 28%),
            linear-gradient(90deg, transparent 76%, rgba(18, 9, 26, .55));
    }

    .sx-welcome-hero-copy {
        min-height: 800px;
        padding-top: 34px;
        padding-bottom: 38px;
    }
}

/* Medium desktop/tablet: still full-height and equal columns. */
@media (min-width: 761px) and (max-width: 1050px) {
    .sx-welcome-hero {
        grid-template-columns: 44% 56%;
        height: auto;
        min-height: 780px;
        align-items: stretch;
    }

    .sx-welcome-art {
        display: block;
        height: auto;
        min-height: 780px;
        padding: 0;
        background: #030205;
    }

    .sx-welcome-art::before {
        display: none;
    }

    .sx-welcome-art img {
        width: 100%;
        height: 100%;
        max-width: none;
        max-height: none;
        margin: 0;
        border: 0;
        border-radius: 0;
        object-fit: cover;
        object-position: center top;
        box-shadow: none;
    }

    .sx-art-shade {
        inset: 0;
        border-radius: 0;
    }

    .sx-welcome-hero-copy {
        min-height: 780px;
    }
}

/* Phones: show the complete artwork and prevent title clipping. */
@media (max-width: 760px) {
    .sx-welcome-hero {
        width: min(100% - 20px, 680px);
        grid-template-columns: 1fr;
        height: auto;
        min-height: 0;
        margin-top: 12px;
    }

    .sx-welcome-art {
        display: block;
        min-height: 0;
        height: auto;
        padding: 0;
        background: #030205;
    }

    .sx-welcome-art::before,
    .sx-welcome-art::after {
        display: none;
    }

    .sx-welcome-art img {
        width: 100%;
        height: auto;
        max-width: none;
        max-height: none;
        margin: 0;
        border: 0;
        border-radius: 0;
        object-fit: contain;
        box-shadow: none;
    }

    .sx-art-shade {
        inset: 0;
        border-radius: 0;
        background: linear-gradient(
            0deg,
            rgba(18, 9, 26, .90),
            transparent 22%
        );
    }

    .sx-welcome-hero-copy {
        min-width: 0;
        padding: 27px 20px 34px;
    }

    .sx-color-welcome {
        width: 100%;
        max-width: 100%;
        overflow: hidden;
        padding: 13px 20px 14px 27px;
    }

    .sx-color-welcome-small {
        font-size: clamp(17px, 5.4vw, 24px);
    }

    .sx-color-welcome strong {
        width: 100%;
        max-width: 100%;
        padding-right: 0;
        font-size: clamp(38px, 13vw, 58px);
        line-height: .88;
        letter-spacing: -.04em;
        overflow-wrap: anywhere;
    }

    .sx-color-welcome strong .sx-brand-word {
        display: block;
        width: 100%;
    }

    .sx-color-welcome strong .sx-brand-word + .sx-brand-word {
        margin-top: 4px;
    }

    .sx-welcome-hero h1 {
        font-size: clamp(43px, 13vw, 68px);
        line-height: .94;
    }

    .sx-facebook-family {
        align-self: stretch;
        border-radius: 16px;
        line-height: 1.35;
    }
}

@media (max-width: 390px) {
    .sx-color-welcome strong {
        font-size: clamp(34px, 12vw, 47px);
    }

    .sx-welcome-hero h1 {
        font-size: clamp(39px, 12vw, 57px);
    }
}

/* =========================================================
   v2.7 MOBILE BRAND TITLE FIX
   Uses two real words in the HTML and removes mobile clipping.
   ========================================================= */
.sx-color-welcome strong .sx-brand-word {
    display: inline;
}

@media (max-width: 760px) {
    .sx-color-welcome {
        display: block;
        align-self: stretch;
        width: auto;
        max-width: none;
        margin: 0 0 15px;
        padding: 14px 30px 16px;
        overflow: visible;
        border-radius: 18px;
    }

    .sx-color-welcome::before {
        left: 11px;
    }

    .sx-color-welcome::after {
        right: 11px;
    }

    .sx-color-welcome-small {
        display: block;
        width: 100%;
        margin-bottom: 7px;
        font-size: clamp(18px, 5.2vw, 24px);
        line-height: 1.05;
        text-align: left;
    }

    .sx-color-welcome strong {
        display: block;
        width: 100%;
        max-width: none;
        padding: 0;
        font-size: clamp(42px, 12.5vw, 58px);
        line-height: .88;
        letter-spacing: -.035em;
        white-space: normal;
        overflow: visible;
        overflow-wrap: normal;
        word-break: normal;
    }

    .sx-color-welcome strong .sx-brand-word {
        display: block;
        width: 100%;
        max-width: 100%;
    }

    .sx-color-welcome strong .sx-brand-word + .sx-brand-word {
        margin-top: 7px;
    }
}

@media (max-width: 390px) {
    .sx-color-welcome {
        padding-right: 24px;
        padding-left: 24px;
    }

    .sx-color-welcome strong {
        font-size: clamp(38px, 12vw, 48px);
    }
}

