:root {
  --ink: #0b0b0b;
  --paper: #eeeae0;
  --acid: #c8ff3d;
  --orange: #ff5a24;
  --muted: #9b9a94;
  --pad: clamp(1.25rem, 4vw, 4.5rem);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--ink); color: var(--paper); font-family: Arial, Helvetica, sans-serif; font-size: 16px; overflow-x: hidden; }
a { color: inherit; text-decoration: none; }
button, a { -webkit-tap-highlight-color: transparent; }
::selection { background: var(--acid); color: var(--ink); }

.progress { position: fixed; z-index: 100; left: 0; top: 0; width: 100%; height: 3px; }
.progress span { display: block; width: 100%; height: 100%; background: var(--acid); transform: scaleX(0); transform-origin: left; }
.site-header { position: absolute; z-index: 20; inset: 0 0 auto; height: 5rem; padding: 0 var(--pad); display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; font-size: .72rem; text-transform: uppercase; letter-spacing: .08em; }
.brand { font-size: 1rem; font-weight: 800; letter-spacing: -.04em; }
.brand span { color: var(--acid); font-size: .55em; vertical-align: top; margin-left: .15rem; }
.site-header nav { display: flex; gap: 2rem; }
.site-header nav a, footer a { position: relative; }
.site-header nav a::after, footer a::after { content: ""; position: absolute; height: 1px; left: 0; right: 100%; bottom: -.3rem; background: currentColor; transition: right .3s ease; }
.site-header nav a:hover::after, footer a:hover::after { right: 0; }
.availability { justify-self: end; display: flex; align-items: center; gap: .6rem; }
.availability i { width: .45rem; height: .45rem; border-radius: 50%; background: var(--acid); box-shadow: 0 0 0 .25rem rgba(200,255,61,.13); animation: pulse 2s ease-out infinite; }

.hero { min-height: 100svh; position: relative; padding: 9rem var(--pad) 2rem; display: flex; flex-direction: column; justify-content: space-between; overflow: hidden; }
.hero::after { content: ""; position: absolute; left: var(--pad); right: var(--pad); bottom: 0; height: 1px; background: rgba(238,234,224,.18); }
.eyebrow, .section-label { margin: 0; font-size: .68rem; letter-spacing: .14em; text-transform: uppercase; }
.hero-title { position: relative; z-index: 2; margin: auto 0; font-size: clamp(4.3rem, 14.4vw, 13rem); line-height: .72; letter-spacing: -.09em; font-weight: 800; }
.title-line { display: block; overflow: hidden; padding: .06em .08em .1em 0; }
.title-line > span { display: block; animation: title-in 1s cubic-bezier(.16,1,.3,1) both; }
.title-line:nth-child(2) > span { animation-delay: .12s; }
.title-shift { text-align: right; }
.hero-title em, .contact h2 em { font-family: Georgia, 'Times New Roman', serif; font-weight: 400; }
.hero-title em { color: var(--acid); }
.hero-bottom { position: relative; z-index: 2; display: flex; justify-content: space-between; align-items: end; }
.hero-bottom > p { width: min(26rem, 45%); margin: 0; font-size: clamp(1rem, 1.5vw, 1.3rem); line-height: 1.4; }
.scroll-cue { display: flex; align-items: center; gap: 1rem; font-size: .7rem; text-transform: uppercase; letter-spacing: .1em; }
.scroll-cue i { display: grid; place-items: center; width: 2.8rem; height: 2.8rem; border: 1px solid rgba(238,234,224,.35); border-radius: 50%; font-style: normal; animation: bob 1.8s ease-in-out infinite; }
.hero-index { position: absolute; right: 1rem; top: 50%; transform: rotate(90deg); color: var(--muted); font-size: .65rem; }
.hero-orbit { position: absolute; width: min(55vw, 48rem); aspect-ratio: 1; right: 3vw; top: 16%; }
.orbit, .orb { position: absolute; border-radius: 50%; }
.orbit { inset: 0; border: 1px solid rgba(238,234,224,.14); }
.orbit-a { transform: scaleY(.38) rotate(-24deg); }
.orbit-b { transform: scaleY(.58) rotate(48deg); }
.orb { width: 6%; aspect-ratio: 1; background: var(--orange); left: 15%; top: 27%; box-shadow: 0 0 4rem rgba(255,90,36,.7); }

.section-pad { padding: clamp(6rem, 12vw, 11rem) var(--pad); }
.intro { background: var(--paper); color: var(--ink); position: relative; overflow: hidden; }
.intro-grid { display: grid; grid-template-columns: 2.1fr 1fr; gap: 8vw; margin: 8vw 0 12vw; align-items: end; }
.display-copy { font-size: clamp(3rem, 7.5vw, 8rem); line-height: .9; letter-spacing: -.07em; margin: 0; font-weight: 700; }
.display-copy span { color: transparent; -webkit-text-stroke: 1.5px var(--ink); }
.intro-note { max-width: 27rem; }
.intro-note > p { font-size: clamp(1.05rem, 1.7vw, 1.45rem); line-height: 1.45; margin: 0 0 3rem; }
.disciplines { border-top: 1px solid rgba(11,11,11,.25); }
.disciplines span { display: block; padding: .8rem 0; border-bottom: 1px solid rgba(11,11,11,.25); font-size: .72rem; text-transform: uppercase; letter-spacing: .08em; }
.marquee { margin-inline: calc(var(--pad) * -1); border-block: 1px solid rgba(11,11,11,.18); overflow: hidden; white-space: nowrap; transform: rotate(-2deg) scale(1.02); }
.marquee div { width: max-content; padding: 1rem 0; font-size: clamp(1.6rem, 3vw, 3rem); font-weight: 700; animation: marquee 22s linear infinite; }

.story { position: relative; background: var(--ink); }
.story-stage { position: sticky; top: 0; float: right; width: 55%; height: 100svh; overflow: hidden; transition: background-color .7s ease; }
.stage-grid { position: absolute; inset: 0; background-image: linear-gradient(rgba(238,234,224,.06) 1px, transparent 1px), linear-gradient(90deg, rgba(238,234,224,.06) 1px, transparent 1px); background-size: 5vw 5vw; mask-image: linear-gradient(90deg, transparent, black 25%); }
.stage-number { position: absolute; right: 4vw; top: 3rem; font-size: .7rem; letter-spacing: .1em; }
.stage-caption { position: absolute; right: 4vw; bottom: 3rem; margin: 0; font-family: Georgia, serif; font-style: italic; font-size: 1.1rem; }
.visual-system { position: absolute; width: min(32vw, 31rem); aspect-ratio: 1; left: 50%; top: 50%; transform: translate(-42%, -50%); }
.system-ring, .system-core, .system-line { position: absolute; display: block; transition: all .8s cubic-bezier(.16,1,.3,1); }
.system-ring { border: 1px solid rgba(238,234,224,.5); border-radius: 50%; }
.ring-1 { inset: 0; }
.ring-2 { inset: 22%; border-style: dashed; animation: spin 18s linear infinite; }
.system-core { inset: 42%; background: var(--acid); border-radius: 50%; box-shadow: 0 0 4rem rgba(200,255,61,.4); }
.system-line { height: 1px; width: 130%; left: -15%; top: 50%; background: rgba(238,234,224,.3); transform-origin: center; }
.line-a { transform: rotate(30deg); }.line-b { transform: rotate(-30deg); }
.story[data-active="1"] .ring-1 { border-radius: 0; transform: scale(.82) rotate(45deg); }
.story[data-active="1"] .ring-2 { border-radius: 0; transform: rotate(-45deg) scale(1.15); }
.story[data-active="1"] .system-core { border-radius: 0; transform: rotate(45deg); background: var(--orange); }
.story[data-active="2"] .ring-1 { transform: scaleX(.45) rotate(35deg); }
.story[data-active="2"] .ring-2 { transform: scaleY(.38) rotate(-35deg); border-color: var(--acid); }
.story[data-active="2"] .system-core { transform: scale(1.7); }
.story[data-active="2"] .line-a { transform: rotate(75deg); }.story[data-active="2"] .line-b { transform: rotate(5deg); }
.story[data-active="3"] .ring-1 { transform: scale(.7); border-color: var(--orange); }
.story[data-active="3"] .ring-2 { transform: scale(1.32); }
.story[data-active="3"] .system-core { transform: scale(.5); background: var(--paper); }
.story[data-active="3"] .line-a { transform: rotate(90deg); }.story[data-active="3"] .line-b { transform: rotate(0); }
.story-steps { width: 45%; }
.story-step { min-height: 100svh; padding: 18vh var(--pad); display: flex; flex-direction: column; justify-content: center; opacity: .28; transition: opacity .5s ease; }
.story-step.is-active { opacity: 1; }
.story-step .section-label { margin-bottom: auto; }
.step-kicker { color: var(--acid); text-transform: uppercase; letter-spacing: .12em; font-size: .68rem; }
.story-step h2 { font-size: clamp(2.8rem, 5vw, 6rem); line-height: .92; letter-spacing: -.055em; margin: 1.3rem 0 2rem; }
.story-step > p:last-child { margin: 0; max-width: 31rem; font-size: clamp(1rem, 1.4vw, 1.3rem); line-height: 1.5; color: #c6c3ba; }

.interlude { min-height: 110svh; background: var(--orange); color: var(--ink); position: relative; display: grid; place-items: center; overflow: hidden; }
.interlude-word { position: absolute; font-size: clamp(5rem, 19vw, 18rem); font-weight: 800; line-height: .7; letter-spacing: -.1em; }
.word-one { top: 14%; left: -2%; }.word-two { bottom: 11%; right: -3%; color: transparent; -webkit-text-stroke: 2px var(--ink); }
.interlude-object { width: min(35vw, 29rem); aspect-ratio: 1; border: 1px solid rgba(11,11,11,.4); border-radius: 50%; display: grid; place-items: center; }
.interlude-object::before, .interlude-object::after { content: ""; position: absolute; width: min(35vw,29rem); aspect-ratio: 1; border: 1px solid rgba(11,11,11,.25); border-radius: 50%; transform: scaleY(.35) rotate(32deg); }
.interlude-object::after { transform: scaleY(.35) rotate(-32deg); }
.interlude-object span { width: 30%; aspect-ratio: 1; border-radius: 50%; background: var(--acid); box-shadow: 0 1.5rem 5rem rgba(11,11,11,.3); }
.interlude > p { position: absolute; z-index: 2; left: var(--pad); bottom: 4rem; margin: 0; font-family: Georgia, serif; font-style: italic; font-size: clamp(1.2rem, 2vw, 2rem); line-height: 1.3; }

.work { background: var(--paper); color: var(--ink); }
.work-heading { display: grid; grid-template-columns: 1fr 2fr 1fr; gap: 3vw; align-items: end; margin-bottom: 9vw; }
.work-heading h2 { margin: 0; font-size: clamp(3.5rem, 8vw, 8rem); line-height: .82; letter-spacing: -.07em; }
.work-heading > p:last-child { margin: 0; line-height: 1.5; }
.projects { display: grid; grid-template-columns: 1fr 1fr; gap: 7vw 2vw; }
.project-wide { grid-column: span 2; width: 78%; }
.project:nth-child(3) { margin-top: 12vw; }
.project-visual { position: relative; display: block; aspect-ratio: 4/3; overflow: hidden; }
.project-wide .project-visual { aspect-ratio: 16/9; }
.project-visual::after { content: ""; position: absolute; inset: 0; background: rgba(255,255,255,.12); opacity: 0; transition: opacity .45s ease; }
.project:hover .project-visual::after { opacity: 1; }
.visual-one { background: #163b33; color: #f1ecdc; display: grid; place-items: center; }
.visual-mark { font-size: clamp(4rem, 13vw, 13rem); font-weight: 800; letter-spacing: -.1em; transform: translateX(-4%); transition: transform .7s cubic-bezier(.16,1,.3,1); }
.project:hover .visual-mark { transform: translateX(-4%) scale(1.04); }
.visual-sun { position: absolute; width: 20%; aspect-ratio: 1; right: 12%; top: 13%; background: var(--orange); border-radius: 50%; mix-blend-mode: screen; }
.visual-two { background: var(--acid); color: var(--ink); display: flex; align-items: end; padding: 7%; }
.mono-stack { font-size: clamp(3.5rem, 8vw, 7.5rem); line-height: .72; font-weight: 800; letter-spacing: -.09em; transform: rotate(-8deg); }
.visual-three { background: #ded9cd; color: var(--ink); padding: 7%; }
.visual-three::before { content: ""; position: absolute; inset: 8%; border: 1px solid rgba(11,11,11,.25); border-radius: 50%; transform: scaleY(.4) rotate(35deg); }
.field-label { font-family: Georgia, serif; font-style: italic; font-size: clamp(2.5rem, 6vw, 6rem); line-height: .8; position: relative; z-index: 1; }
.field-dot { position: absolute; width: 28%; aspect-ratio: 1; background: var(--orange); border-radius: 50%; right: 17%; bottom: 14%; }
.view-pill { position: absolute; z-index: 3; right: 1.2rem; bottom: 1.2rem; padding: .7rem 1rem; border-radius: 2rem; background: var(--paper); color: var(--ink); font-size: .65rem; text-transform: uppercase; letter-spacing: .08em; transform: translateY(1rem); opacity: 0; transition: all .35s ease; }
.project:hover .view-pill { transform: translateY(0); opacity: 1; }
.project-meta { padding-top: 1.1rem; display: grid; grid-template-columns: 1fr 1fr auto; gap: 1rem; align-items: baseline; border-top: 1px solid var(--ink); }
.project-meta h3 { font-size: 1.4rem; margin: 0; }.project-meta p, .project-meta span { margin: 0; font-size: .68rem; text-transform: uppercase; letter-spacing: .06em; }

.contact { min-height: 100svh; padding: 6rem var(--pad) 2rem; display: flex; flex-direction: column; justify-content: space-between; position: relative; overflow: hidden; }
.contact-orb { position: absolute; width: 44vw; height: 44vw; border-radius: 50%; background: var(--orange); filter: blur(2px); right: -15vw; top: 7vh; box-shadow: 0 0 12rem rgba(255,90,36,.32); }
.contact h2 { position: relative; margin: auto 0 4rem; font-size: clamp(4rem, 11vw, 11rem); line-height: .78; letter-spacing: -.08em; }
.contact h2 em { color: var(--acid); }
.contact-link { position: relative; width: 100%; border-block: 1px solid rgba(238,234,224,.25); padding: 1.5rem 0; font-size: clamp(1.1rem, 2vw, 1.8rem); display: flex; justify-content: space-between; }
.contact-link span { transition: transform .3s ease; }.contact-link:hover span { transform: translate(.3rem,-.3rem); }
footer { display: flex; justify-content: space-between; padding-top: 3rem; font-size: .65rem; text-transform: uppercase; letter-spacing: .08em; }
footer div { display: flex; gap: 2rem; }

.reveal { opacity: 0; transform: translateY(2.5rem); transition: opacity .8s ease, transform .8s cubic-bezier(.16,1,.3,1); }
.reveal.is-visible { opacity: 1; transform: translateY(0); }

@keyframes title-in { from { transform: translateY(110%); } to { transform: translateY(0); } }
@keyframes marquee { to { transform: translateX(-50%); } }
@keyframes spin { to { transform: rotate(360deg); } }
@keyframes bob { 50% { transform: translateY(.35rem); } }
@keyframes pulse { 70% { box-shadow: 0 0 0 .5rem rgba(200,255,61,0); } }

@media (max-width: 760px) {
  .site-header { grid-template-columns: 1fr 1fr; }.site-header nav { display: none; }.availability { font-size: .58rem; }
  .hero { padding-top: 7rem; }.hero-title { font-size: clamp(4rem, 22vw, 8rem); line-height: .78; }.title-shift { text-align: left; margin-left: 8vw; }
  .hero-bottom > p { width: 70%; font-size: .9rem; }.scroll-cue span { display: none; }.hero-orbit { width: 95vw; right: -30vw; top: 25%; }
  .intro-grid, .work-heading { grid-template-columns: 1fr; }.intro-grid { gap: 4rem; margin: 5rem 0 8rem; }.display-copy { font-size: 14vw; }
  .story-stage { float: none; width: 100%; height: 52svh; top: 0; z-index: 0; }.story-steps { width: 100%; position: relative; z-index: 1; margin-top: -52svh; }
  .story-step { min-height: 100svh; justify-content: end; padding: 55svh var(--pad) 10vh; background: linear-gradient(transparent 40%, var(--ink) 65%); }
  .story-step .section-label { margin-bottom: auto; }.visual-system { width: 64vw; transform: translate(-50%, -54%); }.stage-caption { bottom: 2rem; }.stage-number { top: 2rem; }
  .interlude { min-height: 90svh; }.interlude-object, .interlude-object::before, .interlude-object::after { width: 64vw; }.word-one { top: 16%; }.word-two { bottom: 19%; }
  .work-heading { gap: 2rem; }.projects { display: block; }.project, .project-wide { width: 100%; margin: 0 0 5rem !important; }.project-meta { grid-template-columns: 1fr auto; }.project-meta p { grid-row: 2; }.project-meta span { grid-row: 1; grid-column: 2; }
  .view-pill { transform: none; opacity: 1; }.contact h2 { font-size: 18vw; }.contact-orb { width: 70vw; height: 70vw; right: -28vw; }
  footer { gap: 2rem; align-items: end; } footer div { flex-direction: column; gap: .7rem; text-align: right; }
}

@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 { opacity: 1; transform: none; }
  [data-parallax] { transform: none !important; }
}
