body.campout-2025-page {
    --recap-bg: #1e1042;
    --recap-bg-soft: #2e1065;
    --recap-surface: rgba(255, 255, 255, 0.05);
    --recap-surface-strong: rgba(255, 255, 255, 0.05);
    --recap-border: rgba(255, 255, 255, 0.1);
    --recap-text: #fff;
    --recap-muted: rgba(255, 255, 255, 0.78);
    --recap-accent: #f9ca24;
    --recap-accent-strong: #f9ca24;
    --recap-cool: #00a8e8;
    --recap-violet: #fff;
    --recap-pink: #ff6b9d;
    --recap-laser: #f9ca24;
    --recap-section-gap: 0.35rem;
    background: linear-gradient(180deg, var(--recap-bg) 0%, var(--recap-bg-soft) 100%);
    color: var(--recap-text);
}

.campout-2025-page main {
    font-family: 'Helvetica Neue', Arial, sans-serif;
}

.campout-2025-page .hero-recap {
    min-height: 80vh;
    padding: 148px 24px 104px;
    overflow: hidden;
}

.campout-2025-page .hero-recap .hero-overlay {
    background: rgba(0, 0, 0, 0.3);
}

.campout-2025-page .hero-recap::after {
    content: "";
    position: absolute;
    inset: auto 0 0;
    height: 32%;
    background: linear-gradient(180deg, transparent 0%, rgba(30, 16, 66, 0.9) 100%);
    z-index: 1;
}

.campout-2025-page .hero-lights {
    position: absolute;
    inset: 0;
    z-index: 1;
    pointer-events: none;
}

.campout-2025-page .hero-light {
    position: absolute;
    border-radius: 999px;
    filter: blur(16px);
    opacity: 0.9;
}

.campout-2025-page .hero-light-a {
    top: 16%;
    left: 11%;
    width: 240px;
    height: 6px;
    background: linear-gradient(90deg, transparent, rgba(60, 236, 255, 0.95), transparent);
    transform: rotate(-18deg);
}

.campout-2025-page .hero-light-b {
    top: 20%;
    right: 10%;
    width: 280px;
    height: 7px;
    background: linear-gradient(90deg, transparent, rgba(255, 75, 209, 0.88), transparent);
    transform: rotate(14deg);
}

.campout-2025-page .hero-light-c {
    bottom: 20%;
    right: 22%;
    width: 180px;
    height: 5px;
    background: linear-gradient(90deg, transparent, rgba(255, 209, 102, 0.82), transparent);
    transform: rotate(-12deg);
}

.campout-2025-page .hero-content-center {
    max-width: 880px;
    padding: 0 24px;
}

.campout-2025-page .hero-kicker {
    margin: 0 0 1rem;
    font-size: 0.82rem;
    font-weight: 700;
    letter-spacing: 0.16em;
    text-transform: uppercase;
    color: var(--yellow);
}

.campout-2025-page .hero-recap .hero-title {
    margin-top: 0;
    margin-bottom: 10px;
    letter-spacing: 0.2em;
    font-size: clamp(3rem, 8vw, 4.5rem);
    text-shadow: 0 4px 20px rgba(0, 0, 0, 0.5);
}

.campout-2025-page .hero-recap .hero-dates {
    margin-bottom: 5px;
    font-size: clamp(1.25rem, 2vw, 1.5rem);
    letter-spacing: 0.1em;
    color: #fff;
}

.campout-2025-page .hero-recap .hero-location {
    color: var(--yellow);
}

.campout-2025-page .hero-actions {
    display: flex;
    justify-content: center;
    gap: 1rem;
    margin-top: 2rem;
    flex-wrap: wrap;
}

.campout-2025-page .btn-hero-ghost {
    background: linear-gradient(135deg, #7c3aed, #a855f7);
    border: none;
    color: #fff;
    box-shadow: 0 4px 25px rgba(124, 58, 237, 0.4);
}

.campout-2025-page .btn-hero-ghost:hover {
    background: linear-gradient(135deg, #6d28d9, #7c3aed);
    color: #fff;
    box-shadow: 0 8px 35px rgba(124, 58, 237, 0.5);
}

.campout-2025-page .info-section {
    display: flex;
    flex-direction: column;
    padding: 0 0 6rem;
    background: linear-gradient(180deg, var(--recap-bg) 0%, var(--recap-bg-soft) 100%);
    min-height: auto;
}

.campout-2025-page .recap-overview,
.campout-2025-page .recap-highlights,
.campout-2025-page .soundcloud-section,
.campout-2025-page .dj-section,
.campout-2025-page .cta-final {
    padding-left: 24px;
    padding-right: 24px;
}

.campout-2025-page .recap-overview {
    order: 1;
    position: relative;
    z-index: 2;
    max-width: 1360px;
    margin: 1.25rem auto 0;
    padding-left: 0;
    padding-right: 0;
    display: grid;
    grid-template-columns: 1fr;
    gap: 0;
}

.campout-2025-page .recap-overview-main,
.campout-2025-page .recap-overview-side,
.campout-2025-page .recap-snapshot-strip,
.campout-2025-page .dj-section,
.campout-2025-page .soundcloud-section,
.campout-2025-page .cta-section,
.campout-2025-page .cta-final {
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 8px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.3);
}

.campout-2025-page .recap-overview-main,
.campout-2025-page .recap-overview-side {
    padding: 2.2rem;
}

.campout-2025-page .recap-overview-main {
    text-align: left;
}

.campout-2025-page .section-kicker {
    margin: 0 0 0.85rem;
    font-size: 0.8rem;
    font-weight: 700;
    letter-spacing: 0.16em;
    text-transform: uppercase;
    color: var(--yellow);
    background: none;
    box-shadow: none;
}

.campout-2025-page .section-title {
    margin: 0;
    color: #fff;
    font-size: clamp(2rem, 4vw, 3rem);
    line-height: 1.1;
    letter-spacing: 2px;
    text-transform: uppercase;
    text-shadow: none;
}

.campout-2025-page .recap-lead {
    margin: 1.4rem 0 0;
    font-size: 1.28rem;
    line-height: 1.7;
    text-align: center;
    color: rgba(255, 255, 255, 0.9);
}

.campout-2025-page .recap-support {
    margin: 1rem 0 0;
    max-width: 62ch;
    font-size: 1rem;
    line-height: 1.8;
    color: var(--recap-muted);
}

.campout-2025-page .recap-overview-side {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.campout-2025-page .campout-stats {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 0.9rem;
    width: 100%;
    max-width: 1120px;
    margin: 1.4rem auto 0;
}

.campout-2025-page .campout-stat-item {
    min-width: 0;
    padding: 1.1rem 0.8rem;
    border-radius: 8px;
    border: 1px solid rgba(255, 255, 255, 0.1);
    background: rgba(255, 255, 255, 0.05);
    box-shadow: none;
}

.campout-2025-page .campout-stat-number {
    font-size: 2rem;
    color: var(--recap-accent);
}

.campout-2025-page .campout-stat-label {
    color: rgba(255, 255, 255, 0.74);
}

.campout-2025-page .recap-snapshot-strip {
    order: 2;
    width: min(1360px, calc(100vw - 48px));
    max-width: none;
    margin: 0.75rem auto 0;
    padding: 2.2rem;
}

.campout-2025-page .recap-snapshot-header {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    align-items: end;
    gap: 1rem;
    margin-bottom: 1rem;
}

.campout-2025-page .recap-snapshot-title {
    margin: 0;
    color: #fff;
    font-size: clamp(1.5rem, 3vw, 2.2rem);
    line-height: 1.1;
    letter-spacing: 0.02em;
}

.campout-2025-page .recap-snapshot-header .btn-hero {
    margin-left: auto;
}

.campout-2025-page .recap-snapshot-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 1rem;
}

.campout-2025-page .recap-snapshot-item {
    margin: 0;
    overflow: hidden;
    border-radius: 18px;
    border: 1px solid rgba(255, 255, 255, 0.1);
    background: rgba(255, 255, 255, 0.05);
    box-shadow: 0 10px 28px rgba(0, 0, 0, 0.2);
}

.campout-2025-page .recap-snapshot-item img {
    display: block;
    width: 100%;
    aspect-ratio: 4 / 3;
    object-fit: cover;
}

.campout-2025-page .section-heading {
    max-width: 760px;
    margin: 0 auto 2.4rem;
    text-align: center;
}

.campout-2025-page .section-heading .section-title {
    font-size: clamp(2rem, 3.6vw, 3rem);
}

.campout-2025-page .recap-highlights .section-title,
.campout-2025-page .soundcloud-section .section-title,
.campout-2025-page .dj-section .section-title {
    font-size: clamp(1.5rem, 3vw, 2.2rem);
    color: #fff;
    text-shadow: none;
}

.campout-2025-page .dj-section .section-heading {
    max-width: none;
    margin: 0 0 1.8rem;
    text-align: left;
}

.campout-2025-page .dj-section .section-title {
    margin: 0;
    text-align: left;
    white-space: normal;
    overflow-wrap: normal;
}

.campout-2025-page .section-intro,
.campout-2025-page .soundcloud-desc {
    margin: 1rem auto 0;
    max-width: 60ch;
    color: var(--recap-muted);
    line-height: 1.75;
}

.campout-2025-page .recap-highlights,
.campout-2025-page .soundcloud-section {
    max-width: 1280px;
    margin: var(--recap-section-gap) auto 0;
}

.campout-2025-page .dj-section {
    order: 3;
}

.campout-2025-page .recap-highlights {
    order: 3;
    width: 100%;
    max-width: 100%;
}

.campout-2025-page .soundcloud-section {
    order: 4;
    width: min(1360px, calc(100vw - 48px));
    max-width: none;
    margin: 1rem auto 0;
    padding: 2.2rem;
    text-align: left;
}

.campout-2025-page .recap-highlights .section-heading,
.campout-2025-page .soundcloud-section .section-heading {
    width: 100%;
    max-width: none;
}

.campout-2025-page .recap-highlights .section-intro,
.campout-2025-page .soundcloud-section .soundcloud-desc,
.campout-2025-page .recap-highlights .cta-section,
.campout-2025-page .soundcloud-section .soundcloud-shell,
.campout-2025-page .recap-highlights .photo-gallery {
    width: 100%;
    max-width: none;
}

.campout-2025-page .soundcloud-header {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    align-items: end;
    gap: 1rem;
    margin-bottom: 1rem;
    text-align: left;
}

.campout-2025-page .soundcloud-title {
    margin: 0;
    color: #fff;
    font-size: clamp(1.5rem, 3vw, 2.2rem);
    line-height: 1.1;
    letter-spacing: 0.02em;
}

.campout-2025-page .soundcloud-header .btn-hero {
    margin-left: auto;
}

.campout-2025-page .soundcloud-section .soundcloud-desc {
    margin: 0.65rem 0 0;
    max-width: 42ch;
    text-align: left;
}

.campout-2025-page .photo-gallery {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    grid-auto-flow: dense;
    gap: 1rem;
    margin: 0;
}

.campout-2025-page .gallery-item {
    border-radius: 22px;
    transform: none;
}

.campout-2025-page .gallery-item:hover {
    transform: translateY(-4px);
}

.campout-2025-page .gallery-item:first-child {
    grid-column: span 2;
    grid-row: span 2;
}

.campout-2025-page .gallery-item img {
    height: 260px;
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 22px;
    box-shadow: 0 20px 46px rgba(0, 0, 0, 0.24);
}

.campout-2025-page .gallery-item:first-child img {
    height: 100%;
    min-height: 536px;
}

.campout-2025-page .gallery-item:hover img {
    border-color: rgba(60, 236, 255, 0.24);
    box-shadow: 0 24px 54px rgba(9, 13, 19, 0.32);
}

.campout-2025-page .cta-section {
    margin: 1.5rem auto 0;
    max-width: none;
    padding: 1.75rem 1.85rem;
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    align-items: center;
    gap: 1.5rem;
}

.campout-2025-page .cta-section > div {
    max-width: 52rem;
    text-align: left;
}

.campout-2025-page .cta-section h3 {
    margin: 0;
    color: var(--recap-text);
    font-size: 1.6rem;
    letter-spacing: -0.02em;
    text-transform: none;
}

.campout-2025-page .cta-section p:not(.section-kicker) {
    margin: 0.65rem 0 0;
    color: var(--recap-muted);
    max-width: 42ch;
}

.campout-2025-page .cta-section .btn-hero {
    margin-left: auto;
}

.campout-2025-page .soundcloud-shell {
    padding: 1.5rem;
    position: relative;
    overflow: hidden;
}

.campout-2025-page .soundcloud-shell::before {
    content: "";
    position: absolute;
    inset: 0 0 auto;
    height: 2px;
    background: linear-gradient(90deg, transparent 0%, rgba(249, 202, 36, 0.7) 50%, transparent 100%);
}

.campout-2025-page .soundcloud-meta {
    display: flex;
    justify-content: center;
    gap: 0.75rem;
    flex-wrap: wrap;
    margin-bottom: 1rem;
}

.campout-2025-page .soundcloud-meta span {
    padding: 0.55rem 0.9rem;
    border-radius: 4px;
    border: 1px solid rgba(255, 255, 255, 0.1);
    background: rgba(255, 255, 255, 0.04);
    color: rgba(255, 255, 255, 0.82);
    font-size: 0.82rem;
    font-weight: 700;
    letter-spacing: 0.14em;
    text-transform: uppercase;
}

.campout-2025-page .soundcloud-embed {
    height: 440px;
    border-radius: 20px;
    border: 1px solid rgba(255, 255, 255, 0.08);
    box-shadow: 0 18px 46px rgba(0, 0, 0, 0.22);
}

.campout-2025-page .section-heading-compact {
    margin-bottom: 0.15rem;
}

.campout-2025-page .dj-section {
    max-width: 1360px;
    margin-top: 1rem;
    padding: 2.2rem;
}

@media (min-width: 769px) {
    .campout-2025-page .recap-overview,
    .campout-2025-page .recap-snapshot-strip,
    .campout-2025-page .dj-section,
    .campout-2025-page .soundcloud-section {
        width: min(1360px, calc(100vw - 48px));
        max-width: none;
    }
}

@media (min-width: 1200px) {
    .campout-2025-page .dj-section .section-heading {
        max-width: none;
    }

    .campout-2025-page .dj-section .section-title {
        white-space: nowrap;
        font-size: clamp(2rem, 3vw, 3rem);
    }
}

.campout-2025-page .dj-grid {
    gap: 1rem;
}

.campout-2025-page .dj-card {
    padding: 1rem;
    border-radius: 10px;
    border: 1px solid rgba(255, 255, 255, 0.1);
    background: rgba(255, 255, 255, 0.05);
    box-shadow: 0 6px 22px rgba(0, 0, 0, 0.25);
    transition: transform 0.24s ease, border-color 0.24s ease, box-shadow 0.24s ease;
}

.campout-2025-page .dj-card:hover {
    transform: translateY(-5px);
    border-color: rgba(255, 255, 255, 0.3);
    box-shadow: 0 8px 30px rgba(255, 255, 255, 0.1);
}

.campout-2025-page .dj-img-wrap {
    position: relative;
    aspect-ratio: 1 / 1;
    border-radius: 6px;
    border: 1px solid rgba(255, 255, 255, 0.2);
    margin-bottom: 0.9rem;
    background: rgba(255, 255, 255, 0.08);
}

.campout-2025-page .dj-card img {
    height: 100%;
    border-radius: 6px;
}

.campout-2025-page .dj-card p {
    margin: 0;
    color: var(--recap-text);
    font-size: 1rem;
    font-weight: 700;
    letter-spacing: 0.01em;
}

.campout-2025-page .dj-social {
    margin-top: 0.8rem;
    justify-content: center;
}

.campout-2025-page .dj-social-link {
    width: 2.2rem;
    height: 2.2rem;
    border: 1px solid rgba(255, 255, 255, 0.1);
    background: rgba(255, 255, 255, 0.1);
    color: rgba(255, 255, 255, 0.6);
}

.campout-2025-page .dj-social-link:hover {
    background: rgba(255, 255, 255, 0.22);
    border-color: rgba(255, 255, 255, 0.22);
    color: #fff;
}

.campout-2025-page .dj-card[data-fallback-image="true"] .dj-img-wrap {
    overflow: hidden;
}

.campout-2025-page .dj-fallback-art {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: flex-start;
    gap: 0.5rem;
    width: 100%;
    height: 100%;
    padding: 1.2rem;
    background:
        linear-gradient(135deg, rgba(249, 202, 36, 0.16) 0%, rgba(255, 255, 255, 0.05) 100%);
}

.campout-2025-page .dj-fallback-name {
    display: block;
    max-width: 9ch;
    font-size: 1.45rem;
    font-weight: 800;
    line-height: 1.05;
    color: var(--recap-text);
}

.campout-2025-page .dj-fallback-note {
    font-size: 0.72rem;
    font-weight: 700;
    letter-spacing: 0.18em;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.62);
}

.campout-2025-page .dj-toggle-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
    margin: 1.5rem auto 0;
    width: fit-content;
    padding: 0.95rem 1.4rem;
    border-radius: 8px;
    border: 1px solid rgba(255, 255, 255, 0.16);
    background: rgba(255, 255, 255, 0.04);
    color: var(--recap-text);
    font-size: 0.82rem;
    font-weight: 800;
    letter-spacing: 0.16em;
}

.campout-2025-page .dj-toggle-btn:hover {
    background: rgba(255, 255, 255, 0.1);
}

.campout-2025-page .cta-final {
    order: 5;
    max-width: 1160px;
    margin: 5rem auto 0;
    padding: 2.75rem 2.2rem;
    text-align: center;
}

.campout-2025-page .cta-final h2 {
    margin: 0;
    font-size: clamp(2rem, 4vw, 3.4rem);
    color: var(--recap-text);
    line-height: 1.05;
}

.campout-2025-page .cta-final p:not(.section-kicker) {
    max-width: 60ch;
    margin: 1rem auto 0;
    color: var(--recap-muted);
    line-height: 1.8;
}

.campout-2025-page .cta-final-actions {
    display: flex;
    justify-content: center;
    gap: 1rem;
    margin-top: 1.8rem;
    flex-wrap: wrap;
}

.campout-2025-page footer {
    background: var(--recap-bg);
    padding: 3rem 2rem;
    border-top: 1px solid rgba(255, 255, 255, 0.08);
}

@media (max-width: 1100px) {
    .campout-2025-page .recap-overview {
        grid-template-columns: 1fr;
        margin-top: 1rem;
    }

    .campout-2025-page .photo-gallery {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }

    .campout-2025-page .gallery-item:first-child {
        grid-column: span 2;
    }

    .campout-2025-page .cta-section {
        align-items: flex-start;
        grid-template-columns: 1fr;
    }
}

@media (max-width: 768px) {
    .campout-2025-page .hero-recap {
        padding: 132px 16px 78px;
        min-height: 70vh;
    }

    .campout-2025-page .hero-recap .hero-location {
        display: none;
    }

    .campout-2025-page .hero-content-center {
        padding: 0 8px;
    }

    .campout-2025-page .hero-actions {
        flex-direction: column;
        align-items: center;
        gap: 0.75rem;
    }

    .campout-2025-page .hero-actions .btn-hero {
        width: min(100%, 300px);
        padding: 0.85rem 1.5rem;
        font-size: 0.82rem;
        letter-spacing: 0.1em;
        justify-content: center;
    }

    .campout-2025-page .hero-light-a {
        left: -8%;
        width: 170px;
    }

    .campout-2025-page .hero-light-b {
        right: -10%;
        width: 190px;
    }

    .campout-2025-page .recap-overview,
    .campout-2025-page .recap-snapshot-strip,
    .campout-2025-page .recap-highlights,
    .campout-2025-page .soundcloud-section,
    .campout-2025-page .dj-section,
    .campout-2025-page .cta-final {
        width: calc(100vw - 32px);
        max-width: none;
        margin-left: auto;
        margin-right: auto;
    }

    .campout-2025-page .recap-overview-main,
    .campout-2025-page .recap-overview-side,
    .campout-2025-page .recap-snapshot-strip,
    .campout-2025-page .dj-section,
    .campout-2025-page .soundcloud-section,
    .campout-2025-page .cta-section,
    .campout-2025-page .soundcloud-shell,
    .campout-2025-page .cta-final {
        border-radius: 22px;
    }

    .campout-2025-page .recap-overview {
        margin-top: 1rem;
        padding-left: 0;
        padding-right: 0;
    }

    .campout-2025-page .recap-overview-main,
    .campout-2025-page .recap-overview-side {
        padding: 1.5rem;
    }

    .campout-2025-page .campout-stats {
        grid-template-columns: repeat(3, minmax(0, 1fr));
        gap: 0.75rem;
    }

    .campout-2025-page .recap-snapshot-strip {
        margin-top: 0.75rem;
        padding: 1.5rem;
    }

    .campout-2025-page .recap-snapshot-header {
        grid-template-columns: 1fr;
        align-items: stretch;
        margin-bottom: 0.85rem;
    }

    .campout-2025-page .recap-snapshot-header .btn-hero {
        width: 100%;
        margin-left: 0;
        justify-content: center;
    }

    .campout-2025-page .recap-snapshot-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 0.75rem;
    }

    .campout-2025-page .campout-stat-item {
        padding: 0.85rem 0.5rem;
    }

    .campout-2025-page .dj-section {
        margin-top: 1rem;
        padding: 1.5rem;
    }

    .campout-2025-page .soundcloud-section {
        margin-top: 1rem;
        padding: 1.5rem;
    }

    .campout-2025-page .soundcloud-header {
        grid-template-columns: 1fr;
        align-items: stretch;
        margin-bottom: 0.85rem;
    }

    .campout-2025-page .soundcloud-header .btn-hero {
        width: 100%;
        margin-left: 0;
        justify-content: center;
    }

    .campout-2025-page .section-heading {
        margin-bottom: 1.8rem;
    }

    .campout-2025-page .photo-gallery {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 0.75rem;
    }

    .campout-2025-page .gallery-item:first-child {
        grid-column: span 2;
        grid-row: span 1;
    }

    .campout-2025-page .gallery-item img,
    .campout-2025-page .gallery-item:first-child img {
        min-height: 0;
        height: 220px;
        border-radius: 18px;
    }

    .campout-2025-page .cta-section {
        padding: 1.35rem;
    }

    .campout-2025-page .soundcloud-shell {
        padding: 1rem;
    }

    .campout-2025-page .soundcloud-embed {
        height: 360px;
        border-radius: 16px;
    }

    .campout-2025-page .dj-grid {
        gap: 0.8rem;
    }

    .campout-2025-page .dj-card {
        padding: 0.8rem;
        border-radius: 18px;
    }

    .campout-2025-page .dj-img-wrap {
        border-radius: 14px;
        margin-bottom: 0.7rem;
    }

    .campout-2025-page .dj-card img {
        border-radius: 14px;
    }

    .campout-2025-page .dj-social {
        justify-content: center;
    }

    .campout-2025-page .cta-final {
        padding: 2rem 1.4rem;
    }
}

@media (max-width: 480px) {
    .campout-2025-page .hero-kicker,
    .campout-2025-page .section-kicker {
        letter-spacing: 0.18em;
    }

    .campout-2025-page .campout-stats {
        grid-template-columns: repeat(3, minmax(0, 1fr));
        gap: 0.6rem;
    }

    .campout-2025-page .recap-snapshot-grid {
        gap: 0.6rem;
    }

    .campout-2025-page .photo-gallery {
        grid-template-columns: 1fr;
    }

    .campout-2025-page .gallery-item:first-child {
        grid-column: span 1;
    }

    .campout-2025-page .gallery-item img,
    .campout-2025-page .gallery-item:first-child img {
        height: 240px;
    }

    .campout-2025-page .soundcloud-embed {
        height: 320px;
    }

    .campout-2025-page .cta-final-actions,
    .campout-2025-page .hero-actions {
        width: 100%;
    }

    .campout-2025-page .cta-final-actions .btn-hero,
    .campout-2025-page .cta-section .btn-hero {
        width: 100%;
    }

    .campout-2025-page .hero-actions .btn-hero {
        width: min(100%, 280px);
    }
}
