:root {
    color-scheme: dark light;
    --ink: #0f1417;
    --ink-soft: #1a2226;
    --teal: #5f8c91;
    --teal-deep: #31585f;
    --teal-pale: #a6c0bc;
    --paper: #ede1d2;
    --paper-strong: #f6eee4;
    --paper-shadow: #d1c0ac;
    --line: rgba(17, 22, 24, 0.18);
    --cream-line: rgba(245, 234, 221, 0.22);
    --red: #c23c27;
    --red-strong: #dd4a30;
    --text: #171d20;
    --text-soft: rgba(23, 29, 32, 0.72);
    --text-invert: #f5eadc;
    --max-width: 1220px;
    --content-width: 920px;
    --shadow-soft: 0 24px 60px rgba(10, 10, 10, 0.18);
}

*,
*::before,
*::after {
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
}

body {
    margin: 0;
    color: var(--text);
    font-family: "Source Sans 3", sans-serif;
    line-height: 1.5;
    background:
        radial-gradient(circle at 15% 15%, rgba(200, 76, 54, 0.06), transparent 28rem),
        radial-gradient(circle at 70% 35%, rgba(94, 142, 143, 0.09), transparent 30rem),
        linear-gradient(180deg, #f5ebde 0%, #ece1d1 40%, #e6dac9 100%);
}

body::before {
    content: "";
    position: fixed;
    inset: 0;
    pointer-events: none;
    opacity: 0.16;
    background-image:
        radial-gradient(circle at 20% 20%, rgba(255, 255, 255, 0.2) 0.08rem, transparent 0.09rem),
        radial-gradient(circle at 80% 40%, rgba(0, 0, 0, 0.12) 0.08rem, transparent 0.09rem),
        radial-gradient(circle at 60% 80%, rgba(255, 255, 255, 0.16) 0.06rem, transparent 0.08rem);
    background-size: 1.2rem 1.2rem, 1.6rem 1.6rem, 1.1rem 1.1rem;
    mix-blend-mode: multiply;
}

img {
    max-width: 100%;
    height: auto;
}

a {
    color: inherit;
    text-decoration: none;
}

button,
input,
textarea {
    font: inherit;
}

.site-shell {
    width: min(var(--max-width), calc(100% - 2rem));
    margin: 0 auto;
}

.site-main {
    position: relative;
}

.site-header {
    position: sticky;
    top: 0;
    inset: 0 0 auto;
    z-index: 20;
    padding: 0.95rem 0;
    background: rgba(244, 235, 223, 0.88);
    border-bottom: 1px solid rgba(23, 29, 32, 0.08);
    backdrop-filter: blur(16px);
}

.home.wp-singular .site-header {
    position: absolute;
    padding-top: 1.45rem;
    background: transparent;
    border-bottom: 0;
    backdrop-filter: none;
}

.site-header__shell {
    display: flex;
    align-items: flex-start;
    gap: 1rem 2rem;
}

.site-header__nav {
    margin-left: auto;
    display: flex;
    align-items: center;
    gap: 1.5rem;
}

.site-brand__link {
    display: inline-flex;
    align-items: flex-start;
    gap: 0.85rem;
    color: var(--ink);
}

.home.wp-singular .site-brand__link,
.site-brand__link--footer {
    color: var(--paper);
}

.site-brand__icon {
    width: 3.2rem;
    height: 3.2rem;
    flex: 0 0 auto;
}

.site-brand__wordmark {
    display: grid;
    gap: 0.15rem;
}

.site-brand__script {
    font-family: "Yellowtail", cursive;
    font-size: clamp(2.6rem, 4vw, 4.2rem);
    line-height: 0.85;
}

.site-brand__stack {
    font-family: "Bebas Neue", sans-serif;
    font-size: 1.8rem;
    letter-spacing: 0.16em;
    text-transform: uppercase;
    line-height: 0.9;
}

.site-brand__stack--small {
    font-size: 1rem;
    letter-spacing: 0.26em;
}

.site-nav .menu,
.footer-menu,
.site-nav .menu ul {
    display: flex;
    align-items: center;
    gap: 1.85rem;
    margin: 0;
    padding: 0;
    list-style: none;
}

.site-nav .menu a,
.footer-menu a,
.site-nav .menu-item a {
    font-family: "Bebas Neue", sans-serif;
    font-size: 1.3rem;
    letter-spacing: 0.11em;
    text-transform: uppercase;
    color: rgba(17, 22, 24, 0.86);
}

.home.wp-singular .site-nav .menu a,
.home.wp-singular .site-nav .menu-item a {
    color: rgba(245, 234, 220, 0.92);
}

.site-nav .current-menu-item > a,
.site-nav .menu a:hover,
.footer-menu a:hover {
    color: var(--ink);
}

.home.wp-singular .site-nav .current-menu-item > a,
.home.wp-singular .site-nav .menu a:hover,
.home.wp-singular .site-nav .menu-item a:hover {
    color: #ffffff;
}

.site-header__toggle {
    display: none;
    margin-left: auto;
    width: 3.2rem;
    height: 3.2rem;
    border: 1px solid rgba(245, 234, 220, 0.3);
    border-radius: 999px;
    background: rgba(244, 235, 223, 0.9);
    color: var(--ink);
    align-items: center;
    justify-content: center;
    gap: 0.25rem;
    flex-direction: column;
}

.site-header__toggle span:not(.screen-reader-text) {
    width: 1.2rem;
    height: 2px;
    background: currentColor;
    display: block;
}

.hero {
    position: relative;
    overflow: hidden;
    padding: 6.25rem 0 0;
    color: var(--text-invert);
    background:
        radial-gradient(circle at 20% 18%, rgba(255, 255, 255, 0.04), transparent 20rem),
        radial-gradient(circle at 68% 48%, rgba(96, 140, 145, 0.14), transparent 18rem),
        linear-gradient(180deg, rgba(8, 12, 14, 0.96), rgba(11, 16, 18, 0.96));
}

.hero::after {
    content: "";
    position: absolute;
    inset: 0;
    opacity: 0.12;
    pointer-events: none;
    background-image:
        linear-gradient(135deg, rgba(255, 255, 255, 0.06), transparent 30%),
        radial-gradient(circle at 50% 50%, rgba(255, 255, 255, 0.3) 0.06rem, transparent 0.09rem);
    background-size: auto, 1.5rem 1.5rem;
    mix-blend-mode: screen;
}

.hero__shell {
    position: relative;
    z-index: 1;
    display: grid;
    grid-template-columns: minmax(0, 1.1fr) minmax(320px, 0.9fr);
    gap: 2rem;
    min-height: clamp(32rem, 66vh, 38rem);
    padding-bottom: 1.2rem;
}

.hero__copy {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    padding: 4.8rem 0 1rem;
    max-width: 32rem;
}

.hero__title {
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 0.04em;
    font-family: "Bebas Neue", sans-serif;
    font-size: clamp(4.25rem, 8vw, 6.9rem);
    line-height: 0.82;
    letter-spacing: 0.02em;
    text-transform: uppercase;
    text-shadow: 0 0 0 transparent;
}

.hero__title-line {
    display: block;
    line-height: 0.82;
}

.hero__title-line--accent {
    color: var(--red-strong);
}

.hero__rule {
    width: 3.6rem;
    height: 0.2rem;
    margin: 1rem 0 0.9rem;
    background: rgba(114, 186, 182, 0.75);
}

.hero__intro {
    margin: 0;
    font-size: 1.2rem;
    line-height: 1.38;
    color: rgba(245, 234, 220, 0.9);
    max-width: 24rem;
}

.hero__actions {
    display: flex;
    flex-wrap: wrap;
    gap: 0.8rem;
    margin-top: 1.4rem;
}

.hero__stage {
    position: relative;
    min-height: clamp(26rem, 55vh, 32rem);
}

.hero__badge {
    position: absolute;
    top: 4.4rem;
    right: 1rem;
    display: grid;
    justify-items: end;
    gap: 0.1rem;
    z-index: 4;
}

.hero__badge-line {
    font-family: "Bebas Neue", sans-serif;
    font-size: clamp(1.45rem, 2vw, 2.3rem);
    letter-spacing: 0.07em;
    text-transform: uppercase;
    color: rgba(245, 234, 220, 0.92);
}

.hero__badge-line--accent {
    color: var(--red-strong);
}

.hero__island {
    position: absolute;
    top: 0.4rem;
    left: 2.2rem;
    width: min(39vw, 31rem);
    aspect-ratio: 1 / 1;
    background:
        radial-gradient(circle at 20% 20%, rgba(255, 255, 255, 0.18), transparent 22%),
        linear-gradient(180deg, rgba(173, 214, 208, 0.86), rgba(117, 162, 159, 0.88));
    clip-path: polygon(47% 1%, 59% 4%, 69% 10%, 77% 19%, 83% 27%, 89% 36%, 99% 46%, 100% 60%, 91% 67%, 83% 76%, 74% 74%, 66% 79%, 58% 86%, 48% 95%, 41% 89%, 34% 93%, 29% 84%, 18% 86%, 14% 76%, 7% 72%, 2% 62%, 4% 53%, 0 42%, 9% 31%, 20% 24%, 28% 17%, 37% 11%);
    opacity: 0.9;
    filter: drop-shadow(0 1.2rem 1.4rem rgba(0, 0, 0, 0.25));
}

.hero__island::after,
.support-panel__island::after {
    content: "";
    position: absolute;
    inset: 0;
    background:
        radial-gradient(circle at 20% 30%, rgba(0, 0, 0, 0.3) 0.18rem, transparent 0.2rem),
        radial-gradient(circle at 66% 28%, rgba(0, 0, 0, 0.24) 0.18rem, transparent 0.2rem),
        radial-gradient(circle at 40% 62%, rgba(0, 0, 0, 0.28) 0.28rem, transparent 0.3rem),
        radial-gradient(circle at 74% 64%, rgba(0, 0, 0, 0.18) 0.16rem, transparent 0.18rem);
    opacity: 0.75;
}

.hero__beam {
    position: absolute;
    right: 7rem;
    bottom: 7.6rem;
    width: 18rem;
    height: 10rem;
    background: linear-gradient(270deg, rgba(255, 234, 195, 0.86), rgba(255, 234, 195, 0));
    clip-path: polygon(0 48%, 100% 0, 100% 100%);
    filter: blur(3px);
    z-index: 1;
}

.hero__projector {
    position: absolute;
    right: 1rem;
    bottom: 0.2rem;
    width: 13.4rem;
    height: 15.8rem;
    z-index: 3;
}

.hero__reel {
    position: absolute;
    border: 3px solid rgba(203, 173, 138, 0.8);
    border-radius: 50%;
    background:
        radial-gradient(circle at center, transparent 0 0.7rem, rgba(0, 0, 0, 0.76) 0.71rem),
        radial-gradient(circle at 45% 35%, rgba(255, 255, 255, 0.18), transparent 32%);
    box-shadow: inset 0 0 0 0.65rem rgba(0, 0, 0, 0.45);
}

.hero__reel::before,
.hero__reel::after {
    content: "";
    position: absolute;
    inset: 26%;
    border-radius: 50%;
    border: 2px solid rgba(203, 173, 138, 0.55);
}

.hero__reel--large {
    top: 0.6rem;
    right: 0.6rem;
    width: 5.9rem;
    height: 5.9rem;
}

.hero__reel--small {
    top: 2.5rem;
    right: 3.8rem;
    width: 3.7rem;
    height: 3.7rem;
}

.hero__body {
    position: absolute;
    right: 1rem;
    bottom: 1.8rem;
    width: 6.6rem;
    height: 8.5rem;
    background:
        linear-gradient(180deg, rgba(48, 47, 42, 0.95), rgba(15, 16, 16, 0.96)),
        #000;
    border: 1px solid rgba(203, 173, 138, 0.42);
    box-shadow: inset 0 0 1rem rgba(255, 255, 255, 0.06), 0 1rem 1.4rem rgba(0, 0, 0, 0.32);
}

.hero__body::before,
.hero__body::after {
    content: "";
    position: absolute;
    background: rgba(203, 173, 138, 0.85);
}

.hero__body::before {
    left: 0.8rem;
    top: 1.45rem;
    width: 4.6rem;
    height: 0.45rem;
}

.hero__body::after {
    left: 2.2rem;
    bottom: 1rem;
    width: 1.7rem;
    height: 1.7rem;
    border-radius: 50%;
    box-shadow:
        -1rem 0 0 rgba(203, 173, 138, 0.55),
        1rem 0 0 rgba(203, 173, 138, 0.55),
        0 -1.7rem 0 -0.45rem rgba(203, 173, 138, 0.55);
}

.hero__pedestal {
    position: absolute;
    right: 0.4rem;
    bottom: 0;
    width: 8.4rem;
    height: 1.8rem;
    background: linear-gradient(180deg, rgba(28, 28, 27, 0.95), rgba(13, 13, 12, 0.98));
    border: 1px solid rgba(203, 173, 138, 0.32);
}

.announcement-band {
    position: relative;
    z-index: 2;
    padding: 0;
    background:
        radial-gradient(circle at 20% 20%, rgba(255, 255, 255, 0.12), transparent 18rem),
        linear-gradient(135deg, #48757a, #5f8c91 55%, #37676d);
    color: #edf3f2;
}

.announcement-band__shell {
    display: grid;
    grid-template-columns: auto minmax(0, 1.1fr) minmax(0, 0.95fr) auto;
    align-items: center;
    gap: 1.8rem;
    padding: 0.95rem 0;
}

.announcement-band__icon {
    width: 5.8rem;
    height: 5.8rem;
    display: grid;
    place-items: center;
    color: rgba(242, 233, 222, 0.94);
}

.feature-icon {
    width: 100%;
    height: 100%;
}

.announcement-band h2,
.feature-card h2,
.support-panel h2,
.page-title,
.content-panel h1 {
    margin: 0;
    font-family: "Bebas Neue", sans-serif;
    line-height: 0.95;
    letter-spacing: 0.04em;
    text-transform: uppercase;
}

.announcement-band h2 {
    font-size: clamp(2.4rem, 4vw, 4rem);
}

.announcement-band p {
    margin: 0;
    font-size: 1.25rem;
    line-height: 1.45;
}

.feature-strip {
    padding: 1rem 0;
}

.feature-strip__shell {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    background: rgba(255, 251, 244, 0.55);
    border: 1px solid rgba(58, 42, 28, 0.08);
    box-shadow: var(--shadow-soft);
}

.feature-card {
    display: grid;
    grid-template-columns: 6.8rem minmax(0, 1fr);
    gap: 1.5rem;
    padding: 1.25rem 1.3rem;
    border-right: 1px solid rgba(23, 29, 32, 0.16);
}

.feature-card:last-child {
    border-right: 0;
}

.feature-card__icon {
    width: 6.8rem;
    height: 6.8rem;
    color: var(--ink);
}

.feature-card__body h2 {
    font-size: 2.15rem;
    margin-bottom: 0.55rem;
}

.feature-card__body p,
.event-card__body p,
.support-panel__copy p {
    font-size: 1.2rem;
    line-height: 1.45;
}

.page-intro,
.rich-copy,
.content-panel p,
.loop-card p {
    font-size: 1.45rem;
}

.feature-card__body a,
.site-footer__cta {
    display: inline-block;
    margin-top: 0.55rem;
    font-family: "Bebas Neue", sans-serif;
    font-size: 1.6rem;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: var(--red);
}

.home-grid {
    padding-bottom: 1rem;
}

.home-grid__shell {
    display: grid;
    grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
    background: rgba(245, 234, 220, 0.35);
    box-shadow: var(--shadow-soft);
}

.upcoming-panel {
    padding: 1.35rem;
    color: var(--paper);
    background:
        radial-gradient(circle at 12% 10%, rgba(255, 255, 255, 0.05), transparent 18rem),
        linear-gradient(180deg, rgba(6, 11, 14, 0.96), rgba(10, 17, 20, 0.98));
}

.section-heading {
    display: flex;
    align-items: center;
    gap: 1rem;
    margin-bottom: 1.3rem;
}

.eyebrow {
    margin: 0;
    color: var(--teal);
    font-family: "Bebas Neue", sans-serif;
    font-size: 2rem;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    white-space: nowrap;
}

.section-heading__rule {
    width: 100%;
    height: 1px;
    background: rgba(245, 234, 220, 0.5);
}

.event-list {
    display: grid;
}

.event-card {
    display: grid;
    grid-template-columns: 6.6rem minmax(0, 1fr);
    gap: 1.25rem;
    padding: 1.1rem 0;
    border-bottom: 1px solid rgba(245, 234, 220, 0.2);
}

.event-card:last-child {
    border-bottom: 0;
}

.event-card__date {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    min-height: 7.3rem;
    padding: 0.8rem;
    color: var(--ink);
    background: rgba(245, 234, 220, 0.95);
    text-align: center;
    box-shadow: 0 0.65rem 1.5rem rgba(0, 0, 0, 0.22);
}

.event-card__date--label-only {
    justify-content: center;
    min-height: 9rem;
}

.event-card__date--label-only .event-card__month {
    font-size: 2rem;
    line-height: 0.95;
}

.event-card__month,
.event-card__year {
    font-family: "Bebas Neue", sans-serif;
    letter-spacing: 0.11em;
    text-transform: uppercase;
}

.event-card__month {
    font-size: 1.25rem;
}

.event-card__day {
    font-family: "Bebas Neue", sans-serif;
    font-size: 2.6rem;
    line-height: 0.9;
}

.event-card__year {
    font-size: 1.1rem;
}

.event-card__title {
    margin: 0;
    font-family: "Bebas Neue", sans-serif;
    font-size: 2.2rem;
    letter-spacing: 0.05em;
    text-transform: uppercase;
}

.event-card__title a {
    color: var(--paper);
}

.event-card--archive .event-card__title a,
.event-detail .page-title {
    color: var(--ink);
}

.event-card__range {
    margin: 0.3rem 0 0.2rem;
    color: var(--teal-pale);
    font-family: "Bebas Neue", sans-serif;
    font-size: 1.6rem;
    letter-spacing: 0.07em;
    text-transform: uppercase;
}

.event-card__cta {
    display: inline-block;
    margin-top: 0.55rem;
    font-family: "Bebas Neue", sans-serif;
    font-size: 1.55rem;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: var(--teal-pale);
}

.event-card__cta:hover,
.feature-card__body a:hover,
.site-footer__cta:hover {
    color: var(--red);
}

.support-panel {
    position: relative;
    overflow: hidden;
    display: flex;
    align-items: center;
    min-height: 30rem;
    padding: 2rem;
    background:
        radial-gradient(circle at 18% 15%, rgba(96, 140, 145, 0.12), transparent 18rem),
        linear-gradient(180deg, rgba(244, 235, 223, 0.92), rgba(234, 224, 209, 0.92));
}

.support-panel__copy {
    position: relative;
    z-index: 2;
    max-width: 22rem;
}

.support-panel__copy h2 {
    max-width: 16rem;
    font-size: clamp(3.6rem, 5vw, 5.4rem);
    display: flex;
    flex-direction: column;
}

.support-panel__copy h2,
.hero__title {
    white-space: pre-line;
}

.support-panel__copy h2 span:last-child,
.hero__title span:last-child {
    color: var(--red);
}

.support-panel__island {
    position: absolute;
    top: 1rem;
    right: 7rem;
    width: 17rem;
    aspect-ratio: 1 / 1;
    background: linear-gradient(180deg, rgba(173, 214, 208, 0.88), rgba(120, 168, 164, 0.9));
    clip-path: polygon(47% 1%, 59% 4%, 69% 10%, 77% 19%, 83% 27%, 89% 36%, 99% 46%, 100% 60%, 91% 67%, 83% 76%, 74% 74%, 66% 79%, 58% 86%, 48% 95%, 41% 89%, 34% 93%, 29% 84%, 18% 86%, 14% 76%, 7% 72%, 2% 62%, 4% 53%, 0 42%, 9% 31%, 20% 24%, 28% 17%, 37% 11%);
    opacity: 0.72;
}

.support-panel__film {
    position: absolute;
    right: -2rem;
    bottom: -2.5rem;
    width: 32rem;
    height: 15rem;
    border-radius: 50% 45% 12% 50%;
    background:
        repeating-linear-gradient(90deg, rgba(255, 255, 255, 0.12) 0 1rem, transparent 1rem 2.2rem),
        linear-gradient(180deg, rgba(32, 32, 31, 0.95), rgba(8, 8, 8, 0.98));
    transform: rotate(-22deg);
    box-shadow: inset 0 0 0 0.15rem rgba(236, 220, 200, 0.22), 0 1.2rem 2rem rgba(0, 0, 0, 0.28);
}

.newsletter {
    padding: 0 0 1rem;
}

.newsletter__shell {
    display: grid;
    grid-template-columns: minmax(0, 0.7fr) minmax(0, 1fr);
    gap: 1rem 2rem;
    align-items: center;
    padding: 0.8rem 0 0;
}

.newsletter__intro {
    display: flex;
    align-items: center;
    gap: 1rem;
}

.newsletter__icon {
    width: 4rem;
    height: 4rem;
    color: var(--ink);
}

.newsletter h2 {
    margin: 0;
    font-family: "Bebas Neue", sans-serif;
    font-size: 2.7rem;
    letter-spacing: 0.06em;
    text-transform: uppercase;
}

.newsletter p {
    margin: 0;
}

.newsletter__form {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    align-items: center;
    border: 1px solid rgba(24, 30, 33, 0.2);
    background: rgba(245, 238, 227, 0.7);
}

.newsletter__form input {
    border: 0;
    background: transparent;
    padding: 1rem 1.1rem;
    min-width: 0;
}

.newsletter__message {
    width: min(var(--max-width), calc(100% - 2rem));
    margin: 0.8rem auto 0;
    color: var(--red);
    font-size: 1rem;
}

.button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 3.35rem;
    padding: 0.7rem 1.25rem;
    border: 1px solid transparent;
    font-family: "Bebas Neue", sans-serif;
    font-size: 1.4rem;
    letter-spacing: 0.11em;
    text-transform: uppercase;
    transition: transform 0.18s ease, background-color 0.18s ease, border-color 0.18s ease, color 0.18s ease;
}

.button:hover {
    transform: translateY(-1px);
}

.button--solid {
    background: linear-gradient(180deg, #cb4a32, #b5331e);
    color: #fff8ef;
}

.button--outline {
    border-color: var(--red);
    color: var(--ink);
    background: transparent;
}

.home.wp-singular .button--outline {
    color: #fff8ef;
}

.button--outline-light {
    border-color: rgba(245, 234, 220, 0.76);
    color: rgba(245, 234, 220, 0.96);
    background: transparent;
}

.button--small {
    min-height: 2.75rem;
    padding-inline: 1rem;
    margin-top: 1.25rem;
}

.site-header__donate {
    border-color: var(--red);
}

.site-shell--page {
    width: min(var(--content-width), calc(100% - 2rem));
    padding: 7.6rem 0 4rem;
}

.content-panel {
    padding: 2rem;
    background: rgba(255, 250, 242, 0.84);
    border: 1px solid rgba(23, 29, 32, 0.1);
    box-shadow: var(--shadow-soft);
    backdrop-filter: blur(14px);
}

.page-title {
    font-size: clamp(3.4rem, 7vw, 5.8rem);
    margin-bottom: 0.8rem;
}

.page-intro {
    max-width: 38rem;
    color: var(--text-soft);
}

.rich-copy > *:first-child {
    margin-top: 0;
}

.rich-copy > *:last-child {
    margin-bottom: 0;
}

.rich-copy h2,
.rich-copy h3 {
    font-family: "Bebas Neue", sans-serif;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    line-height: 1;
}

.loop-grid {
    display: grid;
    gap: 1rem;
}

.loop-card {
    padding: 1.5rem;
    border: 1px solid rgba(23, 29, 32, 0.1);
    background: rgba(255, 255, 255, 0.4);
}

.loop-card h2 {
    margin: 0.25rem 0 0.35rem;
    font-family: "Bebas Neue", sans-serif;
    font-size: 2.1rem;
    letter-spacing: 0.05em;
    text-transform: uppercase;
}

.loop-card__meta {
    margin: 0;
    color: var(--text-soft);
    font-size: 0.95rem;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.content-panel--events {
    padding-bottom: 2.2rem;
}

.event-archive-list {
    display: grid;
    gap: 1rem;
}

.event-card--archive {
    grid-template-columns: 7rem minmax(0, 1fr);
    gap: 1.4rem;
    padding: 1.25rem;
    color: var(--ink);
    background: rgba(255, 255, 255, 0.48);
    border: 1px solid rgba(23, 29, 32, 0.1);
}

.event-card--archive .event-card__date {
    box-shadow: none;
}

.event-card--archive .event-card__range {
    color: var(--teal-deep);
}

.event-card--archive .event-card__cta {
    color: var(--red);
}

.event-detail__layout {
    display: grid;
    grid-template-columns: 8rem minmax(0, 1fr);
    gap: 1.5rem;
    align-items: start;
}

.event-card__date--detail {
    box-shadow: none;
}

.page-copy {
    padding-bottom: 2rem;
}

.site-footer {
    padding: 2.5rem 0 3rem;
    color: var(--paper);
    background:
        radial-gradient(circle at 18% 10%, rgba(96, 140, 145, 0.14), transparent 18rem),
        linear-gradient(180deg, rgba(9, 13, 15, 0.98), rgba(5, 8, 10, 0.99));
}

.site-footer__shell {
    display: grid;
    grid-template-columns: minmax(0, 0.85fr) minmax(0, 1.3fr) minmax(0, 0.7fr);
    gap: 2rem;
    align-items: start;
}

.site-footer__location {
    margin: 0.85rem 0 0;
    color: var(--teal);
    font-family: "Bebas Neue", sans-serif;
    font-size: 1.8rem;
    letter-spacing: 0.11em;
    text-transform: uppercase;
}

.site-footer__menus {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 1.5rem;
}

.site-footer__column h2 {
    margin: 0 0 0.6rem;
    color: var(--teal);
    font-family: "Bebas Neue", sans-serif;
    font-size: 2rem;
    letter-spacing: 0.1em;
    text-transform: uppercase;
}

.footer-menu,
.footer-menu ul,
.site-footer .menu {
    display: grid;
    gap: 0.25rem;
    list-style: none;
    padding: 0;
    margin: 0;
}

.footer-menu a,
.site-footer .menu a {
    color: rgba(245, 234, 220, 0.86);
}

.site-footer .menu a:hover {
    color: #ffffff;
}

.site-footer__socials {
    display: flex;
    gap: 0.75rem;
    margin-bottom: 0.9rem;
}

.site-footer__socials a {
    display: inline-grid;
    place-items: center;
    width: 2.35rem;
    height: 2.35rem;
    border: 1px solid rgba(245, 234, 220, 0.25);
    border-radius: 50%;
}

.social-icon {
    width: 1.2rem;
    height: 1.2rem;
}

.site-footer__aside {
    max-width: 18rem;
}

.site-footer__aside p {
    margin-top: 0;
    font-size: 1.2rem;
    line-height: 1.5;
}

.screen-reader-text {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
}

@media (max-width: 1100px) {
    .hero__shell,
    .announcement-band__shell,
    .feature-strip__shell,
    .home-grid__shell,
    .newsletter__shell,
    .site-footer__shell,
    .site-footer__menus {
        grid-template-columns: 1fr;
    }

    .feature-card {
        border-right: 0;
        border-bottom: 1px solid rgba(23, 29, 32, 0.16);
    }

    .feature-card:last-child {
        border-bottom: 0;
    }

    .hero__copy {
        padding-top: 7rem;
    }

    .hero__stage {
        min-height: 32rem;
    }

    .hero__badge {
        top: 2rem;
        right: 0;
    }

    .hero__island {
        left: auto;
        right: 8rem;
        width: min(55vw, 30rem);
    }

    .hero__beam {
        right: 6rem;
    }

    .support-panel {
        min-height: 24rem;
    }
}

@media (max-height: 820px) and (min-width: 861px) {
    .hero {
        padding-top: 4.4rem;
    }

    .hero__shell {
        min-height: 24.75rem;
        padding-bottom: 0.35rem;
    }

    .hero__copy {
        padding-top: 2.35rem;
        max-width: 25.5rem;
    }

    .hero__title {
        font-size: clamp(3.5rem, 5.8vw, 5rem);
    }

    .hero__intro {
        font-size: 0.98rem;
        line-height: 1.3;
        max-width: 19rem;
    }

    .hero__rule {
        margin: 0.7rem 0 0.6rem;
    }

    .hero__actions {
        margin-top: 0.9rem;
        gap: 0.55rem;
    }

    .hero__actions .button {
        min-height: 2.65rem;
        padding: 0.45rem 0.9rem;
        font-size: 1.08rem;
    }

    .hero__stage {
        min-height: 18.5rem;
    }

    .hero__badge {
        top: 2.7rem;
        right: 0.55rem;
    }

    .hero__badge-line {
        font-size: clamp(1.2rem, 1.65vw, 1.75rem);
    }

    .hero__island {
        width: min(30vw, 23rem);
        top: 0.1rem;
        left: 2rem;
    }

    .hero__beam {
        right: 5.25rem;
        bottom: 4.3rem;
        width: 12rem;
        height: 6.5rem;
    }

    .hero__projector {
        width: 9.6rem;
        height: 11rem;
    }

    .hero__reel--large {
        width: 4.8rem;
        height: 4.8rem;
    }

    .hero__reel--small {
        top: 1.95rem;
        right: 3rem;
        width: 3rem;
        height: 3rem;
    }

    .hero__body {
        width: 5.35rem;
        height: 6.95rem;
        right: 0.8rem;
        bottom: 1.35rem;
    }

    .hero__body::before {
        left: 0.65rem;
        top: 1.15rem;
        width: 3.7rem;
        height: 0.34rem;
    }

    .hero__body::after {
        left: 1.75rem;
        bottom: 0.75rem;
        width: 1.35rem;
        height: 1.35rem;
        box-shadow:
            -0.8rem 0 0 rgba(203, 173, 138, 0.55),
            0.8rem 0 0 rgba(203, 173, 138, 0.55),
            0 -1.35rem 0 -0.35rem rgba(203, 173, 138, 0.55);
    }

    .hero__pedestal {
        width: 6.85rem;
        height: 1.45rem;
    }
}

@media (max-width: 860px) {
    .site-header {
        position: sticky;
        top: 0;
        background: rgba(9, 13, 15, 0.95);
        backdrop-filter: blur(14px);
        border-bottom: 1px solid rgba(245, 234, 220, 0.08);
    }

    .home.wp-singular .site-header {
        background: rgba(9, 13, 15, 0.95);
        border-bottom: 1px solid rgba(245, 234, 220, 0.08);
    }

    .site-brand__link,
    .home.wp-singular .site-brand__link {
        color: var(--paper);
    }

    .site-nav .menu a,
    .site-nav .menu-item a,
    .home.wp-singular .site-nav .menu a,
    .home.wp-singular .site-nav .menu-item a {
        color: rgba(245, 234, 220, 0.92);
    }

    .site-nav .current-menu-item > a,
    .site-nav .menu a:hover,
    .home.wp-singular .site-nav .current-menu-item > a,
    .home.wp-singular .site-nav .menu a:hover,
    .home.wp-singular .site-nav .menu-item a:hover {
        color: #ffffff;
    }

    .site-header__shell {
        align-items: center;
    }

    .site-header__toggle {
        display: inline-flex;
        background: rgba(15, 20, 23, 0.8);
        color: var(--paper);
    }

    .site-header__nav {
        position: absolute;
        top: calc(100% + 0.75rem);
        left: 1rem;
        right: 1rem;
        display: none;
        flex-direction: column;
        align-items: stretch;
        padding: 1rem;
        background: rgba(10, 15, 18, 0.98);
        border: 1px solid rgba(245, 234, 220, 0.12);
        box-shadow: var(--shadow-soft);
    }

    .site-header.is-open .site-header__nav {
        display: flex;
    }

    .site-nav .menu,
    .site-nav .menu ul {
        flex-direction: column;
        align-items: flex-start;
        gap: 0.5rem;
    }

    .hero {
        padding-top: 2rem;
    }

    .site-shell--page {
        padding-top: 4rem;
    }

    .hero__copy {
        padding-top: 4rem;
    }
}

@media (max-width: 640px) {
    body {
        font-size: 15px;
    }

    .site-shell {
        width: min(var(--max-width), calc(100% - 1.2rem));
    }

    .hero__title {
        font-size: clamp(3.8rem, 19vw, 5.6rem);
    }

    .hero__intro,
    .feature-card__body p,
    .event-card__body p,
    .support-panel__copy p,
    .page-intro,
    .rich-copy,
    .content-panel p,
    .loop-card p,
    .announcement-band p {
        font-size: 1.18rem;
    }

    .announcement-band__icon {
        width: 5rem;
        height: 5rem;
    }

    .feature-card {
        grid-template-columns: 1fr;
    }

    .feature-card__icon {
        width: 5rem;
        height: 5rem;
    }

    .event-card {
        grid-template-columns: 1fr;
    }

    .event-card--archive,
    .event-detail__layout {
        grid-template-columns: 1fr;
    }

    .event-card__date {
        width: fit-content;
    }

    .newsletter__form {
        grid-template-columns: 1fr;
    }

    .button,
    .site-header__donate {
        width: 100%;
    }
}
