:root {
  color-scheme: dark;
  --ink: #e9e8df;
  --muted: #aaa9a0;
  --black: #151515;
  --line: #454540;
  --display: Impact, 'Arial Black', 'Helvetica Neue', sans-serif;
  --mono: 'Courier New', monospace;
}
* { box-sizing: border-box; }
html { background: var(--black); scroll-padding-top: 28px; }
body { margin: 0; color: var(--ink); font: 20px/1.5 var(--mono); }
body::before { content: ''; position: fixed; inset: 0; background: url('/assets/grain.svg'); opacity: .1; pointer-events: none; z-index: 5; }
a { color: inherit; text-underline-offset: 5px; }
a:hover { text-decoration-thickness: 2px; }
a:focus-visible { outline: 2px dashed currentColor; outline-offset: 6px; }
.site { max-width: 1440px; margin: auto; padding: 0 56px; }
header { display: flex; align-items: center; justify-content: space-between; gap: 24px; min-height: 108px; }
.brand { display: inline-flex; flex-direction: column; font: 900 25px/.9 var(--display); letter-spacing: -1px; text-decoration: none; }
.brand span { padding-top: 8px; font: 18px/1 var(--mono); letter-spacing: 5px; }
nav { display: flex; gap: 32px; font-size: 18px; }
nav a { padding: 12px 0; text-decoration: none; }
nav a:hover { text-decoration: underline; }
.masthead-top { display: flex; justify-content: space-between; gap: 24px; font-size: 18px; text-transform: uppercase; letter-spacing: 1px; color: var(--muted); }
.studio-hero { padding: 48px 0 70px; }
.studio-hero h1 { position: relative; font: 900 clamp(110px, 23.3vw, 336px)/.95 var(--display); letter-spacing: -.055em; margin: 24px 0 40px -5px; white-space: nowrap; width: fit-content; }
.studio-hero h1::after { content: ''; position: absolute; inset: 0; pointer-events: none; background: url('/assets/ink-wear.svg'); opacity: .75; }
.asterisk { font: 400 .35em/1 Arial, sans-serif; vertical-align: top; display: inline-block; margin: .13em 0 0 .13em; transform: rotate(-13deg); }
.studio-intro { display: grid; grid-template-columns: 1.3fr 1fr; gap: 12%; align-items: end; }
.studio-line { max-width: 620px; font: 700 clamp(27px, 3.1vw, 44px)/1.12 Arial, sans-serif; letter-spacing: -1px; margin: 0; }
.studio-aside { max-width: 345px; }
.studio-aside p { margin: 0 0 20px; font-size: 18px; color: var(--muted); }
.studio-aside a { display: inline-flex; align-items: center; gap: 25px; font-size: 18px; }
.project-sheet { background: var(--ink); color: var(--black); padding: 26px 34px 22px; position: relative; margin: 15px 0 0; }
.project-sheet::before { content: ''; position: absolute; left: 0; right: 0; top: -5px; height: 6px; background: var(--ink); clip-path: polygon(0 80%,4% 35%,9% 75%,15% 10%,24% 65%,35% 5%,42% 60%,53% 15%,61% 70%,74% 20%,83% 65%,95% 0,100% 40%,100% 100%,0 100%); }
.sheet-heading,.sheet-bottom { display: flex; justify-content: space-between; align-items: center; gap: 20px; font-size: 18px; }
.sheet-heading { text-transform: uppercase; letter-spacing: 1px; }
.badge { display: inline-block; font: 18px/1.4 var(--mono); text-transform: uppercase; }
.badge::before { content: ''; width: 6px; height: 6px; display: inline-block; border: 1px solid currentColor; border-radius: 50%; margin-right: 8px; }
.project-layout { display: grid; grid-template-columns: 1.08fr 1fr; gap: 9%; align-items: center; padding: 40px 0 50px; }
.project-art { position: relative; padding: 10px 14px 22px; }
.project-art a { display: block; transform: rotate(-4deg); transition: transform .2s ease; }
.project-art a:hover { transform: rotate(-1deg) translateY(-4px); }
.project-art figure { background: #d2d1c7; padding: 10px; box-shadow: 5px 8px 0 #151515; }
.project-art img { mix-blend-mode: multiply; }
.project-art figcaption { font-size: 18px; color: #4c4c45; margin-top: 6px; }
.paper-note { position: absolute; right: -15px; bottom: 0; background: var(--black); color: var(--ink); padding: 9px 13px; font-size: 18px; transform: rotate(4deg); }
.project-number { font-size: 18px; letter-spacing: 1px; }
.project-copy { min-width: 0; }
.project-copy h2 { font: 900 clamp(50px, 6.8vw, 98px)/1 var(--display); letter-spacing: -.035em; margin: 16px 0 15px; overflow-wrap: anywhere; }
.project-description { font-size: 20px; margin: 0 0 30px; max-width: 290px; }
.project-line { font: 700 clamp(22px, 2.4vw, 33px)/1.14 Arial, sans-serif; letter-spacing: -.7px; max-width: 360px; margin: 0 0 32px; }
.project-cta { display: flex; justify-content: space-between; align-items: center; padding: 15px 0; max-width: 330px; border-top: 1px solid #99998f; font-size: 18px; font-weight: bold; text-decoration: none; }
.project-cta > span { font: 30px/1 Arial, sans-serif; }
.project-cta:hover > span { transform: translate(3px,-3px); }
.sheet-bottom { color: #626259; }
.elsewhere { padding: 100px 0 90px; display: grid; grid-template-columns: 1fr 1fr; gap: 12%; align-items: center; }
.eyebrow,.micro { font-size: 18px; text-transform: uppercase; letter-spacing: 1px; }
.elsewhere .eyebrow { color: var(--muted); }
.elsewhere h2 { font: 900 clamp(48px, 6.3vw, 90px)/.98 var(--display); letter-spacing: -.035em; margin: 22px 0; }
.elsewhere p { font-size: 20px; max-width: 310px; color: var(--muted); }
.channel-links > a { display: flex; justify-content: space-between; align-items: center; padding: 25px 0; border-bottom: 1px solid var(--line); text-decoration: none; font: 700 32px/1.15 Arial, sans-serif; letter-spacing: -1px; }
.channel-links small { display: block; font: 18px/1.5 var(--mono); color: var(--muted); letter-spacing: 0; margin-bottom: 9px; }
.channel-links > a:hover { color: white; border-color: var(--ink); }
.channel-links > a:hover > span:last-child { transform: rotate(45deg); }
footer { display: flex; align-items: center; gap: 24px; border-top: 1px solid var(--line); padding: 28px 0 36px; font-size: 18px; color: var(--muted); }
footer .brand { font-size: 21px; color: var(--ink); }
footer .domain { margin-left: auto; }
footer > a { padding: 8px 0; text-decoration: none; }
.skip { position: absolute; left: 16px; top: -80px; padding: 12px; background: var(--ink); color: var(--black); z-index: 10; }
.skip:focus { top: 10px; }
/* Shared experiment pages keep launch details out of the studio introduction. */
figure { margin: 0; min-width: 0; }
figure img { width: 100%; height: auto; display: block; }
figcaption { font-size: 18px; color: var(--muted); margin-top: 12px; }
.back { display: inline-block; margin: 24px 0; font-size: 18px; }
.detail { display: grid; grid-template-columns: 1fr 1fr; gap: 70px; align-items: center; padding: 30px 0 60px; }
.detail > div { min-width: 0; }
.detail h1,.page-intro h1 { font: 900 clamp(52px,8vw,110px)/1 var(--display); letter-spacing: -.04em; margin: 20px 0 24px; overflow-wrap: anywhere; }
.working-line { font: 700 clamp(24px,3vw,38px)/1.15 Arial,sans-serif; max-width: 470px; }
.actions { display: flex; flex-wrap: wrap; gap: 12px; }
.button { display: inline-flex; gap: 24px; align-items: center; padding: 15px 20px; background: var(--ink); color: var(--black); min-height: 48px; text-decoration: none; font-weight: bold; font-size: 18px; }
.button small { font-size: 18px; }
.unavailable { color: var(--muted); border: 1px dashed var(--line); background: transparent; }
.detail .micro { color: var(--muted); }
.facts { padding: 35px 0 60px; }
.section-heading { display: flex; justify-content: space-between; align-items: center; gap: 20px; }
.section-heading h2 { font-size: 18px; font-weight: normal; }
.facts dl > div { display: grid; grid-template-columns: 220px 1fr; gap: 24px; padding: 17px 0; border-top: 1px solid var(--line); }
dt,.pending { color: var(--muted); }
dd { margin: 0; overflow-wrap: anywhere; white-space: pre-wrap; }
.channel-note { margin: 0 0 55px; font-size: 18px; }
.channel-note a { margin-left: 14px; }
.page-intro { padding: 50px 0; }
.ledger { padding-bottom: 80px; }
.experiment-row { display: grid; grid-template-columns: 32px 1fr auto 20px; gap: 20px; align-items: center; padding: 25px 0; border-bottom: 1px solid var(--line); text-decoration: none; }
.row-name { font: 32px/1.2 var(--display); overflow-wrap: anywhere; }
.row-name small { display: block; font: 18px/1.5 var(--mono); color: var(--muted); margin-top: 6px; }
.index { color: var(--muted); font-size: 18px; }
.empty { padding: 60px 0; }
@media (max-width: 900px) {
  .site { padding: 0 28px; }
  .studio-intro { gap: 7%; }
  .project-sheet { padding: 22px; }
  .project-layout { gap: 7%; }
  .project-art { padding-left: 5px; padding-right: 5px; }
  .paper-note { right: -8px; }
  .project-copy h2 { font-size: 7vw; }
  .project-line { font-size: 25px; }
  .detail { gap: 32px; }
}
@media (max-width: 600px) {
  .site { padding: 0 20px; }
  header { min-height: 86px; gap: 16px; flex-wrap: wrap; padding: 18px 0; }
  .brand { font-size: 22px; }
  nav { gap: 18px; font-size: 18px; }
  .studio-hero { padding: 32px 0 48px; }
  .masthead-top { font-size: 18px; }
  .masthead-top > span:last-child { display: none; }
  .studio-hero h1 { font-size: 23.3vw; margin: 22px 0 32px -2px; }
  .studio-intro { grid-template-columns: 1fr; gap: 24px; }
  .studio-line { font-size: 31px; max-width: 350px; }
  .studio-aside { max-width: 320px; }
  .studio-aside p { font-size: 20px; margin-bottom: 18px; }
  .project-sheet { margin: 0 -6px; padding: 20px 18px; }
  .sheet-heading { font-size: 18px; letter-spacing: 0; }
  .project-layout { grid-template-columns: 1fr; padding: 22px 0 30px; gap: 30px; }
  .project-art { max-width: 400px; width: 100%; padding: 12px 20px 20px; justify-self: center; }
  .project-art a { transform: rotate(-3deg); }
  .paper-note { right: 7px; font-size: 18px; }
  .project-number { font-size: 18px; }
  .project-copy h2 { font-size: 18vw; margin: 12px 0; }
  .project-description { margin-bottom: 24px; }
  .project-line { font-size: 29px; margin-bottom: 26px; }
  .project-cta { max-width: none; }
  .sheet-bottom { align-items: start; font-size: 18px; gap: 24px; }
  .sheet-bottom > span { max-width: 150px; }
  .sheet-bottom { flex-wrap: wrap; }
  .sheet-bottom a { white-space: normal; }
  .elsewhere { grid-template-columns: 1fr; padding: 60px 0; gap: 20px; }
  .elsewhere h2 { font-size: 65px; }
  .channel-links > a { font-size: 28px; }
  footer { flex-wrap: wrap; gap: 20px; }
  footer .domain { margin-left: auto; }
  footer > a:nth-last-child(-n+2) { font-size: 18px; }
  .detail { grid-template-columns: 1fr; gap: 32px; padding-top: 10px; }
  .facts dl > div { grid-template-columns: 1fr; gap: 8px; }
  .experiment-row { grid-template-columns: 20px 1fr auto 12px; gap: 9px; }
  .row-name { font-size: 26px; }
  .badge { font-size: 18px; }
}
@media (prefers-reduced-motion: reduce) {
  *,*::before,*::after { transition: none !important; scroll-behavior: auto !important; }
  .project-art a:hover { transform: rotate(-4deg); }
}

.project-art .character-poster img { mix-blend-mode: normal; }

/* Allow larger reading text to wrap instead of squeezing it down. */
nav,.masthead-top,.sheet-heading,.sheet-bottom,footer { flex-wrap:wrap; }
.brand span { letter-spacing:3px; }
@media(max-width:700px) {
 .experiment-row { grid-template-columns:24px minmax(0,1fr) 18px; }
 .experiment-row .badge { grid-column:2; grid-row:2; }
 .experiment-row > span:last-child { grid-column:3; grid-row:1; }
}
