@media (max-width: 980px) {
    h1 {
        font-size: 52px;
    }

    h2 {
        font-size: 40px;
    }

    .nav-toggle {
        display: block;
    }

    .site-nav {
        position: absolute;
        left: 16px;
        right: 16px;
        top: 78px;
        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: 410px;
        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: 2%;
        width: 42%;
    }

    .portrait-slice-prayer {
        right: 2%;
        width: 30%;
    }

    .cards-grid,
    .steps,
    .footer-grid {
        grid-template-columns: 1fr 1fr;
    }

    .cta-panel,
    .footer-bottom {
        align-items: flex-start;
        flex-direction: column;
    }

}

@media (max-width: 640px) {
    body {
        font-size: 16px;
    }

    h1 {
        font-size: 42px;
    }

    h2 {
        font-size: 34px;
    }

    h3 {
        font-size: 24px;
    }

    .container {
        padding-right: 16px;
        padding-left: 16px;
    }

    .brand strong {
        font-size: 17px;
    }

    .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;
    }

    .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: 8px;
        margin-left: 0;
    }

    .portrait-slice {
        opacity: .72;
    }

    .portrait-slice-norway {
        left: 0;
        top: 18px;
        width: 48%;
        height: 180px;
    }

    .portrait-slice-prayer {
        right: 0;
        top: 76px;
        width: 36%;
        height: 230px;
    }

    .portrait-slice-online {
        left: 8%;
        bottom: 16px;
        width: 44%;
        height: 150px;
    }

    .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;
    }
}
