@font-face {
  font-family: "Inter";
  src: url("../assets/fonts/inter-latin.woff2") format("woff2");
  font-weight: 100 900;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Fraunces";
  src: url("../assets/fonts/fraunces-latin.woff2") format("woff2");
  font-weight: 100 900;
  font-style: normal;
  font-display: swap;
}

:root {
  color-scheme: dark;

  --ap-ink: #04060d;
  --ap-deep: #070b16;
  --ap-panel: #0b1020;
  --ap-raise: #101833;
  --ap-paper: #e9edfa;
  --ap-muted: #909bb8;
  --ap-dim: #616d8c;
  --ap-line: rgba(255, 255, 255, .09);
  --ap-line-2: rgba(255, 255, 255, .2);

  --ap-blue: #3d6bff;
  --ap-blue-soft: rgba(61, 107, 255, .16);
  --ap-ice: #a9c2ff;
  --ap-flare: #ffb27a;

  --ap-screen: #f4f6fc;
  --ap-screen-ink: #0d1424;
  --ap-screen-muted: #6b7590;

  --ap-mono: ui-monospace, "Cascadia Mono", "Segoe UI Mono", "SF Mono", Menlo, Consolas, monospace;
  --ap-shell: min(1320px, 100% - clamp(30px, 6vw, 104px));

  --ap-plate: url("../assets/apps/hero-product-clean.webp");
  --ap-field-plate: url("../assets/apps/field-use.webp");

  --p: 0;
}

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

html {
  scroll-behavior: smooth;
  -webkit-text-size-adjust: 100%;
}

[id] { scroll-margin-top: 90px; }

body {
  min-width: 320px;
  margin: 0;
  overflow-x: hidden;
  color: var(--ap-paper);
  background: var(--ap-ink);
  font-family: "Inter", "Segoe UI", system-ui, sans-serif;
  font-size: 16px;
  line-height: 1.62;
  font-synthesis-weight: none;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
}

a { color: inherit; }
button, input, textarea, select { font: inherit; }
::selection { color: var(--ap-ink); background: var(--ap-ice); }

:where(a, button, input, textarea, select):focus-visible {
  outline: 2px solid var(--ap-ice);
  outline-offset: 3px;
}

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

.ap-visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0 0 0 0);
  white-space: nowrap;
}

.ap-skip {
  position: fixed;
  z-index: 200;
  top: 12px;
  left: 12px;
  padding: 11px 16px;
  color: var(--ap-ink);
  background: var(--ap-ice);
  font-weight: 600;
  text-decoration: none;
  transform: translateY(-180%);
}
.ap-skip:focus { transform: none; }

.ap-header {
  position: sticky;
  z-index: 60;
  top: 0;
  border-bottom: 1px solid transparent;
  transition: background .3s ease, border-color .3s ease;
}
.ap-header.is-scrolled {
  border-bottom-color: var(--ap-line);
  background: rgba(4, 6, 13, .8);
  backdrop-filter: blur(16px) saturate(150%);
}
.ap-header-inner {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  min-height: 84px;
}
.ap-brand {
  display: inline-flex;
  align-items: center;
  width: max-content;
  gap: 13px;
  text-decoration: none;
}
.ap-brand img { display: block; width: 168px; height: auto; }
.ap-brand span {
  padding-left: 13px;
  border-left: 1px solid var(--ap-line-2);
  color: var(--ap-ice);
  font-family: var(--ap-mono);
  font-size: .62rem;
  font-weight: 600;
  letter-spacing: .18em;
  text-transform: uppercase;
}
.ap-nav { display: flex; align-items: center; gap: clamp(20px, 2.6vw, 40px); }
.ap-nav a {
  position: relative;
  padding-block: 6px;
  color: var(--ap-muted);
  font-size: .82rem;
  text-decoration: none;
  transition: color .18s ease;
}
.ap-nav a::after {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background: var(--ap-blue);
  content: "";
  transform: scaleX(0);
  transform-origin: left;
  transition: transform .24s ease;
}
.ap-nav a:hover { color: var(--ap-paper); }
.ap-nav a:hover::after { transform: scaleX(1); }
.ap-header-actions { display: flex; align-items: center; justify-content: flex-end; }
.ap-header-cta {
  padding: 11px 18px;
  border: 1px solid var(--ap-line-2);
  border-radius: 3px;
  font-size: .78rem;
  font-weight: 500;
  text-decoration: none;
  transition: background .2s ease, border-color .2s ease, color .2s ease;
}
.ap-header-cta:hover { color: #fff; background: var(--ap-blue); border-color: var(--ap-blue); }
.ap-menu-toggle, .ap-mobile-menu, .ap-menu-backdrop { display: none; }

.ap-hero {
  position: relative;
  display: flex;
  align-items: flex-end;
  min-height: 100svh;
  margin-top: -84px;
  padding-block: 180px clamp(56px, 7vw, 96px);
  overflow: hidden;
}
.ap-hero-plate {
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(90deg, #04060d 0%, rgba(4, 6, 13, .97) 34%, rgba(4, 6, 13, .78) 54%, rgba(4, 6, 13, .18) 76%, rgba(4, 6, 13, .04) 100%),
    linear-gradient(180deg, rgba(4, 6, 13, .05) 48%, rgba(4, 6, 13, .82) 100%),
    var(--ap-plate);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center, center, 72% center;
}
.ap-hero-inner { position: relative; }
.ap-hero h1 {
  margin: 0;
  font-size: clamp(3rem, 6.55vw, 6.85rem);
  font-weight: 500;
  line-height: .94;
  letter-spacing: -.05em;
  text-wrap: balance;
}
.ap-hero h1 span { display: block; white-space: nowrap; }
.ap-hero-foot {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: clamp(28px, 5vw, 80px);
  align-items: end;
  margin-top: clamp(38px, 5vw, 72px);
  padding-top: clamp(28px, 3vw, 40px);
  border-top: 1px solid var(--ap-line);
}
.ap-hero-foot p {
  max-width: 58ch;
  margin: 0;
  color: var(--ap-muted);
  font-size: clamp(.97rem, 1.1vw, 1.08rem);
  line-height: 1.7;
}
.ap-hero-actions { display: flex; flex-wrap: wrap; align-items: center; gap: 14px 26px; }
.ap-cta {
  display: inline-flex;
  align-items: center;
  gap: 14px;
  padding: 15px 24px;
  border-radius: 3px;
  color: #fff;
  background: var(--ap-blue);
  font-size: .86rem;
  font-weight: 600;
  text-decoration: none;
  box-shadow: 0 18px 50px -20px rgba(61, 107, 255, .9);
  transition: gap .2s ease, background .2s ease;
}
.ap-cta:hover { gap: 20px; background: #5480ff; }
.ap-quiet-link {
  padding-bottom: 3px;
  border-bottom: 1px solid var(--ap-line-2);
  color: var(--ap-muted);
  font-size: .82rem;
  text-decoration: none;
  transition: color .2s ease, border-color .2s ease;
}
.ap-quiet-link:hover { color: var(--ap-paper); border-color: var(--ap-ice); }

.ap-film {
  position: relative;
  padding-block: clamp(70px, 8vw, 120px);
  background:
    radial-gradient(80% 46% at 72% 42%, rgba(61, 107, 255, .12), transparent 68%),
    linear-gradient(180deg, var(--ap-ink) 0%, var(--ap-deep) 18%, var(--ap-deep) 82%, var(--ap-ink) 100%);
}
.ap-stage {
  position: relative;
}
.ap-stage::before {
  content: none;
}
.ap-stage-inner {
  display: grid;
  grid-template-columns: minmax(0, .8fr) minmax(420px, 1.2fr);
  gap: clamp(30px, 5vw, 80px);
  align-items: start;
}

.ap-chapters { position: relative; }

.ap-chapter {
  position: relative;
  display: flex;
  min-height: 82svh;
  flex-direction: column;
  justify-content: center;
  padding-block: clamp(70px, 10vh, 120px);
  opacity: calc(.22 + .78 * var(--reveal, 1));
  transform: translate3d(0, calc((1 - var(--reveal, 1)) * 30px), 0);
  will-change: opacity, transform;
}
.ap-chapter-mark,
.ap-chapter h3,
.ap-chapter p {
  transform: translate3d(calc((1 - var(--reveal, 1)) * var(--lead, 0px)), 0, 0);
}
.ap-chapter-mark { --lead: -16px; }
.ap-chapter h3 { --lead: -10px; }
.ap-chapter p { --lead: -5px; }
.ap-chapter-mark {
  display: inline-block;
  margin-bottom: 22px;
  padding-bottom: 8px;
  border-bottom: 1px solid var(--ap-blue);
  color: var(--ap-ice);
  font-family: var(--ap-mono);
  font-size: .64rem;
  letter-spacing: .2em;
  text-transform: uppercase;
}
.ap-chapter h3 {
  margin: 0;
  font-family: "Fraunces", Georgia, serif;
  font-size: clamp(2.1rem, 3.5vw, 3.5rem);
  font-weight: 400;
  line-height: 1.02;
  letter-spacing: -.028em;
}
.ap-chapter p {
  max-width: 42ch;
  margin: 24px 0 0;
  color: var(--ap-muted);
  font-size: 1rem;
  line-height: 1.72;
}

.ap-viewport {
  position: sticky;
  top: 96px;
  height: calc(100svh - 116px);
  max-height: 760px;
  align-self: start;
  perspective: 1700px;
  perspective-origin: 55% 42%;
}

.ap-device {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 300px;
  transform-style: preserve-3d;
  will-change: transform;
  transform:
    translate(-50%, -50%)
    translate3d(var(--device-x, 3%), var(--device-y, 3%), var(--device-z, -60px))
    rotateY(var(--device-ry, -18deg))
    rotateX(var(--device-rx, 5deg))
    rotateZ(var(--device-rz, -1.5deg))
    scale(var(--device-scale, 1))
    scale(var(--device-pose-scale, .92));
}
.ap-device-frame {
  position: relative;
  aspect-ratio: 9 / 18.3;
  padding: 9px;
  border-radius: 42px;
  background: linear-gradient(150deg, #1b2440, #080c18 58%, #141b33);
  box-shadow:
    0 0 0 1px rgba(150, 180, 255, .22),
    0 70px 120px -50px #000,
    0 0 120px -20px rgba(61, 107, 255, .45);
  will-change: transform;
  transform: translate3d(var(--frame-x, 0%), 0, var(--frame-z, 0px)) scale(var(--frame-scale, 1));
}
.ap-notch {
  position: absolute;
  z-index: 3;
  top: 17px;
  left: 50%;
  width: 92px;
  height: 22px;
  border-radius: 12px;
  background: #05070e;
  transform: translateX(-50%);
}

.ap-screens {
  position: absolute;
  inset: 9px;
  border-radius: 34px;
  background: var(--ap-screen);
  overflow: hidden;
  isolation: isolate;
}
.ap-screen {
  position: absolute;
  inset: 0;
  display: flex;
  flex-direction: column;
  color: var(--ap-screen-ink);
  background: var(--ap-screen);
  transform: translate3d(var(--slide, 100%), 0, 0);
  box-shadow: -22px 0 44px -12px rgba(4, 6, 13, .5);
  visibility: var(--shown, hidden);
  will-change: transform;
}
.ap-screen[data-screen="0"] { --slide: 0%; --shown: visible; }

.ap-screen::after {
  position: absolute;
  z-index: 2;
  inset: 0;
  background: #05080f;
  content: "";
  opacity: var(--recede, 0);
  pointer-events: none;
}
.ap-screen-body {
  display: flex;
  flex: 1;
  flex-direction: column;
  padding: 20px 18px 18px;

  transform: translate3d(var(--drag, 0%), 0, 0) scale(var(--shrink, 1));
  transform-origin: 50% 46%;
  will-change: transform;
}
.ap-gloss {
  position: absolute;
  z-index: 3;
  inset: -20% -60%;
  background: linear-gradient(
    104deg,
    transparent 38%,
    rgba(169, 194, 255, .10) 46%,
    rgba(255, 255, 255, .17) 50%,
    rgba(169, 194, 255, .08) 55%,
    transparent 64%
  );
  mix-blend-mode: screen;
  opacity: .9;
  pointer-events: none;
  transform: translate3d(var(--gloss, 0%), 0, 0);
  will-change: transform;
}
.ap-status {
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: var(--ap-screen-muted);
  font-size: .68rem;
  font-weight: 600;
}
.ap-status i {
  width: 30px;
  height: 6px;
  border-radius: 3px;
  background: currentColor;
  opacity: .4;
}
.ap-screen-kicker {
  margin: 26px 0 2px;
  color: var(--ap-screen-muted);
  font-size: .66rem;
  font-weight: 600;
  letter-spacing: .1em;
  text-transform: uppercase;
}
.ap-screen-title {
  margin: 0 0 16px;
  font-size: 1.42rem;
  font-weight: 600;
  letter-spacing: -.035em;
  line-height: 1.1;
}
.ap-card {
  padding: 15px 16px;
  border-radius: 14px;
  color: #fff;
  background: linear-gradient(140deg, #1c3ba8, #2f5cf0);
}
.ap-card strong { display: block; font-size: 1rem; letter-spacing: -.02em; }
.ap-card span { display: block; margin-top: 5px; font-size: .7rem; opacity: .8; }
.ap-mini-list { margin: 14px 0 0; padding: 0; list-style: none; }
.ap-mini-list li {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 11px 0;
  border-bottom: 1px solid rgba(13, 20, 36, .09);
  color: var(--ap-screen-muted);
  font-size: .76rem;
}
.ap-mini-list b { width: 7px; height: 7px; border-radius: 50%; background: #c3cbdd; }
.ap-screen-button {
  margin-top: auto;
  padding: 14px;
  border: 0;
  border-radius: 12px;
  color: #fff;
  background: var(--ap-screen-ink);
  font-size: .8rem;
  font-weight: 600;
  cursor: default;
}
.ap-shots { display: grid; grid-template-columns: 1fr 1fr; gap: 8px; }
.ap-shots span {
  aspect-ratio: 4 / 3;
  border-radius: 10px;
  background: linear-gradient(135deg, #d5dcec, #eef1f8);
  box-shadow: inset 0 0 0 1px rgba(13, 20, 36, .07);
}
.ap-field {
  margin-top: 10px;
  padding: 12px 13px;
  border: 1px solid rgba(13, 20, 36, .12);
  border-radius: 10px;
  color: var(--ap-screen-muted);
  font-size: .74rem;
}
.ap-checks { margin: 12px 0 0; padding: 0; list-style: none; }
.ap-checks li {
  position: relative;
  padding: 8px 0 8px 24px;
  color: var(--ap-screen-ink);
  font-size: .75rem;
}
.ap-checks li::before {
  position: absolute;
  top: 9px;
  left: 0;
  display: grid;
  width: 15px;
  height: 15px;
  place-items: center;
  border-radius: 5px;
  color: #fff;
  background: #2f5cf0;
  content: "✓";
  font-size: .58rem;
}
.ap-bars { display: flex; align-items: flex-end; gap: 7px; height: 74px; margin-bottom: 14px; }
.ap-bars b { flex: 1; border-radius: 4px 4px 0 0; background: #d7ddec; }
.ap-bars b:nth-child(1) { height: 42%; }
.ap-bars b:nth-child(2) { height: 66%; }
.ap-bars b:nth-child(3) { height: 34%; }
.ap-bars b:nth-child(4) { height: 82%; background: #2f5cf0; }
.ap-bars b:nth-child(5) { height: 58%; }
.ap-bars b:nth-child(6) { height: 24%; }
.ap-status-list { margin: 0; padding: 0; list-style: none; }
.ap-status-list li {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 11px 0;
  border-bottom: 1px solid rgba(13, 20, 36, .09);
  font-size: .76rem;
}
.ap-status-list em {
  padding: 3px 9px;
  border-radius: 999px;
  font-size: .63rem;
  font-style: normal;
  font-weight: 600;
}
.ap-status-list .is-done { color: #10553f; background: #d8f2e6; }
.ap-status-list .is-open { color: #7a4a12; background: #fbe9d2; }
.ap-screen-foot {
  margin: auto 0 0;
  color: var(--ap-screen-muted);
  font-size: .68rem;
}

.ap-web {
  position: absolute;
  top: 47%;
  left: 50%;
  width: 58%;
  border-radius: 12px;
  background: #0d1426;
  box-shadow: 0 0 0 1px rgba(150, 180, 255, .16), 0 60px 110px -50px #000;
  opacity: var(--web-opacity, 0);
  transform:
    translate3d(var(--web-x, -108%), -50%, var(--web-z, -240px))
    rotateY(var(--web-ry, 22deg))
    scale(var(--web-scale, .86));
  pointer-events: none;
  will-change: opacity, transform;
}
.ap-web-bar {
  display: flex;
  align-items: center;
  gap: 7px;
  padding: 11px 14px;
  border-bottom: 1px solid var(--ap-line);
  color: var(--ap-dim);
  font-family: var(--ap-mono);
  font-size: .58rem;
}
.ap-web-bar i { width: 7px; height: 7px; border-radius: 50%; background: #29334f; }
.ap-web-bar span { margin-left: 12px; padding: 3px 12px; border-radius: 999px; background: rgba(255, 255, 255, .05); }
.ap-web-body { display: grid; grid-template-columns: 68px 1fr; min-height: 190px; }
.ap-web-side { display: grid; align-content: start; gap: 9px; padding: 14px 12px; border-right: 1px solid var(--ap-line); }
.ap-web-side b { height: 7px; border-radius: 3px; background: rgba(255, 255, 255, .12); }
.ap-web-side b:first-child { background: var(--ap-blue); }
.ap-web-main { padding: 8px 16px 14px; }
.ap-web-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 11px 0;
  border-bottom: 1px solid var(--ap-line);
  color: var(--ap-muted);
  font-size: .68rem;
}
.ap-web-row em { color: var(--ap-ice); font-style: normal; }

.ap-scrubber {
  position: absolute;
  top: 50%;
  right: 0;
  z-index: 4;
  display: grid;
  gap: 14px;
  margin: 0;
  padding: 0;
  list-style: none;
  transform: translateY(-50%);
}
.ap-scrubber button {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 4px 0;
  border: 0;
  color: var(--ap-dim);
  background: transparent;
  font-family: var(--ap-mono);
  font-size: .6rem;
  letter-spacing: .16em;
  text-transform: uppercase;
  cursor: pointer;
  transition: color .25s ease;
}
.ap-scrubber button::before {
  width: 26px;
  height: 1px;
  background: currentColor;
  content: "";
  transition: width .3s ease;
}
.ap-scrubber button:hover { color: var(--ap-muted); }
.ap-stage[data-chapter="0"] [data-product-tab="0"],
.ap-stage[data-chapter="1"] [data-product-tab="1"],
.ap-stage[data-chapter="2"] [data-product-tab="2"],
.ap-stage[data-chapter="3"] [data-product-tab="3"] { color: var(--ap-ice); }
.ap-stage[data-chapter="0"] [data-product-tab="0"]::before,
.ap-stage[data-chapter="1"] [data-product-tab="1"]::before,
.ap-stage[data-chapter="2"] [data-product-tab="2"]::before,
.ap-stage[data-chapter="3"] [data-product-tab="3"]::before { width: 46px; background: var(--ap-blue); }

.ap-head {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, .8fr);
  gap: clamp(28px, 5vw, 80px);
  align-items: end;
  padding-bottom: clamp(34px, 4vw, 56px);
  border-bottom: 1px solid var(--ap-line);
}
.ap-head h2,
.ap-scope h2,
.ap-contact h2 {
  margin: 0;
  font-size: clamp(2.3rem, 4.4vw, 4.4rem);
  font-weight: 500;
  line-height: 1.02;
  letter-spacing: -.045em;
}
.ap-head p {
  margin: 0;
  color: var(--ap-muted);
  font-size: .97rem;
  line-height: 1.72;
}

.ap-interlude {
  position: relative;
  display: flex;
  align-items: flex-end;
  min-height: min(78svh, 780px);
  border-block: 1px solid var(--ap-line);
  overflow: hidden;
}
.ap-interlude-media {
  position: absolute;
  inset: 0;
  background-image: var(--ap-field-plate);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  transform: scale(1.015);
}
.ap-interlude::after {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(4, 6, 13, .9) 0%, rgba(4, 6, 13, .68) 40%, rgba(4, 6, 13, .08) 76%),
    linear-gradient(180deg, rgba(4, 6, 13, .08) 52%, rgba(4, 6, 13, .84) 100%);
  content: "";
}
.ap-interlude-inner {
  position: relative;
  z-index: 1;
  padding-block: clamp(86px, 11vw, 150px);
}
.ap-interlude h2 {
  max-width: 13ch;
  margin: 0;
  font-family: "Fraunces", Georgia, serif;
  font-size: clamp(2.6rem, 5.8vw, 6rem);
  font-weight: 400;
  line-height: .96;
  letter-spacing: -.04em;
}
.ap-interlude p {
  max-width: 47ch;
  margin: 28px 0 0;
  color: #c1c9dd;
  font-size: clamp(1rem, 1.15vw, 1.12rem);
  line-height: 1.7;
}

.ap-formats { padding-block: clamp(90px, 11vw, 160px); }
.ap-matrix {
  width: 100%;
  margin-top: clamp(40px, 5vw, 64px);
  border-collapse: collapse;
  text-align: left;
}
.ap-matrix caption {
  margin-bottom: 20px;
  color: var(--ap-dim);
  font-family: var(--ap-mono);
  font-size: .64rem;
  letter-spacing: .12em;
  text-align: left;
  text-transform: uppercase;
}
.ap-matrix th, .ap-matrix td {
  padding: 20px 26px 20px 0;
  border-bottom: 1px solid var(--ap-line);
  vertical-align: top;
}
.ap-matrix thead th {
  border-bottom-color: var(--ap-line-2);
  font-size: 1.05rem;
  font-weight: 550;
  letter-spacing: -.02em;
}
.ap-matrix thead th span {
  display: block;
  margin-top: 4px;
  color: var(--ap-dim);
  font-family: var(--ap-mono);
  font-size: .6rem;
  font-weight: 400;
  letter-spacing: .1em;
  text-transform: uppercase;
}
.ap-matrix thead th:first-child { color: var(--ap-dim); font-size: .62rem; font-weight: 400; font-family: var(--ap-mono); letter-spacing: .12em; text-transform: uppercase; }
.ap-matrix tbody th {
  width: 27%;
  color: var(--ap-paper);
  font-size: .92rem;
  font-weight: 500;
}
.ap-matrix td { width: 26.5%; color: var(--ap-dim); font-size: .88rem; line-height: 1.55; }
.ap-matrix td.is-fit { position: relative; padding-left: 22px; color: var(--ap-paper); }
.ap-matrix td.is-fit::before {
  position: absolute;
  top: 27px;
  left: 0;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--ap-blue);
  content: "";
}
.ap-boundary {
  max-width: 62ch;
  margin: clamp(30px, 4vw, 46px) 0 0;
  color: var(--ap-muted);
  font-size: .88rem;
  line-height: 1.68;
}

.ap-scope {
  padding-block: clamp(90px, 11vw, 160px);
  background: linear-gradient(180deg, var(--ap-ink), var(--ap-deep) 50%, var(--ap-ink));
}
.ap-scope-grid {
  display: grid;
  grid-template-columns: minmax(0, .85fr) minmax(0, 1.15fr);
  gap: clamp(40px, 6vw, 96px);
  align-items: start;
}
.ap-scope-copy p {
  max-width: 40ch;
  margin: 26px 0 28px;
  color: var(--ap-muted);
  font-size: .97rem;
  line-height: 1.72;
}
.ap-scope-lists { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(30px, 4vw, 60px); }
.ap-scope-lists h3 {
  margin: 0 0 20px;
  padding-bottom: 14px;
  border-bottom: 1px solid var(--ap-line-2);
  font-size: 1.02rem;
  font-weight: 550;
}
.ap-scope-lists ul { margin: 0; padding: 0; list-style: none; }
.ap-scope-lists li {
  position: relative;
  padding: 13px 0 13px 24px;
  border-bottom: 1px solid var(--ap-line);
  color: var(--ap-muted);
  font-size: .9rem;
  line-height: 1.55;
}
.ap-scope-lists li::before {
  position: absolute;
  top: 21px;
  left: 0;
  width: 9px;
  height: 1px;
  background: var(--ap-blue);
  content: "";
}
.ap-scope-lists div:last-child li::before { background: var(--ap-dim); }

.ap-process { padding-block: clamp(90px, 11vw, 160px); }
.ap-steps {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  margin: clamp(40px, 5vw, 64px) 0 0;
  padding: 0;
  list-style: none;
}
.ap-steps li {
  padding: clamp(26px, 3vw, 40px) clamp(20px, 2vw, 34px) clamp(30px, 4vw, 48px) 0;
  border-top: 1px solid var(--ap-line-2);
}
.ap-steps li + li { padding-left: clamp(20px, 2vw, 34px); border-left: 1px solid var(--ap-line); }
.ap-step-tag {
  display: block;
  margin-bottom: 20px;
  color: var(--ap-ice);
  font-family: var(--ap-mono);
  font-size: .62rem;
  letter-spacing: .16em;
  text-transform: uppercase;
}
.ap-steps h3 { margin: 0 0 12px; font-size: 1.12rem; font-weight: 550; line-height: 1.3; letter-spacing: -.02em; }
.ap-steps p { margin: 0; color: var(--ap-muted); font-size: .86rem; line-height: 1.66; }

.ap-contact {
  padding-block: clamp(90px, 11vw, 160px);
  border-top: 1px solid var(--ap-line);
  background:
    radial-gradient(80% 120% at 90% 0%, rgba(61, 107, 255, .14), transparent 62%),
    var(--ap-deep);
}
.ap-contact-grid {
  display: grid;
  grid-template-columns: minmax(0, .92fr) minmax(0, 1.08fr);
  gap: clamp(46px, 7vw, 110px);
  align-items: start;
}
.ap-contact-copy > p {
  max-width: 46ch;
  margin: 28px 0 36px;
  color: var(--ap-muted);
  font-size: .99rem;
  line-height: 1.72;
}
.ap-contact-facts { margin: 0 0 32px; }
.ap-contact-facts div {
  display: grid;
  grid-template-columns: 150px 1fr;
  gap: 18px;
  padding: 13px 0;
  border-top: 1px solid var(--ap-line);
}
.ap-contact-facts dt {
  color: var(--ap-dim);
  font-family: var(--ap-mono);
  font-size: .64rem;
  letter-spacing: .1em;
  text-transform: uppercase;
}
.ap-contact-facts dd { margin: 0; font-size: .9rem; }
.ap-mail {
  display: inline-block;
  padding-bottom: 4px;
  border-bottom: 1px solid var(--ap-blue);
  font-size: .95rem;
  font-weight: 500;
  text-decoration: none;
}

.ap-form {
  display: grid;
  gap: 20px;
  padding: clamp(26px, 3.4vw, 46px);
  border: 1px solid var(--ap-line);
  border-radius: 4px;
  background: var(--ap-panel);
}
.ap-form label { min-width: 0; }
.ap-form label > span,
.ap-project-type legend {
  display: flex;
  justify-content: space-between;
  gap: 16px;
  margin-bottom: 9px;
  color: var(--ap-muted);
  font-size: .74rem;
}
.ap-form i {
  color: var(--ap-dim);
  font-family: var(--ap-mono);
  font-size: .6rem;
  font-style: normal;
  text-transform: uppercase;
}
.ap-project-type { margin: 0; padding: 0; border: 0; }
.ap-project-type > div { display: grid; grid-template-columns: repeat(3, 1fr); gap: 8px; }
.ap-project-type input { position: absolute; opacity: 0; }
.ap-project-type label span {
  display: grid;
  place-items: center;
  min-height: 58px;
  margin: 0;
  padding: 10px;
  border: 1px solid var(--ap-line-2);
  border-radius: 3px;
  color: var(--ap-muted);
  font-size: .8rem;
  text-align: center;
  cursor: pointer;
  transition: border-color .2s ease, color .2s ease, background .2s ease;
}
.ap-project-type label:hover span { color: var(--ap-paper); border-color: var(--ap-muted); }
.ap-project-type input:checked + span {
  color: #fff;
  background: var(--ap-blue-soft);
  border-color: var(--ap-blue);
}
.ap-project-type input:focus-visible + span { outline: 2px solid var(--ap-ice); outline-offset: 2px; }
.ap-project-type input[aria-invalid="true"] + span { border-color: #ff9d8d; }
.ap-form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
.ap-form input:not([type="radio"]):not([type="checkbox"]),
.ap-form textarea {
  width: 100%;
  padding: 12px 14px;
  border: 1px solid var(--ap-line-2);
  border-radius: 3px;
  outline: 0;
  color: var(--ap-paper);
  background: rgba(255, 255, 255, .025);
  transition: border-color .2s ease, background .2s ease;
}
.ap-form textarea { min-height: 150px; resize: vertical; }
.ap-form input:focus, .ap-form textarea:focus { border-color: var(--ap-blue); background: rgba(61, 107, 255, .07); }
.ap-form [aria-invalid="true"] { border-color: #ff9d8d; }
.ap-form-trap {
  position: absolute !important;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0 0 0 0);
  white-space: nowrap;
}
.ap-privacy {
  display: grid !important;
  grid-template-columns: 18px 1fr;
  gap: 12px;
  align-items: start;
  color: var(--ap-muted);
  font-size: .78rem;
}
.ap-privacy input { width: 18px; height: 18px; margin-top: 2px; accent-color: var(--ap-blue); }
.ap-privacy span { display: block !important; margin: 0 !important; line-height: 1.55; }
.ap-turnstile { min-height: 0; overflow: hidden; }
.ap-turnstile.is-ready { min-height: 65px; }
.ap-safety, .ap-status {
  min-height: 18px;
  margin: 0;
  color: var(--ap-dim);
  font-size: .7rem;
  line-height: 1.5;
}
.ap-status.is-success { color: #8ce6c4; }
.ap-status.is-error { color: #ffb0a6; }
.ap-submit {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding: 17px 20px;
  border: 0;
  border-radius: 3px;
  color: #fff;
  background: var(--ap-blue);
  font-size: .88rem;
  font-weight: 600;
  cursor: pointer;
  transition: background .2s ease;
}
.ap-submit:hover { background: #5480ff; }
.ap-submit:disabled { cursor: wait; opacity: .6; }

.ap-footer { border-top: 1px solid var(--ap-line); }
.ap-footer-inner {
  display: grid;
  grid-template-columns: 1.1fr 1fr 1fr auto;
  align-items: center;
  gap: 28px;
  padding-block: 40px;
}
.ap-footer nav { display: flex; flex-wrap: wrap; gap: 20px; }
.ap-footer nav a, .ap-footer-mail { color: var(--ap-dim); font-size: .78rem; text-decoration: none; }
.ap-footer a:hover { color: var(--ap-ice); }
.ap-footer .ap-brand img { width: 148px; }

.ap-scroll-top {
  position: fixed;
  z-index: 50;
  right: 24px;
  bottom: 24px;
  display: grid;
  place-items: center;
  width: 46px;
  height: 46px;
  border: 1px solid var(--ap-line-2);
  border-radius: 3px;
  color: var(--ap-paper);
  background: rgba(11, 16, 32, .9);
  opacity: 0;
  pointer-events: none;
  transform: translateY(10px);
  transition: opacity .25s ease, transform .25s ease, background .2s ease;
  backdrop-filter: blur(8px);
}
.ap-scroll-top.is-visible { opacity: 1; pointer-events: auto; transform: none; }
.ap-scroll-top:hover { color: #fff; background: var(--ap-blue); }

.reveal { opacity: 1; transform: none; }
.has-js .reveal {
  opacity: 0;
  transform: translateY(22px);
  transition: opacity .7s ease, transform .7s cubic-bezier(.2, .8, .2, 1);
}
.has-js .reveal.is-visible { opacity: 1; transform: none; }
.has-js .ap-steps li:nth-child(2) { transition-delay: .07s; }
.has-js .ap-steps li:nth-child(3) { transition-delay: .14s; }
.has-js .ap-steps li:nth-child(4) { transition-delay: .21s; }

html:not(.has-js) .ap-film { padding-block: 90px; }
html:not(.has-js) .ap-stage { position: static; }
html:not(.has-js) .ap-chapters { display: grid; gap: 60px; }
html:not(.has-js) .ap-chapter { min-height: 0; padding: 0; opacity: 1; transform: none; }
html:not(.has-js) .ap-viewport { height: 600px; }
html:not(.has-js) .ap-device { transform: translate(-50%, -50%); }
html:not(.has-js) .ap-screen[data-screen="0"] { transform: none; }
html:not(.has-js) .ap-scrubber, html:not(.has-js) .ap-web, html:not(.has-js) .ap-gloss { display: none; }

@media (max-width: 1180px) {
  .ap-stage-inner { grid-template-columns: minmax(0, .9fr) minmax(390px, 1.1fr); }
  .ap-scrubber { display: none; }
  .ap-head { grid-template-columns: 1fr; gap: 20px; align-items: start; }
  .ap-hero-foot { grid-template-columns: 1fr; gap: 26px; align-items: start; }
  .ap-scope-grid { grid-template-columns: 1fr; }
  .ap-contact-grid { grid-template-columns: 1fr; }
  .ap-steps { grid-template-columns: 1fr 1fr; }
  .ap-steps li:nth-child(3) { padding-left: 0; border-left: 0; }
}

@media (max-width: 1080px) {
  .ap-nav, .ap-header-cta { display: none; }
  .ap-header-inner { grid-template-columns: 1fr auto; }
  .ap-menu-toggle {
    display: grid;
    width: 46px;
    height: 42px;
    place-content: center;
    gap: 7px;
    border: 1px solid var(--ap-line-2);
    border-radius: 3px;
    background: transparent;
  }
  .ap-menu-toggle span { display: block; width: 20px; height: 1px; background: var(--ap-paper); transition: transform .2s ease; }
  .ap-header.menu-open .ap-menu-toggle span:first-child { transform: translateY(4px) rotate(45deg); }
  .ap-header.menu-open .ap-menu-toggle span:last-child { transform: translateY(-4px) rotate(-45deg); }
  .ap-header.menu-open { background: var(--ap-ink); border-bottom-color: var(--ap-line); }
  .ap-mobile-menu {
    position: absolute;
    top: 100%;
    right: 0;
    left: 0;
    display: grid;
    padding: 10px 0 22px;
    border-bottom: 1px solid var(--ap-line);
    background: var(--ap-ink);
    opacity: 0;
    pointer-events: none;
    transform: translateY(-10px);
    transition: opacity .2s ease, transform .2s ease;
  }
  .ap-mobile-menu a {
    width: var(--ap-shell);
    margin-inline: auto;
    padding: 15px 0;
    border-bottom: 1px solid var(--ap-line);
    font-size: 1.18rem;
    font-weight: 500;
    letter-spacing: -.02em;
    text-decoration: none;
  }
  .ap-header.menu-open .ap-mobile-menu { opacity: 1; pointer-events: auto; transform: none; }
  .ap-menu-backdrop {
    position: fixed;
    z-index: 40;
    inset: 0;
    display: block;
    background: rgba(2, 4, 10, .65);
    opacity: 0;
    pointer-events: none;
    transition: opacity .2s ease;
  }
  .ap-menu-backdrop.is-visible { opacity: 1; pointer-events: auto; }
  body.mobile-menu-open { overflow: hidden; }
}

@media (max-width: 900px) {
  .ap-film { padding-block: 40px 80px; }
  .ap-stage-inner {
    position: relative;
    grid-template-columns: 1fr;
    grid-template-rows: 1fr;
    gap: 0;
  }
  .ap-chapters {
    z-index: 2;
    grid-area: 1 / 1;
    pointer-events: none;
  }
  .ap-chapter {
    min-height: 82svh;
    justify-content: flex-end;
    padding: 50svh 0 8svh;
    pointer-events: auto;
  }
  .ap-viewport {
    z-index: 3;
    top: 74px;
    grid-area: 1 / 1;
    width: 100%;
    height: 50svh;
    max-height: none;
    background:
      radial-gradient(72% 82% at 52% 44%, rgba(61, 107, 255, .15), transparent 72%),
      var(--ap-deep);
    box-shadow: 0 34px 36px -28px var(--ap-deep);
  }
  .ap-chapter h3 { font-size: clamp(1.7rem, 6.4vw, 2.4rem); }
  .ap-chapter p { font-size: .92rem; }
  .ap-chapter-mark { margin-bottom: 14px; }

  .ap-chapter-mark, .ap-chapter h3, .ap-chapter p { --lead: 0px; }
  .ap-web { width: 88%; }
  .ap-matrix, .ap-matrix thead, .ap-matrix tbody, .ap-matrix tr, .ap-matrix th, .ap-matrix td { display: block; }
  .ap-matrix thead { display: none; }
  .ap-matrix tbody tr { padding-block: 18px; border-bottom: 1px solid var(--ap-line); }
  .ap-matrix th, .ap-matrix td { width: auto; padding: 0; border: 0; }
  .ap-matrix tbody th { margin-bottom: 10px; font-size: 1rem; }
  .ap-matrix td { padding: 7px 0 7px 22px; position: relative; }
  .ap-matrix td::after {
    position: absolute;
    left: 0;
    color: var(--ap-dim);
    font-family: var(--ap-mono);
    font-size: .58rem;
    content: "W";
  }
  .ap-matrix td + td::after { content: "A"; }
  .ap-matrix td.is-fit::before { top: 15px; }
  .ap-scope-lists { grid-template-columns: 1fr; gap: 34px; }
}

@media (max-width: 720px) {
  .ap-hero { min-height: 100svh; padding-block: 150px 70px; }
  .ap-hero-plate {
    background-image:
      linear-gradient(180deg, rgba(4, 6, 13, .44) 0%, rgba(4, 6, 13, .5) 44%, rgba(4, 6, 13, .95) 100%),
      var(--ap-plate);
    background-position: center, 64% center;
  }
  .ap-hero h1 { font-size: clamp(2.45rem, 11.5vw, 3.7rem); }
  .ap-interlude { min-height: 660px; }
  .ap-interlude-media { background-position: 62% center; }
  .ap-interlude::after {
    background: linear-gradient(180deg, rgba(4, 6, 13, .16) 0%, rgba(4, 6, 13, .52) 46%, rgba(4, 6, 13, .95) 100%);
  }
  .ap-cta { width: 100%; justify-content: space-between; }
  .ap-form-row, .ap-project-type > div { grid-template-columns: 1fr; }
  .ap-steps { grid-template-columns: 1fr; }
  .ap-steps li, .ap-steps li + li { padding: 24px 0 30px; border-left: 0; }
  .ap-footer-inner { grid-template-columns: 1fr; align-items: start; gap: 22px; }
  .ap-scroll-top { right: 14px; bottom: 14px; }
}

@media (max-width: 420px) {
  .ap-header .ap-brand span { display: none; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after {
    animation: none !important;
    scroll-behavior: auto !important;
    transition: none !important;
  }
  .reveal, .has-js .reveal { opacity: 1; transform: none; }
  .ap-film { padding-block: 80px; }
  .ap-stage { position: static; }
  .ap-stage-inner { display: grid; grid-template-columns: 1fr; height: auto; padding-block: 0; }
  .ap-chapters { grid-area: auto; display: grid; gap: 52px; pointer-events: auto; }
  .ap-chapter { min-height: 0; padding: 0; opacity: 1; transform: none; pointer-events: auto; }
  .ap-chapter-mark, .ap-chapter h3, .ap-chapter p { transform: none; }
  .ap-viewport { position: relative; top: auto; grid-area: auto; height: 560px; order: 0; }
  .ap-device { transform: translate(-50%, -50%); }
  .ap-screen[data-screen="0"] { transform: none; }
  .ap-screen-body { transform: none; }
  .ap-scrubber, .ap-web, .ap-gloss { display: none; }
}
