:root {
  --navy: #173f2d;
  --navy-deep: #0d2a1e;
  --blue: #3d7c58;
  --blue-dark: #2c6345;
  --blue-soft: #e8f1eb;
  --ink: #1c2a24;
  --muted: #5a6a60;
  --line: #d6e1d9;
  --paper: #ffffff;
  --wash: #f3f7f4;
  --green: #3d7c58;
  --radius: 14px;
  --shadow: 0 18px 42px rgba(23, 63, 45, .10);
  --max: 1160px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--paper); font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif; font-size: 16px; line-height: 1.6; -webkit-font-smoothing: antialiased; }
a { color: inherit; }
a:focus-visible, button:focus-visible, summary:focus-visible { outline: 3px solid #9bc8aa; outline-offset: 4px; border-radius: 4px; }
.wrap { width: min(calc(100% - 40px), var(--max)); margin-inline: auto; }
.eyebrow { margin: 0 0 14px; color: var(--blue-dark); font-size: .78rem; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
h1, h2, h3 { margin-top: 0; color: var(--navy); line-height: 1.13; letter-spacing: -.025em; }
h1 { max-width: 780px; margin-bottom: 22px; font-size: clamp(2.65rem, 5.1vw, 4.7rem); }
h2 { margin-bottom: 18px; font-size: clamp(2rem, 3.5vw, 3rem); }
h3 { margin-bottom: 10px; font-size: 1.18rem; }
p { margin-top: 0; }
.lead { max-width: 650px; color: var(--muted); font-size: 1.12rem; }
.section { padding: 96px 0; scroll-margin-top: 90px; }
.section-head { max-width: 690px; margin-bottom: 44px; }
.skip-link { position: fixed; top: 10px; left: 10px; z-index: 100; padding: 10px 14px; color: #fff; background: var(--navy); transform: translateY(-150%); }
.skip-link:focus { transform: none; }

.site-header { position: sticky; top: 0; z-index: 20; border-bottom: 1px solid rgba(219, 227, 235, .9); background: rgba(255, 255, 255, .96); }
.nav { min-height: 78px; display: flex; align-items: center; justify-content: space-between; gap: 32px; }
.brand { max-width: 305px; color: var(--navy); font-size: 1rem; font-weight: 800; line-height: 1.25; text-decoration: none; }
.brand-logo { display: block; width: clamp(210px, 24vw, 275px); height: auto; }
.brand span { display: block; color: var(--blue); font-size: .72rem; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.nav-links { display: flex; align-items: center; gap: clamp(18px, 2.4vw, 34px); }
.nav-links a { color: #30453a; font-size: .92rem; font-weight: 700; text-decoration: none; }
.nav-links a:hover, .nav-links a[aria-current="page"] { color: var(--blue); }
.nav-links a[aria-current="page"] { text-decoration: underline; text-decoration-thickness: 2px; text-underline-offset: 6px; }
.nav-links .nav-cta { padding: 10px 17px; border: 1px solid var(--navy); color: #fff; background: var(--navy); border-radius: 7px; text-decoration: none; }
.nav-links .nav-cta:hover, .nav-links .nav-cta[aria-current="page"] { color: #fff; background: var(--blue-dark); text-decoration: none; }

.button { display: inline-flex; min-height: 50px; align-items: center; justify-content: center; padding: 13px 21px; border: 1px solid var(--navy); border-radius: 7px; font-weight: 800; text-decoration: none; transition: background .15s ease, color .15s ease, transform .15s ease; }
.button:hover { transform: translateY(-2px); }
.button-primary { color: #fff; background: var(--navy); }
.button-primary:hover { background: var(--blue-dark); }
.button-secondary { color: var(--navy); background: #fff; }
.button-secondary:hover { color: #fff; background: var(--navy); }
.actions { display: flex; flex-wrap: wrap; gap: 12px; }

.hero { position: relative; overflow: hidden; padding: 76px 0 82px; background: linear-gradient(90deg, #fff 0%, #fff 57%, #f1f6f2 57%, #f1f6f2 100%); }
.hero::before { content: ""; position: absolute; right: -110px; top: 36px; width: 430px; height: 430px; border: 1px solid #cfdfd2; border-radius: 50%; }
.hero-grid { position: relative; display: grid; grid-template-columns: 1.1fr .9fr; align-items: center; gap: 56px; }
.hero-copy .lead { margin-bottom: 30px; }
.hero-profile { width: min(100%, 410px); margin-left: auto; }
.hero-profile-main { display: grid; grid-template-columns: minmax(0, 1.05fr) minmax(150px, .95fr); align-items: end; gap: 18px; }
.hero-profile-card { overflow: hidden; border: 1px solid var(--line); border-radius: 16px; background: #fff; box-shadow: var(--shadow); }
.hero-profile-card img { display: block; width: 100%; height: 268px; object-fit: cover; object-position: center 18%; }
.hero-credentials { display: grid; gap: 8px; }
.hero-credential { margin: 0; padding: 11px 12px; border: 1px solid var(--line); border-radius: 10px; background: #fff; }
.hero-credential strong { display: block; color: var(--navy); font-size: 1.18rem; line-height: 1; }
.hero-credential span { display: block; margin-top: 5px; color: var(--muted); font-size: .78rem; line-height: 1.3; }
.hero-profile-copy { margin: 12px 0 0; color: var(--muted); font-size: .86rem; line-height: 1.45; }
.hero-profile-link { margin-left: 3px; color: var(--blue-dark); font-weight: 800; text-decoration: underline; text-underline-offset: 4px; white-space: nowrap; }

.benefits { border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); background: var(--wash); }
.benefit-grid { display: grid; grid-template-columns: repeat(5, 1fr); gap: 16px; }
.benefit { padding: 24px 20px; border: 1px solid var(--line); border-radius: 11px; background: #fff; }
.icon { width: 39px; height: 39px; display: grid; place-items: center; margin-bottom: 20px; color: var(--blue); background: var(--blue-soft); border-radius: 8px; font-size: 1.05rem; font-weight: 900; }
.benefit p { margin: 0; color: #30453a; font-size: .92rem; font-weight: 750; line-height: 1.45; }
.training-value { border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); background: var(--wash); }
.training-value-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 20px; }
.value-panel { padding: 26px 30px; border: 1px solid var(--line); border-radius: var(--radius); background: #fff; }
.value-panel h3 { margin-bottom: 18px; }
.practical-note { margin: 0 0 18px; padding: 12px 14px; border-left: 3px solid var(--blue); color: #365047; background: var(--blue-soft); font-size: .9rem; line-height: 1.45; }
.practical-note strong { display: block; margin-bottom: 3px; color: var(--navy); font-size: .94rem; }
.compact-list { display: grid; gap: 10px; margin: 0; padding: 0; list-style: none; }
.compact-list li { display: flex; gap: 11px; align-items: flex-start; color: #30453a; font-size: .94rem; line-height: 1.4; }
.compact-list .check { flex-basis: 22px; width: 22px; height: 22px; margin: 0; font-size: .7rem; }
.credibility { padding: 42px 0; border-bottom: 1px solid var(--line); background: #fff; }
.credibility-grid { display: grid; grid-template-columns: .72fr 1.28fr; gap: 54px; align-items: center; }
.review-proof { display: block; padding: 26px 30px; border: 1px solid var(--line); border-radius: var(--radius); color: inherit; background: var(--wash); text-decoration: none; }
.review-proof:hover { border-color: #b1cbb9; box-shadow: 0 10px 24px rgba(23,63,45,.10); }
.review-proof h2 { margin: 0; font-size: clamp(2.8rem, 5vw, 4.1rem); }
.review-stars { margin: 4px 0 2px; color: var(--blue); font-size: 1.2rem; letter-spacing: .12em; }
.review-count { margin: 0; color: var(--navy); font-weight: 800; }
.review-link { display: inline-block; margin-top: 18px; color: var(--blue-dark); font-size: .9rem; font-weight: 800; text-decoration: underline; text-underline-offset: 4px; }
.org-proof .eyebrow { margin-bottom: 18px; }
.org-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 10px 18px; margin: 0; padding: 0; list-style: none; }
.org-grid li { min-height: 64px; display: grid; place-items: center; padding: 8px 10px; border-top: 1px solid var(--line); background: #fff; }
.org-grid img { display: block; width: auto; max-width: 100%; height: auto; max-height: 52px; object-fit: contain; }
.program-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 20px; }
.program { min-height: 220px; padding: 30px; border: 1px solid var(--line); border-radius: var(--radius); background: #fff; }
.program-number { display: inline-block; margin-bottom: 36px; color: var(--blue); font-size: .76rem; font-weight: 900; letter-spacing: .1em; }
.program p { max-width: 430px; margin: 0 0 18px; color: var(--muted); }
.program a { color: var(--blue-dark); font-weight: 800; text-decoration-thickness: 1px; text-underline-offset: 4px; }
.section-action { margin-top: 24px; }

.outcomes { color: #fff; background: var(--navy); }
.outcomes h2, .outcomes h3 { color: #fff; }
.outcomes .eyebrow { color: #a8d0b4; }
.outcome-grid { display: grid; grid-template-columns: .85fr 1.15fr; gap: 80px; align-items: start; }
.outcome-intro p { color: #c3d6ca; }
.check-list { display: grid; grid-template-columns: repeat(2, 1fr); gap: 14px; margin: 0; padding: 0; list-style: none; }
.check-list li { min-height: 86px; display: flex; align-items: flex-start; gap: 13px; padding: 20px; border: 1px solid #315c46; border-radius: 9px; background: #1b4935; font-weight: 700; }
.check { flex: 0 0 24px; width: 24px; height: 24px; display: grid; place-items: center; color: var(--navy); background: #b9d8c1; border-radius: 50%; font-size: .77rem; font-weight: 900; }
.check-list li:last-child { grid-column: 1 / -1; }

.testimonials { border-top: 1px solid var(--line); background: var(--wash); }
.testimonial-grid { display: grid; grid-template-columns: minmax(0, 820px); gap: 20px; margin-bottom: 28px; }
.testimonial-card { position: relative; min-height: 250px; padding: 30px; border: 1px solid var(--line); border-radius: var(--radius); background: #fff; }
.featured-testimonial { min-height: 0; }
.quote-mark { display: block; height: 26px; color: var(--blue); font-family: Georgia, serif; font-size: 3.2rem; line-height: .8; }
.testimonial-card blockquote { margin: 12px 0 24px; color: #365047; font-size: 1rem; line-height: 1.6; }
.testimonial-card cite { color: var(--navy); font-size: .9rem; font-style: normal; font-weight: 800; }

.experience-positioning { color: #fff; background: var(--navy); }
.experience-positioning h2 { color: #fff; }
.experience-positioning .eyebrow { color: #a8d0b4; }
.experience-grid { display: grid; grid-template-columns: .85fr 1.15fr; gap: 80px; align-items: start; }
.experience-copy p { color: #c9d9ce; }
.experience-copy .lead { color: #eaf3ed; }
.experience-owner-note { margin-top: 16px; padding-top: 16px; border-top: 1px solid #315c46; color: #d5e5da !important; font-size: .92rem; font-weight: 700; }
.experience-closing { margin-top: 26px; color: #fff !important; font-weight: 800; }
.experience-positioning.experience-compact { padding: 48px 0; }
.experience-compact .experience-grid { align-items: center; gap: 56px; }
.experience-compact .experience-copy p { margin-bottom: 10px; }
.experience-compact .experience-copy .lead { margin-bottom: 12px; }
.experience-compact .experience-closing { margin-top: 14px; }

.compact-cta { padding: 58px 0; border-top: 1px solid var(--line); background: #fff; }
.compact-cta-inner { display: flex; align-items: center; justify-content: space-between; gap: 28px; }
.compact-cta h2 { margin-bottom: 10px; }
.compact-cta p:last-child { margin: 0; color: var(--muted); }
.compact-cta .button { flex: 0 0 auto; }

.area-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 76px; align-items: center; }
.area-copy .lead { margin-bottom: 24px; }
.location-line { display: flex; gap: 12px; align-items: flex-start; padding: 15px 0; border-top: 1px solid var(--line); }
.location-line strong { display: block; color: var(--navy); }
.location-line span { color: var(--muted); }
.area-map { position: relative; min-height: 360px; overflow: hidden; border: 1px solid #d0ded4; border-radius: 15px; background: #eff6f0; }
.area-map::before, .area-map::after { content: ""; position: absolute; border: 1px solid #d0ddd3; border-radius: 49% 51% 58% 42%; }
.area-map::before { width: 280px; height: 210px; left: 72px; top: 64px; transform: rotate(-12deg); }
.area-map::after { width: 380px; height: 280px; left: 20px; top: 25px; transform: rotate(8deg); }
.route { position: absolute; left: 64px; right: 58px; top: 172px; z-index: 2; border-top: 2px dashed #72a989; transform: rotate(-7deg); }
.pin { position: absolute; z-index: 3; display: grid; place-items: center; width: 12px; height: 12px; background: var(--blue); border: 3px solid #fff; border-radius: 50%; box-shadow: 0 0 0 2px var(--blue); }
.pin-main { left: 49%; top: 45%; width: 17px; height: 17px; background: var(--navy); box-shadow: 0 0 0 3px var(--navy); }
.pin-one { left: 19%; top: 56%; }
.pin-two { right: 19%; top: 35%; }
.pin-three { right: 30%; bottom: 18%; }
.map-label { position: absolute; z-index: 4; padding: 5px 8px; color: #3d5548; background: rgba(255,255,255,.88); border: 1px solid #d4e1d7; border-radius: 4px; font-size: .67rem; font-weight: 800; }
.label-main { left: calc(49% + 18px); top: calc(45% - 8px); color: var(--navy); }
.label-one { left: 10%; top: 63%; }
.label-two { right: 7%; top: 25%; }

.pricing { border-top: 1px solid var(--line); background: var(--wash); }
.pricing-head { display: flex; justify-content: space-between; gap: 40px; align-items: end; margin-bottom: 40px; }
.pricing-note { max-width: 430px; margin: 0; color: var(--muted); }
.pricing-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.price-card { padding: 30px; border: 1px solid var(--line); border-radius: var(--radius); background: #fff; }
.price-card:nth-child(2) { border-top: 4px solid var(--blue); padding-top: 27px; }
.price-label { margin-bottom: 32px; color: var(--muted); font-weight: 800; }
.price { margin: 0; color: var(--navy); font-size: clamp(2.4rem, 4vw, 3.4rem); font-weight: 850; line-height: 1; letter-spacing: -.05em; }

.page-hero { padding: 78px 0 76px; border-bottom: 1px solid var(--line); background: var(--wash); }
.page-hero-inner { max-width: 820px; }
.page-hero h1 { max-width: 820px; margin-bottom: 18px; font-size: clamp(2.65rem, 5vw, 4.25rem); }
.page-hero .lead { max-width: 720px; margin-bottom: 0; }
.page-kicker { display: flex; align-items: center; gap: 12px; margin-bottom: 24px; color: var(--blue-dark); font-size: .78rem; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.page-kicker::before { content: ""; width: 34px; height: 2px; background: var(--blue); }
.content-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 20px; }
.surface-card { padding: 30px; border: 1px solid var(--line); border-radius: var(--radius); background: #fff; }
.surface-card p:last-child { margin-bottom: 0; color: var(--muted); }
.class-detail { display: grid; grid-template-columns: 60px 1fr; gap: 20px; padding: 30px 0; border-top: 1px solid var(--line); }
.class-detail:first-child { border-top: 0; padding-top: 0; }
.class-number { color: var(--blue); font-size: .8rem; font-weight: 900; letter-spacing: .1em; }
.class-detail h3 { margin-bottom: 8px; }
.class-detail p { color: var(--muted); line-height: 1.65; }
.class-detail p:last-of-type { margin-bottom: 0; }
.class-detail a { color: var(--blue-dark); font-weight: 800; text-underline-offset: 4px; }
.format-band { color: #fff; background: var(--navy); }
.format-band h2 { color: #fff; }
.format-band .eyebrow { color: #a8d0b4; }
.format-band p { color: #c9d9ce; }
.format-grid { display: grid; grid-template-columns: .9fr 1.1fr; gap: 80px; align-items: start; }
.format-points { display: grid; grid-template-columns: repeat(2, 1fr); gap: 14px; margin: 0; padding: 0; list-style: none; }
.format-points li { padding: 18px; border: 1px solid #315c46; border-radius: 9px; background: #1b4935; font-weight: 700; }
.format-points strong { display: block; margin-bottom: 4px; color: #fff; }
.format-points span { color: #bfd4c4; font-size: .9rem; }

.faq-list { max-width: 900px; border-top: 1px solid var(--line); }
.faq-list details { border-bottom: 1px solid var(--line); }
.faq-list summary { display: flex; align-items: center; justify-content: space-between; gap: 20px; padding: 22px 0; color: var(--navy); cursor: pointer; font-size: 1.05rem; font-weight: 800; list-style: none; }
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary::after { content: "+"; color: var(--blue); font-size: 1.4rem; font-weight: 500; }
.faq-list details[open] summary::after { content: "−"; }
.faq-answer { max-width: 780px; padding: 0 40px 22px 0; color: var(--muted); }
.faq-answer-list { margin: 0 0 0 22px; padding: 0; }
.faq-answer-list li + li { margin-top: 8px; }
.faq-answer p:last-child { margin-bottom: 0; }
.faq-callout { margin-top: 46px; padding: 28px; border-left: 4px solid var(--blue); background: var(--blue-soft); }
.faq-callout p { margin-bottom: 0; color: #365047; }
.faq-callout .button { margin-top: 18px; }

.about-grid { display: grid; grid-template-columns: .8fr 1.2fr; gap: 80px; align-items: start; }
.about-side { display: grid; gap: 18px; align-content: start; }
.about-portrait { width: min(100%, 360px); margin-inline: auto; overflow: hidden; border: 1px solid var(--line); border-radius: var(--radius); background: var(--wash); }
.about-portrait img { display: block; width: 100%; height: auto; }
.portrait-caption { display: grid; gap: 2px; margin: 0; padding: 14px 16px 16px; border-top: 1px solid var(--line); background: #fff; }
.portrait-caption strong { color: var(--navy); }
.portrait-caption span { color: var(--muted); font-size: .88rem; }
.experience-mark { padding: 30px; border: 1px solid var(--line); border-radius: var(--radius); background: var(--wash); }
.experience-mark .years { display: block; color: var(--navy); font-size: 4.5rem; font-weight: 850; line-height: 1; letter-spacing: -.07em; }
.experience-mark p { margin: 10px 0 0; color: var(--muted); font-weight: 750; }
.about-copy p { max-width: 670px; color: var(--muted); font-size: 1.06rem; }
.faith-section { border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); background: var(--blue-soft); }
.faith-grid { display: grid; grid-template-columns: .9fr 1.1fr; gap: clamp(42px, 7vw, 88px); align-items: start; }
.faith-section h2 { max-width: 540px; margin-bottom: 0; font-size: clamp(2rem, 4vw, 3.3rem); }
.faith-copy { padding-left: 28px; border-left: 4px solid var(--blue); }
.faith-copy p { color: #365047; font-size: 1.02rem; line-height: 1.7; }
.faith-copy .lead { color: var(--ink); font-size: 1.12rem; font-weight: 700; }
.faith-copy .faith-welcome { margin-bottom: 0; color: var(--navy); font-weight: 800; }
.experience-facts { display: grid; grid-template-columns: repeat(3, 1fr); gap: 12px; margin: 28px 0 0; padding: 0; list-style: none; }
.experience-facts li { padding: 16px; border-top: 2px solid var(--blue); background: var(--wash); }
.experience-facts strong { display: block; color: var(--navy); font-size: .9rem; line-height: 1.35; }
.experience-facts span { display: block; margin-top: 7px; color: var(--muted); font-size: .82rem; line-height: 1.4; }
.principles { display: grid; grid-template-columns: repeat(2, 1fr); gap: 16px; margin-top: 34px; }
.principle { padding: 22px; border: 1px solid var(--line); border-radius: 10px; background: #fff; }
.principle h3 { margin-bottom: 5px; font-size: 1rem; }
.principle p { margin: 0; font-size: .92rem; }

.contact { padding: 96px 0; background: #fff; }
.contact-panel { display: grid; grid-template-columns: 1fr .82fr; overflow: hidden; border: 1px solid var(--line); border-radius: 16px; box-shadow: var(--shadow); }
.contact-copy { padding: clamp(34px, 5vw, 64px); }
.contact-copy .lead { margin-bottom: 30px; }
.contact-links { display: flex; flex-wrap: wrap; gap: 12px 28px; }
.contact-links a { color: var(--blue-dark); font-size: 1.05rem; font-weight: 850; text-decoration-thickness: 1px; text-underline-offset: 4px; }
.address { margin: 26px 0 0; padding-top: 20px; border-top: 1px solid var(--line); color: var(--muted); }
.address strong { display: block; color: var(--navy); }
.decision-box { padding: clamp(32px, 5vw, 56px); color: #fff; background: var(--navy); }
.decision-box h3 { margin-bottom: 22px; color: #fff; font-size: 1.35rem; }
.decision-box ol { margin: 0; padding: 0; list-style: none; counter-reset: decisions; }
.decision-box li { counter-increment: decisions; display: flex; gap: 13px; padding: 14px 0; border-top: 1px solid #315c46; color: #d8e8dc; }
.decision-box li::before { content: "0" counter(decisions); color: #a8d0b4; font-size: .75rem; font-weight: 900; letter-spacing: .08em; }
.form-section { background: var(--wash); }
.form-wrap { display: grid; grid-template-columns: .8fr 1.2fr; gap: 76px; align-items: start; }
.form-copy p { color: var(--muted); }
.form-card { padding: 30px; border: 1px solid var(--line); border-radius: var(--radius); background: #fff; }
.field-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 18px; }
.field { display: grid; gap: 7px; }
.field.full { grid-column: 1 / -1; }
.field label { color: var(--navy); font-size: .87rem; font-weight: 800; }
.field input, .field select, .field textarea { width: 100%; min-height: 46px; padding: 10px 12px; border: 1px solid #bccfc1; border-radius: 6px; color: var(--ink); background: #fff; font: inherit; }
.field textarea { min-height: 120px; resize: vertical; }
.field input:focus, .field select:focus, .field textarea:focus { outline: 3px solid #cbe4d2; border-color: var(--blue); }
.form-note { margin: 18px 0 0; color: var(--muted); font-size: .82rem; }
.form-required-note { margin: 0 0 18px; color: var(--muted); font-size: .82rem; }
.field-error { min-height: 1.2em; margin: 5px 0 0; color: #9a2f2f; font-size: .8rem; }
.field input[aria-invalid="true"],
.field select[aria-invalid="true"],
.field textarea[aria-invalid="true"] { border-color: #9a2f2f; box-shadow: 0 0 0 2px rgba(154, 47, 47, .13); }
.form-status { min-height: 1.4em; margin: 16px 0 0; color: var(--blue-dark); font-size: .9rem; font-weight: 700; }
.form-status.form-status-pending { padding: 12px 14px; border: 1px solid #c4d8ca; border-radius: 8px; background: #eef6f0; }
.field-honeypot { position: absolute; left: -10000px; width: 1px; height: 1px; overflow: hidden; }
.footer-contact { margin-top: 10px; }
.footer-contact a { color: #d5e5da; text-underline-offset: 3px; }
.form-card button[disabled] { opacity: .65; cursor: not-allowed; }

footer { padding: 38px 0; color: #c2d4c7; background: var(--navy-deep); }
.footer-grid { display: flex; justify-content: space-between; gap: 28px; align-items: end; }
.footer-brand { margin-bottom: 5px; color: #fff; font-weight: 850; }
footer p { margin: 0; font-size: .88rem; }
.footer-note { text-align: right; }
.footer-links { display: flex; flex-wrap: wrap; gap: 12px 20px; margin-top: 14px; }
.footer-links a { color: #d5e5da; font-size: .86rem; text-underline-offset: 4px; }

@media (max-width: 900px) {
  .nav { min-height: auto; padding: 16px 0; align-items: flex-start; }
  .nav-links { max-width: 330px; justify-content: flex-end; flex-wrap: wrap; gap: 7px 18px; }
  .nav-links .nav-cta { padding: 6px 12px; }
  .hero { padding: 58px 0 70px; background: linear-gradient(#fff 0%, #fff 60%, #f1f6f2 60%); }
  .hero-grid { grid-template-columns: 1fr; gap: 36px; }
  .hero-profile { margin-inline: auto; }
  .benefit-grid { grid-template-columns: repeat(3, 1fr); }
  .training-value-grid { grid-template-columns: 1fr; gap: 16px; }
  .credibility-grid, .experience-grid { grid-template-columns: 1fr; gap: 34px; }
  .testimonial-grid { grid-template-columns: 1fr; }
  .experience-facts { grid-template-columns: repeat(3, 1fr); }
  .outcome-grid, .area-grid, .format-grid, .about-grid, .form-wrap { grid-template-columns: 1fr; gap: 42px; }
  .pricing-head { display: block; }
  .contact-panel { grid-template-columns: 1fr; }
}

@media (max-width: 600px) {
  .brand-logo { width: min(230px, 68vw); }
}

@media (max-width: 640px) {
  .wrap { width: min(calc(100% - 28px), var(--max)); }
  .section { padding: 58px 0; }
  .section-head { margin-bottom: 24px; }
  .site-header { position: relative; }
  .nav { display: block; }
  .brand { display: inline-block; margin-bottom: 15px; font-size: .94rem; }
  .nav-links { max-width: none; display: grid; grid-template-columns: repeat(5, 1fr); gap: 6px; }
  .nav-links a { display: grid; min-height: 40px; place-items: center; padding: 6px 3px; border: 1px solid var(--line); border-radius: 5px; font-size: .72rem; }
  .nav-links .nav-cta { padding: 6px 3px; }
  .hero { padding: 46px 0 58px; }
  .hero-grid { gap: 10px; }
  .hero-profile { width: min(100%, 360px); }
  .hero-profile-main { grid-template-columns: minmax(0, 1.05fr) minmax(118px, .95fr); gap: 10px; }
  .hero-profile-card img { height: 192px; }
  .hero-credentials { gap: 4px; }
  .hero-credential { padding: 6px 8px; }
  .hero-credential strong { font-size: .92rem; }
  .hero-credential span { margin-top: 2px; font-size: .65rem; line-height: 1.15; }
  .hero-profile-copy { margin-top: 5px; font-size: .74rem; line-height: 1.28; }
  .org-grid { grid-template-columns: repeat(2, 1fr); gap: 8px 16px; }
  h1 { font-size: clamp(2.45rem, 12vw, 3.35rem); }
  h2 { font-size: 2rem; }
  .page-hero { padding: 48px 0 52px; }
  .page-hero h1 { font-size: clamp(2.45rem, 12vw, 3.35rem); }
  .actions { display: grid; grid-template-columns: 1fr; }
  .button { width: 100%; }
  .credibility { padding: 34px 0; }
  .credibility-grid { gap: 24px; }
  .review-proof { padding: 24px; }
  .experience-facts { grid-template-columns: 1fr; }
  .experience-positioning.experience-compact { padding: 34px 0; }
  .experience-compact .experience-grid { gap: 22px; }
  .experience-compact .experience-copy p { margin-bottom: 8px; }
  .experience-compact .experience-closing { margin-top: 12px; }
  .compact-cta { padding: 46px 0; }
  .compact-cta-inner { display: block; }
  .compact-cta .button { margin-top: 22px; }
  .benefit-grid, .program-grid, .pricing-grid, .content-grid { grid-template-columns: 1fr; }
  .faith-grid { grid-template-columns: 1fr; gap: 28px; }
  .faith-copy { padding-left: 18px; }
  .benefit { display: grid; grid-template-columns: 42px 1fr; align-items: center; gap: 14px; padding: 18px; }
  .benefit .icon { margin: 0; }
  .program-grid { gap: 12px; }
  .program { min-height: auto; padding: 20px; }
  .program-number { margin-bottom: 18px; }
  .check-list, .format-points, .principles { grid-template-columns: 1fr; }
  .check-list li:last-child { grid-column: auto; }
  .class-detail { grid-template-columns: 42px 1fr; gap: 14px; }
  .area-map { min-height: 300px; }
  .area-map::before { left: 22px; }
  .area-map::after { left: -35px; }
  .pricing-head { margin-bottom: 26px; }
  .price-card { padding: 22px; }
  .price-card:nth-child(2) { padding-top: 22px; }
  .faq-callout { margin-top: 32px; padding: 22px; }
  .contact-links { display: grid; }
  .field-grid { grid-template-columns: 1fr; }
  .field.full { grid-column: auto; }
  .footer-grid { display: block; }
  .footer-note { margin-top: 22px; text-align: left; }
}

@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } *, *::before, *::after { transition-duration: .01ms !important; } }

/* Theme preference ------------------------------------------------------- */
.theme-toggle { display: inline-flex; min-height: 38px; align-items: center; justify-content: center; gap: 7px; padding: 5px 11px; border: 1px solid var(--line); border-radius: 999px; color: var(--navy); background: var(--wash); font: inherit; font-size: .78rem; font-weight: 800; line-height: 1; cursor: pointer; white-space: nowrap; }
.theme-toggle:hover { border-color: var(--blue); }
.theme-toggle-label { opacity: .62; }
.theme-toggle-label.is-active { opacity: 1; }
.theme-toggle-divider { color: var(--line); }

html[data-theme="dark"] {
  color-scheme: dark;
  --navy: #155239;
  --navy-deep: #071811;
  --blue: #83d2a1;
  --blue-dark: #9ee2b5;
  --blue-soft: #1b3b2d;
  --ink: #e7f3eb;
  --muted: #b6cabe;
  --line: #355343;
  --paper: #0b1712;
  --wash: #12271d;
  --green: #83d2a1;
  --card: #19382b;
  --elevated: #214a37;
  --shadow: 0 18px 42px rgba(0, 0, 0, .30);
}

html[data-theme="dark"] body { color: var(--ink); background: var(--paper); }
html[data-theme="dark"] .site-header { border-bottom-color: #294737; background: rgba(11, 23, 18, .96); }
html[data-theme="dark"] .nav-links a { color: #d7e9dd; }
html[data-theme="dark"] .nav-links a:hover, html[data-theme="dark"] .nav-links a[aria-current="page"] { color: var(--blue); }
html[data-theme="dark"] .nav-links .nav-cta:hover, html[data-theme="dark"] .nav-links .nav-cta[aria-current="page"] { color: #071811; background: #9ee2b5; }
html[data-theme="dark"] .theme-toggle { color: #e7f3eb; background: #173a2b; border-color: #4a7059; }
html[data-theme="dark"] .brand { padding: 4px 7px; border-radius: 6px; background: #e7f3eb; }
html[data-theme="dark"] .theme-toggle-divider { color: #668a73; }
html[data-theme="dark"] h1, html[data-theme="dark"] h2, html[data-theme="dark"] h3 { color: #e7f3eb; }
html[data-theme="dark"] .eyebrow, html[data-theme="dark"] .page-kicker { color: var(--blue); }
html[data-theme="dark"] .hero { background: linear-gradient(90deg, #0b1712 0%, #0b1712 57%, #132a20 57%, #132a20 100%); }
html[data-theme="dark"] .hero::before { border-color: #294737; }
html[data-theme="dark"] .hero-profile-card, html[data-theme="dark"] .hero-credential, html[data-theme="dark"] .benefit, html[data-theme="dark"] .value-panel, html[data-theme="dark"] .org-grid li, html[data-theme="dark"] .program, html[data-theme="dark"] .testimonial-card, html[data-theme="dark"] .price-card, html[data-theme="dark"] .surface-card, html[data-theme="dark"] .form-card, html[data-theme="dark"] .portrait-caption, html[data-theme="dark"] .principle { border-color: var(--line); background: var(--card); }
html[data-theme="dark"] .hero-credential strong, html[data-theme="dark"] .review-count, html[data-theme="dark"] .location-line strong, html[data-theme="dark"] .portrait-caption strong, html[data-theme="dark"] .experience-mark .years, html[data-theme="dark"] .price, html[data-theme="dark"] .field label, html[data-theme="dark"] .faq-list summary { color: #e7f3eb; }
html[data-theme="dark"] .benefit p, html[data-theme="dark"] .compact-list li { color: #d1e4d8; }
html[data-theme="dark"] .practical-note, html[data-theme="dark"] .faq-callout { color: #d1e4d8; background: #1b3b2d; }
html[data-theme="dark"] .practical-note strong, html[data-theme="dark"] .faq-callout p { color: #e7f3eb; }
html[data-theme="dark"] .faith-copy p { color: #d1e4d8; }
html[data-theme="dark"] .faith-copy .lead { color: #f0f7f2; }
html[data-theme="dark"] .faith-copy .faith-welcome { color: #9ee2b5; }
html[data-theme="dark"] .credibility, html[data-theme="dark"] .compact-cta, html[data-theme="dark"] .contact { background: var(--paper); }
html[data-theme="dark"] .benefits, html[data-theme="dark"] .training-value, html[data-theme="dark"] .testimonials, html[data-theme="dark"] .pricing, html[data-theme="dark"] .page-hero, html[data-theme="dark"] .form-section { background: var(--wash); }
html[data-theme="dark"] .review-proof, html[data-theme="dark"] .hero-profile-card { border-color: #4c765d; background: var(--elevated); }
html[data-theme="dark"] .review-proof:hover { border-color: #6eae83; box-shadow: 0 10px 24px rgba(0,0,0,.24); }
html[data-theme="dark"] .button-secondary { color: #e7f3eb; background: #19382b; }
html[data-theme="dark"] .button-secondary:hover { color: #fff; background: #155239; }
html[data-theme="dark"] .compact-list li, html[data-theme="dark"] .class-detail p, html[data-theme="dark"] .program p, html[data-theme="dark"] .surface-card p:last-child, html[data-theme="dark"] .pricing-note, html[data-theme="dark"] .form-copy p, html[data-theme="dark"] .faq-answer, html[data-theme="dark"] .about-copy p { color: var(--muted); }
html[data-theme="dark"] .area-map { border-color: #355343; background: #163126; }
html[data-theme="dark"] .area-map::before, html[data-theme="dark"] .area-map::after { border-color: #315343; }
html[data-theme="dark"] .route { border-color: #6fae83; }
html[data-theme="dark"] .pin { border-color: #19382b; }
html[data-theme="dark"] .map-label { color: #d5e8dc; background: rgba(20, 48, 35, .92); border-color: #42634f; }
html[data-theme="dark"] .faq-callout .button { color: #0b1712; background: #9ee2b5; border-color: #9ee2b5; }
html[data-theme="dark"] .field input, html[data-theme="dark"] .field select, html[data-theme="dark"] .field textarea { color: var(--ink); background: #10251b; border-color: #4a6d57; }
html[data-theme="dark"] .field input::placeholder, html[data-theme="dark"] .field textarea::placeholder { color: #91aa9b; }
html[data-theme="dark"] .field input:focus, html[data-theme="dark"] .field select:focus, html[data-theme="dark"] .field textarea:focus { outline-color: #5f9f76; }
html[data-theme="dark"] .form-status.form-status-pending { border-color: #42634f; background: #1b3b2d; }
html[data-theme="dark"] .footer-contact a, html[data-theme="dark"] .footer-links a { color: #cfe4d6; }

@media (max-width: 640px) {
  .theme-toggle { grid-column: 1 / -1; justify-self: end; margin-top: 2px; }
  html[data-theme="dark"] .hero { background: linear-gradient(#0b1712 0%, #0b1712 60%, #132a20 60%); }
}
