:root {
  --red: #f30700;
  --red-dark: #a90804;
  --ink: #11110f;
  --ink-soft: #272521;
  --paper: #f3f0e8;
  --paper-deep: #e9e4d8;
  --white: #fffdf8;
  --line: rgba(17, 17, 15, 0.16);
  --muted: #706c64;
  --radius-lg: 32px;
  --radius-md: 20px;
  --page-pad: clamp(20px, 4vw, 72px);
  --max-width: 1600px;
  --ease: cubic-bezier(.16, 1, .3, 1);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  scroll-padding-top: 100px;
  background: var(--paper);
  text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font-family: "PingFang SC", "Microsoft YaHei", "Noto Sans CJK SC", Arial, sans-serif;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

body,
button,
a {
  font: inherit;
}

p {
  text-wrap: pretty;
}

h1,
h2,
h3 {
  line-break: strict;
  text-wrap: balance;
}

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

img {
  max-width: 100%;
  display: block;
}

button {
  color: inherit;
}

.skip-link {
  position: fixed;
  z-index: 1000;
  top: 8px;
  left: 8px;
  padding: 10px 16px;
  color: var(--ink);
  background: var(--white);
  border-radius: 999px;
  transform: translateY(-140%);
}

.skip-link:focus {
  transform: translateY(0);
}

.nav {
  position: fixed;
  z-index: 100;
  top: 24px;
  left: clamp(16px, 3vw, 44px);
  right: clamp(16px, 3vw, 44px);
  display: grid;
  grid-template-columns: minmax(190px, 1fr) auto minmax(190px, 1fr);
  align-items: center;
  gap: 20px;
  color: rgba(32, 33, 29, 0.64);
  font-size: 13px;
  pointer-events: none;
}

.brand {
  display: flex;
  align-items: center;
  gap: 12px;
  min-width: 0;
  width: fit-content;
  padding: 6px 14px 6px 6px;
  color: var(--ink);
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.72);
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.86), rgba(255, 255, 255, 0.56));
  box-shadow:
    0 22px 62px rgba(0, 0, 0, 0.18),
    inset 0 1px 0 rgba(255, 255, 255, 0.9),
    inset 0 -18px 34px rgba(32, 33, 29, 0.06);
  backdrop-filter: blur(22px) saturate(1.22);
  -webkit-backdrop-filter: blur(22px) saturate(1.22);
  pointer-events: auto;
}

.brand-mark {
  width: 58px;
  height: 46px;
  display: grid;
  place-items: center;
  border-radius: 999px;
  background: linear-gradient(145deg, rgba(255, 255, 255, 0.9), rgba(255, 255, 255, 0.42));
  border: 1px solid rgba(255, 255, 255, 0.74);
  box-shadow:
    0 18px 48px rgba(32, 33, 29, 0.1),
    inset 0 1px 0 rgba(255, 255, 255, 0.9),
    inset 0 -14px 26px rgba(32, 33, 29, 0.05);
  backdrop-filter: blur(20px) saturate(1.25);
  -webkit-backdrop-filter: blur(20px) saturate(1.25);
}

.brand-mark img {
  width: 64px;
  transform: translateX(-1px);
}

.brand-name {
  display: grid;
  gap: 3px;
  min-width: 0;
  letter-spacing: 0;
  text-transform: none;
}

.brand-name strong {
  color: rgba(16, 17, 14, 0.92);
  font-size: 17px;
  line-height: 1;
  white-space: nowrap;
}

.brand-name span {
  color: rgba(16, 17, 14, 0.58);
  font-size: 11px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  white-space: nowrap;
}

.nav-links {
  position: relative;
  justify-self: center;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 5px;
  padding: 10px;
  color: rgba(32, 33, 29, 0.66);
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.76), rgba(255, 255, 255, 0.44)),
    radial-gradient(circle at 28% 0%, rgba(255, 255, 255, 0.96), transparent 42%),
    radial-gradient(circle at 78% 100%, rgba(255, 255, 255, 0.42), transparent 44%);
  border: 1px solid rgba(255, 255, 255, 0.82);
  box-shadow:
    0 24px 76px rgba(0, 0, 0, 0.22),
    inset 0 1px 0 rgba(255, 255, 255, 0.92),
    inset 0 -18px 34px rgba(32, 33, 29, 0.06);
  backdrop-filter: blur(28px) saturate(1.36);
  -webkit-backdrop-filter: blur(28px) saturate(1.36);
  overflow: hidden;
  border-radius: 999px;
  isolation: isolate;
  pointer-events: auto;
}

.nav-links::before,
.nav-links::after {
  content: "";
  position: absolute;
  z-index: 0;
  pointer-events: none;
}

.nav-links::before {
  inset: 1px;
  border-radius: inherit;
  background:
    linear-gradient(105deg, rgba(255, 255, 255, 0.74), transparent 24% 72%, rgba(255, 255, 255, 0.4)),
    radial-gradient(circle at var(--nav-x, 50%) 50%, rgba(255, 255, 255, 0.62), transparent 24%);
  opacity: 0.62;
  mix-blend-mode: screen;
}

.nav-links::after {
  left: 18px;
  right: 18px;
  top: 5px;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.88), transparent);
}

.liquid-thumb,
.liquid-trail {
  position: absolute;
  left: 0;
  top: 0;
  width: var(--liquid-w, 72px);
  height: var(--liquid-h, 42px);
  border-radius: 999px;
  pointer-events: none;
  transform:
    translate3d(var(--liquid-x, 6px), var(--liquid-y, 6px), 0)
    scaleX(var(--liquid-sx, 1))
    scaleY(var(--liquid-sy, 1));
  transform-origin: center;
  opacity: 0;
}

.liquid-trail {
  z-index: 1;
  background: rgba(255, 255, 255, 0.35);
  filter: blur(13px);
  transition:
    width 620ms cubic-bezier(.2, .9, .2, 1),
    height 620ms cubic-bezier(.2, .9, .2, 1),
    transform 780ms var(--ease),
    opacity 280ms ease;
}

.liquid-thumb {
  z-index: 2;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.72);
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.78), rgba(255, 255, 255, 0.3)),
    radial-gradient(circle at var(--thumb-light-x, 50%) 0%, rgba(255, 255, 255, 0.98), transparent 58%),
    radial-gradient(circle at 82% 100%, rgba(255, 255, 255, 0.48), transparent 52%);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.96),
    inset 0 -22px 34px rgba(32, 33, 29, 0.05),
    inset 16px 0 28px rgba(255, 255, 255, 0.36),
    inset -16px 0 28px rgba(32, 33, 29, 0.055),
    0 12px 30px rgba(255, 255, 255, 0.18),
    0 22px 54px rgba(32, 33, 29, 0.12);
  backdrop-filter: blur(30px) saturate(1.6) contrast(1.08);
  -webkit-backdrop-filter: blur(30px) saturate(1.6) contrast(1.08);
  transition:
    width 580ms var(--ease),
    height 580ms var(--ease),
    transform 700ms var(--ease),
    opacity 220ms ease;
}

.nav-links.is-ready .liquid-thumb {
  opacity: 1;
}

.nav-links.is-ready .liquid-trail {
  opacity: 0.5;
}

.liquid-thumb::before,
.liquid-thumb::after {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  pointer-events: none;
}

.liquid-thumb::before {
  background:
    linear-gradient(110deg, rgba(255, 255, 255, 0.92), transparent 24% 62%, rgba(255, 255, 255, 0.38)),
    radial-gradient(circle at 24% 22%, rgba(255, 255, 255, 0.92), transparent 18%);
  opacity: 0.66;
  mix-blend-mode: screen;
}

.liquid-thumb::after {
  inset: 2px;
  border: 1px solid rgba(255, 255, 255, 0.42);
  box-shadow:
    inset 0 0 18px rgba(255, 255, 255, 0.24),
    inset 0 -10px 18px rgba(32, 33, 29, 0.04);
}

.nav-links a {
  position: relative;
  z-index: 3;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 42px;
  padding: 0 17px;
  border-radius: 999px;
  color: rgba(20, 22, 18, 0.72);
  font-size: 14px;
  font-weight: 650;
  letter-spacing: 0;
  white-space: nowrap;
  transition: color 320ms var(--ease), transform 320ms var(--ease);
}

.nav-links a:hover,
.nav-links a:focus-visible,
.nav-links a.active {
  color: var(--red-dark);
  transform: translateY(-1px);
}

.nav-pill {
  justify-self: end;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 12px 18px;
  border: 1px solid rgba(255, 255, 255, 0.86);
  border-radius: 999px;
  color: rgba(18, 20, 17, 0.72);
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.86), rgba(255, 255, 255, 0.58)),
    radial-gradient(circle at 22% 0%, rgba(255, 255, 255, 0.98), transparent 46%);
  box-shadow:
    0 22px 62px rgba(0, 0, 0, 0.18),
    inset 0 1px 0 rgba(255, 255, 255, 0.96),
    inset 0 -16px 30px rgba(32, 33, 29, 0.05);
  backdrop-filter: blur(26px) saturate(1.28);
  -webkit-backdrop-filter: blur(26px) saturate(1.28);
  text-transform: none;
  letter-spacing: 0;
  font-weight: 650;
  white-space: nowrap;
  pointer-events: auto;
}

.nav-pill i {
  width: 8px;
  height: 8px;
  border-radius: 999px;
  background: var(--red);
  box-shadow: 0 0 10px rgba(243, 7, 0, 0.46);
}

.about-hero {
  position: relative;
  height: 100svh;
  min-height: 100svh;
  display: grid;
  grid-template-rows: minmax(0, 1fr) auto;
  overflow: clip;
  color: var(--white);
  background:
    radial-gradient(circle at 76% 42%, rgba(243, 7, 0, 0.14), transparent 34%),
    radial-gradient(circle at 12% 92%, rgba(138, 19, 12, 0.18), transparent 31%),
    #11110f;
  padding: clamp(100px, 13vh, 138px) var(--page-pad) 0;
}

.hero-grain {
  position: absolute;
  z-index: 2;
  inset: 0;
  opacity: 0.055;
  pointer-events: none;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 200 200' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.9' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.75'/%3E%3C/svg%3E");
}

.about-hero::after {
  content: "";
  position: absolute;
  z-index: 1;
  inset: 0;
  pointer-events: none;
  background:
    linear-gradient(90deg, #11110f 0%, rgba(17, 17, 15, 0.98) 32%, rgba(17, 17, 15, 0.72) 50%, rgba(17, 17, 15, 0.08) 76%),
    linear-gradient(0deg, #11110f 0%, transparent 24%, transparent 82%, rgba(17, 17, 15, 0.26) 100%);
}

.hero-inner {
  position: relative;
  z-index: 3;
  width: min(100%, 1920px);
  min-height: 0;
  margin: 0 auto;
  display: grid;
  align-items: center;
  padding: 0 0 clamp(22px, 4vh, 48px);
}

.hero-copy {
  position: relative;
  z-index: 4;
  width: min(52vw, 810px);
}

.eyebrow,
.heading-kicker {
  margin: 0 0 clamp(16px, 2.7vh, 28px);
  display: flex;
  align-items: center;
  gap: 11px;
  color: rgba(255, 253, 248, 0.72);
  font-size: 13px;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.eyebrow > span {
  width: 22px;
  height: 2px;
  background: var(--red);
}

.hero-copy h1 {
  margin: 0;
  max-width: 810px;
  font-size: clamp(48px, 6vw, 96px);
  line-height: 0.92;
  letter-spacing: -0.065em;
  font-weight: 700;
}

.hero-copy h1 > span {
  display: block;
}

.hero-result {
  margin-top: 0.08em;
}

.word-window {
  position: relative;
  display: inline-grid;
  min-width: 4.2em;
  height: 1em;
  vertical-align: bottom;
  overflow: hidden;
  color: var(--red);
}

.hero-word {
  position: absolute;
  inset: 0 auto auto 0;
  opacity: 0;
  transform: translateY(105%) rotate(2deg);
  transition: opacity 560ms ease, transform 680ms cubic-bezier(.16, 1, .3, 1);
  white-space: nowrap;
}

.hero-word.is-active {
  opacity: 1;
  transform: translateY(0) rotate(0);
}

.hero-word.was-active {
  opacity: 0;
  transform: translateY(-105%) rotate(-2deg);
}

.hero-lead {
  max-width: 650px;
  margin: clamp(20px, 3.4vh, 34px) 0 0;
  color: rgba(255, 253, 248, 0.78);
  font-size: clamp(15px, 1.12vw, 18px);
  line-height: 1.75;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: clamp(20px, 3.1vh, 32px);
}

.button {
  min-height: 48px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 26px;
  padding: 0 22px;
  border: 1px solid transparent;
  border-radius: 999px;
  font-size: 14px;
  font-weight: 600;
  transition: transform 220ms ease, color 220ms ease, background 220ms ease, border-color 220ms ease;
}

.button-arrow {
  width: 16px;
  height: 16px;
  flex: 0 0 auto;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.button:hover,
.button:focus-visible {
  transform: translateY(-2px);
}

.button-primary {
  color: var(--white);
  background: var(--red);
}

.button-primary:hover,
.button-primary:focus-visible {
  background: #ff2019;
}

.button-ghost {
  color: var(--white);
  border-color: rgba(255, 255, 255, 0.27);
  background: rgba(255, 255, 255, 0.04);
}

.button-ghost:hover,
.button-ghost:focus-visible {
  border-color: rgba(255, 255, 255, 0.62);
  background: rgba(255, 255, 255, 0.09);
}

.hero-tags {
  margin: clamp(16px, 2.5vh, 28px) 0 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 9px;
  list-style: none;
}

.hero-tags li {
  padding: 7px 11px;
  color: rgba(255, 253, 248, 0.68);
  border: 1px solid rgba(255, 255, 255, 0.11);
  border-radius: 999px;
  font-size: 13px;
}

.hero-scene {
  position: absolute;
  z-index: 0;
  inset: 0;
  overflow: hidden;
  pointer-events: none;
}

.scene-shell {
  position: absolute;
  inset: -12% -3% -18% 28%;
  overflow: hidden;
  background: transparent;
  mask-image: linear-gradient(90deg, transparent 0%, rgba(0, 0, 0, 0.36) 12%, #000 31%, #000 90%, transparent 100%);
  -webkit-mask-image: linear-gradient(90deg, transparent 0%, rgba(0, 0, 0, 0.36) 12%, #000 31%, #000 90%, transparent 100%);
}

.scene-shell::after {
  content: "";
  position: absolute;
  z-index: 4;
  inset: 0;
  pointer-events: none;
  background:
    linear-gradient(90deg, #11110f 0%, #11110f 25%, rgba(17, 17, 15, 0.92) 34%, transparent 54%),
    linear-gradient(0deg, #11110f 0%, #11110f 27%, rgba(17, 17, 15, 0.88) 38%, transparent 59%);
}

.scene-fallback {
  position: absolute;
  inset: 0;
  overflow: hidden;
  opacity: 0.72;
  background:
    linear-gradient(108deg, transparent 24%, rgba(243, 7, 0, 0.045) 58%, rgba(243, 7, 0, 0.08) 75%, transparent 94%);
  transition: opacity 700ms ease;
}

.spline-stage {
  position: absolute;
  z-index: 3;
  inset: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  transform: scale(1.16) translate3d(5%, -1%, 0);
  transform-origin: 58% 48%;
  filter: saturate(1.08) contrast(1.02);
  transition: opacity 900ms ease;
}

.scene-shell.is-loaded .spline-stage {
  opacity: 1;
}

.scene-shell.is-loaded .scene-fallback {
  opacity: 0.05;
}

.metric-band {
  position: relative;
  z-index: 3;
  width: min(100%, 1920px);
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  border-top: 1px solid rgba(255, 255, 255, 0.13);
}

.metric-band article {
  min-height: clamp(92px, 14vh, 132px);
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 25px clamp(18px, 2.5vw, 40px);
  border-right: 1px solid rgba(255, 255, 255, 0.13);
}

.metric-band article:first-child {
  border-left: 1px solid rgba(255, 255, 255, 0.13);
}

.metric-band strong {
  font-family: Arial, sans-serif;
  font-size: clamp(30px, 3.15vw, 54px);
  line-height: 1;
  letter-spacing: -0.05em;
  font-weight: 500;
}

.metric-band strong small {
  margin-left: 3px;
  color: var(--red);
  font-size: 0.42em;
}

.metric-band span {
  margin-top: 10px;
  color: rgba(255, 253, 248, 0.66);
  font-size: 14px;
}

.section {
  width: min(100%, calc(var(--max-width) + var(--page-pad) * 2));
  margin: 0 auto;
  padding: clamp(92px, 10vw, 180px) var(--page-pad);
}

.manifesto {
  display: grid;
  grid-template-columns: 0.55fr 2.2fr 0.72fr;
  gap: clamp(28px, 5vw, 88px);
  align-items: start;
}

.section-label {
  display: flex;
  align-items: center;
  gap: 13px;
}

.section-label span {
  width: 34px;
  height: 34px;
  display: grid;
  place-items: center;
  flex: 0 0 auto;
  border: 1px solid var(--line);
  border-radius: 50%;
  color: var(--red);
  font-size: 12px;
}

.section-label p {
  margin: 0;
  color: var(--muted);
  font-size: 14px;
  letter-spacing: 0.08em;
}

.manifesto-copy > p {
  margin: 4px 0 28px;
  color: var(--muted);
  font-size: 16px;
}

.manifesto-copy h2 {
  margin: 0;
  font-size: clamp(34px, 4vw, 68px);
  line-height: 1.35;
  letter-spacing: -0.045em;
  font-weight: 600;
  text-wrap: balance;
}

.manifesto-copy h2 span {
  color: var(--red);
}

.manifesto-aside {
  align-self: end;
  padding-top: 160px;
}

.manifesto-aside > p {
  margin: 0;
  color: var(--muted);
  font-size: 16px;
  line-height: 1.8;
}

.manifesto-aside a {
  display: inline-flex;
  align-items: center;
  gap: 16px;
  margin-top: 24px;
  padding-bottom: 5px;
  border-bottom: 1px solid var(--ink);
  font-size: 14px;
  font-weight: 600;
}

.capabilities {
  width: 100%;
  max-width: none;
  min-height: 100svh;
  display: grid;
  align-content: center;
  padding-top: clamp(112px, 13vh, 144px);
  padding-bottom: clamp(30px, 5vh, 64px);
  color: var(--white);
  background:
    radial-gradient(circle at 84% 12%, rgba(243, 7, 0, 0.13), transparent 27%),
    radial-gradient(circle at 12% 92%, rgba(255, 255, 255, 0.035), transparent 30%),
    var(--ink);
  overflow: hidden;
  scroll-margin-top: 0;
}

.capabilities > * {
  width: min(100%, var(--max-width));
  margin-left: auto;
  margin-right: auto;
}

.system-intro {
  display: grid;
  grid-template-columns: minmax(190px, 0.55fr) minmax(0, 2.95fr);
  gap: clamp(28px, 5vw, 88px);
  align-items: end;
  margin-bottom: clamp(22px, 3vh, 34px);
}

.capabilities .section-label span {
  border-color: rgba(255, 255, 255, 0.18);
}

.capabilities .section-label p {
  color: rgba(255, 255, 255, 0.48);
}

.heading-kicker {
  margin-bottom: 18px;
  color: var(--red);
  font-size: 13px;
}

.system-intro-copy {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(220px, 0.45fr);
  grid-template-areas:
    "kicker kicker"
    "title summary";
  column-gap: clamp(30px, 5vw, 84px);
  align-items: end;
}

.system-intro-copy .heading-kicker {
  grid-area: kicker;
  margin: 0 0 13px;
  font: 11px/1.2 Arial, sans-serif;
  letter-spacing: 0.18em;
}

.system-intro-copy h2,
.process-intro h2 {
  margin: 0;
  font-size: clamp(38px, 5vw, 78px);
  line-height: 1.12;
  letter-spacing: -0.05em;
  text-wrap: balance;
}

.system-intro-copy h2 {
  grid-area: title;
  font-size: clamp(42px, 4.3vw, 68px);
  line-height: 0.98;
  letter-spacing: -0.055em;
}

.system-intro-copy h2 span {
  color: var(--red);
}

.system-intro-copy > p:last-child {
  grid-area: summary;
  margin: 0 0 2px;
  color: rgba(255, 255, 255, 0.56);
  font-size: clamp(14px, 1.15vw, 18px);
  line-height: 1.7;
}

.process-intro h2 {
  max-width: none;
  font-size: clamp(38px, 4.6vw, 72px);
  white-space: nowrap;
  text-wrap: nowrap;
  word-break: keep-all;
  overflow-wrap: normal;
}

.process-title-line {
  display: inline;
  white-space: nowrap;
}

.company-system {
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 26px;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.035), transparent 55%),
    rgba(255, 255, 255, 0.018);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.05);
  overflow: hidden;
}

.company-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.company-card {
  position: relative;
  min-width: 0;
  min-height: clamp(236px, 31vh, 294px);
  display: flex;
  flex-direction: column;
  padding: clamp(24px, 2.4vw, 38px);
  border-right: 1px solid rgba(255, 255, 255, 0.13);
  background: linear-gradient(145deg, rgba(255, 255, 255, 0.024), transparent 64%);
  isolation: isolate;
  transition: background 320ms ease;
}

.company-card:last-child {
  border-right: 0;
}

.company-card::before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: clamp(24px, 2.5vw, 38px);
  width: 46px;
  height: 3px;
  background: var(--red);
}

.company-card:hover {
  background: linear-gradient(145deg, rgba(243, 7, 0, 0.075), rgba(255, 255, 255, 0.025) 62%);
}

.company-card-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: auto;
}

.company-card-top span {
  color: var(--red);
  font: 11px/1 Arial, sans-serif;
  letter-spacing: 0.08em;
}

.company-card-top b {
  color: rgba(255, 255, 255, 0.28);
  font: 10px/1 Arial, sans-serif;
  font-weight: 500;
  letter-spacing: 0.14em;
}

.company-role {
  margin: clamp(26px, 4vh, 42px) 0 8px;
  color: rgba(255, 255, 255, 0.48);
  font-size: 13px;
  font-weight: 600;
}

.company-card h3 {
  margin: 0;
  font-size: clamp(27px, 2.3vw, 38px);
  line-height: 1;
  letter-spacing: -0.045em;
}

.company-statement {
  margin: 18px 0 0;
  color: rgba(255, 255, 255, 0.92);
  font-size: clamp(18px, 1.5vw, 24px);
  line-height: 1.34;
  letter-spacing: -0.03em;
  font-weight: 600;
}

.company-scope {
  margin: auto 0 0;
  padding-top: 18px;
  color: rgba(255, 255, 255, 0.42);
  font-size: 12px;
  line-height: 1.5;
  letter-spacing: 0.02em;
}

.system-note {
  min-height: 64px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: 14px clamp(24px, 2.4vw, 38px);
  border-top: 1px solid rgba(255, 255, 255, 0.13);
  background:
    linear-gradient(90deg, rgba(243, 7, 0, 0.1), transparent 32%),
    rgba(255, 255, 255, 0.018);
}

.system-note span {
  color: var(--red);
  font: 10px/1.2 Arial, sans-serif;
  letter-spacing: 0.14em;
}

.system-note strong {
  color: rgba(255, 255, 255, 0.72);
  font-size: clamp(14px, 1.2vw, 18px);
  font-weight: 500;
  letter-spacing: -0.01em;
}

.process {
  background: var(--paper);
}

.process-intro {
  display: grid;
  grid-template-columns: minmax(160px, .48fr) minmax(0, 2fr);
  gap: clamp(28px, 5vw, 88px);
  align-items: end;
  margin-bottom: clamp(58px, 8vw, 120px);
}

.process-intro .heading-kicker {
  color: var(--red);
}

.process-intro > p {
  grid-column: 2;
  margin: 0;
  max-width: 660px;
  color: var(--muted);
  font-size: 16px;
  line-height: 1.8;
}

.process-list {
  margin: 0;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  list-style: none;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.process-list li {
  min-height: 330px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 28px clamp(18px, 2vw, 32px) 34px;
  border-right: 1px solid var(--line);
  transition: color 260ms ease, background 260ms ease, transform 260ms ease;
}

.process-list li:last-child {
  border-right: 0;
}

.process-list li > span {
  color: var(--red);
  font: 12px/1 Arial, sans-serif;
}

.process-list h3 {
  margin: 0 0 16px;
  font-size: clamp(18px, 1.55vw, 24px);
}

.process-list p {
  margin: 0;
  color: var(--muted);
  font-size: 15px;
  line-height: 1.72;
}

.process-list li:hover {
  color: var(--white);
  background: var(--red);
  transform: translateY(-8px);
}

.process-list li:hover > span,
.process-list li:hover p {
  color: rgba(255, 255, 255, 0.75);
}

.about-cta {
  width: min(calc(100% - var(--page-pad) * 2), 1440px);
  margin-bottom: clamp(60px, 6vw, 96px);
  padding: clamp(44px, 5vw, 76px);
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(320px, 0.72fr);
  align-items: center;
  gap: clamp(48px, 7vw, 108px);
  overflow: hidden;
  color: var(--white);
  background:
    radial-gradient(circle at 84% 10%, rgba(255, 255, 255, 0.12), transparent 25%),
    linear-gradient(135deg, #dc120c, #9f130f);
  border-radius: 28px;
}

.about-cta h2 {
  margin: 0;
  max-width: 10.5em;
  font-size: clamp(40px, 4.5vw, 68px);
  line-height: 1.12;
  letter-spacing: -0.045em;
  text-wrap: balance;
}

.about-cta > div:last-child > p {
  max-width: 480px;
  margin: 0 0 30px;
  color: rgba(255, 255, 255, 0.8);
  font-size: 17px;
  line-height: 1.75;
}

.button-light {
  color: var(--ink);
  background: var(--white);
}

.button-light:hover,
.button-light:focus-visible {
  background: #fff;
}

.site-footer {
  padding: 54px var(--page-pad) 32px;
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 48px;
  color: rgba(255, 255, 255, 0.64);
  background: var(--ink);
}

.site-footer > div,
.site-footer > nav,
.site-footer > p {
  width: min(100%, var(--max-width));
}

.footer-brand {
  padding: 0;
  color: var(--white);
  border: 0;
  background: transparent;
  box-shadow: none;
  backdrop-filter: none;
  -webkit-backdrop-filter: none;
}

.footer-brand .brand-mark {
  width: 46px;
  height: 38px;
  border: 0;
  background: transparent;
}

.footer-brand .brand-name strong {
  color: var(--white);
}

.footer-brand .brand-name span {
  color: rgba(255, 255, 255, 0.38);
}

.site-footer > div > p {
  margin: 20px 0 0;
  font-size: 12px;
  line-height: 1.8;
}

.site-footer nav {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 24px;
  align-items: start;
  font-size: 13px;
}

.site-footer nav a:hover,
.site-footer nav a:focus-visible {
  color: var(--white);
}

.copyright {
  grid-column: 1 / -1;
  margin: 10px 0 0;
  padding-top: 24px;
  border-top: 1px solid rgba(255, 255, 255, 0.11);
  color: rgba(255, 255, 255, 0.34);
  font-size: 11px;
}

[data-reveal] {
  opacity: 0;
  transform: translateY(30px);
  transition: opacity 800ms ease, transform 900ms cubic-bezier(.16, 1, .3, 1);
}

[data-reveal].is-visible {
  opacity: 1;
  transform: translateY(0);
}

.metric-band article:nth-child(2),
.process-list li:nth-child(2) { transition-delay: 80ms; }
.metric-band article:nth-child(3),
.process-list li:nth-child(3) { transition-delay: 160ms; }
.metric-band article:nth-child(4),
.process-list li:nth-child(4) { transition-delay: 240ms; }
.process-list li:nth-child(5) { transition-delay: 320ms; }

@media (max-width: 1180px) {
  .manifesto {
    grid-template-columns: 0.5fr 2fr;
  }

  .manifesto-aside {
    grid-column: 2;
    padding-top: 0;
    max-width: 660px;
  }

  .process-intro {
    grid-template-columns: 0.5fr 2fr;
  }

  .process-intro > p {
    grid-column: 2;
    max-width: 660px;
  }

  .process-list {
    grid-template-columns: repeat(3, 1fr);
  }

  .process-list li {
    border-bottom: 1px solid var(--line);
  }

  .process-list li:nth-child(3) {
    border-right: 0;
  }

  .process-list li:nth-last-child(-n+2) {
    border-bottom: 0;
  }
}

@media (max-width: 980px) {
  .nav {
    top: 12px;
    left: 14px;
    right: 14px;
    grid-template-columns: auto minmax(0, 1fr);
    gap: 12px;
  }

  .nav-links {
    justify-self: end;
    gap: 2px;
    padding: 7px;
  }

  .liquid-thumb,
  .liquid-trail {
    display: none;
  }

  .nav-links a {
    min-height: 36px;
    padding: 0 10px;
    font-size: 12px;
  }

  .nav-pill {
    display: none;
  }

  .about-hero {
    height: auto;
    min-height: 100svh;
    padding-top: 104px;
  }

  .hero-inner {
    min-height: 520px;
  }

  .hero-copy {
    width: min(82vw, 720px);
  }

  .hero-scene {
    opacity: 0.72;
  }

  .scene-shell {
    inset: -8% -24% 0 28%;
  }

  .spline-stage {
    display: none;
  }

  .metric-band {
    grid-template-columns: repeat(2, 1fr);
  }

  .metric-band article:nth-child(2) {
    border-right: 1px solid rgba(255, 255, 255, 0.13);
  }

  .metric-band article:nth-child(3),
  .metric-band article:nth-child(4) {
    border-top: 1px solid rgba(255, 255, 255, 0.13);
  }

  .metric-band article:nth-child(3) {
    border-left: 1px solid rgba(255, 255, 255, 0.13);
  }

  .system-intro {
    grid-template-columns: 130px minmax(0, 1fr);
    gap: 28px;
  }

  .system-intro-copy {
    grid-template-columns: minmax(0, 1fr) minmax(180px, .55fr);
    column-gap: 24px;
  }

  .system-intro-copy h2 {
    font-size: clamp(40px, 6vw, 54px);
  }

  .company-card {
    min-height: 252px;
    padding: 24px 20px;
  }

  .company-scope {
    font-size: 10.5px;
  }

  .about-cta {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 780px) {
  :root {
    --page-pad: 18px;
    --radius-lg: 24px;
  }

  .nav {
    top: max(8px, env(safe-area-inset-top));
    left: 10px;
    right: 10px;
    grid-template-columns: auto minmax(0, 1fr);
    align-items: start;
    gap: 8px;
  }

  .brand {
    min-height: 38px;
    max-width: 43vw;
    padding: 4px 8px 4px 4px;
    gap: 6px;
    overflow: hidden;
    backdrop-filter: blur(16px) saturate(1.15);
    -webkit-backdrop-filter: blur(16px) saturate(1.15);
  }

  .brand-mark {
    width: 34px;
    height: 30px;
    min-width: 34px;
  }

  .brand-mark img {
    width: 40px;
    height: auto;
  }

  .brand-name strong {
    font-size: 12px;
  }

  .brand-name span {
    margin-top: 3px;
    font-size: 7px;
    line-height: 1;
    letter-spacing: 0.08em;
  }

  .nav-links {
    max-width: 54vw;
    min-width: 0;
    min-height: 38px;
    padding: 5px;
    gap: 2px;
    overflow-x: auto;
    overflow-y: hidden;
    scrollbar-width: none;
    backdrop-filter: blur(18px) saturate(1.18);
    -webkit-backdrop-filter: blur(18px) saturate(1.18);
  }

  .nav-links::-webkit-scrollbar {
    display: none;
  }

  .nav-links a {
    flex: 0 0 auto;
    min-height: 28px;
    padding: 0 10px;
    font-size: 11px;
    line-height: 28px;
  }

  .about-hero {
    height: auto;
    min-height: 100svh;
    padding-top: 90px;
  }

  .hero-inner {
    min-height: 0;
    padding: 34px 0 48px;
  }

  .hero-copy {
    width: 100%;
  }

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

  .hero-copy h1 {
    font-size: clamp(44px, 14vw, 60px);
    letter-spacing: -0.07em;
  }

  .hero-result {
    display: flex !important;
    flex-wrap: wrap;
    gap: 0.15em;
  }

  .word-window {
    min-width: 4.05em;
  }

  .hero-lead {
    max-width: 92%;
    margin-top: 24px;
    font-size: 15px;
    line-height: 1.8;
  }

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

  .button {
    width: 100%;
  }

  .hero-tags {
    margin-top: 20px;
  }

  .scene-shell {
    inset: 4% -55% 26% 5%;
  }

  .metric-band article {
    min-height: 120px;
    padding: 22px 17px;
  }

  .metric-band strong {
    font-size: 34px;
  }

  .metric-band span {
    font-size: 13px;
  }

  .section {
    padding-top: 88px;
    padding-bottom: 88px;
  }

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

  .manifesto-aside {
    grid-column: auto;
  }

  .manifesto-copy > p {
    margin-top: 14px;
  }

  .manifesto-copy h2 {
    font-size: 34px;
  }

  .section-heading {
    margin-bottom: 44px;
  }

  .system-intro {
    grid-template-columns: 116px minmax(0, 1fr);
    gap: 18px;
  }

  .system-intro-copy {
    grid-template-columns: minmax(0, 1fr) minmax(150px, .48fr);
    column-gap: 18px;
  }

  .system-intro-copy h2 {
    font-size: 40px;
  }

  .system-intro-copy > p:last-child {
    font-size: 13px;
  }

  .section-heading h2,
  .process-intro h2 {
    font-size: 39px;
  }

  .company-system {
    border-radius: 22px;
  }

  .system-core > div {
    align-items: flex-start;
    flex-direction: column;
    gap: 10px;
  }

  .company-name {
    align-items: flex-start;
    flex-direction: column;
    gap: 7px;
  }

  .company-name p {
    text-align: left;
  }

  .process-intro {
    grid-template-columns: 1fr;
    margin-bottom: 52px;
  }

  .process-intro > p {
    grid-column: auto;
  }

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

  .process-list li,
  .process-list li:nth-child(3),
  .process-list li:nth-last-child(-n+2) {
    min-height: 220px;
    border-right: 0;
    border-bottom: 1px solid var(--line);
  }

  .process-list li:last-child {
    border-bottom: 0;
  }

  .process-list li:hover {
    transform: none;
  }

  .about-cta {
    width: calc(100% - 28px);
    margin-bottom: 58px;
    padding: 38px 24px;
    border-radius: 24px;
  }

  .about-cta h2 {
    font-size: 40px;
  }

  .site-footer {
    grid-template-columns: 1fr;
  }

  .site-footer nav {
    justify-content: flex-start;
  }
}

@media (max-width: 430px) {
  .brand {
    max-width: 39vw;
    padding-right: 7px;
  }

  .brand-mark {
    width: 30px;
    height: 27px;
    min-width: 30px;
  }

  .brand-mark img {
    width: 36px;
  }

  .brand-name strong {
    font-size: 11px;
  }

  .brand-name span {
    font-size: 6.5px;
  }

  .nav-links {
    max-width: 57vw;
    padding: 4px;
  }

  .nav-links a {
    min-height: 27px;
    padding: 0 9px;
    font-size: 10.5px;
    line-height: 27px;
  }
}

@media (max-height: 800px) and (min-width: 961px) {
  .about-hero {
    min-height: 640px;
    padding-top: 86px;
  }

  .hero-inner {
    padding-bottom: 18px;
  }

  .eyebrow {
    margin-bottom: 14px;
  }

  .hero-copy h1 {
    font-size: clamp(46px, 5.4vw, 76px);
  }

  .hero-lead {
    max-width: 610px;
    margin-top: 18px;
    font-size: 15px;
    line-height: 1.62;
  }

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

  .button {
    min-height: 44px;
  }

  .hero-tags {
    margin-top: 14px;
  }

  .hero-tags li {
    padding: 5px 9px;
  }

  .metric-band article {
    min-height: 88px;
    padding-top: 14px;
    padding-bottom: 14px;
  }

  .metric-band strong {
    font-size: clamp(30px, 2.8vw, 44px);
  }

  .metric-band span {
    margin-top: 7px;
    font-size: 13px;
  }

  .scene-shell {
    inset: -14% -3% -21% 30%;
  }

  .section {
    padding-top: 88px;
    padding-bottom: 88px;
  }

  .section-heading,
  .process-intro {
    margin-bottom: 54px;
  }

  .capabilities {
    padding-top: 106px;
    padding-bottom: 24px;
  }

  .system-intro {
    margin-bottom: 20px;
  }

  .company-card {
    min-height: 214px;
    padding-top: 18px;
    padding-bottom: 18px;
  }

  .company-role {
    margin-top: 18px;
  }

  .company-card h3 {
    font-size: 32px;
  }

  .company-statement {
    margin-top: 12px;
    font-size: 18px;
  }

  .company-scope {
    padding-top: 14px;
  }

  .system-note {
    min-height: 50px;
  }

  .process-list li {
    min-height: 270px;
  }
}

@media (max-height: 640px) and (min-width: 961px) {
  .about-hero {
    height: auto;
  }

  .hero-inner {
    min-height: 470px;
    padding-top: 22px;
    padding-bottom: 28px;
  }
}

@media (max-width: 640px) {
  .process-intro h2 {
    max-width: 100%;
    line-height: 1.08;
    white-space: normal;
    text-wrap: nowrap;
  }

  .process-title-line {
    display: block;
    width: max-content;
    max-width: 100%;
  }

  .process-title-line + .process-title-line {
    margin-top: .08em;
  }
}

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

  *,
  *::before,
  *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    scroll-behavior: auto !important;
    transition-duration: 0.01ms !important;
  }

  [data-reveal] {
    opacity: 1;
    transform: none;
  }

  .hero-word:not(.is-active) {
    display: none;
  }
}
