@import url("https://fonts.googleapis.com/css2?family=Source+Sans+3:wght@400;500;600;700&display=swap");

:root {
  --navy: #063b78;
  --navy-950: #032750;
  --navy-900: #043265;
  --green: #00966e;
  --green-dark: #007e5d;
  --mint: #eaf7f3;
  --ice: #f2f7fa;
  --ink: #173149;
  --muted: #5b7082;
  --line: #d9e5ec;
  --white: #fff;
  --radius: 24px;
  --shadow: 0 24px 70px rgba(6, 59, 120, .12);
  --shell: 1200px;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--white); font: 17px/1.75 "Source Sans 3", "Segoe UI", Arial, sans-serif; -webkit-font-smoothing: antialiased; }
img { display: block; max-width: 100%; }
a { color: var(--navy); text-decoration-thickness: 2px; text-underline-offset: 4px; }
a:hover { color: var(--green-dark); }
button, input, textarea { font: inherit; }
:focus-visible { outline: 3px solid #f2b544; outline-offset: 3px; }
.skip-link { position: fixed; top: -80px; left: 20px; z-index: 999; padding: 10px 16px; background: #fff; border-radius: 8px; }
.skip-link:focus { top: 20px; }
.shell { width: min(calc(100% - 48px), var(--shell)); margin-inline: auto; }
.reading-width { width: min(calc(100% - 48px), 820px); margin-inline: auto; }
.section { padding: 112px 0; }
.eyebrow { margin: 0 0 14px; color: var(--green); font-size: 12px; font-weight: 700; letter-spacing: .14em; text-transform: uppercase; }
h1, h2, h3 { margin: 0; color: var(--navy-950); font-family: "Source Sans 3", "Segoe UI", Arial, sans-serif; font-weight: 600; letter-spacing: -.025em; line-height: 1.08; }
h1 { font-size: clamp(2.7rem, 5vw, 4.5rem); }
h2 { font-size: clamp(2.1rem, 3.5vw, 3.25rem); }
h3 { font-size: clamp(1.25rem, 2vw, 1.6rem); }
p { margin: 0 0 1.25em; color: var(--muted); }
.button { display: inline-flex; min-height: 52px; align-items: center; justify-content: center; padding: 13px 24px; color: #fff; background: var(--green); border: 0; border-radius: 999px; font-weight: 600; text-decoration: none; transition: transform .2s ease, background .2s ease; }
.button:hover { color: #fff; background: var(--green-dark); transform: translateY(-2px); }
.text-link { color: var(--navy); font-weight: 600; text-decoration: none; }
.text-link span { margin-left: 7px; color: var(--green); }

.site-header { position: sticky; top: 0; z-index: 100; background: rgba(255,255,255,.97); border-bottom: 1px solid var(--line); backdrop-filter: blur(16px); }
.nav-shell { display: flex; min-height: 90px; align-items: center; justify-content: space-between; gap: 36px; }
.brand img { width: 145px; height: 66px; object-fit: contain; }
.primary-nav { display: flex; align-items: center; gap: 3px; }
.primary-nav a { padding: 10px 13px; color: var(--ink); border-radius: 999px; font-size: 15px; font-weight: 600; text-decoration: none; }
.primary-nav a:hover, .primary-nav a[aria-current="page"] { color: var(--navy); background: var(--ice); }
.primary-nav .contact-link { margin-left: 10px; padding: 12px 20px; color: #fff; background: var(--green); }
.primary-nav .contact-link:hover { color: #fff; background: var(--green-dark); }
.menu-button { display: none; width: 46px; height: 46px; place-content: center; gap: 5px; padding: 0; background: var(--ice); border: 0; border-radius: 50%; cursor: pointer; }
.menu-button span { display: block; width: 20px; height: 2px; background: var(--navy); }

.home-hero { display: grid; min-height: 710px; grid-template-columns: minmax(0, 1.05fr) minmax(500px, .95fr); background: var(--ice); }
.hero-photo { min-height: 710px; background: url("../../admin/uploads/295.jpg") center / cover no-repeat; border-radius: 0 44px 44px 0; }
.hero-copy { position: relative; display: flex; max-width: 690px; flex-direction: column; align-items: flex-start; justify-content: center; padding: 78px clamp(48px, 7vw, 112px); overflow: hidden; }
.hero-copy::after { position: absolute; right: -190px; bottom: -245px; width: 530px; height: 530px; border: 78px solid rgba(0,150,110,.06); border-radius: 50%; content: ""; }
.hero-copy h1 { max-width: 600px; margin-bottom: 25px; }
.hero-copy p { position: relative; z-index: 1; max-width: 620px; font-size: 15.5px; }
.hero-copy .button { position: relative; z-index: 1; margin-top: 8px; }

.split { display: grid; grid-template-columns: .9fr 1.1fr; align-items: center; gap: clamp(60px, 8vw, 120px); }
.copy-column h2 { margin-bottom: 28px; }
.copy-column p { font-size: 18px; }
.portrait-frame { position: relative; margin: 0; padding: 22px 0 0 22px; }
.portrait-frame::before { position: absolute; inset: 0 19% 15% 0; background: var(--navy); border-radius: 26px; content: ""; }
.portrait-frame img { position: relative; width: 100%; height: 530px; object-fit: cover; border-radius: 20px; box-shadow: var(--shadow); }
.dark { color: #fff; background: var(--navy-950); }
.dark h2, .dark h3 { color: #fff; }
.section-heading { max-width: 790px; margin-bottom: 54px; }
.section-heading.centered { margin-inline: auto; text-align: center; }
.section-heading p { margin-top: 20px; font-size: 18px; }
.value-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 24px; }
.value-card { padding: 42px; background: rgba(255,255,255,.07); border: 1px solid rgba(255,255,255,.13); border-radius: var(--radius); }
.value-card h3 { margin: 27px 0 16px; }
.value-card p { margin: 0; color: rgba(255,255,255,.72); }
.icon-tile { display: grid; width: 58px; height: 58px; place-items: center; background: var(--green); border-radius: 16px; }
.icon-tile img { width: 34px; height: 34px; object-fit: contain; filter: brightness(0) invert(1); }
.programs { background: var(--ice); }
.program-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 28px; }
.program-card { position: relative; min-height: 530px; padding: 50px; overflow: hidden; background: #fff; border: 1px solid var(--line); border-radius: 28px; box-shadow: 0 16px 50px rgba(6,59,120,.08); }
.program-card:first-child { color: #fff; background: var(--navy); border-color: var(--navy); }
.program-card:first-child h3, .program-card:first-child a { color: #fff; }
.program-card:first-child p { color: rgba(255,255,255,.76); }
.program-top { display: flex; align-items: center; justify-content: space-between; margin-bottom: 62px; }
.program-top > span { color: rgba(6,59,120,.13); font: 500 70px/1 "Source Sans 3", "Segoe UI", sans-serif; }
.program-card:first-child .program-top > span { color: rgba(255,255,255,.16); }
.program-card h3 { margin-bottom: 20px; font-size: 2rem; }
.program-card a { font-weight: 600; }
.program-card a span { color: var(--green); }
.feature-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.feature-card { padding: 32px; border: 1px solid var(--line); border-radius: 20px; }
.feature-card h3 { margin: 28px 0 16px; font-size: 1.38rem; }
.feature-card p { margin: 0; font-size: 15px; }

.subhero { position: relative; min-height: 330px; display: flex; align-items: center; overflow: hidden; background: var(--navy-950); }
.subhero::before { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(3,39,80,.96), rgba(6,59,120,.54)), var(--hero-image) center / cover no-repeat; content: ""; }
.subhero .shell { position: relative; z-index: 1; }
.subhero p, .subhero a { color: rgba(255,255,255,.75); font-size: 14px; font-weight: 600; }
.subhero h1 { color: #fff; font-size: clamp(2.6rem, 4.5vw, 3.8rem); }
.story-grid { display: grid; grid-template-columns: 1.02fr .98fr; align-items: center; gap: clamp(60px, 8vw, 110px); }
.story-image { margin: 0; }
.story-image img { width: 100%; height: 610px; object-fit: cover; border-radius: 28px; box-shadow: var(--shadow); }
.story-copy h2 { margin-bottom: 18px; }
.story-copy h3 { margin-bottom: 34px; font-size: 1.6rem; }
.story-copy p { font-size: 18px; }
.reasons { background: linear-gradient(90deg, #fff 0 33%, var(--mint) 33%); }
.reasons-grid { display: grid; grid-template-columns: .6fr 1.4fr; align-items: start; gap: 70px; }
.reason-list { display: grid; gap: 18px; }
.reason { display: grid; grid-template-columns: 58px 1fr; align-items: start; gap: 22px; padding: 28px; background: #fff; border: 1px solid var(--line); border-radius: 20px; }
.reason h3 { margin: 3px 0 10px; font-size: 1.35rem; }
.reason p { margin: 0; }
.service-feature-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 28px; }
.service-feature { position: relative; min-height: 580px; padding: 52px; border: 1px solid var(--line); border-radius: 28px; }
.service-feature:nth-child(odd) { color: #fff; background: var(--navy); border-color: var(--navy); }
.service-feature:nth-child(odd) h2, .service-feature:nth-child(odd) a { color: #fff; }
.service-feature:nth-child(odd) p { color: rgba(255,255,255,.76); }
.service-number { position: absolute; top: 42px; right: 46px; color: rgba(6,59,120,.13); font: 500 76px/1 "Source Sans 3", "Segoe UI", sans-serif; }
.service-feature:nth-child(odd) .service-number { color: rgba(255,255,255,.15); }
.service-feature .icon-tile { margin-bottom: 72px; }
.service-feature h2 { margin-bottom: 22px; font-size: 2.2rem; }

.article-layout { display: grid; grid-template-columns: minmax(0, 1fr) 290px; align-items: start; gap: 80px; }
.prose { min-width: 0; }
.prose h1 { margin-bottom: 38px; font-size: clamp(2.25rem, 4vw, 3.5rem); }
.prose h2 { margin: 1.55em 0 .65em; font-size: clamp(1.7rem, 2.8vw, 2.35rem); }
.prose p, .prose li { color: #435c70; font-size: 17px; }
.prose ul { padding-left: 1.3em; }
.prose li + li { margin-top: 10px; }
.content-image, .article-lead-image { width: 100%; max-height: 500px; margin: 0 0 40px; object-fit: cover; border-radius: 24px; }
.program-aside { position: sticky; top: 125px; padding: 30px; background: var(--ice); border-radius: 20px; }
.program-aside > a:not(.button) { display: block; padding: 13px 0; border-bottom: 1px solid var(--line); font-weight: 600; text-decoration: none; }
.program-aside .button { display: flex; margin-top: 24px; }
.article .eyebrow { margin-bottom: 16px; }
.article .article-lead-image { margin-top: 38px; }

.faq-list { display: grid; gap: 14px; }
.faq-item { border: 1px solid var(--line); border-radius: 18px; background: #fff; }
.faq-item summary { padding: 24px 60px 24px 26px; color: var(--navy-950); font-weight: 600; cursor: pointer; }
.faq-item p { padding: 0 26px 24px; margin: 0; }
.post-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 26px; }
.post-card { overflow: hidden; border: 1px solid var(--line); border-radius: 22px; background: #fff; }
.post-image img { width: 100%; aspect-ratio: 4 / 3; object-fit: cover; }
.post-card > div { padding: 28px; }
.post-meta { color: var(--green-dark); font-size: 12px; font-weight: 600; letter-spacing: .06em; text-transform: uppercase; }
.post-card h3 { font-size: 1.4rem; }
.post-card h3 a { color: var(--navy-950); text-decoration: none; }

.contact-grid { display: grid; grid-template-columns: .72fr 1.28fr; gap: 42px; }
.contact-card { padding: 42px; color: #fff; background: var(--navy); border-radius: 24px; }
.contact-card h2, .contact-card a { color: #fff; }
.contact-card p { color: rgba(255,255,255,.72); }
.contact-card > div { margin-top: 30px; }
.contact-card span { display: block; color: #8ce4c8; font-size: 12px; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; }
.contact-card a { font-weight: 600; }
.contact-form { padding: 42px; border: 1px solid var(--line); border-radius: 24px; box-shadow: var(--shadow); }
.contact-form label { display: block; margin-bottom: 19px; color: var(--navy-950); font-size: 15px; font-weight: 600; }
.contact-form label i { color: #b83445; }
.contact-form input, .contact-form textarea { display: block; width: 100%; margin-top: 7px; padding: 13px 15px; color: var(--ink); background: #fff; border: 1px solid #b9cad5; border-radius: 10px; }
.contact-form textarea { resize: vertical; }
.field-row { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
.honeypot { position: absolute !important; left: -9999px !important; width: 1px !important; height: 1px !important; }
.form-status { margin-top: 18px; padding: 13px 15px; border-radius: 10px; }
.form-status.success { color: #07513e; background: #def5ec; }
.form-status.error { color: #8a2633; background: #fde8eb; }
.contact-form .server_response { margin-top: 18px; padding: 13px 15px; border-radius: 10px; }
.contact-form .server_response.alert-success { color: #07513e; background: #def5ec; }
.contact-form .server_response.alert-danger { color: #8a2633; background: #fde8eb; }
.not-found { min-height: 70vh; display: grid; place-items: center; text-align: center; }
.not-found > div > p { color: var(--green); font: 600 5rem/1 "Source Sans 3", "Segoe UI", sans-serif; }
.not-found h1 { margin-bottom: 28px; }

.site-footer { color: rgba(255,255,255,.72); background: var(--navy-950); }
.footer-main { display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; gap: 50px; padding: 64px 0 48px; }
.footer-brand img { width: 150px; }
.site-footer nav { display: flex; flex-wrap: wrap; justify-content: center; gap: 20px; }
.site-footer a { color: rgba(255,255,255,.82); font-size: 14px; text-decoration: none; }
.footer-contact { display: grid; justify-items: end; gap: 7px; }
.copyright { padding: 20px 0; border-top: 1px solid rgba(255,255,255,.12); font-size: 13px; text-align: center; }

@media (max-width: 980px) {
  .menu-button { display: grid; }
  .primary-nav { position: absolute; top: calc(100% + 1px); right: 24px; left: 24px; display: none; padding: 16px; background: #fff; border: 1px solid var(--line); border-radius: 18px; box-shadow: var(--shadow); }
  .primary-nav.open { display: grid; }
  .primary-nav .contact-link { margin: 8px 0 0; text-align: center; }
  .home-hero { min-height: auto; grid-template-columns: 1fr; }
  .hero-photo { min-height: 520px; border-radius: 0 0 32px 32px; }
  .hero-copy { max-width: none; padding: 72px max(24px, calc((100vw - 900px) / 2)); }
  .split, .story-grid, .reasons-grid, .contact-grid { grid-template-columns: 1fr; }
  .program-grid, .service-feature-grid, .value-grid { grid-template-columns: 1fr; }
  .feature-grid, .post-grid { grid-template-columns: repeat(2, 1fr); }
  .reasons { background: var(--mint); }
  .article-layout { grid-template-columns: 1fr; }
  .program-aside { position: static; }
  .footer-main { grid-template-columns: 1fr 1fr; }
  .footer-main nav { order: 3; grid-column: 1 / -1; justify-content: flex-start; }
}

@media (max-width: 640px) {
  body { font-size: 16px; }
  .shell, .reading-width { width: min(calc(100% - 30px), var(--shell)); }
  .section { padding: 74px 0; }
  .nav-shell { min-height: 76px; }
  .brand img { width: 125px; height: 58px; }
  .hero-photo { min-height: 380px; }
  .hero-copy { padding: 58px 20px 70px; }
  .hero-copy h1 { font-size: 2.7rem; }
  .hero-copy p { font-size: 15px; }
  .portrait-frame img, .story-image img { height: 410px; }
  .section-heading { margin-bottom: 38px; }
  .value-grid, .feature-grid, .post-grid, .field-row { grid-template-columns: 1fr; }
  .value-card, .program-card, .service-feature, .contact-card, .contact-form { padding: 28px; }
  .program-card, .service-feature { min-height: 0; }
  .program-top { margin-bottom: 40px; }
  .feature-card { display: grid; grid-template-columns: 54px 1fr; gap: 18px; padding: 24px; }
  .feature-card .icon-tile { width: 54px; height: 54px; }
  .feature-card h3 { margin: 2px 0 10px; }
  .subhero { min-height: 260px; }
  .subhero h1 { font-size: 2.6rem; }
  .article h1 { font-size: 2.35rem; }
  .footer-main { grid-template-columns: 1fr; gap: 30px; }
  .footer-main nav { grid-column: auto; }
  .footer-contact { justify-items: start; }
}

@media (prefers-reduced-motion: reduce) { *, *::before, *::after { scroll-behavior: auto !important; transition: none !important; } }
