﻿:root {
  --ink: #0c1116;
  --ink-2: #151d24;
  --paper: #f7f8f4;
  --paper-2: #e8edf0;
  --paper-3: #cdd6de;
  --mist: #e2f0ec;
  --sage: #5f756f;
  --oxide: #4f9b8f;
  --copper: #cfe8de;
  --slate: #101f24;
  --line-dark: rgba(12, 17, 22, .14);
  --line-light: rgba(247, 248, 244, .2);
  --shadow: 0 8px 24px rgba(12, 17, 22, .12);
  --radius-s: 4px;
  --radius-m: 8px;
  --container: 1480px;
  --font-body: Manrope, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  --font-display: Commissioner, Manrope, system-ui, sans-serif;
  --ease-premium: cubic-bezier(.22, 1, .36, 1);
  --ease-press: cubic-bezier(.2, .9, .18, 1);
}

* {
  box-sizing: border-box;
}

html {
  min-width: 100%;
  scroll-behavior: smooth;
  overflow-x: clip;
  touch-action: pan-y;
  -webkit-text-size-adjust: 100%;
  text-size-adjust: 100%;
  background: var(--paper);
}

body {
  margin: 0;
  min-width: 100%;
  min-height: 100dvh;
  overflow-x: clip;
  touch-action: pan-y;
  color: var(--ink);
  background:
    radial-gradient(ellipse 72% 42% at 78% -14%, rgba(79, 155, 143, .16), transparent 60%),
    radial-gradient(ellipse 50% 32% at 4% 16%, rgba(142, 214, 198, .18), transparent 64%),
    linear-gradient(180deg, var(--paper) 0%, #eef2f2 48%, var(--paper) 100%);
  font-family: var(--font-body);
  font-size: 16px;
  line-height: 1.5;
}

body.modal-open {
  overflow: hidden;
}

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

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

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

h1,
h2,
h3,
p {
  margin-top: 0;
}

h1,
h2,
h3,
.brand span,
.menu-shell nav,
.menu-cta,
.button,
.eyebrow {
  font-family: var(--font-display);
}

h1,
h2 {
  margin-bottom: 0;
  letter-spacing: -.032em;
  line-height: 1;
  text-wrap: balance;
}

h1 {
  max-width: 960px;
  font-size: clamp(3rem, 6.2vw, 5.95rem);
}

h2 {
  font-size: clamp(2.2rem, 4.4vw, 4.6rem);
}

h3 {
  margin-bottom: 0;
  letter-spacing: -.025em;
  line-height: 1.12;
  text-wrap: balance;
}

h1[id],
h2[id],
h3[id] {
  scroll-margin-top: 124px;
}

p {
  text-wrap: pretty;
}

.skip-link {
  position: fixed;
  left: 18px;
  top: 18px;
  z-index: 80;
  padding: 10px 13px;
  color: var(--paper);
  background: var(--ink);
  transform: translateY(-150%);
  transition: transform .2s ease;
}

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

:focus-visible {
  outline: 3px solid rgba(79, 155, 143, .9);
  outline-offset: 4px;
}

.ambient-scene {
  --ambient-x-soft: 0px;
  --ambient-y-soft: 0px;
  --ambient-x-medium: 0px;
  --ambient-y-medium: 0px;
  --ambient-x-reverse: 0px;
  --ambient-y-reverse: 0px;
  --ambient-scroll-soft: 0px;
  --ambient-scroll-medium: 0px;
  --ambient-scroll-deep: 0px;
  position: fixed;
  inset: 0;
  z-index: -2;
  pointer-events: none;
  overflow: hidden;
}

.ambient-scene::before {
  content: "";
  position: absolute;
  inset: -10%;
  background:
    radial-gradient(ellipse 42% 30% at 76% 12%, rgba(79, 155, 143, .12), transparent 68%),
    radial-gradient(ellipse 34% 26% at 8% 24%, rgba(142, 214, 198, .12), transparent 70%),
    linear-gradient(135deg, transparent 0 42%, rgba(12, 17, 22, .045) 42.2% 42.55%, transparent 43% 100%);
  transform: translate3d(var(--ambient-x-soft), calc(var(--ambient-y-soft) - var(--ambient-scroll-soft)), 0);
}

.ambient-mesh {
  position: absolute;
  inset: 0;
  opacity: .3;
  background:
    radial-gradient(ellipse 58% 28% at 50% 18%, rgba(79, 155, 143, .08), transparent 70%),
    linear-gradient(180deg, rgba(255, 255, 255, .16), transparent 38%, rgba(12, 17, 22, .035));
  mask-image: linear-gradient(180deg, #000 0 68%, transparent 95%);
  transform: translate3d(calc(var(--ambient-x-medium) * .25), calc(var(--ambient-y-medium) * .25), 0);
}

.ambient-blob,
.ambient-prism {
  display: none;
}

.ambient-dust {
  position: absolute;
  inset: -20%;
  opacity: .18;
  background-image:
    radial-gradient(circle, rgba(25, 24, 23, .28) 0 .7px, transparent .9px),
    radial-gradient(circle, rgba(159, 200, 189, .24) 0 .8px, transparent 1px);
  background-size: 97px 97px, 173px 173px;
  transform: translate3d(var(--ambient-x-reverse), calc(var(--ambient-y-reverse) - var(--ambient-scroll-deep)), 0);
}

.ambient-grain {
  position: absolute;
  inset: -50%;
  opacity: .06;
  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='.8' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.9'/%3E%3C/svg%3E");
}

.section,
footer {
  max-width: var(--container);
  margin-inline: auto;
  padding-inline: clamp(20px, 5vw, 78px);
}

.section {
  padding-top: clamp(72px, 8vw, 124px);
  padding-bottom: clamp(72px, 8vw, 124px);
}

.eyebrow {
  margin-bottom: 16px;
  color: var(--oxide);
  font-size: .64rem;
  font-weight: 800;
  letter-spacing: .16em;
  line-height: 1.4;
  text-transform: uppercase;
}

.menu-shell {
  position: fixed;
  top: 16px;
  left: 50%;
  z-index: 40;
  width: min(1160px, calc(100% - 32px));
  min-height: 66px;
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 18px;
  padding: 9px 10px 9px 18px;
  color: var(--paper);
  background:
    linear-gradient(180deg, rgba(245, 243, 236, .08), rgba(245, 243, 236, .035)),
    rgba(9, 14, 17, .78);
  border: 1px solid rgba(245, 243, 236, .18);
  border-radius: var(--radius-m);
  transform: translateX(-50%);
  backdrop-filter: blur(22px) saturate(128%);
  box-shadow: 0 18px 56px rgba(6, 10, 13, .34), inset 0 1px 0 rgba(255, 255, 255, .08);
  transition: background .25s ease, box-shadow .25s ease, transform .25s ease;
}

.menu-shell.is-scrolled {
  background:
    linear-gradient(180deg, rgba(245, 243, 236, .09), rgba(245, 243, 236, .03)),
    rgba(9, 14, 17, .9);
  box-shadow: 0 20px 66px rgba(6, 10, 13, .42), inset 0 1px 0 rgba(255, 255, 255, .08);
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  min-height: 44px;
  min-width: 0;
  padding-right: 14px;
  border-right: 1px solid rgba(245, 243, 236, .13);
}

.brand-sign {
  width: 34px;
  flex: 0 0 auto;
  fill: var(--paper);
}

.brand-dot {
  fill: var(--oxide);
}

.brand span {
  display: block;
  font-size: .82rem;
  font-weight: 700;
  letter-spacing: -.025em;
  line-height: 1;
}

.brand small {
  display: block;
  margin-top: 5px;
  color: rgba(241, 240, 234, .62);
  font-family: var(--font-body);
  font-size: .42rem;
  font-weight: 800;
  letter-spacing: .18em;
}

.menu-shell nav {
  justify-self: center;
  display: flex;
  align-items: center;
  gap: 3px;
  padding: 4px;
  color: rgba(245, 243, 236, .68);
  background: rgba(245, 243, 236, .055);
  border: 1px solid rgba(245, 243, 236, .1);
  border-radius: 999px;
  font-family: var(--font-body);
  font-size: .72rem;
  font-weight: 700;
}

.menu-shell nav a {
  min-height: 40px;
  display: inline-flex;
  align-items: center;
  padding: 0 14px;
  border-radius: 999px;
}

.menu-shell nav a,
.text-link,
.menu-cta,
.button,
.floating-cta,
.contact-topics a {
  transition: transform .28s var(--ease-premium), color .22s ease, background .22s ease, border-color .22s ease, opacity .22s ease, box-shadow .22s ease;
}

.menu-shell nav a:hover,
.menu-shell nav a.is-active,
.text-link:hover {
  color: var(--oxide);
}

.menu-shell nav a.is-active {
  color: var(--ink);
  background: var(--paper);
}

.menu-cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  min-height: 48px;
  padding: 0 7px 0 18px;
  color: #071017;
  background: linear-gradient(135deg, #fffdf5 0%, #e6f0eb 48%, #9ecdc2 100%);
  border: 0;
  border-radius: 999px;
  font-size: .66rem;
  font-weight: 800;
  letter-spacing: .045em;
  text-transform: uppercase;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, .76), 0 7px 18px rgba(79, 155, 143, .2);
}

.menu-cta::after {
  content: "\2192";
  width: 34px;
  height: 34px;
  display: grid;
  place-items: center;
  color: var(--paper);
  background: var(--ink);
  border-radius: 50%;
  transition: transform .28s var(--ease-premium), background .22s ease;
}

.menu-cta:hover {
  background: linear-gradient(135deg, #ffffff 0%, #dceee7 46%, #6cae9f 100%);
  color: #071017;
  transform: translateY(-2px);
}

.menu-cta:hover::after {
  background: #071017;
  transform: translateX(2px);
}

.menu-toggle,
.mobile-menu {
  display: none;
}

.hero {
  position: relative;
  min-height: 100svh;
  display: grid;
  grid-template-columns: minmax(0, .98fr) minmax(360px, .72fr);
  align-items: center;
  gap: clamp(34px, 6vw, 104px);
  padding: clamp(112px, 12vh, 156px) clamp(20px, 5vw, 78px) clamp(108px, 12vh, 132px);
  color: var(--paper);
  background: #111821;
  overflow: hidden;
  isolation: isolate;
}

.hero::before {
  content: "";
  position: absolute;
  inset: -18%;
  z-index: -1;
  opacity: .64;
  background:
    radial-gradient(ellipse 46% 34% at 74% 26%, rgba(142, 214, 198, .2), transparent 72%),
    linear-gradient(112deg, transparent 0 34%, rgba(247, 248, 244, .24) 45%, transparent 57% 100%),
    linear-gradient(28deg, transparent 0 58%, rgba(142, 214, 198, .22) 58.2% 58.6%, transparent 59% 100%);
  filter: blur(.2px);
  mask-image: linear-gradient(120deg, transparent 0%, #000 15%, #000 74%, transparent 100%);
  animation: hero-field-drift 12s var(--ease-premium) infinite alternate;
}

.hero::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background:
    linear-gradient(90deg, rgba(13, 20, 27, .9) 0%, rgba(13, 20, 27, .72) 43%, rgba(13, 20, 27, .28) 72%, rgba(13, 20, 27, .64) 100%),
    linear-gradient(180deg, rgba(21, 31, 40, .08), rgba(7, 12, 17, .82));
}

.hero-media {
  position: absolute;
  inset: 0;
  z-index: -2;
  opacity: .72;
}

.hero-media video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: saturate(.92) contrast(1.02) brightness(1.12);
  transform-origin: 62% 48%;
  animation: hero-film 18s cubic-bezier(.65, 0, .35, 1) infinite alternate;
}

.hero-copy {
  position: relative;
  z-index: 1;
  min-width: 0;
  transform: translateY(clamp(-34px, -3vh, -18px));
}

.hero h1 {
  max-width: min(100%, 780px);
  font-size: clamp(2.9rem, 4.65vw, 5.2rem);
  overflow-wrap: normal;
}

.hero h1 span {
  display: block;
}

.hero-copy::after {
  content: "";
  display: block;
  width: min(520px, 74vw);
  height: 2px;
  margin-top: 34px;
  background: linear-gradient(90deg, var(--oxide), rgba(247, 248, 244, .66), transparent);
  transform-origin: left;
  animation: hero-signal 3.8s cubic-bezier(.77, 0, .175, 1) infinite;
}

.hero .eyebrow {
  color: var(--mist);
}

.hero-lead {
  max-width: 720px;
  margin: 32px 0 0;
  color: rgba(241, 240, 234, .78);
  font-size: clamp(1rem, 1.4vw, 1.22rem);
  line-height: 1.72;
}

.hero-actions {
  margin-top: 38px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 18px;
}

.button {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 14px;
  min-height: 56px;
  padding: 0 8px 0 22px;
  border: 0;
  border-radius: 999px;
  font-size: .7rem;
  font-weight: 800;
  letter-spacing: .045em;
  text-transform: uppercase;
  cursor: pointer;
  isolation: isolate;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, .34);
}

.button::after {
  content: "\2192";
  width: 38px;
  height: 38px;
  flex: 0 0 auto;
  display: grid;
  place-items: center;
  border-radius: 50%;
  transition: transform .28s var(--ease-premium), background .22s ease, color .22s ease;
}

.button-primary {
  color: #071017;
  background: linear-gradient(135deg, #fffdf5, #dceee8 52%, #8ed6c6);
  box-shadow: 0 10px 24px rgba(79, 155, 143, .22), inset 0 1px 0 rgba(255, 255, 255, .58);
}

.button-primary::after {
  color: var(--paper);
  background: rgba(12, 17, 22, .92);
}

.button-primary:hover {
  color: var(--paper);
  background: linear-gradient(135deg, #0c1116, #172737 58%, #4f9b8f);
  transform: translateY(-3px);
  box-shadow: 0 14px 30px rgba(12, 17, 22, .28), inset 0 1px 0 rgba(255, 255, 255, .16);
}

.button-primary:hover::after {
  color: var(--ink);
  background: rgba(255, 255, 255, .9);
  transform: translateX(3px);
}

.text-link {
  display: inline-flex;
  align-items: center;
  min-height: 36px;
  width: fit-content;
  padding-bottom: 5px;
  color: currentColor;
  border-bottom: 1px solid currentColor;
  font-size: .86rem;
  font-weight: 800;
}

.hero-atlas {
  position: relative;
  min-height: 610px;
  align-self: stretch;
  min-width: 0;
  perspective: 1200px;
  transform-style: preserve-3d;
}

.hero-atlas::before {
  content: "";
  position: absolute;
  right: -3%;
  bottom: 7%;
  z-index: 1;
  width: min(92%, 540px);
  aspect-ratio: 1;
  border: 1px solid rgba(142, 214, 198, .18);
  border-radius: 50%;
  box-shadow:
    inset 0 0 0 1px rgba(79, 155, 143, .14),
    0 0 36px rgba(79, 155, 143, .12);
  transform: rotateX(66deg) rotateZ(-18deg);
}

.hero-atlas::after {
  content: "";
  position: absolute;
  right: 3%;
  bottom: 2%;
  z-index: 1;
  width: min(76%, 420px);
  height: 72px;
  border-radius: 50%;
  background: linear-gradient(90deg, transparent, rgba(79, 155, 143, .18), rgba(142, 214, 198, .16), transparent);
  filter: blur(14px);
  transform: rotate(-2deg);
}

.creator-planet {
  position: absolute;
  right: 2%;
  top: 24%;
  z-index: 2;
  width: min(54%, 330px);
  aspect-ratio: 1;
  border-radius: 50%;
  background: radial-gradient(circle at 48% 44%, rgba(46, 109, 101, .24), rgba(8, 14, 22, .08) 54%, transparent 72%);
  box-shadow: 0 0 64px rgba(79, 155, 143, .28), 0 0 120px rgba(142, 214, 198, .12);
  opacity: .94;
  overflow: visible;
  animation: planet-float 8s var(--ease-premium) infinite alternate;
}

.creator-planet::before {
  content: "";
  position: absolute;
  inset: -24%;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(142, 214, 198, .18), rgba(79, 155, 143, .08) 44%, transparent 68%);
  filter: blur(10px);
}

.creator-planet::after {
  content: "";
  position: absolute;
  inset: 2%;
  border-radius: 50%;
  border: 1px solid rgba(247, 248, 244, .12);
  box-shadow: inset 0 0 38px rgba(79, 155, 143, .2);
}

.creator-planet span {
  position: absolute;
  left: -26%;
  right: -26%;
  top: 48%;
  height: 14%;
  border-radius: 50%;
  border: 1px solid rgba(142, 214, 198, .22);
  border-left-color: transparent;
  border-right-color: transparent;
  box-shadow: 0 0 34px rgba(79, 155, 143, .18);
  transform: rotate(-13deg);
}

.creator-globe {
  position: absolute;
  inset: -18%;
  z-index: 1;
  width: 136%;
  height: 136%;
  display: block;
  pointer-events: none;
  filter: drop-shadow(0 0 22px rgba(79, 155, 143, .2));
}

.creator-engine {
  display: none;
}

.engine-spine {
  position: absolute;
  left: 22%;
  top: 38%;
  width: 58%;
  height: 2px;
  background: linear-gradient(90deg, transparent, rgba(247, 248, 244, .76), rgba(79, 155, 143, .82), transparent);
  box-shadow: 0 0 26px rgba(79, 155, 143, .22);
  transform: translateZ(28px);
}

.engine-spine::before,
.engine-spine::after {
  content: "";
  position: absolute;
  width: 44%;
  height: 2px;
  background: linear-gradient(90deg, transparent, rgba(142, 214, 198, .72), transparent);
  transform-origin: left center;
}

.engine-spine::before {
  left: 26%;
  transform: rotate(58deg);
}

.engine-spine::after {
  left: 32%;
  transform: rotate(-52deg);
}

.engine-core {
  position: absolute;
  left: 46%;
  top: 38%;
  width: 116px;
  height: 116px;
  transform-style: preserve-3d;
  transform: translate3d(-50%, -50%, 74px) rotateX(-24deg) rotateY(38deg);
  animation: core-turn 13s var(--ease-premium) infinite alternate;
}

.engine-face {
  position: absolute;
  inset: 0;
  display: grid;
  place-items: center;
  color: rgba(247, 248, 244, .88);
  background:
    linear-gradient(135deg, rgba(247, 248, 244, .1), rgba(247, 248, 244, .025)),
    rgba(12, 17, 22, .9);
  box-shadow: inset 0 0 0 1px rgba(247, 248, 244, .18), inset 0 1px 0 rgba(255, 255, 255, .12);
  font-family: var(--font-display);
  font-size: .64rem;
  font-weight: 800;
  letter-spacing: .12em;
  text-transform: uppercase;
}

.engine-face-front {
  transform: translateZ(58px);
}

.engine-face-top {
  transform: rotateX(90deg) translateZ(58px);
  background:
    linear-gradient(135deg, rgba(79, 155, 143, .44), rgba(247, 248, 244, .08)),
    rgba(14, 24, 36, .92);
}

.engine-face-side {
  transform: rotateY(90deg) translateZ(58px);
  background:
    linear-gradient(135deg, rgba(142, 214, 198, .34), rgba(247, 248, 244, .08)),
    rgba(11, 30, 33, .92);
}

.engine-plane {
  position: absolute;
  width: 220px;
  aspect-ratio: 1.48;
  overflow: hidden;
  border: 1px solid rgba(247, 248, 244, .22);
  background: #10161b center / cover;
  box-shadow: 0 18px 34px rgba(0, 0, 0, .26), inset 0 1px 0 rgba(255, 255, 255, .18);
  opacity: .92;
  transform-style: preserve-3d;
}

.engine-plane::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(8, 12, 17, .08), rgba(8, 12, 17, .5));
}

.engine-plane span {
  position: absolute;
  left: 12px;
  bottom: 10px;
  color: rgba(247, 248, 244, .86);
  font-family: var(--font-display);
  font-size: .58rem;
  font-weight: 800;
  letter-spacing: .12em;
  text-transform: uppercase;
}

.engine-plane-web {
  left: 3%;
  top: 32%;
  background-image: url("assets/category-sites.webp");
  transform: translateZ(52px) rotateZ(8deg);
}

.engine-plane-brand {
  right: 0;
  top: 5%;
  width: 190px;
  background-image: url("assets/category-logos.webp");
  transform: translateZ(92px) rotateZ(-10deg);
}

.engine-plane-video {
  left: 18%;
  bottom: 3%;
  width: 246px;
  background-image: url("assets/category-ai-video.webp");
  transform: translateZ(34px) rotateZ(-6deg);
}

.engine-plane-code {
  right: 2%;
  bottom: 30%;
  width: 176px;
  background-image: url("assets/category-scripts.webp");
  transform: translateZ(118px) rotateZ(12deg);
}

.atlas-portrait {
  position: absolute;
  inset: auto 0 0 auto;
  width: min(86%, 410px);
  overflow: hidden;
  background: var(--paper);
  border: 7px solid rgba(247, 248, 244, .92);
  box-shadow: 0 16px 34px rgba(0, 0, 0, .22);
  transform: translateZ(92px) rotate(1.8deg);
  z-index: 3;
}

.atlas-portrait img {
  width: 100%;
  aspect-ratio: .78;
  object-fit: cover;
  object-position: center 18%;
  filter: saturate(.92) contrast(1.06);
}

.creator-character {
  position: absolute;
  right: clamp(10px, 2vw, 24px);
  bottom: 22px;
  z-index: 4;
  width: min(78%, 410px);
  aspect-ratio: .66;
  pointer-events: none;
  transform-origin: 54% 92%;
  animation: character-idle 5.8s var(--ease-premium) infinite alternate;
}

.creator-character::before {
  content: "";
  position: absolute;
  left: 18%;
  right: 7%;
  bottom: 2%;
  height: 10%;
  background: linear-gradient(90deg, transparent, rgba(0, 0, 0, .46), transparent);
  filter: blur(18px);
  transform: rotate(-3deg);
}

.creator-character img {
  position: relative;
  z-index: 1;
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center bottom;
  filter: drop-shadow(0 24px 34px rgba(0, 0, 0, .3));
}

.atlas-card {
  position: absolute;
  z-index: 5;
  width: min(52%, 232px);
  padding: 14px 16px;
  color: rgba(247, 248, 244, .92);
  background:
    linear-gradient(135deg, rgba(247, 248, 244, .08), rgba(247, 248, 244, .025)),
    rgba(8, 13, 18, .78);
  border: 0;
  border-radius: 8px;
  box-shadow: inset 0 0 0 1px rgba(247, 248, 244, .13), 0 10px 22px rgba(0, 0, 0, .2);
}

.atlas-card span {
  display: block;
  color: var(--oxide);
  font-size: .68rem;
  font-weight: 800;
  letter-spacing: .12em;
}

.atlas-card b {
  display: block;
  margin-top: 12px;
  font-family: var(--font-display);
  font-size: .92rem;
  letter-spacing: -.025em;
}

.atlas-card small {
  display: block;
  margin-top: 7px;
  color: rgba(247, 248, 244, .62);
  font-weight: 700;
  line-height: 1.45;
}

.atlas-card-a {
  top: 4%;
  right: 0;
  animation: atlas-float-a 7.5s var(--ease-premium) infinite alternate;
}

.atlas-card-b {
  top: 42%;
  left: -20%;
  background:
    linear-gradient(135deg, rgba(142, 214, 198, .14), rgba(247, 248, 244, .03)),
    rgba(8, 13, 18, .78);
  animation: atlas-float-b 8.5s var(--ease-premium) infinite alternate;
}

.atlas-card-c {
  left: -18%;
  bottom: 4%;
  background:
    linear-gradient(135deg, rgba(79, 155, 143, .18), rgba(247, 248, 244, .03)),
    rgba(8, 13, 18, .8);
  animation: atlas-float-c 9s var(--ease-premium) infinite alternate;
}

.hero-proof {
  position: absolute;
  left: clamp(20px, 5vw, 78px);
  right: clamp(20px, 5vw, 78px);
  bottom: 24px;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
  color: rgba(247, 248, 244, .74);
}

.hero-proof div {
  min-height: 74px;
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: center;
  gap: 15px;
  padding: 13px 16px;
  background:
    linear-gradient(135deg, rgba(247, 248, 244, .1), rgba(247, 248, 244, .025)),
    rgba(9, 15, 21, .56);
  border: 1px solid rgba(247, 248, 244, .14);
  border-radius: 8px;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, .08), 0 16px 38px rgba(0, 0, 0, .16);
  backdrop-filter: blur(16px);
}

.hero-proof div:last-child {
  border-right: 1px solid rgba(247, 248, 244, .14);
}

.hero-proof strong {
  color: var(--paper);
  font-family: var(--font-display);
  font-size: clamp(1.35rem, 2.3vw, 2.15rem);
  letter-spacing: -.025em;
}

.hero-proof span {
  max-width: 160px;
  font-size: .7rem;
  font-weight: 800;
  line-height: 1.22;
  letter-spacing: .035em;
  text-transform: uppercase;
}

.ticker {
  position: relative;
  overflow: hidden;
  color: rgba(247, 248, 244, .86);
  background:
    radial-gradient(ellipse 42% 120% at 18% 50%, rgba(142, 214, 198, .22), transparent 62%),
    linear-gradient(90deg, #081017, #101a24 48%, #101a1a);
  white-space: nowrap;
  border-block: 1px solid rgba(247, 248, 244, .12);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, .05);
}

.ticker::before,
.ticker::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 2;
  width: min(14vw, 160px);
  pointer-events: none;
}

.ticker::before {
  left: 0;
  background: linear-gradient(90deg, #081017, transparent);
}

.ticker::after {
  right: 0;
  background: linear-gradient(270deg, #101a1a, transparent);
}

.ticker div {
  width: max-content;
  display: flex;
  align-items: center;
  gap: 42px;
  padding: 18px 0;
  font-family: var(--font-display);
  font-size: clamp(1.05rem, 2.1vw, 2.05rem);
  font-weight: 800;
  letter-spacing: .015em;
  text-transform: uppercase;
  animation: ticker 34s linear infinite;
}

.ticker span {
  display: inline-flex;
  align-items: center;
  gap: 42px;
  padding-right: 42px;
}

.ticker span::before {
  content: "";
  width: 9px;
  height: 9px;
  display: inline-block;
  border-radius: 50%;
  background: var(--copper);
  box-shadow: 0 0 22px rgba(142, 214, 198, .72);
}

.section-kicker {
  display: grid;
  grid-template-columns: minmax(180px, .28fr) 1fr;
  gap: 24px;
  margin-bottom: clamp(32px, 5vw, 70px);
  padding-top: 18px;
  border-top: 1px solid var(--line-dark);
  color: rgba(25, 24, 23, .62);
  font-size: .78rem;
  font-weight: 800;
  letter-spacing: .06em;
  text-transform: uppercase;
}

.positioning-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(300px, .72fr);
  gap: clamp(36px, 8vw, 120px);
  align-items: start;
}

.positioning-copy {
  padding-top: 12px;
  color: rgba(25, 24, 23, .72);
  font-size: clamp(1rem, 1.3vw, 1.15rem);
  line-height: 1.78;
}

.positioning-copy p {
  margin-bottom: 24px;
}

.section-top {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(260px, 370px);
  gap: clamp(32px, 7vw, 110px);
  align-items: end;
  margin-bottom: clamp(38px, 5vw, 68px);
}

.section-top > p {
  margin-bottom: 0;
  color: rgba(25, 24, 23, .66);
  font-size: .95rem;
  line-height: 1.72;
}

.directions {
  border-top: 1px solid rgba(12, 17, 22, .12);
}

.directions-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  grid-auto-rows: minmax(230px, auto);
  gap: 12px;
}

.direction-card {
  position: relative;
  min-height: 230px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: clamp(20px, 2.2vw, 30px);
  color: var(--paper);
  background:
    linear-gradient(180deg, rgba(247, 248, 244, .045), rgba(247, 248, 244, .015)),
    #081017;
  border: 1px solid rgba(247, 248, 244, .12);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, .06);
  overflow: hidden;
  isolation: isolate;
  transition: transform .32s var(--ease-premium), background .24s ease, box-shadow .24s ease;
}

.direction-card::before {
  content: "";
  position: absolute;
  inset: 0;
  width: auto;
  aspect-ratio: auto;
  border-radius: 0;
  background: url("assets/category-sites.webp") center / cover;
  opacity: .24;
  filter: saturate(.86) contrast(1.08);
  mix-blend-mode: screen;
  transform: scale(1.02);
  transform-origin: center;
  transition: opacity .28s ease, transform .38s var(--ease-premium);
}

.direction-card:nth-child(2)::before {
  background-image: url("assets/category-logos.webp");
}

.direction-card:nth-child(3)::before {
  background-image: url("assets/category-ai-video.webp");
}

.direction-card:nth-child(4)::before {
  background-image: url("assets/category-presentations.webp");
}

.direction-card:nth-child(5)::before {
  background-image: url("assets/category-banners.webp");
}

.direction-card:nth-child(6)::before {
  background-image: url("assets/category-scripts.webp");
}

.direction-card > * {
  position: relative;
  z-index: 1;
}

.direction-card::after {
  content: "";
  position: absolute;
  inset: 0;
  width: auto;
  height: auto;
  background:
    linear-gradient(180deg, transparent 0%, rgba(8, 16, 23, .5) 40%, rgba(8, 16, 23, .92) 100%),
    radial-gradient(ellipse 90% 70% at 82% 10%, rgba(79, 155, 143, .22), transparent 64%);
  transform-origin: right;
  transition: opacity .28s ease, background .22s ease;
}

.direction-card:hover {
  background:
    linear-gradient(180deg, rgba(247, 248, 244, .07), rgba(247, 248, 244, .018)),
    #09131b;
  box-shadow: inset 0 0 0 1px rgba(142, 214, 198, .18), 0 18px 40px rgba(12, 17, 22, .14);
  transform: translateY(-4px);
}

.direction-card:hover::before {
  opacity: .42;
  transform: scale(1.065);
}

.direction-card:hover::after {
  opacity: .86;
}

.direction-card-wide:hover {
  color: var(--paper);
  background: linear-gradient(135deg, #071017, #142728 58%, #122a2b);
  box-shadow: inset 0 0 0 1px rgba(247, 248, 244, .16), 0 18px 40px rgba(12, 17, 22, .18);
}

.direction-card-wide:hover p,
.direction-card-wide:hover span {
  color: rgba(247, 248, 244, .78);
}

.direction-card-wide:hover::before {
  opacity: .36;
}

.direction-card-wide:hover::after {
  background:
    linear-gradient(180deg, transparent 0%, rgba(8, 16, 23, .5) 38%, rgba(8, 16, 23, .92) 100%),
    radial-gradient(ellipse 86% 70% at 82% 12%, rgba(142, 214, 198, .24), transparent 64%);
}

.direction-card span {
  display: block;
  color: var(--copper);
  font-size: .68rem;
  font-weight: 800;
  letter-spacing: .14em;
  text-transform: uppercase;
}

.direction-card h3 {
  max-width: 520px;
  margin-top: 46px;
  font-size: clamp(1.15rem, 1.8vw, 1.72rem);
}

.direction-card p {
  max-width: 440px;
  margin: 20px 0 0;
  color: rgba(247, 248, 244, .7);
  line-height: 1.66;
}

.direction-card-wide {
  grid-column: span 2;
  background: linear-gradient(135deg, #071017, #142728 60%, #122a2b);
  color: var(--paper);
}

.direction-card-wide::before {
  opacity: .38;
}

.direction-card-wide p,
.direction-card-wide span {
  color: rgba(247, 248, 244, .78);
}

.direction-card-tall {
  grid-row: span 2;
  background:
    linear-gradient(180deg, rgba(142, 214, 198, .08), rgba(247, 248, 244, .012)),
    #081017;
}

.cases {
  max-width: none;
  padding-inline: 0;
  position: relative;
  background:
    radial-gradient(ellipse 56% 36% at 18% 0%, rgba(79, 155, 143, .12), transparent 68%),
    radial-gradient(ellipse 42% 38% at 88% 28%, rgba(142, 214, 198, .16), transparent 70%),
    linear-gradient(180deg, #f3f7f4 0%, var(--paper) 56%, #eef3f1 100%);
  color: var(--ink);
  border-block: 1px solid rgba(12, 17, 22, .1);
}

.cases .section-top,
.portfolio-categories,
.portfolio-progress,
.portfolio-cta {
  max-width: var(--container);
  margin-inline: auto;
  padding-inline: clamp(20px, 5vw, 78px);
}

.cases .section-top > p,
.cases .eyebrow {
  color: rgba(12, 17, 22, .62);
}

.cases .eyebrow {
  color: var(--oxide);
}

.portfolio-categories {
  display: flex;
  gap: clamp(14px, 2vw, 24px);
  padding-bottom: 34px;
  overflow-x: auto;
  overflow-y: visible;
  overscroll-behavior-inline: contain;
  scroll-snap-type: x mandatory;
  scrollbar-width: none;
  cursor: grab;
  perspective: 1400px;
}

.portfolio-categories::-webkit-scrollbar {
  display: none;
}

.portfolio-categories.is-dragging {
  cursor: grabbing;
}

.portfolio-categories.is-dragging .category-work {
  cursor: grabbing;
}

.category-work {
  position: relative;
  flex: 0 0 min(82vw, 620px);
  min-height: 560px;
  margin: 0;
  display: grid;
  grid-template-rows: 1fr;
  overflow: hidden;
  color: var(--paper);
  background:
    linear-gradient(180deg, rgba(247, 248, 244, .035), rgba(247, 248, 244, .01)),
    #080d13;
  border: 1px solid rgba(247, 248, 244, .14);
  border-radius: 8px;
  scroll-snap-align: start;
  cursor: zoom-in;
  isolation: isolate;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, .07), 0 18px 50px rgba(0, 0, 0, .22);
  transform: translateZ(0) rotateY(-2.2deg);
  transform-origin: center;
  transition: transform .46s var(--ease-premium), box-shadow .32s ease, border-color .24s ease;
}

.category-work--large {
  flex-basis: min(82vw, 620px);
  min-height: 560px;
}

.category-work:nth-child(even) {
  transform: translateZ(0) rotateY(2.2deg);
}

.category-work header {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 2;
  min-height: 108px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  padding: 22px;
  border-top: 1px solid rgba(241, 240, 234, .12);
  background:
    linear-gradient(180deg, rgba(7, 11, 16, .18), rgba(7, 11, 16, .9)),
    rgba(7, 11, 16, .58);
  backdrop-filter: blur(18px);
}

.category-work header h3 {
  font-family: var(--font-display);
  font-size: clamp(1.05rem, 1.8vw, 1.6rem);
  font-weight: 800;
  letter-spacing: -.035em;
}

.category-work header b {
  color: rgba(241, 240, 234, .62);
  font-size: .68rem;
  letter-spacing: .1em;
  text-transform: uppercase;
}

.category-work img {
  position: absolute;
  inset: 0 0 108px;
  width: 100%;
  height: calc(100% - 108px);
  min-height: 0;
  padding: clamp(16px, 2.2vw, 26px);
  object-fit: contain;
  object-position: center;
  opacity: .82;
  filter: saturate(.92) contrast(1.06) brightness(.92);
  transition: transform .9s cubic-bezier(.23, 1, .32, 1), opacity .28s ease, filter .28s ease;
}

.category-work::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  background:
    linear-gradient(180deg, transparent 0%, rgba(7, 11, 16, .12) 36%, rgba(7, 11, 16, .76) 100%),
    radial-gradient(ellipse 70% 56% at 82% 8%, rgba(142, 214, 198, .14), transparent 70%);
  pointer-events: none;
  transition: opacity .3s ease;
}

.category-work::before {
  content: "Открыть";
  position: absolute;
  right: 16px;
  bottom: 16px;
  z-index: 4;
  padding: 10px 12px;
  color: var(--ink);
  background: rgba(247, 248, 244, .92);
  font-size: .64rem;
  font-weight: 800;
  letter-spacing: .08em;
  opacity: 0;
  transform: translateY(8px);
  transition: opacity .24s ease, transform .28s cubic-bezier(.23, 1, .32, 1), background .2s ease;
  pointer-events: none;
  text-transform: uppercase;
}

.category-work:hover img,
.category-work:focus-visible img {
  opacity: .94;
  filter: saturate(1.05) contrast(1.04) brightness(1);
  transform: scale(1.025);
}

.category-work:hover,
.category-work:focus-visible {
  z-index: 2;
  border-color: rgba(142, 214, 198, .28);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, .1), 0 28px 70px rgba(0, 0, 0, .32);
  transform: translateY(-8px) rotateY(0deg);
}

.category-work:hover::before,
.category-work:focus-visible::before {
  opacity: 1;
  transform: translateY(0);
}

.category-work:focus-visible {
  outline-color: var(--paper);
}

.portfolio-progress {
  display: grid;
  grid-template-columns: minmax(160px, 1fr) auto;
  align-items: center;
  gap: 22px;
  padding-top: 6px;
  padding-bottom: 40px;
}

.portfolio-progress-track {
  position: relative;
  height: 2px;
  overflow: hidden;
  background: rgba(12, 17, 22, .16);
}

.portfolio-progress-track span {
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  width: 14%;
  height: 100%;
  background: linear-gradient(90deg, var(--oxide), var(--copper));
  transition: width .2s ease, left .2s ease;
}

.portfolio-progress p {
  margin: 0;
  display: flex;
  align-items: center;
  gap: 12px;
  color: rgba(12, 17, 22, .62);
  font-size: .72rem;
  font-weight: 700;
}

.portfolio-progress b {
  color: var(--ink);
  text-transform: uppercase;
}

.portfolio-cta,
.inline-cta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 26px;
  border-radius: 8px;
}

.portfolio-cta {
  margin-top: 10px;
  padding: 24px clamp(20px, 3vw, 34px);
  color: var(--paper);
  border: 1px solid rgba(142, 214, 198, .18);
  background:
    radial-gradient(ellipse 48% 120% at 92% 50%, rgba(142, 214, 198, .16), transparent 64%),
    linear-gradient(135deg, rgba(247, 248, 244, .075), rgba(247, 248, 244, .02)),
    #081017;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, .07), 0 18px 34px rgba(12, 17, 22, .12);
}

.portfolio-cta .button,
.inline-cta .button {
  flex: 0 0 auto;
}

.portfolio-cta p,
.inline-cta p {
  margin: 0;
}

.portfolio-cta span,
.inline-cta span {
  display: block;
  color: rgba(12, 17, 22, .58);
  font-size: .82rem;
}

.portfolio-cta span {
  color: rgba(226, 240, 236, .64);
}

.portfolio-cta strong,
.inline-cta strong {
  display: block;
  margin-top: 6px;
  color: var(--ink);
  font-size: clamp(1.02rem, 1.7vw, 1.35rem);
}

.portfolio-cta strong {
  color: var(--paper);
}

.method {
  display: grid;
  grid-template-columns: minmax(280px, .72fr) minmax(0, 1fr);
  gap: clamp(44px, 8vw, 120px);
  align-items: start;
}

.method-intro {
  position: sticky;
  top: 132px;
}

.method-intro p:not(.eyebrow) {
  max-width: 440px;
  margin-top: 28px;
  color: rgba(25, 24, 23, .68);
  line-height: 1.72;
}

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

.process-list li {
  display: grid;
  grid-template-columns: 88px minmax(0, 1fr);
  gap: clamp(18px, 4vw, 42px);
  padding: clamp(28px, 4.4vw, 52px) 0;
  border-bottom: 1px solid var(--line-dark);
}

.process-list li > span {
  color: var(--oxide);
  font-family: var(--font-display);
  font-weight: 800;
  letter-spacing: -.025em;
}

.process-list h3 {
  font-size: clamp(1.3rem, 2.1vw, 2.05rem);
}

.process-list p {
  max-width: 610px;
  margin: 16px 0 0;
  color: rgba(25, 24, 23, .68);
  line-height: 1.72;
}

.studio {
  display: grid;
  grid-template-columns: minmax(0, .95fr) minmax(320px, .8fr);
  gap: clamp(42px, 8vw, 118px);
  align-items: center;
  padding-top: clamp(48px, 7vw, 106px);
}

.pricing {
  border-top: 1px solid rgba(12, 17, 22, .12);
}

.pricing-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1px;
  padding: 1px;
  background: rgba(12, 17, 22, .14);
  border: 1px solid rgba(12, 17, 22, .14);
}

.pricing-card {
  position: relative;
  min-height: 390px;
  display: flex;
  flex-direction: column;
  padding: clamp(22px, 2.8vw, 34px);
  color: var(--paper);
  background:
    linear-gradient(180deg, rgba(247, 248, 244, .065), rgba(247, 248, 244, .018)),
    #081017;
  overflow: hidden;
  isolation: isolate;
}

.pricing-card::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background:
    radial-gradient(ellipse 80% 62% at 82% 8%, rgba(79, 155, 143, .18), transparent 68%),
    linear-gradient(135deg, transparent 0 62%, rgba(142, 214, 198, .08) 62.2% 62.6%, transparent 63% 100%);
}

.pricing-card-featured::before {
  background:
    radial-gradient(ellipse 86% 70% at 82% 8%, rgba(142, 214, 198, .2), transparent 68%),
    radial-gradient(ellipse 76% 70% at 10% 90%, rgba(79, 155, 143, .18), transparent 70%);
}

.pricing-card span {
  color: var(--copper);
  font-family: var(--font-display);
  font-size: .7rem;
  font-weight: 800;
  letter-spacing: .14em;
  text-transform: uppercase;
}

.pricing-card h3 {
  max-width: 360px;
  margin-top: 64px;
  font-size: clamp(1.45rem, 2.3vw, 2.25rem);
}

.pricing-card p {
  max-width: 420px;
  margin: 20px 0 0;
  color: rgba(247, 248, 244, .68);
  line-height: 1.68;
}

.pricing-card strong {
  display: block;
  margin-top: auto;
  padding-top: 42px;
  color: var(--paper);
  font-family: var(--font-display);
  font-size: clamp(1.35rem, 2.2vw, 2.05rem);
  letter-spacing: -.04em;
}

.pricing-card a {
  min-height: 36px;
  display: inline-flex;
  align-items: center;
  width: fit-content;
  margin-top: 24px;
  padding-bottom: 6px;
  color: rgba(247, 248, 244, .9);
  border-bottom: 1px solid rgba(247, 248, 244, .62);
  font-family: var(--font-display);
  font-size: .78rem;
  font-weight: 800;
}

.pricing-card-featured {
  background:
    linear-gradient(180deg, rgba(247, 248, 244, .08), rgba(247, 248, 244, .02)),
    #0b1420;
  box-shadow: inset 0 0 0 1px rgba(142, 214, 198, .22);
}

.studio-media {
  position: relative;
  min-height: 560px;
  isolation: isolate;
}

.studio-media img {
  position: absolute;
  width: min(68%, 540px);
  height: clamp(280px, 31vw, 390px);
  object-fit: cover;
  object-position: center;
  border: 7px solid rgba(247, 248, 244, .92);
  border-radius: 6px;
  box-shadow: 0 10px 24px rgba(12, 17, 22, .12);
}

.studio-media img:first-child {
  left: 0;
  bottom: 46px;
  z-index: 1;
  width: min(58%, 460px);
  height: clamp(260px, 28vw, 350px);
}

.studio-media img:last-child {
  right: 0;
  top: 28px;
  z-index: 2;
  width: min(66%, 520px);
  height: clamp(300px, 32vw, 410px);
  border: 10px solid var(--paper);
}

.studio-copy p:not(.eyebrow) {
  max-width: 520px;
  margin-top: 28px;
  color: rgba(25, 24, 23, .68);
  line-height: 1.72;
}

.studio-points {
  margin-top: 34px;
  display: grid;
  gap: 10px;
}

.studio-points span {
  display: block;
  padding: 15px 0;
  border-top: 1px solid var(--line-dark);
  color: rgba(25, 24, 23, .78);
  font-weight: 800;
}

.teaser-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12px;
}

.teaser-card {
  position: relative;
  min-height: 260px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: clamp(20px, 2.2vw, 30px);
  color: var(--paper);
  background:
    linear-gradient(180deg, rgba(247, 248, 244, .06), rgba(247, 248, 244, .018)),
    #081017;
  border: 1px solid rgba(247, 248, 244, .12);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, .06);
  overflow: hidden;
  isolation: isolate;
  transition: transform .28s var(--ease-premium), background .22s ease, color .22s ease, box-shadow .22s ease;
}

.teaser-card::before {
  content: "";
  position: absolute;
  right: 12px;
  bottom: 12px;
  width: 42%;
  aspect-ratio: 1.35;
  border-radius: 6px;
  background: url("assets/web-reference.webp") center / cover;
  opacity: .24;
  mix-blend-mode: screen;
  transform: rotate(-2deg) translateY(8px);
  transition: opacity .25s ease, transform .34s var(--ease-premium);
}

.teaser-card:nth-child(2)::before {
  background-image: url("assets/category-presentations.webp");
}

.teaser-card:nth-child(3)::before {
  background-image: url("assets/identity-reference.webp");
}

.teaser-card:nth-child(4)::before {
  background-image: url("assets/motion-reference.webp");
}

.teaser-card > * {
  position: relative;
  z-index: 1;
}

.teaser-card:hover {
  color: var(--paper);
  background: linear-gradient(135deg, #071017, #142728 64%, #122a2b);
  box-shadow: inset 0 0 0 1px rgba(247, 248, 244, .16), 0 8px 18px rgba(12, 17, 22, .14);
  transform: translateY(-6px);
}

.teaser-card:hover::before {
  opacity: .4;
  transform: rotate(0deg) translateY(0) scale(1.02);
}

.teaser-card span {
  color: var(--copper);
  font-family: var(--font-display);
  font-size: .72rem;
  font-weight: 800;
  letter-spacing: .12em;
}

.teaser-card h3 {
  margin-top: 54px;
  font-size: clamp(1.35rem, 2.1vw, 2rem);
}

.teaser-card p {
  margin: 18px 0 0;
  color: rgba(247, 248, 244, .68);
  line-height: 1.66;
}

.teaser-card:hover p {
  color: rgba(241, 240, 234, .72);
}

.page-hero {
  --page-accent: rgba(79, 155, 143, .24);
  --page-accent-2: rgba(142, 214, 198, .18);
  position: relative;
  min-height: 56svh;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(280px, .42fr);
  gap: clamp(34px, 7vw, 110px);
  align-items: end;
  padding: clamp(126px, 16vh, 172px) clamp(20px, 5vw, 78px) clamp(64px, 8vw, 108px);
  color: var(--paper);
  background:
    radial-gradient(ellipse 52% 66% at 82% 8%, var(--page-accent), transparent 70%),
    radial-gradient(ellipse 44% 46% at 18% 72%, var(--page-accent-2), transparent 72%),
    linear-gradient(135deg, #071017, #101722 58%, #0b1017);
  overflow: hidden;
  isolation: isolate;
}

.page-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background:
    linear-gradient(90deg, rgba(7, 12, 17, .94), rgba(7, 12, 17, .58) 58%, rgba(7, 12, 17, .86)),
    linear-gradient(180deg, transparent, rgba(7, 12, 17, .72)),
    repeating-linear-gradient(90deg, rgba(247, 248, 244, .055) 0 1px, transparent 1px 120px),
    repeating-linear-gradient(180deg, rgba(247, 248, 244, .04) 0 1px, transparent 1px 96px);
}

.page-hero::after {
  content: "";
  position: absolute;
  inset: -22%;
  z-index: -1;
  background:
    linear-gradient(112deg, transparent 0 38%, rgba(247, 248, 244, .16) 46%, transparent 54% 100%),
    linear-gradient(24deg, transparent 0 58%, rgba(142, 214, 198, .18) 58.2% 58.6%, transparent 59% 100%),
    radial-gradient(ellipse 34% 30% at 72% 34%, rgba(79, 155, 143, .22), transparent 72%);
  filter: blur(.2px);
  opacity: .78;
  transform: translate3d(0, 0, 0);
  animation: page-field-drift 13s var(--ease-premium) infinite alternate;
}

body[data-page="directions"] .page-hero {
  --page-accent: rgba(142, 214, 198, .2);
  --page-accent-2: rgba(79, 155, 143, .18);
}

body[data-page="portfolio"] .page-hero {
  --page-accent: rgba(79, 155, 143, .26);
  --page-accent-2: rgba(142, 214, 198, .12);
}

body[data-page="pricing"] .page-hero {
  --page-accent: rgba(142, 214, 198, .22);
  --page-accent-2: rgba(79, 155, 143, .16);
}

body[data-page="method"] .page-hero {
  --page-accent: rgba(79, 155, 143, .2);
  --page-accent-2: rgba(247, 248, 244, .1);
}

body[data-page="reviews"] .page-hero {
  --page-accent: rgba(142, 214, 198, .16);
  --page-accent-2: rgba(79, 155, 143, .2);
}

.page-hero h1 {
  max-width: 980px;
  font-size: clamp(2.55rem, 5.35vw, 5.05rem);
  overflow-wrap: break-word;
}

.page-hero p:not(.eyebrow) {
  max-width: 470px;
  margin: 0;
  color: rgba(241, 240, 234, .72);
  font-size: 1rem;
  line-height: 1.72;
}

.page-hero .eyebrow {
  color: var(--mist);
}

.page-nav-card {
  position: relative;
  min-width: 0;
  max-width: 100%;
  padding: 24px;
  color: var(--paper);
  background:
    linear-gradient(135deg, rgba(247, 248, 244, .09), rgba(247, 248, 244, .025)),
    rgba(7, 12, 17, .72);
  border: 1px solid rgba(247, 248, 244, .14);
  border-radius: 8px;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, .08), 0 18px 42px rgba(0, 0, 0, .22);
  backdrop-filter: blur(16px);
  overflow: hidden;
}

.page-nav-card::before {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(ellipse 80% 70% at 88% 0%, rgba(142, 214, 198, .15), transparent 64%);
  pointer-events: none;
}

.page-nav-card span {
  position: relative;
  display: block;
  color: var(--copper);
  font-family: var(--font-display);
  font-size: .72rem;
  font-weight: 800;
  letter-spacing: .12em;
  text-transform: uppercase;
}

.page-nav-card b {
  position: relative;
  display: block;
  margin-top: 18px;
  font-family: var(--font-display);
  font-size: 1.08rem;
  letter-spacing: -.025em;
  line-height: 1.25;
  overflow-wrap: break-word;
}

.page-nav-card p {
  position: relative;
  margin: 10px 0 0;
  color: rgba(247, 248, 244, .68);
  line-height: 1.62;
  overflow-wrap: break-word;
}

.contact-compact {
  padding-top: clamp(74px, 9vw, 120px);
  padding-bottom: clamp(74px, 9vw, 120px);
}

.contact-compact .contact-primary {
  margin-top: clamp(24px, 3vw, 34px);
}

.contact-compact h2 {
  line-height: 1.04;
}

.reviews {
  display: grid;
  grid-template-columns: minmax(300px, .78fr) minmax(0, 1fr);
  gap: clamp(42px, 8vw, 120px);
  align-items: center;
}

.review-copy p:not(.eyebrow) {
  max-width: 450px;
  margin: 28px 0 20px;
  color: rgba(25, 24, 23, .68);
  line-height: 1.72;
}

.review-widget {
  color: var(--ink);
  background: var(--mist);
  border: 0;
  box-shadow: inset 0 0 0 1px rgba(12, 17, 22, .12), 10px 10px 0 rgba(79, 155, 143, .18);
  overflow: hidden;
}

.widget-head {
  min-height: 70px;
  display: flex;
  align-items: center;
  gap: 18px;
  padding: 0 clamp(16px, 3vw, 28px);
  border-bottom: 1px solid var(--line-dark);
}

.profi-mark {
  color: #2f6f4e;
  font-family: var(--font-display);
  font-size: .62rem;
  font-weight: 800;
  letter-spacing: .08em;
}

.widget-head b {
  font-size: .9rem;
}

.widget-head strong {
  margin-left: auto;
  font-family: var(--font-display);
  font-size: .9rem;
}

.widget-head small {
  color: #ad822e;
}

.review-list {
  padding: 0 clamp(16px, 3vw, 28px);
}

.review-list article {
  padding: 22px 0;
  border-bottom: 1px solid var(--line-dark);
}

.review-list article:last-child {
  border-bottom: 0;
}

.review-list div {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  gap: 9px;
}

.review-list b {
  font-weight: 800;
}

.review-list span {
  color: rgba(25, 24, 23, .55);
  font-size: .76rem;
  font-weight: 700;
}

.review-list p {
  margin: 10px 0 0;
  color: rgba(25, 24, 23, .72);
  line-height: 1.62;
}

.widget-fallback {
  display: flex;
  min-height: 56px;
  align-items: center;
  justify-content: space-between;
  padding: 0 clamp(16px, 3vw, 28px);
  color: var(--paper);
  background: var(--ink);
  font-weight: 800;
}

.faq {
  display: grid;
  grid-template-columns: minmax(280px, .76fr) minmax(0, 1fr);
  gap: clamp(42px, 8vw, 120px);
  align-items: start;
}

.faq-heading {
  position: sticky;
  top: 132px;
}

.faq-heading p:not(.eyebrow) {
  max-width: 430px;
  margin-top: 28px;
  color: rgba(25, 24, 23, .68);
  line-height: 1.72;
}

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

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

.faq-list summary {
  min-height: 88px;
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: center;
  gap: 20px;
  list-style: none;
  cursor: pointer;
  font-family: var(--font-display);
  font-size: clamp(.95rem, 1.18vw, 1.08rem);
  font-weight: 600;
  letter-spacing: -.035em;
  line-height: 1.35;
}

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

.faq-list summary i {
  width: 36px;
  height: 36px;
  display: grid;
  place-items: center;
  border: 1px solid var(--line-dark);
  color: var(--oxide);
  font-family: var(--font-body);
  font-style: normal;
  font-size: 1.15rem;
  transition: transform .28s cubic-bezier(.23, 1, .32, 1), background .2s ease, color .2s ease;
}

.faq-list details[open] summary i {
  color: var(--paper);
  background: var(--oxide);
  transform: rotate(45deg);
}

.faq-list details[open] summary span {
  color: var(--oxide);
}

.faq-list details p {
  max-width: 680px;
  margin: -4px 70px 28px 0;
  color: rgba(25, 24, 23, .68);
  line-height: 1.72;
}

.contact {
  max-width: none;
  padding: clamp(82px, 9vw, 138px) clamp(20px, 5vw, 78px);
  color: var(--paper);
  background:
    radial-gradient(ellipse 48% 44% at 76% 16%, rgba(79, 155, 143, .24), transparent 68%),
    radial-gradient(ellipse 36% 34% at 22% 78%, rgba(142, 214, 198, .14), transparent 72%),
    linear-gradient(135deg, rgba(8, 12, 17, .98), rgba(11, 25, 30, .94)),
    url("assets/purple-desert.webp") center / cover;
}

body[data-page="contact"] {
  overflow: hidden;
}

body[data-page="contact"] .contact {
  min-height: 100svh;
  display: grid;
  align-items: center;
  padding-top: clamp(104px, 12vh, 136px);
  padding-bottom: clamp(28px, 5vh, 54px);
}

body[data-page="contact"] .contact h1 {
  font-size: clamp(2.6rem, 5.3vw, 5.2rem);
}

body[data-page="contact"] .contact-lead {
  margin-top: 22px;
}

body[data-page="contact"] .contact-topics {
  margin-top: 28px;
  margin-bottom: 22px;
}

body[data-page="contact"] .contact-actions {
  margin-top: 30px;
}

.contact-inner {
  max-width: 1100px;
  margin-inline: auto;
  text-align: center;
}

.contact h1,
.contact h2 {
  margin-inline: auto;
  max-width: 910px;
}

.contact-lead {
  max-width: 680px;
  margin: 28px auto 0;
  color: rgba(241, 240, 234, .72);
  font-size: 1.05rem;
  line-height: 1.72;
}

.contact-topics {
  max-width: 920px;
  margin: 36px auto 26px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px;
}

.contact-topics a {
  display: inline-flex;
  align-items: center;
  min-height: 44px;
  padding: 0 16px;
  color: rgba(241, 240, 234, .78);
  background: rgba(247, 248, 244, .06);
  border: 1px solid rgba(247, 248, 244, .18);
  border-radius: 999px;
  font-size: .82rem;
  font-weight: 800;
}

.contact-topics a:hover {
  color: var(--ink);
  background: var(--paper);
  border-color: var(--paper);
  box-shadow: 0 8px 18px rgba(0, 0, 0, .18);
  transform: translateY(-2px);
}

.contact-primary {
  margin-top: 6px;
}

.contact-primary:hover {
  background: linear-gradient(135deg, #fffdf5, #dceee8 48%, #8ed6c6);
  color: #071017;
}

.contact-primary:hover::after {
  color: var(--paper);
  background: var(--ink);
}

.contact-actions {
  max-width: 740px;
  margin: 46px auto 0;
  border-top: 1px solid var(--line-light);
}

.contact-actions a {
  display: grid;
  grid-template-columns: minmax(90px, .7fr) minmax(0, 1.3fr);
  align-items: center;
  gap: 16px;
  min-height: 64px;
  padding: 18px 0;
  text-align: left;
  border-bottom: 1px solid var(--line-light);
  transition: color .2s ease, padding .22s var(--ease-premium), background .22s ease;
}

.contact-actions a:hover {
  color: var(--oxide);
  padding-inline: 12px;
  background: rgba(247, 248, 244, .045);
}

.contact-actions span {
  color: rgba(241, 240, 234, .58);
  font-size: .72rem;
  font-weight: 800;
  letter-spacing: .1em;
  text-transform: uppercase;
}

.contact-actions b {
  min-width: 0;
  overflow-wrap: anywhere;
  font-size: clamp(.92rem, 1.5vw, 1.15rem);
}

.floating-cta {
  position: fixed;
  right: 18px;
  bottom: 18px;
  z-index: 35;
  min-height: 48px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 0 7px 0 18px;
  color: #071017;
  background: linear-gradient(135deg, #fffdf5, #dceee8 52%, #8ed6c6);
  border-radius: 999px;
  box-shadow: 0 12px 28px rgba(79, 155, 143, .24);
  opacity: 0;
  pointer-events: none;
  transform: translateY(10px);
  font-weight: 900;
  letter-spacing: .045em;
  text-transform: uppercase;
}

.floating-cta::after {
  content: "\2192";
  width: 34px;
  height: 34px;
  display: grid;
  place-items: center;
  color: var(--paper);
  background: rgba(12, 17, 22, .92);
  border-radius: 50%;
}

.floating-cta.is-visible {
  opacity: 1;
  pointer-events: auto;
  transform: translateY(0);
}

footer {
  min-height: 84px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  color: rgba(25, 24, 23, .62);
  border-top: 1px solid var(--line-dark);
  font-size: .72rem;
  font-weight: 800;
  letter-spacing: .08em;
  text-transform: uppercase;
}

footer a:hover {
  color: var(--oxide);
}

footer a {
  min-height: 36px;
  display: inline-flex;
  align-items: center;
}

.portfolio-modal {
  position: fixed;
  inset: 0;
  z-index: 70;
  display: grid;
  place-items: center;
  padding: clamp(12px, 2.2vw, 32px);
  visibility: hidden;
  opacity: 0;
  transition: opacity .32s ease, visibility .32s ease;
}

.portfolio-modal.is-open {
  visibility: visible;
  opacity: 1;
}

.portfolio-modal-backdrop {
  position: absolute;
  inset: 0;
  background: rgba(25, 24, 23, .92);
  backdrop-filter: blur(16px);
}

.portfolio-modal-panel {
  position: relative;
  z-index: 1;
  width: min(1500px, 100%);
  height: min(920px, calc(100vh - clamp(24px, 4.4vw, 64px)));
  display: grid;
  grid-template-rows: 58px minmax(0, 1fr) 34px;
  color: var(--paper);
  background: #141715;
  border: 1px solid var(--line-light);
  box-shadow: 0 34px 100px rgba(0, 0, 0, .48);
  overflow: hidden;
  transform: translateY(18px) scale(.985);
  transition: transform .42s cubic-bezier(.23, 1, .32, 1);
}

.portfolio-modal.is-open .portfolio-modal-panel {
  transform: translateY(0) scale(1);
}

.portfolio-modal-top {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  padding: 0 clamp(16px, 2vw, 28px);
  color: rgba(241, 240, 234, .68);
  border-bottom: 1px solid var(--line-light);
  font-size: .68rem;
  font-weight: 800;
  letter-spacing: .1em;
  text-transform: uppercase;
}

.portfolio-modal-top p {
  margin: 0;
}

.portfolio-modal-count {
  color: var(--oxide);
}

.portfolio-modal-close {
  justify-self: end;
  width: 40px;
  height: 40px;
  padding: 0;
  border: 0;
  color: var(--paper);
  background: transparent;
  cursor: pointer;
  font: 300 1.8rem/1 var(--font-body);
  transition: color .2s ease, transform .24s ease;
}

.portfolio-modal-close:hover {
  color: var(--oxide);
  transform: rotate(8deg);
}

.portfolio-modal-content {
  min-height: 0;
  display: grid;
  grid-template-columns: 66px minmax(0, 1fr) 66px;
  align-items: stretch;
}

.portfolio-modal-content figure {
  min-width: 0;
  min-height: 0;
  margin: 0;
  display: grid;
  grid-template-rows: minmax(0, 1fr) auto;
}

.portfolio-modal-image-wrap {
  min-height: 0;
  display: grid;
  place-items: center;
  padding: clamp(14px, 2.2vw, 32px);
  overflow: hidden;
  background:
    linear-gradient(90deg, rgba(241, 240, 234, .04) 1px, transparent 1px) 0 0 / 72px 72px,
    #111411;
}

.portfolio-modal-image-wrap img {
  max-width: 100%;
  max-height: 100%;
  width: auto;
  height: auto;
  object-fit: contain;
  box-shadow: 0 24px 70px rgba(0, 0, 0, .38);
  opacity: 0;
  transform: scale(.985);
  transition: opacity .25s ease, transform .42s cubic-bezier(.23, 1, .32, 1);
}

.portfolio-modal-image-wrap img.is-ready {
  opacity: 1;
  transform: scale(1);
}

.portfolio-modal-content figcaption {
  min-height: 96px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: 18px clamp(12px, 1.7vw, 24px);
  border-top: 1px solid var(--line-light);
}

.portfolio-modal-content figcaption > div {
  min-width: 0;
}

.portfolio-modal-type {
  display: block;
  margin-bottom: 8px;
  color: var(--oxide);
  font-size: .62rem;
  font-weight: 800;
  letter-spacing: .1em;
  text-transform: uppercase;
}

.portfolio-modal-content h3 {
  margin: 0;
  overflow: hidden;
  color: var(--paper);
  font-size: clamp(.95rem, 1.35vw, 1.25rem);
  text-overflow: ellipsis;
  white-space: nowrap;
}

.portfolio-modal-cta {
  flex: 0 0 auto;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  min-height: 46px;
  padding: 0 7px 0 16px;
  color: #071017;
  background: linear-gradient(135deg, #fffdf5, #dceee8 52%, #8ed6c6);
  border-radius: 999px;
  font-size: .78rem;
  font-weight: 800;
  transition: background .22s ease, color .22s ease, transform .26s var(--ease-premium);
}

.portfolio-modal-cta::after {
  content: "\2192";
  width: 32px;
  height: 32px;
  display: grid;
  place-items: center;
  color: var(--paper);
  background: rgba(12, 17, 22, .92);
  border-radius: 50%;
  transition: transform .26s var(--ease-premium), background .22s ease;
}

.portfolio-modal-cta:hover {
  color: var(--paper);
  background: linear-gradient(135deg, #0c1116, #172737 58%, #4f9b8f);
  transform: translateY(-3px);
}

.portfolio-modal-cta:hover::after {
  color: var(--ink);
  background: rgba(255, 255, 255, .9);
  transform: translateX(2px);
}

.portfolio-modal-nav {
  width: 100%;
  padding: 0;
  border: 0;
  color: rgba(241, 240, 234, .58);
  background: transparent;
  cursor: pointer;
  font-size: .62rem;
  font-weight: 900;
  letter-spacing: .08em;
  text-transform: uppercase;
  transition: color .2s ease, background .2s ease;
}

.portfolio-modal-nav:hover {
  color: var(--oxide);
  background: rgba(241, 240, 234, .05);
}

.portfolio-modal-hint {
  margin: 0;
  display: grid;
  place-items: center;
  color: rgba(241, 240, 234, .5);
  font-size: .62rem;
  letter-spacing: .08em;
}

.js .reveal-on-scroll {
  opacity: 1;
  transform: none;
  transition: opacity .7s ease, transform .78s var(--ease-premium);
}

.js .reveal-on-scroll.is-revealed {
  opacity: 1;
  transform: translateY(0);
}

.reveal {
  animation: rise .82s cubic-bezier(.23, 1, .32, 1) both;
}

.hero-atlas.reveal {
  animation-delay: .12s;
}

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

@keyframes hero-film {
  from {
    transform: scale(1.03) translate3d(-1.2%, 0, 0);
  }

  to {
    transform: scale(1.12) translate3d(1.6%, -1.4%, 0);
  }
}

@keyframes hero-field-drift {
  from {
    transform: translate3d(-2%, 0, 0) scale(1.02);
  }

  to {
    transform: translate3d(2.4%, -1.8%, 0) scale(1.04);
  }
}

@keyframes page-field-drift {
  from {
    transform: translate3d(-1.4%, .8%, 0) scale(1);
  }

  to {
    transform: translate3d(2.2%, -1.6%, 0) scale(1.04);
  }
}

@keyframes engine-breathe {
  from {
    transform: rotateX(58deg) rotateZ(-18deg) translate3d(0, 0, 0) scale(var(--engine-scale));
  }

  to {
    transform: rotateX(56deg) rotateZ(-16deg) translate3d(10px, -8px, 0) scale(var(--engine-scale));
  }
}

@keyframes core-turn {
  from {
    transform: translate3d(-50%, -50%, 74px) rotateX(-24deg) rotateY(32deg);
  }

  to {
    transform: translate3d(-50%, -50%, 74px) rotateX(-18deg) rotateY(48deg);
  }
}

@keyframes character-idle {
  from {
    transform: translateY(0) rotateZ(.6deg);
  }

  to {
    transform: translateY(-8px) rotateZ(-.4deg);
  }
}

@keyframes character-wave {
  0%, 100% {
    transform: translateZ(72px) rotate(-48deg);
  }

  22% {
    transform: translateZ(72px) rotate(-72deg);
  }

  44% {
    transform: translateZ(72px) rotate(-38deg);
  }

  66% {
    transform: translateZ(72px) rotate(-68deg);
  }
}

@keyframes planet-turn {
  to {
    transform: translateX(18%);
  }
}

@keyframes planet-float {
  from {
    transform: translate3d(0, 0, 0) scale(1);
  }

  to {
    transform: translate3d(-10px, 8px, 0) scale(1.03);
  }
}

@keyframes hero-signal {
  0%, 100% {
    transform: scaleX(.22);
    opacity: .42;
  }

  45% {
    transform: scaleX(1);
    opacity: .95;
  }
}

@keyframes atlas-float-a {
  to {
    transform: translate3d(10px, -12px, 0) rotate(-1deg);
  }
}

@keyframes atlas-float-b {
  to {
    transform: translate3d(-8px, 14px, 0) rotate(1.2deg);
  }
}

@keyframes atlas-float-c {
  to {
    transform: translate3d(8px, 10px, 0) rotate(-.8deg);
  }
}

@keyframes rise {
  from {
    opacity: 0;
    transform: translateY(20px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@media (hover: hover) and (pointer: fine) {
  .button:active,
  .menu-cta:active,
  .portfolio-modal-cta:active {
    transform: scale(.97);
  }
}

@media (max-width: 1180px) {
  .directions-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

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

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

  .direction-card-tall {
    grid-row: auto;
  }

  .menu-shell {
    grid-template-columns: auto 1fr auto auto;
    gap: 14px;
  }

  .menu-shell nav {
    display: none;
  }

  .menu-toggle {
    grid-column: 3;
    justify-self: end;
    display: grid;
    place-items: center;
    width: 44px;
    height: 44px;
    padding: 0;
    border: 1px solid rgba(245, 243, 236, .18);
    border-radius: 50%;
    color: var(--paper);
    background: rgba(245, 243, 236, .06);
    cursor: pointer;
  }

  .menu-toggle span {
    display: block;
    width: 16px;
    height: 1px;
    background: currentColor;
    transition: transform .22s cubic-bezier(.23, 1, .32, 1), margin .22s ease;
  }

  .menu-toggle span + span {
    margin-top: 5px;
  }

  .menu-shell.is-menu-open .menu-toggle span:first-child {
    transform: translateY(3px) rotate(45deg);
  }

  .menu-shell.is-menu-open .menu-toggle span + span {
    margin-top: 0;
    transform: rotate(-45deg);
  }

  .mobile-menu {
    position: absolute;
    top: calc(100% + 10px);
    left: 0;
    right: 0;
    display: block;
    padding: 10px;
    background:
      linear-gradient(180deg, rgba(245, 243, 236, .08), rgba(245, 243, 236, .03)),
      rgba(9, 14, 17, .98);
    border: 1px solid rgba(245, 243, 236, .16);
    border-radius: var(--radius-m);
    box-shadow: 0 18px 42px rgba(6, 10, 13, .34);
    opacity: 0;
    pointer-events: none;
    transform: translateY(-8px) scale(.985);
    transform-origin: top right;
    transition: opacity .2s ease, transform .24s var(--ease-premium);
  }

  .menu-shell.is-menu-open .mobile-menu {
    opacity: 1;
    pointer-events: auto;
    transform: translateY(0) scale(1);
  }

  .mobile-menu > a {
    display: flex;
    align-items: center;
    justify-content: space-between;
    min-height: 54px;
    padding: 0 13px;
    border-bottom: 1px solid rgba(245, 243, 236, .12);
    color: var(--paper);
    font-family: var(--font-display);
    font-size: .82rem;
    font-weight: 700;
    letter-spacing: -.015em;
    border-radius: 6px;
    transition: background .2s ease, color .2s ease, transform .24s var(--ease-premium);
  }

  .mobile-menu > a:hover,
  .mobile-menu > a.is-active {
    color: #f8fbff;
    background: rgba(247, 248, 244, .08);
  }

  .mobile-menu > a:last-child {
    border-bottom: 0;
  }

  .mobile-menu .mobile-menu-cta {
    margin-top: 10px;
    justify-content: center;
    color: #071017;
    background: linear-gradient(135deg, #fffdf5 0%, #dceee8 48%, #8ed6c6 100%);
  }
}

@media (max-width: 980px) {
  h1 {
    font-size: clamp(2.85rem, 9vw, 5.75rem);
  }

  .hero h1 {
    max-width: 100%;
    font-size: clamp(2.85rem, 8.8vw, 5.25rem);
  }

  .hero {
    min-height: auto;
    grid-template-columns: 1fr;
    align-items: start;
    padding-top: 134px;
    padding-bottom: 136px;
  }

  .hero-atlas {
    min-height: 560px;
    width: min(100%, 640px);
  }

  .creator-engine {
    inset: 4% -1% 8% -8%;
    transform: rotateX(57deg) rotateZ(-18deg) scale(.94);
  }

  .engine-plane {
    width: 166px;
  }

  .engine-plane-video {
    width: 190px;
  }

  .atlas-portrait {
    width: min(70vw, 360px);
    right: 4%;
  }

  .creator-character {
    width: min(54vw, 340px);
    right: clamp(8px, 6vw, 42px);
    bottom: 0;
  }

  .creator-planet {
    right: clamp(18px, 10vw, 70px);
    top: 30%;
    width: min(40vw, 280px);
  }

  .atlas-card {
    width: min(42vw, 240px);
  }

  .atlas-card-a {
    top: 10%;
    left: 4%;
    right: auto;
  }

  .atlas-card-b {
    top: 48%;
    left: 0;
  }

  .atlas-card-c {
    right: auto;
    left: 0;
    bottom: 3%;
  }

  .positioning-grid,
  .section-top,
  .method,
  .studio,
  .reviews,
  .page-hero,
  .faq {
    grid-template-columns: 1fr;
  }

  .method-intro,
  .faq-heading {
    position: static;
  }

  .studio-media {
    min-height: 520px;
    order: 2;
  }

  .studio-copy {
    order: 1;
  }

  .portfolio-modal-content {
    grid-template-columns: 48px minmax(0, 1fr) 48px;
  }
}

@media (min-width: 721px) {
  .studio-media {
    display: block;
  }
}

@media (max-width: 720px) {
  body {
    background:
      radial-gradient(ellipse 76% 36% at 82% -8%, rgba(79, 155, 143, .13), transparent 62%),
      radial-gradient(ellipse 62% 30% at 0% 18%, rgba(142, 214, 198, .14), transparent 68%),
      var(--paper);
  }

  .section {
    padding-top: 76px;
    padding-bottom: 76px;
  }

  h1,
  h2,
  h3,
  .page-nav-card b {
    text-wrap: initial;
    overflow-wrap: anywhere;
  }

  .hero h1,
  .page-hero h1,
  .section-top h2 {
    overflow-wrap: anywhere;
    word-break: break-word;
  }

  .hero-copy,
  .page-hero > *,
  .section-top > *,
  .contact-inner {
    min-width: 0;
    max-width: 100%;
  }

  .menu-shell {
    top: 10px;
    width: calc(100% - 20px);
    min-height: 62px;
    grid-template-columns: auto 1fr auto;
    padding: 10px 11px 10px 14px;
  }

  .brand {
    grid-column: 1;
  }

  .brand-sign {
    width: 29px;
  }

  .brand span {
    font-size: .72rem;
  }

  .brand small {
    font-size: .34rem;
  }

  .menu-cta {
    display: none;
  }

  .menu-toggle {
    grid-column: 3;
    justify-self: end;
    width: 40px;
    height: 40px;
  }

  .hero {
    gap: 48px;
    padding: 118px 20px 24px;
  }

  .hero-copy {
    transform: none;
  }

  .hero h1 {
    font-size: clamp(1.95rem, 8.2vw, 2.7rem);
    line-height: 1.02;
  }

  .hero::after {
    background:
      linear-gradient(180deg, rgba(13, 20, 27, .72), rgba(13, 20, 27, .9)),
      linear-gradient(90deg, rgba(13, 20, 27, .82), rgba(13, 20, 27, .44));
  }

  .hero-media video {
    object-position: 58% center;
  }

  .hero-lead {
    margin-top: 24px;
    font-size: .98rem;
    line-height: 1.66;
  }

  .hero-actions,
  .portfolio-cta,
  .inline-cta {
    align-items: stretch;
    flex-direction: column;
  }

  .hero-actions .button,
  .portfolio-cta .button,
  .inline-cta .button {
    width: 100%;
  }

  .hero-atlas {
    display: grid;
    grid-template-columns: 1fr;
    gap: 12px;
    min-height: auto;
    padding-top: 8px;
  }

  .hero-atlas::before {
    top: 70px;
    right: 6%;
    bottom: auto;
    width: min(88vw, 360px);
  }

  .hero-atlas::after {
    top: 310px;
    right: 6%;
    bottom: auto;
    width: min(82vw, 340px);
  }

  .creator-engine {
    inset: 0 -12% 18% -24%;
    opacity: .72;
    transform: rotateX(58deg) rotateZ(-18deg) scale(.72);
  }

  .engine-core {
    width: 92px;
    height: 92px;
  }

  .engine-face-front {
    transform: translateZ(46px);
  }

  .engine-face-top {
    transform: rotateX(90deg) translateZ(46px);
  }

  .engine-face-side {
    transform: rotateY(90deg) translateZ(46px);
  }

  .engine-plane {
    width: 146px;
  }

  .engine-plane-brand,
  .engine-plane-code {
    width: 130px;
  }

  .engine-plane-video {
    width: 170px;
  }

  .atlas-portrait {
    width: min(77vw, 320px);
    right: 0;
  }

  .creator-character {
    position: relative;
    justify-self: center;
    right: auto;
    bottom: auto;
    width: min(74vw, 300px);
    margin-top: 2px;
  }

  .creator-planet {
    right: 6%;
    top: 72px;
    width: min(62vw, 280px);
  }

  .atlas-card {
    position: relative;
    inset: auto;
    z-index: 5;
    width: 100%;
    padding: 13px 14px;
    animation: none;
  }

  .atlas-card-a,
  .atlas-card-b,
  .atlas-card-c {
    top: auto;
    right: auto;
    bottom: auto;
    left: auto;
  }

  .atlas-card-b {
    margin-top: 2px;
  }

  .atlas-card-c {
    margin-top: 2px;
  }

  .hero-proof {
    position: static;
    grid-template-columns: 1fr;
    margin-top: 4px;
    gap: 8px;
  }

  body:not([data-page]) .floating-cta {
    display: none;
  }

  .hero-proof div {
    min-height: 52px;
    grid-template-columns: 74px 1fr;
    padding: 9px 12px;
    border-right: 1px solid rgba(247, 248, 244, .14);
    border-bottom: 0;
  }

  .hero-proof div:last-child {
    border-bottom: 0;
  }

  .hero-proof span {
    max-width: none;
    font-size: .66rem;
  }

  .section-kicker {
    grid-template-columns: 1fr;
    gap: 8px;
  }

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

  .direction-card,
  .direction-card-wide {
    grid-column: auto;
    min-height: 224px;
  }

  .direction-card::before,
  .teaser-card::before {
    opacity: .22;
  }

  .direction-card::before {
    inset: 0;
    width: auto;
  }

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

  .teaser-card {
    min-height: 210px;
  }

  .page-hero {
    min-height: auto;
    padding: 118px 20px 72px;
  }

  .page-hero h1 {
    font-size: clamp(2rem, 8.6vw, 2.95rem);
    line-height: 1.05;
    overflow-wrap: anywhere;
  }

  .category-work,
  .category-work--large {
    flex-basis: 84vw;
    min-height: 430px;
    transform: none;
  }

  .category-work header {
    min-height: 64px;
    padding: 14px;
  }

  .category-work img {
    inset: 0 0 64px;
    height: calc(100% - 64px);
  }

  .category-work header h3 {
    font-size: 1rem;
  }

  .category-work header b {
    font-size: .56rem;
  }

  .category-work::before {
    opacity: 1;
    transform: none;
    right: 10px;
    bottom: 10px;
    font-size: .54rem;
  }

  .portfolio-progress {
    grid-template-columns: 1fr;
    gap: 12px;
  }

  .portfolio-progress p {
    justify-content: space-between;
  }

  .pricing-card {
    min-height: 320px;
  }

  .method {
    gap: 30px;
  }

  .studio {
    display: flex;
    flex-direction: column;
    align-items: stretch;
  }

  .studio-copy {
    order: 1;
  }

  .process-list li {
    grid-template-columns: 48px minmax(0, 1fr);
  }

  .studio-media {
    order: 2;
    display: none;
  }

  .review-widget {
    box-shadow: 8px 8px 0 var(--copper);
  }

  .widget-head {
    min-height: auto;
    align-items: flex-start;
    flex-direction: column;
    gap: 5px;
    padding-block: 16px;
  }

  .widget-head strong {
    margin-left: 0;
  }

  .faq-list summary {
    min-height: 78px;
  }

  .faq-list details p {
    margin-right: 0;
  }

  .contact {
    padding-top: 82px;
    padding-bottom: 100px;
  }

  .contact-topics {
    justify-content: stretch;
  }

  .contact-topics a {
    flex: 1 1 calc(50% - 10px);
    justify-content: center;
    text-align: center;
  }

  .contact-actions a {
    grid-template-columns: 1fr;
    gap: 5px;
  }

  footer {
    align-items: flex-start;
    flex-direction: column;
    justify-content: center;
    min-height: 104px;
  }

  .floating-cta {
    right: 12px;
    bottom: 12px;
    min-height: 46px;
    padding: 0 6px 0 14px;
    font-size: .78rem;
  }

  .portfolio-modal {
    padding: 0;
  }

  .portfolio-modal-panel {
    width: 100%;
    height: 100dvh;
    border: 0;
    grid-template-rows: 54px minmax(0, 1fr) 28px;
  }

  .portfolio-modal-top {
    padding-inline: 14px;
    font-size: .52rem;
  }

  .portfolio-modal-content {
    position: relative;
    grid-template-columns: 1fr;
  }

  .portfolio-modal-image-wrap {
    padding: 12px;
  }

  .portfolio-modal-content figcaption {
    min-height: 134px;
    align-items: stretch;
    flex-direction: column;
    gap: 13px;
    padding: 14px;
  }

  .portfolio-modal-content h3 {
    white-space: normal;
  }

  .portfolio-modal-cta {
    justify-content: center;
    width: 100%;
  }

  .portfolio-modal-nav {
    position: absolute;
    top: 45%;
    z-index: 2;
    width: 46px;
    height: 50px;
    color: var(--paper);
    background: rgba(25, 24, 23, .78);
  }

  .portfolio-modal-prev {
    left: 8px;
  }

  .portfolio-modal-next {
    right: 8px;
  }
}

@media (max-width: 980px) {
  body[data-page="contact"] {
    overflow: auto;
  }
}

@media (max-width: 460px) {
  h1 {
    font-size: clamp(2.65rem, 13.4vw, 3.85rem);
  }

  h2 {
    font-size: clamp(2.1rem, 11vw, 3.2rem);
  }

  .button {
    min-height: 50px;
    padding: 0 7px 0 16px;
    font-size: .64rem;
  }

  .hero {
    padding-inline: 18px;
  }

  .hero h1 {
    font-size: clamp(2.35rem, 10.4vw, 3.35rem);
    overflow-wrap: anywhere;
  }

  .hero-atlas {
    min-height: auto;
  }

  .creator-character {
    width: min(76vw, 292px);
  }

  .atlas-card {
    width: 100%;
  }

  .atlas-card b {
    margin-top: 12px;
    font-size: .92rem;
  }

  .category-work,
  .category-work--large {
    flex-basis: 86vw;
    min-height: 388px;
  }

  .contact-topics a {
    flex-basis: 100%;
  }

  .process-list li {
    grid-template-columns: 1fr;
    gap: 8px;
  }
}

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

  *,
  *::before,
  *::after {
    animation-duration: .001ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: .001ms !important;
  }

  .js .reveal-on-scroll {
    opacity: 1;
    transform: none;
  }
}

