:root {
  --night: #070814;
  --midnight: #0a0a1f;
  --ink: #11122d;
  --aurora: #f0f4ff;
  --paper: #edf3ff;
  --cyan: #22d3ee;
  --violet: #8b5cf6;
  --indigo: #4338ca;
  --emerald: #10b981;
  --muted: rgba(240, 244, 255, 0.72);
  --line: rgba(240, 244, 255, 0.14);
  --dark-line: rgba(10, 10, 31, 0.14);
  --shadow: 0 30px 90px rgba(0, 0, 0, 0.34);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  overflow-x: hidden;
}

body {
  margin: 0;
  overflow-x: hidden;
  color: var(--aurora);
  background: var(--night);
  font-family: "Readex Pro", system-ui, sans-serif;
}

body::before {
  position: fixed;
  inset: 0;
  z-index: -2;
  content: "";
  background-image:
    linear-gradient(rgba(240, 244, 255, 0.032) 1px, transparent 1px),
    linear-gradient(90deg, rgba(240, 244, 255, 0.032) 1px, transparent 1px);
  background-size: 84px 84px;
  mask-image: linear-gradient(to bottom, #000, rgba(0, 0, 0, 0.72), transparent 90%);
}

body::after {
  position: fixed;
  inset: 0;
  z-index: -1;
  content: "";
  background:
    linear-gradient(118deg, rgba(34, 211, 238, 0.12) 0 1px, transparent 1px 100%),
    linear-gradient(180deg, var(--night), var(--midnight));
  background-size: 52px 52px, auto;
  pointer-events: none;
}

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

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

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

h1,
h2 {
  letter-spacing: 0;
}

h1 {
  max-width: min(100%, 1120px);
  margin-bottom: 22px;
  font-size: clamp(4.4rem, 10vw, 10.6rem);
  line-height: 0.9;
}

h1 span {
  display: block;
}

h2 {
  font-size: clamp(2.5rem, 6.2vw, 6.8rem);
  line-height: 1.02;
}

h3 {
  margin-bottom: 10px;
  font-size: 1.35rem;
  line-height: 1.35;
}

p {
  color: var(--muted);
  line-height: 2;
}

.progress {
  position: fixed;
  top: 0;
  right: 0;
  z-index: 100;
  width: 100%;
  height: 3px;
  transform: scaleX(0);
  transform-origin: right;
  background: linear-gradient(90deg, var(--cyan), var(--violet), var(--emerald));
}

.pointer-halo {
  position: fixed;
  z-index: 2;
  width: 260px;
  height: 260px;
  border: 1px solid rgba(34, 211, 238, 0.18);
  opacity: 0;
  transform: translate(-50%, -50%);
  pointer-events: none;
}

.site-header {
  position: fixed;
  top: 14px;
  left: 50%;
  right: auto;
  z-index: 50;
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 24px;
  width: min(1180px, calc(100% - 32px));
  padding: 12px 14px;
  transform: translateX(-50%);
  border: 1px solid var(--line);
  background: rgba(7, 8, 20, 0.72);
  backdrop-filter: blur(22px);
  box-shadow: var(--shadow);
}

.site-header.is-visible {
  transform: translateX(-50%);
}

.brand,
.nav-links,
.hero-actions,
.contact-links,
.site-footer {
  display: flex;
  align-items: center;
}

.brand {
  gap: 11px;
  font-weight: 700;
}

.brand-mark {
  display: inline-flex;
  align-items: end;
  justify-content: center;
  width: 44px;
  height: 32px;
}

.brand-mark i {
  width: 17px;
  height: 25px;
  margin-inline: -3px;
  background: linear-gradient(135deg, var(--violet), var(--cyan));
  clip-path: polygon(50% 0, 100% 100%, 68% 100%, 50% 58%, 32% 100%, 0 100%);
}

.brand-mark i:nth-child(2) {
  height: 32px;
  background: linear-gradient(135deg, var(--indigo), var(--cyan));
}

.brand-word {
  font-size: 1.35rem;
}

.nav-links {
  justify-content: center;
  gap: 8px;
}

.nav-links a,
.header-action,
.button {
  min-height: 42px;
  padding: 11px 16px;
  border: 1px solid transparent;
  font-size: 0.9rem;
  white-space: nowrap;
}

.nav-links a {
  color: var(--muted);
}

.nav-links a:hover {
  border-color: var(--line);
  color: var(--aurora);
}

.header-action,
.button.primary {
  border-color: rgba(34, 211, 238, 0.45);
  color: #051119;
  background: linear-gradient(135deg, var(--cyan), #9af5ff 58%, var(--violet));
  font-weight: 700;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}

.button.ghost {
  border-color: var(--line);
  background: rgba(240, 244, 255, 0.045);
}

.hero {
  position: relative;
  min-height: 96vh;
  overflow: hidden;
  padding: 138px clamp(20px, 5vw, 78px) 118px;
  isolation: isolate;
}

#summit-canvas {
  position: absolute;
  inset: 0;
  z-index: -2;
  width: 100%;
  height: 100%;
}

.hero-grid {
  position: absolute;
  inset: 0;
  z-index: -1;
  background:
    linear-gradient(90deg, rgba(240, 244, 255, 0.045) 1px, transparent 1px),
    linear-gradient(0deg, rgba(240, 244, 255, 0.045) 1px, transparent 1px),
    linear-gradient(180deg, rgba(7, 8, 20, 0.1), rgba(7, 8, 20, 0.72));
  background-size: 96px 96px, 96px 96px, auto;
}

.hero-meta {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  max-width: 1180px;
  margin: 0 auto 76px;
  color: var(--cyan);
  font-family: inherit;
  font-size: 0.72rem;
}

.hero-content {
  max-width: 1180px;
  margin: 0 auto;
}

.eyebrow,
.section-kicker,
.hero-panel span,
.service-tile span,
.process-track span {
  color: var(--cyan);
  font-family: inherit;
  font-size: 0.76rem;
  letter-spacing: 0;
}

.eyebrow {
  margin-bottom: 18px;
}

.hero-content p {
  max-width: 720px;
  font-size: clamp(1.05rem, 1.55vw, 1.32rem);
}

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

.hero-actions .button {
  min-width: 174px;
}

.hero-panel {
  position: absolute;
  left: clamp(20px, 5vw, 78px);
  bottom: 44px;
  width: min(420px, calc(100% - 40px));
  padding: 18px;
  border: 1px solid rgba(34, 211, 238, 0.34);
  background: rgba(7, 8, 20, 0.74);
  backdrop-filter: blur(14px);
}

.hero-panel strong {
  display: block;
  margin-top: 10px;
  font-family: inherit;
  font-size: 0.82rem;
  line-height: 1.8;
}

.signal-strip {
  overflow: hidden;
  border-block: 1px solid var(--line);
  background: rgba(240, 244, 255, 0.04);
}

.signal-strip div {
  display: flex;
  width: max-content;
  gap: 42px;
  padding: 20px 0;
  animation: strip 26s linear infinite;
}

.signal-strip span {
  color: rgba(240, 244, 255, 0.44);
  font-family: inherit;
  font-size: clamp(1.4rem, 3vw, 3.5rem);
}

.studio,
.identity-field,
.services,
.process,
.command,
.contact {
  padding: clamp(78px, 10vw, 140px) clamp(20px, 5vw, 78px);
}

.studio {
  position: relative;
  display: grid;
  grid-template-columns: minmax(320px, 0.95fr) 1.05fr;
  gap: clamp(24px, 5vw, 62px);
  align-items: stretch;
  overflow: hidden;
  color: var(--ink);
  background:
    linear-gradient(135deg, rgba(34, 211, 238, 0.08) 0 1px, transparent 1px 100%),
    linear-gradient(180deg, var(--paper), #e5efff);
  background-size: 72px 72px, auto;
}

.studio::before {
  position: absolute;
  top: 0;
  right: clamp(20px, 5vw, 78px);
  left: clamp(20px, 5vw, 78px);
  height: 1px;
  content: "";
  background: linear-gradient(90deg, transparent, rgba(67, 56, 202, 0.55), transparent);
}

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

.studio .section-kicker {
  width: max-content;
  margin-bottom: 24px;
  padding: 9px 13px;
  border: 1px solid rgba(34, 211, 238, 0.26);
  color: var(--cyan);
  background: rgba(34, 211, 238, 0.06);
  writing-mode: horizontal-tb;
}

.studio-copy {
  display: flex;
  flex-direction: column;
  align-self: stretch;
  padding: clamp(26px, 4vw, 44px);
  border: 1px solid rgba(34, 211, 238, 0.26);
  color: var(--aurora);
  background:
    linear-gradient(135deg, rgba(34, 211, 238, 0.12), rgba(139, 92, 246, 0.12)),
    var(--midnight);
}

.studio-copy h2 {
  margin-bottom: 22px;
  font-size: clamp(2.25rem, 5vw, 5.8rem);
  line-height: 1.03;
}

.studio-copy p {
  color: var(--muted);
  font-size: 1.05rem;
}

.studio-route {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1px;
  margin-top: auto;
  padding-top: clamp(28px, 5vw, 58px);
}

.studio-route span {
  display: grid;
  min-height: 72px;
  place-items: center;
  border: 1px solid rgba(240, 244, 255, 0.14);
  color: var(--aurora);
  background: rgba(240, 244, 255, 0.045);
  font-weight: 700;
}

.studio-board {
  display: grid;
  grid-template-columns: 1fr;
  gap: 14px;
  margin-top: 0;
  border: 0;
  background: transparent;
}

.studio-board article {
  position: relative;
  min-height: 158px;
  padding: 28px;
  overflow: hidden;
  border: 1px solid var(--dark-line);
  background: rgba(255, 255, 255, 0.74);
}

.studio-board article::before {
  position: absolute;
  inset-block: 0;
  right: 0;
  width: 4px;
  content: "";
  background: linear-gradient(180deg, var(--cyan), var(--violet));
}

.studio-board span {
  color: var(--indigo);
  font-family: inherit;
}

.studio-board p {
  color: rgba(10, 10, 31, 0.66);
}

.identity-field {
  position: relative;
  display: grid;
  grid-template-columns: minmax(300px, 0.78fr) 1.22fr;
  gap: clamp(28px, 5vw, 78px);
  align-items: center;
  overflow: hidden;
  color: var(--aurora);
  background:
    linear-gradient(120deg, rgba(34, 211, 238, 0.09) 0 1px, transparent 1px 100%),
    linear-gradient(145deg, rgba(34, 211, 238, 0.12), transparent 38%),
    linear-gradient(315deg, rgba(139, 92, 246, 0.12), transparent 42%),
    linear-gradient(180deg, var(--midnight), var(--night));
  background-size: 68px 68px, auto, auto, auto;
}

.identity-field::before {
  position: absolute;
  top: 0;
  right: clamp(20px, 5vw, 78px);
  left: clamp(20px, 5vw, 78px);
  height: 1px;
  content: "";
  background: linear-gradient(90deg, transparent, var(--cyan), var(--violet), transparent);
}

.identity-field > * {
  position: relative;
  z-index: 1;
}

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

.identity-copy .section-kicker {
  color: var(--cyan);
}

.identity-copy h2 {
  font-size: clamp(2.45rem, 5.7vw, 6.6rem);
  line-height: 1.02;
}

.identity-copy p {
  max-width: 620px;
  color: var(--muted);
  font-size: 1.05rem;
}

.identity-stage {
  position: relative;
  min-height: clamp(480px, 55vw, 680px);
  overflow: hidden;
  padding: clamp(28px, 5vw, 58px);
  border: 1px solid rgba(240, 244, 255, 0.14);
  background:
    linear-gradient(90deg, rgba(240, 244, 255, 0.04) 1px, transparent 1px),
    linear-gradient(0deg, rgba(240, 244, 255, 0.04) 1px, transparent 1px),
    linear-gradient(135deg, rgba(240, 244, 255, 0.05), rgba(240, 244, 255, 0.02));
  background-size: 72px 72px, 72px 72px, auto;
}

.identity-stage::before,
.identity-stage::after {
  position: absolute;
  content: "";
  pointer-events: none;
}

.identity-stage::before {
  inset-inline: 7%;
  bottom: 0;
  height: 50%;
  opacity: 0.62;
  clip-path: polygon(0 100%, 18% 68%, 30% 80%, 47% 34%, 62% 66%, 77% 48%, 100% 100%);
  background: linear-gradient(135deg, rgba(34, 211, 238, 0.34), rgba(139, 92, 246, 0.36));
}

.identity-stage::after {
  inset-inline: 0;
  top: 34%;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(34, 211, 238, 0.8), rgba(139, 92, 246, 0.72), transparent);
  transform: rotate(-8deg);
}

.identity-summit,
.identity-word,
.identity-specs,
.identity-axis {
  position: relative;
  z-index: 1;
}

.identity-summit {
  display: inline-flex;
  align-items: end;
  width: max-content;
  padding: 18px 20px;
  border: 1px solid rgba(240, 244, 255, 0.2);
  background: rgba(7, 8, 20, 0.68);
}

.identity-summit i {
  width: clamp(32px, 4vw, 52px);
  height: clamp(52px, 7vw, 84px);
  margin-inline: -8px;
  background: linear-gradient(135deg, var(--violet), var(--cyan));
  clip-path: polygon(50% 0, 100% 100%, 68% 100%, 50% 58%, 32% 100%, 0 100%);
}

.identity-summit i:nth-child(2) {
  height: clamp(70px, 9vw, 112px);
  background: linear-gradient(135deg, var(--indigo), var(--cyan));
}

.identity-word {
  margin-top: clamp(34px, 6vw, 72px);
}

.identity-word strong {
  display: block;
  color: var(--aurora);
  font-size: clamp(5rem, 10vw, 11rem);
  line-height: 0.86;
}

.identity-word span {
  display: block;
  margin-top: 20px;
  color: var(--cyan);
  font-size: clamp(1.1rem, 2vw, 1.55rem);
  font-weight: 700;
}

.identity-axis {
  width: min(520px, 92%);
  height: 1px;
  margin-top: clamp(28px, 5vw, 58px);
  background: linear-gradient(90deg, var(--cyan), var(--violet), transparent);
}

.identity-specs {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
  margin-top: 22px;
}

.identity-specs div {
  min-height: 102px;
  padding: 16px;
  border: 1px solid rgba(240, 244, 255, 0.18);
  background: rgba(7, 8, 20, 0.55);
}

.identity-specs span {
  display: block;
  color: var(--cyan);
  font-size: 0.86rem;
}

.identity-specs strong {
  display: block;
  margin-top: 12px;
  color: var(--aurora);
  line-height: 1.6;
}

.identity-line {
  grid-column: 1 / -1;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
}

.identity-line span {
  min-height: 74px;
  display: grid;
  place-items: center;
  border: 1px solid rgba(240, 244, 255, 0.14);
  color: var(--muted);
  background: rgba(240, 244, 255, 0.035);
  font-weight: 700;
}

.services {
  background:
    linear-gradient(135deg, rgba(16, 185, 129, 0.1), transparent 34%),
    linear-gradient(180deg, var(--night), var(--midnight));
}

.services-head {
  display: grid;
  grid-template-columns: 1fr 0.8fr;
  gap: 32px;
  align-items: end;
  margin-bottom: 42px;
}

.services-head h2 {
  margin-bottom: 0;
}

.service-system {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  grid-auto-rows: 250px;
  gap: 12px;
}

.service-tile {
  position: relative;
  overflow: hidden;
  padding: 26px;
  border: 1px solid var(--line);
  background:
    linear-gradient(180deg, rgba(240, 244, 255, 0.06), rgba(240, 244, 255, 0.025)),
    var(--midnight);
  transition: transform 260ms ease, border-color 260ms ease, background 260ms ease;
}

.service-tile:nth-child(1),
.service-tile:nth-child(6) {
  grid-column: span 2;
}

.service-tile:nth-child(2),
.service-tile:nth-child(3),
.service-tile:nth-child(4),
.service-tile:nth-child(5) {
  grid-column: span 2;
}

.service-tile::after {
  position: absolute;
  inset: auto 0 0;
  height: 4px;
  content: "";
  transform: scaleX(0);
  transform-origin: right;
  background: linear-gradient(90deg, var(--cyan), var(--violet), var(--emerald));
  transition: transform 320ms ease;
}

.service-tile:hover {
  transform: translateY(-8px);
  border-color: rgba(34, 211, 238, 0.5);
  background:
    linear-gradient(135deg, rgba(34, 211, 238, 0.1), rgba(139, 92, 246, 0.08)),
    var(--midnight);
}

.service-tile:hover::after {
  transform: scaleX(1);
}

.service-tile h3 {
  margin-top: 46px;
}

.process {
  display: block;
  color: var(--ink);
  background:
    linear-gradient(135deg, rgba(67, 56, 202, 0.08) 0 1px, transparent 1px 100%),
    linear-gradient(180deg, #e6efff, var(--paper));
  background-size: 76px 76px, auto;
}

.process .section-kicker {
  display: inline-flex;
  width: max-content;
  margin-bottom: 16px;
  padding: 9px 13px;
  border: 1px solid rgba(67, 56, 202, 0.18);
  color: var(--indigo);
  background: rgba(255, 255, 255, 0.55);
}

.process-copy {
  max-width: 980px;
  padding: 0 0 clamp(28px, 4vw, 46px);
  border: 0;
  background: transparent;
}

.process-copy h2 {
  max-width: 820px;
  margin-bottom: 0;
  font-size: clamp(2.25rem, 5vw, 5.9rem);
  line-height: 1.03;
}

.process-track {
  position: relative;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 14px;
  border: 0;
  background: transparent;
}

.process-track::before {
  position: absolute;
  top: 31px;
  right: 8%;
  left: 8%;
  height: 1px;
  content: "";
  background: linear-gradient(90deg, transparent, rgba(67, 56, 202, 0.42), transparent);
}

.process-track article {
  position: relative;
  z-index: 1;
  min-height: 250px;
  padding: 28px;
  border: 1px solid var(--dark-line);
  background: rgba(255, 255, 255, 0.72);
}

.process-track span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 62px;
  height: 62px;
  border: 1px solid rgba(67, 56, 202, 0.24);
  color: var(--indigo);
  background: #fff;
  font-weight: 700;
}

.process-track h3 {
  margin-top: 34px;
}

.process-track p {
  color: rgba(10, 10, 31, 0.68);
}

.command {
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: clamp(28px, 5vw, 68px);
  align-items: center;
  background:
    linear-gradient(120deg, rgba(34, 211, 238, 0.08), transparent 48%),
    linear-gradient(180deg, var(--midnight), var(--night));
}

.command-map {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 12px;
}

.command-map span {
  display: grid;
  min-height: 122px;
  place-items: center;
  border: 1px solid var(--line);
  background: rgba(240, 244, 255, 0.045);
  font-size: 1.2rem;
  font-weight: 700;
}

.contact {
  position: relative;
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: clamp(28px, 5vw, 70px);
  align-items: center;
  min-height: 96vh;
  overflow: hidden;
  background:
    linear-gradient(120deg, rgba(34, 211, 238, 0.12) 0 1px, transparent 1px 100%),
    linear-gradient(145deg, rgba(34, 211, 238, 0.14), transparent 34%),
    linear-gradient(315deg, rgba(139, 92, 246, 0.14), transparent 38%),
    linear-gradient(180deg, var(--midnight), var(--night));
  background-size: 58px 58px, auto, auto, auto;
}

.contact::before {
  position: absolute;
  top: 0;
  right: clamp(20px, 5vw, 78px);
  left: clamp(20px, 5vw, 78px);
  height: 1px;
  content: "";
  background: linear-gradient(90deg, transparent, var(--cyan), var(--violet), transparent);
}

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

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

.contact-copy h2 {
  max-width: 760px;
  text-wrap: balance;
}

.contact-copy p {
  max-width: 640px;
}

.closing-metrics {
  order: 3;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
  margin-top: 24px;
}

.closing-metrics div {
  min-height: 112px;
  padding: 16px;
  border: 1px solid var(--line);
  background: rgba(240, 244, 255, 0.04);
}

.closing-metrics strong {
  display: block;
  color: var(--cyan);
  font-family: inherit;
  font-size: 1.6rem;
  letter-spacing: 0;
}

.closing-metrics span {
  display: block;
  margin-top: 8px;
  color: var(--muted);
  font-size: 0.88rem;
}

.contact-links {
  order: 2;
  display: grid;
  grid-template-columns: minmax(180px, 220px) 1fr;
  gap: 14px;
  align-items: center;
  margin-top: 24px;
}

.contact-primary {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 13px 18px;
  border: 1px solid var(--line);
  color: var(--night);
  font-weight: 700;
  background: linear-gradient(135deg, var(--cyan), #b9f5ff 48%, var(--violet));
}

.contact-primary:hover {
  border-color: rgba(34, 211, 238, 0.45);
}

.contact-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 16px;
  color: var(--muted);
  font-family: inherit;
  font-size: 0.78rem;
}

.contact-meta span {
  padding-inline-start: 14px;
  border-inline-start: 1px solid rgba(34, 211, 238, 0.28);
  direction: ltr;
  unicode-bidi: plaintext;
}

.contact-card {
  position: relative;
  padding: clamp(24px, 4vw, 44px);
  border: 1px solid rgba(34, 211, 238, 0.34);
  background:
    linear-gradient(135deg, rgba(34, 211, 238, 0.08), rgba(139, 92, 246, 0.1)),
    rgba(240, 244, 255, 0.035);
  box-shadow: var(--shadow);
}

.contact-card::before {
  position: absolute;
  inset: 18px;
  border: 1px solid rgba(34, 211, 238, 0.2);
  content: "";
  pointer-events: none;
}

.contact-card-head,
.contact-card-foot {
  position: relative;
  z-index: 1;
  display: flex;
  justify-content: space-between;
  gap: 16px;
  margin-bottom: 22px;
  color: var(--muted);
}

.contact-card-head span,
.contact-card-foot span {
  color: var(--cyan);
  font-family: inherit;
  font-size: 0.72rem;
  letter-spacing: 0;
}

.contact-card-head strong {
  font-size: 1.15rem;
}

.contact-card-foot {
  margin: 20px 0 0;
  padding-top: 18px;
  border-top: 1px solid var(--line);
}

.contact-form {
  position: relative;
  z-index: 1;
  display: grid;
  gap: 14px;
}

label {
  display: grid;
  gap: 8px;
  color: var(--muted);
}

input,
textarea {
  width: 100%;
  border: 1px solid var(--line);
  padding: 15px 16px;
  color: var(--aurora);
  background: rgba(7, 8, 20, 0.72);
  font: inherit;
}

textarea {
  min-height: 132px;
  resize: vertical;
}

input:focus,
textarea:focus {
  outline: 2px solid rgba(34, 211, 238, 0.4);
  outline-offset: 2px;
}

.site-footer {
  justify-content: space-between;
  gap: 18px;
  padding: 28px clamp(20px, 5vw, 78px) 46px;
  color: rgba(240, 244, 255, 0.54);
  background: var(--night);
  font-family: inherit;
  font-size: 0.78rem;
}

[data-reveal] {
  opacity: 0;
  transform: translateY(34px);
  transition: opacity 760ms ease, transform 760ms ease;
}

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

.studio [data-reveal],
.process [data-reveal] {
  opacity: 1;
  transform: none;
}

.magnetic {
  transition: transform 180ms ease;
}

@keyframes strip {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(50%);
  }
}

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

@media (max-width: 1100px) {
  .studio,
  .studio-copy,
  .identity-field,
  .services-head,
  .process,
  .command,
  .contact {
    grid-template-columns: 1fr;
  }

  .studio .section-kicker {
    writing-mode: horizontal-tb;
  }

  .studio-board {
    grid-column: auto;
  }

  .studio-board,
  .identity-line,
  .process-track,
  .command-map {
    grid-template-columns: repeat(2, 1fr);
  }

  .service-system {
    grid-template-columns: repeat(2, 1fr);
  }

  .service-tile,
  .service-tile:nth-child(1),
  .service-tile:nth-child(6),
  .service-tile:nth-child(2),
  .service-tile:nth-child(3),
  .service-tile:nth-child(4),
  .service-tile:nth-child(5) {
    grid-column: span 1;
  }
}

@media (max-width: 720px) {
  html,
  body {
    width: 100%;
    max-width: 100%;
    overflow-x: hidden;
  }

  .site-header {
    grid-template-columns: 1fr auto;
    width: calc(100% - 20px);
  }

  .nav-links,
  .header-action {
    display: none;
  }

  h1 {
    max-width: 360px;
    margin-inline: auto;
    font-size: clamp(3.25rem, 18vw, 5rem);
    line-height: 0.95;
    text-align: center;
  }

  h2 {
    font-size: clamp(2.2rem, 12vw, 3.5rem);
  }

  .hero {
    min-height: 88vh;
    padding: 122px 20px 72px;
    text-align: center;
  }

  .hero-meta {
    align-items: center;
    flex-direction: column;
    margin-bottom: 52px;
  }

  .hero-content p {
    max-width: 340px;
    margin-inline: auto;
  }

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

  .hero-panel {
    right: 20px;
    left: 20px;
    bottom: 24px;
    width: auto;
  }

  .signal-strip div {
    width: 100%;
  }

  .studio-board,
  .identity-line,
  .identity-specs,
  .process-track,
  .command-map,
  .service-system {
    grid-template-columns: 1fr;
  }

  .identity-stage {
    min-height: 520px;
  }

  .studio-route {
    grid-template-columns: repeat(2, 1fr);
  }

  .process-track::before {
    display: none;
  }

  .service-system {
    grid-auto-rows: auto;
  }

  .service-tile,
  .studio-board article,
  .process-track article {
    min-height: auto;
  }

  .site-footer {
    align-items: stretch;
    flex-direction: column;
  }

  .closing-metrics {
    grid-template-columns: 1fr;
  }

  .contact {
    min-height: auto;
    padding-top: 118px;
  }

  .contact-copy h2 {
    max-width: 350px;
    font-size: clamp(2.35rem, 10.4vw, 3.15rem);
    line-height: 1.08;
  }

  .contact-copy p {
    max-width: 350px;
  }

  .contact-links {
    grid-template-columns: 1fr;
  }

  .contact-meta {
    display: grid;
    gap: 8px;
    font-size: 0.72rem;
  }

  .contact-card-head,
  .contact-card-foot {
    flex-direction: column;
  }

  .pointer-halo {
    display: none;
  }
}
