:root {
  --ink: #10110f;
  --paper: #f1eee5;
  --soft-paper: #e7e2d5;
  --acid: #c8ff2e;
  --steel: #b9b8b2;
  --line: rgba(16, 17, 15, 0.18);
  --page-progress: 0;
  --hero-progress: 0;
  --process-progress: 0;
  --pad: clamp(1.25rem, 4vw, 4rem);
  --display: "Arial Narrow", "Helvetica Neue", Helvetica, Arial, sans-serif;
  --body: Inter, "Helvetica Neue", Helvetica, Arial, sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; background: var(--ink); }
body { margin: 0; overflow-x: clip; color: var(--ink); background: var(--paper); font-family: var(--body); }
body, a { cursor: default; }
a { color: inherit; text-decoration: none; }
button, a { -webkit-tap-highlight-color: transparent; }
a:focus-visible { outline: 2px solid var(--acid); outline-offset: 5px; }
em { font-family: Georgia, "Times New Roman", serif; font-weight: 400; }

.skip-link { position: fixed; z-index: 999; top: 1rem; left: 1rem; padding: .8rem 1rem; color: var(--ink); background: var(--acid); transform: translateY(-180%); transition: transform .2s ease; }
.skip-link:focus-visible { transform: translateY(0); outline: 2px solid var(--paper); }

.site-header { position: absolute; z-index: 20; inset: 0 0 auto; display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; min-height: 5.75rem; padding: 0 var(--pad); color: var(--paper); border-bottom: 1px solid rgba(241, 238, 229, .25); font-size: .7rem; text-transform: uppercase; letter-spacing: .14em; }
.brand { justify-self: start; display: inline-flex; align-items: center; gap: .65rem; font-size: .92rem; font-weight: 800; letter-spacing: .18em; }
.brand-mark { width: .72rem; aspect-ratio: 1; background: var(--acid); border-radius: 50% 0 50% 50%; transform: rotate(45deg); }
.site-header nav { display: flex; gap: clamp(1.3rem, 3vw, 3rem); }
.site-header nav a, .header-cta { position: relative; }
.site-header nav a::after, .header-cta::after { content: ""; position: absolute; left: 0; right: 100%; bottom: -.45rem; height: 1px; background: currentColor; transition: right .35s cubic-bezier(.22, 1, .36, 1); }
.site-header nav a:hover::after, .header-cta:hover::after { right: 0; }
.header-cta { justify-self: end; }

.hero { position: relative; min-height: 100svh; overflow: hidden; display: flex; align-items: flex-end; padding: 8rem var(--pad) 3rem; color: var(--paper); background: #11120f; isolation: isolate; }
.hero::before { content: ""; position: absolute; inset: 0; z-index: -3; opacity: .56; background: radial-gradient(circle at 68% 46%, rgba(200, 255, 46, .11), transparent 25%), radial-gradient(circle at 58% 62%, rgba(241, 238, 229, .12), transparent 34%), linear-gradient(130deg, #0c0d0b 5%, #181a16 60%, #080908); }
.hero::after { content: ""; position: absolute; inset: 0; z-index: 4; pointer-events: none; opacity: .15; 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='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.45'/%3E%3C/svg%3E"); mix-blend-mode: soft-light; }
.hero-grid { position: absolute; inset: 5.75rem 0 0; z-index: -1; opacity: .3; background-image: linear-gradient(rgba(241, 238, 229, .09) 1px, transparent 1px), linear-gradient(90deg, rgba(241, 238, 229, .09) 1px, transparent 1px); background-size: 9vw 9vw; mask-image: linear-gradient(to bottom, #000, transparent 88%); }
.hero-copy { position: relative; z-index: 3; width: 100%; }
.eyebrow { display: flex; justify-content: space-between; width: min(37rem, 57%); margin: 0 0 clamp(1.5rem, 5vh, 4rem); font-size: .63rem; line-height: 1.5; letter-spacing: .15em; text-transform: uppercase; }
.hero h1 { margin: 0; font-family: var(--display); font-size: clamp(4.3rem, 13.2vw, 12rem); font-weight: 800; line-height: .73; letter-spacing: -.075em; text-transform: uppercase; }
.hero h1 > span { display: block; }
.hero h1 > span:last-child { margin-left: clamp(2rem, 10vw, 10rem); }
.hero h1 em { color: var(--acid); font-size: .88em; letter-spacing: -.09em; }
.hero-bottom { display: flex; justify-content: flex-end; align-items: center; gap: clamp(2rem, 7vw, 8rem); margin-top: 2.4rem; }
.hero-bottom p { margin: 0; max-width: 27rem; color: rgba(241, 238, 229, .72); font-size: clamp(.72rem, 1vw, .9rem); line-height: 1.9; }
.circle-link { display: grid; place-content: center; gap: .25rem; width: 5.5rem; aspect-ratio: 1; border: 1px solid rgba(241, 238, 229, .5); border-radius: 50%; font-size: .6rem; text-align: center; text-transform: uppercase; letter-spacing: .15em; transition: background .3s, color .3s, transform .3s; }
.circle-link:hover { color: var(--ink); background: var(--acid); border-color: var(--acid); transform: scale(1.06); }
.scroll-meter { position: absolute; z-index: 5; left: var(--pad); bottom: 1.3rem; display: flex; align-items: center; gap: 1rem; font-size: .52rem; letter-spacing: .16em; }
.scroll-meter i { position: relative; width: 7rem; height: 1px; overflow: hidden; background: rgba(241, 238, 229, .25); }
.scroll-meter i::after { content: ""; position: absolute; inset: 0; background: var(--acid); transform: scaleX(var(--page-progress)); transform-origin: left; }

.orbital-field { position: absolute; z-index: 1; top: 12%; right: 4%; width: min(48vw, 44rem); aspect-ratio: 1; transform: translate3d(0, calc(var(--hero-progress) * 7rem), 0) rotate(calc(var(--hero-progress) * 28deg)); transition: filter .3s; animation: drift 18s ease-in-out infinite alternate; }
.orbit { position: absolute; inset: 12%; border: 1px solid rgba(241, 238, 229, .27); border-radius: 50%; }
.orbit::before { content: ""; position: absolute; inset: -4px; border: 1px dotted rgba(200, 255, 46, .24); border-radius: inherit; }
.orbit span { position: absolute; top: 50%; left: -4px; width: 8px; aspect-ratio: 1; background: var(--acid); border-radius: 50%; box-shadow: 0 0 1.5rem var(--acid); }
.orbit-a { transform: rotate(22deg) scaleY(.42); }
.orbit-b { transform: rotate(-48deg) scaleY(.58); }
.orbit-c { transform: rotate(83deg) scaleY(.72); }
.orbital-core { position: absolute; inset: 34%; display: flex; flex-direction: column; justify-content: space-between; padding: 1.2rem; border-radius: 50% 48% 52% 46%; color: var(--ink); background: var(--acid); box-shadow: inset -2rem -1rem 5rem rgba(0, 0, 0, .24), 0 0 6rem rgba(200, 255, 46, .1); transform: rotate(-15deg); }
.orbital-core span { font-size: .55rem; letter-spacing: .18em; }
.orbital-core strong { align-self: flex-end; font: 700 clamp(2rem, 4vw, 4rem)/1 var(--display); letter-spacing: -.08em; }
@keyframes drift { to { transform: translate3d(-1.5rem, calc(var(--hero-progress) * 7rem + 1rem), 0) rotate(calc(var(--hero-progress) * 28deg + 8deg)); } }

.section-pad { padding: clamp(6rem, 12vw, 11rem) var(--pad); }
.section-kicker { display: grid; grid-template-columns: 4rem auto; gap: 1rem; font-size: .61rem; text-transform: uppercase; letter-spacing: .16em; }
.section-kicker span:first-child { color: #6c6e66; }
.section-kicker.light span:first-child { color: var(--acid); }

.manifesto { min-height: 105vh; background: var(--paper); }
.manifesto-copy { margin-top: clamp(6rem, 12vw, 12rem); }
.manifesto-lead { margin: 0; font: 700 clamp(2.5rem, 6vw, 6rem)/1.03 var(--display); letter-spacing: -.065em; text-transform: uppercase; }
.manifesto-lead span { color: #9a988f; }
.manifesto-lead.indent { margin-left: clamp(0rem, 12vw, 12rem); }
.manifesto-note { display: grid; grid-template-columns: minmax(5rem, 18rem) minmax(14rem, 27rem); gap: 2rem; align-items: start; justify-content: end; margin-top: clamp(5rem, 10vw, 9rem); }
.manifesto-note p { margin: 0; color: #5e6059; font-size: .86rem; line-height: 1.9; }
.note-line { height: 1px; margin-top: .55rem; background: var(--ink); }

.process { height: 340vh; color: var(--paper); background: var(--ink); }
.process-stage { position: sticky; top: 0; min-height: 100svh; overflow: hidden; padding: 4.5rem var(--pad) 2.25rem; display: grid; grid-template-columns: minmax(13rem, .72fr) minmax(18rem, 1fr); grid-template-rows: auto 1fr auto; column-gap: 4vw; isolation: isolate; }
.process-stage::before { content: ""; position: absolute; z-index: -2; inset: 0; background: radial-gradient(circle at 68% 50%, rgba(200, 255, 46, .12), transparent 25%), #10110f; }
.process-stage::after { content: ""; position: absolute; z-index: -1; inset: 0; opacity: .12; background-image: linear-gradient(rgba(241, 238, 229, .11) 1px, transparent 1px), linear-gradient(90deg, rgba(241, 238, 229, .11) 1px, transparent 1px); background-size: 5rem 5rem; mask-image: radial-gradient(circle at 66% 50%, #000, transparent 63%); }
.process-head { grid-column: 1; }
.process-head h2 { margin: 2rem 0 0; font: 800 clamp(2.9rem, 5vw, 5rem)/.85 var(--display); letter-spacing: -.065em; }
.process-nav { grid-column: 1; align-self: end; margin: 3rem 0; padding: 0; list-style: none; }
.process-nav li { border-top: 1px solid rgba(241, 238, 229, .18); }
.process-nav a { display: grid; grid-template-columns: 3rem 1fr; align-items: center; padding: 1rem 0; color: rgba(241, 238, 229, .35); font: 700 clamp(.82rem, 1.3vw, 1.05rem)/1 var(--display); text-transform: uppercase; letter-spacing: .04em; transition: color .35s, padding .35s; }
.process-nav a[aria-current="step"] { color: var(--paper); padding-left: .45rem; }
.process-nav a span { color: var(--acid); font: 500 .55rem/1 var(--body); letter-spacing: .15em; }
.process-visual { position: relative; grid-column: 2; grid-row: 1 / 4; place-self: center; width: min(42vw, 36rem); aspect-ratio: 1; transform: rotate(calc(var(--process-progress) * 18deg)); }
.process-ring { position: absolute; border: 1px solid rgba(241, 238, 229, .2); border-radius: 50%; }
.ring-one { inset: 4%; transform: rotate(24deg) scaleY(.42); }
.ring-two { inset: 16%; border-style: dashed; transform: rotate(-41deg) scaleY(.55); }
.process-object { position: absolute; inset: 27%; filter: drop-shadow(1.5rem 2rem 2rem rgba(0, 0, 0, .4)); transform-style: preserve-3d; transform: rotate(-12deg) skewY(-5deg) scale(calc(.88 + var(--process-progress) * .14)); }
.object-face { position: absolute; inset: 0; display: block; background: linear-gradient(145deg, #deff73, #8eb512); clip-path: polygon(14% 0, 100% 18%, 83% 100%, 0 78%); }
.face-a { box-shadow: inset -3rem -2rem 5rem rgba(16, 17, 15, .35); }
.face-b { transform: translate(18%, 16%); opacity: .18; background: var(--paper); }
.object-label { position: absolute; z-index: 2; left: 18%; top: 42%; color: var(--ink); font-size: .5rem; letter-spacing: .2em; transform: rotate(8deg); }
.process-chapters { position: absolute; z-index: 3; right: var(--pad); bottom: 3rem; width: min(34vw, 29rem); min-height: 20rem; }
.process-chapter { position: absolute; inset: 0; display: flex; flex-direction: column; justify-content: flex-end; opacity: 0; transform: translate3d(0, 2rem, 0); pointer-events: none; transition: opacity .5s ease, transform .65s cubic-bezier(.22, 1, .36, 1); }
.process-chapter.is-active { opacity: 1; transform: none; pointer-events: auto; }
.chapter-index { margin: 0 0 1rem; color: var(--acid); font-size: .55rem; letter-spacing: .17em; }
.process-chapter h3 { margin: 0; font: 700 clamp(2.2rem, 4vw, 4rem)/.92 var(--display); letter-spacing: -.055em; text-transform: uppercase; }
.process-chapter > p:not(.chapter-index) { max-width: 24rem; margin: 1.4rem 0; color: rgba(241, 238, 229, .6); font-size: .8rem; line-height: 1.8; }
.process-chapter ul { display: flex; flex-wrap: wrap; gap: .45rem; margin: 0; padding: 0; list-style: none; }
.process-chapter li { padding: .55rem .7rem; border: 1px solid rgba(241, 238, 229, .2); border-radius: 999px; font-size: .52rem; letter-spacing: .09em; text-transform: uppercase; }
.process-progress { position: absolute; inset: auto var(--pad) 1.2rem; height: 2px; background: rgba(241, 238, 229, .14); }
.process-progress span { display: block; height: 100%; background: var(--acid); transform: scaleX(var(--process-progress)); transform-origin: left; }

.work { background: var(--paper); }
.work-intro { display: grid; grid-template-columns: .85fr 1.6fr .75fr; align-items: end; gap: 2rem; }
.work-intro h2 { margin: 0; font: 800 clamp(3rem, 7vw, 7.5rem)/.82 var(--display); letter-spacing: -.07em; }
.work-intro h2 em { color: #8d8b82; }
.work-intro > p { margin: 0; color: #64665f; font-size: .78rem; line-height: 1.8; }
.project-grid { display: grid; grid-template-columns: 1.35fr .85fr; gap: clamp(2rem, 5vw, 5rem) clamp(1rem, 2.5vw, 2.5rem); margin-top: clamp(5rem, 10vw, 10rem); }
.project-card { min-width: 0; }
.project-tall { margin-top: 12vw; }
.project-wide { grid-column: 1 / -1; width: 74%; margin-left: auto; }
.project-art { position: relative; overflow: hidden; min-height: 34rem; background: #20211e; transition: transform .7s cubic-bezier(.22, 1, .36, 1), filter .5s; }
.project-card:hover .project-art { transform: scale(.985); filter: saturate(1.14); }
.project-caption { display: flex; justify-content: space-between; gap: 1rem; padding-top: 1.1rem; border-top: 1px solid var(--line); }
.project-caption h3 { margin: 0 0 .35rem; font: 700 1rem/1 var(--display); text-transform: uppercase; }
.project-caption p, .project-caption > span { margin: 0; color: #74766e; font-size: .6rem; letter-spacing: .06em; }
.art-sone { min-height: 46rem; display: grid; place-items: center; background: radial-gradient(circle at 50% 45%, #4f5743, #12130f 64%); }
.art-sone::before { content: ""; position: absolute; inset: 10%; border: 1px solid rgba(241, 238, 229, .3); border-radius: 50%; transform: scaleY(.45) rotate(25deg); }
.art-disc { width: 44%; aspect-ratio: 1; border-radius: 50%; background: repeating-radial-gradient(circle, #171815 0 3px, #45483f 4px 5px); box-shadow: 0 0 0 1.1rem rgba(200, 255, 46, .7), 0 2rem 5rem #000; transform: rotateX(58deg) rotateZ(-18deg); }
.art-word { position: absolute; z-index: 2; top: 10%; left: 6%; color: var(--paper); font: 800 clamp(4rem, 10vw, 10rem)/1 var(--display); letter-spacing: -.08em; mix-blend-mode: difference; }
.art-meta { position: absolute; right: 5%; bottom: 4%; color: var(--acid); font-size: .54rem; letter-spacing: .2em; }
.art-mori { display: flex; align-items: flex-end; min-height: 42rem; padding: 2rem; color: #18321e; background: linear-gradient(160deg, #cadb83, #5d8d55 54%, #17351f); }
.art-mori::before { content: ""; position: absolute; inset: 0; opacity: .5; background: repeating-linear-gradient(100deg, transparent 0 3rem, rgba(236, 255, 195, .16) 3.1rem 3.2rem); transform: skewX(-14deg) scale(1.5); }
.mori-title { position: relative; z-index: 2; color: #ecf4d4; font: 700 clamp(3rem, 7vw, 6rem)/.8 Georgia, serif; letter-spacing: -.07em; }
.mori-stamp { position: absolute; top: 1.4rem; right: 1.4rem; display: grid; place-items: center; width: 5rem; aspect-ratio: 1; border: 1px solid #d7ff52; border-radius: 50%; color: #d7ff52; font-size: .55rem; line-height: 1.35; text-align: center; transform: rotate(10deg); }
.mori-line { position: absolute; width: 18rem; height: 1px; background: #d7ff52; transform-origin: left; }
.line-one { top: 24%; left: 0; transform: rotate(24deg); }.line-two { top: 45%; left: 30%; transform: rotate(-37deg); }
.art-form { min-height: 34rem; color: #140e0c; background: #ea663f; }
.art-form::after { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg, transparent 49.8%, rgba(20, 14, 12, .2) 50% 50.2%, transparent 50.3%); }
.form-code { position: absolute; top: 1.5rem; left: 1.5rem; font: 700 .7rem/1 var(--display); letter-spacing: .16em; }
.form-copy { position: absolute; z-index: 2; left: 7%; bottom: 7%; font: 800 clamp(3.5rem, 8vw, 8rem)/.74 var(--display); letter-spacing: -.08em; }
.form-shape { position: absolute; display: block; background: #f5b64d; box-shadow: 0 2rem 4rem rgba(68, 19, 4, .3); }
.shape-one { top: 8%; right: 10%; width: 28%; aspect-ratio: .75; border-radius: 50% 50% 8% 8%; transform: rotate(14deg); }
.shape-two { top: 24%; right: 31%; width: 20%; aspect-ratio: 1; border-radius: 50%; background: var(--acid); }

.services { color: var(--paper); background: #151612; }
.services-title { display: grid; grid-template-columns: 1fr 2fr; align-items: end; gap: 2rem; }
.services-title h2 { margin: 0; font: 800 clamp(3rem, 7vw, 7rem)/.82 var(--display); letter-spacing: -.07em; }
.services-title h2 em { color: var(--acid); }
.service-list { margin-top: clamp(5rem, 10vw, 9rem); }
.service-list article { display: grid; grid-template-columns: 4rem 1.2fr 1.1fr 7rem; gap: 2rem; align-items: start; padding: 2.2rem 0; border-top: 1px solid rgba(241, 238, 229, .2); }
.service-list article:last-child { border-bottom: 1px solid rgba(241, 238, 229, .2); }
.service-list span { color: var(--acid); font-size: .55rem; letter-spacing: .15em; }
.service-list h3 { margin: 0; font: 700 clamp(1.7rem, 3vw, 3rem)/1 var(--display); text-transform: uppercase; letter-spacing: -.04em; }
.service-list p { margin: 0; color: rgba(241, 238, 229, .55); font-size: .74rem; line-height: 1.8; }
.service-list b { justify-self: end; font-size: .55rem; font-weight: 500; text-transform: uppercase; letter-spacing: .12em; }

.contact { position: relative; overflow: hidden; min-height: 100svh; padding: clamp(6rem, 10vw, 10rem) var(--pad) 2rem; display: flex; flex-direction: column; justify-content: space-between; background: var(--acid); }
.contact-copy { position: relative; z-index: 2; margin: auto 0; }
.contact-copy > p { margin: 0 0 1rem; font-size: .65rem; text-transform: uppercase; letter-spacing: .15em; }
.contact h2 { margin: 0; font: 800 clamp(4rem, 12vw, 12rem)/.73 var(--display); letter-spacing: -.08em; }
.contact h2 em { color: rgba(16, 17, 15, .42); }
.contact-link { display: flex; justify-content: space-between; align-items: center; width: min(100%, 40rem); margin-top: 3rem; padding: 1rem 0; border-bottom: 1px solid var(--ink); font: 700 clamp(1rem, 2vw, 1.5rem)/1 var(--display); text-transform: uppercase; }
.contact footer { position: relative; z-index: 2; display: flex; justify-content: space-between; gap: 2rem; padding-top: 1.2rem; border-top: 1px solid rgba(16, 17, 15, .25); font-size: .55rem; text-transform: uppercase; letter-spacing: .1em; }
.contact footer p { margin: 0; }
.contact-orbit { position: absolute; right: -10vw; top: 9%; width: min(70vw, 54rem); aspect-ratio: 1; border: 1px solid rgba(16, 17, 15, .28); border-radius: 50%; transform: scaleY(.42) rotate(22deg); }
.contact-orbit::before, .contact-orbit::after { content: ""; position: absolute; border: 1px solid rgba(16, 17, 15, .28); border-radius: 50%; }
.contact-orbit::before { inset: 12%; transform: scaleY(1.8) rotate(-52deg); }.contact-orbit::after { inset: 27%; transform: scaleY(.7) rotate(70deg); }
.contact-orbit span { position: absolute; z-index: 2; top: 46%; left: 45%; width: 12%; aspect-ratio: 1; border-radius: 50%; background: var(--ink); }

.js [data-reveal] { opacity: 0; transform: translate3d(0, 1.75rem, 0); transition: opacity .75s ease, transform .85s cubic-bezier(.22, 1, .36, 1); }
.js [data-reveal].is-visible { opacity: 1; transform: none; }

@media (max-width: 960px) {
  .work-intro { grid-template-columns: 1fr 1.5fr; }.work-intro > p { grid-column: 2; }
  .process-stage { grid-template-columns: 13rem 1fr; }.process-chapters { width: 42vw; }
}

@media (max-width: 760px) {
  :root { --pad: 1.15rem; }
  .site-header { grid-template-columns: 1fr auto; min-height: 4.6rem; }.site-header nav { display: none; }.header-cta { font-size: .58rem; }
  .hero { min-height: 46rem; padding-top: 7rem; }.hero-grid { top: 4.6rem; background-size: 22vw 22vw; }
  .eyebrow { width: 100%; }.hero h1 { font-size: clamp(4.25rem, 22vw, 7.5rem); line-height: .77; }.hero h1 > span:last-child { margin-left: 0; }
  .hero-bottom { justify-content: space-between; gap: 1rem; }.hero-bottom p { max-width: 16rem; }.circle-link { width: 4.6rem; flex: 0 0 auto; }
  .orbital-field { top: 21%; right: -20%; width: 88vw; opacity: .68; }.scroll-meter { display: none; }
  .section-pad { padding-block: 6rem; }.section-kicker { grid-template-columns: 2.5rem 1fr; }
  .manifesto { min-height: auto; }.manifesto-copy { margin-top: 5rem; }.manifesto-lead { font-size: clamp(2.25rem, 12vw, 4.5rem); }.manifesto-lead.indent { margin: 1rem 0 0; }
  .manifesto-note { grid-template-columns: 3rem 1fr; margin-top: 4rem; }
  .process { height: auto; }.process-stage { position: relative; min-height: 0; display: block; padding: 6rem var(--pad); }.process-stage::after { background-size: 4rem 4rem; }
  .process-head h2 { font-size: 3.3rem; }.process-nav, .process-progress { display: none; }
  .process-visual { width: 88vw; max-width: 30rem; margin: 3rem auto; }.process-chapters { position: relative; right: auto; bottom: auto; width: auto; min-height: 0; }
  .process-chapter { position: relative; inset: auto; opacity: 1; transform: none; pointer-events: auto; padding: 3.5rem 0; border-top: 1px solid rgba(241, 238, 229, .2); }
  .process-chapter h3 { font-size: 2.8rem; }.process-chapter > p:not(.chapter-index) { max-width: none; }
  .work-intro { display: block; }.work-intro h2 { margin-top: 3rem; font-size: 3.8rem; }.work-intro > p { margin-top: 1.5rem; max-width: 23rem; }
  .project-grid { display: block; margin-top: 5rem; }.project-card, .project-tall, .project-wide { width: 100%; margin: 0 0 4rem; }.project-art, .art-sone, .art-mori, .art-form { min-height: 30rem; }
  .services-title { display: block; }.services-title h2 { margin-top: 3rem; font-size: 3.8rem; }
  .service-list article { grid-template-columns: 2rem 1fr; gap: 1rem; }.service-list h3 { font-size: 2rem; }.service-list p, .service-list b { grid-column: 2; justify-self: start; }
  .contact { min-height: 47rem; }.contact h2 { font-size: clamp(4rem, 20vw, 7rem); }.contact footer { align-items: flex-end; }.contact footer p { max-width: 13rem; }
  .contact-orbit { right: -47%; width: 120vw; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: .001ms !important; animation-iteration-count: 1 !important; transition-duration: .001ms !important; }
  .orbital-field, .process-visual { transform: none; }
  .process { height: auto; }
  .process-stage { position: relative; min-height: auto; display: block; padding-block: 6rem; }
  .process-nav, .process-progress { display: none; }
  .process-visual { width: min(78vw, 28rem); margin: 3rem auto; }
  .process-chapters { position: relative; right: auto; bottom: auto; width: auto; min-height: auto; }
  .process-chapter { position: relative; opacity: 1; transform: none; pointer-events: auto; padding: 3rem 0; border-top: 1px solid rgba(241, 238, 229, .2); }
  .js [data-reveal] { opacity: 1; transform: none; }
}
