.category-hero{max-width:1180px;margin:auto;padding:90px 30px 105px;display:grid;grid-template-columns:1fr .82fr;gap:110px;align-items:end}.category-hero h1{font:600 clamp(5rem,9vw,8.2rem)/.78 Newsreader,serif;letter-spacing:-.055em;margin:30px 0 0}.category-hero h1 em{color:var(--clay);font-weight:500}.category-intro>p{font:400 1.12rem/1.8 DM Sans,sans-serif;color:var(--muted);max-width:570px}.topic-row{display:flex;flex-wrap:wrap;gap:8px;margin-top:32px}.topic-row span{border:1px solid var(--line);padding:9px 13px;color:#78695f;font-size:.7rem}.featured-story{background:#4d3a31;color:#fff;display:grid;grid-template-columns:1fr 1fr;min-height:560px}.feature-art{position:relative;background:#e9ddd2;overflow:hidden;display:grid;place-items:center}.feature-art:before{content:"";position:absolute;width:380px;height:380px;border:1px solid #b99682;border-radius:50%}.feature-art:after{content:"";position:absolute;width:255px;height:255px;border:1px solid #b99682;border-radius:50%}.feature-art span{position:absolute;width:92px;height:92px;background:#fffdf9;box-shadow:12px 14px 0 #cdb8a8;transform:rotate(12deg)}.feature-art span:nth-child(1){left:20%;top:20%;transform:rotate(-12deg)}.feature-art span:nth-child(2){right:20%;bottom:20%;transform:rotate(16deg)}.feature-art span:nth-child(3){left:42%;bottom:14%;transform:rotate(-4deg)}.feature-art b{position:relative;font:600 9rem Newsreader,serif;color:#765245}.featured-story article{padding:90px clamp(35px,7vw,110px);display:flex;flex-direction:column;justify-content:center}.featured-story h2{font:600 clamp(3.2rem,5vw,5rem)/.94 Newsreader,serif;margin:24px 0}.featured-story article>p:not(.eyebrow){color:#dacdc4;line-height:1.75;max-width:560px}.featured-story a{display:inline-flex;justify-content:space-between;color:#fff;text-decoration:none;border-top:1px solid #786055;padding:20px 0;margin-top:28px;font-size:.83rem;font-weight:700}.category-list{max-width:1180px;margin:auto;padding:110px 30px}.list-heading{display:grid;grid-template-columns:1fr .65fr;gap:90px;align-items:end;margin-bottom:58px}.list-heading h2{font:600 clamp(3rem,5vw,4.7rem)/.96 Newsreader,serif;margin:20px 0 0}.list-heading h2 em{color:var(--clay);font-weight:500}.list-heading>p{color:var(--muted);line-height:1.75}.article-grid{display:grid;grid-template-columns:1fr 1fr;border-top:1px solid var(--line);border-left:1px solid var(--line)}.article-grid article{position:relative;min-height:270px;padding:34px;display:grid;grid-template-columns:42px 1fr 32px;gap:22px;border-right:1px solid var(--line);border-bottom:1px solid var(--line);background:#fff}.article-grid article>span{color:var(--clay);font-size:.66rem;letter-spacing:.13em}.article-grid h3{font:600 1.75rem/1.05 Newsreader,serif;margin:0 0 18px}.article-grid p{color:var(--muted);font-size:.83rem;line-height:1.65;margin:0}.article-grid a{display:grid;place-items:center;width:32px;height:32px;border:1px solid var(--line);color:var(--ink);text-decoration:none}.article-grid article:hover{background:#f8f3ed}.category-cta{background:#765245;color:#fff;padding:82px max(30px,calc((100vw - 1080px)/2));display:flex;justify-content:space-between;gap:70px;align-items:center}.category-cta>div{max-width:720px}.category-cta h2{font:600 clamp(2.8rem,5vw,4.4rem)/.96 Newsreader,serif;margin:18px 0}.category-cta>div>p:last-child{color:#e3d4cb;line-height:1.7}.category-cta .button{white-space:nowrap}.health-note{padding:28px max(30px,calc((100vw - 1080px)/2));display:flex;gap:35px;align-items:center;background:#eef0e8}.health-note b{white-space:nowrap}.health-note p{margin:0;color:var(--muted);font-size:.82rem}@media(max-width:850px){.category-hero,.featured-story,.list-heading{grid-template-columns:1fr}.category-hero{gap:35px}.feature-art{min-height:460px}.article-grid{grid-template-columns:1fr}.category-cta{align-items:flex-start;flex-direction:column}}@media(max-width:560px){.category-hero{padding-top:60px}.category-hero h1{font-size:5.2rem}.feature-art{min-height:380px}.featured-story article{padding:65px 24px}.category-list{padding:75px 20px}.article-grid article{grid-template-columns:32px 1fr 28px;padding:28px 20px}.category-cta{padding:65px 20px}.health-note{align-items:flex-start;flex-direction:column;gap:8px}}

/* Featured card: when the article has its own hero, show it instead of the
   drawn placeholder. object-fit keeps the crop square-ish at any panel size
   rather than stretching the photo. */
.feature-art img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;object-position:center}
.feature-art:has(img){background:none}
.feature-art:has(img):before,
.feature-art:has(img):after{display:none}
