:root{--wine:#711d42;--ink:#2d2020;--muted:#6e625f;--paper:#fffaf5;--line:#ead5c4;--gold:#c28a39;--blue:#397782}*{box-sizing:border-box}body{margin:0;color:var(--ink);background:#f7efe7;font-family:Inter,system-ui,-apple-system,"Segoe UI",sans-serif}.story-site-head{display:flex;justify-content:space-between;align-items:center;gap:24px;padding:18px clamp(18px,5vw,72px);border-bottom:1px solid var(--line);background:#fff}.story-site-head>a{color:var(--wine);font-family:Georgia,serif;font-size:1.35rem;text-decoration:none}.story-site-head>a small{display:block;color:var(--gold);font:800 .58rem Inter,sans-serif;letter-spacing:.18em;text-transform:uppercase}.story-site-head nav{display:flex;gap:18px}.story-site-head nav a{color:var(--muted);font-weight:800;text-decoration:none}.story-site-head nav a[aria-current]{color:var(--wine)}.story-index-hero{padding:clamp(56px,10vw,120px) max(24px,calc((100vw - 1180px)/2));color:#fff;background:radial-gradient(circle at 82% 10%,#397782 0,transparent 36%),linear-gradient(135deg,#471326,#7a1644)}.story-index-hero p,.story-index-shell>header p{margin:0 0 12px;color:#efc677;font-size:.72rem;font-weight:900;letter-spacing:.18em;text-transform:uppercase}.story-index-hero h1{max-width:920px;margin:0;font-family:Georgia,serif;font-size:clamp(3rem,7vw,6rem);line-height:.94}.story-index-hero span{display:block;max-width:660px;margin-top:22px;color:#f7e9dd;line-height:1.6}.story-index-shell{width:min(1180px,calc(100% - 36px));margin:0 auto;padding:64px 0 90px}.story-index-shell h2{margin:0;font:2.6rem Georgia,serif}.story-list{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:22px;margin-top:28px}.story-card{overflow:hidden;border:1px solid var(--line);border-radius:26px;background:#fff;box-shadow:0 18px 50px #5b263014}.story-card>img{width:100%;aspect-ratio:16/9;object-fit:cover}.story-card>div{padding:24px}.story-card small{color:var(--blue);font-weight:900;text-transform:uppercase}.story-card h3{margin:.6rem 0;font:2rem Georgia,serif}.story-card h3 a{color:var(--ink);text-decoration:none}.story-card p{color:var(--muted);line-height:1.6}.story-card span{display:block;color:var(--muted);font-size:.78rem}.story-read{display:inline-flex;margin-top:18px;color:var(--wine);font-weight:900}.story-empty{grid-column:1/-1;padding:30px;border:1px dashed var(--line);border-radius:22px;background:#fff}footer{display:flex;justify-content:space-between;gap:20px;padding:30px max(24px,calc((100vw - 1180px)/2));color:#f4e7dd;background:#35101f}footer a{color:#fff;font-weight:900}@media(max-width:720px){.story-list{grid-template-columns:1fr}.story-site-head nav a:first-child{display:none}footer{display:grid}}
