:root{--ink:#243846;--ink-deep:#182832;--honey:#f2bd28;--honey-soft:#fff4cf;--paper:#fbfaf6;--cream:#f3efe4;--line:#dce1df;--muted:#617078;--radius:8px;--shadow:0 16px 40px rgba(24,40,50,.09)}
body{background:var(--paper);color:var(--ink-deep)}
.utility-bar{background:var(--ink-deep);color:#dce7e9;font-size:.72rem;letter-spacing:.025em}.utility-bar__inner{min-height:30px;display:flex;align-items:center;justify-content:space-between;gap:24px}.utility-bar nav{display:flex;gap:20px}.utility-bar a{color:#fff;text-decoration:none;opacity:.82}.utility-bar a:hover{opacity:1}
.site-header{position:sticky;top:0;z-index:100;background:#fff;border-bottom:0;box-shadow:0 2px 0 rgba(36,56,70,.08)}.admin-bar .site-header{top:32px}.header-inner{min-height:91px}.site-logo{width:250px}.site-nav .menu{gap:27px}.site-nav a{font-size:.84rem;font-weight:700;letter-spacing:.01em}.search-toggle{font-size:1.45rem;background:var(--cream);border-radius:50%;width:40px;height:40px}
.category-nav{border-top:1px solid var(--line);background:#fff}.category-menu{display:flex;justify-content:center;gap:0;margin:0;padding:0;list-style:none;overflow-x:auto;scrollbar-width:none}.category-menu li{flex:0 0 auto}.category-menu a{display:block;padding:12px 20px 11px;color:var(--ink);font-size:.75rem;text-transform:uppercase;letter-spacing:.07em;font-weight:800;text-decoration:none;border-bottom:3px solid transparent}.category-menu a:hover,.category-menu .current-menu-item a{color:#9a6800;border-color:var(--honey)}
.news-strip{background:var(--honey);color:var(--ink-deep)}.news-strip__inner{display:grid;grid-template-columns:auto 1fr;align-items:center;gap:22px;min-height:42px}.news-strip strong{font-size:.7rem;text-transform:uppercase;letter-spacing:.12em}.news-strip__inner>div{display:flex;overflow:hidden}.news-strip a{position:relative;white-space:nowrap;color:var(--ink-deep);text-decoration:none;font-size:.82rem;font-weight:700;padding:0 24px;border-left:1px solid rgba(24,40,50,.25)}
.portal-hero{display:grid;grid-template-columns:minmax(0,2fr) minmax(300px,1fr);gap:32px;padding-top:36px;padding-bottom:38px}.portal-hero .hero-story{display:grid;grid-template-rows:minmax(310px,1fr) auto;background:var(--ink);border-radius:var(--radius);overflow:hidden;box-shadow:var(--shadow)}.portal-hero .hero-story__image{min-height:0;position:relative}.portal-hero .hero-story__image:after{content:"";position:absolute;inset:auto 0 0;height:34%;background:linear-gradient(transparent,rgba(24,40,50,.25))}.portal-hero .hero-story__image img{height:100%;width:100%;object-fit:cover;aspect-ratio:16/8.2}.portal-hero .hero-story__body{padding:25px 30px 28px;color:#fff}.portal-hero h1{font-size:clamp(2rem,3.1vw,3.45rem);line-height:1.02;margin:.2em 0 .28em}.portal-hero h1 a{color:#fff}.portal-hero p{color:#dce5e7;max-width:64ch;margin:0 0 12px}.portal-hero .story-meta{color:#bfcdd0}.hero-list{border-top:4px solid var(--honey);padding-top:4px}.compact-story{display:grid;grid-template-columns:54px 92px 1fr;align-items:center;gap:14px;padding:16px 0;border-bottom:1px solid var(--line)}.compact-story__number{font-family:Georgia,serif;color:#c79a1f;font-size:2rem;line-height:1}.compact-story__image{aspect-ratio:1/1;border-radius:5px;overflow:hidden}.compact-story__image img{width:100%;height:100%;object-fit:cover}.compact-story h3{font-size:.96rem;line-height:1.22;margin:.25rem 0 .35rem}.compact-story h3 a{color:var(--ink-deep);text-decoration:none}.story-meta{font-size:.7rem;color:var(--muted)}.eyebrow{font-size:.66rem;letter-spacing:.1em}
.section{padding:64px 0}.section-heading{border-top:4px solid var(--ink);padding-top:14px;margin-bottom:27px}.section-heading h2{font-size:clamp(1.75rem,3vw,2.65rem);margin:.12em 0}.section-heading>a{font-weight:800;font-size:.82rem}.section--latest{background:#fff}.latest-layout{display:grid;grid-template-columns:minmax(0,1.35fr) minmax(330px,.85fr);gap:40px}.post-card--lead{display:grid;grid-template-columns:1.15fr .85fr;background:var(--cream);border-radius:var(--radius);overflow:hidden}.post-card--lead .post-card__image img{height:100%;object-fit:cover}.post-card--lead .post-card__body{padding:32px}.post-card--lead .post-card__title{font-size:clamp(1.55rem,2.3vw,2.35rem)}.latest-stack .compact-story{grid-template-columns:110px 1fr}.latest-stack .compact-story__number{display:none}.latest-stack .compact-story__image{aspect-ratio:4/3}
.section-stories{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:25px}.section-stories .post-card--featured{grid-column:span 2}.section-stories .post-card--featured .post-card__title{font-size:1.7rem}.section--split .section-stories{grid-template-columns:1.5fr repeat(2,1fr)}.section--split .post-card--featured{grid-row:span 2}.section--numbered{background:var(--ink);color:#fff}.section--numbered .section-heading{border-color:var(--honey)}.section--numbered .section-heading a,.section--numbered h2,.section--numbered .compact-story h3 a{color:#fff}.section--numbered .section-stories{grid-template-columns:repeat(2,1fr);gap:0 42px}.section--numbered .compact-story{grid-template-columns:50px 120px 1fr;border-color:rgba(255,255,255,.16)}.section--numbered .story-meta{color:#b9c5c9}.section--warm{background:var(--cream)}.section--recipes .post-card__image img{aspect-ratio:1.15/1}.section--profiles .post-card__image img{border-radius:50% 50% 7px 7px}.section--guides{background:#fff}.section--guides .post-card{border-left:3px solid var(--honey);padding-left:18px}
.directory-cta{background:linear-gradient(110deg,var(--honey-soft),#f8d86f);padding:64px 0}.directory-cta__inner{display:grid;grid-template-columns:1fr auto;align-items:center;gap:50px}.directory-cta h2{font-size:clamp(2rem,4vw,3.5rem);margin:.12em 0}.directory-cta p{max-width:65ch}.directory-cta__actions{display:grid;gap:14px;text-align:center}
.article-header{max-width:1120px}.article-header h1{max-width:970px;color:var(--ink-deep)}.article-hero{border-radius:var(--radius);overflow:hidden}.article-shell{display:grid;grid-template-columns:minmax(0,720px) 320px;justify-content:center;gap:72px;align-items:start}.article-content{width:auto}.article-sidebar{position:sticky;top:168px;display:grid;gap:24px}.sidebar-box{background:#fff;border-top:4px solid var(--ink);padding:23px;box-shadow:0 8px 30px rgba(24,40,50,.07)}.sidebar-box--partner{position:relative;overflow:hidden;background:linear-gradient(145deg,var(--honey-soft),#f7d66f);color:var(--ink-deep);border-color:var(--ink);box-shadow:0 12px 32px rgba(24,40,50,.12)}.sidebar-box--partner:after{content:"";position:absolute;right:-34px;bottom:-38px;width:120px;height:120px;border:22px solid rgba(255,255,255,.35);border-radius:50%;pointer-events:none}.sidebar-box--partner .kicker{color:#755000}.sidebar-box--partner h2{max-width:12ch;margin:.45rem 0 .75rem;color:var(--ink-deep)}.sidebar-box--partner p{position:relative;z-index:1}.sidebar-box--partner .button{position:relative;z-index:1;background:var(--ink-deep);color:#fff}.sidebar-box h2{font-size:1.35rem}.sidebar-box p{font-size:.9rem}.sidebar-box .compact-story{grid-template-columns:72px 1fr}.sidebar-box .compact-story__number{display:none}.sidebar-box .compact-story h3{font-size:.82rem}.sidebar-box .compact-story__image{aspect-ratio:1}.article-content h2{scroll-margin-top:175px}.article-content a{text-decoration-thickness:1px;text-underline-offset:3px}.article-toc{border-left:4px solid var(--honey);background:var(--honey-soft)}
.breadcrumbs li+li:before{content:"\203A";margin-right:8px}.archive-hero{padding:52px 0;background:linear-gradient(130deg,var(--ink-deep),#38596a);color:#fff}.archive-hero h1{font-size:clamp(2.5rem,5vw,4.8rem);color:#fff;text-shadow:0 1px 1px rgba(0,0,0,.12)}.archive-hero .kicker{color:var(--honey)}.archive-hero .breadcrumbs ol{color:#e3ecee}.archive-hero .breadcrumbs a{color:#fff}.archive-description{max-width:720px;color:#eef4f5}.category-feature{padding-top:38px}.category-feature .hero-story{display:grid;grid-template-columns:1.6fr 1fr;background:#fff;box-shadow:var(--shadow)}.category-feature .hero-story__image img{height:100%;min-height:390px;object-fit:cover}.category-feature .hero-story__body{padding:36px}.category-feature h2{font-size:clamp(1.8rem,3vw,3rem);color:var(--ink-deep)}.archive-grid{grid-template-columns:repeat(3,minmax(0,1fr));padding-top:42px}.related-categories{background:var(--cream)}.category-chips{display:grid;grid-template-columns:repeat(3,1fr);gap:12px}.category-chips a{display:flex;justify-content:space-between;background:#fff;border:1px solid var(--line);border-radius:5px;padding:18px;color:var(--ink);font-weight:800;text-decoration:none}.category-chips span{color:#9a6800}
.im-banner--preview{margin:18px auto;max-width:1180px;min-height:90px;border:2px dashed #c89412;background:repeating-linear-gradient(45deg,#fff9e5,#fff9e5 10px,#fff 10px,#fff 20px);display:flex;align-items:center;justify-content:center;flex-direction:column;color:#725300}.im-banner--preview strong{text-transform:uppercase;letter-spacing:.1em;font-size:.72rem}.im-banner--preview span{font-size:.82rem}.post-card__body p,.post-card__body time,.story-meta{color:#4d5d65}.eyebrow{color:#755000}.kicker{color:#785400}.portal-hero .hero-story__body .eyebrow,.section--numbered .eyebrow{color:#f2bd28}.portal-hero .hero-story__body .story-meta,.section--numbered .story-meta{color:#d5e0e2}.portal-hero .hero-list .story-meta{color:#4d5d65}.section--numbered .kicker{color:#f2bd28}
@media(max-width:1023px){.utility-bar__inner>span{display:none}.utility-bar__inner{justify-content:flex-end}.site-header{top:0}.admin-bar .site-header{top:32px}.header-inner{min-height:75px}.site-logo{width:205px}.category-menu{justify-content:flex-start}.portal-hero{grid-template-columns:1fr}.hero-list{display:grid;grid-template-columns:repeat(2,1fr);gap:0 25px}.latest-layout,.article-shell{grid-template-columns:1fr}.article-sidebar{position:static;grid-template-columns:1fr 1fr}.section-stories,.section--split .section-stories{grid-template-columns:repeat(2,1fr)}.section--numbered .section-stories{grid-template-columns:1fr}.category-feature .hero-story{grid-template-columns:1.25fr 1fr}.archive-grid{grid-template-columns:repeat(2,1fr)}}
@media(max-width:767px){.utility-bar{display:none}.admin-bar .site-header{top:46px}.site-logo{width:178px}.header-inner{min-height:67px}.category-nav{margin-top:0}.category-menu a{padding:10px 14px 9px;font-size:.66rem}.news-strip__inner{grid-template-columns:70px 1fr}.news-strip a{display:none}.news-strip a:first-child{display:block;overflow:hidden;text-overflow:ellipsis}.portal-hero{padding-top:20px;gap:20px}.portal-hero .hero-story{grid-template-rows:auto auto}.portal-hero .hero-story__image img{aspect-ratio:4/3}.portal-hero .hero-story__body{padding:20px}.portal-hero h1{font-size:2rem}.portal-hero p{display:none}.hero-list{display:block}.hero-list .compact-story:nth-child(n+4){display:none}.compact-story{grid-template-columns:38px 78px 1fr}.section{padding:45px 0}.section-heading{align-items:end}.latest-layout{gap:22px}.post-card--lead{display:block}.latest-stack .compact-story{grid-template-columns:88px 1fr}.section-stories,.section--split .section-stories{grid-template-columns:1fr}.section-stories .post-card--featured{grid-column:auto}.section--numbered .compact-story{grid-template-columns:40px 82px 1fr}.directory-cta__inner{grid-template-columns:1fr;gap:24px}.directory-cta__actions{text-align:left}.article-shell{display:block}.article-sidebar{display:grid;grid-template-columns:1fr;margin-top:44px}.category-feature .hero-story{display:block}.category-feature .hero-story__image img{min-height:0;aspect-ratio:4/3}.category-feature .hero-story__body{padding:24px}.archive-grid,.category-chips{grid-template-columns:1fr}.article-header{padding-top:28px}}
@media(max-width:480px){.hero-list .compact-story__number{display:none}.hero-list .compact-story{grid-template-columns:74px 1fr}.section-heading{display:block}.section-heading>a{display:inline-block;margin-top:8px}.article-sidebar{grid-template-columns:1fr}}
@media(prefers-reduced-motion:reduce){*,*:before,*:after{scroll-behavior:auto!important;transition:none!important;animation:none!important}}
.portal-hero .hero-story{grid-template-columns:1.35fr 1fr;grid-template-rows:1fr}.portal-hero h1{font-size:clamp(2rem,2.7vw,2.9rem)}
@media(max-width:767px){.portal-hero .hero-story{grid-template-columns:1fr;grid-template-rows:auto auto}}
