:root {
  --ink: #111111;
  --paper: #f4f1eb;
  --paper-2: #ebe7df;
  --white: #ffffff;
  --red: #ff2b1f;
  --red-dark: #d71c13;
  --muted: #75736f;
  --line: rgba(17,17,17,.14);
  --header-h: 72px;
  --max: 1460px;
  --ease: cubic-bezier(.22, 1, .36, 1);
  --shadow-soft: 0 28px 55px rgba(17,17,17,.08);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; max-width: 100%; overflow-x: hidden; overflow-x: clip; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font-family: Arial, Helvetica, sans-serif;
  font-size: 16px;
  line-height: 1.45;
  max-width: 100%;
  overflow-x: hidden;
  overflow-x: clip;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
}
body.menu-open { overflow: hidden; }
a { color: inherit; text-decoration: none; }
button, input, textarea, select { font: inherit; }
img, svg { display: block; max-width: 100%; }
::selection { background: var(--red); color: var(--white); }

.skip-link {
  position: fixed;
  z-index: 9999;
  left: 1rem;
  top: 1rem;
  padding: .7rem 1rem;
  background: var(--ink);
  color: var(--white);
  transform: translateY(-180%);
  transition: transform .2s ease;
}
.skip-link:focus { transform: translateY(0); }

.site-header {
  position: fixed;
  z-index: 1000;
  inset: 0 0 auto;
  height: var(--header-h);
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  gap: 1.5rem;
  padding: 0 clamp(18px, 2.7vw, 48px);
  background: rgba(244,241,235,.02);
  color: var(--white);
  border-bottom: 1px solid rgba(255,255,255,.16);
  transition: transform .45s var(--ease), background .35s ease, color .35s ease, border-color .35s ease, backdrop-filter .35s ease;
}
.site-header.is-scrolled {
  background: rgba(244,241,235,.88);
  color: var(--ink);
  border-color: var(--line);
  backdrop-filter: blur(16px);
}
.site-header.is-hidden { transform: translateY(-105%); }
.nav { display: flex; align-items: center; gap: clamp(16px, 2vw, 36px); }
.nav--right { justify-content: flex-end; }
.nav a:not(.button) {
  font-size: 11px;
  letter-spacing: .02em;
  position: relative;
}
.nav a:not(.button)::after {
  content: "";
  position: absolute;
  left: 0; right: 100%; bottom: -5px;
  height: 1px;
  background: currentColor;
  transition: right .35s var(--ease);
}
.nav a:not(.button):hover::after { right: 0; }
.brand { width: clamp(126px, 10vw, 176px); }
.brand img { width: 100%; height: auto; filter: brightness(0) invert(1); transition: filter .35s ease; }
.site-header.is-scrolled .brand img { filter: none; }

.button {
  min-height: 46px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: .8rem;
  padding: .75rem 1.25rem;
  border: 1px solid var(--ink);
  border-radius: 999px;
  background: var(--ink);
  color: var(--white);
  font-size: 12px;
  transition: transform .3s var(--ease), background .3s ease, color .3s ease, border-color .3s ease;
}
.button:hover { transform: translateY(-2px); }
.button--small { min-height: 34px; padding: .5rem .85rem; background: var(--red); border-color: var(--red); }
.site-header:not(.is-scrolled) .button--small { background: rgba(255,255,255,.08); border-color: rgba(255,255,255,.58); }
.button--light { background: var(--white); color: var(--ink); border-color: var(--white); }
.button--dark { background: var(--ink); color: var(--white); border-color: var(--ink); }

.menu-toggle { display: none; border: 0; background: transparent; color: inherit; align-items: center; gap: .8rem; font-size: 11px; }
.menu-toggle__icon, .menu-toggle__icon::before {
  width: 24px; height: 1px; background: currentColor; content: ""; display: block; transition: transform .3s ease;
}
.menu-toggle__icon::before { transform: translateY(6px); }
.menu-open .menu-toggle__icon { transform: rotate(45deg); }
.menu-open .menu-toggle__icon::before { transform: rotate(-90deg); }
.mobile-menu {
  position: fixed; z-index: 990; inset: var(--header-h) 0 0;
  background: var(--paper); padding: 7vh 7vw;
  flex-direction: column; gap: 1.4rem;
  font-size: clamp(30px, 8vw, 52px); line-height: 1.05;
}
.mobile-menu:not([hidden]) { display: flex; }
.mobile-menu .button { margin-top: auto; font-size: 14px; }

.hero {
  min-height: 100svh;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  overflow: hidden;
  padding: calc(var(--header-h) + clamp(30px, 6vh, 80px)) clamp(22px, 4vw, 68px) clamp(26px, 4vh, 48px);
  color: var(--white);
  background:
    radial-gradient(circle at 80% 25%, rgba(255,43,31,.22), transparent 24%),
    radial-gradient(circle at 25% 40%, rgba(255,255,255,.08), transparent 30%),
    linear-gradient(125deg, #111 0%, #171411 46%, #090909 100%);
}
.hero-network, .hero-grid, .hero-glow { position: absolute; inset: 0; width: 100%; height: 100%; }
.hero-network { z-index: 1; }
.hero-grid {
  z-index: 0;
  opacity: .17;
  background-image:
    linear-gradient(rgba(255,255,255,.09) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,.09) 1px, transparent 1px);
  background-size: 82px 82px;
  mask-image: linear-gradient(to bottom, transparent 3%, #000 30%, #000 72%, transparent 100%);
  transform: perspective(700px) rotateX(66deg) scale(1.45) translateY(22%);
  transform-origin: 50% 65%;
}
.hero-glow { pointer-events: none; z-index: 0; filter: blur(90px); }
.hero-glow--one { width: 34vw; height: 34vw; left: 58%; top: 18%; background: rgba(255,43,31,.15); border-radius: 50%; }
.hero-glow--two { width: 28vw; height: 28vw; left: 13%; top: 28%; background: rgba(255,255,255,.06); border-radius: 50%; }
.hero > *:not(.hero-network):not(.hero-grid):not(.hero-glow) { position: relative; z-index: 2; }
.hero__eyebrow { font-size: 10px; letter-spacing: .18em; opacity: .72; }
.hero__content {
  width: 100%; max-width: var(--max); margin: auto;
  display: grid; grid-template-columns: minmax(0, 1.6fr) minmax(230px, .45fr); align-items: end; gap: 4vw;
}
.hero__title {
  margin: 0;
  font-size: clamp(66px, 10vw, 170px);
  font-weight: 400;
  line-height: .82;
  letter-spacing: -.075em;
}
.hero__title span { color: var(--red); }
.hero__side { max-width: 340px; justify-self: end; padding-bottom: .5rem; }
.hero__side p { margin: 0 0 1.8rem; font-size: clamp(15px, 1.1vw, 18px); color: rgba(255,255,255,.74); }
.hero__footer { display: flex; align-items: flex-end; justify-content: space-between; gap: 2rem; font-size: 10px; letter-spacing: .12em; }
.hero__footer p { margin: 0; }
.hero__footer p span { color: var(--red); margin: 0 .6rem; }
.hero__footer > a { display: flex; align-items: center; gap: 12px; }
.scroll-line { width: 58px; height: 1px; background: rgba(255,255,255,.4); position: relative; overflow: hidden; }
.scroll-line::after { content: ""; position: absolute; inset: 0; background: var(--white); transform: translateX(-100%); animation: scan 2s ease-in-out infinite; }
@keyframes scan { 50%,100% { transform: translateX(100%); } }

.section { padding: clamp(90px, 11vw, 180px) clamp(22px, 4vw, 68px); }
.section-number { font-size: 11px; letter-spacing: .18em; margin-bottom: clamp(60px, 8vw, 130px); }
.kicker { margin: 0 0 1.4rem; font-size: 10px; letter-spacing: .19em; text-transform: uppercase; }
.statement { background: var(--paper); }
.statement__grid {
  max-width: var(--max); margin: 0 auto;
  display: grid; grid-template-columns: minmax(0, 1.25fr) minmax(280px, .55fr); gap: 8vw; align-items: end;
}
.statement h2, .system-summary h2, .ecosystem h2, .about h2, .capabilities h2, .contact h2 {
  margin: 0;
  font-size: clamp(44px, 6.8vw, 110px);
  font-weight: 400;
  line-height: .95;
  letter-spacing: -.06em;
}
.statement__copy { padding-bottom: .4rem; }
.statement__copy p,
.capabilities__header > p {
  margin: 0 0 2.5rem;
  color: #4f4d49;
  font-size: clamp(16px, 1.3vw, 21px);
}
.text-link { display: inline-flex; gap: 1rem; align-items: center; padding-bottom: .45rem; border-bottom: 1px solid currentColor; font-size: 12px; }
.metrics {
  max-width: var(--max); margin: clamp(90px, 11vw, 170px) auto 0;
  display: grid; grid-template-columns: repeat(4, 1fr); border-top: 1px solid var(--line); border-left: 1px solid var(--line);
}
.metrics article { min-height: 160px; display: flex; flex-direction: column; justify-content: space-between; padding: 22px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.metrics strong { font-size: 11px; font-weight: 400; }
.metrics span { font-size: clamp(18px, 1.8vw, 29px); line-height: 1.05; }

.module-intro {
  min-height: 78vh;
  display: flex; flex-direction: column; align-items: center; justify-content: center; text-align: center;
  padding: 14vh 22px;
  background: var(--white);
}
.module-intro h2 { margin: 0; max-width: 1200px; font-size: clamp(48px, 7vw, 112px); font-weight: 400; letter-spacing: -.065em; line-height: .92; }
.module-intro > p:last-child { margin: 2rem 0 0; color: var(--muted); }

.module-story { --module-count: 9; height: calc(var(--module-count) * 108vh); position: relative; background: #e9e9e7; }
.module-stage {
  position: sticky; top: 0; height: 100svh; min-height: 680px; overflow: hidden;
  background: linear-gradient(180deg, #dededc 0%, #f4f4f2 45%, #fff 100%);
}
.module-stage__background {
  position: absolute; inset: 0;
  background:
    linear-gradient(90deg, transparent calc(50% - .5px), rgba(0,0,0,.05) 50%, transparent calc(50% + .5px)),
    radial-gradient(circle at 66% 46%, rgba(255,255,255,.9), transparent 33%);
}
.module-nav {
  position: absolute; z-index: 8; left: clamp(18px, 2.7vw, 48px); top: 12vh;
  display: flex; flex-direction: column; align-items: flex-start; gap: 8px;
}
.module-pill {
  --accent: var(--red);
  border: 0; padding: 0; background: transparent; display: flex; align-items: center; cursor: pointer; color: var(--white); text-align: left;
}
.module-pill span, .module-pill i {
  min-height: 31px; display: inline-flex; align-items: center; background: rgba(39,39,38,.56); backdrop-filter: blur(10px); border: 1px solid rgba(255,255,255,.18); transition: background .3s ease, color .3s ease, width .4s var(--ease);
}
.module-pill span {
  min-width: 108px;
  gap: .55rem;
  padding: 0 .9rem;
  border-radius: 999px 0 0 999px;
  font-size: 10px; letter-spacing: .12em;
}
.module-pill span b {
  width: 8px; height: 8px; border-radius: 50%; background: var(--accent); display: block; box-shadow: 0 0 0 6px color-mix(in srgb, var(--accent) 20%, transparent);
}
.module-pill i {
  width: 38px; justify-content: center; border-radius: 0 999px 999px 0; border-left: 0; font-size: 10px; font-style: normal; opacity: .7;
}
.module-pill.is-active span,
.module-pill.is-active i,
.module-pill:hover span,
.module-pill:hover i {
  background: rgba(17,17,17,.78);
}

.module-copy {
  position: absolute; z-index: 9; left: clamp(18px, 2.7vw, 48px); top: auto; bottom: clamp(64px, 8vh, 104px); width: min(330px, 24vw); padding: 21px 22px 23px;
  color: var(--ink); background: rgba(255,255,255,.94); border: 1px solid rgba(17,17,17,.12); border-radius: 17px; backdrop-filter: blur(16px);
  box-shadow: 0 18px 48px rgba(0,0,0,.10);
}
.module-copy__index { margin: 0 0 1rem; font-size: 9px; letter-spacing: .16em; opacity: .72; color: rgba(17,17,17,.62); }
.module-copy__subtitle { margin: .85rem 0 .7rem; font-size: clamp(18px, 1.5vw, 25px); line-height: 1.06; color: var(--ink); }
.module-copy__description { margin: 0; font-size: 11px; line-height: 1.45; color: rgba(17,17,17,.68); }
.module-copy__actions { display: flex; flex-wrap: wrap; align-items: center; gap: .55rem 1rem; margin-top: 1.15rem; }
.module-copy__link { display: inline-flex; align-items: center; gap: .65rem; margin-top: 0; padding-bottom: .3rem; border-bottom: 1px solid rgba(17,17,17,.42); font-size: 10px; letter-spacing: .08em; text-transform: uppercase; color: var(--ink); }
.module-copy__link--secondary { color: rgba(17,17,17,.66); border-bottom-color: rgba(17,17,17,.24); }
.module-copy__subtitle,
.module-copy__description,
.module-wordmark { transition: opacity .35s ease, transform .35s ease; }
.module-copy__subtitle.is-swapping,
.module-copy__description.is-swapping,
.module-wordmark.is-swapping { opacity: .7; transform: translateY(2px); }

.module-wordmark {
  display: flex; flex-wrap: wrap; align-items: baseline; gap: .28em;
  font-weight: 700; line-height: .9; letter-spacing: -.05em;
}
.module-wordmark--card { font-size: clamp(26px, 2vw, 34px); margin-bottom: 1rem; }
.module-wordmark--layer { font-size: clamp(24px, 1.8vw, 34px); }
.module-wordmark__prefix { color: var(--red); }
.module-wordmark__core { color: #0e1630; }
.module-copy .module-wordmark__core { color: #0e1630; }
.module-wordmark__suffix { color: var(--red); }

.stack-wrap { position: absolute; z-index: 4; left: 66%; top: 45%; width: min(52vw, 860px); aspect-ratio: 1.3; transform: translate(-50%, -50%); perspective: 1300px; }
.module-stack { position: absolute; inset: 0; transform-style: preserve-3d; }
.module-layer {
  --layer-x: 0px; --layer-y: -620px; --layer-scale: .84; --layer-opacity: 0; --layer-blur: 10px;
  position: absolute; left: 50%; top: 50%; width: min(650px, 43vw); aspect-ratio: 1.52;
  opacity: var(--layer-opacity); filter: blur(var(--layer-blur));
  transform-style: preserve-3d;
  transform: translate3d(calc(-50% + var(--layer-x)), calc(-50% + var(--layer-y)), 0) rotateX(58deg) rotateZ(-35deg) scale(var(--layer-scale));
  transition: filter .12s linear;
  will-change: transform, opacity, filter;
}
.module-layer__surface {
  position: absolute; inset: 0; overflow: hidden;
  color: rgba(18,18,18,.78);
  border: 1px solid rgba(16,16,16,.42); border-radius: 28px;
  background: linear-gradient(135deg, rgba(255,255,255,.998), rgba(244,244,240,.992));
  box-shadow:
    0 1px 0 rgba(255,255,255,.95) inset,
    0 -7px 0 rgba(11,11,11,.16) inset,
    0 30px 70px rgba(0,0,0,.19);
  backdrop-filter: blur(2px);
}
.module-layer__surface::before {
  content: ""; position: absolute; inset: 1px; border: 1px solid rgba(255,255,255,.6); border-radius: 27px; pointer-events: none;
}
.module-layer__surface::after {
  content: ""; position: absolute; inset: 0; background: linear-gradient(110deg, rgba(255,255,255,.62), transparent 28%, transparent 70%, rgba(255,255,255,.28)); pointer-events: none;
}
.module-layer svg { position: absolute; inset: 0; width: 100%; height: 100%; opacity: .22; }
.module-layer__badge {
  position: absolute; left: 28px; top: 28px; width: 84px; height: 84px;
  border-radius: 24px; background: var(--accent); color: var(--white);
  display: grid; place-items: center; box-shadow: 0 18px 34px color-mix(in srgb, var(--accent) 24%, transparent);
}
.module-layer__badge svg { position: static; width: 42px; height: 42px; }
.module-layer__label {
  position: absolute; left: 30px; right: 30px; top: 126px; display: flex; flex-direction: column; gap: 7px;
}
.module-layer__label > span { font-size: 9px; letter-spacing: .16em; opacity: .55; color: rgba(18,18,18,.65); }
.module-layer__label small { font-size: clamp(17px, 1.55vw, 24px); font-weight: 400; letter-spacing: -.02em; color: rgba(17,17,17,.92); }
.module-layer__body {
  position: absolute; left: 30px; right: 30px; bottom: 24px; max-width: 70%;
  margin: 0; font-size: 12px; line-height: 1.45; color: rgba(17,17,17,.7);
}
.module-layer.is-active .module-layer__surface { color: var(--ink); border-color: rgba(255,43,31,.55); }
.stack-shadow { position: absolute; left: 51%; top: 67%; width: 62%; height: 18%; transform: translate(-50%, -50%) rotate(-10deg); border-radius: 50%; background: rgba(0,0,0,.17); filter: blur(45px); }
.stack-axis { position: absolute; background: rgba(20,20,20,.12); }
.stack-axis--x { width: 68%; height: 1px; left: 14%; top: 70%; transform: rotate(-13deg); }
.stack-axis--y { width: 1px; height: 53%; left: 50%; top: 34%; transform: rotate(54deg); transform-origin: 50% 0; }
.module-progress { position: absolute; z-index: 8; left: 50%; bottom: 29px; width: 92px; height: 7px; padding: 2px; border-radius: 99px; background: rgba(0,0,0,.2); transform: translateX(-50%); overflow: hidden; }
.module-progress span { display: block; width: 100%; height: 100%; border-radius: inherit; background: var(--ink); transform: scaleX(0); transform-origin: left; }
.module-hint { position: absolute; z-index: 8; right: clamp(18px, 2.7vw, 48px); bottom: 26px; margin: 0; font-size: 9px; letter-spacing: .14em; color: rgba(0,0,0,.52); }

.system-summary { background: var(--white); }
.system-summary__top { max-width: var(--max); margin: 0 auto clamp(90px, 12vw, 180px); display: flex; justify-content: space-between; align-items: flex-start; gap: 2rem; }
.system-summary__top p { max-width: 430px; margin: 0; font-size: 13px; color: var(--muted); }
.system-summary h2 { max-width: var(--max); margin-inline: auto; }
.system-summary h2 span { color: #b1aea8; }

.capabilities { background: #f8f6f1; }
.capabilities__header {
  max-width: var(--max); margin: 0 auto clamp(60px, 8vw, 110px);
  display: grid; grid-template-columns: minmax(0, 1.15fr) minmax(280px, .6fr); gap: clamp(40px, 7vw, 110px); align-items: end;
}
.capabilities__header > p { margin-bottom: 0; }
.capability-list {
  max-width: var(--max); margin: 0 auto;
  display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); border-top: 1px solid var(--line); border-left: 1px solid var(--line);
}
.capability-list article {
  min-height: 330px; padding: clamp(24px, 3vw, 44px);
  display: flex; flex-direction: column; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line);
}
.capability-list article > span { font-size: 10px; letter-spacing: .16em; color: var(--muted); }
.capability-list h3 { margin: auto 0 1.2rem; font-size: clamp(34px, 3.4vw, 58px); line-height: .95; letter-spacing: -.055em; font-weight: 400; }
.capability-list p { margin: 0; max-width: 540px; color: #4f4d49; font-size: clamp(15px, 1.15vw, 18px); }

.ecosystem { background: var(--paper-2); padding-bottom: clamp(90px, 10vw, 160px); overflow: hidden; }
.ecosystem__header { padding-bottom: clamp(60px, 7vw, 110px); }
.ecosystem__lead { max-width: 900px; margin: clamp(30px, 4vw, 56px) 0 0; color: #4f4d49; font-size: clamp(16px, 1.25vw, 20px); }
.product-rail { display: grid; grid-template-columns: repeat(4, minmax(280px, 1fr)); gap: 14px; padding: 0 clamp(22px, 4vw, 68px); }
.product-card {
  min-height: 590px; padding: 25px; position: relative; overflow: hidden; display: flex; flex-direction: column;
  border-radius: 12px;
  opacity: 0; transform: translateY(40px); transition: opacity .8s var(--ease), transform .8s var(--ease);
}
.product-card.is-visible { opacity: 1; transform: none; }
.product-card--red { background: var(--red); color: var(--white); }
.product-card--cream { background: #f7f4ed; color: var(--ink); }
.product-card--dark { background: #151515; color: var(--white); }
.product-card--outline { background: #fbfaf7; color: var(--ink); border: 1px solid rgba(17,17,17,.08); }
.product-card__top { display: flex; justify-content: space-between; font-size: 9px; letter-spacing: .13em; }
.product-card h3 { margin: auto 0 1.2rem; font-size: clamp(46px, 4.2vw, 78px); font-weight: 400; letter-spacing: -.07em; line-height: .88; position: relative; z-index: 2; }
.product-card p { margin: 0 0 2rem; font-size: 13px; position: relative; z-index: 2; max-width: 340px; }
.product-card > a, .product-card__status { align-self: flex-start; font-size: 11px; position: relative; z-index: 2; }
.product-card > a { border-bottom: 1px solid currentColor; padding-bottom: .35rem; }
.product-card__status { opacity: .72; }
.product-card__drawing { position: absolute; inset: 12% -12% auto auto; width: 83%; aspect-ratio: 1; opacity: .25; border: 1px solid currentColor; border-radius: 50%; }
.product-card__drawing::before, .product-card__drawing::after { content: ""; position: absolute; border: 1px solid currentColor; }
.product-card__drawing--core::before { inset: 13%; border-radius: 50%; }
.product-card__drawing--core::after { inset: 28%; border-radius: 50%; }
.product-card__drawing--list { border-radius: 0; transform: rotate(18deg); }
.product-card__drawing--list::before { inset: 12%; }
.product-card__drawing--list::after { inset: 24%; }
.product-card__drawing--community::before { inset: 18%; border-radius: 50%; }
.product-card__drawing--community::after { left: 16%; right: 16%; top: 50%; }
.product-card__drawing--portal { border-radius: 18%; }
.product-card__drawing--portal::before { inset: 16%; border-radius: 18%; }
.product-card__drawing--portal::after { top: 50%; left: 10%; right: 10%; }

.about { background: var(--ink); color: var(--white); display: grid; grid-template-columns: 1fr 1fr; gap: clamp(50px, 9vw, 150px); align-items: center; }
.about__visual { color: rgba(255,43,31,.8); }
.about__visual svg { width: 100%; }
.about__content h2 { font-size: clamp(42px, 5.7vw, 90px); }
.about__content > p:not(.kicker) { max-width: 550px; margin: 2.5rem 0; color: rgba(255,255,255,.66); font-size: clamp(16px, 1.25vw, 20px); }

.contact {
  padding: clamp(100px, 13vw, 180px) clamp(22px, 4vw, 68px) clamp(70px, 8vw, 110px);
  background: linear-gradient(180deg, #f9f6ef 0%, #ffffff 100%);
}
.contact__wrap {
  max-width: var(--max); margin: 0 auto;
  display: grid; grid-template-columns: minmax(0, 1fr) minmax(420px, .9fr); gap: clamp(28px, 4vw, 56px);
}
.contact__lead { max-width: 580px; margin: 1.5rem 0 0; color: #4f4d49; font-size: clamp(16px, 1.2vw, 20px); }
.contact__details {
  margin-top: clamp(38px, 4vw, 62px);
  display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 18px;
}
.contact__details div {
  padding: 18px 18px 16px; border: 1px solid var(--line); border-radius: 20px; background: rgba(255,255,255,.78);
}
.contact__details span {
  display: block; margin-bottom: .7rem; font-size: 10px; letter-spacing: .15em; text-transform: uppercase; color: var(--muted);
}
.contact__details a,
.contact__details p { margin: 0; font-size: 15px; color: var(--ink); }
.contact__panel {
  padding: clamp(22px, 3vw, 30px); border-radius: 30px; background: var(--white); border: 1px solid rgba(17,17,17,.08); box-shadow: var(--shadow-soft);
}
.form-notice {
  margin-bottom: 18px; padding: 14px 16px; border-radius: 16px; font-size: 14px;
}
.form-notice.is-success { background: rgba(31,143,82,.1); color: #0f6a39; border: 1px solid rgba(31,143,82,.18); }
.form-notice.is-error { background: rgba(227,58,72,.1); color: #9d2030; border: 1px solid rgba(227,58,72,.18); }
.contact-form { display: flex; flex-direction: column; gap: 18px; }
.form-grid {
  display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 16px;
}
.form-grid--single { grid-template-columns: 1fr; }
.contact-form label { display: grid; gap: .6rem; }
.contact-form label > span {
  font-size: 11px; letter-spacing: .12em; text-transform: uppercase; color: var(--muted);
}
.contact-form input,
.contact-form textarea,
.contact-form select {
  width: 100%; border: 1px solid rgba(17,17,17,.12); border-radius: 16px; background: #fbfaf7;
  padding: .95rem 1rem; color: var(--ink); outline: none;
  transition: border-color .2s ease, box-shadow .2s ease, background .2s ease;
}
.contact-form textarea { resize: vertical; min-height: 150px; }
.contact-form input:focus,
.contact-form textarea:focus,
.contact-form select:focus {
  border-color: rgba(255,43,31,.45); box-shadow: 0 0 0 4px rgba(255,43,31,.09); background: #fff;
}
.form-actions {
  display: flex; justify-content: space-between; align-items: center; gap: 1.2rem; flex-wrap: wrap;
}
.check-row {
  display: flex !important; align-items: flex-start; gap: .8rem; color: #4f4d49; font-size: 14px;
}
.check-row input { width: 18px; height: 18px; margin-top: 2px; }
.website-field { position: absolute !important; left: -10000px !important; width: 1px !important; height: 1px !important; overflow: hidden !important; }
.form-security-note { margin: 0; color: var(--muted); font-size: 11px; line-height: 1.5; }
.form-security-note a { border-bottom: 1px solid currentColor; }
.contact-form button:disabled { opacity: .58; cursor: wait; transform: none; }

.site-footer {
  display: grid; grid-template-columns: minmax(220px, .9fr) 1fr; gap: clamp(30px, 6vw, 90px);
  padding: clamp(50px, 7vw, 90px) clamp(22px, 4vw, 68px) 30px; background: var(--paper);
}
.site-footer__brand { max-width: 380px; }
.site-footer__brand img { width: clamp(140px, 16vw, 220px); height: auto; }
.site-footer__brand p { margin: 1rem 0 0; font-size: 14px; color: #4f4d49; }
.site-footer__links { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 2rem; align-self: start; }
.site-footer__links div { display: flex; flex-direction: column; gap: .7rem; font-size: 12px; }
.site-footer__links strong { margin-bottom: .8rem; font-size: 10px; letter-spacing: .12em; text-transform: uppercase; }
.site-footer__legal { grid-column: 1 / -1; padding-top: 22px; border-top: 1px solid var(--line); font-size: 10px; }

.reveal,
.section h2,
.section .kicker,
.product-card,
.capability-list article,
.contact__info,
.contact__panel {
  opacity: 0; transform: translateY(24px); transition: opacity .8s var(--ease), transform .8s var(--ease);
}
.reveal.is-visible,
.section h2.is-visible,
.section .kicker.is-visible,
.product-card.is-visible,
.capability-list article.is-visible,
.contact__info.is-visible,
.contact__panel.is-visible {
  opacity: 1; transform: none;
}

@media (max-width: 1220px) {
  .site-footer__links { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .product-rail { grid-template-columns: repeat(2, minmax(280px, 1fr)); }
}

@media (max-width: 1100px) {
  .nav { gap: 15px; }
  .nav a:not(.button) { font-size: 10px; }
  .stack-wrap { left: 66%; top: 44%; width: 60vw; }
  .module-layer { width: 48vw; }
  .module-copy { width: min(330px, 31vw); }
}

@media (max-width: 900px) {
  :root { --header-h: 62px; }
  .site-header { grid-template-columns: 1fr auto; }
  .site-header .nav { display: none; }
  .brand { justify-self: start; width: 145px; }
  .menu-toggle { display: flex; justify-self: end; }
  .hero__content { grid-template-columns: 1fr; align-items: end; }
  .hero__side { justify-self: start; }
  .statement__grid,
  .capabilities__header,
  .contact__wrap { grid-template-columns: 1fr; }
  .metrics { grid-template-columns: repeat(2, 1fr); }
  .module-stage { min-height: 720px; }
  .module-nav { top: 88px; right: 16px; left: 16px; flex-direction: row; overflow-x: auto; padding-bottom: 8px; }
  .module-pill { flex: 0 0 auto; }
  .module-copy { left: 18px; right: auto; top: auto; bottom: 72px; width: min(430px, calc(100vw - 36px)); padding: 17px 18px 18px; }
  .stack-wrap { left: 50%; top: 28%; width: 96vw; }
  .module-layer { width: 78vw; }
  .module-layer__badge { width: 78px; height: 78px; border-radius: 22px; left: 24px; top: 30px; }
  .module-layer__badge svg { width: 40px; height: 40px; }
  .module-layer__label,
  .module-layer__body { left: 24px; right: 24px; }
  .module-layer__label { top: 138px; }
  .module-hint { display: none; }
  .system-summary__top { flex-direction: column; }
  .capability-list { grid-template-columns: 1fr; }
  .about { grid-template-columns: 1fr; }
  .about__visual { max-width: 620px; }
  .contact__details { grid-template-columns: 1fr 1fr; }
  .site-footer { grid-template-columns: 1fr; }
  .site-footer__links { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .site-footer__legal { grid-column: 1; }
}

@media (max-width: 640px) {
  .hero { min-height: 930px; }
  .hero__title { font-size: clamp(55px, 15vw, 72px); letter-spacing: -.085em; }
  .hero__footer { align-items: center; }
  .hero__footer p { display: none; }
  .statement h2, .system-summary h2, .ecosystem h2, .about h2, .capabilities h2, .contact h2 { font-size: clamp(42px, 13vw, 68px); }
  .metrics { grid-template-columns: 1fr; }
  .metrics article { min-height: 120px; }
  .module-intro h2 { font-size: clamp(43px, 13vw, 67px); }
  .module-story { height: calc(var(--module-count) * 96vh); }
  .module-stage { min-height: 680px; }
  .stack-wrap { top: 28%; width: 100vw; }
  .module-layer { width: 94vw; }
  .module-layer__badge { width: 70px; height: 70px; left: 18px; top: 20px; }
  .module-layer__label { top: 96px; left: 18px; right: 18px; }
  .module-layer__body { left: 18px; right: 18px; max-width: none; bottom: 20px; font-size: 14px; }
  .module-wordmark--layer { font-size: 30px; }
  .module-copy { left: 14px; bottom: 78px; width: min(430px, calc(100vw - 28px)); padding: 14px 15px 15px; border-radius: 15px; }
  .module-copy__index { margin-bottom: .65rem; }
  .module-copy__subtitle { margin: .65rem 0 .5rem; font-size: 17px; }
  .module-copy__description { font-size: 10.5px; line-height: 1.4; }
  .module-copy__actions { margin-top: .75rem; gap: .45rem .8rem; }
  .module-progress { bottom: 30px; }
  .capability-list article { min-height: 270px; }
  .product-rail { grid-template-columns: 1fr; }
  .product-card { min-height: 480px; }
  .contact__details { grid-template-columns: 1fr; }
  .form-grid { grid-template-columns: 1fr; }
  .form-actions { align-items: stretch; }
  .form-actions .button { width: 100%; }
  .site-footer__links { grid-template-columns: 1fr 1fr; }
}


@media (max-width: 900px) and (max-height: 760px) {
  .stack-wrap { top: 29%; width: 92vw; }
  .module-layer { width: 82vw; }
  .module-copy { bottom: 54px; padding: 12px 14px 13px; }
  .module-copy__description { display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden; }
  .module-copy__actions { margin-top: .55rem; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: .001ms !important; animation-iteration-count: 1 !important; transition-duration: .001ms !important; }
  .reveal,
  .section h2,
  .section .kicker,
  .product-card,
  .capability-list article,
  .contact__info,
  .contact__panel { opacity: 1; transform: none; }
}

/* v1.4.5 — typography inside the animated module cards on mobile */
@media (max-width: 640px) {
  .module-layer__badge {
    width: 58px;
    height: 58px;
    left: 16px;
    top: 14px;
    border-radius: 18px;
  }
  .module-layer__badge svg {
    width: 30px;
    height: 30px;
  }
  .module-layer__label {
    top: 78px;
    left: 16px;
    right: 16px;
    gap: 4px;
  }
  .module-layer__label > span {
    font-size: 7px;
    letter-spacing: .13em;
  }
  .module-wordmark--layer {
    font-size: clamp(18px, 5.1vw, 22px);
    line-height: .88;
    gap: .18em;
    letter-spacing: -.055em;
  }
  .module-layer__label small {
    max-width: 72%;
    font-size: clamp(11px, 3.2vw, 14px);
    line-height: 1.08;
    letter-spacing: -.025em;
  }
  .module-layer__body {
    left: 16px;
    right: 16px;
    bottom: 13px;
    max-width: 68%;
    font-size: clamp(8.5px, 2.45vw, 10.5px);
    line-height: 1.25;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
  }

  .module-copy .module-wordmark {
    font-size: clamp(17px, 4.8vw, 21px);
    line-height: .92;
  }
  .module-copy__subtitle {
    margin: .5rem 0 .38rem;
    font-size: clamp(14px, 4vw, 16px);
    line-height: 1.08;
  }
  .module-copy__description {
    font-size: clamp(9px, 2.65vw, 10px);
    line-height: 1.32;
  }
  .module-copy__actions { margin-top: .62rem; gap: .4rem .72rem; }
  .module-copy__link {
    font-size: clamp(8px, 2.35vw, 9px);
    line-height: 1.25;
  }
}

@media (max-width: 390px) {
  .module-wordmark--layer {
    font-size: 17px;
  }
  .module-layer__label small {
    font-size: 10.5px;
  }
  .module-layer__body {
    font-size: 8px;
    -webkit-line-clamp: 2;
  }
  .module-copy {
    padding: 12px 13px 13px;
  }
  .module-copy__description {
    -webkit-line-clamp: 3;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }
}

/* v1.4.6 — presentation link and compact lower mobile stack */


.form-client-status{margin:0 0 16px;padding:12px 14px;border-radius:14px;font-size:14px;line-height:1.5}
.form-client-status.is-error{background:rgba(227,58,72,.09);border:1px solid rgba(227,58,72,.18);color:#9d2030}
.form-client-status.is-success{background:rgba(31,143,82,.09);border:1px solid rgba(31,143,82,.18);color:#0f6a39}
