:root {
  --bg: #eef1e9;
  --surface: #e2e8df;
  --surface-soft: rgba(255, 255, 255, .52);
  --text: #14231e;
  --muted: #52615a;
  --line: rgba(20, 35, 30, .18);
  --forest: #15352b;
  --forest-soft: #285343;
  --accent: #b9df3f;
  --accent-text: #14231e;
  --on-image: #f4f6f1;
  --radius: 12px;
  --shell: min(1180px, calc(100% - 40px));
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 24px; overflow-x: clip; }
body {
  margin: 0;
  background:
    radial-gradient(circle at 8% 18%, rgba(185, 223, 63, .1), transparent 30rem),
    radial-gradient(circle at 92% 64%, rgba(40, 83, 67, .1), transparent 34rem),
    var(--bg);
  color: var(--text);
  font-family: "DM Sans", sans-serif;
  font-size: 16px;
  line-height: 1.6;
  text-rendering: optimizeLegibility;
  overflow-x: clip;
}

img { display: block; max-width: 100%; }
a { color: inherit; }
button, input, textarea { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
.shell { width: var(--shell); margin-inline: auto; }

.skip-link {
  position: fixed;
  left: 12px;
  top: 12px;
  z-index: 100;
  padding: 10px 14px;
  border-radius: 8px;
  background: var(--accent);
  color: var(--accent-text);
  transform: translateY(-150%);
}
.skip-link:focus { transform: translateY(0); }

.site-header {
  position: absolute;
  inset: 0 0 auto;
  z-index: 20;
  color: var(--on-image);
  border-bottom: 1px solid rgba(244, 246, 241, .24);
}
.nav-wrap { min-height: 76px; display: flex; align-items: center; justify-content: space-between; gap: 28px; }
.brand { display: inline-flex; align-items: center; gap: 11px; text-decoration: none; flex: 0 0 auto; }
.brand-mark { width: 46px; height: 39px; }
.brand-mark img { width: 100%; height: 100%; object-fit: contain; }
.site-header .brand-mark { background: transparent; animation: header-mark-in .72s .08s cubic-bezier(.16, 1, .3, 1) both; }
.site-header .brand-mark img { filter: invert(1); }
.brand-copy { display: grid; line-height: 1.02; letter-spacing: -.02em; }
.brand-copy strong { font-family: "Archivo Black", sans-serif; font-size: 15px; font-weight: 400; }
.brand-copy span { font-size: 10px; text-transform: uppercase; letter-spacing: .18em; }
.site-header .brand-copy { animation: header-copy-in .68s .2s cubic-bezier(.16, 1, .3, 1) both; }
.site-header .brand-copy span { color: rgba(244, 246, 241, .74); }
.site-nav { display: flex; align-items: center; gap: 30px; white-space: nowrap; }
.site-nav > a:not(.button) { font-size: 14px; font-weight: 700; text-decoration: none; }
.site-nav > a:not(.button):hover { color: var(--accent); }
.menu-toggle { display: none; border: 0; background: none; color: inherit; font-weight: 750; cursor: pointer; }

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 52px;
  padding: 13px 22px;
  border: 1px solid var(--accent);
  border-radius: 9px;
  background: var(--accent);
  color: var(--accent-text);
  font-weight: 800;
  line-height: 1;
  text-decoration: none;
  white-space: nowrap;
  cursor: pointer;
  transition: transform .24s cubic-bezier(.16, 1, .3, 1), background-color .24s ease;
}
.button:hover { transform: translateY(-2px); background: #c8eb56; }
.button:active { transform: translateY(1px) scale(.99); }
.button-small { min-height: 42px; padding: 10px 17px; }
.button:focus-visible, .text-link:focus-visible, a:focus-visible, summary:focus-visible, input:focus-visible, textarea:focus-visible, button:focus-visible { outline: 3px solid var(--accent); outline-offset: 3px; }
.text-link { display: inline-flex; align-items: center; gap: 10px; font-weight: 800; text-decoration-thickness: 1px; text-underline-offset: 5px; }

.hero {
  position: relative;
  isolation: isolate;
  min-height: 100dvh;
  overflow: hidden;
  color: var(--on-image);
  background: var(--forest);
}
.hero::before {
  content: "";
  position: absolute;
  inset: -3%;
  z-index: -2;
  background: url("assets/hero-construction.jpg") center 52% / cover no-repeat;
  filter: blur(7px) saturate(.78) brightness(.88) contrast(.98);
  transform: scale(1.045);
  animation:
    hero-image-in 1.5s cubic-bezier(.16, 1, .3, 1) both,
    hero-drift 18s 1.5s ease-in-out infinite alternate;
}
.hero::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background:
    radial-gradient(circle at center 58%, rgba(8, 24, 18, .34), rgba(8, 24, 18, .7) 72%),
    linear-gradient(180deg, rgba(8, 24, 18, .36) 0%, rgba(8, 24, 18, .1) 34%, rgba(8, 24, 18, .62) 100%);
}
.hero-inner { min-height: 100dvh; display: flex; align-items: center; justify-content: center; padding-top: 92px; padding-bottom: 72px; }
.hero-copy { width: min(920px, 100%); text-align: center; }
.hero-emblem {
  display: block;
  width: 108px;
  height: 92px;
  margin: 0 auto 24px;
  animation: hero-emblem-in .9s .02s cubic-bezier(.16, 1, .3, 1) both;
}
.hero-emblem img { width: 100%; height: 100%; object-fit: contain; filter: invert(1); }
.hero-brand {
  margin-bottom: 24px;
  font-family: "Archivo Black", sans-serif;
  font-size: clamp(68px, 12vw, 170px);
  font-weight: 400;
  line-height: .77;
  letter-spacing: -.07em;
  text-transform: uppercase;
  text-shadow: 0 3px 24px rgba(0, 0, 0, .22);
  animation: rise-in .9s .14s cubic-bezier(.16, 1, .3, 1) both;
}
.hero-brand span { display: block; margin-top: 24px; font-family: "DM Sans", sans-serif; font-size: clamp(15px, 2vw, 25px); font-weight: 700; line-height: 1; letter-spacing: .36em; }
h1, h2, h3, p { margin-top: 0; }
h1, h2, h3 { text-wrap: balance; }
h1 {
  max-width: 17ch;
  margin-bottom: 14px;
  font-family: "DM Sans", sans-serif;
  font-size: clamp(30px, 4vw, 54px);
  font-weight: 650;
  line-height: 1.02;
  letter-spacing: -.04em;
  animation: rise-in .8s .2s cubic-bezier(.16, 1, .3, 1) both;
}
.hero-copy h1 { margin-inline: auto; }
.hero-text { max-width: 600px; margin-inline: auto; margin-bottom: 26px; color: rgba(244, 246, 241, .88); font-size: clamp(16px, 1.5vw, 19px); animation: rise-in .8s .32s cubic-bezier(.16, 1, .3, 1) both; }
.hero-actions { display: flex; align-items: center; justify-content: center; gap: 24px; animation: rise-in .8s .44s cubic-bezier(.16, 1, .3, 1) both; }
.hero-call { font-weight: 750; text-underline-offset: 5px; }

.section { position: relative; padding-block: clamp(52px, 5.8vw, 82px); }
.section:not(.quote-section)::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 18px;
  width: 11px;
  height: 11px;
  border-right: 2px solid var(--forest-soft);
  border-bottom: 2px solid var(--forest-soft);
  opacity: .3;
  transform: translateX(-50%) rotate(45deg);
}
.section.reveal.is-visible:not(.quote-section)::after { animation: section-cue 2.2s .8s ease-in-out 3; }
.section-heading { max-width: 760px; margin: 0 auto 40px; text-align: center; }
.section-heading.compact { max-width: 760px; }
.eyebrow { margin: 0 0 18px; color: var(--forest-soft); font-size: 12px; font-weight: 800; letter-spacing: .15em; text-transform: uppercase; }
h2 { margin-bottom: 16px; font-family: "Archivo Black", sans-serif; font-size: clamp(32px, 4vw, 54px); font-weight: 400; line-height: 1.02; letter-spacing: -.04em; }
h3 { margin-bottom: 10px; font-family: "DM Sans", sans-serif; font-size: clamp(23px, 2.5vw, 32px); font-weight: 700; line-height: 1.08; letter-spacing: -.03em; }
.section-heading > p:not(.eyebrow), .promise-copy > p, .quote-copy > p { max-width: 62ch; color: var(--muted); font-size: 18px; }
.section-heading > p:not(.eyebrow) { margin-inline: auto; }

.work-section { isolation: isolate; }
.project-mosaic { display: grid; grid-template-columns: 1.35fr .65fr; grid-template-rows: 1fr 1fr; gap: 26px 16px; }
.project { min-height: 290px; margin: 0; }
.project-featured { grid-row: span 2; min-height: 650px; }
.project img { width: 100%; height: calc(100% - 62px); min-height: 290px; border-radius: var(--radius); object-fit: cover; transition: transform .65s cubic-bezier(.16, 1, .3, 1), filter .65s ease; }
.project:hover img { transform: scale(1.012); filter: saturate(1.06); }
.project figcaption { display: grid; padding-top: 14px; }
.project figcaption strong { font-size: 17px; }
.project figcaption span { color: var(--muted); font-size: 13px; }

.services-layout { display: grid; grid-template-columns: minmax(0, 1.08fr) minmax(360px, .92fr); gap: clamp(40px, 7vw, 92px); align-items: stretch; }
.services-media { min-height: 620px; margin: 0; overflow: hidden; }
.services-media img { width: 100%; height: 100%; object-fit: cover; }
.service-list { align-self: center; color: var(--text); }
.service-list article { position: relative; padding: 22px 0 22px clamp(28px, 4vw, 58px); transition: transform .3s cubic-bezier(.16, 1, .3, 1); }
.service-list article::before { content: ""; position: absolute; left: 0; top: 35px; width: clamp(12px, 2vw, 26px); height: 3px; background: var(--accent); transform-origin: left; transition: transform .3s cubic-bezier(.16, 1, .3, 1); }
.service-list article:hover { transform: translateX(7px); }
.service-list article:hover::before { transform: scaleX(1.5); }
.service-list article p { max-width: 46ch; margin-bottom: 0; color: var(--muted); }
.service-list .text-link { margin: 28px 0 0 clamp(28px, 4vw, 58px); color: var(--forest-soft); }

.process-section {
  background:
    linear-gradient(120deg, rgba(255, 255, 255, .5), rgba(226, 232, 223, .78)),
    var(--surface);
}
.process-list { display: grid; grid-template-columns: repeat(12, 1fr); gap: 18px; margin: 38px 0 0; padding: 0; list-style: none; }
.process-list li {
  min-height: 184px;
  padding: 28px 34px;
  opacity: 0;
  transform: translateY(20px) scale(.985);
}
.process-list li::before { content: ""; display: block; width: 48px; height: 5px; margin-bottom: 30px; background: var(--accent); transform: skewX(-28deg); }
.process-list li:nth-child(1) { grid-column: 1 / 7; }
.process-list li:nth-child(2) { grid-column: 7 / 13; padding-top: 72px; }
.process-list li:nth-child(3) { grid-column: 2 / 8; }
.process-list li:nth-child(4) { grid-column: 8 / 13; padding-top: 72px; }
.process-section.is-visible .process-list li { animation: process-box-in .7s cubic-bezier(.16, 1, .3, 1) forwards; }
.process-section.is-visible .process-list li:nth-child(2) { animation-delay: .08s; }
.process-section.is-visible .process-list li:nth-child(3) { animation-delay: .16s; }
.process-section.is-visible .process-list li:nth-child(4) { animation-delay: .24s; }
.process-list span { display: block; margin-bottom: 10px; font-size: 19px; font-weight: 800; }
.process-list p { margin-bottom: 0; color: var(--muted); font-size: 14px; }

.promise {
  display: grid;
  grid-template-columns: .9fr 1.1fr;
  align-items: center;
  gap: clamp(42px, 7vw, 92px);
}
.promise-section {
  margin-block: 28px;
}
.promise-points { display: grid; grid-template-columns: 1fr 1fr; gap: 28px 22px; margin-top: 44px; }
.promise-points div { display: grid; gap: 4px; padding-top: 16px; border-top: 1px solid var(--line); }
.promise-points span { color: var(--muted); font-size: 14px; }
.promise-media { min-height: 570px; margin: 0; overflow: hidden; }
.promise-media img { width: 100%; height: 100%; min-height: 570px; object-fit: cover; object-position: 60% center; }

.faq-layout { max-width: 980px; margin-inline: auto; }
.faq-layout .section-heading { margin: 0 auto 34px; padding-top: 0; }
.faq-layout .section-heading .eyebrow { color: var(--forest-soft); }
.faq-list { align-self: center; padding: 0; }
.faq-list details { border-bottom: 1px solid var(--line); }
.faq-list summary { position: relative; padding: 24px 44px 24px 0; cursor: pointer; font-size: 18px; font-weight: 800; list-style: none; }
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary::after { content: "+"; position: absolute; right: 4px; top: 24px; color: var(--forest-soft); font-size: 24px; line-height: 1; }
.faq-list details[open] summary::after { content: "−"; }
.faq-list details p { max-width: 62ch; padding: 0 44px 24px 0; color: var(--muted); }

.quote-section {
  background:
    radial-gradient(circle at 82% 20%, rgba(185, 223, 63, .14), transparent 25rem),
    linear-gradient(130deg, rgba(226, 232, 223, .82), rgba(255, 255, 255, .42));
  border-top: 1px solid var(--line);
}
.quote-layout { display: grid; grid-template-columns: .85fr 1.15fr; gap: clamp(50px, 9vw, 120px); align-items: start; }
.quote-copy { position: sticky; top: 38px; }
.quote-note { display: grid; gap: 6px; margin-top: 40px; padding-top: 18px; border-top: 1px solid var(--line); }
.quote-note span { color: var(--muted); }
.direct-contact { display: grid; gap: 8px; margin-top: 36px; font-style: normal; }
.direct-contact a { width: fit-content; font-weight: 800; text-underline-offset: 4px; overflow-wrap: anywhere; }
.direct-contact span { color: var(--muted); }
.quote-form { display: grid; gap: 22px; padding: clamp(28px, 5vw, 52px); border: 1px solid var(--line); border-radius: var(--radius); background: rgba(255, 255, 255, .7); backdrop-filter: blur(12px); box-shadow: 0 24px 70px rgba(21, 53, 43, .1); }
.field-row { display: grid; gap: 8px; }
.field-row label { font-weight: 750; }
.field-row small { color: var(--muted); }
.field-row input, .field-row textarea { width: 100%; padding: 13px 14px; border: 1px solid rgba(20, 35, 30, .48); border-radius: 8px; background: rgba(255, 255, 255, .8); color: var(--text); }
.field-row textarea { min-height: 140px; resize: vertical; }
.field-row input::placeholder, .field-row textarea::placeholder { color: #66736d; }
.form-button { width: 100%; }
.form-status { min-height: 24px; margin: 0; color: var(--muted); font-size: 13px; }
.form-status.success { color: var(--forest-soft); font-weight: 760; }

.site-footer {
  position: relative;
  overflow: hidden;
  padding-block: clamp(56px, 8vw, 96px) 94px;
  background:
    radial-gradient(circle at 12% 8%, rgba(185, 223, 63, .13), transparent 28rem),
    linear-gradient(145deg, #102c23, var(--forest));
  color: var(--on-image);
}
.footer-main { position: relative; }
.footer-hero { display: grid; grid-template-columns: 1.3fr .7fr; align-items: end; gap: 44px; padding-bottom: 50px; border-bottom: 1px solid rgba(244, 246, 241, .18); }
.footer-lockup { display: flex; align-items: center; gap: clamp(22px, 4vw, 48px); text-decoration: none; }
.footer-mark { flex: 0 0 auto; width: clamp(112px, 12vw, 164px); aspect-ratio: 1.18; }
.footer-mark img { width: 100%; height: 100%; object-fit: contain; filter: invert(1); }
.footer-wordmark { display: grid; font-family: "Archivo Black", sans-serif; font-size: clamp(48px, 8vw, 110px); font-weight: 400; line-height: .78; letter-spacing: -.065em; text-transform: uppercase; }
.footer-wordmark small { margin-top: 24px; font-family: "DM Sans", sans-serif; font-size: clamp(12px, 1.5vw, 19px); font-weight: 700; line-height: 1; letter-spacing: .32em; }
.footer-hero > p { margin: 0; color: rgba(244, 246, 241, .76); font-size: clamp(22px, 3vw, 36px); font-weight: 600; line-height: 1.12; letter-spacing: -.03em; }
.footer-bottom { display: grid; grid-template-columns: 1fr auto 1.4fr; align-items: center; gap: 30px; padding-top: 28px; }
.footer-bottom > span { color: rgba(244, 246, 241, .7); font-weight: 700; }
.footer-contact { display: grid; justify-items: end; font-style: normal; font-size: 14px; text-align: right; }
.footer-contact a { font-weight: 720; overflow-wrap: anywhere; text-underline-offset: 4px; }
.site-footer.is-visible .footer-mark { animation: footer-mark-in .8s .08s cubic-bezier(.16, 1, .3, 1) both; }
.site-footer.is-visible .footer-wordmark { animation: footer-word-in .8s .18s cubic-bezier(.16, 1, .3, 1) both; }
.mobile-cta { display: none; }

.js .reveal { opacity: 0; transform: translateY(24px); }
.js .reveal.is-visible { opacity: 1; transform: translateY(0); transition: opacity .8s ease, transform .8s cubic-bezier(.16, 1, .3, 1); }
.js .work-section .project { opacity: 0; transform: translateY(22px) scale(.985); }
.work-section.is-visible .project { animation: project-in .72s .08s cubic-bezier(.16, 1, .3, 1) forwards; }
.work-section.is-visible .project:nth-child(2) { animation-delay: .16s; }
.work-section.is-visible .project:nth-child(3) { animation-delay: .24s; }
.js .services-section .service-list article { opacity: 0; transform: translateX(18px); }
.services-section.is-visible .service-list article { animation: service-in .58s .08s cubic-bezier(.16, 1, .3, 1) forwards; }
.services-section.is-visible .service-list article:nth-child(2) { animation-delay: .14s; }
.services-section.is-visible .service-list article:nth-child(3) { animation-delay: .2s; }
.services-section.is-visible .service-list article:nth-child(4) { animation-delay: .26s; }

@keyframes hero-image-in {
  from { opacity: .25; transform: scale(1.1); }
  to { opacity: 1; transform: scale(1.045); }
}
@keyframes hero-drift {
  from { transform: scale(1.055) translate3d(-.35%, -.25%, 0); }
  to { transform: scale(1.09) translate3d(.65%, .45%, 0); }
}
@keyframes hero-emblem-in {
  from { opacity: 0; transform: translateY(-18px) rotate(-4deg) scale(.9); }
  to { opacity: 1; transform: translateY(0) rotate(0) scale(1); }
}
@keyframes header-mark-in {
  from { opacity: 0; transform: translateY(-12px) rotate(-5deg) scale(.9); }
  to { opacity: 1; transform: translateY(0) rotate(0) scale(1); }
}
@keyframes header-copy-in {
  from { opacity: 0; transform: translateX(-10px); }
  to { opacity: 1; transform: translateX(0); }
}
@keyframes rise-in {
  from { opacity: 0; transform: translateY(24px); }
  to { opacity: 1; transform: translateY(0); }
}
@keyframes project-in {
  from { opacity: 0; transform: translateY(22px) scale(.985); }
  to { opacity: 1; transform: translateY(0) scale(1); }
}
@keyframes service-in {
  from { opacity: 0; transform: translateX(18px); }
  to { opacity: 1; transform: translateX(0); }
}
@keyframes process-box-in {
  from { opacity: 0; transform: translateY(20px) scale(.985); }
  to { opacity: 1; transform: translateY(0) scale(1); }
}
@keyframes section-cue {
  0%, 100% { opacity: .24; transform: translate(-50%, -2px) rotate(45deg); }
  50% { opacity: .82; transform: translate(-50%, 5px) rotate(45deg); }
}
@keyframes footer-mark-in {
  from { opacity: 0; transform: translateY(18px) rotate(3deg) scale(.94); }
  to { opacity: 1; transform: translateY(0) rotate(0) scale(1); }
}
@keyframes footer-word-in {
  from { opacity: 0; transform: translateX(-18px); }
  to { opacity: 1; transform: translateX(0); }
}

@media (max-width: 900px) {
  :root { --shell: min(100% - 32px, 720px); }
  .menu-toggle { display: block; }
  .site-nav { display: none; position: absolute; left: 16px; right: 16px; top: 68px; padding: 18px; border: 1px solid rgba(244, 246, 241, .24); border-radius: var(--radius); background: rgba(12, 34, 25, .96); flex-direction: column; align-items: stretch; gap: 4px; }
  .site-nav.is-open { display: flex; }
  .site-nav > a { padding: 12px; }
  .site-nav .button { margin-top: 6px; }
  .hero::after { background: radial-gradient(circle at center 58%, rgba(8, 24, 18, .34), rgba(8, 24, 18, .72) 76%), linear-gradient(180deg, rgba(8, 24, 18, .3), transparent 35%, rgba(8, 24, 18, .68)); }
  .hero-brand { font-size: clamp(68px, 15vw, 116px); }
  .project-mosaic { grid-template-columns: 1fr 1fr; grid-template-rows: auto auto; }
  .project-featured { grid-column: 1 / -1; grid-row: auto; min-height: 530px; }
  .services-layout { grid-template-columns: 1fr; }
  .services-media { min-height: 520px; }
  .process-list { grid-template-columns: 1fr 1fr; }
  .process-list li:nth-child(n) { grid-column: auto; }
  .promise { grid-template-columns: 1fr; }
  .promise-copy { max-width: 680px; }
  .promise-media, .promise-media img { min-height: 500px; }
  .faq-layout, .quote-layout { grid-template-columns: 1fr; }
  .quote-copy { position: static; }
  .footer-hero { grid-template-columns: 1fr; align-items: start; }
  .footer-bottom { grid-template-columns: 1fr auto; }
  .footer-contact { grid-column: 1 / -1; justify-items: start; text-align: left; }
}

@media (max-width: 640px) {
  :root { --shell: calc(100% - 28px); }
  body { padding-bottom: 78px; }
  .nav-wrap { min-height: 66px; }
  .brand-copy { display: none; }
  .hero::before { background-position: 54% center; }
  .hero::after { background: radial-gradient(circle at center 55%, rgba(8, 24, 18, .38), rgba(8, 24, 18, .76) 82%), linear-gradient(180deg, rgba(8, 24, 18, .34), rgba(8, 24, 18, .12) 38%, rgba(8, 24, 18, .74)); }
  .hero-inner { min-height: 100dvh; padding-top: 90px; padding-bottom: 92px; }
  .hero-emblem { width: 86px; height: 74px; margin-bottom: 20px; }
  .hero-brand { margin-bottom: 24px; font-size: clamp(54px, 16.7vw, 82px); line-height: .82; }
  .hero-brand span { margin-top: 18px; font-size: 13px; letter-spacing: .28em; }
  h1 { max-width: 14ch; font-size: clamp(30px, 9vw, 42px); }
  .hero-text { max-width: 34ch; font-size: 16px; line-height: 1.5; }
  .hero-actions { align-items: center; flex-direction: column; gap: 16px; }
  .section { padding-block: 54px; }
  .section-heading { margin-bottom: 34px; }
  .project-mosaic { grid-template-columns: 1fr; gap: 38px; }
  .project-featured, .project { min-height: auto; }
  .project img, .project-featured img { height: 390px; min-height: 0; }
  .services-media { min-height: 420px; }
  .service-list { padding: 8px 2px 18px; }
  .service-list article { padding: 20px 0 20px 46px; }
  .service-list .text-link { margin-left: 46px; }
  .process-list { grid-template-columns: 1fr; gap: 12px; }
  .process-list li { min-height: 0; padding: 28px; }
  .promise-points { grid-template-columns: 1fr; }
  .promise-section { margin-block: 18px; }
  .promise-media, .promise-media img { min-height: 420px; }
  .faq-layout .section-heading { padding-top: 0; }
  .faq-list { padding-inline: 0; }
  .quote-form { padding: 24px 18px; }
  .footer-lockup { align-items: flex-start; flex-direction: column; }
  .footer-wordmark { font-size: clamp(48px, 17vw, 72px); }
  .footer-wordmark small { margin-top: 18px; }
  .footer-bottom { grid-template-columns: 1fr; align-items: start; }
  .footer-contact { grid-column: auto; }
  .mobile-cta { display: flex; position: fixed; z-index: 15; left: 14px; right: 14px; bottom: 12px; min-height: 52px; box-shadow: 0 12px 36px rgba(21, 53, 43, .24); }
}

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