:root{--bg:#f3eee6;--paper:#fbf8f2;--ink:#171714;--muted:#726c63;--line:#d8d0c5;--accent:#8f7250;--shell:min(1380px,calc(100% - 64px))}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{margin:0;background:var(--bg);color:var(--ink);font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif}
a{color:inherit;text-decoration:none}
button,input,textarea{font:inherit}
.shell{width:var(--shell);margin-inline:auto}
.site-header{position:sticky;top:0;z-index:50;background:rgba(243,238,230,.94);backdrop-filter:blur(18px);border-bottom:1px solid rgba(23,23,20,.08)}
.header-grid{height:78px;display:grid;grid-template-columns:230px 1fr 230px;align-items:center}
.brand{display:flex;flex-direction:column;line-height:1;width:max-content}
.brand strong{font-size:16px;letter-spacing:.28em}
.brand span{font-size:8px;letter-spacing:.5em;margin-top:5px;color:#777168}
.header-grid nav{display:flex;justify-content:center;gap:34px}
.header-grid nav a,.listen{font-size:12px}
.listen{text-align:right;font-weight:700}
.hero{padding:62px 0 54px}
.hero-grid{display:grid;grid-template-columns:minmax(0,.9fr) minmax(460px,1.1fr);gap:70px;align-items:center}
.hero-copy{padding:42px 0}
.kicker{font-size:10px;letter-spacing:.18em;color:var(--accent);font-weight:700}
.hero h1,.page-hero h1,.detail-hero h1,.about h2,.story h2,.newsletter h2{font-family:Georgia,"Times New Roman",serif;font-weight:400;letter-spacing:-.055em}
.hero h1{font-size:clamp(64px,7vw,118px);line-height:.86;margin:20px 0 26px}
.hero h1 em,.story h2 em{font-weight:400;color:var(--accent)}
.hero-copy>p{max-width:560px;font-size:17px;line-height:1.72;color:var(--muted)}
.actions{display:flex;gap:24px;align-items:center;margin-top:34px}
.button{display:inline-flex;align-items:center;justify-content:center;min-height:52px;padding:0 22px;border:1px solid var(--ink);font-size:11px;font-weight:700;letter-spacing:.08em;text-transform:uppercase;background:transparent;cursor:pointer}
.button.dark{background:var(--ink);color:#fff}
.text-button{border:0;background:none;font-size:11px;font-weight:700;text-transform:uppercase;letter-spacing:.08em;cursor:pointer}
.hero-image{height:min(66vw,690px);max-height:690px;position:relative;overflow:hidden;background:#ddd}
.hero-image img{width:100%;height:100%;object-fit:cover;filter:saturate(.72) contrast(.96) brightness(1.04)}
.hero-image span{position:absolute;right:18px;top:50%;writing-mode:vertical-rl;transform:translateY(-50%);color:#fff;font-size:9px;letter-spacing:.3em}
.featured{margin-top:-36px;position:relative;z-index:3;display:grid;grid-template-columns:170px 1fr 100px;align-items:center;background:var(--paper);border:1px solid rgba(0,0,0,.07);box-shadow:0 18px 46px rgba(60,45,28,.08)}
.featured-cover{height:155px;position:relative}
.featured-cover img{width:100%;height:100%;object-fit:cover}
.featured-cover button{position:absolute;right:14px;bottom:14px;width:48px;height:48px;border-radius:50%;border:0;background:#fff;cursor:pointer}
.featured>div:nth-child(2){padding:24px 28px}
.featured h2{margin:8px 0;font-size:25px}
.featured p{margin:0;color:var(--muted);font-size:13px}
.featured>a{height:100%;display:grid;place-items:center;border-left:1px solid var(--line);font-size:11px}
.section{padding:108px 0}
.section-head{display:flex;justify-content:space-between;align-items:flex-end;border-bottom:1px solid var(--line);padding-bottom:20px;margin-bottom:30px}
.section-head span{font-size:10px;letter-spacing:.16em;color:var(--accent);font-weight:700}
.section-head h2{font-family:Georgia,serif;font-size:54px;font-weight:400;letter-spacing:-.045em;margin:7px 0 0}
.section-head a{font-size:12px}
.cards{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:28px}
.set-media{position:relative;aspect-ratio:1.18/1;overflow:hidden;background:#ddd}
.set-media img{width:100%;height:100%;object-fit:cover;transition:.35s}
.set-card:hover img{transform:scale(1.025);filter:saturate(.82)}
.set-media span{position:absolute;left:18px;bottom:18px;color:#fff;font-weight:700;font-size:12px}
.set-media button{position:absolute;right:18px;bottom:18px;width:52px;height:52px;border-radius:50%;border:0;background:#fff;cursor:pointer}
.set-copy{padding:17px 2px}
.set-copy small{font-size:9px;letter-spacing:.12em;color:var(--accent)}
.set-copy h3{font-size:22px;font-weight:500;margin:9px 0 7px}
.set-copy p{margin:0;color:var(--muted);font-size:13px}
.story{padding:105px 0;background:#ddd3c5}
.story-grid{display:grid;grid-template-columns:1fr .75fr .75fr;gap:65px;align-items:center}
.story h2{font-size:clamp(50px,5vw,82px);line-height:.95;margin:15px 0}
.story p{line-height:1.8;color:#5f594f}
.story-image{height:420px;overflow:hidden}
.story-image img{width:100%;height:100%;object-fit:cover;filter:saturate(.68)}
.newsletter{padding:95px 0;background:#faf6ef}
.newsletter-grid{display:grid;grid-template-columns:1fr 1fr;gap:80px;align-items:center}
.newsletter h2{font-size:62px;line-height:.95;margin:15px 0}
.newsletter p{color:var(--muted);line-height:1.7}
.newsletter form{display:grid;grid-template-columns:1fr auto;border-bottom:1px solid #111;margin-top:24px}
.newsletter input{height:56px;background:transparent;border:0;outline:0}
.newsletter button{border:0;background:transparent;font-weight:700;cursor:pointer}
.page-hero{padding:110px 0 78px;border-bottom:1px solid var(--line)}
.page-hero>div>span{font-size:10px;letter-spacing:.18em;color:var(--accent);font-weight:700}
.page-hero h1{font-size:clamp(72px,8vw,130px);line-height:.9;margin:18px 0}
.page-hero p{color:var(--muted);font-size:17px}
.dark-hero{background:#1b1b18;color:#f7f2e9}
.detail-hero{padding:78px 0;background:#ddd3c5}
.detail-grid{display:grid;grid-template-columns:430px 1fr;gap:66px;align-items:center}
.detail-cover{aspect-ratio:1;position:relative}
.detail-cover img{width:100%;height:100%;object-fit:cover}
.detail-cover span{position:absolute;left:18px;bottom:18px;color:#fff;font-weight:700}
.detail-hero h1{font-size:clamp(54px,6vw,94px);line-height:.95;margin:14px 0 18px}
.detail-hero p{color:#625d54;margin-bottom:28px}
.detail-copy{display:grid;grid-template-columns:.4fr 1fr 1fr;gap:52px;padding:88px 0;border-bottom:1px solid var(--line)}
.detail-copy>span{font-size:9px;letter-spacing:.14em}
.detail-copy h2{font-family:Georgia,serif;font-size:55px;font-weight:400;line-height:1;margin:0}
.detail-copy p{line-height:1.8;color:var(--muted);margin-top:0}
.detail-nav{display:grid;grid-template-columns:1fr auto 1fr;padding:28px 0 100px;font-size:12px}
.detail-nav a:last-child{text-align:right}
.archive{padding:55px 0 105px}
.archive-year{display:flex;justify-content:space-between;align-items:end;border-bottom:1px solid #bdb4a7;padding:35px 0 10px}
.archive-year h2{font-family:Georgia,serif;font-size:36px;font-weight:400;margin:0}
.archive-year span{font-size:10px;color:var(--accent)}
.archive-row{display:grid;grid-template-columns:90px 1fr 120px 56px;gap:18px;align-items:center;padding:14px 0;border-bottom:1px solid var(--line)}
.archive-row>a{display:flex;align-items:center;gap:17px}
.archive-row img{width:68px;height:68px;object-fit:cover}
.archive-row small{display:block;margin-top:5px;font-size:9px;color:var(--muted)}
.archive-row button{width:44px;height:44px;border-radius:50%;background:transparent;border:1px solid #222}
.about,.contact-grid{padding:95px 0;display:grid;grid-template-columns:.4fr 1fr 1fr;gap:60px}
.about h2,.contact-grid h2{font-family:Georgia,serif;font-size:58px;font-weight:400;line-height:.96;margin:0}
.about p,.contact-grid p{line-height:1.8;color:var(--muted)}
.contact-grid{grid-template-columns:.8fr 1.2fr}
.contact-form{display:grid;gap:18px}
.contact-form label{display:grid;gap:7px;font-size:11px;font-weight:700;letter-spacing:.08em;text-transform:uppercase}
.contact-form input,.contact-form textarea{width:100%;border:1px solid var(--line);background:#faf7f1;padding:14px;outline:0}
.contact-form .hp{position:absolute;left:-9999px}
.messages{padding-top:14px}
.message{padding:12px 14px;background:#e9e1d5;margin-bottom:8px}
.message.error{background:#f7e2df}
.message.success{background:#e2eee6}
footer{background:#131311;color:#eee8de;padding:66px 0 20px}
.footer-grid{display:grid;grid-template-columns:1.5fr .6fr .6fr;gap:65px}
.brand-light span{color:#8c877e}
.footer-grid>div:nth-child(2),.footer-grid>div:nth-child(3){display:flex;flex-direction:column;gap:11px}
.footer-grid small{font-size:9px;letter-spacing:.16em;color:#777168}
.footer-grid a{font-size:13px}
.footer-grid p{color:#8e887e;font-size:12px;margin-top:28px}
.copyright{display:flex;justify-content:space-between;border-top:1px solid #302f2b;margin-top:54px;padding-top:18px;color:#777168;font-size:10px}
@media(max-width:1000px){
:root{--shell:min(100% - 34px,1380px)}
.header-grid{grid-template-columns:1fr auto}
.header-grid nav{display:none}
.listen{display:block}
.hero-grid{grid-template-columns:1fr}
.hero-image{height:500px}
.cards{grid-template-columns:repeat(2,1fr)}
.story-grid{grid-template-columns:1fr 1fr}
.story-image{grid-column:1/-1;height:340px}
.detail-grid{grid-template-columns:320px 1fr}
.detail-copy{grid-template-columns:1fr 1fr}
.detail-copy>span{grid-column:1/-1}
}
@media(max-width:700px){
:root{--shell:calc(100% - 28px)}
.site-header{position:relative}
.header-grid{height:68px}
.listen{font-size:10px}
.hero{padding-top:28px}
.hero h1{font-size:64px}
.hero-image{height:370px}
.featured{grid-template-columns:90px 1fr}
.featured-cover{height:110px}
.featured>a{display:none}
.featured>div:nth-child(2){padding:14px}
.featured h2{font-size:18px}
.cards{grid-template-columns:1fr}
.section{padding:70px 0}
.section-head h2{font-size:42px}
.story-grid,.newsletter-grid,.contact-grid,.about{grid-template-columns:1fr;gap:32px}
.story h2,.newsletter h2,.about h2,.contact-grid h2{font-size:46px}
.page-hero{padding:75px 0 55px}
.page-hero h1{font-size:70px}
.detail-grid{grid-template-columns:1fr}
.detail-cover{max-width:300px}
.detail-copy{grid-template-columns:1fr;gap:24px}
.archive-row{grid-template-columns:55px 1fr 48px}
.archive-row time{display:none}
.archive-row img{width:54px;height:54px}
.footer-grid{grid-template-columns:1fr 1fr}
.footer-grid>div:first-child{grid-column:1/-1}
}
