/* Adapted from Roundy by NewToDesign (https://newtodesign.com/roundy).
   Original template license: GNU General Public License v2 or later. */
:root{--ink:#171b18;--muted:#656c66;--paper:#fcfafa;--accent:#3d6450}
*{box-sizing:border-box}html{scroll-behavior:smooth;scroll-padding-top:24px}body{margin:0;color:var(--ink);font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;-webkit-font-smoothing:antialiased;background:#fff}a{color:inherit;text-decoration:none}a:focus-visible{outline:3px solid var(--accent);outline-offset:6px}a:hover{color:var(--accent)}img{display:block;max-width:100%;object-fit:cover}.wrap{max-width:1140px;margin:auto;padding:0 24px}header,.hero-surface,footer{background:var(--paper)}nav{min-height:100px;display:flex;align-items:center;justify-content:space-between;gap:30px}.brand img{object-fit:contain;width:110px;height:auto}.nav-links{display:flex;gap:32px;font-size:14px;font-weight:650}.hero{position:relative;min-height:650px;display:flex;align-items:center;padding-top:45px;padding-bottom:65px}.hero-image{width:49%;flex-shrink:0}.hero-image img{border-radius:50%;width:100%;height:auto;aspect-ratio:1}.hero-copy{position:relative;margin-left:-115px;flex:1;padding-top:15px}.eyebrow{font-size:11px;font-weight:700;letter-spacing:1.8px;text-transform:uppercase;color:var(--accent);display:block;margin-bottom:15px}.hero-copy>.eyebrow{margin-left:130px}.hero h1{font-family:Georgia,"Times New Roman",serif;font-size:54px;line-height:1.1;letter-spacing:-1.8px;background:var(--paper);border-radius:110px;padding:27px 0 28px 48px;margin:0 0 24px;font-weight:700}.hero-copy>p,.hero-copy>.read-link{margin-left:130px}.hero-copy p{color:var(--muted);font-size:18px;line-height:1.65;max-width:400px;margin-top:0}.read-link{font-size:14px;font-weight:700;display:inline-block;padding:8px 0;border-bottom:1px solid #afc1b4}.read-link span{margin-left:20px}.stories{padding-top:30px;padding-bottom:64px}.story-section{padding:38px 0}.section-title{display:flex;justify-content:space-between;align-items:baseline;border-bottom:1px solid #e5e8e4;padding-bottom:16px;margin-bottom:28px}.section-title h2,.related h2{font-family:Georgia,serif;font-size:30px;font-weight:500;margin:0}.section-title span{font-size:13px;color:var(--muted)}.article-grid{display:grid;grid-template-columns:1fr 1fr;gap:44px}.article-card{display:flex;align-items:center;gap:24px;transition:transform .2s}.article-card:hover{transform:translateY(-3px)}.article-card>img{width:150px;height:150px;border-radius:50%;flex-shrink:0}.article-card .eyebrow{font-size:10px;letter-spacing:1.3px;margin-bottom:10px}.article-card h3{font-family:Georgia,serif;font-size:23px;line-height:1.25;margin:0 0 10px;letter-spacing:-.4px}.article-card p{color:var(--muted);font-size:14px;line-height:1.6;margin:0}.footer-inner{display:flex;justify-content:space-between;gap:30px;padding-top:42px;padding-bottom:42px;font-size:13px}.wordmark{font-family:Georgia,serif;font-size:29px;font-weight:bold}.wordmark span{display:block;font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;font-weight:400;font-size:12px;color:var(--muted);margin-top:10px}footer p{color:var(--muted);font-size:11px;margin-top:15px}.article-heading{max-width:850px;padding-top:50px;padding-bottom:30px}.back{font-size:13px;display:block;margin-bottom:40px;color:var(--muted)}.article-heading h1,.about h1{font-family:Georgia,serif;font-size:52px;line-height:1.13;letter-spacing:-1.5px;margin:0 0 24px}.lead{font-size:21px;line-height:1.65;color:var(--muted)}.article-body{max-width:720px;margin:0 auto;padding:0 24px 50px}.article-cover{width:360px;height:360px;border-radius:50%;margin:12px auto 50px}.article-body h2{font-family:Georgia,serif;font-size:29px;margin:34px 0 14px}.article-body p{font-size:18px;line-height:1.85;margin:0 0 24px;color:#414a43}.related{max-width:850px;border-top:1px solid #e5e8e4;padding-top:32px;padding-bottom:64px}.related .article-card{max-width:620px;margin-top:30px}.about{padding-top:72px;min-height:60vh}.skip{position:absolute;top:-100px;left:16px;background:white;padding:12px;z-index:10}.skip:focus{top:10px}
@media(max-width:1000px){.hero h1{font-size:44px}.hero-copy{margin-left:-75px}.hero-copy>.eyebrow,.hero-copy>p,.hero-copy>.read-link{margin-left:90px}.hero{min-height:560px}.article-grid{gap:30px}.article-card{gap:16px}.article-card>img{width:110px;height:110px}.article-card h3{font-size:21px}}
@media(max-width:720px){nav{min-height:110px;flex-direction:column;justify-content:center;gap:20px;padding-top:18px!important;padding-bottom:20px!important}.nav-links{gap:20px;font-size:12px;flex-wrap:wrap;justify-content:center}.hero{display:block;text-align:center;padding-top:26px;padding-bottom:44px}.hero-image{display:block;width:min(100%,350px);margin:auto}.hero-copy{margin:28px 0 0;padding:0}.hero-copy>.eyebrow,.hero-copy>p,.hero-copy>.read-link{margin-left:auto;margin-right:auto}.hero h1{font-size:39px;line-height:1.13;letter-spacing:-1px;padding:0;background:none;border-radius:0;margin-bottom:20px}.hero-copy p{font-size:16px}.article-grid{grid-template-columns:1fr;gap:32px}.article-card>img{width:112px;height:112px}.article-card h3{font-size:22px}.section-title span{display:none}.story-section{padding:26px 0}.section-title h2{font-size:28px}.stories{padding-top:20px;padding-bottom:36px}.footer-inner{flex-direction:column;gap:26px}.article-heading{padding-top:35px}.article-heading h1,.about h1{font-size:38px}.lead{font-size:18px}.article-cover{width:min(100%,320px);height:auto;aspect-ratio:1}.article-body p{font-size:17px}.article-body h2{font-size:26px}.about{padding-top:40px}}
.brand,.wordmark{font-family:Georgia,"Times New Roman",serif;font-size:31px;letter-spacing:-1.3px;font-weight:500;white-space:nowrap}.brand-pro{font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;font-weight:850;letter-spacing:-1.8px}.nav-links{gap:26px}.nav-links a[aria-current=page]{color:var(--accent);text-decoration:underline;text-underline-offset:6px}.hero h1{font-size:53px}.card-time{display:block;color:var(--muted);font-size:11px;margin-top:12px}.section-more{display:inline-block;margin-top:28px;font-size:13px;color:var(--accent);font-weight:650}.section-more span{margin-left:10px}.category-heading{padding-top:45px;max-width:1140px}.category-heading h1{font:500 52px/1.15 Georgia,serif;letter-spacing:-1.5px;margin:0 0 20px}.category-heading .lead{max-width:680px}.category-grid{padding-top:20px;padding-bottom:85px;min-height:40vh}.category-grid .article-grid{row-gap:46px}.article-meta-line{display:flex;gap:22px;color:var(--muted);font-size:12px;margin-bottom:8px}.article-cover{width:100%;height:auto;aspect-ratio:1.5;object-fit:cover;border-radius:18px;margin-top:0}.article-toc{display:block;min-height:0;padding:24px 28px;background:var(--paper);border:1px solid #e7e9e4;border-radius:10px;margin:30px 0}.article-toc strong,.takeaway strong{font-size:13px;text-transform:uppercase;letter-spacing:1px;color:var(--accent)}.article-toc ol{padding-left:20px;margin:15px 0 0}.article-toc li{padding:6px 0;font-size:15px;line-height:1.5}.takeaway{background:#f0f4ef;border-left:3px solid var(--accent);padding:23px 26px;margin-top:32px}.takeaway p{font-size:16px;margin:12px 0 0;line-height:1.7}.sources{margin-top:30px;font-size:13px;color:var(--muted)}.sources summary{cursor:pointer;padding:8px 0}.sources ul{padding-left:20px}.sources li{line-height:1.7}.sources a,.about p a{text-decoration:underline;text-underline-offset:3px}.related{max-width:1140px}.related .article-grid{margin-top:30px}.related .article-card{margin-top:0}.template-credit{opacity:.7}.footer-inner .wordmark>span:last-child{letter-spacing:0;white-space:normal}
@media(max-width:1000px){.hero h1{font-size:44px}.nav-links{gap:20px;font-size:12px}}
@media(max-width:720px){.hero h1{font-size:39px}.nav-links{gap:10px 16px;font-size:11px}.brand{font-size:30px}.category-heading h1{font-size:38px}.category-heading{padding-top:32px}.category-grid{padding-bottom:50px}.article-toc{padding:22px!important}.article-cover{aspect-ratio:1.15;border-radius:12px}.article-card h3{font-size:21px}.article-card p{font-size:13px}.article-card>img{width:108px;height:108px}.hero-copy>.eyebrow{font-size:10px;letter-spacing:1.6px}.article-heading h1{font-size:36px}.footer-inner{padding-top:32px;padding-bottom:32px}}
@media(max-width:370px){.article-card{gap:13px}.article-card>img{width:86px;height:86px}.article-card h3{font-size:20px}.wrap{padding-left:20px;padding-right:20px}.nav-links{font-size:10px}.hero h1{font-size:35px}}
.wordmark .brand-pro{display:inline;font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;font-size:inherit;font-weight:850;letter-spacing:-1.8px;color:inherit;margin:0}
@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}.article-card{transition:none}.article-card:hover{transform:none}}
