
:root{--bg:#fbf4ef;--paper:#fffdfb;--ink:#261c1c;--muted:#776866;--line:#ead9d5;--red:#a84b49;--pink:#f2d8d7;--max:1120px}
*{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(251,244,239,.94);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.28rem Georgia,serif}.nav{display:flex;gap:22px;color:var(--muted);font-size:.92rem}
.hero{display:grid;grid-template-columns:1fr .82fr;gap:68px;align-items:center;padding:70px 0 82px}
.label{text-transform:uppercase;letter-spacing:.15em;font-size:.72rem;color:var(--red)}
h1,h2,h3{font-family:Georgia,"Times New Roman",serif;margin:0;line-height:1.07}
h1{font-size:clamp(3.4rem,7vw,6.7rem);font-weight:500;letter-spacing:-.045em;margin:18px 0 24px}
.hero p{font-size:1.15rem;color:#675a58;max-width:670px}
.selfie-frame{background:var(--pink);padding:14px;border-radius:28px 28px 8px 8px;transform:rotate(1deg)}
.selfie{width:100%;aspect-ratio:4/5;object-fit:cover;border-radius:20px 20px 4px 4px}
.button{display:inline-block;margin-top:18px;padding:11px 18px;background:var(--ink);color:#fff;border-radius:999px;font-weight:700}
.section{padding:74px 0;border-top:1px solid var(--line)}
.section-head{display:flex;justify-content:space-between;align-items:end;gap:24px;margin-bottom:31px}
.section-head h2{font-size:clamp(2.2rem,4vw,4rem);font-weight:500}.section-head p{max-width:450px;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;border-radius:18px;min-height:255px;display:flex;flex-direction:column}
.card small{color:var(--red);text-transform:uppercase;letter-spacing:.1em}.card h3{font-size:1.95rem;font-weight:500;margin:15px 0 12px}
.card p{color:#675c59;margin:0 0 22px}.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;border-radius:18px}
.copy h2{font-size:clamp(2.3rem,4vw,4rem);font-weight:500}.copy p{font-size:1.08rem;color:#655957}
.tags{display:flex;flex-wrap:wrap;gap:8px;margin:22px 0}.tag{border:1px solid var(--line);background:#fff;padding:7px 11px;border-radius:999px;font-size:.83rem;color:#6c5d5a}
.pagehead{padding:72px 0 48px}.pagehead h1{font-size:clamp(3rem,6vw,5.7rem)}.pagehead p{max-width:690px;color:#665a58;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(--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}.article .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:#685c59;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;border-radius:18px;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}.section-head{flex-direction:column;align-items:flex-start}.selfie-frame{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}}
