/* ProVkus styles */
:root{--bg:#f8f5ef;--paper:#fff;--ink:#181714;--muted:#716d66;--accent:#ef5a36;--green:#254b3e;--line:#e8e2d9;--radius:26px;--shadow:0 18px 50px rgba(35,25,16,.09);--max:1320px}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:var(--bg);color:var(--ink);font-family:Inter,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif}a{color:inherit;text-decoration:none}img{display:block}.container{width:min(var(--max),calc(100% - 40px));margin:auto}.site-header{position:sticky;top:0;z-index:50;background:rgba(248,245,239,.95);backdrop-filter:blur(14px);border-bottom:1px solid var(--line)}.topbar{min-height:82px;display:flex;align-items:center;gap:30px}.brand{font-size:34px;font-weight:950;letter-spacing:-2px}.brand b{color:var(--accent)}.main-nav{display:flex;gap:22px;font-weight:800;font-size:14px}.main-nav a:hover{color:var(--accent)}.header-actions{margin-left:auto;display:flex;gap:9px;align-items:center}.icon-btn,.pill-btn{border:1px solid var(--line);background:#fff;border-radius:999px;padding:11px 15px;font-size:13px;font-weight:800}.icon-btn{width:42px;height:42px;padding:0;display:grid;place-items:center;font-size:20px}.pill-btn.primary{background:var(--ink);color:#fff;border-color:var(--ink)}.ticker{background:#1d1d19;color:#fff;font-size:12px}.ticker .container{min-height:35px;display:flex;gap:20px;align-items:center;overflow:hidden;white-space:nowrap}.ticker strong{color:#ff967c}.ticker a{color:#d9d5ce}.hero{padding:34px 0 18px}.hero-grid{display:grid;grid-template-columns:minmax(0,1.55fr) minmax(300px,.65fr);gap:18px}.lead-card,.stack-card,.story-card{background:var(--paper);border:1px solid var(--line);border-radius:var(--radius);overflow:hidden}.lead-card{position:relative;min-height:620px;color:#fff;display:flex;align-items:flex-end;box-shadow:var(--shadow)}.lead-card img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover}.lead-card:after{content:"";position:absolute;inset:0;background:linear-gradient(180deg,rgba(0,0,0,.02) 35%,rgba(0,0,0,.76) 100%)}.lead-copy{position:relative;z-index:2;padding:34px;max-width:820px}.eyebrow{font-size:12px;letter-spacing:.12em;text-transform:uppercase;font-weight:900;color:var(--accent)}.lead-card .eyebrow{color:#ffd3c4}.lead-copy h1{font-family:Georgia,"Times New Roman",serif;font-size:58px;line-height:.99;letter-spacing:-2.2px;margin:10px 0 14px}.lead-copy p{font-size:18px;max-width:700px;margin:0;color:rgba(255,255,255,.88)}.meta-row{display:flex;gap:12px;flex-wrap:wrap;margin-top:18px;color:rgba(255,255,255,.76);font-size:13px}.hero-side{display:grid;gap:18px}.stack-card{display:grid;grid-template-columns:160px 1fr;min-height:190px}.stack-card img{width:100%;height:100%;object-fit:cover}.stack-copy{padding:20px}.stack-copy h3{font-family:Georgia,serif;font-size:25px;line-height:1.06;margin:8px 0 10px}.stack-copy p{color:var(--muted);font-size:14px;margin:0}.section{padding:30px 0}.section-head{display:flex;justify-content:space-between;align-items:end;gap:20px;margin-bottom:18px}.section-title{font-family:Georgia,serif;font-size:40px;letter-spacing:-1.4px;margin:0}.section-sub{color:var(--muted);font-size:14px}.link-more{font-weight:850;font-size:14px;color:var(--accent)}.chips{display:flex;gap:10px;overflow:auto;padding:3px 0 10px}.chip{padding:10px 14px;border-radius:999px;background:#fff;border:1px solid var(--line);font-size:13px;font-weight:800;white-space:nowrap}.chip.active{background:var(--ink);color:#fff;border-color:var(--ink)}.story-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:16px}.story-card img{width:100%;aspect-ratio:4/3;object-fit:cover}.story-body{padding:16px}.story-body h3{font-family:Georgia,serif;font-size:22px;line-height:1.08;margin:8px 0 10px}.story-body p{color:var(--muted);font-size:13px;margin:0}.story-meta{display:flex;gap:8px;flex-wrap:wrap;color:var(--muted);font-size:12px;margin-top:14px}.badge{display:inline-flex;align-items:center;padding:6px 9px;border-radius:999px;background:#fff0e9;color:#a63d22;font-size:11px;font-weight:900;text-transform:uppercase;letter-spacing:.06em}.feature-band{background:var(--green);color:#fff;border-radius:32px;padding:28px}.feature-grid{display:grid;grid-template-columns:1fr 1fr;gap:20px}.feature-band .story-card{background:rgba(255,255,255,.08);border-color:rgba(255,255,255,.15);color:#fff}.feature-band .story-card p,.feature-band .story-meta{color:rgba(255,255,255,.72)}.newsletter{display:grid;grid-template-columns:1fr auto;gap:20px;align-items:center;background:#201f1b;color:#fff;border-radius:30px;padding:30px}.newsletter h2{font-family:Georgia,serif;font-size:34px;margin:0 0 8px}.newsletter p{margin:0;color:#c5c2ba}.newsletter form{display:flex;gap:10px}.newsletter input{min-width:300px;border:0;border-radius:999px;padding:14px 18px}.newsletter button{border:0;border-radius:999px;padding:14px 20px;background:var(--accent);color:#fff;font-weight:900}.site-footer{margin-top:36px;background:#171714;color:#fff}.footer-grid{display:grid;grid-template-columns:1.2fr repeat(3,.7fr);gap:28px;padding:42px 0}.footer-grid h4{font-size:13px;text-transform:uppercase;letter-spacing:.08em;color:#a9a69e;margin:0 0 12px}.footer-grid a{display:block;margin:8px 0;color:#e6e2da;font-size:14px}.footer-about p{color:#aaa79f;max-width:460px}.footer-bottom{border-top:1px solid #302f2a;padding:18px 0 28px;color:#8f8c84;font-size:12px;display:flex;justify-content:space-between;gap:16px;flex-wrap:wrap}.article-wrap{max-width:900px;margin:auto;padding:38px 0 70px}.breadcrumbs{font-size:13px;color:var(--muted);margin-bottom:20px}.article-kicker{font-weight:900;color:var(--accent);font-size:12px;letter-spacing:.08em;text-transform:uppercase}.article-title{font-family:Georgia,serif;font-size:60px;line-height:1;letter-spacing:-2.1px;margin:10px 0 16px}.article-dek{font-size:21px;line-height:1.5;color:#5c5952;margin:0 0 22px}.article-author{display:flex;align-items:center;gap:12px;padding:14px 0 20px;border-bottom:1px solid var(--line);margin-bottom:24px}.avatar{width:46px;height:46px;border-radius:50%;object-fit:cover}.author-info strong{display:block}.author-info span{font-size:12px;color:var(--muted)}.article-cover{border-radius:28px;width:100%;aspect-ratio:16/9;object-fit:cover;margin:24px 0}.article-body{font-family:Georgia,serif;font-size:20px;line-height:1.75}.article-body h2{font-family:Inter,sans-serif;font-size:32px;line-height:1.15;margin:38px 0 14px}.article-body p{margin:0 0 22px}.article-body .note{font-family:Inter,sans-serif;background:#fff3e8;border-left:5px solid var(--accent);padding:20px;border-radius:14px;margin:24px 0}.article-tools{display:flex;gap:10px;flex-wrap:wrap;margin:28px 0}.article-tools button{border:1px solid var(--line);background:#fff;border-radius:999px;padding:10px 14px;font-weight:800}.author-hero{display:grid;grid-template-columns:220px 1fr;gap:28px;align-items:center;padding:42px 0}.author-photo{width:220px;aspect-ratio:1;border-radius:32px;object-fit:cover}.author-hero h1{font-family:Georgia,serif;font-size:50px;margin:4px 0 8px}.author-hero p{font-size:17px;color:var(--muted);max-width:760px}.author-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:16px}.author-card{padding:18px}.author-card img{width:84px;height:84px;border-radius:50%;object-fit:cover;margin-bottom:14px}.author-card h3{margin:0 0 4px}.author-card p{color:var(--muted);font-size:13px}.legal-layout{display:grid;grid-template-columns:260px 1fr;gap:26px;padding:36px 0 70px}.legal-nav{position:sticky;top:110px;align-self:start}.legal-nav a{display:block;padding:10px 0;color:var(--muted);font-size:14px}.legal-card{padding:30px;background:#fff;border:1px solid var(--line);border-radius:var(--radius)}.legal-card h1{font-family:Georgia,serif;font-size:46px;margin-top:0}.legal-card h2{margin-top:34px}.legal-card p,.legal-card li{color:#45423d;line-height:1.7}.admin-shell{display:grid;grid-template-columns:250px 1fr;min-height:100vh;background:#f1f2f3}.admin-sidebar{background:#202428;color:#fff;padding:22px 16px;position:sticky;top:0;height:100vh}.admin-logo{font-size:24px;font-weight:950;padding:6px 10px 22px}.admin-logo b{color:#ff734f}.admin-nav a{display:flex;gap:10px;align-items:center;padding:11px 12px;border-radius:10px;color:#d4d7da;font-size:14px;margin:3px 0}.admin-nav a.active,.admin-nav a:hover{background:#343a40;color:#fff}.admin-main{padding:28px}.admin-top{display:flex;justify-content:space-between;align-items:center;margin-bottom:20px}.admin-top h1{margin:0;font-size:26px}.admin-actions{display:flex;gap:8px}.btn{border:1px solid #ccd1d5;background:#fff;border-radius:9px;padding:10px 14px;font-weight:800;cursor:pointer}.btn.primary{background:#159447;color:#fff;border-color:#159447}.btn.dark{background:#202428;color:#fff;border-color:#202428}.admin-grid{display:grid;grid-template-columns:minmax(0,1.7fr) minmax(280px,.7fr);gap:18px}.admin-card{background:#fff;border:1px solid #dde1e4;border-radius:10px;overflow:hidden}.admin-card+.admin-card{margin-top:16px}.admin-card-title{background:#edf4ff;border-bottom:1px solid #d5e4f7;padding:12px 16px;font-weight:900;color:#1f4e79}.admin-card-body{padding:16px}.form-grid{display:grid;grid-template-columns:1fr 1fr;gap:14px}.field{display:grid;gap:6px;margin-bottom:14px}.field label{font-size:12px;font-weight:850;color:#555}.field input,.field textarea,.field select{width:100%;border:1px solid #cfd5d9;border-radius:7px;padding:10px 11px;background:#fff}.field textarea{min-height:110px;resize:vertical}.help{font-size:11px;color:#7e858b}.seo-preview{border:1px solid #e0e0e0;border-radius:8px;padding:14px;background:#fafafa}.seo-preview .url{color:#237447;font-size:12px}.seo-preview .title{color:#1a0dab;font-size:18px;margin:4px 0}.seo-preview .desc{font-size:13px;color:#4d5156}.checklist{display:grid;gap:9px}.check{display:flex;gap:8px;align-items:flex-start;font-size:13px}.dot{width:10px;height:10px;border-radius:50%;margin-top:5px;background:#159447}.dot.warn{background:#d49a00}.author-picker{display:flex;gap:10px;align-items:center;border:1px solid #d8dde0;border-radius:8px;padding:10px}.author-picker img{width:42px;height:42px;border-radius:50%;object-fit:cover}.stat-row{display:grid;grid-template-columns:repeat(4,1fr);gap:12px;margin-bottom:18px}.stat{background:#fff;border:1px solid #dde1e4;border-radius:10px;padding:16px}.stat strong{font-size:26px;display:block}.stat span{font-size:12px;color:#757b80}@media(max-width:1000px){.main-nav{display:none}.hero-grid,.feature-grid,.newsletter,.legal-layout,.admin-grid{grid-template-columns:1fr}.lead-card{min-height:520px}.story-grid{grid-template-columns:repeat(2,1fr)}.footer-grid{grid-template-columns:1fr 1fr}.legal-nav{position:static}.admin-shell{grid-template-columns:1fr}.admin-sidebar{height:auto;position:static}.admin-nav{display:flex;overflow:auto}.admin-nav a{white-space:nowrap}.author-grid{grid-template-columns:repeat(2,1fr)}}@media(max-width:640px){.container{width:min(var(--max),calc(100% - 24px))}.topbar{min-height:68px}.brand{font-size:26px}.pill-btn{display:none}.hero{padding-top:20px}.hero-grid{grid-template-columns:1fr}.lead-card{min-height:460px}.lead-copy{padding:22px}.lead-copy h1{font-size:41px}.stack-card{grid-template-columns:120px 1fr;min-height:160px}.stack-copy h3{font-size:20px}.section-title{font-size:32px}.story-grid{grid-template-columns:1fr}.newsletter form{display:grid}.newsletter input{min-width:0}.footer-grid{grid-template-columns:1fr}.article-title{font-size:42px}.article-dek{font-size:18px}.article-body{font-size:18px}.author-hero{grid-template-columns:1fr}.author-photo{width:160px}.author-grid{grid-template-columns:1fr}.form-grid,.stat-row{grid-template-columns:1fr}.admin-main{padding:16px}}

/* robust author portraits */
.avatar,.author-card img,.author-photo{display:block;object-fit:cover;object-position:center center;background:#e8e2d9}
.author-photo{max-width:100%;height:auto;aspect-ratio:1/1}

img{max-width:100%;height:auto}.story-card>img,.stack-card>img,.lead-card>img,.article-cover{background:#ece6dc}.card-pubdate{margin-top:12px;color:var(--muted);font-size:12px}.article-date{display:flex;gap:14px;flex-wrap:wrap;margin:-12px 0 20px;color:var(--muted);font-size:13px}.article-date time{font-weight:700;color:#555}.liveinternet-counter{display:inline-flex;align-items:center;margin-left:auto}.liveinternet-counter img{width:88px!important;height:31px!important;max-width:none}.date-now-btn{margin-top:2px;width:max-content}.author-card img,.author-photo,.avatar{background:#e9e4db}@media(max-width:640px){.story-card>img{width:100%;aspect-ratio:16/9;object-fit:cover}.stack-card img{min-height:160px;object-fit:cover}.lead-card img{object-fit:cover}.article-cover{border-radius:18px;margin:18px 0;aspect-ratio:16/9;object-fit:cover}.article-title{font-size:38px}.article-date{font-size:12px;gap:8px}.story-body h3{font-size:21px}.liveinternet-counter{width:100%;margin:4px 0 0}}
/* ProVkus v4 visual polish */
.story-grid{align-items:stretch}.story-card{background:#fff;border:1px solid rgba(24,23,20,.09);border-radius:16px;overflow:hidden;box-shadow:0 5px 20px rgba(30,24,18,.05);transition:transform .18s ease,box-shadow .18s ease;height:100%;display:flex;flex-direction:column}.story-card:hover{transform:translateY(-3px);box-shadow:0 10px 28px rgba(30,24,18,.10)}.story-card>img,.feed-card>img{display:block;width:100%;aspect-ratio:16/9;object-fit:cover}.story-body{padding:16px 16px 17px;display:flex;flex-direction:column;flex:1}.story-body h3{margin:8px 0 12px;line-height:1.22;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden}.story-meta,.card-pubdate{font-size:12px;color:var(--muted);display:flex;gap:7px;align-items:center;flex-wrap:wrap}.story-meta{margin-top:auto}.badge{display:inline-flex;max-width:100%;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.author-card img,.author-photo,.article-author .avatar,#authorPhoto{object-fit:cover;object-position:center;width:100%;aspect-ratio:1/1}.article-author .avatar,#authorPhoto{width:46px;height:46px;border-radius:50%}.photo-credit{margin:-9px 0 23px;color:var(--muted);font-size:12px;line-height:1.4}.photo-credit a{color:inherit;text-decoration:underline}.category-title{font-size:clamp(38px,6vw,54px)}@media(max-width:760px){.story-grid{grid-template-columns:1fr 1fr;gap:12px}.story-body{padding:13px}.story-body h3{font-size:18px}.author-hero{grid-template-columns:1fr}.author-photo{max-width:240px}}@media(max-width:520px){.story-grid{grid-template-columns:1fr}.story-body h3{font-size:20px}.lead-copy h1{font-size:34px;line-height:1.05}.photo-credit{margin-top:-8px}}

/* Accessible rubric navigation on phones and tablets. */
@media(max-width:1000px){.topbar{flex-wrap:wrap;gap:8px;padding-block:10px}.site-header .main-nav{display:flex;width:100%;overflow-x:auto;gap:18px;order:3;padding:8px 0}.main-nav a{white-space:nowrap;min-height:32px;display:flex;align-items:center}}
.related{border-top:1px solid var(--line);margin-top:32px;padding-top:20px}.related li{margin:12px 0}.related a{text-decoration:underline}a:focus-visible,button:focus-visible{outline:3px solid #b63b1d;outline-offset:4px}

.article-body .pv-sources{margin:.7em 0 0;padding-left:1.4em}.article-body .pv-sources li{padding:.18em 0;overflow-wrap:anywhere}.article-body .pv-sources a{text-decoration:underline;text-underline-offset:2px}

/* Keep reading and navigation comfortable at phone widths. */
.article-body{overflow-wrap:break-word}.article-body a{text-decoration:underline;text-underline-offset:3px}
@media(max-width:1000px){.site-header .main-nav a{min-height:44px}}
@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}.story-card{transition:none}.story-card:hover{transform:none}html:not(.pv-home-ready) body:has(main>.hero) .hero-grid,html:not(.pv-home-ready) body:has(main>.hero) main>.section:first-of-type .story-grid{animation:none}}

/* Final author portrait fix */
.author-grid{align-items:start}
.author-grid .author-card{display:flex;flex-direction:column;align-items:flex-start;min-width:0}
.author-grid .author-card>img,.author-grid .author-card-top img{display:block!important;width:112px!important;height:112px!important;min-width:112px!important;max-width:112px!important;aspect-ratio:1/1!important;border-radius:50%!important;object-fit:cover!important;object-position:50% 35%!important;flex:0 0 112px!important;margin:0!important;background:#e9e4db}
.author-grid .author-card>img{margin:0 0 14px!important}
.author-hero .author-photo{display:block!important;width:220px!important;height:220px!important;min-width:220px!important;max-width:220px!important;aspect-ratio:1/1!important;border-radius:28px!important;object-fit:cover!important;object-position:50% 35%!important;background:#e9e4db}
.article-author .avatar,#authorPhoto{display:block!important;width:46px!important;height:46px!important;min-width:46px!important;max-width:46px!important;aspect-ratio:1/1!important;border-radius:50%!important;object-fit:cover!important;object-position:50% 35%!important}
@media(max-width:640px){.author-grid .author-card>img,.author-grid .author-card-top img{width:96px!important;height:96px!important;min-width:96px!important;max-width:96px!important;flex-basis:96px!important}.author-hero .author-photo{width:160px!important;height:160px!important;min-width:160px!important;max-width:160px!important}}

/* ProVkus — lightweight editorial polish */
:root{--bg:#f7f4ee;--paper:#fffdf9;--ink:#161512;--muted:#6d6962;--accent:#d84d2f;--line:#e5dfd5;--radius:20px;--shadow:0 14px 38px rgba(32,25,18,.08);--max:1240px}
body{background:var(--bg);text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased}::selection{background:#f2c7b8;color:#181411}
.container{width:min(var(--max),calc(100% - 40px))}
.site-header{background:rgba(247,244,238,.94);border-bottom:1px solid rgba(38,32,25,.09);box-shadow:0 3px 18px rgba(25,20,15,.035)}
.topbar{min-height:72px}.brand{font-size:31px;letter-spacing:-1.7px}.main-nav{gap:20px;font-size:13px}.main-nav a{position:relative}.main-nav a:after{content:"";position:absolute;left:0;right:100%;bottom:-7px;height:2px;background:var(--accent);transition:right .18s ease}.main-nav a:hover:after,.main-nav a[aria-current="page"]:after{right:0}
.hero{padding:28px 0 16px}.hero-grid{grid-template-columns:minmax(0,1.48fr) minmax(320px,.72fr);gap:16px}.lead-card,.stack-card,.story-card{border-color:rgba(35,29,23,.10)}.lead-card{min-height:570px;border-radius:24px;box-shadow:0 20px 52px rgba(27,21,16,.12)}.lead-card:after{background:linear-gradient(180deg,rgba(0,0,0,.04) 25%,rgba(0,0,0,.82) 100%)}.lead-copy{padding:32px;max-width:790px}.lead-copy h1{font-size:clamp(42px,4.5vw,64px);line-height:.98;letter-spacing:-2px;text-wrap:balance}.lead-copy p{font-size:17px;line-height:1.45}.eyebrow,.badge{letter-spacing:.075em}.hero-side{gap:14px}.stack-card{grid-template-columns:150px 1fr;min-height:170px;border-radius:18px;transition:transform .16s ease,box-shadow .16s ease}.stack-card:hover{transform:translateY(-2px);box-shadow:0 9px 24px rgba(27,21,16,.08)}.stack-copy{padding:17px}.stack-copy h3{font-size:22px;line-height:1.09;margin:7px 0 9px;text-wrap:balance}
.section{padding:28px 0}.section-title{font-size:clamp(32px,4vw,42px);letter-spacing:-1.2px;text-wrap:balance}.section-head{margin-bottom:16px}.section-sub{line-height:1.55}.story-grid{gap:14px}.story-card{border-radius:18px;box-shadow:0 4px 16px rgba(30,24,18,.045);transition:transform .16s ease,box-shadow .16s ease}.story-card:hover{transform:translateY(-2px);box-shadow:0 10px 26px rgba(30,24,18,.09)}.story-card:focus-visible,.stack-card:focus-visible,.lead-card:focus-visible{outline:3px solid rgba(216,77,47,.45);outline-offset:4px}.story-body{padding:15px 15px 17px}.story-body h3{font-size:21px;line-height:1.15;letter-spacing:-.15px;text-wrap:balance}.story-meta{font-size:11.5px}.badge{padding:5px 8px;background:#fff0e9;color:#9f391f}
.home-lower-grid{display:grid;grid-template-columns:minmax(245px,300px) minmax(0,1fr);gap:24px;align-items:start}.fresh-wrap .story-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.popular-panel{position:sticky;top:92px;background:#1e2d27;color:#fff;border-radius:20px;padding:20px 18px;box-shadow:0 14px 34px rgba(22,35,29,.12)}.popular-kicker{text-transform:uppercase;letter-spacing:.12em;font-size:10px;font-weight:900;color:#9cc5b5}.popular-title{font:800 30px/1 Georgia,serif;margin:5px 0 13px}.popular-list{display:grid}.popular-row{display:grid;grid-template-columns:29px 1fr;gap:10px;padding:12px 0;border-top:1px solid rgba(255,255,255,.13);color:#fff}.popular-row:first-child{border-top:0}.popular-row:hover strong{text-decoration:underline;text-decoration-thickness:1px;text-underline-offset:3px}.popular-num{font:700 18px/1 Georgia,serif;color:#ff8a6d}.popular-row strong{display:block;font:700 15px/1.2 Georgia,serif}.popular-badge{display:block;margin-bottom:4px;color:#a9c8bd;font-size:9px;font-weight:850;text-transform:uppercase;letter-spacing:.08em}
.article-wrap{max-width:880px;padding-top:42px}.article-title{font-size:clamp(42px,5.2vw,64px);line-height:1.02;letter-spacing:-1.9px;text-wrap:balance}.article-dek{max-width:780px;line-height:1.55}.article-body{max-width:760px;margin-inline:auto;font-size:20px;line-height:1.72}.article-body h2{font-size:30px;line-height:1.18;text-wrap:balance}.article-body h3{line-height:1.25;text-wrap:balance}.article-body a{text-decoration:underline;text-decoration-color:rgba(216,77,47,.45);text-decoration-thickness:1.5px;text-underline-offset:3px}.article-body a:hover{color:#a93921;text-decoration-color:currentColor}.article-body ul,.article-body ol{padding-left:1.4em;margin:0 0 24px}.article-body li{margin:8px 0}.article-body blockquote{margin:30px 0;padding:4px 0 4px 22px;border-left:4px solid var(--accent);font-size:1.08em;color:#3f3a35}.article-body figure{margin:30px 0}.article-body figcaption{font-family:Inter,system-ui,sans-serif;font-size:12px;line-height:1.45;color:var(--muted);margin-top:8px}.article-cover{box-shadow:0 12px 32px rgba(28,22,17,.07)}.article-author{border-bottom-color:#ded8ce;flex-wrap:wrap}.article-kicker{letter-spacing:.1em}.ask-author-link{margin-left:auto;border:1px solid #d7d0c6;border-radius:999px;padding:8px 12px;font:750 12px/1 Inter,system-ui,sans-serif;color:#504941;background:#fff;text-decoration:none!important}.ask-author-link:hover{border-color:#bd6b51;color:#a23b23;background:#fff7f3}
.author-hero h1{letter-spacing:-1.5px;text-wrap:balance}.author-card{background:var(--paper);border:1px solid rgba(35,29,23,.09);border-radius:18px;box-shadow:0 4px 16px rgba(30,24,18,.04)}
/* Rich author profiles and community */
.author-profile-hero{grid-template-columns:240px minmax(0,760px);gap:34px;align-items:start;padding:42px 0 28px}.author-profile-hero>div{min-width:0}.author-profile-hero h1{font-size:clamp(42px,5vw,62px);line-height:1;margin:7px 0 8px}.author-role{font-weight:850;color:#2d5d4d;font-size:14px;margin-bottom:16px}.author-lead{font:700 clamp(21px,2.2vw,28px)/1.22 Georgia,serif;color:#25211d;margin:0 0 14px;max-width:760px}.author-bio{font-size:16px;line-height:1.65;color:#5b554f;max-width:760px}.author-topics{display:flex;gap:7px;flex-wrap:wrap;margin:16px 0}.author-topics span{display:inline-flex;padding:6px 9px;border-radius:999px;background:#efeae2;color:#595149;font-size:11px;font-weight:800}.author-method{display:grid;gap:3px;margin-top:17px;border-left:3px solid var(--accent);padding:7px 0 7px 13px;color:#5f5851}.author-method strong{font-size:12px;text-transform:uppercase;letter-spacing:.08em;color:#302c28}.author-method span{font-size:13px;line-height:1.5}
.author-directory-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:16px}.author-directory-grid .author-card{padding:20px;text-decoration:none;color:inherit;min-height:100%;transition:transform .16s ease,box-shadow .16s ease,border-color .16s ease}.author-directory-grid .author-card:hover{transform:translateY(-3px);box-shadow:0 12px 30px rgba(31,24,18,.09);border-color:#d4cabc}.author-card-top{display:flex;gap:14px;align-items:center}.author-card-top h3{font-size:24px;line-height:1.05;margin:5px 0}.author-card-role{font-size:10px;text-transform:uppercase;letter-spacing:.08em;color:#2e6b55;font-weight:900}.author-card-lead{font-size:14px;line-height:1.55;color:#5e5852;margin:16px 0 12px}.author-card-footer{margin-top:auto;padding-top:15px;border-top:1px solid #ece6dd;display:flex;align-items:center;justify-content:space-between;gap:10px;font-size:11px;color:#7a736b}.author-card-footer strong{color:#a43b23;white-space:nowrap}
.author-community{padding:8px 0 26px}.author-interaction-grid{display:grid;grid-template-columns:minmax(0,1.15fr) minmax(320px,.85fr);gap:16px}.ask-author-box,.newsletter-box{border-radius:22px;padding:25px;background:#fff;border:1px solid #e1d9cf;box-shadow:0 7px 24px rgba(31,24,18,.055)}.ask-author-box{background:linear-gradient(135deg,#fffdf9,#f8f3eb)}.newsletter-box{background:#1f3029;color:#fff;border-color:#1f3029}.community-kicker{text-transform:uppercase;letter-spacing:.12em;font-size:10px;font-weight:950;color:#a54129;margin-bottom:6px}.newsletter-box .community-kicker{color:#9ac9b6}.ask-author-box h2,.newsletter-box h2{font:800 clamp(27px,3vw,36px)/1.05 Georgia,serif;margin:0 0 9px;text-wrap:balance}.ask-author-box>p,.newsletter-box>p{margin:0 0 18px;line-height:1.55;color:#665f58}.newsletter-box>p{color:#c8d6d0}.author-question-form{display:grid;gap:11px}.question-grid{display:grid;grid-template-columns:1fr 1fr;gap:10px}.author-question-form label:not(.consent-line){display:grid;gap:5px}.author-question-form label>span:first-child{font-size:11px;font-weight:850;color:#5c554e}.author-question-form input,.author-question-form textarea,.newsletter-form input[type="email"]{width:100%;border:1px solid #d7d0c7;border-radius:10px;padding:11px 12px;background:#fff;color:#1f1b18;font:inherit}.author-question-form textarea{resize:vertical;min-height:130px;line-height:1.5}.author-question-form input:focus,.author-question-form textarea:focus,.newsletter-form input:focus{outline:3px solid rgba(216,77,47,.14);border-color:#bd765f}.question-honey{position:absolute!important;left:-9999px!important;width:1px!important;height:1px!important;opacity:0}.consent-line{display:flex!important;align-items:flex-start;gap:8px;font-size:10.5px;line-height:1.45;color:#716a62}.consent-line input{width:auto!important;margin-top:2px;flex:0 0 auto}.consent-line a{text-decoration:underline;color:inherit}.question-actions{display:flex;align-items:center;gap:12px;flex-wrap:wrap}.question-actions button,.newsletter-row button{border:0;border-radius:10px;padding:11px 15px;background:#c9482c;color:#fff;font-weight:900;cursor:pointer}.question-actions button:hover,.newsletter-row button:hover{background:#ac3d25}.question-actions button:disabled{opacity:.6;cursor:wait}.question-status{font-size:12px;font-weight:750;color:#34745d}.form-note{font-size:10.5px;line-height:1.45;color:#837b73}.newsletter-box .form-note,.newsletter-box .consent-line{color:#aebfb8}.newsletter-row{display:grid;grid-template-columns:1fr auto;gap:8px;margin-bottom:10px}.newsletter-row button{background:#ef7757}.newsletter-row button:hover{background:#ff8767}.site-newsletter-section{padding:20px 0 44px}.site-newsletter{max-width:100%;display:grid;grid-template-columns:minmax(240px,.7fr) minmax(0,1.3fr);column-gap:34px;align-items:center}.site-newsletter .community-kicker,.site-newsletter h2,.site-newsletter>p{grid-column:1}.site-newsletter .newsletter-form{grid-column:2;grid-row:1 / span 3}.site-newsletter h2{font-size:32px}.site-newsletter>p{margin-bottom:0}.site-newsletter .newsletter-row{margin-top:3px}
.site-footer{background:#171a17}.footer-grid{padding-top:46px}.footer-grid h4{letter-spacing:.11em}.footer-grid a{transition:color .14s ease}.footer-grid a:hover{color:#fff}.footer-bottom{border-top-color:#323631;line-height:1.55}
.section:nth-of-type(n+3),.infinite-section{content-visibility:auto;contain-intrinsic-size:850px}
@media(prefers-reduced-motion:reduce){.story-card,.stack-card,.main-nav a:after{transition:none}}
@media(max-width:1000px){.hero-grid{grid-template-columns:1fr}.hero-side{grid-template-columns:repeat(3,1fr)}.stack-card{grid-template-columns:1fr}.stack-card img{aspect-ratio:16/9}.home-lower-grid{grid-template-columns:1fr}.popular-panel{position:static}.popular-list{grid-template-columns:1fr 1fr;column-gap:20px}.author-directory-grid{grid-template-columns:1fr}.author-interaction-grid{grid-template-columns:1fr}.site-newsletter{grid-template-columns:1fr}.site-newsletter .community-kicker,.site-newsletter h2,.site-newsletter>p,.site-newsletter .newsletter-form{grid-column:1;grid-row:auto}.site-newsletter>p{margin-bottom:18px}}
@media(max-width:700px){.container{width:min(var(--max),calc(100% - 24px))}.topbar{min-height:64px}.hero{padding-top:16px}.lead-card{min-height:455px;border-radius:18px}.lead-copy{padding:22px}.lead-copy h1{font-size:clamp(34px,10vw,45px);letter-spacing:-1.1px}.lead-copy p{font-size:15px}.hero-side{grid-template-columns:1fr}.stack-card{grid-template-columns:118px 1fr;min-height:150px}.stack-card img{height:100%;aspect-ratio:auto}.stack-copy h3{font-size:19px}.fresh-wrap .story-grid{grid-template-columns:1fr}.popular-list{grid-template-columns:1fr}.article-wrap{padding-top:26px}.article-title{font-size:39px}.article-body{font-size:18px}.author-profile-hero{grid-template-columns:1fr;gap:18px;padding-top:26px}.author-profile-hero h1{font-size:42px}.author-lead{font-size:22px}.question-grid,.newsletter-row{grid-template-columns:1fr}.ask-author-box,.newsletter-box{padding:19px;border-radius:17px}.article-author .ask-author-link{width:100%;margin:7px 0 0;text-align:center}.author-card-footer{align-items:flex-start;flex-direction:column;gap:3px}}

/* ProVkus author/community refinements */
.author-profile-facts{display:grid;grid-template-columns:1fr 1fr;gap:12px;margin-top:18px}.author-profile-facts .author-method{margin-top:0;background:#fffaf4;border:1px solid #eadfd2;border-left:3px solid var(--accent);border-radius:12px;padding:13px 14px}.profile-ask-cta{display:inline-flex!important;margin:18px 0 0!important;background:#1f6b4f!important;color:#fff!important;border-color:#1f6b4f!important;padding:10px 14px!important}.profile-ask-cta:hover{background:#18563f!important;color:#fff!important}.author-card-promise{margin:4px 0 14px;padding:10px 11px;border-radius:10px;background:#f6f2ec;color:#625b54;font-size:11px;line-height:1.45}.question-mail-fallback{font-size:11px;color:#6d655d;text-decoration:underline;text-underline-offset:3px}.ask-author-box,.newsletter-box{position:relative;overflow:hidden}.ask-author-box:before,.newsletter-box:before{content:"";position:absolute;inset:0 0 auto;height:4px;background:linear-gradient(90deg,#d84d2f,#f39a76)}.newsletter-box:before{background:linear-gradient(90deg,#8cc5ad,#ef7757)}.ask-author-box .community-kicker,.newsletter-box .community-kicker{margin-top:3px}.author-directory-grid .author-card{position:relative;overflow:hidden}.author-directory-grid .author-card:before{content:"";position:absolute;inset:0 auto 0 0;width:4px;background:linear-gradient(180deg,#d84d2f,#1f6b4f);opacity:.85}.newsletter-box .newsletter-row input{min-height:44px}.newsletter-box .newsletter-row button{min-height:44px}.author-question-form input,.author-question-form textarea{transition:border-color .15s ease,box-shadow .15s ease}.question-status{min-height:16px}.article-author .ask-author-link{white-space:nowrap}
@media(max-width:760px){.author-profile-facts{grid-template-columns:1fr}.profile-ask-cta{width:100%;justify-content:center}.question-mail-fallback{width:100%;text-align:center}.author-card-promise{font-size:10.5px}}

/* Reader-selected appearance. Article images and brand colors retain their meaning. */
.pv-theme-toggle{margin-left:auto;flex:0 0 auto;border:1px solid var(--line);border-radius:999px;padding:9px 13px;background:var(--paper);color:var(--ink);font:750 13px/1.2 Inter,system-ui,sans-serif;cursor:pointer;white-space:nowrap}
.pv-theme-toggle:hover,.pv-theme-toggle:focus-visible{outline:2px solid var(--accent);outline-offset:2px}
html[data-theme="dark"]{color-scheme:dark;--bg:#161b19;--paper:#222925;--ink:#f2f0e9;--muted:#b9bdb4;--line:#39443d;--green:#264a3b;--shadow:0 14px 38px rgba(0,0,0,.23)}
html[data-theme="dark"] .site-header{background:rgba(22,27,25,.96);border-color:var(--line)}
html[data-theme="dark"] .story-card,html[data-theme="dark"] .stack-card,html[data-theme="dark"] .author-card,html[data-theme="dark"] .legal-card,html[data-theme="dark"] .ask-author-box,html[data-theme="dark"] .chip,html[data-theme="dark"] .article-tools button,html[data-theme="dark"] .ask-author-link,html[data-theme="dark"] .icon-btn{background:var(--paper);color:var(--ink);border-color:var(--line)}
html[data-theme="dark"] .ask-author-box{background:#222925}
html[data-theme="dark"] .article-dek,html[data-theme="dark"] .article-date time,html[data-theme="dark"] .author-lead,html[data-theme="dark"] .author-bio,html[data-theme="dark"] .author-method,html[data-theme="dark"] .author-method strong,html[data-theme="dark"] .legal-card p,html[data-theme="dark"] .legal-card li,html[data-theme="dark"] .ask-author-box>p,html[data-theme="dark"] .author-question-form label>span:first-child{color:var(--muted)}
html[data-theme="dark"] .article-body .note{background:#303329;color:var(--ink)}
html[data-theme="dark"] .badge,html[data-theme="dark"] .author-topics span{background:#433027;color:#ffa68d}
html[data-theme="dark"] .photo-credit,html[data-theme="dark"] .form-note{color:var(--muted)}
html[data-theme="dark"] .story-card>img,html[data-theme="dark"] .stack-card>img,html[data-theme="dark"] .article-cover{background:#26332c}
html[data-theme="dark"] .site-footer{background:#101512}
@media(max-width:1000px){.pv-theme-toggle{order:2}.site-header .main-nav{order:3}}
@media(max-width:640px){.pv-theme-toggle{padding:8px 10px;font-size:12px}}
html[data-theme="dark"] .author-profile-facts .author-method{background:#26312b;border-color:#405449;border-left-color:var(--accent);color:#cbd4ca}
html[data-theme="dark"] .author-profile-facts .author-method strong{color:#f0eee7}
html[data-theme="dark"] .author-role{color:#a4d3b8}
html[data-theme="dark"] .author-card-promise{background:#303a33;color:#d0d6cb}
html[data-theme="dark"] .pv-related-card{background:var(--paper);color:var(--ink);border-color:var(--line)}

/* Dark reader components: quiz, related stories and author directory */
html[data-theme="dark"] .pv-quiz{background:#222925!important;color:#f2f0e9!important;border-color:#45524a!important}
html[data-theme="dark"] .pv-quiz-head h2,html[data-theme="dark"] .pv-quiz-question legend{color:#f2f0e9!important}
html[data-theme="dark"] .pv-quiz-head p{color:#c6cdc4!important}
html[data-theme="dark"] .pv-quiz-question{border-top-color:#45524a}
html[data-theme="dark"] .pv-quiz-option{background:#303a33!important;color:#f2f0e9!important;border-color:#55665a!important}
html[data-theme="dark"] .pv-quiz-option:hover,html[data-theme="dark"] .pv-quiz-option:focus-within{border-color:#f0a187!important;background:#39473c!important}
html[data-theme="dark"] .pv-quiz-option.is-correct{background:#244c36!important;border-color:#8ac99a!important}
html[data-theme="dark"] .pv-quiz-option.is-wrong{background:#522d31!important;border-color:#f2a4a4!important}
html[data-theme="dark"] .pv-quiz-option input{accent-color:#f08b71}
html[data-theme="dark"] .pv-quiz-feedback.ok{color:#a6e2ac}
html[data-theme="dark"] .pv-quiz-feedback.bad{color:#ffc1b6}
html[data-theme="dark"] .pv-quiz-check{background:#f18b6d;color:#1a1715}
html[data-theme="dark"] .pv-quiz-score.incomplete{color:#efd390}
html[data-theme="dark"] .pv-related-card{background:#222925!important;color:#f2f0e9!important;border-color:#45524a!important}
html[data-theme="dark"] .pv-related-card h3{color:#f2f0e9!important}
html[data-theme="dark"] .pv-related-card span{color:#ff9e80!important}
html[data-theme="dark"] .pv-related-card small,html[data-theme="dark"] .pv-read-also-head small{color:#c4c9bf!important}
html[data-theme="dark"] .pv-read-also{border-top-color:#45524a}
html[data-theme="dark"] .author-grid .author-card h3,html[data-theme="dark"] .author-directory-grid .author-card h3{color:#f2f0e9!important}
html[data-theme="dark"] .author-card-role{color:#a4d3b8!important}
html[data-theme="dark"] .author-card-footer{color:#c4c9bf;border-top-color:#566157}
html[data-theme="dark"] .author-card-footer strong{color:#ff9e80}
html[data-theme="dark"] .author-card-promise{background:#303a33!important;color:#e8e5dc!important}

/* Seasonal artwork is decorative and never intercepts controls. */
.pv-seasonal-layer{position:fixed;inset:0;z-index:0;overflow:hidden;pointer-events:none;user-select:none;contain:layout paint;}
body>main,body>.site-footer{position:relative;z-index:1}
.pv-seasonal-piece{position:absolute;left:var(--x);top:var(--y);width:var(--size);height:var(--size);transform:translate3d(0,0,0);will-change:transform}
.pv-seasonal-leaf{display:block;width:100%;height:100%;background:var(--piece-color);-webkit-mask:var(--piece-shape) center/contain no-repeat;mask:var(--piece-shape) center/contain no-repeat;opacity:var(--piece-opacity,.68);animation:pv-seasonal-spin var(--duration) linear var(--delay) infinite;animation-direction:var(--direction,normal);will-change:transform}
@keyframes pv-seasonal-spin{0%{transform:translate3d(-8px,-5px,0) rotate(var(--turn))}50%{transform:translate3d(11px,9px,0) rotate(calc(var(--turn) + 180deg))}100%{transform:translate3d(-8px,-5px,0) rotate(calc(var(--turn) + 360deg))}}
html[data-season="autumn"] .pv-seasonal-layer{background:radial-gradient(ellipse 44% 25% at 95% 12%,rgba(207,124,55,.065),transparent),radial-gradient(ellipse 35% 30% at 1% 76%,rgba(153,99,54,.055),transparent)}
html[data-season="winter"] .pv-seasonal-layer{background:radial-gradient(ellipse 35% 35% at 90% 20%,rgba(125,172,195,.055),transparent)}
html[data-season="spring"] .pv-seasonal-layer{background:radial-gradient(ellipse 40% 30% at 5% 15%,rgba(183,142,145,.055),transparent)}
html[data-season="summer"] .pv-seasonal-layer{background:radial-gradient(ellipse 36% 32% at 93% 21%,rgba(212,164,77,.055),transparent)}
html[data-theme="dark"] .pv-seasonal-leaf{opacity:var(--piece-opacity,.68)}
html[data-theme="dark"] .pv-seasonal-layer{background:none}
@media(max-width:760px){.pv-seasonal-layer{z-index:2;background:none!important}.pv-seasonal-piece:nth-child(n+5){display:none}.pv-seasonal-piece{width:calc(var(--size) * .72);height:calc(var(--size) * .72)}.pv-seasonal-leaf{opacity:.32!important}}
@media(prefers-reduced-motion:reduce){.pv-seasonal-piece,.pv-seasonal-leaf{will-change:auto!important}.pv-seasonal-leaf{animation:none!important;transform:rotate(var(--turn))!important}}
html.pv-seasonal-static .pv-seasonal-leaf{animation:none;transform:rotate(var(--turn))}
