@import url('https://fonts.googleapis.com/css2?family=Libre+Franklin:wght@400;500;600;700;800&family=Source+Serif+4:ital,opsz,wght@0,8..60,600;0,8..60,700;1,8..60,600&display=swap');

:root {
    --old-glory-red: #B31942;
    --old-glory-blue: #0A3161;
    --white: #FFFFFF;
    --paper: #F7F5EF;
    --ink: #191D30;
    --muted: #646678;
    --line: #D9D7D0;
    --font-display: "Source Serif 4", Georgia, serif;
    --font-sans: "Libre Franklin", Arial, sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--white); font-family: var(--font-sans); -webkit-font-smoothing: antialiased; }
h1, h2, h3, p { margin-top: 0; }
h1, h2, h3 { font-family: var(--font-display); }
h1:focus { outline: none; }
a:focus-visible, button:focus-visible { outline: 3px solid var(--old-glory-red); outline-offset: 3px; }

.hero { position: relative; overflow: hidden; color: var(--white); background: var(--old-glory-blue); }
.hero::before { content: ""; position: absolute; inset: 0; opacity: .08; background-image: radial-gradient(circle at 1px 1px, #fff 1px, transparent 0); background-size: 28px 28px; }
.hero-inner { position: relative; width: min(1120px, calc(100% - 40px)); min-height: 660px; margin: 0 auto; display: grid; grid-template-columns: minmax(0,1.15fr) minmax(310px,.85fr); align-items: center; gap: 4rem; padding: 5rem 0 6rem; }
.hero-stripes { position: absolute; width: 320px; height: 100%; right: -90px; top: 0; opacity: .14; background: repeating-linear-gradient(-28deg, transparent 0 34px, #fff 34px 68px, transparent 68px 102px, var(--old-glory-red) 102px 136px); }
.eyebrow { margin-bottom: 1.25rem; font-size: .72rem; font-weight: 800; letter-spacing: .18em; text-transform: uppercase; }
.eyebrow span { margin-right: .55rem; }
.eyebrow-red { color: var(--old-glory-red); }
.hero h1, .page-hero h1 { margin-bottom: 1.5rem; font-size: clamp(3.3rem,6.4vw,5.7rem); line-height: .96; letter-spacing: -.045em; }
.hero h1 em, .page-hero h1 em { color: #dbdbea; font-weight: 600; }
.hero-lede { max-width: 620px; color: rgba(255,255,255,.78); font-size: 1.04rem; line-height: 1.75; }
.hero-actions { margin-top: 2.2rem; display: flex; align-items: center; gap: 1.75rem; }
.button { display: inline-flex; align-items: center; gap: 1.2rem; padding: 1rem 1.2rem; color: var(--white); font-size: .74rem; font-weight: 800; letter-spacing: .08em; text-decoration: none; text-transform: uppercase; }
.button-primary { background: var(--old-glory-red); border: 2px solid var(--old-glory-red); }
.button-primary:hover { color: var(--old-glory-red); background: transparent; }
.button-blue { background: var(--old-glory-blue); border: 2px solid var(--old-glory-blue); }
.button-blue:hover { color: var(--old-glory-blue); background: transparent; }
.text-link { color: var(--white); padding-bottom: .25rem; border-bottom: 1px solid rgba(255,255,255,.45); font-size: .74rem; font-weight: 700; letter-spacing: .03em; text-decoration: none; }
.text-link:hover { border-color: var(--white); }
.text-link-blue { color: var(--old-glory-blue); border-color: rgba(60,59,110,.35); }
.hero-emblem { display: flex; justify-content: center; }
.emblem-ring { width: min(380px,100%); aspect-ratio: 1; display: flex; flex-direction: column; align-items: center; justify-content: space-around; padding: 2.1rem; border: 2px solid rgba(255,255,255,.7); border-radius: 50%; outline: 1px solid rgba(255,255,255,.25); outline-offset: 11px; }
.emblem-stars { font-size: .75rem; letter-spacing: .35em; }
.emblem-center { text-align: center; }
.emblem-center svg { width: 145px; display: block; margin: 0 auto .5rem; color: var(--white); }
.emblem-center strong { display: block; font-family: var(--font-display); font-size: 2rem; letter-spacing: .12em; }
.emblem-center small { display: block; margin-top: .3rem; font-size: .55rem; font-weight: 700; letter-spacing: .2em; text-transform: uppercase; }
.hero-rule { position: absolute; bottom: 1.5rem; left: 50%; transform: translateX(-50%); display: flex; align-items: center; gap: .8rem; color: var(--white); }
.hero-rule span { width: 80px; height: 1px; background: rgba(255,255,255,.4); }
.hero-rule i { font-size: .55rem; font-style: normal; }

.section { padding: 7rem 0; }
.section-inner { width: min(1120px, calc(100% - 40px)); margin: 0 auto; }
.intro { background: var(--paper); }
.intro-grid { display: grid; grid-template-columns: .9fr 1.1fr; gap: 6rem; }
.section h2 { color: var(--old-glory-blue); margin-bottom: 1.5rem; font-size: clamp(2.5rem,4.5vw,4rem); line-height: 1.08; letter-spacing: -.035em; }
.intro-copy { padding-top: .35rem; }
.lead { color: var(--ink); font-family: var(--font-display); font-size: 1.5rem; font-weight: 600; line-height: 1.55; }
.intro-copy > p:not(.lead), .prose > p:not(.lead) { color: var(--muted); line-height: 1.85; }
.intro-copy .text-link { display: inline-block; margin-top: 1rem; }

.founding-section { background: var(--paper); }
.founding-grid { display: grid; grid-template-columns: minmax(0,1fr) 360px; align-items: stretch; gap: 5rem; }
.founding-copy > p:not(.lead) { color: var(--muted); line-height: 1.85; }
.founding-actions { margin-top: 2rem; display: flex; align-items: center; gap: 1.5rem; flex-wrap: wrap; }
.progress-card { position: relative; min-height: 430px; padding: 2.4rem; color: var(--white); background: var(--old-glory-blue); overflow: hidden; }
.progress-card::after { content: ""; position: absolute; inset: auto -70px -90px auto; width: 220px; height: 220px; border: 32px solid rgba(255,255,255,.08); border-radius: 50%; }
.progress-label { display: block; margin-bottom: .75rem; font-size: .68rem; font-weight: 800; letter-spacing: .14em; text-transform: uppercase; }
.progress-card strong { display: block; font-family: var(--font-display); font-size: 3.4rem; line-height: 1; }
.progress-card p { position: relative; z-index: 1; color: rgba(255,255,255,.74); line-height: 1.7; }
.thermometer { position: relative; height: 160px; width: 36px; margin: 2rem 0 1.3rem; background: rgba(255,255,255,.18); border: 2px solid rgba(255,255,255,.55); border-radius: 999px; overflow: hidden; }
.thermometer span { position: absolute; left: 0; right: 0; bottom: 0; min-height: 8px; background: var(--old-glory-red); border-radius: 999px; }
.progress-row { display: flex; justify-content: space-between; gap: 1rem; margin-bottom: 1.4rem; padding-top: 1rem; border-top: 1px solid rgba(255,255,255,.25); font-size: .72rem; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.giving-section { background: var(--white); }
.giving-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 1px; background: var(--line); border: 1px solid var(--line); }
.giving-grid article { min-height: 240px; padding: 2rem; background: var(--white); }
.giving-grid article:nth-child(even) { background: var(--paper); }
.giving-grid span { color: var(--old-glory-red); font-size: .82rem; font-weight: 800; letter-spacing: .14em; text-transform: uppercase; }
.giving-grid h3 { margin: 1.3rem 0 .75rem; color: var(--old-glory-blue); font-size: 1.65rem; }
.giving-grid p { margin: 0; color: var(--muted); line-height: 1.7; }
.impact-section { color: var(--white); background: var(--old-glory-blue); }
.impact-grid { display: grid; grid-template-columns: .85fr 1.15fr; gap: 5rem; }
.impact-section h2 { color: var(--white); }
.impact-list { border-top: 1px solid rgba(255,255,255,.22); }
.impact-list article { display: grid; grid-template-columns: 48px 1fr; gap: 1.25rem; padding: 1.35rem 0; border-bottom: 1px solid rgba(255,255,255,.22); }
.impact-list span { color: rgba(255,255,255,.58); font-size: .72rem; font-weight: 800; letter-spacing: .14em; }
.impact-list p { margin: 0; color: rgba(255,255,255,.76); line-height: 1.7; }
.media-section { background: var(--paper); }
.media-grid { display: grid; grid-template-columns: .7fr .7fr 1.2fr; gap: 1.5rem; align-items: stretch; }
.media-card { min-height: 360px; display: flex; flex-direction: column; justify-content: flex-end; padding: 2rem; color: var(--white); background: var(--old-glory-blue); overflow: hidden; position: relative; }
.media-card::before { content: ""; position: absolute; inset: 0; opacity: .12; background-image: linear-gradient(135deg, #fff 0 12%, transparent 12% 24%, var(--old-glory-red) 24% 36%, transparent 36% 48%); background-size: 120px 120px; }
.photo-card { background: linear-gradient(135deg,var(--old-glory-blue),#123f76); }
.video-card { background: linear-gradient(135deg,var(--old-glory-red),#86102f); }
.media-card span { position: relative; z-index: 1; font-size: .72rem; font-weight: 800; letter-spacing: .14em; text-transform: uppercase; }
.video-card span { width: 70px; height: 70px; display: grid; place-items: center; margin-bottom: 1rem; border: 2px solid rgba(255,255,255,.7); border-radius: 50%; font-size: 1.2rem; letter-spacing: 0; }
.media-card p { position: relative; z-index: 1; margin: 1rem 0 0; font-family: var(--font-display); font-size: 1.45rem; line-height: 1.25; }
.personal-note { padding: 3rem; background: var(--white); border: 1px solid var(--line); }
.personal-note h2 { font-size: 3rem; }
.personal-note > p:not(.lead):not(.eyebrow) { color: var(--muted); line-height: 1.85; }
.personal-note .button { margin-top: 1rem; }

.pillars { color: var(--white); background: var(--old-glory-blue); }
.section-heading { text-align: center; }
.section-heading h2 { color: var(--white); }
.pillar-grid { margin-top: 4rem; display: grid; grid-template-columns: repeat(3,1fr); border-top: 1px solid rgba(255,255,255,.2); border-bottom: 1px solid rgba(255,255,255,.2); }
.pillar-grid-four { grid-template-columns: repeat(4,1fr); }
.pillar-grid article { position: relative; padding: 3rem 2.5rem; text-align: center; }
.pillar-grid article + article { border-left: 1px solid rgba(255,255,255,.2); }
.pillar-number { position: absolute; top: 1rem; left: 1rem; color: rgba(255,255,255,.4); font-size: .65rem; letter-spacing: .15em; }
.pillar-icon { width: 64px; height: 64px; margin: 0 auto 1.5rem; display: grid; place-items: center; color: var(--white); border: 1px solid rgba(255,255,255,.45); border-radius: 50%; font-family: Georgia,serif; font-size: 1.7rem; }
.book-icon { font-size: 2rem; }
.pillar-grid h3 { margin-bottom: .8rem; font-size: 1.85rem; }
.pillar-grid p { color: rgba(255,255,255,.7); font-size: .88rem; line-height: 1.75; }
.scripture-section { padding: 4.5rem 20px; color: var(--white); background: var(--old-glory-red); text-align: center; }
.large-star { display: block; margin-bottom: 1.3rem; }
.scripture-section blockquote { margin: 0 0 .75rem; font-family: var(--font-display); font-size: clamp(1.8rem,4vw,3rem); font-style: italic; }
.scripture-section cite, .faith-intro cite { font-size: .7rem; font-style: normal; font-weight: 800; letter-spacing: .18em; text-transform: uppercase; }

.page-hero { position: relative; overflow: hidden; color: var(--white); background: var(--old-glory-blue); }
.page-hero::after { content: "★"; position: absolute; right: 4vw; top: 50%; transform: translateY(-50%); color: rgba(255,255,255,.06); font-size: 26rem; line-height: 1; }
.page-hero-red { background: var(--old-glory-red); }
.page-hero-inner { position: relative; z-index: 1; width: min(1120px,calc(100% - 40px)); margin: 0 auto; padding: 6.5rem 0; }
.page-hero h1 { max-width: 900px; margin-bottom: 0; }
.page-hero-lede { max-width: 620px; margin: 2rem 0 0; color: rgba(255,255,255,.78); font-size: 1.05rem; line-height: 1.7; }

.reading-layout { display: grid; grid-template-columns: 280px minmax(0,700px); justify-content: space-between; gap: 5rem; }
.reading-layout aside { padding: 2rem; align-self: start; color: var(--white); background: var(--old-glory-red); }
.reading-layout aside p { margin: 1rem 0 0; font-family: var(--font-display); font-size: 1.5rem; line-height: 1.35; }
.aside-star { font-size: .9rem; }
.prose h2 { margin-top: 3.5rem; font-size: 2.35rem; }
.value-list { border-top: 1px solid var(--line); }
.value-list > div { display: grid; grid-template-columns: 42px 1fr; gap: 1.25rem; padding: 1.35rem 0; border-bottom: 1px solid var(--line); }
.value-list span, .beliefs article > span { color: var(--old-glory-red); font-size: .7rem; font-weight: 800; letter-spacing: .12em; }
.value-list p { margin: 0; color: var(--muted); line-height: 1.65; }
.value-list strong { color: var(--old-glory-blue); }

.faith-layout { display: grid; grid-template-columns: 300px 1fr; gap: 6rem; }
.faith-intro { align-self: start; position: sticky; top: 130px; padding: 2.5rem; color: var(--white); background: var(--old-glory-blue); }
.faith-intro > span { font-family: Georgia,serif; font-size: 2.2rem; }
.faith-intro p { margin: 1.8rem 0; font-family: var(--font-display); font-size: 1.5rem; font-style: italic; line-height: 1.45; }
.beliefs article { display: grid; grid-template-columns: 45px 1fr; gap: 1.5rem; padding: 0 0 2rem; margin-bottom: 2rem; border-bottom: 1px solid var(--line); }
.beliefs h2 { margin-bottom: .65rem; color: var(--old-glory-blue); font-size: 1.85rem; }
.beliefs p { margin: 0; color: var(--muted); line-height: 1.75; }
.about-grid { display: grid; grid-template-columns: .8fr 1.2fr; gap: 7rem; }
.about-statement h2 { font-size: 3.4rem; }
.about-callout { margin-top: 2.5rem; display: grid; grid-template-columns: 30px 1fr; gap: 1rem; padding: 1.6rem; color: var(--white); background: var(--old-glory-blue); }
.about-callout p { margin: 0; line-height: 1.7; }

.contact-section { background: var(--paper); }
.contact-grid { display: grid; grid-template-columns: .9fr 1.1fr; align-items: start; gap: 6rem; }
.contact-card { position: relative; padding: 3rem; color: var(--ink); background: var(--white); border: 1px solid var(--line); box-shadow: 0 22px 50px rgba(25,29,48,.08); }
.contact-card::before { content: ""; position: absolute; inset: 0 0 auto; height: 8px; background: linear-gradient(90deg,var(--old-glory-red) 0 50%,var(--old-glory-blue) 50% 100%); }
.contact-star { display: inline-grid; place-items: center; width: 52px; height: 52px; margin-bottom: 1.5rem; color: var(--white); background: var(--old-glory-blue); border-radius: 50%; font-size: .8rem; }
.contact-card h3 { margin-bottom: .8rem; color: var(--old-glory-blue); font-size: 2rem; }
.contact-card p { color: var(--muted); line-height: 1.75; }
.contact-email { display: inline-block; margin: .35rem 0 2rem; color: var(--old-glory-red); font-size: 1.2rem; font-weight: 800; text-decoration: none; word-break: break-word; }
.contact-email:hover { text-decoration: underline; }
.contact-action { cursor: pointer; font-family: var(--font-sans); }

.split-heading { display: grid; grid-template-columns: 1fr 1fr; align-items: end; gap: 6rem; margin-bottom: 4rem; }
.split-heading > p { color: var(--muted); line-height: 1.85; }
.lesson-preview { background: var(--paper); }
.lesson-steps { display: grid; grid-template-columns: repeat(3,1fr); border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.lesson-steps article { min-height: 190px; padding: 1.8rem; background: var(--white); border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.lesson-steps span, .vision-grid span, .lesson-anatomy span { color: var(--old-glory-red); font-size: .68rem; font-weight: 800; letter-spacing: .13em; }
.lesson-steps h3 { margin: 1.4rem 0 .65rem; color: var(--old-glory-blue); font-size: 1.35rem; }
.lesson-steps p, .distinctive-grid p, .vision-grid p { margin: 0; color: var(--muted); font-size: .88rem; line-height: 1.7; }
.center-action { margin-top: 2.5rem; text-align: center; }

.philosophy-section, .vision-section { background: var(--paper); }
.section-heading-dark h2 { color: var(--old-glory-blue); }
.distinctive-grid { display: grid; grid-template-columns: repeat(4,1fr); gap: 1px; margin-top: 4rem; background: var(--line); border: 1px solid var(--line); }
.distinctive-grid article { padding: 2rem; background: var(--white); }
.distinctive-grid strong { color: var(--old-glory-red); font-size: .68rem; letter-spacing: .13em; }
.distinctive-grid h3 { margin: 1.5rem 0 .65rem; color: var(--old-glory-blue); font-size: 1.4rem; }

.faith-outcomes { padding: 5rem 0; color: var(--white); background: var(--old-glory-blue); }
.faith-outcomes .eyebrow { text-align: center; }
.faith-outcomes ul { max-width: 900px; margin: 2.5rem auto 0; padding: 0; display: grid; grid-template-columns: repeat(2,1fr); gap: 1px; list-style: none; background: rgba(255,255,255,.2); border: 1px solid rgba(255,255,255,.2); }
.faith-outcomes li { padding: 1.25rem 1.5rem; background: var(--old-glory-blue); font-family: var(--font-display); font-size: 1.25rem; }
.faith-outcomes li::before { content: "★"; margin-right: .8rem; color: var(--white); font-size: .6rem; vertical-align: middle; }

.vision-grid { display: grid; grid-template-columns: repeat(3,1fr); border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.vision-grid article { min-height: 210px; padding: 2rem; background: var(--white); border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.vision-grid h3 { margin: 1.4rem 0 .7rem; color: var(--old-glory-blue); font-size: 1.5rem; }

.curriculum-hero { background: linear-gradient(110deg,var(--old-glory-blue) 0%,var(--old-glory-blue) 72%,#123f76 72%); }
.course-grid { display: grid; grid-template-columns: repeat(2,1fr); gap: 1.5rem; margin-top: 4rem; }
.course-grid article { position: relative; min-height: 460px; padding: 3rem; border: 1px solid var(--line); background: var(--white); }
.course-grid article:nth-child(2), .course-grid article:nth-child(3) { background: var(--paper); }
.grade { display: inline-block; margin-bottom: 2.2rem; padding: .5rem .7rem; color: var(--white); background: var(--old-glory-red); font-size: .68rem; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.course-number { position: absolute; top: 2.5rem; right: 2.5rem; color: rgba(10,49,97,.09); font-family: var(--font-display); font-size: 5rem; font-weight: 700; line-height: 1; }
.course-grid h2 { max-width: 430px; margin-bottom: 1.1rem; font-size: 2.25rem; }
.course-grid p { color: var(--muted); line-height: 1.7; }
.course-grid ul { margin: 1.5rem 0 0; padding: 1.5rem 0 0; border-top: 1px solid var(--line); list-style: none; }
.course-grid li { padding: .4rem 0; color: var(--ink); font-size: .88rem; }
.course-grid li::before { content: "—"; margin-right: .7rem; color: var(--old-glory-red); }

.bible-thread { color: var(--white); background: var(--old-glory-blue); }
.bible-thread-inner { display: grid; grid-template-columns: .85fr 1.15fr; align-items: center; gap: 6rem; }
.bible-thread h2 { color: var(--white); }
.bible-thread p { max-width: 520px; color: rgba(255,255,255,.72); line-height: 1.75; }
.bible-thread ul { margin: 0; padding: 0; display: grid; grid-template-columns: repeat(2,1fr); border-top: 1px solid rgba(255,255,255,.22); border-left: 1px solid rgba(255,255,255,.22); list-style: none; }
.bible-thread li { padding: 1.15rem; border-right: 1px solid rgba(255,255,255,.22); border-bottom: 1px solid rgba(255,255,255,.22); font-family: var(--font-display); font-size: 1.15rem; }
.bible-thread li::before { content: "✦"; margin-right: .7rem; font-size: .55rem; }

.lesson-anatomy { display: grid; grid-template-columns: repeat(7,1fr); border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.lesson-anatomy > div { min-height: 220px; padding: 1.4rem; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.lesson-anatomy strong { display: block; margin: 1.5rem 0 .7rem; color: var(--old-glory-blue); font-family: var(--font-display); font-size: 1.15rem; }
.lesson-anatomy p { margin: 0; color: var(--muted); font-size: .8rem; line-height: 1.6; }
.thinking-section { padding: 6rem 0; color: var(--white); background: var(--old-glory-red); text-align: center; }
.thinking-section h2 { color: var(--white); font-size: clamp(2.5rem,4.5vw,4rem); }
.question-list { max-width: 850px; margin: 3rem auto 0; }
.question-list p { margin: 0; padding: 1rem; border-top: 1px solid rgba(255,255,255,.3); font-family: var(--font-display); font-size: 1.35rem; }
.question-list p:last-child { border-bottom: 1px solid rgba(255,255,255,.3); }

#blazor-error-ui { display: none; position: fixed; bottom: 0; width: 100%; z-index: 1000; padding: .75rem 1.25rem; color: var(--ink); background: #fff3cd; box-shadow: 0 -2px 8px rgba(0,0,0,.15); }
#blazor-error-ui .dismiss { position: absolute; right: 1rem; cursor: pointer; }
.loading-progress { display: block; width: 6rem; height: 6rem; margin: 30vh auto 1rem; }
.loading-progress circle { fill: none; stroke: #dedee7; stroke-width: .6rem; transform-origin: 50% 50%; transform: rotate(-90deg); }
.loading-progress circle:last-child { stroke: var(--old-glory-blue); stroke-dasharray: calc(3.141 * var(--blazor-load-percentage,0%) * .8),500%; }
.loading-progress-text { text-align: center; color: var(--old-glory-blue); font-size: .75rem; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.loading-progress-text::after { content: var(--blazor-load-percentage-text,"Loading"); }
.loading-message { margin-top: .65rem; color: var(--muted); font-family: var(--font-display); font-size: .95rem; text-align: center; }

@media (max-width: 900px) {
    .hero-inner { grid-template-columns: 1fr; min-height: 0; text-align: center; }
    .hero-copy { display: flex; flex-direction: column; align-items: center; }
    .hero-emblem { display: none; }
    .intro-grid, .about-grid, .contact-grid, .founding-grid, .impact-grid, .media-grid { grid-template-columns: 1fr; gap: 2.5rem; }
    .pillar-grid { grid-template-columns: 1fr; }
    .pillar-grid article + article { border-left: 0; border-top: 1px solid rgba(255,255,255,.2); }
    .reading-layout, .faith-layout { grid-template-columns: 1fr; gap: 3rem; }
    .reading-layout aside, .faith-intro { position: static; }
    .split-heading, .bible-thread-inner { grid-template-columns: 1fr; gap: 2rem; }
    .lesson-steps, .vision-grid { grid-template-columns: repeat(2,1fr); }
    .distinctive-grid { grid-template-columns: repeat(2,1fr); }
    .lesson-anatomy { grid-template-columns: repeat(2,1fr); }
}
@media (max-width: 600px) {
    .hero-inner, .page-hero-inner { padding: 4.5rem 0 5rem; }
    .hero h1, .page-hero h1 { font-size: 2.85rem; }
    .hero-actions { flex-direction: column; gap: 1.2rem; }
    .section { padding: 4.5rem 0; }
    .section h2, .about-statement h2 { font-size: 2.45rem; }
    .lead { font-size: 1.3rem; }
    .lesson-steps, .vision-grid, .distinctive-grid, .course-grid, .faith-outcomes ul, .lesson-anatomy, .giving-grid { grid-template-columns: 1fr; }
    .course-grid article { min-height: 0; padding: 2rem; }
    .course-number { top: 1.7rem; right: 1.5rem; font-size: 4rem; }
    .bible-thread ul { grid-template-columns: 1fr; }
    .progress-card, .media-card { min-height: 300px; }
    .personal-note { padding: 2rem; }
    .personal-note h2 { font-size: 2.35rem; }
}
@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } }
