@font-face {
  font-family: "Geist";
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
  src: url("assets/geist-latin.woff2") format("woff2");
}

:root {
  --ink: #143b37;
  --deep: #123c38;
  --mint: #bddbd2;
  --mint-bright: #d8ede6;
  --cream: #f7f7f1;
  --line: rgba(19, 59, 55, 0.15);
  --serif: "Iowan Old Style", "Baskerville", "Times New Roman", serif;
  --sans: "Geist", "Helvetica Neue", Arial, sans-serif;
  color-scheme: light;
}

* {
  box-sizing: border-box;
}

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

body {
  margin: 0;
  min-width: 320px;
  background: #fff;
  color: var(--ink);
  font-family: var(--sans);
  overflow-x: clip;
}

a {
  color: inherit;
  text-decoration: none;
}

button,
a {
  -webkit-tap-highlight-color: transparent;
}

::selection {
  background: #a7d7c8;
  color: #092b28;
}

.skip-link {
  position: fixed;
  z-index: 100;
  top: 14px;
  left: 14px;
  padding: 10px 16px;
  border-radius: 999px;
  background: white;
  color: var(--ink);
  font-size: 14px;
  transform: translateY(-180%);
  transition: transform 180ms ease;
}

.skip-link:focus {
  transform: translateY(0);
}

.nexora-page {
  position: relative;
  min-height: 100vh;
  background: #fff;
}

.site-surface {
  width: 100%;
  overflow: hidden;
  background: #fff;
}

.hero {
  position: relative;
  min-height: clamp(730px, 75vw, 1020px);
  display: grid;
  place-items: center;
  overflow: hidden;
  color: white;
  background:
    radial-gradient(circle at 15% 12%, rgba(119, 170, 157, .48), transparent 31%),
    radial-gradient(circle at 84% 26%, rgba(208, 236, 226, .34), transparent 26%),
    linear-gradient(132deg, #0d302e 0%, #164b45 43%, #5d8e83 73%, #b7d7cd 100%);
  contain: paint;
}

.hero::after {
  content: "";
  position: absolute;
  inset: auto 0 0;
  height: 22%;
  background: linear-gradient(to bottom, transparent, rgba(255,255,255,.94) 78%, white);
  pointer-events: none;
}

.hero__aurora {
  position: absolute;
  z-index: 0;
  inset: -18%;
  background:
    radial-gradient(ellipse at 77% 40%, rgba(229, 248, 241, .62) 0 7%, rgba(176, 216, 205, .23) 28%, transparent 53%),
    linear-gradient(108deg, transparent 28%, rgba(237, 252, 247, .08) 48%, transparent 66%);
  transform: rotate(-8deg);
  pointer-events: none;
}

.hero__grid {
  position: absolute;
  z-index: 0;
  inset: 0;
  opacity: .24;
  background-image:
    linear-gradient(rgba(221, 244, 237, .22) 1px, transparent 1px),
    linear-gradient(90deg, rgba(221, 244, 237, .16) 1px, transparent 1px),
    radial-gradient(circle at 50% 50%, rgba(230, 250, 244, .34) 0 1px, transparent 1.5px);
  background-size: 72px 72px, 72px 72px, 18px 18px;
  -webkit-mask-image: linear-gradient(110deg, transparent 3%, #000 27%, rgba(0,0,0,.7) 64%, transparent 96%);
  mask-image: linear-gradient(110deg, transparent 3%, #000 27%, rgba(0,0,0,.7) 64%, transparent 96%);
  pointer-events: none;
}

.hero__beams {
  position: absolute;
  z-index: 1;
  inset: -24% -8%;
  transform: rotate(24deg);
  opacity: .78;
  pointer-events: none;
}

.hero__beams span {
  position: absolute;
  top: -12%;
  bottom: -12%;
  width: clamp(110px, 12vw, 210px);
  border: 1px solid rgba(220, 244, 237, .15);
  border-radius: 48% 52% 44% 56%;
  background: linear-gradient(90deg, transparent, rgba(224, 245, 239, .12), rgba(43, 91, 84, .22), transparent);
  box-shadow: inset 22px 0 42px rgba(221, 245, 238, .05);
}

.hero__beams span:nth-child(1) { left: 17%; }
.hero__beams span:nth-child(2) { left: 39%; width: clamp(150px, 17vw, 280px); opacity: .72; }
.hero__beams span:nth-child(3) { left: 64%; opacity: .54; }
.hero__beams span:nth-child(4) { left: 84%; width: clamp(90px, 10vw, 170px); opacity: .34; }

.hero__cursor-field {
  position: absolute;
  z-index: 2;
  top: -110px;
  left: -110px;
  width: 220px;
  height: 220px;
  border-radius: 48% 52% 56% 44% / 58% 44% 56% 42%;
  opacity: 0;
  background:
    radial-gradient(ellipse at 38% 36%, rgba(246, 255, 252, .72), transparent 31%),
    radial-gradient(ellipse at 64% 58%, rgba(151, 218, 199, .44), transparent 49%),
    radial-gradient(ellipse at 50% 50%, rgba(208, 245, 234, .22), transparent 69%);
  -webkit-mask-image: radial-gradient(ellipse, #000 0 35%, rgba(0, 0, 0, .84) 55%, transparent 76%);
  mask-image: radial-gradient(ellipse, #000 0 35%, rgba(0, 0, 0, .84) 55%, transparent 76%);
  transform: translate3d(50vw, 42vh, 0);
  will-change: transform;
  transition: opacity 220ms ease;
  pointer-events: none;
}

.hero__cursor-field[data-active="true"] { opacity: 1; }

.hero__cursor-field::before,
.hero__cursor-field::after {
  content: "";
  position: absolute;
  filter: blur(8px);
  will-change: transform;
}

.hero__cursor-field::before {
  inset: 12% 18% 24% 10%;
  border-radius: 62% 38% 54% 46% / 44% 62% 38% 56%;
  background: linear-gradient(135deg, rgba(243, 255, 251, .55), rgba(123, 199, 179, .08) 72%);
  animation: cursor-flow-a 4.2s ease-in-out infinite alternate;
}

.hero__cursor-field::after {
  inset: 31% 17% 13% 35%;
  border-radius: 38% 62% 44% 56% / 64% 42% 58% 36%;
  background: radial-gradient(ellipse at 45% 42%, rgba(244, 255, 251, .68), rgba(139, 213, 193, .08) 67%);
  animation: cursor-flow-b 3.5s ease-in-out infinite alternate;
}

.hero__cursor-field span {
  position: absolute;
  inset: 25% 29% 27% 23%;
  border-radius: 58% 42% 64% 36% / 42% 61% 39% 58%;
  background: radial-gradient(ellipse at 42% 38%, rgba(255, 255, 255, .75), rgba(207, 244, 233, .24) 40%, transparent 72%);
  filter: blur(3px);
  animation: cursor-flow-c 2.9s ease-in-out infinite alternate;
  will-change: transform;
}

@keyframes cursor-flow-a {
  from { transform: translate3d(-4px, -2px, 0) rotate(-8deg) scale(.94, 1.04); }
  to { transform: translate3d(8px, 6px, 0) rotate(16deg) scale(1.08, .91); }
}

@keyframes cursor-flow-b {
  from { transform: translate3d(5px, 7px, 0) rotate(12deg) scale(1.04, .92); }
  to { transform: translate3d(-7px, -5px, 0) rotate(-18deg) scale(.9, 1.1); }
}

@keyframes cursor-flow-c {
  from { transform: translate3d(-2px, 4px, 0) rotate(-10deg) scale(.92, 1.08); }
  to { transform: translate3d(5px, -3px, 0) rotate(14deg) scale(1.1, .9); }
}

.site-header {
  position: absolute;
  z-index: 5;
  top: 0;
  left: 0;
  right: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: clamp(24px, 3.8vw, 56px) clamp(25px, 4.7vw, 70px);
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 11px;
  color: currentColor;
  font-size: clamp(18px, 1.7vw, 25px);
  font-weight: 550;
  letter-spacing: -0.04em;
}

.brand__mark {
  width: 27px;
  height: 27px;
  fill: currentColor;
}

.primary-nav {
  display: flex;
  align-items: center;
  gap: clamp(18px, 2.7vw, 42px);
  padding: 10px 18px;
  border: 1px solid rgba(255,255,255,.14);
  border-radius: 999px;
  background: rgba(11, 45, 42, .1);
  backdrop-filter: blur(12px);
}

.primary-nav a {
  position: relative;
  font-size: clamp(14px, 1vw, 16px);
  color: rgba(255,255,255,.9);
}

.primary-nav a::after,
.site-footer__links a::after {
  content: "";
  position: absolute;
  left: 0;
  right: 100%;
  bottom: -5px;
  height: 1px;
  background: currentColor;
  transition: right 240ms ease;
}

.primary-nav a:hover::after,
.primary-nav a:focus-visible::after,
.site-footer__links a:hover::after,
.site-footer__links a:focus-visible::after { right: 0; }

.hero__content {
  position: relative;
  z-index: 3;
  width: min(92%, 1040px);
  margin-top: -7%;
  text-align: center;
}

.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin: 0 0 25px;
  color: rgba(255,255,255,.74);
  font-size: 11px;
  font-weight: 650;
  letter-spacing: .2em;
  text-transform: uppercase;
}

.eyebrow span {
  width: 11px;
  height: 11px;
  background: currentColor;
  clip-path: polygon(50% 0, 62% 37%, 100% 50%, 62% 63%, 50% 100%, 38% 63%, 0 50%, 38% 37%);
}

.eyebrow--dark { color: #4e7770; }

.hero__eyebrow {
  animation: hero-up 700ms 120ms both cubic-bezier(.16,.8,.24,1);
}

.hero h1,
.section-intro h2,
.solutions h2,
.story h2,
.offer h2,
.contact h2 {
  font-family: var(--serif);
  font-weight: 400;
  letter-spacing: -0.055em;
}

.hero h1 {
  max-width: 1120px;
  margin: 0 auto;
  font-size: clamp(54px, 6vw, 92px);
  line-height: .9;
  text-wrap: balance;
  text-shadow: 0 8px 32px rgba(9, 39, 37, .14);
  animation: hero-up 850ms 190ms both cubic-bezier(.16,.8,.24,1);
}

.hero__lede {
  max-width: 800px;
  margin: 29px auto 0;
  color: rgba(255,255,255,.72);
  font-size: clamp(16px, 1.2vw, 19px);
  line-height: 1.65;
  animation: hero-up 850ms 300ms both cubic-bezier(.16,.8,.24,1);
}

.hero__actions {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  flex-wrap: wrap;
  margin-top: 31px;
  animation: hero-up 850ms 390ms both cubic-bezier(.16,.8,.24,1);
}

.button {
  min-height: 52px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 17px;
  padding: 8px 9px 8px 23px;
  border: 1px solid transparent;
  border-radius: 999px;
  font-size: 15px;
  font-weight: 570;
  transition: transform 220ms ease, background 220ms ease, color 220ms ease, border-color 220ms ease;
}

.button:hover { transform: translateY(-2px); }
.button:active { transform: translateY(0) scale(.98); }

.button i {
  width: 36px;
  height: 36px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: var(--ink);
  transition: transform 260ms ease;
}

.button i::after {
  content: "";
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: white;
}

.button:hover i { transform: translateX(2px) rotate(20deg); }

.button--light {
  background: white;
  color: var(--ink);
  box-shadow: 0 13px 32px rgba(12, 50, 46, .13);
}

.button--dark {
  color: white;
  background: var(--ink);
  box-shadow: 0 13px 32px rgba(12, 50, 46, .13);
}

.button--dark i { background: white; }
.button--dark i::after { background: var(--ink); }

.button--ghost {
  min-height: 48px;
  padding: 8px 18px;
  color: rgba(255,255,255,.92);
  border-color: rgba(255,255,255,.23);
  background: rgba(15,58,54,.08);
  backdrop-filter: blur(12px);
}

.button svg,
.service-card__topline svg {
  width: 18px;
  height: 18px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.5;
}

.scroll-cue {
  position: absolute;
  z-index: 4;
  left: 50%;
  bottom: 11%;
  display: grid;
  justify-items: center;
  gap: 8px;
  transform: translateX(-50%);
  color: rgba(255,255,255,.55);
}

.scroll-cue span {
  width: 1px;
  height: 58px;
  overflow: hidden;
  background: rgba(255,255,255,.22);
}

.scroll-cue span::after {
  content: "";
  display: block;
  width: 1px;
  height: 35%;
  background: white;
  animation: scroll-line 1.8s ease-in-out infinite;
}

.scroll-cue small {
  font-size: 8px;
  letter-spacing: .22em;
}

.partners {
  position: relative;
  z-index: 6;
  padding: 28px clamp(26px, 5vw, 76px) 84px;
  background: white;
}

.partners__title {
  margin: 0 0 28px;
  color: #68827e;
  font-size: 14px;
  text-align: center;
}

.partner-grid {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 1px;
  overflow: hidden;
  border: 1px solid #e7eeeb;
  border-radius: 8px;
  background: #e7eeeb;
}

.partner {
  min-height: 80px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
  background: #fff;
  color: #64817b;
  font-size: clamp(13px, 1vw, 16px);
  font-weight: 560;
}

.partner__mark {
  width: 23px;
  height: 23px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  color: #6f9b91;
  background: #edf5f2;
  font-size: 12px;
  font-weight: 700;
}

.outcomes {
  padding: clamp(85px, 11vw, 165px) clamp(26px, 7.2vw, 108px) clamp(90px, 10vw, 150px);
  background: #f9faf7;
}

.section-intro {
  text-align: center;
}

.section-intro h2,
.solutions h2,
.story h2,
.offer h2 {
  margin: 0;
  font-size: clamp(54px, 6.2vw, 95px);
  line-height: .91;
}

.stats {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0;
  margin-top: clamp(78px, 9vw, 136px);
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.stat {
  min-height: 255px;
  padding: 37px clamp(18px, 2.4vw, 35px) 32px;
  border-right: 1px solid var(--line);
}

.stat:first-child { padding-left: 0; }
.stat:last-child { border-right: 0; }

.stat strong {
  display: block;
  margin-bottom: 48px;
  font-family: var(--serif);
  font-size: clamp(55px, 5.5vw, 84px);
  font-weight: 400;
  line-height: .8;
  letter-spacing: -.06em;
}

.stat strong.stat__value--wide {
  font-size: clamp(46px, 4.6vw, 70px);
  white-space: nowrap;
}

.stat strong.stat__value--word {
  font-size: clamp(46px, 4.8vw, 74px);
}

.stat p {
  max-width: 300px;
  margin: 0;
  color: #536e69;
  font-size: clamp(15px, 1.1vw, 17px);
  line-height: 1.55;
}

.about-copy {
  display: grid;
  grid-template-columns: 1fr 2.2fr 1fr;
  align-items: start;
  margin-top: clamp(65px, 7vw, 105px);
}

.about-copy__line {
  width: 50px;
  height: 1px;
  margin-top: 12px;
  background: var(--ink);
}

.about-copy__body {
  grid-column: 2;
}

.about-copy p {
  margin: 0;
  color: #496a64;
  font-size: clamp(16px, 1.4vw, 21px);
  line-height: 1.75;
}

.about-copy p + p { margin-top: 24px; }

.solutions {
  padding: clamp(90px, 10vw, 150px) clamp(25px, 5.8vw, 87px) clamp(90px, 8vw, 126px);
  background: #fff;
}

.solutions__heading {
  display: grid;
  grid-template-columns: 1.55fr .8fr;
  align-items: end;
  gap: 50px;
  margin-bottom: clamp(58px, 7vw, 105px);
}

.solutions__heading > p {
  max-width: 340px;
  margin: 0 0 6px auto;
  color: #5d7873;
  font-size: clamp(16px, 1.15vw, 18px);
  line-height: 1.65;
}

.service-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 12px;
  perspective: 1200px;
}

.service-card {
  --card-x: 50%;
  --card-y: 50%;
  --card-rx: 0deg;
  --card-ry: 0deg;
  position: relative;
  min-height: 550px;
  display: flex;
  flex-direction: column;
  overflow: hidden;
  padding: 23px 23px 27px;
  border: 1px solid #dfe9e5;
  border-radius: 12px;
  color: var(--ink);
  background: #f7faf8;
  outline: none;
  transform: perspective(900px) rotateX(var(--card-rx)) rotateY(var(--card-ry));
  transform-style: preserve-3d;
  transition: transform 190ms ease-out, color 360ms ease, border-color 360ms ease, box-shadow 360ms ease;
}

.service-card::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background:
    radial-gradient(circle at var(--card-x) var(--card-y), rgba(224, 248, 240, .8), transparent 36%),
    linear-gradient(145deg, #225851 0%, #5f9184 48%, #b8d9cf 100%);
  opacity: 0;
  transition: opacity 360ms ease;
}

.service-card__glow {
  position: absolute;
  width: 190px;
  height: 190px;
  left: calc(var(--card-x) - 95px);
  top: calc(var(--card-y) - 95px);
  border-radius: 50%;
  background: rgba(238,255,249,.22);
  filter: blur(20px);
  opacity: 0;
  pointer-events: none;
  transition: opacity 240ms ease;
}

.service-card:hover,
.service-card:focus-visible {
  z-index: 2;
  color: white;
  border-color: rgba(255,255,255,.28);
  box-shadow: 0 30px 64px rgba(27, 78, 70, .2);
}

.service-card:hover::before,
.service-card:focus-visible::before,
.service-card:hover .service-card__glow,
.service-card:focus-visible .service-card__glow { opacity: 1; }

.service-card__topline {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 10px;
  letter-spacing: .12em;
}

.service-card__topline svg { transition: transform 250ms ease; }
.service-card:hover .service-card__topline svg,
.service-card:focus-visible .service-card__topline svg { transform: translate(2px, -2px); }

.service-art {
  position: relative;
  z-index: 1;
  width: 100%;
  height: 190px;
  margin: 31px 0 20px;
  color: #8bb3a9;
  transition: color 320ms ease, transform 360ms cubic-bezier(.2,.8,.2,1);
}

.service-card:hover .service-art,
.service-card:focus-visible .service-art {
  color: #e8fff7;
  transform: translateZ(18px) scale(1.035);
}

.service-card__copy {
  position: relative;
  z-index: 1;
  margin-top: auto;
  transform: translateZ(12px);
}

.service-card h3 {
  margin: 0 0 18px;
  font-family: var(--serif);
  font-size: clamp(24px, 2.1vw, 32px);
  font-weight: 400;
  line-height: .95;
  letter-spacing: -.045em;
}

.service-card p {
  margin: 0;
  color: #67807b;
  font-size: clamp(14px, 1.05vw, 16px);
  line-height: 1.6;
  transition: color 320ms ease;
}

.process {
  padding: clamp(90px, 10vw, 150px) clamp(26px, 7.2vw, 108px) clamp(90px, 10vw, 150px);
  background: #f9faf7;
}

.process__steps { margin-top: clamp(70px, 8vw, 116px); }

.process-step h3 {
  margin: 0 0 14px;
  font-family: var(--serif);
  font-size: clamp(27px, 2.2vw, 36px);
  font-weight: 400;
  line-height: 1;
  letter-spacing: -.04em;
}

.process-step p {
  max-width: 300px;
}

.story {
  display: grid;
  grid-template-columns: .95fr 1.05fr;
  gap: clamp(45px, 8vw, 120px);
  padding: clamp(90px, 10vw, 150px) clamp(26px, 7.2vw, 108px);
  background: white;
}

.story h2 {
  margin: 0;
  font-size: clamp(54px, 6.2vw, 95px);
  line-height: .91;
}

.story__body {
  align-self: end;
  max-width: 610px;
  padding-top: 60px;
  color: #496a64;
  font-size: clamp(16px, 1.4vw, 21px);
  line-height: 1.75;
}

.story__body p { margin: 0; }
.story__body p + p { margin-top: 25px; }

.location-row {
  grid-column: 1 / -1;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  margin-top: 25px;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.location-row span {
  padding: 25px 18px;
  border-right: 1px solid var(--line);
  color: #5d7873;
  font-size: 13px;
  font-weight: 650;
  letter-spacing: .12em;
  text-align: center;
  text-transform: uppercase;
}

.location-row span:last-child { border-right: 0; }

.offer {
  padding: clamp(90px, 10vw, 150px) clamp(26px, 7.2vw, 108px);
  background: #edf5f2;
  text-align: center;
}

.offer__inner {
  max-width: 980px;
  margin: 0 auto;
}

.offer h2 {
  margin: 0;
  font-size: clamp(54px, 6.2vw, 95px);
  line-height: .91;
}

.offer__inner > p:not(.eyebrow) {
  max-width: 720px;
  margin: 35px auto 0;
  color: #496a64;
  font-size: clamp(16px, 1.35vw, 20px);
  line-height: 1.75;
}

.offer .button { margin-top: 35px; }

.service-card:hover p,
.service-card:focus-visible p { color: rgba(255,255,255,.78); }

.contact {
  position: relative;
  min-height: 720px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 40px;
  overflow: hidden;
  padding: clamp(70px, 8vw, 120px) clamp(28px, 7vw, 104px);
  color: white;
  background:
    radial-gradient(circle at 82% 20%, rgba(187, 226, 214, .65), transparent 31%),
    linear-gradient(120deg, #113a36, #2e655d 58%, #9bc4b8);
}

.contact__orb {
  position: absolute;
  width: clamp(330px, 43vw, 660px);
  aspect-ratio: 1;
  right: -7%;
  top: -55%;
  border: 55px solid rgba(224, 246, 239, .1);
  border-radius: 50%;
  box-shadow: 0 0 0 50px rgba(224, 246, 239, .05), inset 0 0 50px rgba(255,255,255,.08);
}

.contact__copy,
.contact-form { position: relative; z-index: 1; }

.contact h2 {
  margin: 0;
  font-size: clamp(47px, 5.4vw, 82px);
  line-height: .9;
}

.contact__copy { max-width: 620px; flex: 1 1 45%; }

.contact__lede {
  max-width: 670px;
  margin: 28px 0 0;
  color: rgba(255,255,255,.76);
  font-size: clamp(16px, 1.2vw, 19px);
  line-height: 1.7;
}

.contact__service-area {
  max-width: 430px;
  margin: 24px 0 0;
  color: rgba(255,255,255,.68);
  font-size: 15px;
  line-height: 1.6;
}

.contact-form {
  flex: 1 1 620px;
  max-width: 700px;
  padding: clamp(24px, 3vw, 42px);
  border: 1px solid rgba(255,255,255,.24);
  border-radius: 18px;
  background: rgba(10, 48, 44, .24);
  box-shadow: 0 30px 80px rgba(8, 38, 35, .2);
  backdrop-filter: blur(18px);
}

.contact-form__grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 20px 16px;
}

.contact-form label {
  display: grid;
  gap: 8px;
  color: rgba(255,255,255,.88);
  font-size: 14px;
  font-weight: 560;
}

.contact-form label > span { padding-left: 2px; }
.contact-form label small { color: rgba(255,255,255,.55); font-size: 12px; font-weight: 450; }

.contact-form input,
.contact-form textarea {
  width: 100%;
  border: 1px solid rgba(255,255,255,.22);
  border-radius: 10px;
  outline: none;
  color: white;
  background: rgba(7, 43, 39, .35);
  font: inherit;
  font-size: 16px;
  transition: border-color 180ms ease, background 180ms ease, box-shadow 180ms ease;
}

.contact-form input { min-height: 52px; padding: 0 15px; }
.contact-form textarea { min-height: 130px; padding: 14px 15px; resize: vertical; }

.contact-form input:focus,
.contact-form textarea:focus {
  border-color: rgba(255,255,255,.72);
  background: rgba(7, 43, 39, .52);
  box-shadow: 0 0 0 3px rgba(221, 247, 239, .12);
}

.contact-form__wide,
.contact-form__hint { grid-column: 1 / -1; }

.contact-form__hint {
  margin: -8px 0 0;
  color: rgba(255,255,255,.65);
  font-size: 14px;
}

.contact-form__submit {
  margin-top: 24px;
  cursor: pointer;
}

.contact-form__status {
  min-height: 1.5em;
  margin: 14px 0 0;
  color: rgba(255,255,255,.78);
  font-size: 14px;
  line-height: 1.5;
}

.site-footer {
  min-height: 130px;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  align-items: center;
  gap: 30px;
  padding: 30px clamp(26px, 5vw, 76px);
  color: #59756f;
  background: #f7faf8;
  font-size: 14px;
}

.site-footer .brand { color: var(--ink); }
.site-footer p { margin: 0; text-align: center; }

.site-footer__links {
  display: flex;
  justify-content: flex-end;
  gap: 22px;
}

.site-footer__links a { position: relative; }

.reveal {
  opacity: 0;
  transform: translateY(28px);
  transition: opacity 720ms ease, transform 760ms cubic-bezier(.16,.8,.24,1);
}

.reveal.is-visible {
  opacity: 1;
  transform: translateY(0);
}

@keyframes hero-up {
  from { opacity: 0; transform: translateY(24px); }
  to { opacity: 1; transform: translateY(0); }
}

@keyframes scroll-line {
  0% { transform: translateY(-110%); }
  55%, 100% { transform: translateY(290%); }
}

@media (max-width: 1050px) {
  .service-grid { grid-template-columns: repeat(2, 1fr); }
  .service-card { min-height: 470px; }
  .about-copy { grid-template-columns: .5fr 3fr .5fr; }
  .story { grid-template-columns: 1fr; gap: 35px; }
  .story__body { max-width: 780px; padding-top: 0; }
}

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

  .hero { min-height: 900px; }

  .site-header { padding: 24px 20px; }
  .primary-nav { gap: 18px; padding: 8px 13px; }
  .primary-nav a:nth-child(2),
  .primary-nav a:nth-child(3) { display: none; }

  .hero__content { width: calc(100% - 34px); margin-top: -2%; }
  .hero h1 { font-size: clamp(44px, 12.5vw, 62px); line-height: .92; }
  .hero h1 br { display: none; }
  .hero__lede { max-width: 430px; }
  .hero__beams { inset: -20% -45%; opacity: .62; }
  .hero__cursor-field { display: none; }
  .scroll-cue { bottom: 9%; }

  .partners { padding: 24px 18px 60px; }
  .partner-grid { grid-template-columns: repeat(2, 1fr); }
  .partner { min-height: 66px; }

  .stats { grid-template-columns: 1fr; }
  .stat,
  .stat:first-child {
    min-height: 0;
    display: grid;
    grid-template-columns: 110px 1fr;
    align-items: center;
    gap: 26px;
    padding: 30px 0;
    border-right: 0;
    border-bottom: 1px solid var(--line);
  }
  .stat:last-child { border-bottom: 0; }
  .stat strong { margin: 0; }

  .about-copy { grid-template-columns: 45px 1fr; }
  .about-copy__body { grid-column: 2; }

  .solutions__heading { grid-template-columns: 1fr; gap: 28px; }
  .solutions__heading > p { margin: 0; }
  .service-grid { grid-template-columns: 1fr; }
  .service-card { min-height: 455px; }
  .service-card h3 { font-size: 32px; }

  .location-row { grid-template-columns: 1fr; }
  .location-row span { border-right: 0; border-bottom: 1px solid var(--line); }
  .location-row span:last-child { border-bottom: 0; }

  .contact { min-height: 0; flex-direction: column; align-items: stretch; justify-content: center; }
  .contact__copy { max-width: 680px; }
  .contact-form { width: 100%; max-width: none; }
  .contact-form__grid { grid-template-columns: 1fr; }
  .contact-form__wide,
  .contact-form__hint { grid-column: auto; }
  .contact-form__submit { width: 100%; }

  .site-footer { grid-template-columns: 1fr; text-align: center; }
  .site-footer > a { justify-self: center; }
  .site-footer__links { justify-content: center; flex-wrap: wrap; }
}

@media (max-width: 430px) {
  .brand { font-size: 18px; }
  .brand__mark { width: 24px; height: 24px; }
  .primary-nav { gap: 13px; }
  .primary-nav a { font-size: 11px; }
  .hero__actions { flex-direction: column; }
  .hero__actions .button { min-width: 185px; }
  .outcomes { padding-left: 22px; padding-right: 22px; }
  .section-intro h2, .solutions h2, .story h2, .offer h2 { font-size: 49px; }
  .stat strong { font-size: 56px; }
  .outcomes .stat { grid-template-columns: 135px 1fr; gap: 16px; }
  .stat strong.stat__value--wide { font-size: 32px; }
  .stat strong.stat__value--word { font-size: 38px; }
  .solutions { padding-left: 16px; padding-right: 16px; }
  .contact h2 { font-size: 49px; }
}

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