:root {
  --ink: #111820;
  --deep: #071018;
  --deep-2: #0b2233;
  --paper: #f7f9f7;
  --white: #ffffff;
  --muted: #5d6b73;
  --line: #dce3e0;
  --green: #6ead55;
  --green-dark: #2f7a42;
  --blue: #0f6fab;
  --amber: #d79538;
  --max: 1180px;
  --geo-contours: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 920 540'%3E%3Cg fill='none' stroke='%239cd483' stroke-width='1.35' stroke-linecap='round' stroke-linejoin='round' opacity='.42'%3E%3Cpath d='M-58 392C45 330 88 438 186 365c90-67 154-44 230-112 83-75 149-87 248-49 75 29 137 12 212-62 31-30 67-54 103-70'/%3E%3Cpath d='M-46 454c116-69 155 40 264-30 82-53 150-43 221-104 84-73 143-90 245-55 86 30 146 10 229-62 32-28 63-45 102-55'/%3E%3Cpath d='M-70 316c91-54 139 48 232-13 80-52 125-72 205-126 86-58 168-70 259-37 85 31 139 12 216-49 39-31 78-52 133-66'/%3E%3Cpath d='M-34 234c83-37 131 35 202-22 83-66 134-90 227-124 95-35 165-25 244 15 83 42 155 13 230-42 38-28 72-41 114-46'/%3E%3Cpath d='M31 520c56-43 117-44 182-9 76 40 137 29 211-39 73-67 142-74 218-33 80 44 148 33 227-38 43-39 81-58 131-62'/%3E%3Cpath d='M210 556c50-47 102-55 164-24 71 36 133 20 196-40 70-67 142-69 218-24 83 49 164 29 235-42'/%3E%3C/g%3E%3Cg fill='none' stroke='%230f6fab' stroke-width='1' stroke-linecap='round' opacity='.24'%3E%3Cpath d='M83 85c63 35 112 34 164-2 71-49 131-35 188 26 61 66 139 63 209 15 75-52 155-37 217 24'/%3E%3Cpath d='M48 143c75 32 131 27 190-20 70-55 144-39 203 22 62 65 139 62 213 12 72-48 140-42 211 16'/%3E%3C/g%3E%3C/svg%3E");
  --geo-routes: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 760 260'%3E%3Cg fill='none' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M-30 171C61 93 122 205 213 128c90-77 142-19 224-83 92-72 158 19 236-38 51-37 96-49 149-36' stroke='%230f6fab' stroke-width='2' stroke-dasharray='7 13' opacity='.28'/%3E%3Cpath d='M18 219c83-54 139 10 216-43 86-60 146-28 221-78 82-55 149-15 219-72 43-35 85-48 128-45' stroke='%239cd483' stroke-width='1.6' stroke-dasharray='3 11' opacity='.38'/%3E%3Cpath d='M71 76c88 46 152 35 219-33 74-75 150-35 214 23 75 68 150 43 230-28' stroke='%23ffffff' stroke-width='1.2' stroke-dasharray='2 16' opacity='.18'/%3E%3C/g%3E%3Cg fill='%239cd483' opacity='.46'%3E%3Ccircle cx='98' cy='136' r='4'/%3E%3Ccircle cx='339' cy='96' r='3.5'/%3E%3Ccircle cx='578' cy='63' r='4'/%3E%3C/g%3E%3Cg fill='%230f6fab' opacity='.34'%3E%3Ccircle cx='225' cy='178' r='3'/%3E%3Ccircle cx='465' cy='105' r='3.5'/%3E%3Ccircle cx='676' cy='27' r='3'/%3E%3C/g%3E%3C/svg%3E");
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  scroll-padding-top: 92px;
}

body {
  margin: 0;
  background: var(--paper);
  color: var(--ink);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.5;
  overflow-x: hidden;
}

.scroll-progress {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 30;
  width: 100%;
  height: 3px;
  background: linear-gradient(90deg, var(--green), var(--blue));
  box-shadow: 0 0 18px rgba(110, 173, 85, 0.48);
  pointer-events: none;
  transform: scaleX(0);
  transform-origin: left center;
}

img,
svg {
  display: block;
}

img {
  max-width: 100%;
}

a {
  color: inherit;
}

.page-top {
  position: absolute;
  top: 0;
  left: 0;
  width: 1px;
  height: 1px;
  pointer-events: none;
}

svg {
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 2;
}

h1,
h2,
h3,
p {
  overflow-wrap: break-word;
}

h1,
h2,
h3 {
  margin: 0;
  letter-spacing: 0;
}

h1 {
  max-width: 11ch;
  color: var(--white);
  font-size: 4.85rem;
  line-height: 0.98;
}

h1 span {
  color: var(--green);
}

h1 .headline-break {
  color: inherit;
}

h2 {
  font-size: 2.6rem;
  line-height: 1.06;
}

h3 {
  font-size: 1.18rem;
  line-height: 1.2;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 10;
  display: grid;
  grid-template-columns: minmax(220px, 300px) 1fr auto;
  gap: 24px;
  align-items: center;
  min-height: 86px;
  padding: 18px 44px;
  color: var(--white);
  border-bottom: 1px solid rgba(255, 255, 255, 0.09);
  background: rgba(3, 10, 16, 0.84);
  backdrop-filter: blur(16px);
}

.brand,
.nav-links,
.nav-action,
.button {
  text-decoration: none;
}

.brand {
  display: inline-grid;
  grid-template-columns: 54px 1fr;
  gap: 12px;
  align-items: center;
  width: fit-content;
}

.brand img {
  width: 54px;
  height: 54px;
  padding: 3px;
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.96);
  object-fit: contain;
}

.brand strong,
.brand small {
  display: block;
  text-transform: uppercase;
  letter-spacing: 0;
  text-align: center;
}

.brand strong {
  font-size: 1.45rem;
  line-height: 1;
}

.brand small {
  margin-top: 4px;
  color: #b7df9b;
  font-size: 0.78rem;
  font-weight: 800;
}

.nav-links {
  display: flex;
  justify-content: center;
  gap: 34px;
  font-size: 0.9rem;
  font-weight: 800;
  text-transform: uppercase;
}

.nav-links a {
  text-decoration: none;
}

.nav-links a:hover,
.nav-links a:focus-visible {
  color: #b7df9b;
}

.nav-action,
.button {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 0 20px;
  overflow: hidden;
  border-radius: 6px;
  font-weight: 850;
  isolation: isolate;
  white-space: nowrap;
}

.nav-action::after,
.button::after {
  position: absolute;
  inset: -2px;
  z-index: 0;
  content: "";
  pointer-events: none;
  opacity: 0;
  background:
    linear-gradient(115deg, transparent 0%, rgba(255, 255, 255, 0.34) 46%, transparent 58%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.06), transparent);
  transform: translateX(-120%);
}

.nav-action {
  border: 1px solid rgba(110, 173, 85, 0.86);
  background: rgba(6, 16, 24, 0.42);
}

.nav-action:hover,
.nav-action:focus-visible {
  background: rgba(110, 173, 85, 0.22);
}

.nav-action:hover::after,
.nav-action:focus-visible::after,
.button-primary:hover::after,
.button-primary:focus-visible::after,
.button-dark:hover::after,
.button-dark:focus-visible::after {
  opacity: 1;
  animation: button-shimmer 950ms ease;
}

.button svg {
  position: relative;
  z-index: 1;
  width: 18px;
  height: 18px;
  margin-left: 10px;
}

.button-primary {
  background: linear-gradient(180deg, #86bf67, #5e9f46);
  color: var(--white);
  box-shadow: 0 14px 32px rgba(9, 18, 12, 0.24);
}

.button-primary:hover,
.button-primary:focus-visible {
  background: linear-gradient(180deg, #92ca72, #65a94d);
  box-shadow: 0 18px 40px rgba(9, 18, 12, 0.3);
}

.button-secondary {
  border: 1px solid rgba(255, 255, 255, 0.38);
  color: var(--white);
  background: rgba(4, 11, 17, 0.34);
}

.button-secondary:hover,
.button-secondary:focus-visible {
  border-color: rgba(156, 212, 131, 0.76);
  background: rgba(110, 173, 85, 0.12);
}

.inline-link {
  display: inline-flex;
  width: fit-content;
  margin-top: 18px;
  color: var(--green-dark);
  font-weight: 900;
  text-decoration: none;
}

.inline-link:hover,
.inline-link:focus-visible {
  color: var(--green);
}

.button-dark {
  margin-top: 22px;
  background: var(--ink);
  color: var(--white);
}

.hero {
  position: relative;
  isolation: isolate;
  min-height: 700px;
  overflow: hidden;
  background: var(--deep);
}

.hero-bg {
  position: absolute;
  inset: 0;
  z-index: -2;
  background-image: url("assets/hero-geospatial.png");
  background-position: center;
  background-size: cover;
  transform: scale(1.03);
  animation: hero-drift 24s ease-in-out infinite alternate;
}

.hero::before,
.hero::after {
  position: absolute;
  inset: 0;
  z-index: -1;
  content: "";
  pointer-events: none;
}

.hero::before {
  background:
    linear-gradient(90deg, rgba(4, 11, 17, 0.9) 0%, rgba(4, 11, 17, 0.78) 34%, rgba(4, 11, 17, 0.3) 72%, rgba(4, 11, 17, 0.6) 100%),
    linear-gradient(180deg, rgba(4, 11, 17, 0.22) 0%, rgba(4, 11, 17, 0.2) 56%, rgba(4, 11, 17, 0.88) 100%);
}

.hero::after {
  inset: -16%;
  opacity: 0.34;
  background-image:
    var(--geo-contours),
    linear-gradient(rgba(255, 255, 255, 0.1) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.08) 1px, transparent 1px);
  background-position: center, 0 0, 0 0;
  background-size: 920px 540px, 92px 92px, 92px 92px;
  -webkit-mask-image: linear-gradient(90deg, transparent 0%, #000 9%, transparent 52%);
  mask-image: linear-gradient(90deg, transparent 0%, #000 9%, transparent 52%);
  animation: geo-trace-drift 38s linear infinite;
}

.hero-inner {
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(260px, 340px);
  gap: 52px;
  align-items: center;
  width: min(var(--max), calc(100% - 88px));
  min-height: 700px;
  margin: 0 auto;
  padding: 118px 0 74px;
}

.hero-copy {
  min-width: 0;
  width: 100%;
  max-width: 660px;
}

.eyebrow {
  margin: 0 0 13px;
  color: var(--green-dark);
  font-size: 0.78rem;
  font-weight: 900;
  letter-spacing: 0;
  text-transform: uppercase;
}

.hero .eyebrow,
.work-section .eyebrow,
.contact-section .eyebrow {
  color: #9cd483;
}

.hero-copy > p:not(.eyebrow) {
  max-width: 600px;
  margin: 22px 0 0;
  color: rgba(255, 255, 255, 0.9);
  font-size: 1.17rem;
}

.trust-line {
  display: flex;
  gap: 10px;
  align-items: center;
  margin-top: 26px;
  color: rgba(255, 255, 255, 0.94);
  font-weight: 650;
}

.trust-line span {
  display: grid;
  place-items: center;
  width: 20px;
  height: 20px;
  border: 1px solid rgba(156, 212, 131, 0.8);
  border-radius: 50%;
  color: #9cd483;
}

.trust-line svg {
  width: 13px;
  height: 13px;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  margin-top: 34px;
}

.hero-services {
  display: grid;
  gap: 2px;
  padding: 14px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 8px;
  background: rgba(9, 16, 21, 0.72);
  color: var(--white);
  box-shadow: 0 28px 80px rgba(0, 0, 0, 0.3);
  backdrop-filter: blur(16px);
  animation: panel-float 5s ease-in-out infinite;
}

.hero-services a {
  display: grid;
  grid-template-columns: 28px 1fr;
  gap: 12px;
  align-items: center;
  min-height: 46px;
  padding: 8px 10px;
  border-radius: 6px;
  text-decoration: none;
  font-size: 0.95rem;
  font-weight: 700;
}

.hero-services a:hover,
.hero-services a:focus-visible {
  background: rgba(255, 255, 255, 0.08);
}

.hero-services svg {
  width: 22px;
  height: 22px;
}

.industry-strip {
  background: linear-gradient(90deg, #0d2d43, #0a1b29 42%, #0d2d43);
  color: var(--white);
}

.industry-inner {
  width: min(var(--max), calc(100% - 44px));
  margin: 0 auto;
  padding: 26px 0 28px;
}

.industry-inner p {
  margin: 0 0 18px;
  color: var(--green);
  font-size: 0.84rem;
  font-weight: 900;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 0;
}

.industry-inner ul {
  display: grid;
  grid-template-columns: repeat(8, minmax(0, 1fr));
  gap: 14px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.industry-inner li {
  min-width: 0;
  color: rgba(255, 255, 255, 0.9);
  font-weight: 750;
  text-align: center;
}

.services-section,
.work-section,
.about-section,
.faq-section,
.contact-section {
  padding: 66px 44px;
}

.services-section,
.work-section,
.faq-section,
.case-study-section,
.detail-band {
  position: relative;
  isolation: isolate;
  overflow: hidden;
}

.services-section::before,
.work-section::before,
.faq-section::before,
.case-study-section::before,
.detail-band::before {
  position: absolute;
  inset: 8% -18%;
  z-index: 0;
  content: "";
  pointer-events: none;
  opacity: 0.22;
  background-image: var(--geo-routes);
  background-repeat: repeat-x;
  background-size: 760px 260px;
  transform: translate3d(0, 0, 0);
  animation: route-drift 34s linear infinite;
}

.services-section > *,
.work-section > *,
.faq-section > *,
.case-study-section > *,
.detail-band > * {
  position: relative;
  z-index: 1;
}

.services-section::before,
.faq-section::before,
.case-study-section::before,
.detail-band::before {
  opacity: 0.14;
  filter: saturate(0.9);
}

.services-section {
  display: grid;
  grid-template-columns: 0.72fr 1.28fr;
  gap: 44px;
  align-items: start;
  width: min(var(--max), 100%);
  margin: 0 auto;
  background: var(--paper);
}

.services-intro {
  padding-top: 18px;
}

.services-intro p:not(.eyebrow),
.section-heading p,
.about-section p,
.contact-section p,
.project-grid p,
.feature-project p,
.service-cards p {
  color: var(--muted);
}

.services-intro p:not(.eyebrow) {
  margin: 18px 0 0;
  font-size: 1.03rem;
}

.service-cards {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
}

.service-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1px;
  overflow: hidden;
  border: 1px solid rgba(23, 38, 42, 0.12);
  border-radius: 8px;
  background: rgba(23, 38, 42, 0.12);
  box-shadow: 0 22px 58px rgba(23, 38, 42, 0.08);
}

.service-list article {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  gap: 16px;
  min-height: 126px;
  padding: 22px;
  background:
    linear-gradient(135deg, rgba(110, 173, 85, 0.04), rgba(15, 111, 171, 0.04)),
    rgba(255, 255, 255, 0.96);
}

.service-list span {
  color: var(--green-dark);
  font-size: 0.78rem;
  font-weight: 900;
  letter-spacing: 0.08em;
}

.service-list h3 {
  margin: 0;
}

.service-list p {
  margin: 8px 0 0;
  color: var(--muted);
  font-size: 0.94rem;
}

.service-cards article,
.project-grid article,
.project-grid .project-card {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--white);
  box-shadow: 0 14px 34px rgba(23, 38, 42, 0.06);
  transition:
    border-color 180ms ease,
    opacity 220ms ease,
    box-shadow 180ms ease,
    transform 180ms ease;
}

.service-cards article::before,
.project-grid article::before,
.project-grid .project-card::before,
.map-card::before,
.package-card::before,
.case-study-card::before {
  position: absolute;
  inset: 0;
  z-index: 1;
  content: "";
  pointer-events: none;
  border-radius: inherit;
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.6),
    inset 0 0 0 0 rgba(110, 173, 85, 0);
  transition: box-shadow 180ms ease;
}

.service-cards article:hover,
.service-cards article:focus-within,
.project-grid article:hover,
.project-grid article:focus-within,
.project-grid .project-card:hover,
.project-grid .project-card:focus-visible {
  border-color: rgba(47, 122, 66, 0.28);
  box-shadow:
    0 24px 56px rgba(23, 38, 42, 0.16),
    0 0 0 1px rgba(110, 173, 85, 0.05);
  transform: translateY(-5px);
}

.service-cards article:hover::before,
.service-cards article:focus-within::before,
.project-grid article:hover::before,
.project-grid article:focus-within::before,
.project-grid .project-card:hover::before,
.project-grid .project-card:focus-visible::before,
.map-card:hover::before,
.map-card:focus-visible::before,
.package-card:hover::before,
.package-card:focus-within::before,
.case-study-card:hover::before,
.case-study-card:focus-within::before {
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.78),
    inset 0 0 0 1px rgba(110, 173, 85, 0.2);
}

.service-cards img,
.project-grid img,
.project-grid .project-card img,
.map-card img,
.case-study-card img {
  width: 100%;
  object-fit: cover;
  transition: transform 320ms ease, filter 320ms ease;
}

.service-cards img {
  height: 128px;
}

.service-cards article:hover img,
.service-cards article:focus-within img,
.project-grid article:hover img,
.project-grid article:focus-within img,
.project-grid .project-card:hover img,
.project-grid .project-card:focus-visible img,
.map-card:hover img,
.map-card:focus-visible img,
.case-study-card:hover img,
.case-study-card:focus-within img {
  filter: saturate(1.08) contrast(1.03);
  transform: scale(1.045);
}

.service-cards article:nth-child(1) img,
.service-cards article:nth-child(4) img {
  object-position: 74% 45%;
}

.service-cards div,
.project-grid div {
  padding: 16px;
}

.service-cards p,
.project-grid p {
  margin: 9px 0 0;
  font-size: 0.92rem;
}

.proof-strip {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 1px;
  background: #122433;
  color: var(--white);
}

.proof-strip div {
  min-height: 106px;
  padding: 24px;
  background:
    linear-gradient(135deg, rgba(110, 173, 85, 0.12), rgba(15, 111, 171, 0.08)),
    var(--deep);
  transition: opacity 220ms ease;
}

.proof-strip strong,
.proof-strip span {
  display: block;
}

.proof-strip strong {
  color: var(--green);
  font-size: 1.45rem;
  line-height: 1.05;
}

.proof-strip span {
  margin-top: 5px;
  color: rgba(255, 255, 255, 0.76);
  font-size: 0.9rem;
}

.work-section {
  background: var(--deep);
  color: var(--white);
}

.section-heading,
.feature-project,
.project-grid,
.map-examples,
.about-section,
.faq-inner,
.contact-copy,
.contact-form {
  width: min(var(--max), 100%);
  margin: 0 auto;
}

.section-heading {
  display: grid;
  grid-template-columns: minmax(0, 0.78fr) minmax(260px, 0.58fr);
  gap: 36px;
  align-items: end;
  margin-bottom: 34px;
}

.section-heading p:last-child {
  margin: 0;
}

.feature-project {
  display: grid;
  grid-template-columns: minmax(0, 0.74fr) minmax(0, 1fr);
  gap: 26px;
  align-items: stretch;
  margin-bottom: 16px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 8px;
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.08), rgba(255, 255, 255, 0.03));
}

.feature-project > div {
  padding: 34px;
}

.feature-project p {
  margin: 16px 0 0;
  color: rgba(255, 255, 255, 0.78);
}

.feature-project ul {
  display: grid;
  gap: 10px;
  margin: 24px 0 0;
  padding-left: 20px;
  color: rgba(255, 255, 255, 0.88);
}

.feature-project img {
  width: 100%;
  height: 100%;
  min-height: 410px;
  object-fit: cover;
  border-radius: 0 8px 8px 0;
}

.project-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
}

.project-grid article {
  display: flex;
  flex-direction: column;
  min-height: 318px;
  background: rgba(255, 255, 255, 0.96);
}

.project-grid .project-card {
  display: flex;
  flex-direction: column;
  min-height: 318px;
  color: var(--ink);
  text-decoration: none;
}

.project-grid img,
.project-grid .project-card img {
  width: 100%;
  height: 148px;
  object-fit: cover;
}

.text-link {
  display: inline-block;
  margin-top: 14px;
  color: var(--green-dark);
  font-size: 0.88rem;
  font-weight: 850;
}

.project-grid article:nth-child(3),
.project-grid article:nth-child(4) {
  justify-content: center;
  background:
    linear-gradient(135deg, rgba(110, 173, 85, 0.1), rgba(15, 111, 171, 0.08)),
    #ffffff;
}

.map-examples {
  margin-top: 44px;
  padding-top: 38px;
  border-top: 1px solid rgba(255, 255, 255, 0.14);
}

.map-examples-heading {
  display: grid;
  grid-template-columns: minmax(260px, 0.7fr) minmax(0, 1fr);
  gap: 28px;
  align-items: end;
  margin-bottom: 22px;
}

.map-examples-heading .eyebrow {
  grid-column: 1 / -1;
  margin-bottom: -18px;
}

.map-examples-heading p:last-child {
  margin: 0;
  color: rgba(255, 255, 255, 0.76);
}

.map-examples-heading h3 {
  max-width: 620px;
  font-size: 1.85rem;
}

.map-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
}

.map-card {
  display: grid;
  position: relative;
  isolation: isolate;
  min-height: 100%;
  overflow: hidden;
  color: var(--ink);
  text-decoration: none;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.96);
  transition: transform 180ms ease, box-shadow 180ms ease, border-color 180ms ease;
}

.map-card:hover,
.map-card:focus-visible {
  border-color: rgba(110, 173, 85, 0.56);
  box-shadow:
    0 24px 52px rgba(0, 0, 0, 0.28),
    0 0 0 1px rgba(110, 173, 85, 0.08);
  transform: translateY(-5px);
}

.map-card img {
  aspect-ratio: 1.45;
  object-position: center;
  background: #eef3ef;
}

.map-card span {
  display: grid;
  gap: 8px;
  padding: 18px;
}

.map-card strong {
  font-size: 1.02rem;
  line-height: 1.2;
}

.map-card small {
  color: var(--muted);
  font-size: 0.9rem;
  line-height: 1.45;
}

.detail-hero,
.detail-band,
.packages-section,
.case-study-section,
.demo-embed-section,
.process-section,
.detail-cta {
  scroll-margin-top: 108px;
  padding: 66px 44px;
}

.detail-hero {
  position: relative;
  isolation: isolate;
  display: grid;
  grid-template-columns: minmax(0, 0.82fr) minmax(360px, 1fr);
  gap: 42px;
  align-items: center;
  min-height: 680px;
  overflow: hidden;
  color: var(--white);
  background:
    linear-gradient(90deg, rgba(4, 11, 17, 0.94), rgba(4, 11, 17, 0.72)),
    url("assets/hero-geospatial.png") center / cover;
}

.detail-hero::after {
  position: absolute;
  inset: -18%;
  z-index: 0;
  content: "";
  pointer-events: none;
  opacity: 0.22;
  background-image:
    var(--geo-contours),
    linear-gradient(rgba(255, 255, 255, 0.08) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.06) 1px, transparent 1px);
  background-position: center, 0 0, 0 0;
  background-size: 920px 540px, 88px 88px, 88px 88px;
  -webkit-mask-image: linear-gradient(90deg, #000 0%, #000 58%, transparent 92%);
  mask-image: linear-gradient(90deg, #000 0%, #000 58%, transparent 92%);
  animation: geo-trace-drift 44s linear infinite reverse;
}

.land-cover-detail-hero::after {
  opacity: 0.12;
  -webkit-mask-image: linear-gradient(90deg, #000 0%, #000 44%, transparent 78%);
  mask-image: linear-gradient(90deg, #000 0%, #000 44%, transparent 78%);
}

.risk-pulse-hero {
  background:
    linear-gradient(90deg, rgba(4, 11, 17, 0.94), rgba(4, 11, 17, 0.58)),
    url("assets/hero-geospatial.png") center / cover;
}

.risk-preview-panel {
  display: grid;
  gap: 14px;
  width: min(620px, 100%);
  justify-self: start;
}

.risk-preview-panel div {
  padding: 22px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 8px;
  background:
    linear-gradient(135deg, rgba(110, 173, 85, 0.12), rgba(15, 111, 171, 0.12)),
    rgba(6, 16, 24, 0.78);
  box-shadow: 0 24px 70px rgba(0, 0, 0, 0.24);
}

.risk-preview-panel span,
.risk-preview-panel strong {
  display: block;
}

.risk-preview-panel span {
  color: var(--green);
  font-size: 0.76rem;
  font-weight: 900;
  text-transform: uppercase;
}

.risk-preview-panel strong {
  margin-top: 8px;
  color: var(--white);
  font-size: clamp(1.5rem, 3vw, 2.3rem);
  line-height: 1;
}

.risk-preview-panel p {
  margin: 10px 0 0;
  color: rgba(255, 255, 255, 0.76);
}

.detail-hero > * {
  position: relative;
  z-index: 1;
}

.detail-hero-copy,
.detail-hero-media,
.detail-intro,
.detail-proof-grid,
.package-grid,
.case-study-grid,
.process-grid,
.detail-cta {
  width: min(var(--max), 100%);
  margin-inline: auto;
}

.detail-hero-copy {
  justify-self: end;
  width: min(560px, 100%);
}

.detail-hero-copy h1 {
  max-width: 9ch;
}

.software-detail-hero .detail-hero-copy h1 {
  max-width: 12ch;
}

.government-detail-hero .detail-hero-copy h1 {
  max-width: 11ch;
}

.detail-hero-copy > p:not(.eyebrow) {
  margin: 22px 0 0;
  color: rgba(255, 255, 255, 0.84);
  font-size: 1.1rem;
}

.detail-hero-media {
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.08);
  box-shadow: 0 28px 80px rgba(0, 0, 0, 0.34);
}

.detail-hero-media img {
  width: 100%;
  min-height: 360px;
  object-fit: cover;
}

.land-cover-preview-media {
  border-color: rgba(255, 255, 255, 0.28);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.96), rgba(232, 238, 231, 0.94));
}

.land-cover-preview-media img {
  display: block;
  min-height: 0;
  padding: 18px;
  object-fit: contain;
}

.land-cover-preview-media figcaption {
  border-top: 1px solid rgba(23, 38, 42, 0.14);
  background: rgba(8, 18, 24, 0.84);
}

.detail-hero-media figcaption {
  margin: 0;
  padding: 16px 18px;
  color: rgba(255, 255, 255, 0.78);
  font-size: 0.92rem;
}

.detail-band {
  background: var(--paper);
}

.detail-intro {
  display: grid;
  grid-template-columns: minmax(260px, 0.8fr) minmax(0, 1.2fr);
  gap: 52px;
  align-items: end;
}

.detail-intro p:last-child {
  margin: 0;
  color: var(--muted);
  font-size: 1.06rem;
}

.detail-proof-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1px;
  margin-top: 34px;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--line);
}

.detail-proof-grid div {
  min-height: 126px;
  padding: 22px;
  background: var(--white);
}

.detail-proof-grid strong,
.detail-proof-grid span {
  display: block;
}

.detail-proof-grid strong {
  color: var(--green-dark);
  font-size: 1.45rem;
  line-height: 1.1;
}

.detail-proof-grid span {
  margin-top: 8px;
  color: var(--muted);
  font-size: 0.92rem;
}

.packages-section,
.process-section {
  background: var(--deep);
  color: var(--white);
}

.packages-section .section-heading p,
.process-section .section-heading p,
.demo-embed-section .section-heading p {
  color: rgba(255, 255, 255, 0.76);
}

.packages-section .section-heading .eyebrow,
.process-section .section-heading .eyebrow,
.demo-embed-section .section-heading .eyebrow {
  color: var(--green);
}

.case-study-section {
  background: var(--paper);
}

.demo-embed-section {
  background: var(--deep);
  color: var(--white);
}

.demo-frame-wrap {
  position: relative;
  width: min(var(--max), 100%);
  margin: 0 auto;
}

.demo-frame {
  display: block;
  width: 100%;
  height: min(820px, calc(100svh - 72px));
  min-height: 640px;
  margin: 0 auto;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 8px;
  background: #071018;
  box-shadow: 0 28px 80px rgba(0, 0, 0, 0.3);
}

.risk-demo-frame {
  height: min(1280px, calc(100svh + 340px));
  min-height: 980px;
}

.land-cover-demo-frame {
  height: 1220px;
  min-height: 1220px;
}

.case-study-grid {
  display: grid;
  gap: 18px;
}

.case-study-card {
  position: relative;
  isolation: isolate;
  display: grid;
  grid-template-columns: minmax(280px, 0.72fr) minmax(0, 1fr);
  gap: 0;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--white);
  box-shadow: 0 18px 46px rgba(23, 38, 42, 0.08);
  transition:
    border-color 180ms ease,
    opacity 220ms ease,
    box-shadow 180ms ease,
    transform 180ms ease;
}

.case-study-card:hover,
.case-study-card:focus-within {
  border-color: rgba(47, 122, 66, 0.28);
  box-shadow:
    0 26px 60px rgba(23, 38, 42, 0.14),
    0 0 0 1px rgba(110, 173, 85, 0.05);
  transform: translateY(-5px);
}

.case-study-card img {
  height: 100%;
  min-height: 320px;
  padding: 14px;
  object-fit: contain;
  background: #ffffff;
}

.case-study-card > div:not(.code-panel) {
  display: grid;
  align-content: center;
  padding: 30px;
}

.case-study-card p {
  margin: 12px 0 0;
  color: var(--muted);
}

.case-study-card ul {
  display: grid;
  gap: 8px;
  margin: 18px 0 0;
  padding-left: 20px;
  color: var(--muted);
}

.code-panel {
  display: grid;
  align-content: center;
  gap: 10px;
  min-height: 320px;
  padding: 26px;
  background:
    linear-gradient(135deg, rgba(110, 173, 85, 0.14), rgba(15, 111, 171, 0.14)),
    #06131d;
  color: var(--white);
}

.code-panel span {
  color: #9cd483;
  font-size: 0.78rem;
  font-weight: 900;
  text-transform: uppercase;
}

.code-panel code {
  display: block;
  padding: 10px 12px;
  border: 1px solid rgba(255, 255, 255, 0.13);
  border-radius: 6px;
  background: rgba(255, 255, 255, 0.06);
  color: rgba(255, 255, 255, 0.84);
  font-family: ui-monospace, SFMono-Regular, Menlo, Consolas, monospace;
  font-size: 0.9rem;
}

.code-panel strong {
  justify-self: start;
  padding: 4px 9px;
  border-radius: 999px;
  background: rgba(156, 212, 131, 0.16);
  color: #d6f3c8;
  font-size: 0.75rem;
  text-transform: uppercase;
}

.package-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
}

.municipal-service-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.featured-service-section {
  background:
    linear-gradient(180deg, rgba(236, 242, 235, 0.92), rgba(255, 255, 255, 0.98));
}

.featured-service-card img {
  padding: 0;
  object-fit: cover;
  background: #071117;
}

.package-card {
  position: relative;
  isolation: isolate;
  display: grid;
  align-content: start;
  gap: 14px;
  min-height: 100%;
  padding: 22px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.96);
  color: var(--ink);
  box-shadow: 0 18px 48px rgba(0, 0, 0, 0.16);
  transition:
    border-color 180ms ease,
    box-shadow 180ms ease,
    transform 180ms ease;
}

.package-card:hover,
.package-card:focus-within {
  border-color: rgba(110, 173, 85, 0.56);
  box-shadow: 0 24px 62px rgba(0, 0, 0, 0.2);
  transform: translateY(-4px);
}

.package-card-featured {
  border-color: rgba(110, 173, 85, 0.56);
  box-shadow: 0 24px 62px rgba(110, 173, 85, 0.16);
}

.package-card p {
  margin: 0;
  color: var(--muted);
}

.package-card .eyebrow {
  color: var(--green-dark);
}

.package-card h4 {
  margin: 6px 0 -6px;
  font-size: 0.82rem;
  text-transform: uppercase;
}

.package-card ul {
  display: grid;
  gap: 7px;
  margin: 0;
  padding-left: 18px;
  color: var(--muted);
  font-size: 0.92rem;
}

.warning-overview {
  padding-block: 76px 70px;
}

.warning-page-inner {
  width: min(var(--max), 100%);
  margin-inline: auto;
}

.warning-split-intro {
  display: grid;
  grid-template-columns: minmax(0, 0.92fr) minmax(320px, 0.72fr);
  gap: clamp(34px, 7vw, 96px);
  align-items: start;
}

.warning-split-intro h2 {
  max-width: 690px;
  font-size: clamp(2.85rem, 5.6vw, 4.85rem);
  line-height: 0.98;
}

.warning-split-intro > p {
  max-width: 520px;
  margin: clamp(38px, 6vw, 62px) 0 0;
  color: var(--muted);
  font-size: clamp(1.03rem, 1.35vw, 1.18rem);
  line-height: 1.62;
}

.warning-solution-cards {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
  margin-top: 42px;
}

.warning-solution-cards article {
  min-width: 0;
  min-height: 214px;
  padding: 30px 28px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background:
    linear-gradient(135deg, rgba(110, 173, 85, 0.045), rgba(15, 111, 171, 0.035)),
    rgba(255, 255, 255, 0.92);
  box-shadow: 0 18px 44px rgba(23, 38, 42, 0.07);
  transition:
    border-color 180ms ease,
    box-shadow 180ms ease,
    transform 180ms ease;
}

.warning-solution-cards article:hover,
.warning-solution-cards article:focus-within {
  border-color: rgba(47, 122, 66, 0.3);
  box-shadow: 0 26px 60px rgba(23, 38, 42, 0.14);
  transform: translateY(-4px);
}

.warning-solution-cards svg {
  width: 54px;
  height: 54px;
  color: var(--green-dark);
  stroke-width: 1.75;
}

.warning-solution-cards h3 {
  margin-top: 24px;
  color: var(--green-dark);
  font-size: clamp(1.35rem, 2.2vw, 1.7rem);
  line-height: 1.08;
}

.warning-solution-cards p {
  max-width: 31ch;
  margin: 10px 0 0;
  color: var(--muted);
  font-size: 1rem;
  line-height: 1.5;
}

.glenpool-study {
  padding-block: 74px 72px;
  background:
    linear-gradient(180deg, rgba(247, 250, 248, 0.98), rgba(239, 246, 242, 0.98)),
    var(--paper);
  color: var(--ink);
}

.glenpool-study::before {
  opacity: 0.1;
}

.case-intro {
  align-items: start;
}

.case-intro h2 {
  max-width: 620px;
  font-size: clamp(2.55rem, 4.6vw, 4.05rem);
}

.case-preview-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 22px;
  margin-top: 34px;
  scroll-margin-top: 108px;
}

.case-map-card,
.case-results-panel,
.scenario-table-wrap {
  border: 1px solid var(--line);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.94);
  box-shadow: 0 24px 64px rgba(23, 38, 42, 0.1);
}

.case-map-card {
  overflow: hidden;
}

.case-map-header {
  display: flex;
  gap: 14px;
  align-items: center;
  justify-content: space-between;
  padding: 15px 22px;
  border-bottom: 1px solid var(--line);
}

.case-map-header .eyebrow {
  color: var(--green-dark);
}

.case-map-header p:not(.eyebrow) {
  max-width: 720px;
  margin: 0;
  color: var(--muted);
  font-size: 0.98rem;
  line-height: 1.45;
  text-align: right;
}

.case-inline-frame {
  display: block;
  width: calc(100% - 44px);
  height: min(900px, calc(100svh - 86px));
  min-height: 760px;
  margin: 22px;
  overflow: hidden;
  border: 1px solid rgba(17, 24, 32, 0.14);
  border-radius: 8px;
  background: #071018;
  box-shadow: 0 18px 42px rgba(23, 38, 42, 0.12);
}

.case-results-panel {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
  align-content: start;
  padding: 24px;
}

.case-results-panel article {
  display: grid;
  grid-template-columns: 62px minmax(0, 1fr);
  gap: 14px;
  align-items: start;
  min-width: 0;
  padding: 18px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background:
    linear-gradient(135deg, rgba(110, 173, 85, 0.045), rgba(15, 111, 171, 0.025)),
    rgba(255, 255, 255, 0.9);
}

.case-results-panel article:first-child {
  padding-top: 18px;
}

.case-results-panel article:last-child {
  padding-bottom: 18px;
}

.result-icon {
  display: grid;
  place-items: center;
  width: 62px;
  height: 62px;
  border-radius: 50%;
  background: rgba(110, 173, 85, 0.14);
  color: var(--green-dark);
}

.result-icon svg {
  width: 32px;
  height: 32px;
}

.result-expansion {
  background: rgba(25, 108, 204, 0.12);
  color: #196ccc;
}

.result-optimized,
.result-outdoor {
  background: rgba(47, 122, 66, 0.12);
}

.case-results-panel strong {
  display: block;
  color: var(--green-dark);
  font-size: clamp(2rem, 3.2vw, 3rem);
  line-height: 0.95;
}

.case-results-panel article:nth-child(2) strong {
  color: #196ccc;
}

.case-results-panel p {
  margin: 8px 0 0;
  color: var(--ink);
  font-size: 0.96rem;
  line-height: 1.35;
}

.case-results-panel b {
  display: block;
  margin-bottom: 3px;
}

.scenario-table-wrap {
  margin-top: 24px;
  overflow-x: auto;
}

.scenario-table {
  width: 100%;
  min-width: 860px;
  border-collapse: collapse;
  font-size: 0.92rem;
}

.scenario-table th,
.scenario-table td {
  padding: 16px 18px;
  border-right: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  text-align: left;
  vertical-align: middle;
}

.scenario-table th:last-child,
.scenario-table td:last-child {
  border-right: 0;
}

.scenario-table thead th {
  background: linear-gradient(180deg, #16803d, #0f6930);
  color: var(--white);
  font-size: 0.82rem;
  text-transform: uppercase;
}

.scenario-table tbody tr:last-child td {
  border-bottom: 0;
}

.scenario-table td:not(:first-child) {
  text-align: center;
}

.scenario-table td:first-child {
  font-weight: 850;
}

.table-dot {
  display: inline-block;
  width: 14px;
  height: 14px;
  margin-right: 12px;
  border: 3px solid var(--white);
  border-radius: 999px;
  vertical-align: -2px;
  box-shadow: 0 0 0 2px #111820;
}

.dot-expansion {
  box-shadow: 0 0 0 2px #196ccc;
}

.dot-optimized {
  box-shadow: 0 0 0 2px var(--green-dark);
}

.scenario-highlight-row {
  background:
    linear-gradient(90deg, rgba(110, 173, 85, 0.13), rgba(110, 173, 85, 0.05));
}

.scenario-highlight-row td:nth-child(3),
.scenario-highlight-row td:nth-child(4) {
  color: var(--green-dark);
  font-weight: 900;
}

.best-result-badge {
  display: inline-flex;
  align-items: center;
  min-height: 30px;
  padding: 4px 12px;
  border: 1px solid rgba(47, 122, 66, 0.38);
  border-radius: 999px;
  color: var(--green-dark);
  font-weight: 850;
  white-space: nowrap;
}

.case-takeaway {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) minmax(260px, auto);
  gap: 24px;
  align-items: center;
  margin-top: 32px;
}

.takeaway-icon {
  display: grid;
  place-items: center;
  width: 88px;
  height: 88px;
  border-radius: 50%;
  background:
    radial-gradient(circle at 35% 25%, rgba(255, 255, 255, 0.8), transparent 48%),
    rgba(110, 173, 85, 0.14);
  color: var(--green-dark);
}

.takeaway-icon svg {
  width: 46px;
  height: 46px;
}

.case-takeaway h3 {
  color: var(--green-dark);
  font-size: 1.45rem;
}

.case-takeaway p {
  max-width: 720px;
  margin: 8px 0 0;
  color: var(--muted);
}

.case-takeaway-actions {
  display: grid;
  gap: 14px;
  justify-items: start;
}

.case-metric-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
  margin-top: 34px;
}

.case-metric-grid article {
  display: grid;
  gap: 10px;
  min-width: 0;
  padding: 20px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.07);
}

.case-metric-grid span {
  color: rgba(255, 255, 255, 0.72);
  font-size: 0.78rem;
  font-weight: 850;
  text-transform: uppercase;
}

.case-metric-grid strong {
  color: var(--green);
  font-size: clamp(2rem, 4vw, 3.15rem);
  line-height: 1;
}

.case-metric-grid p {
  margin: 0;
  color: rgba(255, 255, 255, 0.74);
}

.glenpool-narrative {
  margin-top: 18px;
}

.glenpool-narrative p + p {
  margin-top: 14px;
}

.hazard-section,
.warning-process {
  padding: 84px max(24px, calc((100vw - var(--max)) / 2));
}

.hazard-section {
  position: relative;
  overflow: hidden;
  background:
    linear-gradient(180deg, rgba(247, 250, 248, 0.98), rgba(239, 246, 242, 0.98)),
    var(--paper);
}

.hazard-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
  margin-top: 34px;
}

.hazard-grid article {
  min-width: 0;
  padding: 22px;
  border: 1px solid rgba(17, 24, 32, 0.12);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.78);
  box-shadow: 0 18px 44px rgba(13, 32, 42, 0.08);
}

.hazard-grid h3 {
  margin: 0 0 10px;
  font-size: clamp(1.15rem, 1.8vw, 1.45rem);
  line-height: 1.1;
}

.hazard-grid p {
  margin: 0;
  color: var(--muted);
}

.process-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
}

.process-grid article {
  min-height: 210px;
  padding: 22px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 8px;
  background:
    linear-gradient(135deg, rgba(110, 173, 85, 0.12), rgba(15, 111, 171, 0.08)),
    rgba(255, 255, 255, 0.06);
}

.process-grid strong {
  display: block;
  color: var(--green);
  font-size: 0.82rem;
}

.process-grid h3 {
  margin-top: 14px;
}

.process-grid p {
  margin: 10px 0 0;
  color: rgba(255, 255, 255, 0.76);
}

.detail-cta {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 28px;
  align-items: center;
  background:
    linear-gradient(135deg, rgba(110, 173, 85, 0.16), rgba(15, 111, 171, 0.09)),
    var(--paper);
}

.detail-cta p:not(.eyebrow) {
  max-width: 720px;
  margin: 16px 0 0;
  color: var(--muted);
}

.about-section {
  display: grid;
  grid-template-columns: minmax(260px, 0.8fr) minmax(0, 1.2fr);
  gap: 52px;
  align-items: start;
}

.about-section p {
  margin: 0 0 18px;
  font-size: 1.08rem;
}

.faq-section {
  background:
    linear-gradient(180deg, rgba(247, 249, 247, 0.98), rgba(239, 244, 241, 0.94));
  border-top: 1px solid var(--line);
}

.faq-inner {
  display: grid;
  grid-template-columns: minmax(260px, 0.8fr) minmax(0, 1.2fr);
  gap: 52px;
  align-items: start;
  padding-inline: 44px;
}

.faq-heading p:not(.eyebrow) {
  margin: 18px 0 0;
  color: var(--muted);
  font-size: 1.04rem;
}

.faq-list {
  display: grid;
  gap: 12px;
}

.faq-list details {
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--white);
  box-shadow: 0 14px 34px rgba(23, 38, 42, 0.05);
  transition:
    border-color 180ms ease,
    opacity 220ms ease,
    box-shadow 180ms ease,
    transform 180ms ease;
}

.faq-list summary {
  position: relative;
  display: block;
  padding: 20px 56px 20px 20px;
  color: var(--ink);
  font-weight: 850;
  cursor: pointer;
}

.faq-list summary::-webkit-details-marker {
  display: none;
}

.faq-list summary::after {
  position: absolute;
  top: 50%;
  right: 20px;
  width: 22px;
  height: 22px;
  border: 1px solid rgba(47, 122, 66, 0.34);
  border-radius: 50%;
  color: var(--green-dark);
  content: "+";
  font-size: 1rem;
  line-height: 19px;
  text-align: center;
  transform: translateY(-50%);
}

.faq-list details[open] summary::after {
  content: "-";
}

.faq-list details[open] summary {
  color: var(--green-dark);
}

.faq-list details:hover,
.faq-list details:focus-within {
  border-color: rgba(47, 122, 66, 0.34);
  box-shadow: 0 18px 42px rgba(23, 38, 42, 0.1);
  transform: translateY(-2px);
}

.faq-content {
  overflow: hidden;
  transition: height 220ms ease, opacity 180ms ease;
}

.faq-content p,
.faq-list details p {
  margin: 0;
  padding: 0 20px 20px;
  color: var(--muted);
}

.contact-section {
  position: relative;
  isolation: isolate;
  display: block;
  min-height: calc(100svh - 92px);
  overflow: hidden;
  padding-top: 92px;
  padding-bottom: 64px;
  background:
    linear-gradient(180deg, rgba(5, 13, 20, 0.93), rgba(5, 13, 20, 0.76)),
    url("assets/hero-geospatial.png") center / cover;
  color: var(--white);
}

.contact-section::after {
  position: absolute;
  inset: -18%;
  z-index: 0;
  content: "";
  pointer-events: none;
  opacity: 0.24;
  background-image:
    var(--geo-contours),
    linear-gradient(rgba(255, 255, 255, 0.07) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.05) 1px, transparent 1px);
  background-position: center, 0 0, 0 0;
  background-size: 980px 575px, 96px 96px, 96px 96px;
  -webkit-mask-image: linear-gradient(180deg, transparent 0%, #000 16%, #000 82%, transparent 100%);
  mask-image: linear-gradient(180deg, transparent 0%, #000 16%, #000 82%, transparent 100%);
  animation: geo-trace-drift 48s linear infinite;
}

.contact-section > * {
  position: relative;
  z-index: 1;
}

.contact-copy {
  text-align: center;
}

.contact-section p {
  max-width: 660px;
  margin-right: auto;
  margin-left: auto;
  color: rgba(255, 255, 255, 0.78);
}

.contact-details {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
  max-width: 940px;
  margin: 30px auto 0;
  text-align: left;
}

.contact-details div {
  padding: 16px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.08);
}

.contact-details dt {
  color: #9cd483;
  font-size: 0.74rem;
  font-weight: 900;
  text-transform: uppercase;
}

.contact-details dd {
  margin: 6px 0 0;
  color: rgba(255, 255, 255, 0.78);
  font-weight: 700;
}

.contact-form {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
  max-width: 820px;
  margin-top: 30px;
  padding: 22px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.08);
  box-shadow: 0 28px 80px rgba(0, 0, 0, 0.26);
  backdrop-filter: blur(14px);
}

.contact-form input[name="_gotcha"] {
  display: none;
}

.form-status {
  display: none;
  padding: 14px 16px;
  border-radius: 6px;
  font-weight: 750;
}

.form-status.success,
.form-status.error {
  display: block;
}

.form-status.success {
  border: 1px solid rgba(156, 212, 131, 0.52);
  background: rgba(110, 173, 85, 0.18);
  color: #d6f3c8;
}

.form-status.error {
  border: 1px solid rgba(215, 149, 56, 0.58);
  background: rgba(215, 149, 56, 0.15);
  color: #ffe3b8;
}

.field {
  display: grid;
  gap: 7px;
  min-width: 0;
}

.field-full {
  grid-column: 1 / -1;
}

.field label {
  color: rgba(255, 255, 255, 0.84);
  font-size: 0.82rem;
  font-weight: 800;
}

.field input,
.field select,
.field textarea {
  width: 100%;
  min-height: 46px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 6px;
  background: rgba(5, 13, 20, 0.62);
  color: var(--white);
  font: inherit;
  outline: none;
}

.field input,
.field select {
  padding: 0 12px;
}

.field textarea {
  min-height: 132px;
  padding: 12px;
  resize: vertical;
}

.field input:focus,
.field select:focus,
.field textarea:focus {
  border-color: rgba(156, 212, 131, 0.95);
  box-shadow: 0 0 0 3px rgba(110, 173, 85, 0.2);
}

.field select option {
  color: var(--ink);
}

.contact-form button {
  width: 100%;
  border: 0;
  cursor: pointer;
}

.contact-form button:disabled {
  cursor: wait;
  opacity: 0.72;
}

.js .reveal-target {
  opacity: 0;
}

.js .reveal-target.is-visible {
  opacity: 1;
}

.site-footer {
  padding: 44px;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  background:
    linear-gradient(135deg, rgba(7, 16, 24, 0.98), rgba(11, 34, 51, 0.96));
  color: var(--white);
}

.footer-inner {
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) minmax(120px, 0.52fr) minmax(0, 0.78fr) minmax(0, 0.72fr);
  gap: 38px;
  width: min(var(--max), 100%);
  margin: 0 auto;
}

.footer-brand .brand {
  margin-bottom: 18px;
}

.footer-brand p {
  max-width: 460px;
  margin: 0;
  color: rgba(255, 255, 255, 0.72);
}

.footer-links,
.footer-services,
.footer-contact {
  display: grid;
  align-content: start;
  gap: 10px;
}

.site-footer h2 {
  margin: 0 0 4px;
  color: #9cd483;
  font-size: 0.78rem;
  font-weight: 900;
  text-transform: uppercase;
}

.footer-links a,
.footer-contact a {
  color: rgba(255, 255, 255, 0.84);
  font-weight: 750;
  text-decoration: none;
}

.footer-links a:hover,
.footer-links a:focus-visible,
.footer-contact a:hover,
.footer-contact a:focus-visible {
  color: var(--white);
}

.footer-services ul {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.footer-services li {
  padding: 7px 9px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 6px;
  background: rgba(255, 255, 255, 0.06);
  color: rgba(255, 255, 255, 0.76);
  font-size: 0.86rem;
  font-weight: 700;
}

.footer-contact span {
  color: rgba(255, 255, 255, 0.72);
}

.footer-bottom {
  display: flex;
  flex-wrap: wrap;
  gap: 12px 24px;
  justify-content: space-between;
  width: min(var(--max), 100%);
  margin: 34px auto 0;
  padding-top: 18px;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  color: rgba(255, 255, 255, 0.58);
  font-size: 0.9rem;
}

@keyframes hero-drift {
  from {
    transform: scale(1.03) translate3d(0, 0, 0);
  }

  to {
    transform: scale(1.08) translate3d(-18px, -6px, 0);
  }
}

@keyframes panel-float {
  0%,
  100% {
    transform: translateY(0);
  }

  50% {
    transform: translateY(-8px);
  }
}

@keyframes geo-trace-drift {
  from {
    transform: translate3d(0, 0, 0);
  }

  to {
    transform: translate3d(-76px, 42px, 0);
  }
}

@keyframes route-drift {
  from {
    transform: translate3d(0, 0, 0);
  }

  to {
    transform: translate3d(-152px, 18px, 0);
  }
}

@keyframes button-shimmer {
  from {
    transform: translateX(-120%);
  }

  to {
    transform: translateX(120%);
  }
}

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

  .hero::after,
  .detail-hero::after,
  .contact-section::after,
  .services-section::before,
  .work-section::before,
  .faq-section::before,
  .case-study-section::before,
  .detail-band::before,
  .button::after,
  .nav-action::after {
    animation: none !important;
  }
}

@media (max-width: 1180px) {
  .footer-inner {
    grid-template-columns: minmax(0, 1fr) minmax(220px, 0.7fr);
  }
}

@media (max-width: 1040px) {
  .site-header {
    grid-template-columns: 1fr auto;
    padding-inline: 24px;
  }

  .nav-links {
    display: none;
  }

  .hero-inner,
  .services-section,
  .section-heading,
  .feature-project,
  .map-examples-heading,
  .detail-hero,
  .detail-intro,
  .warning-split-intro,
  .case-preview-grid,
  .case-takeaway,
  .detail-cta,
  .about-section,
  .faq-inner,
  .contact-section {
    grid-template-columns: 1fr;
  }

  .hero-inner {
    width: min(var(--max), calc(100% - 48px));
    gap: 34px;
    align-items: end;
  }

  .hero-services {
    max-width: 430px;
  }

  .industry-inner ul,
  .service-list,
  .service-cards,
  .project-grid,
  .map-grid,
  .package-grid,
  .process-grid,
  .detail-proof-grid,
  .warning-solution-cards,
  .case-metric-grid,
  .hazard-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .warning-split-intro > p {
    margin-top: 0;
  }

  .case-results-panel {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 14px;
  }

  .case-takeaway-actions {
    justify-items: stretch;
  }

  .detail-hero {
    min-height: auto;
  }

  .detail-hero-copy {
    justify-self: auto;
    width: min(var(--max), 100%);
  }

  .map-examples-heading .eyebrow {
    margin-bottom: -10px;
  }

  .proof-strip {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .feature-project img {
    border-radius: 0 0 8px 8px;
  }
}

@media (max-width: 700px) {
  html {
    scroll-padding-top: 74px;
  }

  h1 {
    max-width: 100%;
    font-size: 3.05rem;
  }

  h1 .headline-break {
    display: block;
  }

  h2 {
    font-size: 2.05rem;
  }

  .site-header {
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 10px;
    min-height: 74px;
    padding: 12px 16px;
  }

  .brand {
    grid-template-columns: 44px 1fr;
    gap: 9px;
  }

  .brand img {
    width: 44px;
    height: 44px;
  }

  .brand strong {
    font-size: 0.96rem;
  }

  .brand small {
    font-size: 0.63rem;
  }

  .nav-action {
    min-height: 40px;
    padding-inline: 12px;
    font-size: 0.78rem;
  }

  .hero,
  .hero-inner {
    min-height: 760px;
  }

  .hero-inner {
    width: min(var(--max), calc(100% - 36px));
    padding: 96px 0 42px;
  }

  .hero::before {
    background:
      linear-gradient(180deg, rgba(4, 11, 17, 0.84) 0%, rgba(4, 11, 17, 0.7) 45%, rgba(4, 11, 17, 0.88) 100%),
      linear-gradient(90deg, rgba(4, 11, 17, 0.86), rgba(4, 11, 17, 0.3));
  }

  .hero-copy > p:not(.eyebrow) {
    font-size: 1.04rem;
  }

  .hero-actions,
  .button {
    width: 100%;
  }

  .hero-services {
    display: none;
  }

  .services-section,
  .work-section,
  .about-section,
  .faq-section,
  .contact-section,
  .detail-hero,
  .detail-band,
  .packages-section,
  .case-study-section,
  .demo-embed-section,
  .process-section,
  .detail-cta {
    padding: 52px 18px;
  }

  .faq-heading {
    position: static;
  }

  .faq-inner {
    padding-inline: 0;
  }

  .industry-inner {
    width: min(var(--max), calc(100% - 28px));
  }

  .industry-inner ul,
  .service-list,
  .service-cards,
  .project-grid,
  .map-grid,
  .package-grid,
  .case-metric-grid,
  .hazard-grid,
  .case-study-card,
  .process-grid,
  .detail-proof-grid,
  .warning-solution-cards,
  .proof-strip {
    grid-template-columns: 1fr;
  }

  .warning-overview,
  .glenpool-study {
    padding-block: 86px 58px;
  }

  .warning-split-intro {
    gap: 22px;
  }

  .warning-split-intro h2,
  .case-intro h2 {
    max-width: 100%;
    font-size: 2.55rem;
  }

  .warning-split-intro > p {
    max-width: 100%;
    font-size: 1rem;
  }

  .warning-solution-cards {
    margin-top: 30px;
  }

  .warning-solution-cards article {
    min-height: 0;
    padding: 24px;
  }

  .case-preview-grid {
    grid-template-columns: 1fr;
    margin-top: 30px;
  }

  .case-map-header {
    display: grid;
    gap: 8px;
    align-items: start;
    padding: 20px 18px 16px;
  }

  .case-map-header p:not(.eyebrow) {
    max-width: 100%;
    text-align: left;
  }

  .case-inline-frame {
    width: calc(100% - 36px);
    height: 1760px;
    min-height: 1760px;
    margin: 18px;
  }

  .case-results-panel {
    grid-template-columns: 1fr;
    padding: 20px;
  }

  .case-results-panel article,
  .case-results-panel article:nth-child(2) {
    grid-template-columns: 54px minmax(0, 1fr);
    gap: 14px;
    padding: 16px;
  }

  .result-icon {
    width: 48px;
    height: 48px;
  }

  .result-icon svg {
    width: 26px;
    height: 26px;
  }

  .scenario-table th,
  .scenario-table td {
    padding: 13px 14px;
  }

  .case-takeaway {
    grid-template-columns: 1fr;
    gap: 16px;
  }

  .takeaway-icon {
    width: 72px;
    height: 72px;
  }

  .proof-strip div {
    min-height: 86px;
  }

  .feature-project > div {
    padding: 22px;
  }

  .detail-hero-media img {
    min-height: 240px;
  }

  .demo-frame {
    min-height: 760px;
  }

  .land-cover-demo-frame {
    height: 1640px;
    min-height: 1640px;
  }

  .feature-project img {
    min-height: 270px;
  }

  .contact-details,
  .contact-form {
    grid-template-columns: 1fr;
  }

  .site-footer {
    padding: 38px 18px;
  }

  .footer-inner {
    grid-template-columns: 1fr;
    gap: 28px;
  }

  .footer-bottom {
    display: grid;
  }
}

@media (max-width: 430px) {
  h1 {
    font-size: 2.5rem;
  }

  .brand {
    grid-template-columns: 40px 1fr;
  }

  .brand img {
    width: 40px;
    height: 40px;
  }

  .brand strong {
    font-size: 0.88rem;
  }

  .brand small {
    font-size: 0.58rem;
  }

  .nav-action {
    min-width: 0;
    padding-inline: 10px;
  }
}
