:root {
  --bg-0: #05090d;
  --bg-1: #0c141b;
  --bg-2: #14202a;
  --text: #f4efe7;
  --muted: rgba(244, 239, 231, 0.74);
  --muted-strong: rgba(244, 249, 255, 0.88);
  --accent: #5af7ff;
  --accent-2: #c1fbff;
  --cyan-deep: rgba(11, 151, 191, 0.42);
  --glass-a: rgba(242, 253, 255, 0.18);
  --glass-b: rgba(125, 203, 245, 0.105);
  --glass-c: rgba(11, 25, 35, 0.48);
  --serif: "Cormorant Garamond", "Times New Roman", serif;
  --mono: "IBM Plex Mono", monospace;
  --radius-xl: clamp(1.75rem, 4vw, 2.7rem);
  --max-width: 1140px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  min-height: 100vh;
  overflow-x: hidden;
  font-family: "Familjen Grotesk", system-ui, sans-serif;
  color: var(--text);
  background:
    radial-gradient(circle at 50% 0%, rgba(64, 176, 215, 0.18), transparent 34rem),
    linear-gradient(145deg, #04070b 0%, #0a1117 45%, #030507 100%);
  line-height: 1.6;
}

body::after {
  content: "";
  position: fixed;
  inset: 0;
  z-index: -1;
  pointer-events: none;
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.035) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.03) 1px, transparent 1px);
  background-size: 86px 86px;
  mask-image: radial-gradient(circle at 50% 40%, black, transparent 70%);
  opacity: 0.3;
}

::selection {
  color: #021014;
  background: var(--accent-2);
}

a {
  color: inherit;
}

.skip-link {
  position: absolute;
  left: 0.75rem;
  top: -3rem;
  z-index: 40;
  padding: 0.65rem 0.8rem;
  border-radius: 10px;
  background: var(--text);
  color: var(--bg-0);
  font-family: var(--mono);
  font-size: 0.78rem;
  text-decoration: none;
}

.skip-link:focus {
  top: 0.75rem;
}

.bg-video,
.bg-overlay {
  position: fixed;
  inset: 0;
  pointer-events: none;
}

.bg-video {
  z-index: -3;
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: saturate(1.14) contrast(1.08) brightness(0.82);
  opacity: 0.84;
  transition: opacity 240ms ease, filter 240ms ease;
}

.bg-overlay {
  z-index: -2;
  background:
    radial-gradient(900px circle at 12% 24%, rgba(244, 252, 255, 0.11), transparent 58%),
    linear-gradient(180deg, rgba(3, 7, 10, 0.34), rgba(3, 7, 10, 0.76) 66%, rgba(3, 7, 10, 0.94));
  transition: opacity 240ms ease;
}

.shell {
  width: min(calc(100% - 2.1rem), var(--max-width));
  margin-inline: auto;
}

main {
  padding-bottom: 5rem;
}

.hero {
  padding-top: clamp(5rem, 13vw, 9rem);
  padding-bottom: clamp(3rem, 7vw, 5rem);
  text-align: center;
}

h1,
h2,
h3 {
  margin: 0;
  line-height: 1.03;
}

h1 {
  margin-top: 0.95rem;
  font-family: var(--serif);
  font-weight: 700;
  font-size: clamp(2.2rem, 8.6vw, 5.8rem);
  max-width: 16ch;
  letter-spacing: -0.015em;
}

h2 {
  margin-top: 0.65rem;
  max-width: 19ch;
  font-family: var(--serif);
  font-size: clamp(1.85rem, 6.2vw, 3.4rem);
  font-weight: 600;
  letter-spacing: -0.018em;
}

h3 {
  font-family: var(--serif);
  font-size: clamp(1.55rem, 3vw, 2rem);
  font-weight: 600;
  letter-spacing: -0.012em;
}

p {
  margin: 0;
}

.hero-logo {
  width: min(620px, 92vw);
  max-width: 100%;
  margin-inline: auto;
  position: relative;
}

.hero-logo::before {
  content: "";
  position: absolute;
  left: -8%;
  right: -8%;
  top: -20%;
  bottom: -12%;
  z-index: 0;
  pointer-events: none;
  background: radial-gradient(ellipse at center, rgba(241, 252, 255, 0.96) 0%, rgba(177, 238, 255, 0.58) 35%, rgba(62, 185, 255, 0.22) 57%, rgba(9, 29, 42, 0) 79%);
  filter: blur(30px);
  opacity: 0.9;
}

.hero-logo img {
  position: relative;
  z-index: 1;
  display: block;
  width: 100%;
  height: auto;
  margin-inline: auto;
  filter: drop-shadow(0 16px 36px rgba(20, 36, 52, 0.72));
}

.hero-copy {
  max-width: 64ch;
  margin: 1.35rem auto 0;
  color: var(--muted);
  font-size: clamp(1rem, 2.9vw, 1.18rem);
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0.75rem;
  margin-top: 1.65rem;
}

.btn {
  --lift: 0px;
  position: relative;
  isolation: isolate;
  display: inline-flex;
  min-height: 48px;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  border: 0;
  border-radius: 999px;
  padding: 0.78rem 1.28rem;
  color: rgba(244, 250, 255, 0.98);
  background: linear-gradient(145deg, rgba(224, 249, 255, 0.22), rgba(112, 210, 255, 0.08) 48%, rgba(18, 44, 66, 0.42));
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.42),
    inset 12px 18px 46px rgba(255, 255, 255, 0.08),
    inset -18px -22px 48px rgba(5, 24, 40, 0.5),
    0 18px 36px rgba(1, 11, 18, 0.42),
    0 0 28px rgba(72, 231, 255, 0.12);
  text-decoration: none;
  text-shadow: 0 1px 10px rgba(2, 11, 18, 0.75);
  font-family: var(--mono);
  font-size: 0.74rem;
  letter-spacing: 0.09em;
  text-transform: uppercase;
  transform: translateY(var(--lift));
  transition: transform 220ms cubic-bezier(0.2, 0.8, 0.2, 1), box-shadow 260ms ease, background 260ms ease;
  pointer-events: auto;
}

.btn::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
  border-radius: inherit;
  background: linear-gradient(115deg, transparent 18%, rgba(255, 255, 255, 0.46) 48%, transparent 74%);
  opacity: 0;
  transform: translateX(-140%);
  transition: opacity 220ms ease, transform 560ms cubic-bezier(0.16, 1, 0.3, 1);
}

.btn:hover,
.btn:focus-visible {
  --lift: -3px;
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.58),
    inset 14px 18px 50px rgba(255, 255, 255, 0.12),
    inset -18px -24px 54px rgba(5, 24, 40, 0.54),
    0 22px 44px rgba(1, 11, 18, 0.52),
    0 0 34px rgba(72, 231, 255, 0.26);
}

.btn:hover::before,
.btn:focus-visible::before {
  opacity: 0.9;
  transform: translateX(140%);
}

.btn-primary {
  background: linear-gradient(145deg, rgba(205, 253, 255, 0.34), rgba(68, 224, 255, 0.19) 44%, rgba(12, 65, 91, 0.44));
}

.btn-secondary {
  background: linear-gradient(145deg, rgba(217, 234, 255, 0.22), rgba(122, 180, 241, 0.1) 48%, rgba(32, 54, 83, 0.4));
}

.btn-login {
  background: linear-gradient(145deg, rgba(246, 235, 255, 0.24), rgba(175, 206, 255, 0.12) 44%, rgba(30, 45, 75, 0.42));
}

.contact-cta-panel .btn {
  border: 0;
  outline: 0;
  background:
    radial-gradient(circle at 50% 0%, rgba(232, 253, 255, 0.2), transparent 58%),
    linear-gradient(145deg, rgba(141, 238, 255, 0.25), rgba(31, 127, 153, 0.2) 54%, rgba(7, 33, 45, 0.5));
  box-shadow:
    0 18px 42px rgba(0, 8, 16, 0.42),
    0 0 22px rgba(90, 247, 255, 0.13);
}

.contact-cta-panel .btn:hover,
.contact-cta-panel .btn:focus-visible {
  background:
    radial-gradient(circle at 50% 0%, rgba(245, 254, 255, 0.34), transparent 62%),
    linear-gradient(145deg, rgba(156, 246, 255, 0.34), rgba(43, 150, 180, 0.26) 52%, rgba(8, 39, 54, 0.58));
  box-shadow:
    0 22px 50px rgba(0, 8, 16, 0.52),
    0 0 34px rgba(90, 247, 255, 0.28);
}

.section-grid,
.workflow,
.split,
.contact {
  padding-top: clamp(3rem, 7vw, 6rem);
}

.section-grid {
  display: grid;
  gap: clamp(1.2rem, 4vw, 3rem);
}

.section-copy,
.section-head {
  position: relative;
  z-index: 2;
}

.glass-bubble {
  --topo-map: none;
  --lift: 0px;
  --panel-rx: 0deg;
  --panel-ry: 0deg;
  --content-x: 0px;
  --content-y: 0px;
  position: relative;
  isolation: isolate;
  overflow: hidden;
  border: 0;
  border-radius: var(--radius-xl);
  padding: clamp(1.25rem, 3.2vw, 2.45rem);
  color: var(--text);
  background:
    radial-gradient(circle at 20% 0%, rgba(255, 255, 255, 0.18), transparent 36%),
    radial-gradient(circle at 82% 100%, rgba(30, 208, 255, 0.12), transparent 42%),
    linear-gradient(138deg, rgba(255, 255, 255, 0.155) 0%, rgba(175, 232, 255, 0.08) 34%, rgba(8, 21, 31, 0.52) 100%);
  background-blend-mode: screen, screen, normal;
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.52),
    inset 24px 34px 76px rgba(255, 255, 255, 0.09),
    inset -32px -42px 82px rgba(0, 11, 18, 0.58),
    0 34px 90px rgba(0, 8, 16, 0.56),
    0 0 52px rgba(53, 218, 255, 0.12);
  backdrop-filter: blur(28px) saturate(155%) contrast(1.08);
  -webkit-backdrop-filter: blur(28px) saturate(155%) contrast(1.08);
  transform: perspective(1300px) rotateX(var(--panel-rx)) rotateY(var(--panel-ry)) translate3d(0, var(--lift), 0);
  transform-style: preserve-3d;
  transition: transform 260ms cubic-bezier(0.2, 0.8, 0.2, 1), box-shadow 260ms ease, background 260ms ease;
  will-change: transform;
}

.glass-bubble::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  border-radius: inherit;
}

.glass-bubble::after {
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.19), transparent 24%, rgba(255, 255, 255, 0.05) 48%, rgba(2, 12, 20, 0.34) 100%),
    var(--topo-map);
  background-size: auto, 520px 354px;
  background-repeat: no-repeat, no-repeat;
  background-position: 0 0, 50% 50%;
  background-blend-mode: normal, screen;
  box-shadow:
    inset 0 0 0 1px rgba(255, 255, 255, 0.045),
    inset 0 1px 12px rgba(255, 255, 255, 0.11),
    inset 0 -32px 60px rgba(0, 8, 14, 0.35);
  opacity: 0.54;
}

#deployments .glass-bubble:nth-child(1) {
  --topo-map: url("./topo-step-1.svg?v=20260507b");
}

#deployments .glass-bubble:nth-child(2) {
  --topo-map: url("./topo-step-2.svg?v=20260507b");
}

#deployments .glass-bubble:nth-child(3) {
  --topo-map: url("./topo-step-3.svg?v=20260507b");
}

.glass-bubble:hover,
.glass-bubble:focus-within,
.glass-bubble.is-hot {
  --lift: -7px;
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.72),
    inset 24px 34px 80px rgba(255, 255, 255, 0.14),
    inset -34px -44px 84px rgba(0, 11, 18, 0.6),
    0 38px 90px rgba(0, 8, 16, 0.62);
}

.glass-content {
  position: relative;
  z-index: 2;
  transform: translate3d(var(--content-x), var(--content-y), 42px);
  transform-style: preserve-3d;
  transition: transform 260ms cubic-bezier(0.2, 0.8, 0.2, 1);
  will-change: transform;
}

.fused-bubble {
  min-height: 100%;
}

.capability-grid {
  display: grid;
  gap: clamp(1.35rem, 3vw, 2.1rem);
}

.capability-block {
  position: relative;
  max-width: 72ch;
}

.zero-media-row {
  display: grid;
  gap: 1.1rem;
}

.zero-copy {
  align-self: center;
}

.video-launch {
  position: relative;
  isolation: isolate;
  min-height: 190px;
  overflow: hidden;
  border: 0;
  border-radius: clamp(1.3rem, 3vw, 2rem);
  padding: 0;
  color: var(--text);
  cursor: pointer;
  background:
    linear-gradient(145deg, rgba(230, 250, 255, 0.16), rgba(74, 166, 201, 0.08)),
    rgba(5, 13, 18, 0.5);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.2),
    inset 0 -22px 48px rgba(0, 11, 18, 0.42),
    0 20px 52px rgba(0, 8, 16, 0.38);
  transform: translateZ(28px);
}

.video-preview {
  position: absolute;
  inset: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: saturate(0.9) contrast(1.04) brightness(0.72);
  opacity: 0.84;
}

.video-launch::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    radial-gradient(circle at 50% 42%, rgba(203, 251, 255, 0.2), transparent 46%),
    linear-gradient(180deg, rgba(3, 10, 14, 0.04), rgba(3, 10, 14, 0.62));
}

.video-launch-copy {
  position: absolute;
  left: 1rem;
  right: 1rem;
  bottom: 1rem;
  z-index: 2;
  display: inline-flex;
  align-items: center;
  gap: 0.65rem;
  font-family: var(--mono);
  font-size: 0.72rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  text-shadow: 0 2px 18px rgba(0, 8, 13, 0.9);
}

.play-mark {
  width: 2.35rem;
  height: 2.35rem;
  border-radius: 999px;
  background: rgba(221, 252, 255, 0.18);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.35),
    0 0 24px rgba(90, 247, 255, 0.22);
}

.play-mark::before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  margin: 0.72rem 0 0 0.92rem;
  border-block: 0.45rem solid transparent;
  border-left: 0.7rem solid rgba(244, 250, 255, 0.94);
}

.video-launch:hover,
.video-launch:focus-visible {
  outline: 0;
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.32),
    inset 0 -22px 48px rgba(0, 11, 18, 0.42),
    0 24px 64px rgba(0, 8, 16, 0.48),
    0 0 30px rgba(90, 247, 255, 0.18);
}

.capability-block h3,
.step-card h3 {
  color: rgba(250, 253, 255, 0.98);
  text-shadow: 0 1px 18px rgba(1, 13, 20, 0.55);
}

.capability-block p,
.step-card p,
.large-panel p,
.contact-copy p {
  margin-top: 0.7rem;
  color: var(--muted-strong);
  text-shadow: 0 1px 18px rgba(1, 13, 20, 0.42);
}

.workflow .section-head {
  margin-bottom: 1.25rem;
}

.timeline {
  list-style: none;
  margin: 0;
  padding: 0;
}

.step-card {
  min-height: 100%;
}

.step-content {
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: start;
  gap: 0.95rem;
}

.step-index {
  padding-top: 0.25rem;
  color: var(--accent);
  font-family: var(--mono);
  font-size: 0.75rem;
  letter-spacing: 0.14em;
  text-shadow: 0 0 18px rgba(90, 247, 255, 0.58);
}

.split {
  display: grid;
}

.infra-layout {
  display: grid;
  gap: clamp(1.1rem, 3vw, 2rem);
}

.infra-copy h2 {
  max-width: 24ch;
}

.infra-copy p {
  max-width: 68ch;
}

.infra-media {
  display: grid;
  align-content: start;
  gap: 0.9rem;
}

.infra-video-launch {
  display: block;
  width: 100%;
  border: 0;
  padding: 0;
  position: relative;
  cursor: pointer;
  background: transparent;
}

.infra-video-launch:hover,
.infra-video-launch:focus-visible {
  outline: 0;
}

.infra-video-panel {
  overflow: hidden;
  border-radius: clamp(1rem, 2.3vw, 1.6rem);
  background:
    linear-gradient(145deg, rgba(230, 250, 255, 0.16), rgba(74, 166, 201, 0.08)),
    rgba(5, 13, 18, 0.58);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.2),
    inset 0 -22px 48px rgba(0, 11, 18, 0.42),
    0 20px 52px rgba(0, 8, 16, 0.34);
  transition: box-shadow 180ms ease;
}

.infra-video-launch:focus-visible .infra-video,
.infra-video-launch:hover .infra-video,
.infra-video-panel:hover .infra-video {
  filter: saturate(1.02) contrast(1.04);
}

.infra-video-panel:hover {
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.32),
    inset 0 -22px 48px rgba(0, 11, 18, 0.42),
    0 24px 62px rgba(0, 8, 16, 0.44),
    0 0 30px rgba(90, 247, 255, 0.14);
}

.infra-video {
  display: block;
  width: 100%;
  aspect-ratio: 16 / 9;
  object-fit: cover;
  background: #020609;
}

.infra-video-hint {
  position: absolute;
  left: 50%;
  bottom: 0.95rem;
  transform: translateX(-50%);
  z-index: 2;
  padding: 0.35rem 0.65rem;
  border-radius: 999px;
  color: rgba(244, 250, 255, 0.92);
  background: rgba(3, 10, 14, 0.58);
  font-family: "Cormorant Garamond", serif;
  font-size: 1.02rem;
  font-style: italic;
  letter-spacing: 0.03em;
  text-shadow: 0 2px 12px rgba(0, 8, 13, 0.74);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.28),
    0 6px 16px rgba(0, 8, 16, 0.38);
  pointer-events: none;
  animation: hint-pulse 3.4s ease-in-out infinite;
}

@keyframes hint-pulse {
  0% {
    opacity: 0.6;
    transform: translateX(-50%) scale(0.985);
  }
  50% {
    opacity: 0.98;
    transform: translateX(-50%) scale(1);
  }
  100% {
    opacity: 0.6;
    transform: translateX(-50%) scale(0.985);
  }
}

.large-panel h2,
.contact-copy h2 {
  max-width: 24ch;
}

.large-panel p {
  max-width: 68ch;
}

.contact {
  display: grid;
}

.contact-layout {
  display: grid;
  gap: clamp(1.25rem, 4vw, 2.5rem);
}

.contact-copy {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.contact-copy p {
  max-width: 58ch;
}

.contact-proof {
  text-wrap: pretty;
}

.no-wrap {
  white-space: nowrap;
}

.contact-cta-panel {
  display: grid;
  min-height: 100%;
  place-items: center;
  position: relative;
  z-index: 5;
  text-align: center;
}

.video-focus-layer {
  position: fixed;
  inset: 0;
  z-index: 80;
  display: grid;
  place-items: center;
  padding: clamp(1rem, 3vw, 2rem);
  pointer-events: none;
  visibility: hidden;
  opacity: 0;
  background: rgba(2, 7, 10, 0.76);
  backdrop-filter: blur(10px) saturate(88%);
  -webkit-backdrop-filter: blur(10px) saturate(88%);
  transition: opacity 180ms ease, visibility 0s linear 180ms;
}

.video-stage {
  position: relative;
  width: min(92vw, 1180px);
  max-height: 88vh;
  overflow: hidden;
  display: grid;
  grid-template-rows: minmax(0, 1fr) auto;
  border-radius: clamp(1.2rem, 3vw, 2.2rem);
  background: rgba(3, 9, 13, 0.94);
  box-shadow:
    0 44px 140px rgba(0, 0, 0, 0.72),
    inset 0 1px 0 rgba(255, 255, 255, 0.18);
  transform: translateY(12px) scale(0.985);
  transition: transform 180ms ease;
}

.focus-video {
  display: block;
  width: 100%;
  height: 100%;
  min-height: min(54vw, 68vh);
  object-fit: contain;
  background: #020609;
}

.video-control-row {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.65rem;
  padding: 0.85rem 0.95rem max(0.85rem, env(safe-area-inset-bottom));
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  background: rgba(3, 9, 13, 0.96);
}

.video-ctrl {
  border: 0;
  border-radius: 999px;
  padding: 0.6rem 0.9rem;
  color: rgba(244, 250, 255, 0.94);
  cursor: pointer;
  background: rgba(4, 12, 18, 0.62);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2);
  font-family: var(--mono);
  font-size: 0.68rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
}

.video-ctrl:hover,
.video-ctrl:focus-visible {
  outline: 0;
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.34),
    0 0 24px rgba(90, 247, 255, 0.14);
}

body.video-is-playing {
  overflow: hidden;
}

body.video-is-playing .bg-video {
  opacity: 0.16;
  filter: saturate(0.45) contrast(0.9) brightness(0.44) blur(2px);
}

body.video-is-playing .bg-overlay,
body.video-is-playing::after {
  opacity: 0.08;
}

body.video-is-playing .video-focus-layer {
  pointer-events: auto;
  visibility: visible;
  opacity: 1;
  transition: opacity 180ms ease, visibility 0s linear 0s;
}

body.video-is-playing .video-stage {
  transform: translateY(0) scale(1);
}

.site-footer {
  background: rgba(4, 8, 11, 0.72);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.08);
  backdrop-filter: blur(12px) saturate(130%);
  -webkit-backdrop-filter: blur(12px) saturate(130%);
}

.footer-shell {
  display: flex;
  min-height: 74px;
  flex-direction: column;
  justify-content: center;
  gap: 0.7rem;
  padding-block: 1rem;
}

.footer-meta {
  display: flex;
  flex-direction: column;
  gap: 0.32rem;
}

.footer-shell p {
  margin: 0;
  color: rgba(244, 239, 231, 0.58);
  font-family: var(--mono);
  font-size: 0.73rem;
  letter-spacing: 0.04em;
}

.footer-contact-line {
  color: rgba(244, 239, 231, 0.74);
}

.footer-contact-line a {
  color: var(--accent-2);
  text-decoration: none;
}

.footer-links {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
}

.footer-links a {
  color: rgba(244, 239, 231, 0.66);
  font-family: var(--mono);
  font-size: 0.73rem;
  letter-spacing: 0.05em;
  text-decoration: none;
  text-transform: uppercase;
}

.reveal {
  opacity: 0;
  filter: blur(12px);
  transform: translateY(28px) scale(0.985);
  transition: opacity 720ms ease, filter 720ms ease, transform 720ms cubic-bezier(0.16, 1, 0.3, 1);
  transition-delay: var(--reveal-delay, 0ms);
}

.reveal.is-visible {
  opacity: 1;
  filter: blur(0);
  transform: translateY(0) scale(1);
}

@media (min-width: 760px) {
  .section-grid {
    grid-template-columns: minmax(0, 0.86fr) minmax(0, 1.14fr);
    align-items: start;
  }

  .section-copy {
    position: sticky;
    top: 2rem;
  }

  .contact-layout {
    grid-template-columns: minmax(0, 1.18fr) minmax(240px, 0.82fr);
    align-items: center;
  }

  .contact-proof {
    max-width: 66ch;
    text-wrap: balance;
  }

  .infra-layout {
    grid-template-columns: minmax(0, 1.22fr) minmax(260px, 0.78fr);
    align-items: start;
  }

  .zero-media-row {
    grid-template-columns: minmax(0, 1fr) minmax(220px, 0.72fr);
    align-items: stretch;
  }

  .footer-shell {
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
  }
}

@media (min-width: 980px) {
  .hero {
    display: flex;
    min-height: 92vh;
    flex-direction: column;
    justify-content: center;
  }

  #engine {
    margin-top: clamp(12vh, 18vh, 24vh);
  }
}

@media (hover: hover) and (pointer: fine) {
  .glass-bubble,
  .btn {
    cursor: default;
  }

  a.glass-bubble,
  .btn {
    cursor: pointer;
  }
}

@media (max-width: 760px) {
  .video-focus-layer {
    padding: 0;
  }

  .video-stage {
    width: 100vw;
    height: 100dvh;
    max-height: none;
    border-radius: 0;
  }

  .focus-video {
    width: 100%;
    height: 100%;
    min-height: 0;
    object-fit: contain;
  }
}
@media (max-width: 520px) {
  .shell {
    width: min(calc(100% - 1.25rem), var(--max-width));
  }

  .hero-actions {
    align-items: stretch;
    flex-direction: column;
  }

  .btn {
    width: 100%;
  }

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

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

  body::before,
  .bg-overlay {
    background-position: center !important;
  }
}
