@media (max-width: 980px) {
    h1 {
        font-size: 52px;
    }

    .display-title {
        font-size: clamp(48px, 8vw, 72px);
    }

    .impact-title {
        font-size: clamp(38px, 6.8vw, 58px);
    }

    h2 {
        font-size: 40px;
    }

    .nav-toggle {
        display: block;
    }

    .brand-mark-image,
    .brand-mark-image img {
        width: 72px;
        height: 72px;
    }

    .brand-type {
        width: min(320px, calc(100vw - 172px));
        max-width: 100%;
        height: auto;
        max-height: 34px;
        object-fit: contain;
        object-position: left center;
    }

    .site-nav {
        position: absolute;
        left: 16px;
        right: 16px;
        top: 84px;
        display: none;
        align-items: stretch;
        flex-direction: column;
        gap: 0;
        border: 1px solid rgba(65, 56, 107, .16);
        border-radius: 8px;
        padding: 10px;
        background: #fffdf8;
        box-shadow: 0 18px 50px rgba(49, 45, 67, .13);
    }

    .site-nav.is-open {
        display: flex;
    }

    .site-nav a {
        padding: 12px;
    }

    .hero-grid,
    .split,
    .reverse,
    .schedule-layout {
        grid-template-columns: 1fr;
        gap: 42px;
    }

    .portrait-block {
        min-height: 510px;
    }

    .portrait-placeholder {
        width: 430px;
        max-width: 74%;
        min-height: 500px;
    }

    .portrait-photo {
        top: 0;
        width: 100%;
        height: 100%;
        margin-left: 0;
    }

    .portrait-caption {
        min-height: 0;
    }

    .portrait-slice-norway {
        left: -10%;
        width: 34%;
    }

    .portrait-slice-prayer {
        right: -12%;
        width: 28%;
    }

    .cards-grid,
    .steps,
    .footer-grid {
        grid-template-columns: 1fr 1fr;
    }

    .growth-flow {
        grid-template-columns: 1fr;
    }

    .growth-flow::before,
    .growth-flow::after {
        display: none;
    }

    .flow-items {
        grid-template-columns: 1fr 1fr;
    }

    .flow-card::before {
        display: none;
    }

    .cta-panel,
    .footer-bottom {
        align-items: flex-start;
        flex-direction: column;
    }

}

@media (max-width: 640px) {
    body {
        font-size: 16px;
    }

    h1 {
        font-size: 42px;
    }

    .display-title {
        font-size: 46px;
        line-height: .94;
    }

    .impact-title {
        font-size: 38px;
        line-height: 1;
    }

    .section-kicker {
        width: 100%;
        gap: 10px;
        font-size: 12px;
    }

    .section-kicker::after {
        width: 42px;
    }

    h2 {
        font-size: 34px;
    }

    h3 {
        font-size: 24px;
    }

    .container {
        padding-right: 16px;
        padding-left: 16px;
    }

    .brand strong {
        font-size: 17px;
    }

    .brand-mark-image,
    .brand-mark-image img {
        width: 58px;
        height: 58px;
    }

    .brand-type {
        width: min(240px, calc(100vw - 136px));
        max-width: 100%;
        height: auto;
        max-height: 30px;
        object-fit: contain;
        object-position: left center;
    }

    .brand small {
        display: none;
    }

    .hero,
    .page-hero {
        padding-top: 44px;
    }

    .section {
        padding: 58px 0;
    }

    .lead {
        font-size: 18px;
    }

    .button-row,
    .button {
        width: 100%;
    }

    .cards-grid,
    .steps,
    .footer-grid {
        grid-template-columns: 1fr;
    }

    .growth-flow {
        gap: 18px;
        margin-top: 28px;
    }

    .flow-core {
        padding: 24px;
    }

    .flow-core strong {
        font-size: 25px;
    }

    .flow-items {
        grid-template-columns: 1fr;
    }

    .flow-card {
        min-height: 0;
        padding: 18px;
    }

    .portrait-block {
        min-height: 440px;
        padding: 0;
    }

    .portrait-placeholder {
        width: 320px;
        max-width: 88%;
        min-height: 410px;
    }

    .portrait-photo {
        top: 0;
        width: 100%;
        height: 100%;
        border-radius: 0;
        margin-left: 0;
    }

    .portrait-slice {
        opacity: .44;
    }

    .portrait-slice-norway {
        left: -12%;
        top: 8px;
        width: 34%;
        height: 170px;
    }

    .portrait-slice-prayer {
        right: -14%;
        top: 74px;
        width: 28%;
        height: 220px;
    }

    .portrait-slice-online {
        left: -10%;
        bottom: 8px;
        width: 30%;
        height: 140px;
    }

    .portrait-caption {
        min-height: 0;
        padding: 0 18px 18px;
    }

    .portrait-caption span {
        font-size: 25px;
    }

    .portrait-caption small {
        max-width: 260px;
        font-size: 13px;
        line-height: 1.35;
    }

    .cta-panel {
        padding: 28px;
    }

    .whatsapp-float {
        right: 12px;
        bottom: 12px;
    }
}
