:root {
    --primary: #154734;
    --primary-light: #2f7d57;
    --primary-dark: #0b2f23;
    --accent: #b47a2b;
    --ink: #17211c;
    --muted: #5c6b62;
    --surface: #f6f8f5;
    --mist: #eaf3ec;
    --panel: #ffffff;
    --line: rgba(21, 71, 52, 0.14);
    --shadow: 0 18px 45px rgba(12, 45, 32, 0.11);
    --shadow-hover: 0 24px 54px rgba(12, 45, 32, 0.16);
    --gradient-primary: linear-gradient(135deg, #154734 0%, #2f7d57 100%);
}

html {
    scroll-padding-top: 96px;
}

body {
    cursor: auto;
    color: var(--ink);
    background: linear-gradient(180deg, #ffffff 0%, var(--surface) 100%);
    line-height: 1.68;
}

.custom-cursor,
.particles,
.particle {
    display: none !important;
}

.container {
    max-width: 1180px;
    padding: 0 24px;
}

header {
    background: rgba(255, 255, 255, 0.96) !important;
    border-bottom: 1px solid var(--line);
    box-shadow: none;
}

header.is-scrolled {
    box-shadow: 0 14px 36px rgba(15, 47, 35, 0.08);
}

.header-main {
    padding: 14px 0 !important;
}

.header-main::before,
.section::before,
.glass-card::before,
.service-item::before,
.speaker-card::before,
.newspaper-clipping-card::before,
footer::before {
    display: none !important;
}

.header-main .container {
    gap: 26px;
}

.logo {
    gap: 14px;
    min-width: 280px;
}

.logo:hover {
    transform: none;
}

.logo-img {
    width: 56px !important;
    height: 56px !important;
    animation: none !important;
    box-shadow: 0 0 0 1px var(--line), 0 10px 26px rgba(21, 71, 52, 0.14) !important;
}

.logo-text h1 {
    color: var(--primary) !important;
    background: none !important;
    -webkit-text-fill-color: var(--primary) !important;
    font-size: 27px;
    line-height: 1;
    letter-spacing: 0;
}

.logo-text p {
    color: var(--muted);
    font-size: 11px;
    line-height: 1.35;
    letter-spacing: 0.02em;
    max-width: 330px;
}

nav ul {
    align-items: center;
    gap: 8px;
}

nav a {
    border-radius: 999px;
    color: #27352e;
    font-size: 14px;
    padding: 9px 13px;
    transition: background-color 0.2s ease, color 0.2s ease, box-shadow 0.2s ease;
}

nav a::before {
    display: none;
}

nav a.active,
nav a:hover {
    background: var(--mist);
    color: var(--primary);
    transform: none;
}

nav a[href$=".html"] {
    border: 1px solid var(--line);
    color: var(--primary);
}

.hero {
    align-items: center;
    justify-content: flex-start;
    height: auto;
    min-height: min(590px, calc(100vh - 190px));
    padding: 44px 0 40px;
}

.hero-background {
    width: 100%;
    height: 100%;
    background:
        linear-gradient(90deg, rgba(30, 9, 8, 0.9) 0%, rgba(30, 9, 8, 0.58) 45%, rgba(30, 9, 8, 0.14) 100%),
        url("photos/forum-2026/hero-opening.jpg") center 35% / cover no-repeat !important;
    animation: none !important;
    transform: none !important;
}

.hero-background::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(246, 248, 245, 0) 72%, var(--surface) 100%);
}

.hero-content {
    animation: none !important;
    color: #ffffff;
    margin-left: max(24px, calc((100vw - 1180px) / 2 + 24px));
    max-width: 800px;
    padding: 0 24px 0 0;
    text-align: left;
}

.hero-kicker {
    color: rgba(255, 255, 255, 0.78) !important;
    font-size: 13px !important;
    font-weight: 700;
    letter-spacing: 0.14em;
    margin-bottom: 18px !important;
    text-transform: uppercase;
}

.hero h2 {
    animation: none !important;
    background: none !important;
    color: #ffffff !important;
    -webkit-text-fill-color: #ffffff !important;
    filter: none !important;
    font-size: clamp(2.65rem, 6vw, 5.55rem);
    font-weight: 600;
    letter-spacing: 0;
    line-height: 0.99;
    margin-bottom: 24px;
    max-width: 860px;
    text-shadow: 0 3px 22px rgba(0, 0, 0, 0.32);
}

.hero p:not(.hero-kicker) {
    animation: none !important;
    color: rgba(255, 255, 255, 0.88);
    font-size: clamp(1.05rem, 2vw, 1.32rem);
    line-height: 1.6;
    margin-bottom: 32px;
    max-width: 640px;
    text-shadow: 0 2px 14px rgba(0, 0, 0, 0.28);
}

.hero-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
}

.btn {
    animation: none !important;
    background: var(--primary);
    border: 1px solid transparent;
    border-radius: 999px;
    box-shadow: 0 14px 34px rgba(21, 71, 52, 0.22);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 9px;
    min-height: 48px;
    padding: 13px 24px;
    transition: transform 0.2s ease, box-shadow 0.2s ease, background-color 0.2s ease;
}

.btn::before {
    display: none;
}

.btn:hover {
    background: var(--primary-dark);
    box-shadow: 0 18px 42px rgba(21, 71, 52, 0.28);
    transform: translateY(-2px);
}

.btn-subtle {
    background: transparent;
    border-color: var(--line);
    color: var(--primary);
    box-shadow: none;
}

.btn-subtle:hover {
    background: var(--mist);
    box-shadow: none;
    color: var(--primary-dark);
}

.btn-secondary {
    background: rgba(255, 255, 255, 0.12);
    border-color: rgba(255, 255, 255, 0.35);
    color: #ffffff;
    box-shadow: none;
}

.btn-secondary:hover {
    background: rgba(255, 255, 255, 0.2);
}

.highlight-content .btn-secondary {
    background: var(--primary);
    border-color: transparent;
    color: #ffffff;
}

.section {
    padding: 96px 0;
}

.hero + .section {
    padding-top: 56px;
}

.section-title {
    color: var(--ink);
    font-size: clamp(2rem, 4vw, 3.35rem);
    line-height: 1.08;
    margin-bottom: 54px;
    text-align: left;
}

.section-title::before {
    display: none;
}

.section-title::after {
    background: var(--accent);
    bottom: -16px;
    height: 3px;
    left: 0;
    transform: none;
    width: 58px;
}

.upcoming-section {
    background:
        linear-gradient(180deg, rgba(255, 255, 255, 0.72) 0%, rgba(234, 243, 236, 0.9) 100%),
        var(--mist);
}

.upcoming-layout {
    align-items: center;
    display: grid;
    gap: 54px;
    grid-template-columns: minmax(0, 1fr) minmax(280px, 380px);
}

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

.upcoming-copy h2 {
    color: var(--ink);
    font-family: 'Playfair Display', serif;
    font-size: clamp(2.15rem, 4.6vw, 4rem);
    font-weight: 600;
    letter-spacing: 0;
    line-height: 1.03;
    margin-bottom: 22px;
    max-width: 760px;
}

.upcoming-copy p:not(.eyebrow) {
    color: var(--muted);
    font-size: 1.08rem;
    line-height: 1.72;
    max-width: 760px;
}

.event-meta {
    display: grid;
    gap: 18px;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    margin: 30px 0;
}

.event-meta div {
    border-top: 1px solid rgba(21, 71, 52, 0.22);
    padding-top: 14px;
}

.event-meta span {
    color: var(--muted);
    display: block;
    font-size: 0.78rem;
    font-weight: 800;
    letter-spacing: 0.1em;
    margin-bottom: 7px;
    text-transform: uppercase;
}

.event-meta strong {
    color: var(--primary-dark);
    display: block;
    font-size: 1rem;
    line-height: 1.45;
}

.upcoming-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
}

.upcoming-poster {
    border: 1px solid rgba(21, 71, 52, 0.16);
    border-radius: 8px;
    box-shadow: var(--shadow);
    display: block;
    overflow: hidden;
    transform: rotate(1deg);
    transition: box-shadow 0.2s ease, transform 0.2s ease;
}

.upcoming-poster:hover {
    box-shadow: var(--shadow-hover);
    transform: rotate(0deg) translateY(-4px);
}

.upcoming-poster img {
    aspect-ratio: 0.707 / 1;
    display: block;
    height: 100%;
    object-fit: cover;
    width: 100%;
}

.about-grid {
    align-items: start;
    gap: 64px;
    grid-template-columns: minmax(0, 1.08fr) minmax(320px, 0.92fr);
}

.about-text h3,
.highlight-content h3,
.membership-card h3,
.vision-card h3 {
    color: var(--primary);
    letter-spacing: 0;
}

.about-text h3 {
    font-size: 1.45rem;
    line-height: 1.25;
}

.about-text p {
    color: var(--muted);
    margin-bottom: 18px;
}

.mission-list li {
    background: var(--panel);
    border: 1px solid var(--line);
    border-radius: 8px;
    box-shadow: 0 10px 26px rgba(21, 71, 52, 0.06);
    gap: 14px;
    margin-bottom: 12px;
    padding: 16px 18px;
}

.mission-list .icon {
    background: var(--primary);
    height: 22px;
    margin-top: 4px;
    width: 22px;
}

.about-image {
    border-radius: 8px;
    box-shadow: var(--shadow);
    margin-bottom: 18px;
}

.about-image img {
    aspect-ratio: 4 / 3;
    object-fit: cover;
}

.founder-box {
    background: var(--surface);
    border: 1px solid var(--line);
    border-left: 0;
    border-radius: 8px;
    box-shadow: none;
    padding: 22px;
}

.services-section,
.vision-section {
    background: var(--surface);
}

.services-grid,
.membership-grid {
    gap: 18px;
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

.service-item,
.glass-card,
.speaker-card,
.newspaper-clipping-card,
.org-box {
    background: var(--panel);
    border: 1px solid var(--line);
    border-radius: 8px;
    box-shadow: none;
}

.service-item {
    min-height: 100%;
    padding: 30px;
    text-align: left;
}

.service-item:hover,
.speaker-card:hover,
.newspaper-clipping-card:hover,
.glass-card:hover {
    box-shadow: var(--shadow-hover);
    transform: translateY(-4px);
}

.service-item-icon {
    align-items: center;
    animation: none !important;
    background: var(--mist);
    border-radius: 999px;
    color: var(--primary);
    display: inline-flex;
    font-size: 22px;
    height: 48px;
    justify-content: center;
    margin-bottom: 24px;
    width: 48px;
    -webkit-text-fill-color: currentColor;
}

.service-item h4 {
    color: var(--ink);
    font-size: 1.16rem;
}

.service-item p,
.service-item ul,
.speaker-card p,
.membership-card li,
.membership-card p,
.vision-card p {
    color: var(--muted);
}

.highlight-grid {
    align-items: center;
    gap: 48px;
    grid-template-columns: minmax(0, 0.88fr) minmax(0, 1.12fr);
}

.highlight-content h3 {
    font-size: clamp(2rem, 4vw, 3rem);
    line-height: 1.08;
}

.main-highlight-photo img {
    aspect-ratio: 16 / 11;
    border-radius: 8px;
    object-fit: cover;
    box-shadow: var(--shadow);
}

.media-coverage-section {
    margin-top: 76px;
}

.media-coverage-section h3,
.subsection-title {
    color: var(--ink);
    font-size: clamp(1.5rem, 3vw, 2rem);
    margin-bottom: 28px;
    text-align: left;
}

.media-grid {
    gap: 18px;
    max-width: none;
}

.newspaper-clipping-card {
    padding: 14px;
}

.newspaper-clipping-card img {
    border-radius: 6px;
    height: 380px;
    padding: 6px;
}

.speakers-grid {
    gap: 18px;
    grid-template-columns: repeat(4, minmax(0, 1fr));
}

.speaker-card {
    overflow: hidden;
}

.speaker-card img {
    height: 220px;
}

.speaker-card:hover img {
    transform: none;
}

.speaker-card-content {
    padding: 22px;
    text-align: left;
}

.membership-section,
.structure-section {
    background: #ffffff;
}

.glass-card {
    backdrop-filter: none;
    padding: 30px;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.org-chart {
    background: var(--surface);
    border: 1px solid var(--line);
    border-radius: 8px;
    max-width: 920px;
    padding: 34px;
}

.org-box {
    color: var(--ink);
    padding: 18px 24px;
}

.org-box.president {
    background: var(--primary);
}

.org-arrow .arrow-line,
.committee-level::before,
.committee-level::after,
.committee-grid .org-box::before {
    background: rgba(21, 71, 52, 0.42);
}

.vision-grid {
    gap: 18px;
}

.stats-grid {
    gap: 24px;
}

.stat-item .stat-icon {
    color: var(--accent);
}

.stat-item .stat-number {
    color: var(--primary);
    font-size: clamp(2.2rem, 4vw, 3.3rem);
}

footer {
    background: #0f241e;
    padding: 64px 0 28px;
}

.footer-content {
    gap: 34px;
}

.footer-section h4::after {
    background: var(--accent);
}

.footer-section a:hover {
    color: #c9dfcf;
}

#back-to-top {
    align-items: center;
    background: var(--primary);
    border-radius: 999px;
    box-shadow: 0 12px 28px rgba(12, 45, 32, 0.2);
    display: none;
    font-size: 20px;
    height: 48px;
    justify-content: center;
    line-height: 1;
    width: 48px;
}

#back-to-top:hover {
    transform: translateY(-2px);
}

.fade-in-up,
.fade-in-up.visible {
    opacity: 1;
    transform: none;
}

.stagger-animation > * {
    transition-delay: 0s;
}

@media (max-width: 1080px) {
    .header-main .container {
        align-items: center;
    }

    .logo {
        min-width: 250px;
    }

    nav ul {
        gap: 4px;
    }

    nav a {
        padding: 8px 10px;
    }

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

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

@media (max-width: 992px) {
    .about-grid,
    .vision-grid,
    .highlight-grid {
        grid-template-columns: 1fr;
    }

    .about-grid {
        text-align: left;
    }

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

    .upcoming-poster {
        justify-self: start;
        max-width: 420px;
        transform: none;
        width: 100%;
    }
}

/* ===== 3rd Forum recap section ===== */
.recap-section {
    background:
        linear-gradient(180deg, rgba(255, 255, 255, 0.72) 0%, rgba(234, 243, 236, 0.9) 100%),
        var(--mist);
}

.recap-header h2 {
    color: var(--ink);
    font-family: 'Playfair Display', serif;
    font-size: clamp(2.05rem, 4.2vw, 3.6rem);
    font-weight: 600;
    letter-spacing: 0;
    line-height: 1.05;
    margin-bottom: 20px;
    max-width: 940px;
}

.recap-lede {
    color: var(--muted);
    font-size: 1.12rem;
    line-height: 1.72;
    max-width: 860px;
}

.recap-header .event-meta {
    max-width: 900px;
}

.recap-grid {
    align-items: start;
    display: grid;
    gap: 44px;
    grid-template-columns: minmax(0, 1.55fr) minmax(300px, 1fr);
    margin-top: 8px;
}

.recap-text p {
    color: var(--muted);
    margin-bottom: 16px;
}

.recap-text p:last-child {
    margin-bottom: 0;
}

.recap-aside {
    display: grid;
    gap: 16px;
}

.guest-card {
    background: var(--panel);
    border: 1px solid var(--line);
    border-radius: 8px;
    padding: 26px;
}

.guest-card h4 {
    color: var(--primary);
    font-size: 0.98rem;
    letter-spacing: 0.06em;
    margin-bottom: 14px;
    text-transform: uppercase;
}

.guest-card ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.guest-card li {
    border-top: 1px solid var(--line);
    padding: 12px 0;
}

.guest-card li:first-child {
    border-top: 0;
    padding-top: 0;
}

.guest-card li:last-child {
    padding-bottom: 0;
}

.guest-card strong {
    color: var(--ink);
    display: block;
    font-size: 0.98rem;
}

.guest-card li span {
    color: var(--muted);
    display: block;
    font-size: 0.85rem;
    line-height: 1.5;
}

.recap-aside .btn {
    justify-self: start;
}

.credits-card {
    background: var(--panel);
    border: 1px solid var(--line);
    border-radius: 8px;
    margin-top: 44px;
    padding: 26px 30px;
}

.credits-card h4 {
    color: var(--primary);
    font-size: 0.98rem;
    letter-spacing: 0.06em;
    margin-bottom: 6px;
    text-transform: uppercase;
}

.credits-row {
    border-top: 1px solid var(--line);
    display: grid;
    gap: 4px 20px;
    grid-template-columns: 175px minmax(0, 1fr);
    padding: 12px 0;
}

.credits-card h4 + .credits-row {
    border-top: 0;
}

.credits-row:last-child {
    padding-bottom: 0;
}

.credits-row strong {
    color: var(--primary-dark);
    font-size: 0.92rem;
    letter-spacing: 0.03em;
}

.credits-row span {
    color: var(--muted);
    font-size: 0.95rem;
    line-height: 1.75;
}

.credits-logos {
    align-items: center;
    border-top: 1px solid var(--line);
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-top: 12px;
    padding-top: 18px;
}

.credits-logos img {
    background: #ffffff;
    border: 1px solid var(--line);
    border-radius: 6px;
    height: 62px;
    max-width: 210px;
    object-fit: contain;
    padding: 8px 12px;
    width: auto;
}

/* ===== Press coverage ===== */
.press-grid {
    align-items: start;
    display: grid;
    gap: 24px;
    grid-template-columns: minmax(0, 1.5fr) minmax(260px, 1fr);
}

.press-grid .gallery-item {
    aspect-ratio: auto;
    background: #ffffff;
}

.press-grid .gallery-item img {
    height: auto;
}

.press-links {
    display: grid;
    gap: 12px;
}

.press-links p {
    color: var(--muted);
    margin-bottom: 4px;
}

.press-links .btn {
    justify-self: start;
}

/* ===== Photo gallery ===== */
.gallery-title {
    color: var(--ink);
    font-family: 'Playfair Display', serif;
    font-size: clamp(1.5rem, 3vw, 2rem);
    font-weight: 600;
    margin: 72px 0 26px;
}

.gallery-grid {
    display: grid;
    gap: 14px;
    grid-template-columns: repeat(4, minmax(0, 1fr));
}

.gallery-item {
    aspect-ratio: 3 / 2;
    border: 1px solid var(--line);
    border-radius: 8px;
    display: block;
    overflow: hidden;
    position: relative;
}

.gallery-item img {
    display: block;
    height: 100%;
    object-fit: cover;
    transition: transform 0.3s ease;
    width: 100%;
}

.gallery-item:hover img {
    transform: scale(1.045);
}

.gallery-caption {
    background: linear-gradient(180deg, rgba(9, 24, 18, 0) 0%, rgba(9, 24, 18, 0.78) 100%);
    bottom: 0;
    color: #ffffff;
    font-size: 12.5px;
    left: 0;
    line-height: 1.45;
    padding: 34px 14px 11px;
    position: absolute;
    right: 0;
}

.gallery-item.featured {
    grid-column: span 2;
    grid-row: span 2;
}

.gallery-item.featured .gallery-caption {
    font-size: 14px;
    padding: 48px 18px 14px;
}

/* ===== Lightbox ===== */
.lightbox {
    align-items: center;
    background: rgba(8, 18, 14, 0.96);
    display: none;
    inset: 0;
    justify-content: center;
    padding: 30px 78px;
    position: fixed;
    z-index: 2000;
}

.lightbox.open {
    display: flex;
}

.lightbox figure {
    margin: 0;
    max-width: 1200px;
    text-align: center;
}

.lightbox img {
    border-radius: 6px;
    box-shadow: 0 30px 80px rgba(0, 0, 0, 0.5);
    max-height: 80vh;
    max-width: 100%;
}

.lightbox-caption {
    color: rgba(255, 255, 255, 0.85);
    font-size: 14px;
    line-height: 1.5;
    margin-top: 14px;
}

.lightbox-btn {
    align-items: center;
    background: rgba(255, 255, 255, 0.08);
    border: 1px solid rgba(255, 255, 255, 0.22);
    border-radius: 999px;
    color: #ffffff;
    cursor: pointer;
    display: flex;
    font-size: 18px;
    height: 46px;
    justify-content: center;
    position: absolute;
    transition: background 0.2s ease;
    width: 46px;
}

.lightbox-btn:hover {
    background: rgba(255, 255, 255, 0.2);
}

.lightbox-close {
    font-size: 26px;
    right: 22px;
    top: 22px;
}

.lightbox-prev {
    left: 16px;
    top: 50%;
    transform: translateY(-50%);
}

.lightbox-next {
    right: 16px;
    top: 50%;
    transform: translateY(-50%);
}

@media (max-width: 992px) {
    .recap-grid {
        grid-template-columns: 1fr;
        gap: 30px;
    }

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

@media (max-width: 768px) {
    html {
        scroll-padding-top: 82px;
    }

    .container {
        padding: 0 20px;
    }

    .header-main {
        padding: 10px 0 !important;
    }

    .logo {
        gap: 10px;
        min-width: 0;
        max-width: calc(100% - 58px);
    }

    .logo-img {
        height: 48px !important;
        width: 48px !important;
    }

    .logo-text h1 {
        font-size: 24px;
    }

    .logo-text p {
        font-size: 10px;
        max-width: 225px;
    }

    .menu-toggle {
        align-items: center;
        background: var(--mist);
        border: 1px solid var(--line);
        border-radius: 999px;
        flex-direction: column;
        gap: 4px;
        height: 42px;
        justify-content: center;
        width: 42px;
    }

    .menu-toggle .bar {
        background-color: var(--primary);
        height: 2px;
        width: 20px;
    }

    .menu-toggle.active .bar:nth-child(1) {
        transform: translateY(7px) rotate(45deg);
    }

    .menu-toggle.active .bar:nth-child(3) {
        transform: translateY(-7px) rotate(-45deg);
    }

    nav {
        background: rgba(255, 255, 255, 0.98);
        box-shadow: -18px 0 46px rgba(15, 47, 35, 0.16);
        max-width: none;
        padding: 96px 22px 30px;
        width: min(340px, 86vw);
    }

    nav ul {
        align-items: stretch;
        gap: 10px;
    }

    nav a {
        display: block;
        font-size: 16px;
        padding: 12px 14px;
        text-align: left;
    }

    .hero {
        min-height: auto;
        padding: 58px 0 54px;
    }

    .hero-background {
        background:
            linear-gradient(180deg, rgba(30, 9, 8, 0.84) 0%, rgba(30, 9, 8, 0.6) 58%, rgba(30, 9, 8, 0.32) 100%),
            url("photos/forum-2026/hero-opening.jpg") center 30% / cover no-repeat !important;
    }

    .hero-content {
        margin-left: 0;
        padding: 0 30px;
    }

    .hero-kicker {
        font-size: 11px !important;
        letter-spacing: 0.1em;
    }

    .hero h2 {
        font-size: clamp(2rem, 9.2vw, 3rem);
        line-height: 1.02;
    }

    .hero p:not(.hero-kicker) {
        font-size: 1rem;
        line-height: 1.55;
    }

    .hero-actions,
    .btn {
        width: 100%;
    }

    .hero-actions {
        gap: 12px;
    }

    .hero .btn-secondary {
        background: rgba(255, 255, 255, 0.16);
        border-color: rgba(255, 255, 255, 0.42);
    }

    .section {
        padding: 62px 0;
    }

    .upcoming-section {
        padding-top: 54px;
    }

    .upcoming-copy h2 {
        font-size: clamp(2rem, 9vw, 2.9rem);
    }

    .upcoming-copy p:not(.eyebrow) {
        font-size: 1rem;
    }

    .event-meta {
        grid-template-columns: 1fr;
        margin: 24px 0;
    }

    .upcoming-actions {
        gap: 10px;
    }

    .section-title {
        margin-bottom: 44px;
    }

    .services-grid,
    .membership-grid,
    .speakers-grid,
    .media-grid {
        grid-template-columns: 1fr;
    }

    .service-item,
    .glass-card {
        padding: 24px;
    }

    .speaker-card img,
    .newspaper-clipping-card img {
        height: auto;
        max-height: 420px;
    }

    .org-chart {
        padding: 24px 16px;
    }

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

    .committee-level::after,
    .committee-grid .org-box::before {
        display: none;
    }

    .stats-grid {
        display: grid;
        grid-template-columns: 1fr;
    }

    footer {
        padding-top: 54px;
    }

    #back-to-top {
        display: none !important;
    }

    .recap-header .event-meta {
        grid-template-columns: 1fr;
    }

    .gallery-title {
        margin: 48px 0 18px;
    }

    .credits-card {
        margin-top: 32px;
        padding: 20px;
    }

    .credits-row {
        grid-template-columns: 1fr;
    }

    .gallery-grid {
        gap: 10px;
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .gallery-caption {
        font-size: 11px;
        padding: 24px 10px 8px;
    }

    .gallery-item.featured .gallery-caption {
        font-size: 12px;
        padding: 30px 12px 10px;
    }

    .lightbox {
        padding: 20px 12px 74px;
    }

    .lightbox-close {
        right: 14px;
        top: 14px;
    }

    .lightbox-prev {
        bottom: 14px;
        left: auto;
        right: 72px;
        top: auto;
        transform: none;
    }

    .lightbox-next {
        bottom: 14px;
        right: 14px;
        top: auto;
        transform: none;
    }
}
