
:root{--bg:#f2f1ee;--paper:#fff;--ink:#171717;--muted:#696969;--line:#d9d7d2;--red:#b9382f;--soft:#e8e6e1;--max:1140px}
*{box-sizing:border-box}html{scroll-behavior:smooth}
body{margin:0;background:var(--bg);color:var(--ink);font-family:Arial,Helvetica,sans-serif;line-height:1.65}
a{color:inherit;text-decoration:none}img{display:block;max-width:100%}.wrap{width:min(calc(100% - 34px),var(--max));margin:auto}
header{position:sticky;top:0;z-index:5;background:rgba(242,241,238,.95);backdrop-filter:blur(10px);border-bottom:1px solid var(--line)}
.bar{display:flex;justify-content:space-between;align-items:center;padding:18px 0}.logo{font:700 1.3rem Georgia,serif}.nav{display:flex;gap:22px;color:var(--muted);font-size:.92rem}
.hero{display:grid;grid-template-columns:1fr 1fr;gap:65px;align-items:center;padding:70px 0 86px}.eyebrow{text-transform:uppercase;letter-spacing:.16em;font-size:.71rem;color:var(--red);font-weight:700}
h1,h2,h3{font-family:Georgia,"Times New Roman",serif;line-height:1.06;margin:0}h1{font-size:clamp(3.5rem,7vw,6.9rem);font-weight:500;letter-spacing:-.05em;margin:18px 0 24px}
.hero p{font-size:1.15rem;color:#5f5d59;max-width:650px}.hero-frame{padding:11px;background:#fff;border:1px solid var(--line);transform:rotate(1deg);box-shadow:14px 14px 0 #dedbd5}
.hero-frame img{width:100%;aspect-ratio:4/5;object-fit:cover}.link{display:inline-block;margin-top:18px;border-bottom:2px solid var(--red);padding-bottom:3px;font-weight:700}
.section{padding:75px 0;border-top:1px solid var(--line)}.head{display:flex;justify-content:space-between;gap:25px;align-items:end;margin-bottom:34px}.head h2{font-size:clamp(2.3rem,4vw,4.1rem);font-weight:500}.head p{max-width:470px;color:var(--muted);margin:0}
.cards{display:grid;grid-template-columns:repeat(2,1fr);gap:18px}.card{background:#fff;border:1px solid var(--line);padding:28px;min-height:260px;display:flex;flex-direction:column}.card small{color:var(--red);text-transform:uppercase;letter-spacing:.11em}.card h3{font-size:2rem;font-weight:500;margin:15px 0 12px}.card p{color:#615f5b;margin:0 0 20px}.card a{margin-top:auto;font-weight:700}
.feature{display:grid;grid-template-columns:.92fr 1.08fr;gap:58px;align-items:center}.feature img{width:100%;aspect-ratio:4/5;object-fit:cover}.copy h2{font-size:clamp(2.4rem,4vw,4.1rem);font-weight:500}.copy p{font-size:1.08rem;color:#605e5a}
.chips{display:flex;flex-wrap:wrap;gap:8px;margin:22px 0}.chip{border:1px solid var(--line);background:#fff;padding:7px 11px;border-radius:999px;font-size:.84rem;color:#5e5b57}
.pagehead{padding:72px 0 48px}.pagehead h1{font-size:clamp(3rem,6vw,5.8rem)}.pagehead p{max-width:720px;color:#605e5a;font-size:1.08rem}
.archive{padding:10px 0 90px}.row{display:grid;grid-template-columns:70px 1fr auto;gap:24px;align-items:center;padding:28px 0;border-bottom:1px solid var(--line)}.row small{color:var(--red)}.row h2{font-size:clamp(1.6rem,3vw,2.7rem);font-weight:500}
.article{width:min(calc(100% - 34px),760px);margin:auto;padding:68px 0 100px}.meta{text-transform:uppercase;letter-spacing:.11em;font-size:.76rem;color:var(--red)}.article h1{font-size:clamp(2.8rem,6vw,5.1rem);margin:15px 0 22px}.dek{font-size:1.2rem;color:#605e5a;padding-bottom:30px;border-bottom:1px solid var(--line);margin-bottom:34px}.article p{font:1.16rem/1.85 Georgia,serif;margin:0 0 24px}.article img{width:100%;max-height:760px;object-fit:cover;margin:40px 0}
footer{border-top:1px solid var(--line);padding:28px 0 48px;color:var(--muted);font-size:.87rem}.footer{display:flex;justify-content:space-between;gap:20px}
@media(max-width:800px){.hero,.feature{grid-template-columns:1fr}.cards{grid-template-columns:1fr}.head{flex-direction:column;align-items:flex-start}.hero-frame{max-width:460px}.row{grid-template-columns:45px 1fr}.row>a{grid-column:2}}
@media(max-width:580px){.nav{gap:12px;font-size:.84rem}.footer{flex-direction:column}}
