/* Branwox — Figma node 11:2. Design artboard is 1920px wide; sizes are
   clamp()ed off that so the page stays fluid instead of pixel-locked. */

@font-face { font-family: Helix; src: url("assets/fonts/helix-regular.otf") format("opentype"); font-weight: 400; font-style: normal; font-display: swap; }
@font-face { font-family: Helix; src: url("assets/fonts/helix-regular-italic.otf") format("opentype"); font-weight: 400; font-style: italic; font-display: swap; }
@font-face { font-family: Helix; src: url("assets/fonts/helix-medium.otf") format("opentype"); font-weight: 500; font-style: normal; font-display: swap; }
@font-face { font-family: Helix; src: url("assets/fonts/helix-semibold.otf") format("opentype"); font-weight: 600; font-style: normal; font-display: swap; }
@font-face { font-family: Helix; src: url("assets/fonts/helix-bold.otf") format("opentype"); font-weight: 700; font-style: normal; font-display: swap; }

:root {
  --lime:    #a7ff2f;
  --lime-2:  #aaed00;
  --lime-3:  #92eb00;
  --lime-dk: #96cd00;
  --blue:    #2882ff;
  --ink:     #010101;
  --ink-2:   #01040f;
  --panel:   #0b0c0e;
  --white:   #fbfbfb;

  /* Figma runs its content band 82 → 1841 on the 1920 artboard. */
  --shell: 1759px;
  --pad: clamp(20px, 3.5vw, 64px);

  --fs-eyebrow: clamp(14px, 1.61vw, 31px);
  --fs-h1:      clamp(40px, 3.99vw, 76.64px);
  --fs-h2:      clamp(32px, 3.9vw, 75px);
  --fs-lede:    clamp(15px, 1.55vw, 29px);
  --fs-body:    clamp(13px, 0.95vw, 18px);
}

* { box-sizing: border-box; }

/* clip (not hidden) so the promise photo's 50px right-edge bleed can't be scrolled to */
html { overflow-x: clip; }

body {
  margin: 0;
  background: var(--ink);
  color: var(--white);
  font-family: Helix, system-ui, sans-serif;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}

img { max-width: 100%; display: block; }
ul, ol { list-style: none; margin: 0; padding: 0; }
a { color: inherit; text-decoration: none; }
h1, h2, h3, h4, p { margin: 0; }

.lime   { color: var(--lime); }
.lime-2 { color: var(--lime-2); }
.lime-3 { color: var(--lime-3); }
.blue   { color: var(--blue); }

/* Full-bleed section artwork: each of these is a section-sized <img> layered
   under the copy, so left alone it ends on a hard horizontal line against the
   black page. Fade the top and bottom edges into the background instead. */
.hero__bg, .services__bg, .global__map, .cta__bg {
  --fade: clamp(60px, 9vw, 173px);
  -webkit-mask-image: linear-gradient(to bottom, transparent, #000 var(--fade), #000 calc(100% - var(--fade)), transparent);
          mask-image: linear-gradient(to bottom, transparent, #000 var(--fade), #000 calc(100% - var(--fade)), transparent);
}

/* ── shared bits ─────────────────────────────────────── */

.h2 {
  font-size: var(--fs-h2);
  font-weight: 600;
  line-height: 1.08;
  letter-spacing: -0.01em;
}
.h2--center { text-align: center; }

.lede {
  font-size: var(--fs-lede);
  font-weight: 400;
  line-height: 1.32;
  color: var(--white);
}
.lede--center { text-align: center; max-width: 26ch; margin-inline: auto; }

.eyebrow {
  font-size: var(--fs-eyebrow);
  color: var(--lime);
  text-transform: uppercase;
  letter-spacing: 0.02em;
}
/* eyebrow flanked by hairlines, as in the Figma sections */
.eyebrow--rules {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: clamp(12px, 1.6vw, 30px);
}
.eyebrow--rules::before,
.eyebrow--rules::after {
  content: "";
  height: 1px;
  width: clamp(40px, 8.5vw, 163px);
  background: var(--lime-dk);
}

.rule { display: block; height: 2px; width: 78px; border-radius: 2px; }
.rule--lime  { background: var(--lime-2); }
.rule--blue  { background: var(--blue); }
.rule--wide  { width: clamp(120px, 12vw, 230px); background: var(--lime-dk); margin: clamp(18px, 2vw, 34px) auto 0; }

.btn {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  font-size: clamp(14px, 1.12vw, 21px);
  font-weight: 500;
  line-height: 1;
  border-radius: 7px;
  padding: clamp(11px, 0.9vw, 16px) clamp(18px, 1.6vw, 30px);
  transition: transform .18s ease, box-shadow .18s ease, background .18s ease;
}
.btn img { width: 1.4em; }
.btn:hover { transform: translateY(-2px); }

.btn--lime {
  background: var(--lime);
  color: #000;
  font-weight: 600;
  box-shadow: 0 0 8px rgba(167, 255, 47, .9);
}
.btn--lime:hover { box-shadow: 0 0 22px rgba(167, 255, 47, .95); }

.btn--ghost {
  border: 2px solid var(--lime-dk);
  color: var(--lime-2);
  background: transparent;
}
.btn--ghost:hover { background: rgba(146, 235, 0, .1); }

.btn--lg { font-size: clamp(17px, 1.55vw, 30px); padding: clamp(13px, 1.1vw, 21px) clamp(22px, 2vw, 38px); }

.btn--icon { padding-left: clamp(8px, 0.6vw, 11px); font-size: clamp(12px, 0.85vw, 16px); }
.btn__disc {
  display: grid;
  place-items: center;
  width: 2.1em; height: 2.1em;
  border-radius: 50%;
  background: #000;
}
.btn__disc img { width: 1.1em; }

/* ── nav ─────────────────────────────────────────────── */

.nav-wrap {
  position: sticky;
  top: 0;
  z-index: 50;
  /* Figma: bar sits 28px down and 26px in from the 1920 artboard edges */
  padding: clamp(10px, 1.46vw, 28px) clamp(10px, 1.35vw, 26px);
  background: var(--ink);
}
.nav {
  /* Figma: the bar is 1868 wide — wider than the 1560 content shell */
  max-width: 1868px;
  margin-inline: auto;
  display: flex;
  align-items: center;
  gap: clamp(16px, 2vw, 40px);
  border: 2px solid rgba(56, 106, 66, .6);
  border-radius: 21px;
  /* Figma insets: fox icon 33px from the left edge, button 61px from the right */
  padding: clamp(6px, 0.6vw, 10px) clamp(14px, 3.2vw, 61px)
           clamp(6px, 0.6vw, 10px) clamp(12px, 1.72vw, 33px);
  /* Figma: nav bar is 117px tall on the 1920 artboard */
  min-height: clamp(56px, 6.09vw, 117px);
}
.nav__logo { display: flex; align-items: center; gap: clamp(6px, 0.6vw, 12px); }
.nav__logo-icon { width: clamp(44px, 5.2vw, 100px); }
.nav__logo-text { display: flex; flex-direction: column; align-items: center; gap: clamp(3px, 0.3vw, 6px); }
.nav__logo-text img { width: clamp(110px, 12.24vw, 235px); }
.nav__tagline {
  font-size: clamp(6px, 0.47vw, 9px);
  letter-spacing: 0.67em;
  color: #fff;
  white-space: nowrap;
}

.nav__links {
  display: flex;
  align-items: center;
  gap: clamp(16px, 2.34vw, 45px);
  margin-inline: auto;
  font-size: clamp(15px, 1.58vw, 30px);
}
/* underline sits 9px under the label and is ~80% of its width, not full-bleed */
.nav__links a { position: relative; padding-bottom: clamp(5px, 0.573vw, 11px); }
.nav__links a:hover { color: var(--lime); }
.nav__links a.is-active::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  width: 80%;
  height: 2px;
  border-radius: 2px;
  background: var(--lime);
}

/* Figma button: 209.8 × 66, Roboto SemiBold 27.2 with a 19.9px arrow */
.nav__cta {
  flex: none;
  font-size: clamp(15px, 1.42vw, 27px);
  padding: clamp(10px, 1vw, 19px) clamp(16px, 1.55vw, 30px);
  gap: clamp(4px, 0.4vw, 8px);
}
.nav__cta img { width: .73em; }

/* ── hero ────────────────────────────────────────────── */

.hero {
  position: relative;
  padding: clamp(24px, 3.18vw, 61px) var(--pad) clamp(30px, 3.02vw, 58px);
  overflow: hidden;
}
.hero__bg {
  position: absolute;
  inset: 0;
  width: 100%; height: 100%;
  object-fit: cover;
  opacity: .7;
  pointer-events: none;
}
.hero__grid {
  position: relative;
  /* Figma runs the hero wider than the rest of the page: 128 → 1841 on 1920. */
  max-width: 1713px;
  margin-inline: auto;
  display: grid;
  grid-template-columns: minmax(0, 698fr) minmax(0, 976fr);
  gap: clamp(16px, 2.03vw, 39px);
  align-items: end;
}

/* badge + card column; bottom-aligned with the visual as in Figma */
.hero__left {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-self: end;
}
.hero__badge {
  display: inline-flex;
  align-items: center;
  align-self: flex-start;
  gap: clamp(10px, 1.1vw, 21px);
  margin-left: clamp(8px, 0.83vw, 16px);
  margin-bottom: clamp(10px, 1.15vw, 22px);
  padding: clamp(8px, 0.8vw, 15px) clamp(14px, 1.5vw, 29px);
  border: 1.52px solid rgba(56, 106, 66, .6);
  border-radius: 76px;
  box-shadow: 0 0 30px 5px #224028;
  font-size: clamp(14px, 1.44vw, 27.65px);
  color: var(--white);
}
.hero__dot {
  width: clamp(12px, 1.23vw, 23.6px);
  height: clamp(12px, 1.23vw, 23.6px);
  border-radius: 50%;
  background: var(--lime);
  box-shadow: 0 0 12px 3px rgba(167, 255, 47, .7);
}

.hero__card {
  position: relative;
  /* Figma anchors the headline 219px down the card (1920 artboard) rather than
     centring it — that's what reserves the space the watermark sits in. */
  padding: clamp(105px, 11.4vw, 219px) clamp(28px, 3.7vw, 71px) clamp(24px, 2.86vw, 55px);
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  isolation: isolate;
  min-height: clamp(390px, 33.95vw, 652px);
}
/* exact Figma silhouette: rounded panel with a cut top-right corner. A
   background can't paint outside its box, so the shape sits on a pseudo-element
   grown by the SVG's drop-shadow bleed (6.08/14.18px around a 751.59×701.96
   path) — otherwise the shadow is clipped away entirely. */
.hero__card::before {
  content: "";
  position: absolute;
  z-index: -1;
  inset: -.866% -1.887% -2.02% -.809%;
  background: url("assets/hero-card-shape.svg") 0 0 / 100% 100% no-repeat;
}
.hero__since,
.hero__year {
  position: absolute;
  font-weight: 600;
  color: rgba(0, 0, 0, .3);
  pointer-events: none;
  user-select: none;
}
/* Figma places the watermark inside the card, not at its corner:
   "1998" at 104/72 and "Since" at 68/101 on the 1920 artboard. */
.hero__since {
  left: clamp(25px, 3.54vw, 68px);
  top: clamp(36px, 5.26vw, 101px);
  font-size: clamp(17px, 1.86vw, 36px);
  writing-mode: vertical-rl;
  transform: rotate(180deg);
}
.hero__year {
  left: clamp(38px, 5.42vw, 104px);
  top: clamp(26px, 3.75vw, 72px);
  font-size: clamp(56px, 6.19vw, 118.89px);
}
.hero__title {
  position: relative;
  font-size: var(--fs-h1);
  font-weight: 700;
  line-height: 1.21;
}
.hero__lede {
  font-size: clamp(15px, 1.395vw, 26.78px);
  line-height: 1.21;
  margin-top: clamp(16px, 2.08vw, 40px);
  max-width: clamp(240px, 26.69vw, 512px);
}
/* Figma's button is 46.9px tall and its arrow 24px wide at a 19.6px label. */
.hero__card .btn { margin-top: clamp(20px, 2.08vw, 40px); align-self: flex-start; padding-block: clamp(8px, 0.61vw, 11.7px); font-size: clamp(13px, 1.02vw, 19.58px); }
.hero__card .btn img { width: 1.12em; }

.hero__visual {
  position: relative;
  border-radius: clamp(24px, 3.3vw, 63.34px);
  overflow: hidden;
  background: var(--panel);
  min-height: clamp(420px, 37.71vw, 724px);
}
/* Figma sizes the render 1049.77×840.12 inside the 976×724 panel at (-12,-58):
   vertically centred, nudged right of centre. Same aspect as the source file,
   so the percentages crop exactly like the design. */
.hero__visual-img {
  position: absolute;
  left: -1.23%;
  top: -8.01%;
  width: 107.56%;
  height: 116.04%;
  max-width: none;
  object-fit: cover;
}
.hero__visual-copy {
  position: relative;
  padding: clamp(18px, 2.5vw, 48px) clamp(22px, 3.59vw, 69px);
}
.hero__visual-title {
  font-size: clamp(24px, 3.01vw, 57.81px);
  font-weight: 500;
  line-height: 1.21;
}
.hero__visual-sub {
  font-size: clamp(13px, 1.41vw, 27.16px);
  margin-top: clamp(10px, 0.885vw, 17px);
}
.hero__visual-copy .rule { margin-top: clamp(8px, 0.9vw, 17px); }

/* ── our promise ─────────────────────────────────────── */

/* Full-bleed in Figma: the portrait is flush to the section's top-left corner
   (0,0 → 530.67×796) and the office photo runs 50px off the right edge. */
.promise {
  padding: 0 0 clamp(8px, 0.99vw, 19px);
}
.promise__top {
  display: grid;
  grid-template-columns: 27.64% minmax(0, 1fr) 48%;
  align-items: start;
  gap: 0;
}
.promise__img { border-radius: clamp(14px, 1.6vw, 30px); object-fit: cover; width: 100%; }
.promise__img--l { aspect-ratio: 530.67 / 796; object-position: top center; }
.promise__img--r { aspect-ratio: 972 / 531; width: 50.63vw; max-width: none; margin-top: 6.11vw; }

/* copy block: x 494.6 (36px back into the portrait column), y 69, width 725 */
/* Figma stacks the copy above the right-hand photo; both overlap by design, and
   the photo is opaque, so it has to be lifted out of the image's paint order. */
.promise__copy { width: 37.8vw; margin: 3.59vw 0 0 -1.88vw; position: relative; z-index: 1; }
.promise__copy .h2 { margin-top: clamp(12px, 1.29vw, 25px); line-height: 1.21; letter-spacing: normal; }
.promise__copy .lede { margin-top: clamp(8px, 0.81vw, 16px); line-height: 1.21; max-width: 20.7em; }
/* Figma 47:331 sets this eyebrow at 28.09px, below the shared --fs-eyebrow token */
.promise__copy .eyebrow { font-size: clamp(13px, 1.464vw, 28.1px); }
.promise__copy .eyebrow--rules { justify-content: flex-start; gap: clamp(8px, 0.78vw, 15px); }
.promise__copy .eyebrow--rules::before,
.promise__copy .eyebrow--rules::after { width: clamp(24px, 2.73vw, 52px); }
.promise__accent { color: var(--lime-dk); }

/* footer strip sits x 301 → 1842 and rides up over the portrait's tail */
.pillars {
  display: grid;
  /* Figma's dividers sit at x 670.39 / 1075.56 / 1490.57 in the 301→1842 strip */
  grid-template-columns: 23.97% 26.29% 26.93% 22.81%;
  /* stretch (default): every cell takes the tallest height, so the centred icons and
     dividers stay on one line even when a pillar wraps an extra line at mid widths */
  margin: -6.69vw 4.06% 0 15.68%;
}
.pillar {
  position: relative;
  display: flex;
  align-items: center;
  gap: clamp(14px, 2.1vw, 40px);
  padding-right: clamp(10px, 1.4vw, 28px);
}
/* copy keeps the shared title baseline while the cell stretches */
.pillar > div { align-self: start; }
/* ~49px between each divider and the next pillar's icon in Figma */
.pillar:not(:first-child) { padding-left: clamp(26px, 2.56vw, 49px); }
/* divider is a short centred hairline, not a full-height column rule */
.pillar::after {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 1px;
  height: clamp(60px, 4.89vw, 94px);
  background: rgba(255, 255, 255, .16);
}
.pillar:last-child::after { content: none; }
/* no divider after the last pillar, so no clearance needed — lets
   "Data-driven growth" hold one line as in Figma */
.pillar:last-child { padding-right: 0; }

.pillar__icon {
  flex: none;
  display: grid;
  place-items: center;
  width: clamp(46px, 4.61vw, 89px);
  aspect-ratio: 88.547 / 84.075;
  border: 1.8px solid rgba(150, 205, 0, .33);
  border-radius: clamp(6px, 0.56vw, 11px);
}
.pillar__icon img { width: 54%; }
.pillar__icon--code { color: var(--lime); font-size: clamp(19px, 1.85vw, 36px); font-weight: 600; }

.pillar__title { font-size: clamp(16px, 1.48vw, 28px); font-weight: 600; line-height: 1.19; }
/* 42px lime rule between each pillar title and its description */
.pillar__title::after {
  content: "";
  display: block;
  width: clamp(24px, 2.21vw, 42px);
  height: 1.8px;
  margin-top: clamp(6px, 0.76vw, 15px);
  background: var(--lime);
}
.pillar__text  { font-size: var(--fs-body); line-height: 1.23; margin-top: clamp(5px, 0.55vw, 11px); max-width: 10.7em; }

/* the bleed/overlap geometry above only holds on the 4-across desktop layout */
@media (max-width: 1100px) {
  .promise { padding: clamp(48px, 5vw, 90px) var(--pad); }
  .promise__top { align-items: center; gap: clamp(16px, 2.4vw, 46px); }
  .promise__img--r { width: 100%; margin-top: 0; }
  .promise__copy { width: auto; margin: 0; }
  .pillars { grid-template-columns: repeat(4, minmax(0, 1fr)); margin: clamp(34px, 4vw, 74px) 0 0; }
  .pillar:not(:first-child) { padding-left: 0; }
  .pillar::after { content: none; }
}

/* ── services ────────────────────────────────────────── */

.services {
  position: relative;
  padding: clamp(28px, 2.76vw, 53px) var(--pad);
  overflow: hidden;
  background: #030403;
}
.services__bg {
  position: absolute;
  inset: 0;
  width: 100%; height: 100%;
  object-fit: cover;
  pointer-events: none;
}
.services__inner { position: relative; max-width: var(--shell); margin-inline: auto; }
/* Figma sets this headline at 83px / 100px line, Inter Bold — not the shared 75px/600 token. */
.services__inner .h2 { margin-top: clamp(14px, 1.5vw, 28px); font-size: clamp(32px, 4.32vw, 83px); font-weight: 700; line-height: 1.2; }
/* Figma wraps the lede after "brand," — 797px box, 32px type on the artboard */
.services__inner .lede { margin-top: clamp(14px, 1.5vw, 26px); font-size: clamp(15px, 1.67vw, 32px); max-width: clamp(280px, 41.5vw, 797px); }

.cards {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: clamp(14px, 2.81vw, 54px);
  margin-top: clamp(30px, 3.54vw, 68px);
}
.card {
  position: relative;
  border-radius: clamp(12px, 1.1vw, 21px);
  /* Figma: image is flush to the card top; 44px side / 29px bottom on a 398.63 card */
  padding: 0 11.03% clamp(16px, 1.51vw, 29px);
  overflow: hidden;
  display: flex;
  flex-direction: column;
  /* green→blue gradient stroke, as drawn in Figma (vertical on cards 1-2) */
  border: clamp(1px, 0.09vw, 1.76px) solid transparent;
  background:
    linear-gradient(var(--ink-2), var(--ink-2)) padding-box,
    linear-gradient(180deg, #33ff00 0%, #2b40f0 100%) border-box;
}
/* cards 3-4 run the same stroke left→right */
.card--gx {
  background:
    linear-gradient(var(--ink-2), var(--ink-2)) padding-box,
    linear-gradient(90deg, #33ff00 0%, #2b40f0 100%) border-box;
}

.card__num {
  position: absolute;
  top: clamp(6px, 0.52vw, 10px);
  right: clamp(12px, 1.3vw, 25px);
  font-size: clamp(22px, 2.38vw, 46px);
  font-weight: 400;
  letter-spacing: -0.02em;
  color: var(--lime-3);
}
.card__num--blue { color: #2167c6; }

/* 246px square, flush to the card top, centred in the 307px content box.
   Figma: image frame ends at y246, title cap-line at y300 → ~50px below it. */
.card__img {
  width: 80.1%;
  aspect-ratio: 1;
  object-fit: cover;
  margin: 0 auto clamp(20px, 2.6vw, 50px);
}
.card__title {
  font-size: clamp(15px, 1.5vw, 29px);
  font-weight: 600;
  line-height: 1.2;
  /* Figma gives the title a 339px box — wider than the 307px text column, so
     "Performance Marketing" stays on one line */
  margin-inline-end: -9.6%;
  color: var(--white);
  opacity: .87;
}
.card .rule { margin-top: clamp(12px, 1.09vw, 21px); width: clamp(34px, 3.09vw, 59px); height: 3px; }
.card .rule--lime { background: var(--lime-3); }
.card__text {
  font-size: clamp(13px, 1.18vw, 23px);
  line-height: 1.17;
  margin-top: clamp(11px, 1.15vw, 22px);
  opacity: .87;
}
/* Figma gives card 1's description a 335px box (wider than the 307px column),
   so "engage users and drive results" holds one line — cards 2-4 stay narrower */
.cards .card:first-child .card__text { margin-inline-end: -8.9%; }

/* ── process ─────────────────────────────────────────── */

.process {
  /* Figma 38:233 — outlined number 83.5px, disc 177px, both on the 1920 artboard */
  --num-fs: clamp(34px, 4.35vw, 83px);
  --num-lh: 1.21;
  --disc: clamp(96px, 9.22vw, 177px);
  --dot: clamp(8px, 0.92vw, 18px);
  --hair: clamp(1px, 0.1vw, 2px);
  /* distance from the top of a step to the centre of its disc */
  --mid: calc(var(--num-fs) * var(--num-lh) + var(--disc) / 2);
  padding: clamp(28px, 2.5vw, 48px) var(--pad) clamp(10px, 0.9vw, 17px);
  /* padding sits inside this box, so add it back to land on the shell band */
  max-width: calc(var(--shell) + var(--pad) * 2);
  margin-inline: auto;
}
/* Figma sets this headline at 83px / 100px line, Inter Bold — not the shared 75px/600 token. */
.process .h2   { margin-top: clamp(10px, 0.9vw, 17px); font-size: clamp(32px, 4.32vw, 83px); line-height: 1.2; font-weight: 700; }
/* Figma 47:203 tints this one "Strategy" #b3e505, not the shared --lime-2 token */
.process .h2 .lime-2 { color: #b3e505; }
.process .lede { margin-top: clamp(12px, 1.2vw, 23px); max-width: clamp(300px, 52.4vw, 1006px); font-size: clamp(15px, 1.68vw, 32px); }

.steps {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: clamp(14px, 1.6vw, 30px);
  margin-top: clamp(10px, 0.82vw, 16px);
  text-align: center;
}
.step { position: relative; }
.step--lime { --line: var(--lime-3); --glow: var(--lime); --accent: var(--lime); }
.step--blue { --line: var(--blue);   --glow: #5fd9d0;    --accent: #126beb; }

.step__num {
  display: block;
  font-size: var(--num-fs);
  line-height: var(--num-lh);
  font-weight: 400;
  letter-spacing: -0.02em;
  color: transparent;
  -webkit-text-stroke: clamp(1px, 0.125vw, 2.4px) var(--line);
}

.step__disc {
  display: grid;
  place-items: center;
  width: var(--disc);
  aspect-ratio: 1;
  margin: 0 auto;
  border: var(--hair) solid var(--line);
  border-radius: 50%;
  background: var(--ink);
}
.step__disc img { width: 46%; }

/* connector between the discs — sits on the disc centre line */
.step:not(.step--last)::after {
  content: "";
  position: absolute;
  top: calc(var(--mid) - var(--hair) / 2);
  left: calc(50% + clamp(60px, 6.16vw, 118px));
  right: calc(-50% + clamp(52px, 5.27vw, 101px));
  height: var(--hair);
  background: var(--line);
}
.step:not(.step--last)::before {
  content: "";
  position: absolute;
  z-index: 1;
  top: calc(var(--mid) - var(--dot) / 2);
  right: calc(-50% + clamp(52px, 5.27vw, 101px));
  width: var(--dot); height: var(--dot);
  border-radius: 50%;
  background: var(--glow);
  box-shadow: 0 0 8px var(--glow);
}

.step__title { font-size: clamp(20px, 2.09vw, 40px); font-weight: 600; line-height: 1.21; margin-top: clamp(20px, 3.07vw, 59px); }
.step__title span { color: var(--accent); }
/* short rule under each step title (Figma 38:236–239) */
.step__title::after {
  content: "";
  display: block;
  width: clamp(30px, 3.11vw, 60px);
  height: clamp(2px, 0.16vw, 3px);
  margin: clamp(5px, 0.5vw, 9px) auto 0;
  background: var(--accent);
}
.step__text  { font-size: clamp(13px, 1.19vw, 23px); line-height: 1.21; margin-top: clamp(8px, 0.77vw, 15px); max-width: clamp(220px, 18.8vw, 361px); margin-inline: auto; }
/* Figma gives the Launch description a wider 431px box → 3-line wrap */
.step--last .step__text { max-width: clamp(240px, 22.45vw, 431px); }

/* ── global reach ────────────────────────────────────── */

/* Figma 38:196 — the map is a full-bleed backdrop (1920x931 crop of a
   1920x1058 image); headline and footer strip are layered over it. */
.global {
  position: relative;
  aspect-ratio: 1920 / 931;
}
.global__map {
  position: absolute;
  z-index: 0;   /* backdrop — the headline and strip layer over it */
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top center;
}
.global__title {
  position: absolute;
  z-index: 1;
  top: 4.4%;
  left: 0;
  right: 0;
  text-align: center;
  font-size: clamp(20px, 2.22vw, 43px);
  font-weight: 400;
  line-height: 1.33;
  letter-spacing: .15em;
  text-transform: uppercase;
}
.global__title .lime {
  font-size: clamp(25px, 2.75vw, 53px);
  font-weight: 500;
  letter-spacing: normal;
}

.reach {
  position: absolute;
  z-index: 1;   /* over the map, same as the headline */
  top: 82.1%;
  bottom: 2.3%;
  left: 2.49%;
  right: 2.02%;
  display: grid;
  /* cell widths from Figma divider x-positions 47.86|400|803.35|1187.37|1544.03|1881.33 */
  grid-template-columns: 352fr 403fr 384fr 357fr 337fr;
  border: clamp(1px, .09vw, 1.7px) solid rgba(255, 255, 255, .16);
  border-radius: clamp(5px, .52vw, 10px);
}
.reach__item {
  position: relative;
  display: flex;
  align-items: center;
  gap: clamp(8px, 0.9vw, 17px);
  /* left inset only: Figma gives the label the full remaining cell width
     (265.5px box), so a right inset would wrap STRATEGIC CONNECTIONS */
  padding-left: clamp(12px, 1.53vw, 29px);
}
/* dividers are half-height hairlines, not full-height cell borders */
.reach__item + .reach__item::before {
  content: "";
  position: absolute;
  left: 0;
  top: 25%;
  height: 50%;
  border-left: 1px solid rgba(255, 255, 255, .16);
}
.reach__item img {
  flex: none;
  height: auto;
  width: clamp(calc(var(--iw) * 0.55px), calc(var(--iw) * 0.0521vw), calc(var(--iw) * 1px));
}
.reach__label { font-size: clamp(11px, 1.05vw, 20px); font-weight: 400; letter-spacing: normal; text-transform: uppercase; white-space: nowrap; }
.reach__sub   { font-size: clamp(10px, 0.96vw, 18px); margin-top: clamp(3px, .42vw, 8px); }

/* below the desktop breakpoint the overlay layout stops fitting — go back to flow */
@media (max-width: 1100px) {
  .global { aspect-ratio: auto; padding: clamp(36px, 5vw, 60px) var(--pad); }
  .global__map { position: static; width: 100%; height: auto; margin-block: clamp(16px, 3vw, 30px); }
  .global__title, .reach { position: static; }
  .reach__item { padding-block: clamp(12px, 2vw, 20px); }
  .reach__item + .reach__item::before { display: none; }
}

/* ── team ────────────────────────────────────────────── */

/* Vertical rhythm is pinned to Figma 38:88: eyebrow at y=52, headline 121,
   description 216, rule 324, panel row 342-750, values 779, section end 952. */
.team {
  padding: clamp(28px, 2.71vw, 52px) var(--pad) clamp(20px, 1.79vw, 34px);
  /* padding sits inside this box, so add it back to land on the shell band */
  max-width: calc(var(--shell) + var(--pad) * 2);
  margin-inline: auto;
}
.team .h2 { margin-top: clamp(18px, 1.82vw, 35px); text-transform: uppercase; font-weight: 700; font-size: clamp(28px, 2.95vw, 57px); }
.team .lede { margin-top: clamp(10px, 0.73vw, 14px); max-width: clamp(300px, 46.77vw, 898px); }

.team__grid {
  display: grid;
  /* 366 / 1360 of the 1759 band, so the panel starts at x=489 like Figma */
  grid-template-columns: minmax(0, 21.3fr) minmax(0, 78.7fr);
  gap: clamp(18px, 2.2vw, 42px);
  align-items: center;
  margin-top: clamp(10px, 0.7vw, 13px);
}
.team__intro-icon { width: clamp(48px, 5.1vw, 98px); }
.team__intro-title {
  font-size: clamp(19px, 1.85vw, 36px);
  font-weight: 700;
  line-height: 1.15;
  text-transform: uppercase;
  margin-top: clamp(10px, 1vw, 20px);
}
.team__intro-big { font-size: clamp(40px, 4.34vw, 83px); font-weight: 700; line-height: 1; }
.team__intro-text { font-size: clamp(12px, 1.02vw, 20px); line-height: 1.4; margin-top: clamp(10px, 1.1vw, 21px); }
.team__intro .btn { margin-top: clamp(14px, 1.5vw, 28px); text-transform: uppercase; }

/* Chairman panel — Figma 38:145/38:150. The photo fills the left ~54% and is
   cut by a diagonal running from 46.5% at the top to 53.9% at the bottom;
   the lime edge is the same diagonal drawn as a thin band. */
.chairman {
  position: relative;
  margin: 0;              /* <figure> carries a 1em/40px UA margin */
  aspect-ratio: 1360 / 391;
  border: 1.4px solid rgba(51, 255, 0, .57);
  border-radius: clamp(8px, 0.85vw, 16px);
  overflow: hidden;
  background: var(--ink);
}
.chairman__photo {
  position: absolute;
  inset: 0 auto 0 0;
  width: 53.9%;
  height: 100%;
  object-fit: cover;
  object-position: left top;
  clip-path: polygon(0 0, 86.3% 0, 100% 100%, 0 100%);
}
.chairman__edge {
  position: absolute;
  inset: 0;
  background: var(--lime-3);
  clip-path: polygon(46.4% 0, 46.65% 0, 54.05% 100%, 53.8% 100%);
  filter: drop-shadow(0 0 6px rgba(146, 235, 0, .5));
}
.chairman__text {
  position: absolute;
  left: 56.4%;
  top: 13%;
  display: flex;
  flex-direction: column;
  gap: clamp(3px, 0.45vw, 9px);
  text-transform: uppercase;
}
.chairman__kicker { font-size: clamp(12px, 1.5vw, 29px); line-height: 1; }
.chairman__title  { font-size: clamp(17px, 2.25vw, 43px); font-weight: 700; line-height: 1; }
.chairman__quote {
  position: absolute;
  left: 56.8%;
  top: 46%;
  margin: 0;
  display: flex;
  gap: clamp(18px, 2.19vw, 42px);
  font-style: italic;
  color: var(--white);
}
.chairman__quote-icon { width: clamp(36px, 3.85vw, 74px); align-self: flex-start; }
/* Figma 47:105 — a hairline rail down the left of the quote, capped by a short
   lime rule above the paragraph and another below it. */
.chairman__quote-body {
  border-left: 1px solid rgba(255, 255, 255, .9);
  padding: clamp(8px, 0.89vw, 17px) 0 0 clamp(12px, 1.3vw, 25px);
}
.chairman__quote p { font-size: clamp(12px, 1.14vw, 22px); line-height: 1.5; position: relative; }
.chairman__quote p::before,
.chairman__quote p::after {
  content: "";
  position: absolute;
  left: 0;
  width: clamp(28px, 3.02vw, 58px);
  height: 1px;
  background: var(--lime-2);
}
.chairman__quote p::before { bottom: 100%; margin-bottom: clamp(13px, 1.35vw, 26px); }
.chairman__quote p::after  { top: 100%;    margin-top:    clamp(5px, 0.52vw, 10px); }
.chairman__quote footer { font-size: clamp(10px, 0.93vw, 18px); margin-top: clamp(10px, 1.25vw, 24px); }

/* Below tablet the diagonal stops reading — stack photo over text instead. */
@media (max-width: 720px) {
  .chairman { aspect-ratio: auto; }
  .chairman__photo {
    position: static;
    width: 100%;
    height: auto;
    aspect-ratio: 16 / 9;
    clip-path: none;
  }
  .chairman__edge { display: none; }
  .chairman__text {
    position: static;
    padding: clamp(14px, 4vw, 24px);
    border-top: 1.4px solid rgba(51, 255, 0, .57);
  }
}

.values {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr)) minmax(0, 0.9fr);
  align-items: center;
  border-radius: clamp(10px, 0.9vw, 17px);
  background: transparent;
  border: 1.6px solid rgba(255, 255, 255, .16);
  margin-top: clamp(16px, 1.51vw, 29px);
}
.value {
  display: flex;
  align-items: center;
  gap: clamp(9px, 0.9vw, 17px);
  padding: clamp(14px, 1.35vw, 26px) clamp(12px, 1.25vw, 24px);
  border-right: 1px solid rgba(255, 255, 255, .16);
}
.value:last-child { border-right: 0; }
.value img { width: clamp(26px, 2.2vw, 42px); flex: none; }
.value__label { font-size: clamp(11px, 0.92vw, 18px); font-weight: 600; letter-spacing: .04em; text-transform: uppercase; }
.value__text  { font-size: clamp(10px, 0.78vw, 15px); line-height: 1.35; margin-top: 5px; }
.value--logo { justify-content: center; flex-direction: column; gap: 0; }
.value--logo img { width: clamp(90px, 11.5vw, 221px); }
.value__tagline {
  font-size: clamp(7px, 0.55vw, 10.5px);
  letter-spacing: 0.67em;
  text-indent: 0.67em;
  text-transform: uppercase;
  text-align: center;
  color: var(--white);
  margin-top: clamp(4px, 0.5vw, 10px);
}

/* ── cta ─────────────────────────────────────────────── */

.cta {
  position: relative;
  padding: clamp(36px, 3.7vw, 71px) var(--pad) clamp(20px, 2vw, 38px);
  overflow: hidden;
}
.cta__bg {
  position: absolute;
  inset: 0;
  width: 100%; height: 100%;
  object-fit: cover;
  pointer-events: none;
}
.cta__inner {
  position: relative;
  max-width: var(--shell);
  margin-inline: auto;
  text-align: center;
}
/* this section runs a notch bigger than the shared type scale (Figma 38:59) */
.cta__inner .eyebrow { font-size: clamp(15px, 1.61vw, 31px); }
.cta__inner .h2 {
  margin-top: clamp(14px, 1.5vw, 28px);
  font-size: clamp(34px, 4.32vw, 83px);
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: 0;
}
.cta__inner .lede {
  margin-top: clamp(7px, 0.7vw, 14px);
  font-size: clamp(16px, 1.67vw, 32px);
  line-height: 1.21;
  max-width: clamp(300px, 43.65vw, 838px);
}
/* CTA button is the flatter lime-3 fill with no glow (Figma 38:85) */
.cta__inner .btn--lg {
  margin-top: clamp(18px, 2vw, 38px);
  gap: clamp(10px, 1.15vw, 22px);
  padding: clamp(11px, 1.08vw, 21px) clamp(26px, 2.7vw, 52px);
  font-size: clamp(18px, 1.96vw, 38px);
  background: var(--lime-3);
  border-radius: 6px;
  box-shadow: none;
}
.cta__inner .btn--lg:hover { box-shadow: 0 0 18px rgba(146, 235, 0, .5); }
.cta__inner .btn--lg img { width: 0.98em; }

.stats {
  position: relative;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  border: 2px solid rgba(255, 255, 255, .16);
  border-radius: clamp(8px, 0.63vw, 12px);
  background: #000;
  /* Figma panel is 1598 of 1920, narrower than --shell — don't inherit the shell */
  width: min(100%, clamp(300px, 83.23vw, 1598px));
  margin: clamp(28px, 3.09vw, 59px) auto 0;
}
/* stray hairline poking above the first divider, as drawn in Figma (38:66) */
.stats::before {
  content: "";
  position: absolute;
  left: 25%;
  bottom: 100%;
  width: 1px;
  height: clamp(18px, 1.98vw, 38px);
  background: rgba(255, 255, 255, .16);
}
.stat {
  position: relative;
  padding: clamp(16px, 1.67vw, 32px) clamp(12px, 1.25vw, 24px) clamp(24px, 2.6vw, 50px);
}
/* dividers are short centred hairlines, not full-height cell edges */
.stat + .stat::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  width: 1px;
  height: clamp(70px, 6.82vw, 131px);
  transform: translateY(-50%);
  background: rgba(255, 255, 255, .16);
}
.stat__num   { font-size: clamp(26px, 2.64vw, 51px); font-weight: 700; line-height: 1.21; }
.stat__label { font-size: clamp(13px, 1.35vw, 26px); font-weight: 400; letter-spacing: .03em; text-transform: uppercase; line-height: 1.21; margin-top: clamp(6px, 0.6vw, 12px); }
.stat__sub   { font-size: clamp(13px, 1.15vw, 22px); line-height: 1.21; margin-top: clamp(9px, 0.92vw, 18px); }

/* the stacked layout in the shared responsive block uses row borders instead */
@media (max-width: 1100px) {
  .stats::before,
  .stat + .stat::before { display: none; }
}

/* ── footer ──────────────────────────────────────────── */

.footer {
  padding: clamp(40px, 5.16vw, 99px) var(--pad) clamp(28px, 3.02vw, 58px);
  /* blue light-trails art (Figma 47:246), 1203px wide anchored right/bottom at 1920 */
  background: var(--ink) url("assets/footer-bg.png") no-repeat right bottom / clamp(400px, 62.66vw, 1203px) auto;
}
/* Figma cols sit at x=82 / 592 / 881 / 1170 / 1459 — brand track 475.5, link
   tracks 254.5, 34.5 gutter (1631.5 total). Tracks are sized off the artboard
   rather than fr so they land on those exact x's; the shell's extra width
   trails on the right, mirroring Figma's asymmetric 82/206 side margins. */
.footer__grid {
  max-width: var(--shell);
  margin-inline: auto;
  display: grid;
  grid-template-columns:
    minmax(0, clamp(240px, 24.77vw, 475.5px))
    repeat(4, minmax(0, clamp(130px, 13.25vw, 254.5px)));
  gap: clamp(16px, 1.8vw, 34.5px);
}
.footer__logo { width: clamp(140px, 16.05vw, 308px); }
.footer__since {
  display: flex;
  align-items: center;
  gap: clamp(8px, 0.83vw, 16px);
  margin-top: clamp(18px, 2.14vw, 41px);
  font-size: clamp(11px, 1.01vw, 19px);
  text-transform: uppercase;
}
.footer__since span { letter-spacing: .67em; margin-right: -.67em; }
.footer__since::before,
.footer__since::after { content: ""; height: 1px; flex: none; width: clamp(22px, 2.29vw, 44px); background: #b3e505; }
.footer__tag { font-size: clamp(13px, 1.25vw, 24px); line-height: 1.22; margin-top: clamp(10px, 1.04vw, 20px); }
.footer__tag-lime { color: #95d000; }
/* Figma "Line 244" — hairline above the CTA, same 292px width as the pill. */
.footer__tag::after {
  content: "";
  display: block;
  width: clamp(150px, 15.2vw, 292px);
  height: 1px;
  background: #b3e505;
  margin-top: clamp(11px, 1.09vw, 21px);
}

/* CTA pill: 292x43 rounded-6 lime rect with a 34x35 rounded-6 black disc, no glow. */
.footer__brand .btn {
  margin-top: clamp(13px, 1.3vw, 25px);
  background: var(--lime-2);
  box-shadow: none;
  border-radius: 6px;
  font-size: clamp(10px, 0.79vw, 15px);
  font-weight: 700;
  gap: clamp(7px, 0.73vw, 14px);
  height: clamp(28px, 2.24vw, 43px);
  padding: 0 clamp(12px, 1.15vw, 22px) 0 clamp(4px, 0.31vw, 6px);
}
.footer__brand .btn:hover { box-shadow: none; }
.footer__brand .btn__disc {
  border-radius: 6px;
  width: clamp(18px, 1.77vw, 34px);
  height: clamp(18px, 1.82vw, 35px);
}
.footer__brand .btn__disc img { width: clamp(11px, 0.99vw, 19px); }

.footer__head {
  font-size: clamp(14px, 1.22vw, 23px);
  font-weight: 500;
  line-height: 1.2;
  letter-spacing: 0;
  text-transform: uppercase;
  color: var(--lime-2);
}
/* short lime rule under every column title (Figma "Line 245"/"Line 246") */
.footer__head::after {
  content: "";
  display: block;
  width: clamp(22px, 2.29vw, 44px);
  height: 1px;
  background: #b3e505;
  margin-top: clamp(9px, 0.99vw, 19px);
}
.footer__head--follow { margin-top: clamp(20px, 2.03vw, 39px); text-transform: none; }
.footer__col ul { margin-top: clamp(14px, 1.41vw, 27px); display: grid; gap: clamp(11px, 1.2vw, 23px); }
.footer__col a { font-size: clamp(12px, 0.92vw, 17.6px); line-height: 1.19; }
.footer__col a:hover { color: var(--lime); }

.contacts li { display: flex; align-items: center; gap: clamp(12px, 1.3vw, 25px); }
.contacts img { width: clamp(18px, 1.56vw, 30px); flex: none; }

.socials { display: flex !important; gap: clamp(14px, 2.24vw, 43px); margin-top: clamp(9px, 0.94vw, 18px) !important; }
.socials img { width: clamp(20px, 1.77vw, 34px); }
.socials a:hover { opacity: .8; }

/* ── responsive ──────────────────────────────────────── */

@media (max-width: 1100px) {
  .hero__grid,
  .promise__top,
  .team__grid { grid-template-columns: 1fr; }

  /* watermark is sized in vw, so keep a top padding that always clears it */
  .hero__card { min-height: 0; padding-block: clamp(120px, 15vw, 190px) 40px; }
  .hero__visual { min-height: 340px; }
  .hero__visual-copy { max-width: none; }
  .promise__img--l { aspect-ratio: 16 / 9; object-position: center; }

  .cards, .steps { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .pillars, .reach, .values, .stats, .footer__grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }

  .pillar, .reach__item, .value, .stat { border-right: 0; border-bottom: 1px solid rgba(255, 255, 255, .16); }
  .pillar:first-child { padding-left: clamp(10px, 1.4vw, 28px); }
  .values, .reach { border: 1px solid rgba(255, 255, 255, .16); }
  .value--logo { grid-column: 1 / -1; border-bottom: 0; }

  /* connectors only make sense on the 4-across layout */
  .step::after, .step::before { display: none; }

  :root {
    --fs-h1:   clamp(38px, 6.6vw, 64px);
    --fs-h2:   clamp(30px, 5.4vw, 54px);
    --fs-lede: clamp(15px, 2.1vw, 22px);
    --fs-body: clamp(13px, 1.6vw, 16px);
    --fs-eyebrow: clamp(14px, 2vw, 20px);
  }
  .lede--center, .cta__inner .lede, .services__inner .lede, .process .lede, .team .lede { max-width: 46ch; }
}

/* No mobile nav was designed in Figma — wrap the links onto their own row
   rather than hiding them behind a menu that doesn't exist in the design. */
@media (max-width: 900px) {
  .nav { flex-wrap: wrap; justify-content: space-between; row-gap: 12px; }
  .nav__links { order: 3; width: 100%; margin-inline: 0; justify-content: space-between; flex-wrap: wrap; }
}

@media (max-width: 640px) {
  .cards, .steps,
  .pillars, .reach, .values, .stats, .footer__grid { grid-template-columns: 1fr; }
  .hero__visual-copy { padding: 22px; }
  .global__title { letter-spacing: .06em; }
}

@media (prefers-reduced-motion: reduce) {
  * { transition: none !important; }
}
