

.theme-membership-main {
    --theme-membership-accent-primary: var(--theme-accent-primary);
    --theme-membership-accent-primary-soft: var(--theme-accent-primary-soft);
    --theme-membership-accent-highlight: var(--theme-accent-highlight);
    --theme-membership-accent-highlight-soft: var(--theme-accent-highlight-soft);
    --theme-membership-accent-secondary: var(--theme-accent-secondary);
    --theme-membership-accent-secondary-soft: var(--theme-accent-secondary-soft);

    min-height: 100vh;
    color: var(--theme-text-soft);
    background:
        radial-gradient(
            circle at 50% 0,
            rgb(var(--theme-accent-primary-rgb) / 0.045),
            transparent 36rem
        ),
        radial-gradient(
            circle at 85% 18%,
            rgb(var(--theme-accent-secondary-rgb) / 0.035),
            transparent 28rem
        ),
        var(--theme-background);
}

.theme-membership-hero {
    position: relative;
    overflow: hidden;
    padding:
        42px
        0
        54px;
    border-bottom:
        1px solid
        rgb(var(--theme-accent-highlight-rgb) / 0.18);
    background:
        radial-gradient(
            ellipse at 50% 0,
            rgb(var(--theme-accent-primary-rgb) / 0.055),
            transparent 34rem
        ),
        linear-gradient(
            180deg,
            var(--theme-section-4),
            var(--theme-section-2)
        );
}

.theme-membership-hero::before {
    position: absolute;
    inset: 0;
    pointer-events: none;
    background:
        linear-gradient(
            118deg,
            transparent 0 24%,
            rgb(var(--theme-accent-highlight-rgb) / 0.025) 24.15%,
            transparent 24.4% 74%,
            rgb(var(--theme-accent-secondary-rgb) / 0.016) 74.15%,
            transparent 74.4%
        );
    content: "";
}

.theme-membership-hero-inner {
    position: relative;
    z-index: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-inline: 30px;
    text-align: center;
}

.theme-membership-emblem {
    width:
        min(
            100%,
            340px
        );
    margin:
        0
        auto
        2px;
}

.theme-membership-emblem img {
    display: block;
    width: 100%;
    height: auto;
    mix-blend-mode: screen;
}

.theme-membership-hero h1 {
    margin: 0;
    color:
        var(
            --theme-membership-accent-secondary-soft
        );
    font-family:
        var(
            --theme-serif,
            Georgia,
            serif
        );
    font-size:
        clamp(
            48px,
            6vw,
            72px
        );
    font-weight: 400;
    line-height: 1.02;
}

.theme-membership-subtitle {
    margin:
        12px
        0
        0;
    color: var(--theme-muted);
    font-size: 11px;
    letter-spacing: 0.08em;
}

.theme-membership-title-line {
    position: relative;
    width: 188px;
    height: 1px;
    margin-top: 22px;
    background:
        linear-gradient(
            90deg,
            transparent,
            var(
                --theme-membership-accent-highlight
            ),
            transparent
        );
}

.theme-membership-title-line::after {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 7px;
    height: 7px;
    border:
        1px solid
        var(
            --theme-membership-accent-highlight
        );
    background: var(--theme-section-2);
    transform:
        translate(
            -50%,
            -50%
        )
        rotate(45deg);
    content: "";
}

.theme-membership-coming-soon {
    display: flex;
    align-items: center;
    gap: 18px;
    margin:
        27px
        0
        0;
    color:
        var(
            --theme-membership-accent-highlight-soft
        );
    font-family:
        var(
            --theme-serif,
            Georgia,
            serif
        );
    font-size:
        clamp(
            38px,
            5.3vw,
            62px
        );
    font-weight: 500;
    line-height: 1.1;
}

.theme-membership-coming-soon span {
    color:
        var(
            --theme-membership-accent-highlight
        );
    font-size: 0.46em;
}

.theme-membership-lead {
    max-width: 720px;
    margin:
        22px
        auto
        0;
    color: var(--theme-text-dim);
    font-size: 14px;
    line-height: 1.9;
}

.theme-membership-shell {
    display: grid;
    gap: 24px;
    max-width: 1040px;
    padding:
        48px
        30px
        76px;
}

.theme-membership-status {
    display: grid;
    grid-template-columns:
        250px
        minmax(
            0,
            1fr
        );
    min-width: 0;
    overflow: hidden;
    border:
        1px solid
        rgb(var(--theme-accent-highlight-rgb) / 0.34);
    border-radius: 12px;
    background:
        radial-gradient(
            circle at 0 50%,
            rgb(var(--theme-accent-primary-rgb) / 0.035),
            transparent 18rem
        ),
        rgb(var(--theme-section-3-rgb) / 0.8);
}

.theme-membership-status-visual {
    display: grid;
    min-height: 220px;
    place-items: center;
    border-right:
        1px solid
        rgb(var(--theme-accent-highlight-rgb) / 0.28);
}

.theme-membership-status-icon {
    display: grid;
    width: 128px;
    height: 128px;
    place-items: center;
    border:
        1px solid
        rgb(var(--theme-accent-highlight-rgb) / 0.42);
    border-radius: 50%;
    background:
        radial-gradient(
            circle,
            rgb(var(--theme-accent-primary-rgb) / 0.045),
            transparent 70%
        );
}

.theme-membership-status-icon .theme-icon {
    width: 67px;
    height: 67px;
}

.theme-membership-status-copy {
    align-self: center;
    min-width: 0;
    padding:
        34px
        38px;
}

.theme-membership-kicker {
    margin:
        0
        0
        7px;
    color:
        var(
            --theme-membership-accent-primary
        );
    font-size: 9px;
    font-weight: 800;
    letter-spacing: 0.17em;
}

.theme-membership-status-copy h2 {
    margin:
        0
        0
        16px;
    color:
        var(
            --theme-membership-accent-secondary-soft
        );
    font-family:
        var(
            --theme-serif,
            Georgia,
            serif
        );
    font-size:
        clamp(
            24px,
            3vw,
            31px
        );
    font-weight: 500;
    line-height: 1.4;
}

.theme-membership-status-copy > p:not(.theme-membership-kicker) {
    margin:
        0
        0
        20px;
    color: var(--theme-text-dim);
    font-size: 13px;
    line-height: 1.85;
}

.theme-membership-status-note {
    display: flex;
    align-items: center;
    gap: 10px;
    padding-top: 17px;
    border-top:
        1px solid
        rgb(var(--theme-accent-highlight-rgb) / 0.16);
    color: var(--theme-muted-deep);
    font-size: 10px;
    line-height: 1.65;
}

.theme-membership-status-note .theme-icon {
    width: 19px;
    height: 19px;
    flex: 0 0 19px;
}

.theme-membership-newsletter {
    display: grid;
    grid-template-columns:
        52px
        minmax(
            0,
            1fr
        )
        auto;
    align-items: center;
    gap: 18px;
    padding:
        23px
        26px;
    border:
        1px solid
        rgb(var(--theme-accent-primary-rgb) / 0.3);
    border-radius: 10px;
    background:
        radial-gradient(
            circle at 0 50%,
            rgb(var(--theme-accent-primary-rgb) / 0.045),
            transparent 19rem
        ),
        rgb(var(--theme-section-3-rgb) / 0.84);
}

.theme-membership-newsletter-icon {
    display: grid;
    width: 52px;
    height: 52px;
    place-items: center;
    border-radius: 9px;
    background:
        rgb(var(--theme-accent-primary-rgb) / 0.04);
}

.theme-membership-newsletter-icon .theme-icon {
    width: 34px;
    height: 34px;
}

.theme-membership-newsletter-copy {
    min-width: 0;
}

.theme-membership-newsletter-copy h2 {
    margin:
        0
        0
        7px;
    color:
        var(
            --theme-membership-accent-primary-soft
        );
    font-family:
        var(
            --theme-serif,
            Georgia,
            serif
        );
    font-size:
        clamp(
            18px,
            2.4vw,
            23px
        );
    font-weight: 500;
}

.theme-membership-newsletter-copy p {
    margin: 0;
    color: var(--theme-muted);
    font-size: 11px;
    line-height: 1.75;
}

.theme-membership-newsletter-button {
    display: inline-flex;
    min-height: 50px;
    align-items: center;
    justify-content: center;
    gap: 12px;
    padding:
        0
        20px;
    border:
        1px solid
        rgb(var(--theme-accent-secondary-rgb) / 0.64);
    border-radius: 7px;
    color: var(--theme-text);
    background:
        linear-gradient(
            100deg,
            rgb(var(--theme-accent-secondary-rgb) / 0.56),
            rgb(var(--theme-accent-secondary-rgb) / 0.3) 58%,
            rgb(var(--theme-accent-highlight-rgb) / 0.12)
        );
    font-size: 12px;
    font-weight: 700;
    text-decoration: none;
    transition:
        border-color
        160ms ease,
        background
        160ms ease,
        transform
        160ms ease;
}

.theme-membership-newsletter-button .theme-icon {
    width: 18px;
    height: 18px;
}

.theme-membership-newsletter-button:hover {
    border-color:
        rgb(var(--theme-accent-highlight-rgb) / 0.78);
    background:
        linear-gradient(
            100deg,
            rgb(var(--theme-accent-secondary-rgb) / 0.64),
            rgb(var(--theme-accent-secondary-rgb) / 0.36) 58%,
            rgb(var(--theme-accent-highlight-rgb) / 0.17)
        );
    transform:
        translateY(
            -1px
        );
}

.theme-membership-jewel {
    width:
        min(
            100%,
            560px
        );
    margin:
        6px
        auto
        0;
}

.theme-membership-jewel img {
    display: block;
    width: 100%;
    height: auto;
    border-radius: 12px;
    mix-blend-mode: screen;
}

@media (max-width: 760px) {
    .theme-membership-status {
        grid-template-columns: 1fr;
    }

    .theme-membership-status-visual {
        min-height: 175px;
        border-right: 0;
        border-bottom:
            1px solid
            rgb(var(--theme-accent-highlight-rgb) / 0.2);
    }

    .theme-membership-status-icon {
        width: 112px;
        height: 112px;
    }

    .theme-membership-status-icon .theme-icon {
        width: 59px;
        height: 59px;
    }

    .theme-membership-newsletter {
        grid-template-columns:
            46px
            minmax(
                0,
                1fr
            );
    }

    .theme-membership-newsletter-button {
        grid-column:
            1 / -1;
        width: 100%;
    }
}

@media (max-width: 680px) {
    .theme-membership-hero {
        padding:
            30px
            0
            42px;
    }

    .theme-membership-hero-inner,
    .theme-membership-shell {
        padding-inline: 16px;
    }

    .theme-membership-emblem {
        width: 250px;
    }

    .theme-membership-hero h1 {
        font-size: 43px;
    }

    .theme-membership-coming-soon {
        gap: 11px;
        font-size: 40px;
    }

    .theme-membership-lead {
        font-size: 13px;
    }

    .theme-membership-shell {
        gap: 18px;
        padding-top: 32px;
        padding-bottom: 56px;
    }

    .theme-membership-status,
    .theme-membership-newsletter {
        border-radius: 10px;
    }

    .theme-membership-status-copy {
        padding:
            25px
            20px;
    }

    .theme-membership-newsletter {
        gap: 14px;
        padding:
            19px
            17px;
    }

    .theme-membership-newsletter-icon {
        width: 46px;
        height: 46px;
    }

    .theme-membership-newsletter-icon .theme-icon {
        width: 30px;
        height: 30px;
    }

    .theme-membership-jewel {
        width: 100%;
    }
}

.theme-membership-coming-soon .theme-icon { width: 13px; height: 13px; vertical-align: 0; }


.theme-membership-hero h1 { font-size: clamp(40px, 4.8vw, 58px); line-height: 1.2; }
.theme-membership-coming-soon { font-size: clamp(34px, 4vw, 48px); line-height: 1.22; }
.theme-membership-kicker,
.theme-membership-status-note { font-size: 11px; line-height: 1.55; }
@media (max-width: 680px) {
    .theme-membership-hero h1 { font-size: 36px; }
    .theme-membership-coming-soon { font-size: 34px; }
}

@media (min-width: 961px) {
    .theme-membership-hero h1 { font-size: clamp(38px, 4.2vw, 54px); }
    .theme-membership-coming-soon { font-size: clamp(36px, 4vw, 50px); }
    .theme-membership-kicker,
    .theme-membership-status-note { font-size: 12px; }
}
