:root {
  --bg: #070708;
  --bg-deep: #030304;
  --surface: #101114;
  --surface-2: #15161a;
  --surface-3: #1b1d21;
  --text: #f7f7f8;
  --muted: #a9abb1;
  --muted-2: #777a82;
  --line: rgba(255, 255, 255, 0.12);
  --line-strong: rgba(255, 255, 255, 0.22);
  --silver: #d6d8dc;
  --blue: #62c8f3;
  --blue-soft: rgba(98, 200, 243, 0.15);
  --light-panel: #f2f4f5;
  --dark-text: #15171a;
  --header-height: 78px;
  --shell: 1240px;
  --radius: 18px;
  --ease: cubic-bezier(.2,.7,.2,1);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  min-width: 320px;
  background:
    radial-gradient(circle at 80% 15%, rgba(255,255,255,.045), transparent 28rem),
    var(--bg);
  color: var(--text);
  font-family: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif;
  font-size: 16px;
  line-height: 1.65;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}

img, video, svg { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button, input, select, textarea { font: inherit; }
button { color: inherit; }
::selection { background: rgba(98, 200, 243, .28); color: #fff; }

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.skip-link {
  position: fixed;
  z-index: 10000;
  top: 12px;
  left: 12px;
  transform: translateY(-160%);
  padding: 10px 16px;
  border-radius: 8px;
  background: #fff;
  color: #000;
  transition: transform .2s ease;
}
.skip-link:focus { transform: translateY(0); }

.shell {
  width: min(calc(100% - 48px), var(--shell));
  margin-inline: auto;
}

.site-header {
  position: fixed;
  z-index: 1000;
  inset: 0 0 auto;
  height: var(--header-height);
  border-bottom: 1px solid transparent;
  transition: background .35s ease, border-color .35s ease, backdrop-filter .35s ease;
}
.site-header.is-scrolled,
.site-header.menu-open {
  background: rgba(7, 7, 8, .86);
  border-color: var(--line);
  backdrop-filter: blur(18px);
  -webkit-backdrop-filter: blur(18px);
}
.header-inner {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 32px;
}
.brand {
  display: inline-flex;
  align-items: center;
  gap: 11px;
  flex: 0 0 auto;
}
.brand picture,
.brand img { width: 42px; height: 42px; }
.brand-type { display: grid; line-height: 1; letter-spacing: .12em; }
.brand-type strong { font-size: 12px; font-weight: 800; }
.brand-type span { margin-top: 5px; color: #b9bbc0; font-size: 9px; letter-spacing: .23em; }
.primary-nav { display: flex; align-items: center; gap: 30px; }
.primary-nav a {
  position: relative;
  color: #cacbd0;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: .05em;
  transition: color .2s ease;
}
.primary-nav a::after {
  content: "";
  position: absolute;
  left: 0;
  right: 100%;
  bottom: -9px;
  height: 1px;
  background: #fff;
  transition: right .25s var(--ease);
}
.primary-nav a:hover,
.primary-nav a:focus-visible,
.primary-nav a.is-active { color: #fff; }
.primary-nav a:hover::after,
.primary-nav a:focus-visible::after,
.primary-nav a.is-active::after { right: 0; }
.primary-nav .nav-contact {
  padding: 9px 16px;
  border: 1px solid var(--line-strong);
  border-radius: 999px;
}
.primary-nav .nav-contact::after { display: none; }
.primary-nav .nav-contact:hover { background: #fff; color: #09090a; }
.menu-toggle { display: none; }

.hero {
  position: relative;
  min-height: 100svh;
  display: grid;
  align-items: center;
  isolation: isolate;
  overflow: hidden;
}
.hero-media,
.hero-shade,
.hero-grid { position: absolute; inset: 0; }
.hero-media { z-index: -2; background: #000; }
.hero-shade {
  background:
    linear-gradient(90deg, rgba(3,3,4,.98) 0%, rgba(3,3,4,.89) 35%, rgba(3,3,4,.28) 70%, rgba(3,3,4,.68) 100%),
    linear-gradient(180deg, rgba(0,0,0,.30) 0%, transparent 45%, rgba(0,0,0,.9) 100%);
}
.hero-grid {
  opacity: .18;
  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: 86px 86px;
  mask-image: linear-gradient(90deg, #000, transparent 58%);
  -webkit-mask-image: linear-gradient(90deg, #000, transparent 58%);
}
.hero-inner {
  min-height: 100svh;
  display: grid;
  grid-template-columns: minmax(400px, .9fr) minmax(0, 1.15fr);
  align-items: center;
  gap: 176px;
  padding-top: calc(var(--header-height) + 54px);
  padding-bottom: 78px;
}
.hero-copy { position: relative; z-index: 2; max-width: 790px; }
.eyebrow {
  display: flex;
  align-items: center;
  gap: 12px;
  margin: 0 0 24px;
  color: #b9bbc1;
  font-size: 11px;
  line-height: 1.2;
  font-weight: 700;
  letter-spacing: .22em;
  text-transform: uppercase;
}
.eyebrow > span {
  width: 44px;
  height: 1px;
  background: currentColor;
  opacity: .7;
}
.hero h1 {
  margin: 0;
  max-width: 920px;
  font-size: clamp(3.5rem, 6.5vw, 6.65rem);
  line-height: .96;
  letter-spacing: -.055em;
  font-weight: 650;
}
.hero h1 em {
  display: inline-block;
  color: #a7a9ae;
  font-style: normal;
  font-weight: 400;
}
.hero-lead {
  max-width: 680px;
  margin: 30px 0 0;
  color: #c4c6ca;
  font-size: clamp(1rem, 1.35vw, 1.18rem);
  line-height: 1.75;
}
.hero-actions { display: flex; flex-wrap: wrap; gap: 14px; margin-top: 38px; }
.button {
  min-height: 52px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 12px 22px;
  border: 1px solid transparent;
  border-radius: 999px;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: .035em;
  cursor: pointer;
  transition: transform .2s var(--ease), background .2s ease, color .2s ease, border-color .2s ease;
}
.button:hover { transform: translateY(-2px); }
.button:focus-visible,
a:focus-visible,
input:focus-visible,
select:focus-visible,
textarea:focus-visible,
button:focus-visible { outline: 2px solid var(--blue); outline-offset: 3px; }
.button-primary { background: #f5f5f6; color: #09090a; }
.button-primary:hover { background: #fff; }
.button-quiet { border-color: var(--line-strong); color: #e7e7e9; background: rgba(255,255,255,.035); }
.button-quiet:hover { background: rgba(255,255,255,.09); border-color: rgba(255,255,255,.38); }
.hero-logo-wrap {
  position: relative;
  z-index: 1;
  display: grid;
  place-items: center;
  min-height: 520px;
}
.hero-logo-wrap::before {
  content: none;
  display: none;
}
.hero-logo-stage {
  position: relative;
  width: min(100%, 560px);
  transform: translate(-44px, -72px) scale(1.75);
  transform-origin: 50% 50%;
  isolation: isolate;
}
.hero-logo-fallback {
  display: block;
  opacity: 1;
  visibility: visible;
  transition: opacity .2s ease, visibility 0s linear 0s;
}
.hero-logo { position: relative; width: 100%; height: auto; filter: drop-shadow(0 28px 50px rgba(0,0,0,.48)); }
.hero-logo-video {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: contain;
  transform: scale(2.55);
  transform-origin: 50% 50%;
  background: #030304;
  opacity: 0;
  visibility: hidden;
  mix-blend-mode: screen;
  -webkit-mask-image: radial-gradient(ellipse closest-side at center, #000 0%, #000 82%, rgba(0,0,0,.94) 88%, rgba(0,0,0,.52) 95%, transparent 100%);
  mask-image: radial-gradient(ellipse closest-side at center, #000 0%, #000 82%, rgba(0,0,0,.94) 88%, rgba(0,0,0,.52) 95%, transparent 100%);
  transition: opacity .2s ease, visibility 0s linear .2s;
}
.hero-logo-stage.is-video-ready .hero-logo-fallback {
  opacity: 0;
  visibility: hidden;
  transition: opacity .2s ease, visibility 0s linear 0s;
}
.hero-logo-stage.is-video-ready .hero-logo-video {
  opacity: 1;
  visibility: visible;
  transition: opacity .2s ease, visibility 0s linear 0s;
}
@keyframes slow-rotate { to { transform: rotate(360deg); } }
.scroll-cue {
  position: absolute;
  left: 50%;
  bottom: 24px;
  display: grid;
  justify-items: center;
  gap: 9px;
  color: #92949a;
  font-size: 9px;
  font-weight: 700;
  letter-spacing: .22em;
  text-transform: uppercase;
  transform: translateX(-50%);
}
.scroll-cue i { width: 1px; height: 34px; background: linear-gradient(#bfc1c5, transparent); animation: scroll-pulse 1.8s ease-in-out infinite; }
@keyframes scroll-pulse { 0%,100% { transform: scaleY(.55); transform-origin: top; opacity: .45; } 50% { transform: scaleY(1); opacity: 1; } }

.section { position: relative; padding: 128px 0; }
.section-heading h2,
.portfolio-copy h2,
.founder-copy h2,
.contact-copy h2,
.next-step-copy h2 {
  margin: 0;
  font-size: clamp(2.5rem, 4.6vw, 4.9rem);
  line-height: 1.04;
  letter-spacing: -.045em;
  font-weight: 580;
}
.split-heading { display: grid; grid-template-columns: minmax(0, .95fr) minmax(360px, .85fr); gap: 80px; align-items: start; }
.section-intro { padding-top: 42px; color: #b8bac0; font-size: 1.05rem; }
.section-intro p { margin: 0 0 18px; }
.company-section {
  min-height: 100svh;
  padding-top: 200px;
  background: linear-gradient(180deg, #09090a 0%, #0d0e10 100%);
}
.company-section::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(255,255,255,.25), transparent);
}
.principles { display: grid; grid-template-columns: repeat(3, 1fr); margin-top: 86px; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.principle { min-height: 270px; padding: 34px 38px 38px; border-right: 1px solid var(--line); }
.principle:last-child { border-right: 0; }
.principle-number {
  display: block;
  color: #777a80;
  font-family: "Arial Narrow", "Roboto Condensed", Impact, sans-serif;
  font-size: clamp(3rem, 4vw, 4rem);
  font-weight: 800;
  line-height: .88;
  letter-spacing: -.055em;
}
.principle h3 { margin: 26px 0 10px; font-size: 1.5rem; letter-spacing: -.025em; }
.principle p { margin: 0; color: #979aa1; }

.focus-section { min-height: 100svh; overflow: hidden; background: #0d0e10; }
.focus-section::before {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(circle at 50% 35%, rgba(255,255,255,.065), transparent 35rem);
  pointer-events: none;
}
.focus-orbit {
  position: absolute;
  width: 920px;
  height: 920px;
  top: -430px;
  left: 50%;
  border: 1px solid rgba(255,255,255,.055);
  border-radius: 50%;
  transform: translateX(-50%);
  box-shadow: 0 0 0 120px rgba(255,255,255,.018), 0 0 0 240px rgba(255,255,255,.01);
}
.centered-heading { max-width: 850px; margin: 0 auto 70px; text-align: center; }
.centered-heading > p:last-child { max-width: 650px; margin: 22px auto 0; color: #a9abb1; }
.eyebrow-center { justify-content: center; }
.focus-grid { position: relative; display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.focus-card {
  position: relative;
  min-height: 440px;
  padding: 34px;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: linear-gradient(145deg, rgba(255,255,255,.045), rgba(255,255,255,.012));
  transition: transform .35s var(--ease), border-color .35s ease, background .35s ease;
}
.focus-card::after {
  content: "";
  position: absolute;
  inset: auto -30% -58% 25%;
  aspect-ratio: 1;
  border: 1px solid rgba(255,255,255,.07);
  border-radius: 50%;
}
.focus-card:hover { transform: translateY(-8px); border-color: rgba(255,255,255,.26); background: linear-gradient(145deg, rgba(255,255,255,.075), rgba(255,255,255,.018)); }
.focus-card-featured { background: linear-gradient(145deg, rgba(98,200,243,.10), rgba(255,255,255,.018)); border-color: rgba(98,200,243,.24); }
.focus-icon { width: 84px; height: 84px; display: grid; place-items: center; border: 1px solid var(--line); border-radius: 50%; }
.focus-icon svg { width: 44px; height: 44px; fill: none; stroke: #d8dade; stroke-width: 1.5; stroke-linecap: round; stroke-linejoin: round; }
.card-label { margin: 72px 0 8px; color: #7f8289; font-size: 10px; font-weight: 800; letter-spacing: .2em; text-transform: uppercase; }
.focus-card h3 { margin: 0 0 14px; font-size: 1.7rem; letter-spacing: -.03em; }
.focus-card > p:last-child { margin: 0; color: #a3a6ad; }

.next-step-section { min-height: 100svh; padding: 125px 0 90px; background: #09090a; }
.next-step-panel {
  position: relative;
  display: grid;
  grid-template-columns: .95fr 1.05fr;
  gap: 80px;
  align-items: center;
  min-height: 700px;
  padding: 80px;
  overflow: hidden;
  border-radius: 28px;
  background: var(--light-panel);
  color: var(--dark-text);
  box-shadow: 0 35px 80px rgba(0,0,0,.33);
}
.next-step-panel::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(20,22,24,.045) 1px, transparent 1px),
    linear-gradient(90deg, rgba(20,22,24,.045) 1px, transparent 1px);
  background-size: 48px 48px;
  mask-image: linear-gradient(90deg, #000, transparent 72%);
  -webkit-mask-image: linear-gradient(90deg, #000, transparent 72%);
  pointer-events: none;
}
.next-step-visual,
.next-step-copy { position: relative; z-index: 1; }
.next-step-visual { min-height: 500px; display: grid; place-items: center; }
.next-step-logo-card {
  position: relative;
  z-index: 2;
  width: min(100%, 520px);
  padding: 34px;
  border: 1px solid rgba(20,22,24,.11);
  border-radius: 18px;
  background: rgba(255,255,255,.87);
  box-shadow: 0 30px 70px rgba(23,25,28,.14);
}
.workflow-lines { position: absolute; inset: 10%; }
.workflow-lines span { position: absolute; height: 1px; background: rgba(18,20,22,.14); transform-origin: left; }
.workflow-lines span::after { content: ""; position: absolute; right: -4px; top: -3px; width: 7px; height: 7px; border-radius: 50%; background: var(--blue); }
.workflow-lines span:nth-child(1) { left: 4%; top: 20%; width: 35%; transform: rotate(18deg); }
.workflow-lines span:nth-child(2) { right: 2%; top: 18%; width: 36%; transform: rotate(160deg); }
.workflow-lines span:nth-child(3) { left: 0; bottom: 19%; width: 38%; transform: rotate(-16deg); }
.workflow-lines span:nth-child(4) { right: 0; bottom: 18%; width: 37%; transform: rotate(198deg); }
.workflow-lines span:nth-child(5) { left: 33%; top: 3%; width: 32%; transform: rotate(90deg); }
.eyebrow-dark { color: #555a61; }
.next-step-copy h2 { font-size: clamp(2.65rem, 4.2vw, 4.35rem); }
.next-step-lead { margin: 28px 0 16px; color: #2d3136; font-size: 1.13rem; line-height: 1.7; }
.next-step-copy > p:not(.eyebrow):not(.next-step-lead):not(.disclosure-note) { color: #555a61; }
.status-row { display: flex; flex-wrap: wrap; gap: 8px; margin: 28px 0 18px; }
.status-row span { padding: 8px 12px; border: 1px solid rgba(17,20,22,.15); border-radius: 999px; color: #32363b; font-size: 10px; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.disclosure-note { padding-left: 18px; border-left: 2px solid var(--blue); color: #686d74; font-size: .9rem; }
.text-link { display: inline-flex; gap: 8px; align-items: center; margin-top: 15px; padding-bottom: 3px; border-bottom: 1px solid rgba(20,22,24,.35); font-size: 13px; font-weight: 800; }
.text-link:hover { border-color: var(--blue); }

.portfolio-section { overflow: hidden; background: linear-gradient(180deg, #09090a 0%, #0b0c0e 100%); }
.portfolio-inner { min-height: 580px; display: grid; grid-template-columns: .85fr 1fr; align-items: center; gap: 90px; }
.portfolio-mark { position: relative; display: grid; place-items: center; }
.portfolio-mark::before,
.portfolio-mark::after { content: ""; position: absolute; border: 1px solid rgba(255,255,255,.06); border-radius: 50%; }
.portfolio-mark::before { width: 470px; height: 470px; }
.portfolio-mark::after { width: 610px; height: 610px; }
.portfolio-mark img { position: relative; z-index: 1; width: min(100%, 470px); opacity: .23; transform: rotate(-12deg); }
.portfolio-copy { max-width: 620px; }
.portfolio-copy h2 { margin-bottom: 28px; }
.portfolio-copy > p:not(.eyebrow) { color: #a5a8ae; font-size: 1.04rem; }

.founder-section { background: #0d0e10; }
.founder-grid { display: grid; grid-template-columns: minmax(340px, .82fr) minmax(0, 1.18fr); gap: 90px; align-items: center; }
.founder-image-wrap { position: relative; max-width: 520px; margin-inline: auto; }
.founder-image-wrap::before { content: ""; position: absolute; inset: 26px -26px -26px 26px; border: 1px solid rgba(255,255,255,.12); border-radius: 2px; }
.founder-image-wrap img { position: relative; z-index: 1; width: 100%; aspect-ratio: 3 / 4; object-fit: cover; object-position: center top; filter: saturate(.78) contrast(1.04); }
.image-caption { position: absolute; z-index: 2; left: 22px; right: 22px; bottom: 22px; display: grid; padding: 18px 20px; background: rgba(5,5,6,.72); backdrop-filter: blur(12px); border: 1px solid rgba(255,255,255,.14); }
.image-caption span { font-weight: 750; letter-spacing: .015em; }
.image-caption small { margin-top: 2px; color: #aeb0b5; font-size: 10px; letter-spacing: .15em; text-transform: uppercase; }
.founder-copy h2 { margin-bottom: 30px; }
.founder-copy > p:not(.eyebrow) { color: #abadb3; font-size: 1.02rem; }
blockquote { position: relative; margin: 46px 0 0; padding: 30px 0 0 40px; border-top: 1px solid var(--line); }
blockquote::before { content: "“"; position: absolute; left: 0; top: 14px; color: #6f7279; font-family: Georgia, serif; font-size: 3.2rem; line-height: 1; }
blockquote p { margin: 0; color: #d3d4d7; font-family: Georgia, "Times New Roman", serif; font-size: 1.15rem; font-style: italic; line-height: 1.75; }
blockquote cite { display: block; margin-top: 14px; color: #85888f; font-family: inherit; font-size: 11px; font-style: normal; font-weight: 800; letter-spacing: .16em; text-transform: uppercase; }

.contact-section { overflow: hidden; background: #070708; border-top: 1px solid var(--line); }
.contact-lines { position: absolute; inset: 0; opacity: .16; background-image: repeating-linear-gradient(135deg, transparent 0 80px, rgba(255,255,255,.07) 80px 81px); mask-image: linear-gradient(90deg, transparent, #000 50%, transparent); -webkit-mask-image: linear-gradient(90deg, transparent, #000 50%, transparent); }
.contact-grid { position: relative; display: grid; grid-template-columns: .9fr 1.1fr; gap: 100px; align-items: start; }
.contact-copy > p:not(.eyebrow) { max-width: 570px; color: #a5a7ad; font-size: 1.04rem; }
.contact-details { display: grid; gap: 0; margin-top: 48px; border-top: 1px solid var(--line); }
.contact-details > * { display: grid; padding: 18px 0; border-bottom: 1px solid var(--line); }
.contact-details span { color: #73767d; font-size: 10px; font-weight: 800; letter-spacing: .17em; text-transform: uppercase; }
.contact-details strong { margin-top: 4px; font-size: 1.05rem; font-weight: 600; }
.contact-details a:hover strong { color: var(--blue); }
.contact-form { padding: 40px; border: 1px solid var(--line); border-radius: var(--radius); background: rgba(255,255,255,.035); box-shadow: 0 30px 80px rgba(0,0,0,.22); }
.contact-form label { display: grid; gap: 8px; margin-bottom: 18px; }
.contact-form label > span { color: #9b9da4; font-size: 11px; font-weight: 700; letter-spacing: .08em; }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.contact-form input,
.contact-form select,
.contact-form textarea { width: 100%; border: 1px solid rgba(255,255,255,.14); border-radius: 9px; background: #0c0d0f; color: #f5f5f6; padding: 13px 14px; transition: border-color .2s ease, background .2s ease; }
.contact-form input,
.contact-form select { height: 50px; }
.contact-form textarea { resize: vertical; min-height: 130px; }
.contact-form input:hover,
.contact-form select:hover,
.contact-form textarea:hover { border-color: rgba(255,255,255,.26); }
.contact-form select { appearance: none; background-image: linear-gradient(45deg, transparent 50%, #999 50%), linear-gradient(135deg, #999 50%, transparent 50%); background-position: calc(100% - 18px) 21px, calc(100% - 13px) 21px; background-size: 5px 5px, 5px 5px; background-repeat: no-repeat; }
.form-submit { border: 0; }
.form-note { margin: 14px 0 0; color: #74777e; font-size: .78rem; line-height: 1.5; }
.form-note.is-error { color: #ffb1b1; }

.site-footer { padding: 36px 0; border-top: 1px solid var(--line); background: #050506; }
.footer-inner { display: grid; grid-template-columns: 1fr auto; gap: 26px; align-items: center; }
.footer-brand { display: flex; align-items: center; gap: 12px; }
.footer-brand img { width: 42px; height: 42px; opacity: .75; }
.footer-brand div { display: grid; }
.footer-brand strong { font-size: 11px; letter-spacing: .13em; }
.footer-brand span { margin-top: 2px; color: #6f7279; font-size: 9px; letter-spacing: .12em; text-transform: uppercase; }
.footer-links { display: flex; gap: 22px; color: #96989f; font-size: 12px; }
.footer-links a:hover { color: #fff; }
.copyright { grid-column: 1 / -1; margin: 0; color: #595c62; font-size: 11px; }

[data-reveal] { opacity: 0; transform: translateY(24px); transition: opacity .8s var(--ease), transform .8s var(--ease); transition-delay: var(--reveal-delay, 0ms); }
[data-reveal].is-visible { opacity: 1; transform: none; }

/* Privacy and utility pages */
.utility-page { min-height: 100svh; padding: 150px 0 90px; background: radial-gradient(circle at 75% 15%, rgba(255,255,255,.05), transparent 28rem), var(--bg); }
.utility-copy { max-width: 820px; }
.utility-copy h1 { margin: 0 0 28px; font-size: clamp(3rem, 6vw, 5.5rem); line-height: 1; letter-spacing: -.05em; }
.utility-copy h2 { margin: 48px 0 12px; font-size: 1.45rem; }
.utility-copy p,
.utility-copy li { color: #aeb0b6; }
.utility-copy a { color: #fff; border-bottom: 1px solid #777; }
.utility-back { display: inline-flex; margin-top: 36px; }
.not-found { min-height: 100svh; display: grid; place-items: center; text-align: center; }
.not-found .mark { width: 170px; margin: 0 auto 28px; opacity: .55; }
.not-found h1 { margin: 0; font-size: clamp(5rem, 18vw, 12rem); line-height: .8; letter-spacing: -.08em; }
.not-found p { color: #a6a8ae; }

@media (max-width: 1050px) {
  .hero-inner { grid-template-columns: .68fr 1fr; gap: 56px; }
  .hero-logo-wrap { min-height: 420px; }
  .hero-logo-stage { transform: translate(-18px, -38px) scale(1.42); transform-origin: 50% 50%; }
  .hero-logo-video { transform: scale(2.05); transform-origin: 50% 50%; }
  .split-heading { gap: 48px; }
  .next-step-panel { gap: 50px; padding: 58px; }
  .portfolio-inner { gap: 45px; }
  .founder-grid { gap: 60px; }
  .contact-grid { gap: 60px; }
}

@media (max-width: 860px) {
  :root { --header-height: 70px; }
  .shell { width: min(calc(100% - 34px), var(--shell)); }
  .menu-toggle { display: grid; place-items: center; width: 44px; height: 44px; border: 1px solid var(--line); border-radius: 50%; background: transparent; cursor: pointer; }
  .menu-toggle span:not(.sr-only) { position: absolute; width: 17px; height: 1px; background: #fff; transition: transform .25s ease; }
  .menu-toggle span:nth-child(2) { transform: translateY(-3px); }
  .menu-toggle span:nth-child(3) { transform: translateY(3px); }
  .menu-toggle[aria-expanded="true"] span:nth-child(2) { transform: rotate(45deg); }
  .menu-toggle[aria-expanded="true"] span:nth-child(3) { transform: rotate(-45deg); }
  .primary-nav { position: fixed; inset: var(--header-height) 0 auto; display: grid; gap: 0; padding: 16px 17px 24px; background: rgba(7,7,8,.97); border-bottom: 1px solid var(--line); transform: translateY(-130%); opacity: 0; visibility: hidden; transition: transform .35s var(--ease), opacity .25s ease, visibility .35s; }
  .primary-nav.is-open { transform: translateY(0); opacity: 1; visibility: visible; }
  .primary-nav a { padding: 15px 4px; border-bottom: 1px solid var(--line); font-size: 14px; }
  .primary-nav a::after { display: none; }
  .primary-nav .nav-contact { margin-top: 12px; text-align: center; border: 1px solid var(--line-strong); }
  .hero-inner { grid-template-columns: 1fr; align-content: center; gap: 38px; padding-top: 120px; padding-bottom: 100px; }
  .hero-copy { position: relative; z-index: 2; order: 1; }
  .hero-logo-wrap { position: relative; min-height: 0; width: min(100%, 560px); opacity: 1; transform: none; justify-self: center; order: 2; }
  .hero-logo-stage { width: 100%; transform: none; }
  .hero-logo-video { transform: scale(1.35); transform-origin: 50% 50%; }
  .hero-shade { background: linear-gradient(90deg, rgba(3,3,4,.98), rgba(3,3,4,.78)), linear-gradient(180deg, rgba(0,0,0,.35), rgba(0,0,0,.85)); }
  .hero h1 { font-size: clamp(3.3rem, 11vw, 5.6rem); }
  .split-heading,
  .next-step-panel,
  .portfolio-inner,
  .founder-grid,
  .contact-grid { grid-template-columns: 1fr; }
  .section-intro { padding-top: 0; }
  .company-section { min-height: auto; padding-top: 128px; }
  .focus-section,
  .next-step-section { min-height: auto; }
  .principles { grid-template-columns: 1fr; }
  .principle { min-height: auto; border-right: 0; border-bottom: 1px solid var(--line); }
  .principle:last-child { border-bottom: 0; }
  .principle h3 { margin-top: 28px; }
  .focus-grid { grid-template-columns: 1fr; }
  .focus-card { min-height: 360px; }
  .card-label { margin-top: 52px; }
  .next-step-panel { padding: 45px 36px; }
  .next-step-visual { min-height: 390px; }
  .next-step-copy { max-width: 690px; }
  .portfolio-mark { order: 2; opacity: .7; }
  .portfolio-copy { order: 1; }
  .portfolio-inner { min-height: auto; }
  .founder-image-wrap { max-width: 460px; }
}

@media (max-width: 600px) {
  .section { padding: 92px 0; }
  .brand-type strong { font-size: 11px; }
  .hero h1 { font-size: clamp(3rem, 16vw, 4.4rem); }
  .hero-lead { font-size: .98rem; }
  .hero-actions { display: grid; grid-template-columns: 1fr; }
  .hero-actions .button,
  .contact-form .button { width: 100%; }
  .scroll-cue { display: none; }
  .section-heading h2,
  .portfolio-copy h2,
  .founder-copy h2,
  .contact-copy h2,
  .next-step-copy h2 { font-size: clamp(2.45rem, 12vw, 3.6rem); }
  .principle { padding-inline: 16px; }
  .focus-card { padding: 28px; }
  .next-step-section { padding: 42px 0; }
  .next-step-panel { padding: 36px 22px; border-radius: 18px; }
  .next-step-visual { min-height: 285px; }
  .next-step-logo-card { padding: 20px; }
  .portfolio-mark::before { width: 300px; height: 300px; }
  .portfolio-mark::after { width: 400px; height: 400px; }
  .founder-image-wrap::before { inset: 14px -10px -14px 10px; }
  .form-row { grid-template-columns: 1fr; gap: 0; }
  .contact-form { padding: 24px 18px; }
  .footer-inner { grid-template-columns: 1fr; }
  .footer-links { justify-content: flex-start; }
  .copyright { grid-column: 1; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
  [data-reveal] { opacity: 1; transform: none; }
  .hero-logo-video { display: none; }
}
