[hidden] { display: none !important; }
:root {
  --ink: #15120f;
  --paper: #f4f1e8;
  --acid: #d7ff31;
  --violet: #7346ff;
  --orange: #ff4d00;
  --line: 2px solid var(--ink);
  --pad: clamp(20px, 4vw, 64px);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font-family: "Space Grotesk", sans-serif;
  font-size: 17px;
  overflow-x: hidden;
}
a { color: inherit; }
button { color: inherit; }
.shell { width: min(100%, 1600px); margin-inline: auto; padding-inline: var(--pad); }

.nav {
  min-height: 102px;
  display: grid;
  grid-template-columns: 1fr 1fr auto;
  align-items: center;
  border-bottom: var(--line);
  position: relative;
  z-index: 20;
}
.identity { display: flex; align-items: center; gap: 12px; text-decoration: none; font-weight: 700; font-size: 13px; line-height: .9; }
.identity img { width: 42px; height: 42px; object-fit: contain; }
.nav-note { font: 400 12px/1.25 "DM Mono", monospace; margin: 0; text-transform: uppercase; }
.nav nav { display: flex; align-items: center; gap: 28px; }
.nav nav a { font-size: 14px; font-weight: 700; text-decoration: none; text-transform: uppercase; }
.nav-contact { background: var(--ink); color: var(--paper) !important; padding: 14px 18px; transform: rotate(-2deg); transition: transform .2s, background .2s; }
.nav-contact:hover { background: var(--violet); transform: rotate(2deg); }

.hero { min-height: min(820px, calc(100svh - 102px)); position: relative; padding-top: clamp(50px, 8vw, 120px); padding-bottom: 42px; display: flex; flex-direction: column; justify-content: space-between; overflow: hidden; }
.eyebrow, .section-head > p:first-child, .about-label, .contact-inner > p { font: 500 12px/1 "DM Mono", monospace; letter-spacing: .1em; }
.hero h1 { margin: 20px 0 30px; font: 400 clamp(62px, 12.2vw, 190px)/.76 "Archivo Black", sans-serif; letter-spacing: -.075em; text-transform: uppercase; position: relative; z-index: 2; }
.hero h1 span { display: block; }
.hero h1 span:nth-child(3) { text-align: right; }
.hero h1 .outline { color: transparent; -webkit-text-stroke: clamp(1px, .16vw, 3px) var(--ink); transform: translateX(8vw); }
.hero-bottom { display: flex; justify-content: space-between; align-items: end; position: relative; z-index: 3; }
.hero-bottom > p { width: min(500px, 70%); margin: 0; font-size: clamp(18px, 2vw, 28px); line-height: 1.15; letter-spacing: -.03em; }
.round-link { width: 110px; height: 110px; border-radius: 50%; background: var(--acid); display: flex; justify-content: center; align-items: center; gap: 8px; text-decoration: none; font: 500 12px/1.1 "DM Mono", monospace; transform: rotate(7deg); transition: transform .3s, background .3s; }
.round-link b { font-size: 25px; }
.round-link:hover { transform: rotate(-7deg) scale(1.08); background: var(--orange); }
.hero-stamp { position: absolute; right: var(--pad); top: 42px; border: var(--line); padding: 9px; font: 500 10px/1.15 "DM Mono", monospace; transform: rotate(8deg); }
.shape { position: absolute; pointer-events: none; z-index: 0; }
.shape-one { width: clamp(150px, 25vw, 380px); aspect-ratio: 1; border-radius: 50%; background: var(--violet); left: 47%; top: 18%; mix-blend-mode: multiply; animation: drift 9s ease-in-out infinite; }
.shape-two { width: clamp(90px, 15vw, 220px); height: clamp(200px, 34vw, 520px); background: var(--orange); right: 8%; top: 17%; transform: rotate(29deg); mix-blend-mode: multiply; animation: drift 7s ease-in-out -2s infinite reverse; }
@keyframes drift { 50% { translate: 3vw -2vw; rotate: 8deg; } }

.ticker { overflow: hidden; border-block: var(--line); background: var(--acid); padding: 14px 0; transform: rotate(-1deg) scale(1.01); }
.ticker-track { width: max-content; display: flex; align-items: center; gap: 26px; animation: ticker 25s linear infinite; font: 400 clamp(22px, 3vw, 42px)/1 "Archivo Black", sans-serif; }
.ticker i { font-style: normal; font-family: sans-serif; }
@keyframes ticker { to { transform: translateX(-50%); } }

.work { padding-top: clamp(100px, 13vw, 190px); padding-bottom: clamp(100px, 13vw, 190px); }
.section-head { display: grid; grid-template-columns: .75fr 2fr 1fr; align-items: end; gap: 30px; margin-bottom: 70px; }
.section-head > p { margin: 0; }
.section-head h2 { margin: 0; font-size: clamp(44px, 7vw, 105px); line-height: .88; letter-spacing: -.075em; }
.section-head h2 em { font-weight: 400; color: var(--violet); }
.instruction { text-align: right; font: 400 12px/1.3 "DM Mono", monospace; text-transform: uppercase; }
.project-stack { border-top: var(--line); }
.project { border-bottom: var(--line); background: var(--paper); transition: background .3s; }
.project.is-open { background: var(--accent); }
.project-trigger { border: 0; background: transparent; width: 100%; padding: 23px 0; display: grid; grid-template-columns: .35fr 2.2fr 1fr auto; gap: 20px; text-align: left; align-items: center; cursor: pointer; font-family: inherit; }
.project-num, .project-tag { font: 400 12px/1.2 "DM Mono", monospace; text-transform: uppercase; }
.project-name { font: 400 clamp(25px, 4.2vw, 67px)/.9 "Archivo Black", sans-serif; letter-spacing: -.05em; }
.project-mark { font-size: 42px; line-height: .6; width: 40px; text-align: center; transition: transform .3s; }
.project:not(.is-open) .project-trigger:hover .project-name { font-style: italic; transform: translateX(10px); }
.project-body { display: grid; grid-template-columns: 1fr 1fr; gap: 7vw; padding: 15px 0 45px calc(25% + 8px); overflow: hidden; }
.project-copy { max-width: 590px; }
.project-lead { font-size: clamp(23px, 2.5vw, 38px); line-height: 1.05; letter-spacing: -.045em; margin: 0 0 24px; }
.project-copy > p:not(.project-lead) { max-width: 500px; line-height: 1.6; }
.project-copy ul { list-style: none; display: flex; flex-wrap: wrap; gap: 7px; padding: 0; margin: 30px 0 0; }
.project-copy li { border: 1px solid var(--ink); border-radius: 99px; padding: 7px 11px; font: 500 11px/1 "DM Mono", monospace; text-transform: uppercase; }
.project-poster { min-height: 320px; border: var(--line); background: var(--paper); position: relative; overflow: hidden; padding: 20px; font-family: "Archivo Black", sans-serif; }
.poster-one { display: flex; justify-content: space-between; align-items: end; }
.poster-one b { font-size: 180px; line-height: .65; color: var(--orange); }
.poster-one span { font: 500 13px/1.2 "DM Mono", monospace; }
.poster-two { background: var(--ink); color: var(--paper); display: flex; flex-direction: column; justify-content: space-between; }
.poster-two b { font-size: clamp(100px, 13vw, 200px); line-height: .65; color: var(--acid); letter-spacing: -.1em; }
.poster-two span, .poster-two small { font: 500 12px/1 "DM Mono", monospace; }
.poster-three { display: grid; grid-template-columns: repeat(3, 1fr); gap: 12px; align-items: end; }
.poster-three i { height: 70%; border: 3px solid var(--ink); transform: skew(-12deg); }
.poster-three i:nth-child(2) { height: 90%; background: var(--violet); }
.poster-three span { position: absolute; inset: 20px auto auto 20px; font-size: 60px; line-height: .8; }
.poster-four { background: var(--acid); display: flex; flex-direction: column; justify-content: space-between; }
.poster-four span { font-size: 100px; letter-spacing: -.08em; }
.poster-four div { height: 32px; width: 64%; background: var(--ink); }
.poster-four small { font: 500 12px/1 "DM Mono", monospace; }
.poster-five { background: linear-gradient(135deg, var(--paper) 50%, var(--violet) 50%); display: grid; place-items: center; }
.poster-five b { font-size: 210px; line-height: .7; }
.poster-five span { position: absolute; right: 20px; bottom: 20px; text-align: right; font: 500 12px/1.2 "DM Mono", monospace; }
.poster-six { background: var(--ink); color: var(--paper); display: flex; align-items: center; justify-content: center; }
.poster-six div { position: absolute; width: 75%; height: 2px; background: var(--orange); transform: rotate(-18deg); }
.poster-six div::before, .poster-six div::after { content: ""; position: absolute; width: 18px; height: 18px; border-radius: 50%; background: var(--orange); top: -8px; }
.poster-six div::after { right: 0; }
.poster-six span { font-size: 70px; position: relative; }
.poster-six small { position: absolute; bottom: 20px; left: 20px; font: 500 12px/1 "DM Mono", monospace; }

.about { display: grid; grid-template-columns: .7fr 2.25fr; gap: 50px; padding-top: 100px; padding-bottom: 120px; border-top: var(--line); position: relative; }
.about-copy h2 { font-size: clamp(43px, 7vw, 108px); line-height: .92; letter-spacing: -.07em; margin: 0; }
.about-copy h2 span:first-child { color: var(--orange); }
.about-copy h2 span:last-child { color: var(--violet); font-style: italic; }
.about-copy > p { width: min(650px, 90%); margin: 55px 0 0 auto; font-size: clamp(18px, 1.5vw, 23px); line-height: 1.55; }
.principles { grid-column: 2; margin-top: 70px; display: grid; grid-template-columns: repeat(3, 1fr); border: var(--line); }
.principles p { margin: 0; min-height: 160px; padding: 20px; display: flex; flex-direction: column; justify-content: space-between; font-size: 18px; }
.principles p + p { border-left: var(--line); }
.principles b { font: 400 12px/1 "DM Mono", monospace; }

.contact { color: var(--paper); background: var(--ink); overflow: hidden; }
.contact-inner { padding-top: 90px; padding-bottom: 70px; }
.contact-inner h2 { font: 400 clamp(70px, 14vw, 210px)/.73 "Archivo Black", sans-serif; letter-spacing: -.085em; margin: 70px 0 100px; }
.contact-inner h2 span { color: var(--acid); -webkit-text-stroke: 0; }
.contact-row { border-top: 1px solid rgba(244,241,232,.45); padding-top: 25px; display: grid; grid-template-columns: 1fr 1fr auto; gap: 30px; align-items: start; }
.contact-row a { font-size: clamp(17px, 1.7vw, 25px); text-decoration-thickness: 1px; text-underline-offset: 6px; }
.contact-row p { margin: 0; font: 400 12px/1.5 "DM Mono", monospace; text-align: right; }

.footer { min-height: 100px; display: flex; align-items: center; justify-content: space-between; font: 500 11px/1 "DM Mono", monospace; }
.footer button { border: 0; background: transparent; font: inherit; cursor: pointer; }
.footer button span { color: var(--violet); }
.footer a { text-underline-offset: 4px; }

.reveal { opacity: 0; transform: translateY(35px); transition: opacity .7s ease, transform .7s cubic-bezier(.2,.8,.2,1); }
.reveal.visible { opacity: 1; transform: translateY(0); }
.cursor-orb { position: fixed; left: 0; top: 0; width: 230px; height: 230px; border-radius: 50%; background: var(--acid); mix-blend-mode: multiply; pointer-events: none; z-index: 50; transform: translate(-50%, -50%) scale(0); transition: transform .2s ease; }
.cursor-orb.active { transform: translate(-50%, -50%) scale(1); }

body.palette-shift { --paper: #e8e2ff; --acid: #ff6aaa; --violet: #125cff; --orange: #ff7a00; }

@media (max-width: 800px) {
  .nav { min-height: 82px; grid-template-columns: 1fr auto; }
  .nav-note, .nav nav a:not(.nav-contact) { display: none; }
  .nav nav { gap: 0; }
  .nav-contact { padding: 11px 13px; }
  .hero { min-height: calc(100svh - 82px); }
  .hero h1 { font-size: clamp(58px, 18vw, 112px); line-height: .8; }
  .hero h1 .outline { transform: none; }
  .hero h1 span:nth-child(3) { text-align: left; }
  .hero-stamp { top: 22px; }
  .hero-bottom > p { width: 65%; font-size: 18px; }
  .round-link { width: 90px; height: 90px; }
  .section-head { grid-template-columns: 1fr; }
  .section-head h2 { font-size: 55px; }
  .instruction { text-align: left; }
  .project-trigger { grid-template-columns: 35px 1fr auto; }
  .project-tag { display: none; }
  .project-name { font-size: 27px; }
  .project-body { grid-template-columns: 1fr; padding-left: 0; gap: 30px; }
  .project-poster { min-height: 260px; }
  .about { grid-template-columns: 1fr; }
  .about-copy h2 { font-size: 52px; }
  .about-copy > p { width: 100%; }
  .principles { grid-column: 1; grid-template-columns: 1fr; }
  .principles p { min-height: 110px; }
  .principles p + p { border-left: 0; border-top: var(--line); }
  .contact-inner h2 { font-size: clamp(62px, 19vw, 120px); margin-bottom: 70px; }
  .contact-row { grid-template-columns: 1fr; }
  .contact-row p { text-align: left; }
  .footer { padding-block: 30px; flex-wrap: wrap; gap: 20px; }
  .cursor-orb { 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; }
  .reveal { opacity: 1; transform: none; }
  .cursor-orb { display: none; }
}
