
:root{
  --bg:#0f0e0b; --panel:#191611; --panel2:#211d16; --text:#f8f2e8; --muted:#cfc0a7;
  --gold:#e7c56f; --gold2:#f5df9a; --line:rgba(245,223,154,.22); --shadow:0 30px 90px rgba(0,0,0,.45);
  --radius:26px; --max:1180px;
}
*{box-sizing:border-box} html{scroll-behavior:smooth} body{margin:0;background:radial-gradient(circle at top left,rgba(231,197,111,.12),transparent 28rem),linear-gradient(180deg,#11100d,#0d0c0a 55%,#17130e);color:var(--text);font-family:Inter,Segoe UI,Arial,sans-serif;line-height:1.6}
a{color:inherit;text-decoration:none} img{max-width:100%;display:block}.wrap{width:min(var(--max),calc(100% - 40px));margin:0 auto}.site-header{position:sticky;top:0;z-index:50;background:rgba(15,14,11,.82);backdrop-filter:blur(16px);border-bottom:1px solid var(--line)}.nav{height:76px;display:flex;align-items:center;justify-content:space-between;gap:24px}.brand{display:flex;align-items:center;gap:13px;font-weight:900;letter-spacing:.04em}.brand-mark{width:42px;height:42px;border-radius:50%;background:linear-gradient(135deg,var(--gold),#fff0bc);box-shadow:0 0 0 6px rgba(231,197,111,.08)}.brand span small{display:block;color:var(--muted);font-size:.72rem;letter-spacing:.14em;text-transform:uppercase;font-weight:700}.menu{display:flex;gap:6px;align-items:center;flex-wrap:wrap;justify-content:flex-end}.menu a{padding:10px 13px;border-radius:999px;color:#f7ead6;font-weight:700;font-size:.94rem}.menu a:hover,.menu a.active{background:rgba(231,197,111,.13);color:#ffe7a5}.hero{padding:70px 0 55px}.hero-grid{display:grid;grid-template-columns:1.18fr .82fr;gap:60px;align-items:center}.eyebrow{color:var(--gold2);font-weight:900;letter-spacing:.20em;text-transform:uppercase;font-size:.78rem;margin:0 0 18px}.hero h1,.page-hero h1{font-family:Georgia,Times New Roman,serif;font-size:clamp(3.1rem,7vw,6.75rem);line-height:.95;margin:0 0 24px;letter-spacing:-.055em}.lead{font-size:clamp(1.1rem,2vw,1.35rem);max-width:760px;color:#fff4e3}.actions{display:flex;flex-wrap:wrap;gap:14px;margin-top:32px}.btn{display:inline-flex;align-items:center;justify-content:center;gap:10px;padding:14px 21px;border-radius:999px;font-weight:900;border:1px solid var(--line);background:rgba(255,255,255,.04)}.btn.primary{background:linear-gradient(135deg,var(--gold),#ffeaa6);color:#15120d;border:0}.btn:hover{transform:translateY(-1px)}.hero-photo{background:linear-gradient(145deg,rgba(255,255,255,.16),rgba(255,255,255,.03));border:1px solid rgba(255,255,255,.22);padding:12px;border-radius:30px;box-shadow:var(--shadow)}.hero-photo img{width:100%;max-height:520px;object-fit:cover;border-radius:20px;background:#fff}.photo-caption{margin:14px 4px 0;color:#f9e7bb;font-size:.96rem}.photo-caption strong{display:block;color:#fff3dc}.section{padding:54px 0}.section.tight{padding-top:20px}.section-title{display:flex;align-items:end;justify-content:space-between;gap:22px;margin-bottom:24px}.section-title h2{font-family:Georgia,Times New Roman,serif;font-size:clamp(2rem,4vw,3.4rem);line-height:1;margin:0;letter-spacing:-.035em}.section-title p{max-width:570px;color:var(--muted);margin:0}.mosaic{display:grid;grid-template-columns:repeat(6,1fr);gap:14px}.mosaic figure{margin:0;border-radius:22px;overflow:hidden;background:#211d16;border:1px solid var(--line);min-height:132px}.mosaic img{width:100%;height:100%;object-fit:cover;filter:saturate(.9) contrast(1.05)}.mosaic figure:nth-child(1){grid-column:span 2;grid-row:span 2}.mosaic figure:nth-child(6){grid-column:span 2}.cards{display:grid;grid-template-columns:repeat(5,1fr);gap:16px}
.cards-textonly{grid-template-columns:repeat(5,minmax(0,1fr))}.card{position:relative;border:1px solid var(--line);background:linear-gradient(180deg,rgba(255,255,255,.065),rgba(255,255,255,.025));border-radius:24px;overflow:hidden;box-shadow:0 12px 40px rgba(0,0,0,.18);min-height:100%;display:flex;flex-direction:column}.card:hover{border-color:rgba(245,223,154,.52);transform:translateY(-2px)}.card-img{aspect-ratio:4/3;background:#2a251b;overflow:hidden}.card-img img{width:100%;height:100%;object-fit:cover}.card-body{padding:24px;display:flex;flex-direction:column;min-height:210px}.kicker{font-size:.72rem;letter-spacing:.16em;text-transform:uppercase;color:var(--gold);font-weight:900}.card h3{margin:0 0 10px;font-size:1.18rem;line-height:1.22}.card p{margin:0;color:var(--muted);font-size:.94rem}.card-link{margin-top:auto;padding-top:18px;color:var(--gold2);font-size:.78rem;text-transform:uppercase;letter-spacing:.14em;font-weight:900}.panel-title{font-family:Georgia,Times New Roman,serif;font-size:2.6rem;line-height:1;margin:0 0 14px}.pill-row{display:flex;gap:10px;flex-wrap:wrap;margin-top:15px}.pill{font-size:.76rem;color:#15120d;background:var(--gold2);padding:5px 9px;border-radius:999px;font-weight:900}.panel{border:1px solid var(--line);background:linear-gradient(180deg,rgba(255,255,255,.06),rgba(255,255,255,.025));border-radius:var(--radius);padding:28px;box-shadow:var(--shadow)}.page-hero{padding:56px 0 28px}.page-hero h1{font-size:clamp(2.7rem,6vw,5.4rem)}.tools{position:sticky;top:76px;z-index:10;background:rgba(15,14,11,.88);backdrop-filter:blur(14px);padding:16px 0;border-top:1px solid rgba(255,255,255,.04);border-bottom:1px solid var(--line)}.searchbar{display:grid;grid-template-columns:1fr auto;gap:12px}.searchbar input{width:100%;padding:15px 18px;border-radius:999px;border:1px solid var(--line);background:#17140f;color:var(--text);font-size:1rem}.searchbar input::placeholder{color:#988b77}.counter{align-self:center;color:var(--muted);font-weight:800}.year-block{margin:18px 0;border:1px solid var(--line);background:rgba(255,255,255,.035);border-radius:26px;overflow:hidden}.year-block summary{cursor:pointer;padding:20px 24px;font-family:Georgia,Times New Roman,serif;font-size:2rem;font-weight:900;color:#fff4dc;list-style:none}.year-block summary::-webkit-details-marker{display:none}.year-content{padding:0 20px 22px}.archive-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:14px}.archive-card{border:1px solid rgba(245,223,154,.18);background:rgba(0,0,0,.18);border-radius:18px;padding:16px}.archive-card:hover{background:rgba(231,197,111,.08)}.archive-card h3{margin:0 0 7px;font-size:1.06rem}.archive-card p{margin:0;color:var(--muted);font-size:.92rem}.archive-card .meta{display:flex;justify-content:space-between;gap:12px;color:var(--gold);font-size:.76rem;text-transform:uppercase;letter-spacing:.12em;font-weight:900;margin-bottom:7px}.split{display:grid;grid-template-columns:1fr 1fr;gap:22px}.legacy-note{font-size:.95rem;color:var(--muted)}.footer{border-top:1px solid var(--line);padding:34px 0 50px;margin-top:54px;color:var(--muted)}.footer-grid{display:flex;justify-content:space-between;gap:25px;flex-wrap:wrap}.footer a{color:#fff0bd}.hidden{display:none!important}.thumb-strip{display:flex;gap:10px;overflow:hidden;margin-top:24px}.thumb-strip img{height:70px;width:90px;object-fit:cover;border-radius:14px;border:1px solid var(--line);opacity:.86}.simple-page{max-width:900px}.simple-page h2{font-family:Georgia,Times New Roman,serif;font-size:2.2rem}.simple-page p,.simple-page li{color:#d8cab3}.backtop{position:fixed;right:18px;bottom:18px;width:46px;height:46px;border-radius:50%;border:1px solid var(--line);background:rgba(15,14,11,.86);color:var(--gold2);display:grid;place-items:center;font-weight:900}
@media (max-width:980px){.hero-grid,.split{grid-template-columns:1fr}.cards,.cards-textonly{grid-template-columns:repeat(2,1fr)}.archive-grid{grid-template-columns:repeat(2,1fr)}.menu{display:none}.nav{height:66px}.tools{top:66px}.hero{padding-top:42px}}
@media (max-width:640px){.wrap{width:min(100% - 26px,var(--max))}.cards,.cards-textonly,.archive-grid{grid-template-columns:1fr}.hero h1,.page-hero h1{font-size:3.2rem}.searchbar{grid-template-columns:1fr}.counter{padding-left:8px}.panel{padding:20px}.year-block summary{font-size:1.55rem}.hero-photo{padding:8px;border-radius:24px}.photo-caption{font-size:.9rem}.card-body{min-height:160px}.panel-title{font-size:2.1rem}}
