:root {
  --navy: #0b1f3a;
  --navy-deep: #061425;
  --gray: #d9d9d9;
  --paper: #f5f6f4;
  --ink: #102036;
  --green: #2f8f6e;
  --green-soft: #64c29f;
  --white: #fff;
  --line: rgba(11,31,58,.15);
  --display: "Instrument Serif", Georgia, serif;
  --body: "DM Sans", sans-serif;
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font-family: var(--body);
  font-size: 16px;
  line-height: 1.55;
  -webkit-font-smoothing: antialiased;
}
a { color: inherit; text-decoration: none; }
h1, h2, h3, p, blockquote, dl, dd { margin: 0; }
figure { margin: 0; }
img { display: block; max-width: 100%; }
main { overflow: hidden; }
::selection { color: var(--white); background: var(--green); }
:focus-visible { outline: 3px solid var(--green-soft); outline-offset: 4px; }

.hero {
  position: relative;
  min-height: 100svh;
  overflow: hidden;
  padding: 22px 20px 38px;
  color: var(--white);
  background:
    radial-gradient(circle at 88% 25%, rgba(47,143,110,.19), transparent 27%),
    linear-gradient(145deg, var(--navy) 0%, var(--navy-deep) 84%);
}
.hero__texture {
  position: absolute;
  inset: 0;
  opacity: .16;
  background-image:
    linear-gradient(rgba(255,255,255,.06) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,.06) 1px, transparent 1px);
  background-size: 56px 56px;
  mask-image: linear-gradient(to bottom, #000, transparent 84%);
}
.hero__header {
  position: relative;
  z-index: 3;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
}
.hero__header p {
  color: #b9c3cf;
  font-size: .63rem;
  font-weight: 700;
  letter-spacing: .1em;
  line-height: 1.45;
  text-align: right;
  text-transform: uppercase;
}
.monogram {
  display: grid;
  width: 46px;
  aspect-ratio: 1;
  place-items: center;
  border: 1px solid rgba(255,255,255,.25);
  border-radius: 50%;
  color: var(--green-soft);
  font-family: var(--display);
  font-size: 1.22rem;
}
.hero__layout { position: relative; z-index: 2; }
.hero__copy { padding-top: 76px; }
.eyebrow, .kicker {
  color: var(--green);
  font-size: .67rem;
  font-weight: 800;
  letter-spacing: .13em;
  text-transform: uppercase;
}
.eyebrow { display: flex; align-items: center; gap: 9px; color: var(--green-soft); }
.eyebrow span { width: 7px; height: 7px; border-radius: 50%; background: currentColor; box-shadow: 0 0 18px currentColor; }
h1, h2 { font-family: var(--display); font-weight: 400; letter-spacing: -.025em; }
.hero h1 {
  max-width: 710px;
  margin-top: 18px;
  font-size: clamp(3.75rem, 17vw, 6.1rem);
  line-height: .92;
}
.hero h1 em { color: var(--green-soft); font-weight: 400; }
.hero__dek { max-width: 590px; margin-top: 24px; color: #c4cbd5; font-size: .95rem; }
.hero__actions { display: grid; gap: 10px; margin-top: 28px; }
.button {
  display: flex;
  min-height: 54px;
  align-items: center;
  justify-content: center;
  gap: 12px;
  padding: 14px 18px;
  border: 1px solid transparent;
  border-radius: 8px;
  font-size: .84rem;
  font-weight: 800;
  text-align: center;
  transition: transform .2s ease, background .2s ease;
}
.button:hover { transform: translateY(-2px); }
.button--primary { color: var(--white); background: var(--green); box-shadow: 0 15px 38px rgba(47,143,110,.23); }
.button--quiet { border-color: rgba(255,255,255,.2); background: rgba(255,255,255,.035); }
.hero__note { position: relative; z-index: 2; margin-top: 46px; color: #8391a2; font-size: .6rem; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; }

.system-map { position: relative; width: 310px; height: 310px; margin: 48px auto 0; }
.system-map__orbit { position: absolute; inset: 40px; border: 1px solid rgba(100,194,159,.25); border-radius: 50%; }
.system-map__orbit--two { inset: 78px; border-style: dashed; }
.system-map__core {
  position: absolute;
  inset: 105px;
  display: grid;
  place-content: center;
  border: 1px solid rgba(100,194,159,.55);
  border-radius: 22px;
  background: rgba(47,143,110,.15);
  box-shadow: 0 20px 70px rgba(0,0,0,.35), inset 0 0 30px rgba(100,194,159,.08);
  text-align: center;
}
.system-map__core span { color: var(--white); font-family: var(--display); font-size: 2.1rem; line-height: 1; }
.system-map__core small { margin-top: 4px; color: var(--green-soft); font-size: .52rem; letter-spacing: .08em; text-transform: uppercase; }
.system-map__node {
  position: absolute;
  display: flex;
  min-width: 84px;
  align-items: center;
  gap: 7px;
  padding: 10px 12px;
  border: 1px solid rgba(255,255,255,.15);
  border-radius: 8px;
  background: rgba(6,20,37,.82);
  box-shadow: 0 12px 35px rgba(0,0,0,.27);
  color: #dce3e9;
  font-size: .62rem;
  font-weight: 700;
}
.system-map__node span { color: var(--green-soft); font-size: .5rem; }
.system-map__node--crm { top: 8px; left: 110px; }
.system-map__node--data { top: 128px; right: 0; }
.system-map__node--handoff { bottom: 4px; left: 99px; }
.system-map__node--followup { top: 128px; left: 0; }

section:not(.hero) { padding: 72px 20px; }
.section-label { display: flex; align-items: center; gap: 10px; margin-bottom: 36px; color: #748094; font-size: .63rem; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.section-label::after { content: ""; flex: 1; height: 1px; background: var(--line); }
.section-label span { color: var(--green); }
.section-label--light { color: #9ca7b4; }
.section-label--light::after { background: rgba(255,255,255,.14); }
.proof { background: var(--white); }
.proof h2, .focus h2, .about h2, .contact h2 { margin-top: 12px; font-size: clamp(3rem, 13vw, 5rem); line-height: .96; }
.proof__body > p { margin-top: 28px; color: #687587; font-size: .92rem; }
.proof__workspace {
  position: relative;
  height: 180px;
  margin-top: 32px;
  overflow: hidden;
  border: 1px solid rgba(47,143,110,.2);
  border-radius: 14px;
  background: var(--navy);
}
.proof__workspace::after {
  position: absolute;
  inset: 0;
  content: "";
  background: linear-gradient(180deg, rgba(11,31,58,.02) 30%, rgba(11,31,58,.72));
  pointer-events: none;
}
.proof__workspace img { width: 100%; height: 100%; object-fit: cover; filter: saturate(.62) contrast(.96); }
.proof__workspace figcaption {
  position: absolute;
  z-index: 1;
  right: 16px;
  bottom: 13px;
  color: rgba(255,255,255,.88);
  font-size: .58rem;
  font-weight: 700;
  letter-spacing: .1em;
  text-transform: uppercase;
}
.proof__facts { display: grid; gap: 10px; margin-top: 34px; }
.proof__facts div { padding: 22px; border: 1px solid rgba(47,143,110,.2); border-radius: 12px; background: linear-gradient(130deg, rgba(47,143,110,.08), transparent 72%); }
.proof__facts dt { color: var(--green); font-family: var(--display); font-size: 2.35rem; line-height: 1; }
.proof__facts dd { margin-top: 9px; font-size: .78rem; font-weight: 700; }

.focus { color: var(--white); background: var(--navy); }
.focus .kicker { color: var(--green-soft); }
.focus__list { margin: 40px 0 0; padding: 0; list-style: none; border-top: 1px solid rgba(255,255,255,.17); }
.focus__list li { display: grid; grid-template-columns: 34px 1fr; gap: 14px; padding: 23px 0; border-bottom: 1px solid rgba(255,255,255,.12); }
.focus__list li > span { color: var(--green-soft); font-size: .72rem; font-weight: 800; }
.focus__list h3 { font-size: 1rem; line-height: 1.25; }
.focus__list p { margin-top: 6px; color: #aeb8c5; font-size: .83rem; }

.about { background: var(--paper); }
.about__portrait {
  position: relative;
  min-height: 320px;
  overflow: hidden;
  border-radius: 18px;
  background: var(--navy);
  box-shadow: 0 26px 60px rgba(11,31,58,.16);
}
.about__portrait::after {
  position: absolute;
  inset: 0;
  content: "";
  background: linear-gradient(180deg, transparent 55%, rgba(6,20,37,.72));
  pointer-events: none;
}
.about__portrait img { width: 100%; height: 100%; min-height: 320px; object-fit: cover; object-position: 50% 42%; }
.about__portrait figcaption {
  position: absolute;
  z-index: 1;
  right: 22px;
  bottom: 20px;
  left: 22px;
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 16px;
  color: var(--white);
}
.about__portrait figcaption strong { font-family: var(--display); font-size: 1.75rem; font-weight: 400; line-height: 1; }
.about__portrait figcaption span { color: var(--green-soft); font-size: .6rem; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.about__copy { padding-top: 38px; }
.about__copy .section-label { margin-bottom: 28px; }
.about__role { margin-top: 15px; color: var(--green); font-size: .78rem; font-weight: 800; line-height: 1.5; }
.about blockquote { margin-top: 28px; padding: 22px 0 22px 18px; border-left: 3px solid var(--green); font-size: 1.03rem; font-weight: 600; }
.about__copy > p:last-child { margin-top: 22px; color: #687587; font-size: .9rem; }

.contact { color: var(--white); background: linear-gradient(145deg, #12395a, var(--navy) 68%); }
.contact .kicker { color: var(--green-soft); }
.contact__response > p { margin-top: 22px; color: #bdc7d2; font-size: .92rem; }
.contact__actions { display: grid; gap: 22px; margin-top: 30px; }
.text-link { width: fit-content; padding-bottom: 4px; border-bottom: 1px solid rgba(255,255,255,.3); color: #dce3e9; font-size: .75rem; font-weight: 700; }

@media (min-width: 700px) {
  .hero { min-height: auto; padding: 30px 40px 48px; }
  .hero__layout { display: grid; grid-template-columns: 1.12fr .88fr; gap: 40px; align-items: center; }
  .hero__copy { padding-top: 80px; }
  .hero h1 { font-size: clamp(4.7rem, 8vw, 6.5rem); }
  .hero__actions { grid-template-columns: minmax(230px, 320px) 190px; }
  .system-map { margin-top: 90px; }
  section:not(.hero) { padding: 76px 40px; }
  .proof { display: grid; grid-template-columns: .94fr 1.06fr; gap: 0 54px; }
  .proof > .section-label { grid-column: 1 / -1; }
  .proof__body > p { margin-top: 22px; }
  .proof__workspace { height: 170px; }
  .proof__facts { grid-template-columns: repeat(2, 1fr); }
  .focus { display: grid; grid-template-columns: .9fr 1.1fr; gap: 0 54px; }
  .focus > .section-label { grid-column: 1 / -1; }
  .focus__list { margin-top: 0; }
  .about { display: grid; grid-template-columns: .8fr 1.2fr; gap: 50px; align-items: center; }
  .about__portrait, .about__portrait img { min-height: 420px; }
  .about__copy { padding: 0; }
  .contact { display: grid; grid-template-columns: 1.1fr .9fr; gap: 54px; align-items: end; }
  .contact__response { padding-bottom: 4px; }
  .contact__response > p { max-width: 42rem; margin-top: 0; }
}

@media (min-width: 1100px) {
  .hero { padding-inline: max(6vw, 72px); }
  .hero__layout { gap: 90px; }
  .system-map { width: 390px; height: 390px; transform: scale(1.08); }
  .system-map__orbit { inset: 54px; }
  .system-map__orbit--two { inset: 98px; }
  .system-map__core { inset: 132px; }
  .system-map__node--crm { left: 146px; }
  .system-map__node--data { top: 164px; }
  .system-map__node--handoff { left: 134px; }
  .system-map__node--followup { top: 164px; }
  section:not(.hero) { padding: 90px max(8vw, 84px); }
  .proof, .focus { gap: 0 86px; }
  .about { gap: 80px; }
  .contact { gap: 40px 86px; }
}

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