:root {
    --navy: #0c2940;
    --navy-2: #173d58;
    --olive: #707b4f;
    --olive-dark: #59633c;
    --gold: #d9a85f;
    --gold-soft: #f5e7cf;
    --cream: #fbf8f2;
    --sand: #eee6d8;
    --ink: #172633;
    --muted: #5c6971;
    --line: #dde2de;
    --white: #fff;
    --shadow: 0 20px 55px rgba(12, 41, 64, .12);
    --radius: 18px;
    --radius-lg: 30px;
    --container: 1180px;
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
    margin: 0;
    color: var(--ink);
    background: var(--white);
    font-family: "DM Sans", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
    font-size: 17px;
    line-height: 1.68;
    -webkit-font-smoothing: antialiased;
}
body.nav-open { overflow: hidden; }
img { display: block; max-width: 100%; height: auto; }
a { color: var(--navy); text-underline-offset: 3px; }
a:hover { color: var(--olive-dark); }
button, input, select, textarea { font: inherit; }
h1, h2, h3, h4 {
    margin: 0 0 .65em;
    color: var(--navy);
    font-family: "Lora", Georgia, serif;
    line-height: 1.16;
    letter-spacing: -.025em;
}
h1 { font-size: clamp(2.65rem, 6vw, 5.6rem); }
h2 { font-size: clamp(2rem, 4vw, 3.55rem); }
h3 { font-size: clamp(1.22rem, 2vw, 1.55rem); }
p { margin: 0 0 1.25em; }
ul, ol { margin-top: 0; }

.container { width: min(calc(100% - 40px), var(--container)); margin-inline: auto; }
.container--narrow { width: min(calc(100% - 40px), 830px); margin-inline: auto; }
.section { padding: clamp(76px, 9vw, 125px) 0; }
.section--tight { padding: clamp(56px, 7vw, 90px) 0; }
.section--cream { background: var(--cream); }
.section--navy { background: var(--navy); color: rgba(255,255,255,.8); }
.section--navy h2, .section--navy h3 { color: var(--white); }
.section-head { max-width: 760px; margin-bottom: 48px; }
.section-head--center { margin-inline: auto; text-align: center; }
.section-head p { max-width: 660px; color: var(--muted); font-size: 1.07rem; }
.section-head--center p { margin-inline: auto; }
.eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 9px;
    margin: 0 0 18px;
    color: var(--olive-dark);
    font-size: .77rem;
    font-weight: 700;
    letter-spacing: .14em;
    line-height: 1.2;
    text-transform: uppercase;
}
.eyebrow::before { width: 26px; height: 2px; background: var(--gold); content: ""; }
.section--navy .eyebrow, .page-hero .eyebrow { color: #f2cc91; }
.lead { color: var(--muted); font-size: clamp(1.1rem, 2vw, 1.3rem); }
.kicker { color: var(--gold); font-weight: 700; letter-spacing: .02em; }
.sr-only {
    position: absolute !important; width: 1px; height: 1px; padding: 0; margin: -1px;
    overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0;
}
.skip-link { position: fixed; left: 16px; top: -80px; z-index: 1000; background: var(--white); padding: 10px 16px; border-radius: 6px; }
.skip-link:focus { top: 16px; }

.button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 52px;
    padding: 14px 25px;
    border: 2px solid var(--navy);
    border-radius: 999px;
    background: var(--navy);
    color: var(--white);
    font-weight: 700;
    line-height: 1.2;
    text-decoration: none;
    transition: transform .2s ease, background .2s ease, border-color .2s ease;
}
.button:hover { transform: translateY(-2px); background: var(--olive-dark); border-color: var(--olive-dark); color: var(--white); }
.button--outline { background: transparent; color: var(--navy); }
.button--light { border-color: var(--white); background: var(--white); color: var(--navy); }
.button--ghost-light { border-color: rgba(255,255,255,.55); background: transparent; color: var(--white); }
.button--small { min-height: 43px; padding: 10px 18px; font-size: .9rem; }
.button-row { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 30px; }

.topbar { background: var(--navy); color: rgba(255,255,255,.78); font-size: .82rem; }
.topbar__inner { display: flex; justify-content: space-between; gap: 24px; min-height: 38px; align-items: center; }
.topbar p { margin: 0; }
.topbar a { color: var(--white); text-decoration: none; }
.topbar__links { display: flex; gap: 10px; align-items: center; }
.site-header { position: sticky; top: 0; z-index: 100; background: rgba(255,255,255,.96); box-shadow: 0 1px 0 rgba(12,41,64,.08); backdrop-filter: blur(12px); }
.site-header__inner { display: flex; min-height: 86px; align-items: center; justify-content: space-between; gap: 28px; }
.brand { display: inline-flex; align-items: center; gap: 12px; color: var(--navy); text-decoration: none; }
.brand:hover { color: var(--navy); }
.brand img { width: 66px; height: 65px; border-radius: 50%; object-fit: cover; }
.brand__text { display: grid; line-height: 1; }
.brand__text strong { font-family: "Lora", Georgia, serif; font-size: 1rem; letter-spacing: -.02em; }
.brand__text span { margin-top: 7px; color: var(--olive-dark); font-size: .72rem; font-weight: 700; letter-spacing: .16em; text-transform: uppercase; }
.site-nav { display: flex; align-items: center; gap: 22px; }
.site-nav__list { display: flex; align-items: center; gap: 22px; padding: 0; margin: 0; list-style: none; }
.site-nav__list a { position: relative; color: var(--ink); font-size: .91rem; font-weight: 600; text-decoration: none; }
.site-nav__list a::after { position: absolute; left: 0; bottom: -7px; width: 0; height: 2px; background: var(--gold); content: ""; transition: width .2s ease; }
.site-nav__list a:hover::after, .site-nav__list .current-menu-item > a::after { width: 100%; }
.nav-toggle { display: none; width: 46px; height: 46px; border: 0; border-radius: 50%; background: var(--cream); }
.nav-toggle__lines, .nav-toggle__lines::before, .nav-toggle__lines::after { display: block; width: 22px; height: 2px; background: var(--navy); transition: .2s; content: ""; }
.nav-toggle__lines { position: relative; margin: auto; }
.nav-toggle__lines::before { position: absolute; top: -7px; }
.nav-toggle__lines::after { position: absolute; top: 7px; }

.hero { position: relative; overflow: hidden; background: var(--cream); }
.hero::after { position: absolute; right: -140px; top: -160px; width: 520px; height: 520px; border: 80px solid rgba(217,168,95,.14); border-radius: 50%; content: ""; }
.hero__grid { position: relative; z-index: 1; display: grid; grid-template-columns: minmax(0, 1.02fr) minmax(0, .98fr); min-height: 690px; align-items: center; gap: 64px; }
.hero__copy { padding: 70px 0; }
.hero h1 { max-width: 760px; font-size: clamp(3rem, 6vw, 5.4rem); }
.hero h1 em { color: var(--olive-dark); font-style: normal; }
.hero__copy > p:not(.eyebrow) { max-width: 650px; color: var(--muted); font-size: 1.16rem; }
.hero__media { position: relative; align-self: stretch; min-height: 560px; margin-right: calc((100vw - min(100vw - 40px, var(--container))) / -2); }
.hero__media img { width: 100%; height: 100%; min-height: 690px; object-fit: cover; }
.hero__media::after { position: absolute; inset: 0; background: linear-gradient(90deg, var(--cream) 0%, transparent 20%); content: ""; pointer-events: none; }
.hero__badge { position: absolute; z-index: 2; left: -42px; bottom: 58px; width: 196px; padding: 19px; border-radius: var(--radius); background: var(--white); box-shadow: var(--shadow); }
.hero__badge strong { display: block; color: var(--navy); font-family: "Lora", serif; font-size: 1.14rem; }
.hero__badge span { display: block; margin-top: 4px; color: var(--muted); font-size: .86rem; line-height: 1.45; }

.impact-strip { background: var(--navy); color: var(--white); }
.impact-grid { display: grid; grid-template-columns: repeat(4, 1fr); }
.impact-item { padding: 29px 26px; border-right: 1px solid rgba(255,255,255,.13); text-align: center; }
.impact-item:last-child { border-right: 0; }
.impact-item strong { display: block; color: var(--gold); font-family: "Lora", serif; font-size: 1.3rem; }
.impact-item span { color: rgba(255,255,255,.72); font-size: .88rem; }

.two-col { display: grid; grid-template-columns: repeat(2, minmax(0,1fr)); gap: clamp(48px, 8vw, 100px); align-items: center; }
.image-stack { position: relative; padding: 0 55px 55px 0; }
.image-stack > img { width: 100%; aspect-ratio: 4/5; border-radius: var(--radius-lg); object-fit: cover; box-shadow: var(--shadow); }
.image-stack__small { position: absolute; right: 0; bottom: 0; width: 47%; aspect-ratio: 1/1; border: 8px solid var(--white); border-radius: var(--radius); object-fit: cover; box-shadow: var(--shadow); }
.check-list { display: grid; gap: 13px; padding: 0; margin: 27px 0; list-style: none; }
.check-list li { position: relative; padding-left: 31px; }
.check-list li::before { position: absolute; left: 0; top: .16em; display: grid; width: 21px; height: 21px; place-items: center; border-radius: 50%; background: var(--gold-soft); color: var(--olive-dark); font-size: .74rem; font-weight: 900; content: "✓"; }

.card-grid { display: grid; grid-template-columns: repeat(4, minmax(0,1fr)); gap: 20px; }
.card-grid--3 { grid-template-columns: repeat(3, minmax(0,1fr)); }
.info-card { position: relative; overflow: hidden; min-height: 100%; padding: 31px; border: 1px solid var(--line); border-radius: var(--radius); background: var(--white); transition: transform .25s, box-shadow .25s; }
.info-card:hover { transform: translateY(-5px); box-shadow: var(--shadow); }
.info-card__number { display: inline-grid; width: 46px; height: 46px; margin-bottom: 23px; place-items: center; border-radius: 50%; background: var(--gold-soft); color: var(--olive-dark); font-family: "Lora", serif; font-weight: 700; }
.info-card h3 { margin-bottom: 12px; }
.info-card p { color: var(--muted); font-size: .95rem; }
.info-card ul { padding-left: 20px; color: var(--muted); font-size: .93rem; }
.info-card a.stretched { font-weight: 700; text-decoration: none; }
.info-card a.stretched::after { position: absolute; inset: 0; content: ""; }

.photo-band { display: grid; grid-template-columns: 1.25fr .75fr .75fr; min-height: 490px; }
.photo-band img { width: 100%; height: 100%; object-fit: cover; }
.photo-band img:first-child { grid-row: span 2; }
.photo-band img:nth-child(2) { border-left: 6px solid var(--white); border-bottom: 3px solid var(--white); }
.photo-band img:nth-child(3) { border-left: 6px solid var(--white); border-top: 3px solid var(--white); }

.quote-panel { display: grid; grid-template-columns: .86fr 1.14fr; overflow: hidden; border-radius: var(--radius-lg); background: var(--navy); box-shadow: var(--shadow); }
.quote-panel img { width: 100%; height: 100%; min-height: 560px; object-fit: cover; object-position: center top; }
.quote-panel__copy { display: flex; flex-direction: column; justify-content: center; padding: clamp(42px, 7vw, 86px); color: rgba(255,255,255,.78); }
.quote-panel__copy h2 { color: var(--white); }
.quote-panel blockquote { margin: 25px 0 8px; color: var(--white); font-family: "Lora", serif; font-size: clamp(1.2rem, 2.5vw, 1.65rem); line-height: 1.48; }

.cta-band { position: relative; overflow: hidden; padding: clamp(58px, 8vw, 90px) 0; background: var(--olive-dark); color: rgba(255,255,255,.8); }
.cta-band::before { position: absolute; left: -120px; bottom: -220px; width: 430px; height: 430px; border: 70px solid rgba(255,255,255,.07); border-radius: 50%; content: ""; }
.cta-band__inner { position: relative; display: flex; justify-content: space-between; gap: 50px; align-items: center; }
.cta-band h2 { max-width: 740px; color: var(--white); }
.cta-band p { max-width: 680px; margin-bottom: 0; }

.page-hero { position: relative; overflow: hidden; padding: clamp(82px, 10vw, 140px) 0; background: var(--navy); color: rgba(255,255,255,.76); }
.page-hero::after { position: absolute; right: -100px; bottom: -230px; width: 520px; height: 520px; border: 78px solid rgba(217,168,95,.12); border-radius: 50%; content: ""; }
.page-hero .container { position: relative; z-index: 1; }
.page-hero h1 { max-width: 880px; color: var(--white); }
.page-hero p:not(.eyebrow) { max-width: 700px; font-size: 1.16rem; }
.page-hero--image { min-height: 530px; display: flex; align-items: end; }
.page-hero--image::before { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(8,31,48,.96) 0%, rgba(8,31,48,.75) 50%, rgba(8,31,48,.2) 100%); content: ""; }
.page-hero--image img { position: absolute; inset: 0; z-index: -1; width: 100%; height: 100%; object-fit: cover; }

.values-grid { display: grid; grid-template-columns: repeat(5, 1fr); gap: 15px; }
.value-card { padding: 25px 20px; border-radius: 14px; background: var(--white); text-align: center; }
.value-card strong { display: block; color: var(--navy); font-family: "Lora", serif; font-size: 1.1rem; }
.value-card span { display: block; margin-top: 7px; color: var(--muted); font-size: .82rem; line-height: 1.45; }

.team-grid { display: grid; grid-template-columns: repeat(5, 1fr); gap: 18px; }
.team-card { overflow: hidden; border-radius: var(--radius); background: var(--white); box-shadow: 0 10px 34px rgba(12,41,64,.1); }
.team-card img { width: 100%; aspect-ratio: 4/5; object-fit: cover; object-position: center top; }
.team-card__body { padding: 21px; }
.team-card h3 { margin-bottom: 6px; font-size: 1.13rem; }
.team-card p { margin: 0; color: var(--olive-dark); font-size: .76rem; font-weight: 700; line-height: 1.45; text-transform: uppercase; letter-spacing: .06em; }

.program-feature { display: grid; grid-template-columns: .8fr 1.2fr; overflow: hidden; margin-bottom: 28px; border: 1px solid var(--line); border-radius: var(--radius-lg); background: var(--white); }
.program-feature:nth-child(even) { grid-template-columns: 1.2fr .8fr; }
.program-feature:nth-child(even) .program-feature__media { order: 2; }
.program-feature__media img { width: 100%; height: 100%; min-height: 430px; object-fit: cover; }
.program-feature__copy { display: flex; flex-direction: column; justify-content: center; padding: clamp(38px, 6vw, 75px); }
.program-feature__copy ul { columns: 2; padding-left: 20px; color: var(--muted); }

.pill-list { display: flex; flex-wrap: wrap; gap: 10px; padding: 0; margin: 24px 0 0; list-style: none; }
.pill-list li { padding: 9px 15px; border-radius: 999px; background: var(--gold-soft); color: var(--navy); font-size: .88rem; font-weight: 600; }
.rules-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 15px; }
.rule { display: flex; align-items: center; gap: 15px; padding: 18px 20px; border: 1px solid var(--line); border-radius: 12px; background: var(--white); }
.rule span { display: grid; flex: 0 0 34px; width: 34px; height: 34px; place-items: center; border-radius: 50%; background: var(--gold-soft); color: var(--olive-dark); font-weight: 800; }

.landlord-commitment { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 16px; padding: 0; margin: 30px 0; list-style: none; }
.landlord-commitment li { position: relative; padding: 20px 20px 20px 54px; border-radius: 12px; background: rgba(255,255,255,.08); }
.landlord-commitment li::before { position: absolute; left: 20px; color: var(--gold); font-weight: 900; content: "✓"; }

.wishlist-grid { display: grid; grid-template-columns: repeat(3, minmax(0,1fr)); gap: 18px; }
.wishlist-card { padding: 26px; border: 1px solid var(--line); border-radius: var(--radius); background: var(--white); }
.wishlist-card h3 { display: flex; align-items: center; gap: 10px; font-size: 1.18rem; }
.wishlist-card h3 span { color: var(--gold); }
.wishlist-card ul { padding-left: 20px; margin-bottom: 0; color: var(--muted); font-size: .92rem; }

.form-layout { display: grid; grid-template-columns: minmax(0, .65fr) minmax(0, 1.35fr); gap: clamp(40px, 7vw, 85px); align-items: start; }
.form-sidebar { position: sticky; top: 120px; }
.contact-card { padding: 28px; border-radius: var(--radius); background: var(--navy); color: rgba(255,255,255,.78); }
.contact-card h2, .contact-card h3 { color: var(--white); }
.contact-card a { color: var(--white); }
.contact-list { display: grid; gap: 20px; padding: 0; margin: 24px 0 0; list-style: none; }
.contact-list strong { display: block; color: var(--gold); font-size: .75rem; letter-spacing: .08em; text-transform: uppercase; }
.hfh-form { display: grid; gap: 25px; }
.form-section { padding: clamp(24px, 4vw, 38px); border: 1px solid var(--line); border-radius: var(--radius); background: var(--white); }
.form-section h2 { margin-bottom: 7px; font-size: 1.55rem; }
.form-section__intro { color: var(--muted); font-size: .92rem; }
.field-grid { display: grid; grid-template-columns: repeat(2, minmax(0,1fr)); gap: 18px; }
.field-grid--3 { grid-template-columns: repeat(3, minmax(0,1fr)); }
.field { display: grid; gap: 7px; }
.field--full { grid-column: 1 / -1; }
.field label, .field legend { color: var(--ink); font-size: .89rem; font-weight: 700; }
.field input, .field select, .field textarea {
    width: 100%; min-height: 49px; padding: 12px 14px; border: 1px solid #cbd3d2; border-radius: 9px;
    background: #fff; color: var(--ink); outline: none;
}
.field textarea { min-height: 125px; resize: vertical; }
.field input:focus, .field select:focus, .field textarea:focus { border-color: var(--olive); box-shadow: 0 0 0 3px rgba(112,123,79,.15); }
.field-help { margin: -1px 0 0; color: var(--muted); font-size: .76rem; }
.choice-grid { display: flex; flex-wrap: wrap; gap: 10px 18px; }
.choice-grid label { display: flex; align-items: center; gap: 8px; font-weight: 500; }
.choice-grid input { width: 18px; min-height: auto; height: 18px; padding: 0; }
.consent { display: flex; gap: 12px; align-items: flex-start; font-size: .9rem; }
.consent input { flex: 0 0 19px; width: 19px; height: 19px; margin-top: 4px; }
.form-notice { padding: 18px 20px; margin-bottom: 24px; border-radius: 10px; font-weight: 600; }
.form-notice--success { border: 1px solid #85a66d; background: #edf6e8; color: #315221; }
.form-notice--error { border: 1px solid #c67a72; background: #fff0ee; color: #7d2920; }
.privacy-note { padding: 18px 20px; border-left: 4px solid var(--gold); background: var(--cream); color: var(--muted); font-size: .86rem; }
.honeypot { position: absolute; left: -9999px; }

.prose { max-width: 840px; }
.prose h1 { font-size: clamp(2.6rem, 5vw, 4.4rem); }
.prose h2 { margin-top: 1.45em; font-size: 2rem; }
.prose h3 { margin-top: 1.4em; }
.prose p, .prose li { color: var(--muted); }
.error-page { min-height: 60vh; display: grid; align-items: center; }

.site-footer { padding: 74px 0 26px; background: #081f30; color: rgba(255,255,255,.68); }
.footer-grid { display: grid; grid-template-columns: 1.35fr .7fr 1fr; gap: 70px; }
.site-footer h2 { color: var(--white); font-family: "DM Sans", sans-serif; font-size: .85rem; letter-spacing: .12em; text-transform: uppercase; }
.brand--footer { color: var(--white); }
.brand--footer:hover { color: var(--white); }
.brand--footer .brand__text span { color: var(--gold); }
.footer-brand > p { max-width: 420px; margin-top: 24px; }
.footer-tagline { color: var(--gold); font-weight: 700; }
.footer-links { display: grid; gap: 9px; padding: 0; list-style: none; }
.footer-links a { color: rgba(255,255,255,.78); text-decoration: none; }
.footer-links a:hover { color: var(--white); }
.footer-contact { word-break: break-word; }
.footer-bottom { display: flex; justify-content: space-between; gap: 20px; padding-top: 26px; margin-top: 54px; border-top: 1px solid rgba(255,255,255,.12); font-size: .78rem; }
.footer-bottom p { margin: 0; }
.footer-bottom a { color: rgba(255,255,255,.65); }

@media (max-width: 1100px) {
    .site-nav { gap: 14px; }
    .site-nav__list { gap: 14px; }
    .site-nav__list a { font-size: .82rem; }
    .brand__text { display: none; }
    .card-grid { grid-template-columns: repeat(2, 1fr); }
    .team-grid { grid-template-columns: repeat(3, 1fr); }
    .values-grid { grid-template-columns: repeat(3, 1fr); }
}

@media (max-width: 860px) {
    body { font-size: 16px; }
    .topbar__inner { justify-content: center; }
    .topbar__inner > p { display: none; }
    .site-header__inner { min-height: 74px; }
    .brand img { width: 57px; height: 56px; }
    .brand__text { display: grid; }
    .nav-toggle { display: block; }
    .site-nav {
        position: fixed; inset: 112px 0 auto; display: block; max-height: calc(100vh - 112px); padding: 30px 20px 38px;
        overflow: auto; background: var(--white); border-top: 1px solid var(--line); box-shadow: var(--shadow);
        opacity: 0; visibility: hidden; transform: translateY(-10px); transition: .2s;
    }
    .nav-open .site-nav { opacity: 1; visibility: visible; transform: none; }
    .nav-open .nav-toggle__lines { background: transparent; }
    .nav-open .nav-toggle__lines::before { top: 0; transform: rotate(45deg); }
    .nav-open .nav-toggle__lines::after { top: 0; transform: rotate(-45deg); }
    .site-nav__list { display: grid; gap: 0; margin-bottom: 23px; }
    .site-nav__list a { display: block; padding: 12px 4px; border-bottom: 1px solid var(--line); font-size: 1rem; }
    .site-nav > .button { width: 100%; }
    .hero__grid { grid-template-columns: 1fr; gap: 0; }
    .hero__copy { padding: 70px 0 45px; }
    .hero__media { min-height: 430px; margin: 0 -20px; }
    .hero__media img { min-height: 430px; }
    .hero__media::after { background: linear-gradient(180deg, var(--cream), transparent 18%); }
    .hero__badge { left: 20px; bottom: 25px; }
    .impact-grid { grid-template-columns: repeat(2, 1fr); }
    .impact-item:nth-child(2) { border-right: 0; }
    .impact-item:nth-child(-n+2) { border-bottom: 1px solid rgba(255,255,255,.13); }
    .two-col, .quote-panel, .form-layout { grid-template-columns: 1fr; }
    .quote-panel img { max-height: 650px; }
    .photo-band { min-height: 380px; }
    .cta-band__inner { display: block; }
    .cta-band .button-row { margin-top: 26px; }
    .program-feature, .program-feature:nth-child(even) { grid-template-columns: 1fr; }
    .program-feature:nth-child(even) .program-feature__media { order: 0; }
    .program-feature__media img { min-height: 320px; max-height: 470px; }
    .wishlist-grid { grid-template-columns: repeat(2, 1fr); }
    .form-sidebar { position: static; }
    .footer-grid { grid-template-columns: 1.25fr 1fr; }
    .footer-brand { grid-column: 1 / -1; }
}

@media (max-width: 600px) {
    .container, .container--narrow { width: min(calc(100% - 28px), var(--container)); }
    .topbar__links span { display: none; }
    .brand__text strong { font-size: .87rem; }
    .brand__text span { font-size: .63rem; }
    .site-nav { inset-block-start: 112px; }
    .hero h1 { font-size: 2.85rem; }
    .hero__media { margin-inline: -14px; }
    .button-row { display: grid; }
    .button-row .button { width: 100%; }
    .card-grid, .card-grid--3, .team-grid, .values-grid, .wishlist-grid, .field-grid, .field-grid--3, .rules-grid, .landlord-commitment { grid-template-columns: 1fr; }
    .photo-band { grid-template-columns: 1fr 1fr; min-height: 500px; }
    .photo-band img:first-child { grid-column: 1 / -1; grid-row: auto; height: 310px; }
    .photo-band img:nth-child(2), .photo-band img:nth-child(3) { height: 190px; border: 3px solid var(--white); }
    .image-stack { padding: 0 28px 38px 0; }
    .program-feature__copy ul { columns: 1; }
    .team-grid { grid-template-columns: repeat(2, 1fr); }
    .team-card__body { padding: 16px; }
    .team-card h3 { font-size: 1rem; }
    .team-card p { font-size: .66rem; }
    .footer-grid { grid-template-columns: 1fr; gap: 35px; }
    .footer-brand { grid-column: auto; }
    .footer-bottom { display: grid; }
}

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

