:root {
    --site-ink: #111827;
    --site-muted: #526071;
    --site-border: #d9e0e7;
    --site-surface: #f5f7f8;
    --site-brand: #087f73;
    --site-brand-dark: #065f57;
    --site-accent: #d5a435;
    --visitor-gutter: 20px;
}

html,
body {
    max-width: 100%;
    overflow-x: clip;
}

body.site-body {
    background: #fff;
    color: var(--site-ink);
}

.site-body .visitor-shell {
    box-sizing: border-box;
    width: 100%;
    max-width: 1480px !important;
    margin-inline: auto;
    padding-inline: var(--visitor-gutter) !important;
}

.site-body .visitor-gutter {
    box-sizing: border-box;
    padding-inline: var(--visitor-gutter) !important;
}

.site-body h1,
.site-body h2,
.site-body h3,
.site-body h4 {
    letter-spacing: 0 !important;
    overflow-wrap: anywhere;
}

.site-body :focus-visible {
    outline: 3px solid #22d3ee;
    outline-offset: 3px;
}

.site-header,
.site-header--overlay {
    background: linear-gradient(180deg, rgb(17 24 39 / 82%), rgb(17 24 39 / 68%));
    border-bottom-color: rgb(255 255 255 / 14%);
    box-shadow: inset 0 1px 0 rgb(255 255 255 / 12%), 0 12px 32px rgb(0 0 0 / 12%);
    backdrop-filter: blur(18px) saturate(135%);
}

.site-header.site-header--scrolled {
    background: rgb(255 255 255 / 97%);
}

.site-header:not(.site-header--scrolled) .site-header__brand,
.site-header:not(.site-header--scrolled) .site-header__desktop-link {
    color: #fff !important;
}

.site-header.site-header--scrolled .site-header__brand,
.site-header.site-header--scrolled .site-header__desktop-link {
    color: #374151 !important;
}

.site-header .site-header__desktop-link[type="button"] {
    min-height: auto;
    width: auto;
    border: 0;
    background: transparent;
    padding: 8px 16px;
}

.site-header:not(.site-header--scrolled) .site-header__desktop-link:hover {
    background: rgb(255 255 255 / 15%);
}

.site-header.site-header--scrolled .site-header__desktop-link:hover {
    background: #f1f5f9;
    color: #111827 !important;
}

.site-header nav a,
.site-header nav button,
.site-header .site-header-cta {
    border-radius: 6px !important;
    box-shadow: none !important;
}

.site-header .nav-icon-button {
    min-height: 40px;
    width: 40px;
    padding: 0;
    border-radius: 6px;
    box-shadow: none;
}

.site-header .site-header-cta {
    background: var(--site-brand);
}

.site-header .site-header-cta:hover {
    background: var(--site-brand-dark);
}

.home-hero-refresh {
    position: relative;
    min-height: min(760px, 88svh);
    overflow: hidden;
    background: #18212d;
}

.home-hero-refresh__image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center 42%;
}

.home-hero-refresh__slides,
.home-hero-refresh__slide {
    position: absolute;
    inset: 0;
    margin: 0;
}

.home-hero-refresh__slide {
    opacity: 0;
    transform: scale(1.025);
    transition: opacity 900ms ease, transform 6500ms ease;
    pointer-events: none;
}

.home-hero-refresh__slide.is-active {
    z-index: 1;
    opacity: 1;
    transform: scale(1);
}

.home-hero-refresh__overlay {
    position: absolute;
    inset: 0;
    z-index: 2;
    background: linear-gradient(90deg, rgb(8 15 25 / 88%) 0%, rgb(8 15 25 / 65%) 48%, rgb(8 15 25 / 20%) 100%);
}

.home-hero-refresh__inner {
    position: relative;
    z-index: 3;
    display: flex;
    min-height: min(760px, 88svh);
    width: min(100%, 1480px);
    margin-inline: auto;
    align-items: center;
    padding: 112px 40px 72px;
    padding-inline: var(--visitor-gutter);
}

.home-hero-refresh__glass {
    position: relative;
    width: min(100%, 820px);
    overflow: hidden;
    border: 1px solid rgb(255 255 255 / 24%);
    border-radius: 8px;
    background: linear-gradient(135deg, rgb(255 255 255 / 16%), rgb(255 255 255 / 7%));
    box-shadow: inset 0 1px 0 rgb(255 255 255 / 24%), 0 24px 70px rgb(0 0 0 / 25%);
    backdrop-filter: blur(16px) saturate(125%);
    padding: 32px;
}

.home-hero-refresh__content {
    width: min(100%, 760px);
    min-width: 0;
}

.home-hero-refresh__eyebrow {
    margin: 0 0 18px;
    color: #99f6e4 !important;
    font-size: 12px;
    font-weight: 800;
    letter-spacing: .16em;
    text-transform: uppercase;
}

.home-hero-refresh__title {
    margin: 0;
    max-width: 740px;
    color: #fff !important;
    font-size: 64px;
    line-height: 1.02;
}

.home-hero-refresh__lead {
    max-width: 650px;
    margin: 24px 0 0;
    color: #e5e7eb !important;
    font-size: 18px;
    line-height: 1.75;
}

.home-hero-refresh__actions {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-top: 30px;
}

.action-link {
    display: inline-flex;
    min-height: 48px;
    align-items: center;
    justify-content: center;
    border: 1px solid transparent;
    border-radius: 6px;
    padding: 12px 20px;
    font-size: 14px;
    font-weight: 800;
    text-decoration: none;
}

.action-link--primary {
    background: #fff;
    color: var(--site-ink);
}

.action-link--primary:hover {
    background: #ecfeff;
}

.action-link--secondary {
    border-color: rgb(255 255 255 / 55%);
    background: rgb(255 255 255 / 10%);
    color: #fff;
}

.action-link--secondary:hover {
    background: #fff;
    color: var(--site-ink);
}

.home-hero-refresh__facts {
    display: flex;
    flex-wrap: wrap;
    gap: 10px 24px;
    margin-top: 32px;
    padding-top: 20px;
    border-top: 1px solid rgb(255 255 255 / 24%);
    color: #d1d5db;
    font-size: 13px;
    line-height: 1.6;
}

.home-hero-refresh__controls {
    display: flex;
    align-items: center;
    gap: 8px;
    margin-top: 24px;
}

.home-hero-refresh .home-hero-refresh__arrow,
.home-hero-refresh .home-hero-refresh__toggle {
    display: inline-flex;
    flex: 0 0 40px;
    width: 40px;
    min-height: 40px;
    height: 40px;
    align-items: center;
    justify-content: center;
    margin: 0;
    border: 1px solid rgb(255 255 255 / 30%);
    border-radius: 50%;
    background: rgb(9 17 28 / 36%);
    color: #fff;
    padding: 0;
    box-shadow: none;
    font-size: 16px;
    line-height: 1;
    transform: none;
}

.home-hero-refresh .home-hero-refresh__arrow:hover,
.home-hero-refresh .home-hero-refresh__toggle:hover {
    border-color: rgb(255 255 255 / 70%);
    background: rgb(255 255 255 / 18%);
    box-shadow: none;
    transform: none;
}

.home-hero-refresh__dots {
    display: flex;
    align-items: center;
    gap: 8px;
    padding-inline: 4px;
}

.home-hero-refresh .home-hero-refresh__dot {
    display: block;
    flex: 0 0 9px;
    width: 9px;
    min-height: 9px;
    height: 9px;
    margin: 0;
    border: 1px solid rgb(255 255 255 / 72%);
    border-radius: 50%;
    background: transparent;
    padding: 0;
    box-shadow: none;
    transform: none;
}

.home-hero-refresh .home-hero-refresh__dot[aria-current="true"] {
    background: #fff;
    box-shadow: 0 0 0 3px rgb(255 255 255 / 18%);
}

.home-hero-refresh .home-hero-refresh__dot:hover {
    border-color: #fff;
    background: rgb(255 255 255 / 55%);
    box-shadow: none;
    transform: none;
}

.content-page-shell {
    min-height: 70vh;
    box-sizing: border-box;
    width: min(100%, 1480px);
    margin-inline: auto;
    padding: 116px var(--visitor-gutter) 64px;
}

.content-page-shell .card,
.site-body .card {
    border: 1px solid var(--site-border);
    border-radius: 8px !important;
    background: #fff;
    box-shadow: 0 10px 30px rgb(17 24 39 / 7%);
    backdrop-filter: none;
}

.content-page-shell .card:hover,
.site-body .card:hover {
    transform: none;
}

.content-index-header {
    margin-bottom: 32px;
    padding: 36px 0;
    border-bottom: 1px solid var(--site-border);
}

.content-index-header__eyebrow {
    margin: 0 0 12px;
    color: var(--site-brand) !important;
    font-size: 12px;
    font-weight: 800;
    letter-spacing: .14em;
    text-transform: uppercase;
}

.content-index-header h1 {
    margin: 0;
    max-width: 900px;
    color: var(--site-ink);
    font-size: 52px;
    line-height: 1.08;
}

.content-index-header p:last-child {
    max-width: 760px;
    margin-top: 14px;
    color: var(--site-muted);
    font-size: 17px;
    line-height: 1.7;
}

.content-card-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 24px;
}

.content-card-grid .card {
    margin: 0;
}

.site-body article.rounded-3xl,
.site-body article.rounded-2xl,
.site-body aside.rounded-3xl,
.site-body aside.rounded-2xl {
    border-radius: 8px !important;
}

.site-footer {
    position: relative;
    border-top: 0;
}

.home-prayer-cta {
    background: linear-gradient(110deg, #fef3c7, #fce7f3, #e0e7ff, #cffafe) !important;
    background-size: 300% 300% !important;
    animation: prayer-cta-colors 10s ease-in-out infinite;
}

.home-prayer-cta__title {
    color: #312e81 !important;
    animation: prayer-cta-content .7s ease-out both;
}

.home-prayer-cta__button {
    color: #fff !important;
    background: linear-gradient(135deg, #2563eb, #0ea5e9) !important;
    box-shadow: 0 8px 24px rgb(37 99 235 / 22%);
    animation: prayer-cta-content .7s .14s ease-out both;
}

@keyframes prayer-cta-colors {
    0%, 100% { background-position: 0% 50%; }
    50% { background-position: 100% 50%; }
}

@keyframes prayer-cta-content {
    from {
        opacity: 0;
        transform: translateY(12px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@media (prefers-reduced-motion: reduce) {
    .home-prayer-cta,
    .home-prayer-cta__title,
    .home-prayer-cta__button {
        animation: none;
    }
}

.site-body .visitor-dark-band__title {
    color: #fff !important;
}

.daily-prayer {
    border-block: 1px solid var(--site-border);
    background: #f5f7f8;
}

.daily-prayer__layout {
    display: grid;
    grid-template-columns: minmax(260px, .7fr) minmax(0, 1.3fr);
    gap: 64px;
    align-items: start;
    padding-block: 80px;
}

.daily-prayer__eyebrow {
    margin: 0 0 14px;
    color: var(--site-brand) !important;
    font-size: 12px;
    font-weight: 800;
    letter-spacing: .14em;
    text-transform: uppercase;
}

.daily-prayer__title {
    margin: 0;
    color: var(--site-ink) !important;
    font-size: 46px;
    line-height: 1.08;
}

.daily-prayer__date {
    display: block;
    margin-top: 18px;
    color: var(--site-muted);
    font-size: 14px;
    font-weight: 700;
}

.daily-prayer__content {
    border-left: 4px solid var(--site-accent);
    padding-left: 32px;
}

.daily-prayer__text {
    margin: 0;
    color: #1e40af !important;
    font-size: 18px;
    font-style: italic;
    line-height: 1.9;
}

.daily-prayer__scripture {
    margin: 28px 0 0;
    padding-top: 24px;
    border-top: 1px solid var(--site-border);
}

.daily-prayer__scripture blockquote,
.daily-prayer__scripture p {
    margin: 0;
}

.daily-prayer__scripture p {
    color: var(--site-ink) !important;
    font-family: "Instrument Serif", Georgia, serif;
    font-size: 25px;
    line-height: 1.55;
}

.daily-prayer__scripture figcaption {
    margin-top: 12px;
    color: var(--site-brand);
    font-size: 13px;
    font-weight: 800;
}

.daily-prayer__scripture figcaption span {
    color: var(--site-muted);
    font-weight: 600;
}

.site-footer::before {
    position: absolute;
    inset: 0 0 auto;
    height: 4px;
    background: linear-gradient(90deg, var(--site-brand), var(--site-accent), var(--site-brand));
    background-size: 220% 100%;
    content: "";
    animation: site-footer-line 7s linear infinite;
}

@keyframes site-footer-line {
    from {
        background-position: 0 50%;
    }

    to {
        background-position: 220% 50%;
    }
}

.page-hero-refresh {
    min-height: 560px;
}

.page-hero-refresh__image {
    object-position: center;
}

.page-hero-refresh__inner {
    min-height: 560px;
    align-items: center !important;
    padding-top: 112px !important;
    padding-bottom: 64px !important;
    padding-inline: var(--visitor-gutter) !important;
}

@media (min-width: 640px) {
    :root {
        --visitor-gutter: 32px;
    }
}

@media (min-width: 1024px) {
    :root {
        --visitor-gutter: 40px;
    }
}

.page-hero-refresh__content {
    width: min(100%, 820px);
    min-width: 0;
}

.page-hero-refresh__title {
    max-width: 100%;
    font-size: 60px !important;
    line-height: 1.04 !important;
}

.page-hero-refresh__actions a {
    border-radius: 6px !important;
}

@media (max-width: 767px) {
    .site-header--overlay {
        background: rgb(17 24 39 / 96%);
    }

    .home-hero-refresh,
    .home-hero-refresh__inner {
        min-height: 650px;
    }

    .home-hero-refresh__image {
        object-position: 58% center;
    }

    .home-hero-refresh__overlay {
        background: linear-gradient(180deg, rgb(8 15 25 / 74%) 0%, rgb(8 15 25 / 82%) 58%, rgb(8 15 25 / 94%) 100%);
    }

    .home-hero-refresh__inner {
        align-items: flex-end;
        padding: 112px 20px 48px;
        padding-inline: var(--visitor-gutter);
    }

    .home-hero-refresh__glass {
        width: calc(100vw - 40px);
        max-width: calc(100vw - 40px);
        padding: 24px 20px;
    }

    .home-hero-refresh__content {
        width: calc(100vw - 40px);
        max-width: calc(100vw - 40px);
        box-sizing: border-box;
    }

    .home-hero-refresh__title {
        max-width: 100%;
        font-size: 42px;
        line-height: 1.04;
    }

    .home-hero-refresh__lead {
        margin-top: 18px;
        font-size: 16px;
        line-height: 1.65;
    }

    .home-hero-refresh__actions {
        display: grid;
        grid-template-columns: 1fr;
        width: 100%;
        margin-top: 24px;
        max-width: 100%;
    }

    .action-link {
        width: 100%;
        max-width: 100%;
        box-sizing: border-box;
    }

    .home-hero-refresh__facts {
        display: grid;
        gap: 6px;
        margin-top: 24px;
    }

    .home-hero-refresh__controls {
        flex-wrap: wrap;
        margin-top: 20px;
    }

    .daily-prayer__layout {
        grid-template-columns: 1fr;
        gap: 32px;
        padding-block: 56px;
    }

    .daily-prayer__title {
        font-size: 38px;
    }

    .daily-prayer__content {
        border-top: 4px solid var(--site-accent);
        border-left: 0;
        padding-top: 24px;
        padding-left: 0;
    }

    .daily-prayer__text {
        font-size: 17px;
    }

    .daily-prayer__scripture p {
        font-size: 22px;
    }

    .content-page-shell {
        padding: 104px var(--visitor-gutter) 48px;
    }

    .content-index-header {
        margin-bottom: 24px;
        padding: 24px 0;
    }

    .content-index-header h1 {
        font-size: 40px;
    }

    .content-card-grid {
        grid-template-columns: 1fr;
        gap: 16px;
    }

    .page-hero-refresh,
    .page-hero-refresh__inner {
        min-height: 500px;
    }

    .page-hero-refresh__inner {
        align-items: flex-end !important;
        padding: 112px 20px 52px !important;
        padding-inline: var(--visitor-gutter) !important;
    }

    .page-hero-refresh__title {
        font-size: 38px !important;
        line-height: 1.08 !important;
    }

    .page-hero-refresh__content > p {
        max-width: 100%;
    }

    .page-hero-refresh__content {
        width: calc(100vw - 40px);
        max-width: calc(100vw - 40px);
        box-sizing: border-box;
    }

    .page-hero-refresh__actions {
        display: grid !important;
        grid-template-columns: 1fr;
        width: 100%;
    }

    .page-hero-refresh__actions a {
        width: 100%;
        justify-content: center;
    }
}

@media (prefers-reduced-motion: reduce) {
    *,
    *::before,
    *::after {
        scroll-behavior: auto !important;
        animation-duration: .01ms !important;
        animation-iteration-count: 1 !important;
        transition-duration: .01ms !important;
    }

    .home-hero-refresh__slide {
        transform: none;
    }

    .site-footer::before {
        animation: none;
        background-position: 50% 50%;
    }
}
