



:root {
  --background: #0a0a0a;
  --foreground: #f0eee8;
  --card: #121212;
  --card-foreground: #f0eee8;
  --popover: #111;
  --popover-foreground: #f0eee8;
  --primary: #d6ff45;
  --primary-foreground: #080808;
  --secondary: #1c1c1c;
  --secondary-foreground: #f0eee8;
  --muted: #1a1a1a;
  --muted-foreground: #989791;
  --accent: #242424;
  --accent-foreground: #fff;
  --destructive: #e2574c;
  --border: #ffffff24;
  --input: #ffffff28;
  --ring: #d6ff45;
  --radius: .2rem;
  --signal: #d6ff45;
  --font-sans: "Helvetica Neue", "PingFang SC", "Microsoft YaHei", sans-serif;
  --font-serif: Georgia, "Songti SC", "STSong", serif;
  --font-mono: "SFMono-Regular", Consolas, monospace;
  color-scheme: dark;
}

@theme inline {
  --color-background: var(--background); --color-foreground: var(--foreground);
  --color-card: var(--card); --color-card-foreground: var(--card-foreground);
  --color-popover: var(--popover); --color-popover-foreground: var(--popover-foreground);
  --color-primary: var(--primary); --color-primary-foreground: var(--primary-foreground);
  --color-secondary: var(--secondary); --color-secondary-foreground: var(--secondary-foreground);
  --color-muted: var(--muted); --color-muted-foreground: var(--muted-foreground);
  --color-accent: var(--accent); --color-accent-foreground: var(--accent-foreground);
  --color-destructive: var(--destructive); --color-border: var(--border);
  --color-input: var(--input); --color-ring: var(--ring);
  --radius-sm: .15rem; --radius-md: .2rem; --radius-lg: .3rem; --radius-xl: .4rem;
  --font-sans: "Helvetica Neue", "PingFang SC", "Microsoft YaHei", sans-serif;
  --font-serif: Georgia, "Songti SC", "STSong", serif;
  --font-mono: "SFMono-Regular", Consolas, monospace;
}

* { box-sizing: border-box; }
[hidden] { display: none !important; }
html { scroll-behavior: smooth; background: #0a0a0a; }
body { margin: 0; padding-top: 76px; background: #0a0a0a; color: #f0eee8; font-family: var(--font-sans); }
.admin-body { padding-top: 0; }
button, input, textarea, select { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
a { color: inherit; text-decoration: none; }
::selection { background: var(--signal); color: #090909; }
:where(a,button,input,textarea,select):focus-visible { outline: 2px solid var(--signal); outline-offset: 3px; }
.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; }

.museum { min-height: 100vh; background: #0a0a0a; --paper: #f0eee8; --ink: #0a0a0a; }
.museum::before { content: ""; position: fixed; inset: 0; pointer-events: none; z-index: 80; opacity: .07; mix-blend-mode: screen; 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='.8' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.42'/%3E%3C/svg%3E"); }
.site-header { height: 76px; display: flex; align-items: center; justify-content: space-between; padding: 0 clamp(20px, 4vw, 68px); border-bottom: 1px solid #ffffff26; position: fixed; inset: 0 0 auto; z-index: 40; background: #0a0a0af2; backdrop-filter: blur(20px); }
.brand { display: flex; align-items: center; gap: 12px; min-width: 230px; }
.brand-mark { width: 38px; height: 38px; display: grid; place-items: center; border: 1px solid var(--signal); color: var(--signal); font-family: var(--font-serif); position: relative; flex: 0 0 auto; }
.brand-mark::after { content: ""; position: absolute; inset: 4px; border: 1px solid #ffffff26; }
.camera-logo svg { width: 27px; height: 27px; fill: none; stroke: currentColor; stroke-width: 2.6; stroke-linecap: round; stroke-linejoin: round; overflow: visible; transition: transform .3s ease; }.camera-logo .lens-glint,.camera-logo .camera-flash { fill: currentColor; stroke: none; }.brand:hover .camera-logo svg { transform: rotate(-4deg) scale(1.06); }.camera-flash { transform-origin: 38px 14px; animation: cameraTwinkle 2.8s ease-in-out infinite; }@keyframes cameraTwinkle { 50% { transform: scale(.55) rotate(28deg); opacity: .45; } }
.brand b { display: block; font-size: 14px; letter-spacing: .16em; font-weight: 500; }
.brand small { display: block; margin-top: 3px; color: #8a8984; font: 9px/1 var(--font-mono); letter-spacing: .15em; }
.site-nav { display: flex; gap: clamp(18px, 2.5vw, 42px); }
.site-nav a { font-size: 13px; color: #aaa9a3; position: relative; padding: 28px 0; }
.site-nav a::after { content: ""; position: absolute; left: 0; right: 100%; bottom: 20px; height: 1px; background: var(--signal); transition: right .3s ease; }
.site-nav a:hover,.site-nav a.active { color: #fff; }.site-nav a:hover::after,.site-nav a.active::after { right: 0; }
.header-actions { min-width: 230px; display: flex; justify-content: flex-end; align-items: center; }
.menu-button { display: none !important; color: #fff !important; }
.music-empty { color: #8c8b85; display: flex; align-items: center; gap: 8px; font-size: 11px; letter-spacing: .1em; }
.music-empty svg { width: 15px; }
.music-player { width: 230px; display: grid; grid-template-columns: 34px 1fr 28px; gap: 8px; align-items: center; }
.music-player button { width: 30px; height: 30px; border: 1px solid #ffffff30; color: #ddd; background: transparent; display: grid; place-items: center; cursor: pointer; }
.music-player button svg { width: 13px; }.music-player > div { overflow: hidden; }
.music-player small { display: block; font: 8px/1 var(--font-mono); letter-spacing: .13em; color: var(--signal); }
.music-player span { display: block; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; font-size: 11px; margin-top: 4px; color: #aaa; }
.music-player.is-playing > div::after { content: "▮▯▮▯▮"; font-size: 8px; color: var(--signal); letter-spacing: 1px; animation: meter 1s steps(3) infinite; }
.music-player select { width: 100%; margin-top: 3px; padding: 0; border: 0; background: transparent; color: #aaa; font-size: 11px; outline: none; white-space: nowrap; text-overflow: ellipsis; }
@keyframes meter { 50% { opacity: .2; letter-spacing: 3px; } }

.hero { min-height: calc(100vh - 76px); display: grid; grid-template-columns: minmax(260px,.75fr) minmax(420px,1.25fr); grid-template-rows: 1fr auto; gap: 28px 5vw; padding: clamp(54px, 7vw, 110px) clamp(20px, 5vw, 82px) 38px; position: relative; }
.hero::after { content: ""; position: absolute; width: 42vw; height: 42vw; left: 6vw; top: 5vh; border: 1px solid #ffffff10; border-radius: 50%; box-shadow: 0 0 0 5vw #ffffff05, 0 0 0 10vw #ffffff03; pointer-events: none; }
.hero-index { position: absolute; top: 24px; left: clamp(20px,5vw,82px); font: 10px/1 var(--font-mono); letter-spacing: .15em; color: #777670; }.hero-index span { color: var(--signal); margin-left: 18px; }
.hero-copy { align-self: center; z-index: 1; }
.eyebrow { font: 10px/1.4 var(--font-mono); letter-spacing: .2em; color: var(--signal); margin: 0 0 28px; }
.hero h1 { font: 400 clamp(58px, 8vw, 126px)/.89 var(--font-serif); letter-spacing: -.06em; margin: 0; white-space: nowrap; }
.hero h1 em { font-weight: 400; color: transparent; -webkit-text-stroke: 1px #f0eee8; }
.hero-intro { max-width: 480px; margin: 38px 0 0; color: #9b9a95; font-size: 15px; line-height: 1.95; letter-spacing: .03em; }
.hero-stage { align-self: center; width: 100%; aspect-ratio: 1.42; background: #141414; position: relative; overflow: hidden; box-shadow: 0 40px 90px #000; }
.hero-stage img { width: 100%; height: 100%; object-fit: cover; filter: saturate(.78) contrast(1.05); }
.hero-stage > p { position: absolute; left: 18px; bottom: 14px; margin: 0; font: 9px/1 var(--font-mono); letter-spacing: .18em; color: #fff; text-shadow: 0 1px 8px #000; }
.hero-abstract { width: 100%; height: 100%; position: relative; display: grid; place-items: center; background: radial-gradient(circle at 70% 40%, #404038 0, #171713 20%, #080808 62%); overflow: hidden; }
.hero-abstract::before { content: ""; position: absolute; width: 54%; aspect-ratio: 1; border: 1px solid var(--signal); border-radius: 50%; box-shadow: 0 0 80px color-mix(in srgb, var(--signal) 18%, transparent); }
.hero-abstract span { position: absolute; left: 7%; top: 6%; font: 700 clamp(70px,11vw,170px)/1 var(--font-sans); letter-spacing: -.08em; color: #ffffff0c; }
.hero-abstract b { font: 400 clamp(74px,11vw,160px)/1 var(--font-serif); color: #e8e5dd; mix-blend-mode: difference; }
.hero-abstract i { width: 1px; height: 130%; position: absolute; background: var(--signal); transform: rotate(28deg); }
.frame-corners { position: absolute; inset: 14px; border: 1px solid #ffffff26; clip-path: polygon(0 0,25px 0,25px 1px,1px 1px,1px 25px,0 25px,0 0,100% 0,100% 25px,99% 25px,99% 1px,calc(100% - 25px) 1px,calc(100% - 25px) 0,100% 0,100% 100%,calc(100% - 25px) 100%,calc(100% - 25px) 99%,99% 99%,99% calc(100% - 25px),100% calc(100% - 25px),100% 100%,0 100%,0 calc(100% - 25px),1px calc(100% - 25px),1px 99%,25px 99%,25px 100%,0 100%); }
.scroll-cue { grid-column: 1 / -1; justify-self: center; display: flex; align-items: center; gap: 10px; color: #777; font-size: 11px; letter-spacing: .12em; }.scroll-cue svg { width: 14px; animation: down 2s ease-in-out infinite; }
@keyframes down { 50% { transform: translateY(6px); } }
.birthday-mode .hero-stage { box-shadow: 0 0 100px color-mix(in srgb, var(--signal) 18%, transparent); }.birthday-mode .hero::before { content: "SPECIAL\AISSUE"; white-space: pre; position: absolute; right: -1vw; bottom: 0; font: 800 11vw/.7 var(--font-sans); color: #ffffff05; text-align: right; }
.birthday-mode::after { content: "✦   ·   ✶   ·   ✦"; position: fixed; right: 3vw; bottom: 3vh; z-index: 35; color: var(--signal); font: 15px var(--font-mono); letter-spacing: .4em; pointer-events: none; opacity: .65; animation: birthdayGlow 2.5s ease-in-out infinite; }@keyframes birthdayGlow { 50% { opacity: .2; transform: translateY(-5px); } }

body[data-page="home"] .page-section { display: none; }
body:not([data-page="home"]) .home-only { display: none; }
body[data-page="gallery"] [data-route]:not([data-route="gallery"]),body[data-page="screening"] [data-route]:not([data-route="screening"]),body[data-page="members"] [data-route]:not([data-route="members"]),body[data-page="chronicle"] [data-route]:not([data-route="chronicle"]),body[data-page="guestbook"] [data-route]:not([data-route="guestbook"]) { display: none; }
.page-section { min-height: calc(100vh - 76px); }

.section { padding: clamp(76px, 10vw, 150px) clamp(20px, 5vw, 82px); border-top: 1px solid #ffffff1f; }
.section-title { display: grid; grid-template-columns: 55px 1fr auto; align-items: end; gap: 18px; margin-bottom: 58px; }
.section-title > span { color: var(--signal); font: 12px/1 var(--font-mono); }.section-title h2 { margin: 0; font: 400 clamp(38px, 5vw, 74px)/.95 var(--font-serif); letter-spacing: -.05em; }.section-title p { margin: 0 0 7px; font: 10px/1 var(--font-mono); letter-spacing: .18em; color: #777; }
.home-note { background: #111; }.note-layout { display: grid; grid-template-columns: minmax(160px,.35fr) minmax(300px,1fr); gap: 40px 7vw; align-items: start; }.note-kicker { color: var(--signal); font: 9px/1.5 var(--font-mono); letter-spacing: .18em; }.note-layout blockquote { margin: 0; max-width: 980px; font: 400 clamp(30px,4vw,62px)/1.45 var(--font-serif); letter-spacing: -.025em; white-space: pre-line; }.note-layout a { grid-column: 2; width: max-content; padding-bottom: 7px; border-bottom: 1px solid #777; color: #aaa; font-size: 12px; }.home-preview { background: #eae7de; color: #111; }.home-preview .section-title > span { color: #61751c; }.home-preview .section-title p { color: #77746c; }.section-link { display: block; width: max-content; margin: 30px auto 0; padding: 14px 24px; border: 1px solid currentColor; font-size: 12px; letter-spacing: .08em; }
.announcement-strip { min-height: 62px; display: grid; grid-template-columns: auto 1fr; align-items: center; gap: 24px; padding: 15px clamp(20px,5vw,82px); background: var(--signal); color: #090909; border: 0; }.announcement-strip > span { font: 9px var(--font-mono); letter-spacing: .18em; }.announcement-strip p { margin: 0; font: 17px/1.6 var(--font-serif); }
.exhibition { background: #efede6; color: #111; }.exhibition .section-title p { color: #77746c; }.exhibition .section-title > span { color: #61751c; }
.exhibition-toolbar { display: flex; justify-content: space-between; gap: 30px; margin-bottom: 42px; border-top: 1px solid #24241f; border-bottom: 1px solid #24241f; padding: 12px 0; }
.filter-row { display: flex; flex-wrap: wrap; gap: 4px; }.filter-row button { border: 0; background: transparent; padding: 9px 13px; color: #6f6d65; cursor: pointer; font-size: 13px; }.filter-row button.active { background: #111; color: #fff; }
.search-box { width: min(310px,35vw); display: flex; align-items: center; gap: 4px; }.search-box svg { width: 16px; }.search-box input { border: 0; box-shadow: none; color: #111; }.search-box input:focus { box-shadow: none; }
.media-grid { columns: 3 280px; column-gap: 22px; }.media-card { break-inside: avoid; margin: 0 0 42px; display: inline-block; width: 100%; }.media-visual { width: 100%; border: 0; padding: 0; background: #d3d0c7; position: relative; display: block; overflow: hidden; cursor: zoom-in; min-height: 250px; }.media-visual img, .media-visual video { display: block; width: 100%; height: auto; min-height: 250px; object-fit: cover; filter: saturate(.82); transition: transform .6s cubic-bezier(.2,.7,.2,1), filter .5s; }.media-visual:hover img,.media-visual:hover video { transform: scale(1.025); filter: saturate(1); }.media-card-1 .media-visual { aspect-ratio: .78; }.media-card-1 .media-visual img,.media-card-1 .media-visual video { height: 100%; }.media-card-3 .media-visual { aspect-ratio: 1.45; }.media-card-3 .media-visual img,.media-card-3 .media-visual video { height: 100%; }
.media-number { position: absolute; left: 9px; bottom: 8px; background: #0a0a0ac9; color: #fff; padding: 5px 7px; font: 9px/1 var(--font-mono); letter-spacing: .1em; }.play-mark { position: absolute; inset: 0; display: grid; place-items: center; }.play-mark svg { width: 44px; height: 44px; color: #fff; filter: drop-shadow(0 2px 12px #000); }
.media-meta { display: grid; grid-template-columns: 1fr auto; gap: 15px; padding: 12px 0 8px; border-bottom: 1px solid #b9b6ad; }.media-meta h3 { margin: 0; font: 500 15px/1.4 var(--font-sans); }.media-meta p { margin: 5px 0 0; color: #747169; font-size: 12px; line-height: 1.5; }.media-meta time { font: 9px/1.4 var(--font-mono); color: #77746c; white-space: nowrap; }
.reaction-row { display: flex; gap: 12px; padding-top: 7px; }.reaction-row button { border: 0; background: none; color: #4d4b45; font-size: 15px; cursor: pointer; padding: 4px 0; }.reaction-row span { font: 9px var(--font-mono); margin-left: 3px; }
.media-card > h3 { margin: 12px 0 5px; font: 500 15px/1.4 var(--font-sans); }.media-card > p { min-height: 1em; margin: 0; color: #747169; font-size: 12px; line-height: 1.5; }.video-badge { position: absolute; left: 10px; bottom: 10px; padding: 5px 7px; background: #080808d8; color: #fff; font: 9px var(--font-mono); }.load-more { display: block; min-width: 240px; margin: 35px auto 0; padding: 14px 22px; border: 1px solid #111; background: transparent; color: #111; cursor: pointer; }
.collection-empty { min-height: 420px; display: grid; grid-template-columns: minmax(260px,.75fr) 1fr; gap: 8vw; align-items: center; border: 1px solid #aaa79e; padding: clamp(24px,5vw,70px); }.empty-frame { aspect-ratio: 1.4; background: #111; color: #ece9e1; display: grid; place-items: center; position: relative; }.empty-frame svg { width: 45px; height: 45px; stroke-width: 1; }.empty-frame span { position: absolute; left: 14px; bottom: 12px; font: 9px var(--font-mono); color: #888; }.collection-empty p { font: 400 clamp(28px,4vw,55px)/1.1 var(--font-serif); margin: 0 0 20px; }.collection-empty > div:last-child > span { color: #65635c; line-height: 1.8; }.collection-empty a { display: inline-flex; margin-top: 28px; border-bottom: 1px solid #111; padding-bottom: 5px; font-size: 13px; }.collection-empty a svg { width: 14px; margin-left: 6px; }.collection-loading { columns: 3; }.collection-loading span { display: block; background: #d5d2c9; height: 460px; margin-bottom: 20px; animation: pulse 1.5s infinite alternate; }.collection-loading span:nth-child(2) { height: 330px; }.collection-loading span:nth-child(3) { height: 520px; } @keyframes pulse { to { opacity: .55; } }

.screening { background: #060606; }.screening-list { border-top: 1px solid #ffffff30; }.screening-list button { width: 100%; display: grid; grid-template-columns: 60px 1fr 160px 40px; text-align: left; align-items: center; min-height: 94px; color: #ddd; background: none; border: 0; border-bottom: 1px solid #ffffff22; cursor: pointer; transition: background .25s, padding .25s; }.screening-list button:hover { background: #ffffff09; padding: 0 14px; }.screening-list span,.screening-list small { font: 10px var(--font-mono); color: #777; }.screening-list b { font: 400 clamp(20px,2.5vw,34px) var(--font-serif); }.screening-list svg { width: 20px; color: var(--signal); }
.screening-empty { min-height: 280px; display: flex; align-items: center; justify-content: center; gap: 30px; border: 1px solid #ffffff1e; background: radial-gradient(circle,#202020,#090909 62%); }.screening-empty > svg { width: 55px; height: 55px; stroke-width: 1; color: var(--signal); }.screening-empty p { font: 32px var(--font-serif); margin: 0 0 10px; }.screening-empty span { color: #777; font-size: 13px; }

.members-section { background: #111; }.members-grid { display: grid; grid-template-columns: repeat(auto-fit,minmax(180px,1fr)); gap: 1px; background: #ffffff1f; border: 1px solid #ffffff1f; }.members-grid article { min-height: 420px; padding: 18px; background: #111; position: relative; display: flex; flex-direction: column; overflow: hidden; }.members-grid article::after { content: ""; position: absolute; width: 130px; height: 130px; background: var(--member-accent); filter: blur(80px); opacity: .08; right: -20px; bottom: -20px; }.members-grid article > span { font: 9px var(--font-mono); color: #666; }.members-grid img,.member-monogram { width: calc(100% + 36px); margin: 35px -18px 26px; aspect-ratio: .88; object-fit: cover; filter: grayscale(1); }.member-monogram { display: grid; place-items: center; background: #181818; color: var(--member-accent); font: 90px var(--font-serif); }.members-grid h3 { margin: auto 0 10px; font: 34px var(--font-serif); }.members-grid p { color: #7c7b75; font-size: 12px; line-height: 1.6; min-height: 40px; }.members-grid small { color: var(--member-accent); font: 10px var(--font-mono); }
.empty-line { min-height: 240px; border-top: 1px solid #ffffff30; border-bottom: 1px solid #ffffff30; display: flex; align-items: center; gap: 45px; padding: 30px; }.empty-line > span { font: 100px/1 var(--font-serif); color: var(--signal); }.empty-line svg { width: 55px; height: 55px; color: var(--signal); stroke-width: 1; }.empty-line p { max-width: 520px; color: #96958f; font-size: 17px; line-height: 1.8; }

.chronicle { background: #ebe8df; color: #111; }.chronicle .section-title > span { color: #61751c; }.timeline { border-top: 1px solid #23231f; }.timeline article { display: grid; grid-template-columns: 130px 20px 1fr; gap: 30px; padding: 36px 0; border-bottom: 1px solid #aaa79d; }.timeline time { font: 11px var(--font-mono); }.timeline i { width: 7px; height: 7px; border-radius: 50%; background: #111; margin-top: 6px; }.timeline h3 { margin: 0; font: 32px var(--font-serif); }.timeline p { color: #65635c; line-height: 1.8; max-width: 700px; }.event-cover { width: min(520px,100%); max-height: 280px; object-fit: cover; margin: 0 0 24px; filter: saturate(.78); }.chronicle .empty-line { border-color: #88847a; }.chronicle .empty-line p { color: #65635c; }.chronicle .empty-line svg { color: #61751c; }

.guestbook { background: #0d0d0d; }.guestbook-layout { display: grid; grid-template-columns: 1.35fr .65fr; gap: clamp(40px,7vw,110px); }.message-wall { columns: 2 240px; column-gap: 18px; }.message-wall blockquote { break-inside: avoid; border: 1px solid #ffffff20; margin: 0 0 18px; padding: 25px; background: #121212; }.message-wall blockquote > svg { width: 15px; color: var(--signal); }.message-wall blockquote p { font: 21px/1.6 var(--font-serif); }.message-wall blockquote footer { border-top: 1px solid #ffffff18; padding-top: 14px; display: flex; justify-content: space-between; font-size: 11px; color: #777; }.first-message { min-height: 330px; border: 1px solid #ffffff22; display: grid; place-items: center; text-align: center; color: #777; }.first-message svg { width: 25px; color: var(--signal); }.first-message p { font: 25px/1.6 var(--font-serif); }
.message-form { border-top: 3px solid var(--signal); background: #f0eee8; color: #111; padding: 32px; align-self: start; position: sticky; top: 20px; }.form-index { font: 9px var(--font-mono); color: #6d6a61; letter-spacing: .15em; }.message-form h3 { font: 38px var(--font-serif); margin: 25px 0 30px; }.message-form label { display: block; font-size: 11px; letter-spacing: .08em; margin: 18px 0; }.message-form input,.message-form textarea,.message-form select { color: #111; border-color: #aaa69a; margin-top: 8px; border-radius: 0; }.message-form [data-slot=native-select-wrapper] { width: 100%; }.message-form button[type=submit] { width: 100%; margin-top: 8px; border-radius: 0; }.message-form output { display: block; min-height: 20px; margin-top: 12px; font-size: 11px; color: #5f5d55; }.honeypot { position: absolute !important; left: -9999px !important; }
.message-wall article { break-inside: avoid; border: 1px solid #ffffff20; margin: 0 0 18px; padding: 25px; background: #121212; }.message-wall article > span { color: var(--signal); font: 9px var(--font-mono); }.message-wall article p { font: 21px/1.6 var(--font-serif); }.message-wall article footer { border-top: 1px solid #ffffff18; padding-top: 14px; color: #777; font-size: 11px; }

.museum > footer { min-height: 260px; padding: 50px clamp(20px,5vw,82px); display: grid; grid-template-columns: 45px 1fr 1fr auto; gap: 24px; align-items: center; border-top: 1px solid #ffffff25; }.museum > footer p { font-size: 14px; letter-spacing: .14em; }.museum > footer p span,.museum > footer small { color: #666; font: 9px var(--font-mono); letter-spacing: .15em; }.museum > footer small { justify-self: center; }.museum > footer a { color: #aaa; font-size: 11px; display: flex; gap: 7px; }.museum > footer a svg { width: 13px; }
.media-dialog { max-width: min(1200px,94vw) !important; max-height: 94vh; padding: 0 !important; border-color: #ffffff30 !important; background: #070707 !important; overflow: auto; border-radius: 0 !important; }.media-dialog > img,.media-dialog > video { display: block; max-width: 100%; max-height: 76vh; width: 100%; object-fit: contain; background: #000; }.media-caption { display: grid; grid-template-columns: 110px 1fr auto; gap: 25px; padding: 22px 28px; align-items: start; }.media-caption > span,.media-caption time { font: 9px var(--font-mono); color: #777; }.media-caption h2 { font: 28px var(--font-serif); margin: 0 0 8px; }.media-caption p { margin: 0; color: #888; font-size: 13px; }

@media (max-width: 1000px) {
  .site-nav { position: absolute; inset: 100% 0 auto; display: none; background: #0b0b0b; padding: 30px; flex-direction: column; border-bottom: 1px solid #ffffff30; }.site-nav.is-open { display: flex; }.site-nav a { padding: 6px 0; font: 30px var(--font-serif); }.site-nav a::after { display: none; }.header-actions { min-width: 0; }.menu-button { display: inline-flex !important; }.music-player { width: 180px; }.hero { grid-template-columns: 1fr; }.hero-copy { padding-top: 30px; }.hero h1 { white-space: normal; }.hero-stage { max-width: 780px; }.guestbook-layout { grid-template-columns: 1fr; }.message-form { position: static; max-width: 620px; }.members-grid { grid-template-columns: repeat(2,1fr); }.members-grid article { min-height: 360px; }
}
@media (max-width: 640px) {
  body { padding-top: 66px; }.admin-body { padding-top: 0; }.site-header { height: 66px; }.brand { min-width: 0; }.brand b { font-size: 12px; }.brand small { display: none; }.brand-mark { width: 34px; height: 34px; }.music-empty span,.music-player > button:last-child { display: none; }.music-player { width: 145px; grid-template-columns: 30px 1fr; margin-right: 5px; }.music-player small { display: none; }.site-nav { inset-block-start: 100%; }.hero { min-height: calc(100svh - 66px); padding-top: 75px; }.hero h1 { font-size: clamp(54px,17vw,78px); }.hero-intro { font-size: 14px; margin-top: 25px; }.hero-stage { aspect-ratio: .95; }.hero-abstract span { font-size: 32vw; }.hero-abstract b { font-size: 36vw; }.section { padding-inline: 18px; }.section-title { grid-template-columns: 34px 1fr; margin-bottom: 38px; }.section-title p { grid-column: 2; margin-top: -8px; }.note-layout { grid-template-columns: 1fr; }.note-layout a { grid-column: 1; }.exhibition-toolbar { flex-direction: column; }.search-box { width: 100%; }.media-grid { columns: 1; }.collection-empty { grid-template-columns: 1fr; }.collection-loading { columns: 1; }.screening-list button { grid-template-columns: 38px 1fr 25px; }.screening-list small { display: none; }.screening-empty { padding: 30px; flex-direction: column; text-align: center; }.members-grid { grid-template-columns: 1fr 1fr; }.members-grid article { min-height: 300px; padding: 12px; }.members-grid img,.member-monogram { margin-inline: -12px; width: calc(100% + 24px); }.members-grid h3 { font-size: 25px; }.timeline article { grid-template-columns: 90px 10px 1fr; gap: 12px; }.message-wall { columns: 1; }.museum > footer { grid-template-columns: 45px 1fr; }.museum > footer small,.museum > footer a { grid-column: 2; justify-self: start; }.media-caption { grid-template-columns: 1fr; }.media-dialog { max-width: 100vw !important; max-height: 100svh; }.media-dialog > img,.media-dialog > video { max-height: 66svh; }
}
@media (max-width: 390px) { .site-header .brand > span:last-child { display: none; }.music-player { width: 138px; } }

@media (prefers-reduced-motion: reduce) { *,*::before,*::after { scroll-behavior: auto !important; animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; } }

.admin-loading { min-height: 100vh; display: flex; align-items: center; justify-content: center; gap: 12px; color: #888; }
.admin-login { min-height: 100vh; display: grid; place-items: center; background: radial-gradient(circle at 50% 20%,#24241e,#090909 55%); padding: 30px; }.admin-login > a { position: absolute; top: 28px; left: 32px; display: flex; gap: 8px; color: #888; font-size: 12px; }.admin-login > a svg { width: 15px; }.admin-login form { width: min(430px,100%); border: 1px solid #ffffff25; padding: 44px; background: #0d0d0de8; box-shadow: 0 40px 120px #000; }.admin-login form > p { color: var(--signal); font: 9px var(--font-mono); letter-spacing: .16em; margin-top: 28px; }.admin-login h1 { font: 48px var(--font-serif); margin: 15px 0 38px; }.admin-login label { display: block; color: #aaa; font-size: 12px; }.admin-login input { margin: 8px 0 16px; }.admin-login button { width: 100%; }.admin-login output { display: block; min-height: 20px; margin-top: 14px; color: #aaa; font-size: 12px; }
.admin-shell { min-height: 100vh; display: grid; grid-template-columns: 270px 1fr; background: #101010; }.admin-shell > aside { min-height: 100vh; border-right: 1px solid #ffffff20; padding: 30px; display: flex; flex-direction: column; position: sticky; top: 0; height: 100vh; }.admin-shell > aside .brand { min-width: 0; }.admin-shell > aside > p { margin: 60px 0; color: #777; line-height: 1.8; font-size: 13px; }.admin-shell > aside > a:not(.brand),.admin-shell > aside > button { display: flex; align-items: center; gap: 8px; border: 0; background: none; color: #888; font-size: 12px; padding: 10px 0; cursor: pointer; }.admin-shell > aside > button { margin-top: auto; }.admin-shell > aside svg { width: 15px; }
.admin-main { padding: 45px clamp(25px,5vw,80px) 100px; min-width: 0; }.admin-main > header { display: flex; justify-content: space-between; align-items: end; margin-bottom: 35px; }.admin-main > header p { color: var(--signal); font: 9px var(--font-mono); letter-spacing: .16em; }.admin-main > header h1 { font: 48px var(--font-serif); margin: 10px 0 0; }.admin-main > header output { color: #aaa; font-size: 12px; }
.admin-tabs { width: 100%; display: flex; justify-content: flex-start; gap: 3px; border-bottom: 1px solid #ffffff20; margin-bottom: 30px; overflow-x: auto; }.admin-tabs button { flex: 0 0 auto; appearance: none; border: 0; border-bottom: 2px solid transparent; background: transparent; color: #777; padding: 12px 16px; cursor: pointer; font-size: 12px; }.admin-tabs button:hover { color: #ddd; background: #ffffff08; }.admin-tabs button.active { color: var(--signal); border-bottom-color: var(--signal); background: #ffffff05; }.admin-panel { display: grid; grid-template-columns: minmax(300px,.75fr) minmax(360px,1.25fr); gap: 22px; align-items: start; }.admin-card { border: 1px solid #ffffff20; background: #151515; padding: 28px; }.admin-card > header { display: flex; gap: 14px; align-items: flex-start; margin-bottom: 26px; }.admin-card > header > svg { color: var(--signal); width: 21px; }.admin-card h2 { font: 25px var(--font-serif); margin: 0; }.admin-card header p { color: #777; font-size: 11px; margin: 5px 0 0; }.admin-card > label { display: block; color: #aaa; font-size: 11px; margin: 15px 0; }.admin-card input,.admin-card textarea { margin-top: 7px; border-radius: 0; }.form-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; }.check-line { display: flex !important; align-items: center; gap: 9px; }.check-line input { width: 15px !important; height: 15px; min-height: 15px !important; margin: 0; flex: 0 0 15px; }.admin-card > button[type=submit] { margin-top: 10px; border-radius: 0; }.form-help { color: #666; font-size: 10px; line-height: 1.6; }
.admin-list { display: flex; flex-direction: column; }.admin-list article { min-height: 64px; display: flex; align-items: center; gap: 13px; border-top: 1px solid #ffffff16; padding: 9px 0; }.admin-list article > img,.file-icon,.member-dot,.date-box { width: 46px; height: 46px; object-fit: cover; background: #222; display: grid; place-items: center; flex: 0 0 auto; }.file-icon svg { width: 18px; color: #777; }.member-dot { color: #080808; font: 20px var(--font-serif); }.date-box { color: var(--signal); font: 10px var(--font-mono); }.admin-list article > div:nth-child(2) { min-width: 0; flex: 1; }.admin-list b { display: block; font-size: 13px; }.admin-list span { display: block; margin-top: 5px; color: #666; font-size: 10px; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }.admin-list article > button,.button-row button { border: 1px solid #ffffff25; background: transparent; color: #aaa; padding: 7px 10px; cursor: pointer; }.settings-card { max-width: 800px; }.media-edit-card { margin-top: 22px; }.button-row { display: flex; gap: 10px; margin-top: 16px; }.button-row .primary-button { background: var(--signal); color: #080808; border-color: var(--signal); }.admin-card label small { display: block; margin-top: 7px; color: #666; line-height: 1.5; }.file-selection { display: block; margin-top: 8px; padding: 9px 10px; border-left: 2px solid var(--signal); background: #ffffff08; color: #aaa; font-size: 10px; line-height: 1.5; overflow-wrap: anywhere; }.member-legend { color: #8a897f !important; }.admin-empty { color: #777; font-size: 12px; }.message-admin-list article { display: grid; grid-template-columns: 1fr auto auto; gap: 10px; padding: 18px 0; border-top: 1px solid #ffffff1c; }.message-admin-list small { color: #666; margin-left: 8px; }.message-admin-list p { color: #aaa; line-height: 1.6; }
@media (max-width: 880px) { .admin-shell { grid-template-columns: 1fr; }.admin-shell > aside { min-height: auto; height: auto; position: static; border-right: 0; border-bottom: 1px solid #ffffff20; padding: 18px; flex-direction: row; align-items: center; gap: 18px; }.admin-shell > aside > p { display: none; }.admin-shell > aside > a:not(.brand) { margin-left: auto; }.admin-shell > aside > button { margin: 0; }.admin-main { padding: 30px 18px 80px; }.admin-panel { grid-template-columns: 1fr; } }
@media (max-width: 560px) { .admin-login form { padding: 28px; }.admin-shell > aside .brand span:last-child { display: none; }.admin-shell > aside > a:not(.brand) { font-size: 0; }.admin-shell > aside > button { font-size: 0; }.admin-main > header h1 { font-size: 38px; }.admin-main > header { align-items: flex-start; flex-direction: column; }.form-grid { grid-template-columns: 1fr; }.message-admin-list article { grid-template-columns: 1fr auto; }.message-admin-list article > div { grid-column: 1 / -1; } }

/* Standalone Worker controls */
.plain-icon { border: 0; background: transparent; color: #fff; font-size: 21px; cursor: pointer; }
.big-icon { font: 48px/1 var(--font-serif); color: var(--signal); }
.search-box input,.message-form input,.message-form textarea,.message-form select,.admin-login input,.admin-card input,.admin-card textarea,.admin-card select { width: 100%; min-height: 38px; background: transparent; border: 1px solid #ffffff2c; padding: 9px 11px; outline: none; }
.message-form textarea,.admin-card textarea { min-height: 105px; resize: vertical; }
.message-form button,.admin-login button,.admin-card .primary-button { min-height: 40px; border: 0; background: var(--signal); color: #080808; padding: 9px 16px; cursor: pointer; }
.media-dialog::backdrop { background: #000c; backdrop-filter: blur(10px); }.media-dialog[open] { display: block; }.media-dialog { color: #f0eee8; }.viewer-close { position: fixed; right: 22px; top: 18px; z-index: 2; width: 36px; height: 36px; border: 1px solid #ffffff40; background: #090909; color: #fff; font-size: 22px; cursor: pointer; }.media-dialog #viewerMedia img,.media-dialog #viewerMedia video { display: block; width: 100%; max-height: 76vh; object-fit: contain; background: #000; }
.spark { color: var(--signal); }.screening-list i { color: var(--signal); font-style: normal; }.menu-button { display: none; }

/* V6 · Future-retro museum system */
.dual-links { display: flex; flex-wrap: wrap; align-items: center; justify-content: center; gap: 10px; margin-top: 38px; }
.dual-links .section-link { margin: 0; }
.section-link.ghost { border-color: #1114; }
.section-link:hover { background: #111; color: #fff; }

.museum-map-section { overflow: hidden; background: #0d0d0d; }
.museum-map { min-height: 620px; display: grid; grid-template-columns: repeat(12,1fr); grid-template-rows: repeat(6,1fr); gap: 8px; position: relative; padding: 34px; border: 1px solid #ffffff2a; background-color: #111; background-image: linear-gradient(#ffffff09 1px,transparent 1px),linear-gradient(90deg,#ffffff09 1px,transparent 1px); background-size: 28px 28px; }
.museum-map::before,.museum-map::after { content: ""; position: absolute; pointer-events: none; }
.museum-map::before { inset: 16px; border: 1px solid #ffffff12; }
.museum-map::after { width: 46%; height: 1px; right: -8%; top: 50%; background: var(--signal); transform: rotate(-33deg); opacity: .22; }
.map-axis { grid-column: 1 / 3; grid-row: 1 / 3; z-index: 1; display: flex; flex-direction: column; align-items: flex-start; padding: 16px; }
.map-axis > span { display: grid; place-items: center; width: 42px; height: 42px; border: 1px solid var(--signal); color: var(--signal); font: 16px var(--font-mono); }
.map-axis > i { width: 1px; height: 62px; margin-left: 21px; background: linear-gradient(var(--signal),transparent); }
.map-axis > small { margin-top: auto; color: #62625e; font: 8px/1.7 var(--font-mono); letter-spacing: .13em; }
.map-room { position: relative; z-index: 2; display: flex; flex-direction: column; justify-content: flex-end; min-height: 130px; padding: 20px; border: 1px solid #ffffff2f; background: #151515e8; overflow: hidden; transition: color .35s,background .35s,transform .35s,border-color .35s; }
.map-room::before { content: ""; position: absolute; inset: auto -20% -80% 35%; aspect-ratio: 1; border: 1px solid var(--signal); border-radius: 50%; opacity: .2; transition: inset .45s,opacity .45s,background .45s; }
.map-room > span { position: absolute; left: 18px; top: 16px; color: var(--signal); font: 10px var(--font-mono); }
.map-room b { position: relative; font: 400 clamp(22px,2.7vw,43px)/1 var(--font-serif); }
.map-room small { position: relative; margin-top: 10px; color: #72716c; font: 8px var(--font-mono); letter-spacing: .14em; }
.map-room:hover { color: #080808; background: var(--signal); border-color: var(--signal); transform: translateY(-4px); }
.map-room:hover::before { inset: -30% -5% -30% 20%; background: #fff5; border-color: #080808; opacity: .35; }
.map-room:hover > span,.map-room:hover small { color: #080808; }
.room-gallery { grid-column: 3 / 8; grid-row: 1 / 4; }
.room-darkroom { grid-column: 8 / 11; grid-row: 1 / 3; }
.room-screening { grid-column: 11 / 13; grid-row: 1 / 5; }
.room-sound { grid-column: 1 / 5; grid-row: 4 / 7; }
.room-members { grid-column: 5 / 9; grid-row: 4 / 7; }
.room-capsules { grid-column: 9 / 11; grid-row: 3 / 7; }

.view-switcher { position: sticky; top: 76px; z-index: 18; display: flex; flex-wrap: wrap; gap: 0; margin: 0 0 28px; border: 1px solid #1a1a18; background: #efede6eb; backdrop-filter: blur(18px); }
.view-switcher button,.view-switcher a { min-height: 43px; padding: 0 17px; border: 0; border-right: 1px solid #1a1a1833; background: transparent; color: #66645e; font-size: 11px; cursor: pointer; }
.view-switcher button.active { background: #111; color: var(--signal); }
.view-switcher button:hover,.view-switcher a:hover { background: #dad7ce; color: #111; }
.view-switcher a { display: inline-flex; align-items: center; margin-left: auto; }
.view-contact .media-grid { columns: auto; display: grid; grid-template-columns: repeat(5,minmax(0,1fr)); gap: 12px; padding: 24px; background: #1a1a18; }
.view-contact .media-card { display: block; margin: 0; padding: 7px 7px 30px; background: #e8e4d9; }
.view-contact .media-visual,.view-contact .media-card-1 .media-visual,.view-contact .media-card-3 .media-visual { min-height: 0; aspect-ratio: 1; background: #252525; }
.view-contact .media-visual img,.view-contact .media-visual video,.view-contact .media-card-1 .media-visual img,.view-contact .media-card-3 .media-visual img { width: 100%; height: 100%; min-height: 0; object-fit: cover; filter: saturate(.5) contrast(1.05); }
.view-contact .media-card h3,.view-contact .media-card > p,.view-contact .reaction-row,.view-contact .media-meta time { display: none; }
.view-contact .media-meta { display: block; padding: 8px 2px 0; border: 0; color: #4f4d46; font: 8px var(--font-mono); }
.view-focus .media-grid { columns: auto; display: flex; gap: 7vw; overflow-x: auto; overscroll-behavior-inline: contain; scroll-snap-type: x mandatory; padding: 2vh 9vw 5vh; background: #111; scrollbar-color: var(--signal) #252525; }
.view-focus .media-card { flex: 0 0 min(76vw,980px); margin: 0; scroll-snap-align: center; color: #eee; }
.view-focus .media-visual,.view-focus .media-card-1 .media-visual,.view-focus .media-card-3 .media-visual { min-height: 60vh; height: 68vh; aspect-ratio: auto; background: #050505; }
.view-focus .media-visual img,.view-focus .media-visual video,.view-focus .media-card-1 .media-visual img,.view-focus .media-card-3 .media-visual img { width: 100%; height: 100%; min-height: 0; object-fit: contain; }
.view-focus .media-meta { border-color: #ffffff28; }
.view-focus .media-card > p,.view-focus .media-meta time,.view-focus .reaction-row { color: #8d8c86; }

.exhibitions-archive { background: #e9e6dd; color: #111; }
.exhibitions-archive .section-title > span { color: #61751c; }
.exhibitions-archive .section-title p { color: #77746c; }
.exhibitions-grid { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 1px; border: 1px solid #aaa69c; background: #aaa69c; }
.exhibition-card { min-height: 470px; display: grid; grid-template-columns: minmax(150px,.72fr) 1fr; background: #e9e6dd; position: relative; overflow: hidden; }
.exhibition-card::after { content: "↗"; position: absolute; right: 18px; top: 16px; font: 16px var(--font-mono); }
.exhibition-card > img,.issue-placeholder { width: 100%; height: 100%; min-height: 470px; object-fit: cover; filter: saturate(.62) contrast(1.08); transition: filter .5s,transform .7s; }
.issue-placeholder { display: grid; place-items: center; background: #151515; color: #ebe8df; text-align: center; font: 52px/.85 var(--font-serif); }
.exhibition-card > div:last-child { display: flex; flex-direction: column; padding: 34px; }
.exhibition-card span,.issue-hero span { color: #5e701d; font: 9px var(--font-mono); letter-spacing: .16em; }
.exhibition-card h2 { margin: auto 0 20px; font: 400 clamp(32px,4vw,62px)/.98 var(--font-serif); letter-spacing: -.04em; }
.exhibition-card p { min-height: 72px; color: #68665e; line-height: 1.75; }
.exhibition-card small { padding-top: 16px; border-top: 1px solid #aaa69c; font: 9px var(--font-mono); }
.exhibition-card.current { background: var(--signal); }
.exhibition-card.current span { color: #111; }
.exhibition-card:hover > img { filter: saturate(1); transform: scale(1.025); }
.exhibition-detail { padding: 0; background: #e9e6dd; color: #111; }
.issue-hero { min-height: calc(100svh - 76px); display: grid; grid-template-columns: 1.1fr .9fr; border-bottom: 1px solid #8d8a82; }
.issue-hero > img { width: 100%; height: calc(100svh - 76px); object-fit: cover; filter: saturate(.7) contrast(1.05); }
.issue-hero > div { display: flex; flex-direction: column; justify-content: center; padding: clamp(35px,7vw,110px); }
.issue-hero h1 { margin: 35px 0; font: 400 clamp(56px,8vw,128px)/.85 var(--font-serif); letter-spacing: -.065em; }
.issue-hero p { max-width: 540px; color: #66635b; font-size: 15px; line-height: 2; white-space: pre-line; }
.issue-hero small { margin-top: 48px; padding-top: 16px; border-top: 1px solid #aaa69c; font: 9px var(--font-mono); letter-spacing: .15em; }
.issue-works { padding: clamp(70px,10vw,150px) clamp(20px,6vw,95px); }

.darkroom-section { min-height: calc(100svh - 76px); background: #190404; color: #ffddd3; --signal: #ff5b3d; }
.darkroom-section::before { content: "SAFE LIGHT / 02"; position: fixed; right: 3vw; bottom: 3vh; color: #ff4e3036; font: 9px var(--font-mono); letter-spacing: .22em; pointer-events: none; }
.darkroom-instruction { display: flex; justify-content: space-between; gap: 25px; margin: -25px 0 45px; padding: 15px 0; border-top: 1px solid #ff8a7044; border-bottom: 1px solid #ff8a7044; }
.darkroom-instruction b { font: 22px var(--font-serif); }
.darkroom-instruction span { max-width: 460px; color: #c18477; font-size: 12px; line-height: 1.6; }
.darkroom-grid { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: clamp(35px,6vw,100px) clamp(20px,4vw,60px); align-items: start; }
.darkroom-print { position: relative; user-select: none; }
.darkroom-print:nth-child(3n+2) { margin-top: 12vh; }
.darkroom-print img { display: block; width: 100%; max-height: 72vh; object-fit: contain; background: #0b0101; filter: invert(1) grayscale(1) contrast(1.45) brightness(.65) sepia(.35); opacity: .62; transition: filter 1.4s cubic-bezier(.2,.7,.2,1),opacity 1.4s; }
.darkroom-print::after { content: "HOLD TO DEVELOP"; position: absolute; inset: 0; display: grid; place-items: center; pointer-events: none; color: #ffb09f; font: 8px var(--font-mono); letter-spacing: .16em; opacity: .8; transition: opacity .2s; }
.darkroom-print.developed img { filter: none; opacity: 1; }
.darkroom-print.developed::after { opacity: 0; }
.darkroom-print > span { display: block; margin: 12px 0 7px; color: #ff664d; font: 9px var(--font-mono); }
.darkroom-print > button { padding: 0 0 5px; border: 0; border-bottom: 1px solid #ff8a7044; background: none; color: #e8aaa0; cursor: pointer; text-align: left; }

.screening { min-height: calc(100svh - 76px); background: radial-gradient(circle at 50% 12%,#241e16,#060606 45%); }
.screening-marquee { min-height: 190px; display: grid; grid-template-columns: .38fr 1fr; align-items: center; gap: 7vw; margin: -20px 0 65px; padding: 35px; border: 1px solid #ffffff24; background: #0c0b09; box-shadow: 0 0 100px #b77f2b13; }
.screening-marquee span { color: var(--signal); font: 9px/1.8 var(--font-mono); letter-spacing: .2em; }
.screening-marquee b { font: 400 clamp(30px,4.5vw,70px)/1.08 var(--font-serif); }
.screening-list button em { color: #696862; font: 9px var(--font-mono); font-style: normal; letter-spacing: .15em; }
.screening-list button div small { display: block; margin-top: 8px; }
.film-countdown { width: min(85vw,960px); height: min(68vh,660px); display: grid; place-items: center; align-content: center; gap: 15px; overflow: hidden; background: repeating-radial-gradient(circle,#26231d 0,#161410 2px,#070707 4px); }
.film-countdown::before,.film-countdown::after { content: ""; position: absolute; width: min(55vh,55vw); aspect-ratio: 1; border: 1px solid #ffffff40; border-radius: 50%; }
.film-countdown::after { width: 1px; height: 100%; border: 0; background: #ffffff30; }
.film-countdown b { position: relative; z-index: 1; font: 160px/1 var(--font-serif); }
.film-countdown span { position: relative; z-index: 1; color: var(--signal); font: 9px var(--font-mono); letter-spacing: .25em; }
.viewer-actions { padding: 0 28px 22px; text-align: right; }
.viewer-actions button { padding: 11px 16px; border: 1px solid var(--signal); background: transparent; color: var(--signal); cursor: pointer; }

.sound-archive { min-height: calc(100svh - 76px); background: #d8d3c7; color: #131313; --signal: #ea4e25; }
.sound-archive .section-title > span { color: var(--signal); }
.sound-archive .section-title p { color: #6b685f; }
.sound-console { min-height: 260px; display: grid; grid-template-columns: minmax(210px,.55fr) 1fr; gap: 7vw; align-items: center; margin-bottom: 55px; padding: 38px; border: 1px solid #77746c; background: #b9b3a5; box-shadow: inset 0 0 0 8px #c8c2b6; }
.sound-console > div:last-child p { margin: 0 0 14px; font: 400 clamp(28px,4vw,60px)/1 var(--font-serif); }
.sound-console > div:last-child small { color: #67645d; }
.sound-reel { display: flex; align-items: center; justify-content: center; position: relative; height: 170px; border: 1px solid #3e3d39; background: #181818; overflow: hidden; }
.sound-reel i { width: 120px; aspect-ratio: 1; margin: -8px; border: 12px solid #d7d1c5; border-radius: 50%; background: repeating-conic-gradient(#d7d1c5 0 8deg,#272727 8deg 30deg); animation: reelSpin 6s linear infinite; }
.sound-reel span { position: absolute; inset: 50% auto auto 50%; transform: translate(-50%,-50%); padding: 8px 12px; background: var(--signal); color: #111; font: 8px/1.2 var(--font-mono); text-align: center; }
@keyframes reelSpin { to { transform: rotate(360deg); } }
.sound-grid { border-top: 1px solid #45433e; }
.sound-card { width: 100%; min-height: 105px; display: grid; grid-template-columns: 55px 46px 1fr auto; gap: 22px; align-items: center; border: 0; border-bottom: 1px solid #807d74; background: transparent; color: #111; text-align: left; cursor: pointer; transition: padding .3s,background .3s; }
.sound-card:hover { padding: 0 18px; background: #c7c1b5; }
.sound-card > span,.sound-card small,.sound-card em { font: 9px var(--font-mono); }
.sound-card > i { width: 42px; aspect-ratio: 1; border-radius: 50%; border: 13px solid #181818; outline: 1px solid #181818; outline-offset: 3px; }
.sound-card b { display: block; margin-bottom: 8px; font: 400 clamp(22px,3vw,38px) var(--font-serif); }
.sound-card small { color: #65625b; }
.sound-card em { color: var(--signal); font-style: normal; }
.sound-empty { min-height: 240px; display: grid; place-items: center; border: 1px solid #77746c; font: 28px/1.6 var(--font-serif); text-align: center; padding: 40px; }

.members-grid { grid-template-columns: repeat(auto-fit,minmax(210px,1fr)); }
.members-grid .member-card { min-height: 500px; padding: 18px; background: #111; position: relative; display: flex; flex-direction: column; overflow: hidden; }
.members-grid .member-card::after { content: ""; position: absolute; width: 160px; height: 160px; right: -25px; bottom: -30px; background: var(--member-accent); opacity: .1; filter: blur(65px); transition: opacity .4s; }
.members-grid .member-card:hover::after { opacity: .3; }
.members-grid .member-card > span { color: #666; font: 9px var(--font-mono); }
.members-grid .member-card > em { position: relative; z-index: 1; margin-top: 12px; color: #777; font: 9px var(--font-mono); font-style: normal; }
.member-profile-section { min-height: calc(100svh - 76px); padding: 0; background: #111; }
.profile-hero { min-height: calc(100svh - 76px); display: grid; grid-template-columns: minmax(280px,.82fr) 1.18fr; position: relative; overflow: hidden; }
.profile-hero::after { content: "MEMBER\AARCHIVE"; white-space: pre; position: absolute; right: -1vw; bottom: -1vw; color: var(--member-accent); opacity: .045; font: 800 11vw/.72 var(--font-sans); text-align: right; }
.profile-hero > img,.profile-monogram { width: 100%; height: calc(100svh - 76px); object-fit: cover; filter: grayscale(1) contrast(1.05); }
.profile-monogram { display: grid; place-items: center; background: #181818; color: var(--member-accent); font: clamp(160px,25vw,410px) var(--font-serif); }
.profile-hero > div:last-child { z-index: 1; display: flex; flex-direction: column; justify-content: center; padding: clamp(38px,9vw,145px); }
.profile-hero span,.profile-hero small { color: var(--member-accent); font: 9px var(--font-mono); letter-spacing: .2em; }
.profile-hero h1 { margin: 35px 0; font: 400 clamp(68px,11vw,170px)/.8 var(--font-serif); letter-spacing: -.07em; }
.profile-hero p { max-width: 560px; color: #9a9993; font: 20px/1.8 var(--font-serif); }
.profile-hero small { margin-top: 55px; }
.profile-works { padding: clamp(70px,10vw,150px) clamp(20px,6vw,95px); background: #ebe8df; color: #111; }
.profile-works > h2 { margin: 0 0 55px; font: 400 clamp(42px,6vw,88px) var(--font-serif); }

.today-memory { display: grid; grid-template-columns: 150px 1fr auto; gap: 35px; align-items: center; min-height: 145px; margin: -20px 0 70px; padding: 25px 0; border-top: 1px solid #77746c; border-bottom: 1px solid #77746c; }
.today-memory span { color: #61751c; font: 9px var(--font-mono); letter-spacing: .18em; }
.today-memory p { margin: 0; font: 25px var(--font-serif); }
.today-memory button { padding: 9px 0; border: 0; border-bottom: 1px solid #111; background: none; cursor: pointer; }

.capsules-section { min-height: calc(100svh - 76px); background: #111; overflow: hidden; }
.capsules-section > .capsule-intro { max-width: 740px; margin: -25px 0 65px 73px; color: #8b8a84; font: 21px/1.8 var(--font-serif); }
.capsules-grid { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 18px; }
.capsule { min-height: 390px; display: flex; flex-direction: column; position: relative; padding: 30px; border: 1px solid #ffffff24; background: #161616; overflow: hidden; }
.capsule::before { content: ""; position: absolute; width: 250px; aspect-ratio: 1; right: -100px; top: -110px; border: 1px solid var(--signal); border-radius: 50%; opacity: .13; }
.capsule > span,.capsule > small { color: #65645f; font: 8px var(--font-mono); letter-spacing: .16em; }
.capsule-seal { width: 92px; aspect-ratio: 1; display: grid; place-items: center; margin: 52px auto 36px; border: 1px solid var(--signal); border-radius: 50%; color: var(--signal); font: 9px var(--font-mono); letter-spacing: .15em; transform: rotate(-9deg); box-shadow: inset 0 0 0 5px #111,inset 0 0 0 6px var(--signal); }
.capsule h3 { margin: 0 0 15px; font: 30px var(--font-serif); }
.capsule p { color: #92918b; line-height: 1.8; white-space: pre-line; }
.capsule > small { margin-top: auto; padding-top: 20px; border-top: 1px solid #ffffff18; }
.capsule.opened { background: var(--signal); color: #0a0a0a; }
.capsule.opened::before { border-color: #0a0a0a; }
.capsule.opened .capsule-seal { color: #0a0a0a; border-color: #0a0a0a; box-shadow: inset 0 0 0 5px var(--signal),inset 0 0 0 6px #0a0a0a; }
.capsule.opened p,.capsule.opened > span,.capsule.opened > small { color: #37372f; }
.capsule.opened > small { border-color: #1113; }

.birthday-experience { background: radial-gradient(circle at 50% 35%,#25291c,#080808 60%); overflow: hidden; }
.birthday-sky { min-height: min(78vh,760px); position: relative; border: 1px solid #ffffff1f; background-image: radial-gradient(#fff 0.6px,transparent .8px),radial-gradient(var(--signal) .5px,transparent .8px); background-position: 0 0,17px 19px; background-size: 41px 41px,63px 63px; }
.birthday-orbit { position: absolute; inset: 50% auto auto 50%; width: min(42vw,380px); aspect-ratio: 1; transform: translate(-50%,-50%); display: grid; place-items: center; align-content: center; border: 1px solid color-mix(in srgb,var(--signal) 45%,transparent); border-radius: 50%; box-shadow: 0 0 90px color-mix(in srgb,var(--signal) 12%,transparent),inset 0 0 90px color-mix(in srgb,var(--signal) 7%,transparent); }
.birthday-orbit::before { content: ""; position: absolute; inset: -35px; border: 1px dashed #ffffff25; border-radius: 50%; animation: reelSpin 40s linear infinite; }
.birthday-orbit b { font: 400 clamp(48px,8vw,100px)/1 var(--font-serif); }
.birthday-orbit span { color: var(--signal); font: 8px var(--font-mono); letter-spacing: .25em; }
.birthday-star { position: absolute; left: var(--x); top: var(--y); padding: 8px; border: 0; background: none; color: #fff; cursor: pointer; }
.birthday-star i { display: block; width: 9px; height: 9px; margin: auto; background: var(--signal); transform: rotate(45deg); box-shadow: 0 0 18px var(--signal); animation: starFloat 3s ease-in-out var(--delay) infinite; }
.birthday-star span { display: block; margin-top: 8px; color: #777; font: 8px var(--font-mono); opacity: 0; transition: opacity .3s; }
.birthday-star:hover span { opacity: 1; }
@keyframes starFloat { 50% { transform: translateY(-7px) rotate(45deg); opacity: .55; } }
#birthdayStarMessage { position: absolute; left: 50%; bottom: 28px; width: min(90%,620px); transform: translateX(-50%); margin: 0; color: #aaa; font: 18px/1.6 var(--font-serif); text-align: center; }
.birthday-credits { display: grid; grid-template-columns: 130px 1fr; gap: 22px 40px; max-width: 800px; margin: 100px auto 0; }
.birthday-credits span { color: #6f6e68; font-size: 11px; text-align: right; }
.birthday-credits b { font: 400 22px var(--font-serif); }
.birthday-credits p { grid-column: 1 / -1; margin: 70px 0 0; color: var(--signal); font: 40px var(--font-serif); text-align: center; }

@media (hover: hover) {
  .media-card:hover .media-meta > span { color: #61751c; }
  .member-card:hover img { filter: grayscale(.15); }
}
@media (max-width: 1100px) {
  .museum-map { min-height: 720px; grid-template-columns: repeat(6,1fr); grid-template-rows: repeat(8,1fr); }
  .map-axis { grid-column: 1 / 2; grid-row: 1 / 3; }
  .room-gallery { grid-column: 2 / 5; grid-row: 1 / 4; }
  .room-darkroom { grid-column: 5 / 7; grid-row: 1 / 3; }
  .room-screening { grid-column: 5 / 7; grid-row: 3 / 6; }
  .room-sound { grid-column: 1 / 4; grid-row: 4 / 7; }
  .room-members { grid-column: 1 / 4; grid-row: 7 / 9; }
  .room-capsules { grid-column: 4 / 7; grid-row: 6 / 9; }
  .view-contact .media-grid { grid-template-columns: repeat(4,minmax(0,1fr)); }
  .exhibitions-grid { grid-template-columns: 1fr; }
}
@media (max-width: 760px) {
  .museum-map { min-height: 780px; grid-template-columns: 1fr 1fr; grid-template-rows: auto repeat(5,1fr); padding: 12px; }
  .map-axis { grid-column: 1 / -1; grid-row: 1; flex-direction: row; align-items: center; gap: 12px; padding: 5px; }
  .map-axis > i { width: 50px; height: 1px; margin: 0; background: linear-gradient(90deg,var(--signal),transparent); }
  .map-axis > small { margin: 0 0 0 auto; }
  .map-room { min-height: 0; padding: 14px; }
  .map-room b { font-size: 25px; }
  .room-gallery { grid-column: 1 / -1; grid-row: 2 / 4; }
  .room-darkroom { grid-column: 1; grid-row: 4; }
  .room-screening { grid-column: 2; grid-row: 4 / 6; }
  .room-sound { grid-column: 1; grid-row: 5; }
  .room-members { grid-column: 1; grid-row: 6; }
  .room-capsules { grid-column: 2; grid-row: 6; }
  .view-switcher { top: 66px; overflow-x: auto; flex-wrap: nowrap; }
  .view-switcher button,.view-switcher a { flex: 0 0 auto; }
  .view-switcher a { margin-left: 0; }
  .view-contact .media-grid { grid-template-columns: repeat(3,minmax(0,1fr)); gap: 5px; padding: 8px; }
  .view-contact .media-card { padding: 4px 4px 20px; }
  .view-focus .media-grid { padding-inline: 5vw; gap: 5vw; }
  .view-focus .media-card { flex-basis: 88vw; }
  .view-focus .media-visual,.view-focus .media-card-1 .media-visual,.view-focus .media-card-3 .media-visual { height: 58vh; min-height: 420px; }
  .exhibition-card { grid-template-columns: 1fr; }
  .exhibition-card > img,.issue-placeholder { height: 55vw; min-height: 260px; }
  .exhibition-card h2 { margin-top: 55px; }
  .issue-hero { grid-template-columns: 1fr; }
  .issue-hero > img { height: 58vh; }
  .issue-hero > div { min-height: 60vh; }
  .darkroom-instruction { flex-direction: column; }
  .darkroom-grid { grid-template-columns: 1fr 1fr; }
  .darkroom-print:nth-child(3n+2) { margin-top: 0; }
  .darkroom-print:nth-child(even) { margin-top: 9vh; }
  .screening-marquee { grid-template-columns: 1fr; }
  .sound-console { grid-template-columns: 1fr; }
  .sound-reel { height: 140px; }
  .sound-reel i { width: 100px; }
  .sound-card { grid-template-columns: 35px 32px 1fr; gap: 10px; }
  .sound-card > i { width: 30px; border-width: 9px; }
  .sound-card em { display: none; }
  .profile-hero { grid-template-columns: 1fr; }
  .profile-hero > img,.profile-monogram { height: 62vh; }
  .profile-hero > div:last-child { min-height: 60vh; }
  .today-memory { grid-template-columns: 1fr; gap: 14px; }
  .today-memory button { justify-self: start; }
  .capsules-section > .capsule-intro { margin-left: 0; }
  .capsules-grid { grid-template-columns: 1fr; }
  .capsule { min-height: 350px; }
  .birthday-orbit { width: 62vw; }
}
@media (max-width: 440px) {
  .map-room small { letter-spacing: .05em; }
  .view-contact .media-grid { grid-template-columns: repeat(2,minmax(0,1fr)); }
  .darkroom-grid { grid-template-columns: 1fr; }
  .darkroom-print:nth-child(even) { margin-top: 0; }
  .screening-marquee { padding: 24px; }
  .birthday-credits { grid-template-columns: 90px 1fr; gap: 18px; }
}
