:root {
    color-scheme: dark;
    --background: #090b0d;
    --surface: #111519;
    --surface-raised: #171c21;
    --border: rgba(255, 255, 255, 0.1);
    --text: #f5f6f7;
    --muted: #b7bec5;
    --accent: #f3aa33;
    --accent-light: #ffd188;
    --accent-soft: rgba(243, 170, 51, 0.12);
    --success: #7fcaa2;
    --max-width: 1240px;
}

* {
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
    scroll-padding-top: 9rem;
}

body {
    min-width: 320px;
    margin: 0;
    background:
        radial-gradient(circle at 12% 2%, rgba(243, 170, 51, 0.1), transparent 31rem),
        var(--background);
    color: var(--text);
    font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
    font-size: 1rem;
    line-height: 1.65;
}

a {
    color: var(--accent);
    text-underline-offset: 0.2em;
}

a:hover {
    color: var(--accent-light);
}

a:focus-visible,
summary:focus-visible {
    outline: 3px solid var(--accent);
    outline-offset: 3px;
}

img {
    max-width: 100%;
}

.site-header {
    position: sticky;
    top: 0;
    z-index: 30;
    border-bottom: 1px solid var(--border);
    background: rgba(9, 11, 13, 0.92);
    backdrop-filter: blur(16px);
}

.nav-shell {
    position: relative;
    width: min(calc(100% - 2rem), var(--max-width));
    min-height: 4.75rem;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1.2rem;
}

.brand {
    display: inline-flex;
    align-items: center;
    gap: 0.75rem;
    color: var(--text);
    text-decoration: none;
    font-weight: 750;
    white-space: nowrap;
}

.brand img {
    width: 2.65rem;
    height: 2.65rem;
    object-fit: contain;
}

.brand span {
    color: var(--accent);
    letter-spacing: 0.01em;
}

.desktop-nav {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 0.12rem;
}

.desktop-nav a,
.mobile-nav nav a {
    padding: 0.5rem 0.67rem;
    border-radius: 0.5rem;
    color: var(--muted);
    text-decoration: none;
    font-size: 0.78rem;
    font-weight: 680;
    white-space: nowrap;
}

.desktop-nav a:hover,
.desktop-nav a[aria-current="page"],
.mobile-nav nav a:hover,
.mobile-nav nav a[aria-current="page"] {
    color: var(--text);
    background: var(--accent-soft);
}

.desktop-nav .member-link,
.mobile-nav nav .member-link {
    margin-left: 0.35rem;
    border: 1px solid rgba(243, 170, 51, 0.4);
    color: var(--accent-light);
}

.mobile-nav {
    display: none;
}

.mobile-nav summary {
    width: 2.7rem;
    height: 2.7rem;
    display: grid;
    place-items: center;
    border: 1px solid var(--border);
    border-radius: 0.6rem;
    color: var(--text);
    background: rgba(255, 255, 255, 0.03);
    cursor: pointer;
    list-style: none;
}

.mobile-nav summary::-webkit-details-marker {
    display: none;
}

.mobile-nav summary svg {
    width: 1.3rem;
    height: 1.3rem;
    fill: none;
    stroke: currentColor;
    stroke-width: 1.8;
    stroke-linecap: round;
}

.mobile-nav nav {
    position: absolute;
    top: calc(100% - 0.25rem);
    right: 0;
    width: min(290px, calc(100vw - 2rem));
    padding: 0.55rem;
    display: grid;
    gap: 0.15rem;
    border: 1px solid var(--border);
    border-radius: 0.8rem;
    background: rgba(12, 16, 19, 0.98);
    box-shadow: 0 20px 45px rgba(0, 0, 0, 0.4);
    backdrop-filter: blur(16px);
}

.mobile-nav nav a {
    padding: 0.7rem 0.75rem;
}

.mobile-nav nav .member-link {
    margin: 0.3rem 0 0;
}

.section-nav {
    position: sticky;
    top: 4.75rem;
    z-index: 20;
    border-bottom: 1px solid var(--border);
    background: rgba(12, 16, 19, 0.94);
    backdrop-filter: blur(14px);
}

.section-nav-shell {
    width: min(calc(100% - 2rem), var(--max-width));
    min-height: 3.2rem;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1.5rem;
}

.section-nav-shell > span {
    flex: 0 0 auto;
    color: var(--muted);
    font-size: 0.67rem;
    font-weight: 800;
    letter-spacing: 0.11em;
    text-transform: uppercase;
}

.section-nav-shell > div {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 0.15rem;
}

.section-nav a {
    padding: 0.45rem 0.65rem;
    border-radius: 0.45rem;
    color: var(--muted);
    text-decoration: none;
    font-size: 0.75rem;
    font-weight: 700;
    white-space: nowrap;
}

.section-nav a:hover {
    color: var(--text);
    background: var(--accent-soft);
}

.section-shell,
.home-hero,
.home-facts {
    width: min(calc(100% - 2rem), var(--max-width));
    margin-inline: auto;
}

#events,
#our-story,
#performances,
#stories,
#moments {
    scroll-margin-top: 9rem;
}

.home-hero {
    padding: clamp(3.75rem, 7vw, 6.75rem) 0 clamp(3.5rem, 7vw, 5.5rem);
    display: grid;
    grid-template-columns: minmax(0, 0.95fr) minmax(440px, 1.05fr);
    align-items: center;
    gap: clamp(3rem, 7vw, 6rem);
}

.eyebrow {
    margin: 0 0 0.8rem;
    color: var(--accent);
    font-size: 0.78rem;
    font-weight: 800;
    letter-spacing: 0.14em;
    text-transform: uppercase;
}

h1,
h2,
h3,
p {
    margin-top: 0;
}

h1 {
    margin-bottom: 0;
    font-size: clamp(2.85rem, 6.3vw, 5.55rem);
    line-height: 0.98;
    letter-spacing: -0.057em;
}

h1 span {
    color: var(--accent);
}

.hero-copy {
    max-width: 680px;
    margin: 1.5rem 0 0;
    color: var(--muted);
    font-size: clamp(1rem, 2vw, 1.18rem);
}

.hero-actions {
    margin-top: 2rem;
    display: flex;
    align-items: center;
    gap: 0.75rem;
    flex-wrap: wrap;
}

.button {
    min-height: 3.15rem;
    padding: 0.75rem 1.2rem;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.35rem;
    border: 1px solid;
    border-radius: 0.65rem;
    text-decoration: none;
    font-size: 0.88rem;
    font-weight: 800;
    transition: transform 160ms ease, background 160ms ease, box-shadow 160ms ease;
}

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

.button-primary {
    border-color: var(--accent);
    color: #17100a;
    background: var(--accent);
}

.button-primary:hover {
    color: #17100a;
    background: var(--accent-light);
    box-shadow: 0 9px 26px rgba(243, 170, 51, 0.18);
}

.button-secondary {
    border-color: var(--border);
    color: var(--text);
    background: rgba(255, 255, 255, 0.035);
}

.button-secondary:hover {
    border-color: rgba(243, 170, 51, 0.35);
    color: var(--text);
    background: var(--accent-soft);
}

.hero-note {
    max-width: 500px;
    margin-top: 1.8rem;
    padding-top: 1.2rem;
    display: flex;
    align-items: flex-start;
    gap: 0.75rem;
    border-top: 1px solid var(--border);
}

.hero-note > span {
    width: 0.55rem;
    height: 0.55rem;
    flex: 0 0 auto;
    margin-top: 0.4rem;
    border-radius: 50%;
    background: var(--success);
    box-shadow: 0 0 0 5px rgba(127, 202, 162, 0.11);
}

.hero-note p,
.hero-note strong {
    display: block;
}

.hero-note p {
    margin-bottom: 0;
    color: var(--muted);
    font-size: 0.78rem;
}

.hero-note strong {
    margin-bottom: 0.12rem;
    color: var(--text);
    font-size: 0.85rem;
}

.hero-visual {
    position: relative;
    margin: 0;
}

.hero-visual::before {
    content: "";
    position: absolute;
    inset: -1rem 1.5rem 1.5rem -1rem;
    z-index: -1;
    border: 1px solid rgba(243, 170, 51, 0.25);
    border-radius: 1.2rem;
}

.hero-visual > img {
    width: 100%;
    aspect-ratio: 3 / 2;
    display: block;
    object-fit: cover;
    border-radius: 1.1rem;
    filter: saturate(0.93) contrast(1.03);
    box-shadow: 0 30px 70px rgba(0, 0, 0, 0.4);
}

.hero-visual figcaption {
    position: absolute;
    right: 1.1rem;
    bottom: 1.1rem;
    width: 9rem;
    padding: 0.9rem 1rem;
    border: 1px solid rgba(255, 255, 255, 0.14);
    border-radius: 0.75rem;
    color: var(--muted);
    background: rgba(8, 11, 13, 0.88);
    backdrop-filter: blur(12px);
}

.hero-visual figcaption span,
.hero-visual figcaption strong,
.hero-visual figcaption small {
    display: block;
}

.hero-visual figcaption span {
    font-size: 0.65rem;
    font-weight: 750;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.hero-visual figcaption strong {
    margin: 0.05rem 0;
    color: var(--accent);
    font-size: 1.8rem;
    line-height: 1;
}

.hero-visual figcaption small {
    font-size: 0.68rem;
}

.home-facts {
    margin-bottom: clamp(5rem, 10vw, 8rem);
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    border-block: 1px solid var(--border);
}

.home-facts div {
    padding: 1.35rem clamp(0.8rem, 2vw, 1.5rem);
    border-right: 1px solid var(--border);
}

.home-facts div:last-child {
    border-right: 0;
}

.home-facts strong,
.home-facts span {
    display: block;
}

.home-facts strong {
    font-size: clamp(1.05rem, 2vw, 1.3rem);
    letter-spacing: -0.025em;
}

.home-facts span {
    margin-top: 0.15rem;
    color: var(--muted);
    font-size: 0.73rem;
}

.events-section,
.performances-section,
.moments-section,
.home-cta {
    padding-bottom: clamp(5rem, 10vw, 8rem);
}

.section-heading {
    margin-bottom: clamp(2rem, 5vw, 3.5rem);
    display: grid;
    grid-template-columns: 1fr minmax(290px, 0.66fr);
    align-items: end;
    gap: 3rem;
}

.section-heading h2,
.story-copy h2,
.home-cta-panel h2 {
    margin-bottom: 0;
    font-size: clamp(2rem, 4.5vw, 3.6rem);
    line-height: 1.08;
    letter-spacing: -0.045em;
}

.section-heading-side {
    padding-bottom: 0.2rem;
}

.section-heading-side p {
    margin-bottom: 0.55rem;
    color: var(--muted);
}

.section-heading-side a,
.text-link,
.home-event-content > a,
.home-empty-state a {
    display: inline-flex;
    gap: 0.35rem;
    font-size: 0.8rem;
    font-weight: 800;
    text-decoration: none;
}

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

.home-event-card {
    border: 1px solid var(--border);
    border-radius: 1rem;
    background: linear-gradient(145deg, rgba(23, 28, 33, 0.98), rgba(14, 17, 20, 0.98));
    overflow: hidden;
    box-shadow: 0 20px 45px rgba(0, 0, 0, 0.18);
}

.home-event-image {
    position: relative;
    aspect-ratio: 3 / 2;
    overflow: hidden;
}

.home-event-image::after {
    content: "";
    position: absolute;
    inset: auto 0 0;
    height: 45%;
    background: linear-gradient(to top, rgba(6, 8, 9, 0.58), transparent);
}

.home-event-image img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
    transition: transform 350ms ease;
}

.home-event-card:hover .home-event-image img {
    transform: scale(1.025);
}

.home-event-date {
    position: absolute;
    right: 0.8rem;
    bottom: 0.8rem;
    z-index: 2;
    width: 3.5rem;
    min-height: 3.6rem;
    display: grid;
    place-content: center;
    border: 1px solid rgba(255, 255, 255, 0.17);
    border-radius: 0.65rem;
    background: rgba(8, 11, 13, 0.86);
    text-align: center;
    backdrop-filter: blur(10px);
}

.home-event-date strong,
.home-event-date span {
    display: block;
}

.home-event-date strong {
    font-size: 1.25rem;
    line-height: 1;
}

.home-event-date span {
    margin-top: 0.15rem;
    color: var(--accent);
    font-size: 0.62rem;
    font-weight: 850;
}

.home-event-content {
    padding: 1.25rem;
}

.home-event-content > p {
    margin-bottom: 0.35rem;
    color: var(--accent);
    font-size: 0.69rem;
    font-weight: 800;
    letter-spacing: 0.04em;
    text-transform: uppercase;
}

.home-event-content h3 {
    margin-bottom: 0.75rem;
    font-size: 1.15rem;
    line-height: 1.3;
    letter-spacing: -0.025em;
}

.event-location {
    min-height: 2.8rem;
    margin-bottom: 0.75rem;
    display: grid;
    grid-template-columns: 1.05rem 1fr;
    gap: 0.5rem;
    color: var(--muted);
    font-size: 0.78rem;
}

.event-location svg {
    width: 1rem;
    height: 1rem;
    fill: none;
    stroke: var(--accent);
    stroke-width: 1.7;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.home-empty-state {
    padding: clamp(1.5rem, 4vw, 2.5rem);
    display: flex;
    align-items: flex-start;
    gap: 1rem;
    border: 1px solid var(--border);
    border-radius: 1rem;
    background: var(--surface);
}

.home-empty-state > span {
    width: 3rem;
    height: 3rem;
    flex: 0 0 auto;
    display: grid;
    place-items: center;
    border: 1px solid rgba(243, 170, 51, 0.25);
    border-radius: 0.7rem;
    color: var(--accent);
    background: var(--accent-soft);
}

.home-empty-state svg {
    width: 1.25rem;
    height: 1.25rem;
    fill: none;
    stroke: currentColor;
    stroke-width: 1.7;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.home-empty-state strong {
    display: block;
    margin-bottom: 0.3rem;
}

.home-empty-state p {
    margin-bottom: 0.55rem;
    color: var(--muted);
}

.home-empty-state.compact {
    padding-block: 2rem;
}

.story-section {
    margin-bottom: clamp(5rem, 10vw, 8rem);
    padding: clamp(4.5rem, 9vw, 7rem) 0;
    border-block: 1px solid var(--border);
    background:
        radial-gradient(circle at 84% 12%, rgba(243, 170, 51, 0.07), transparent 25rem),
        #0c1013;
}

.story-layout {
    display: grid;
    grid-template-columns: minmax(420px, 1.05fr) minmax(0, 0.95fr);
    align-items: center;
    gap: clamp(3rem, 8vw, 7rem);
}

.story-images {
    position: relative;
    padding: 0 4rem 4rem 0;
}

.story-images img {
    display: block;
    object-fit: cover;
    border-radius: 1rem;
    box-shadow: 0 25px 60px rgba(0, 0, 0, 0.3);
}

.story-image-main {
    width: 100%;
    aspect-ratio: 3 / 2;
}

.story-image-accent {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 43%;
    aspect-ratio: 1;
    border: 0.5rem solid #0c1013;
}

.story-copy .story-lead {
    margin-top: 1.4rem;
    color: #e6e9ea;
    font-size: clamp(1.05rem, 2vw, 1.25rem);
}

.story-copy > p:not(.eyebrow):not(.story-lead) {
    color: var(--muted);
}

.story-copy ul {
    margin: 1.5rem 0;
    padding: 0;
    list-style: none;
}

.story-copy li {
    padding: 0.65rem 0;
    display: grid;
    grid-template-columns: 2.2rem 1fr;
    gap: 0.65rem;
    border-bottom: 1px solid var(--border);
    color: #dfe3e5;
    font-size: 0.87rem;
}

.story-copy li span {
    color: var(--accent);
    font-size: 0.7rem;
    font-weight: 850;
}

.video-grid {
    display: grid;
    grid-template-columns: 1.35fr 0.65fr;
    grid-template-rows: repeat(2, auto);
    gap: 1rem;
}

.video-card {
    min-width: 0;
    margin: 0;
    border: 1px solid var(--border);
    border-radius: 1rem;
    background: var(--surface);
    overflow: hidden;
}

.video-card-featured {
    grid-row: 1 / 3;
}

.video-frame {
    position: relative;
    aspect-ratio: 16 / 9;
    background: #050607;
}

.video-frame iframe {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    border: 0;
}

.video-card > p {
    margin: 0;
    padding: 0.9rem 1rem;
    color: var(--muted);
    font-size: 0.76rem;
}

.video-card > p span {
    display: block;
    margin-bottom: 0.15rem;
    color: var(--accent);
    font-size: 0.62rem;
    font-weight: 850;
    letter-spacing: 0.07em;
    text-transform: uppercase;
}

.articles-section {
    margin-bottom: clamp(5rem, 10vw, 8rem);
    padding: clamp(4.5rem, 9vw, 7rem) 0;
    border-block: 1px solid var(--border);
    background: #0c1013;
}

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

.article-card {
    min-width: 0;
    border: 1px solid var(--border);
    border-radius: 1rem;
    background: linear-gradient(145deg, rgba(23, 28, 33, 0.98), rgba(14, 17, 20, 0.98));
    overflow: hidden;
}

.article-image {
    display: block;
    aspect-ratio: 3 / 2;
    overflow: hidden;
}

.article-image img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
    transition: transform 350ms ease;
}

.article-card:hover .article-image img {
    transform: scale(1.025);
}

.article-card > div {
    padding: 1.25rem;
}

.article-meta {
    margin-bottom: 0.45rem;
    color: var(--accent);
    font-size: 0.67rem;
    font-weight: 780;
    letter-spacing: 0.04em;
    text-transform: uppercase;
}

.article-card h3 {
    margin-bottom: 0.65rem;
    font-size: 1.15rem;
    line-height: 1.3;
    letter-spacing: -0.025em;
}

.article-card h3 a {
    color: var(--text);
    text-decoration: none;
}

.article-card h3 a:hover {
    color: var(--accent-light);
}

.article-card > div > p:not(.article-meta) {
    color: var(--muted);
    font-size: 0.82rem;
}

.moments-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    grid-template-rows: repeat(2, minmax(190px, 1fr));
    gap: 0.75rem;
}

.moments-grid figure {
    position: relative;
    min-height: 0;
    margin: 0;
    border: 1px solid var(--border);
    border-radius: 0.85rem;
    background: var(--surface);
    overflow: hidden;
}

.moments-grid .moment-1 {
    grid-column: span 2;
    grid-row: span 2;
}

.moments-grid .moment-2,
.moments-grid .moment-5 {
    grid-column: span 2;
}

.moments-grid img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
    transition: transform 350ms ease;
}

.moments-grid figure:hover img {
    transform: scale(1.02);
}

.moments-grid figcaption {
    position: absolute;
    right: 0.7rem;
    bottom: 0.7rem;
    left: 0.7rem;
    padding: 0.5rem 0.65rem;
    border: 1px solid rgba(255, 255, 255, 0.12);
    border-radius: 0.45rem;
    color: #f1f3f4;
    background: rgba(8, 10, 12, 0.77);
    backdrop-filter: blur(8px);
    font-size: 0.68rem;
    font-weight: 700;
}

.home-cta-panel {
    padding: clamp(2rem, 6vw, 5rem);
    display: grid;
    grid-template-columns: 1fr auto;
    align-items: end;
    gap: 3rem;
    border: 1px solid rgba(243, 170, 51, 0.25);
    border-radius: 1.2rem;
    background:
        radial-gradient(circle at 85% 10%, rgba(243, 170, 51, 0.14), transparent 24rem),
        linear-gradient(145deg, #171c21, #0f1316);
}

.home-cta-panel > div:first-child {
    max-width: 780px;
}

.home-cta-panel h2 {
    max-width: 720px;
}

.home-cta-panel p:not(.eyebrow) {
    max-width: 650px;
    margin: 1rem 0 0;
    color: var(--muted);
}

.cta-actions {
    display: flex;
    align-items: center;
    flex-direction: column;
    gap: 0.65rem;
}

.support-link {
    padding: 0.55rem;
    color: var(--muted);
    font-size: 0.75rem;
    font-weight: 750;
    text-decoration: none;
}

.site-footer {
    border-top: 1px solid var(--border);
    background: #07090a;
}

.footer-main {
    width: min(calc(100% - 2rem), var(--max-width));
    margin: 0 auto;
    padding: clamp(3rem, 6vw, 4.5rem) 0;
    display: grid;
    grid-template-columns: minmax(250px, 1.6fr) repeat(3, 1fr);
    gap: clamp(2rem, 5vw, 4rem);
}

.footer-brand p {
    max-width: 330px;
    margin: 1rem 0 0;
    color: var(--muted);
    font-size: 0.82rem;
}

.footer-column {
    display: flex;
    align-items: flex-start;
    flex-direction: column;
    gap: 0.55rem;
}

.footer-column h2 {
    margin: 0 0 0.45rem;
    color: var(--text);
    font-size: 0.75rem;
    letter-spacing: 0.1em;
    text-transform: uppercase;
}

.footer-column a {
    color: var(--muted);
    font-size: 0.79rem;
    text-decoration: none;
}

.footer-column a:hover {
    color: var(--accent-light);
}

.footer-bottom {
    width: min(calc(100% - 2rem), var(--max-width));
    margin: 0 auto;
    padding: 1.5rem 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    border-top: 1px solid var(--border);
    color: var(--muted);
    font-size: 0.75rem;
}

.footer-bottom nav {
    display: flex;
    gap: 1rem;
    flex-wrap: wrap;
}

.back-to-top {
    position: fixed;
    right: clamp(1rem, 3vw, 2rem);
    bottom: clamp(1rem, 3vw, 2rem);
    z-index: 25;
    width: 2.9rem;
    height: 2.9rem;
    display: grid;
    place-items: center;
    border: 1px solid rgba(243, 170, 51, 0.55);
    border-radius: 50%;
    color: #17100a;
    background: var(--accent);
    box-shadow: 0 12px 30px rgba(0, 0, 0, 0.38);
    transition: transform 160ms ease, background 160ms ease, box-shadow 160ms ease;
}

.back-to-top:hover {
    color: #17100a;
    background: var(--accent-light);
    box-shadow: 0 14px 34px rgba(243, 170, 51, 0.18);
    transform: translateY(-3px);
}

.back-to-top svg {
    width: 1.25rem;
    height: 1.25rem;
    fill: none;
    stroke: currentColor;
    stroke-width: 1.8;
    stroke-linecap: round;
    stroke-linejoin: round;
}

@media (max-width: 1080px) {
    .desktop-nav a {
        padding-inline: 0.5rem;
    }

    .home-hero {
        grid-template-columns: 1fr;
    }

    .hero-copy-block,
    .hero-visual {
        max-width: 800px;
    }

    .story-layout {
        grid-template-columns: 1fr;
    }

    .story-images {
        max-width: 760px;
    }

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

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

    .mobile-nav {
        display: block;
    }

    .section-heading,
    .home-cta-panel {
        grid-template-columns: 1fr;
        gap: 1.2rem;
    }

    .cta-actions {
        align-items: flex-start;
    }

    .home-event-grid,
    .article-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .home-event-card:nth-child(3):last-child,
    .article-card:nth-child(3):last-child {
        grid-column: 1 / -1;
        display: grid;
        grid-template-columns: 0.8fr 1fr;
    }

    .home-event-card:nth-child(3):last-child .home-event-image,
    .article-card:nth-child(3):last-child .article-image {
        height: 100%;
        aspect-ratio: auto;
    }

    .video-grid {
        grid-template-columns: 1fr 1fr;
        grid-template-rows: auto;
    }

    .video-card-featured {
        grid-column: 1 / -1;
        grid-row: auto;
    }

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

    .moments-grid .moment-1 {
        grid-column: span 2;
    }

    .moments-grid .moment-2,
    .moments-grid .moment-5 {
        grid-column: auto;
    }
}

@media (max-width: 680px) {
    .section-nav {
        position: static;
    }

    .section-nav-shell {
        width: 100%;
        padding: 0.55rem 1rem;
        align-items: flex-start;
        flex-direction: column;
        gap: 0.35rem;
    }

    .section-nav-shell > div {
        width: 100%;
        justify-content: flex-start;
        overflow-x: auto;
        padding-bottom: 0.15rem;
    }

    .home-hero {
        padding-top: 3.5rem;
        gap: 3rem;
    }

    h1 {
        font-size: clamp(2.65rem, 13vw, 4rem);
    }

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

    .home-facts div:nth-child(2) {
        border-right: 0;
    }

    .home-facts div:nth-child(-n + 2) {
        border-bottom: 1px solid var(--border);
    }

    .home-event-grid,
    .article-grid {
        grid-template-columns: 1fr;
    }

    .home-event-card:nth-child(3):last-child,
    .article-card:nth-child(3):last-child {
        grid-column: auto;
        display: block;
    }

    .home-event-card:nth-child(3):last-child .home-event-image,
    .article-card:nth-child(3):last-child .article-image {
        height: auto;
        aspect-ratio: 3 / 2;
    }

    .story-images {
        padding: 0 2.5rem 2.5rem 0;
    }

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

    .video-card-featured {
        grid-column: auto;
    }

    .moments-grid {
        grid-template-rows: repeat(3, minmax(170px, 1fr));
    }

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

    .footer-brand {
        grid-column: 1 / -1;
    }

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

@media (max-width: 480px) {
    .hero-actions {
        align-items: stretch;
        flex-direction: column;
    }

    .button {
        width: 100%;
    }

    .hero-visual figcaption {
        right: 0.7rem;
        bottom: 0.7rem;
    }

    .home-empty-state {
        flex-direction: column;
    }

    .moments-grid {
        display: block;
    }

    .moments-grid figure {
        aspect-ratio: 3 / 2;
        margin-bottom: 0.75rem;
    }

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

    .footer-brand {
        grid-column: auto;
    }

    .cta-actions {
        align-items: stretch;
    }
}

@media (prefers-reduced-motion: reduce) {
    *,
    *::before,
    *::after {
        scroll-behavior: auto !important;
        transition: none !important;
    }
}
