@font-face {
  font-family: "Gotham Pro";
  src: url("/gothampro_bold.ttf") format("truetype");
  font-style: normal;
  font-weight: 700;
  font-display: swap;
}

:root {
  --bg: #08070f;
  --bg-soft: #0e0b18;
  --surface: rgba(24, 18, 40, .72);
  --surface-strong: #151022;
  --text: #f8f5ff;
  --text-soft: #aaa3b8;
  --line: rgba(255, 255, 255, .105);
  --line-bright: rgba(181, 130, 255, .38);
  --violet: #8c52ff;
  --purple: #b84dff;
  --blue: #405eff;
  --pink: #ec66b7;
  --orange: #ffab72;
  --display: "Gotham Pro", "Arial Black", sans-serif;
  --body: Inter, Manrope, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  --container: min(1320px, calc(100% - 64px));
  --header-height: 68px;
  --radius: 26px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  color-scheme: dark;
}

body {
  margin: 0;
  overflow-x: clip;
  color: var(--text);
  background:
    radial-gradient(circle at 50% -10%, rgba(115, 58, 220, .18), transparent 34rem),
    var(--bg);
  font-family: var(--body);
  font-size: 16px;
  line-height: 1.55;
  -webkit-font-smoothing: antialiased;
}

body.menu-open {
  overflow: hidden;
}

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

button {
  padding: 0;
  border: 0;
  color: inherit;
  background: none;
  font: inherit;
}

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

h1,
h2,
h3,
p {
  overflow-wrap: anywhere;
}

::selection {
  color: #fff;
  background: #7e49e8;
}

.skip-link {
  position: fixed;
  z-index: 100;
  top: 10px;
  left: 10px;
  padding: 12px 18px;
  border-radius: 999px;
  color: #08070f;
  background: #fff;
  transform: translateY(-160%);
}

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

.metrika-pixel {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
}

.site-header {
  position: fixed;
  z-index: 50;
  top: 18px;
  right: 0;
  left: 0;
  width: min(940px, calc(100% - 36px));
  margin-inline: auto;
  min-height: var(--header-height);
  border: 1px solid rgba(255, 255, 255, .14);
  border-radius: 22px;
  background: rgba(11, 9, 18, .72);
  box-shadow: 0 18px 50px rgba(0, 0, 0, .28);
  transition: background-color 220ms ease, border-color 220ms ease, box-shadow 220ms ease;
}

.site-header.is-scrolled {
  border-color: rgba(187, 121, 255, .26);
  background: rgba(9, 7, 15, .92);
  box-shadow: 0 22px 70px rgba(0, 0, 0, .5);
  backdrop-filter: blur(18px);
}

.header-inner {
  position: relative;
  z-index: 2;
  min-height: var(--header-height);
  padding: 8px 10px 8px 14px;
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 30px;
}

.brand {
  position: relative;
  z-index: 3;
  display: inline-flex;
  align-items: center;
  gap: 10px;
}

.brand-mark {
  width: 38px;
  height: 38px;
  border-radius: 11px;
  object-fit: cover;
  filter: invert(1) grayscale(1) brightness(1.5);
  mix-blend-mode: screen;
}

.brand-name {
  font-family: var(--display);
  font-size: 12px;
  letter-spacing: .06em;
}

.main-nav {
  display: flex;
  justify-content: center;
  gap: clamp(18px, 2.8vw, 38px);
}

.main-nav a,
.header-contact {
  font-size: 12px;
  font-weight: 600;
  transition: color 180ms ease;
}

.main-nav a {
  color: #c6c0d0;
}

.main-nav a:hover {
  color: #fff;
}

.header-contact {
  padding: 14px 20px;
  border: 1px solid rgba(255, 255, 255, .16);
  border-radius: 14px;
  color: #fff;
  background: linear-gradient(110deg, #4767ff, #994bff);
  box-shadow: 0 8px 28px rgba(93, 71, 255, .28);
}

.menu-toggle {
  display: none;
}

.hero {
  position: relative;
  width: 100%;
  min-height: 1010px;
  margin: 0 auto;
  padding: 154px 0 50px;
  overflow: hidden;
  display: grid;
  grid-template-rows: auto 1fr auto;
  border-radius: 0 0 38px 38px;
  isolation: isolate;
}

.hero::before,
.hero::after {
  position: absolute;
  z-index: -2;
  width: 540px;
  height: 540px;
  border-radius: 50%;
  filter: blur(100px);
  content: "";
  pointer-events: none;
}

.hero::before {
  top: 110px;
  left: -330px;
  background: rgba(49, 87, 255, .34);
}

.hero::after {
  top: 230px;
  right: -330px;
  background: rgba(190, 65, 233, .34);
}

.hero-grid,
.contact-grid {
  position: absolute;
  z-index: -1;
  inset: 0;
  opacity: .34;
  background-image:
    linear-gradient(rgba(255, 255, 255, .04) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, .04) 1px, transparent 1px);
  background-size: 56px 56px;
  mask-image: linear-gradient(to bottom, transparent, #000 30%, #000 68%, transparent);
  pointer-events: none;
}

.hero-copy {
  position: relative;
  z-index: 3;
  width: min(940px, calc(100% - 30px));
  margin: 0 auto;
  text-align: center;
}

.eyebrow {
  margin: 0;
  color: #c795ff;
  font-family: var(--display);
  font-size: 11px;
  letter-spacing: .13em;
  text-transform: uppercase;
}

.hero-copy > .eyebrow {
  width: max-content;
  max-width: 100%;
  margin: 0 auto;
  padding: 8px 13px;
  border: 1px solid rgba(190, 129, 255, .24);
  border-radius: 999px;
  background: rgba(121, 69, 215, .1);
}

.hero h1 {
  margin: 26px 0 20px;
  font-family: var(--display);
  font-size: clamp(64px, 7.25vw, 114px);
  letter-spacing: -.065em;
  line-height: .9;
  text-transform: uppercase;
}

.hero h1 span {
  display: block;
}

.outline-text {
  color: transparent;
  background: linear-gradient(90deg, #6d86ff 5%, #a85fff 48%, #ee70af 95%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  filter: drop-shadow(0 14px 32px rgba(138, 75, 255, .18));
}

.hero-lead {
  max-width: 760px;
  margin: 0 auto;
  color: #b9b2c4;
  font-size: clamp(17px, 1.45vw, 20px);
}

.hero-actions {
  margin-top: 34px;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 12px;
}

.viewer-launch {
  width: min(430px, 100%);
  min-height: 64px;
  margin: 14px auto 0;
  padding: 9px 10px 9px 18px;
  border: 1px solid rgba(177, 108, 255, .3);
  border-radius: 18px;
  display: grid;
  grid-template-columns: auto 1fr 44px;
  align-items: center;
  gap: 14px;
  color: #fff;
  background:
    radial-gradient(circle at 88% 50%, rgba(139, 77, 255, .3), transparent 30%),
    rgba(255, 255, 255, .035);
  box-shadow: inset 0 1px rgba(255, 255, 255, .05), 0 16px 44px rgba(0, 0, 0, .2);
  backdrop-filter: blur(12px);
  text-align: left;
  transition: transform 180ms ease, border-color 180ms ease, box-shadow 180ms ease;
}

.viewer-launch:hover {
  border-color: rgba(190, 126, 255, .62);
  box-shadow: inset 0 1px rgba(255, 255, 255, .07), 0 18px 50px rgba(91, 49, 190, .26);
  transform: translateY(-2px);
}

.viewer-launch-label {
  padding: 6px 8px;
  border: 1px solid rgba(255, 255, 255, .12);
  border-radius: 8px;
  color: #cba1ff;
  font-family: var(--display);
  font-size: 8px;
  letter-spacing: .12em;
}

.viewer-launch strong {
  font-family: var(--display);
  font-size: 12px;
  letter-spacing: .02em;
  text-transform: uppercase;
}

.viewer-launch-arrow {
  width: 44px;
  height: 44px;
  border-radius: 13px;
  display: grid;
  place-items: center;
  background: linear-gradient(135deg, #425fff, #a23fff);
  box-shadow: 0 10px 26px rgba(101, 69, 242, .32);
}

.button {
  min-height: 52px;
  padding: 0 22px;
  border: 1px solid var(--line);
  border-radius: 15px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 18px;
  font-family: var(--display);
  font-size: 11px;
  letter-spacing: .04em;
  text-transform: uppercase;
  transition: transform 180ms ease, border-color 180ms ease, background-color 180ms ease, box-shadow 180ms ease;
}

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

.button-primary {
  border-color: transparent;
  color: #fff;
  background: linear-gradient(110deg, #405eff, #a23eff);
  box-shadow: 0 16px 40px rgba(113, 57, 240, .28);
}

.button-primary:hover {
  box-shadow: 0 18px 48px rgba(113, 57, 240, .42);
}

.button-ghost {
  color: #d6d0df;
  background: rgba(255, 255, 255, .035);
  backdrop-filter: blur(10px);
}

.button-ghost:hover {
  border-color: rgba(184, 127, 255, .45);
  background: rgba(153, 83, 255, .08);
}

.hero-specs {
  position: absolute;
  z-index: 4;
  right: 24px;
  bottom: -485px;
  width: 250px;
  margin: 0;
  padding: 18px;
  border: 1px solid rgba(255, 255, 255, .13);
  border-radius: 19px;
  background: rgba(12, 9, 22, .66);
  box-shadow: 0 20px 54px rgba(0, 0, 0, .38);
  backdrop-filter: blur(14px);
  text-align: left;
}

.hero-specs div {
  padding: 9px 0;
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 12px;
}

.hero-specs div + div {
  border-top: 1px solid var(--line);
}

.hero-specs dt {
  color: #8e879c;
  font-size: 11px;
}

.hero-specs dd {
  margin: 0;
  color: #fff;
  font-family: var(--display);
  font-size: 10px;
}

.hero-visual {
  position: relative;
  z-index: 1;
  width: 100%;
  min-width: 0;
  height: clamp(620px, 56.25vw, 820px);
  margin: -10px 0 0;
  align-self: end;
}

.hero-visual::before {
  position: absolute;
  z-index: -1;
  right: 10%;
  bottom: 6%;
  left: 10%;
  height: 24%;
  border-radius: 50%;
  background: rgba(108, 55, 255, .38);
  filter: blur(68px);
  content: "";
}

.hero-model {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
  -webkit-mask-image:
    linear-gradient(to bottom, transparent 0%, rgba(0, 0, 0, .18) 8%, #000 23%, #000 70%, rgba(0, 0, 0, .58) 84%, transparent 100%),
    linear-gradient(to right, transparent 0%, rgba(0, 0, 0, .22) 9%, #000 24%, #000 76%, rgba(0, 0, 0, .22) 91%, transparent 100%);
  -webkit-mask-composite: source-in;
  mask-image:
    linear-gradient(to bottom, transparent 0%, rgba(0, 0, 0, .18) 8%, #000 23%, #000 70%, rgba(0, 0, 0, .58) 84%, transparent 100%),
    linear-gradient(to right, transparent 0%, rgba(0, 0, 0, .22) 9%, #000 24%, #000 76%, rgba(0, 0, 0, .22) 91%, transparent 100%);
  mask-composite: intersect;
  transform: scale(.94);
  transform-origin: center;
  filter: saturate(1.08) contrast(1.03);
}

.axis,
.model-orbit {
  display: none;
}

.hero-visual figcaption {
  position: absolute;
  bottom: 42px;
  left: 24px;
  padding: 10px 14px;
  border: 1px solid rgba(255, 255, 255, .13);
  border-radius: 999px;
  display: flex;
  gap: 20px;
  color: #c6bdd1;
  background: rgba(9, 7, 15, .58);
  backdrop-filter: blur(12px);
  font-family: var(--display);
  font-size: 9px;
  letter-spacing: .12em;
}

.scroll-cue {
  position: absolute;
  z-index: 4;
  bottom: 42px;
  left: 50%;
  display: flex;
  align-items: center;
  gap: 12px;
  color: #aaa3b7;
  font-size: 11px;
  letter-spacing: .09em;
  text-transform: uppercase;
  transform: translateX(-50%);
}

.scroll-cue span:last-child {
  width: 32px;
  height: 32px;
  border: 1px solid var(--line);
  border-radius: 50%;
  display: grid;
  place-items: center;
}

.format-rail {
  width: var(--container);
  margin: 18px auto 0;
  padding: 0 26px;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 18px;
  background: linear-gradient(90deg, rgba(57, 44, 101, .22), rgba(18, 13, 31, .8), rgba(76, 40, 102, .22));
}

.format-track {
  min-height: 64px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  color: #a9a1b8;
  font-family: var(--display);
  font-size: 10px;
  letter-spacing: .1em;
  white-space: nowrap;
}

.format-track i {
  width: 4px;
  height: 4px;
  flex: 0 0 auto;
  border-radius: 50%;
  background: #ad63ff;
  box-shadow: 0 0 12px #9f52ff;
}

.section-pad {
  width: var(--container);
  margin: 0 auto;
  padding-block: 126px;
}

.section-index {
  padding-bottom: 18px;
  border-bottom: 1px solid var(--line);
  color: #777083;
  font-family: var(--display);
  font-size: 10px;
  letter-spacing: .14em;
}

.intro {
  display: grid;
  grid-template-columns: .64fr 1.2fr .82fr;
  gap: 54px;
}

.intro .section-index {
  grid-column: 1 / -1;
}

.intro-heading {
  grid-column: 2;
}

.intro-heading h2,
.visual-break h2,
.requirements-head h2,
.process-heading h2,
.comparison-head h2,
.contact h2 {
  margin: 18px 0 0;
  font-family: var(--display);
  font-size: clamp(44px, 5vw, 78px);
  letter-spacing: -.055em;
  line-height: .96;
  text-transform: uppercase;
}

.intro-copy {
  margin: 30px 0 0;
  color: var(--text-soft);
  font-size: 17px;
}

.deliverables {
  padding-top: 0;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
}

.deliverable {
  position: relative;
  min-width: 0;
  min-height: 580px;
  padding: 30px;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  display: flex;
  flex-direction: column;
  background:
    linear-gradient(145deg, rgba(255, 255, 255, .055), transparent 42%),
    rgba(19, 15, 31, .84);
  box-shadow: inset 0 1px rgba(255, 255, 255, .025), 0 30px 70px rgba(0, 0, 0, .2);
}

.deliverable::before {
  position: absolute;
  top: -170px;
  right: -170px;
  width: 330px;
  height: 330px;
  border-radius: 50%;
  background: rgba(68, 97, 255, .22);
  filter: blur(45px);
  content: "";
  pointer-events: none;
}

.deliverable:nth-child(2)::before {
  background: rgba(214, 69, 238, .24);
}

.deliverable:nth-child(3)::before {
  background: rgba(255, 134, 111, .19);
}

.deliverable-number {
  position: relative;
  z-index: 1;
  width: 44px;
  height: 44px;
  margin-bottom: 78px;
  border: 1px solid var(--line-bright);
  border-radius: 50%;
  display: grid;
  place-items: center;
  color: #d7b5ff;
  font-family: var(--display);
  font-size: 10px;
}

.deliverable-main,
.spec-list {
  position: relative;
  z-index: 1;
  min-width: 0;
}

.deliverable-main h3 {
  min-height: 122px;
  margin: 16px 0 16px;
  font-family: var(--display);
  font-size: clamp(28px, 2.45vw, 41px);
  letter-spacing: -.045em;
  line-height: 1;
  text-transform: uppercase;
  hyphens: auto;
}

.deliverable-main > p:last-child {
  margin: 0;
  color: var(--text-soft);
  font-size: 14px;
}

.spec-list {
  margin: auto 0 0;
  padding: 28px 0 0;
  list-style: none;
}

.spec-list li {
  padding: 11px 0;
  border-top: 1px solid var(--line);
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 20px;
  font-size: 11px;
}

.spec-list span {
  color: #81798c;
}

.spec-list strong {
  max-width: 58%;
  text-align: right;
  font-family: var(--display);
  font-size: 9px;
  font-weight: 700;
  letter-spacing: .025em;
}

.deliverable-dark {
  border-color: rgba(178, 105, 255, .24);
  background:
    radial-gradient(circle at 70% 10%, rgba(184, 76, 255, .14), transparent 38%),
    linear-gradient(145deg, rgba(255, 255, 255, .075), transparent 42%),
    #171022;
}

.visual-break {
  position: relative;
  width: var(--container);
  min-height: 780px;
  margin: 0 auto 36px;
  padding: 86px;
  overflow: hidden;
  border: 1px solid rgba(166, 96, 255, .18);
  border-radius: 34px;
  display: grid;
  grid-template-columns: .72fr 1.28fr;
  align-items: center;
  gap: 70px;
  background:
    radial-gradient(circle at 90% 100%, rgba(119, 52, 255, .29), transparent 38%),
    radial-gradient(circle at 20% 0%, rgba(49, 74, 197, .18), transparent 35%),
    #0e0b17;
}

.visual-break::before {
  position: absolute;
  right: -10%;
  bottom: -62%;
  width: 75%;
  aspect-ratio: 1;
  border: 1px solid rgba(195, 112, 255, .35);
  border-radius: 50%;
  box-shadow:
    0 0 50px rgba(144, 55, 255, .3),
    inset 0 0 60px rgba(77, 55, 255, .18);
  content: "";
}

.visual-break-copy,
.visual-stack {
  position: relative;
  z-index: 2;
  min-width: 0;
}

.visual-break-copy p:last-child {
  max-width: 520px;
  margin: 26px 0 0;
  color: var(--text-soft);
}

.visual-stack {
  min-height: 570px;
}

.visual-frame {
  position: absolute;
  margin: 0;
  padding: 12px;
  border: 1px solid rgba(255, 255, 255, .13);
  border-radius: 24px;
  background: rgba(19, 14, 31, .72);
  box-shadow: 0 30px 70px rgba(0, 0, 0, .38);
  backdrop-filter: blur(14px);
}

.visual-frame img {
  width: 100%;
  aspect-ratio: 1;
  border-radius: 16px;
  object-fit: contain;
  background: radial-gradient(circle, rgba(120, 72, 217, .2), transparent 66%);
}

.visual-frame figcaption {
  padding: 12px 4px 2px;
  color: #9e95aa;
  font-family: var(--display);
  font-size: 9px;
  letter-spacing: .12em;
}

.visual-frame-main {
  z-index: 2;
  top: 0;
  left: 0;
  width: 54%;
  transform: rotate(-3deg);
}

.visual-frame-detail {
  z-index: 1;
  right: 0;
  bottom: 0;
  width: 60%;
  transform: rotate(3deg);
}

.requirements {
  padding-bottom: 70px;
}

.requirements-head {
  padding: 70px 0 86px;
  display: grid;
  grid-template-columns: 1.42fr .58fr;
  align-items: end;
  gap: 80px;
}

.requirements-head > p {
  margin: 0 0 5px;
  color: var(--text-soft);
  font-size: 16px;
}

.requirement-list {
  display: grid;
  gap: 10px;
}

.requirement-item {
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 18px;
  background: rgba(255, 255, 255, .025);
  transition: border-color 180ms ease, background-color 180ms ease;
}

.requirement-item[open] {
  border-color: rgba(169, 101, 255, .3);
  background: rgba(91, 49, 150, .075);
}

.requirement-item summary {
  min-height: 88px;
  padding: 0 24px;
  display: grid;
  grid-template-columns: 58px 1fr 30px;
  align-items: center;
  gap: 16px;
  cursor: pointer;
  list-style: none;
  font-family: var(--display);
  font-size: clamp(17px, 1.75vw, 25px);
  letter-spacing: -.025em;
  text-transform: uppercase;
}

.requirement-item summary::-webkit-details-marker {
  display: none;
}

.requirement-no {
  color: #8e63ca;
  font-family: var(--body);
  font-size: 10px;
  letter-spacing: .12em;
}

.summary-mark {
  position: relative;
  width: 28px;
  height: 28px;
  border: 1px solid var(--line);
  border-radius: 50%;
}

.summary-mark::before,
.summary-mark::after {
  position: absolute;
  top: 13px;
  left: 7px;
  width: 12px;
  height: 1px;
  content: "";
  background: #c7becf;
  transition: transform 180ms ease;
}

.summary-mark::after {
  transform: rotate(90deg);
}

.requirement-item[open] .summary-mark::after {
  transform: rotate(0);
}

.requirement-content {
  padding: 0 82px 36px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 54px;
  color: var(--text-soft);
  font-size: 14px;
}

.requirement-content p,
.requirement-content ul {
  margin: 0;
}

.requirement-content ul {
  padding-left: 20px;
}

.requirement-content li + li {
  margin-top: 7px;
}

.document-callout {
  position: relative;
  margin-top: 24px;
  padding: 38px;
  overflow: hidden;
  border: 1px solid rgba(171, 103, 255, .27);
  border-radius: 24px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 48px;
  background:
    radial-gradient(circle at 70% 160%, rgba(127, 64, 255, .3), transparent 42%),
    #120d1d;
}

.file-badge {
  color: #bd85ff;
  font-family: var(--display);
  font-size: 9px;
  letter-spacing: .12em;
}

.document-callout h3 {
  margin: 10px 0 7px;
  font-family: var(--display);
  font-size: clamp(25px, 2.6vw, 40px);
  letter-spacing: -.04em;
  line-height: 1;
  text-transform: uppercase;
}

.document-callout p {
  margin: 0;
  color: var(--text-soft);
}

.process {
  padding-top: 70px;
}

.process-heading,
.comparison-head {
  padding: 70px 0 66px;
  display: grid;
  grid-template-columns: .42fr 1fr;
  gap: 30px;
}

.process-heading .eyebrow,
.comparison-head .eyebrow {
  padding-top: 7px;
}

.process-list {
  margin: 0;
  padding: 0;
  list-style: none;
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 10px;
}

.process-list li {
  position: relative;
  min-width: 0;
  min-height: 350px;
  padding: 24px;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 20px;
  background: linear-gradient(150deg, rgba(255, 255, 255, .05), rgba(255, 255, 255, .015));
}

.process-list li::after {
  position: absolute;
  right: -45px;
  bottom: -55px;
  width: 130px;
  height: 130px;
  border: 1px solid rgba(157, 88, 255, .18);
  border-radius: 50%;
  content: "";
}

.process-no {
  color: #b77aff;
  font-family: var(--display);
  font-size: 10px;
}

.process-list h3 {
  margin: 112px 0 16px;
  font-family: var(--display);
  font-size: 19px;
  letter-spacing: -.035em;
  line-height: 1.05;
  text-transform: uppercase;
}

.process-list p {
  margin: 0;
  color: var(--text-soft);
  font-size: 13px;
}

.comparison {
  padding-top: 40px;
}

.comparison-table-wrap {
  overflow-x: auto;
  border: 1px solid var(--line);
  border-radius: 24px;
  background: #0d0a15;
}

.comparison-table {
  width: 100%;
  min-width: 780px;
  border-collapse: collapse;
  text-align: left;
}

.comparison-table th,
.comparison-table td {
  padding: 22px 26px;
  border-right: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  vertical-align: top;
}

.comparison-table tr:last-child th,
.comparison-table tr:last-child td {
  border-bottom: 0;
}

.comparison-table th:last-child,
.comparison-table td:last-child {
  border-right: 0;
}

.comparison-table thead th {
  color: #8d8498;
  font-family: var(--display);
  font-size: 10px;
  letter-spacing: .11em;
  text-transform: uppercase;
}

.comparison-table thead th:nth-child(2) {
  color: #b8c2ff;
  background: rgba(52, 75, 198, .12);
}

.comparison-table thead th:nth-child(3) {
  color: #dfb2ff;
  background: rgba(145, 58, 190, .12);
}

.comparison-table tbody th {
  width: 25%;
  color: #8f8799;
  font-family: var(--display);
  font-size: 11px;
  text-transform: uppercase;
}

.comparison-table tbody td {
  width: 37.5%;
  color: #d7d1de;
  font-size: 14px;
}

.contact {
  position: relative;
  width: var(--container);
  min-height: 630px;
  margin: 30px auto 0;
  padding: 90px;
  overflow: hidden;
  border: 1px solid rgba(175, 103, 255, .22);
  border-radius: 34px;
  display: grid;
  grid-template-columns: 1.1fr .9fr;
  align-items: center;
  gap: 90px;
  background:
    radial-gradient(circle at 20% 120%, rgba(58, 79, 255, .22), transparent 44%),
    #0f0b19;
}

.contact::before {
  position: absolute;
  top: 50%;
  left: 50%;
  width: min(52vw, 680px);
  aspect-ratio: 1;
  border: 2px solid rgba(198, 91, 255, .62);
  border-radius: 50%;
  box-shadow:
    0 0 42px rgba(171, 66, 255, .52),
    inset 0 0 60px rgba(84, 66, 255, .32);
  content: "";
  transform: translate(-50%, -50%);
  filter: blur(.2px);
}

.contact::after {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 48%;
  height: 48%;
  border-radius: 50%;
  background: rgba(170, 56, 224, .22);
  filter: blur(90px);
  content: "";
  transform: translate(-50%, -50%);
}

.contact-grid {
  opacity: .2;
}

.contact-copy,
.contact-actions {
  position: relative;
  z-index: 2;
  min-width: 0;
}

.contact-copy p:last-child {
  max-width: 580px;
  margin: 26px 0 0;
  color: var(--text-soft);
}

.contact-actions {
  padding: 24px 28px;
  border: 1px solid rgba(255, 255, 255, .13);
  border-radius: 24px;
  background: rgba(11, 8, 18, .72);
  box-shadow: 0 30px 70px rgba(0, 0, 0, .32);
  backdrop-filter: blur(16px);
}

.contact-link {
  padding: 18px 0;
  border-bottom: 1px solid var(--line);
  display: grid;
  gap: 5px;
}

.contact-link span {
  color: #8f879b;
  font-size: 10px;
  letter-spacing: .11em;
  text-transform: uppercase;
}

.contact-link strong {
  font-family: var(--display);
  font-size: clamp(18px, 1.7vw, 26px);
  letter-spacing: -.035em;
}

.messenger-links {
  margin-top: 24px;
  display: flex;
  gap: 22px;
}

.messenger-links a {
  color: #c392ff;
  font-family: var(--display);
  font-size: 10px;
  letter-spacing: .07em;
  text-transform: uppercase;
}

.site-footer {
  width: var(--container);
  margin: 0 auto;
  padding: 42px 0;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  align-items: center;
  gap: 40px;
  color: #7e7788;
  font-size: 11px;
}

.footer-brand {
  display: flex;
  align-items: center;
  gap: 11px;
  color: #fff;
  font-family: var(--display);
  font-size: 11px;
  letter-spacing: .08em;
}

.footer-brand img {
  width: 38px;
  height: 38px;
  border-radius: 10px;
  object-fit: cover;
  filter: invert(1) grayscale(1) brightness(1.5);
  mix-blend-mode: screen;
}

.site-footer > p {
  margin: 0;
  text-align: center;
}

.footer-meta {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 20px;
}

.metrika-informer {
  opacity: .62;
  filter: grayscale(1);
  transition: opacity 180ms ease;
}

.metrika-informer:hover {
  opacity: 1;
}

.reveal {
  opacity: 0;
  transform: translateY(24px);
  transition: opacity 650ms ease, transform 650ms cubic-bezier(.22, 1, .36, 1);
}

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

@media (max-width: 1160px) {
  :root {
    --container: calc(100% - 48px);
  }

  .site-header {
    width: calc(100% - 40px);
  }

  .header-inner {
    grid-template-columns: 1fr auto;
  }

  .main-nav,
  .header-contact {
    display: none;
  }

  .menu-toggle {
    position: relative;
    z-index: 3;
    justify-self: end;
    display: flex;
    align-items: center;
    gap: 12px;
    cursor: pointer;
    font-family: var(--display);
    font-size: 10px;
    letter-spacing: .08em;
    text-transform: uppercase;
  }

  .menu-lines,
  .menu-lines::before {
    width: 22px;
    height: 1px;
    display: block;
    background: #fff;
    transition: transform 180ms ease;
  }

  .menu-lines {
    position: relative;
  }

  .menu-lines::before {
    position: absolute;
    top: 6px;
    content: "";
  }

  .menu-toggle[aria-expanded="true"] .menu-lines {
    transform: translateY(3px) rotate(45deg);
  }

  .menu-toggle[aria-expanded="true"] .menu-lines::before {
    transform: translateY(-6px) rotate(-90deg);
  }

  .site-header.is-menu-open {
    border-color: rgba(177, 104, 255, .3);
    background: #0b0812;
    backdrop-filter: none;
  }

  .main-nav.is-open {
    position: fixed;
    inset: 0;
    z-index: 1;
    padding: 126px 32px 40px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    gap: 22px;
    background:
      radial-gradient(circle at 80% 80%, rgba(132, 52, 235, .32), transparent 38%),
      #0b0812;
  }

  .main-nav.is-open a {
    color: #fff;
    font-family: var(--display);
    font-size: clamp(34px, 7vw, 64px);
    letter-spacing: -.05em;
    line-height: 1;
    text-transform: uppercase;
  }

  .hero {
    min-height: 940px;
  }

  .hero-specs {
    right: 10px;
    bottom: -440px;
  }

  .hero-visual {
    height: 510px;
  }

  .intro {
    grid-template-columns: .45fr 1.2fr .75fr;
    gap: 35px;
  }

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

  .deliverable:last-child {
    grid-column: 1 / -1;
    min-height: 480px;
  }

  .deliverable-main h3 {
    min-height: auto;
  }

  .visual-break {
    padding: 60px;
    gap: 44px;
  }

  .requirements-head {
    grid-template-columns: 1.15fr .85fr;
  }

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

  .contact {
    padding: 68px;
    gap: 54px;
  }
}

@media (max-width: 820px) {
  :root {
    --container: calc(100% - 30px);
    --header-height: 60px;
    --radius: 22px;
  }

  .site-header {
    top: 10px;
    width: calc(100% - 20px);
    border-radius: 18px;
  }

  .header-inner {
    min-height: var(--header-height);
  }

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

  .hero {
    min-height: 850px;
    padding-top: 118px;
  }

  .hero h1 {
    margin-top: 22px;
    font-size: clamp(50px, 15vw, 82px);
  }

  .hero-lead {
    font-size: 16px;
  }

  .hero-actions {
    width: min(420px, 100%);
    margin-right: auto;
    margin-left: auto;
    align-items: stretch;
    flex-direction: column;
  }

  .viewer-launch {
    width: min(420px, 100%);
  }

  .button {
    width: 100%;
  }

  .hero-visual {
    height: 400px;
    margin-top: 24px;
  }

  .hero-model {
    object-fit: cover;
    object-position: 58% center;
  }

  .hero-specs {
    position: static;
    width: 100%;
    margin: 24px auto 0;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
  }

  .hero-specs div {
    padding: 4px 10px;
    grid-template-columns: 1fr;
    gap: 3px;
  }

  .hero-specs div + div {
    border-top: 0;
    border-left: 1px solid var(--line);
  }

  .hero-specs dd {
    font-size: 8px;
  }

  .hero-visual figcaption,
  .scroll-cue {
    display: none;
  }

  .format-rail {
    padding-inline: 18px;
  }

  .format-track {
    justify-content: flex-start;
    overflow-x: auto;
    scrollbar-width: none;
  }

  .format-track::-webkit-scrollbar {
    display: none;
  }

  .section-pad {
    padding-block: 88px;
  }

  .intro {
    display: block;
  }

  .intro .section-index {
    margin-bottom: 54px;
  }

  .intro-copy {
    margin-top: 28px;
  }

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

  .deliverable,
  .deliverable:last-child {
    min-height: 500px;
    grid-column: auto;
  }

  .deliverable-number {
    margin-bottom: 52px;
  }

  .visual-break {
    min-height: auto;
    padding: 52px 24px;
    grid-template-columns: 1fr;
  }

  .visual-stack {
    min-height: 500px;
  }

  .requirements-head {
    padding: 54px 0;
    grid-template-columns: 1fr;
    gap: 30px;
  }

  .requirement-content {
    padding: 0 22px 30px 80px;
    grid-template-columns: 1fr;
    gap: 20px;
  }

  .document-callout {
    padding: 28px;
    align-items: stretch;
    flex-direction: column;
  }

  .process-heading,
  .comparison-head {
    grid-template-columns: 1fr;
  }

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

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

  .process-list h3 {
    margin-top: 75px;
  }

  .contact {
    min-height: auto;
    padding: 68px 26px;
    grid-template-columns: 1fr;
    gap: 52px;
  }

  .contact::before {
    width: 90vw;
  }

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

  .site-footer > p {
    text-align: left;
  }

  .footer-meta {
    justify-content: space-between;
  }
}

@media (max-width: 520px) {
  .brand-name {
    display: none;
  }

  .main-nav.is-open {
    padding-inline: 24px;
  }

  .hero {
    min-height: 800px;
  }

  .hero-copy > .eyebrow {
    font-size: 9px;
  }

  .hero h1 {
    font-size: 15.8vw;
  }

  .viewer-launch {
    min-height: 58px;
    padding-left: 12px;
    grid-template-columns: auto 1fr 40px;
    gap: 9px;
  }

  .viewer-launch strong {
    font-size: 10px;
  }

  .viewer-launch-arrow {
    width: 40px;
    height: 40px;
  }

  .hero-specs {
    grid-template-columns: 1fr;
  }

  .hero-specs div {
    padding: 8px 4px;
    grid-template-columns: 1fr 1fr;
  }

  .hero-specs div + div {
    border-top: 1px solid var(--line);
    border-left: 0;
  }

  .hero-visual {
    height: 320px;
  }

  .intro-heading h2,
  .visual-break h2,
  .requirements-head h2,
  .process-heading h2,
  .comparison-head h2,
  .contact h2 {
    font-size: 11.6vw;
  }

  .visual-break h2 {
    font-size: 10vw;
    overflow-wrap: normal;
    hyphens: none;
  }

  .deliverable {
    min-height: auto;
    padding: 26px;
  }

  .deliverable-number {
    margin-bottom: 44px;
  }

  .deliverable-main h3 {
    font-size: 29px;
  }

  .spec-list li {
    align-items: flex-start;
    flex-direction: column;
    gap: 4px;
  }

  .spec-list strong {
    max-width: none;
    text-align: left;
  }

  .visual-stack {
    min-height: 390px;
  }

  .visual-frame-main {
    width: 68%;
  }

  .visual-frame-detail {
    width: 72%;
  }

  .requirement-item summary {
    min-height: 78px;
    padding: 0 16px;
    grid-template-columns: 34px 1fr 28px;
    font-size: 15px;
  }

  .requirement-content {
    padding: 0 16px 26px;
  }

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

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

  .contact-actions {
    padding: 18px;
  }

  .contact-link strong {
    font-size: 16px;
  }

  .messenger-links,
  .footer-meta {
    align-items: flex-start;
    flex-direction: column;
  }
}

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

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

  .reveal {
    opacity: 1;
    transform: none;
  }
}
