@font-face {
  font-family: "Manrope";
  src: url("/fonts/manrope-variable.woff2") format("woff2");
  font-weight: 200 800;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Inter";
  src: url("/fonts/inter-variable.woff2") format("woff2");
  font-weight: 100 900;
  font-style: normal;
  font-display: swap;
}

:root {
  --cobalt: #1746d1;
  --cobalt-dark: #1239ad;
  --navy: #102a43;
  --navy-soft: #173b5c;
  --aqua: #39c6c8;
  --teal: #087e8b;
  --teal-dark: #056873;
  --yellow: #f6c945;
  --coral: #ef6a5b;
  --ink: #172b3a;
  --muted: #526777;
  --line: #dbe4ec;
  --soft: #f3f7fb;
  --soft-blue: #eef3ff;
  --white: #ffffff;
  --shadow: 0 18px 50px rgba(16, 42, 67, 0.1);
  --radius: 22px;
  --container: 1180px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--white);
  font-family: "Inter", Arial, sans-serif;
  font-size: 17px;
  line-height: 1.72;
  -webkit-font-smoothing: antialiased;
}

img { display: block; max-width: 100%; }
a { color: var(--cobalt); text-underline-offset: 3px; }
a:hover { color: var(--cobalt-dark); }
h1, h2, h3, .brand-name {
  margin: 0;
  color: var(--navy);
  font-family: "Manrope", Arial, sans-serif;
  line-height: 1.13;
  letter-spacing: -0.035em;
}
h1 { max-width: 820px; font-size: clamp(2.7rem, 6vw, 5rem); font-weight: 780; }
h2 { font-size: clamp(2rem, 4vw, 3.45rem); font-weight: 740; }
h3 { font-size: clamp(1.18rem, 2vw, 1.45rem); font-weight: 720; }
p { margin: 0 0 1.15rem; }
button, input, select, textarea { font: inherit; }
:focus-visible { outline: 4px solid var(--yellow); outline-offset: 3px; }

.container { width: min(calc(100% - 40px), var(--container)); margin-inline: auto; }
.container.narrow, .prose { max-width: 800px; }
.skip-link { position: fixed; top: -100px; left: 20px; z-index: 100; padding: 12px 18px; background: var(--yellow); color: var(--navy); font-weight: 800; border-radius: 0 0 12px 12px; }
.skip-link:focus { top: 0; }
.visually-hidden { position: absolute !important; width: 1px !important; height: 1px !important; padding: 0 !important; margin: -1px !important; overflow: hidden !important; clip: rect(0, 0, 0, 0) !important; white-space: nowrap !important; border: 0 !important; }

.utility-bar { background: var(--navy); color: #e7f0f6; font-size: .82rem; }
.utility-inner { min-height: 36px; display: flex; align-items: center; justify-content: space-between; gap: 20px; }
.utility-inner a { color: #fff; font-weight: 700; text-decoration: none; }
.site-header { position: sticky; top: 0; z-index: 50; background: rgba(255,255,255,.96); border-bottom: 1px solid rgba(16,42,67,.08); backdrop-filter: blur(14px); }
.header-inner { min-height: 84px; display: flex; align-items: center; justify-content: space-between; gap: 28px; }
.brand { display: inline-flex; align-items: center; gap: 12px; color: var(--navy); text-decoration: none; flex-shrink: 0; }
.brand:hover { color: var(--navy); }
.brand-mark { position: relative; width: 45px; height: 45px; display: block; }
.brand-mark i, .brand-mark b { position: absolute; width: 36px; height: 36px; display: grid; place-items: center; border-radius: 50%; color: #fff; font: 800 16px/1 "Manrope", sans-serif; font-style: normal; box-shadow: 0 4px 14px rgba(16,42,67,.12); }
.brand-mark i { left: 0; top: 0; background: var(--cobalt); }
.brand-mark b { right: 0; bottom: 0; background: var(--teal); }
.brand-name { font-size: 1.16rem; font-weight: 800; letter-spacing: -.04em; }
.brand-name span { color: var(--cobalt); }
.desktop-nav { display: flex; align-items: center; justify-content: flex-end; gap: 24px; }
.desktop-nav > a:not(.button) { position: relative; color: var(--navy); font-size: .91rem; font-weight: 720; text-decoration: none; white-space: nowrap; }
.desktop-nav > a[aria-current="page"]::after { content: ""; position: absolute; left: 0; right: 0; bottom: -10px; height: 3px; background: var(--yellow); border-radius: 4px; }
.mobile-nav { display: none; }

.button { min-height: 52px; padding: 13px 22px; display: inline-flex; align-items: center; justify-content: center; gap: 10px; border: 2px solid var(--cobalt); border-radius: 999px; background: var(--cobalt); color: #fff; font-weight: 780; line-height: 1.2; text-decoration: none; box-shadow: 0 8px 18px rgba(23,70,209,.2); cursor: pointer; transition: transform .2s ease, box-shadow .2s ease, background .2s ease; }
.button:hover { color: #fff; background: var(--cobalt-dark); border-color: var(--cobalt-dark); transform: translateY(-2px); box-shadow: 0 12px 24px rgba(23,70,209,.25); }
.button-secondary { background: transparent; border-color: var(--navy); color: var(--navy); box-shadow: none; }
.button-secondary:hover { background: var(--navy); border-color: var(--navy); color: #fff; }
.button-small { min-height: 44px; padding: 10px 18px; font-size: .9rem; }
.button-row { margin-top: 30px; display: flex; flex-wrap: wrap; gap: 12px; }
.text-link { font-weight: 780; text-decoration: none; }

.page-hero { position: relative; overflow: hidden; background: linear-gradient(135deg, #eef3ff 0%, #fff 62%); }
.page-hero::before { content: ""; position: absolute; right: -130px; bottom: -230px; width: 520px; height: 520px; border: 70px solid rgba(57,198,200,.14); border-radius: 50%; }
.page-hero-teal { background: linear-gradient(135deg, #e9f8f7 0%, #fff 66%); }
.hero-grid { min-height: 680px; padding-block: 74px; display: grid; grid-template-columns: 1.04fr .96fr; align-items: center; gap: 64px; }
.hero-copy { position: relative; z-index: 2; }
.hero-copy .lead { max-width: 680px; margin-top: 25px; color: var(--muted); font-size: clamp(1.12rem, 2vw, 1.35rem); line-height: 1.65; }
.eyebrow { margin: 0 0 15px; color: var(--cobalt); font-size: .8rem; font-weight: 850; letter-spacing: .16em; line-height: 1.4; text-transform: uppercase; }
.page-hero-teal .eyebrow, .section-teal .eyebrow { color: var(--teal); }
.hero-image-wrap { position: relative; z-index: 1; }
.hero-image-wrap::before { content: ""; position: absolute; left: -20px; bottom: -20px; width: 62%; height: 68%; background: var(--yellow); border-radius: var(--radius); transform: rotate(-4deg); }
.hero-image { position: relative; z-index: 1; width: 100%; height: 480px; object-fit: cover; border-radius: 30px 90px 30px 30px; box-shadow: var(--shadow); }
.page-hero-teal .hero-image { height: 520px; object-position: center 45%; }

.initiative-strip { border-block: 1px solid var(--line); background: #fff; }
.initiative-inner { min-height: 116px; display: flex; align-items: center; justify-content: center; gap: 24px; }
.initiative-inner p { margin: 0; color: var(--muted); font-size: .9rem; font-weight: 700; }
.initiative-inner img { width: 126px; height: 62px; object-fit: contain; }
.initiative-inner span { color: var(--teal); font: 800 1.4rem/1 "Manrope", sans-serif; }

.section { padding-block: 100px; }
.section-soft { background: var(--soft); }
.section-heading { max-width: 780px; margin-bottom: 45px; }
.section-heading.center { margin-inline: auto; text-align: center; }
.section-heading p { max-width: 710px; margin-top: 20px; color: var(--muted); font-size: 1.08rem; }
.section-heading.center p { margin-inline: auto; }
.three-grid, .four-grid, .two-grid { display: grid; gap: 24px; }
.three-grid { grid-template-columns: repeat(3, 1fr); }
.four-grid { grid-template-columns: repeat(4, 1fr); }
.two-grid { grid-template-columns: repeat(2, 1fr); }
.card, .icon-cards article, .program-grid article { padding: 32px; border: 1px solid var(--line); border-radius: var(--radius); background: #fff; box-shadow: 0 12px 36px rgba(16,42,67,.05); }
.number-card > span { width: 48px; height: 48px; margin-bottom: 24px; display: grid; place-items: center; border-radius: 50%; background: var(--soft-blue); color: var(--cobalt); font-family: "Manrope", sans-serif; font-weight: 850; }
.number-card:nth-child(2) > span { background: #e7f8f8; color: var(--teal); }
.number-card:nth-child(3) > span { background: #fff5d3; color: #8a6600; }
.number-card h3, .icon-cards h3 { margin-bottom: 12px; }
.number-card p, .icon-cards p { margin: 0; color: var(--muted); }

.audience-card { position: relative; overflow: hidden; padding: 46px; border-radius: 28px; color: #fff; }
.audience-card::after { content: ""; position: absolute; right: -50px; bottom: -110px; width: 260px; height: 260px; border: 48px solid rgba(255,255,255,.10); border-radius: 50%; }
.audience-older { background: var(--cobalt); }
.audience-young { background: var(--navy); }
.audience-card h3 { max-width: 530px; margin: 22px 0 16px; color: #fff; font-size: clamp(1.65rem, 3vw, 2.25rem); }
.audience-card p { max-width: 580px; color: rgba(255,255,255,.85); }
.audience-card .check-list { margin-bottom: 28px; }
.audience-card .check-list li { color: #fff; }
.audience-card .check-list li::before { background: rgba(255,255,255,.18); color: #fff; }
.audience-card .button { position: relative; z-index: 1; background: #fff; border-color: #fff; color: var(--navy); box-shadow: none; }
.audience-card .button:hover { background: var(--yellow); border-color: var(--yellow); color: var(--navy); }
.pill { display: inline-flex; padding: 6px 13px; border-radius: 999px; background: #eaf0ff; color: var(--cobalt); font-size: .73rem; font-weight: 850; letter-spacing: .06em; line-height: 1.35; text-transform: uppercase; }
.pill-yellow { background: var(--yellow); color: var(--navy); }

.split { display: grid; grid-template-columns: 1fr 1fr; align-items: center; gap: 76px; }
.split-reverse > :first-child { order: 2; }
.split-reverse > :last-child { order: 1; }
.split h2 { margin-bottom: 24px; }
.split p { color: var(--muted); }
.split .button { margin-top: 15px; }
.split-image { position: relative; }
.split-image::after { content: ""; position: absolute; left: -16px; bottom: -16px; width: 110px; height: 110px; border-radius: 28px; background: var(--yellow); z-index: -1; }
.split-image img { width: 100%; height: 450px; object-fit: cover; border-radius: 30px; box-shadow: var(--shadow); }
.split-image.portrait img { object-position: center 42%; }
.llt-teaser { background: linear-gradient(145deg, #e8f8f7, #f7fcfc); }
.llt-teaser .split-image::after { background: var(--aqua); }
.check-list { padding: 0; margin: 22px 0; list-style: none; }
.check-list li { position: relative; min-height: 28px; margin: 11px 0; padding-left: 38px; color: var(--ink); }
.check-list li::before { content: "✓"; position: absolute; left: 0; top: 1px; width: 25px; height: 25px; display: grid; place-items: center; border-radius: 50%; background: #e8f8f7; color: var(--teal); font-weight: 900; }

.section-navy { background: var(--navy); color: #fff; }
.section-navy h2, .section-navy h3, .section-navy .eyebrow { color: #fff; }
.section-navy .eyebrow { opacity: .7; }
.section-navy p, .section-navy .split p, .section-navy .check-list li { color: rgba(255,255,255,.78); }
.section-navy .check-list li::before { background: rgba(255,255,255,.13); color: var(--aqua); }
.section-navy .button { background: var(--yellow); border-color: var(--yellow); color: var(--navy); box-shadow: none; }
.values-grid article { padding: 30px; border: 1px solid rgba(255,255,255,.16); border-radius: var(--radius); background: rgba(255,255,255,.06); }
.values-grid h3 { margin-bottom: 12px; color: #fff; }
.values-grid p { margin: 0; }

.faq-list { max-width: 930px; }
.faq-list details { border-top: 1px solid var(--line); }
.faq-list details:last-child { border-bottom: 1px solid var(--line); }
.faq-list summary { padding: 25px 48px 25px 0; color: var(--navy); font: 720 1.1rem/1.4 "Manrope", sans-serif; cursor: pointer; }
.faq-list details[open] summary { color: var(--cobalt); }
.faq-list p { max-width: 780px; padding: 0 0 25px; color: var(--muted); }
.cta-band { padding-block: 74px; background: var(--yellow); }
.cta-band > .container { display: flex; align-items: center; justify-content: space-between; gap: 50px; }
.cta-band h2 { max-width: 750px; }
.cta-band p { max-width: 720px; margin: 15px 0 0; color: #3d4b53; }
.cta-band .button { flex-shrink: 0; background: var(--navy); border-color: var(--navy); box-shadow: none; }

.icon-cards article { position: relative; padding-top: 40px; }
.icon-cards article::before { content: ""; width: 44px; height: 7px; margin-bottom: 22px; display: block; border-radius: 7px; background: var(--aqua); }
.icon-cards article:nth-child(2n)::before { background: var(--yellow); }
.icon-cards article:nth-child(3n)::before { background: var(--coral); }
.icon-cards a { display: inline-block; margin-top: 16px; font-weight: 760; text-decoration: none; }
.steps .number-card { padding: 25px; }
.steps .number-card > span { margin-bottom: 18px; }
.info-card { padding: 38px; border: 1px solid #d8e3ff; border-radius: var(--radius); background: var(--soft-blue); box-shadow: var(--shadow); }
.info-card h2, .info-card h3 { margin: 18px 0 14px; }
.info-card.wide { max-width: 900px; margin: 0 auto; text-align: center; }
.info-card.wide p { max-width: 720px; margin-inline: auto; }
.quote-card { padding: 44px; border-radius: var(--radius); background: rgba(255,255,255,.08); }
.quote-card p { margin: 0; color: #fff; font: 720 clamp(1.5rem, 3vw, 2.2rem)/1.45 "Manrope", sans-serif; }
.quote-card.light { background: var(--soft-blue); }
.quote-card.light p { color: var(--cobalt); }
.boundaries article { padding: 42px; border-radius: var(--radius); }
.boundaries h2 { margin-bottom: 22px; font-size: 2rem; }
.yes-card { background: #eaf8f2; border: 1px solid #c4eada; }
.no-card { background: #fff3f1; border: 1px solid #ffd7d1; }
.no-card ul { padding-left: 22px; }
.no-card li { margin: 10px 0; }

.promise-bar { background: var(--teal); color: #fff; }
.promise-bar .container { min-height: 92px; display: grid; grid-template-columns: repeat(3, 1fr); align-items: center; }
.promise-bar span { padding: 0 24px; text-align: center; font-weight: 760; }
.promise-bar span + span { border-left: 1px solid rgba(255,255,255,.28); }
.teal-card { border-color: #bde7e4; background: #e9f8f7; }
.teal-card .big-time { margin: 16px 0 6px; color: var(--teal); font: 780 2rem/1.2 "Manrope", sans-serif; }
.program-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 24px; }
.program-grid article { border-top: 7px solid var(--teal); }
.program-grid article:nth-child(2) { border-top-color: var(--cobalt); }
.program-grid article:nth-child(3) { border-top-color: var(--yellow); }
.program-grid article:nth-child(4) { border-top-color: var(--coral); }
.program-grid span { color: var(--teal); font-size: .75rem; font-weight: 850; letter-spacing: .1em; text-transform: uppercase; }
.program-grid h3 { margin: 12px 0; }
.program-grid p { margin: 0; color: var(--muted); }
.section-teal { background: #e8f8f7; }
.section-teal .split { align-items: start; }
.section-teal .split > div { padding: 36px; border-radius: var(--radius); background: #fff; }
.mini-steps p { padding-left: 18px; border-left: 4px solid var(--aqua); }
.partner-banner { max-width: 960px; margin: 42px auto 18px; padding: 34px; border: 1px solid var(--line); border-radius: var(--radius); background: #fff; box-shadow: var(--shadow); }
.partner-banner img { width: 100%; }
.partner-note { margin: 0; text-align: center; color: var(--muted); }
.contact-people { display: grid; grid-template-columns: 1fr 1fr; gap: 28px; }
.contact-people article { overflow: hidden; display: grid; grid-template-columns: 185px 1fr; border: 1px solid var(--line); border-radius: var(--radius); background: #fff; box-shadow: var(--shadow); }
.contact-people img { width: 100%; height: 100%; min-height: 310px; object-fit: cover; }
.contact-people article:first-child img { object-position: center 28%; }
.contact-people article > div { padding: 30px; }
.contact-people h3 { margin: 16px 0 10px; }
.contact-people p { color: var(--muted); }
.contact-people a { display: block; font-weight: 720; overflow-wrap: anywhere; }

.simple-hero { padding-block: 100px; background: linear-gradient(135deg, var(--soft-blue), #fff); }
.simple-hero h1 { font-size: clamp(2.6rem, 6vw, 4.8rem); }
.simple-hero p { max-width: 780px; margin-top: 22px; color: var(--muted); font-size: 1.15rem; }
.form-layout { display: grid; grid-template-columns: .78fr 1.22fr; align-items: start; gap: 70px; }
.contact-box { margin: 24px 0; padding: 24px; display: flex; flex-direction: column; border: 1px solid var(--line); border-radius: 18px; background: var(--soft); }
.contact-box strong { color: var(--navy); font-family: "Manrope", sans-serif; font-size: 1.08rem; }
.contact-box a { font-weight: 720; }
.contact-form { padding: 40px; border: 1px solid var(--line); border-radius: var(--radius); background: #fff; box-shadow: var(--shadow); }
.form-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; }
.contact-form label { display: block; margin-bottom: 20px; color: var(--navy); font-weight: 720; }
.contact-form label > span { color: var(--coral); }
.contact-form input:not([type="checkbox"]), .contact-form select, .contact-form textarea { width: 100%; margin-top: 8px; padding: 14px 15px; border: 1.5px solid #b7c7d4; border-radius: 12px; background: #fff; color: var(--ink); }
.contact-form textarea { resize: vertical; }
.contact-form input:focus, .contact-form select:focus, .contact-form textarea:focus { border-color: var(--cobalt); outline: 3px solid rgba(23,70,209,.14); }
.contact-form .consent { display: flex; align-items: flex-start; gap: 12px; font-weight: 540; }
.contact-form .consent input { width: 22px; height: 22px; margin-top: 3px; accent-color: var(--cobalt); flex-shrink: 0; }
.contact-form .consent span { color: var(--ink); }
.form-note { margin-top: -6px; color: var(--muted); font-size: .86rem; }
.prose h2 { margin: 42px 0 14px; font-size: 1.8rem; }
.prose h2:first-child { margin-top: 0; }
.prose p, .prose li { color: var(--muted); }
.thanks { min-height: 620px; padding-block: 120px; display: grid; place-items: center; text-align: center; background: linear-gradient(135deg, #eaf8f7, #eef3ff); }
.thanks .container { display: grid; justify-items: center; }
.thanks-mark { width: 76px; height: 76px; margin-bottom: 26px; display: grid; place-items: center; border-radius: 50%; background: var(--teal); color: #fff; font-size: 2rem; font-weight: 900; }
.thanks p { max-width: 620px; margin-top: 22px; color: var(--muted); }
.thanks .button-row { justify-content: center; }

.partner-cards article { padding: 42px; border: 1px solid var(--line); border-radius: var(--radius); background: #fff; }
.partner-cards img { width: 230px; height: 120px; margin-bottom: 26px; object-fit: contain; }
.partner-cards p { color: var(--muted); }

.site-footer { padding-top: 70px; background: #0b2134; color: rgba(255,255,255,.76); }
.site-footer .brand { margin-bottom: 20px; color: #fff; }
.site-footer .brand-name { color: #fff; }
.site-footer .brand-name span { color: var(--aqua); }
.footer-grid { display: grid; grid-template-columns: 1.4fr .8fr 1fr; gap: 70px; padding-bottom: 54px; }
.footer-grid h2 { margin-bottom: 20px; color: #fff; font-size: 1rem; letter-spacing: 0; }
.footer-grid p { max-width: 410px; }
.footer-grid a { width: fit-content; display: block; color: rgba(255,255,255,.88); text-decoration: none; }
.footer-grid a:hover { color: var(--yellow); }
.footer-bottom { min-height: 70px; display: flex; align-items: center; justify-content: space-between; gap: 20px; border-top: 1px solid rgba(255,255,255,.12); font-size: .83rem; }
.footer-bottom span:last-child { display: flex; gap: 22px; }

@media (max-width: 1080px) {
  .desktop-nav { gap: 15px; }
  .desktop-nav > a:not(.button) { font-size: .83rem; }
  .hero-grid { gap: 40px; }
  .four-grid { grid-template-columns: repeat(2, 1fr); }
  .contact-people article { grid-template-columns: 145px 1fr; }
}

@media (max-width: 900px) {
  body { font-size: 16px; }
  .desktop-nav { display: none; }
  .mobile-nav { position: relative; display: block; }
  .mobile-nav summary { min-width: 88px; padding: 10px 15px; border: 1px solid var(--line); border-radius: 999px; color: var(--navy); font-weight: 780; list-style: none; text-align: center; cursor: pointer; }
  .mobile-nav summary::-webkit-details-marker { display: none; }
  .mobile-nav nav { position: absolute; right: 0; top: 55px; width: min(330px, calc(100vw - 40px)); padding: 16px; display: grid; border: 1px solid var(--line); border-radius: 18px; background: #fff; box-shadow: var(--shadow); }
  .mobile-nav nav a { padding: 12px 10px; color: var(--navy); font-weight: 720; text-decoration: none; }
  .mobile-nav nav a[aria-current="page"] { color: var(--cobalt); background: var(--soft-blue); border-radius: 10px; }
  .hero-grid { min-height: auto; grid-template-columns: 1fr; padding-block: 62px; }
  .hero-image-wrap { max-width: 680px; }
  .hero-image { height: 420px; }
  .three-grid { grid-template-columns: 1fr; }
  .audience-grid, .split, .form-layout { grid-template-columns: 1fr; gap: 45px; }
  .split-reverse > :first-child, .split-reverse > :last-child { order: initial; }
  .split-image { max-width: 720px; }
  .split-image img { height: 410px; }
  .cta-band > .container { align-items: flex-start; flex-direction: column; }
  .contact-people { grid-template-columns: 1fr; }
  .contact-people article { grid-template-columns: 190px 1fr; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .footer-grid > div:first-child { grid-column: 1 / -1; }
}

@media (max-width: 620px) {
  .container { width: min(calc(100% - 28px), var(--container)); }
  .utility-inner { min-height: 42px; justify-content: center; }
  .utility-inner > span { display: none; }
  .header-inner { min-height: 74px; }
  .brand { gap: 8px; }
  .brand-mark { width: 39px; height: 39px; }
  .brand-mark i, .brand-mark b { width: 31px; height: 31px; font-size: 13px; }
  .brand-name { font-size: 1rem; }
  .page-hero h1 { font-size: clamp(2.5rem, 12vw, 3.8rem); }
  .hero-grid { padding-block: 50px; gap: 40px; }
  .hero-image, .page-hero-teal .hero-image { height: 330px; border-radius: 24px 55px 24px 24px; }
  .initiative-inner { padding-block: 22px; flex-wrap: wrap; gap: 12px 18px; }
  .initiative-inner p { width: 100%; text-align: center; }
  .initiative-inner img { width: 105px; height: 52px; }
  .section { padding-block: 72px; }
  .section-heading { margin-bottom: 34px; }
  .two-grid, .four-grid, .program-grid { grid-template-columns: 1fr; }
  .card, .icon-cards article, .program-grid article, .audience-card { padding: 28px; }
  .split-image img { height: 330px; }
  .promise-bar .container { padding-block: 16px; grid-template-columns: 1fr; }
  .promise-bar span { padding: 10px; }
  .promise-bar span + span { border-top: 1px solid rgba(255,255,255,.25); border-left: 0; }
  .contact-people article { grid-template-columns: 1fr; }
  .contact-people img { height: 330px; min-height: 0; }
  .partner-banner { padding: 20px; }
  .form-grid { grid-template-columns: 1fr; gap: 0; }
  .contact-form { padding: 25px; }
  .simple-hero { padding-block: 75px; }
  .footer-grid { grid-template-columns: 1fr; gap: 38px; }
  .footer-grid > div:first-child { grid-column: auto; }
  .footer-bottom { padding-block: 22px; align-items: flex-start; flex-direction: column; }
  .footer-bottom span:last-child { flex-wrap: wrap; }
}

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

@media print {
  .utility-bar, .site-header, .site-footer, .cta-band, .button { display: none !important; }
  body { color: #000; font-size: 12pt; }
  .section { padding-block: 30px; }
  a { color: #000; }
}
