:root {
            --navy: #003b70;
            --navy-2: #06264a;
            --navy-3: #071832;
            --gold: #f7ba3d;
            --gold-2: #ffd978;
            --cream: #fff6e3;
            --paper: #ffffff;
            --soft: #f5f8fc;
            --ink: #102033;
            --muted: #5d6b7d;
            --line: rgba(0, 59, 112, 0.14);
            --shadow: 0 24px 70px rgba(0, 59, 112, 0.14);
            --radius: 26px;
            --max: 1140px;
        }

        * { box-sizing: border-box; }

        html { scroll-behavior: smooth; }

        body {
            margin: 0;
            font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
            color: var(--ink);
            background: var(--paper);
            line-height: 1.6;
            text-rendering: geometricPrecision;
        }

        a { color: inherit; }

        .skip-link {
            position: absolute;
            left: 1rem;
            top: -4rem;
            z-index: 50;
            padding: 0.75rem 1rem;
            border-radius: 999px;
            background: var(--paper);
            color: var(--navy);
            transition: top 180ms ease;
        }

        .skip-link:focus { top: 1rem; }

        .wrap {
            width: min(calc(100% - 2rem), var(--max));
            margin-inline: auto;
        }

        .nav {
            position: sticky;
            top: 0;
            z-index: 20;
            background: rgba(255, 255, 255, 0.92);
            backdrop-filter: blur(18px);
            border-bottom: 1px solid var(--line);
        }

        .nav__inner {
            min-height: 78px;
            display: flex;
            align-items: center;
            justify-content: space-between;
            gap: 1rem;
        }

        .brand {
            display: inline-flex;
            align-items: center;
            gap: 0.75rem;
            color: var(--navy);
            text-decoration: none;
            font-weight: 950;
            letter-spacing: -0.045em;
        }

        .brand__logo {
            display: block;
            width: auto;
            max-width: 152px;
            max-height: 64px;
            height: auto;
            object-fit: contain;
        }

        .brand__fallback {
            display: inline-grid;
            place-items: center;
            width: 46px;
            height: 46px;
            border-radius: 15px;
            color: var(--gold);
            background: var(--navy);
            box-shadow: 0 14px 34px rgba(0,59,112,.16);
        }

        .brand small {
            display: block;
            margin-top: .12rem;
            color: var(--muted);
            font-size: .72rem;
            font-weight: 850;
            letter-spacing: .14em;
            text-transform: uppercase;
        }

        .nav__links {
            display: flex;
            align-items: center;
            gap: 1rem;
            font-size: .95rem;
            font-weight: 850;
        }

        .nav__links a { text-decoration: none; }

        .nav__links a:not(.button) {
            color: var(--navy);
            opacity: .78;
        }

        .nav__links a:not(.button):hover,
        .nav__links a:not(.button):focus {
            opacity: 1;
            color: var(--navy-2);
        }

        .button {
            display: inline-flex;
            align-items: center;
            justify-content: center;
            min-height: 46px;
            padding: .76rem 1rem;
            border-radius: 999px;
            border: 1px solid transparent;
            text-decoration: none;
            font-weight: 950;
            transition: transform 180ms ease, background 180ms ease, box-shadow 180ms ease, border-color 180ms ease;
        }

        .button:hover,
        .button:focus { transform: translateY(-2px); }

        .button--primary {
            color: var(--navy-2);
            background: linear-gradient(135deg, var(--gold-2), var(--gold));
            box-shadow: 0 16px 34px rgba(247,186,61,.28);
        }

        .button--primary:hover,
        .button--primary:focus { background: var(--gold); }

        .button--navy {
            color: #fff;
            background: linear-gradient(135deg, var(--navy), var(--navy-2));
            box-shadow: 0 16px 34px rgba(0,59,112,.24);
        }

        .button--light {
            color: var(--navy);
            background: var(--paper);
            border-color: rgba(255,255,255,.32);
        }

        .button--ghost {
            color: #fff;
            border-color: rgba(255,255,255,.34);
            background: rgba(255,255,255,.10);
        }

        .hero {
            position: relative;
            isolation: isolate;
            color: #fff;
            background:
                radial-gradient(circle at 82% 20%, rgba(247, 186, 61, 0.82), transparent 28rem),
                radial-gradient(circle at 8% 88%, rgba(255, 246, 227, 0.12), transparent 28rem),
                linear-gradient(135deg, var(--navy-3) 0%, var(--navy) 54%, var(--navy-2) 100%);
            overflow: hidden;
        }

        .hero::before {
            content: "";
            position: absolute;
            inset: 0;
            z-index: -1;
            background-image:
                linear-gradient(rgba(255,255,255,.055) 1px, transparent 1px),
                linear-gradient(90deg, rgba(255,255,255,.055) 1px, transparent 1px);
            background-size: 76px 76px;
            mask-image: linear-gradient(to bottom, rgba(0,0,0,.84), transparent 86%);
        }

        .hero__inner {
            min-height: 690px;
            display: grid;
            grid-template-columns: minmax(0, 1.04fr) minmax(320px, .96fr);
            align-items: center;
            gap: clamp(2rem, 7vw, 5rem);
            padding-block: clamp(4rem, 9vw, 7.4rem);
        }

        .eyebrow {
            margin: 0 0 1rem;
            color: var(--gold);
            font-size: .78rem;
            font-weight: 950;
            letter-spacing: .22em;
            text-transform: uppercase;
        }

        .hero .eyebrow { color: rgba(255,255,255,.84); }

        h1, h2, h3, p { margin-top: 0; }

        h1 {
            max-width: 860px;
            margin-bottom: 1.45rem;
            font-size: clamp(3.1rem, 8vw, 6.6rem);
            line-height: .94;
            letter-spacing: -.078em;
        }

        .hero__lead {
            max-width: 720px;
            color: rgba(255,255,255,.88);
            font-size: clamp(1.08rem, 2vw, 1.28rem);
        }

        .hero__actions {
            display: flex;
            flex-wrap: wrap;
            gap: .85rem;
            margin-top: 2rem;
        }

        .hero-card {
            padding: clamp(1.45rem, 4vw, 2.4rem);
            border-radius: var(--radius);
            color: var(--navy);
            background: rgba(255, 255, 255, .96);
            border: 1px solid rgba(255,255,255,.42);
            box-shadow: var(--shadow);
        }

        .hero-card__logo {
            display: block;
            width: min(100%, 260px);
            height: auto;
            margin: 0 auto 1.4rem;
            filter: drop-shadow(0 12px 28px rgba(0, 59, 112, 0.16));
        }

        .hero-card .eyebrow { color: var(--navy); }

        .hero-card h2 {
            margin-bottom: 1rem;
            font-size: clamp(1.9rem, 3.7vw, 2.8rem);
            line-height: 1.02;
            letter-spacing: -.065em;
        }

        .hero-card p { color: var(--muted); }

        .hero-card__list {
            display: grid;
            gap: .72rem;
            margin: 1.3rem 0 0;
            padding: 0;
            list-style: none;
        }

        .hero-card__list li {
            display: flex;
            align-items: flex-start;
            gap: .62rem;
            color: var(--navy);
            font-weight: 780;
        }

        .hero-card__list li::before {
            content: "";
            width: .55rem;
            height: .55rem;
            flex: 0 0 auto;
            margin-top: .5rem;
            border-radius: 999px;
            background: var(--gold);
            box-shadow: 0 0 0 5px rgba(247,186,61,.22);
        }

        .section { padding-block: clamp(4rem, 8vw, 6.5rem); }

        .section--soft { background: var(--soft); }

        .section--cream { background: var(--cream); }

        .section__header {
            max-width: 820px;
            margin-bottom: clamp(2rem,5vw,3.2rem);
        }

        .section__header--centre {
            margin-inline: auto;
            text-align: center;
        }

        h2 {
            margin-bottom: 1rem;
            color: var(--navy);
            font-size: clamp(2.2rem,5vw,4rem);
            line-height: 1;
            letter-spacing: -.066em;
        }

        .section__header p {
            color: var(--muted);
            font-size: 1.08rem;
        }

        .grid {
            display: grid;
            gap: 1rem;
        }

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

        .card,
        .listen-card,
        .radio-feature-card,
        .schedule-card,
        .widget-card,
        .faq-card {
            padding: 1.35rem;
            border: 1px solid var(--line);
            background: var(--paper);
            box-shadow: 0 12px 34px rgba(0,59,112,.06);
            border-radius: 22px;
        }

        .card h3,
        .listen-card h3,
        .radio-feature-card h3,
        .schedule-card h3,
        .widget-card h3,
        .faq-card h3 {
            margin-bottom: .55rem;
            color: var(--navy);
            line-height: 1.12;
            letter-spacing: -.04em;
        }

        .card p,
        .listen-card p,
        .radio-feature-card p,
        .schedule-card p,
        .widget-card p,
        .faq-card p {
            margin-bottom: 0;
            color: var(--muted);
        }

        .listen-card {
            display: flex;
            flex-direction: column;
            min-height: 100%;
            text-decoration: none;
            transition: transform 180ms ease, box-shadow 180ms ease, border-color 180ms ease;
        }

        .listen-card:hover,
        .listen-card:focus {
            transform: translateY(-5px);
            border-color: rgba(0,59,112,.32);
            box-shadow: var(--shadow);
            outline: none;
        }

        .card-action {
            display: flex;
            justify-content: space-between;
            align-items: center;
            gap: 1rem;
            margin-top: auto;
            padding-top: 1rem;
            border-top: 1px solid var(--line);
            color: var(--navy);
            font-weight: 950;
        }

        .card-action span:last-child {
            color: var(--gold);
            font-size: 1.25rem;
            transition: transform 180ms ease;
        }

        .listen-card:hover .card-action span:last-child,
        .listen-card:focus .card-action span:last-child {
            transform: translateX(4px);
        }

        .radio-panel {
            display: grid;
            grid-template-columns: minmax(0,.9fr) minmax(0,1.1fr);
            gap: clamp(1.5rem,5vw,4rem);
            align-items: center;
        }

        .panel {
            padding: clamp(1.5rem,4vw,2.6rem);
            border-radius: calc(var(--radius) + 6px);
            color: #fff;
            background:
                radial-gradient(circle at 84% 20%, rgba(247,186,61,.72), transparent 28rem),
                linear-gradient(135deg,var(--navy-3),var(--navy));
            box-shadow: var(--shadow);
        }

        .panel h2 { color:#fff; }
        .panel p { color:rgba(255,255,255,.84); }
        .panel .eyebrow { color:rgba(255,255,255,.84); }

        .player-wrap {
            overflow: hidden;
            border-radius: var(--radius);
            background: #fff;
            border: 1px solid var(--line);
            box-shadow: var(--shadow);
        }

        .player-wrap iframe {
            display: block;
            width: 100%;
            height: 330px;
            border: 0;
        }

        .radio-feature-card {
            border-left: 4px solid var(--gold);
        }

        .schedule-grid {
            display: grid;
            grid-template-columns: repeat(2, minmax(0, 1fr));
            gap: 1rem;
        }

        .schedule-card iframe {
            display: block;
            width: 100%;
            height: 350px;
            border: 0;
            overflow: hidden;
            border-radius: 16px;
            background: #fff;
        }

        .radio-live-grid {
            display: grid;
            grid-template-columns: minmax(260px, 0.75fr) minmax(0, 1.25fr);
            gap: 1rem;
            align-items: stretch;
        }

        .widget-card {
            min-height: 100%;
            overflow: hidden;
        }

        .widget-card .mcp-widget,
        .widget-card [data-widget] {
            margin-top: 0.85rem;
        }

        .now-playing-shell {
            display: grid;
            place-items: center;
            min-height: 170px;
        }

        .widget-note {
            margin-top: 0.85rem;
            color: var(--muted);
            font-size: 0.94rem;
        }

        .scripture {
            padding: clamp(1.5rem,4vw,2.4rem);
            border-radius: var(--radius);
            background: linear-gradient(135deg, var(--cream), #ffffff);
            border: 1px solid var(--line);
            box-shadow: 0 12px 34px rgba(0,59,112,.06);
        }

        .scripture blockquote {
            margin: 0;
            color: var(--navy);
            font-size: clamp(1.35rem, 3vw, 2rem);
            line-height: 1.18;
            letter-spacing: -.04em;
            font-weight: 900;
        }

        .scripture cite {
            display: block;
            margin-top: 1rem;
            color: var(--muted);
            font-style: normal;
            font-weight: 800;
        }

        .cta {
            color:#fff;
            background:
                radial-gradient(circle at 82% 22%, rgba(247,186,61,.72), transparent 30rem),
                linear-gradient(135deg,var(--navy-3),var(--navy));
            text-align:center;
        }

        .cta h2 { color:#fff; }

        .cta p {
            max-width:760px;
            margin-inline:auto;
            color:rgba(255,255,255,.84);
            font-size:1.08rem;
        }

        .cta__actions {
            display:flex;
            justify-content:center;
            flex-wrap:wrap;
            gap:.85rem;
            margin-top:1.6rem;
        }

        .footer {
            background: var(--navy-3);
            color: rgba(255,255,255,.78);
            padding-block: 2rem;
            font-size: .95rem;
        }

        .footer__inner {
            display: flex;
            align-items: center;
            justify-content: space-between;
            flex-wrap: wrap;
            gap: 1rem;
        }

        .footer__links {
            display: flex;
            flex-wrap: wrap;
            gap: 1rem;
        }

        .footer a {
            color: #fff;
            text-decoration: none;
            font-weight: 820;
        }

        @media (max-width: 1060px) {
            .grid--4 { grid-template-columns: repeat(2, minmax(0, 1fr)); }
        }

        @media (max-width: 940px) {
            .hero__inner,
            .radio-panel,
            .radio-live-grid,
            .schedule-grid { grid-template-columns: 1fr; }

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

        @media (max-width: 720px) {
            .nav__links a:not(.button) { display: none; }

            .brand small { display: none; }

            .brand__logo {
                max-width: 128px;
                max-height: 54px;
            }

            .hero__inner { min-height: auto; }

            .grid--2,
            .grid--4 { grid-template-columns: 1fr; }

            h1 { font-size: clamp(3rem,16vw,4.7rem); }

            .player-wrap iframe { height: 310px; }
        }

        @media (prefers-reduced-motion: reduce) {
            *, *::before, *::after {
                animation-duration: .01ms !important;
                animation-iteration-count: 1 !important;
                scroll-behavior: auto !important;
                transition-duration: .01ms !important;
            }
        }
/* Shared tidy-up layer for consistent management across the CJG sites. */
.visually-hidden {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
}

.nav__toggle {
    display: none;
    align-items: center;
    justify-content: center;
    width: 46px;
    height: 46px;
    border: 1px solid var(--line, rgba(17, 24, 39, .14));
    border-radius: 999px;
    color: var(--navy, var(--ink, #111827));
    background: var(--paper, #fff);
    box-shadow: 0 10px 26px rgba(17, 24, 39, .08);
    cursor: pointer;
}

.nav__toggle-icon,
.nav__toggle-icon::before,
.nav__toggle-icon::after {
    display: block;
    width: 18px;
    height: 2px;
    border-radius: 999px;
    background: currentColor;
    transition: transform 180ms ease, opacity 180ms ease;
}

.nav__toggle-icon {
    position: relative;
}

.nav__toggle-icon::before,
.nav__toggle-icon::after {
    content: "";
    position: absolute;
    left: 0;
}

.nav__toggle-icon::before {
    transform: translateY(-6px);
}

.nav__toggle-icon::after {
    transform: translateY(6px);
}

.nav__toggle[aria-expanded="true"] .nav__toggle-icon {
    transform: rotate(45deg);
}

.nav__toggle[aria-expanded="true"] .nav__toggle-icon::before {
    opacity: 0;
}

.nav__toggle[aria-expanded="true"] .nav__toggle-icon::after {
    transform: rotate(90deg);
}

.nav a:focus-visible,
.button:focus-visible,
.nav__toggle:focus-visible {
    outline: 3px solid color-mix(in srgb, var(--primary, var(--gold, #f0b441)) 72%, white);
    outline-offset: 3px;
}

.not-found {
    min-height: 62vh;
    display: grid;
    align-items: center;
}

.not-found h1 {
    color: var(--navy, var(--ink, #111827));
    font-size: clamp(2.4rem, 7vw, 4.6rem);
    line-height: 1;
}

.not-found__actions {
    display: flex;
    justify-content: center;
    margin-top: 1.5rem;
}

@media (max-width: 760px) {
    .nav__inner {
        position: relative;
    }

    .nav__toggle {
        display: inline-flex;
        flex: 0 0 auto;
    }

    .nav__links {
        position: absolute;
        top: calc(100% + .75rem);
        left: 0;
        right: 0;
        z-index: 40;
        display: none !important;
        flex-direction: column;
        align-items: stretch;
        gap: .45rem;
        padding: 1rem;
        border: 1px solid var(--line, rgba(17, 24, 39, .14));
        border-radius: min(var(--radius, 22px), 22px);
        background: var(--paper, #fff);
        box-shadow: var(--shadow, 0 22px 60px rgba(17, 24, 39, .16));
    }

    .nav__links.is-open {
        display: flex !important;
    }

    .nav__links a:not(.button) {
        display: flex !important;
        width: 100%;
        min-height: 44px;
        align-items: center;
        justify-content: center;
        padding: .65rem .8rem;
        border-radius: 999px;
        color: var(--navy, var(--ink, #111827));
        opacity: 1;
    }

    .nav__links .button {
        width: 100%;
        justify-content: center;
    }
}
.u-mt-sm {
    margin-top: .85rem;
}

.u-mt {
    margin-top: 1rem;
}

.u-mt-lg {
    margin-top: 1.2rem;
}

.cta__actions--start {
    justify-content: flex-start;
}

.radio-cover-widget {
    height: 150px;
}
/* Standard brand, menu and footer refinements. */
.brand__logo {
    display: block;
    width: auto;
    max-width: min(220px, 54vw);
    max-height: 58px;
    height: auto;
    object-fit: contain;
}

.footer__inner {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 1rem 2rem;
}

.footer__legal {
    display: grid;
    justify-items: center;
    gap: .28rem;
    min-width: min(100%, 330px);
    text-align: center;
}

.footer__legal-main {
    color: #fff;
    font-weight: 850;
}

.footer__group {
    color: rgba(255, 255, 255, .72);
    font-size: .92rem;
}

.footer__links {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    flex-wrap: wrap;
    gap: .75rem 1.05rem;
    margin-left: auto;
    text-align: right;
}

.footer__links a,
.footer__group a {
    color: #fff;
    text-decoration: none;
    font-weight: 850;
}

.footer__links a:hover,
.footer__links a:focus,
.footer__group a:hover,
.footer__group a:focus {
    text-decoration: underline;
    text-underline-offset: .22em;
}

@media (max-width: 760px) {
    .brand__logo {
        max-width: min(180px, 52vw);
        max-height: 52px;
    }

    .footer__inner,
    .footer__links {
        justify-content: center;
        text-align: center;
    }

    .footer__links {
        margin-left: 0;
    }
}
.footer__right {
    display: grid;
    justify-items: center;
    gap: .42rem;
    margin-left: auto;
}

.footer__right .footer__links {
    justify-content: center;
    margin-left: 0;
    text-align: center;
}

.footer__hosted {
    color: rgba(255, 255, 255, .72);
    font-size: .92rem;
    text-align: center;
}

.footer__vat {
    margin-top: 1rem;
    padding-top: 1rem;
    border-top: 1px solid rgba(255, 255, 255, .14);
    color: rgba(255, 255, 255, .7);
    font-size: .9rem;
    font-weight: 760;
    text-align: center;
}

.footer__hosted a {
    color: #fff;
    text-decoration: none;
    font-weight: 850;
}

.footer__hosted a:hover,
.footer__hosted a:focus {
    text-decoration: underline;
    text-underline-offset: .22em;
}

@media (max-width: 760px) {
    .footer__right {
        margin-left: 0;
        width: 100%;
    }
}
