@import url('https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;500;600;700&family=Manrope:wght@400;500;600;700;800&display=swap');

:root {
  --ink: #14211e;
  --green: #0f2924;
  --green-2: #173c34;
  --lime: #d8f24a;
  --cream: #f4f2ea;
  --paper: #fbfaf6;
  --white: #fff;
  --muted: #68736f;
  --line: #d6d9d3;
  --font-display: 'Manrope', Arial, sans-serif;
  --font-body: 'DM Sans', Arial, sans-serif;
  --radius: 2px;
  --shadow: 0 26px 70px rgba(15, 41, 36, .13);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--paper); font-family: var(--font-body); font-size: 16px; line-height: 1.65; -webkit-font-smoothing: antialiased; }
img { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button, input, select, textarea { font: inherit; }
button { cursor: pointer; }
.container { width: min(1180px, calc(100% - 48px)); margin: 0 auto; }
.narrow { max-width: 780px; }
.section { padding: 112px 0; }
.sr-only { position: absolute; 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; z-index: 1000; top: 12px; left: 12px; transform: translateY(-150%); background: var(--lime); color: var(--green); padding: 10px 15px; font-weight: 700; }
.skip-link:focus { transform: translateY(0); }

h1, h2, h3 { margin: 0; font-family: var(--font-display); line-height: 1.06; letter-spacing: -.045em; }
h1 { font-size: clamp(3.5rem, 7vw, 6.7rem); }
h2 { font-size: clamp(2.4rem, 4.5vw, 4.45rem); }
h3 { font-size: 1.35rem; }
p { margin: 0 0 1.25rem; }
.large-copy { font-family: var(--font-display); font-size: clamp(1.25rem, 2vw, 1.75rem); line-height: 1.45; letter-spacing: -.02em; }
.eyebrow { display: flex; align-items: center; gap: 12px; margin: 0 0 24px; color: #4c5c56; font-size: .72rem; font-weight: 700; letter-spacing: .17em; text-transform: uppercase; }
.eyebrow > span { width: 28px; height: 2px; background: var(--lime); }
.eyebrow-light { color: rgba(255,255,255,.7); }
.section-heading { margin-bottom: 58px; }
.split-heading { display: grid; grid-template-columns: minmax(0, 1.6fr) minmax(260px, .7fr); gap: 80px; align-items: end; }
.split-heading > div:last-child, .split-heading > p { color: var(--muted); max-width: 430px; }
.text-link { display: inline-flex; gap: 16px; align-items: center; padding-bottom: 7px; border-bottom: 1px solid var(--ink); color: var(--ink); font-weight: 700; }
.text-link span { color: #738700; }
.button { display: inline-flex; min-height: 54px; align-items: center; justify-content: center; gap: 30px; padding: 0 26px; border: 1px solid transparent; border-radius: var(--radius); font-weight: 700; transition: .22s ease; }
.button-primary { background: var(--lime); color: var(--green); }
.button-primary:hover { background: #e4fa72; transform: translateY(-2px); }
.button-ghost { color: var(--white); border-color: rgba(255,255,255,.45); }
.button-ghost:hover { background: var(--white); color: var(--green); }
.button-light { color: var(--green); background: var(--white); }
.button-light:hover { color: var(--green); background: var(--lime); transform: translateY(-2px); }
.button-dark { color: var(--white); background: var(--green); border: 0; }
.button-dark:hover { background: var(--green-2); }

.topbar { position: relative; z-index: 21; background: #0a1c18; color: rgba(255,255,255,.68); font-size: .76rem; }
.topbar-inner { display: flex; min-height: 38px; align-items: center; justify-content: space-between; }
.topbar-inner a:hover { color: var(--lime); }
.topbar-dot { margin: 0 12px; color: var(--lime); }
.site-header { position: absolute; z-index: 20; top: 38px; left: 0; width: 100%; color: var(--white); border-bottom: 1px solid rgba(255,255,255,.14); }
.nav-wrap { display: flex; min-height: 94px; align-items: center; justify-content: space-between; }
.brand { display: inline-flex; gap: 13px; align-items: center; }
.brand-mark { display: grid; width: 50px; height: 50px; place-items: center; background: var(--lime); border-radius: 50%; }
.brand-mark img { width: 34px; height: 29px; object-fit: contain; mix-blend-mode: multiply; }
.brand strong, .brand small { display: block; }
.brand strong { font-family: var(--font-display); font-size: 1.05rem; font-weight: 800; letter-spacing: -.02em; }
.brand small { margin-top: 2px; opacity: .62; font-size: .62rem; letter-spacing: .11em; text-transform: uppercase; }
.main-nav { display: flex; gap: 34px; align-items: center; font-size: .86rem; font-weight: 600; }
.main-nav > a:not(.nav-cta) { position: relative; padding: 35px 0; }
.main-nav > a:not(.nav-cta)::after { position: absolute; right: 0; bottom: 23px; left: 0; height: 2px; content: ''; background: var(--lime); transform: scaleX(0); transform-origin: left; transition: transform .2s ease; }
.main-nav > a:hover::after, .main-nav > a.active::after { transform: scaleX(1); }
.nav-cta { padding: 13px 18px; color: var(--green); background: var(--lime); }
.nav-toggle { display: none; width: 44px; height: 44px; padding: 10px; color: inherit; background: transparent; border: 1px solid rgba(255,255,255,.25); }
.nav-toggle span:not(.sr-only) { display: block; height: 2px; margin: 4px 0; background: currentColor; }

.hero { position: relative; min-height: 850px; display: flex; align-items: center; overflow: hidden; color: var(--white); background: var(--green) var(--hero-image) center/cover no-repeat; }
.hero::before { position: absolute; inset: 0; content: ''; background: linear-gradient(90deg, rgba(6,24,20,.93) 0%, rgba(6,24,20,.74) 47%, rgba(6,24,20,.11) 82%); }
.hero::after { position: absolute; top: 130px; right: 7%; width: 340px; height: 340px; content: ''; border: 1px solid rgba(216,242,74,.3); border-radius: 50%; }
.hero-overlay { position: absolute; top: 0; left: 49%; width: 1px; height: 100%; background: rgba(255,255,255,.12); }
.hero-content { position: relative; z-index: 2; padding-top: 95px; }
.hero h1 { max-width: 940px; }
.hero-copy { max-width: 650px; margin: 30px 0 38px; color: rgba(255,255,255,.76); font-size: 1.16rem; }
.hero-actions { display: flex; gap: 12px; }
.hero-rail { position: absolute; z-index: 2; right: 0; bottom: 0; left: 0; display: flex; justify-content: flex-end; }
.hero-rail > div { display: flex; width: 180px; min-height: 112px; gap: 17px; align-items: center; padding: 20px; border-left: 1px solid rgba(255,255,255,.14); background: rgba(7,27,23,.72); backdrop-filter: blur(8px); }
.hero-rail strong { color: var(--lime); font-size: .74rem; }
.hero-rail span { color: rgba(255,255,255,.78); font-size: .78rem; line-height: 1.45; text-transform: uppercase; }
.trust-strip { overflow: hidden; border-bottom: 1px solid var(--line); background: var(--cream); }
.trust-inner { display: flex; min-height: 82px; gap: 43px; align-items: center; white-space: nowrap; }
.trust-inner span { color: #66726e; font-size: .72rem; letter-spacing: .13em; text-transform: uppercase; }
.trust-inner strong { font-family: var(--font-display); font-size: .74rem; }

.services-preview { background: var(--paper); }
.service-grid { display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.service-card { position: relative; min-height: 295px; padding: 34px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); transition: .24s ease; }
.service-card:hover { z-index: 2; color: var(--white); background: var(--green); transform: translateY(-5px); box-shadow: var(--shadow); }
.service-top { display: flex; justify-content: space-between; color: #74817c; font-size: .75rem; }
.service-arrow { display: grid; width: 34px; height: 34px; place-items: center; border: 1px solid var(--line); border-radius: 50%; }
.service-card h3 { max-width: 250px; margin: 75px 0 18px; font-size: 1.45rem; }
.service-card p { color: var(--muted); font-size: .9rem; }
.service-card:hover p, .service-card:hover .service-top { color: rgba(255,255,255,.68); }
.service-card:hover .service-arrow { color: var(--green); background: var(--lime); border-color: var(--lime); }

.about-band { color: var(--white); background: var(--green); }
.about-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 90px; align-items: center; }
.about-image-wrap { position: relative; }
.about-image-wrap img { width: 100%; height: 590px; object-fit: cover; filter: saturate(.8); }
.about-image-wrap::before { position: absolute; z-index: 1; top: -17px; right: -17px; width: 120px; height: 120px; content: ''; border-top: 2px solid var(--lime); border-right: 2px solid var(--lime); }
.image-label { position: absolute; z-index: 2; right: -34px; bottom: 34px; width: 190px; padding: 24px; color: var(--green); background: var(--lime); }
.image-label strong, .image-label span { display: block; }
.image-label strong { font-family: var(--font-display); font-size: 1.8rem; }
.image-label span { font-size: .82rem; }
.about-copy h2 { margin-bottom: 30px; }
.about-copy .lead { color: rgba(255,255,255,.92); font-family: var(--font-display); font-size: 1.25rem; line-height: 1.55; }
.about-copy > p:not(.eyebrow):not(.lead) { color: rgba(255,255,255,.58); }
.about-copy .button { margin-top: 20px; }

.project-grid { display: grid; grid-template-columns: 1.15fr .85fr .85fr; gap: 20px; }
.project-image { position: relative; overflow: hidden; height: 420px; background: var(--green); }
.project-card:nth-child(n+2) .project-image { height: 340px; }
.project-image img { width: 100%; height: 100%; object-fit: cover; transition: transform .5s ease, opacity .3s ease; }
.project-image > span { position: absolute; inset: auto 20px 20px auto; display: grid; width: 86px; height: 86px; place-items: center; color: var(--green); background: var(--lime); border-radius: 50%; font-size: .72rem; font-weight: 700; opacity: 0; transform: scale(.7); transition: .25s ease; }
.project-card a:hover img { opacity: .72; transform: scale(1.04); }
.project-card a:hover .project-image > span { opacity: 1; transform: scale(1); }
.project-card > a > p { margin: 18px 0 7px; color: #79837f; font-size: .7rem; letter-spacing: .1em; text-transform: uppercase; }
.project-card h3 { font-size: 1.25rem; }
.stats-band { color: var(--white); background: #0a1c18; }
.stats-grid { display: grid; grid-template-columns: repeat(4, 1fr); }
.stats-grid > div { display: flex; min-height: 175px; flex-direction: column; justify-content: center; padding: 30px; border-left: 1px solid rgba(255,255,255,.13); }
.stats-grid > div:last-child { border-right: 1px solid rgba(255,255,255,.13); }
.stats-grid strong { color: var(--lime); font-family: var(--font-display); font-size: 3rem; letter-spacing: -.05em; }
.stats-grid span { color: rgba(255,255,255,.6); font-size: .78rem; letter-spacing: .09em; text-transform: uppercase; }

.process-section { background: var(--cream); }
.process-grid { display: grid; grid-template-columns: .75fr 1.25fr; gap: 110px; }
.process-grid > div > p:not(.eyebrow) { max-width: 440px; margin-top: 28px; color: var(--muted); }
.process-list { margin: 0; padding: 0; list-style: none; border-top: 1px solid #c7ccc5; }
.process-list li { display: grid; grid-template-columns: 58px 1fr; gap: 20px; padding: 26px 0; border-bottom: 1px solid #c7ccc5; }
.process-list li > span { color: #78837e; font-size: .72rem; }
.process-list h3 { margin-bottom: 8px; }
.process-list p { margin: 0; color: var(--muted); }
.cta-section { color: var(--white); background: var(--green-2); }
.cta-inner { display: flex; min-height: 360px; align-items: center; justify-content: space-between; gap: 60px; }
.cta-inner h2 { max-width: 810px; }
.cta-inner .button { flex: 0 0 auto; }

.page-hero { display: flex; min-height: 620px; align-items: flex-end; padding: 220px 0 90px; color: var(--white); background: radial-gradient(circle at 78% 40%, #235c4e 0, #153a32 24%, var(--green) 58%, #091b17 100%); }
.page-hero .container { position: relative; }
.page-hero .container::after { position: absolute; right: 4%; bottom: -40px; width: 260px; height: 260px; content: ''; border: 1px solid rgba(216,242,74,.32); border-radius: 50%; }
.page-hero h1 { max-width: 1000px; font-size: clamp(3.2rem, 6.2vw, 6rem); }
.page-hero p:last-child { max-width: 610px; margin: 26px 0 0; color: rgba(255,255,255,.66); font-size: 1.08rem; }
.page-hero.compact { min-height: 440px; }
.story-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 100px; }
.story-grid > div:last-child > p:last-child { color: var(--muted); }
.full-image { height: min(62vw, 680px); overflow: hidden; }
.full-image img { width: 100%; height: 100%; object-fit: cover; object-position: center; }
.values-section { background: var(--cream); }
.values-grid { display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid #c8ccc6; }
.values-grid article { min-height: 260px; padding: 32px 42px 32px 0; border-right: 1px solid #c8ccc6; }
.values-grid article + article { padding-left: 42px; }
.values-grid article:last-child { border-right: 0; }
.values-grid article > span { color: #718078; font-size: .72rem; }
.values-grid h3 { margin: 72px 0 15px; font-size: 1.55rem; }
.values-grid p { color: var(--muted); }
.leadership-section { padding-top: 0; background: var(--cream); }
.leadership-card { display: grid; grid-template-columns: 260px .7fr 1.3fr; gap: 52px; align-items: center; padding: 48px; color: var(--white); background: var(--green); }
.director-photo { position: relative; align-self: stretch; min-height: 310px; overflow: hidden; }
.director-photo::after { position: absolute; right: 14px; bottom: 14px; width: 42px; height: 42px; content: ''; border-right: 2px solid var(--lime); border-bottom: 2px solid var(--lime); }
.director-photo img { width: 100%; height: 100%; object-fit: cover; object-position: center; }
.director-details > p:last-child { margin: 15px 0 0; color: var(--lime); text-transform: uppercase; letter-spacing: .1em; }
.leadership-card > div > p:last-child { color: var(--lime); text-transform: uppercase; letter-spacing: .1em; }
.leadership-card blockquote { margin: 0; font-family: var(--font-display); font-size: clamp(1.6rem, 3vw, 2.6rem); line-height: 1.4; letter-spacing: -.025em; }
.compliance-grid { display: grid; grid-template-columns: .8fr 1.2fr; gap: 100px; }
.compliance-grid > div:first-child > p:last-child { margin-top: 26px; color: var(--muted); }
.compliance-list { display: flex; flex-wrap: wrap; align-content: start; gap: 12px; }
.compliance-list span { padding: 14px 18px; border: 1px solid var(--line); background: var(--white); font-size: .85rem; }

.service-detail-list { border-top: 1px solid var(--line); }
.service-detail-list article { display: grid; grid-template-columns: 100px 1fr 70px; gap: 40px; align-items: start; padding: 48px 0; border-bottom: 1px solid var(--line); }
.service-number { color: #73807b; font-size: .76rem; }
.service-detail-list h2 { margin-bottom: 18px; font-size: clamp(2rem, 3.2vw, 3.2rem); }
.service-detail-list article > div:nth-child(2) { max-width: 730px; }
.service-detail-list article > div:nth-child(2) > p:last-child { color: var(--muted); }
.circle-link { display: grid; width: 54px; height: 54px; place-items: center; border: 1px solid var(--line); border-radius: 50%; font-size: 1.3rem; transition: .2s ease; }
.circle-link:hover { color: var(--green); background: var(--lime); border-color: var(--lime); transform: rotate(45deg); }
.service-callout { padding: 100px 0; color: var(--white); background: var(--green); }
.service-callout-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 100px; }
.service-callout-grid > div:last-child > p { color: rgba(255,255,255,.65); }
.service-callout-grid ul { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; margin: 38px 0 0; padding: 0; list-style: none; }
.service-callout-grid li { position: relative; padding-left: 20px; }
.service-callout-grid li::before { position: absolute; top: .7em; left: 0; width: 7px; height: 7px; content: ''; background: var(--lime); border-radius: 50%; }

.projects-page { overflow: hidden; }
.project-feature { display: grid; grid-template-columns: 1.08fr .92fr; gap: 85px; align-items: center; margin-bottom: 120px; }
.project-feature.reverse { grid-template-columns: .92fr 1.08fr; }
.project-feature.reverse .project-feature-image { order: 2; }
.project-feature-image { position: relative; height: 560px; }
.project-feature-image img { width: 100%; height: 100%; object-fit: cover; }
.project-feature-image span { position: absolute; right: -22px; bottom: -22px; display: grid; width: 80px; height: 80px; place-items: center; color: var(--green); background: var(--lime); font-weight: 800; }
.project-feature > div:last-child > p:not(.eyebrow) { color: var(--muted); }
.project-feature .text-link { margin-top: 20px; }

.contact-grid { display: grid; grid-template-columns: .74fr 1.26fr; gap: 90px; }
.contact-details h2 { margin-bottom: 55px; }
.contact-item { display: grid; grid-template-columns: 90px 1fr; gap: 20px; padding: 24px 0; border-top: 1px solid var(--line); }
.contact-item > span { color: #77827e; font-size: .72rem; letter-spacing: .1em; text-transform: uppercase; }
.contact-item a { display: block; font-weight: 600; }
.contact-item a:hover { color: #627600; }
.contact-item address { font-style: normal; }
.contact-item p { margin: 0; }
.contact-form-wrap { padding: 48px; background: var(--cream); }
.field-row { display: grid; grid-template-columns: 1fr 1fr; gap: 24px; }
.contact-form label { display: block; margin-bottom: 24px; font-size: .78rem; font-weight: 700; }
.contact-form label > span { color: #7b9000; }
.contact-form input, .contact-form select, .contact-form textarea { width: 100%; margin-top: 9px; padding: 13px 0; color: var(--ink); background: transparent; border: 0; border-bottom: 1px solid #b9c0b9; border-radius: 0; outline: 0; transition: border .2s ease; }
.contact-form input:focus, .contact-form select:focus, .contact-form textarea:focus { border-color: var(--green); }
.contact-form textarea { resize: vertical; }
.form-submit { display: flex; align-items: center; gap: 25px; margin-top: 10px; }
.form-submit p { margin: 0; color: var(--muted); font-size: .72rem; }
.form-submit p a { text-decoration: underline; }
.hp-field { position: absolute !important; left: -9999px !important; }
.form-success, .form-errors { margin-bottom: 28px; padding: 20px; background: #e8f2d0; border-left: 4px solid #7f9800; }
.form-errors { background: #fae8e2; border-color: #b54b2e; }
.form-success p { margin: 4px 0 0; }
.form-errors ul { margin-bottom: 0; }
.contact-map-section { padding: 0 0 110px; background: var(--paper); }
.map-heading { display: flex; align-items: end; justify-content: space-between; gap: 35px; padding-bottom: 42px; }
.map-heading .eyebrow { margin-bottom: 16px; }
.map-heading h2 { font-size: clamp(2.2rem, 4vw, 3.8rem); }
.map-frame { position: relative; overflow: hidden; min-height: 520px; background: var(--cream); border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.map-frame iframe { display: block; filter: saturate(.72) contrast(1.03); }
.legal-copy h2 { margin: 38px 0 12px; font-size: 1.65rem; }
.legal-copy p { color: var(--muted); }
.legal-copy a { color: #5e7100; text-decoration: underline; }

.site-footer { color: rgba(255,255,255,.63); background: #071713; }
.footer-grid { display: grid; grid-template-columns: 1.55fr .7fr .9fr 1.2fr; gap: 60px; padding-top: 82px; padding-bottom: 70px; }
.brand-light { color: var(--white); }
.footer-brand > p { max-width: 330px; margin-top: 28px; }
.footer-grid h2 { margin-bottom: 22px; color: var(--white); font-size: .78rem; letter-spacing: .1em; text-transform: uppercase; }
.footer-grid > div:not(:first-child) a { display: block; margin-bottom: 11px; }
.footer-grid a:hover { color: var(--lime); }
.footer-grid > div:last-child p { margin-top: 18px; }
.footer-bottom { display: flex; min-height: 84px; align-items: center; justify-content: space-between; border-top: 1px solid rgba(255,255,255,.12); font-size: .76rem; }
.footer-bottom div { display: flex; gap: 24px; }

@media (max-width: 980px) {
  .topbar { display: none; }
  .site-header { top: 0; }
  .nav-wrap { min-height: 80px; }
  .nav-toggle { display: block; }
  .main-nav { position: absolute; top: 80px; right: 0; left: 0; display: none; flex-direction: column; gap: 0; align-items: stretch; padding: 12px 24px 25px; color: var(--ink); background: var(--paper); box-shadow: 0 20px 35px rgba(0,0,0,.15); }
  .main-nav.open { display: flex; }
  .main-nav > a:not(.nav-cta) { padding: 14px 0; border-bottom: 1px solid var(--line); }
  .main-nav > a:not(.nav-cta)::after { display: none; }
  .nav-cta { margin-top: 16px; text-align: center; }
  .split-heading, .story-grid, .about-grid, .process-grid, .compliance-grid, .service-callout-grid, .contact-grid { grid-template-columns: 1fr; gap: 48px; }
  .service-grid { grid-template-columns: repeat(2, 1fr); }
  .project-grid { grid-template-columns: 1fr 1fr; }
  .project-card:first-child { grid-column: 1 / -1; }
  .project-card:nth-child(n+2) .project-image { height: 400px; }
  .values-grid { grid-template-columns: 1fr; }
  .values-grid article, .values-grid article + article { min-height: auto; padding: 34px 0; border-right: 0; border-bottom: 1px solid #c8ccc6; }
  .values-grid h3 { margin-top: 25px; }
  .leadership-card { grid-template-columns: 220px 1fr; }
  .leadership-card blockquote { grid-column: 1 / -1; }
  .project-feature, .project-feature.reverse { grid-template-columns: 1fr; gap: 45px; }
  .project-feature.reverse .project-feature-image { order: 0; }
  .footer-grid { grid-template-columns: 1.3fr 1fr 1fr; }
  .footer-brand { grid-column: 1 / -1; }
}

@media (max-width: 700px) {
  .container { width: min(100% - 32px, 1180px); }
  .section { padding: 78px 0; }
  h1 { font-size: clamp(3rem, 14vw, 4.3rem); }
  h2 { font-size: clamp(2.25rem, 10vw, 3.15rem); }
  .brand small { display: none; }
  .brand strong { font-size: .94rem; }
  .brand-mark { width: 42px; height: 42px; }
  .hero { min-height: 780px; align-items: flex-start; padding-top: 180px; }
  .hero::after { width: 190px; height: 190px; }
  .hero-content { padding-top: 0; }
  .hero-copy { font-size: 1rem; }
  .hero-actions { flex-direction: column; align-items: stretch; max-width: 360px; }
  .hero-rail { display: none; }
  .trust-inner { overflow-x: auto; }
  .split-heading { gap: 28px; }
  .section-heading { margin-bottom: 40px; }
  .service-grid { grid-template-columns: 1fr; }
  .service-card { min-height: 250px; }
  .service-card h3 { margin-top: 55px; }
  .about-image-wrap img { height: 420px; }
  .image-label { right: -8px; bottom: 18px; }
  .project-grid { grid-template-columns: 1fr; }
  .project-card:first-child { grid-column: auto; }
  .project-image, .project-card:nth-child(n+2) .project-image { height: 350px; }
  .stats-grid { grid-template-columns: 1fr 1fr; }
  .stats-grid > div { min-height: 140px; padding: 20px; border-bottom: 1px solid rgba(255,255,255,.13); }
  .stats-grid strong { font-size: 2.3rem; }
  .process-grid { gap: 38px; }
  .cta-inner { min-height: 410px; flex-direction: column; align-items: flex-start; justify-content: center; gap: 35px; }
  .page-hero { min-height: 550px; padding: 170px 0 70px; }
  .page-hero .container::after { width: 150px; height: 150px; opacity: .6; }
  .leadership-card { grid-template-columns: 1fr; gap: 35px; padding: 34px 25px; }
  .leadership-card blockquote { grid-column: auto; }
  .director-photo { min-height: 420px; }
  .service-detail-list article { grid-template-columns: 50px 1fr; gap: 20px; }
  .service-detail-list .circle-link { grid-column: 2; }
  .service-callout-grid ul { grid-template-columns: 1fr; }
  .project-feature { margin-bottom: 85px; }
  .project-feature-image { height: 430px; }
  .contact-form-wrap { padding: 28px 20px; }
  .map-heading { align-items: flex-start; flex-direction: column; }
  .contact-map-section { padding-bottom: 78px; }
  .field-row { grid-template-columns: 1fr; gap: 0; }
  .form-submit { align-items: flex-start; flex-direction: column; }
  .footer-grid { grid-template-columns: 1fr 1fr; gap: 40px 25px; }
  .footer-brand { grid-column: 1 / -1; }
  .footer-grid > div:last-child { grid-column: 1 / -1; }
  .footer-bottom { align-items: flex-start; flex-direction: column; justify-content: center; gap: 8px; }
}

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