:root {
  --ink: #07110d;
  --ink-soft: #0d1d16;
  --panel: #12271d;
  --green: #3ee482;
  --green-dark: #139c58;
  --paper: #f4f7f4;
  --paper-warm: #eef3ef;
  --white: #fff;
  --muted: #68776e;
  --line: rgba(7, 17, 13, .13);
  --radius: 20px;
  --shadow: 0 20px 50px rgba(7, 17, 13, .10);
  --container: 1160px;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

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

body {
  margin: 0;
  color: var(--ink);
  background: var(--white);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 16px;
  line-height: 1.55;
  -webkit-font-smoothing: antialiased;
}

body.menu-open {
  overflow: hidden;
}

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

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

button,
input,
select,
textarea {
  font: inherit;
}

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

.container {
  width: min(calc(100% - 40px), var(--container));
  margin-inline: auto;
}

.visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.skip-link {
  position: fixed;
  z-index: 1000;
  top: 12px;
  left: 12px;
  padding: 10px 14px;
  color: var(--ink);
  background: var(--green);
  border-radius: 8px;
  transform: translateY(-160%);
}

.skip-link:focus {
  transform: none;
}

.service-bar {
  color: #ccdad1;
  background: #030b07;
  font-size: .76rem;
  letter-spacing: .06em;
  text-transform: uppercase;
}

.service-bar__inner {
  min-height: 34px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}

.service-bar i {
  display: inline-block;
  width: 3px;
  height: 3px;
  margin: 0 8px 3px;
  background: var(--green);
  border-radius: 50%;
}

.site-header {
  position: sticky;
  z-index: 100;
  top: 0;
  color: var(--white);
  background: rgba(8, 22, 17, .96);
  border-bottom: 1px solid rgba(255, 255, 255, .08);
  backdrop-filter: blur(14px);
}

.header-inner {
  min-height: 74px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 12px;
}

.brand img {
  flex: 0 0 auto;
  object-fit: contain;
}

.brand__text {
  display: grid;
  line-height: 1.1;
}

.brand__text strong {
  font-size: 1.1rem;
  letter-spacing: -.02em;
}

.brand__text small {
  margin-top: 5px;
  color: #99ab9f;
  font-size: .64rem;
  font-weight: 700;
  letter-spacing: .09em;
  text-transform: uppercase;
}

.primary-nav {
  display: flex;
  align-items: center;
  gap: 28px;
  font-size: .9rem;
  font-weight: 750;
}

.primary-nav > a:not(.button) {
  color: #d6e0da;
}

.primary-nav > a:not(.button):hover,
.primary-nav > a:not(.button):focus-visible {
  color: var(--green);
}

.menu-toggle {
  display: none;
}

.button {
  min-height: 50px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 23px;
  color: #031008;
  background: var(--green);
  border: 1px solid var(--green);
  border-radius: 10px;
  box-shadow: 0 10px 28px rgba(62, 228, 130, .16);
  cursor: pointer;
  font-size: .92rem;
  font-weight: 850;
  transition: transform .2s ease, background .2s ease, box-shadow .2s ease;
}

.button:hover,
.button:focus-visible {
  background: #62ed9a;
  box-shadow: 0 14px 34px rgba(62, 228, 130, .25);
  transform: translateY(-2px);
}

.button--small {
  min-height: 42px;
  padding-inline: 18px;
}

.text-link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-weight: 800;
}

.text-link--light {
  color: #d8e4dc;
}

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

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

.hero {
  position: relative;
  overflow: hidden;
  color: var(--white);
  background:
    linear-gradient(105deg, rgba(6, 20, 14, .99) 0%, rgba(7, 30, 19, .96) 64%, rgba(9, 44, 26, .94) 100%);
}

.hero::before {
  position: absolute;
  inset: 0;
  content: "";
  opacity: .13;
  background-image:
    linear-gradient(rgba(74, 232, 140, .22) 1px, transparent 1px),
    linear-gradient(90deg, rgba(74, 232, 140, .22) 1px, transparent 1px);
  background-size: 42px 42px;
  mask-image: linear-gradient(to right, black, transparent 88%);
}

.hero__glow {
  position: absolute;
  right: -10%;
  bottom: -45%;
  width: 680px;
  height: 680px;
  background: radial-gradient(circle, rgba(58, 226, 128, .18), transparent 68%);
  border-radius: 50%;
}

.hero__layout {
  position: relative;
  z-index: 1;
  min-height: 560px;
  display: grid;
  grid-template-columns: minmax(0, 1.25fr) minmax(320px, .75fr);
  align-items: center;
  gap: 70px;
  padding-block: 68px;
}

.hero .eyebrow {
  color: var(--green);
}

.hero h1 {
  max-width: 770px;
  margin: 0;
  font-size: clamp(3rem, 6.2vw, 5.4rem);
  line-height: .98;
  letter-spacing: -.062em;
}

.hero__lead {
  max-width: 690px;
  margin: 25px 0 0;
  color: #c6d3cb;
  font-size: clamp(1.06rem, 1.7vw, 1.24rem);
}

.hero__actions {
  display: flex;
  align-items: center;
  gap: 26px;
  margin-top: 34px;
}

.hero-card {
  padding: 28px;
  background: rgba(13, 40, 27, .78);
  border: 1px solid rgba(91, 232, 149, .27);
  border-radius: var(--radius);
  box-shadow: 0 30px 80px rgba(0, 0, 0, .28);
  backdrop-filter: blur(10px);
}

.hero-card__label {
  margin: 0 0 18px;
  color: var(--green);
  font-size: .78rem;
  font-weight: 900;
  letter-spacing: .1em;
  text-transform: uppercase;
}

.hero-card ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.hero-card li {
  display: grid;
  grid-template-columns: 44px 1fr;
  align-items: start;
  gap: 16px;
  padding: 18px 0;
  border-top: 1px solid rgba(255, 255, 255, .11);
}

.feature-icon {
  width: 42px;
  height: 42px;
  display: grid;
  flex: 0 0 auto;
  place-items: center;
  color: var(--green);
  background: rgba(62, 228, 130, .09);
  border: 1px solid rgba(62, 228, 130, .24);
  border-radius: 12px;
}

.feature-icon svg {
  width: 21px;
  height: 21px;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.7;
}

.hero-card li div {
  display: grid;
  gap: 6px;
  padding-top: 1px;
}

.hero-card strong {
  font-size: .96rem;
  line-height: 1.25;
}

.hero-card small {
  display: block;
  color: #a8b9ae;
  font-size: .82rem;
  line-height: 1.45;
}

.proof-strip {
  color: var(--white);
  background: var(--ink);
}

.proof-strip__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
}

.proof-strip p {
  min-height: 100px;
  margin: 0;
  padding: 23px 28px;
  display: grid;
  align-content: center;
  gap: 4px;
  border-left: 1px solid rgba(255, 255, 255, .09);
}

.proof-strip p:last-child {
  border-right: 1px solid rgba(255, 255, 255, .09);
}

.proof-strip strong {
  font-size: .9rem;
}

.proof-strip span {
  color: #9fb0a5;
  font-size: .78rem;
}

.section {
  padding-block: 88px;
}

.section-heading {
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(280px, .62fr);
  align-items: end;
  gap: 56px;
  margin-bottom: 38px;
}

.section-heading h2,
.coverage h2,
.request-section h2 {
  margin: 0;
  font-size: clamp(2.1rem, 4vw, 3.55rem);
  line-height: 1.05;
  letter-spacing: -.045em;
}

.section-heading > p,
.carousel-actions > p {
  margin: 0;
  color: var(--muted);
}

.services {
  background: var(--paper);
}

.service-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  border-top: 1px solid var(--line);
  border-left: 1px solid var(--line);
}

.service-card {
  min-height: 245px;
  padding: 28px 25px;
  background: var(--white);
  border-right: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.service-card > span {
  color: var(--green-dark);
  font-size: .72rem;
  font-weight: 900;
  letter-spacing: .1em;
}

.service-card h3 {
  min-height: 54px;
  margin: 34px 0 12px;
  font-size: 1.16rem;
  line-height: 1.18;
}

.service-card p {
  margin: 0;
  color: var(--muted);
  font-size: .9rem;
}

.service-card--accent {
  color: var(--white);
  background: var(--ink-soft);
}

.service-card--accent p {
  color: #b5c3ba;
}

.service-card--accent > span {
  color: var(--green);
}

.field-work {
  overflow: hidden;
  color: var(--white);
  background: var(--ink-soft);
}

.field-work .eyebrow {
  color: var(--green);
}

.field-work__heading {
  align-items: end;
}

.carousel-actions {
  display: grid;
  gap: 20px;
}

.carousel-actions > p {
  color: #9eb0a4;
}

.carousel-controls {
  display: flex;
  gap: 9px;
}

.carousel-controls button {
  width: 46px;
  height: 46px;
  color: var(--white);
  background: transparent;
  border: 1px solid rgba(255, 255, 255, .24);
  border-radius: 50%;
  cursor: pointer;
  transition: color .2s ease, border-color .2s ease, background .2s ease;
}

.carousel-controls button:hover,
.carousel-controls button:focus-visible {
  color: var(--ink);
  background: var(--green);
  border-color: var(--green);
}

.project-carousel {
  overflow-x: auto;
  overscroll-behavior-inline: contain;
  scroll-behavior: smooth;
  scroll-snap-type: x mandatory;
  scrollbar-width: none;
}

.project-carousel::-webkit-scrollbar {
  display: none;
}

.project-carousel__track {
  display: grid;
  grid-auto-flow: column;
  grid-auto-columns: calc((100% - 20px) / 2);
  gap: 20px;
}

.project-card {
  position: relative;
  min-height: 390px;
  margin: 0;
  overflow: hidden;
  background: #06110b;
  border: 1px solid rgba(255, 255, 255, .1);
  border-radius: 16px;
  scroll-snap-align: start;
}

.project-card__image {
  position: absolute;
  inset: 0;
  background-position: center;
  background-size: cover;
  transform: scale(1.01);
  transition: transform .5s ease;
}

.project-card:hover .project-card__image {
  transform: scale(1.045);
}

.project-card::after {
  position: absolute;
  inset: 35% 0 0;
  content: "";
  background: linear-gradient(transparent, rgba(2, 8, 5, .94));
}

.project-card figcaption {
  position: absolute;
  z-index: 2;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 26px;
}

.project-card figcaption span {
  color: var(--green);
  font-size: .7rem;
  font-weight: 900;
  letter-spacing: .12em;
  text-transform: uppercase;
}

.project-card h3 {
  margin: 7px 0 0;
  font-size: 1.45rem;
  letter-spacing: -.025em;
}

.carousel-hint {
  margin: 16px 0 0;
  color: #7f9185;
  font-size: .75rem;
  text-align: right;
}

.coverage {
  background: var(--paper-warm);
}

.coverage__grid {
  display: grid;
  grid-template-columns: minmax(0, .8fr) minmax(400px, 1.2fr);
  align-items: stretch;
  gap: 56px;
}

.coverage__copy {
  align-self: center;
}

.coverage__copy > p:not(.eyebrow) {
  max-width: 550px;
  margin: 20px 0 28px;
  color: var(--muted);
  font-size: 1.02rem;
}

.process-card {
  padding: 35px;
  color: var(--white);
  background: var(--ink);
  border-radius: var(--radius);
  box-shadow: var(--shadow);
}

.process-card__label {
  margin: 0 0 22px;
  color: var(--green);
  font-size: .75rem;
  font-weight: 900;
  letter-spacing: .11em;
  text-transform: uppercase;
}

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

.handoff-step {
  min-width: 0;
  min-height: 184px;
  display: grid;
  align-content: space-between;
  gap: 26px;
  padding: 20px;
  background: rgba(255, 255, 255, .035);
  border: 1px solid rgba(255, 255, 255, .1);
  border-radius: 14px;
}

.handoff-step p {
  margin: 0;
  color: #9fb0a5;
  font-size: .86rem;
  line-height: 1.48;
}

.handoff-step strong {
  display: block;
  margin-bottom: 7px;
  color: var(--white);
  font-size: .98rem;
  line-height: 1.25;
}

.handoff-step p > span {
  display: block;
}

.request-section {
  color: var(--white);
  background: #06110b;
}

.request-section .eyebrow {
  color: var(--green);
}

.request-section__layout {
  display: grid;
  grid-template-columns: minmax(0, .72fr) minmax(520px, 1.1fr);
  gap: 72px;
  align-items: start;
}

.request-section__intro > p:not(.eyebrow) {
  margin: 20px 0 24px;
  color: #adbbb2;
}

.request-section__intro ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.request-section__intro li {
  position: relative;
  padding: 8px 0 8px 22px;
  color: #c8d3cc;
  font-size: .88rem;
}

.request-section__intro li::before {
  position: absolute;
  top: 16px;
  left: 0;
  width: 7px;
  height: 7px;
  content: "";
  background: var(--green);
  border-radius: 50%;
}

.request-form {
  padding: 32px;
  color: var(--ink);
  background: var(--white);
  border-radius: var(--radius);
  box-shadow: 0 32px 80px rgba(0, 0, 0, .28);
}

.form-row {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 16px;
}

.field {
  display: grid;
  gap: 7px;
  margin-bottom: 16px;
}

.field label {
  font-size: .76rem;
  font-weight: 850;
}

.field input,
.field select,
.field textarea {
  width: 100%;
  color: var(--ink);
  background: #f8faf8;
  border: 1px solid #cbd5cf;
  border-radius: 9px;
  outline: none;
  transition: border-color .2s ease, box-shadow .2s ease;
}

.field input,
.field select {
  min-height: 48px;
  padding: 0 13px;
}

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

.field input:focus,
.field select:focus,
.field textarea:focus {
  border-color: var(--green-dark);
  box-shadow: 0 0 0 4px rgba(53, 223, 121, .14);
}

.form-submit {
  width: 100%;
  margin-top: 2px;
}

.form-submit:disabled {
  cursor: wait;
  opacity: .62;
}

.form-status {
  min-height: 24px;
  margin: 11px 0 0;
  color: var(--green-dark);
  font-size: .85rem;
  font-weight: 700;
}

.form-status.is-error {
  color: #b02525;
}

.form-privacy {
  margin: 5px 0 0;
  color: var(--muted);
  font-size: .72rem;
}

.form-privacy a {
  text-decoration: underline;
}

.bot-field {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  overflow: hidden !important;
  clip: rect(0 0 0 0) !important;
}

.site-footer {
  padding-block: 26px;
  color: #90a197;
  background: #030b07;
  border-top: 1px solid rgba(255, 255, 255, .08);
}

.footer-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
  font-size: .78rem;
}

.brand--footer {
  color: var(--white);
}

.brand--footer .brand__text small {
  font-size: .58rem;
}

.site-footer p {
  margin: 0;
}

.site-footer a:hover,
.site-footer a:focus-visible {
  color: var(--green);
}

.privacy-page {
  min-height: 70vh;
  padding-block: 80px;
  background: var(--paper);
}

.privacy-page__content {
  max-width: 760px;
}

.privacy-page h1 {
  margin: 0;
  font-size: clamp(2.3rem, 5vw, 4.2rem);
  line-height: 1.02;
  letter-spacing: -.05em;
}

.privacy-page__updated {
  margin: 17px 0 42px;
  color: var(--muted);
  font-size: .82rem;
}

.privacy-page h2 {
  margin: 30px 0 8px;
  font-size: 1.15rem;
}

.privacy-page p {
  color: var(--muted);
}

.privacy-page a:not(.button) {
  color: var(--green-dark);
  font-weight: 750;
  text-decoration: underline;
}

.privacy-page .button {
  margin-top: 26px;
  text-decoration: none;
}

.mobile-action {
  display: none;
}

@media (max-width: 960px) {
  .hero__layout {
    grid-template-columns: 1fr;
    gap: 40px;
    min-height: auto;
    padding-block: 68px;
  }

  .hero__content {
    max-width: 760px;
  }

  .hero-card {
    max-width: 760px;
  }

  .service-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .coverage__grid,
  .request-section__layout {
    grid-template-columns: 1fr;
  }

  .request-section__layout {
    gap: 42px;
  }

  .request-section__intro {
    max-width: 680px;
  }
}

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

  body {
    padding-bottom: 74px;
  }

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

  .service-bar {
    display: none;
  }

  .header-inner {
    min-height: 66px;
  }

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

  .brand__text strong {
    font-size: 1rem;
  }

  .brand__text small {
    font-size: .56rem;
  }

  .menu-toggle {
    width: 44px;
    height: 44px;
    display: grid;
    place-items: center;
    padding: 0;
    color: var(--white);
    background: transparent;
    border: 1px solid rgba(255, 255, 255, .18);
    border-radius: 9px;
  }

  .menu-toggle > span:first-child,
  .menu-toggle > span:first-child::before,
  .menu-toggle > span:first-child::after {
    width: 20px;
    height: 2px;
    display: block;
    content: "";
    background: currentColor;
    transition: transform .2s ease;
  }

  .menu-toggle > span:first-child {
    position: relative;
  }

  .menu-toggle > span:first-child::before {
    position: absolute;
    top: -6px;
  }

  .menu-toggle > span:first-child::after {
    position: absolute;
    top: 6px;
  }

  .menu-toggle[aria-expanded="true"] > span:first-child {
    background: transparent;
  }

  .menu-toggle[aria-expanded="true"] > span:first-child::before {
    top: 0;
    transform: rotate(45deg);
  }

  .menu-toggle[aria-expanded="true"] > span:first-child::after {
    top: 0;
    transform: rotate(-45deg);
  }

  .primary-nav {
    position: absolute;
    top: 100%;
    right: 0;
    left: 0;
    max-height: 0;
    display: grid;
    gap: 0;
    overflow: hidden;
    background: var(--ink-soft);
    box-shadow: 0 20px 40px rgba(0, 0, 0, .25);
    transition: max-height .25s ease;
  }

  .primary-nav.is-open {
    max-height: 340px;
    padding: 10px 14px 18px;
  }

  .primary-nav > a:not(.button) {
    padding: 14px 6px;
    border-bottom: 1px solid rgba(255, 255, 255, .09);
  }

  .primary-nav .button {
    margin-top: 12px;
  }

  .hero__layout {
    gap: 28px;
    padding-block: 52px;
  }

  .hero h1 {
    font-size: clamp(2.75rem, 13vw, 4rem);
  }

  .hero__lead {
    margin-top: 20px;
    font-size: 1.02rem;
  }

  .hero__actions {
    margin-top: 28px;
  }

  .hero-card {
    padding: 22px;
  }

  .proof-strip__grid {
    grid-template-columns: 1fr;
    padding-block: 4px;
  }

  .proof-strip p {
    min-height: 0;
    padding: 17px 0;
    border-left: 0;
    border-bottom: 1px solid rgba(255, 255, 255, .09);
  }

  .proof-strip p:last-child {
    border-right: 0;
    border-bottom: 0;
  }

  .section {
    padding-block: 66px;
  }

  .section-heading {
    grid-template-columns: 1fr;
    gap: 18px;
    margin-bottom: 28px;
  }

  .service-grid {
    grid-template-columns: 1fr;
  }

  .service-card {
    min-height: 0;
    padding: 24px;
  }

  .service-card h3 {
    min-height: 0;
    margin: 21px 0 8px;
  }

  .carousel-actions {
    gap: 15px;
  }

  .project-carousel__track {
    grid-auto-columns: 86%;
    gap: 14px;
  }

  .project-card {
    min-height: 350px;
  }

  .carousel-hint {
    text-align: left;
  }

  .coverage__grid {
    gap: 36px;
  }

  .process-card {
    padding: 26px 22px;
  }

  .process-flow {
    grid-template-columns: 1fr;
  }

  .handoff-step {
    min-height: 0;
    grid-template-columns: 44px 1fr;
    align-items: center;
    align-content: initial;
    gap: 16px;
    padding: 18px;
  }

  .request-form {
    padding: 23px 18px;
  }

  .form-row {
    grid-template-columns: 1fr;
    gap: 0;
  }

  .footer-inner {
    flex-direction: column;
    align-items: flex-start;
    gap: 13px;
  }

  .mobile-action {
    position: fixed;
    z-index: 90;
    right: 0;
    bottom: 0;
    left: 0;
    display: block;
    padding: 10px 14px;
    background: rgba(3, 11, 7, .96);
    border-top: 1px solid rgba(255, 255, 255, .11);
    backdrop-filter: blur(12px);
  }

  .mobile-action .button {
    width: 100%;
    min-height: 48px;
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
    transition-duration: .01ms !important;
    animation-duration: .01ms !important;
    animation-iteration-count: 1 !important;
  }
}
