
:root{--ink:#20242b;--bar:#2b313a;--paper:#faf7f2;--accent:#b3282d;--muted:#6b7280;--line:#e7e1d8}
*{box-sizing:border-box}
html{-webkit-text-size-adjust:100%}
body{margin:0;background:var(--paper);color:var(--ink);font-family:"Inter",system-ui,-apple-system,sans-serif;line-height:1.65;font-size:17px}
img{max-width:100%;height:auto;display:block}
a{color:var(--accent);text-decoration:none}
a:hover{text-decoration:underline}
.wrap{max-width:1160px;margin:0 auto;padding:0 24px}
/* header */
.site-header{background:var(--bar);position:sticky;top:0;z-index:20;box-shadow:0 1px 0 rgba(0,0,0,.15)}
.site-header .wrap{display:flex;align-items:center;justify-content:space-between;height:74px}
.brand{display:flex;align-items:center;gap:12px;color:#fff}
.brand img{height:48px;width:auto}
.brand .wm{font-family:"Fraunces",Georgia,serif;font-weight:600;font-size:19px;letter-spacing:.02em;line-height:1}
.brand .wm small{display:block;font-size:11px;letter-spacing:.28em;color:#c9b7a0;font-family:"Inter",sans-serif;font-weight:600;margin-top:3px}
.nav a{color:#d7cfc4;font-size:13px;letter-spacing:.14em;text-transform:uppercase;font-weight:600}
/* home hero */
.hero{padding:64px 0 40px;text-align:center}
.hero h1{font-family:"Fraunces",Georgia,serif;font-weight:600;font-size:clamp(34px,6vw,60px);line-height:1.05;margin:0 0 14px;letter-spacing:-.01em}
.hero p{max-width:600px;margin:0 auto;color:var(--muted);font-size:18px}
.hero .rule{width:54px;height:3px;background:var(--accent);margin:26px auto 0;border-radius:2px}
/* grid */
.grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(320px,1fr));gap:34px 30px;padding:36px 0 80px}
.card{display:block;color:inherit}
.card .ph{position:relative;overflow:hidden;border-radius:10px;aspect-ratio:4/3;background:#11141a;box-shadow:0 8px 26px rgba(20,24,31,.12)}
.card .ph img{width:100%;height:100%;object-fit:cover;transition:transform .5s ease}
.card:hover .ph img{transform:scale(1.05)}
.card:hover{text-decoration:none}
.card h2{font-family:"Fraunces",Georgia,serif;font-weight:600;font-size:21px;line-height:1.2;margin:16px 0 4px}
.card .meta{color:var(--muted);font-size:13px;letter-spacing:.02em}
/* post */
.post{padding:14px 0 70px}
.post .back{display:inline-block;margin:26px 0 8px;font-size:13px;letter-spacing:.1em;text-transform:uppercase;font-weight:600}
.post header{max-width:760px;margin:10px auto 30px;text-align:center}
.post h1{font-family:"Fraunces",Georgia,serif;font-weight:600;font-size:clamp(30px,5vw,50px);line-height:1.08;margin:14px 0 12px;letter-spacing:-.01em}
.post .byline{color:var(--muted);font-size:14px;letter-spacing:.03em}
.post .post-hero{display:block;width:100%;max-width:900px;margin:6px auto 34px;border-radius:12px;box-shadow:0 14px 40px rgba(20,24,31,.16)}
.post .body{max-width:760px;margin:0 auto;font-size:18px}
.post .body p{margin:0 0 1.25em}
.post .body img{border-radius:10px;box-shadow:0 10px 30px rgba(20,24,31,.14);margin:26px auto}
.post .body h2,.post .body h3{font-family:"Fraunces",Georgia,serif;font-weight:600;line-height:1.2;margin:1.6em 0 .5em}
.post .body a{text-decoration:underline}
.post .body ul,.post .body ol{padding-left:1.3em}
.post .body blockquote{margin:1.4em 0;padding:.4em 0 .4em 1.2em;border-left:3px solid var(--accent);color:#3a4048;font-style:italic}
/* footer */
.site-footer{background:var(--ink);color:#b9c0ca;padding:44px 0;text-align:center;margin-top:20px}
.site-footer .wm{font-family:"Fraunces",serif;color:#fff;font-size:18px}
.site-footer p{margin:8px 0 0;font-size:13px;color:#8a929d}
@media(max-width:560px){body{font-size:16px}.grid{gap:26px 20px}}
