:root {
  color-scheme: dark;
  --canvas: #080b0f;
  --surface: #10151b;
  --surface-raised: #151c24;
  --ink: #f5f7f8;
  --muted: #aeb7c1;
  --dim: #8995a1;
  --line: #2a333d;
  --line-strong: #3b4651;
  --gold: #f3b83f;
  --gold-ink: #171105;
  --aqua: #68ded0;
  --focus: #8cecdf;
  --radius-sm: 8px;
  --radius-md: 12px;
  --radius-lg: 16px;
  --container: 1240px;
  --section-space: clamp(5rem, 9vw, 8.5rem);
  --shadow-product: 0 24px 70px rgb(0 0 0 / 0.34);
}

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

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  min-width: 320px;
  overflow-x: hidden;
  background: var(--canvas);
  color: var(--ink);
  font-family: "Familjen Grotesk", "Helvetica Neue", Arial, sans-serif;
  font-size: 17px;
  line-height: 1.55;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
}

a {
  color: inherit;
}

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

button,
a,
summary {
  -webkit-tap-highlight-color: rgb(104 222 208 / 0.18);
}

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

.container {
  width: min(var(--container), calc(100% - 48px));
  margin-inline: auto;
}

.skip-link {
  position: fixed;
  top: 12px;
  left: 12px;
  z-index: 40;
  padding: 10px 14px;
  border-radius: var(--radius-sm);
  background: var(--ink);
  color: var(--canvas);
  font-weight: 700;
  transform: translateY(-160%);
  transition: transform 160ms ease-out;
}

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

.site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  border-bottom: 1px solid rgb(255 255 255 / 0.08);
  background: rgb(8 11 15 / 0.96);
}

.header-inner {
  min-height: 78px;
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 40px;
}

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

.brand img {
  width: 170px;
}

.primary-nav {
  justify-self: center;
  display: flex;
  align-items: center;
  gap: 30px;
}

.primary-nav a,
.header-login {
  color: var(--muted);
  font-size: 0.92rem;
  font-weight: 600;
  text-decoration: none;
  transition: color 160ms ease-out;
}

.primary-nav a:hover,
.header-login:hover {
  color: var(--ink);
}

.header-actions {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 18px;
}

.button {
  min-height: 50px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 22px;
  border: 1px solid transparent;
  border-radius: var(--radius-sm);
  font-size: 0.96rem;
  font-weight: 700;
  line-height: 1;
  text-decoration: none;
  touch-action: manipulation;
  transition: transform 160ms ease-out, border-color 160ms ease-out, background-color 160ms ease-out;
}

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

.button:active {
  transform: translateY(0);
}

.button--compact {
  min-height: 42px;
  padding-inline: 18px;
  font-size: 0.9rem;
}

.button--primary {
  background: var(--gold);
  color: var(--gold-ink);
}

.button--primary:hover {
  background: #ffca5d;
}

.button--secondary {
  border-color: var(--line-strong);
  background: transparent;
  color: var(--ink);
}

.button--secondary:hover {
  border-color: var(--muted);
  background: var(--surface);
}

.hero {
  padding: clamp(4.5rem, 8vw, 7.5rem) 0 0;
}

.hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.88fr) minmax(500px, 1.12fr);
  gap: clamp(48px, 7vw, 96px);
  align-items: center;
}

.eyebrow,
.story-label {
  margin: 0 0 18px;
  color: var(--aqua);
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.eyebrow {
  display: flex;
  align-items: center;
  gap: 10px;
}

.eyebrow span {
  width: 8px;
  height: 8px;
  display: inline-block;
  background: var(--aqua);
}

h1,
h2,
h3 {
  margin: 0;
  font-weight: 600;
  text-wrap: balance;
}

h1 {
  max-width: 10ch;
  font-size: clamp(3.2rem, 6.2vw, 5.35rem);
  line-height: 0.96;
  letter-spacing: -0.035em;
}

h2 {
  font-size: clamp(2.4rem, 4.6vw, 4.2rem);
  line-height: 1;
  letter-spacing: -0.03em;
}

h3 {
  font-size: clamp(1.8rem, 3vw, 2.8rem);
  line-height: 1.06;
  letter-spacing: -0.025em;
}

.hero-deck {
  max-width: 58ch;
  margin: 28px 0 0;
  color: var(--muted);
  font-size: clamp(1.06rem, 1.5vw, 1.22rem);
  line-height: 1.6;
  text-wrap: pretty;
}

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

.hero-proof {
  margin: 32px 0 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 12px 24px;
  color: var(--dim);
  font-size: 0.88rem;
  list-style: none;
}

.hero-proof li {
  display: flex;
  align-items: center;
  gap: 9px;
}

.hero-proof li::before {
  width: 5px;
  height: 5px;
  content: "";
  background: var(--aqua);
}

.product-stage {
  margin: 0;
  overflow: hidden;
  border: 1px solid var(--line-strong);
  border-radius: var(--radius-lg);
  background: var(--surface);
  box-shadow: var(--shadow-product);
}

.product-stage__bar {
  height: 42px;
  display: flex;
  align-items: center;
  gap: 7px;
  padding: 0 14px;
  border-bottom: 1px solid var(--line);
  color: var(--dim);
  font-size: 0.75rem;
}

.product-stage__bar span {
  width: 7px;
  height: 7px;
  border: 1px solid var(--line-strong);
  border-radius: 50%;
}

.product-stage__bar strong {
  margin-left: auto;
  font-weight: 600;
}

.product-stage > img {
  width: 100%;
  aspect-ratio: 1878 / 1254;
  object-fit: contain;
  background: #070a0e;
}

.product-stage figcaption {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 18px;
  padding: 16px 18px;
  border-top: 1px solid var(--line);
  color: var(--muted);
  font-size: 0.86rem;
}

.product-stage figcaption strong {
  color: var(--ink);
}

.workflow-route {
  margin-top: clamp(4rem, 7vw, 6.5rem);
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.workflow-route > div {
  min-width: 0;
  padding: 24px 22px 26px;
  display: grid;
  gap: 5px;
  border-right: 1px solid var(--line);
}

.workflow-route > div:last-child {
  border-right: 0;
}

.workflow-route span {
  color: var(--aqua);
  font-size: 0.72rem;
  font-variant-numeric: tabular-nums;
}

.workflow-route strong {
  font-size: 1.02rem;
}

.workflow-route small {
  color: var(--dim);
  font-size: 0.8rem;
  line-height: 1.4;
}

.section {
  padding: var(--section-space) 0;
}

.section--surface {
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  background: var(--surface);
}

.section-intro {
  max-width: 960px;
  display: grid;
  grid-template-columns: minmax(0, 1.35fr) minmax(320px, 0.65fr);
  gap: 64px;
  align-items: end;
}

.section-intro p,
.model-heading > p:last-child,
.install-copy > p:not(.story-label),
.learn-copy > p:not(.story-label) {
  margin: 0;
  color: var(--muted);
  line-height: 1.65;
  text-wrap: pretty;
}

.story-list {
  margin-top: clamp(4.5rem, 7vw, 7rem);
}

.story {
  padding: clamp(2.6rem, 5vw, 4.5rem) 0;
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) minmax(360px, 0.8fr);
  gap: clamp(42px, 7vw, 90px);
  align-items: center;
  border-top: 1px solid var(--line);
}

.story:last-child {
  border-bottom: 1px solid var(--line);
}

.story--reverse .story-media {
  order: 2;
}

.story-media {
  overflow: hidden;
  border: 1px solid var(--line-strong);
  border-radius: var(--radius-md);
  background: #070a0e;
}

.story-media img {
  width: 100%;
  aspect-ratio: 16 / 9;
  object-fit: cover;
}

.story-copy > p:not(.story-label) {
  margin: 24px 0 0;
  color: var(--muted);
  line-height: 1.68;
  text-wrap: pretty;
}

.story-facts {
  margin: 30px 0 0;
  border-top: 1px solid var(--line);
}

.story-facts div {
  padding: 12px 0;
  display: grid;
  grid-template-columns: 120px 1fr;
  gap: 20px;
  border-bottom: 1px solid var(--line);
}

.story-facts dt {
  color: var(--dim);
  font-size: 0.82rem;
}

.story-facts dd {
  margin: 0;
  color: var(--ink);
  font-weight: 600;
}

.model-layout {
  display: grid;
  grid-template-columns: minmax(340px, 0.72fr) minmax(0, 1.28fr);
  gap: clamp(60px, 9vw, 130px);
}

.model-heading h2 {
  max-width: 9ch;
}

.model-heading > p:last-child {
  max-width: 52ch;
  margin-top: 28px;
}

.model-ledger {
  border-top: 1px solid var(--line-strong);
}

.model-row {
  padding: 22px 0;
  display: grid;
  grid-template-columns: minmax(150px, 0.8fr) minmax(220px, 1.4fr) auto;
  gap: 24px;
  align-items: baseline;
  border-bottom: 1px solid var(--line);
}

.model-row strong {
  font-size: 1rem;
}

.model-row span {
  color: var(--muted);
  font-size: 0.92rem;
}

.model-row b {
  color: var(--aqua);
  font-size: 0.92rem;
  font-variant-numeric: tabular-nums;
  white-space: nowrap;
}

.install-panel {
  padding: clamp(32px, 6vw, 72px);
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(420px, 1.1fr);
  gap: clamp(50px, 8vw, 110px);
  align-items: center;
  border: 1px solid var(--line-strong);
  border-radius: var(--radius-lg);
  background: var(--surface-raised);
}

.install-copy h2 {
  max-width: 10ch;
}

.install-copy > p:not(.story-label) {
  max-width: 56ch;
  margin-top: 26px;
}

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

.install-steps {
  margin: 0;
  padding: 0;
  list-style: none;
  border-top: 1px solid var(--line-strong);
}

.install-steps li {
  padding: 22px 0;
  display: grid;
  grid-template-columns: 46px 1fr;
  gap: 18px;
  border-bottom: 1px solid var(--line-strong);
}

.install-steps > li > span {
  color: var(--aqua);
  font-size: 0.78rem;
  font-variant-numeric: tabular-nums;
}

.install-steps strong {
  display: block;
  font-size: 1.08rem;
}

.install-steps p {
  margin: 5px 0 0;
  color: var(--muted);
  font-size: 0.9rem;
  line-height: 1.5;
}

.section--learn {
  padding-top: 0;
}

.learn-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(360px, 0.9fr);
  gap: clamp(48px, 8vw, 110px);
  align-items: center;
}

.learn-media {
  overflow: hidden;
  border: 1px solid var(--line-strong);
  border-radius: var(--radius-md);
}

.learn-media img {
  width: 100%;
  aspect-ratio: 16 / 9;
  object-fit: cover;
}

.learn-copy h2 {
  max-width: 10ch;
}

.learn-copy > p:not(.story-label) {
  margin-top: 26px;
}

.learn-actions {
  margin-top: 30px;
  display: flex;
  flex-wrap: wrap;
  gap: 14px 24px;
}

.text-action {
  display: inline-flex;
  gap: 10px;
  color: var(--ink);
  font-weight: 700;
  text-decoration-color: var(--aqua);
  text-decoration-thickness: 2px;
  text-underline-offset: 6px;
}

.text-action--quiet {
  color: var(--muted);
  text-decoration-color: var(--line-strong);
}

.faq-layout {
  display: grid;
  grid-template-columns: minmax(300px, 0.68fr) minmax(0, 1.32fr);
  gap: clamp(60px, 10vw, 140px);
}

.faq-layout h2 {
  max-width: 7ch;
}

.faq-list {
  border-top: 1px solid var(--line-strong);
}

.faq-list details {
  border-bottom: 1px solid var(--line-strong);
}

.faq-list summary {
  min-height: 72px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  color: var(--ink);
  font-size: 1.08rem;
  font-weight: 600;
  cursor: pointer;
  list-style: none;
}

.faq-list summary::-webkit-details-marker {
  display: none;
}

.faq-list summary::after {
  content: "+";
  color: var(--aqua);
  font-size: 1.45rem;
  font-weight: 400;
}

.faq-list details[open] summary::after {
  content: "−";
}

.faq-list details p {
  max-width: 66ch;
  margin: 0;
  padding: 0 52px 24px 0;
  color: var(--muted);
  text-wrap: pretty;
}

.site-footer {
  padding: 48px 0 60px;
  border-top: 1px solid var(--line);
}

.footer-grid {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 48px;
}

.footer-grid strong {
  font-size: 1.2rem;
}

.footer-grid p {
  max-width: 48ch;
  margin: 8px 0 0;
  color: var(--dim);
  font-size: 0.88rem;
}

.footer-links {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 12px 24px;
}

.footer-links a {
  min-height: 44px;
  display: inline-flex;
  align-items: center;
  color: var(--muted);
  font-size: 0.88rem;
  text-decoration: none;
}

.footer-links a:hover {
  color: var(--ink);
  text-decoration: underline;
  text-underline-offset: 5px;
}

@media (max-width: 1040px) {
  .header-inner {
    gap: 24px;
  }

  .primary-nav {
    gap: 18px;
  }

  .hero-grid,
  .story,
  .model-layout,
  .install-panel,
  .learn-grid,
  .faq-layout {
    grid-template-columns: 1fr;
  }

  .hero-grid {
    gap: 56px;
  }

  h1 {
    max-width: 12ch;
  }

  .story-copy,
  .learn-copy,
  .model-heading {
    max-width: 720px;
  }

  .story--reverse .story-media {
    order: 0;
  }

  .install-panel {
    gap: 56px;
  }

  .faq-layout {
    gap: 48px;
  }

  .faq-layout h2 {
    max-width: 12ch;
  }
}

@media (max-width: 760px) {
  .container {
    width: min(100% - 32px, var(--container));
  }

  .header-inner {
    min-height: 0;
    padding-block: 10px 0;
    grid-template-columns: auto 1fr;
    gap: 0 18px;
  }

  .brand img {
    width: 146px;
  }

  .header-login {
    display: none;
  }

  .header-actions {
    grid-column: 2;
    grid-row: 1;
  }

  .primary-nav {
    width: 100%;
    grid-column: 1 / -1;
    grid-row: 2;
    justify-self: stretch;
    justify-content: space-between;
    gap: 8px;
    border-top: 1px solid var(--line);
  }

  .primary-nav a {
    min-height: 44px;
    display: inline-flex;
    align-items: center;
    font-size: 0.82rem;
  }

  .hero {
    padding-top: 4rem;
  }

  .hero-actions {
    display: grid;
  }

  .hero-actions .button {
    width: 100%;
  }

  .hero-proof {
    display: grid;
  }

  .product-stage figcaption {
    grid-template-columns: 1fr;
    gap: 4px;
  }

  .workflow-route {
    grid-template-columns: 1fr 1fr;
  }

  .workflow-route > div:nth-child(2) {
    border-right: 0;
  }

  .workflow-route > div:nth-child(-n + 2) {
    border-bottom: 1px solid var(--line);
  }

  .section-intro {
    grid-template-columns: 1fr;
    gap: 28px;
  }

  .story {
    grid-template-columns: 1fr;
    gap: 34px;
  }

  .story-facts div {
    grid-template-columns: 105px 1fr;
  }

  .model-row {
    grid-template-columns: 1fr auto;
    gap: 7px 18px;
  }

  .model-row span {
    grid-column: 1 / -1;
    grid-row: 2;
  }

  .model-row b {
    grid-column: 2;
    grid-row: 1;
  }

  .install-panel {
    padding: 28px 22px;
  }

  .footer-grid {
    display: grid;
    gap: 30px;
  }

  .footer-links {
    justify-content: flex-start;
  }
}

@media (max-width: 480px) {
  body {
    font-size: 16px;
  }

  .brand img {
    width: 128px;
  }

  .button--compact {
    min-height: 40px;
    padding-inline: 14px;
  }

  h1 {
    font-size: clamp(2.7rem, 13vw, 3.45rem);
  }

  .workflow-route {
    grid-template-columns: 1fr;
  }

  .workflow-route > div,
  .workflow-route > div:nth-child(2) {
    border-right: 0;
    border-bottom: 1px solid var(--line);
  }

  .workflow-route > div:last-child {
    border-bottom: 0;
  }

  .model-row {
    padding-block: 18px;
  }

  .faq-list summary {
    min-height: 66px;
    font-size: 1rem;
  }

  .faq-list details p {
    padding-right: 18px;
  }
}

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

  *,
  *::before,
  *::after {
    transition-duration: 0.01ms !important;
    transition-delay: 0ms !important;
  }
}


/* Production integration: auth state and restrained hero atmosphere. */
.site-landing .hidden {
  display: none !important;
}

.header-login {
  appearance: none;
  padding: 0;
  border: 0;
  background: transparent;
  font-family: inherit;
  cursor: pointer;
}

.header-dev {
  color: var(--aqua);
}

#headerCabinetBtn.primary {
  min-height: 42px;
  padding-inline: 14px;
  display: inline-flex;
  align-items: center;
  border: 1px solid var(--line);
  border-radius: var(--radius-sm);
  background: var(--surface-raised);
  color: var(--ink);
}

#headerCabinetBtn.primary:hover {
  border-color: var(--line-strong);
  background: var(--surface);
}

.hero {
  position: relative;
  overflow: clip;
  isolation: isolate;
}

.hero-grid,
.workflow-route {
  position: relative;
  z-index: 1;
}

.hero-ambient {
  position: absolute;
  inset: 0 -18vw auto;
  z-index: -1;
  height: min(700px, 88vh);
  overflow: hidden;
  pointer-events: none;
  contain: paint;
  mask-image: linear-gradient(to bottom, #000 0%, #000 62%, transparent 100%);
}

.hero-ambient::after {
  position: absolute;
  inset: 0;
  content: "";
  opacity: 0.14;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 180 180' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.9' numOctaves='2' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.2'/%3E%3C/svg%3E");
  mix-blend-mode: soft-light;
}

.hero-ambient__orb {
  position: absolute;
  width: min(74vw, 980px);
  aspect-ratio: 1;
  border-radius: 50%;
  opacity: 0.48;
  transform: translate3d(0, 0, 0);
  animation: ambient-drift 18s ease-in-out infinite alternate;
}

.hero-ambient__orb--a {
  top: -62%;
  left: 0;
  background: radial-gradient(circle, rgb(31 92 96 / 0.62) 0%, rgb(18 55 64 / 0.28) 40%, transparent 70%);
}

.hero-ambient__orb--b {
  top: -74%;
  right: -3%;
  opacity: 0.40;
  background: radial-gradient(circle, rgb(130 86 31 / 0.60) 0%, rgb(75 49 20 / 0.26) 40%, transparent 70%);
  animation-duration: 23s;
  animation-direction: alternate-reverse;
}

.hero-vector-field {
  position: absolute;
  inset: 0;
  z-index: -1;
  overflow: hidden;
  pointer-events: none;
  contain: paint;
  mask-image: linear-gradient(90deg, transparent 0%, transparent 26%, #000 48%, #000 92%, transparent 100%);
}

.hero-vector-field::before {
  position: absolute;
  inset: 10% -4% 12% 38%;
  content: "";
  opacity: 0.2;
  background-image:
    repeating-linear-gradient(90deg, rgb(97 216 201 / 0.24) 0 1px, transparent 1px 54px),
    repeating-linear-gradient(0deg, rgb(255 255 255 / 0.10) 0 1px, transparent 1px 54px);
  transform: perspective(620px) rotateY(-8deg) rotateX(5deg) skewY(-3deg);
  transform-origin: right center;
  mask-image: radial-gradient(ellipse at 68% 42%, #000 0%, rgb(0 0 0 / 0.72) 38%, transparent 76%);
}

.hero-vector-field__streak {
  position: absolute;
  left: 48%;
  width: clamp(72px, 10vw, 168px);
  height: 1px;
  opacity: 0;
  background: linear-gradient(90deg, transparent, rgb(97 216 201 / 0.72) 42%, rgb(244 246 248 / 0.46) 72%, transparent);
  transform-origin: left center;
  animation: vector-drift 9s cubic-bezier(0.4, 0, 0.2, 1) infinite;
}

.hero-vector-field__streak:nth-child(1) { top: 15%; left: 54%; animation-delay: -2.4s; animation-duration: 10.5s; }
.hero-vector-field__streak:nth-child(2) { top: 22%; left: 71%; animation-delay: -7.2s; animation-duration: 12.4s; animation-direction: reverse; }
.hero-vector-field__streak:nth-child(3) { top: 31%; left: 42%; animation-delay: -4.8s; animation-duration: 8.7s; }
.hero-vector-field__streak:nth-child(4) { top: 39%; left: 80%; animation-delay: -1.1s; animation-duration: 11.8s; }
.hero-vector-field__streak:nth-child(5) { top: 47%; left: 59%; animation-delay: -8.6s; animation-duration: 13.2s; animation-direction: reverse; }
.hero-vector-field__streak:nth-child(6) { top: 55%; left: 74%; animation-delay: -5.7s; animation-duration: 9.8s; }
.hero-vector-field__streak:nth-child(7) { top: 63%; left: 46%; animation-delay: -3.3s; animation-duration: 12.7s; }
.hero-vector-field__streak:nth-child(8) { top: 70%; left: 84%; animation-delay: -9.1s; animation-duration: 11.2s; animation-direction: reverse; }
.hero-vector-field__streak:nth-child(9) { top: 27%; left: 88%; animation-delay: -6.4s; animation-duration: 14.1s; }
.hero-vector-field__streak:nth-child(10) { top: 76%; left: 64%; animation-delay: -0.8s; animation-duration: 10.9s; }
.hero-vector-field__streak:nth-child(11) { top: 44%; left: 92%; animation-delay: -10.2s; animation-duration: 13.7s; animation-direction: reverse; }
.hero-vector-field__streak:nth-child(12) { top: 82%; left: 51%; animation-delay: -7.8s; animation-duration: 12.1s; }

.hero-depth-scene {
  position: absolute;
  inset: 0;
  z-index: -1;
  overflow: hidden;
  pointer-events: none;
  perspective: 900px;
  transform-style: preserve-3d;
  contain: paint;
  mask-image: linear-gradient(90deg, transparent 0%, transparent 34%, #000 54%, #000 96%, transparent 100%);
}

.hero-depth-object {
  position: absolute;
  display: block;
  transform-style: preserve-3d;
  animation: depth-float 18s cubic-bezier(0.4, 0, 0.2, 1) infinite alternate;
}

.hero-depth-object::before,
.hero-depth-object::after {
  position: absolute;
  inset: 0;
  content: "";
}

.hero-depth-object--sphere {
  top: 12%;
  right: -2%;
  width: clamp(96px, 10vw, 154px);
  aspect-ratio: 1;
  opacity: 0.28;
  filter: blur(1.2px);
  animation-delay: -8s;
  animation-duration: 21s;
}

.hero-depth-object--sphere::before {
  border: 1px solid rgb(97 216 201 / 0.20);
  border-radius: 50%;
  background:
    radial-gradient(circle at 32% 26%, rgb(244 246 248 / 0.44), transparent 9%),
    radial-gradient(circle at 38% 34%, rgb(97 216 201 / 0.32), rgb(16 21 28 / 0.08) 46%, rgb(5 7 10 / 0.72) 72%);
  box-shadow: inset -22px -28px 44px rgb(0 0 0 / 0.56), 0 18px 50px rgb(34 116 111 / 0.12);
}

.hero-depth-object--sphere::after {
  inset: 16%;
  border: 1px solid rgb(244 246 248 / 0.10);
  border-radius: 50%;
  transform: rotateX(64deg) rotateZ(-18deg);
}

.hero-depth-object--ring {
  top: 7%;
  right: 35%;
  width: clamp(74px, 7vw, 112px);
  aspect-ratio: 1;
  opacity: 0.34;
  animation-delay: -3.2s;
  animation-duration: 16s;
  animation-direction: alternate-reverse;
}

.hero-depth-object--ring::before {
  border: 9px solid rgb(97 216 201 / 0.18);
  border-top-color: rgb(244 246 248 / 0.38);
  border-right-color: rgb(97 216 201 / 0.42);
  border-radius: 50%;
  box-shadow: inset 0 0 18px rgb(97 216 201 / 0.12), 0 0 28px rgb(97 216 201 / 0.08);
  transform: rotateX(68deg) rotateZ(24deg);
}

.hero-depth-object--ring::after {
  inset: 30%;
  border-radius: 50%;
  background: radial-gradient(circle, rgb(244 246 248 / 0.22), transparent 66%);
  transform: translateZ(28px);
}

.hero-depth-object--shard {
  right: 44%;
  bottom: 20%;
  width: clamp(58px, 6vw, 92px);
  aspect-ratio: 0.72;
  opacity: 0.22;
  filter: blur(0.6px);
  animation-delay: -12s;
  animation-duration: 19s;
}

.hero-depth-object--shard::before {
  clip-path: polygon(50% 0, 100% 36%, 72% 100%, 18% 82%, 0 24%);
  background: linear-gradient(145deg, rgb(244 246 248 / 0.26), rgb(97 216 201 / 0.12) 46%, rgb(8 11 15 / 0.04) 47%);
  box-shadow: inset -18px -12px 24px rgb(0 0 0 / 0.40);
}

.hero-depth-object--shard::after {
  inset: 18% 22%;
  clip-path: polygon(50% 0, 100% 100%, 0 72%);
  background: rgb(244 246 248 / 0.12);
  transform: translateZ(18px);
}

.hero-depth-object--layer {
  right: 5%;
  bottom: 4%;
  width: clamp(120px, 14vw, 210px);
  aspect-ratio: 1.6;
  opacity: 0.18;
  filter: blur(2px);
  animation-delay: -5.5s;
  animation-duration: 23s;
  animation-direction: alternate-reverse;
}

.hero-depth-object--layer::before {
  border: 1px solid rgb(244 246 248 / 0.18);
  border-radius: 10px;
  background: linear-gradient(145deg, rgb(97 216 201 / 0.11), rgb(16 21 28 / 0.03));
  box-shadow: inset 0 1px rgb(255 255 255 / 0.10), 0 28px 52px rgb(0 0 0 / 0.28);
  transform: rotateX(58deg) rotateZ(-12deg);
}

.hero-depth-object--layer::after {
  inset: 18% 12%;
  border: 1px solid rgb(97 216 201 / 0.16);
  border-radius: 6px;
  transform: translate3d(-18px, 16px, -24px) rotateX(58deg) rotateZ(-12deg);
}

@keyframes ambient-drift {
  from { transform: translate3d(-3%, -1%, 0) scale(0.96); }
  to { transform: translate3d(4%, 4%, 0) scale(1.04); }
}

@keyframes vector-drift {
  0%, 12% {
    opacity: 0;
    transform: translate3d(-10vw, 4vh, 0) rotate(-11deg) scaleX(0.45);
  }
  28% {
    opacity: 0.52;
  }
  72% {
    opacity: 0.16;
  }
  100% {
    opacity: 0;
    transform: translate3d(24vw, -7vh, 0) rotate(-11deg) scaleX(1.12);
  }
}

@keyframes depth-float {
  0% {
    opacity: 0.14;
    transform: translate3d(-12px, 12px, -42px) rotate3d(0.8, 1, 0.2, -9deg);
  }
  46% {
    opacity: 0.34;
  }
  100% {
    opacity: 0.2;
    transform: translate3d(24px, -26px, 48px) rotate3d(0.8, 1, 0.2, 18deg);
  }
}

@media (max-width: 760px) {
  .hero-vector-field {
    mask-image: linear-gradient(90deg, transparent 0%, transparent 54%, #000 76%, #000 94%, transparent 100%);
  }

  .hero-vector-field::before {
    inset: 28% -42% 22% 16%;
    opacity: 0.16;
  }

  .hero-vector-field__streak:nth-child(n + 8) {
    display: none;
  }

  .hero-vector-field__streak:nth-child(1) { top: 48%; }
  .hero-vector-field__streak:nth-child(2) { top: 55%; }
  .hero-vector-field__streak:nth-child(3) { top: 62%; }
  .hero-vector-field__streak:nth-child(4) { top: 69%; }
  .hero-vector-field__streak:nth-child(5) { top: 76%; }
  .hero-vector-field__streak:nth-child(6) { top: 83%; }
  .hero-vector-field__streak:nth-child(7) { top: 90%; }

  .hero-depth-scene {
    mask-image: linear-gradient(to bottom, transparent 0%, transparent 45%, #000 58%, #000 96%, transparent 100%);
  }

  .hero-depth-object--sphere {
    top: 53%;
    right: -12%;
  }

  .hero-depth-object--ring {
    top: 66%;
    right: 68%;
  }

  .hero-depth-object--shard,
  .hero-depth-object--layer {
    display: none;
  }
}

@media (prefers-reduced-motion: reduce) {
  .hero-ambient__orb {
    animation: none;
  }

  .hero-vector-field__streak {
    animation: none;
  }

  .hero-depth-object {
    opacity: 0.18;
    animation: none;
  }
}
