/*
Theme Name: Mixed by Fred Lang
Theme URI: https://www.mixedbyfredlang.com/
Author: Fred Lang
Description: Custom portfolio theme for Mixed by Fred Lang.
Version: 1.0.0
Text Domain: mixed-by-fred-lang
*/

:root {
  --ink: #08090a;
  --paper: #f0ede4;
  --paper-deep: #dfdbd0;
  --signal: #d8ff3e;
  --red: #f04732;
  --line-dark: rgba(8, 9, 10, .2);
  --line-light: rgba(255, 255, 255, .18);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  overflow-x: hidden;
  background: var(--ink);
  color: var(--ink);
  font-family: Arial, Helvetica, sans-serif;
  line-height: 1.5;
  -webkit-font-smoothing: antialiased;
}
a { color: inherit; text-decoration: none; }
p, h1, h2, h3 { margin: 0; }
h1, h2, h3 { font-weight: 400; }
::selection { background: var(--signal); color: var(--ink); }
.micro-label { font-size: 10px; font-weight: 800; text-transform: uppercase; letter-spacing: .22em; }

/* Header + hero: deliberately preserved from the first direction. */
.site-header {
  position: absolute;
  inset: 0 0 auto 0;
  z-index: 10;
  height: 110px;
  padding: 0 clamp(24px, 4vw, 72px);
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  color: #fff;
  border-bottom: 1px solid rgba(255,255,255,.18);
}
.wordmark { width: max-content; display: grid; grid-template-columns: auto 48px; grid-template-areas: "main by" "hit meter"; align-items: end; column-gap: 7px; row-gap: 3px; font-family: Impact, Haettenschweiler, "Arial Narrow Bold", sans-serif; font-weight: 900; text-transform: uppercase; }
.wordmark-main { grid-area: main; font-size: 27px; line-height: .72; letter-spacing: -.055em; }
.wordmark-by { grid-area: by; align-self: start; max-width: 48px; font-family: Arial, Helvetica, sans-serif; font-size: 6px; font-weight: 700; line-height: 1.1; letter-spacing: .1em; }
.wordmark-hit { grid-area: hit; color: var(--signal); font-size: 29px; line-height: .68; letter-spacing: -.045em; }
.wordmark-meter { grid-area: meter; height: 16px; display: flex; align-items: end; gap: 3px; }
.wordmark-meter i { width: 5px; background: var(--signal); }
.wordmark-meter i:nth-child(1) { height: 60%; }
.wordmark-meter i:nth-child(2) { height: 35%; }
.wordmark-meter i:nth-child(3) { height: 85%; }
.wordmark-meter i:nth-child(4) { height: 50%; }
.wordmark-meter i:nth-child(5) { height: 100%; }
.site-header nav { display: flex; gap: 34px; font-size: 12px; text-transform: uppercase; letter-spacing: .14em; }
.site-header nav a, .header-cta { transition: color .2s ease; }
.site-header nav a:hover, .header-cta:hover { color: var(--signal); }
.header-cta { justify-self: end; display: flex; align-items: center; gap: 16px; font-size: 12px; text-transform: uppercase; letter-spacing: .12em; }
.header-cta span { color: var(--signal); font-size: 20px; }

.hero { position: relative; min-height: 100svh; height: max(760px, 100svh); overflow: hidden; color: #fff; }
.hero-media { position: absolute; inset: 0; background: url('assets/hero-console-web.jpg') center 44% / cover no-repeat; transform: scale(1.01); }
.hero-shade {
  position: absolute; inset: 0;
  background:
    linear-gradient(90deg, rgba(5,4,5,.88) 0%, rgba(5,4,5,.54) 42%, rgba(5,4,5,.12) 76%),
    linear-gradient(0deg, rgba(5,4,5,.68) 0%, transparent 48%),
    linear-gradient(180deg, rgba(5,4,5,.35), transparent 25%);
}
.hero-copy { position: absolute; left: clamp(24px, 7vw, 124px); bottom: clamp(88px, 14vh, 150px); width: min(800px, 72vw); z-index: 2; }
.eyebrow { display: flex; align-items: center; gap: 14px; margin-bottom: 22px; color: rgba(255,255,255,.74); font-size: 11px; font-weight: 700; text-transform: uppercase; letter-spacing: .24em; }
.eyebrow::before { content: ""; width: 48px; height: 2px; background: var(--signal); }
.hero h1 { display: grid; gap: .08em; font-family: Impact, Haettenschweiler, "Arial Narrow Bold", sans-serif; font-size: clamp(104px, 15vw, 244px); letter-spacing: -.055em; line-height: .76; text-transform: uppercase; }
.hero h1 span { display: block; line-height: .76; }
.hero h1 .outline { color: transparent; -webkit-text-stroke: 2px var(--signal); transform: none; }
.hero-lead { margin-top: 30px; max-width: 560px; font-size: clamp(18px, 2vw, 28px); line-height: 1.35; font-weight: 600; }
.hero-actions { display: flex; align-items: center; gap: 38px; margin-top: 34px; }
.button { min-height: 58px; padding: 0 26px; display: inline-flex; align-items: center; gap: 42px; font-size: 12px; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.button-primary { background: var(--signal); color: var(--ink); }
.button-primary span { font-size: 20px; }
.text-link { display: inline-flex; gap: 14px; align-items: center; border-bottom: 1px solid currentColor; padding-bottom: 6px; text-transform: uppercase; letter-spacing: .12em; font-size: 11px; font-weight: 700; }
.signal-strip { position: absolute; right: clamp(26px, 4vw, 70px); bottom: 75px; height: 88px; width: min(390px, 30vw); display: flex; align-items: end; gap: 6px; opacity: .9; }
.signal-strip i { flex: 1; min-width: 2px; background: linear-gradient(var(--signal), #ff334f); border-radius: 1px 1px 0 0; }
.hero-index { position: absolute; right: clamp(26px, 4vw, 70px); top: 50%; font-size: 11px; letter-spacing: .2em; transform: rotate(90deg); transform-origin: right center; }

/* Credits move immediately after the hero, like the best mixer portfolios. */
.credit-marquee { height: 82px; display: flex; align-items: center; overflow: hidden; background: var(--signal); border-block: 1px solid var(--ink); }
.marquee-track { display: flex; flex: none; width: max-content; animation: marquee 34s linear infinite; }
.marquee-track span { display: inline-flex; align-items: center; gap: 30px; padding-left: 30px; font-size: clamp(18px, 2vw, 30px); font-weight: 900; letter-spacing: -.045em; text-transform: uppercase; white-space: nowrap; }
.marquee-track b { font-size: .5em; }
@keyframes marquee { to { transform: translateX(-50%); } }

.manifesto {
  position: relative;
  min-height: 940px;
  padding: clamp(100px, 11vw, 170px) clamp(24px, 7vw, 124px);
  overflow: hidden;
  background: var(--paper);
}
.manifesto .micro-label { margin-bottom: 90px; color: #77736b; }
.manifesto-line { font-family: Impact, Haettenschweiler, "Arial Narrow Bold", sans-serif; font-size: clamp(68px, 7.2vw, 138px); line-height: .83; letter-spacing: -.045em; text-transform: uppercase; white-space: nowrap; }
.manifesto-line.muted-line { color: #b7b2a8; }
.manifesto-line.offset-line { margin-left: 16vw; }
.manifesto-line.signal-line { margin-left: 27vw; color: var(--signal); -webkit-text-stroke: 1px var(--ink); text-shadow: 7px 7px 0 var(--ink); }
.manifesto-note { position: absolute; right: 7vw; bottom: 8vw; width: min(360px, 34vw); padding-top: 16px; border-top: 1px solid var(--ink); }
.manifesto-note span { font-size: 9px; text-transform: uppercase; letter-spacing: .18em; }
.manifesto-note p { margin-top: 16px; font-family: Georgia, serif; font-size: clamp(17px, 1.5vw, 23px); font-style: italic; line-height: 1.4; }

.two-worlds { position: relative; padding: 130px clamp(24px, 6vw, 96px) 180px; background: var(--ink); color: #fff; }
.worlds-intro { display: grid; grid-template-columns: 220px 1fr; align-items: start; gap: 30px; margin-bottom: 90px; }
.worlds-intro .micro-label { padding-top: 10px; color: var(--signal); }
.worlds-intro h2 { font-family: Impact, Haettenschweiler, "Arial Narrow Bold", sans-serif; font-size: clamp(68px, 9vw, 142px); line-height: .82; letter-spacing: -.04em; }
.worlds-intro h2 em { font-family: Georgia, serif; font-size: .62em; font-weight: 400; text-transform: none; color: var(--signal); }
.world-card { position: relative; min-height: 680px; display: grid; grid-template-columns: 1.35fr .65fr; border: 1px solid #333; }
.world-card + .world-card { margin-top: 80px; margin-left: 11vw; }
.world-photo { min-height: 680px; background-size: cover; background-repeat: no-repeat; filter: saturate(.92) contrast(1.08); }
.photo-stage { background-image: linear-gradient(90deg, transparent 60%, rgba(0,0,0,.45)), url('assets/stage-crowd-web.jpg'); background-position: center; }
.photo-console { position: relative; overflow: hidden; background: #0d0d0d; }
.photo-console > .coverage-stage { position: absolute; inset: 0; width: 100%; height: 100%; display: block; object-fit: cover; object-position: 48% center; }
.photo-console::after { position: absolute; inset: 0; content: ""; background: linear-gradient(90deg, transparent 72%, rgba(0,0,0,.28)); pointer-events: none; }
.coverage-beat { position: absolute; z-index: 1; right: 26px; bottom: 26px; width: min(38%, 390px); min-width: 260px; aspect-ratio: 1.25; margin: 0; overflow: hidden; border: 4px solid var(--signal); background: #111; box-shadow: 0 20px 55px rgba(0,0,0,.58); }
.coverage-beat img { width: 100%; height: 100%; display: block; object-fit: cover; object-position: 82% center; }
.coverage-beat::after { position: absolute; inset: 50% 0 0; content: ""; background: linear-gradient(transparent, rgba(0,0,0,.78)); pointer-events: none; }
.coverage-beat figcaption { position: absolute; z-index: 1; right: 15px; bottom: 13px; left: 15px; display: flex; justify-content: space-between; color: #fff; font-size: 8px; font-weight: 800; text-transform: uppercase; letter-spacing: .16em; }
.coverage-beat figcaption span { color: var(--signal); }
.world-copy { padding: 54px 44px; display: flex; flex-direction: column; justify-content: flex-end; background: #111; }
.world-copy > span { margin-bottom: auto; color: var(--signal); font-size: 10px; text-transform: uppercase; letter-spacing: .19em; }
.world-copy h3 { font-size: clamp(38px, 4.5vw, 72px); line-height: .93; letter-spacing: -.055em; }
.world-copy p { margin-top: 30px; color: #aaa; font-size: 17px; line-height: 1.6; }
.world-link { width: fit-content; margin-top: 28px; padding-bottom: 6px; display: inline-flex; align-items: center; gap: 14px; border-bottom: 1px solid #555; color: var(--signal); font-size: 10px; font-weight: 800; text-transform: uppercase; letter-spacing: .13em; }
.world-link span { font-size: 16px; }

.foh-diary { margin-top: 180px; padding-top: 45px; border-top: 1px solid #333; }
.foh-diary-intro { display: grid; grid-template-columns: 220px 1fr; align-items: start; gap: 30px; }
.foh-diary-intro .micro-label { padding-top: 10px; color: var(--signal); }
.foh-diary-intro h2 { font-family: Impact, Haettenschweiler, "Arial Narrow Bold", sans-serif; font-size: clamp(64px, 8.2vw, 132px); line-height: .8; letter-spacing: -.04em; }
.foh-diary-intro h2 em { font-family: Georgia, serif; font-size: .66em; font-weight: 400; color: var(--red); }
.foh-diary-grid { margin-top: 85px; display: grid; grid-template-columns: 1.15fr .65fr; grid-template-rows: 560px 440px; gap: 20px; }
.foh-shot { position: relative; min-width: 0; margin: 0; overflow: hidden; background: #141414; }
.foh-shot img { width: 100%; height: 100%; display: block; object-fit: cover; filter: saturate(.92) contrast(1.06); transition: transform .65s cubic-bezier(.2,.7,.2,1), filter .4s ease; }
.foh-shot::after { content: ""; position: absolute; inset: 55% 0 0; background: linear-gradient(transparent, rgba(0,0,0,.72)); pointer-events: none; }
.foh-shot:hover img { transform: scale(1.025); filter: saturate(1.05) contrast(1.06); }
.foh-shot figcaption { position: absolute; z-index: 1; right: 24px; bottom: 22px; left: 24px; display: flex; justify-content: space-between; color: #fff; font-size: 9px; font-weight: 800; text-transform: uppercase; letter-spacing: .18em; }
.foh-shot figcaption span { color: var(--signal); }
.diary-desk { grid-column: 2; grid-row: 1 / span 2; }
.diary-desk img { object-position: center 42%; }
.diary-motion img { object-position: center; }

.credits { padding: clamp(100px, 11vw, 170px) clamp(24px, 7vw, 124px); background: var(--signal); }
.credits-header { display: grid; grid-template-columns: 1.5fr .5fr; align-items: end; gap: 60px; margin-bottom: 100px; }
.credits-header .micro-label { margin-bottom: 28px; }
.credits-header h2 { font-family: Impact, Haettenschweiler, "Arial Narrow Bold", sans-serif; font-size: clamp(72px, 10vw, 160px); line-height: .79; letter-spacing: -.045em; }
.credits-header h2 span { color: transparent; -webkit-text-stroke: 2px var(--ink); }
.credits-header > p { max-width: 400px; line-height: 1.65; font-size: 17px; }
.credit-index { border-top: 2px solid var(--ink); }
.credit-row { width: 100%; padding: 0; display: grid; grid-template-columns: 70px .7fr 1.3fr 32px; align-items: center; gap: 30px; min-height: 132px; border: 0; border-bottom: 1px solid rgba(8,9,10,.55); background: transparent; color: inherit; font: inherit; text-align: left; cursor: pointer; transition: background .2s ease, padding .2s ease; }
.credit-row:hover { padding-inline: 18px; background: var(--ink); color: var(--signal); }
.credit-row:focus-visible { outline: 3px solid var(--ink); outline-offset: -3px; }
.credit-code { font-family: Georgia, serif; font-size: 18px; font-style: italic; }
.credit-genre { font-size: clamp(22px, 2.2vw, 36px); font-weight: 700; letter-spacing: -.04em; }
.credit-preview { max-width: 690px; line-height: 1.55; font-weight: 700; }
.credit-preview em { font-family: Georgia, serif; font-weight: 400; white-space: nowrap; }
.credit-arrow { justify-self: end; font-size: 25px; }
.credits-footnote { margin-top: 26px; font-size: 9px; text-transform: uppercase; letter-spacing: .15em; opacity: .62; }
.credit-modal-backdrop { position: fixed; z-index: 100000; inset: 0; padding: 24px; display: grid; place-items: center; background: rgba(8,9,10,.82); backdrop-filter: blur(10px); }
.credit-modal-backdrop[hidden] { display: none; }
.mbf-modal-open { overflow: hidden; }
.credit-modal { position: relative; width: min(1120px, 100%); max-height: calc(100svh - 48px); padding: clamp(30px, 5vw, 72px); overflow-y: auto; background: #111; color: #fff; border: 1px solid #3c3c3c; box-shadow: 0 30px 100px rgba(0,0,0,.5); }
.credit-modal-header { display: flex; align-items: flex-start; justify-content: space-between; gap: 40px; padding-bottom: 38px; border-bottom: 1px solid #3a3a3a; }
.credit-modal-header .micro-label { margin-bottom: 22px; color: var(--signal); }
.credit-modal-header h3 { max-width: 850px; font-family: Impact, Haettenschweiler, "Arial Narrow Bold", sans-serif; font-size: clamp(58px, 8vw, 118px); line-height: .82; letter-spacing: -.04em; text-transform: uppercase; }
.credit-modal-close { flex: 0 0 auto; width: 54px; height: 54px; border: 0; display: grid; place-items: center; background: var(--signal); color: var(--ink); font-size: 34px; line-height: 1; cursor: pointer; }
.credit-modal-close:focus-visible { outline: 2px solid #fff; outline-offset: 4px; }
.credit-modal-count { margin-top: 28px; color: #888; font-size: 10px; font-weight: 800; letter-spacing: .16em; text-transform: uppercase; }
.credit-modal-artists { margin: 42px 0 0; padding: 0; display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); column-gap: 36px; list-style: none; }
.credit-modal-artists li { min-height: 68px; padding: 18px 0; display: grid; grid-template-columns: 34px 1fr; align-items: center; gap: 12px; border-top: 1px solid #363636; font-size: 17px; font-weight: 700; }
.credit-modal-artists li span { color: var(--signal); font-family: Georgia, serif; font-size: 12px; font-style: italic; font-weight: 400; }

.mix-notes { display: grid; grid-template-columns: .84fr 1.16fr; align-items: start; background: var(--paper); }
.notes-sticky { position: sticky; top: 0; min-height: 100svh; padding: clamp(80px, 9vw, 140px) clamp(24px, 6vw, 90px); display: flex; flex-direction: column; justify-content: center; background: var(--paper); }
.notes-sticky .micro-label { margin-bottom: 35px; color: #77736b; }
.notes-sticky h2 { font-family: Impact, Haettenschweiler, "Arial Narrow Bold", sans-serif; font-size: clamp(66px, 7.2vw, 116px); line-height: .8; letter-spacing: -.04em; }
.notes-sticky h2 span { color: var(--red); }
.notes-sticky > p:last-child { margin-top: 42px; max-width: 510px; color: #64615a; font-size: 18px; line-height: 1.6; }
.note-list { border-left: 1px solid var(--line-dark); }
.mix-note { min-height: 520px; padding: 70px clamp(28px, 6vw, 90px); display: flex; flex-direction: column; justify-content: flex-end; border-bottom: 1px solid var(--line-dark); }
.mix-note:nth-child(2) { background: var(--paper-deep); }
.mix-note:nth-child(3) { background: #d5d0c4; }
.note-meta { display: flex; justify-content: space-between; margin-bottom: auto; font-size: 9px; text-transform: uppercase; letter-spacing: .18em; }
.mix-note h3 { margin-top: 80px; font-size: clamp(50px, 6vw, 92px); line-height: .9; letter-spacing: -.06em; }
.mix-note strong { margin-top: 18px; font-family: Georgia, serif; font-size: clamp(22px, 2.2vw, 34px); font-style: italic; font-weight: 400; }
.mix-note > p { margin-top: 34px; max-width: 590px; color: #57544d; font-size: 17px; line-height: 1.65; }

.fred { min-height: 880px; display: grid; grid-template-columns: 1.05fr .95fr; background: #111; color: #fff; }
.fred-photo { min-height: 760px; background: linear-gradient(90deg, transparent 62%, rgba(17,17,17,.72)), url('assets/fred-at-foh-web.jpg') 48% center / cover no-repeat; }
.fred-copy { padding: clamp(80px, 9vw, 145px) clamp(30px, 7vw, 110px); display: flex; flex-direction: column; justify-content: center; }
.fred-copy .micro-label { margin-bottom: 35px; color: var(--signal); }
.fred-copy h2 { font-family: Impact, Haettenschweiler, "Arial Narrow Bold", sans-serif; font-size: clamp(72px, 8vw, 128px); line-height: .8; letter-spacing: -.04em; }
.fred-copy h2 em { font-family: Georgia, serif; font-size: .72em; font-weight: 400; color: var(--signal); }
.fred-lead { margin-top: 44px; max-width: 640px; font-size: clamp(20px, 2vw, 29px); line-height: 1.45; }
.fred-copy > p:not(.fred-lead):not(.micro-label) { margin-top: 25px; max-width: 610px; color: #aaa; font-size: 16px; line-height: 1.65; }
.underlined-link { width: fit-content; margin-top: 42px; padding-bottom: 7px; display: flex; gap: 30px; border-bottom: 1px solid #777; font-size: 11px; font-weight: 800; text-transform: uppercase; letter-spacing: .14em; }
.underlined-link span { color: var(--signal); font-size: 18px; }

.side-projects { padding: clamp(100px, 11vw, 170px) clamp(24px, 7vw, 124px); background: var(--paper); }
.side-projects header { display: grid; grid-template-columns: 220px 1fr; margin-bottom: 80px; }
.side-projects header .micro-label { padding-top: 10px; color: #77736b; }
.side-projects h2 { font-family: Impact, Haettenschweiler, "Arial Narrow Bold", sans-serif; font-size: clamp(70px, 9vw, 142px); line-height: .8; letter-spacing: -.04em; }
.side-projects h2 span { color: transparent; -webkit-text-stroke: 2px var(--ink); }
.download-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 20px; }
.download-card { min-height: 500px; padding: 34px; display: flex; flex-direction: column; background: #111; color: #fff; transition: transform .25s ease, background .25s ease, color .25s ease; }
.download-card:nth-child(2) { background: var(--signal); color: var(--ink); }
.download-card:nth-child(2) h3 { font-size: clamp(38px, 3.8vw, 66px); }
.download-card:nth-child(3) { background: var(--red); color: var(--ink); }
.download-card:hover { transform: translateY(-8px); background: var(--signal); color: var(--ink); }
.download-code { align-self: flex-end; font-size: 9px; letter-spacing: .18em; }
.download-card > p { margin-top: auto; font-family: Georgia, serif; font-size: 17px; font-style: italic; }
.download-card h3 { margin-top: 10px; font-size: clamp(48px, 5vw, 80px); line-height: .9; letter-spacing: -.06em; }
.download-bottom { display: grid; grid-template-columns: 1fr auto; align-items: end; gap: 28px; margin-top: 55px; padding-top: 22px; border-top: 1px solid currentColor; }
.download-bottom p { max-width: 470px; color: #aaa; line-height: 1.55; }
.download-card:nth-child(2) .download-bottom p, .download-card:nth-child(3) .download-bottom p, .download-card:hover .download-bottom p { color: currentColor; opacity: .72; }
.download-bottom span { font-size: 10px; font-weight: 800; text-transform: uppercase; letter-spacing: .14em; white-space: nowrap; }

.contact { min-height: 720px; padding: clamp(90px, 10vw, 150px) clamp(24px, 7vw, 124px); background: var(--ink); color: #fff; }
.contact .micro-label { color: var(--signal); }
.contact h2 { margin-top: 36px; font-family: Impact, Haettenschweiler, "Arial Narrow Bold", sans-serif; font-size: clamp(90px, 15vw, 230px); letter-spacing: -.055em; line-height: .76; }
.contact h2 span { color: transparent; -webkit-text-stroke: 2px var(--signal); }
.contact-link { margin-top: 76px; padding-bottom: 12px; border-bottom: 1px solid rgba(255,255,255,.45); display: flex; align-items: center; justify-content: space-between; font-size: clamp(18px, 2.4vw, 36px); }
.contact-link span { color: var(--signal); font-size: 40px; }

footer { min-height: 110px; padding: 0 clamp(24px, 4vw, 72px); display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; gap: 30px; color: #888; background: var(--ink); border-top: 1px solid #242424; font-size: 10px; text-transform: uppercase; letter-spacing: .12em; }
.footer-mark { color: #fff; }
footer > div { justify-self: end; display: flex; gap: 28px; }
footer a:hover { color: var(--signal); }

@media (max-width: 960px) {
  .site-header { grid-template-columns: 1fr 1fr; height: 82px; }
  .site-header nav { display: none; }
  .hero { height: 780px; min-height: 100svh; }
  .hero-media { background-position: 57% center; }
  .hero-copy { width: calc(100% - 48px); left: 24px; bottom: 80px; }
  .hero h1 { font-size: clamp(88px, 24vw, 150px); }
  .hero h1 { gap: .07em; }
  .signal-strip, .hero-index { display: none; }
  .manifesto { min-height: 760px; }
  .manifesto-line { white-space: normal; }
  .manifesto-line.offset-line { margin-left: 8vw; }
  .manifesto-line.signal-line { margin-left: 15vw; }
  .manifesto-note { right: 6vw; width: 42vw; }
  .worlds-intro { grid-template-columns: 1fr; }
  .world-card, .world-card + .world-card { grid-template-columns: 1fr; margin-left: 0; }
  .world-photo { min-height: 520px; }
  .coverage-beat { width: min(42%, 340px); min-width: 230px; }
  .world-copy { min-height: 390px; }
  .foh-diary-intro { grid-template-columns: 1fr; }
  .foh-diary-grid { grid-template-columns: 1fr 1fr; grid-template-rows: 470px 590px; }
  .diary-room { grid-column: 1 / -1; }
  .diary-desk { grid-column: 1; grid-row: 2; }
  .diary-motion { grid-column: 2; grid-row: 2; }
  .credits-header { grid-template-columns: 1fr; align-items: start; }
  .credit-row { grid-template-columns: 40px 1fr 28px; padding-block: 28px; }
  .credit-preview { grid-column: 2 / -1; }
  .credit-arrow { grid-column: 3; grid-row: 1; }
  .credit-modal-artists { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .mix-notes { grid-template-columns: 1fr; }
  .notes-sticky { position: relative; min-height: auto; padding-block: 110px; }
  .note-list { border-left: 0; border-top: 1px solid var(--line-dark); }
  .mix-note { min-height: 470px; }
  .fred { grid-template-columns: 1fr; }
  .fred-photo { min-height: 560px; background-position: center; }
  .side-projects header { grid-template-columns: 1fr; gap: 28px; }
  .download-grid { grid-template-columns: 1fr; }
}

@media (max-width: 560px) {
  .site-header { padding-inline: 18px; }
  .header-cta { font-size: 0; gap: 0; }
  .header-cta span { font-size: 28px; }
  .hero { height: 720px; }
  .hero-copy { left: 18px; width: calc(100% - 36px); bottom: 55px; }
  .eyebrow { font-size: 9px; letter-spacing: .17em; }
  .hero h1 { font-size: clamp(80px, 26vw, 120px); line-height: .8; }
  .hero-lead { font-size: 17px; margin-top: 24px; }
  .hero-actions { gap: 22px; margin-top: 28px; }
  .button { min-height: 52px; gap: 20px; padding-inline: 18px; }
  .hero-actions .text-link { display: none; }
  .credit-marquee { height: 68px; }
  .manifesto { min-height: 650px; padding: 85px 18px 160px; }
  .manifesto .micro-label { margin-bottom: 55px; }
  .manifesto-line { font-size: 19vw; line-height: .84; }
  .manifesto-line.offset-line { margin-left: 0; }
  .manifesto-line.signal-line { margin-left: 6vw; text-shadow: 4px 4px 0 var(--ink); }
  .manifesto-note { right: 18px; bottom: 55px; width: calc(100% - 72px); }
  .two-worlds { padding: 85px 18px 110px; }
  .worlds-intro { margin-bottom: 55px; }
  .worlds-intro h2 { font-size: 18vw; }
  .world-card + .world-card { margin-top: 32px; }
  .world-photo { min-height: 330px; }
  .photo-stage { background-position: center; }
  .photo-console > .coverage-stage { object-position: 50% center; }
  .coverage-beat { right: 12px; bottom: 12px; width: 48%; min-width: 145px; border-width: 3px; }
  .coverage-beat figcaption { right: 9px; bottom: 8px; left: 9px; font-size: 6px; letter-spacing: .1em; }
  .world-copy { min-height: 330px; padding: 30px 24px; }
  .world-copy h3 { font-size: 50px; }
  .foh-diary { margin-top: 100px; padding-top: 32px; }
  .foh-diary-intro { gap: 28px; }
  .foh-diary-intro h2 { font-size: 18vw; }
  .foh-diary-grid { margin-top: 55px; grid-template-columns: 1fr; grid-template-rows: 310px 620px 310px; gap: 14px; }
  .diary-room, .diary-desk, .diary-motion { grid-column: 1; grid-row: auto; }
  .foh-shot figcaption { right: 18px; bottom: 17px; left: 18px; }
  .credits { padding: 85px 18px; }
  .credits-header { gap: 35px; margin-bottom: 60px; }
  .credits-header h2 { font-size: 20vw; }
  .credit-row { gap: 14px; min-height: 0; }
  .credit-genre { font-size: 23px; }
  .credit-preview { font-size: 14px; }
  .credit-modal-backdrop { padding: 0; }
  .credit-modal { width: 100%; max-height: 100svh; min-height: 100svh; padding: 28px 20px 46px; border: 0; }
  .credit-modal-header { gap: 22px; padding-bottom: 28px; }
  .credit-modal-header h3 { font-size: 16vw; }
  .credit-modal-close { width: 46px; height: 46px; font-size: 29px; }
  .credit-modal-artists { margin-top: 30px; grid-template-columns: 1fr; }
  .notes-sticky { padding: 85px 18px; }
  .notes-sticky h2 { font-size: 20vw; }
  .mix-note { min-height: 450px; padding: 50px 18px; }
  .mix-note h3 { font-size: 16vw; }
  .fred-photo { min-height: 480px; background-position: 46% center; }
  .fred-copy { padding: 85px 20px; }
  .fred-copy h2 { font-size: 20vw; }
  .side-projects { padding: 85px 18px; }
  .side-projects header, .side-projects h2 { min-width: 0; }
  .side-projects h2 { font-size: 16vw; }
  .download-card { min-height: 470px; padding: 24px; }
  .download-card:nth-child(4) { grid-column: auto; min-height: 430px; }
  .download-card h3 { font-size: 15vw; }
  .download-bottom { grid-template-columns: 1fr; }
  .contact { min-height: 570px; padding: 85px 20px; }
  .contact h2 { font-size: 25vw; }
  .contact-link { font-size: 16px; word-break: break-all; }
  footer { grid-template-columns: 1fr auto; min-height: 140px; }
  footer > p { display: none; }
  footer > div { flex-direction: column; gap: 10px; text-align: right; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .marquee-track { animation: none; }
}
