
:root{
  --bg:#f6f3ed;--paper:#fffdf8;--ink:#171717;--muted:#6d6a64;
  --line:#d8d3ca;--accent:#7b5b52;--max:1120px
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{margin:0;background:var(--bg);color:var(--ink);font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;line-height:1.65}
a{color:inherit;text-decoration:none}
img{display:block;max-width:100%}
.shell{width:min(calc(100% - 36px),var(--max));margin:auto}
.topbar{display:flex;align-items:center;justify-content:space-between;padding:26px 0;border-bottom:1px solid var(--line)}
.brand{font-family:Georgia,serif;font-size:1.25rem;font-weight:700;letter-spacing:.01em}
.nav{display:flex;gap:24px;font-size:.95rem;color:var(--muted)}
.nav a:hover{color:var(--ink)}
.hero{padding:96px 0 76px;display:grid;grid-template-columns:1.4fr .6fr;gap:70px;align-items:end}
.eyebrow{text-transform:uppercase;letter-spacing:.16em;font-size:.74rem;color:var(--muted);margin-bottom:18px}
h1,h2,h3{font-family:Georgia,"Times New Roman",serif;line-height:1.08;margin:0}
h1{font-size:clamp(3rem,7vw,6.8rem);font-weight:500;max-width:920px;letter-spacing:-.045em}
.hero p{font-size:1.14rem;color:#4d4a45;max-width:720px;margin:28px 0}
.button{display:inline-block;border-bottom:1px solid var(--ink);padding:6px 0;font-weight:600}
.portrait{border-radius:2px;aspect-ratio:4/5;object-fit:cover}
.section{padding:72px 0;border-top:1px solid var(--line)}
.section-head{display:flex;justify-content:space-between;gap:20px;align-items:end;margin-bottom:34px}
.section h2{font-size:clamp(2.2rem,4vw,4rem);font-weight:500;letter-spacing:-.03em}
.count{color:var(--muted)}
.cards{display:grid;grid-template-columns:repeat(2,1fr);gap:18px}
.card{background:var(--paper);padding:28px;border:1px solid var(--line);min-height:240px;display:flex;flex-direction:column}
.card .meta{font-size:.78rem;text-transform:uppercase;letter-spacing:.12em;color:var(--muted)}
.card h3{font-size:2rem;font-weight:500;margin:18px 0 12px}
.card p{color:#5c5852;margin:0 0 28px}
.card .read{margin-top:auto;font-weight:600}
.about-grid{display:grid;grid-template-columns:1fr 1fr;gap:70px;align-items:center}
.about-copy p{color:#514d48;font-size:1.08rem}
.tags{display:flex;flex-wrap:wrap;gap:9px;margin:25px 0}
.tag{border:1px solid var(--line);border-radius:999px;padding:7px 11px;font-size:.83rem;color:#625e58;background:var(--paper)}
.feature-img{width:100%;aspect-ratio:4/5;object-fit:cover}
.footer{padding:30px 0 50px;border-top:1px solid var(--line);display:flex;justify-content:space-between;color:var(--muted);font-size:.88rem}
.page-head{padding:82px 0 52px;border-bottom:1px solid var(--line)}
.page-head h1{font-size:clamp(3.2rem,6vw,5.5rem)}
.page-head p{max-width:700px;color:#58544f;font-size:1.08rem}
.article{width:min(calc(100% - 36px),760px);margin:0 auto;padding:72px 0 100px}
.article .kicker{text-transform:uppercase;letter-spacing:.13em;color:var(--muted);font-size:.75rem}
.article h1{font-size:clamp(2.7rem,6vw,5.2rem);margin:16px 0 24px}
.article .dek{font-size:1.22rem;color:#5b5750;border-bottom:1px solid var(--line);padding-bottom:32px;margin-bottom:35px}
.article p{font-family:Georgia,serif;font-size:1.17rem;line-height:1.85;margin:0 0 25px}
.article img{margin:45px 0;width:100%;max-height:760px;object-fit:cover}
.back{display:inline-block;margin-top:30px;border-bottom:1px solid var(--ink);font-weight:600}
.entries-list{padding:60px 0 90px}
.entry-row{display:grid;grid-template-columns:110px 1fr auto;gap:26px;padding:28px 0;border-bottom:1px solid var(--line);align-items:center}
.entry-row .num{color:var(--muted)}
.entry-row h2{font-size:clamp(1.6rem,3vw,2.7rem);font-weight:500}
.entry-row p{margin:8px 0 0;color:#5d5953}
@media(max-width:760px){
 .nav{gap:13px;font-size:.88rem}.hero{grid-template-columns:1fr;padding:65px 0 55px;gap:35px}.hero .portrait{max-width:330px}
 .cards,.about-grid{grid-template-columns:1fr}.about-grid{gap:34px}.section{padding:55px 0}
 .entry-row{grid-template-columns:52px 1fr}.entry-row>a:last-child{grid-column:2}
 .footer{gap:18px;flex-direction:column}.topbar{align-items:flex-start}.nav{flex-wrap:wrap;justify-content:flex-end}
}
