:root {
  --ink: #101411;
  --ink-soft: #313833;
  --paper: #f4f5f1;
  --white: #fff;
  --line: #d9ded8;
  --green: #b8e620;
  --green-dark: #91b900;
  --muted: #6f7871;
  --max: 1240px;
  --pad: clamp(22px, 4vw, 56px);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font-family: "DM Sans", Arial, 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, textarea { font: inherit; }
button { color: inherit; }
svg { stroke-width: 1.8; }
.container { width: min(var(--max), calc(100% - (var(--pad) * 2))); margin: 0 auto; }
.section-pad { padding: clamp(88px, 10vw, 144px) 0; }
.skip-link { position: fixed; z-index: 1000; top: 8px; left: 8px; padding: 10px 16px; background: var(--green); transform: translateY(-150%); }
.skip-link:focus { transform: translateY(0); }

h1, h2, h3, p { margin-top: 0; }
h1, h2, h3, .brand-type, .button { font-family: "Manrope", Arial, sans-serif; }
h1, h2 { letter-spacing: 0; line-height: .98; }
h1 { margin-bottom: 28px; font-size: clamp(48px, 6.4vw, 96px); font-weight: 700; }
h2 { margin-bottom: 0; font-size: clamp(40px, 4.6vw, 68px); font-weight: 700; }
h1 em, h2 em { color: var(--green); font-style: normal; }
.eyebrow {
  display: flex;
  align-items: center;
  gap: 11px;
  margin-bottom: 26px;
  color: var(--ink-soft);
  font-family: "Manrope", Arial, sans-serif;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .13em;
}
.eyebrow span { width: 24px; height: 2px; background: var(--green-dark); }
.eyebrow-light { color: #d9dfda; }
.eyebrow-light span { background: var(--green); }

.site-header {
  position: fixed;
  z-index: 100;
  top: 0;
  left: 0;
  width: 100%;
  color: var(--white);
  border-bottom: 1px solid rgba(255,255,255,.17);
  transition: background .25s, color .25s, border-color .25s;
}
.site-header.scrolled, .site-header.menu-active { color: var(--ink); background: rgba(255,255,255,.97); border-color: var(--line); }
.header-inner { width: min(1400px, calc(100% - 40px)); height: 82px; margin: auto; display: flex; align-items: center; justify-content: space-between; }
.brand { display: inline-flex; align-items: center; gap: 11px; flex-shrink: 0; }
.brand-mark { position: relative; display: grid; width: 38px; height: 42px; place-items: center; overflow: hidden; background: var(--green); clip-path: polygon(0 0, 100% 0, 100% 77%, 70% 100%, 0 100%); }
.brand-mark::after { content: ""; position: absolute; width: 18px; height: 4px; right: -3px; bottom: 7px; background: var(--ink); transform: rotate(-37deg); }
.brand-mark span { color: var(--ink); font-family: "Manrope", Arial, sans-serif; font-size: 25px; font-weight: 800; line-height: 1; }
.brand-type { display: flex; flex-direction: column; line-height: 1; }
.brand-type strong { font-size: 19px; font-weight: 800; }
.brand-type > span { margin-top: 4px; font-size: 8px; font-weight: 700; letter-spacing: .19em; }
.brand-type b { color: var(--green-dark); }
.desktop-nav { display: flex; align-items: center; gap: clamp(24px, 3vw, 46px); }
.desktop-nav a { position: relative; font-size: 14px; font-weight: 600; }
.desktop-nav a::after { content: ""; position: absolute; left: 0; bottom: -8px; width: 100%; height: 2px; background: var(--green); transform: scaleX(0); transform-origin: left; transition: transform .2s; }
.desktop-nav a:hover::after, .desktop-nav a:focus-visible::after { transform: scaleX(1); }
.header-actions { display: flex; align-items: center; gap: 20px; }
.header-phone { display: flex; gap: 8px; align-items: center; font-size: 13px; font-weight: 600; }
.header-phone svg { width: 15px; }
.button {
  min-height: 54px;
  padding: 0 24px;
  border: 0;
  border-radius: 3px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 18px;
  color: var(--ink);
  background: var(--green);
  font-size: 14px;
  font-weight: 800;
  cursor: pointer;
  transition: background .2s, transform .2s;
}
.button:hover { background: #caef50; transform: translateY(-2px); }
.button svg { width: 18px; }
.button-small { min-height: 42px; padding: 0 18px; font-size: 12px; }
.menu-toggle { display: none; width: 42px; height: 42px; padding: 0; border: 0; background: transparent; align-items: center; justify-content: center; }
.mobile-nav { display: none; }

.hero { position: relative; min-height: 780px; height: min(920px, 100svh); color: var(--white); overflow: hidden; }
.hero-image, .hero-shade { position: absolute; inset: 0; width: 100%; height: 100%; }
.hero-image { object-fit: cover; object-position: center; }
.hero-shade { background: linear-gradient(90deg, rgba(9,12,10,.94) 0%, rgba(9,12,10,.75) 31%, rgba(9,12,10,.15) 61%, rgba(9,12,10,.05) 100%); }
.hero-content { position: relative; z-index: 2; width: min(var(--max), calc(100% - (var(--pad) * 2))); margin: auto; padding-top: clamp(170px, 22vh, 230px); }
.hero-content h1 { max-width: 870px; }
.hero-copy { max-width: 615px; margin-bottom: 38px; color: #dce1dd; font-size: clamp(17px, 1.6vw, 21px); line-height: 1.55; }
.hero-actions { display: flex; align-items: center; gap: 32px; }
.text-link { display: inline-flex; align-items: center; gap: 13px; padding: 8px 0; border-bottom: 1px solid currentColor; font-size: 14px; font-weight: 700; }
.text-link svg { width: 17px; }
.text-link-light { color: var(--white); }
.hero-proof {
  position: absolute;
  z-index: 2;
  bottom: 0;
  right: 0;
  width: min(760px, 55vw);
  min-height: 108px;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  color: var(--ink);
  background: rgba(255,255,255,.96);
}
.hero-proof div { padding: 25px 22px; border-left: 1px solid var(--line); display: flex; flex-direction: column; justify-content: center; }
.hero-proof strong { font-family: "Manrope", Arial, sans-serif; font-size: 20px; line-height: 1.1; }
.hero-proof span { margin-top: 6px; color: var(--muted); font-size: 11px; }

.split-heading { display: grid; grid-template-columns: 1.35fr .65fr; gap: clamp(50px, 10vw, 140px); align-items: end; margin-bottom: 66px; }
.split-heading > p { margin: 0 0 7px; color: var(--muted); font-size: 18px; line-height: 1.65; }
.service-grid { display: grid; grid-template-columns: repeat(4, 1fr); border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.service-card { position: relative; min-height: 380px; padding: 38px 28px 34px; border-left: 1px solid var(--line); transition: background .25s, transform .25s; }
.service-card:first-child { border-left: 0; }
.service-card:hover { z-index: 1; background: var(--white); transform: translateY(-6px); box-shadow: 0 16px 36px rgba(20,30,22,.08); }
.service-card > svg { width: 36px; height: 36px; margin: 58px 0 26px; color: var(--green-dark); }
.service-number { color: #8b938d; font-family: "Manrope", Arial, sans-serif; font-size: 12px; font-weight: 700; }
.service-card h3 { margin-bottom: 14px; font-size: 20px; line-height: 1.25; }
.service-card p { color: var(--muted); font-size: 14px; line-height: 1.65; }
.service-list { position: absolute; bottom: 31px; left: 28px; color: var(--ink-soft); font-size: 10px; font-weight: 700; text-transform: uppercase; letter-spacing: .06em; }

.solutions { padding: clamp(90px, 10vw, 140px) 0; color: var(--white); background: #111713; }
.solutions-inner { display: grid; grid-template-columns: .85fr 1.15fr; gap: clamp(50px, 10vw, 150px); align-items: start; }
.solutions-copy { position: sticky; top: 140px; }
.solutions-copy > p:not(.eyebrow) { max-width: 470px; margin: 30px 0; color: #abb3ad; font-size: 18px; }
.solution-list { border-top: 1px solid #424943; }
.solution-list > div { height: 92px; display: grid; grid-template-columns: 54px 1fr 40px; align-items: center; border-bottom: 1px solid #424943; transition: padding .2s, color .2s; }
.solution-list > div:hover { padding-left: 12px; color: var(--green); }
.solution-list span { color: #747d76; font-size: 11px; }
.solution-list strong { font-family: "Manrope", Arial, sans-serif; font-size: clamp(18px, 2vw, 25px); }
.solution-list svg { width: 24px; color: var(--green); }

.approach-grid { display: grid; grid-template-columns: 1.05fr .95fr; gap: clamp(50px, 8vw, 110px); align-items: center; }
.approach-visual { position: relative; }
.approach-visual img { width: 100%; aspect-ratio: 4/4.5; object-fit: cover; object-position: 40% center; }
.image-note { position: absolute; right: -30px; bottom: 28px; width: 245px; padding: 20px; display: flex; gap: 13px; align-items: center; color: var(--white); background: var(--ink); }
.image-note svg { flex: 0 0 auto; width: 22px; color: var(--green); }
.image-note span { display: flex; flex-direction: column; font-size: 12px; }
.image-note strong { font-size: 14px; }
.approach-copy .lead { margin: 30px 0 32px; color: var(--muted); font-size: 18px; }
.steps { margin: 0; padding: 0; list-style: none; border-top: 1px solid var(--line); }
.steps li { padding: 20px 0; display: grid; grid-template-columns: 42px 1fr; border-bottom: 1px solid var(--line); }
.steps li > span { padding-top: 3px; color: var(--green-dark); font-family: "Manrope", Arial, sans-serif; font-size: 11px; font-weight: 700; }
.steps strong { font-family: "Manrope", Arial, sans-serif; font-size: 16px; }
.steps p { margin: 4px 0 0; color: var(--muted); font-size: 13px; }

.sectors { background: var(--white); }
.sector-grid { display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.sector-grid article { position: relative; min-height: 218px; padding: 26px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.sector-grid article > span { color: #939a95; font-size: 10px; }
.sector-grid h3 { margin: 42px 0 8px; font-size: 19px; }
.sector-grid p { max-width: 250px; margin: 0; color: var(--muted); font-size: 13px; }
.sector-grid svg { position: absolute; top: 24px; right: 24px; width: 26px; color: var(--green-dark); }

.about { padding: clamp(88px, 10vw, 140px) 0; color: var(--white); background: #26302a; }
.about-inner { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(60px, 11vw, 160px); }
.about-copy .lead { margin-bottom: 26px; color: var(--white); font-size: clamp(20px, 2vw, 27px); line-height: 1.45; }
.about-copy > p:not(.lead) { color: #bfc7c1; line-height: 1.8; }
.values { margin-top: 38px; padding-top: 26px; border-top: 1px solid #5a635d; display: flex; flex-wrap: wrap; gap: 20px 28px; }
.values span { display: flex; align-items: center; gap: 8px; font-size: 12px; font-weight: 700; }
.values svg { width: 16px; color: var(--green); }

.contact-grid { display: grid; grid-template-columns: .9fr 1.1fr; gap: clamp(60px, 10vw, 140px); }
.contact-copy > p:not(.eyebrow) { max-width: 520px; margin: 30px 0 40px; color: var(--muted); font-size: 17px; }
.contact-details { display: flex; flex-direction: column; gap: 18px; }
.contact-details a, .contact-details > div { display: flex; align-items: center; gap: 15px; }
.contact-details svg { width: 19px; color: var(--green-dark); }
.contact-details span { display: flex; flex-direction: column; font-size: 14px; font-weight: 600; overflow-wrap: anywhere; }
.contact-details small { color: var(--muted); font-size: 10px; font-weight: 500; text-transform: uppercase; letter-spacing: .08em; }
.contact-form { padding: clamp(28px, 4vw, 50px); background: var(--white); box-shadow: 0 20px 60px rgba(25,35,28,.08); }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 22px; }
.contact-form label { display: flex; flex-direction: column; gap: 8px; margin-bottom: 20px; color: var(--ink-soft); font-size: 11px; font-weight: 700; text-transform: uppercase; letter-spacing: .08em; }
.contact-form input, .contact-form textarea { width: 100%; padding: 12px 0; color: var(--ink); border: 0; border-bottom: 1px solid #bac1bb; border-radius: 0; outline: 0; background: transparent; text-transform: none; letter-spacing: 0; resize: vertical; transition: border-color .2s; }
.contact-form input:focus, .contact-form textarea:focus { border-color: var(--green-dark); }
.form-submit { width: 100%; margin-top: 8px; }
.form-status { min-height: 24px; margin: 12px 0 0; color: var(--muted); font-size: 12px; text-align: center; }

.site-footer { padding: 52px 0 28px; color: var(--white); background: var(--ink); }
.footer-top { padding-bottom: 40px; display: flex; align-items: center; justify-content: space-between; border-bottom: 1px solid #39413b; }
.brand-light .brand-type b { color: var(--green); }
.footer-top > p { margin: 0; color: #a9b1ab; font-size: 13px; }
.back-top { width: 44px; height: 44px; display: grid; place-items: center; border: 1px solid #505851; }
.back-top svg { width: 18px; }
.footer-bottom { padding-top: 24px; display: flex; justify-content: space-between; color: #7f8981; font-size: 11px; }
.footer-bottom div { display: flex; gap: 30px; }

.reveal { opacity: 0; transform: translateY(22px); transition: opacity .65s ease, transform .65s ease; }
.reveal.is-visible { opacity: 1; transform: none; }
:focus-visible { outline: 3px solid var(--green); outline-offset: 4px; }

@media (max-width: 1040px) {
  .desktop-nav, .header-phone { display: none; }
  .menu-toggle { display: flex; }
  .mobile-nav {
    position: fixed;
    inset: 82px 0 auto;
    padding: 32px var(--pad) 45px;
    display: flex;
    flex-direction: column;
    gap: 0;
    color: var(--ink);
    background: var(--white);
    border-bottom: 1px solid var(--line);
    transform: translateY(-120%);
    opacity: 0;
    pointer-events: none;
    transition: transform .25s, opacity .25s;
  }
  .mobile-nav.open { transform: translateY(0); opacity: 1; pointer-events: auto; }
  .mobile-nav a { padding: 15px 0; border-bottom: 1px solid var(--line); font-family: "Manrope", Arial, sans-serif; font-size: 20px; font-weight: 700; }
  .service-grid { grid-template-columns: repeat(2, 1fr); }
  .service-card:nth-child(3) { border-left: 0; border-top: 1px solid var(--line); }
  .service-card:nth-child(4) { border-top: 1px solid var(--line); }
  .hero-proof { width: 70vw; }
  .approach-grid { gap: 60px; }
  .sector-grid { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 760px) {
  .header-inner { width: calc(100% - 32px); height: 72px; }
  .header-actions .button { display: none; }
  .mobile-nav { top: 72px; }
  .hero { min-height: 720px; height: 100svh; max-height: 850px; }
  .hero-image { object-position: 61% center; }
  .hero-shade { background: linear-gradient(90deg, rgba(9,12,10,.9), rgba(9,12,10,.38)), linear-gradient(0deg, rgba(9,12,10,.8), transparent 62%); }
  .hero-content { padding-top: 144px; }
  .hero-content h1 { font-size: clamp(44px, 13vw, 62px); }
  .hero-copy { max-width: 90%; font-size: 16px; }
  .hero-actions { align-items: flex-start; flex-direction: column; gap: 16px; }
  .hero-proof { left: 0; right: 0; width: 100%; min-height: 88px; grid-template-columns: repeat(2, 1fr); }
  .hero-proof div { padding: 13px var(--pad); border-top: 1px solid var(--line); }
  .hero-proof div:nth-child(3), .hero-proof div:nth-child(4) { display: none; }
  .split-heading, .solutions-inner, .approach-grid, .about-inner, .contact-grid { grid-template-columns: 1fr; }
  .split-heading { gap: 28px; margin-bottom: 45px; }
  .split-heading > p { font-size: 16px; }
  .service-grid { grid-template-columns: 1fr; }
  .service-card { min-height: 325px; border-top: 1px solid var(--line); border-left: 0; }
  .service-card:first-child { border-top: 0; }
  .service-card > svg { margin-top: 40px; }
  .solutions-inner { gap: 55px; }
  .solutions-copy { position: static; }
  .solution-list > div { height: 78px; }
  .approach-visual { margin-right: 14px; }
  .approach-visual img { aspect-ratio: 4/4.8; }
  .image-note { right: -14px; width: 220px; }
  .approach-copy { padding-top: 8px; }
  .sector-grid { grid-template-columns: 1fr; }
  .sector-grid article { min-height: 190px; }
  .about-inner, .contact-grid { gap: 48px; }
  .form-row { grid-template-columns: 1fr; gap: 0; }
  .footer-top { align-items: flex-start; flex-wrap: wrap; gap: 30px; }
  .footer-top > p { order: 3; width: 100%; }
  .footer-bottom { flex-direction: column; gap: 16px; }
}

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