@font-face {
  font-family: "Mona Sans";
  src: url("fonts/MonaSansVF.woff2") format("woff2");
  font-style: normal;
  font-weight: 200 900;
  font-stretch: 75% 125%;
  font-display: swap;
}

@font-face {
  font-family: "Mona Sans Mono";
  src: url("fonts/MonaSansMonoVF.woff2") format("woff2");
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
}

:root {
  --ink: #071014;
  --ink-soft: #53636a;
  --paper: #f0f4f2;
  --paper-bright: #f8fbfa;
  --night: #060a0d;
  --night-2: #0a1115;
  --night-3: #101b20;
  --cyan: #69e6e7;
  --cyan-soft: #bafafa;
  --cyan-dark: #1fb6c1;
  --white: #f7fbfa;
  --line-dark: rgba(214, 244, 242, 0.13);
  --line-light: rgba(7, 16, 20, 0.12);
  --shell: min(1440px, calc(100vw - 72px));
  --ease-out: cubic-bezier(0.16, 1, 0.3, 1);
  --ease-spring: cubic-bezier(0.22, 1, 0.36, 1);
  --ease-mass: cubic-bezier(0.32, 0.72, 0, 1);
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  background: var(--night);
  color-scheme: dark;
  scroll-behavior: smooth;
}

body {
  margin: 0;
  min-width: 320px;
  overflow-x: clip;
  background: var(--night);
  color: var(--white);
  font-family: "Mona Sans", ui-sans-serif, system-ui, sans-serif;
  font-optical-sizing: auto;
  font-size: 16px;
  line-height: 1.5;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

body.menu-open {
  overflow: hidden;
}

body::after {
  position: fixed;
  inset: 0;
  z-index: 40;
  pointer-events: none;
  content: "";
  opacity: 0.035;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 160 160' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.82' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.7'/%3E%3C/svg%3E");
}

::selection {
  color: var(--night);
  background: var(--cyan);
}

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

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

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

button,
a {
  -webkit-tap-highlight-color: transparent;
}

h1,
h2,
h3,
p,
ul,
ol,
figure,
dl,
dd {
  margin: 0;
}

ul,
ol {
  padding: 0;
  list-style: none;
}

h1,
h2,
h3 {
  font-stretch: 92%;
  font-weight: 570;
  letter-spacing: -0.035em;
  line-height: 0.96;
  text-wrap: balance;
}

p {
  text-wrap: pretty;
}

.skip-link {
  position: fixed;
  top: 12px;
  left: 12px;
  z-index: 60;
  padding: 12px 16px;
  color: var(--night);
  background: var(--cyan);
  border-radius: 10px;
  transform: translateY(-150%);
  transition: transform 300ms var(--ease-out);
}

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

:focus-visible {
  outline: 2px solid var(--cyan);
  outline-offset: 4px;
}

.page-progress {
  position: fixed;
  inset: 0 auto auto 0;
  z-index: 55;
  width: 100%;
  height: 2px;
  pointer-events: none;
  background: linear-gradient(90deg, var(--cyan), #d9ffff);
  transform: scaleX(0);
  transform-origin: left center;
}

.section-shell {
  width: var(--shell);
  margin-inline: auto;
}

.section-index,
.eyebrow {
  font-family: "Mona Sans Mono", ui-monospace, monospace;
  font-size: 0.68rem;
  font-weight: 520;
  letter-spacing: 0.16em;
  line-height: 1.3;
  text-transform: uppercase;
}

.site-header {
  position: fixed;
  top: 16px;
  right: 0;
  left: 0;
  z-index: 30;
  pointer-events: none;
}

.nav-shell {
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  width: min(1370px, calc(100vw - 44px));
  min-height: 58px;
  margin-inline: auto;
  padding: 4px 6px 4px 8px;
  pointer-events: auto;
  background: rgba(8, 14, 17, 0.7);
  border: 1px solid rgba(225, 253, 250, 0.12);
  border-radius: 14px;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.08);
  backdrop-filter: blur(20px) saturate(125%);
  transition: background-color 240ms var(--ease-out), border-color 240ms var(--ease-out), transform 240ms var(--ease-out);
}

.site-header.is-scrolled .nav-shell {
  background: rgba(7, 12, 15, 0.9);
  border-color: rgba(225, 253, 250, 0.18);
  transform: translateY(-4px);
}

.brand,
.footer-logo {
  display: inline-flex;
  align-items: center;
}

.brand-plate {
  display: grid;
  place-items: center;
  width: 116px;
  height: 48px;
  padding: 4px 10px;
  overflow: hidden;
  background: rgba(245, 250, 249, 0.96);
  border-radius: 9px;
  box-shadow: inset 0 1px 0 #fff, 0 4px 8px rgba(0, 14, 20, 0.18);
}

.brand-plate img {
  width: 88px;
  height: auto;
}

.desktop-nav {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: clamp(22px, 2.6vw, 42px);
}

.desktop-nav a {
  position: relative;
  color: rgba(238, 249, 247, 0.7);
  font-size: 0.84rem;
  font-weight: 470;
  transition: color 180ms var(--ease-out);
}

.desktop-nav a::after {
  position: absolute;
  right: 0;
  bottom: -8px;
  left: 0;
  height: 1px;
  content: "";
  background: var(--cyan);
  transform: scaleX(0);
  transform-origin: right;
  transition: transform 220ms var(--ease-out);
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 14px;
  min-height: 50px;
  padding: 7px 8px 7px 20px;
  border: 0;
  border-radius: 999px;
  cursor: pointer;
  font-size: 0.84rem;
  font-weight: 590;
  letter-spacing: -0.01em;
  transition: color 180ms var(--ease-out), background-color 180ms var(--ease-out), transform 160ms var(--ease-out), box-shadow 180ms var(--ease-out);
}

.button i {
  display: grid;
  place-items: center;
  width: 36px;
  height: 36px;
  flex: 0 0 auto;
  border-radius: 50%;
  font-style: normal;
  transition: transform 220ms var(--ease-spring), background-color 180ms var(--ease-out);
}

.button:active {
  transform: scale(0.975);
}

.button-light {
  color: var(--night);
  background: var(--white);
  box-shadow: 0 10px 34px rgba(0, 10, 14, 0.2);
}

.button-light i,
.button-dark i {
  color: var(--white);
  background: var(--night);
}

.button-cyan {
  color: var(--night);
  background: var(--cyan);
  box-shadow: 0 14px 46px rgba(49, 206, 215, 0.16);
}

.button-cyan i {
  background: rgba(5, 15, 18, 0.1);
}

.button-dark {
  color: var(--white);
  background: var(--night);
  box-shadow: 0 14px 40px rgba(0, 26, 32, 0.13);
}

.button-dark i {
  background: rgba(255, 255, 255, 0.12);
}

.nav-cta {
  min-height: 44px;
  padding: 5px 6px 5px 16px;
}

.nav-cta i {
  width: 32px;
  height: 32px;
}

.menu-button {
  display: none;
  align-items: center;
  gap: 12px;
  min-height: 48px;
  padding: 0 12px 0 16px;
  color: var(--night);
  background: var(--white);
  border: 0;
  border-radius: 999px;
  cursor: pointer;
  font-size: 0.82rem;
  font-weight: 600;
}

.menu-button > i {
  position: relative;
  width: 32px;
  height: 32px;
  background: var(--night);
  border-radius: 50%;
}

.menu-button b {
  position: absolute;
  top: 15px;
  left: 9px;
  width: 14px;
  height: 1px;
  background: var(--white);
  transition: transform 500ms var(--ease-mass);
}

.menu-button b:first-child {
  transform: translateY(-3px);
}

.menu-button b:last-child {
  transform: translateY(3px);
}

.menu-button[aria-expanded="true"] b:first-child {
  transform: rotate(45deg);
}

.menu-button[aria-expanded="true"] b:last-child {
  transform: rotate(-45deg);
}

.mobile-nav {
  width: min(1370px, calc(100vw - 44px));
  margin: 8px auto 0;
  padding: 18px;
  pointer-events: auto;
  background: rgba(6, 10, 13, 0.96);
  border: 1px solid var(--line-dark);
  border-radius: 16px;
  box-shadow: 0 6px 8px rgba(0, 12, 18, 0.32);
  backdrop-filter: blur(22px);
}

.mobile-nav:not([hidden]) {
  display: grid;
}

.mobile-nav > a:not(.button) {
  display: flex;
  align-items: baseline;
  gap: 18px;
  padding: 18px 4px;
  color: var(--white);
  border-bottom: 1px solid var(--line-dark);
  font-size: clamp(1.4rem, 5vw, 2rem);
  letter-spacing: -0.04em;
}

.mobile-nav > a:not(.button) span {
  color: var(--cyan);
  font-family: "Mona Sans Mono", monospace;
  font-size: 0.62rem;
  letter-spacing: 0.12em;
}

.mobile-nav .button {
  justify-self: start;
  margin-top: 24px;
}

.hero {
  position: relative;
  min-height: 158dvh;
  overflow: clip;
  background:
    radial-gradient(circle at 74% 36%, rgba(36, 189, 203, 0.12), transparent 26rem),
    radial-gradient(circle at 15% 14%, rgba(73, 122, 127, 0.09), transparent 28rem),
    var(--night);
}

.hero-grid {
  position: sticky;
  top: 0;
  z-index: 2;
  display: grid;
  grid-template-columns: minmax(420px, 0.76fr) minmax(660px, 1.24fr);
  align-items: center;
  width: min(1540px, calc(100vw - 72px));
  min-height: 100dvh;
  margin-inline: auto;
  padding: 96px 0 80px;
}

.hero-copy {
  position: relative;
  z-index: 4;
  padding-left: clamp(12px, 2vw, 34px);
}

.hero-eyebrow {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: clamp(24px, 4vh, 42px);
  color: rgba(225, 245, 243, 0.72);
}

.hero h1 {
  width: max-content;
  max-width: none;
  font-size: clamp(4rem, 5vw, 5.25rem);
  font-weight: 510;
  letter-spacing: -0.04em;
  line-height: 0.86;
}

.hero-line {
  display: block;
  padding: 0.055em 0 0.09em;
  overflow: hidden;
}

.hero-line > span {
  display: block;
  white-space: nowrap;
  transform-origin: left bottom;
}

.hero-line-accent {
  color: var(--cyan);
  font-weight: 400;
}

.hero-lead {
  max-width: 620px;
  margin-top: clamp(28px, 4vh, 48px);
  color: rgba(229, 241, 239, 0.69);
  font-size: clamp(1.05rem, 1.35vw, 1.3rem);
  line-height: 1.52;
}

.hero-actions {
  display: flex;
  align-items: center;
  gap: 28px;
  margin-top: 34px;
}

.inline-link {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  color: inherit;
  font-size: 0.9rem;
  font-weight: 540;
}

.inline-link > span {
  display: inline-grid;
  place-items: center;
  transition: transform 500ms var(--ease-spring);
}

.hero .inline-link {
  color: rgba(240, 251, 249, 0.72);
}

.hero-engine {
  position: relative;
  min-width: 880px;
  margin-left: -28%;
  perspective: 1200px;
}

.engine-stage {
  position: relative;
  z-index: 1;
  width: 115%;
  aspect-ratio: 3 / 2;
  transform: translateX(2%);
}

.engine-shell,
.engine-final,
.engine-layer,
.engine-flare {
  position: absolute;
}

.engine-final {
  inset: 0;
  transform-origin: 52% 54%;
  will-change: transform, opacity;
}

.engine-shell {
  left: 0;
  z-index: 3;
  width: 100%;
  height: 58.59375%;
  will-change: transform, opacity;
}

.engine-shell-top {
  top: 0;
  transform-origin: 50% 100%;
  -webkit-mask-image: linear-gradient(to bottom, #000 0, #000 72%, transparent 100%);
  mask-image: linear-gradient(to bottom, #000 0, #000 72%, transparent 100%);
}

.engine-shell-bottom {
  top: 41.40625%;
  transform-origin: 50% 0;
  -webkit-mask-image: linear-gradient(to bottom, transparent 0, #000 28%, #000 100%);
  mask-image: linear-gradient(to bottom, transparent 0, #000 28%, #000 100%);
}

.engine-final {
  z-index: 1;
  opacity: 0;
}

.engine-shell img,
.engine-final img,
.engine-layer img {
  display: block;
  width: 100%;
  max-width: none;
  height: 100%;
  object-fit: fill;
}

.engine-flare {
  top: 45%;
  left: 53%;
  z-index: 4;
  width: 36%;
  aspect-ratio: 1;
  pointer-events: none;
  background: radial-gradient(circle, rgba(105, 230, 231, 0.42) 0, rgba(51, 184, 197, 0.17) 23%, transparent 68%);
  filter: blur(10px);
  transform: translate(-50%, -50%) scale(0.55);
  will-change: transform, opacity;
}

.engine-layer {
  left: 0;
  z-index: 2;
  width: 100%;
  transform-origin: center;
  will-change: transform, opacity;
}

.engine-layer-1 {
  top: 0;
  height: 27.9297%;
  transform-origin: 50% 100%;
}

.engine-layer-2 {
  top: 27.9297%;
  height: 13.0859%;
  transform-origin: 50% 100%;
}

.engine-layer-3 {
  top: 41.0156%;
  height: 20.0195%;
}

.engine-layer-4 {
  top: 61.0352%;
  height: 17.0898%;
  transform-origin: 50% 0;
}

.engine-layer-5 {
  top: 78.125%;
  height: 21.875%;
  transform-origin: 50% 0;
}

.product-signal {
  position: absolute;
  right: 5%;
  bottom: -2%;
  z-index: 5;
  display: grid;
  grid-template-columns: 150px minmax(190px, 1fr) 40px;
  align-items: center;
  gap: 15px;
  width: min(490px, 72%);
  padding: 8px;
  color: var(--ink);
  background: rgba(244, 249, 248, 0.96);
  border-radius: 16px;
  box-shadow: 0 28px 80px rgba(0, 12, 18, 0.4), inset 0 1px 0 #fff;
  transition: transform 260ms var(--ease-out), box-shadow 260ms var(--ease-out);
}

.product-signal-shot {
  height: 98px;
  overflow: hidden;
  background: #dfe8e7;
  border-radius: 10px;
}

.product-signal-shot img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top center;
}

.product-signal-copy {
  display: grid;
  min-width: 0;
}

.product-signal-copy small {
  margin-bottom: 9px;
  color: #4b676c;
  font-family: "Mona Sans Mono", monospace;
  font-size: 0.52rem;
  letter-spacing: 0.11em;
  text-transform: uppercase;
}

.product-signal-copy strong {
  font-size: 1.55rem;
  font-weight: 610;
  letter-spacing: -0.045em;
  line-height: 1;
}

.product-signal-copy > span {
  margin-top: 7px;
  color: #577078;
  font-size: 0.7rem;
}

.product-signal > i {
  display: grid;
  place-items: center;
  width: 34px;
  height: 34px;
  color: var(--white);
  background: var(--night);
  border-radius: 50%;
  font-style: normal;
  transition: transform 220ms var(--ease-spring);
}

.proof-band {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  color: rgba(235, 248, 246, 0.72);
  background: #091014;
  border-top: 1px solid var(--line-dark);
  border-bottom: 1px solid var(--line-dark);
}

.proof-band p {
  padding: 22px clamp(18px, 3vw, 46px);
  border-right: 1px solid var(--line-dark);
  font-size: 0.83rem;
  text-align: center;
}

.proof-band p:last-child {
  border-right: 0;
}

.section-light {
  color: var(--ink);
  background: var(--paper);
}

.manifesto {
  position: relative;
  overflow: hidden;
  padding: clamp(120px, 14vw, 220px) 0 80px;
}

.manifesto-grid {
  display: block;
}

.manifesto .section-index {
  padding-top: 16px;
  color: #66777c;
}

.manifesto-copy h2 {
  max-width: 1100px;
  font-size: clamp(3.5rem, 7vw, 6rem);
  line-height: 0.91;
}

.manifesto-copy h2 em {
  color: #159da9;
  font-style: normal;
  font-weight: 410;
}

.manifesto-copy > p {
  max-width: 650px;
  margin-top: 48px;
  color: #5e6e73;
  font-size: clamp(1.05rem, 1.4vw, 1.32rem);
  line-height: 1.55;
}

.discipline-ticker {
  margin-top: clamp(100px, 11vw, 170px);
  overflow: hidden;
  border-top: 1px solid var(--line-light);
  border-bottom: 1px solid var(--line-light);
}

.discipline-ticker > div {
  display: flex;
  align-items: center;
  gap: 32px;
  width: max-content;
  padding: 22px 0;
  color: #1e2d31;
  font-size: clamp(1.05rem, 1.7vw, 1.45rem);
  letter-spacing: -0.025em;
  animation: ticker 34s linear infinite;
}

.discipline-ticker i {
  color: #36bec4;
  font-size: 0.6em;
  font-style: normal;
}

@keyframes ticker {
  to { transform: translateX(-50%); }
}

.capabilities-section {
  position: relative;
  padding: clamp(110px, 13vw, 190px) 0;
  background:
    radial-gradient(circle at 16% 30%, rgba(50, 204, 214, 0.08), transparent 28rem),
    var(--night-2);
}

.capabilities-layout {
  display: grid;
  grid-template-columns: minmax(320px, 0.74fr) minmax(620px, 1.26fr);
  gap: clamp(70px, 8vw, 140px);
  align-items: start;
}

.capabilities-intro {
  position: sticky;
  top: 130px;
}

.capabilities-intro .section-index {
  margin-bottom: 32px;
  color: var(--cyan);
}

.capabilities-intro h2 {
  max-width: 560px;
  font-size: clamp(3.1rem, 5vw, 5rem);
}

.capabilities-intro > p:not(.section-index) {
  max-width: 500px;
  margin-top: 32px;
  color: rgba(226, 242, 239, 0.58);
  font-size: 1.08rem;
  line-height: 1.58;
}

.capabilities-intro .inline-link {
  margin-top: 34px;
  color: var(--cyan);
}

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

.capability-card {
  position: relative;
  min-height: 390px;
  overflow: hidden;
  padding: 28px;
  background: linear-gradient(145deg, rgba(255, 255, 255, 0.055), rgba(255, 255, 255, 0.018));
  border: 1px solid rgba(218, 251, 248, 0.11);
  border-radius: 16px;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.06);
  transition: transform 240ms var(--ease-out), border-color 240ms var(--ease-out), background-color 240ms var(--ease-out);
}

.capability-card::before {
  position: absolute;
  top: var(--spot-y, -200px);
  left: var(--spot-x, -200px);
  width: 220px;
  height: 220px;
  pointer-events: none;
  content: "";
  opacity: 0;
  background: radial-gradient(circle, rgba(92, 230, 232, 0.16), transparent 68%);
  transform: translate(-50%, -50%);
  transition: opacity 450ms var(--ease-out);
}

.capability-featured,
.capability-wide {
  grid-column: span 2;
  min-height: 350px;
}

.capability-featured {
  background:
    radial-gradient(circle at 85% 18%, rgba(76, 222, 228, 0.13), transparent 17rem),
    linear-gradient(145deg, rgba(255, 255, 255, 0.07), rgba(255, 255, 255, 0.018));
}

.card-top {
  position: relative;
  z-index: 2;
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: rgba(219, 242, 239, 0.46);
  font-family: "Mona Sans Mono", monospace;
  font-size: 0.59rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.card-top > span {
  display: grid;
  place-items: center;
  width: 30px;
  height: 30px;
  color: var(--night);
  background: var(--cyan);
  border-radius: 50%;
}

.card-body {
  position: relative;
  z-index: 2;
  max-width: 660px;
  margin-top: 80px;
}

.capability-featured .card-body,
.capability-wide .card-body {
  margin-top: 70px;
}

.card-body h3 {
  font-size: clamp(2rem, 3.3vw, 3.6rem);
}

.card-body p {
  max-width: 570px;
  margin-top: 20px;
  color: rgba(224, 241, 239, 0.58);
  line-height: 1.55;
}

.card-tags {
  position: absolute;
  right: 24px;
  bottom: 24px;
  left: 24px;
  z-index: 2;
  display: flex;
  flex-wrap: wrap;
  gap: 7px;
}

.card-tags span {
  padding: 7px 10px;
  color: rgba(224, 244, 241, 0.5);
  background: rgba(255, 255, 255, 0.035);
  border-radius: 999px;
  font-family: "Mona Sans Mono", monospace;
  font-size: 0.53rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.card-orbit {
  position: absolute;
  top: 64px;
  right: 46px;
  width: 190px;
  height: 190px;
  opacity: 0.6;
  border: 1px solid rgba(119, 236, 237, 0.13);
  border-radius: 50%;
  transform: rotate(-18deg);
}

.card-orbit::before,
.card-orbit::after {
  position: absolute;
  inset: 28px;
  content: "";
  border: 1px solid rgba(119, 236, 237, 0.13);
  border-radius: 50%;
}

.card-orbit::after {
  inset: 65px;
  background: rgba(83, 228, 230, 0.12);
}

.card-orbit i {
  position: absolute;
  width: 8px;
  height: 8px;
  background: var(--cyan);
  border-radius: 50%;
  box-shadow: none;
}

.card-orbit i:nth-child(1) { top: 21px; left: 35px; }
.card-orbit i:nth-child(2) { right: 3px; bottom: 76px; }
.card-orbit i:nth-child(3) { bottom: 7px; left: 69px; }

.mini-flow {
  position: absolute;
  right: 26px;
  bottom: 78px;
  display: flex;
  align-items: center;
  gap: 7px;
  opacity: 0.56;
}

.mini-flow i {
  width: 18px;
  height: 18px;
  background: rgba(105, 230, 231, 0.12);
  border: 1px solid rgba(105, 230, 231, 0.3);
  border-radius: 50%;
}

.mini-flow b {
  width: 22px;
  height: 1px;
  background: rgba(105, 230, 231, 0.25);
}

.pulse-map {
  position: absolute;
  right: 28px;
  bottom: 78px;
  width: 94px;
  height: 60px;
  opacity: 0.55;
}

.pulse-map::before,
.pulse-map::after {
  position: absolute;
  content: "";
  background: rgba(105, 230, 231, 0.18);
}

.pulse-map::before { top: 30px; left: 0; width: 100%; height: 1px; }
.pulse-map::after { top: 0; left: 47px; width: 1px; height: 100%; }
.pulse-map span {
  position: absolute;
  width: 8px;
  height: 8px;
  background: var(--cyan);
  border-radius: 50%;
  box-shadow: none;
}
.pulse-map span:nth-child(1) { top: 26px; left: 0; }
.pulse-map span:nth-child(2) { top: 0; left: 43px; }
.pulse-map span:nth-child(3) { right: 0; bottom: 26px; }
.pulse-map span:nth-child(4) { right: 43px; bottom: 0; }

.data-wave {
  position: absolute;
  top: 85px;
  right: 42px;
  display: flex;
  align-items: center;
  gap: 7px;
  height: 90px;
  opacity: 0.48;
}

.data-wave span {
  display: block;
  width: 4px;
  height: 30%;
  background: var(--cyan);
  border-radius: 999px;
  box-shadow: none;
}

.data-wave span:nth-child(2), .data-wave span:nth-child(6) { height: 58%; }
.data-wave span:nth-child(3), .data-wave span:nth-child(5) { height: 84%; }
.data-wave span:nth-child(4) { height: 100%; }

.climavalid-section {
  position: relative;
  overflow: hidden;
  padding: clamp(120px, 14vw, 210px) 0 110px;
  color: var(--ink);
  background: var(--paper-bright);
}

.clima-backdrop {
  position: absolute;
  top: 7%;
  right: 0;
  left: 0;
  overflow: hidden;
  pointer-events: none;
}

.clima-backdrop span {
  display: block;
  color: transparent;
  font-size: clamp(8rem, 18vw, 20rem);
  font-weight: 680;
  letter-spacing: -0.04em;
  line-height: 0.8;
  text-align: center;
  -webkit-text-stroke: 1px rgba(8, 24, 29, 0.055);
}

.clima-intro {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) minmax(320px, 0.55fr);
  gap: clamp(60px, 9vw, 150px);
  align-items: end;
}

.clima-intro .section-index {
  margin-bottom: 34px;
  color: #148e98;
}

.clima-intro h2 {
  max-width: 980px;
  font-size: clamp(3.5rem, 6.2vw, 6rem);
  line-height: 0.92;
}

.clima-intro-aside {
  padding-bottom: 8px;
}

.clima-intro-aside > p {
  color: #5d6e73;
  font-size: 1.08rem;
  line-height: 1.6;
}

.clima-intro-aside .button {
  margin-top: 30px;
}

.clima-stage {
  position: relative;
  z-index: 2;
  margin-top: clamp(80px, 10vw, 150px);
  perspective: 1400px;
}

.clima-device-shell {
  padding: 9px;
  background: linear-gradient(145deg, rgba(4, 21, 26, 0.12), rgba(255, 255, 255, 0.8));
  border-radius: 16px;
  box-shadow: 0 70px 150px rgba(1, 41, 49, 0.16), inset 0 1px 0 rgba(255, 255, 255, 0.9);
}

.clima-device {
  overflow: hidden;
  background: #e7efee;
  border-radius: 12px;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.85);
}

.browser-bar {
  display: grid;
  grid-template-columns: 8px 8px 8px minmax(150px, 1fr) auto;
  align-items: center;
  gap: 8px;
  min-height: 52px;
  padding: 0 21px;
  color: #718085;
  background: #f5f8f7;
  border-bottom: 1px solid rgba(5, 22, 25, 0.08);
}

.browser-bar > span {
  width: 7px;
  height: 7px;
  background: #a5b4b5;
  border-radius: 50%;
}

.browser-bar p,
.browser-bar i {
  font-family: "Mona Sans Mono", monospace;
  font-size: 0.58rem;
  font-style: normal;
  letter-spacing: 0.05em;
}

.browser-bar p {
  margin-left: 8px;
}

.browser-bar i {
  color: #14939b;
  text-transform: uppercase;
}

.clima-screen {
  height: min(64vw, 850px);
  overflow: hidden;
  background: #e5efee;
}

.clima-product-image {
  width: 100%;
  height: 108%;
  object-fit: cover;
  object-position: top center;
}

.evidence-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  margin-top: 100px;
  border-top: 1px solid var(--line-light);
}

.evidence-grid article {
  min-height: 280px;
  padding: 28px 26px 38px;
  border-right: 1px solid var(--line-light);
}

.evidence-grid article:first-child {
  border-left: 1px solid var(--line-light);
}

.evidence-grid article > span {
  color: #168e98;
  font-family: "Mona Sans Mono", monospace;
  font-size: 0.65rem;
}

.evidence-grid h3 {
  margin-top: 74px;
  font-size: 1.55rem;
  line-height: 1.03;
}

.evidence-grid p {
  margin-top: 18px;
  color: #65757a;
  font-size: 0.9rem;
  line-height: 1.55;
}

.compliance-band {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 35px;
  margin-top: 26px;
  padding: 22px 26px;
  color: rgba(238, 250, 248, 0.75);
  background: var(--night);
  border-radius: 12px;
}

.compliance-band > p {
  font-size: 0.82rem;
  font-weight: 560;
}

.compliance-band > div {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 8px;
}

.compliance-band span {
  padding: 7px 10px;
  color: rgba(227, 246, 243, 0.52);
  background: rgba(255, 255, 255, 0.05);
  border-radius: 999px;
  font-family: "Mona Sans Mono", monospace;
  font-size: 0.52rem;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.build-system {
  padding: clamp(120px, 14vw, 210px) 0 100px;
  background:
    radial-gradient(circle at 80% 20%, rgba(66, 214, 220, 0.07), transparent 27rem),
    var(--night);
}

.build-heading .section-index {
  margin-bottom: 36px;
  color: var(--cyan);
}

.build-heading h2 {
  max-width: 1150px;
  font-size: clamp(3.6rem, 6.2vw, 6rem);
}

.build-steps {
  display: grid;
  gap: 20px;
  margin-top: 100px;
  padding-bottom: 90px;
}

.build-step {
  position: sticky;
  top: 116px;
  display: grid;
  grid-template-columns: minmax(120px, 0.35fr) minmax(290px, 1fr) minmax(300px, 0.9fr) minmax(170px, 0.45fr);
  align-items: start;
  gap: 36px;
  min-height: 250px;
  padding: 34px;
  background: linear-gradient(135deg, #111c20, #0a1115);
  border: 1px solid rgba(220, 250, 247, 0.11);
  border-radius: 16px;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.06);
}

.build-step:nth-child(2) { top: 132px; background: linear-gradient(135deg, #132126, #0b1317); }
.build-step:nth-child(3) { top: 148px; background: linear-gradient(135deg, #15262a, #0c1519); }
.build-step:nth-child(4) { top: 164px; background: linear-gradient(135deg, #172b2f, #0e171b); }

.build-step > div {
  display: flex;
  align-items: center;
  gap: 14px;
}

.build-step > div span {
  display: grid;
  place-items: center;
  width: 38px;
  height: 38px;
  color: var(--night);
  background: var(--cyan);
  border-radius: 50%;
  font-family: "Mona Sans Mono", monospace;
  font-size: 0.6rem;
}

.build-step small,
.build-step li {
  color: rgba(225, 245, 242, 0.44);
  font-family: "Mona Sans Mono", monospace;
  font-size: 0.56rem;
  letter-spacing: 0.09em;
  text-transform: uppercase;
}

.build-step h3 {
  max-width: 370px;
  font-size: clamp(2rem, 3vw, 3.3rem);
}

.build-step > p {
  color: rgba(225, 242, 239, 0.57);
  line-height: 1.55;
}

.build-step ul {
  display: grid;
  gap: 10px;
}

.build-step li {
  padding-bottom: 10px;
  border-bottom: 1px solid var(--line-dark);
}

.web-studio-bridge {
  position: relative;
  overflow: hidden;
  padding: clamp(120px, 13vw, 200px) 0;
  color: var(--ink);
  background:
    radial-gradient(circle at 75% 40%, rgba(33, 190, 200, 0.12), transparent 30rem),
    var(--paper);
}

.web-bridge-grid {
  display: grid;
  grid-template-columns: minmax(380px, 0.7fr) minmax(600px, 1.3fr);
  gap: clamp(70px, 9vw, 150px);
  align-items: center;
}

.web-bridge-copy .section-index {
  margin-bottom: 34px;
  color: #138d97;
}

.web-bridge-copy h2 {
  font-size: clamp(3.3rem, 5.4vw, 5.5rem);
}

.web-bridge-copy > p:not(.section-index) {
  max-width: 570px;
  margin-top: 30px;
  color: #5d6d72;
  font-size: 1.05rem;
  line-height: 1.58;
}

.web-bridge-copy .button {
  margin-top: 34px;
}

.web-bridge-wall {
  position: relative;
  min-height: 650px;
  perspective: 1100px;
}

.web-shot {
  position: absolute;
  width: 64%;
  padding: 7px;
  background: rgba(255, 255, 255, 0.65);
  border-radius: 14px;
  box-shadow: 0 42px 95px rgba(4, 39, 45, 0.18), inset 0 1px 0 #fff;
  transition: transform 600ms var(--ease-mass), z-index 0ms 250ms;
}

.web-shot img {
  width: 100%;
  aspect-ratio: 1.33;
  object-fit: cover;
  object-position: top;
  border-radius: 15px;
}

.web-shot figcaption {
  padding: 13px 8px 7px;
  color: #51646a;
  font-family: "Mona Sans Mono", monospace;
  font-size: 0.58rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.web-shot-one { top: 9%; left: 0; z-index: 2; transform: rotate(-6deg) translateZ(20px); }
.web-shot-two { top: 1%; right: -5%; z-index: 1; transform: rotate(6deg) translateZ(-15px); }
.web-shot-three { right: 8%; bottom: 0; z-index: 3; transform: rotate(-1deg) translateZ(50px); }

.contact-section {
  position: relative;
  overflow: hidden;
  padding: clamp(120px, 14vw, 210px) 0;
  background:
    radial-gradient(circle at 13% 65%, rgba(47, 204, 215, 0.12), transparent 27rem),
    var(--night-2);
}

.contact-layout {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: minmax(390px, 0.78fr) minmax(540px, 1.02fr);
  gap: clamp(70px, 9vw, 150px);
  align-items: start;
}

.contact-copy .section-index {
  margin-bottom: 34px;
  color: var(--cyan);
}

.contact-copy h2 {
  max-width: 700px;
  font-size: clamp(3.2rem, 5.4vw, 5.5rem);
}

.contact-copy > p:not(.section-index) {
  max-width: 570px;
  margin-top: 30px;
  color: rgba(225, 242, 239, 0.58);
  font-size: 1.04rem;
  line-height: 1.6;
}

.contact-links {
  display: grid;
  gap: 0;
  margin-top: 46px;
  border-top: 1px solid var(--line-dark);
}

.contact-links a {
  display: flex;
  justify-content: space-between;
  gap: 18px;
  padding: 17px 0;
  color: rgba(239, 250, 248, 0.75);
  border-bottom: 1px solid var(--line-dark);
  font-size: 0.88rem;
  transition: color 180ms var(--ease-out), transform 220ms var(--ease-out);
}

.contact-links span {
  color: var(--cyan);
}

.form-shell {
  padding: 7px;
  background: rgba(255, 255, 255, 0.06);
  border-radius: 16px;
  box-shadow: 0 40px 120px rgba(0, 7, 10, 0.26), inset 0 1px 0 rgba(255, 255, 255, 0.07);
}

.contact-form {
  display: grid;
  gap: 19px;
  padding: clamp(24px, 4vw, 44px);
  background: #111b20;
  border-radius: 12px;
}

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

.contact-form label {
  display: grid;
  gap: 9px;
  color: rgba(230, 247, 244, 0.78);
  font-family: "Mona Sans Mono", monospace;
  font-size: 0.59rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.contact-form input,
.contact-form select,
.contact-form textarea {
  width: 100%;
  min-height: 53px;
  padding: 14px 15px;
  color: var(--white);
  background: rgba(255, 255, 255, 0.045);
  border: 1px solid rgba(220, 249, 246, 0.11);
  border-radius: 12px;
  outline: 0;
  font-family: "Mona Sans", sans-serif;
  font-size: 0.9rem;
  letter-spacing: -0.01em;
  text-transform: none;
  transition: border-color 350ms var(--ease-out), background-color 350ms var(--ease-out), box-shadow 350ms var(--ease-out);
}

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

.contact-form select {
  appearance: none;
  background-image: linear-gradient(45deg, transparent 50%, rgba(234, 249, 247, 0.6) 50%), linear-gradient(135deg, rgba(234, 249, 247, 0.6) 50%, transparent 50%);
  background-position: calc(100% - 18px) 23px, calc(100% - 13px) 23px;
  background-repeat: no-repeat;
  background-size: 5px 5px, 5px 5px;
}

.contact-form input::placeholder,
.contact-form textarea::placeholder {
  color: rgba(224, 242, 239, 0.55);
}

.contact-form input:focus,
.contact-form select:focus,
.contact-form textarea:focus {
  background-color: rgba(255, 255, 255, 0.065);
  border-color: rgba(105, 230, 231, 0.68);
  box-shadow: 0 0 0 3px rgba(105, 230, 231, 0.08);
}

.consent {
  grid-template-columns: 18px minmax(0, 1fr);
  align-items: start;
  gap: 11px !important;
  color: rgba(228, 244, 241, 0.43) !important;
  line-height: 1.45;
  text-transform: none !important;
}

.consent input {
  min-height: 0;
  margin: 2px 0 0;
  accent-color: var(--cyan);
}

.form-submit {
  justify-self: start;
  margin-top: 4px;
}

.form-submit:disabled {
  cursor: wait;
  opacity: 0.6;
}

.form-status {
  padding: 12px 14px;
  color: #a9f1d0;
  background: rgba(61, 201, 138, 0.1);
  border-radius: 10px;
  font-size: 0.82rem;
}

.form-status.is-error {
  color: #ffb0b6;
  background: rgba(239, 83, 96, 0.09);
}

.honeypot {
  position: absolute;
  left: -9999px;
}

.site-footer {
  padding: 70px max(36px, calc((100vw - 1440px) / 2)) 28px;
  background: #030608;
  border-top: 1px solid rgba(222, 250, 247, 0.09);
}

.footer-top {
  display: grid;
  grid-template-columns: 1fr 1fr auto;
  gap: 40px;
  align-items: start;
  min-height: 220px;
}

.footer-top > p {
  color: rgba(229, 246, 243, 0.42);
  font-size: clamp(1.25rem, 2.2vw, 2rem);
  letter-spacing: -0.04em;
  line-height: 1.1;
}

.footer-mail {
  display: inline-flex;
  gap: 24px;
  align-items: center;
  font-size: clamp(1.5rem, 3vw, 2.8rem);
  font-weight: 500;
  letter-spacing: -0.035em;
}

.footer-mail span {
  color: var(--cyan);
  transition: transform 500ms var(--ease-spring);
}

.footer-bottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 30px;
  padding-top: 24px;
  color: rgba(226, 245, 242, 0.34);
  border-top: 1px solid rgba(222, 250, 247, 0.09);
  font-family: "Mona Sans Mono", monospace;
  font-size: 0.58rem;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.footer-bottom nav {
  display: flex;
  flex-wrap: wrap;
  gap: 25px;
}

.footer-bottom a {
  transition: color 350ms var(--ease-out);
}

.js [data-hero-copy],
.js [data-hero-line],
.js [data-hero-visual] {
  visibility: visible;
}

.js.motion-ready [data-hero-copy],
.js.motion-ready [data-hero-line],
.js.motion-ready [data-hero-visual] {
  visibility: visible;
}

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

.js [data-reveal].is-visible,
.js .has-gsap [data-reveal] {
  opacity: 1;
  transform: none;
}

/* Single-theme brand lock: graphite, cyan, machined surfaces. */
.section-light,
.manifesto,
.climavalid-section,
.web-studio-bridge {
  color: var(--white);
  background: #0c1418;
}

.manifesto-copy {
  width: min(1120px, 82%);
  margin-left: auto;
}

.manifesto-copy h2 em {
  color: var(--cyan);
}

.manifesto-copy > p,
.capabilities-intro > p:not(.section-index),
.clima-intro-aside > p,
.evidence-grid p,
.web-bridge-copy > p:not(.section-index),
.contact-copy > p:not(.section-index) {
  color: rgba(231, 246, 243, 0.72);
}

.discipline-ticker,
.evidence-grid {
  border-color: var(--line-dark);
}

.discipline-ticker > div {
  color: rgba(236, 248, 246, 0.78);
}

.climavalid-section {
  background: #10191d;
}

.clima-backdrop span {
  -webkit-text-stroke-color: rgba(218, 250, 247, 0.045);
}

.clima-intro .section-index,
.evidence-grid article > span {
  color: var(--cyan);
}

.evidence-grid article,
.evidence-grid article:first-child,
.evidence-grid article:nth-child(3) {
  border-color: var(--line-dark);
}

.compliance-band {
  background: #05090c;
}

.web-studio-bridge {
  background:
    radial-gradient(circle at 72% 40%, rgba(55, 197, 205, 0.09), transparent 28rem),
    #0a1115;
}

.web-shot {
  background: rgba(244, 249, 248, 0.92);
}

.web-shot figcaption {
  color: #43575d;
}

@media (prefers-reduced-transparency: reduce) {
  .nav-shell,
  .mobile-nav {
    background: #080e11;
    backdrop-filter: none;
  }
}

@media (hover: hover) and (pointer: fine) {
  .desktop-nav a:hover {
    color: var(--white);
  }

  .desktop-nav a:hover::after {
    transform: scaleX(1);
    transform-origin: left;
  }

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

  .button:hover i {
    transform: translate(3px, -2px) scale(1.04);
  }

  .button-light:hover {
    box-shadow: 0 16px 45px rgba(0, 10, 14, 0.28);
  }

  .button-cyan:hover {
    background: var(--cyan-soft);
    box-shadow: 0 18px 55px rgba(64, 214, 224, 0.22);
  }

  .inline-link:hover > span,
  .footer-mail:hover span {
    transform: translate(3px, -3px);
  }

  .product-signal:hover {
    transform: translateY(-7px) rotate(-0.6deg);
    box-shadow: 0 36px 100px rgba(0, 12, 18, 0.52), inset 0 1px 0 #fff;
  }

  .product-signal:hover > i {
    transform: translate(2px, -2px) rotate(4deg);
  }

  .capability-card:hover {
    border-color: rgba(123, 237, 237, 0.26);
    transform: translateY(-5px);
  }

  .capability-card:hover::before {
    opacity: 1;
  }

  .web-bridge-wall:hover .web-shot-one { transform: rotate(-8deg) translate(-14px, -6px) translateZ(45px); }
  .web-bridge-wall:hover .web-shot-two { transform: rotate(8deg) translate(14px, -9px) translateZ(10px); }
  .web-bridge-wall:hover .web-shot-three { transform: rotate(0deg) translateY(12px) translateZ(70px); }

  .contact-links a:hover {
    color: var(--white);
    transform: translateX(7px);
  }

  .footer-bottom a:hover {
    color: var(--cyan);
  }
}

@media (max-width: 1240px) {
  :root {
    --shell: min(1160px, calc(100vw - 52px));
  }

  .desktop-nav {
    gap: 22px;
  }

  .hero-grid {
    grid-template-columns: minmax(390px, 0.8fr) minmax(570px, 1.2fr);
    width: calc(100vw - 42px);
  }

  .hero-engine {
    min-width: 720px;
    margin-left: -30%;
  }

  .hero h1 {
    font-size: clamp(4rem, 5.3vw, 5.25rem);
  }

  .product-signal {
    right: 1%;
  }

  .capabilities-layout,
  .web-bridge-grid {
    gap: 70px;
  }
}

@media (max-width: 1030px) {
  :root {
    --shell: min(930px, calc(100vw - 40px));
  }

  .hero {
    min-height: auto;
  }

  .desktop-nav,
  .nav-cta {
    display: none;
  }

  .nav-shell {
    grid-template-columns: 1fr auto;
  }

  .menu-button {
    display: inline-flex;
  }

  .hero-grid {
    position: relative;
    top: auto;
    grid-template-columns: 1fr;
    align-content: center;
    padding: 138px 0 100px;
  }

  .hero-copy {
    max-width: 860px;
    padding-left: 12px;
  }

  .hero h1 {
    width: 100%;
    max-width: 860px;
    font-size: clamp(4.2rem, 8vw, 5.4rem);
  }

  .hero-lead {
    max-width: 680px;
  }

  .hero-engine {
    width: 110%;
    min-width: 0;
    margin: 20px 0 0 -7%;
  }

  .engine-stage {
    width: 100%;
  }

  .engine-shell,
  .engine-layer,
  .engine-flare {
    display: none;
  }

  .engine-final {
    opacity: 1;
  }

  .product-signal {
    right: 4%;
    bottom: 2%;
  }

  .manifesto-grid,
  .capabilities-layout,
  .clima-intro,
  .web-bridge-grid,
  .contact-layout {
    grid-template-columns: 1fr;
  }

  .manifesto-grid {
    gap: 38px;
  }

  .capabilities-intro {
    position: static;
    max-width: 760px;
  }

  .clima-intro-aside {
    max-width: 620px;
  }

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

  .evidence-grid article:nth-child(3) {
    border-left: 1px solid var(--line-light);
  }

  .evidence-grid article:nth-child(-n + 2) {
    border-bottom: 1px solid var(--line-light);
  }

  .build-step {
    grid-template-columns: 0.34fr 1fr 1fr;
  }

  .build-step ul {
    display: none;
  }

  .web-bridge-wall {
    width: min(850px, 100%);
    margin: 0 auto;
  }

  .contact-copy {
    max-width: 760px;
  }
}

@media (max-width: 720px) {
  :root {
    --shell: calc(100vw - 32px);
  }

  body::after {
    opacity: 0.025;
  }

  .site-header {
    top: 10px;
  }

  .nav-shell,
  .mobile-nav {
    width: calc(100vw - 20px);
  }

  .nav-shell {
    min-height: 52px;
    padding: 4px 5px 4px 6px;
    border-radius: 13px;
  }

  .brand-plate {
    width: 106px;
    height: 42px;
    padding: 4px 8px;
    border-radius: 9px;
  }

  .brand-plate img {
    width: 75px;
  }

  .menu-button {
    min-height: 42px;
    padding-left: 14px;
  }

  .hero::before {
    background-size: 52px 52px;
  }

  .hero-grid {
    width: 100%;
    padding: 118px 16px 70px;
  }

  .hero-copy {
    padding-left: 0;
  }

  .hero-eyebrow {
    max-width: 290px;
    margin-bottom: 24px;
    font-size: 0.58rem;
  }

  .hero h1 {
    width: 100%;
    font-size: clamp(3.45rem, 17vw, 5.4rem);
    line-height: 0.88;
  }

  .hero-line > span {
    white-space: normal;
  }

  .hero-lead {
    margin-top: 25px;
    font-size: 1rem;
  }

  .hero-actions {
    align-items: flex-start;
    flex-direction: column;
    gap: 20px;
    margin-top: 28px;
  }

  .hero-engine {
    width: 144%;
    margin: 20px 0 40px -32%;
  }

  .product-signal {
    right: 8%;
    bottom: -12%;
    grid-template-columns: 88px minmax(140px, 1fr) 34px;
    gap: 10px;
    width: min(74%, calc(100vw - 32px));
    border-radius: 16px;
  }

  .product-signal-shot {
    height: 72px;
    border-radius: 11px;
  }

  .product-signal-copy small {
    margin-bottom: 5px;
    font-size: 0.42rem;
  }

  .product-signal-copy strong {
    font-size: 1.15rem;
  }

  .product-signal-copy > span {
    display: none;
  }

  .product-signal > i {
    width: 30px;
    height: 30px;
  }

  .manifesto,
  .capabilities-section,
  .climavalid-section,
  .build-system,
  .web-studio-bridge,
  .contact-section {
    padding-top: 110px;
    padding-bottom: 100px;
  }

  .manifesto-copy h2,
  .clima-intro h2,
  .build-heading h2 {
    font-size: clamp(3rem, 14.5vw, 4.8rem);
  }

  .manifesto-copy > p {
    margin-top: 30px;
    font-size: 1rem;
  }

  .discipline-ticker {
    margin-top: 80px;
  }

  .capabilities-layout {
    gap: 56px;
  }

  .capabilities-intro h2,
  .web-bridge-copy h2,
  .contact-copy h2 {
    font-size: clamp(2.9rem, 13vw, 4.4rem);
  }

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

  .capability-card,
  .capability-featured,
  .capability-wide {
    grid-column: auto;
    min-height: 370px;
    padding: 23px;
    border-radius: 16px;
  }

  .capability-featured .card-body,
  .capability-wide .card-body,
  .card-body {
    margin-top: 78px;
  }

  .card-orbit,
  .data-wave {
    opacity: 0.28;
  }

  .clima-stage {
    margin-top: 70px;
  }

  .clima-device-shell {
    padding: 5px;
    border-radius: 16px;
  }

  .clima-device {
    border-radius: 12px;
  }

  .browser-bar {
    grid-template-columns: 6px 6px 6px minmax(80px, 1fr);
    min-height: 37px;
    padding: 0 12px;
    gap: 5px;
  }

  .browser-bar > span {
    width: 5px;
    height: 5px;
  }

  .browser-bar p {
    font-size: 0.48rem;
  }

  .browser-bar i {
    display: none;
  }

  .clima-screen {
    height: 71vw;
  }

  .clima-float {
    display: none;
  }

  .evidence-grid {
    grid-template-columns: 1fr;
    margin-top: 68px;
  }

  .evidence-grid article,
  .evidence-grid article:first-child,
  .evidence-grid article:nth-child(3) {
    min-height: 230px;
    border-right: 1px solid var(--line-light);
    border-bottom: 1px solid var(--line-light);
    border-left: 1px solid var(--line-light);
  }

  .evidence-grid h3 {
    margin-top: 54px;
  }

  .compliance-band {
    align-items: flex-start;
    flex-direction: column;
  }

  .compliance-band > div {
    justify-content: flex-start;
  }

  .build-steps {
    gap: 14px;
    margin-top: 70px;
    padding-bottom: 0;
  }

  .build-step,
  .build-step:nth-child(2),
  .build-step:nth-child(3),
  .build-step:nth-child(4) {
    position: relative;
    top: auto;
    grid-template-columns: 1fr;
    gap: 25px;
    min-height: 0;
    padding: 25px;
    border-radius: 16px;
  }

  .build-step h3 {
    font-size: 2.35rem;
  }

  .web-bridge-grid,
  .contact-layout {
    gap: 60px;
  }

  .web-bridge-wall {
    min-height: 470px;
  }

  .web-shot {
    width: 74%;
    padding: 5px;
    border-radius: 16px;
  }

  .web-shot img {
    border-radius: 11px;
  }

  .web-shot-one { top: 10%; left: -3%; }
  .web-shot-two { top: 0; right: -8%; }
  .web-shot-three { right: 2%; bottom: 0; }

  .form-shell {
    padding: 5px;
    border-radius: 16px;
  }

  .contact-form {
    padding: 23px;
    border-radius: 12px;
  }

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

  .contact-links a {
    overflow-wrap: anywhere;
  }

  .site-footer {
    padding: 60px 16px 24px;
  }

  .footer-top {
    grid-template-columns: 1fr;
    min-height: 0;
    padding-bottom: 70px;
  }

  .footer-mail {
    justify-self: start;
  }

  .footer-bottom {
    align-items: flex-start;
    flex-direction: column-reverse;
  }

  .footer-bottom nav {
    gap: 16px 22px;
  }
}

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

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

  .hero {
    min-height: 100dvh;
  }

  .hero-grid {
    position: relative;
    top: auto;
  }

  .engine-shell,
  .engine-final,
  .engine-layer,
  .engine-flare {
    will-change: auto;
  }

  .engine-shell,
  .engine-layer,
  .engine-flare {
    display: none;
  }

  .engine-final {
    opacity: 1 !important;
    transform: none !important;
  }

  .build-step,
  .build-step:nth-child(2),
  .build-step:nth-child(3),
  .build-step:nth-child(4) {
    position: relative;
    top: auto;
  }
}
