:root{--ink:#161616;--paper:#f4f0e7;--cream:#e8e0cf;--red:#c82d35;--gold:#d6a83d;--muted:#706b63}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:var(--paper);color:var(--ink);font-family:'DM Sans',sans-serif}.topbar{height:78px;padding:0 clamp(20px,5vw,76px);display:flex;align-items:center;justify-content:space-between;border-bottom:1px solid #16161633;position:sticky;top:0;background:#f4f0e7e8;backdrop-filter:blur(14px);z-index:5}.brand{font-weight:800;letter-spacing:.17em;text-decoration:none;color:inherit}.brand span{display:block;font-size:9px;font-weight:500;letter-spacing:.28em;color:var(--red);margin-top:2px}.ghost{background:transparent;border:1px solid var(--ink);padding:10px 16px;font:600 13px inherit;cursor:pointer}.ghost:hover{background:var(--ink);color:white}.intro{padding:clamp(60px,9vw,120px) clamp(20px,8vw,120px) 70px;position:relative;overflow:hidden}.intro:after{content:'♪';position:absolute;right:7vw;top:35px;font:italic 330px/1 'Playfair Display';color:#c82d3510;transform:rotate(-8deg)}.eyebrow{font-size:12px!important;letter-spacing:.24em;color:var(--red);font-weight:700}.intro h1{font:700 clamp(48px,8vw,108px)/.88 'Playfair Display';letter-spacing:-.055em;margin:26px 0;max-width:1050px}.intro h1 em{color:var(--red);font-weight:700}.intro>p:last-child{font-size:18px;line-height:1.65;max-width:680px;color:#504c46}.explore{background:var(--ink);color:white;padding:56px clamp(20px,5vw,76px) 90px}.searchrow{display:flex;align-items:center;gap:20px}.search{flex:1;display:flex;align-items:center;border-bottom:1px solid #ffffff70;padding:9px 0}.search span{font-size:30px;color:var(--gold)}.search input{width:100%;border:0;outline:0;background:transparent;color:white;font:500 clamp(17px,2vw,23px) inherit;padding:12px}.search input::placeholder{color:#aaa}.searchrow>span{font-size:13px;color:#aaa;white-space:nowrap}.filters{display:flex;gap:8px;flex-wrap:wrap;margin:26px 0 38px}.filters button{border:1px solid #ffffff30;color:#bbb;background:transparent;border-radius:99px;padding:9px 14px;font:600 12px inherit;cursor:pointer}.filters button.active,.filters button:hover{background:var(--red);color:white;border-color:var(--red)}.grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:16px}.card{min-height:310px;border:1px solid #ffffff1e;padding:24px;display:flex;flex-direction:column;position:relative;overflow:hidden;cursor:pointer;background:#1d1d1d;transition:.25s}.card:hover{transform:translateY(-5px);border-color:var(--accent);background:#242424}.card:before{content:'';position:absolute;width:140px;height:140px;border:35px solid var(--accent);border-radius:50%;right:-80px;top:-80px;opacity:.13}.card .num{font:italic 15px 'Playfair Display';color:var(--accent)}.card h2{font:700 30px/1 'Playfair Display';margin:auto 0 12px}.card .meta{font-size:12px;color:#aaa;letter-spacing:.09em;text-transform:uppercase}.card .hook{font-size:14px;line-height:1.45;color:#ddd;margin:12px 0 0}.card .open{margin-top:20px;font-size:12px;color:var(--accent);font-weight:700}.empty{display:none;text-align:center;padding:100px 20px;color:#aaa}.empty b,.empty span{display:block}.empty b{font:700 28px 'Playfair Display';color:white;margin-bottom:8px}dialog{width:min(940px,calc(100% - 24px));max-height:90vh;border:0;padding:0;background:var(--paper);color:var(--ink);box-shadow:0 24px 100px #0008}dialog::backdrop{background:#000b;backdrop-filter:blur(5px)}.close{position:sticky;float:right;top:14px;right:14px;margin:14px;width:42px;height:42px;border-radius:50%;border:0;background:var(--ink);color:white;font-size:28px;cursor:pointer;z-index:3}.detail-head{padding:68px clamp(28px,7vw,70px) 48px;border-bottom:1px solid #0002;background:linear-gradient(135deg,var(--paper),var(--cream))}.detail-head .era{color:var(--red);font-weight:700;letter-spacing:.16em;font-size:12px}.detail-head h2{font:700 clamp(46px,8vw,88px)/.9 'Playfair Display';letter-spacing:-.04em;margin:16px 0}.detail-head .facts{display:flex;gap:24px;flex-wrap:wrap;color:var(--muted);font-size:13px}.detail-body{padding:44px clamp(28px,7vw,70px) 70px}.synopsis{font:700 clamp(22px,3vw,31px)/1.32 'Playfair Display';max-width:750px}.sections{display:grid;grid-template-columns:1fr 1fr;gap:38px;margin-top:44px}.section h3{font-size:12px;letter-spacing:.17em;color:var(--red);border-bottom:1px solid #0002;padding-bottom:10px}.section p,.section li{line-height:1.65;color:#46413b;font-size:15px}.section ul{padding-left:18px}.section strong{color:var(--ink)}footer{padding:55px clamp(20px,5vw,76px);display:flex;justify-content:space-between;gap:20px;align-items:center}footer span{font-weight:800;letter-spacing:.18em}footer p{color:var(--muted);font-size:13px}@media(max-width:980px){.grid{grid-template-columns:repeat(3,1fr)}}@media(max-width:720px){.grid{grid-template-columns:repeat(2,1fr)}.intro{padding-top:65px}.sections{grid-template-columns:1fr}.topbar{height:68px}.ghost{padding:8px 11px}.searchrow{align-items:flex-end}.searchrow>span{display:none}footer{align-items:flex-start;flex-direction:column}}@media(max-width:460px){.grid{grid-template-columns:1fr}.card{min-height:250px}.intro h1{font-size:50px}.filters{flex-wrap:nowrap;overflow:auto;padding-bottom:6px}.filters button{white-space:nowrap}}
