
:root{--bg:#f6f3ef;--paper:#fff;--ink:#191919;--muted:#6f6a64;--line:#ded8d1;--accent:#222;--soft:#e8e1da;--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(246,243,239,.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:21px;color:var(--muted);font-size:.92rem}
.hero{display:grid;grid-template-columns:1.08fr .92fr;gap:64px;align-items:center;padding:70px 0 84px}
.kicker{text-transform:uppercase;letter-spacing:.16em;font-size:.71rem;color:var(--muted)}
h1,h2,h3{font-family:Georgia,"Times New Roman",serif;line-height:1.07;margin:0}
h1{font-size:clamp(3.5rem,7vw,6.8rem);font-weight:500;letter-spacing:-.045em;margin:18px 0 24px}
.hero p{font-size:1.15rem;color:#625e59;max-width:680px}
.photo-card{background:#fff;padding:12px;border:1px solid var(--line);box-shadow:12px 12px 0 var(--soft)}
.selfie{width:100%;aspect-ratio:4/5;object-fit:cover}
.button{display:inline-block;margin-top:18px;border-bottom:1px solid var(--ink);padding-bottom:3px;font-weight:700}
.section{padding:74px 0;border-top:1px solid var(--line)}
.head{display:flex;justify-content:space-between;gap:24px;align-items:end;margin-bottom:32px}.head h2{font-size:clamp(2.2rem,4vw,4rem);font-weight:500}.head p{max-width:460px;color:var(--muted);margin:0}
.cards{display:grid;grid-template-columns:repeat(2,1fr);gap:18px}.card{background:var(--paper);border:1px solid var(--line);padding:27px;min-height:255px;display:flex;flex-direction:column}
.card small{color:var(--muted);text-transform:uppercase;letter-spacing:.11em}.card h3{font-size:1.95rem;font-weight:500;margin:15px 0 12px}.card p{color:#625e59;margin:0 0 22px}.card a{margin-top:auto;font-weight:700}
.feature{display:grid;grid-template-columns:.9fr 1.1fr;gap:58px;align-items:center}.feature img{width:100%;aspect-ratio:4/5;object-fit:cover}.copy h2{font-size:clamp(2.3rem,4vw,4rem);font-weight:500}.copy p{font-size:1.08rem;color:#615d58}
.tags{display:flex;flex-wrap:wrap;gap:8px;margin:22px 0}.tag{background:#fff;border:1px solid var(--line);padding:7px 11px;border-radius:999px;font-size:.83rem;color:#625e59}
.pagehead{padding:72px 0 48px}.pagehead h1{font-size:clamp(3rem,6vw,5.7rem)}.pagehead p{max-width:700px;color:#625e59;font-size:1.08rem}
.archive{padding:10px 0 90px}.row{display:grid;grid-template-columns:70px 1fr auto;gap:24px;align-items:center;padding:27px 0;border-bottom:1px solid var(--line)}.row small{color:var(--muted)}.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}.article .meta{text-transform:uppercase;letter-spacing:.11em;font-size:.76rem;color:var(--muted)}.article h1{font-size:clamp(2.8rem,6vw,5.1rem);margin:15px 0 22px}.dek{font-size:1.2rem;color:#625e59;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}.back{display:inline-block;margin-top:20px;border-bottom:1px solid var(--ink);font-weight:700}
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}.photo-card{max-width:450px}.row{grid-template-columns:45px 1fr}.row>a{grid-column:2}}
@media(max-width:580px){.nav{gap:12px;font-size:.84rem}.bar{align-items:flex-start}.footer{flex-direction:column}}
