@media (max-width: 900px) {
    :root {
        --space-section: clamp(4rem, 10vw, 6rem);
    }

    .temporary-hero {
        min-height: auto;
        padding-top: 8rem;
        padding-bottom: 6rem;
    }

    .temporary-hero::after {
        top: auto;
        right: -8rem;
        bottom: -10rem;
        width: 25rem;
    }
}

@media (max-width: 600px) {
    .button-group {
        align-items: stretch;
        flex-direction: column;
    }

    .button {
        width: 100%;
    }

    .section-header {
        margin-bottom: var(--space-lg);
    }

    .temporary-hero h1 {
        font-size: clamp(2.8rem, 14vw, 4.5rem);
    }

    .temporary-hero p {
        font-size: var(--font-md);
    }
}

@media (max-width: 1100px) {
    .primary-navigation__list {
        gap: 1rem;
    }

    .primary-navigation__list a {
        font-size: 0.82rem;
    }
}

@media (max-width: 980px) {
    body.nav-open {
        overflow: hidden;
    }

    .site-header__inner {
        min-height: 5.25rem;
        grid-template-columns: auto 1fr auto;
        gap: 0.75rem;
    }

    .site-header.is-scrolled .site-header__inner {
        min-height: 4.75rem;
    }

    .custom-logo {
        max-width: 160px;
        max-height: 52px;
    }

    .site-header.is-scrolled .custom-logo {
        max-height: 45px;
    }

    .nav-toggle {
        position: relative;
        z-index: 4;
        display: inline-flex;
        justify-self: end;
        grid-column: 2;
    }

    .site-header__actions {
        grid-column: 3;
    }

    .primary-navigation {
        position: absolute;
        top: calc(100% + 0.75rem);
        right: 0;
        left: 0;
        z-index: 2;
        padding: 1rem;
        border: 1px solid var(--color-border);
        border-radius: var(--radius-large);
        background: var(--color-cream);
        box-shadow: var(--shadow-medium);
        opacity: 0;
        pointer-events: none;
        transform: translateY(-1rem);
        visibility: hidden;
        transition:
            opacity var(--transition-normal),
            transform var(--transition-normal),
            visibility var(--transition-normal);
    }

    body.nav-open .primary-navigation {
        opacity: 1;
        pointer-events: auto;
        transform: translateY(0);
        visibility: visible;
    }

    .primary-navigation__list {
        align-items: stretch;
        flex-direction: column;
        gap: 0.25rem;
    }

    .primary-navigation__list a {
        width: 100%;
        padding: 0.9rem 1rem;
        border-radius: var(--radius-small);
        font-size: var(--font-base);
    }

    .primary-navigation__list a::after {
        display: none;
    }

    .primary-navigation__list a:hover,
    .primary-navigation__list a:focus-visible,
    .primary-navigation__list .current-menu-item > a,
    .primary-navigation__list .current_page_item > a {
        background: var(--color-soft-green);
        color: var(--color-green-dark);
    }

    html[data-theme="dark"] .primary-navigation {
        background: #19271e;
    }

    html[data-theme="dark"] .primary-navigation__list a:hover,
    html[data-theme="dark"] .primary-navigation__list a:focus-visible,
    html[data-theme="dark"] .primary-navigation__list .current-menu-item > a,
    html[data-theme="dark"] .primary-navigation__list .current_page_item > a {
        background: rgba(255, 255, 255, 0.08);
        color: var(--color-white);
    }
}

@media (max-width: 700px) {
    .header-contact-button {
        display: none;
    }

    .site-header__actions {
        gap: 0.4rem;
    }

    .header-icon-button,
    .nav-toggle {
        width: 2.65rem;
        height: 2.65rem;
    }
}

@media (max-width: 480px) {
    .site-header__inner {
        gap: 0.45rem;
    }

    .custom-logo {
        max-width: 125px;
    }

    .site-branding__name {
        font-size: 1.35rem;
    }

    .site-search .search-form {
        grid-template-columns: 1fr;
    }

    .site-search .search-submit {
        width: 100%;
    }
}

/* Hybrid homepage hero */

@media (max-width: 1100px) {
    .home-hero__inner {
        grid-template-columns: minmax(0, 1fr);
    }

    .home-hero__floating-card--top {
        top: 14%;
        right: 10%;
    }

    .home-hero__floating-card--bottom {
        right: 5%;
        bottom: 12%;
    }
}

@media (max-width: 820px) {
    .home-hero {
        min-height: auto;
    }

    .home-hero__inner {
        min-height: auto;
        padding-top: 4.5rem;
        padding-bottom: 6rem;
    }

    .home-hero__overlay {
        background:
            linear-gradient(
                180deg,
                rgba(244, 241, 236, 0.82) 0%,
                rgba(244, 241, 236, 0.72) 24%,
                rgba(244, 241, 236, 0.58) 46%,
                rgba(244, 241, 236, 0.18) 100%
            );
    }

    .home-hero__title {
        font-size: clamp(2.5rem, 8vw, 4rem);
    }

    .home-hero__floating-card--top {
        top: auto;
        right: 1.5rem;
        bottom: 8rem;
    }

    .home-hero__floating-card--bottom {
        right: 1.5rem;
        bottom: 2.5rem;
        max-width: 320px;
    }

    .home-hero__scroll {
        display: none;
    }
}

@media (max-width: 600px) {
    .home-hero__background {
        padding: 0.7rem;
    }

    .home-hero__background-image {
        border-radius: 1.25rem;
    }

    .home-hero__inner {
        padding-top: 3.75rem;
        padding-bottom: 8.2rem;
    }

    .home-hero__title {
        font-size: clamp(2.15rem, 10vw, 3.2rem);
        line-height: 1.08;
    }

    .home-hero__intro {
        font-size: 1rem;
    }

    .home-hero__floating-card--top {
        right: 1rem;
        bottom: 7rem;
        left: 1rem;
        max-width: none;
        font-size: 0.78rem;
    }

    .home-hero__floating-card--bottom {
        right: 1rem;
        bottom: 1rem;
        left: 1rem;
        max-width: none;
    }
}

/* Homepage initiatives carousel */

@media (max-width: 900px) {
    .home-initiatives__header {
        align-items: flex-start;
        flex-direction: column;
    }

    .initiative-slide {
        grid-template-columns: 1fr;
    }

    .initiative-slide__image {
        min-height: auto;
        aspect-ratio: 16 / 10;
    }

    .initiative-slide__content {
        min-height: 23rem;
    }
}

@media (max-width: 600px) {
    .initiative-carousel__viewport,
    .initiative-slide {
        border-radius: var(--radius-large);
    }

    .initiative-slide__image {
        aspect-ratio: 4 / 3;
    }

    .initiative-slide__category {
        right: 1rem;
        bottom: 1rem;
        left: 1rem;
        width: fit-content;
    }

    .initiative-slide__placeholder-mark {
        width: 7rem;
        font-size: 2.7rem;
    }

    .initiative-slide__content {
        min-height: 22rem;
        padding: 1.75rem 1.4rem;
    }

    .initiative-slide__meta {
        margin-bottom: var(--space-md);
    }

    .initiative-slide__content h3 {
        font-size: clamp(1.85rem, 9vw, 2.6rem);
    }

    .initiative-slide__content p {
        font-size: var(--font-base);
    }

    .initiative-carousel__footer {
        align-items: flex-start;
        flex-direction: column;
    }

    .initiative-carousel__controls {
        width: 100%;
    }

    .initiative-carousel__button {
        flex: 1;
        border-radius: var(--radius-pill);
    }
}

/* Homepage impact section */

@media (max-width: 900px) {
    .home-impact__header {
        grid-template-columns: 1fr;
        gap: var(--space-lg);
            min-height: 0;
    }

    .home-impact__grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .impact-card:last-child {
        grid-column: 1 / -1;
    }
}

@media (max-width: 650px) {
    .home-impact__grid {
        grid-template-columns: 1fr;
    }

    .impact-card,
    .impact-card:last-child {
        min-height: 310px;
        grid-column: auto;
    }

    .impact-card__top {
        margin-bottom: 2.5rem;
    }

    .home-impact__statement {
        align-items: stretch;
        flex-direction: column;
    }

    .home-impact__statement .button {
        width: 100%;
    }
}

/* Homepage themes strip */

@media (max-width: 1000px) {
    .home-themes-strip__grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .home-theme-item:nth-child(odd) {
        border-left: 0;
    }

    .home-theme-item:nth-child(n + 3) {
        border-top: 1px solid var(--color-border);
    }
}

@media (max-width: 580px) {
    .home-themes-strip__grid {
        grid-template-columns: 1fr;
    }

    .home-theme-item {
        padding-block: 1.25rem;
    }

    .home-theme-item + .home-theme-item {
        border-top: 1px solid var(--color-border);
        border-left: 0;
    }

    .home-theme-item__icon {
        width: 3rem;
        height: 3rem;
    }
}

/* Short NoordgroeiT introduction */

@media (max-width: 800px) {
    .home-intro__layout {
        grid-template-columns: 1fr;
        gap: var(--space-lg);
    }

    .home-intro__content {
        max-width: 680px;
        padding-top: 0;
    }
}

/* Homepage actualiteit */

@media (max-width: 950px) {
    .home-actualiteit__layout {
        grid-template-columns: 1fr;
    }

    .agenda-preview {
        min-height: 360px;
    }
}

@media (max-width: 700px) {
    .home-actualiteit__header {
        align-items: flex-start;
        flex-direction: column;
    }

    .home-actualiteit__news {
        grid-template-columns: 1fr;
    }

    .news-preview-card__visual {
        aspect-ratio: 16 / 9;
    }

    .agenda-preview {
        min-height: 340px;
    }
}

/* Homepage partners */

@media (max-width: 750px) {
    .home-partners__header {
        align-items: flex-start;
        flex-direction: column;
    }

    .partner-card {
        width: 180px;
        height: 105px;
        padding: 1.2rem;
    }

    .partner-card__logo {
        max-width: 140px;
        max-height: 60px;
    }

    .partner-marquee__track {
        animation-duration: 30s;
    }
}

/* ========================================
   Homepage final CTA
======================================== */

@media (max-width: 900px) {
    .home-final-cta__panel {
        grid-template-columns: 1fr;
    }

    .home-final-cta__visual {
        min-height: 360px;
        border-bottom: 1px solid rgba(62, 107, 71, 0.12);
        border-left: 0;
        grid-row: 1;
    }

    .home-final-cta__content {
        max-width: 760px;
        grid-row: 2;
    }

    .home-final-cta__visual::after {
        background:
            linear-gradient(
                180deg,
                transparent 56%,
                rgba(62, 107, 71, 0.18)
            );
    }
}

@media (max-width: 600px) {
    .home-final-cta__panel {
        border-radius: var(--radius-large);
    }

    .home-final-cta__visual {
        min-height: 285px;
    }

    .home-final-cta__content {
        padding: 2.25rem 1.4rem;
    }

    .home-final-cta__content h2 {
        font-size: clamp(2rem, 9vw, 2.65rem);
    }

    .home-final-cta .button-group {
        align-items: stretch;
        flex-direction: column;
    }

    .home-final-cta .button {
        width: 100%;
    }

    .home-final-cta__floating-label {
        right: 1rem;
        bottom: 1rem;
        left: 1rem;
        justify-content: center;
    }

    .home-final-cta__placeholder-large {
        font-size: 2.35rem;
    }
}

/* ========================================
   Main footer
======================================== */

.site-footer {
    position: relative;
    overflow: hidden;
    border-top: 1px solid rgba(255, 255, 255, 0.12);
    background: var(--color-green-dark);
    color: var(--color-white);
}

.site-footer::before {
    position: absolute;
    top: -17rem;
    right: -12rem;
    width: 38rem;
    aspect-ratio: 1;
    border-radius: 44% 56% 61% 39% / 48% 42% 58% 52%;
    background: rgba(255, 255, 255, 0.035);
    content: "";
    pointer-events: none;
    transform: rotate(-20deg);
}

.site-footer__main {
    position: relative;
    z-index: 1;
    display: grid;
    padding-block:
        clamp(3.5rem, 7vw, 6rem)
        clamp(3rem, 6vw, 4.5rem);
    grid-template-columns:
        minmax(16rem, 1.3fr)
        minmax(9rem, 0.65fr)
        minmax(10rem, 0.75fr)
        minmax(15rem, 1fr);
    gap: clamp(2.5rem, 5vw, 5rem);
}

/* Brand */

.site-footer__brand {
    max-width: 410px;
}

.site-footer__logo {
    display: inline-flex;
    align-items: center;
    margin-bottom: 1.75rem;
    padding: 0.8rem 1rem;
    border-radius: var(--radius-medium);
    background: var(--color-cream);
}

.site-footer__logo .custom-logo-link {
    display: inline-flex;
}

.site-footer__logo .custom-logo {
    width: auto;
    max-width: 175px;
    max-height: 58px;
}

.site-footer__wordmark {
    color: var(--color-green);
    font-family: var(--font-heading);
    font-size: 1.55rem;
    font-weight: 800;
    letter-spacing: -0.04em;
    line-height: 1;
    text-decoration: none;
}

.site-footer__introduction {
    max-width: 390px;
    margin-bottom: 1.5rem;
    color: rgba(255, 255, 255, 0.7);
    font-size: 0.94rem;
    line-height: 1.75;
}

.site-footer__contact-link {
    display: inline-flex;
    align-items: center;
    gap: 0.55rem;
    color: var(--color-white);
    font-size: var(--font-sm);
    font-weight: 800;
    text-decoration: none;
}

.site-footer__contact-link span {
    transition: transform var(--transition-fast);
}

.site-footer__contact-link:hover span {
    transform: translateX(4px);
}

/* Columns */

.site-footer__title {
    margin-bottom: 1.25rem;
    color: rgba(255, 255, 255, 0.58);
    font-family: var(--font-body);
    font-size: 0.72rem;
    font-weight: 800;
    letter-spacing: 0.11em;
    line-height: 1.3;
    text-transform: uppercase;
}

.footer-navigation,
.site-footer__links {
    display: flex;
    margin: 0;
    padding: 0;
    flex-direction: column;
    gap: 0.8rem;
    list-style: none;
}

.footer-navigation li,
.site-footer__links li {
    margin: 0;
}

.footer-navigation a,
.site-footer__links a {
    position: relative;
    display: inline-flex;
    align-items: center;
    color: rgba(255, 255, 255, 0.8);
    font-size: 0.9rem;
    font-weight: 600;
    line-height: 1.45;
    text-decoration: none;
    transition:
        color var(--transition-fast),
        transform var(--transition-fast);
}

.footer-navigation a:hover,
.site-footer__links a:hover {
    color: var(--color-white);
    transform: translateX(3px);
}

/* Updates */

.site-footer__updates > p {
    max-width: 310px;
    margin-bottom: 1.4rem;
    color: rgba(255, 255, 255, 0.7);
    font-size: 0.9rem;
    line-height: 1.7;
}

.site-footer__button {
    display: inline-flex;
    min-height: 3rem;
    align-items: center;
    justify-content: center;
    gap: 0.55rem;
    padding: 0.8rem 1.15rem;
    border-radius: var(--radius-pill);
    background: var(--color-cream);
    color: var(--color-green-dark);
    font-size: 0.82rem;
    font-weight: 800;
    line-height: 1;
    text-decoration: none;
    transition:
        background-color var(--transition-fast),
        box-shadow var(--transition-fast),
        transform var(--transition-fast);
}

.site-footer__button span {
    transition: transform var(--transition-fast);
}

.site-footer__button:hover {
    background: var(--color-white);
    box-shadow: 0 0.8rem 2rem rgba(0, 0, 0, 0.16);
    transform: translateY(-2px);
}

.site-footer__button:hover span {
    transform: translateX(3px);
}

/* Social media */

.site-footer__socials {
    display: flex;
    flex-wrap: wrap;
    gap: 0.55rem;
    margin-top: 1.4rem;
}

.site-footer__social-link {
    display: inline-flex;
    width: 2.65rem;
    height: 2.65rem;
    align-items: center;
    justify-content: center;
    border: 1px solid rgba(255, 255, 255, 0.14);
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.055);
    color: var(--color-white);
    transition:
        background-color var(--transition-fast),
        border-color var(--transition-fast),
        transform var(--transition-fast);
}

.site-footer__social-link:hover {
    border-color: rgba(255, 255, 255, 0.3);
    background: rgba(255, 255, 255, 0.12);
    transform: translateY(-2px);
}

.site-footer__social-link svg {
    width: 1.15rem;
    height: 1.15rem;
    fill: currentColor;
}

.site-footer__social-link svg rect,
.site-footer__social-link svg circle {
    fill: none;
    stroke: currentColor;
    stroke-width: 1.8;
}

.site-footer__youtube-play {
    fill: var(--color-green-dark);
}

/* Bottom bar */

.site-footer__bottom {
    position: relative;
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1.5rem;
    padding-block: 1.4rem;
    border-top: 1px solid rgba(255, 255, 255, 0.12);
}

.site-footer__bottom p {
    margin-bottom: 0;
    color: rgba(255, 255, 255, 0.55);
    font-size: 0.76rem;
}

.site-footer__bottom-links {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: flex-end;
    gap: 0.6rem 1.25rem;
}

.site-footer__bottom-links span,
.site-footer__bottom-links a {
    color: rgba(255, 255, 255, 0.55);
    font-size: 0.76rem;
}

.site-footer__bottom-links a {
    text-decoration: none;
    transition: color var(--transition-fast);
}

.site-footer__bottom-links a:hover {
    color: var(--color-white);
}

/* Homepage participation routes */

@media (max-width: 900px) {
    .home-routes__header {
        align-items: start;
        grid-template-columns: 1fr;
        gap: 1.75rem;
    }

    .home-routes__introduction {
        max-width: 620px;
    }

    .home-routes__grid {
        grid-template-columns: 1fr;
    }

    .route-card {
        min-height: 280px;
    }

    .route-card__top {
        margin-bottom: 2.25rem;
    }
}

@media (max-width: 520px) {
    .home-routes__introduction {
        padding-left: 1rem;
    }

    .route-card {
        min-height: 290px;
        padding: 1.35rem;
    }
}

/* ========================================
   Homepage initiatives carousel
======================================== */

@media (max-width: 900px) {
    .initiative-slide {
        min-height: 0;
        grid-template-columns: 1fr;
    }

    .initiative-slide__image {
        min-height: clamp(22rem, 65vw, 32rem);
    }

    .initiative-slide__content {
        min-height: 360px;
        padding: clamp(2rem, 6vw, 3rem);
    }

    .initiative-slide__content::after {
        right: -11rem;
        bottom: -13rem;
    }
}

@media (max-width: 650px) {
    .home-initiatives__header {
        align-items: start;
        grid-template-columns: 1fr;
        gap: 1.5rem;
    }

    .initiative-carousel__controls {
        justify-self: start;
    }

    .initiative-carousel__button {
        width: 2.85rem;
        height: 2.85rem;
    }

    .initiative-carousel__viewport {
        border-radius: var(--radius-large);
    }

    .initiative-slide__image {
        min-height: 19rem;
    }

    .initiative-slide__content {
        min-height: 340px;
        padding: 1.75rem 1.35rem;
    }

    .initiative-slide__meta {
        margin-bottom: 1.75rem;
    }

    .initiative-slide__category {
        right: 1rem;
        bottom: 1rem;
        max-width: calc(100% - 2rem);
    }

    .initiative-carousel__footer {
        align-items: flex-start;
        flex-direction: column;
    }

    .initiative-carousel__dots {
        width: 100%;
        min-width: 0;
    }

    .initiative-carousel__dot {
        width: auto;
        flex: 1;
    }
}

/* ========================================
   Homepage impact section
======================================== */

@media (max-width: 900px) {
    .home-impact__header {
        align-items: start;
        grid-template-columns: 1fr;
        gap: 1.75rem;
    }

    .home-impact__introduction {
        max-width: 650px;
    }

    .home-impact__grid {
        grid-template-columns: 1fr;
    }

    .home-impact__grid::before {
        display: none;
    }

    .impact-card {
        min-height: 280px;
        background:
    linear-gradient(
        145deg,
        rgba(255, 255, 255, 0.105),
        rgba(255, 255, 255, 0.055)
    );
    }

    .impact-card__top {
        margin-bottom: 2.75rem;
    }
}

@media (max-width: 600px) {
    .home-impact__introduction {
        padding-left: 1rem;
    }

    .impact-card {
        min-height: 270px;
        padding: 1.4rem;
    }

    .impact-card__number {
        font-size: 2.5rem;
    }

    .impact-card__icon {
        width: 3.2rem;
        height: 3.2rem;
    }

    .home-impact__statement {
        align-items: flex-start;
        flex-direction: column;
        padding: 1.25rem;
    }

    .home-impact__statement .button {
        width: 100%;
    }
}

/* ========================================
   Homepage actualiteit
======================================== */

@media (max-width: 950px) {
    .home-actualiteit__layout {
        grid-template-columns: 1fr;
    }

    .agenda-preview {
        min-height: 420px;
    }
}

@media (max-width: 700px) {
    .home-actualiteit__header {
        align-items: start;
        grid-template-columns: 1fr;
        gap: 1.5rem;
    }

    .home-actualiteit__all-link {
        justify-self: start;
        margin-bottom: 0;
    }

    .home-actualiteit__news {
        grid-template-columns: 1fr;
    }

    .news-preview-card__content h3 {
        min-height: 0;
    }

    .agenda-preview {
        min-height: 390px;
    }
}

@media (max-width: 480px) {
    .news-preview-card__content {
        padding: 1.3rem;
    }

    .agenda-preview {
        min-height: 370px;
        padding: 1.4rem;
    }

    .agenda-preview .button {
        width: 100%;
    }
}

/* ========================================
   Homepage partners
======================================== */

@media (max-width: 700px) {
    .home-partners__header {
        align-items: start;
        grid-template-columns: 1fr;
        gap: 1.5rem;
    }

    .home-partners__header > .text-link {
        justify-self: start;
        margin-bottom: 0;
    }

    .partner-marquee {
        padding-block: 1.1rem 1.35rem;
    }

    .partner-card {
        width: 180px;
        height: 108px;
        padding: 1.25rem;
    }

    .partner-card__logo {
        max-width: 145px;
        max-height: 58px;
    }

    .partner-marquee__track {
        animation-duration: 36s;
    }

    .partner-marquee::before,
    .partner-marquee::after {
        width: 3rem;
    }
}

/* ========================================
   Footer
======================================== */

@media (max-width: 1050px) {
    .site-footer__main {
        grid-template-columns:
            minmax(0, 1.2fr)
            minmax(0, 0.8fr);
        gap: 3rem;
    }

    .site-footer__column:nth-child(3) {
        border-left: 0;
        padding-left: 0;
    }
}

@media (max-width: 650px) {
    .site-footer__main {
        grid-template-columns: 1fr;
        gap: 2.6rem;
        padding-block: 3.75rem 3rem;
    }

    .site-footer__brand,
    .site-footer__updates > p {
        max-width: none;
    }

    .site-footer__column {
        padding-top: 2.25rem;
        padding-left: 0;
        border-top: 1px solid rgba(255, 255, 255, 0.1);
        border-left: 0;
    }

    .site-footer__column:nth-child(3) {
        padding-top: 2.25rem;
        border-top: 1px solid rgba(255, 255, 255, 0.1);
    }

    .site-footer__button {
        width: 100%;
    }

    .site-footer__bottom {
        min-height: 0;
        align-items: flex-start;
        flex-direction: column;
        padding-block: 1.5rem;
    }

    .site-footer__bottom-links {
        justify-content: flex-start;
    }
}

@media (max-width: 900px) {

    .over-ons-hero {
        min-height: auto;
        padding: 155px 0 90px;
    }

    .over-ons-hero-inner {
        grid-template-columns: 1fr;
        gap: 65px;
    }

    .over-ons-hero-content {
        max-width: 700px;
    }

    .over-ons-hero-visual {
        width: min(100%, 600px);
        min-height: 450px;
        margin: 0 auto;
    }

    .over-ons-statement-card {
        right: 20px;
    }

    .over-ons-small-card {
        right: auto;
        left: 0;
    }
}

@media (max-width: 600px) {

    .over-ons-hero {
        padding: 135px 0 75px;
    }

    .over-ons-hero h1 {
        font-size: clamp(3rem, 14vw, 4.25rem);
        line-height: 1;
    }

    .over-ons-hero-intro {
        font-size: 1rem;
        line-height: 1.75;
    }

    .over-ons-hero-visual {
        min-height: 465px;
    }

    .over-ons-statement-card {
        top: 0;
        right: 0;
        width: 100%;
        padding: 34px 27px 32px;
        border-radius: 26px;
    }

    .over-ons-statement-label {
        margin-bottom: 28px;
    }

    .over-ons-statement-card blockquote {
        font-size: 1.65rem;
    }

    .over-ons-small-card {
        right: 18px;
        bottom: 0;
        left: 18px;
        width: auto;
    }

    .over-ons-hero-shape-one {
        right: -80px;
    }

    .over-ons-hero-shape-two {
        left: -90px;
    }
}

@media (max-width: 900px) {

    .over-ons-waarom {
        padding: 85px 0;
    }

    .over-ons-waarom-grid {
        grid-template-columns: 1fr;
        gap: 45px;
    }

    .over-ons-waarom-heading,
    .over-ons-waarom-content {
        max-width: 700px;
    }
}

@media (max-width: 600px) {

    .over-ons-waarom {
        padding: 70px 0;
    }

    .over-ons-waarom-heading h2 {
        font-size: clamp(2rem, 9vw, 2.65rem);
    }

    .over-ons-waarom-intro {
        font-size: 1rem;
    }

    .over-ons-principle {
        grid-template-columns: 38px minmax(0, 1fr);
        gap: 14px;
        padding: 22px 0;
    }

    .over-ons-principle h3 {
        font-size: 1.15rem;
    }
}

@media (max-width: 900px) {

    .over-ons-koers {
        padding: 85px 0;
    }

    .over-ons-koers-header {
        grid-template-columns: 1fr;
        gap: 25px;
        margin-bottom: 42px;
    }

    .over-ons-koers-grid {
        grid-template-columns: 1fr;
    }

    .over-ons-koers-card {
        min-height: 390px;
    }
}

@media (max-width: 600px) {

    .over-ons-koers {
        padding: 70px 0;
    }

    .over-ons-koers-header h2 {
        font-size: clamp(2rem, 9vw, 2.65rem);
    }

    .over-ons-koers-card {
        min-height: auto;
        padding: 30px 25px;
        border-radius: 22px;
    }

    .over-ons-koers-card-top {
        margin-bottom: 48px;
    }

    .over-ons-koers-card h3 {
        font-size: 1.65rem;
    }

    .over-ons-koers-line {
        margin-top: 45px;
    }
}

@media (max-width: 900px) {

    .over-ons-samen {
        padding: 85px 0;
    }

    .over-ons-samen-panel {
        grid-template-columns: 1fr;
        gap: 55px;
        padding: 55px 45px;
    }

    .over-ons-samen-intro {
        max-width: 680px;
    }
}

@media (max-width: 600px) {

    .over-ons-samen {
        padding: 70px 0;
    }

    .over-ons-samen-panel {
        gap: 45px;
        padding: 42px 25px;
        border-radius: 24px;
    }

    .over-ons-samen-intro h2 {
        font-size: clamp(2rem, 9vw, 2.65rem);
    }

    .over-ons-samen-buttons {
        flex-direction: column;
        align-items: stretch;
    }

    .over-ons-button {
        width: 100%;
    }

    .over-ons-samen-groep {
        grid-template-columns: 35px minmax(0, 1fr);
        gap: 13px;
        padding: 21px 0;
    }

    .over-ons-samen-groep h3 {
        font-size: 1.1rem;
    }
}

@media (max-width: 900px) {

    .over-ons-team {
        padding: 85px 0;
    }

    .over-ons-team-header {
        grid-template-columns: 1fr;
        gap: 25px;
        margin-bottom: 42px;
    }

    .over-ons-team-layout {
        grid-template-columns: 1fr;
    }

    .over-ons-foundation-card {
        min-height: 520px;
    }
}

@media (max-width: 600px) {

    .over-ons-team {
        padding: 70px 0;
    }

    .over-ons-team-title h2 {
        font-size: clamp(2rem, 9vw, 2.65rem);
    }

    .over-ons-team-card {
        grid-template-columns: 62px minmax(0, 1fr);
        gap: 18px;
        padding: 24px 21px;
        border-radius: 21px;
    }

    .over-ons-team-initials {
        width: 62px;
        height: 62px;
        font-size: 0.9rem;
    }

    .over-ons-team-card h3 {
        font-size: 1.2rem;
    }

    .over-ons-team-card p {
        font-size: 0.9rem;
    }

    .over-ons-foundation-card {
        min-height: auto;
        padding: 32px 25px;
        border-radius: 24px;
    }

    .over-ons-foundation-top {
        margin-bottom: 42px;
    }

    .over-ons-foundation-link {
        margin-top: 35px;
    }

    .over-ons-foundation-details > div {
        grid-template-columns: 1fr;
        gap: 5px;
    }

    .over-ons-foundation-details dd {
        text-align: left;
    }
}

.initiatief-card {
    grid-template-rows: 230px minmax(0, 1fr);
    border-radius: 23px;
}

.initiatief-card__content {
    padding: 28px 23px;
}

.initiatief-card__top {
    align-items: flex-start;
    margin-bottom: 25px;
}

.initiatief-card__category {
    max-width: 150px;
}

.initiatief-card h3 {
    font-size: 1.65rem;
}

.initiatief-card__status {
    right: 15px;
    bottom: 15px;
}

.initiatief-card__link {
    padding-top: 30px;
}

.initiatieven-featured__header {
    grid-template-columns: 1fr;
    gap: 25px;
    margin-bottom: 42px;
}

.featured-initiatief {
    grid-template-columns: 1fr;
    min-height: auto;
}

.featured-initiatief__image {
    min-height: 420px;
}

.featured-initiatief__content {
    min-height: 560px;
}   

.initiatieven-featured__header h2 {
    font-size: clamp(2rem, 9vw, 2.65rem);
}

.featured-initiatief {
    border-radius: 24px;
}

.featured-initiatief__image {
    min-height: 280px;
}

.featured-initiatief__image-label {
    right: 16px;
    bottom: 16px;
}

.featured-initiatief__content {
    min-height: auto;
    padding: 32px 24px;
}

.featured-initiatief__top {
    margin-bottom: 40px;
}

.featured-initiatief h3 {
    font-size: 1.8rem;
}

.featured-initiatief__themes > div {
    grid-template-columns: 1fr;
    gap: 6px;
}

.featured-initiatief__actions {
    align-items: stretch;
    flex-direction: column;
}

.featured-initiatief__button {
    width: 100%;
}

.featured-initiatief__text-link {
    justify-content: center;
}

.initiatieven-process__header {
    grid-template-columns: 1fr;
    gap: 25px;
    margin-bottom: 42px;
}

.initiatieven-process__steps {
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

.process-step {
    border-bottom: 1px solid rgba(62, 107, 71, 0.16);
}

.process-step:nth-child(odd) {
    border-left: 1px solid rgba(62, 107, 71, 0.16);
}

.process-step:nth-child(even) {
    border-left: 0;
}

.process-step:nth-last-child(-n + 2) {
    border-bottom: 0;
}

.initiatieven-process__footer {
    align-items: flex-start;
}

.initiatieven-process__header h2 {
    font-size: clamp(2rem, 9vw, 2.65rem);
}

.initiatieven-process__steps {
    grid-template-columns: 1fr;
    border: 0;
    gap: 14px;
}

.process-step,
.process-step:first-child,
.process-step:nth-child(odd),
.process-step:nth-child(even),
.process-step:nth-last-child(-n + 2) {
    min-height: auto;
    padding: 28px 24px;
    border: 1px solid rgba(62, 107, 71, 0.15);
    border-radius: 22px;
}

.process-step__top {
    margin-bottom: 42px;
}

.process-step__label {
    padding-top: 34px;
}

.initiatieven-process__footer {
    flex-direction: column;
    gap: 24px;
    margin-top: 32px;
}

.initiatieven-process__link {
    align-self: flex-start;
}

.initiatieven-cta__panel {
    grid-template-columns: 1fr;
    gap: 55px;
    padding: 55px 45px;
}

.initiatieven-cta__content {
    max-width: 700px;
}

.initiatieven-cta__visual {
    max-width: 600px;
}

.initiatieven-cta__panel {
    gap: 44px;
    padding: 42px 25px;
    border-radius: 24px;
}

.initiatieven-cta__content h2 {
    font-size: clamp(2rem, 9vw, 2.65rem);
}

.initiatieven-cta__actions {
    flex-direction: column;
    align-items: stretch;
}

.initiatieven-cta__button {
    width: 100%;
}

.initiatieven-cta__visual {
    padding: 30px 24px;
    border-radius: 22px;
}

.initiatieven-cta__visual-label {
    margin-bottom: 30px;
}

.initiatieven-cta__visual blockquote {
    font-size: 1.45rem;
}

/* ==================================================
   DOE MEE ROUTE CARDS
================================================== */

.doe-mee-route-card {
    position: relative;
    display: flex;
    flex-direction: column;
    min-width: 0;
    min-height: 510px;
    padding: clamp(30px, 3.5vw, 42px);
    overflow: hidden;
    border: 1px solid rgba(62, 107, 71, 0.14);
    border-radius: 27px;
    background: #ffffff;
    box-shadow: 0 18px 48px rgba(41, 78, 49, 0.07);
    transition:
        transform 0.3s ease,
        border-color 0.3s ease,
        box-shadow 0.3s ease;
}

.doe-mee-route-card::before {
    content: "";
    position: absolute;
    right: -85px;
    bottom: -105px;
    width: 225px;
    height: 225px;
    border-radius: 50%;
    background: rgba(62, 107, 71, 0.045);
    pointer-events: none;
}

.doe-mee-route-card:hover {
    transform: translateY(-5px);
    border-color: rgba(62, 107, 71, 0.28);
    box-shadow: 0 26px 62px rgba(41, 78, 49, 0.11);
}


/* Card top */

.doe-mee-route-card__top {
    position: relative;
    z-index: 2;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    margin-bottom: 54px;
}

.doe-mee-route-card__number {
    color: var(--color-green);
    font-size: 0.76rem;
    font-weight: 800;
    letter-spacing: 0.1em;
}

.doe-mee-route-card__icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 auto;
    width: 40px;
    height: 40px;
    border: 1px solid rgba(62, 107, 71, 0.17);
    border-radius: 50%;
    color: var(--color-green);
    font-size: 0.95rem;
}


/* Card content */

.doe-mee-route-card__label {
    position: relative;
    z-index: 2;
    display: block;
    margin-bottom: 11px;
    color: var(--color-green);
    font-size: 0.74rem;
    font-weight: 800;
    letter-spacing: 0.07em;
    text-transform: uppercase;
}

.doe-mee-route-card h3 {
    position: relative;
    z-index: 2;
    margin: 0 0 17px;
    color: var(--color-text);
    font-size: clamp(1.55rem, 2vw, 2rem);
    line-height: 1.18;
    letter-spacing: -0.025em;
}

.doe-mee-route-card > p {
    position: relative;
    z-index: 2;
    margin: 0;
    color: #5e6961;
    font-size: 0.95rem;
    line-height: 1.72;
}


/* Small list */

.doe-mee-route-card__list {
    position: relative;
    z-index: 2;
    display: grid;
    gap: 11px;
    margin: 28px 0 0;
    padding: 25px 0 0;
    border-top: 1px solid rgba(62, 107, 71, 0.14);
    list-style: none;
}

.doe-mee-route-card__list li {
    position: relative;
    padding-left: 19px;
    color: #657068;
    font-size: 0.87rem;
    line-height: 1.55;
}

.doe-mee-route-card__list li::before {
    content: "";
    position: absolute;
    top: 0.65em;
    left: 0;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: var(--color-green);
}


/* Card link */

.doe-mee-route-card__link {
    position: relative;
    z-index: 2;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    margin-top: auto;
    padding-top: 34px;
    color: var(--color-green);
    font-size: 0.9rem;
    font-weight: 800;
    text-decoration: none;
}

.doe-mee-route-card__link > span {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 auto;
    width: 38px;
    height: 38px;
    border: 1px solid rgba(62, 107, 71, 0.18);
    border-radius: 50%;
    transition:
        transform 0.25s ease,
        background-color 0.25s ease,
        color 0.25s ease;
}

.doe-mee-route-card__link:hover > span {
    transform: translateX(4px);
    background: var(--color-green);
    color: var(--color-white);
}

.doe-mee-volunteer__header {
    grid-template-columns: 1fr;
    gap: 25px;
    margin-bottom: 42px;
}

.doe-mee-volunteer__panel {
    grid-template-columns: 1fr;
    min-height: auto;
}

.doe-mee-volunteer__content {
    min-height: 560px;
}

.doe-mee-volunteer__roles {
    padding: 48px 42px;
}

.doe-mee-volunteer__header h2 {
    font-size: clamp(2rem, 9vw, 2.65rem);
}

.doe-mee-volunteer__panel {
    border-radius: 24px;
}

.doe-mee-volunteer__content {
    min-height: auto;
    padding: 34px 24px;
}

.doe-mee-volunteer__content h3 {
    font-size: 1.8rem;
}

.doe-mee-volunteer__highlights > div {
    grid-template-columns: 1fr;
    gap: 6px;
}

.doe-mee-volunteer__button {
    width: 100%;
    margin-top: 38px;
}

.doe-mee-volunteer__roles {
    padding: 38px 24px;
}

.doe-mee-volunteer__roles-top {
    margin-bottom: 34px;
}

.doe-mee-volunteer__role {
    grid-template-columns: 34px minmax(0, 1fr);
    gap: 13px;
}

.doe-mee-idea__layout {
    grid-template-columns: 1fr;
    gap: 50px;
}

.doe-mee-idea__content {
    max-width: 700px;
}

.doe-mee-idea__steps {
    max-width: 720px;
}

.doe-mee-idea__content h2 {
    font-size: clamp(2rem, 9vw, 2.65rem);
}

.doe-mee-idea__note {
    grid-template-columns: 38px minmax(0, 1fr);
    gap: 13px;
    padding: 19px;
    border-radius: 18px;
}

.doe-mee-idea__note-icon {
    width: 38px;
    height: 38px;
}

.doe-mee-idea__button {
    width: 100%;
}

.doe-mee-idea__steps {
    border-radius: 22px;
}

.doe-mee-idea__steps-header {
    padding: 22px;
}

.doe-mee-idea__step {
    grid-template-columns: 35px minmax(0, 1fr);
    gap: 14px;
    padding: 26px 22px;
}

.doe-mee-idea__step h3 {
    font-size: 1.12rem;
}

.doe-mee-partner__header {
    grid-template-columns: 1fr;
    gap: 25px;
    margin-bottom: 42px;
}

.doe-mee-partner__panel {
    grid-template-columns: 1fr;
    gap: 55px;
    padding: 55px 45px;
}

.doe-mee-partner__content {
    max-width: 680px;
}

.doe-mee-partner__header h2 {
    font-size: clamp(2rem, 9vw, 2.65rem);
}

.doe-mee-partner__panel {
    gap: 45px;
    padding: 42px 25px;
    border-radius: 24px;
}

.doe-mee-partner__content h3 {
    font-size: 1.8rem;
}

.doe-mee-partner__actions {
    flex-direction: column;
    align-items: stretch;
}

.doe-mee-partner__button {
    width: 100%;
}

.doe-mee-partner__text-link {
    justify-content: center;
}

.doe-mee-partner__contribution {
    grid-template-columns: 34px minmax(0, 1fr);
    gap: 13px;
}

.doe-mee-cta__panel {
    gap: 42px;
    padding: 42px 25px;
    border-radius: 24px;
}

.doe-mee-cta__content h2 {
    font-size: clamp(2rem, 9vw, 2.65rem);
}

.doe-mee-cta__actions {
    flex-direction: column;
    align-items: stretch;
}

.doe-mee-cta__button {
    width: 100%;
}

.doe-mee-cta__routes {
    padding: 27px 22px;
    border-radius: 21px;
}

.doe-mee-cta__route {
    grid-template-columns: 27px minmax(0, 1fr) 36px;
    gap: 11px;
}

.doe-mee-cta__route-arrow {
    width: 36px;
    height: 36px;
}

.doe-mee-cta__panel {
    gap: 42px;
    padding: 42px 25px;
    border-radius: 24px;
}

.doe-mee-cta__content h2 {
    font-size: clamp(2rem, 9vw, 2.65rem);
}

.doe-mee-cta__actions {
    flex-direction: column;
    align-items: stretch;
}

.doe-mee-cta__button {
    width: 100%;
}

.doe-mee-cta__routes {
    padding: 27px 22px;
    border-radius: 21px;
}

.doe-mee-cta__route {
    grid-template-columns: 27px minmax(0, 1fr) 36px;
    gap: 11px;
}

.doe-mee-cta__route-arrow {
    width: 36px;
    height: 36px;
}

.nieuws-card {
    grid-template-rows: 215px minmax(0, 1fr);
    border-radius: 22px;
}

.nieuws-card__content {
    padding: 26px 23px;
}

.nieuws-card h3 {
    font-size: 1.4rem;
}

.nieuws-card__date {
    right: 14px;
    bottom: 14px;
}

.nieuws-empty-state {
    grid-template-columns: 1fr;
    padding: 27px 23px;
}

.nieuws-agenda__header {
    grid-template-columns: 1fr;
    gap: 25px;
    margin-bottom: 42px;
}

.nieuws-agenda__grid {
    grid-template-columns: 1fr;
    max-width: 760px;
}

.nieuws-agenda__header h2 {
    font-size: clamp(2rem, 9vw, 2.65rem);
}

.agenda-card {
    grid-template-columns: 82px minmax(0, 1fr);
    border-radius: 22px;
}

.agenda-card__date {
    min-height: 250px;
    padding: 20px 10px;
}

.agenda-card__day {
    font-size: 1.8rem;
}

.agenda-card__content {
    padding: 25px 21px;
}

.agenda-card__meta {
    align-items: flex-start;
    flex-direction: column;
    gap: 5px;
}

.agenda-card h3 {
    font-size: 1.3rem;
}

.agenda-card__footer {
    align-items: flex-end;
}

.agenda-empty-state {
    grid-template-columns: 1fr;
    padding: 27px 23px;
}

.nieuws-nieuwsbrief__header {
    grid-template-columns: 1fr;
    gap: 25px;
    margin-bottom: 42px;
}

.nieuws-nieuwsbrief__panel {
    grid-template-columns: 1fr;
    gap: 52px;
    padding: 55px 45px;
}

.nieuws-nieuwsbrief__content {
    max-width: 700px;
}

.nieuws-nieuwsbrief__latest {
    max-width: 620px;
}

.nieuws-nieuwsbrief__header h2 {
    font-size: clamp(2rem, 9vw, 2.65rem);
}

.nieuws-nieuwsbrief__panel {
    gap: 42px;
    padding: 42px 25px;
    border-radius: 24px;
}

.nieuws-nieuwsbrief__content h3 {
    font-size: 1.8rem;
}

.nieuws-nieuwsbrief__button {
    width: 100%;
}

.nieuws-nieuwsbrief__latest {
    min-height: 350px;
    padding: 29px 24px;
    border-radius: 22px;
}

.nieuws-nieuwsbrief__latest-top {
    margin-bottom: 42px;
}

/* ==================================================
   MOBILE HEADER – CONTACT ACCESS
================================================== */

.primary-navigation__mobile-contact {
    display: none;
}

@media (max-width: 980px) {
    .primary-navigation {
        max-height: calc(100vh - 7rem);
        overflow-y: auto;
    }

    .primary-navigation__mobile-contact {
        display: flex;
        min-height: 3.25rem;
        align-items: center;
        justify-content: space-between;
        gap: 1rem;
        margin-top: 0.8rem;
        padding: 0.9rem 1rem;
        border-radius: 999px;
        background: var(--color-green);
        color: #ffffff;
        font-size: 1rem;
        font-weight: 800;
        text-decoration: none;
    }

    .primary-navigation__mobile-contact span {
        display: grid;
        width: 2rem;
        height: 2rem;
        flex: 0 0 auto;
        place-items: center;
        border-radius: 50%;
        background: rgba(255, 255, 255, 0.14);
    }

    .primary-navigation__mobile-contact:hover,
    .primary-navigation__mobile-contact:focus-visible {
        background: var(--color-green-dark);
        color: #ffffff;
    }

    html[data-theme="dark"]
    .primary-navigation__mobile-contact {
        background: var(--color-green);
        color: #ffffff;
    }
}

/* ==================================================
   SITE-WIDE MOBILE RESCUE
   Fixes desktop grids remaining active on phones
================================================== */

@media (max-width: 700px) {

    html,
    body {
        width: 100%;
        max-width: 100%;
        overflow-x: hidden;
    }

    main,
    section,
    .container {
        min-width: 0;
        max-width: 100%;
    }

    img,
    video,
    iframe,
    svg {
        max-width: 100%;
    }


    /* ==================================================
       GLOBAL SECTION HEADERS
    ================================================== */

    .over-ons-waarom-grid,
    .over-ons-koers-header,
    .over-ons-team-header,
    .initiatieven-section-header,
    .initiatieven-featured__header,
    .initiatieven-process__header,
    .doe-mee-section-header,
    .doe-mee-volunteer__header,
    .doe-mee-partner__header,
    .nieuws-section-header,
    .nieuws-agenda__header,
    .nieuws-nieuwsbrief__header,
    .contact-section-header {
        display: grid !important;
        width: 100%;
        grid-template-columns: 1fr !important;
        gap: 1.4rem !important;
    }

    .over-ons-waarom-grid > *,
    .over-ons-koers-header > *,
    .over-ons-team-header > *,
    .initiatieven-section-header > *,
    .initiatieven-featured__header > *,
    .initiatieven-process__header > *,
    .doe-mee-section-header > *,
    .doe-mee-volunteer__header > *,
    .doe-mee-partner__header > *,
    .nieuws-section-header > *,
    .nieuws-agenda__header > *,
    .nieuws-nieuwsbrief__header > *,
    .contact-section-header > * {
        width: 100%;
        min-width: 0;
        max-width: none;
    }


    /* ==================================================
       PREVENT SINGLE-WORD COLUMNS
    ================================================== */

    .over-ons-page h1,
    .over-ons-page h2,
    .over-ons-page h3,
    .initiatieven-page h1,
    .initiatieven-page h2,
    .initiatieven-page h3,
    .doe-mee-page h1,
    .doe-mee-page h2,
    .doe-mee-page h3,
    .nieuws-page h1,
    .nieuws-page h2,
    .nieuws-page h3,
    .contact-page h1,
    .contact-page h2,
    .contact-page h3 {
        width: 100%;
        max-width: 100%;
        overflow-wrap: normal;
        word-break: normal;
        hyphens: none;
    }

    .over-ons-page p,
    .initiatieven-page p,
    .doe-mee-page p,
    .nieuws-page p,
    .contact-page p {
        width: 100%;
        min-width: 0;
        max-width: 100%;
        overflow-wrap: break-word;
        word-break: normal;
    }


    /* ==================================================
       OVER ONS
    ================================================== */

    .over-ons-hero-inner,
    .over-ons-waarom-grid,
    .over-ons-koers-grid,
    .over-ons-team-layout,
    .over-ons-samen-panel {
        display: grid !important;
        width: 100%;
        grid-template-columns: 1fr !important;
    }

    .over-ons-hero-content,
    .over-ons-hero-visual,
    .over-ons-waarom-heading,
    .over-ons-waarom-content,
    .over-ons-koers-card,
    .over-ons-team-list,
    .over-ons-foundation-card,
    .over-ons-samen-intro,
    .over-ons-samen-groepen {
        width: 100%;
        min-width: 0;
        max-width: none;
    }

    .over-ons-hero h1 {
        font-size: clamp(2.4rem, 11vw, 3.25rem) !important;
        line-height: 1.03;
    }

    .over-ons-waarom-heading h2,
    .over-ons-koers-header h2,
    .over-ons-team-title h2,
    .over-ons-samen-intro h2 {
        font-size: clamp(2rem, 9vw, 2.65rem) !important;
    }

    .over-ons-statement-card {
        position: relative !important;
        inset: auto !important;
        width: 100% !important;
    }

    .over-ons-koers-grid {
        gap: 1rem;
    }

    .over-ons-koers-card {
        min-height: auto !important;
    }


    /* ==================================================
       INITIATIEVEN
    ================================================== */

    .initiatieven-hero__inner,
    .initiatieven-overzicht__grid,
    .featured-initiatief,
    .initiatieven-process__steps,
    .initiatieven-cta__panel {
        display: grid !important;
        width: 100%;
        grid-template-columns: 1fr !important;
    }

    .initiatief-card,
    .featured-initiatief,
    .process-step,
    .initiatieven-cta__content,
    .initiatieven-cta__visual {
        width: 100%;
        min-width: 0;
        max-width: none;
    }

    .initiatieven-hero h1 {
        font-size: clamp(2.35rem, 10vw, 3rem) !important;
    }

    .featured-initiatief__image {
        min-height: 260px !important;
    }

    .featured-initiatief__content {
        min-height: auto !important;
    }

    .initiatieven-process__steps {
        gap: 1rem;
        border: 0;
    }

    .process-step,
    .process-step:first-child,
    .process-step:nth-child(odd),
    .process-step:nth-child(even) {
        min-height: auto;
        border: 1px solid rgba(62, 107, 71, 0.15);
        border-radius: 1.35rem;
    }


    /* ==================================================
       DOE MEE
    ================================================== */

    .doe-mee-hero__inner,
    .doe-mee-routes__grid,
    .doe-mee-volunteer__panel,
    .doe-mee-idea__layout,
    .doe-mee-partner__panel,
    .doe-mee-cta__panel {
        display: grid !important;
        width: 100%;
        grid-template-columns: 1fr !important;
    }

    .doe-mee-hero__content,
    .doe-mee-hero__visual,
    .doe-mee-route-card,
    .doe-mee-volunteer__content,
    .doe-mee-volunteer__roles,
    .doe-mee-idea__content,
    .doe-mee-idea__steps,
    .doe-mee-partner__content,
    .doe-mee-partner__contributions,
    .doe-mee-cta__content,
    .doe-mee-cta__routes {
        width: 100%;
        min-width: 0;
        max-width: none;
    }

    .doe-mee-hero h1 {
        font-size: clamp(2.35rem, 10vw, 3rem) !important;
    }

    .doe-mee-section-header h2,
    .doe-mee-volunteer__header h2,
    .doe-mee-idea__content h2,
    .doe-mee-partner__header h2,
    .doe-mee-cta__content h2 {
        font-size: clamp(2rem, 9vw, 2.65rem) !important;
    }

    .doe-mee-route-card {
        min-height: auto !important;
    }

    .doe-mee-volunteer__content {
        min-height: auto !important;
    }

    .doe-mee-idea__step {
        grid-template-columns: 2rem minmax(0, 1fr) !important;
    }

    .doe-mee-partner__panel,
    .doe-mee-cta__panel {
        padding: 2.2rem 1.3rem !important;
    }


    /* ==================================================
       NIEUWS
    ================================================== */

    .nieuws-hero__inner,
    .nieuws-overzicht__grid,
    .nieuws-agenda__grid,
    .nieuws-nieuwsbrief__panel {
        display: grid !important;
        width: 100%;
        grid-template-columns: 1fr !important;
    }

    .nieuws-hero__content,
    .nieuws-hero__visual,
    .nieuws-card,
    .agenda-card,
    .nieuws-empty-state,
    .agenda-empty-state,
    .nieuws-nieuwsbrief__content,
    .nieuws-nieuwsbrief__latest {
        width: 100%;
        min-width: 0;
        max-width: none;
    }

    .nieuws-hero h1 {
        font-size: clamp(2.35rem, 10vw, 3rem) !important;
    }

    .nieuws-section-header h2,
    .nieuws-agenda__header h2,
    .nieuws-nieuwsbrief__header h2 {
        font-size: clamp(2rem, 9vw, 2.65rem) !important;
    }

    .nieuws-empty-state,
    .agenda-empty-state {
        grid-template-columns: 1fr !important;
    }

    .nieuws-nieuwsbrief__panel {
        gap: 2.5rem !important;
        padding: 2.2rem 1.3rem !important;
    }


    /* ==================================================
       CONTACT
    ================================================== */

    .contact-hero__inner,
    .contact-routes__grid,
    .contact-main__layout {
        display: grid !important;
        width: 100%;
        grid-template-columns: 1fr !important;
    }

    .contact-hero__content,
    .contact-hero__visual,
    .contact-route-card,
    .contact-main__information,
    .contact-form-card {
        width: 100%;
        min-width: 0;
        max-width: none;
    }


    /* ==================================================
       BUTTONS AND PANELS
    ================================================== */

    .over-ons-button,
    .initiatieven-cta__button,
    .featured-initiatief__button,
    .doe-mee-volunteer__button,
    .doe-mee-idea__button,
    .doe-mee-partner__button,
    .doe-mee-cta__button,
    .nieuws-nieuwsbrief__button {
        width: 100%;
        max-width: 100%;
    }
}

/* ==================================================
   MOBILE GUTTERS + HERO REFINEMENT
================================================== */

@media (max-width: 700px) {

    /* Restore consistent breathing room on every page */

    .container {
        width: 100% !important;
        max-width: 100% !important;
        margin-inline: auto !important;
        padding-inline: 1.25rem !important;
        box-sizing: border-box;
    }

    /* Prevent nested containers receiving double padding */

    .container .container {
        padding-inline: 0 !important;
    }


    /* ==================================================
       HOMEPAGE HERO
    ================================================== */

    .home-hero {
        padding-inline: 0;
    }

    .home-hero__background {
        width: calc(100% - 1.5rem);
        margin-inline: auto;
        padding: 0.45rem;
        border-radius: 1.7rem;
    }

    .home-hero__inner {
        width: 100%;
        min-height: auto;
        padding:
            3.25rem 1.15rem
            8.5rem;
        box-sizing: border-box;
    }

    .home-hero__content {
        width: 100%;
        min-width: 0;
        max-width: none;
    }

    .home-hero__title {
        width: 100%;
        max-width: 100%;
        margin-bottom: 1.25rem;
        font-size: clamp(2.3rem, 10.5vw, 3.15rem);
        line-height: 1.04;
        letter-spacing: -0.04em;
        overflow-wrap: normal;
        word-break: normal;
    }

    .home-hero__intro {
        max-width: 100%;
        font-size: 0.97rem;
        line-height: 1.65;
    }

    .home-hero__actions {
        width: 100%;
        align-items: stretch;
        flex-direction: column;
    }

    .home-hero__actions .button {
        width: 100%;
    }

    .home-hero__floating-card--top,
    .home-hero__floating-card--bottom {
        right: 1rem;
        left: 1rem;
        width: auto;
        max-width: none;
    }


    /* ==================================================
       HOMEPAGE – OVER NOORDGROEIT
    ================================================== */

    .home-intro {
        padding-block: 4.5rem;
    }

    .home-intro__layout,
    .home-intro__grid {
        display: grid !important;
        width: 100%;
        grid-template-columns: 1fr !important;
        gap: 2.5rem !important;
    }

    .home-intro__content,
    .home-intro__statement,
    .home-intro__visual {
        width: 100%;
        min-width: 0;
        max-width: none;
    }

    .home-intro h2,
    .home-intro__content h2 {
        max-width: 100%;
        font-size: clamp(2rem, 9vw, 2.65rem);
        line-height: 1.08;
        overflow-wrap: normal;
        word-break: normal;
    }

    .home-intro__content p {
        max-width: 100%;
        font-size: 0.97rem;
        line-height: 1.7;
    }

    .home-intro__statement {
        padding: 1.6rem 1.35rem;
        border-radius: 1.4rem;
    }


    /* ==================================================
       OVER ONS PAGE HERO
    ================================================== */

    .over-ons-hero {
        padding:
            4.75rem 0
            4.5rem !important;
    }

    .over-ons-hero-inner {
        width: 100%;
        gap: 3rem !important;
    }

    .over-ons-hero-content {
        width: 100%;
        padding: 0;
    }

    .over-ons-hero h1 {
        width: 100%;
        max-width: 100%;
        margin-top: 1rem;
        font-size: clamp(2.35rem, 10.5vw, 3.15rem) !important;
        line-height: 1.04 !important;
        letter-spacing: -0.04em;
        overflow-wrap: normal;
        word-break: normal;
    }

    .over-ons-hero-intro {
        width: 100%;
        max-width: 100%;
        font-size: 0.97rem;
        line-height: 1.7;
    }

    .over-ons-scroll-link {
        margin-top: 1.4rem;
    }

    .over-ons-hero-visual {
        width: 100%;
        min-height: 0 !important;
        margin: 0;
    }

    .over-ons-statement-card {
        position: relative !important;
        top: auto !important;
        right: auto !important;
        bottom: auto !important;
        left: auto !important;
        width: 100% !important;
        padding: 1.75rem 1.4rem !important;
        border-radius: 1.5rem !important;
    }

    .over-ons-small-card {
        position: relative !important;
        right: auto !important;
        bottom: auto !important;
        left: auto !important;
        width: 100% !important;
        margin-top: 1rem;
    }


    /* ==================================================
       OTHER INNER PAGES
    ================================================== */

    .initiatieven-page section > .container,
    .doe-mee-page section > .container,
    .nieuws-page section > .container,
    .contact-page section > .container,
    .over-ons-page section > .container {
        padding-inline: 1.25rem !important;
    }
}

@media (max-width: 420px) {
    .container,
    .initiatieven-page section > .container,
    .doe-mee-page section > .container,
    .nieuws-page section > .container,
    .contact-page section > .container,
    .over-ons-page section > .container {
        padding-inline: 1rem !important;
    }

    .home-hero__background {
        width: calc(100% - 1rem);
    }
}