:root {
  --ink: #11110f;
  --paper: #eeeadd;
  --paper-deep: #dcd5c4;
  --acid: #ff5c35;
  --lime: #c7ef43;
  --blue: #6b8afd;
  --muted: #a7a294;
  --line: rgba(238, 234, 221, .18);
  --display: Georgia, "Times New Roman", serif;
  --sans: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  --max: 1240px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  background: var(--ink);
  color: var(--paper);
  font-family: var(--sans);
  font-size: 16px;
  line-height: 1.5;
  overflow-x: hidden;
}
body::before {
  position: fixed;
  inset: 0;
  z-index: 100;
  pointer-events: none;
  content: "";
  opacity: .025;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 160 160' 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='.9'/%3E%3C/svg%3E");
}
a { color: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
button { font: inherit; }
img { display: block; max-width: 100%; }
::selection { background: var(--acid); color: var(--ink); }
:focus-visible { outline: 3px solid var(--lime); outline-offset: 4px; }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; border: 0; }
.skip-link { position: fixed; left: 1rem; top: -5rem; z-index: 1000; padding: .8rem 1rem; background: var(--lime); color: var(--ink); text-decoration: none; font-weight: 800; }
.skip-link:focus { top: 1rem; }
.section-shell { width: min(calc(100% - 48px), var(--max)); margin-inline: auto; }

.site-header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 50;
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 78px;
  padding: 0 max(24px, calc((100vw - var(--max)) / 2));
  border-bottom: 1px solid transparent;
  transition: background .25s ease, border-color .25s ease, min-height .25s ease;
}
.site-header.is-scrolled { min-height: 64px; background: rgba(17, 17, 15, .9); border-color: var(--line); backdrop-filter: blur(14px); }
.wordmark { display: inline-flex; align-items: center; gap: .7rem; font-weight: 760; text-decoration: none; letter-spacing: -.03em; }
.wordmark-mark { display: grid; place-items: center; width: 34px; aspect-ratio: 1; border: 1px solid var(--paper); border-radius: 50%; font-size: .65rem; letter-spacing: .03em; }
.wordmark-avatar {
  width: 34px;
  height: 34px;
  border: 1px solid var(--paper);
  border-radius: 50%;
  object-fit: cover;
}
.site-nav { display: flex; align-items: center; gap: 2rem; }
.site-nav a { color: var(--muted); font-size: .84rem; font-weight: 700; text-decoration: none; }
.site-nav a:hover { color: var(--paper); }
.site-nav .nav-cta { padding: .7rem 1rem; border: 1px solid var(--line); color: var(--paper); }
.site-nav .nav-cta:hover { background: var(--paper); color: var(--ink); }
.menu-toggle { display: none; width: 46px; height: 42px; border: 1px solid var(--line); background: transparent; color: var(--paper); }
.menu-toggle span:not(.sr-only) { display: block; width: 19px; height: 1px; margin: 5px auto; background: currentColor; transition: transform .2s ease; }

.hero {
  position: relative;
  display: grid;
  grid-template-columns: 1.05fr .95fr;
  align-items: center;
  min-height: 820px;
  max-width: 1440px;
  margin: 0 auto;
  padding: 134px 5vw 80px;
}
.hero::before { position: absolute; left: 48%; top: 12%; width: 1px; height: 72%; background: linear-gradient(transparent, var(--line), transparent); content: ""; }
.hero-copy { position: relative; z-index: 2; max-width: 700px; }
.eyebrow, .kicker { margin: 0 0 1.4rem; text-transform: uppercase; letter-spacing: .14em; font-size: .69rem; font-weight: 800; }
.eyebrow { display: flex; align-items: center; gap: .7rem; color: var(--muted); }
.status-dot { width: 8px; height: 8px; border-radius: 50%; background: var(--lime); box-shadow: 0 0 0 4px rgba(199, 239, 67, .1); }
h1, h2 { margin: 0; font-family: var(--display); font-weight: 400; letter-spacing: -.055em; line-height: .92; }
h1 { max-width: 760px; font-size: clamp(4rem, 8vw, 8rem); }
h1 em, h2 em { color: var(--acid); font-weight: 400; }
.hero-intro { max-width: 570px; margin: 2rem 0 0; color: #c3beb0; font-size: clamp(1.05rem, 1.5vw, 1.3rem); line-height: 1.65; }
.hero-actions { display: flex; align-items: center; gap: 1.8rem; margin-top: 2.2rem; }
.button { display: inline-flex; align-items: center; justify-content: space-between; min-width: 206px; gap: 2rem; padding: 1rem 1.2rem; border: 1px solid transparent; font-size: .79rem; font-weight: 800; text-decoration: none; text-transform: uppercase; letter-spacing: .06em; transition: transform .18s ease, background .18s ease; }
.button:hover { transform: translateY(-3px); }
.button-primary { background: var(--acid); color: var(--ink); }
.button-light { background: var(--paper); color: var(--ink); }
.text-link { display: inline-flex; gap: .55rem; padding-block: .35rem; border-bottom: 1px solid currentColor; font-size: .82rem; font-weight: 800; text-decoration: none; }

.hero-art {
  position: relative;
  justify-self: end;
  width: 100%;
  max-width: 680px;
  min-width: 0;
  min-height: 600px;
}
.hero-card {
  position: absolute;
  z-index: 2;
  display: flex;
  flex-direction: column;
  min-width: 0;
  padding: 1.2rem;
  overflow: hidden;
  color: var(--ink);
  text-decoration: none;
  box-shadow: 0 30px 80px rgba(0, 0, 0, .24);
  transform-origin: center;
  transition: transform .35s ease;
}
.hero-card-image {
  display: block;
  flex: none;
  width: 100%;
  height: auto;
  margin: 0.8rem 0 1rem;
  object-fit: cover;
  object-position: center;
}
.hero-card:hover { transform: rotate(0deg) scale(1.03); z-index: 5; }
.hero-card strong { margin-top: auto; font-family: var(--display); font-size: 2.2rem; font-weight: 400; letter-spacing: -.04em; line-height: 1;}
.hero-card small { margin-top: .2rem; text-transform: uppercase; letter-spacing: .1em; font-size: .55rem; font-weight: 800; }
.card-index { font-family: var(--display); font-size: 1rem; }
.hero-card-game {
  left: 0;
  top: 10%;
  width: 52%;
  max-width: 330px;
  background: #d6d1ff;
  transform: rotate(-5deg);
}

.hero-card-art {
  right: 0;
  top: 2%;
  width: 49%;
  max-width: 315px;
  background: var(--acid);
  transform: rotate(6deg);
}

.hero-card-model {
  right: 25%;
  bottom: 0;
  width: 54%;
  max-width: 345px;
  background: var(--lime);
  transform: rotate(-2deg);
}
.pixel-landscape { position: relative; display: block; width: 100%; height: 52%; margin-top: 12%; background: linear-gradient(#7172b7 0 48%, #2b2946 48%); overflow: hidden; }
.pixel-landscape::before { position: absolute; left: 15%; top: 15%; width: 18%; aspect-ratio: 1; border-radius: 50%; background: #fff3bb; content: ""; }
.pixel-landscape i { position: absolute; bottom: 0; width: 45%; height: 36%; background: #131326; clip-path: polygon(50% 0, 100% 100%, 0 100%); }
.pixel-landscape i:nth-child(2) { left: 25%; height: 52%; }
.pixel-landscape i:nth-child(3) { right: -10%; height: 44%; }
.paint-mark { position: relative; width: 70%; aspect-ratio: .8; margin: 2% auto 0; border: 10px solid var(--ink); border-radius: 48% 52% 45% 55% / 57% 30% 70% 43%; transform: rotate(-12deg); }
.paint-mark::before, .paint-mark::after { position: absolute; border-radius: 50%; background: var(--paper); content: ""; }
.paint-mark::before { left: 19%; top: 18%; width: 18%; aspect-ratio: 1; box-shadow: 50px -4px 0 var(--paper); }
.paint-mark::after { left: 28%; bottom: 15%; width: 46%; height: 17%; border-radius: 50%; }
.model-shape { position: relative; width: 48%; aspect-ratio: 1; margin: 1% auto 0; background: var(--ink); clip-path: polygon(50% 0, 93% 25%, 93% 75%, 50% 100%, 7% 75%, 7% 25%); }
.model-shape::before { position: absolute; inset: 18%; border: 1px solid var(--lime); clip-path: inherit; content: ""; }
.orbit { position: absolute; border: 1px solid rgba(238, 234, 221, .14); border-radius: 50%; }
.orbit-one { inset: 3% 4% 10% 0; }
.orbit-two { inset: 17% -9% 2% 16%; }
.hero-note { position: absolute; left: 1%; bottom: 4%; color: var(--muted); font-size: .65rem; text-transform: uppercase; letter-spacing: .13em; transform: rotate(-90deg); transform-origin: left bottom; }

.marquee { overflow: hidden; border-block: 1px solid var(--line); background: var(--paper); color: var(--ink); }
.marquee-track { display: flex; align-items: center; width: max-content; padding: .8rem 0; animation: marquee 28s linear infinite; }
.marquee span { font-family: var(--display); font-size: 1.3rem; font-style: italic; white-space: nowrap; }
.marquee b { margin: 0 1.8rem; color: var(--acid); font-size: .8rem; }
@keyframes marquee { to { transform: translateX(-50%); } }

.work-section { padding-block: 130px 150px; }
.section-heading { display: grid; grid-template-columns: 1fr 360px; align-items: end; gap: 3rem; padding-bottom: 2rem; border-bottom: 1px solid var(--line); }
.kicker { color: var(--acid); }
.section-heading h2, .about-copy h2, .site-footer h2 { font-size: clamp(3.4rem, 6vw, 6.7rem); }
.section-heading > p { color: var(--muted); line-height: 1.7; }
.filters { display: flex; gap: .5rem; padding: 1.6rem 0 2.5rem; }
.filter-button { padding: .65rem 1rem; border: 1px solid var(--line); border-radius: 99px; background: transparent; color: var(--muted); cursor: pointer; font-size: .74rem; font-weight: 700; }
.filter-button span { margin-left: .35rem; opacity: .55; font-size: .61rem; }
.filter-button:hover, .filter-button.is-active { background: var(--paper); color: var(--ink); border-color: var(--paper); }
.project-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 1px; background: var(--line); }
.project { min-width: 0; background: var(--ink); transition: opacity .25s ease, transform .25s ease; }
.project[hidden] { display: none; }
.project-open { display: block; width: 100%; padding: 0; border: 0; background: var(--ink); color: inherit; text-align: left; cursor: pointer; }
.project-visual { position: relative; display: block; width: 100%; height: auto; overflow: hidden; }
.project-wide .project-visual { height: 540px; }
.project-meta { display: flex; align-items: center; justify-content: space-between; min-height: 95px; padding: 1rem; border: 1px solid var(--line); }
.project-meta > span:first-child { display: flex; flex-direction: column; gap: .4rem; }
.project-meta small { color: var(--muted); text-transform: uppercase; letter-spacing: .12em; font-size: .6rem; }
.project-meta strong { font-family: var(--display); font-size: clamp(1.25rem, 2vw, 1.8rem); font-weight: 400; letter-spacing: -.04em; }
.project-arrow { display: grid; place-items: center; width: 42px; aspect-ratio: 1; border: 1px solid var(--line); border-radius: 50%; transition: background .2s ease, transform .2s ease; }
.project-open:hover .project-arrow { background: var(--acid); color: var(--ink); border-color: var(--acid); transform: rotate(45deg); }
.project-open:hover .project-visual { filter: saturate(1.12); }
.visual-signal { background: linear-gradient(165deg, #211d38 0 50%, #513e64 50% 68%, #171726 68%); }
.signal-sun { position: absolute; left: 16%; top: 13%; width: 22%; aspect-ratio: 1; border-radius: 50%; background: var(--acid); box-shadow: 0 0 80px rgba(255, 92, 53, .25); }
.signal-tower { position: absolute; left: 54%; bottom: 0; width: 9%; height: 78%; background: #0a0a11; clip-path: polygon(38% 0, 62% 0, 100% 100%, 0 100%); }
.signal-tower::before { position: absolute; left: 25%; top: 13%; width: 50%; aspect-ratio: 1; border-radius: 50%; background: var(--paper); content: ""; }
.signal-ray { position: absolute; left: 57%; top: 14%; width: 38%; height: 18%; background: linear-gradient(90deg, rgba(238,234,221,.65), transparent); clip-path: polygon(0 45%,100% 0,100% 100%,0 55%); }
.visual-saints { background: #798b57; }
.visual-saints::before { position: absolute; inset: 8%; border: 1px solid rgba(17,17,15,.25); content: ""; }
.visual-saints i { position: absolute; left: calc(16% + var(--offset, 0%)); bottom: 6%; width: 24%; height: 74%; background: var(--ink); clip-path: polygon(50% 0,68% 18%,62% 28%,78% 48%,95% 100%,5% 100%,22% 48%,38% 28%,32% 18%); }
.visual-saints i:nth-child(2) { --offset: 26%; height: 62%; background: #d2c7a2; }
.visual-saints i:nth-child(3) { --offset: 52%; height: 80%; background: #2e3a26; }
.visual-relic { background: radial-gradient(circle at 60% 38%, #ae8273 0 2%, transparent 2.5%), linear-gradient(135deg, #382e31, #130f15); }
.visual-relic i:first-child { position: absolute; left: 29%; top: 17%; width: 44%; aspect-ratio: .82; background: #8e7065; clip-path: polygon(22% 0,78% 0,100% 26%,82% 100%,18% 100%,0 26%); transform: rotate(7deg); box-shadow: 22px 32px 0 #20191d; }
.visual-relic i:nth-child(2) { position: absolute; left: 40%; top: 30%; width: 23%; aspect-ratio: 1; border: 8px solid #2a2125; border-radius: 50%; }
.visual-relic i:nth-child(3) { position: absolute; left: 48%; top: 38%; width: 7%; aspect-ratio: 1; border-radius: 50%; background: var(--acid); box-shadow: 0 0 25px var(--acid); }
.visual-moss { background: linear-gradient(#8ba897 0 55%, #3e5c47 55%); }
.visual-moss i { position: absolute; bottom: 0; width: 27%; background: #19362c; border-radius: 48% 48% 0 0; }
.visual-moss i:first-child { left: -4%; height: 67%; }
.visual-moss i:nth-child(2) { left: 23%; height: 45%; }
.visual-moss i:nth-child(3) { right: 22%; height: 59%; }
.visual-moss i:nth-child(4) { right: -3%; height: 38%; }
.visual-moss::after { position: absolute; left: 48%; top: 49%; width: 10px; height: 28px; border-radius: 50% 50% 15% 15%; background: #ffb52e; box-shadow: 0 0 35px 14px rgba(255, 181, 46, .32); content: ""; }
.visual-waystation { background: linear-gradient(#485563 0 72%, #22262d 72%); }
.way-moon { position: absolute; right: 12%; top: 12%; width: 16%; aspect-ratio: 1; border-radius: 50%; background: #f2dda3; }
.way-building { position: absolute; left: 13%; bottom: 17%; width: 65%; height: 42%; background: #191c22; clip-path: polygon(0 18%, 36% 18%, 43% 0, 100% 0, 100% 100%, 0 100%); }
.way-window { position: absolute; left: 26%; bottom: 28%; width: 20%; height: 16%; background: #f36f45; box-shadow: 0 0 45px rgba(243,111,69,.35); }
.way-ground { position: absolute; left: 0; right: 0; bottom: 0; height: 18%; background: #17191d; }
.visual-hours { background: #dfd5c0; }
.visual-hours i { position: absolute; border: 8px solid var(--ink); }
.visual-hours i:first-child { left: 12%; top: 19%; width: 32%; height: 48%; border-radius: 50% 42% 56% 38%; transform: rotate(-14deg); }
.visual-hours i:nth-child(2) { right: 13%; top: 14%; width: 29%; aspect-ratio: 1; border-radius: 50%; border-color: var(--acid); }
.visual-hours i:nth-child(3) { right: 22%; bottom: 13%; width: 35%; height: 33%; border: 0; background: var(--blue); clip-path: polygon(50% 0,100% 100%,0 100%); transform: rotate(9deg); }

.about-section { padding: 150px 0; background: var(--paper); color: var(--ink); }
.about-grid { display: grid; grid-template-columns: .75fr 1.25fr; gap: clamp(4rem, 9vw, 9rem); align-items: center; }
.portrait-block { position: relative; display: grid; place-items: center; min-height: 600px; overflow: hidden; background: #c3bfd3; }
.portrait-block p { position: absolute; z-index: 3; bottom: 1.3rem; left: 1.3rem; margin: 0; text-transform: uppercase; letter-spacing: .12em; font-size: .56rem; font-weight: 800; }
.portrait-ring { position: absolute; width: 72%; aspect-ratio: 1; border: 2px solid var(--ink); border-radius: 50%; }
.portrait-shape { position: absolute; bottom: -6%; width: 60%; height: 78%; background: var(--ink); border-radius: 45% 45% 8% 8% / 25% 25% 8% 8%; }
.portrait-shape::before { position: absolute; left: 22%; top: -16%; width: 56%; aspect-ratio: .82; border-radius: 48% 52% 45% 55%; background: var(--ink); content: ""; }
.about-copy .kicker { color: #776f61; }
.about-copy h2 em { color: var(--acid); }
.about-lead { margin: 2.5rem 0; max-width: 720px; font-family: var(--display); font-size: clamp(1.8rem, 3vw, 3rem); line-height: 1.15; letter-spacing: -.035em; }
.placeholder { border-bottom: 2px solid var(--acid); }
.about-columns { display: grid; grid-template-columns: repeat(2, 1fr); gap: 2rem; color: #5d584f; }
.about-columns p { margin: 0; }
.tool-list { display: flex; flex-wrap: wrap; gap: .5rem; padding: 2.4rem 0; margin: 2.4rem 0; border-block: 1px solid rgba(17,17,15,.18); list-style: none; }
.tool-list li { padding: .55rem .8rem; border: 1px solid rgba(17,17,15,.22); border-radius: 99px; font-size: .7rem; font-weight: 750; }

.commissions-section { padding-block: 130px; }
.commission-card { position: relative; display: grid; grid-template-columns: 1fr 300px; gap: 3rem; align-items: center; min-height: 580px; padding: clamp(2rem, 6vw, 6rem); overflow: hidden; background: var(--blue); color: var(--ink); }
.commission-card::before { position: absolute; right: -10%; bottom: -45%; width: 55%; aspect-ratio: 1; border: 1px solid rgba(17,17,15,.25); border-radius: 50%; content: ""; }
.commission-copy { position: relative; z-index: 2; max-width: 820px; }
.commission-copy .eyebrow { color: var(--ink); }
.commission-copy h2 { font-size: clamp(3.4rem, 6.4vw, 7rem); }
.commission-copy h2 em { color: var(--paper); }
.commission-copy > p:not(.eyebrow) { max-width: 650px; margin: 2rem 0; font-size: 1.08rem; line-height: 1.7; }
.commission-stamp { position: relative; z-index: 2; display: flex; flex-direction: column; align-items: center; justify-content: center; width: 270px; aspect-ratio: 1; border: 2px solid var(--ink); border-radius: 50%; text-align: center; transform: rotate(8deg); }
.commission-stamp::before { position: absolute; inset: 10px; border: 1px dashed var(--ink); border-radius: 50%; content: ""; }
.commission-stamp strong { margin: .45rem 0; font-family: var(--display); font-size: 2.4rem; line-height: .8; }
.commission-stamp span { text-transform: uppercase; letter-spacing: .18em; font-size: .56rem; font-weight: 800; }

.site-footer { padding-top: 95px; border-top: 1px solid var(--line); }
.footer-main { display: grid; grid-template-columns: 1fr 1fr; gap: 6rem; padding-bottom: 100px; }
.social-links { display: grid; grid-template-columns: 1fr 1fr; align-content: start; }
.social-links a { display: flex; justify-content: space-between; padding: 1.1rem .4rem; border-bottom: 1px solid var(--line); color: var(--muted); text-decoration: none; font-weight: 700; }
.social-links a:hover { color: var(--paper); border-color: var(--paper); }
.footer-bottom { display: flex; justify-content: space-between; padding-block: 1.4rem; border-top: 1px solid var(--line); color: var(--muted); font-size: .7rem; }
.footer-bottom a { text-decoration: none; }

.project-dialog { width: min(1280px, calc(100% - 32px)); max-height: calc(100vh - 32px); padding: 0; border: 1px solid rgba(238,234,221,.25); background: var(--ink); color: var(--paper); box-shadow: 0 30px 100px rgba(0,0,0,.65); }
.project-dialog[open] { display: grid; grid-template-columns: minmax(0, 2fr) minmax(300px, .7fr); align-items: stretch; }
.project-dialog::backdrop { background: rgba(5,5,4,.82); backdrop-filter: blur(5px); }
.dialog-visual { position: relative; display: grid; place-items: center; min-height: min(680px, calc(100vh - 32px)); max-height: calc(100vh - 32px); overflow: hidden; background: #080808; }
.dialog-image { display: block; width: 100%; height: auto; max-height: calc(100vh - 32px); object-fit: contain; object-position: center; }
.dialog-image-action { position: absolute; right: 1rem; bottom: 1rem; padding: .65rem .8rem; background: rgba(17,17,15,.88); color: var(--paper); font-size: .65rem; font-weight: 800; letter-spacing: .08em; text-decoration: none; text-transform: uppercase; }
.dialog-image-action[hidden] { display: none; }
.dialog-content { position: relative; display: flex; flex-direction: column; justify-content: flex-start; min-width: 0; padding: 4rem 2rem 2rem; overflow-x: hidden; overflow-y: auto; }
.dialog-content h2 { max-width: 100%; margin: .75rem 0 1.25rem; font-size: clamp(1.25rem, 1.8vw, 1.75rem) !important; line-height: 1.1; letter-spacing: -.02em; overflow-wrap: anywhere; }
.dialog-close { position: absolute; top: 1rem; right: 1rem; display: grid; place-items: center; width: 42px; aspect-ratio: 1; border: 1px solid var(--line); border-radius: 50%; background: transparent; color: inherit; cursor: pointer; font-size: 1.6rem; }
.dialog-content > p:not(.kicker) { color: var(--muted); line-height: 1.7; }

.noscript-note { position: fixed; z-index: 80; bottom: 1rem; left: 1rem; right: 1rem; padding: 1rem; background: var(--paper); color: var(--ink); text-align: center; }

.error-page { display: grid; place-items: center; min-height: 100vh; padding: 2rem; }
.error-page main { width: min(900px, 100%); }
.error-page h1 { margin-bottom: 2rem; }
.error-page main > p:not(.kicker) { margin-bottom: 2rem; color: var(--muted); font-size: 1.1rem; }

.reveal { opacity: 0; transform: translateY(24px); transition: opacity .65s ease, transform .65s ease; }
.reveal.is-visible { opacity: 1; transform: translateY(0); }

@media (max-width: 1000px) {
  .hero { grid-template-columns: 1fr; padding-top: 150px; }
  .hero-art::before { display: none; }
  .hero-art { justify-self: center; min-height: 610px; margin-top: 2rem; }
  .hero-art::before {
  position: absolute;
  left: -2rem;
  top: 12%;
  width: 1px;
  height: 72%;
  background: linear-gradient(
    transparent,
    var(--line),
    transparent
  );
  content: "";
}
  .about-grid { grid-template-columns: 1fr; }
  .portrait-block { width: min(520px, 100%); min-height: 570px; }
  .commission-card { grid-template-columns: 1fr; }
  .commission-stamp { position: absolute; right: -20px; bottom: -40px; opacity: .25; }
}

@media (max-width: 720px) {
  .section-shell { width: min(calc(100% - 28px), var(--max)); }
  .site-header { min-height: 68px; padding-inline: 14px; }
  .menu-toggle { display: block; }
  .site-nav { position: fixed; inset: 68px 0 auto; display: none; flex-direction: column; align-items: stretch; gap: 0; padding: 1rem 14px 1.5rem; background: var(--ink); border-bottom: 1px solid var(--line); }
  .site-nav.is-open { display: flex; }
  .site-nav a { padding: 1rem .4rem; border-bottom: 1px solid var(--line); }
  .site-nav .nav-cta { margin-top: .8rem; text-align: center; }
  .menu-toggle[aria-expanded="true"] span:not(.sr-only):nth-child(2) { transform: translateY(3px) rotate(45deg); }
  .menu-toggle[aria-expanded="true"] span:not(.sr-only):nth-child(3) { transform: translateY(-3px) rotate(-45deg); }
  .hero { min-height: auto; padding: 125px 18px 70px; }
  h1 { font-size: clamp(3.6rem, 17vw, 6rem); }
  .hero-actions { align-items: flex-start; flex-direction: column; gap: 1.2rem; }
  .hero-art { min-height: 520px; }
  .hero-card-game { width: 52%; }
  .hero-card-art { width: 47%; }
  .hero-card-model { width: 58%; }
  .hero-note { display: none; }
  .work-section { padding-block: 90px; }
  .section-heading { grid-template-columns: 1fr; gap: 1.5rem; }
  .filters { overflow-x: auto; }
  .filter-button { flex: 0 0 auto; }
  .project-grid { grid-template-columns: 1fr; }
  .project-visual, .project-wide .project-visual { height: 390px; }
  .about-section { padding-block: 90px; }
  .portrait-block { min-height: 470px; }
  .about-columns { grid-template-columns: 1fr; }
  .commissions-section { padding-block: 80px; }
  .commission-card { min-height: 620px; padding: 2rem 1.4rem; }
  .commission-copy h2 { font-size: clamp(3rem, 14vw, 5rem); }
  .footer-main { grid-template-columns: 1fr; gap: 3rem; padding-bottom: 70px; }
  .social-links { grid-template-columns: 1fr; }
  .project-dialog[open] { display: block; }
  .dialog-visual { min-height: 220px; }
}

@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; }
}

