:root {
  --ink: #101016;
  --ink-soft: #30303a;
  --paper: #f4f4f8;
  --lavender: #ecebf7;
  --violet: #7851a9;
  --violet-deep: #3a234b;
  --blue: #4458bb;
  --acid: #dfff61;
  --line: rgba(16, 16, 22, .14);
  --white-line: rgba(255, 255, 255, .18);
  --sans: "Work Sans", "Segoe UI", Arial, sans-serif;
  --mono: "Work Sans", "Segoe UI", Arial, sans-serif;
  --shell: min(88rem, calc(100vw - 8rem));
  --header-h: 5.25rem;
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  overflow-x: hidden;
  background: var(--paper);
  color: var(--ink);
  font-family: var(--sans);
  -webkit-font-smoothing: antialiased;
}
body::before {
  content: "";
  position: fixed;
  inset: 0;
  z-index: 999;
  pointer-events: none;
  opacity: .045;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 180 180' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.9' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.7'/%3E%3C/svg%3E");
}
body.menu-open { overflow: hidden; }
img { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button { color: inherit; font: inherit; }
em { color: var(--violet); font-style: normal; }
.sr-only { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0,0,0,0); }
.section-shell { width: var(--shell); margin-inline: auto; }
.section-pad { padding-block: clamp(5rem, 10vw, 9rem); }
.kicker { margin: 0; font-family: var(--mono); font-size: .69rem; letter-spacing: .12em; line-height: 1.5; }

.progress { position: fixed; inset: 0 0 auto; z-index: 1000; height: 2px; pointer-events: none; }
.progress__bar { display: block; width: 100%; height: 100%; background: var(--violet); transform: scaleX(0); transform-origin: left; }
.cursor-glow { position: fixed; z-index: 1; width: 22rem; height: 22rem; border-radius: 50%; pointer-events: none; opacity: .14; background: radial-gradient(circle, #9a87ef 0, transparent 68%); transform: translate(-50%, -50%); filter: blur(10px); }

.site-header {
  position: fixed;
  top: 0;
  left: 50%;
  z-index: 100;
  width: min(94rem, calc(100vw - 2rem));
  min-height: var(--header-h);
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  gap: 2rem;
  padding: 1rem 1.25rem;
  transform: translateX(-50%);
  transition: min-height .35s ease, background .35s ease, border-radius .35s ease, box-shadow .35s ease, top .35s ease;
}
.site-header.is-scrolled { top: .75rem; min-height: 4rem; border: 1px solid rgba(255,255,255,.62); border-radius: 1rem; background: rgba(244,244,248,.78); box-shadow: 0 1rem 3rem rgba(30,20,50,.08); backdrop-filter: blur(18px); }
.brand img { width: 8.8rem; }
.nav { display: flex; gap: clamp(1.25rem, 3vw, 3.25rem); }
.nav a { position: relative; font-size: .78rem; font-weight: 500; }
.nav a::after { content: ""; position: absolute; right: 0; bottom: -.4rem; left: 0; height: 1px; background: currentColor; transform: scaleX(0); transform-origin: right; transition: transform .35s ease; }
.nav a:hover::after { transform: scaleX(1); transform-origin: left; }
.mini-cta { justify-self: end; display: flex; align-items: center; gap: 1.25rem; padding: .72rem .8rem .72rem 1rem; border-radius: 999px; background: var(--ink); color: white; font-size: .75rem; transition: transform .25s ease; }
.mini-cta span:last-child { display: grid; width: 1.55rem; height: 1.55rem; place-items: center; border-radius: 50%; background: white; color: var(--ink); }
.menu-toggle { display: none; justify-self: end; width: 2.75rem; height: 2.75rem; border: 0; border-radius: 50%; background: var(--ink); }
.menu-toggle > span:not(.sr-only) { position: absolute; width: 1rem; height: 1px; background: white; transform: translate(-50%, -3px); transition: transform .25s; }
.menu-toggle > span:nth-child(2) { transform: translate(-50%, 3px); }
.menu-toggle[aria-expanded="true"] > span:first-child { transform: translate(-50%, 0) rotate(45deg); }
.menu-toggle[aria-expanded="true"] > span:nth-child(2) { transform: translate(-50%, 0) rotate(-45deg); }
.mobile-menu { position: fixed; inset: 0; z-index: 90; display: grid; place-items: center; visibility: hidden; opacity: 0; background: var(--lavender); transition: opacity .35s, visibility .35s; }
.mobile-menu.is-open { visibility: visible; opacity: 1; }
.mobile-menu nav { width: calc(100% - 3rem); }
.mobile-menu a { display: flex; align-items: baseline; gap: 1.25rem; padding: .7rem 0; border-bottom: 1px solid var(--line); font-size: clamp(2.2rem, 10vw, 4rem); }
.mobile-menu a span { font-family: var(--mono); font-size: .7rem; color: var(--violet); }
.side-note { position: fixed; top: 50%; right: 0; z-index: 50; display: flex; width: 3.25rem; padding: .85rem .7rem; align-items: center; gap: .65rem; writing-mode: vertical-rl; transform: translateY(-50%); background: white; box-shadow: 0 .5rem 2rem rgba(30,20,50,.08); font-family: var(--mono); font-size: .6rem; letter-spacing: .06em; }
.side-note strong::before { content: ""; display: inline-block; width: .45rem; height: .45rem; margin-bottom: .5rem; border-radius: 50%; background: #38ad65; box-shadow: 0 0 0 .3rem rgba(56,173,101,.15); }
.side-note span { color: #74747d; }

.hero { position: relative; min-height: 100svh; display: flex; align-items: center; overflow: hidden; background: var(--lavender); }
.hero__wash { position: absolute; inset: 0; opacity: .9; background: linear-gradient(180deg, rgba(244,244,248,.5), rgba(244,244,248,.1)), url('../assets/images/hero-bg.png') center/cover; filter: saturate(.7) brightness(1.08); transform: scale(1.06); animation: breathe 12s ease-in-out infinite alternate; }
.hero__wash::after { content: ""; position: absolute; inset: 0; background: radial-gradient(circle at 50% 48%, transparent 0 18%, rgba(244,244,248,.25) 65%, rgba(244,244,248,.75)); }
.hero__orbit { position: absolute; border: 1px solid rgba(120,81,169,.18); border-radius: 50%; animation: orbit 20s linear infinite; }
.hero__orbit--one { top: 11%; left: 15%; width: 18rem; height: 18rem; }
.hero__orbit--two { right: 9%; bottom: 12%; width: 26rem; height: 26rem; animation-direction: reverse; animation-duration: 30s; }
.hero__orbit::before { content: ""; position: absolute; top: 50%; left: -4px; width: 8px; height: 8px; border-radius: 50%; background: var(--violet); }
.hero__content { position: relative; z-index: 2; width: min(75rem, calc(100vw - 3rem)); margin: auto; padding: calc(var(--header-h) + 5rem) 0 10.5rem; text-align: center; }
.hero__kicker { margin-bottom: 1.6rem; }
.hero__title { margin: 0; color: var(--violet-deep); font-size: clamp(3.05rem, 7.3vw, 7rem); font-weight: 400; letter-spacing: -.065em; line-height: .94; }
.hero__title span { display: block; }
.hero__title span:nth-of-type(-n + 2) { font-family: "Work Sans", "Segoe UI", Arial, sans-serif; font-weight: 200; font-variation-settings: "wght" 200; }
.hero__title em { position: relative; }
.hero__title em::after { content: ""; position: absolute; right: 0; bottom: .03em; left: .05em; height: .05em; background: var(--violet); transform: rotate(-1deg); }
.hero__intro { max-width: 43rem; margin: 2rem auto 0; color: #53535f; font-size: clamp(1rem, 1.5vw, 1.18rem); line-height: 1.65; }
.hero__actions { display: flex; justify-content: center; align-items: center; margin-top: 2rem; }
.pill { display: inline-grid; grid-template-columns: auto 1fr auto; align-items: center; gap: .85rem; min-width: 18rem; padding: .62rem .72rem; border-radius: 999px; transition: transform .25s ease, box-shadow .25s ease; }
.pill:hover { box-shadow: 0 .8rem 2rem rgba(16,16,22,.16); }
.pill--dark { background: var(--ink); color: white; }
.pill--light { background: white; color: var(--ink); }
.pill__dot { width: 2rem; height: 2rem; border-radius: 50%; background: linear-gradient(135deg, var(--violet), #9bd4e5); box-shadow: inset 0 0 0 4px rgba(255,255,255,.2); }
.pill > span:nth-child(2) { display: flex; flex-direction: column; text-align: left; }
.pill strong { font-size: .78rem; font-weight: 700; }
.pill small { margin-top: .15rem; opacity: .9; font-family: var(--mono); font-size: .56rem; font-weight: 600; letter-spacing: .01em; }
.pill__arrow { display: grid; width: 2rem; height: 2rem; place-items: center; border-radius: 50%; background: white; color: var(--ink); }
.pill--light .pill__arrow { background: var(--ink); color: white; }
.text-link { display: inline-flex; align-items: center; gap: .65rem; font-size: .8rem; }
.text-link span { transition: transform .25s; }
.text-link:hover span { transform: translateY(.2rem); }
.hero__micro { margin: 3.2rem 0 0; font-family: var(--mono); font-size: .58rem; letter-spacing: .12em; color: #555562; }

.marquee { overflow: hidden; }
.marquee--hero { position: absolute; right: 0; bottom: 0; left: 0; z-index: 3; padding: 1.35rem 0; border-top: 1px solid rgba(16,16,22,.12); background: rgba(244,244,248,.4); backdrop-filter: blur(8px); }
.marquee__track { display: inline-flex; width: max-content; align-items: center; gap: 1.3rem; white-space: nowrap; animation: marquee 28s linear infinite; will-change: transform; }
.marquee__track > * { flex-shrink: 0; }
.marquee__group { display: inline-flex; flex: 0 0 auto; align-items: center; gap: 1.3rem; }
.marquee__group + .marquee__group { margin-left: 0; }
.marquee__group > i:last-child { margin-right: 1.3rem; }
.marquee__track span { font-family: var(--mono); font-size: .66rem; letter-spacing: .12em; white-space: nowrap; }
.marquee__track i { color: var(--violet); font-style: normal; }
.marquee:hover .marquee__track { animation-play-state: paused; }

.statement { background: var(--paper); }
.statement__grid { display: grid; grid-template-columns: 1fr 2.3fr; gap: 5vw; align-items: start; }
.statement__copy p { max-width: 60rem; margin: 0; font-size: clamp(2.25rem, 5vw, 5.4rem); font-weight: 300; letter-spacing: -.055em; line-height: 1.02; }
.statement__copy p + p { margin-top: 1rem; color: #9c9ca5; }

.services { background: var(--paper); }
.section-head { display: grid; grid-template-columns: 1fr 2fr; gap: 4rem; margin-bottom: clamp(3rem, 6vw, 5rem); align-items: end; }
.section-head .kicker { align-self: start; }
.section-head h2 { grid-column: 2; margin: 0; font-size: clamp(2.6rem, 5.2vw, 5.2rem); font-weight: 300; letter-spacing: -.055em; line-height: .98; }
.section-head > p:last-child { grid-column: 2; max-width: 37rem; margin: 1rem 0 0; color: #62626d; line-height: 1.65; }
.service-grid { display: grid; grid-template-columns: repeat(12, 1fr); gap: 1rem; }
.service-card { position: relative; grid-column: span 5; min-height: 37rem; display: flex; flex-direction: column; overflow: hidden; padding: 1.2rem; border: 1px solid rgba(255,255,255,.8); border-radius: 1rem; background: rgba(244,244,248,.68); box-shadow: 0 1rem 3rem rgba(39,27,59,.05); transform-style: preserve-3d; transition: transform .4s ease, box-shadow .4s ease; }
.service-card--wide { grid-column: span 7; }
.service-card--accent { grid-column: span 7; background: var(--violet-deep); color: white; }
.service-card:hover { box-shadow: 0 1.5rem 4rem rgba(39,27,59,.12); }
.service-card__top { display: flex; justify-content: space-between; padding-bottom: 1rem; border-bottom: 1px solid currentColor; opacity: .7; font-family: var(--mono); font-size: .62rem; letter-spacing: .1em; }
.service-card__visual { position: relative; min-height: 17rem; flex: 1; margin: 1rem 0; border-radius: .65rem; background: rgba(120,81,169,.07); overflow: hidden; }
.visual-radar { display: grid; place-items: center; background: radial-gradient(circle, rgba(120,81,169,.13), rgba(120,81,169,.02) 65%); }
.visual-radar i { position: absolute; width: 6rem; height: 6rem; border: 1px solid rgba(120,81,169,.34); border-radius: 50%; }
.visual-radar i:nth-child(2) { width: 11rem; height: 11rem; }
.visual-radar i:nth-child(3) { width: 16rem; height: 16rem; }
.visual-radar b { width: .7rem; height: .7rem; border-radius: 50%; background: var(--violet); box-shadow: 0 0 0 .6rem rgba(120,81,169,.13); animation: radar 2.3s ease-in-out infinite; }
.visual-flow span { position: absolute; width: 4.5rem; height: 4.5rem; border-radius: .7rem; background: white; box-shadow: 0 .8rem 2rem rgba(39,27,59,.12); }
.visual-flow span::after { content: ""; position: absolute; top: 1rem; right: .8rem; bottom: 1rem; left: .8rem; background: repeating-linear-gradient(to bottom, var(--line), var(--line) 1px, transparent 1px, transparent .65rem); }
.visual-flow span:nth-child(1) { top: 18%; left: 12%; }
.visual-flow span:nth-child(2) { top: 10%; right: 12%; transform: rotate(6deg); }
.visual-flow span:nth-child(3) { bottom: 12%; left: 26%; transform: rotate(-5deg); }
.visual-flow span:nth-child(4) { right: 18%; bottom: 16%; }
.visual-code { display: flex; flex-direction: column; justify-content: center; padding: 2rem; color: #777583; font-family: var(--mono); font-size: clamp(.8rem, 1.4vw, 1.2rem); line-height: 1.9; }
.visual-code span:nth-child(2) { padding-left: 2rem; }
.visual-code strong { padding-left: 4rem; color: var(--violet); font-weight: 400; }
.service-card__metric { display: flex; align-items: flex-start; flex: 1; padding-top: 2.5rem; color: var(--acid); }
.service-card__metric strong { font-size: clamp(8rem, 17vw, 15rem); font-weight: 300; letter-spacing: -.1em; line-height: .8; }
.service-card__metric span { margin: -.4rem 0 0 .5rem; font-size: 2.2rem; }
.service-card__body { transform: translateZ(20px); }
.service-card__body h3 { margin: 0 0 .75rem; font-size: clamp(1.65rem, 2.5vw, 2.25rem); font-weight: 400; letter-spacing: -.04em; }
.service-card__body p { max-width: 40rem; margin: 0; color: #666671; font-size: .88rem; line-height: 1.65; }
.service-card--accent .service-card__body p { color: rgba(255,255,255,.65); }
.service-card__body ul { display: flex; flex-wrap: wrap; gap: .4rem; margin: 1.25rem 0 0; padding: 0; list-style: none; }
.service-card__body li { padding: .35rem .65rem; border: 1px solid currentColor; border-radius: 999px; opacity: .68; font-family: var(--mono); font-size: .58rem; }

.proof { background: var(--paper); }
.proof__grid { display: grid; grid-template-columns: 1fr 1.7fr; gap: 8vw; }
.proof__headline { position: sticky; top: 8rem; height: fit-content; }
.proof__headline h2 { margin: 2rem 0 0; font-size: clamp(2.8rem, 5vw, 5rem); font-weight: 300; letter-spacing: -.055em; line-height: 1; }
.proof-row { position: relative; display: grid; grid-template-columns: 3rem 1fr; column-gap: 1rem; padding: 2rem 0; border-top: 1px solid var(--line); }
.proof-row:last-child { border-bottom: 1px solid var(--line); }
.proof-row > span { grid-row: span 2; font-family: var(--mono); font-size: .65rem; color: var(--violet); }
.proof-row h3 { margin: 0; font-size: clamp(1.45rem, 2.2vw, 2.2rem); font-weight: 400; letter-spacing: -.04em; transition: transform .3s; }
.proof-row p { max-width: 30rem; margin: .6rem 0 0; color: #6f6f78; font-size: .85rem; line-height: 1.6; }
.proof-row:hover h3 { transform: translateX(.5rem); }

.process { background: var(--ink); color: white; }
.section-head--light em { color: #ad96d0; }
.process__steps { display: grid; grid-template-columns: repeat(4, 1fr); border-top: 1px solid var(--white-line); border-bottom: 1px solid var(--white-line); }
.process-step { position: relative; min-height: 23rem; padding: 1.5rem; border-right: 1px solid var(--white-line); transition: background .35s, color .35s; }
.process-step:last-child { border-right: 0; }
.process-step > span { font-family: var(--mono); font-size: .65rem; color: #a994cc; }
.process-step h3 { margin: 7rem 0 1rem; font-size: clamp(2rem, 3vw, 3rem); font-weight: 300; letter-spacing: -.05em; }
.process-step p { max-width: 17rem; margin: 0; color: rgba(255,255,255,.56); font-size: .8rem; line-height: 1.65; }
.process-step i { position: absolute; right: 1.5rem; bottom: 1.5rem; font-style: normal; font-size: 1.5rem; }
.process-step:hover { background: var(--acid); color: var(--ink); }
.process-step:hover p, .process-step:hover > span { color: var(--ink); }

.projects { overflow: hidden; background: #ecebf2; }
.section-head--row { grid-template-columns: 1.4fr .6fr; align-items: end; }
.section-head--row > div h2 { margin: 1rem 0 0; font-size: clamp(2.8rem, 5vw, 5.2rem); font-weight: 300; letter-spacing: -.055em; line-height: 1; }
.section-head--row > p { max-width: 27rem; margin: 0; color: #656570; line-height: 1.65; }
.projects__viewport { width: 100%; overflow-x: auto; scrollbar-width: none; scroll-snap-type: x mandatory; scroll-behavior: smooth; cursor: grab; }
.projects__viewport::-webkit-scrollbar { display: none; }
.projects__track { display: flex; gap: 1.25rem; width: max-content; padding-inline: max(1.5rem, calc((100vw - 88rem) / 2)); }
.project-card { position: relative; width: min(68rem, calc(100vw - 5rem)); aspect-ratio: 16/9; flex: none; overflow: hidden; border-radius: 1rem; scroll-snap-align: center; background: var(--violet); color: white; isolation: isolate; }
.project-card::before { content: ""; position: absolute; inset: 0; background: radial-gradient(circle at 50% 45%, rgba(255,255,255,.18), transparent 45%), linear-gradient(135deg, rgba(255,255,255,.05), rgba(0,0,0,.25)); }
.project-card--two { background: #2e5050; }
.project-card--three { background: #1e3865; }
.project-card--four { background: #8a4f46; }
.project-card__number { position: absolute; top: 1.25rem; right: 1.25rem; z-index: 2; font-family: var(--mono); font-size: .65rem; }
.project-card__mockup { position: absolute; top: 12%; left: 50%; width: 57%; height: 68%; overflow: hidden; border: .45rem solid #16161d; border-radius: .7rem; background: #f5f4ee; transform: translateX(-50%) perspective(800px) rotateX(4deg); box-shadow: 0 2rem 5rem rgba(0,0,0,.28); transition: transform .6s cubic-bezier(.2,.8,.2,1); }
.project-card:hover .project-card__mockup { transform: translateX(-50%) perspective(800px) rotateX(0) scale(1.035); }
.project-card__mockup::before { content: ""; position: absolute; top: 0; right: 0; left: 0; height: 8%; border-bottom: 1px solid var(--line); }
.project-card__mockup span { position: absolute; top: 20%; right: 10%; left: 10%; height: 18%; background: currentColor; opacity: .85; }
.project-card__mockup b { position: absolute; top: 46%; left: 10%; width: 47%; height: 8%; background: currentColor; opacity: .25; }
.project-card__mockup i { position: absolute; right: 10%; bottom: 10%; left: 10%; height: 24%; border-radius: .25rem; background: linear-gradient(135deg, rgba(120,81,169,.25), rgba(68,88,187,.5)); }
.project-card__copy { position: absolute; right: 1.5rem; bottom: 1.5rem; left: 1.5rem; z-index: 2; display: grid; grid-template-columns: 1fr auto; align-items: end; }
.project-card__copy p { margin: 0 0 .5rem; font-family: var(--mono); font-size: .6rem; letter-spacing: .1em; }
.project-card__copy h3 { grid-column: 1; margin: 0; font-size: clamp(2rem, 4vw, 4rem); font-weight: 300; letter-spacing: -.05em; }
.project-card__copy > span { grid-column: 2; grid-row: 1 / span 2; align-self: end; max-width: 15rem; font-size: .75rem; line-height: 1.5; text-align: right; }
.projects__controls { display: flex; justify-content: space-between; align-items: center; margin-top: 2rem; }
.projects__controls p { font-family: var(--mono); font-size: .7rem; }
.projects__controls button { width: 3rem; height: 3rem; margin-left: .5rem; border: 1px solid var(--line); border-radius: 50%; background: transparent; cursor: pointer; transition: background .25s, color .25s; }
.projects__controls button:hover { background: var(--ink); color: white; }

.about { background: var(--paper); }
.about__grid { display: grid; grid-template-columns: 1fr 1.1fr; gap: 8vw; align-items: center; }
.about__portrait { position: relative; aspect-ratio: 4/5; overflow: hidden; border-radius: 1rem; background: linear-gradient(145deg, #aa98c5, #49305b 70%); color: white; }
.about__portrait::before { content: ""; position: absolute; width: 75%; aspect-ratio: 1; top: 10%; left: 12%; border: 1px solid rgba(255,255,255,.4); border-radius: 50%; box-shadow: 0 0 0 3rem rgba(255,255,255,.05), 0 0 0 6rem rgba(255,255,255,.04); animation: orbit 22s linear infinite; }
.about__portrait img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: center top; display: block; filter: saturate(.9) contrast(1.08); }
.about__portrait span { position: absolute; z-index: 3; font-family: var(--mono); font-size: .55rem; letter-spacing: .12em; }
.about__portrait span:nth-of-type(1) { top: 1rem; left: 1rem; }
.about__portrait span:nth-of-type(2) { top: 50%; right: -1rem; transform: rotate(90deg); }
.about__portrait span:nth-of-type(3) { bottom: 1rem; left: 1rem; }
.about__visual > p { margin: .8rem 0 0; font-family: var(--mono); font-size: .6rem; letter-spacing: .1em; }
.about__copy h2 { margin: 2rem 0; font-size: clamp(2.7rem, 5vw, 5rem); font-weight: 300; letter-spacing: -.055em; line-height: 1; }
.about__copy > p:not(.kicker) { max-width: 38rem; margin: 0 0 1.2rem; color: #61616b; font-size: .95rem; line-height: 1.75; }
.text-link--line { margin-top: 1.5rem; padding-bottom: .35rem; border-bottom: 1px solid var(--ink); }

.contact { position: relative; overflow: hidden; background: var(--violet-deep); color: white; }
.contact__orb { position: absolute; top: 50%; left: 50%; width: 50rem; height: 50rem; border-radius: 50%; background: radial-gradient(circle, rgba(155,126,202,.55), transparent 68%); transform: translate(-50%,-50%); animation: pulse 6s ease-in-out infinite; }
.contact__content { position: relative; z-index: 1; text-align: center; }
.contact h2 { margin: 1.5rem 0; font-size: clamp(4rem, 10vw, 9rem); font-weight: 300; letter-spacing: -.07em; line-height: .84; }
.contact__content > p:nth-of-type(2) { max-width: 37rem; margin: 2rem auto; color: rgba(255,255,255,.65); line-height: 1.7; }

.footer { padding-top: 1px; background: var(--ink); color: white; }
.marquee--footer { padding: 2rem 0; border-top: 1px solid var(--white-line); border-bottom: 1px solid var(--white-line); }
.marquee--footer .marquee__track span { font-family: var(--sans); font-size: clamp(2rem, 5vw, 5rem); font-weight: 300; letter-spacing: -.05em; }
.marquee__track--reverse { animation-direction: reverse; animation-duration: 40s; }
.footer__grid { display: grid; grid-template-columns: 1fr 1fr; gap: 3rem; align-items: end; padding: 4rem 0 3rem; }
.footer__grid img { width: 9rem; }
.footer nav { justify-self: end; display: flex; gap: 2rem; font-size: .75rem; }
.footer nav a { opacity: .6; transition: opacity .25s; }
.footer nav a:hover { opacity: 1; }
.footer__grid p { margin: 0; opacity: .45; font-family: var(--mono); font-size: .55rem; line-height: 1.7; }
.footer__top { justify-self: end; font-size: .7rem; }

.reveal { opacity: 0; transform: translateY(2rem); transition: opacity .8s ease, transform .8s cubic-bezier(.2,.75,.25,1); }
.reveal.is-visible { opacity: 1; transform: translateY(0); }
[data-hero-item] { opacity: 0; transform: translateY(1.5rem); animation: hero-in .9s cubic-bezier(.2,.8,.2,1) forwards; }
[data-hero-item]:nth-child(2) { animation-delay: .1s; }
[data-hero-item]:nth-child(3) { animation-delay: .22s; }
[data-hero-item]:nth-child(4) { animation-delay: .34s; }
[data-hero-item]:nth-child(5) { animation-delay: .46s; }

@keyframes hero-in { to { opacity: 1; transform: translateY(0); } }
@keyframes breathe { to { transform: scale(1.12) translate3d(1%, -1%, 0); } }
@keyframes orbit { to { transform: rotate(360deg); } }
@keyframes pulse { 50% { transform: translate(-50%,-50%) scale(1.15); opacity: .7; } }
@keyframes radar { 50% { transform: scale(1.5); box-shadow: 0 0 0 1rem rgba(120,81,169,.04); } }
@keyframes marquee { 0% { transform: translate3d(0, 0, 0); } 100% { transform: translate3d(calc(-50% - .65rem), 0, 0); } }

@media (max-width: 900px) {
  :root { --shell: min(100% - 2rem, 45rem); --header-h: 4.5rem; }
  .cursor-glow, .nav, .mini-cta, .side-note { display: none; }
  .site-header { width: calc(100vw - 1rem); grid-template-columns: 1fr auto; padding-inline: .75rem; }
  .menu-toggle { display: block; position: relative; }
  .hero { min-height: 48rem; }
  .hero__content { width: calc(100vw - 2rem); padding: 9rem 0 8rem; }
  .hero__title { font-size: clamp(3.1rem, 13vw, 6rem); }
  .hero__actions { flex-direction: column; gap: 1.3rem; }
  .statement__grid, .section-head, .proof__grid, .about__grid { grid-template-columns: 1fr; }
  .statement__grid { gap: 2rem; }
  .section-head { gap: 1.5rem; }
  .section-head h2, .section-head > p:last-child { grid-column: 1; }
  .service-card, .service-card--wide, .service-card--accent { grid-column: span 12; min-height: 32rem; }
  .proof__grid { gap: 4rem; }
  .proof__headline { position: static; }
  .process__steps { grid-template-columns: 1fr 1fr; }
  .process-step:nth-child(2) { border-right: 0; }
  .process-step:nth-child(-n+2) { border-bottom: 1px solid var(--white-line); }
  .section-head--row { grid-template-columns: 1fr; gap: 1.5rem; }
  .project-card { width: calc(100vw - 3rem); aspect-ratio: 4/5; }
  .project-card__mockup { top: 13%; width: 78%; height: 60%; }
  .project-card__copy > span { display: none; }
  .about__grid { gap: 4rem; }
  .about__visual { max-width: 36rem; }
}

@media (max-width: 560px) {
  .section-pad { padding-block: 5rem; }
  .kicker { font-size: .6rem; }
  .hero__kicker { max-width: 14rem; margin-inline: auto; }
  .hero__title { font-size: 3.4rem; }
  .hero__intro { max-width: 27rem; font-size: .93rem; }
  .pill { min-width: min(20rem, 100%); }
  .hero__orbit--one { left: -8rem; }
  .hero__orbit--two { right: -15rem; }
  .statement__copy p { font-size: 2.45rem; }
  .service-card { padding: 1rem; }
  .service-card__visual { min-height: 14rem; }
  .service-card__metric strong { font-size: 8rem; }
  .proof-row { grid-template-columns: 2rem 1fr; }
  .process__steps { grid-template-columns: 1fr; }
  .process-step { min-height: 18rem; border-right: 0; border-bottom: 1px solid var(--white-line); }
  .process-step h3 { margin-top: 4rem; }
  .project-card { width: calc(100vw - 2rem); }
  .project-card__copy h3 { font-size: 2.2rem; }
  .projects__track { padding-inline: 1rem; }
  .contact h2 { font-size: 4.5rem; }
  .footer__grid { grid-template-columns: 1fr; gap: 2rem; }
  .footer nav, .footer__top { justify-self: start; }
  .footer nav { flex-wrap: wrap; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
  .reveal, [data-hero-item] { opacity: 1; transform: none; }
}
