
:root{
  --bg:#f8f6f2;--paper:#fff;--ink:#1f1d1b;--muted:#6d6762;
  --line:#dfd9d2;--green:#9db6a4;--pink:#e9cfd6;--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(248,246,242,.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:1.06fr .94fr;gap:62px;align-items:center;padding:72px 0 88px}
.kicker{text-transform:uppercase;letter-spacing:.16em;font-size:.71rem;color:#58705d;font-weight:700}
h1,h2,h3{font-family:Georgia,"Times New Roman",serif;line-height:1.07;margin:0}
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:#655f5a;max-width:680px}
.hero-card{padding:13px;background:#fff;border:1px solid var(--line);border-radius:26px;box-shadow:14px 14px 0 var(--green)}
.hero-card img{width:100%;aspect-ratio:4/5;object-fit:cover;border-radius:16px}
.button{display:inline-block;margin-top:18px;padding:11px 18px;border:1px solid var(--ink);border-radius:999px;font-weight:700}
.section{padding:74px 0;border-top:1px solid var(--line)}.head{display:flex;justify-content:space-between;gap:28px;align-items:end;margin-bottom:32px}.head h2{font-size:clamp(2.3rem,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);border-radius:16px;padding:28px;min-height:255px;display:flex;flex-direction:column}
.card small{color:#58705d;text-transform:uppercase;letter-spacing:.11em}.card h3{font-size:1.95rem;font-weight:500;margin:15px 0 12px}.card p{color:#655f5a;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;border-radius:22px}.copy h2{font-size:clamp(2.4rem,4vw,4rem);font-weight:500}.copy p{font-size:1.08rem;color:#645e59}
.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:#67605c}
.pagehead{padding:72px 0 48px}.pagehead h1{font-size:clamp(3rem,6vw,5.7rem)}.pagehead p{max-width:700px;color:#655f5a;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:#58705d}.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:#58705d}.article h1{font-size:clamp(2.8rem,6vw,5.1rem);margin:15px 0 22px}.dek{font-size:1.2rem;color:#655f5a;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;border-radius:18px}.back{display:inline-block;margin-top:20px;border-bottom:1px solid #58705d;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}.hero-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}.footer{flex-direction:column}}
