:root {
  --ink: #090909;
  --paper: #ece9df;
  --paper-dim: #b6b2a8;
  --acid: #e6ff35;
  --field: #d7a71f;
  --blue: #4a82ff;
  --line: rgba(236, 233, 223, 0.18);
  --max: 1440px;
  --pad: clamp(1.25rem, 4vw, 4.5rem);
}

* { box-sizing: border-box; }
[hidden] { display: none !important; }
html { scroll-behavior: smooth; background: var(--ink); }
body { margin: 0; color: var(--paper); background: var(--ink); font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; overflow-x: hidden; }
button, input, textarea, select { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
a { color: inherit; text-decoration: none; }
button { color: inherit; }
::selection { color: var(--ink); background: var(--acid); }
.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; z-index: 100; top: .75rem; left: .75rem; padding: .75rem 1rem; color: var(--ink); background: var(--acid); transform: translateY(-150%); }
.skip-link:focus { transform: none; }

.site-header { position: fixed; z-index: 40; top: 0; left: 0; right: 0; height: 84px; padding: 0 var(--pad); display: flex; align-items: center; justify-content: space-between; border-bottom: 1px solid transparent; transition: background .3s ease, border-color .3s ease, height .3s ease; }
.site-header.is-scrolled { height: 68px; background: rgba(9,9,9,.88); border-color: var(--line); backdrop-filter: blur(18px); }
.brand { display: inline-flex; align-items: center; gap: .8rem; }
.brand-logo { display: block; width: clamp(150px, 16vw, 215px); height: auto; filter: drop-shadow(0 8px 18px rgba(0,0,0,.45)); }
.site-nav { display: flex; align-items: center; gap: clamp(1.2rem, 3vw, 3.5rem); font-size: .76rem; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.site-nav a { position: relative; padding: 1rem 0; }
.site-nav a::after { content: ""; position: absolute; left: 0; right: 100%; bottom: .7rem; height: 2px; background: var(--acid); transition: right .25s ease; }
.site-nav a:hover::after, .site-nav a:focus-visible::after { right: 0; }
.nav-cta { border: 1px solid var(--acid); background: transparent; padding: .8rem 1.15rem; cursor: pointer; text-transform: uppercase; letter-spacing: .1em; transition: background .2s, color .2s; }
.nav-cta:hover, .nav-cta:focus-visible { background: var(--acid); color: var(--ink); }
.menu-toggle { display: none; width: 44px; height: 44px; border: 1px solid var(--line); background: transparent; align-items: center; justify-content: center; flex-direction: column; gap: 5px; cursor: pointer; }
.menu-toggle > span:not(.sr-only) { width: 20px; height: 2px; background: var(--paper); }

.hero { position: relative; min-height: 100svh; padding: 150px var(--pad) 72px; display: grid; grid-template-columns: minmax(0, 1.05fr) minmax(360px, .75fr); grid-template-rows: 1fr auto; gap: 3.5rem clamp(2rem, 6vw, 8rem); align-items: center; isolation: isolate; overflow: hidden; border-bottom: 1px solid var(--line); }
.hero::before { content: ""; position: absolute; z-index: -4; inset: 0; background: radial-gradient(circle at 78% 45%, rgba(51,87,153,.34), transparent 31%), radial-gradient(circle at 15% 100%, rgba(215,167,31,.19), transparent 30%), #090909; }
.hero::after { content: ""; position: absolute; z-index: -1; right: -2vw; bottom: -10vh; width: 46vw; height: 55vh; opacity: .28; background: repeating-linear-gradient(86deg, transparent 0 22px, var(--field) 23px 25px, transparent 27px 41px); clip-path: polygon(0 45%, 10% 52%, 18% 30%, 28% 60%, 38% 20%, 44% 50%, 52% 5%, 57% 52%, 68% 24%, 73% 58%, 85% 16%, 90% 54%, 100% 36%, 100% 100%, 0 100%); filter: blur(.4px); }
.hero-grain { position: absolute; z-index: -2; inset: 0; opacity: .32; pointer-events: none; background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 180 180' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.9' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.25'/%3E%3C/svg%3E"); mix-blend-mode: soft-light; }
.hero-beam { position: absolute; z-index: -3; width: 9vw; height: 90vh; top: -18vh; background: linear-gradient(to bottom, rgba(74,130,255,.38), transparent 72%); filter: blur(22px); transform-origin: top; }
.hero-beam-one { right: 30vw; transform: rotate(22deg); }
.hero-beam-two { right: 8vw; transform: rotate(-18deg); opacity: .55; }
.eyebrow { display: flex; align-items: center; gap: .75rem; margin: 0 0 1.3rem; color: var(--paper-dim); font-size: .7rem; font-weight: 800; letter-spacing: .22em; text-transform: uppercase; }
.eyebrow > span { width: 32px; height: 2px; background: var(--acid); }
.hero-brand-logo { display: block; width: min(470px, 74%); height: auto; margin: -1rem 0 1.6rem -1.2rem; filter: drop-shadow(0 18px 24px rgba(0,0,0,.5)); }
h1, h2, h3 { margin: 0; font-family: Impact, Haettenschweiler, "Arial Narrow Bold", sans-serif; font-weight: 900; text-transform: uppercase; }
h1 { max-width: 9ch; font-size: clamp(4.2rem, 9.1vw, 10.2rem); line-height: .76; letter-spacing: -.045em; }
h1 em, h2 em { position: relative; color: transparent; -webkit-text-stroke: 1.5px var(--paper); font-style: normal; }
h1 em { display: inline-block; z-index: 0; isolation: isolate; color: var(--paper); -webkit-text-stroke: 0; }
h1 em::after { content: ""; position: absolute; z-index: -1; left: -.09em; right: -.08em; top: 14%; bottom: 7%; background: #e10e0e; clip-path: polygon(0 24%, 4% 12%, 13% 20%, 22% 8%, 36% 19%, 48% 4%, 59% 15%, 73% 7%, 85% 18%, 96% 9%, 100% 27%, 98% 75%, 90% 88%, 77% 78%, 65% 94%, 52% 81%, 39% 96%, 26% 82%, 12% 91%, 2% 76%); transform: rotate(-1.2deg); filter: saturate(1.1); }
.hero-intro { max-width: 620px; margin: 2rem 0 0; color: #c9c6bd; font-size: clamp(1rem, 1.25vw, 1.18rem); line-height: 1.65; }
.hero-actions { display: flex; flex-wrap: wrap; gap: .8rem; margin-top: 2rem; }
.button { min-height: 50px; display: inline-flex; align-items: center; justify-content: center; gap: 1rem; border: 1px solid transparent; padding: .92rem 1.35rem; font-size: .73rem; font-weight: 900; letter-spacing: .11em; text-transform: uppercase; cursor: pointer; transition: transform .2s, background .2s, color .2s, border-color .2s; }
.button:hover, .button:focus-visible { transform: translateY(-2px); }
.button-primary { color: var(--ink); background: var(--acid); }
.button-primary:hover, .button-primary:focus-visible { background: var(--paper); }
.button-ghost { color: var(--paper); border-color: var(--line); background: rgba(0,0,0,.12); }
.button-ghost:hover, .button-ghost:focus-visible { border-color: var(--paper); }
.showreel-card { position: relative; width: 100%; aspect-ratio: 4/5; max-height: 66vh; border: 0; padding: 0; background: linear-gradient(135deg, rgba(15,18,28,.75), rgba(28,43,70,.46)), radial-gradient(circle at 60% 38%, rgba(230,255,53,.16), transparent 2%, transparent 12%), repeating-linear-gradient(105deg, transparent 0 48px, rgba(255,255,255,.025) 49px 50px); overflow: hidden; cursor: pointer; box-shadow: 0 40px 100px rgba(0,0,0,.48); }
.showreel-thumb { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; opacity: .56; filter: saturate(.75) contrast(1.18); transition: transform .6s ease, opacity .35s ease; }
.showreel-card::before { content: ""; position: absolute; inset: 8%; border: 1px solid rgba(236,233,223,.21); }
.showreel-card::after { content: ""; position: absolute; left: -20%; bottom: -5%; width: 145%; height: 36%; background: linear-gradient(5deg, rgba(15,14,10,.94), rgba(76,64,29,.82)); clip-path: polygon(0 42%, 17% 10%, 31% 48%, 47% 15%, 65% 52%, 79% 19%, 100% 44%, 100% 100%, 0 100%); }
.showreel-card:hover .showreel-thumb { transform: scale(1.035); opacity: .72; }
.showreel-card:hover .play-button { transform: translate(-50%, -50%) scale(1.08); color: var(--ink); background: var(--acid); }
.media-badge { position: absolute; z-index: 2; top: 1.2rem; left: 1.2rem; color: var(--acid); font: 800 .62rem/1 ui-monospace, monospace; letter-spacing: .14em; }
.play-button { position: absolute; z-index: 3; left: 50%; top: 45%; transform: translate(-50%, -50%); display: grid; place-items: center; width: 82px; height: 82px; padding-left: 5px; border: 1px solid var(--acid); border-radius: 50%; color: var(--acid); font-size: 1.2rem; transition: .25s ease; }
.showreel-label { position: absolute; z-index: 3; left: 1.5rem; right: 1.5rem; bottom: 1.5rem; display: flex; justify-content: space-between; align-items: flex-end; text-align: left; }
.showreel-label strong { font-family: Impact, sans-serif; font-size: clamp(1.6rem, 3vw, 3rem); letter-spacing: .03em; }
.showreel-label small { max-width: 150px; color: var(--paper-dim); font-size: .65rem; line-height: 1.4; text-align: right; }
.frame-corner { position: absolute; z-index: 4; width: 24px; height: 24px; border-color: var(--acid); }
.frame-corner-tl { top: 7%; left: 7%; border-top: 2px solid; border-left: 2px solid; }
.frame-corner-br { right: 7%; bottom: 7%; border-right: 2px solid; border-bottom: 2px solid; }
.hero-meta { grid-column: 1 / -1; display: flex; justify-content: space-between; gap: 1rem; padding-top: 1rem; border-top: 1px solid var(--line); color: #8d8a83; font: 700 .62rem/1 ui-monospace, monospace; letter-spacing: .12em; }
.scroll-cue { position: absolute; left: var(--pad); bottom: 7.5rem; color: #88857d; font: 700 .59rem/1 ui-monospace, monospace; letter-spacing: .13em; text-transform: uppercase; writing-mode: vertical-rl; transform: rotate(180deg); }
.scroll-cue span { display: inline-block; height: 50px; width: 1px; margin-bottom: .8rem; background: var(--acid); }

.section { padding: clamp(6rem, 11vw, 11rem) var(--pad); }
.projects { max-width: var(--max); margin: 0 auto; }
.section-head { display: grid; grid-template-columns: 1fr minmax(260px, 420px); gap: 4rem; align-items: end; }
h2 { font-size: clamp(3.3rem, 7.2vw, 7rem); line-height: .85; letter-spacing: -.035em; }
.section-head > p { margin: 0 0 .2rem; color: var(--paper-dim); line-height: 1.7; }
.filter-bar { display: flex; gap: .5rem; margin: 4rem 0 2rem; overflow-x: auto; scrollbar-width: none; }
.filter { flex: 0 0 auto; border: 1px solid var(--line); padding: .8rem 1rem; color: #9b9891; background: transparent; font-size: .7rem; font-weight: 800; letter-spacing: .09em; text-transform: uppercase; cursor: pointer; }
.filter span { margin-left: .55rem; color: #69665f; font: .6rem/1 ui-monospace, monospace; }
.filter.is-active { color: var(--ink); border-color: var(--acid); background: var(--acid); }
.filter.is-active span { color: #5c6500; }
.project-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.project-card { position: relative; min-width: 0; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); background: #0d0d0d; transition: opacity .3s, transform .3s; }
.project-card[hidden] { display: none; }
.project-card-wide { grid-column: span 2; display: grid; grid-template-columns: 1.25fr .75fr; }
.project-card-wide .project-visual { aspect-ratio: 16/8.8; }
.project-hit { position: absolute; z-index: 5; inset: 0; width: 100%; border: 0; background: transparent; cursor: pointer; }
.project-hit:focus-visible { outline: 3px solid var(--acid); outline-offset: -3px; }
.project-visual { position: relative; aspect-ratio: 16/10; overflow: hidden; background: #151515; transition: filter .4s ease; }
.project-visual > img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; opacity: .7; filter: saturate(.75) contrast(1.1); transition: transform .55s ease, opacity .4s ease; }
.project-card:hover .project-visual > img { transform: scale(1.035); opacity: .88; }
.project-card:hover .project-visual { filter: contrast(1.12) brightness(1.08); }
.visual-number { position: absolute; z-index: 2; top: 1rem; left: 1rem; font: 700 .62rem/1 ui-monospace, monospace; color: rgba(255,255,255,.55); }
.placeholder-stamp { position: absolute; z-index: 3; right: .9rem; bottom: .9rem; padding: .45rem .6rem; color: rgba(255,255,255,.65); border: 1px solid rgba(255,255,255,.24); font: 700 .54rem/1 ui-monospace, monospace; letter-spacing: .1em; }
.video-live-stamp { color: var(--ink); border-color: var(--acid); background: var(--acid); }
.visual-festival { background: radial-gradient(circle at 50% 28%, rgba(230,255,53,.7), transparent 1%, transparent 7%), linear-gradient(180deg, #111a2d 0%, #223d6c 44%, #17150b 45%, #080808 100%); }
.stage-lines { position: absolute; inset: 22% 15% 0; border: 3px solid rgba(236,233,223,.42); border-bottom: 0; clip-path: polygon(0 20%, 50% 0, 100% 20%, 100% 100%, 0 100%); }
.stage-lines::before, .stage-lines::after { content: ""; position: absolute; top: 20%; bottom: 0; width: 1px; background: rgba(255,255,255,.25); }
.stage-lines::before { left: 32%; } .stage-lines::after { right: 32%; }
.visual-raw { background: linear-gradient(130deg, rgba(150,25,15,.6), transparent 45%), #1b1514; }
.wave { position: absolute; left: -3%; right: -3%; top: 48%; height: 16%; background: repeating-linear-gradient(90deg, var(--acid) 0 2px, transparent 2px 12px); clip-path: polygon(0 45%, 5% 40%, 9% 58%, 14% 11%, 18% 83%, 22% 33%, 28% 70%, 32% 2%, 36% 96%, 41% 30%, 46% 70%, 50% 42%, 55% 54%, 60% 22%, 65% 85%, 70% 15%, 74% 70%, 80% 28%, 86% 64%, 92% 39%, 100% 50%, 100% 54%, 0 54%); }
.visual-light { background: radial-gradient(circle at 68% 29%, #fff8b5 0 2%, #e7b92e 3%, rgba(231,185,46,.18) 8%, transparent 29%), linear-gradient(120deg, #071027, #192341 55%, #130f08); }
.lamp { position: absolute; left: 67.8%; top: 29%; width: 3px; height: 71%; background: #3e3b32; }
.visual-door { background: linear-gradient(90deg, #141414 0 29%, #262626 29% 72%, #e6ff35 72% 73%, #0d2131 73%); }
.door { position: absolute; left: 36%; top: 17%; width: 31%; height: 83%; border: 2px solid #7d7b75; background: linear-gradient(110deg, #202020, #373737); transform: perspective(300px) rotateY(-20deg); transform-origin: left; }
.door::after { content: ""; position: absolute; right: 12%; top: 50%; width: 6px; height: 6px; border-radius: 50%; background: var(--acid); }
.visual-green { background: linear-gradient(145deg, rgba(230,255,53,.05), rgba(48,100,40,.5)), #0c1610; }
.leaf { position: absolute; width: 37%; aspect-ratio: 1; left: 31%; top: 19%; border: 2px solid rgba(230,255,53,.55); border-radius: 100% 0 100% 0; transform: rotate(-14deg); }
.leaf::after { content: ""; position: absolute; width: 2px; height: 110%; left: 50%; top: 18%; background: rgba(230,255,53,.5); transform: rotate(43deg); transform-origin: top; }
.visual-blue { background: radial-gradient(circle at 50% 120%, rgba(74,130,255,.8), transparent 49%), #0a1019; }
.people-lines { position: absolute; inset: 20% 12% 0; background: radial-gradient(circle at 22% 28%, var(--paper) 0 7%, transparent 7.5%), radial-gradient(circle at 50% 19%, var(--acid) 0 7%, transparent 7.5%), radial-gradient(circle at 78% 28%, var(--paper) 0 7%, transparent 7.5%); }
.people-lines::after { content: ""; position: absolute; inset: 37% 5% 0; background: radial-gradient(ellipse at 17% 100%, transparent 0 30%, rgba(236,233,223,.72) 31% 33%, transparent 34%), radial-gradient(ellipse at 50% 100%, transparent 0 32%, rgba(230,255,53,.72) 33% 35%, transparent 36%), radial-gradient(ellipse at 83% 100%, transparent 0 30%, rgba(236,233,223,.72) 31% 33%, transparent 34%); }
.project-info { position: relative; min-height: 250px; padding: clamp(1.5rem, 3vw, 2.6rem); display: flex; flex-direction: column; justify-content: space-between; gap: 2rem; }
.project-card-wide .project-info { min-height: auto; }
.project-kind { display: block; margin-bottom: .75rem; color: var(--acid); font: 700 .61rem/1 ui-monospace, monospace; letter-spacing: .12em; text-transform: uppercase; }
.project-info h3 { max-width: 12ch; font-size: clamp(2rem, 3.4vw, 3.6rem); line-height: .89; letter-spacing: -.02em; }
.project-info p { max-width: 46ch; margin: 0; color: #96938b; font-size: .84rem; line-height: 1.55; }
.project-arrow { position: absolute; right: 1.5rem; top: 1.5rem; display: grid; place-items: center; width: 39px; height: 39px; border: 1px solid var(--line); color: var(--acid); transition: background .25s, color .25s, transform .25s; }
.project-card:hover .project-arrow { color: var(--ink); background: var(--acid); transform: rotate(45deg); }

.video-archive { margin-top: 4.5rem; padding-top: 3rem; border-top: 1px solid var(--line); }
.archive-head { display: grid; grid-template-columns: 1fr minmax(250px, 430px); gap: 3rem; align-items: end; margin-bottom: 2rem; }
.archive-head h3 { font-size: clamp(2.7rem, 5vw, 5.2rem); line-height: .84; }
.archive-head > p { margin: 0; color: var(--paper-dim); line-height: 1.65; }
.video-strip { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.video-tile { min-width: 0; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); background: #0c0c0c; }
.video-thumb { position: relative; display: block; aspect-ratio: 16/10; overflow: hidden; background: #151515; }
.video-thumb::after { content: ""; position: absolute; inset: 0; background: linear-gradient(to top, rgba(0,0,0,.34), transparent 60%); }
.video-thumb img { width: 100%; height: 100%; object-fit: cover; filter: saturate(.7) contrast(1.08); transition: transform .4s ease, filter .4s ease; }
.video-tile:hover .video-thumb img, .video-tile:focus-visible .video-thumb img { transform: scale(1.045); filter: saturate(1) contrast(1.04); }
.video-play { position: absolute; z-index: 2; left: 50%; top: 50%; display: grid; place-items: center; width: 50px; height: 50px; padding-left: 3px; border: 1px solid var(--acid); border-radius: 50%; color: var(--acid); background: rgba(0,0,0,.55); transform: translate(-50%,-50%); transition: color .2s, background .2s; }
.video-tile:hover .video-play, .video-tile:focus-visible .video-play { color: var(--ink); background: var(--acid); }
.video-meta { display: block; padding: 1.15rem; }
.video-meta strong, .video-meta small { display: block; }
.video-meta strong { font-family: Impact, sans-serif; font-size: 1.15rem; letter-spacing: .02em; text-transform: uppercase; }
.video-meta small { margin-top: .45rem; color: #77746e; font-size: .65rem; }
.archive-channel-link { display: inline-flex; gap: 1rem; margin-top: 1.5rem; color: var(--acid); font-size: .72rem; font-weight: 900; letter-spacing: .09em; text-transform: uppercase; }
.archive-channel-link:hover { color: var(--paper); }

.collab { position: relative; min-height: 100vh; display: grid; grid-template-columns: minmax(0, .9fr) minmax(440px, 1.1fr); grid-template-rows: 1fr auto; gap: clamp(3rem, 8vw, 10rem); background: #10100e; overflow: hidden; }
.collab::before { content: ""; position: absolute; inset: 0; opacity: .12; background: repeating-linear-gradient(-12deg, transparent 0 65px, var(--field) 66px 67px); }
.collab > * { position: relative; }
.about-afm { grid-column: 1 / -1; display: grid; grid-template-columns: minmax(320px, .72fr) minmax(0, 1.28fr); gap: clamp(3rem, 8vw, 9rem); align-items: center; padding-bottom: clamp(4rem, 8vw, 8rem); border-bottom: 1px solid var(--line); }
.about-visual { position: relative; max-width: 570px; }
.about-visual::before { content: ""; position: absolute; z-index: -1; inset: 6% -4% -4% 7%; border: 2px solid #e10e0e; transform: rotate(-2deg); }
.about-visual img { display: block; width: 100%; aspect-ratio: 1; object-fit: cover; filter: contrast(1.04); box-shadow: 0 30px 80px rgba(0,0,0,.36); }
.about-copy h2 { max-width: 12ch; font-size: clamp(3.2rem, 6.4vw, 6.8rem); }
.about-copy > p:not(.eyebrow) { max-width: 760px; margin: 1.25rem 0 0; color: var(--paper-dim); line-height: 1.72; }
.about-copy > p:nth-of-type(2) { color: #d1cec4; }
.about-tags { display: flex; flex-wrap: wrap; gap: .55rem; margin-top: 1.7rem; }
.about-tags span { padding: .6rem .75rem; border: 1px solid var(--line); color: #aaa79e; font: 700 .59rem/1 ui-monospace, monospace; letter-spacing: .08em; text-transform: uppercase; }
.collab-copy { align-self: center; scroll-margin-top: 92px; }
.collab-copy > p:not(.eyebrow) { max-width: 540px; margin: 2rem 0; color: var(--paper-dim); line-height: 1.7; }
.services { border-top: 1px solid var(--line); align-self: center; }
.services article { display: grid; grid-template-columns: 48px minmax(0, .75fr) 1fr; gap: 1rem; align-items: baseline; padding: 2.2rem 0; border-bottom: 1px solid var(--line); }
.services article > span { color: var(--acid); font: 700 .62rem/1 ui-monospace, monospace; }
.services h3 { font-size: clamp(1.6rem, 2.6vw, 2.5rem); }
.services p { margin: 0; color: #949188; font-size: .84rem; line-height: 1.55; }
.site-footer { grid-column: 1 / -1; display: grid; grid-template-columns: 1fr auto auto; gap: 2rem; align-items: end; padding-top: 3rem; border-top: 1px solid var(--line); }
.footer-brand img { display: block; width: min(285px, 100%); height: auto; filter: drop-shadow(0 12px 18px rgba(0,0,0,.4)); }
.footer-links { display: flex; flex-direction: column; gap: .5rem; color: #b4b0a6; font-size: .72rem; }
.footer-links a:hover { color: var(--acid); }
.placeholder-link { color: #68665f; cursor: not-allowed; }
.site-footer > p { margin: 0; color: #c3c0b7; font-size: .72rem; line-height: 1.6; text-align: right; }
.site-footer > p span { color: #66645e; }

dialog { color: var(--paper); }
dialog::backdrop { background: rgba(0,0,0,.82); backdrop-filter: blur(8px); }
.project-dialog, .brief-dialog { position: relative; width: min(1100px, calc(100% - 2rem)); max-height: calc(100dvh - 2rem); padding: 0; border: 1px solid #34342f; background: #10100f; overflow: auto; box-shadow: 0 30px 120px #000; }
.project-dialog[open], .brief-dialog[open] { animation: dialog-in .32s ease both; }
@keyframes dialog-in { from { opacity: 0; transform: translateY(20px) scale(.985); } }
.dialog-close { position: absolute; z-index: 6; top: 1rem; right: 1rem; display: grid; place-items: center; width: 44px; height: 44px; border: 1px solid rgba(255,255,255,.2); background: rgba(8,8,8,.82); font-size: 1.8rem; cursor: pointer; }
.dialog-close:hover { color: var(--ink); background: var(--acid); }
.dialog-media { position: relative; min-height: 340px; display: grid; place-items: center; background: radial-gradient(circle at 50% 35%, rgba(74,130,255,.24), transparent 30%), linear-gradient(135deg,#12151b,#0b0b0a); border-bottom: 1px solid var(--line); }
.dialog-media::after { content: ""; position: absolute; inset: 2rem; border: 1px solid rgba(255,255,255,.08); }
.dialog-media-label { color: #77746d; font: 700 .68rem/1.4 ui-monospace, monospace; letter-spacing: .08em; text-align: center; }
.dialog-media-image { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; opacity: .72; filter: saturate(.78) contrast(1.06); }
.dialog-video-play { position: absolute; z-index: 4; left: 50%; top: 50%; display: inline-flex; align-items: center; gap: .8rem; padding: .95rem 1.15rem; border: 0; color: var(--ink); background: var(--acid); font-size: .69rem; font-weight: 900; letter-spacing: .1em; text-transform: uppercase; transform: translate(-50%,-50%); cursor: pointer; }
.dialog-video-play:hover, .dialog-video-play:focus-visible { background: var(--paper); }
.dialog-video-play > span { font-size: .8rem; }
.dialog-video-note { position: absolute; z-index: 4; top: calc(50% + 2.8rem); left: 1rem; right: 1rem; max-width: 560px; margin: .7rem auto 0; color: #d2cfc6; font-size: .72rem; line-height: 1.45; text-align: center; text-shadow: 0 1px 8px #000; }
.dialog-video-note a { color: var(--acid); text-decoration: underline; text-underline-offset: .18em; }
.dialog-youtube-link { position: absolute; z-index: 4; right: 1.5rem; bottom: 1.25rem; padding: .65rem .8rem; color: var(--paper); border: 1px solid rgba(255,255,255,.3); background: rgba(0,0,0,.7); font-size: .6rem; font-weight: 900; letter-spacing: .09em; text-transform: uppercase; }
.dialog-youtube-link:hover { color: var(--ink); border-color: var(--acid); background: var(--acid); }
.dialog-video-frame { position: absolute; z-index: 3; inset: 0; width: 100%; height: 100%; border: 0; background: #000; }
.dialog-media.is-playing .media-badge { display: none; }
.dialog-body { padding: clamp(2rem, 5vw, 5rem); }
.dialog-body h2 { max-width: 13ch; font-size: clamp(3rem, 6vw, 6rem); }
.dialog-lead { max-width: 720px; margin: 1.5rem 0 2rem; color: #bbb8af; font-size: 1.05rem; line-height: 1.65; }
.dialog-facts { display: flex; flex-wrap: wrap; gap: .6rem; margin-bottom: 3rem; }
.dialog-facts span { padding: .55rem .75rem; border: 1px solid var(--line); color: #aaa79e; font: 700 .61rem/1 ui-monospace, monospace; letter-spacing: .07em; text-transform: uppercase; }
.dialog-columns { display: grid; grid-template-columns: 1fr 1fr; gap: 3rem; padding: 2.5rem 0; border-top: 1px solid var(--line); }
.dialog-columns h3 { margin-bottom: 1rem; font-size: 1.6rem; }
.dialog-columns p { color: #99968e; line-height: 1.65; }

.brief-dialog { width: min(860px, calc(100% - 2rem)); }
.brief-head { padding: clamp(2rem, 5vw, 4rem); padding-bottom: 2rem; background: linear-gradient(135deg, rgba(230,255,53,.08), transparent 44%); border-bottom: 1px solid var(--line); }
.brief-head h2 { font-size: clamp(3rem, 6vw, 5rem); }
.brief-head > p:last-child { max-width: 580px; color: #aaa79f; line-height: 1.6; }
.brief-form { padding: clamp(2rem, 5vw, 4rem); }
fieldset { padding: 0; margin: 0 0 2rem; border: 0; }
legend, .field-label, .field-row label > span { display: block; margin-bottom: .8rem; color: #aaa79f; font-size: .68rem; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.choice-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: .7rem; }
.choice-grid input { position: absolute; opacity: 0; }
.choice-grid label > span { display: block; min-height: 106px; padding: 1rem; border: 1px solid var(--line); font-weight: 900; text-transform: uppercase; cursor: pointer; transition: border .2s, background .2s, color .2s; }
.choice-grid small { display: block; margin-top: .55rem; color: #7d7a72; font-size: .66rem; font-weight: 500; line-height: 1.35; text-transform: none; }
.choice-grid input:checked + span { color: var(--ink); border-color: var(--acid); background: var(--acid); }
.choice-grid input:checked + span small { color: #4f5700; }
textarea, select { width: 100%; border: 1px solid var(--line); border-radius: 0; padding: .9rem; color: var(--paper); background: #0b0b0a; outline: none; }
textarea { resize: vertical; }
textarea:focus, select:focus { border-color: var(--acid); }
.field-row { display: grid; grid-template-columns: 1fr 1fr; gap: 1rem; margin: 1.2rem 0; }
.brief-output { display: none; margin: 1.5rem 0; padding: 1.2rem; border-left: 3px solid var(--acid); color: #c9c6bd; background: rgba(230,255,53,.045); white-space: pre-line; line-height: 1.6; }
.brief-output.is-visible { display: block; }
.brief-actions { display: flex; gap: .75rem; flex-wrap: wrap; }
.brief-actions button:disabled { opacity: .4; cursor: not-allowed; }
.form-note { margin: 1.2rem 0 0; color: #6f6c66; font-size: .68rem; line-height: 1.5; }
.toast { position: fixed; z-index: 80; left: 50%; bottom: 1.4rem; padding: .8rem 1.1rem; color: var(--ink); background: var(--acid); font-size: .75rem; font-weight: 800; transform: translate(-50%, 140%); transition: transform .3s ease; }
.toast.is-visible { transform: translate(-50%, 0); }

.legal-page { min-height: 100vh; background: radial-gradient(circle at 85% 8%, rgba(74,130,255,.15), transparent 28%), #090909; }
.legal-header { position: sticky; z-index: 20; top: 0; min-height: 84px; padding: .8rem var(--pad); display: flex; align-items: center; justify-content: space-between; gap: 1.5rem; border-bottom: 1px solid var(--line); background: rgba(9,9,9,.92); backdrop-filter: blur(18px); }
.legal-back { flex: 0 0 auto; color: var(--paper-dim); font-size: .7rem; font-weight: 900; letter-spacing: .1em; text-transform: uppercase; }
.legal-back:hover, .legal-back:focus-visible { color: var(--acid); }
.legal-main { width: min(1040px, 100%); margin: 0 auto; padding: clamp(5rem, 10vw, 9rem) var(--pad); }
.legal-hero { padding-bottom: clamp(3rem, 7vw, 6rem); border-bottom: 1px solid var(--line); }
.legal-hero h1 { max-width: none; font-size: clamp(4.4rem, 12vw, 9.5rem); line-height: .82; }
.legal-hero > p:last-child { max-width: 760px; margin: 2rem 0 0; color: var(--paper-dim); font-size: 1rem; line-height: 1.7; }
.legal-content { max-width: 860px; }
.legal-section { padding: clamp(2.4rem, 5vw, 4rem) 0; border-bottom: 1px solid var(--line); }
.legal-section h2 { margin-bottom: 1.35rem; color: var(--paper); font-size: clamp(1.8rem, 4vw, 3rem); line-height: .95; }
.legal-section h3 { margin: 2rem 0 .8rem; color: var(--paper); font-size: 1.25rem; letter-spacing: .02em; }
.legal-section p, .legal-section li, .legal-section address { color: var(--paper-dim); font-size: 1rem; line-height: 1.75; }
.legal-section p { margin: .8rem 0; }
.legal-section address { font-style: normal; }
.legal-section a { color: var(--acid); text-decoration: underline; text-underline-offset: .2em; }
.legal-section strong { color: var(--paper); }
.legal-list { margin: 1rem 0; padding-left: 1.25rem; }
.legal-note { margin-top: 1.5rem !important; padding: 1.1rem 1.2rem; border-left: 3px solid var(--acid); background: rgba(230,255,53,.045); }
.legal-footer { display: flex; flex-wrap: wrap; justify-content: space-between; gap: 1rem; padding-top: 2rem; color: #77746d; font-size: .72rem; line-height: 1.6; }
.legal-footer nav { display: flex; flex-wrap: wrap; gap: 1.2rem; }
.legal-footer a:hover, .legal-footer a:focus-visible { color: var(--acid); }

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

@media (max-width: 980px) {
  .hero { grid-template-columns: 1fr .75fr; gap: 2rem; }
  .hero-intro { max-width: 540px; }
  .scroll-cue { display: none; }
  .collab { grid-template-columns: 1fr; }
  .about-afm { grid-template-columns: minmax(260px, .75fr) 1fr; gap: 3rem; }
  .site-footer { grid-template-columns: 1fr 1fr; }
  .site-footer > p { grid-column: 2; }
}

@media (max-width: 760px) {
  .site-header { height: 68px; }
  .brand-logo { width: 148px; }
  .menu-toggle { display: flex; position: relative; z-index: 2; }
  .site-nav { position: fixed; inset: 0; display: flex; flex-direction: column; justify-content: center; gap: 2rem; color: var(--paper); background: rgba(9,9,9,.97); font-size: 1rem; transform: translateY(-105%); transition: transform .35s ease; }
  .site-nav.is-open { transform: none; }
  .site-nav .nav-cta { font-size: .8rem; }
  .hero { min-height: auto; padding-top: 116px; grid-template-columns: 1fr; grid-template-rows: auto auto auto; }
  h1 { font-size: clamp(4.1rem, 19vw, 7rem); }
  .hero-brand-logo { width: min(390px, 92%); margin-left: -.65rem; }
  .showreel-card { aspect-ratio: 16/11; max-height: none; }
  .showreel-label small { display: none; }
  .hero-meta { grid-column: auto; display: grid; grid-template-columns: 1fr 1fr; gap: .8rem; }
  .section-head { grid-template-columns: 1fr; gap: 1.5rem; }
  .filter-bar { margin-top: 2.5rem; }
  .project-grid { grid-template-columns: 1fr; }
  .project-card-wide { grid-column: auto; display: block; }
  .project-card-wide .project-visual { aspect-ratio: 16/10; }
  .project-info { min-height: 220px; }
  .archive-head { grid-template-columns: 1fr; gap: 1rem; }
  .video-strip { grid-template-columns: 1fr 1fr; }
  .collab { min-height: auto; }
  .about-afm { grid-template-columns: 1fr; }
  .about-visual { max-width: 480px; }
  .services article { grid-template-columns: 36px 1fr; }
  .services p { grid-column: 2; }
  .site-footer { grid-template-columns: 1fr; }
  .site-footer > p { grid-column: auto; text-align: left; }
  .dialog-media { min-height: 230px; }
  .dialog-columns { grid-template-columns: 1fr; gap: 1.5rem; }
  .choice-grid { grid-template-columns: 1fr; }
  .choice-grid label > span { min-height: 0; }
  .field-row { grid-template-columns: 1fr; }
  .legal-header { min-height: 68px; }
  .legal-back { font-size: .62rem; }
  .legal-main { padding-top: 4rem; }
}

@media (max-width: 480px) {
  .video-strip { grid-template-columns: 1fr; }
}

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