.ee-magic-page {
    --magic-ink: #11110f;
    --magic-charcoal: #1d1c18;
    --magic-ivory: #f6f2e9;
    --magic-paper: #fffdf8;
    --magic-gold: #d6aa47;
    --magic-gold-light: #efd692;
    --magic-green: #23463e;
    --magic-line: #d9d1c1;
    overflow-x: clip;
    background: var(--magic-paper);
}

.ee-magic-page .ee-site-main .ee-page-shell.ee-page-shell,
.ee-magic-page .ee-site-main .ee-page-shell.ee-page-shell:not(:has(.ee-photo-choice, .ee-photo-information, .ee-photo-decor, .ee-photo-accessories, .ee-photo-summary, .ee-photo-confirmation)) {
    width: 100% !important;
    max-width: none !important;
    margin: 0 !important;
    padding: 0 !important;
}

.ee-magic-page .ee-entry__header {
    display: none;
}

.ee-magic-page .ee-entry__content {
    width: 100% !important;
    max-width: none !important;
    margin: 0;
}

.ee-magic-page .ee-entry__content > .alignfull {
    width: 100% !important;
    max-width: none !important;
    margin-right: 0 !important;
    margin-left: 0 !important;
}

.ee-magic-shell {
    width: min(calc(100% - 48px), 1120px);
    margin-inline: auto;
}

.ee-magic-narrow {
    max-width: 880px;
}

.ee-magic-eyebrow {
    margin: 0 0 12px;
    color: #8b641b;
    font-size: .78rem;
    font-weight: 800;
    line-height: 1.4;
    letter-spacing: 0;
    text-transform: uppercase;
}

.ee-magic-hero {
    padding: 70px 0;
    background: var(--magic-ink);
    color: var(--magic-ivory);
}

.ee-magic-hero__grid {
    min-height: 530px;
    display: grid;
    grid-template-columns: minmax(0, .9fr) minmax(0, 1.18fr);
    gap: 58px;
    align-items: center;
}

.ee-magic-hero__content {
    position: relative;
    z-index: 1;
}

.ee-magic-hero .ee-magic-eyebrow,
.ee-magic-final .ee-magic-eyebrow {
    color: var(--magic-gold-light);
}

.ee-magic-hero h1 {
    max-width: 650px;
    margin: 0 0 26px;
    color: var(--magic-ivory);
    font-size: 4.25rem;
    line-height: 1.02;
    letter-spacing: 0;
}

.ee-magic-hero__lead {
    max-width: 610px;
    margin: 0 0 32px;
    color: #e5dfd3;
    font-size: 1.22rem;
    font-weight: 600;
    line-height: 1.58;
}

.ee-magic-hero__media {
    position: relative;
    margin: 0;
    aspect-ratio: 4 / 3;
    overflow: hidden;
    border: 1px solid #5f512e;
    border-radius: 8px;
    box-shadow: 18px 18px 0 #2b2415;
}

.ee-magic-hero__media::after {
    content: "";
    position: absolute;
    inset: 14px;
    border: 1px solid rgba(239, 214, 146, .48);
    border-radius: 4px;
    pointer-events: none;
}

.ee-magic-hero__media img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
    object-position: center;
}

.ee-magic-page .wp-block-buttons {
    display: flex;
    gap: 12px;
    align-items: center;
    flex-wrap: wrap;
}

.ee-magic-page .wp-block-button__link {
    min-height: 48px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 12px 20px;
    border-radius: 5px;
    font-weight: 800;
    line-height: 1.25;
    text-decoration: none;
}

.ee-magic-page .ee-magic-button .wp-block-button__link {
    background: var(--magic-gold);
    color: #17130b;
    border: 1px solid var(--magic-gold);
}

.ee-magic-page .is-style-outline .wp-block-button__link {
    background: transparent;
    color: var(--magic-ivory);
    border: 1px solid #82775f;
}

.ee-magic-page .wp-block-button__link:hover,
.ee-magic-page .wp-block-button__link:focus-visible {
    transform: translateY(-1px);
}

.ee-magic-facts {
    background: var(--magic-green);
    color: #fff;
    border-top: 1px solid #42685f;
}

.ee-magic-facts ul {
    margin-top: 0;
    margin-bottom: 0;
    padding: 0;
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    list-style: none;
}

.ee-magic-facts li {
    min-height: 78px;
    display: grid;
    place-items: center;
    padding: 16px 24px;
    color: #fff;
    font-weight: 750;
    text-align: center;
    border-right: 1px solid #42685f;
}

.ee-magic-facts li:last-child {
    border-right: 0;
}

.ee-magic-section {
    padding: 88px 0;
}

.ee-magic-section--ivory,
.ee-magic-section--faq {
    background: var(--magic-ivory);
}

.ee-magic-section h2,
.ee-magic-final h2 {
    max-width: 800px;
    margin: 0 0 24px;
    color: var(--magic-charcoal);
    font-size: 2.85rem;
    line-height: 1.1;
    letter-spacing: 0;
}

.ee-magic-intro {
    max-width: 830px;
    margin: 0;
    color: #4f4a42;
    font-size: 1.15rem;
    line-height: 1.75;
}

.ee-magic-audience-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 22px;
    margin-top: 48px;
}

.ee-magic-audience {
    display: flex;
    min-width: 0;
    flex-direction: column;
    overflow: hidden;
    background: var(--magic-paper);
    color: var(--magic-charcoal);
    border: 1px solid var(--magic-line);
    border-radius: 7px;
    text-decoration: none;
}

.ee-magic-audience img {
    width: 100%;
    aspect-ratio: 4 / 3;
    display: block;
    object-fit: cover;
}

.ee-magic-audience > span {
    display: flex;
    min-height: 230px;
    flex: 1;
    flex-direction: column;
    padding: 24px;
}

.ee-magic-audience small,
.ee-magic-offer small {
    margin-bottom: 10px;
    color: #806019;
    font-size: .74rem;
    font-weight: 800;
    text-transform: uppercase;
}

.ee-magic-audience strong {
    color: var(--magic-charcoal);
    font-size: 1.35rem;
    line-height: 1.25;
}

.ee-magic-audience b,
.ee-magic-offer b {
    margin-top: auto;
    padding-top: 24px;
    color: #365d54;
    font-size: .92rem;
    text-decoration: underline;
    text-underline-offset: 4px;
}

.ee-magic-story {
    display: grid;
    grid-template-columns: minmax(0, 1.05fr) minmax(0, .95fr);
    gap: 64px;
    align-items: center;
}

.ee-magic-story figure {
    margin: 0;
    aspect-ratio: 4 / 3;
    overflow: hidden;
    border-radius: 7px;
}

.ee-magic-story figure img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
}

.ee-magic-story p:not(.ee-magic-eyebrow) {
    color: #4f4a42;
    font-size: 1.06rem;
    line-height: 1.72;
}

.ee-magic-text-link {
    display: inline-block;
    margin-top: 10px;
    color: #365d54;
    font-weight: 800;
    text-underline-offset: 5px;
}

.ee-magic-section--offers {
    background: #fff;
    border-top: 1px solid #ece5d7;
}

.ee-magic-offer-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 22px;
    margin-top: 42px;
}

.ee-magic-offer {
    min-width: 0;
    display: flex;
    flex-direction: column;
    overflow: hidden;
    background: var(--magic-paper);
    color: var(--magic-charcoal);
    border: 1px solid var(--magic-line);
    border-radius: 7px;
    text-decoration: none;
}

.ee-magic-offer__media {
    display: block;
    aspect-ratio: 16 / 10;
    overflow: hidden;
    background: #26241f;
}

.ee-magic-offer__media img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
    transition: transform .25s ease;
}

.ee-magic-offer:hover .ee-magic-offer__media img,
.ee-magic-offer:focus-visible .ee-magic-offer__media img {
    transform: scale(1.025);
}

.ee-magic-offer__body {
    min-height: 270px;
    display: flex;
    flex: 1;
    flex-direction: column;
    padding: 24px;
}

.ee-magic-offer strong {
    color: var(--magic-charcoal);
    font-size: 1.3rem;
    line-height: 1.24;
}

.ee-magic-offer__body > span {
    margin-top: 14px;
    color: #5c564c;
    line-height: 1.6;
}

.ee-magic-section--proof {
    background: var(--magic-ink);
    color: #ddd5c7;
}

.ee-magic-section--proof .ee-magic-eyebrow {
    color: var(--magic-gold-light);
}

.ee-magic-section--proof h2 {
    color: var(--magic-ivory);
}

.ee-magic-proof-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 0;
    margin-top: 42px;
    border-top: 1px solid #5f512e;
    border-bottom: 1px solid #5f512e;
}

.ee-magic-proof-grid--three {
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

.ee-magic-proof-grid > div {
    min-height: 190px;
    display: flex;
    flex-direction: column;
    padding: 28px;
    border-right: 1px solid #5f512e;
}

.ee-magic-proof-grid > div:last-child {
    border-right: 0;
}

.ee-magic-proof-grid strong {
    color: var(--magic-gold-light);
    font-size: 1.2rem;
    line-height: 1.3;
}

.ee-magic-proof-grid span {
    margin-top: 14px;
    color: #d7d0c5;
    line-height: 1.65;
}

.ee-magic-section--zone {
    background: var(--magic-green);
    color: #fff;
}

.ee-magic-zone {
    display: grid;
    grid-template-columns: minmax(0, 1.1fr) minmax(0, .9fr);
    gap: 64px;
    align-items: end;
}

.ee-magic-zone .ee-magic-eyebrow {
    color: var(--magic-gold-light);
}

.ee-magic-zone h2 {
    margin-bottom: 0;
    color: #fff;
}

.ee-magic-zone > p {
    margin: 0;
    color: #e1ebe7;
    font-size: 1.05rem;
    line-height: 1.75;
}

.ee-magic-section--audiences {
    background: var(--magic-green);
    color: #fff;
}

.ee-magic-section--audiences h2 {
    color: #fff;
}

.ee-magic-section--audiences .ee-magic-eyebrow {
    color: var(--magic-gold-light);
}

.ee-magic-audience-list {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0;
    margin-top: 40px;
    border-top: 1px solid #55756d;
}

.ee-magic-audience-list > div {
    min-height: 160px;
    display: flex;
    flex-direction: column;
    padding: 28px 30px 28px 0;
    border-bottom: 1px solid #55756d;
}

.ee-magic-audience-list > div:nth-child(even) {
    padding-right: 0;
    padding-left: 30px;
    border-left: 1px solid #55756d;
}

.ee-magic-audience-list strong {
    color: #fff;
    font-size: 1.2rem;
}

.ee-magic-audience-list span {
    margin-top: 10px;
    color: #dfeae7;
    line-height: 1.65;
}

.ee-magic-process {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 0;
    margin-top: 42px;
    border-top: 1px solid #5f512e;
}

.ee-magic-process > div {
    display: flex;
    flex-direction: column;
    padding: 28px 30px 0 0;
}

.ee-magic-process small {
    color: var(--magic-gold);
    font-weight: 800;
}

.ee-magic-process strong {
    margin-top: 18px;
    color: #fff;
    font-size: 1.2rem;
}

.ee-magic-process span {
    margin-top: 12px;
    color: #d7d0c5;
    line-height: 1.65;
}

.ee-magic-section--faq details {
    margin: 12px 0;
    background: var(--magic-paper);
    border: 1px solid var(--magic-line);
    border-radius: 5px;
}

.ee-magic-section--faq summary {
    padding: 20px 22px;
    color: var(--magic-charcoal);
    font-size: 1.02rem;
    font-weight: 800;
    line-height: 1.4;
    cursor: pointer;
}

.ee-magic-section--faq details p {
    max-width: 760px;
    margin: 0;
    padding: 0 22px 22px;
    color: #5b554b;
    line-height: 1.65;
}

.ee-magic-final {
    padding: 72px 0;
    background: #171713;
    color: #fff;
    border-top: 1px solid #5f512e;
}

.ee-magic-final__grid {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 48px;
    align-items: end;
}

.ee-magic-final h2 {
    margin-bottom: 12px;
    color: #fff;
}

.ee-magic-final p:not(.ee-magic-eyebrow) {
    margin: 0;
    color: #d9d2c6;
}

@media (max-width: 980px) {
    .ee-magic-hero__grid {
        gap: 34px;
    }

    .ee-magic-hero h1 {
        font-size: 3.35rem;
    }

    .ee-magic-offer-grid,
    .ee-magic-audience-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .ee-magic-proof-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .ee-magic-proof-grid > div:nth-child(2) {
        border-right: 0;
    }

    .ee-magic-proof-grid > div:nth-child(-n+2) {
        border-bottom: 1px solid #5f512e;
    }
}

@media (max-width: 760px) {
    .ee-magic-shell {
        width: min(calc(100% - 30px), 1120px);
    }

    .ee-magic-hero {
        padding: 42px 0 48px;
    }

    .ee-magic-hero__grid,
    .ee-magic-story,
    .ee-magic-zone,
    .ee-magic-final__grid {
        min-height: 0;
        grid-template-columns: 1fr;
        gap: 34px;
    }

    .ee-magic-hero__media {
        grid-row: 1;
        box-shadow: 9px 9px 0 #2b2415;
    }

    .ee-magic-hero__content {
        grid-row: 2;
    }

    .ee-magic-hero h1 {
        font-size: 2.55rem;
    }

    .ee-magic-hero__lead {
        font-size: 1.06rem;
    }

    .ee-magic-facts ul,
    .ee-magic-audience-grid,
    .ee-magic-offer-grid,
    .ee-magic-proof-grid,
    .ee-magic-proof-grid--three,
    .ee-magic-audience-list,
    .ee-magic-process {
        grid-template-columns: 1fr;
    }

    .ee-magic-facts li {
        min-height: 58px;
        border-right: 0;
        border-bottom: 1px solid #42685f;
    }

    .ee-magic-section {
        padding: 58px 0;
    }

    .ee-magic-section h2,
    .ee-magic-final h2 {
        font-size: 2.05rem;
    }

    .ee-magic-audience > span,
    .ee-magic-offer__body {
        min-height: 0;
    }

    .ee-magic-proof-grid > div,
    .ee-magic-proof-grid > div:nth-child(2),
    .ee-magic-proof-grid > div:nth-child(-n+2) {
        min-height: 0;
        border-right: 0;
        border-bottom: 1px solid #5f512e;
    }

    .ee-magic-audience-list > div,
    .ee-magic-audience-list > div:nth-child(even) {
        min-height: 0;
        padding: 24px 0;
        border-left: 0;
    }

    .ee-magic-process > div {
        padding: 24px 0;
        border-bottom: 1px solid #5f512e;
    }

    .ee-magic-final__grid {
        align-items: start;
    }
}

@media (max-width: 430px) {
    .ee-magic-page .wp-block-buttons,
    .ee-magic-page .wp-block-button,
    .ee-magic-page .wp-block-button__link {
        width: 100%;
    }

    .ee-magic-hero h1 {
        font-size: 2.2rem;
    }
}

/* Historical magic landing page, rebuilt inside Extra EVENTS. */
.ee-magic-landing-page {
    --magic-legacy-bg: #090806;
    --magic-legacy-panel: #15130f;
    --magic-legacy-panel-strong: #1d1912;
    --magic-legacy-text: #f7f1e6;
    --magic-legacy-muted: #bfb5a4;
    --magic-legacy-gold: #d9aa43;
    --magic-legacy-gold-light: #f0d58f;
    --magic-legacy-line: #4a3d26;
    background: var(--magic-legacy-bg);
}

.ee-magic-landing-page .ee-site-main,
.ee-magic-landing-page .ee-entry,
.ee-magic-landing-page .ee-entry__content {
    background: var(--magic-legacy-bg);
}

.ee-magic-landing-page .ee-magic-shell {
    width: min(calc(100% - 48px), 1160px);
}

.ee-magic-legacy-hero,
.ee-magic-legacy-section,
.ee-magic-legacy-final {
    color: var(--magic-legacy-text);
    background: var(--magic-legacy-bg);
}

.ee-magic-legacy-nav {
    border-bottom: 1px solid #2f291f;
    background: #070604;
}

.ee-magic-legacy-nav .ee-magic-shell {
    min-height: 86px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 36px;
}

.ee-magic-legacy-nav__brand {
    min-width: 270px;
    display: flex;
    flex-direction: column;
    color: var(--magic-legacy-text);
    text-decoration: none;
}

.ee-magic-legacy-nav__brand strong {
    color: var(--magic-legacy-gold-light);
    font-family: Georgia, 'Times New Roman', serif;
    font-size: 1.42rem;
    line-height: 1.1;
}

.ee-magic-legacy-nav__brand span {
    margin-top: 5px;
    color: #a69c8b;
    font-size: .72rem;
    line-height: 1.3;
}

.ee-magic-legacy-nav .ee-magic-shell > div {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 28px;
}

.ee-magic-legacy-nav .ee-magic-shell > div a {
    padding: 31px 0 28px;
    border-bottom: 2px solid transparent;
    color: #ddd4c5;
    font-size: .84rem;
    font-weight: 700;
    line-height: 1;
    text-decoration: none;
}

.ee-magic-legacy-nav .ee-magic-shell > div a:hover,
.ee-magic-legacy-nav .ee-magic-shell > div a:focus-visible {
    border-bottom-color: var(--magic-legacy-gold);
    color: var(--magic-legacy-gold-light);
}

.ee-magic-legacy-hero__grid {
    min-height: 650px;
    padding-block: 72px;
    display: grid;
    grid-template-columns: minmax(0, .88fr) minmax(0, 1.12fr);
    gap: 60px;
    align-items: center;
}

.ee-magic-legacy-kicker {
    margin: 0 0 18px;
    color: var(--magic-legacy-gold-light);
    font-size: .75rem;
    font-weight: 800;
    line-height: 1.4;
    text-transform: uppercase;
}

.ee-magic-legacy-hero h1 {
    max-width: 560px;
    margin: 0;
    color: var(--magic-legacy-text);
    font-family: Georgia, 'Times New Roman', serif;
    font-size: 4rem;
    font-weight: 700;
    line-height: 1.02;
}

.ee-magic-legacy-hero__promise {
    max-width: 570px;
    margin: 26px 0 16px;
    color: var(--magic-legacy-gold-light);
    font-size: 1.16rem;
    font-weight: 700;
    line-height: 1.55;
}

.ee-magic-legacy-hero__copy {
    max-width: 580px;
    margin: 0 0 30px;
    color: var(--magic-legacy-muted);
    font-size: 1rem;
    line-height: 1.75;
}

.ee-magic-legacy-hero figure {
    height: 540px;
    margin: 0;
    border: 1px solid var(--magic-legacy-line);
    box-shadow: 18px 18px 0 #15120c;
    overflow: hidden;
}

.ee-magic-legacy-hero figure img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
    object-position: center;
}

.ee-magic-landing-page .ee-magic-button .wp-block-button__link,
.ee-magic-legacy-button {
    min-height: 48px;
    padding: 13px 22px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: 1px solid var(--magic-legacy-gold);
    border-radius: 0;
    background: var(--magic-legacy-gold);
    color: #18130a;
    font-size: .9rem;
    font-weight: 800;
    line-height: 1.2;
    text-decoration: none;
}

.ee-magic-landing-page .wp-block-button.is-style-outline .wp-block-button__link,
.ee-magic-legacy-outline {
    min-height: 48px;
    padding: 12px 22px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #78633b;
    border-radius: 0;
    background: transparent;
    color: var(--magic-legacy-text);
    font-size: .9rem;
    font-weight: 800;
    line-height: 1.2;
    text-decoration: none;
}

.ee-magic-landing-page .ee-magic-button .wp-block-button__link:hover,
.ee-magic-legacy-button:hover,
.ee-magic-legacy-button:focus-visible {
    border-color: var(--magic-legacy-gold-light);
    background: var(--magic-legacy-gold-light);
    color: #18130a;
}

.ee-magic-legacy-outline:hover,
.ee-magic-legacy-outline:focus-visible,
.ee-magic-landing-page .wp-block-button.is-style-outline .wp-block-button__link:hover {
    border-color: var(--magic-legacy-gold-light);
    color: var(--magic-legacy-gold-light);
}

.ee-magic-legacy-section {
    padding: 88px 0;
}

.ee-magic-legacy-section h2,
.ee-magic-legacy-final h2 {
    margin: 0;
    color: var(--magic-legacy-text);
    font-family: Georgia, 'Times New Roman', serif;
    font-size: 2.75rem;
    line-height: 1.14;
}

.ee-magic-legacy-intro {
    max-width: 760px;
    margin: 20px auto 0;
    color: var(--magic-legacy-muted);
    font-size: 1.04rem;
    line-height: 1.75;
}

.ee-magic-legacy-audiences {
    border-top: 1px solid #211c14;
    border-bottom: 1px solid #211c14;
    background: #0d0b08;
    text-align: center;
}

.ee-magic-legacy-audiences h2 {
    max-width: 860px;
    margin-inline: auto;
}

.ee-magic-legacy-card-grid {
    margin-top: 46px;
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 22px;
    text-align: left;
}

.ee-magic-legacy-card-grid > a {
    min-height: 330px;
    padding: 34px 30px;
    display: flex;
    flex-direction: column;
    border: 1px solid #3a3020;
    background: var(--magic-legacy-panel);
    color: var(--magic-legacy-text);
    text-decoration: none;
}

.ee-magic-legacy-card-grid > a:hover,
.ee-magic-legacy-card-grid > a:focus-visible {
    border-color: var(--magic-legacy-gold);
    background: var(--magic-legacy-panel-strong);
    transform: translateY(-3px);
}

.ee-magic-legacy-card-grid i {
    height: 48px;
    color: var(--magic-legacy-gold);
    font-family: Georgia, 'Times New Roman', serif;
    font-size: 2rem;
    font-style: normal;
}

.ee-magic-legacy-card-grid strong {
    margin-top: 16px;
    color: var(--magic-legacy-text);
    font-family: Georgia, 'Times New Roman', serif;
    font-size: 1.45rem;
    line-height: 1.2;
}

.ee-magic-legacy-card-grid span {
    margin-top: 18px;
    color: var(--magic-legacy-muted);
    font-size: .96rem;
    line-height: 1.7;
}

.ee-magic-legacy-card-grid b {
    margin-top: auto;
    padding-top: 24px;
    color: var(--magic-legacy-gold-light);
    font-size: .82rem;
}

.ee-magic-legacy-feature {
    min-height: 540px;
    display: grid;
    grid-template-columns: minmax(0, 1.1fr) minmax(0, .9fr);
    border: 1px solid var(--magic-legacy-line);
}

.ee-magic-legacy-feature figure {
    min-height: 540px;
    margin: 0;
    overflow: hidden;
}

.ee-magic-legacy-feature figure img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
}

.ee-magic-legacy-feature > div {
    padding: 54px 48px;
    align-self: center;
}

.ee-magic-legacy-feature p:not(.ee-magic-legacy-kicker),
.ee-magic-legacy-business p:not(.ee-magic-legacy-kicker),
.ee-magic-legacy-shows p:not(.ee-magic-legacy-kicker),
.ee-magic-legacy-zone p:not(.ee-magic-legacy-kicker),
.ee-magic-legacy-final p {
    color: var(--magic-legacy-muted);
    font-size: 1rem;
    line-height: 1.75;
}

.ee-magic-legacy-feature h2 {
    font-size: 2.45rem;
}

.ee-magic-legacy-feature .ee-magic-legacy-button,
.ee-magic-legacy-shows .ee-magic-legacy-button,
.ee-magic-legacy-business .ee-magic-legacy-outline {
    margin-top: 12px;
}

.ee-magic-legacy-business {
    background: #0d0b08;
}

.ee-magic-legacy-business .ee-magic-shell {
    display: grid;
    grid-template-columns: minmax(0, 1.15fr) minmax(300px, .85fr);
    gap: 90px;
    align-items: center;
}

.ee-magic-legacy-business ul,
.ee-magic-legacy-shows ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.ee-magic-legacy-business ul {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
}

.ee-magic-legacy-business li {
    min-height: 54px;
    padding: 15px 16px;
    display: flex;
    align-items: center;
    border: 1px solid #3b3020;
    color: var(--magic-legacy-gold-light);
    font-size: .9rem;
    font-weight: 700;
}

.ee-magic-legacy-shows .ee-magic-shell {
    display: grid;
    grid-template-columns: minmax(0, .92fr) minmax(0, 1.08fr);
    gap: 70px;
    align-items: center;
}

.ee-magic-legacy-shows ul {
    margin: 26px 0 28px;
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px 20px;
}

.ee-magic-legacy-shows li {
    position: relative;
    padding-left: 20px;
    color: #ddd4c5;
    font-size: .92rem;
    font-weight: 700;
}

.ee-magic-legacy-shows li::before {
    position: absolute;
    left: 0;
    color: var(--magic-legacy-gold);
    content: '·';
}

.ee-magic-legacy-shows figure {
    height: 500px;
    margin: 0;
    border: 1px solid var(--magic-legacy-line);
    overflow: hidden;
}

.ee-magic-legacy-shows figure img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
}

.ee-magic-legacy-proof {
    border-top: 1px solid #211c14;
    border-bottom: 1px solid #211c14;
    background: #0d0b08;
    text-align: center;
}

.ee-magic-legacy-proof h2 {
    max-width: 720px;
    margin-inline: auto;
}

.ee-magic-legacy-proof-grid {
    margin-top: 44px;
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    border: 1px solid var(--magic-legacy-line);
}

.ee-magic-legacy-proof-grid > div {
    min-height: 220px;
    padding: 32px 25px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    border-right: 1px solid var(--magic-legacy-line);
    background: var(--magic-legacy-panel);
}

.ee-magic-legacy-proof-grid > div:last-child {
    border-right: 0;
}

.ee-magic-legacy-proof-grid strong {
    color: var(--magic-legacy-gold-light);
    font-family: Georgia, 'Times New Roman', serif;
    font-size: 1.28rem;
}

.ee-magic-legacy-proof-grid span {
    margin-top: 14px;
    color: var(--magic-legacy-muted);
    font-size: .9rem;
    line-height: 1.65;
}

.ee-magic-legacy-zone-wrap {
    padding-bottom: 44px;
}

.ee-magic-legacy-zone {
    max-width: 940px;
    padding: 54px 64px;
    border: 1px solid var(--magic-legacy-gold);
    text-align: center;
}

.ee-magic-legacy-zone h2 {
    font-size: 2.35rem;
}

.ee-magic-legacy-zone p:last-child {
    max-width: 700px;
    margin: 20px auto 0;
}

.ee-magic-legacy-faq {
    padding-top: 50px;
}

.ee-magic-legacy-faq .ee-magic-narrow {
    max-width: 880px;
}

.ee-magic-legacy-faq details {
    margin: 14px 0;
    border: 1px solid #3b3020;
    background: var(--magic-legacy-panel);
}

.ee-magic-legacy-faq summary {
    padding: 20px 24px;
    color: var(--magic-legacy-text);
    font-size: 1rem;
    font-weight: 800;
    cursor: pointer;
}

.ee-magic-legacy-faq details p {
    margin: 0;
    padding: 0 24px 22px;
    color: var(--magic-legacy-muted);
    line-height: 1.7;
}

.ee-magic-legacy-final {
    padding: 90px 0;
    border-top: 1px solid #2a2318;
    background: #070604;
    text-align: center;
}

.ee-magic-legacy-final .ee-magic-shell {
    max-width: 800px;
}

.ee-magic-legacy-final .wp-block-buttons {
    margin-top: 30px;
    justify-content: center;
}

@media (max-width: 980px) {
    .ee-magic-legacy-nav .ee-magic-shell {
        min-height: 76px;
    }

    .ee-magic-legacy-nav .ee-magic-shell > div {
        display: none;
    }

    .ee-magic-legacy-hero__grid,
    .ee-magic-legacy-feature,
    .ee-magic-legacy-business .ee-magic-shell,
    .ee-magic-legacy-shows .ee-magic-shell {
        grid-template-columns: 1fr;
    }

    .ee-magic-legacy-hero__grid {
        gap: 44px;
    }

    .ee-magic-legacy-card-grid {
        grid-template-columns: 1fr;
    }

    .ee-magic-legacy-card-grid > a {
        min-height: 0;
    }

    .ee-magic-legacy-feature > div {
        padding: 44px 38px;
    }

    .ee-magic-legacy-shows figure {
        grid-row: 1;
    }

    .ee-magic-legacy-proof-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .ee-magic-legacy-proof-grid > div:nth-child(2) {
        border-right: 0;
    }

    .ee-magic-legacy-proof-grid > div:nth-child(-n+2) {
        border-bottom: 1px solid var(--magic-legacy-line);
    }
}

@media (max-width: 640px) {
    .ee-magic-landing-page .ee-magic-shell {
        width: min(calc(100% - 30px), 1160px);
    }

    .ee-magic-legacy-nav__brand span {
        max-width: 250px;
    }

    .ee-magic-legacy-hero__grid {
        min-height: 0;
        padding-block: 44px 54px;
    }

    .ee-magic-legacy-hero h1 {
        font-size: 2.75rem;
    }

    .ee-magic-legacy-hero figure {
        height: 360px;
        box-shadow: 10px 10px 0 #15120c;
    }

    .ee-magic-legacy-section,
    .ee-magic-legacy-final {
        padding: 62px 0;
    }

    .ee-magic-legacy-section h2,
    .ee-magic-legacy-final h2,
    .ee-magic-legacy-feature h2 {
        font-size: 2rem;
    }

    .ee-magic-legacy-feature figure,
    .ee-magic-legacy-shows figure {
        min-height: 0;
        height: 350px;
    }

    .ee-magic-legacy-feature > div,
    .ee-magic-legacy-zone {
        padding: 34px 24px;
    }

    .ee-magic-legacy-business .ee-magic-shell,
    .ee-magic-legacy-shows .ee-magic-shell {
        gap: 44px;
    }

    .ee-magic-legacy-business ul,
    .ee-magic-legacy-shows ul {
        grid-template-columns: 1fr;
    }

    .ee-magic-legacy-proof-grid {
        grid-template-columns: 1fr;
    }

    .ee-magic-legacy-proof-grid > div,
    .ee-magic-legacy-proof-grid > div:nth-child(2),
    .ee-magic-legacy-proof-grid > div:nth-child(-n+2) {
        min-height: 0;
        border-right: 0;
        border-bottom: 1px solid var(--magic-legacy-line);
    }

    .ee-magic-legacy-proof-grid > div:last-child {
        border-bottom: 0;
    }
}
