
:root{--cream:#fffaf3;--ink:#332b2a;--pink:#e7a9b4;--rose:#a85c68;--line:#eadedb;--paper:#fff;--sage:#788579;--max:1120px}
*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:var(--cream);color:var(--ink);font-family:Arial,Helvetica,sans-serif;line-height:1.65}a{color:inherit;text-decoration:none}img{max-width:100%;display:block}.wrap{width:min(calc(100% - 34px),var(--max));margin:auto}
header{position:sticky;top:0;z-index:4;background:rgba(255,250,243,.94);backdrop-filter:blur(10px);border-bottom:1px solid var(--line)}.bar{display:flex;align-items:center;justify-content:space-between;padding:18px 0}.logo{font:italic 700 1.25rem Georgia,serif}.nav{display:flex;gap:22px;font-size:.9rem;color:#756866}
.hero{display:grid;grid-template-columns:1.05fr .95fr;gap:58px;align-items:center;padding:70px 0 90px}.tag{text-transform:uppercase;letter-spacing:.17em;font-size:.7rem;color:var(--rose);font-weight:700}h1,h2,h3{font-family:Georgia,"Times New Roman",serif;line-height:1.08;margin:0}.hero h1{font-size:clamp(3.7rem,7vw,7rem);font-weight:400;letter-spacing:-.045em;margin:17px 0 24px}.hero p{font-size:1.14rem;color:#756866;max-width:620px}.portrait{position:relative;padding:14px 14px 42px;background:white;border:1px solid var(--line);box-shadow:0 18px 45px rgba(70,45,45,.09);transform:rotate(-1.2deg)}.portrait img{width:100%;aspect-ratio:4/5;object-fit:cover}.portrait:after{content:"izzy ♡";position:absolute;bottom:10px;right:20px;font:italic 1rem Georgia,serif;color:var(--rose)}
.link{display:inline-block;margin-top:17px;border-bottom:1px solid var(--rose);padding-bottom:3px;font-weight:700}.section{padding:78px 0;border-top:1px solid var(--line)}.head{display:flex;align-items:end;justify-content:space-between;gap:30px;margin-bottom:34px}.head h2{font-size:clamp(2.4rem,4vw,4.2rem);font-weight:400;margin-top:12px}.head p{max-width:450px;color:#766966;margin:0}
.grid{display:grid;grid-template-columns:repeat(2,1fr);gap:18px}.card{background:rgba(255,255,255,.75);border:1px solid var(--line);padding:30px;min-height:270px;display:flex;flex-direction:column}.card small{color:var(--rose);text-transform:uppercase;letter-spacing:.11em}.card h3{font-size:2rem;font-weight:400;margin:14px 0}.card p{color:#756966;margin:0 0 18px}.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:48% 48% 8px 8px}.copy h2{font-size:clamp(2.5rem,4vw,4.2rem);font-weight:400}.copy p{font-size:1.08rem;color:#756966}.chips{display:flex;gap:8px;flex-wrap:wrap;margin:23px 0}.chip{background:white;border:1px solid var(--line);padding:7px 12px;border-radius:999px;font-size:.84rem;color:#756966}
.pagehead{padding:72px 0 46px}.pagehead h1{font-size:clamp(3.2rem,6vw,5.8rem);font-weight:400;margin:14px 0}.pagehead p{max-width:700px;font-size:1.1rem;color:#756966}.archive{padding:10px 0 90px}.row{display:grid;grid-template-columns:62px 1fr auto;gap:24px;align-items:center;border-bottom:1px solid var(--line);padding:27px 0}.row small{color:var(--rose)}.row h2{font-size:clamp(1.6rem,3vw,2.7rem);font-weight:400}.row p{color:#756966}
.article{width:min(calc(100% - 34px),760px);margin:auto;padding:68px 0 100px}.meta{color:var(--rose);text-transform:uppercase;letter-spacing:.12em;font-size:.75rem}.article h1{font-size:clamp(2.9rem,6vw,5.2rem);font-weight:400;margin:14px 0 22px}.dek{font-size:1.18rem;color:#756966;border-bottom:1px solid var(--line);padding-bottom:30px;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:4px}
footer{border-top:1px solid var(--line);padding:30px 0 48px;color:#827572;font-size:.86rem}.footer{display:flex;justify-content:space-between;gap:20px}
@media(max-width:800px){.hero,.feature{grid-template-columns:1fr}.grid{grid-template-columns:1fr}.head{flex-direction:column;align-items:flex-start}.portrait{max-width:470px}.row{grid-template-columns:42px 1fr}.row>a{grid-column:2}}
@media(max-width:560px){.nav{gap:12px;font-size:.82rem}.footer{flex-direction:column}}
