:root {
  --black: #05070c;
  --ink: #0b1020;
  --white: #ffffff;
  --mist: #f2f7fb;
  --muted: #9ca8ba;
  --line: rgba(255,255,255,.15);
  --blue: #0012ff;
  --cyan: #80e3ff;
  --lavender: #a49dff;
  --display: "Barlow Condensed", "Arial Narrow", sans-serif;
  --body: "DM Sans", sans-serif;
}

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

main { overflow: hidden; }
.hero {
  position: relative;
  min-height: 100svh;
  overflow: hidden;
  padding: 22px 20px 42px;
  color: var(--white);
  background:
    radial-gradient(circle at 90% 8%, rgba(164,157,255,.24), transparent 27%),
    linear-gradient(145deg, var(--black) 0%, #070b19 54%, #001083 150%);
}
.hero::after {
  content: "";
  position: absolute;
  right: -42%;
  bottom: -24%;
  width: 92%;
  aspect-ratio: 1;
  border: 1px solid rgba(128,227,255,.22);
  border-radius: 50%;
  box-shadow: 0 0 0 46px rgba(128,227,255,.035), 0 0 0 92px rgba(128,227,255,.025);
}
.hero__grid {
  position: absolute;
  inset: 0;
  opacity: .2;
  background-image: linear-gradient(rgba(255,255,255,.08) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.08) 1px, transparent 1px);
  background-size: 52px 52px;
  mask-image: linear-gradient(to bottom, black, transparent 72%);
}
.hero__topline {
  position: relative;
  z-index: 3;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
}
.hero__topline p {
  max-width: 210px;
  color: #cbd4e5;
  font-size: .68rem;
  font-weight: 700;
  letter-spacing: .1em;
  line-height: 1.35;
  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: 13px;
  background: rgba(255,255,255,.06);
  font-family: var(--display);
  font-size: 1.22rem;
  font-weight: 800;
  letter-spacing: .02em;
}
.hero__copy {
  position: relative;
  z-index: 3;
  max-width: 760px;
  padding-top: 92px;
}
.eyebrow, .kicker {
  color: var(--blue);
  font-size: .7rem;
  font-weight: 800;
  letter-spacing: .13em;
  text-transform: uppercase;
}
.hero .eyebrow { color: var(--cyan); }
.hero h1, section h2 {
  font-family: var(--display);
  font-weight: 800;
  letter-spacing: -.025em;
  text-transform: uppercase;
}
.hero h1 {
  max-width: 670px;
  margin-top: 13px;
  font-size: clamp(3.4rem, 15.6vw, 5.7rem);
  line-height: .87;
}
.hero h1 em { color: var(--cyan); font-style: normal; }
.hero__dek {
  max-width: 590px;
  margin-top: 24px;
  color: #e4e9f2;
  font-size: .96rem;
  font-weight: 500;
  line-height: 1.55;
}
.hero__proofline {
  margin-top: 15px;
  color: var(--lavender);
  font-size: .72rem;
  font-weight: 700;
  letter-spacing: .04em;
}
.hero__actions { display: grid; gap: 10px; margin-top: 26px; }
.button {
  display: flex;
  min-height: 54px;
  align-items: center;
  justify-content: center;
  gap: 14px;
  padding: 14px 19px;
  border: 1px solid transparent;
  border-radius: 14px;
  font-size: .86rem;
  font-weight: 800;
  text-align: center;
  transition: transform .2s ease, box-shadow .2s ease, background .2s ease;
}
.button:hover { transform: translateY(-2px); }
.button--primary {
  color: var(--white);
  background: var(--blue);
  box-shadow: 0 12px 34px rgba(0,18,255,.34);
}
.button--primary span { color: var(--cyan); font-size: 1.05rem; }
.button--quiet { border-color: rgba(255,255,255,.22); background: rgba(255,255,255,.06); }
.hero__scroll {
  position: relative;
  z-index: 3;
  display: flex;
  align-items: center;
  gap: 10px;
  margin-top: 36px;
  color: #8d98a9;
  font-size: .6rem;
  font-weight: 700;
  letter-spacing: .1em;
  text-transform: uppercase;
}
.hero__scroll span { width: 36px; height: 1px; background: var(--cyan); }

section:not(.hero) { padding: 76px 20px; }
.section-label {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 42px;
  color: #687386;
  font-size: .65rem;
  font-weight: 800;
  letter-spacing: .12em;
  text-transform: uppercase;
}
.section-label::after { content: ""; flex: 1; height: 1px; background: rgba(11,16,32,.12); }
.section-label span { color: var(--blue); }
.section-label--light { color: #9aa7ba; }
.section-label--light::after { background: var(--line); }
.proof { background: var(--white); }
.proof__intro h2, .outcomes__heading h2, .fit h2, .contact h2 {
  margin-top: 11px;
  font-size: clamp(2.6rem, 12vw, 4.8rem);
  line-height: .94;
}
.proof__intro > p:last-child, .fit__copy > p:last-child, .contact > p {
  margin-top: 22px;
  color: #647083;
  font-size: .93rem;
}
.proof__numbers { display: grid; gap: 11px; margin-top: 38px; }
.proof__numbers > div {
  display: grid;
  grid-template-columns: 92px 1fr;
  align-items: center;
  min-height: 92px;
  padding: 18px;
  border: 1px solid rgba(0,18,255,.12);
  border-radius: 18px;
  background: linear-gradient(120deg, rgba(128,227,255,.11), transparent 65%);
}
.proof__numbers dt {
  color: var(--blue);
  font-family: var(--display);
  font-size: 2.5rem;
  font-weight: 800;
  line-height: .9;
}
.proof__numbers dd { font-size: .82rem; font-weight: 700; line-height: 1.3; }

.outcomes { background: var(--mist); }
.outcomes__heading { max-width: 720px; }
.outcome-list { margin: 40px 0 0; padding: 0; list-style: none; border-top: 1px solid rgba(11,16,32,.18); }
.outcome-list li {
  display: grid;
  grid-template-columns: 38px 1fr;
  gap: 15px;
  padding: 24px 0;
  border-bottom: 1px solid rgba(11,16,32,.13);
}
.outcome-list li > span { color: var(--blue); font-family: var(--display); font-size: 1.02rem; font-weight: 800; }
.outcome-list h3 { font-size: 1.05rem; line-height: 1.2; }
.outcome-list p { margin-top: 7px; color: #697587; font-size: .85rem; line-height: 1.5; }

.fit { color: var(--white); background: var(--ink); }
.fit .kicker { color: var(--cyan); }
.fit__copy > p:last-child { color: #aeb8c8; }
.fit__list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 9px;
  margin: 36px 0 0;
  padding: 0;
  list-style: none;
}
.fit__list li {
  padding: 17px 13px;
  border: 1px solid var(--line);
  border-radius: 12px;
  background: rgba(255,255,255,.035);
  color: #dce3ef;
  font-size: .75rem;
  font-weight: 700;
  text-align: center;
}

.about { background: var(--white); }
.about__photo {
  position: relative;
  max-height: 490px;
  overflow: hidden;
  border-radius: 28px 28px 8px 8px;
  background: #d8c5aa;
}
.about__photo::after {
  content: "";
  position: absolute;
  inset: auto 0 0;
  height: 38%;
  background: linear-gradient(transparent, rgba(0,18,255,.36));
  pointer-events: none;
}
.about__photo img { width: 100%; height: 100%; object-fit: cover; object-position: center 22%; }
.about__copy { padding-top: 38px; }
.about__copy .section-label { margin-bottom: 30px; }
.about__copy h2 { margin-top: 8px; font-size: 3.75rem; line-height: .92; }
.about__role { margin-top: 14px; color: var(--blue); font-size: .8rem; font-weight: 800; line-height: 1.5; }
.about blockquote {
  margin-top: 30px;
  padding: 24px 0 24px 20px;
  border-left: 4px solid var(--cyan);
  color: var(--ink);
  font-size: 1.08rem;
  font-weight: 650;
  line-height: 1.5;
}
.about__copy > p:last-child { margin-top: 23px; color: #687486; font-size: .9rem; }

.contact {
  padding-bottom: 84px !important;
  color: var(--white);
  background: linear-gradient(150deg, var(--blue), #000a92 62%, var(--black));
}
.contact .kicker { color: var(--cyan); }
.contact > p { color: #dbe3f2; }
.contact__actions { display: grid; gap: 24px; margin-top: 30px; }
.contact .button--primary { color: var(--ink); background: var(--cyan); box-shadow: 0 14px 34px rgba(128,227,255,.2); }
.contact .button--primary span { color: var(--blue); }
.social-links { display: flex; justify-content: center; gap: 24px; }
.social-links a { padding-bottom: 4px; border-bottom: 1px solid rgba(255,255,255,.35); color: #dbe3ef; font-size: .75rem; font-weight: 700; }

@media (min-width: 620px) {
  .hero {
    min-height: auto;
    padding: 28px 40px 48px;
  }
  .hero__copy {
    max-width: 690px;
    padding-top: 76px;
  }
  .hero h1 {
    max-width: 510px;
    font-size: clamp(4.2rem, 9vw, 5.7rem);
  }
  .hero__dek { font-size: 1rem; }
  .hero__actions { max-width: 420px; }
  .hero__scroll { margin-top: 28px; }

  section:not(.hero) { padding: 72px 40px; }
  .section-label { margin-bottom: 26px; }
  .proof__intro h2,
  .outcomes__heading h2,
  .fit h2,
  .contact h2 { font-size: 3.7rem; }
  .proof__intro > p:last-child,
  .fit__copy > p:last-child,
  .contact > p { max-width: 610px; }
  .proof__numbers { grid-template-columns: repeat(3, 1fr); }
  .proof__numbers > div { display: block; min-height: 140px; padding: 22px; }
  .proof__numbers dt { font-size: 3.7rem; }
  .proof__numbers dd { margin-top: 18px; font-size: .9rem; }
  .fit__list { grid-template-columns: repeat(3, 1fr); }
  .about {
    display: grid;
    grid-template-columns: .84fr 1.16fr;
    gap: 36px;
    align-items: center;
  }
  .about__photo { height: 430px; }
  .about__copy { padding: 0; }
  .about__copy .section-label { margin-bottom: 22px; }
  .about__copy h2 { font-size: 3.2rem; }
  .about blockquote { margin-top: 22px; padding-block: 18px; font-size: 1rem; }
  .contact { padding-bottom: 72px !important; }
}

@media (min-width: 980px) {
  .hero { padding-inline: max(5vw, 56px); }
  .hero__copy { max-width: 820px; padding-top: 86px; }
  .hero h1 { max-width: 780px; font-size: clamp(5rem, 7vw, 7rem); }
  .hero__actions { grid-template-columns: minmax(250px, 330px) 210px; max-width: 560px; }
  section:not(.hero) { padding: 84px max(7vw, 64px); }
  .proof__intro, .outcomes__heading, .fit__copy, .contact { max-width: none; }
  .proof__intro { display: grid; grid-template-columns: .95fr 1.05fr; gap: 72px; align-items: start; }
  .proof__intro .kicker { grid-column: 1; }
  .proof__intro h2 { grid-column: 1; }
  .proof__intro > p:last-child { grid-column: 2; grid-row: 1 / span 2; margin-top: 22px; font-size: 1rem; }
  .outcomes { display: grid; grid-template-columns: .9fr 1.1fr; column-gap: 76px; }
  .outcomes > .section-label { grid-column: 1 / -1; }
  .outcome-list { margin-top: 0; }
  .fit { display: grid; grid-template-columns: 1.05fr .95fr; column-gap: 76px; }
  .fit > .section-label { grid-column: 1 / -1; }
  .fit__list { grid-template-columns: repeat(2, 1fr); margin-top: 0; align-self: end; }
  .about { grid-template-columns: .82fr 1.18fr; gap: 72px; }
  .about__photo { height: auto; max-height: 490px; }
  .contact { display: grid; grid-template-columns: 1fr .86fr; gap: 36px 64px; align-items: end; }
  .contact .kicker, .contact h2 { grid-column: 1; }
  .contact > p, .contact__actions { grid-column: 2; }
  .contact > p { grid-row: 1 / span 2; align-self: end; }
}

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