/* Local redesign: warm, familiar, content-first. */
:root{--paper:#fcfbf8;--ink:#243e37;--ink-2:#45534e;--muted:#59665e;--pine:#2e5646;--pine-deep:#243e37;--pine-2:#426552;--sand:#eff1e8;--line:#dce1d9;--on-pine:#ffffff;--sans:Arial,Helvetica,sans-serif;--page:min(100% - 4rem,76rem)}
body{background:var(--paper);font-family:var(--sans);font-size:16px;line-height:1.6}
h1,h2,h3{font-family:var(--sans);letter-spacing:-.035em;text-wrap:pretty}
h1{font-weight:750} h2{font-size:32px;font-weight:700;line-height:1.15} h3{font-weight:700}
.wrap{width:var(--page);margin-inline:auto}
a{color:var(--pine)} a:hover{color:#8b492c}
.site-header{position:relative;background:#fff;border-bottom:1px solid var(--line);box-shadow:none}
.header-inner{min-height:85px;width:var(--page)}
.brand{gap:10px}.mark{background:transparent;box-shadow:none;color:var(--pine);padding:0;width:33px}
.brand-name{font-size:25px;letter-spacing:-1px;color:var(--ink)}.brand-name span{font-weight:400;color:var(--ink)}
.site-nav{gap:10px}.site-nav>a,.nav-topics>summary{font-size:14px;font-weight:600;padding:10px}
.nav-topics ul{border:1px solid var(--line);box-shadow:0 12px 36px #243e3718;border-radius:8px}
.nav-topics>summary span{font-size:18px}
.eyebrow{font-size:11px;letter-spacing:.115em;line-height:1.4;font-weight:700;color:#56705d;margin-bottom:12px}
.welcome{display:grid;grid-template-columns:minmax(0,1fr) 300px;gap:80px;align-items:center;padding-block:45px 42px}
.welcome h1{font-size:clamp(34px,3.55vw,50px);line-height:1.1;margin:0 0 18px;letter-spacing:-.045em}
.intro{max-width:635px;font-size:17px;line-height:1.6;margin-bottom:23px}
.primary-button,.secondary-button{display:inline-flex;align-items:center;justify-content:center;gap:28px;padding:13px 20px;min-height:48px;border-radius:5px;font-size:14px;font-weight:700;text-decoration:none}
.primary-button{background:#2e5646;color:#fff}.primary-button:hover{background:#203f32;color:#fff}
.primary-button span,.secondary-button span{font-size:21px;line-height:1}
.start-here{background:#edf0e6;border-radius:9px;padding:27px 26px;border:1px solid #e2e7da}
.start-here .eyebrow{color:#5a684c;font-size:10px}.start-here h2{font-size:25px;line-height:1.18;margin-bottom:14px}
.start-here p:not(.eyebrow){font-size:14px;line-height:1.6;margin-bottom:16px}
.start-here a{font-size:12px;font-weight:700;text-underline-offset:5px}.start-here a span{margin-left:3px}
.topic-strip{background:#fff;border-block:1px solid var(--line)}
.topic-strip .wrap{display:flex;justify-content:space-between;align-items:center;gap:16px;min-height:62px}
.topic-strip span:first-child{font-size:12px;color:var(--muted)}.topic-strip a{font-size:13px;font-weight:600;text-decoration:none;padding-block:14px;white-space:nowrap}
.featured{padding-block:34px 49px}.section-heading{display:flex;align-items:end;justify-content:space-between;gap:24px;margin-bottom:24px}
.section-heading .eyebrow{margin-bottom:7px}.section-heading>a{font-size:13px;font-weight:600;white-space:nowrap;text-decoration:none}
.feature-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:25px}
.feature-card{display:flex;flex-direction:column;background:#fff;border:1px solid var(--line);border-radius:8px;overflow:hidden;text-decoration:none;transition:box-shadow .18s,transform .18s}
.feature-card:hover{box-shadow:0 8px 22px #243e3712;transform:translateY(-3px)}
.feature-card>img{width:100%;height:195px;object-fit:cover}
.card-heading{padding:21px 22px 19px;min-height:143px}
.card-heading .eyebrow{font-size:10px;margin-bottom:9px}
.card-heading h3{font-size:23px;line-height:1.23;margin:0}
.card-copy{padding:19px 22px 20px;display:flex;flex-direction:column;flex:1}
.card-copy .eyebrow{font-size:10px;margin-bottom:9px}
.card-copy h3{font-size:23px;line-height:1.23;margin-bottom:12px}
.card-copy>p:not(.eyebrow){font-size:14px;line-height:1.6;color:#60685f;margin-bottom:20px}
.read-link{margin-top:auto;display:flex;align-items:center;justify-content:space-between;gap:15px;font-size:12px;font-weight:600;color:var(--pine)}
.read-link b{font-weight:400;font-size:21px}
.guide-section{background:#f0f2ec;border-block:1px solid var(--line);padding:48px 0 52px;scroll-margin-top:20px}
.guide-count{font-size:13px;margin:0;color:var(--muted)}
.guide-search{max-width:700px;margin-bottom:20px}.guide-search label{display:block;font-size:13px;font-weight:600;margin-bottom:7px}
.guide-search>div{display:flex;background:#fff;border:1px solid #bbc5b9;border-radius:6px;overflow:hidden}
.guide-search input{width:100%;min-width:0;border:0;background:transparent;padding:15px 18px;font:inherit;font-size:15px}
.guide-search button{border:0;background:#2e5646;color:#fff;font:inherit;font-size:14px;padding:0 24px;cursor:pointer}
.filter-row{display:flex;gap:8px;flex-wrap:wrap;margin-bottom:28px}
.filter-row button,#clear-search{border:1px solid #cdd4c8;background:transparent;color:#3e5147;border-radius:30px;padding:10px 15px;min-height:44px;font:inherit;font-size:12px;cursor:pointer}
.filter-row button.active{background:#2e5646;color:white;border-color:#2e5646}.filter-row button:hover{border-color:#2e5646}
.guide-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:18px}
.guide-card{display:grid;grid-template-columns:130px minmax(0,1fr);align-items:start;gap:20px;background:#fff;border:1px solid var(--line);border-radius:7px;padding:18px;text-decoration:none}
.guide-card[hidden]{display:none}.guide-card:hover{border-color:#70856c}
.guide-card>img{width:130px;height:116px;object-fit:cover;border:0;box-shadow:none;border-radius:4px}
.guide-card .eyebrow{font-size:9px;letter-spacing:.08em;margin-bottom:7px}
.guide-card h3{font-size:18px;line-height:1.3;margin-bottom:10px}
.guide-card div>p:not(.eyebrow){font-size:13px;line-height:1.55;margin-bottom:12px;color:#616a62}
#no-results{padding:30px;background:#fff;border-radius:8px}
.topics-section{padding-block:50px}
.simple-topics{list-style:none;margin:0;padding:0;display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:18px}
.simple-topics .topic-row{margin:0;border:1px solid var(--line);background:#fff;border-radius:6px}
.simple-topics .topic-row>a{display:flex;flex-direction:column;align-items:flex-start;gap:10px;padding:20px;text-decoration:none;height:100%;color:var(--ink);border:0;box-shadow:none;background:transparent}
.simple-topics .topic-thumb,.simple-topics .topic-number{display:none}
.simple-topics .topic-copy{padding:0;display:block}
.simple-topics .topic-copy strong{display:block;font-family:var(--sans);font-size:17px;line-height:1.3;margin-bottom:10px;letter-spacing:-.02em}
.simple-topics .topic-copy small{display:block;font-size:13px;line-height:1.55;color:var(--muted)}
.simple-topics .topic-count{font-size:11px;color:var(--pine);padding:0;margin-top:auto}
.closing{border-top:1px solid var(--line);padding-block:36px 50px;display:flex;align-items:center;justify-content:space-between;gap:48px}
.closing h2{font-size:28px;margin-bottom:15px}.closing p:not(.eyebrow){max-width:690px;font-size:15px;margin:0}
.secondary-button{border:1px solid #b7c3b4;white-space:nowrap}
.site-footer{background:#e9eee5;color:var(--ink);border-top:1px solid #d3dcce;padding:32px 0;box-shadow:none}
.footer-inner{width:var(--page)}.footer-word{font-family:var(--sans);font-size:25px!important;font-weight:700;letter-spacing:-1px;line-height:1.3!important;color:var(--ink)!important;margin-bottom:8px}
.site-footer p{color:var(--ink-2);font-size:14px}.site-footer a{color:var(--ink)}.site-footer .fine{font-size:11px}
.article-shell{width:min(100% - 3rem,980px);margin:30px auto 60px}.crumb{font-size:13px}
.article-head{background:transparent;border:0;box-shadow:none;padding:28px 0}
.article-plan-mark{display:none}.article-head h1{font-size:clamp(32px,4vw,48px);line-height:1.15;max-width:850px}
.article-deck{font-family:var(--sans);font-size:20px;line-height:1.6;max-width:820px}
.article-body{max-width:740px;margin-inline:auto;font-family:var(--sans);font-size:18px;line-height:1.8}
.article-body h2{font-size:29px;line-height:1.25;margin-top:40px;letter-spacing:-.025em}.article-body h3{font-size:23px}
.article figure{box-shadow:none;border:0;max-width:740px;margin:25px auto}.article figure img{max-height:460px;width:100%;object-fit:cover;border-radius:7px}
.article-body p:first-of-type::first-letter{font:inherit;float:none;margin:0;padding:0}
.article-body .evidence{border:0;border-left:3px solid #6b856a;box-shadow:none;background:#eff2e9;font-family:inherit}
.article-body .related{background:#eff2e9;border:1px solid var(--line);box-shadow:none;padding:25px}
.article-body .related h2{margin-top:0}
.topic-page{width:var(--page);margin:35px auto 65px}.topic-hero{background:#edf0e6;border:0;box-shadow:none;padding:35px;border-radius:8px}
.topic-hero h1{font-size:45px;line-height:1.1}.topic-plan-id{display:none}.topic-blurb{font-family:var(--sans);font-size:18px;max-width:720px}
.topic-register h2{font-size:27px}.story-list>li{border:0}.story-list>li>a{border:1px solid var(--line);background:#fff;box-shadow:none;border-radius:6px}
.story-copy strong{font-family:var(--sans);font-size:24px;line-height:1.25}.story-copy>span{font-family:var(--sans);font-size:16px}
@media(min-width:1500px){.welcome{padding-block:52px}.feature-card>img{height:215px}}
@media(max-width:1100px){.welcome{gap:35px;grid-template-columns:minmax(0,1fr) 270px}.site-nav{gap:0}.site-nav>a{font-size:13px}.topic-strip .wrap{flex-wrap:wrap;justify-content:flex-start;gap:0 24px;padding-block:8px}.topic-strip .wrap>span{width:100%;margin-top:4px}.topic-strip a{padding-block:8px}.card-copy{padding:18px}.card-copy h3{font-size:21px}.guide-card{grid-template-columns:95px minmax(0,1fr);gap:15px}.guide-card>img{width:95px;height:100px}.simple-topics{grid-template-columns:repeat(2,minmax(0,1fr))}}
@media(max-width:760px){:root{--page:min(100% - 2.25rem,76rem)}.header-inner{min-height:72px;gap:10px;flex-wrap:wrap;padding-block:12px}.brand-name{font-size:23px}.mark{width:29px}.site-nav>a{display:none}.nav-topics>summary{font-size:13px}.nav-topics ul{width:min(600px,calc(100vw - 36px));grid-template-columns:1fr}.welcome{display:block;padding-block:31px}.welcome .eyebrow{font-size:10px;letter-spacing:.09em}.welcome h1{font-size:36px;max-width:540px;margin-bottom:15px}.desktop-break{display:none}.intro{font-size:16px;margin-bottom:21px}.start-here{display:none}.topic-strip .wrap{gap:0 20px}.topic-strip a{font-size:12px;min-height:42px}.topic-strip .wrap>span{display:none}.section-heading{align-items:start;gap:14px;margin-bottom:20px}.section-heading h2{font-size:27px}.section-heading .eyebrow{font-size:9px}.section-heading>a{font-size:12px;white-space:normal;max-width:80px;line-height:1.5}.featured{padding-block:29px 34px}.feature-grid{grid-template-columns:1fr;gap:20px}.feature-card>img{height:220px}.card-copy{padding:22px}.card-copy h3{font-size:24px}.card-copy>p:not(.eyebrow){font-size:15px}.read-link{font-size:13px}.guide-section{padding-block:34px}.guide-count{font-size:12px;max-width:70px}.guide-search input{font-size:14px;padding:13px 12px}.guide-search button{padding-inline:15px}.filter-row{gap:7px}.filter-row button{font-size:11px;padding:9px 12px}.guide-grid{grid-template-columns:1fr}.guide-card{grid-template-columns:85px minmax(0,1fr);padding:15px}.guide-card>img{width:85px;height:90px}.guide-card h3{font-size:17px}.guide-card div>p:not(.eyebrow){font-size:13px}.topics-section{padding-block:35px}.simple-topics{gap:12px}.simple-topics .topic-row>a{padding:16px}.simple-topics .topic-copy strong{font-size:16px}.simple-topics .topic-copy small{font-size:12px}.closing{display:block;padding-block:28px}.closing h2{font-size:26px}.closing .secondary-button{margin-top:23px}.article-shell{width:var(--page)}.article-head h1{font-size:33px}.article-deck{font-size:18px}.article-body{font-size:17px}.topic-hero{padding:24px}.topic-hero h1{font-size:34px}.story-copy strong{font-size:22px}}
.article-head::after,.topic-hero::after{display:none}
.reader-answer{max-width:740px;margin:0 auto 24px;font-size:19px;line-height:1.65}
.reader-value{border-left:3px solid #78916b;padding:12px 18px;background:#eff2e9;font-size:16px}
.article-contents{padding:16px 20px;border:1px solid var(--line);border-radius:6px;margin-bottom:24px;font-size:16px}
.article-contents summary{cursor:pointer;font-weight:700;min-height:28px}.article-contents ol{padding-left:22px}.article-contents li{margin:8px 0}
.article-body .article-fig{padding:0;border:0;box-shadow:none;margin:26px auto}
.article > .article-fig{padding:0;border:0;box-shadow:none;margin:26px auto}
.article-body .article-fig figcaption{font-size:12px;color:var(--muted);line-height:1.5;padding:8px 0}
.topic-hero h1{max-width:none}
.page-body{font-family:var(--sans);font-size:18px;max-width:760px;padding-block:40px}
.page-body h1{font-size:44px;line-height:1.2;margin-bottom:22px}.page-body h2{font-size:28px}
@media(max-width:760px){
  .header-inner{display:flex;flex-wrap:nowrap;justify-content:space-between}
  .site-nav{width:auto;border:0;margin:0}
  .brand-name{font-size:21px}.nav-topics>summary{font-size:12px;padding:4px 0}
  .welcome{padding-block:26px}.welcome h1{font-size:33px}.welcome .intro{font-size:15px}
  .featured .section-heading h2{font-size:25px}
  .featured .section-heading .eyebrow{display:none}
  .card-heading{min-height:0;padding:20px}
  .card-heading h3{font-size:23px}
}
@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}.feature-card{transition:none}.feature-card:hover{transform:none}}
