:root {
  color-scheme: dark;
  --ink: #f2f4f2;
  --muted: #aeb8b7;
  --paper: #0f1415;
  --panel: #151d20;
  --panel-2: #1c2528;
  --line: rgba(242, 244, 242, 0.14);
  --teal: #55c7d7;
  --blue: #347db9;
  --amber: #d7a65a;
  --green: #73a77f;
  --shadow: rgba(0, 0, 0, 0.42);
  --max: 1180px;
  --wide: 1500px;
  --content: 790px;
  --hot: #f1c66d;
  --font-body: Aptos, "Segoe UI", system-ui, -apple-system, BlinkMacSystemFont, sans-serif;
  --font-display: Bahnschrift, "Aptos Display", "Segoe UI Variable Display", "Segoe UI", system-ui, sans-serif;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

[id],
.section,
.capability-strip,
.ownership-band {
  scroll-margin-top: 150px;
}

body {
  margin: 0;
  overflow-x: hidden;
  background: var(--paper);
  color: var(--ink);
  font-family: var(--font-body);
  line-height: 1.5;
}

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

.site-header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 10;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: 18px clamp(18px, 4vw, 52px);
  border-bottom: 1px solid transparent;
  transition: background 180ms ease, border-color 180ms ease, backdrop-filter 180ms ease, box-shadow 180ms ease;
}

.site-header.is-scrolled {
  background: rgba(12, 17, 18, 0.86);
  border-color: var(--line);
  backdrop-filter: blur(14px);
  box-shadow: 0 18px 60px rgba(0, 0, 0, 0.28);
}

.brand-mark {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  min-width: 0;
}

.brand-icon {
  display: grid;
  width: 42px;
  height: 42px;
  place-items: center;
  border: 1px solid rgba(85, 199, 215, 0.38);
  background: linear-gradient(135deg, rgba(85, 199, 215, 0.18), rgba(215, 166, 90, 0.13));
  color: var(--ink);
  font-weight: 800;
  letter-spacing: 0;
  box-shadow: 0 0 28px rgba(85, 199, 215, 0.14);
}

.brand-text {
  display: grid;
  gap: 0;
  line-height: 1.05;
}

.brand-text strong {
  font-family: var(--font-display);
  font-size: 15px;
  letter-spacing: 0;
}

.brand-text span {
  color: var(--muted);
  font-size: 11px;
  letter-spacing: 0;
}

.site-nav {
  display: flex;
  align-items: center;
  gap: clamp(14px, 2vw, 28px);
  color: var(--muted);
  font-size: 14px;
}

.site-nav a {
  padding: 8px 0;
  white-space: nowrap;
  border-bottom: 1px solid transparent;
}

.site-nav a:hover {
  color: var(--ink);
  border-color: var(--teal);
}

.hero {
  position: relative;
  min-height: clamp(640px, 82svh, 860px);
  display: grid;
  align-items: center;
  overflow: hidden;
  padding: 128px clamp(24px, 5vw, 72px) 88px;
}

.hero::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  background:
    repeating-linear-gradient(
      90deg,
      transparent 0 48px,
      rgba(85, 199, 215, 0.035) 49px,
      transparent 50px
    ),
    repeating-linear-gradient(
      0deg,
      transparent 0 58px,
      rgba(215, 166, 90, 0.03) 59px,
      transparent 60px
    );
  mask-image: linear-gradient(90deg, #000, transparent 74%);
  pointer-events: none;
}

.hero::after {
  content: "";
  position: absolute;
  left: -20%;
  right: -20%;
  bottom: 0;
  z-index: 1;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(85, 199, 215, 0.85), rgba(215, 166, 90, 0.7), transparent);
  box-shadow: 0 0 30px rgba(85, 199, 215, 0.7);
  animation: signalSweep 7s ease-in-out infinite;
  pointer-events: none;
}

.hero-media {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 82% center;
  opacity: 0.96;
  filter: brightness(1.24) saturate(1.08) contrast(1.08);
  transform: scale(1.015);
}

.hero-shade {
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 68% 45%, rgba(85, 199, 215, 0.18), transparent 30%),
    radial-gradient(circle at 28% 56%, rgba(215, 166, 90, 0.12), transparent 25%),
    linear-gradient(90deg, rgba(9, 13, 14, 0.99) 0%, rgba(9, 13, 14, 0.96) 31%, rgba(9, 13, 14, 0.72) 45%, rgba(9, 13, 14, 0.22) 74%, rgba(9, 13, 14, 0.4) 100%),
    linear-gradient(0deg, var(--paper), rgba(15, 20, 21, 0.04) 32%);
}

.hero-shell {
  position: relative;
  z-index: 2;
  width: min(var(--wide), 100%);
  margin: 0 auto;
  display: block;
}

.hero-content {
  position: relative;
  width: min(var(--content), 100%);
  min-width: 0;
}

.hero-content::before {
  content: "";
  position: absolute;
  left: -22px;
  top: 8px;
  bottom: 10px;
  width: 2px;
  background: linear-gradient(var(--teal), var(--hot), transparent);
  box-shadow: 0 0 24px rgba(85, 199, 215, 0.5);
}

.eyebrow,
.section-kicker,
.lab-type {
  margin: 0 0 14px;
  color: var(--amber);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0;
}

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

h1 {
  max-width: var(--content);
  margin-bottom: 20px;
  font-family: var(--font-display);
  font-size: clamp(58px, 7vw, 108px);
  font-weight: 900;
  line-height: 0.92;
  letter-spacing: 0;
  overflow-wrap: break-word;
  text-wrap: balance;
  text-shadow: 0 2px 0 rgba(85, 199, 215, 0.24), 0 24px 80px rgba(0, 0, 0, 0.62);
}

h2 {
  margin-bottom: 18px;
  font-family: var(--font-display);
  font-size: clamp(28px, 3.4vw, 46px);
  font-weight: 850;
  line-height: 1.08;
  letter-spacing: 0;
  text-wrap: balance;
}

h3 {
  margin-bottom: 10px;
  font-family: var(--font-display);
  font-size: 22px;
  font-weight: 850;
  line-height: 1.16;
}

.hero-copy {
  max-width: 680px;
  color: var(--muted);
  font-size: clamp(18px, 1.45vw, 21px);
  line-height: 1.54;
}

.hero-proof {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: 28px 0;
  max-width: 100%;
}

.hero-proof span {
  display: inline-flex;
  flex: 0 1 auto;
  min-height: 34px;
  align-items: center;
  border: 1px solid rgba(85, 199, 215, 0.24);
  background: linear-gradient(135deg, rgba(15, 20, 21, 0.78), rgba(85, 199, 215, 0.09));
  padding: 7px 11px;
  color: var(--ink);
  font-size: 13px;
  font-weight: 700;
  box-shadow: inset 0 1px 0 rgba(242, 244, 242, 0.06);
  transition: border-color 160ms ease, transform 160ms ease, background 160ms ease;
}

.hero-proof span:hover {
  transform: translateY(-2px);
  border-color: rgba(85, 199, 215, 0.72);
  background: linear-gradient(135deg, rgba(15, 20, 21, 0.85), rgba(85, 199, 215, 0.18));
}

.capability-strip {
  width: min(var(--wide), calc(100% - 48px));
  margin: -34px auto 0;
  position: relative;
  z-index: 3;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  border: 1px solid rgba(85, 199, 215, 0.2);
  background: rgba(14, 20, 21, 0.86);
  box-shadow: 0 24px 70px rgba(0, 0, 0, 0.28);
  backdrop-filter: blur(14px);
}

.capability-strip div {
  min-width: 0;
  padding: 18px 20px;
  border-right: 1px solid rgba(242, 244, 242, 0.1);
}

.capability-strip div:last-child {
  border-right: 0;
}

.capability-strip span {
  display: block;
  margin-bottom: 18px;
  color: var(--teal);
  font-family: ui-monospace, "SFMono-Regular", Consolas, monospace;
  font-size: 12px;
}

.capability-strip strong {
  display: block;
  min-width: 0;
  margin-bottom: 8px;
  color: var(--ink);
  font-family: var(--font-display);
  font-size: 17px;
  line-height: 1.1;
}

.capability-strip p {
  margin-bottom: 0;
  color: var(--muted);
  font-size: 14px;
  line-height: 1.45;
}

.hero-actions,
.contact-panel {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  align-items: center;
}

.button {
  display: inline-flex;
  min-height: 46px;
  align-items: center;
  justify-content: center;
  padding: 12px 18px;
  border: 1px solid var(--line);
  font-weight: 700;
  position: relative;
  overflow: hidden;
  transition: transform 160ms ease, border-color 160ms ease, background 160ms ease, box-shadow 160ms ease;
}

.button,
button,
input,
select,
textarea {
  font: inherit;
}

.button::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(110deg, transparent, rgba(255, 255, 255, 0.22), transparent);
  transform: translateX(-120%);
  transition: transform 380ms ease;
}

.button:hover {
  transform: translateY(-1px);
  border-color: rgba(85, 199, 215, 0.7);
  box-shadow: 0 10px 30px rgba(85, 199, 215, 0.16);
}

.button:hover::after {
  transform: translateX(120%);
}

.button.primary {
  background: linear-gradient(135deg, var(--ink), #cfeeff);
  color: #0f1415;
}

.button.secondary {
  background: rgba(15, 20, 21, 0.5);
  color: var(--ink);
}

.section {
  width: min(var(--max), calc(100% - 36px));
  margin: 0 auto;
  padding: clamp(64px, 8vw, 108px) 0;
}

.intro {
  padding-top: clamp(76px, 8vw, 116px);
}

.intro-grid,
.section-heading,
.contact {
  display: grid;
  grid-template-columns: minmax(0, 1.06fr) minmax(280px, 0.94fr);
  gap: clamp(28px, 5vw, 72px);
  align-items: start;
}

.section-heading {
  align-items: center;
}

.intro-grid p,
.section-heading p,
.contact-panel p {
  color: var(--muted);
  font-size: 17px;
}

.capability-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1px;
  border: 1px solid var(--line);
  background: var(--line);
}

.capability {
  min-height: 236px;
  padding: 26px;
  background: var(--panel);
  transition: transform 180ms ease, background 180ms ease, box-shadow 180ms ease;
}

.process {
  padding-top: clamp(52px, 7vw, 92px);
}

.step-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1px;
  border: 1px solid var(--line);
  background: var(--line);
}

.step-grid article {
  min-height: 260px;
  padding: 26px;
  background:
    linear-gradient(160deg, rgba(85, 199, 215, 0.055), transparent 45%),
    var(--panel);
}

.step-grid span {
  display: inline-flex;
  margin-bottom: 42px;
  color: var(--teal);
  font-family: ui-monospace, "SFMono-Regular", Consolas, monospace;
  font-size: 13px;
}

.step-grid p {
  color: var(--muted);
}

.split-section {
  display: grid;
  grid-template-columns: minmax(0, 0.85fr) minmax(320px, 1fr);
  gap: clamp(28px, 5vw, 76px);
  align-items: start;
}

.split-copy {
  max-width: 48ch;
  color: var(--muted);
  font-size: clamp(17px, 1.4vw, 20px);
}

.check-list {
  display: grid;
  gap: 12px;
}

.check-list p {
  margin: 0;
  padding: 16px 18px;
  border: 1px solid var(--line);
  background: rgba(21, 29, 32, 0.72);
  color: var(--ink);
}

.check-list p::before {
  content: "";
  display: inline-block;
  width: 9px;
  height: 9px;
  margin-right: 12px;
  background: var(--teal);
  box-shadow: 0 0 16px rgba(85, 199, 215, 0.55);
}

.ownership-band {
  width: min(var(--wide), calc(100% - 48px));
  margin: 0 auto;
  padding: clamp(58px, 8vw, 104px) clamp(22px, 5vw, 72px);
  border: 1px solid rgba(85, 199, 215, 0.24);
  background:
    radial-gradient(circle at 72% 50%, rgba(85, 199, 215, 0.14), transparent 30%),
    linear-gradient(135deg, rgba(85, 199, 215, 0.08), rgba(215, 166, 90, 0.06)),
    var(--panel-2);
  box-shadow: 0 28px 90px rgba(0, 0, 0, 0.34);
}

.ownership-band > div {
  max-width: 920px;
}

.ownership-band p:last-child {
  max-width: 760px;
  color: var(--muted);
  font-size: clamp(18px, 1.5vw, 21px);
}

.example-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
}

.example-grid article {
  min-height: 180px;
  padding: 22px;
  border: 1px solid var(--line);
  background: rgba(21, 29, 32, 0.7);
  color: var(--ink);
  font-weight: 700;
  line-height: 1.35;
}

.support-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
}

.support-grid article {
  min-height: 280px;
  padding: 24px;
  border: 1px solid rgba(85, 199, 215, 0.2);
  background:
    linear-gradient(180deg, rgba(85, 199, 215, 0.055), transparent 42%),
    rgba(21, 29, 32, 0.72);
}

.support-grid span {
  display: inline-flex;
  margin-bottom: 34px;
  color: var(--teal);
  font-family: ui-monospace, "SFMono-Regular", Consolas, monospace;
  font-size: 12px;
}

.support-grid p {
  color: var(--muted);
}

.capability:hover {
  transform: translateY(-4px);
  background: linear-gradient(160deg, rgba(85, 199, 215, 0.08), var(--panel) 45%);
  box-shadow: 0 24px 70px rgba(0, 0, 0, 0.28);
}

.capability span {
  display: inline-flex;
  margin-bottom: 34px;
  color: var(--teal);
  font-family: ui-monospace, "SFMono-Regular", Consolas, monospace;
  font-size: 13px;
}

.capability p,
.lab-item p {
  color: var(--muted);
  max-width: 62ch;
}

.lab-list {
  display: grid;
  gap: 12px;
}

.lab-item {
  display: grid;
  grid-template-columns: minmax(220px, 0.55fr) minmax(0, 1fr);
  gap: 24px;
  align-items: start;
  padding: 24px 0;
  border-top: 1px solid var(--line);
  transition: padding-left 180ms ease, border-color 180ms ease;
}

.lab-item:last-child {
  border-bottom: 1px solid var(--line);
}

.lab-item:hover {
  padding-left: 12px;
  border-color: rgba(85, 199, 215, 0.44);
}

.contact-panel {
  justify-content: space-between;
  align-items: flex-start;
  padding-top: 10px;
  border-top: 1px solid var(--line);
}

@keyframes signalSweep {
  0%,
  100% {
    transform: translateX(-12%);
    opacity: 0.28;
  }

  50% {
    transform: translateX(12%);
    opacity: 0.85;
  }
}

.contact-panel p {
  max-width: 520px;
  margin-bottom: 0;
}

.contact-copy {
  display: grid;
  gap: 12px;
}

.site-footer {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 16px;
  padding: 28px clamp(18px, 5vw, 64px);
  border-top: 1px solid var(--line);
  color: var(--muted);
  font-size: 14px;
}

.contact-page {
  min-height: 100vh;
  padding-top: 88px;
}

.contact-hero {
  position: relative;
  width: min(var(--max), calc(100% - 36px));
  margin: 0 auto;
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(300px, 0.7fr);
  gap: clamp(28px, 5vw, 72px);
  align-items: end;
  padding: clamp(36px, 6vw, 76px) 0 clamp(36px, 6vw, 72px);
}

.contact-hero::before {
  content: "";
  position: absolute;
  inset: 0 auto 0 -24px;
  width: 2px;
  background: linear-gradient(var(--teal), var(--hot), transparent);
  box-shadow: 0 0 24px rgba(85, 199, 215, 0.44);
}

.contact-hero h1 {
  max-width: 10ch;
}

.contact-aside {
  border: 1px solid rgba(85, 199, 215, 0.24);
  background:
    linear-gradient(160deg, rgba(85, 199, 215, 0.08), transparent 45%),
    rgba(21, 29, 32, 0.78);
  padding: 24px;
}

.contact-aside span {
  display: block;
  margin-bottom: 16px;
  color: var(--teal);
  font-family: ui-monospace, "SFMono-Regular", Consolas, monospace;
  font-size: 12px;
}

.contact-aside a {
  display: inline-flex;
  margin-bottom: 22px;
  color: var(--ink);
  font-family: var(--font-display);
  font-size: clamp(22px, 2.3vw, 30px);
  font-weight: 850;
  overflow-wrap: anywhere;
}

.contact-aside p {
  margin-bottom: 0;
  color: var(--muted);
}

.contact-form-section {
  padding-top: clamp(38px, 5vw, 72px);
}

.contact-form {
  display: grid;
  gap: 18px;
  margin-top: 26px;
  padding: clamp(20px, 4vw, 34px);
  border: 1px solid rgba(85, 199, 215, 0.22);
  background:
    linear-gradient(180deg, rgba(85, 199, 215, 0.045), transparent 36%),
    rgba(21, 29, 32, 0.72);
}

.form-row {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
}

.contact-form label {
  display: grid;
  gap: 8px;
  min-width: 0;
}

.contact-form label span {
  color: var(--ink);
  font-weight: 800;
}

.contact-form input,
.contact-form select,
.contact-form textarea {
  width: 100%;
  min-height: 48px;
  border: 1px solid rgba(242, 244, 242, 0.18);
  border-radius: 0;
  background: rgba(9, 13, 14, 0.72);
  color: var(--ink);
  padding: 12px 14px;
  outline: 0;
}

.contact-form textarea {
  min-height: 180px;
  resize: vertical;
}

.contact-form input::placeholder,
.contact-form textarea::placeholder {
  color: rgba(174, 184, 183, 0.68);
}

.contact-form input:focus,
.contact-form select:focus,
.contact-form textarea:focus {
  border-color: rgba(85, 199, 215, 0.78);
  box-shadow: 0 0 0 3px rgba(85, 199, 215, 0.12);
}

.form-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

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

  .capability-strip div:nth-child(2) {
    border-right: 0;
  }

  .capability-strip div:nth-child(-n + 2) {
    border-bottom: 1px solid rgba(242, 244, 242, 0.1);
  }

  .capability-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .step-grid,
  .example-grid,
  .support-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (min-width: 1280px) and (max-height: 820px) {
  .hero {
    min-height: 660px;
    padding-top: 104px;
    padding-bottom: 76px;
  }

  h1 {
    font-size: clamp(56px, 6vw, 92px);
  }

  .hero-proof {
    margin: 22px 0;
  }
}

@media (max-width: 920px) {
  .site-header {
    align-items: flex-start;
  }

  .site-nav {
    max-width: 52vw;
    justify-content: flex-end;
    flex-wrap: wrap;
    gap: 8px 16px;
  }

  .intro-grid,
  .section-heading,
  .contact,
  .contact-hero,
  .split-section {
    grid-template-columns: 1fr;
  }

  .hero {
    min-height: 82vh;
  }

}

@media (max-width: 620px) {
  .site-header {
    position: absolute;
  }

  .brand-text span {
    display: none;
  }

  .site-nav {
    display: none;
  }

  .hero {
    min-height: auto;
    padding: 122px 24px 64px;
  }

  .hero-media {
    object-position: 58% center;
  }

  .hero-content {
    width: 100%;
    max-width: 342px;
  }

  .hero-content::before {
    left: -12px;
  }

  .hero-copy {
    max-width: 100%;
    font-size: 17px;
    overflow-wrap: break-word;
  }

  .hero-proof {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    width: 100%;
  }

  .hero-proof span {
    justify-content: center;
    text-align: center;
    min-width: 0;
    padding-inline: 8px;
    font-size: 12px;
    overflow-wrap: anywhere;
  }

  .lab-item {
    grid-template-columns: 1fr;
  }

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

  .step-grid,
  .example-grid,
  .support-grid {
    grid-template-columns: 1fr;
  }

  .form-row {
    grid-template-columns: 1fr;
  }

  h1 {
    max-width: 11ch;
    font-size: clamp(42px, 13vw, 56px);
  }

  h2 {
    font-size: clamp(28px, 10vw, 38px);
  }

  .capability {
    min-height: auto;
  }

  .capability span {
    margin-bottom: 26px;
  }

  .button {
    width: 100%;
  }

  .capability-strip {
    width: min(100% - 36px, 420px);
    margin-top: 18px;
    grid-template-columns: 1fr;
  }

  .ownership-band {
    width: min(100% - 36px, 420px);
  }

  .capability-strip div,
  .capability-strip div:nth-child(2) {
    border-right: 0;
  }

  .capability-strip div {
    padding: 20px;
    border-bottom: 1px solid rgba(242, 244, 242, 0.1);
  }

  .capability-strip div:last-child {
    border-bottom: 0;
  }

  .site-footer {
    display: grid;
  }
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    animation: none !important;
    scroll-behavior: auto !important;
    transition-duration: 0.01ms !important;
  }
}
