:root {
  --ink: #171915;
  --ink-soft: #242720;
  --paper: #f1eadc;
  --paper-deep: #e3d8c4;
  --cream: #fffaf0;
  --amber: #e9a824;
  --amber-dark: #b66f0e;
  --lime: #c6d69b;
  --muted: #777365;
  --line: rgba(23, 25, 21, 0.18);
  --display: "Montserrat", sans-serif;
  --body: "Poppins", sans-serif;
  --shadow: 0 28px 70px rgba(20, 19, 14, 0.16);
}

* { box-sizing: border-box; }

html { scroll-behavior: smooth; }

body {
  margin: 0;
  background: var(--paper);
  color: var(--ink);
  font-family: var(--body);
  font-size: 16px;
  line-height: 1.65;
  overflow-x: hidden;
}

body::before {
  content: "";
  position: fixed;
  inset: 0;
  z-index: 20;
  pointer-events: none;
  opacity: 0.045;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 180 180' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.8' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.7'/%3E%3C/svg%3E");
}

a { color: inherit; }
img { display: block; max-width: 100%; }

.wrap {
  width: min(1180px, calc(100% - 48px));
  margin-inline: auto;
}

.nav {
  position: sticky;
  top: 0;
  z-index: 15;
  background: rgba(23, 25, 21, 0.94);
  color: var(--cream);
  border-bottom: 1px solid rgba(255, 255, 255, 0.12);
  backdrop-filter: blur(14px);
}

.nav-inner {
  width: min(1320px, calc(100% - 40px));
  min-height: 82px;
  margin-inline: auto;
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  gap: 28px;
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  width: max-content;
  color: var(--cream);
  text-decoration: none;
  font: 800 0.82rem/1 var(--display);
  letter-spacing: 0.13em;
}

.mark {
  width: 44px;
  aspect-ratio: 1;
  overflow: hidden;
  border: 2px solid var(--amber);
  border-radius: 50%;
  background: var(--cream);
}

.mark img { width: 100%; height: 100%; object-fit: cover; }

.nav-links {
  display: flex;
  align-items: center;
  gap: 30px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.nav-links a {
  position: relative;
  color: rgba(255, 250, 240, 0.72);
  text-decoration: none;
  font-size: 0.78rem;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.nav-links a::after {
  content: "";
  position: absolute;
  left: 0;
  right: 100%;
  bottom: -9px;
  height: 2px;
  background: var(--amber);
  transition: right 180ms ease;
}

.nav-links a:hover,
.nav-links a.active { color: var(--cream); }
.nav-links a:hover::after,
.nav-links a.active::after { right: 0; }

.nav-cta {
  justify-self: end;
  padding: 11px 18px;
  border: 1px solid var(--amber);
  color: var(--amber);
  text-decoration: none;
  font-size: 0.76rem;
  font-weight: 700;
  letter-spacing: 0.09em;
  text-transform: uppercase;
  transition: background 180ms ease, color 180ms ease, transform 180ms ease;
}

.nav-cta:hover { background: var(--amber); color: var(--ink); transform: translateY(-2px); }

.menu-toggle { display: none; }

header:not(.page-header) {
  position: relative;
  min-height: 760px;
  display: grid;
  align-items: end;
  overflow: hidden;
  background: var(--ink);
  color: var(--cream);
}

.hero-media,
.hero-photo {
  position: absolute;
  inset: 0;
}

.hero-photo {
  background-position: center;
  background-size: cover;
  filter: saturate(0.7) contrast(1.08);
  transform: scale(1.02);
  animation: hero-in 1.2s cubic-bezier(.2,.8,.2,1) both;
}

.hero-media::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(16, 18, 14, 0.97) 0%, rgba(16, 18, 14, 0.73) 48%, rgba(16, 18, 14, 0.15) 100%),
    linear-gradient(0deg, rgba(16, 18, 14, 0.9) 0%, transparent 50%);
}

.hero-copy {
  position: relative;
  z-index: 2;
  padding-block: 110px 105px;
}

.hero-copy::before {
  content: "02 / 26";
  position: absolute;
  right: 0;
  bottom: 90px;
  color: transparent;
  -webkit-text-stroke: 1px rgba(255, 255, 255, 0.25);
  font: 900 clamp(5rem, 13vw, 12rem)/0.8 var(--display);
  letter-spacing: -0.08em;
}

.eyebrow {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 22px;
  color: var(--amber-dark);
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.eyebrow::before { content: ""; width: 36px; height: 2px; background: currentColor; }
header:not(.page-header) .eyebrow { color: var(--amber); }

h1, h2, h3, p { margin-top: 0; }

h1,
.headline {
  font-family: var(--display);
  font-weight: 900;
  letter-spacing: -0.055em;
  text-transform: uppercase;
}

header:not(.page-header) h1 {
  position: relative;
  max-width: 900px;
  margin-bottom: 24px;
  font-size: clamp(3.3rem, 7.8vw, 7.6rem);
  line-height: 0.92;
}

h1 em { color: var(--amber); font-style: normal; }

.hero-subline {
  max-width: 650px;
  margin-bottom: 16px;
  color: var(--cream);
  font-family: var(--display);
  font-size: clamp(1.05rem, 2vw, 1.35rem);
  font-weight: 700;
}

.lede { max-width: 820px; color: var(--muted); font-size: clamp(1rem, 1.6vw, 1.12rem); }
header:not(.page-header) .lede { max-width: 740px; color: rgba(255, 250, 240, 0.72); }

.powered-tag,
.sec-ticker {
  position: absolute;
  z-index: 3;
  right: 28px;
  padding: 9px 13px;
  background: rgba(23, 25, 21, 0.82);
  border: 1px solid rgba(255, 255, 255, 0.18);
  color: rgba(255,255,255,.82);
  font-size: 0.68rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.powered-tag { top: 28px; }
.sec-ticker { bottom: 28px; }
.powered-tag .dot { display: inline-block; width: 7px; height: 7px; margin-right: 7px; border-radius: 50%; background: var(--amber); animation: pulse 1.6s infinite; }

.cta-row { position: relative; z-index: 1; display: flex; flex-wrap: wrap; gap: 14px; margin-top: 34px; }

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 52px;
  padding: 14px 24px;
  border: 1px solid transparent;
  text-decoration: none;
  font-family: var(--display);
  font-size: 0.76rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  cursor: pointer;
  transition: transform 180ms ease, box-shadow 180ms ease, background 180ms ease, color 180ms ease;
}

.btn:hover { transform: translateY(-3px); }
.btn-amber { background: var(--amber); color: var(--ink); box-shadow: 7px 7px 0 rgba(233, 168, 36, 0.22); }
.btn-amber:hover { background: #f1b637; box-shadow: 4px 4px 0 rgba(233, 168, 36, 0.3); }
.btn-line { border-color: currentColor; color: inherit; background: transparent; }
.btn-line:hover { background: var(--cream); color: var(--ink); }

section { position: relative; padding-block: 110px; }
#who { overflow: hidden; }
#who::after { content: "STRUCTURE"; position: absolute; right: -28px; top: 22px; color: rgba(23,25,21,.04); font: 900 clamp(5rem, 13vw, 12rem)/1 var(--display); letter-spacing: -.08em; }

.headline { max-width: 950px; margin-bottom: 24px; font-size: clamp(2.5rem, 5.8vw, 5.6rem); line-height: 0.95; }
.section-paper { background: var(--cream); }
.section-dark { background: var(--ink); color: var(--cream); }
.section-dark .lede { color: rgba(255,255,255,.62); }

.system-cards {
  display: grid;
  grid-template-columns: 1.1fr 0.95fr 1.2fr;
  align-items: start;
  gap: 16px;
}

.sys-card {
  position: relative;
  min-height: 245px;
  padding: 28px;
  overflow: hidden;
  border: 1px solid var(--line);
  background: rgba(255, 250, 240, 0.58);
}

.sys-card:nth-child(2) { margin-top: 54px; }
.sys-card-link { display: flex; flex-direction: column; color: inherit; text-decoration: none; transition: transform 220ms ease, background 220ms ease; }
.sys-card-link:hover { transform: translateY(-8px) rotate(-0.5deg); background: var(--amber); }
.sys-icon { display: grid; place-items: center; width: 47px; height: 47px; margin-bottom: 36px; background: var(--ink); color: var(--amber); font: 800 0.72rem/1 var(--display); letter-spacing: .08em; }
.sys-summary-text { display: flex; flex-direction: column; }
.sys-tag { margin-bottom: 7px; color: var(--amber-dark); font-size: 0.7rem; font-weight: 700; letter-spacing: .13em; }
.sys-title { font: 900 clamp(1.7rem, 3vw, 2.6rem)/1 var(--display); text-transform: uppercase; }
.sys-when { margin-top: 14px; color: var(--muted); font-size: .88rem; }
.sys-card-link:hover .sys-tag,
.sys-card-link:hover .sys-when { color: var(--ink); }

.section-foot-link { margin-top: 36px; text-align: right; }
.section-foot-link a { text-decoration-thickness: 2px; text-underline-offset: 6px; font-weight: 700; }

.seal-section {
  overflow: hidden;
  background: var(--ink);
  color: var(--cream);
  text-align: center;
}
.seal-section::before,
.seal-section::after { content: ""; position: absolute; width: 42vw; height: 1px; top: 50%; background: rgba(255,255,255,.15); }
.seal-section::before { left: -12vw; transform: rotate(22deg); }
.seal-section::after { right: -12vw; transform: rotate(-22deg); }
.seal-section .wrap { position: relative; z-index: 1; }
.seal-mark { width: 128px; aspect-ratio: 1; margin: 0 auto 28px; overflow: hidden; border: 3px solid var(--amber); border-radius: 50%; box-shadow: 0 0 0 12px rgba(233,168,36,.08); }
.seal-mark img { width: 100%; height: 100%; object-fit: cover; }
.seal-section h2 { margin-bottom: 10px; font: 900 clamp(2.4rem, 6vw, 5.5rem)/.95 var(--display); letter-spacing: -.055em; text-transform: uppercase; }
.seal-section .desc { color: rgba(255,255,255,.58); }
.swahili { margin-top: 34px; color: var(--amber); font: 800 clamp(1.25rem, 3vw, 2rem)/1.2 var(--display); text-transform: uppercase; }
.swahili small { display: block; margin-top: 8px; color: rgba(255,255,255,.45); font: 500 .67rem/1.2 var(--body); letter-spacing: .15em; }

.work-grid { display: grid; grid-template-columns: 1.25fr .75fr; grid-auto-rows: 340px; gap: 16px; margin-top: 45px; }
.work-card { position: relative; display: flex; flex-direction: column; justify-content: end; min-height: 320px; padding: 30px; overflow: hidden; color: var(--cream); text-decoration: none; background-position: center; background-size: cover; }
.work-card:first-child { grid-row: span 2; }
.work-card::before { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, transparent 20%, rgba(18,20,16,.92) 100%); transition: background 220ms ease; }
.work-card::after { content: ""; position: absolute; inset: 0; border: 0 solid var(--amber); transition: border-width 180ms ease; }
.work-card:hover::after { border-width: 8px; }
.wc-tag, .wc-title, .wc-arrow { position: relative; z-index: 1; }
.wc-tag { margin-bottom: 8px; color: var(--amber); font-size: .7rem; font-weight: 700; letter-spacing: .13em; text-transform: uppercase; }
.wc-title { max-width: 530px; font: 800 clamp(1.35rem, 2.8vw, 2.7rem)/1.05 var(--display); text-transform: uppercase; }
.wc-arrow { position: absolute; right: 28px; top: 25px; width: 44px; height: 44px; display: grid; place-items: center; border: 1px solid rgba(255,255,255,.55); font-size: 1.5rem; transition: transform 180ms ease, background 180ms ease; }
.work-card:hover .wc-arrow { transform: rotate(-45deg); background: var(--amber); color: var(--ink); border-color: var(--amber); }

.cta-section { padding-block: 95px; background: var(--amber); overflow: hidden; }
.cta-section::after { content: "TANK"; position: absolute; right: -30px; bottom: -38px; color: rgba(23,25,21,.08); font: 900 13rem/.8 var(--display); letter-spacing: -.09em; }
.cta-section .wrap { position: relative; z-index: 1; display: grid; grid-template-columns: 1fr auto; align-items: end; gap: 40px; }
.cta-section h2 { max-width: 760px; margin-bottom: 15px; font: 900 clamp(2.6rem, 6vw, 5.5rem)/.93 var(--display); letter-spacing: -.055em; text-transform: uppercase; }
.cta-section p { max-width: 620px; margin-bottom: 0; }
.cta-section .btn-amber { background: var(--ink); color: var(--cream); box-shadow: 7px 7px 0 rgba(23,25,21,.2); }

.page-header {
  position: relative;
  padding-block: 115px 85px;
  overflow: hidden;
  background: var(--ink);
  color: var(--cream);
}
.page-header::after { content: attr(data-number); position: absolute; right: 5vw; bottom: -1.2rem; color: transparent; -webkit-text-stroke: 1px rgba(255,255,255,.13); font: 900 clamp(7rem, 18vw, 15rem)/.8 var(--display); }
.page-header .wrap { position: relative; z-index: 1; }
.page-header h1 { max-width: 930px; margin-bottom: 20px; font-size: clamp(3rem, 7.2vw, 7rem); line-height: .94; }
.page-header .lede { color: rgba(255,255,255,.64); }

.service-list { display: grid; grid-template-columns: .65fr 1.35fr; border-top: 1px solid var(--line); }
.service-intro { padding: 28px 30px 48px 0; }
.service-number { color: var(--amber-dark); font: 800 .72rem/1 var(--display); letter-spacing: .14em; }
.service-name { margin-top: 18px; font: 900 clamp(1.6rem, 3vw, 2.8rem)/1 var(--display); text-transform: uppercase; }
.service-detail { padding: 28px 0 48px 45px; border-left: 1px solid var(--line); }
.service-detail p { max-width: 720px; color: var(--muted); }
.deliverables { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 20px; }
.deliverables span { padding: 7px 11px; border: 1px solid var(--line); color: var(--ink); font-size: .72rem; font-weight: 600; text-transform: uppercase; letter-spacing: .06em; }

.system-stage { padding: 0; }
.system-stage details { border-top: 1px solid rgba(255,255,255,.16); }
.system-stage details:last-child { border-bottom: 1px solid rgba(255,255,255,.16); }
.system-stage summary { display: grid; grid-template-columns: 110px 1fr auto; align-items: center; gap: 20px; padding: 32px 0; cursor: pointer; list-style: none; }
.system-stage summary::-webkit-details-marker { display: none; }
.stage-code { color: var(--amber); font: 700 .73rem/1 var(--display); letter-spacing: .13em; }
.stage-title { font: 900 clamp(1.75rem, 4vw, 3.8rem)/1 var(--display); text-transform: uppercase; }
.stage-plus { width: 42px; height: 42px; display: grid; place-items: center; border: 1px solid rgba(255,255,255,.35); font-size: 1.35rem; transition: transform 180ms ease, background 180ms ease; }
details[open] .stage-plus { transform: rotate(45deg); background: var(--amber); color: var(--ink); }
.stage-body { display: grid; grid-template-columns: 110px 1fr; gap: 20px; padding: 0 0 38px; }
.stage-body p { grid-column: 2; max-width: 720px; color: rgba(255,255,255,.64); }
.waveform { width: 100%; height: 60px; margin: 40px 0 55px; }

.case-grid { display: grid; gap: 24px; }
.case-study { display: grid; grid-template-columns: 1.08fr .92fr; min-height: 520px; background: var(--cream); border: 1px solid var(--line); }
.case-study:nth-child(even) { grid-template-columns: .92fr 1.08fr; }
.case-study:nth-child(even) .case-image { order: 2; }
.case-image { min-height: 420px; background-position: center; background-size: cover; filter: saturate(.78); }
.case-copy { display: flex; flex-direction: column; justify-content: center; padding: clamp(34px, 5vw, 68px); }
.case-kicker { color: var(--amber-dark); font-size: .7rem; font-weight: 700; letter-spacing: .13em; text-transform: uppercase; }
.case-copy h2 { margin: 14px 0 20px; font: 900 clamp(2rem, 4vw, 4.1rem)/.96 var(--display); letter-spacing: -.045em; text-transform: uppercase; }
.case-copy p { color: var(--muted); }
.metric-row { display: grid; grid-template-columns: repeat(2, 1fr); gap: 12px; margin-top: 25px; }
.metric { padding-top: 16px; border-top: 2px solid var(--ink); }
.metric strong { display: block; font: 900 clamp(1.8rem, 3vw, 3rem)/1 var(--display); }
.metric span { display: block; margin-top: 6px; color: var(--muted); font-size: .72rem; text-transform: uppercase; letter-spacing: .07em; }
.proof-note { max-width: 760px; margin: 35px auto 0; text-align: center; color: var(--muted); font-size: .82rem; }

.contact-section { background: var(--paper); }
.contact-grid { display: grid; grid-template-columns: .78fr 1.22fr; gap: 70px; align-items: start; }
.contact-card { position: relative; padding: 38px; background: var(--ink); color: var(--cream); box-shadow: var(--shadow); }
.contact-card::before { content: ""; position: absolute; left: 0; top: 0; width: 74px; height: 7px; background: var(--amber); }
.contact-card .name { font: 900 2.7rem/1 var(--display); text-transform: uppercase; }
.contact-card .role { margin: 8px 0 28px; color: var(--amber); font-size: .75rem; letter-spacing: .08em; text-transform: uppercase; }
.contact-list { display: grid; gap: 14px; color: rgba(255,255,255,.72); font-size: .9rem; }
.contact-list a { text-decoration: none; }
.contact-list a:hover { color: var(--amber); }
.contact-label { display: inline-block; min-width: 86px; color: var(--amber); font-size: .67rem; font-weight: 700; letter-spacing: .09em; text-transform: uppercase; }
.contact-cta { margin-top: 30px; }
.svc-head { margin-bottom: 22px; font: 900 1.25rem/1 var(--display); letter-spacing: -.02em; text-transform: uppercase; }
.areas-list { display: flex; flex-wrap: wrap; gap: 8px; }
.areas-list span { padding: 8px 11px; border: 1px solid var(--line); background: rgba(255,255,255,.25); font-size: .72rem; }
.form-card { padding: clamp(30px, 5vw, 58px); background: var(--cream); box-shadow: var(--shadow); }
.form-row { margin-bottom: 21px; }
.form-row label { display: block; margin-bottom: 7px; font-size: .7rem; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; }
.form-row input,
.form-row textarea { width: 100%; padding: 13px 2px; border: 0; border-bottom: 1px solid rgba(23,25,21,.3); border-radius: 0; outline: 0; background: transparent; color: var(--ink); font: inherit; transition: border-color 180ms ease, background 180ms ease; }
.form-row textarea { min-height: 120px; resize: vertical; }
.form-row input:focus,
.form-row textarea:focus { border-color: var(--amber-dark); background: rgba(233,168,36,.06); }
.form-note { margin: 18px 0 0; color: var(--muted); font-size: .76rem; }
.form-status { display: none; margin-top: 18px; padding: 12px 14px; border-left: 4px solid var(--amber-dark); background: var(--paper); font-size: .84rem; }
.form-status.visible { display: block; }
.form-card button:disabled { cursor: wait; opacity: .65; transform: none; }

footer { padding-block: 48px; background: #11130f; color: rgba(255,255,255,.58); font-size: .75rem; }
footer .wrap { display: grid; grid-template-columns: 1.3fr 1fr auto; gap: 28px; align-items: start; }
.system-tag { color: var(--amber); }
.foot-contact { display: flex; flex-direction: column; gap: 4px; }
.foot-contact a, .foot-links a { color: inherit; text-decoration: none; }
.foot-contact a:hover, .foot-links a:hover { color: var(--amber); }
.foot-sep { display: none; }
.foot-links { display: flex; gap: 18px; justify-content: flex-end; }

.wa-float { position: fixed; right: 24px; bottom: 24px; z-index: 14; display: grid; place-items: center; width: 58px; height: 58px; border-radius: 50%; background: var(--amber); box-shadow: 0 12px 35px rgba(0,0,0,.26); transition: transform 180ms ease; }
.wa-float:hover { transform: translateY(-5px) rotate(-5deg); }
.wa-float svg { width: 29px; }

@keyframes hero-in { from { opacity: 0; transform: scale(1.09); } to { opacity: 1; transform: scale(1.02); } }
@keyframes pulse { 0%,100% { opacity: .45; transform: scale(.8); } 50% { opacity: 1; transform: scale(1.2); } }

@media (max-width: 900px) {
  .nav-inner { grid-template-columns: 1fr auto; }
  .menu-toggle { display: grid; place-items: center; width: 44px; height: 44px; justify-self: end; border: 1px solid rgba(255,255,255,.22); background: transparent; color: var(--cream); font-size: 0; cursor: pointer; }
  .menu-toggle::before { content: ""; width: 18px; height: 12px; border-top: 2px solid; border-bottom: 2px solid; }
  .nav-links { position: absolute; left: 0; right: 0; top: 82px; display: none; flex-direction: column; align-items: stretch; gap: 0; padding: 16px 24px 24px; background: var(--ink); border-bottom: 1px solid rgba(255,255,255,.12); }
  .nav.open .nav-links { display: flex; }
  .nav-links a { display: block; padding: 13px 0; }
  .nav-cta { display: none; }
  .system-cards { grid-template-columns: 1fr; }
  .sys-card:nth-child(2) { margin-top: 0; }
  .work-grid { grid-template-columns: 1fr 1fr; grid-auto-rows: 380px; }
  .work-card:first-child { grid-column: 1 / -1; grid-row: auto; }
  .cta-section .wrap { grid-template-columns: 1fr; align-items: start; }
  .contact-grid { grid-template-columns: 1fr; gap: 42px; }
  .case-study, .case-study:nth-child(even) { grid-template-columns: 1fr; }
  .case-study:nth-child(even) .case-image { order: 0; }
  footer .wrap { grid-template-columns: 1fr 1fr; }
  .foot-links { justify-content: flex-start; grid-column: 1 / -1; }
}

@media (max-width: 620px) {
  .wrap { width: min(100% - 30px, 1180px); }
  .nav-inner { width: calc(100% - 24px); min-height: 72px; }
  .brand { font-size: .7rem; letter-spacing: .08em; }
  .mark { width: 38px; }
  .nav-links { top: 72px; }
  header:not(.page-header) { min-height: 720px; }
  .hero-copy { padding-block: 105px 65px; }
  header:not(.page-header) h1 { font-size: clamp(3rem, 15vw, 4.8rem); }
  .hero-copy::before { display: none; }
  .powered-tag { top: 18px; left: 15px; right: auto; }
  .sec-ticker { display: none; }
  section { padding-block: 78px; }
  .headline { font-size: clamp(2.5rem, 12vw, 4rem); }
  .sys-card { min-height: 220px; }
  .work-grid { display: grid; grid-template-columns: 1fr; grid-auto-rows: 350px; }
  .work-card:first-child { grid-column: auto; }
  .cta-section { padding-block: 72px; }
  .page-header { padding-block: 85px 62px; }
  .page-header h1 { font-size: clamp(2.8rem, 14vw, 4.8rem); }
  .service-list { grid-template-columns: 1fr; }
  .service-intro { padding-bottom: 15px; }
  .service-detail { padding: 0 0 42px; border-left: 0; }
  .system-stage summary { grid-template-columns: 78px 1fr auto; gap: 10px; }
  .stage-title { font-size: 1.55rem; }
  .stage-body { grid-template-columns: 1fr; }
  .stage-body p { grid-column: 1; }
  .case-image { min-height: 310px; }
  .metric-row { grid-template-columns: 1fr; }
  .form-card, .contact-card { padding: 28px; }
  footer .wrap { grid-template-columns: 1fr; }
  .foot-links { grid-column: auto; flex-wrap: wrap; }
  .wa-float { right: 16px; bottom: 16px; width: 52px; height: 52px; }
}

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