/* Fonts, self-hosted (SIL Open Font License), so no data goes to Google */
@font-face { font-family: "Archivo"; font-style: normal; font-weight: 400 900; font-stretch: 62% 100%; font-display: swap; src: url("fonts/archivo-latin.woff2") format("woff2"); unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD; }
@font-face { font-family: "Archivo"; font-style: normal; font-weight: 400 900; font-stretch: 62% 100%; font-display: swap; src: url("fonts/archivo-latin-ext.woff2") format("woff2"); unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF; }
@font-face { font-family: "IBM Plex Mono"; font-style: normal; font-weight: 400; font-display: swap; src: url("fonts/plex-mono-400-latin.woff2") format("woff2"); unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD; }
@font-face { font-family: "IBM Plex Mono"; font-style: normal; font-weight: 400; font-display: swap; src: url("fonts/plex-mono-400-latin-ext.woff2") format("woff2"); unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF; }
@font-face { font-family: "IBM Plex Mono"; font-style: normal; font-weight: 500; font-display: swap; src: url("fonts/plex-mono-500-latin.woff2") format("woff2"); unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD; }
@font-face { font-family: "IBM Plex Mono"; font-style: normal; font-weight: 500; font-display: swap; src: url("fonts/plex-mono-500-latin-ext.woff2") format("woff2"); unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF; }

:root {
  --white: oklch(0.993 0 0);     /* near-white, never pure */
  --black: oklch(0.16 0 0);      /* near-black, never pure */
  --grey:  oklch(0.48 0 0);
  --line:  oklch(0.16 0 0 / .14);

  --display: "Archivo", "Arial Narrow", Impact, sans-serif;
  --mono: "IBM Plex Mono", ui-monospace, "SFMono-Regular", Menlo, monospace;
  --pad: clamp(1rem, 1.6vw, 1.5rem);
  --ease: cubic-bezier(.2, .7, .1, 1);
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; -webkit-text-size-adjust: 100%; }
body { margin: 0; background: var(--white); color: var(--black); font: 400 .8125rem/1.6 var(--mono); -webkit-font-smoothing: antialiased; overflow-x: hidden; }
a { color: inherit; }
img { display: block; max-width: 100%; }
::selection { background: var(--black); color: var(--white); }
:focus-visible { outline: 2px solid var(--black); outline-offset: 3px; }
.skip { position: absolute; left: -999px; top: 0; z-index: 99; background: var(--black); color: var(--white); padding: .7rem 1rem; }
.skip:focus { left: 1rem; top: 1rem; }

.label { font: 500 .72rem/1.2 var(--mono); letter-spacing: .12em; text-transform: uppercase; }
.label a { text-decoration: none; }
.label a:hover { text-decoration: underline; text-underline-offset: .3em; }
.mega { font-family: var(--display); font-weight: 900; font-stretch: 62%; text-transform: uppercase; letter-spacing: -.01em; line-height: .84; }

/* ---------- Corner bars (top + bottom of the hero) ---------- */
.bar { position: absolute; left: 0; right: 0; display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; padding: var(--pad); z-index: 5; }
.bar > :last-child { justify-self: end; }
.bar.top { top: 0; }
.bar.bottom { bottom: 0; display: flex; justify-content: space-between; gap: 1rem; flex-wrap: wrap; }
.bar nav { display: flex; gap: clamp(1rem, 2.5vw, 2rem); }
.bar nav a[aria-current="page"] { text-decoration: underline; text-underline-offset: .3em; }
.name { font: 900 1.05rem/1 var(--display); font-stretch: 62%; text-transform: uppercase; letter-spacing: -.01em; text-decoration: none; }

/* ---------- Hero poster ---------- */
.hero { position: relative; height: 100svh; min-height: 34rem; overflow: hidden; }
.poster { position: absolute; inset: 0; display: grid; align-content: center; padding: 3.5rem var(--pad); }
.poster .ptitle { margin: 0; font-size: min(19vw, 27svh); font-stretch: 100%; letter-spacing: -.025em; position: relative; z-index: 1; }
.poster .ptitle .l { display: block; white-space: nowrap; }
.poster .ptitle .l2 { padding-left: 0; }
.poster .ptitle .l3 { padding-left: 18%; }
.poster .ptitle .l > span { display: inline-block; transform: translateY(105%); animation: rise 1s var(--ease) forwards; animation-delay: var(--d); }
.poster .ptitle .l { overflow: hidden; }
@keyframes rise { to { transform: none; } }
.sub { position: absolute; right: var(--pad); bottom: 4.25rem; max-width: 22rem; text-align: right; z-index: 3; margin: 0; }

/* Floating tiles that cycle through the six beats */
.tile { position: absolute; z-index: 2; margin: 0; overflow: hidden; background: linear-gradient(150deg, oklch(0.66 0 0), oklch(0.46 0 0)); color: var(--white); opacity: 0; animation: tileIn .8s var(--ease) forwards; animation-delay: var(--d); transition: translate .9s var(--ease); }
@keyframes tileIn { to { opacity: 1; } }
.tile img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; filter: grayscale(1) contrast(1.08); }
.tile .cap { position: absolute; inset: 0; display: grid; place-items: center; text-align: center; padding: .75rem; font: 900 clamp(1rem, 2.1vw, 1.9rem)/.9 var(--display); font-stretch: 62%; text-transform: uppercase; }
.tile .no { position: absolute; left: .6rem; top: .55rem; font: 500 .62rem/1 var(--mono); letter-spacing: .12em; opacity: .7; }
.tile::after { content: ""; position: absolute; inset: 0; pointer-events: none;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='140' height='140'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.85' numOctaves='2' stitchTiles='stitch'/%3E%3CfeColorMatrix values='0 0 0 0 1 0 0 0 0 1 0 0 0 0 1 0 0 0 .11 0'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)'/%3E%3C/svg%3E"); }
.tile .swap { position: absolute; inset: 0; transition: clip-path .7s var(--ease); clip-path: inset(0 0 0 0); }
.tile .swap.out { clip-path: inset(0 0 100% 0); }
.t1 { width: 23vw; aspect-ratio: 16/10; left: 7%;  top: 13%; --d: .9s; }
.t2 { width: 13vw; aspect-ratio: 1;     left: 55%; top: 30%; --d: 1.05s; }
.t3 { width: 14vw; aspect-ratio: 1;     left: 7%;  top: 58%; --d: 1.2s; }
.t4 { width: 9vw;  aspect-ratio: 1;     left: 54%; top: 76%; --d: 1.35s; }
@media (max-width: 720px) {
  .poster .ptitle { font-size: min(29vw, 24svh); font-stretch: 62%; letter-spacing: -.01em; }
  .poster .ptitle .l3 { padding-left: 8%; }
  .t1 { width: 42vw; left: 50%; top: 12%; }
  .t2 { width: 26vw; left: 66%; top: 44%; }
  .t3 { display: none; }
  .t4 { width: 22vw; left: 8%; top: 70%; }
  .sub { left: var(--pad); text-align: left; bottom: 3.75rem; }
  .bar.top .mid { display: none; }
  .bar.top { grid-template-columns: 1fr auto; }
}

/* ---------- Sections below the poster ---------- */
section.s { padding: clamp(4rem, 10vw, 8rem) var(--pad); border-top: 1px solid var(--line); }
.s-head { display: flex; justify-content: space-between; gap: 1rem; margin-bottom: clamp(2rem, 5vw, 3.5rem); }

/* About */
.about { display: grid; gap: clamp(2rem, 5vw, 4rem); }
.about .statement { margin: 0; font-size: clamp(2.6rem, 7.4vw, 7.2rem); max-width: 16ch; }
.about .body { display: grid; gap: 1.5rem; align-content: end; max-width: 30rem; }
.about .body p { margin: 0; }
.facts { display: grid; grid-template-columns: repeat(3, auto); justify-content: start; gap: 2.5rem; border-top: 1px solid var(--line); padding-top: 1.25rem; }
.facts b { display: block; font: 900 2.6rem/1 var(--display); font-stretch: 62%; }
@media (min-width: 1000px) { .about { grid-template-columns: 1.6fr 1fr; align-items: end; } }

/* Featured work: giant rows, a tile follows the cursor on hover */
.beats { list-style: none; margin: 0; padding: 0; border-top: 1px solid var(--black); }
.beat { display: grid; grid-template-columns: 3.5rem 1fr; align-items: baseline; gap: .5rem 1rem; padding: .9rem 0 .7rem; border-bottom: 1px solid var(--black); position: relative; }
.beat h3 { margin: 0; font-size: clamp(2.8rem, 9.5vw, 9.5rem); transition: transform .5s var(--ease); }
.beat p { grid-column: 2; margin: 0; color: var(--grey); max-width: 34rem; }
.beat:hover h3 { transform: translateX(1.25rem); }
@media (min-width: 1000px) { .beat { grid-template-columns: 3.5rem 1fr 20rem; } .beat p { grid-column: 3; text-align: right; justify-self: end; } }
.follow { position: fixed; left: 0; top: 0; width: 17rem; aspect-ratio: 4/3; pointer-events: none; z-index: 20; opacity: 0; animation: none; transform: translate(-50%, -50%) scale(.9); transition: opacity .3s, transform .3s var(--ease); }
.follow.on { opacity: 1; transform: translate(-50%, -50%) scale(1); }
.follow .cap { font-size: 1.7rem; }
@media (hover: none) { .follow { display: none; } }

/* Publications (hidden until real outlets are supplied) */
.refs { list-style: none; margin: 0; padding: 0; border-top: 1px solid var(--black); }
.ref { border-bottom: 1px solid var(--black); }
.ref a { display: grid; grid-template-columns: 1fr; gap: .6rem; padding: 1.4rem 0; text-decoration: none; }
.ref .outlet { font-size: clamp(3rem, 8vw, 7rem); transition: transform .5s var(--ease); }
.ref .what { display: grid; gap: .35rem; align-content: center; }
.ref .title { font: 500 clamp(1rem, 1.4vw, 1.2rem)/1.35 var(--mono); }
.ref .go { justify-self: start; }
.ref a:hover .outlet { transform: translateX(1.25rem); }
.ref a:hover .go { text-decoration: underline; text-underline-offset: .3em; }
@media (min-width: 900px) { .ref a { grid-template-columns: minmax(18rem, 1fr) 1.3fr auto; align-items: center; gap: 2rem; } .ref .go { justify-self: end; } }

/* Contact */
.contact { display: grid; gap: clamp(2.5rem, 5vw, 4rem); }
.contact h2 { margin: 0; font-size: clamp(4rem, 16vw, 15rem); }
form { display: grid; gap: 1.5rem; max-width: 40rem; }
.pair { display: grid; gap: 1.5rem; }
@media (min-width: 640px) { .pair { grid-template-columns: 1fr 1fr; } }
.field { display: grid; gap: .4rem; }
.field input, .field textarea { font: 400 1rem/1.5 var(--mono); color: var(--black); background: transparent; border: 0; border-bottom: 1px solid var(--black); border-radius: 0; padding: .5rem 0; }
.field textarea { min-height: 7rem; resize: vertical; }
.field input:focus, .field textarea:focus { outline: none; box-shadow: 0 1px 0 var(--black); }
.hp { position: absolute; left: -9999px; }
.send { justify-self: start; cursor: pointer; background: var(--black); color: var(--white); border: 1px solid var(--black); padding: 1rem 1.6rem; transition: background .25s, color .25s; }
.send:hover { background: var(--white); color: var(--black); }
.send:disabled { opacity: .5; cursor: progress; }
.status { min-height: 1.4rem; margin: 0; }
@media (min-width: 1000px) { .contact { grid-template-columns: 1.2fr 1fr; align-items: end; } }

body > footer { display: grid; grid-template-columns: 1fr auto 1fr; gap: 1rem; padding: var(--pad); border-top: 1px solid var(--line); }
body > footer > :last-child { justify-self: end; }
body > footer .socials { display: flex; flex-wrap: wrap; gap: 1.25rem; }
@media (max-width: 720px) { body > footer { grid-template-columns: 1fr; } body > footer > :last-child { justify-self: start; } }

/* Dot cursor (mouse devices only) */
.dot { position: fixed; left: 0; top: 0; width: .75rem; height: .75rem; border-radius: 50%; background: var(--black); pointer-events: none; z-index: 100; translate: -50% -50%; mix-blend-mode: difference; filter: invert(1); transition: width .2s, height .2s; }
.dot.big { width: 2.2rem; height: 2.2rem; }
@media (hover: none) { .dot { display: none; } }

.reveal { opacity: 0; transform: translateY(14px); transition: opacity .9s var(--ease), transform .9s var(--ease); }
.reveal.in { opacity: 1; transform: none; }
.no-js .reveal { opacity: 1; transform: none; }
.no-js .poster .ptitle .l > span { transform: none; animation: none; }
.no-js .tile { opacity: 1; animation: none; }

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

/* ---------- Subpages ---------- */
.bar.static { position: sticky; top: 0; background: var(--white); border-bottom: 1px solid var(--line); }
@media (max-width: 720px) { .bar.static .mid { display: none; } .bar.static { grid-template-columns: 1fr auto; } }
.page-head { padding: clamp(3rem, 9vw, 7rem) var(--pad) clamp(2rem, 5vw, 3.5rem); display: grid; gap: 1.5rem; }
.page-head h1 { margin: 0; font-size: clamp(5rem, 22vw, 20rem); }
.page-head p { margin: 0; max-width: 34rem; }
.page-head + section.s { border-top: 0; padding-top: 0; }

/* Big link rows used as teasers on the home page */
.more { display: flex; justify-content: space-between; align-items: baseline; gap: 1rem; padding: 1rem 0 .8rem; border-top: 1px solid var(--black); border-bottom: 1px solid var(--black); text-decoration: none; }
.more .mega { font-size: clamp(2.8rem, 9vw, 8.5rem); transition: transform .5s var(--ease); }
.more:hover .mega { transform: translateX(1.25rem); }
.more + .more { border-top: 0; }

.contact .direct { display: grid; gap: .6rem; align-content: end; }

/* ---------- Privacy page ---------- */
.legal-text { max-width: 52rem; }
.legal-text h2 { margin: 2.5rem 0 .8rem; }
.legal-text .s-head + h2 { margin-top: 0; }
.legal-text p, .legal-text li { font-size: .9rem; line-height: 1.75; margin: 0 0 .9rem; }
.legal-text ul { margin: 0 0 .9rem; padding-left: 1.2rem; }
.legal-text a { text-underline-offset: .25em; }
.todo { background: var(--black); color: var(--white); padding: 0 .35em; }
.form-note { margin: 0; color: var(--grey); font-size: .8rem; }
.form-note a { color: var(--black); text-underline-offset: .25em; }

/* ---------- SEO structure (2026-09-27) ---------- */
.s-head h2, h1.sub { margin: 0; font: inherit; letter-spacing: inherit; text-transform: inherit; }
.bio { max-width: 40rem; }
.bio p { margin: 0 0 1rem; }
.bio strong { font-weight: 500; }
.factlist { margin: 2.5rem 0 0; border-top: 1px solid var(--black); max-width: 52rem; }
.factlist div { display: grid; gap: .25rem 2rem; padding: .8rem 0; border-bottom: 1px solid var(--line); }
.factlist dt { color: var(--grey); }
.factlist dd { margin: 0; font: 500 .9rem/1.5 var(--mono); }
.factlist a { text-underline-offset: .25em; }
@media (min-width: 700px) { .factlist div { grid-template-columns: 13rem 1fr; align-items: baseline; } }
.vlog { display: grid; gap: 1.5rem; max-width: 52rem; }
.vlog blockquote { margin: 0; font: 900 clamp(2.2rem, 6vw, 5rem)/.9 var(--display); font-stretch: 62%; text-transform: uppercase; }
.vlog p { margin: 0; }
.vlog .links { display: flex; flex-wrap: wrap; gap: 1.5rem; }

/* ---------- Work page, grouped by outlet ---------- */
.work-sum { max-width: 44rem; margin: 0 0 clamp(2rem, 5vw, 3.5rem); }
.work-sum strong { font-weight: 500; }
.pub { margin-bottom: clamp(3rem, 7vw, 5rem); }
.pub-head { display: flex; flex-wrap: wrap; justify-content: space-between; align-items: baseline; gap: .5rem 2rem; border-bottom: 1px solid var(--black); padding-bottom: .6rem; }
.pub-head h3 { margin: 0; font-size: clamp(2.6rem, 7vw, 6rem); }
.pub-head p { margin: 0; color: var(--grey); }
.refs.compact { border-top: 0; }
.refs.compact .ref { border-bottom: 1px solid var(--line); }
.refs.compact .ref a { grid-template-columns: 1fr auto; gap: 1rem; padding: 1rem 0; align-items: center; }
.refs.compact .ref a:hover .title { text-decoration: underline; text-underline-offset: .25em; }
.refs.compact .go { justify-self: end; }

/* ---------- Commission formats + FAQ ---------- */
.formats .what > span:nth-child(2) { color: var(--grey); }
.formats .title { text-transform: uppercase; letter-spacing: .04em; }
.faq { border-top: 1px solid var(--black); max-width: 56rem; }
.faq details { border-bottom: 1px solid var(--line); }
.faq summary { list-style: none; cursor: pointer; display: flex; justify-content: space-between; align-items: center; gap: 1.5rem; padding: 1.2rem 0; }
.faq summary::-webkit-details-marker { display: none; }
.faq summary::after { content: "+"; font: 900 1.6rem/1 var(--display); transition: transform .3s var(--ease); }
.faq details[open] summary::after { transform: rotate(45deg); }
.faq summary h3 { margin: 0; font: 500 clamp(.95rem, 1.3vw, 1.1rem)/1.4 var(--mono); }
.faq details p { margin: 0 0 1.4rem; max-width: 46rem; color: var(--grey); }

/* ---------- Work summary table ---------- */
.worktable { width: 100%; max-width: 52rem; border-collapse: collapse; margin: 0 0 clamp(3rem, 7vw, 5rem); }
.worktable caption { text-align: left; padding-bottom: .8rem; color: var(--grey); }
.worktable th, .worktable td { text-align: left; padding: .7rem 1rem .7rem 0; border-bottom: 1px solid var(--line); vertical-align: top; }
.worktable thead th { font: 500 .72rem/1.2 var(--mono); letter-spacing: .12em; text-transform: uppercase; color: var(--grey); border-bottom: 1px solid var(--black); }
.worktable tbody th { font: 900 1.25rem/1.1 var(--display); font-stretch: 62%; text-transform: uppercase; }
.worktable td:nth-child(3), .worktable th:nth-child(3) { text-align: right; padding-right: 1.5rem; }
.worklist-h { margin: 0 0 1.5rem; color: var(--grey); }
.beats-answer { max-width: 44rem; margin: 0 0 clamp(1.5rem, 4vw, 2.5rem); }
.beats-answer strong { font-weight: 500; }
@media (max-width: 560px) { .worktable td:nth-child(4), .worktable th:nth-child(4) { display: none; } }
