
:root{
  --bg:#070707;
  --panel:#111;
  --panel2:#171717;
  --text:#f4f1e8;
  --muted:#b8b1a1;
  --gold:#c9a85f;
  --gold2:#ebd99d;
  --line:#3b3220;
  --white:#fff;
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{
  margin:0;
  background:var(--bg);
  color:var(--text);
  font-family:Inter,Arial,Helvetica,sans-serif;
  line-height:1.6;
}
a{color:inherit}
img{max-width:100%;display:block}
.wrap{width:min(1180px,calc(100% - 36px));margin:0 auto}
.topbar{
  position:sticky;top:0;z-index:20;
  background:rgba(7,7,7,.94);
  border-bottom:1px solid #222;
  backdrop-filter:blur(10px);
}
.nav{display:flex;align-items:center;justify-content:space-between;padding:15px 0;gap:20px}
.brand{font-family:Georgia,serif;font-size:20px;letter-spacing:.12em;text-transform:uppercase}
.brand span{color:var(--gold)}
.navlinks{display:flex;gap:18px;flex-wrap:wrap}
.navlinks a{text-decoration:none;color:var(--muted);font-size:14px}
.navlinks a:hover{color:var(--gold2)}
.navlinks a:focus-visible{color:var(--gold2);outline:2px solid var(--gold);outline-offset:5px}
.navlinks a[aria-current="page"]{color:var(--gold2)}
.hero{
  min-height:72vh;
  display:grid;
  align-items:end;
  position:relative;
  overflow:hidden;
  border-bottom:1px solid #211d14;
}
.hero:before{
  content:"";
  position:absolute;inset:0;
  background:
    linear-gradient(90deg,rgba(0,0,0,.91) 0%,rgba(0,0,0,.62) 48%,rgba(0,0,0,.25) 100%),
    linear-gradient(0deg,#070707 0%,transparent 42%),
    url("assets/benny-1040-console.png") center/cover no-repeat;
  filter:saturate(.78) contrast(1.04);
}
.hero.small:before{background:
    linear-gradient(90deg,rgba(0,0,0,.91),rgba(0,0,0,.48)),
    linear-gradient(0deg,#070707,transparent 50%),
    url("assets/studio-photo.jpg") center/cover no-repeat;
}
.hero-content{position:relative;z-index:1;padding:110px 0 72px;max-width:770px}
.eyebrow{color:var(--gold2);letter-spacing:.18em;text-transform:uppercase;font-size:13px;font-weight:700}
h1,h2,h3{font-family:Georgia,"Times New Roman",serif;line-height:1.08;margin:0}
h1{font-size:clamp(48px,8vw,104px);font-weight:500;letter-spacing:-.03em}
h2{font-size:clamp(34px,5vw,62px);font-weight:500}
h3{font-size:25px;font-weight:500}
.deck{font-size:clamp(19px,2.2vw,27px);color:#ded7c7;max-width:720px;margin:20px 0 0}
.record-hero{
  position:relative;
  min-height:min(760px,calc(100svh - 58px));
  overflow:hidden;
  border-bottom:1px solid #211d14;
  background:
    radial-gradient(ellipse at 70% 36%,rgba(166,205,198,.13),transparent 34rem),
    radial-gradient(ellipse at 64% 86%,rgba(197,157,81,.09),transparent 27rem),
    linear-gradient(145deg,#0b0d0d,#060707 62%,#030404);
}
.record-hero-grid{
  display:grid;
  grid-template-columns:minmax(300px,.78fr) minmax(500px,1.22fr);
  gap:clamp(40px,7vw,100px);
  align-items:center;
  min-height:inherit;
  padding:70px 0;
}
.record-hero-copy{position:relative;z-index:5;max-width:570px}
.record-hero-copy h1{font-size:clamp(52px,6.2vw,88px);line-height:.94}
.record-hero-copy .deck{max-width:540px;font-size:clamp(18px,1.65vw,23px);line-height:1.5}
.record-display{
  position:relative;
  min-height:570px;
  perspective:1400px;
}
.record-spotlight{
  position:absolute;
  z-index:0;
  top:-18%;right:-2%;
  width:86%;height:105%;
  background:conic-gradient(from 166deg at 50% 0%,transparent 0 13%,rgba(217,242,237,.14) 18%,rgba(217,242,237,.025) 31%,transparent 37% 100%);
  clip-path:polygon(36% 0,64% 0,100% 100%,0 100%);
  filter:blur(8px);
}
.evidence-mount{
  position:absolute;
  z-index:1;
  top:13%;right:0;
  width:min(520px,78%);
  margin:0;
  padding:18px 18px 14px;
  border:1px solid #4a4538;
  background:linear-gradient(145deg,#b9b19d,#777367);
  box-shadow:0 35px 70px rgba(0,0,0,.66),inset 0 0 0 5px #24231f;
  transform:rotateY(-4deg) rotateZ(1.5deg);
}
.evidence-mat{padding:13px;background:#f4efcf;box-shadow:inset 0 0 16px rgba(56,48,34,.2)}
.evidence-mount img{width:100%;height:auto;aspect-ratio:1093/307;object-fit:contain;background:#f5f0d3;filter:grayscale(.42) sepia(.18) contrast(1.08)}
.evidence-mount figcaption{padding:11px 4px 0;color:#332f25;font-size:10px;font-weight:700;letter-spacing:.14em;text-transform:uppercase}
.record-crystal{
  position:absolute;
  z-index:3;
  bottom:10%;left:1%;
  display:flex;
  flex-direction:column;
  justify-content:center;
  width:min(310px,48%);
  height:390px;
  padding:35px 28px;
  border:2px solid rgba(229,252,248,.55);
  background:
    linear-gradient(118deg,rgba(255,255,255,.36),transparent 10% 38%,rgba(255,255,255,.11) 43%,transparent 50%),
    linear-gradient(150deg,rgba(179,223,216,.31),rgba(24,43,43,.42) 54%,rgba(214,179,103,.18)),
    rgba(38,58,57,.58);
  box-shadow:
    inset 5px 0 0 rgba(255,255,255,.16),
    inset -12px 0 22px rgba(112,190,181,.18),
    inset 0 5px 0 rgba(255,255,255,.26),
    0 38px 65px rgba(0,0,0,.7),
    0 0 80px rgba(181,225,218,.2);
  clip-path:polygon(7% 0,93% 0,100% 6%,100% 93%,93% 100%,7% 100%,0 93%,0 6%);
  text-align:center;
  transform:rotateY(8deg) translateZ(24px);
}
.record-crystal:before{
  content:"";position:absolute;inset:10px;
  border:1px solid rgba(235,255,251,.21);
  clip-path:polygon(5% 0,95% 0,100% 5%,100% 95%,95% 100%,5% 100%,0 95%,0 5%);
}
.record-crystal-refraction{
  position:absolute;inset:0;
  background:linear-gradient(108deg,transparent 5%,rgba(229,255,250,.18) 6%,transparent 14% 63%,rgba(255,223,156,.12) 64%,transparent 71%);
  mix-blend-mode:screen;
}
.record-crystal-mark{
  position:relative;margin:0 0 30px!important;
  color:rgba(244,255,252,.82)!important;
  font-family:Inter,Arial,sans-serif!important;
  font-size:9px!important;font-weight:700;letter-spacing:.22em;text-transform:uppercase;
}
.record-crystal h2{
  position:relative;
  font-size:clamp(35px,4vw,52px);
  line-height:.9;
  color:#fffdf4;
  text-shadow:0 0 10px rgba(255,255,255,.5),0 0 25px rgba(200,237,230,.24),3px 4px 0 rgba(9,18,18,.36);
}
.record-crystal>p:not(.record-crystal-mark){position:relative;margin:20px 0 14px!important;color:var(--gold2)!important;font-family:Georgia,serif!important;font-size:14px!important}
.record-crystal span{position:relative;color:#fff1c5;font-size:10px;font-weight:700;letter-spacing:.15em;text-transform:uppercase}
.record-plinth{
  position:absolute;
  z-index:4;
  bottom:6%;left:-3%;
  width:min(370px,56%);height:38px;
  border:1px solid rgba(226,250,246,.48);
  background:linear-gradient(90deg,rgba(65,104,101,.3),rgba(223,245,239,.54) 48%,rgba(68,108,104,.27)),linear-gradient(180deg,rgba(206,236,231,.32),rgba(13,20,20,.94));
  box-shadow:inset 0 2px 0 rgba(255,255,255,.38),0 14px 26px rgba(0,0,0,.68),0 0 28px rgba(204,232,226,.2),0 9px 44px rgba(208,166,81,.17);
  clip-path:polygon(5% 0,95% 0,100% 30%,96% 100%,4% 100%,0 30%);
}
.button{
  display:inline-block;margin-top:28px;padding:12px 18px;
  border:1px solid var(--gold);text-decoration:none;
  text-transform:uppercase;letter-spacing:.12em;font-size:12px;
}
.button:hover{background:var(--gold);color:#090909}
.section{padding:88px 0;border-bottom:1px solid #191919}
.section-head{display:flex;justify-content:space-between;align-items:end;gap:30px;margin-bottom:40px}
.section-head p{max-width:590px;color:var(--muted);margin:0}
.grid{display:grid;gap:22px}
.grid.two{grid-template-columns:repeat(2,minmax(0,1fr))}
.grid.three{grid-template-columns:repeat(3,minmax(0,1fr))}
.card{
  background:var(--panel);
  border:1px solid #242424;
  padding:26px;
}
.card.gold{border-color:var(--line)}
.card p{color:var(--muted);margin-bottom:0}
.meta{color:var(--gold2);font-size:12px;text-transform:uppercase;letter-spacing:.15em}
.timeline-list{position:relative;margin:26px 0 0;padding-left:34px}
.timeline-list:before{content:"";position:absolute;left:8px;top:6px;bottom:6px;width:1px;background:var(--line)}
.timeline-item{position:relative;padding:0 0 36px}
.timeline-item:before{content:"";position:absolute;left:-31px;top:7px;width:9px;height:9px;border:2px solid var(--gold);background:#070707;border-radius:50%}
.timeline-item:last-child{padding-bottom:0}
.year{color:var(--gold2);font-weight:700;letter-spacing:.13em}
.kicker{font-size:13px;letter-spacing:.15em;text-transform:uppercase;color:var(--gold2)}
.feature{
  display:grid;grid-template-columns:1.15fr .85fr;gap:34px;align-items:center
}
.feature img{border:1px solid #2b261b}
.quote{
  font-family:Georgia,serif;font-size:clamp(26px,4vw,48px);
  line-height:1.2;color:#f4ead0;border-left:3px solid var(--gold);
  padding-left:24px;margin:0
}
.ascii{
  background:#f0f0f0;color:#111;
  border:10px solid #191919;
  box-shadow:inset 0 0 0 1px #444;
  padding:20px;
  font-family:"Courier New",monospace;
  white-space:pre-wrap;
  overflow:auto;
  line-height:1.25;
  font-size:clamp(11px,1.6vw,15px);
}
.gallery{display:grid;grid-template-columns:2fr 1fr 1fr;gap:14px}
.gallery figure{margin:0;background:#111;border:1px solid #252525}
.gallery figcaption{padding:12px 14px;color:var(--muted);font-size:13px}
.gallery .tall{grid-row:span 2}
.fact-list{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}
.fact{padding:18px;border-top:1px solid var(--line);background:#0d0d0d}
.fact strong{display:block;color:var(--gold2);font-family:Georgia,serif;font-size:22px}
.chapter-link{
  display:block;text-decoration:none;border:1px solid #282217;background:#0c0c0c;padding:30px;
}
.chapter-link:hover{border-color:var(--gold)}
.chapter-link:focus-visible,.button:focus-visible{outline:2px solid var(--gold2);outline-offset:4px}
.record-overview{background:linear-gradient(180deg,#0b0d0d,#070707)}
.record-facts{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:1px;margin:0;background:#2b261b;border:1px solid #2b261b}
.record-facts div{padding:22px;background:#0e1010}
.record-facts dt{color:var(--gold2);font-size:11px;font-weight:700;letter-spacing:.15em;text-transform:uppercase}
.record-facts dd{margin:7px 0 0;font-family:Georgia,"Times New Roman",serif;font-size:20px}
.record-links{display:flex;flex-wrap:wrap;gap:12px;margin-top:8px}
.compatibility-page{min-height:100vh}
.compatibility-card{width:min(720px,calc(100% - 36px));margin:clamp(70px,14vh,150px) auto;padding:clamp(28px,6vw,60px);border:1px solid var(--line);background:var(--panel)}
.compatibility-card h1{font-size:clamp(40px,7vw,72px)}
.compatibility-card p:not(.kicker){color:var(--muted);font-size:19px}
footer{padding:36px 0;color:#888;font-size:13px}
.timeline-hero{min-height:78vh}
.timeline-hero .hero-content{max-width:920px}
.curator-introduction{max-width:780px;margin-top:28px;padding:24px 0 0;border-top:1px solid rgba(235,217,157,.45)}
.curator-introduction strong{display:block;color:var(--gold2);font-family:Georgia,"Times New Roman",serif;font-size:clamp(24px,3vw,38px);font-weight:400}
.curator-introduction p{max-width:720px;margin:10px 0 0;color:#ded7c7;font-size:clamp(17px,1.8vw,21px)}
.curator-introduction .timeline-use{margin-top:20px;color:var(--gold2);font-size:clamp(15px,1.55vw,18px);font-style:italic}
.volume-index{position:sticky;top:59px;z-index:10;border-bottom:1px solid #252016;background:rgba(7,7,7,.96);backdrop-filter:blur(12px)}
.volume-index .wrap{display:grid;grid-template-columns:repeat(5,minmax(0,1fr))}
.volume-index a{min-width:0;padding:17px 14px;border-right:1px solid #211d14;color:var(--muted);font-size:11px;line-height:1.3;letter-spacing:.06em;text-decoration:none;text-transform:uppercase}
.volume-index a:first-child{border-left:1px solid #211d14}
.volume-index a span{display:block;margin-bottom:4px;color:var(--gold2);font-family:Georgia,serif;font-size:18px}
.volume-index a:hover,.volume-index a:focus-visible{background:#111;color:var(--text)}
.volume-index a:focus-visible{outline:2px solid var(--gold);outline-offset:-3px}
.museum-volume{padding:clamp(82px,11vw,150px) 0;border-bottom:1px solid #211d14;scroll-margin-top:138px}
.museum-volume:nth-child(even){background:linear-gradient(145deg,#0a0a0a,#070707 60%)}
.volume-layout{display:grid;grid-template-columns:minmax(250px,.7fr) minmax(0,1.3fr);gap:clamp(44px,8vw,120px);align-items:start}
.volume-heading{position:sticky;top:164px}
.volume-heading h2{max-width:520px;margin-top:12px}
.volume-heading>p:last-child{max-width:470px;margin:24px 0 0;color:var(--muted);font-size:18px}
.turning-points{position:relative}
.turning-points:before{content:"";position:absolute;top:9px;bottom:14px;left:7px;width:1px;background:linear-gradient(var(--gold),rgba(201,168,95,.12))}
.turning-point{position:relative;margin-left:8px;padding:0 0 clamp(52px,7vw,86px) 46px}
.turning-point:before{content:"";position:absolute;top:8px;left:-6px;width:11px;height:11px;border:2px solid var(--gold);border-radius:50%;background:#070707;box-shadow:0 0 0 7px rgba(201,168,95,.055)}
.turning-point:last-child{padding-bottom:0}
.turning-point time{display:block;margin-bottom:13px;color:var(--gold2);font-size:12px;font-weight:700;letter-spacing:.17em;text-transform:uppercase}
.turning-point h3{max-width:640px;font-size:clamp(28px,3vw,42px)}
.turning-point p{max-width:690px;margin:16px 0 0;color:#c8c1b2;font-size:17px;line-height:1.75}
.record-link,.record-pending{display:inline-block;margin-top:21px;font-size:11px;font-weight:700;letter-spacing:.13em;text-transform:uppercase}
.record-link{padding-bottom:5px;border-bottom:1px solid var(--gold);color:var(--gold2);text-decoration:none}
.record-link:hover{color:#fff;border-color:#fff}
.record-link:focus-visible{outline:2px solid var(--gold2);outline-offset:5px}
.record-pending{color:#837c6d}
.record-status{display:inline-flex;align-items:center;gap:7px;margin:18px 0 0 13px;color:#a7a092;font-size:10px;font-weight:700;letter-spacing:.11em;text-transform:uppercase}
.record-status:before{content:"";width:7px;height:7px;border-radius:50%;background:#827b6d}
.record-status.status-complete:before{background:#7cab82}
.record-status.status-progress:before{background:#d2ad55}
.record-status.status-coming:before{background:#8b8b88}
.date-open time{color:#aaa18e}
.principal-turn{margin-top:5px;padding-top:30px;padding-right:clamp(20px,3vw,36px);border-top:1px solid rgba(201,168,95,.45);border-bottom:1px solid rgba(201,168,95,.18);background:linear-gradient(90deg,rgba(201,168,95,.07),transparent 80%)}
.principal-turn:before{top:38px;background:var(--gold2);box-shadow:0 0 0 8px rgba(201,168,95,.1),0 0 30px rgba(201,168,95,.18)}
.major-milestone{margin-top:clamp(20px,4vw,44px);padding-top:clamp(34px,5vw,54px);padding-right:clamp(18px,3vw,34px);padding-bottom:clamp(72px,9vw,112px);border-top:1px solid rgba(201,168,95,.34)}
.major-milestone:before{top:36px;width:13px;height:13px;left:-7px;background:#d8bc79;box-shadow:0 0 0 8px rgba(201,168,95,.08)}
.major-milestone time{color:#f1dda7}
.major-milestone h3{font-size:clamp(33px,3.5vw,48px)}
.major-milestone .record-link{margin-bottom:10px}
.open-ending{padding-bottom:34px}
.archive-progress{padding:clamp(70px,9vw,110px) 0;border-top:1px solid #211d14;background:#090909}
.archive-progress-layout{display:grid;grid-template-columns:minmax(250px,.72fr) minmax(0,1.28fr);gap:clamp(40px,8vw,110px);align-items:end}
.archive-progress header p:last-child{max-width:500px;color:var(--muted)}
.archive-progress dl{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:1px;margin:0;background:#2b261b;border:1px solid #2b261b}
.archive-progress dl div{padding:20px 15px;background:#0d0d0d}
.archive-progress dt{color:#8f887a;font-size:9px;font-weight:700;letter-spacing:.12em;text-transform:uppercase}
.archive-progress dd{margin:8px 0 0;color:var(--gold2);font-family:Georgia,"Times New Roman",serif;font-size:clamp(25px,3vw,38px)}
.footer-layout{display:flex;justify-content:space-between;gap:24px}
.footer-layout a{color:var(--gold2);text-decoration:none}
@media(max-width:800px){
  .nav{align-items:flex-start}.navlinks{justify-content:flex-end}
  .grid.two,.grid.three,.feature,.gallery,.fact-list,.record-facts{grid-template-columns:1fr}
  .gallery .tall{grid-row:auto}
  .section{padding:64px 0}
  .section-head{display:block}
  .section-head p{margin-top:16px}
  .record-hero{min-height:auto}
  .record-hero-grid{grid-template-columns:1fr;gap:38px;padding:64px 0 48px}
  .record-hero-copy{max-width:650px}
  .record-display{min-height:520px;width:min(650px,100%);margin:0 auto}
  .evidence-mount{right:0;width:66%}
  .evidence-mount img{height:auto}
  .record-crystal{bottom:10%;width:47%;height:350px}
  .volume-index{position:relative;top:auto}
  .volume-index .wrap{display:flex;overflow-x:auto;padding:0}
  .volume-index a{min-width:165px}
  .museum-volume{scroll-margin-top:20px}
  .volume-layout{grid-template-columns:1fr;gap:48px}
  .volume-heading{position:static}
  .archive-progress-layout{grid-template-columns:1fr}
  .archive-progress dl{grid-template-columns:repeat(3,minmax(0,1fr))}
}
@media(max-width:520px){
  .record-hero-grid{padding:46px 0 34px}
  .record-hero-copy h1{font-size:clamp(45px,15vw,66px)}
  .record-hero-copy .deck{font-size:17px}
  .record-display{min-height:460px}
  .evidence-mount{top:3%;right:-2%;width:76%;padding:12px 12px 10px}
  .evidence-mat{padding:8px}
  .evidence-mount img{height:auto}
  .evidence-mount figcaption{font-size:8px}
  .record-crystal{bottom:8%;left:0;width:57%;height:310px;padding:28px 18px}
  .record-crystal-mark{margin-bottom:22px!important;font-size:7px!important}
  .record-crystal h2{font-size:clamp(30px,9vw,40px)}
  .record-crystal>p:not(.record-crystal-mark){font-size:11px!important}
  .record-plinth{bottom:4%;left:-3%;width:65%;height:32px}
  .timeline-hero{min-height:auto}
  .timeline-hero .hero-content{padding:86px 0 56px}
  .curator-introduction{padding-top:20px}
  .museum-volume{padding:74px 0}
  .turning-point{padding-left:33px}
  .turning-point h3{font-size:30px}
  .turning-point p{font-size:16px}
  .footer-layout{display:block}
  .footer-layout a{display:block;margin-top:12px}
  .record-status{display:flex;margin-left:0}
  .archive-progress dl{grid-template-columns:repeat(2,minmax(0,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}
}
