
:root{--bg:#0b1118;--card:#131b25;--line:rgba(255,255,255,.14);--gold:#d6b36a;--gold2:#f0d496;--text:#f7f7f7;--muted:#c2c8cf}
*{box-sizing:border-box}html{scroll-behavior:smooth}
body{margin:0;background:linear-gradient(180deg,#0d141d,#090d12);color:var(--text);font-family:Tahoma,Arial,sans-serif}
.shell{width:min(1240px,94vw);margin:auto}a{text-decoration:none;color:inherit}
header{position:sticky;top:0;z-index:30;background:rgba(8,12,17,.91);backdrop-filter:blur(15px);border-bottom:1px solid var(--line)}
.nav{min-height:76px;display:flex;align-items:center;justify-content:space-between;gap:18px}
.brand{display:flex;gap:12px;align-items:center}.brand img{width:52px;height:52px;object-fit:contain}.brand strong{letter-spacing:.22em}
.btn{display:inline-flex;border:1px solid rgba(214,179,106,.4);padding:10px 16px;border-radius:999px;color:#efd397}
.intro{padding:90px 0 42px}.eyebrow,small{color:#e4c47f;letter-spacing:.13em}.intro h1{font-size:clamp(42px,7vw,78px);margin:8px 0}.intro p{max-width:850px;line-height:2;color:var(--muted)}
.story{display:grid;grid-template-columns:1.12fr .88fr;gap:28px;align-items:center;padding:34px 0 70px}
.story.reverse{grid-template-columns:.88fr 1.12fr}.story.reverse img{order:2}
.story img{width:100%;height:520px;object-fit:cover;border-radius:28px;border:1px solid var(--line)}
.story h2{font-size:34px;margin:8px 0 12px}.story p{line-height:2;color:var(--muted);font-size:17px}
.credits{margin:20px 0 70px;padding:24px;border:1px solid var(--line);border-radius:22px;background:rgba(255,255,255,.03)}
.credits h2{margin-top:0}.credits p,.credits li{color:var(--muted);line-height:1.9}.credits ul{padding-right:20px}
footer{padding:30px 0;border-top:1px solid var(--line);color:#aeb6be}
@media(max-width:800px){.story,.story.reverse{grid-template-columns:1fr}.story.reverse img{order:0}.story img{height:390px}}
