@font-face {
  font-family: "Urbanist";
  src: url("/assets/fonts/Urbanist-Regular.ttf") format("truetype");
  font-weight: 400;
}

@font-face {
  font-family: "Urbanist";
  src: url("/assets/fonts/Urbanist-SemiBold.ttf") format("truetype");
  font-weight: 600;
}

@font-face {
  font-family: "Urbanist";
  src: url("/assets/fonts/Urbanist-ExtraBold.ttf") format("truetype");
  font-weight: 800;
}

:root {
  --ink: #000000;
  --bone: #f4f3f3;
  --teal: #345b63;
  --deep: #3c2f56;
  --green: #85e984;
  --purple: #7457c1;
  --fuchsia: #791f5f;
  --mint: #a0dab3;
  --muted: rgba(0, 0, 0, 0.62);
  --line: rgba(52, 91, 99, 0.18);
  --header-height: 68px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background:
    radial-gradient(circle at 14px 14px, rgba(52, 91, 99, 0.22) 1px, transparent 2px) 0 0 / 44px 44px,
    var(--bone);
  color: var(--ink);
  font-family: "Urbanist", Arial, sans-serif;
  letter-spacing: 0;
}

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

.site-header {
  position: sticky;
  top: 0;
  z-index: 10;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  min-height: var(--header-height);
  padding: 14px clamp(20px, 5vw, 72px);
  background: rgba(244, 243, 243, 0.88);
  border-bottom: 1px solid rgba(0, 0, 0, 0.08);
  backdrop-filter: blur(18px);
}

.brand,
.nav-links,
.hero-actions,
.contact-section {
  display: flex;
  align-items: center;
}

.brand {
  gap: 12px;
  min-width: 0;
}

.brand-mark {
  width: 34px;
  height: 24px;
  object-fit: contain;
  flex: 0 0 auto;
}

.brand-word {
  font-size: 1.14rem;
  font-weight: 600;
  text-transform: uppercase;
}

.nav-links {
  gap: clamp(14px, 2.2vw, 34px);
  font-size: 0.94rem;
  font-weight: 600;
}

.nav-cta {
  padding: 10px 14px;
  background: var(--ink);
  color: var(--bone);
  border-radius: 6px;
}

.hero {
  min-height: calc(100svh - var(--header-height));
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(300px, 0.82fr);
  align-items: center;
  gap: clamp(28px, 5vw, 80px);
  padding: clamp(28px, 5.2vh, 58px) clamp(20px, 5vw, 72px);
}

.hero-copy,
.section-heading,
.contact-section > div {
  max-width: 780px;
}

.eyebrow {
  margin: 0 0 12px;
  color: var(--fuchsia);
  font-size: 0.78rem;
  font-weight: 800;
  text-transform: uppercase;
}

h1,
h2,
h3,
p {
  margin-top: 0;
}

h1 {
  margin-bottom: 16px;
  font-size: clamp(2.8rem, 6vw, 6.15rem);
  line-height: 0.88;
  max-width: 780px;
}

h2 {
  margin-bottom: 0;
  font-size: clamp(2rem, 4vw, 4.8rem);
  line-height: 0.96;
}

h3 {
  margin-bottom: 14px;
  font-size: 1.22rem;
}

.lead,
.wide-copy {
  max-width: 680px;
  color: var(--muted);
  font-size: clamp(1rem, 1.35vw, 1.22rem);
  line-height: 1.48;
}

.hero-actions {
  gap: 12px;
  flex-wrap: wrap;
  margin-top: 24px;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 14px 20px;
  border: 1px solid var(--ink);
  border-radius: 6px;
  font-weight: 800;
}

.button.primary {
  background: var(--ink);
  color: var(--bone);
}

.button.secondary {
  background: transparent;
}

.hero-visual {
  position: relative;
  min-height: min(42vh, 390px);
  border-left: 1px solid rgba(0, 0, 0, 0.18);
  overflow: hidden;
}

.bio-orbit {
  position: absolute;
  top: 0;
  right: 0;
  width: min(100%, 405px);
  aspect-ratio: 1;
  border: 1px solid rgba(52, 91, 99, 0.2);
  background:
    linear-gradient(90deg, transparent 49%, rgba(52, 91, 99, 0.22) 49% 51%, transparent 51%),
    linear-gradient(0deg, transparent 49%, rgba(52, 91, 99, 0.22) 49% 51%, transparent 51%);
}

.bio-orbit span {
  position: absolute;
  width: 58px;
  height: 58px;
  border: 1px solid rgba(0, 0, 0, 0.16);
  border-radius: 50%;
  background: var(--bone);
}

.bio-orbit span:nth-child(1) { top: 8%; left: 45%; background: var(--green); }
.bio-orbit span:nth-child(2) { top: 21%; right: 12%; background: var(--mint); }
.bio-orbit span:nth-child(3) { top: 46%; right: 5%; background: var(--purple); }
.bio-orbit span:nth-child(4) { bottom: 12%; right: 19%; background: var(--bone); }
.bio-orbit span:nth-child(5) { bottom: 5%; left: 42%; background: var(--teal); }
.bio-orbit span:nth-child(6) { bottom: 19%; left: 12%; background: var(--bone); }
.bio-orbit span:nth-child(7) { top: 45%; left: 4%; background: var(--fuchsia); }
.bio-orbit span:nth-child(8) { top: 18%; left: 17%; background: var(--bone); }

.culture {
  position: absolute;
  right: 6%;
  width: 62%;
  height: 62px;
  border: 1px solid rgba(0, 0, 0, 0.16);
}

.culture-one {
  bottom: 88px;
  background:
    repeating-linear-gradient(90deg, transparent 0 12px, rgba(116, 87, 193, 0.34) 12px 14px),
    linear-gradient(120deg, transparent 0 35%, rgba(133, 233, 132, 0.48) 35% 52%, transparent 52%);
}

.culture-two {
  bottom: 14px;
  right: 20%;
  background:
    repeating-linear-gradient(90deg, transparent 0 10px, rgba(52, 91, 99, 0.4) 10px 12px),
    linear-gradient(60deg, transparent 0 42%, rgba(160, 218, 179, 0.58) 42% 58%, transparent 58%);
}

.visual-label {
  position: absolute;
  left: 28px;
  bottom: 22px;
  color: var(--muted);
  font-size: 0.82rem;
  font-weight: 800;
  text-transform: uppercase;
  writing-mode: vertical-rl;
}

.section {
  padding: clamp(70px, 10vw, 140px) clamp(20px, 5vw, 72px);
}

.intro-section {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(260px, 0.55fr);
  gap: clamp(30px, 8vw, 120px);
  align-items: end;
}

.compact-section {
  padding-top: 0;
}

.capability-list {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1px;
  background: rgba(0, 0, 0, 0.14);
}

.capability-list article {
  min-height: 310px;
  padding: clamp(24px, 3vw, 36px);
  background: var(--bone);
}

.index {
  display: inline-block;
  margin-bottom: 44px;
  color: var(--purple);
  font-weight: 800;
}

.capability-list p,
.dark-band p {
  color: var(--muted);
  font-size: 1.02rem;
  line-height: 1.64;
}

.dark-band {
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(260px, 0.55fr);
  gap: clamp(30px, 8vw, 120px);
  align-items: end;
  padding: clamp(70px, 11vw, 150px) clamp(20px, 5vw, 72px);
  background:
    repeating-linear-gradient(90deg, rgba(255, 255, 255, 0.05) 0 1px, transparent 1px 44px),
    var(--ink);
  color: var(--bone);
}

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

.dark-band p {
  color: rgba(244, 243, 243, 0.72);
}

.contact-section {
  justify-content: space-between;
  gap: 28px;
  padding: clamp(54px, 8vw, 96px) clamp(20px, 5vw, 72px);
}

@media (max-width: 980px) {
  .capability-list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 820px) {
  :root {
    --header-height: 62px;
  }

  .site-header {
    align-items: center;
    flex-direction: row;
    padding: 12px 14px;
  }

  .nav-links {
    width: auto;
    justify-content: flex-end;
    gap: 10px;
    font-size: 0.86rem;
  }

  .hero,
  .dark-band,
  .intro-section {
    grid-template-columns: 1fr;
  }

  .hero {
    min-height: calc(100svh - var(--header-height));
    align-content: center;
    gap: 22px;
    padding: 24px 14px;
  }

  .hero-visual {
    min-height: clamp(220px, 31svh, 275px);
    border-left: 0;
    border-top: 1px solid rgba(0, 0, 0, 0.16);
    padding-top: 16px;
  }

  .bio-orbit {
    width: min(100%, 270px);
  }

  .bio-orbit span {
    width: 38px;
    height: 38px;
  }

  .culture {
    height: 46px;
  }

  .culture-one {
    bottom: 62px;
  }

  h1 {
    margin-bottom: 12px;
    font-size: clamp(2rem, 10vw, 3.05rem);
    line-height: 0.92;
    max-width: 15ch;
  }

  .lead,
  .wide-copy {
    font-size: 0.98rem;
    line-height: 1.42;
  }

  .eyebrow {
    margin-bottom: 10px;
    font-size: 0.7rem;
  }

  .hero-actions {
    margin-top: 18px;
  }

  .button {
    min-height: 42px;
    padding: 11px 16px;
  }

  .capability-list article {
    min-height: 0;
  }

  .index {
    margin-bottom: 28px;
  }

  .contact-section {
    align-items: flex-start;
    flex-direction: column;
  }
}

@media (max-width: 560px) {
  .nav-links a:not(.nav-cta) {
    display: none;
  }

  .nav-links {
    justify-content: flex-start;
  }

  .brand-word {
    font-size: 1rem;
  }

  .hero-actions,
  .button {
    width: 100%;
  }

  .capability-list {
    grid-template-columns: 1fr;
  }

  .visual-label {
    left: 12px;
    bottom: 14px;
    font-size: 0.64rem;
  }
}

@media (max-height: 760px) and (min-width: 821px) {
  h1 {
    font-size: clamp(2.6rem, 5.4vw, 5.45rem);
  }

  .hero {
    padding-top: 24px;
    padding-bottom: 24px;
  }

  .hero-visual {
    min-height: 335px;
  }
}

@media (max-height: 720px) and (max-width: 820px) {
  .hero {
    min-height: auto;
  }

  .hero-visual {
    min-height: 210px;
  }

  h1 {
    font-size: clamp(1.85rem, 9vw, 2.65rem);
  }

  .lead {
    font-size: 0.92rem;
  }
}
