:root {
  --ivory: #f8f7f2;
  --paper: #fffefa;
  --navy: #10253a;
  --navy-soft: #263d50;
  --emerald: #16866f;
  --emerald-dark: #0d6958;
  --mint: #dcece5;
  --line: #dcded8;
  --muted: #65717a;
  --shadow: 0 22px 60px rgba(16, 37, 58, .09);
  --radius: 22px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--ivory); color: var(--navy); font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; line-height: 1.6; -webkit-font-smoothing: antialiased; }
a { color: inherit; text-decoration: none; }
button, input, textarea, select { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
img { max-width: 100%; }
[hidden] { display: none !important; }
.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; }
.page-shell { width: min(1180px, calc(100% - 48px)); margin-inline: auto; }
.section-space { margin-top: 112px; }

.site-header { position: sticky; top: 0; z-index: 50; height: 76px; padding: 0 max(24px, calc((100vw - 1180px) / 2)); display: flex; align-items: center; justify-content: space-between; background: rgba(248,247,242,.92); border-bottom: 1px solid rgba(16,37,58,.08); backdrop-filter: blur(14px); }
.brand { display: inline-flex; align-items: center; gap: 11px; font-size: 17px; letter-spacing: -.02em; }
.brand strong { font-weight: 750; }
.brand-mark { position: relative; width: 31px; height: 31px; display: grid; place-items: center; border-radius: 10px 10px 10px 3px; background: var(--navy); transform: rotate(-7deg); }
.brand-mark i { width: 10px; height: 10px; display: block; border: 2px solid #fff; border-left-color: var(--emerald); border-radius: 50%; }
.main-nav { display: flex; align-items: center; gap: 8px; }
.main-nav a { padding: 9px 14px; border-radius: 99px; color: var(--navy-soft); font-size: 14px; font-weight: 600; transition: color .2s, background .2s, transform .2s; }
.main-nav a:hover, .main-nav a.active { color: var(--emerald-dark); background: #e9eee9; }
.main-nav .nav-cta { margin-left: 8px; padding-inline: 18px; color: #fff; background: var(--navy); }
.main-nav .nav-cta:hover, .main-nav .nav-cta.active { color: #fff; background: var(--emerald-dark); transform: translateY(-1px); }
.menu-toggle { display: none; width: 44px; height: 44px; padding: 11px; border: 0; border-radius: 12px; background: var(--navy); cursor: pointer; }
.menu-toggle > span:not(.sr-only) { display: block; height: 2px; margin: 4px 0; border-radius: 2px; background: white; transition: transform .2s, opacity .2s; }

.hero { min-height: 690px; display: grid; grid-template-columns: 1.04fr .96fr; align-items: center; gap: 72px; padding-block: 78px 50px; }
.eyebrow { margin: 0 0 18px; color: var(--emerald-dark); font-size: 12px; font-weight: 800; letter-spacing: .15em; text-transform: uppercase; }
h1, h2, h3, p { margin-top: 0; }
h1 { margin-bottom: 24px; font-size: clamp(46px, 5.1vw, 74px); line-height: 1.04; letter-spacing: -.052em; font-weight: 680; }
.hero-lead { max-width: 620px; margin-bottom: 32px; color: var(--muted); font-size: 18px; line-height: 1.75; }
.button-row { display: flex; flex-wrap: wrap; gap: 12px; }
.button { min-height: 52px; padding: 0 22px; display: inline-flex; align-items: center; justify-content: center; gap: 18px; border: 1px solid transparent; border-radius: 13px; font-size: 14px; font-weight: 750; cursor: pointer; transition: transform .2s, box-shadow .2s, background .2s, border-color .2s; }
.button:hover { transform: translateY(-2px); }
.button-primary { color: #fff; background: var(--emerald-dark); box-shadow: 0 12px 28px rgba(13,105,88,.17); }
.button-primary:hover { background: #095e4f; box-shadow: 0 16px 32px rgba(13,105,88,.23); }
.button-secondary { background: transparent; border-color: #c9cdc8; }
.button-secondary:hover { background: #fff; border-color: var(--navy); }
.hero-note { margin-top: 28px; display: flex; align-items: center; gap: 10px; color: var(--muted); font-size: 13px; }
.hero-note span { width: 7px; height: 7px; border-radius: 50%; background: var(--emerald); box-shadow: 0 0 0 5px rgba(22,134,111,.1); }

.hero-art { position: relative; min-height: 510px; overflow: hidden; border-radius: 32px 32px 32px 9px; background: var(--navy); box-shadow: var(--shadow); isolation: isolate; }
.art-grid { position: absolute; inset: 0; opacity: .07; background-image: linear-gradient(rgba(255,255,255,.8) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.8) 1px, transparent 1px); background-size: 52px 52px; }
.orb { position: absolute; border-radius: 50%; filter: blur(1px); }
.orb-one { width: 280px; height: 280px; right: -70px; top: -50px; background: rgba(24,160,132,.32); }
.orb-two { width: 210px; height: 210px; left: -70px; bottom: -60px; background: rgba(242,237,210,.12); }
.metric-card { position: absolute; z-index: 2; padding: 23px; border: 1px solid rgba(255,255,255,.18); color: #fff; background: rgba(255,255,255,.1); border-radius: 18px; backdrop-filter: blur(12px); box-shadow: 0 18px 40px rgba(0,0,0,.14); }
.metric-main { width: 250px; top: 82px; left: 48px; }
.metric-label { display: block; margin-bottom: 12px; color: #a5c4bb; font-size: 11px; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; }
.metric-main strong { font-size: 20px; }
.chart { height: 105px; margin-top: 25px; display: flex; align-items: end; gap: 10px; border-bottom: 1px solid rgba(255,255,255,.25); }
.chart i { flex: 1; height: 28%; display: block; border-radius: 5px 5px 0 0; background: rgba(255,255,255,.35); animation: bars 1.2s ease both; }
.chart i:nth-child(2) { height: 44%; }.chart i:nth-child(3) { height: 40%; }.chart i:nth-child(4) { height: 68%; }.chart i:nth-child(5) { height: 86%; background: #4fc3a7; }
.metric-small { right: 35px; bottom: 62px; display: flex; align-items: center; gap: 13px; }
.metric-small strong, .metric-small small { display: block; }
.metric-small strong { font-size: 13px; }.metric-small small { color: #b7c6cb; font-size: 11px; }
.status-dot { width: 12px; height: 12px; border: 3px solid rgba(255,255,255,.7); border-radius: 50%; background: #42bd99; box-shadow: 0 0 0 7px rgba(66,189,153,.12); }
.art-ring { position: absolute; right: 53px; top: 115px; width: 155px; height: 155px; display: grid; place-items: center; border: 1px solid rgba(255,255,255,.18); border-radius: 50%; }
.art-ring::before, .art-ring::after { content: ""; position: absolute; border: 1px solid rgba(255,255,255,.12); border-radius: 50%; }
.art-ring::before { inset: 24px; }.art-ring::after { inset: 50px; background: var(--emerald); border: 0; }
.art-ring span { position: absolute; inset: -12px; border-top: 2px solid #6fd0b7; border-radius: 50%; transform: rotate(35deg); }

.benefits { display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.benefit-card { position: relative; padding: 42px 36px; }
.benefit-card + .benefit-card { border-left: 1px solid var(--line); }
.card-number { position: absolute; top: 28px; right: 30px; color: #aeb5b3; font-size: 11px; font-weight: 700; }
.icon-box, .service-icon { width: 45px; height: 45px; margin-bottom: 23px; display: grid; place-items: center; color: var(--emerald-dark); background: var(--mint); border-radius: 13px; font-size: 21px; }
.benefit-card h2 { margin-bottom: 8px; font-size: 20px; }.benefit-card p { margin: 0; color: var(--muted); font-size: 14px; }

.services-preview, .values { padding-block: 108px; background: #eef0eb; }
.section-heading { margin-bottom: 46px; display: flex; align-items: end; justify-content: space-between; gap: 30px; }
.section-heading h2 { margin: 0; font-size: clamp(32px, 4vw, 50px); line-height: 1.12; letter-spacing: -.04em; }
.text-link { display: inline-flex; align-items: center; gap: 12px; color: var(--emerald-dark); font-size: 14px; font-weight: 750; }
.text-link span { transition: transform .2s; }.text-link:hover span { transform: translateX(5px); }
.preview-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.preview-card { min-height: 315px; padding: 32px; display: flex; flex-direction: column; border: 1px solid var(--line); border-radius: var(--radius); background: var(--paper); transition: transform .25s, box-shadow .25s; }
.preview-card:hover { transform: translateY(-5px); box-shadow: var(--shadow); }
.preview-card.featured { color: #fff; background: var(--navy); border-color: var(--navy); }
.preview-card > span { margin-bottom: 35px; color: var(--emerald); font-size: 11px; font-weight: 800; letter-spacing: .14em; text-transform: uppercase; }
.preview-card h3 { margin-bottom: 15px; font-size: 23px; line-height: 1.25; letter-spacing: -.025em; }
.preview-card p { color: var(--muted); font-size: 14px; }.preview-card.featured p { color: #b9c4cb; }
.preview-card a { margin-top: auto; color: var(--emerald-dark); font-size: 13px; font-weight: 750; }.preview-card.featured a { color: #67cbb3; }

.testimonial { position: relative; max-width: 950px; padding-bottom: 112px; text-align: center; }
.quote-mark { color: var(--emerald); font-family: Georgia, serif; font-size: 86px; line-height: .7; }
blockquote { max-width: 850px; margin: 22px auto 34px; font-size: clamp(25px, 3.2vw, 39px); line-height: 1.35; letter-spacing: -.035em; }
.quote-author { display: inline-flex; align-items: center; gap: 13px; text-align: left; }
.quote-author > span { width: 43px; height: 43px; display: grid; place-items: center; color: white; background: var(--emerald-dark); border-radius: 50%; font-size: 12px; font-weight: 700; }
.quote-author strong, .quote-author small { display: block; }.quote-author strong { font-size: 13px; }.quote-author small { color: var(--muted); font-size: 11px; }

.inner-hero { min-height: 460px; padding-block: 105px 80px; display: grid; grid-template-columns: 1.15fr .85fr; align-items: end; gap: 90px; border-bottom: 1px solid var(--line); }
.inner-hero h1 { margin: 0; font-size: clamp(44px, 5.5vw, 72px); }
.inner-intro { margin: 0 0 5px; color: var(--muted); font-size: 18px; line-height: 1.75; }
.approach-story { display: grid; grid-template-columns: .9fr 1.1fr; gap: 110px; align-items: center; }
.story-visual { min-height: 500px; padding: 48px; display: flex; flex-direction: column; justify-content: space-between; overflow: hidden; color: white; background: var(--navy); border-radius: 28px 28px 28px 8px; }
.story-shape { position: relative; width: 250px; height: 250px; margin: 20px auto; display: grid; place-items: center; border: 1px solid rgba(255,255,255,.2); border-radius: 50%; }
.story-shape::before { content: ""; position: absolute; inset: 30px -35px; border: 1px solid rgba(77,196,167,.55); border-radius: 50%; transform: rotate(45deg); }
.story-shape::after { content: ""; position: absolute; width: 85px; height: 85px; background: var(--emerald); border-radius: 28px 28px 28px 5px; transform: rotate(18deg); }
.story-shape span { z-index: 2; color: white; font-size: 32px; font-weight: 700; }
.story-visual p { max-width: 260px; margin: 0; color: #c7d1d5; font-size: 14px; }
.story-copy h2 { font-size: clamp(34px, 4vw, 50px); line-height: 1.15; letter-spacing: -.04em; }.story-copy > p:not(.eyebrow) { color: var(--muted); }
.story-facts { margin-top: 36px; padding-top: 28px; display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid var(--line); }
.story-facts strong, .story-facts span { display: block; }.story-facts strong { font-size: 28px; }.story-facts span { color: var(--muted); font-size: 11px; }
.values-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 1px; background: #ccd1cb; border: 1px solid #ccd1cb; border-radius: var(--radius); overflow: hidden; }
.values-grid article { min-height: 255px; padding: 30px; background: var(--paper); }
.values-grid article > span { color: var(--emerald); font-size: 11px; font-weight: 800; }.values-grid h3 { margin-top: 60px; margin-bottom: 10px; font-size: 20px; }.values-grid p { color: var(--muted); font-size: 13px; }
.timeline { padding-bottom: 112px; }
.timeline-track { position: relative; display: grid; grid-template-columns: repeat(4, 1fr); gap: 35px; }
.timeline-track::before { content: ""; position: absolute; top: 7px; left: 5px; right: 5px; height: 1px; background: var(--line); }
.timeline-track article { position: relative; padding-top: 34px; }
.timeline-track article::before { content: ""; position: absolute; top: 2px; left: 0; width: 11px; height: 11px; border: 3px solid var(--ivory); border-radius: 50%; background: var(--emerald); box-shadow: 0 0 0 1px var(--emerald); }
.timeline-track span { color: var(--emerald-dark); font-size: 12px; font-weight: 800; }.timeline-track h3 { margin: 10px 0; font-size: 18px; }.timeline-track p { color: var(--muted); font-size: 13px; }

.service-list { display: grid; gap: 22px; }
.service-detail { min-height: 520px; display: grid; grid-template-columns: .72fr 1.28fr; overflow: hidden; border: 1px solid var(--line); border-radius: 27px; background: var(--paper); }
.service-detail:nth-child(2) { background: #eef0eb; }
.service-index { min-height: 100%; padding: 42px; display: flex; align-items: end; color: rgba(255,255,255,.6); background: var(--navy); font-size: 86px; font-weight: 700; letter-spacing: -.06em; }
.service-detail:nth-child(2) .service-index { background: var(--emerald-dark); }
.service-detail:nth-child(3) .service-index { background: #253f55; }
.service-content { padding: 55px 65px; }
.service-content h2 { margin-bottom: 18px; font-size: clamp(32px, 4vw, 46px); letter-spacing: -.04em; }.service-content > p:not(.eyebrow) { color: var(--muted); }
.service-content ul { margin: 27px 0 34px; padding: 24px 0; display: grid; grid-template-columns: 1fr 1fr; gap: 14px 30px; border-block: 1px solid var(--line); list-style: none; }
.service-content li { position: relative; padding-left: 19px; font-size: 13px; }.service-content li::before { content: ""; position: absolute; top: 9px; left: 0; width: 6px; height: 6px; border-radius: 50%; background: var(--emerald); }
.cta-band { margin-top: 90px; margin-bottom: 112px; padding: 55px 65px; display: flex; align-items: center; justify-content: space-between; gap: 30px; color: white; background: var(--navy); border-radius: 25px 25px 25px 7px; }
.cta-band .eyebrow { color: #67cbb3; }.cta-band h2 { margin: 0; font-size: clamp(28px, 4vw, 42px); letter-spacing: -.035em; }.button-light { color: var(--navy); background: white; white-space: nowrap; }

.contact-heading { min-height: 390px; }
.contact-layout { margin-bottom: 112px; display: grid; grid-template-columns: .72fr 1.28fr; gap: 24px; align-items: stretch; }
.contact-aside { display: flex; flex-direction: column; gap: 22px; }
.contact-details { padding: 38px; border: 1px solid var(--line); border-radius: var(--radius); background: var(--paper); }
.contact-details > div + div { margin-top: 27px; padding-top: 24px; border-top: 1px solid var(--line); }
.contact-details span { display: block; margin-bottom: 7px; color: var(--emerald-dark); font-size: 10px; font-weight: 800; letter-spacing: .13em; text-transform: uppercase; }.contact-details p { margin: 0; font-size: 14px; }.contact-details a:hover { color: var(--emerald-dark); }
.abstract-map { position: relative; min-height: 260px; overflow: hidden; background: #dfe5df; border-radius: var(--radius); }
.abstract-map::before, .abstract-map::after { content: ""; position: absolute; border-radius: 50%; background: rgba(255,255,255,.48); }.abstract-map::before { width: 180px; height: 180px; left: -60px; bottom: -60px; }.abstract-map::after { width: 110px; height: 110px; right: -20px; top: -20px; }
.road { position: absolute; height: 8px; background: rgba(255,255,255,.8); border: 1px solid #d2d8d2; transform-origin: left center; }.road-a { width: 360px; left: -20px; top: 50px; transform: rotate(35deg); }.road-b { width: 340px; left: 20px; top: 225px; transform: rotate(-39deg); }.road-c { width: 300px; left: 80px; top: -15px; transform: rotate(81deg); }.road-d { width: 250px; left: -10px; top: 150px; transform: rotate(5deg); }
.map-pin { position: absolute; z-index: 2; left: 57%; top: 45%; width: 34px; height: 34px; display: grid; place-items: center; background: var(--navy); border: 6px solid white; border-radius: 50% 50% 50% 8px; transform: rotate(-45deg); box-shadow: 0 8px 18px rgba(16,37,58,.2); }.map-pin b { width: 6px; height: 6px; border-radius: 50%; background: var(--emerald); }
.abstract-map small { position: absolute; left: 20px; bottom: 16px; z-index: 2; font-size: 9px; font-weight: 800; letter-spacing: .14em; }
.form-panel { min-height: 680px; padding: 48px 52px; display: grid; background: var(--paper); border: 1px solid var(--line); border-radius: var(--radius); }
.form-panel h2 { margin-bottom: 34px; font-size: 34px; letter-spacing: -.035em; }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
label { display: block; margin-bottom: 20px; color: var(--navy); font-size: 12px; font-weight: 700; }
input, textarea, select { width: 100%; margin-top: 8px; padding: 14px 15px; color: var(--navy); background: #fafaf7; border: 1px solid #d5d9d4; border-radius: 10px; outline: 0; transition: border .2s, box-shadow .2s; }
input:focus, textarea:focus, select:focus { border-color: var(--emerald); box-shadow: 0 0 0 3px rgba(22,134,111,.1); }
textarea { resize: vertical; min-height: 140px; }
.form-footer { display: flex; align-items: center; justify-content: space-between; gap: 25px; }.form-footer small { max-width: 330px; color: var(--muted); font-size: 10px; line-height: 1.5; }.form-footer .button { flex-shrink: 0; }
.success-message { place-self: center; max-width: 450px; text-align: center; }.success-message:not([hidden]) { display: block; }.success-icon { width: 65px; height: 65px; margin: 0 auto 30px; display: grid; place-items: center; color: white; background: var(--emerald); border-radius: 50%; font-size: 26px; box-shadow: 0 0 0 10px var(--mint); }.success-message p:not(.eyebrow) { color: var(--muted); }.success-message .button { margin-top: 20px; }

.site-footer { padding-top: 70px; color: #dce3e5; background: #0c2134; }
.footer-grid { padding-bottom: 55px; display: grid; grid-template-columns: 1.7fr .65fr 1fr; gap: 75px; }
.footer-brand { margin-bottom: 18px; color: white; }.footer-brand .brand-mark { background: var(--emerald-dark); }.footer-grid > div { display: flex; flex-direction: column; align-items: start; gap: 9px; }.footer-grid p, .footer-grid span, .footer-grid a:not(.brand) { color: #9eacb5; font-size: 12px; }.footer-grid p { max-width: 330px; }.footer-grid > div > strong { margin-bottom: 9px; color: white; font-size: 12px; }.footer-grid a:not(.brand):hover { color: white; }
.footer-bottom { padding-block: 20px; display: flex; justify-content: space-between; border-top: 1px solid rgba(255,255,255,.1); color: #718390; font-size: 10px; }

.reveal { animation: reveal .55s ease both; }
@keyframes reveal { from { opacity: 0; transform: translateY(14px); } to { opacity: 1; transform: none; } }
@keyframes bars { from { height: 0; } }
@media (prefers-reduced-motion: reduce) { *, *::before, *::after { scroll-behavior: auto !important; animation: none !important; transition: none !important; } }

@media (max-width: 900px) {
  .page-shell { width: min(100% - 36px, 720px); }
  .site-header { padding-inline: 18px; }
  .menu-toggle { display: block; }
  .menu-toggle[aria-expanded="true"] > span:nth-of-type(2) { transform: translateY(6px) rotate(45deg); }
  .menu-toggle[aria-expanded="true"] > span:nth-of-type(3) { opacity: 0; }
  .menu-toggle[aria-expanded="true"] > span:nth-of-type(4) { transform: translateY(-6px) rotate(-45deg); }
  .main-nav { position: absolute; top: 68px; left: 12px; right: 12px; padding: 12px; display: none; flex-direction: column; align-items: stretch; background: var(--paper); border: 1px solid var(--line); border-radius: 16px; box-shadow: var(--shadow); }
  .main-nav.open { display: flex; }.main-nav a { padding: 12px 14px; }.main-nav .nav-cta { margin: 4px 0 0; text-align: center; }
  .hero { min-height: auto; grid-template-columns: 1fr; gap: 50px; padding-block: 70px; }.hero-copy { max-width: 680px; }.hero-art { min-height: 480px; }
  .benefits { grid-template-columns: 1fr; }.benefit-card + .benefit-card { border-left: 0; border-top: 1px solid var(--line); }
  .preview-grid { grid-template-columns: 1fr; }.preview-card { min-height: 260px; }
  .inner-hero { grid-template-columns: 1fr; gap: 30px; padding-block: 75px; }
  .approach-story { grid-template-columns: 1fr; gap: 55px; }.story-visual { min-height: 430px; }
  .values-grid { grid-template-columns: 1fr 1fr; }.timeline-track { grid-template-columns: 1fr 1fr; }.timeline-track::before { display: none; }
  .service-detail { grid-template-columns: 1fr; }.service-index { min-height: 180px; align-items: center; }.service-content { padding: 45px; }
  .contact-layout { grid-template-columns: 1fr; }.contact-aside { display: grid; grid-template-columns: 1fr 1fr; }.abstract-map { min-height: 100%; }.form-panel { min-height: 650px; }
  .footer-grid { grid-template-columns: 1.5fr 1fr; }.footer-grid > div:last-child { grid-column: 1 / -1; }
}

@media (max-width: 600px) {
  .page-shell { width: calc(100% - 28px); }.section-space { margin-top: 72px; }
  .site-header { height: 68px; }
  h1 { font-size: 43px; }.hero { padding-block: 52px; gap: 38px; }.hero-lead { font-size: 16px; }.button-row { flex-direction: column; }.button-row .button { width: 100%; }
  .hero-art { min-height: 390px; border-radius: 24px 24px 24px 7px; }.metric-main { width: 215px; top: 45px; left: 25px; }.metric-small { right: 18px; bottom: 32px; }.art-ring { width: 125px; height: 125px; right: 15px; top: 95px; }
  .benefit-card { padding: 34px 24px; }
  .services-preview, .values { padding-block: 74px; }.section-heading { align-items: start; flex-direction: column; margin-bottom: 34px; }.section-heading h2 { font-size: 35px; }.preview-card { padding: 27px; }
  .testimonial { padding-bottom: 80px; } blockquote { font-size: 24px; }
  .inner-hero { min-height: 390px; padding-block: 62px; }.inner-hero h1 { font-size: 43px; }.inner-intro { font-size: 16px; }
  .story-visual { min-height: 360px; padding: 28px; }.story-shape { width: 190px; height: 190px; }.story-facts { gap: 8px; }.story-facts strong { font-size: 23px; }
  .values-grid { grid-template-columns: 1fr; }.values-grid article { min-height: 220px; }.timeline-track { grid-template-columns: 1fr; }.timeline-track article { padding-left: 26px; }.timeline-track article::before { top: 39px; }.timeline-track::after { content: ""; position: absolute; left: 5px; top: 40px; bottom: 30px; width: 1px; background: var(--line); }
  .service-index { min-height: 135px; padding: 28px; font-size: 58px; }.service-content { padding: 32px 25px; }.service-content ul { grid-template-columns: 1fr; }
  .cta-band { margin-top: 65px; margin-bottom: 75px; padding: 38px 26px; align-items: stretch; flex-direction: column; }.cta-band .button { width: 100%; }
  .contact-aside { grid-template-columns: 1fr; }.abstract-map { min-height: 250px; }.form-panel { min-height: 620px; padding: 33px 22px; }.form-row { grid-template-columns: 1fr; }.form-footer { align-items: stretch; flex-direction: column; }.form-footer .button { width: 100%; }
  .footer-grid { grid-template-columns: 1fr; gap: 38px; }.footer-grid > div:last-child { grid-column: auto; }.footer-bottom { align-items: start; flex-direction: column; gap: 8px; }
}
