:root {
  --ink: #141414;
  --ink-deep: #0a0a0a;
  --paper: #e6e6e6;
  --muted: #9d9d9d;
  --acid: #ccff00;
  --pink: #ef35d5;
  --violet: #6919af;
  --line: rgba(230, 230, 230, .16);
  --shell: min(88vw, 1440px);
  --header-h: 104px;
  --ease: cubic-bezier(.76, 0, .24, 1);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; background: var(--ink); }
body {
  margin: 0;
  background: var(--ink);
  color: var(--paper);
  font-family: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 16px;
  line-height: 1.6;
  overflow-x: clip;
}
body.is-locked { overflow: hidden; }
a { color: inherit; text-decoration: none; }
button, a { -webkit-tap-highlight-color: transparent; }
button { color: inherit; font: inherit; }
img { display: block; max-width: 100%; }
::selection { background: var(--acid); color: var(--ink-deep); }

.skip-link {
  position: fixed;
  top: 8px;
  left: 8px;
  z-index: 1000;
  padding: .75rem 1rem;
  background: var(--acid);
  color: var(--ink-deep);
  transform: translateY(-150%);
}
.skip-link:focus { transform: translateY(0); }
.shell { width: var(--shell); margin-inline: auto; }
.section { position: relative; padding: clamp(7rem, 12vw, 12rem) 0; }

.eyebrow {
  margin: 0;
  color: var(--acid);
  font-size: .7rem;
  font-weight: 700;
  letter-spacing: .18em;
  line-height: 1.4;
  text-transform: uppercase;
}

.intro {
  position: fixed;
  inset: 0;
  z-index: 999;
  display: grid;
  place-items: center;
  background: var(--ink-deep);
  transition: clip-path 1.1s var(--ease), visibility 1.1s;
  clip-path: inset(0 0 0 0);
}
.intro.is-done { clip-path: inset(0 0 100% 0); visibility: hidden; }
.intro__inner { width: min(72vw, 360px); }
.intro__inner img { width: 188px; margin: 0 auto 2.2rem; }
.intro__meter { height: 1px; background: rgba(255,255,255,.16); overflow: hidden; }
.intro__meter span { display: block; width: 0; height: 100%; background: var(--acid); }
.intro__status {
  display: flex;
  justify-content: space-between;
  margin-top: .8rem;
  color: var(--muted);
  font-size: .65rem;
  font-weight: 700;
  letter-spacing: .16em;
  text-transform: uppercase;
}

.cursor {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 900;
  width: 34px;
  height: 34px;
  border: 1px solid rgba(204,255,0,.65);
  border-radius: 50%;
  pointer-events: none;
  opacity: 0;
  transform: translate3d(-50%, -50%, 0);
  transition: width .25s, height .25s, opacity .25s, background .25s;
  mix-blend-mode: difference;
}
.cursor span { position: absolute; inset: 50%; width: 3px; height: 3px; border-radius: 50%; background: var(--acid); transform: translate(-50%,-50%); }
.cursor.is-visible { opacity: 1; }
.cursor.is-active { width: 58px; height: 58px; background: rgba(204,255,0,.22); }

.site-header {
  position: fixed;
  inset: 0 0 auto;
  z-index: 100;
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: var(--header-h);
  padding-inline: 4vw;
  transition: background .35s, height .35s, transform .35s;
}
.site-header.is-compact { height: 78px; background: rgba(10,10,10,.84); backdrop-filter: blur(16px); border-bottom: 1px solid var(--line); }
.brand { position: relative; z-index: 2; width: 156px; }
.brand img { width: 100%; height: auto; }
.header__side { display: flex; align-items: center; gap: clamp(1.5rem, 4vw, 4.5rem); }
.availability { color: rgba(230,230,230,.72); font-size: .7rem; font-weight: 600; letter-spacing: .08em; text-transform: uppercase; }
.availability i { display: inline-block; width: 7px; height: 7px; margin-right: .55rem; border-radius: 50%; background: var(--acid); box-shadow: 0 0 0 6px rgba(204,255,0,.08); }
.menu-toggle {
  position: relative;
  z-index: 2;
  display: flex;
  align-items: center;
  gap: .85rem;
  padding: .5rem 0;
  border: 0;
  background: transparent;
  cursor: pointer;
  font-size: .72rem;
  font-weight: 700;
  letter-spacing: .14em;
  text-transform: uppercase;
}
.menu-toggle i, .menu-toggle i::before, .menu-toggle i::after { display: block; width: 30px; height: 1px; background: var(--paper); transition: transform .45s var(--ease), width .3s, background .3s; }
.menu-toggle i { position: relative; }
.menu-toggle i::before, .menu-toggle i::after { content: ""; position: absolute; left: 0; }
.menu-toggle i::before { top: -7px; width: 21px; }
.menu-toggle i::after { top: 7px; width: 15px; }
.menu-toggle:hover i::before, .menu-toggle:hover i::after { width: 30px; }
.menu-toggle[aria-expanded="true"] i { background: transparent; }
.menu-toggle[aria-expanded="true"] i::before { top: 0; width: 30px; transform: rotate(45deg); }
.menu-toggle[aria-expanded="true"] i::after { top: 0; width: 30px; transform: rotate(-45deg); }

.menu {
  position: fixed;
  inset: 0;
  z-index: 90;
  visibility: hidden;
  background: var(--ink-deep);
  clip-path: inset(0 0 100% 0);
  transition: clip-path .85s var(--ease), visibility .85s;
}
.menu.is-open { visibility: visible; clip-path: inset(0); }
.menu__noise { position: absolute; inset: 0; opacity: .16; background-image: radial-gradient(rgba(204,255,0,.35) .7px, transparent .7px); background-size: 24px 24px; mask-image: linear-gradient(90deg, transparent, #000); }
.menu__inner { position: relative; display: grid; grid-template-columns: 1.4fr .6fr; align-content: center; width: var(--shell); height: 100%; margin: auto; padding-top: var(--header-h); }
.menu__inner > .eyebrow { position: absolute; top: 24%; }
.menu nav { display: flex; flex-direction: column; align-self: center; }
.menu nav a { display: flex; align-items: baseline; gap: 1.2rem; width: fit-content; font-size: clamp(2.3rem, 5vw, 5.5rem); font-weight: 700; letter-spacing: -.06em; line-height: 1.02; transition: color .25s, transform .4s var(--ease); }
.menu nav a span { width: 2rem; color: var(--pink); font-size: .65rem; letter-spacing: .1em; }
.menu nav a:hover, .menu nav a:focus-visible { color: var(--acid); transform: translateX(12px); }
.menu__meta { align-self: end; padding-bottom: 10vh; color: var(--muted); font-size: .85rem; }
.menu__meta a { color: var(--paper); border-bottom: 1px solid var(--acid); }

.hero { position: relative; min-height: 100svh; overflow: hidden; background: var(--ink); }
.hero::after { content: ""; position: absolute; inset: 0; pointer-events: none; background: linear-gradient(90deg, rgba(20,20,20,.98) 0%, rgba(20,20,20,.88) 39%, rgba(20,20,20,.05) 70%); }
.hero__stage, .hero-slide { position: absolute; inset: 0; }
.hero-slide { visibility: hidden; opacity: 0; transition: visibility 1s, opacity .8s; }
.hero-slide.is-active { visibility: visible; opacity: 1; }
.hero-slide__media { position: absolute; inset: 0 0 0 43%; overflow: hidden; background: #ccc; }
.hero-slide__media img { width: 100%; height: 100%; object-fit: cover; object-position: center; transform: scale(1.08); transition: transform 1.4s var(--ease); }
.hero-slide.is-active .hero-slide__media img { transform: scale(1); }
.hero-slide__wash { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(20,20,20,.8), transparent 42%), linear-gradient(0deg, rgba(10,10,10,.25), transparent 38%); }
.hero-slide__content { position: relative; z-index: 2; display: flex; flex-direction: column; justify-content: center; min-height: 100svh; padding-top: 2rem; }
.hero-slide__content h1, .hero-slide__content h2 { max-width: 900px; margin: 1.25rem 0 1.5rem; font-size: clamp(3.9rem, 7.4vw, 8.3rem); font-weight: 800; letter-spacing: -.075em; line-height: .78; text-transform: uppercase; }
.hero-slide__content h1 em, .hero-slide__content h2 em { display: inline-block; color: transparent; font-style: normal; -webkit-text-stroke: 1.5px var(--paper); }
.hero-slide__copy { max-width: 510px; margin: 0 0 2.1rem; color: rgba(230,230,230,.68); font-size: clamp(.9rem, 1.1vw, 1.06rem); }
.hero-slide__actions { display: flex; align-items: center; gap: 2.2rem; }
.button { display: inline-flex; align-items: center; justify-content: space-between; min-width: 182px; padding: 1rem 1.15rem; font-size: .72rem; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; transition: background .25s, color .25s, transform .25s; }
.button--solid { background: var(--acid); color: var(--ink-deep); }
.button--solid:hover { background: var(--pink); transform: translateY(-3px); }
.text-link { padding-bottom: .2rem; border-bottom: 1px solid rgba(230,230,230,.35); font-size: .72rem; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; transition: border .25s, color .25s; }
.text-link:hover { color: var(--acid); border-color: var(--acid); }
.hero-slide__content > * { opacity: 0; transform: translateY(35px); transition: opacity .75s, transform .9s var(--ease); }
.hero-slide.is-active .hero-slide__content > * { opacity: 1; transform: none; }
.hero-slide.is-active .hero-slide__content > *:nth-child(2) { transition-delay: .08s; }
.hero-slide.is-active .hero-slide__content > *:nth-child(3) { transition-delay: .16s; }
.hero-slide.is-active .hero-slide__content > *:nth-child(4) { transition-delay: .24s; }
.hero__utility { position: absolute; z-index: 5; right: 4vw; bottom: 3rem; left: 6vw; display: grid; grid-template-columns: 110px 1fr auto; align-items: center; gap: 2rem; }
.hero__index { display: flex; align-items: center; gap: .7rem; font-size: .65rem; letter-spacing: .08em; }
.hero__index i { width: 32px; height: 1px; background: rgba(230,230,230,.35); }
.hero__progress { height: 1px; background: rgba(230,230,230,.25); overflow: hidden; }
.hero__progress span { display: block; width: 100%; height: 100%; background: var(--acid); transition: transform .8s var(--ease); transform-origin: left; }
.hero__controls { display: flex; align-items: center; gap: .55rem; }
.hero__controls > span { margin-right: .8rem; color: rgba(230,230,230,.55); font-size: .64rem; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; }
.hero__controls button { display: grid; place-items: center; width: 44px; height: 44px; border: 1px solid rgba(230,230,230,.35); border-radius: 50%; background: transparent; cursor: pointer; transition: background .25s, color .25s, border-color .25s; }
.hero__controls button:hover { background: var(--acid); color: var(--ink-deep); border-color: var(--acid); }
.hero__scroll { position: absolute; z-index: 5; right: 2.2vw; top: 50%; display: flex; align-items: center; gap: .8rem; writing-mode: vertical-rl; color: rgba(230,230,230,.55); font-size: .62rem; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; transform: translateY(-50%); }
.hero__scroll span { width: 1px; height: 40px; background: var(--acid); animation: scrollPulse 2s ease-in-out infinite; }
@keyframes scrollPulse { 50% { transform: scaleY(.35); transform-origin: bottom; } }

.section-heading { display: grid; grid-template-columns: 1.5fr .5fr; align-items: end; gap: 8vw; margin-bottom: clamp(4rem, 8vw, 8rem); }
.section-heading h2, .services h2, .about h2, .contact h2 { margin: 1.1rem 0 0; font-size: clamp(3rem, 5.7vw, 6.5rem); font-weight: 750; letter-spacing: -.07em; line-height: .92; }
.section-heading h2 em, .services h2 em, .about h2 em, .contact h2 em { color: var(--acid); font-style: normal; }
.section-heading > p { margin: 0; color: var(--muted); }
.work { background: var(--ink); }
.work-grid { display: grid; grid-template-columns: 1.25fr .75fr; gap: clamp(2rem, 7vw, 8rem); align-items: start; }
.project-card--offset { margin-top: 12rem; }
.project-card__media { position: relative; aspect-ratio: 1.45; overflow: hidden; background: #d7d7d7; }
.project-card--offset .project-card__media { aspect-ratio: 1 / 1.1; }
.project-card__media::after { content: ""; position: absolute; inset: 0; border: 1px solid rgba(255,255,255,.1); }
.project-card__media img { width: 100%; height: 100%; object-fit: cover; transition: transform .9s var(--ease), filter .5s; }
.project-card:hover img { transform: scale(1.045); filter: saturate(1.18); }
.project-card__number { position: absolute; top: 1.2rem; left: 1.2rem; display: grid; place-items: center; width: 45px; height: 45px; border-radius: 50%; background: var(--ink); color: var(--acid); font-size: .65rem; font-weight: 700; }
.project-card__info { display: flex; justify-content: space-between; gap: 1rem; padding-top: 1.35rem; }
.project-card__info p { margin: 0 0 .25rem; color: var(--muted); font-size: .66rem; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; }
.project-card__info h3 { margin: 0; font-size: clamp(1.4rem, 2.4vw, 2.5rem); letter-spacing: -.04em; }
.project-card__arrow { display: grid; place-items: center; flex: 0 0 45px; width: 45px; height: 45px; border: 1px solid var(--line); border-radius: 50%; transition: background .25s, color .25s, transform .25s; }
.project-card:hover .project-card__arrow { background: var(--acid); color: var(--ink-deep); transform: rotate(45deg); }

.services { background: var(--ink-deep); }
.services__layout { display: grid; grid-template-columns: .76fr 1.24fr; gap: 10vw; }
.services__intro { position: sticky; top: 130px; align-self: start; }
.services__intro > p:last-child { max-width: 440px; margin-top: 2rem; color: var(--muted); }
.services__list { margin: 0; padding: 0; list-style: none; }
.services__list li { display: grid; grid-template-columns: 45px 1fr 40px; gap: 1rem; align-items: start; padding: 2rem 0; border-top: 1px solid var(--line); }
.services__list li:last-child { border-bottom: 1px solid var(--line); }
.services__list li > span { color: var(--pink); font-size: .68rem; font-weight: 700; }
.services__list h3 { margin: -.35rem 0 .45rem; font-size: clamp(1.45rem, 2.1vw, 2.35rem); font-weight: 650; letter-spacing: -.035em; }
.services__list p { max-width: 550px; margin: 0; color: var(--muted); }
.services__list i { display: grid; place-items: center; width: 36px; height: 36px; border: 1px solid var(--line); border-radius: 50%; color: var(--acid); font-style: normal; transition: background .25s, color .25s, transform .25s; }
.services__list li:hover i { background: var(--acid); color: var(--ink-deep); transform: rotate(45deg); }

.about { padding-top: 0; background: var(--ink); }
.about__image { width: 100%; height: min(62vw, 780px); overflow: hidden; }
.about__image img { width: 100%; height: 115%; object-fit: cover; object-position: center; transform: translateY(-8%); }
.about__content { display: grid; grid-template-columns: 1.35fr .65fr; gap: 9vw; padding-top: clamp(5rem, 9vw, 9rem); }
.about__statement h2 { font-size: clamp(2.8rem, 4.8vw, 5.3rem); }
.about__details { align-self: end; }
.about__details > p { margin: 0 0 2.5rem; color: var(--muted); }
.about__details dl { margin: 0; }
.about__details dl div { display: grid; grid-template-columns: 40px 1fr; padding: .9rem 0; border-top: 1px solid var(--line); }
.about__details dl div:last-child { border-bottom: 1px solid var(--line); }
.about__details dt { color: var(--pink); font-size: .65rem; }
.about__details dd { margin: 0; font-weight: 600; }

.contact { min-height: 80svh; display: grid; place-items: center; overflow: hidden; background: var(--acid); color: var(--ink-deep); }
.contact__orb { position: absolute; top: 50%; left: 76%; width: min(48vw, 640px); aspect-ratio: 1; border-radius: 50%; background: radial-gradient(circle at 36% 35%, #fff 0 3%, #ef35d5 21%, #6919af 45%, #0a0a0a 72%); filter: blur(1px); transform: translate(-50%,-50%); opacity: .94; box-shadow: inset -40px -30px 100px rgba(0,0,0,.35), 0 60px 100px rgba(0,0,0,.25); }
.contact__inner { position: relative; z-index: 1; }
.contact .eyebrow { color: var(--ink-deep); }
.contact h2 { margin-bottom: 3rem; font-size: clamp(4rem, 8vw, 9rem); line-height: .82; text-transform: uppercase; }
.contact h2 em { color: transparent; -webkit-text-stroke: 2px var(--ink-deep); }
.contact__link { display: flex; justify-content: space-between; align-items: center; width: min(100%, 690px); padding: 1rem 0; border-bottom: 2px solid var(--ink-deep); font-size: clamp(1.2rem, 2.2vw, 2rem); font-weight: 650; }
.contact__link span { transition: transform .25s; }
.contact__link:hover span { transform: translate(7px,-7px); }

.site-footer { padding: 2.2rem 0; background: var(--ink-deep); border-top: 1px solid var(--line); }
.site-footer .shell { display: grid; grid-template-columns: 1fr 1fr auto auto; align-items: center; gap: 2rem; }
.site-footer img { width: 125px; }
.site-footer p, .site-footer a { margin: 0; color: var(--muted); font-size: .68rem; font-weight: 650; letter-spacing: .09em; text-transform: uppercase; }
.site-footer a:hover { color: var(--acid); }

.reveal { opacity: 0; transform: translateY(48px); transition: opacity .85s, transform .95s var(--ease); }
.reveal.is-visible { opacity: 1; transform: none; }

@media (max-width: 1024px) {
  :root { --shell: min(90vw, 920px); --header-h: 86px; }
  .availability, .hero__scroll { display: none; }
  .hero::after { background: linear-gradient(90deg, rgba(20,20,20,.96), rgba(20,20,20,.72) 52%, rgba(20,20,20,.18)); }
  .hero-slide__media { left: 35%; }
  .hero-slide__content h1, .hero-slide__content h2 { font-size: clamp(4.2rem, 9.2vw, 7.2rem); }
  .section-heading { grid-template-columns: 1fr .55fr; gap: 4rem; }
  .work-grid { gap: 3rem; }
  .services__layout { gap: 5rem; }
  .contact__orb { left: 82%; width: 58vw; }
}

@media (max-width: 760px) {
  :root { --shell: calc(100vw - 36px); --header-h: 76px; }
  .section { padding: 6rem 0; }
  .brand { width: 128px; }
  .menu-toggle > span { display: none; }
  .menu__inner { grid-template-columns: 1fr; align-content: center; }
  .menu__inner > .eyebrow { top: 18%; }
  .menu nav a { font-size: clamp(2.4rem, 12vw, 4.2rem); }
  .menu__meta { position: absolute; bottom: 2rem; padding: 0; }
  .hero { min-height: 760px; height: 100svh; }
  .hero::after { background: linear-gradient(0deg, rgba(20,20,20,1) 6%, rgba(20,20,20,.7) 50%, rgba(20,20,20,.2) 100%); }
  .hero-slide__media { inset: 0; }
  .hero-slide__media img { object-position: 57% center; }
  .hero-slide__wash { background: linear-gradient(0deg, rgba(20,20,20,.98) 4%, rgba(20,20,20,.68) 55%, rgba(20,20,20,.08)); }
  .hero-slide__content { justify-content: flex-end; padding-bottom: 8.5rem; }
  .hero-slide__content h1, .hero-slide__content h2 { margin: .85rem 0 1rem; font-size: clamp(3.25rem, 15.3vw, 5.3rem); line-height: .81; }
  .hero-slide__copy { display: none; }
  .hero-slide__actions { gap: 1.3rem; }
  .button { min-width: 155px; padding: .85rem .9rem; }
  .hero__utility { right: 18px; bottom: 2rem; left: 18px; grid-template-columns: 64px 1fr auto; gap: .7rem; }
  .hero__index i, .hero__controls > span, #slidePrev { display: none; }
  .hero__controls button { width: 40px; height: 40px; }
  .section-heading, .work-grid, .services__layout, .about__content { grid-template-columns: 1fr; }
  .section-heading { gap: 2rem; margin-bottom: 3.5rem; }
  .section-heading h2, .services h2, .about h2 { font-size: clamp(2.75rem, 13vw, 4.4rem); }
  .project-card--offset { margin-top: 3rem; }
  .project-card--offset .project-card__media, .project-card__media { aspect-ratio: 1.18; }
  .services__intro { position: static; }
  .services__list { margin-top: 1.5rem; }
  .services__list li { grid-template-columns: 34px 1fr; }
  .services__list li > i { display: none; }
  .services__list p { font-size: .92rem; }
  .about__image { height: 60svh; min-height: 440px; }
  .about__content { gap: 3rem; }
  .contact { min-height: 72svh; }
  .contact__orb { top: 30%; left: 87%; width: 82vw; opacity: .8; }
  .contact h2 { margin-top: .8rem; font-size: clamp(3.6rem, 17vw, 6rem); }
  .contact__link { font-size: 1rem; }
  .site-footer .shell { grid-template-columns: 1fr auto; }
  .site-footer p:first-of-type { display: none; }
  .site-footer p:last-of-type { grid-row: 2; }
  .site-footer a { grid-row: 2; text-align: right; }
  .cursor { display: none; }
}

@media (max-width: 390px) {
  .hero-slide__content h1, .hero-slide__content h2 { font-size: 3rem; }
  .text-link { display: none; }
}

@media (hover: none) { .cursor { display: none; } }

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