.sc-topics-overview-shell{background:#fff}
.sc-topics-overview-main{background:#fff}
.sc-topics-hero{padding:96px 0 88px;background:#f5f2e9;border-bottom:1px solid var(--sc-line)}
.sc-topics-hero-grid{display:grid;grid-template-columns:minmax(0,1.65fr) minmax(260px,.6fr);gap:72px;align-items:end}
.sc-topics-hero-copy h1{max-width:980px;margin:0 0 30px;font-size:clamp(3.1rem,5.6vw,6.15rem);line-height:.98;letter-spacing:-.055em;color:var(--sc-navy)}
.sc-topics-hero-copy h1 em{font-style:italic;color:#465534}
.sc-topics-hero-lead{max-width:920px;margin:0 0 34px;font-size:19px;line-height:1.75;color:#526071}
.sc-topics-hero-actions{display:flex;align-items:center;gap:18px;flex-wrap:wrap}
.sc-topics-hero-actions>span{font-size:13px;color:#677485}
.sc-topics-hero-note{padding:28px 0 4px 28px;border-left:1px solid #bcc6b3;color:#34442b}
.sc-topics-hero-note-number{display:block;margin-bottom:16px;font:500 clamp(3rem,5vw,5rem)/.9 Georgia,serif;color:var(--sc-navy)}
.sc-topics-hero-note p{margin:0 0 15px;font-size:15px;line-height:1.6;color:#55644c}
.sc-topics-proof{padding:44px 0;border-bottom:1px solid var(--sc-line);background:#fff}
.sc-topics-proof-grid{display:grid;grid-template-columns:260px minmax(0,1fr);gap:54px;align-items:start}
.sc-topics-proof-grid .sc-eyebrow{margin:5px 0 0}
.sc-topics-proof-copy{max-width:940px;margin:0 0 15px;font-family:Georgia,serif;font-size:22px;line-height:1.55;color:#39465a}
.sc-topics-index{padding:104px 0 116px;background:#f5f2e9}
.sc-topics-index-heading{max-width:980px;margin:0 0 64px}
.sc-topics-index-heading h2{margin:0 0 22px;font-size:clamp(2.7rem,4.7vw,5rem);line-height:1.02;color:var(--sc-navy)}
.sc-topics-index-heading>p:last-child{max-width:780px;margin:0;font-size:18px;line-height:1.72;color:#5a6879}
.sc-topics-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));border-top:1px solid var(--sc-line)}
.sc-topic-index-item{position:relative;display:flex;flex-direction:column;min-height:390px;padding:38px 42px 40px 0;border-bottom:1px solid var(--sc-line)}
.sc-topic-index-item:nth-child(odd){padding-right:64px;border-right:1px solid var(--sc-line)}
.sc-topic-index-item:nth-child(even){padding-left:64px;padding-right:0}
.sc-topic-index-topline{display:flex;justify-content:space-between;gap:20px;margin-bottom:30px;color:#8692a0;font-size:10px;line-height:1.2;font-weight:700;letter-spacing:1.5px}
.sc-topic-index-topline span:first-child{color:#536271}
.sc-topic-index-item h3{max-width:560px;margin:0 0 18px;font-size:clamp(1.8rem,2.4vw,2.7rem);line-height:1.04;color:var(--sc-navy)}
.sc-topic-index-description{max-width:610px;margin:0 0 18px;font-size:16px;line-height:1.72;color:#536171}
.sc-topic-index-context{max-width:610px;margin:0 0 28px;font-size:14px;line-height:1.65;color:#697584}
.sc-topic-index-context strong{color:#334153}
.sc-topic-index-link{display:inline-flex;align-items:center;gap:10px;width:max-content;margin-top:auto;padding-bottom:5px;border-bottom:1px solid #87938f;font-size:13px;font-weight:700;color:var(--sc-navy);transition:gap .18s,border-color .18s}
.sc-topic-index-link:hover{gap:14px;border-color:var(--sc-navy)}
.sc-topics-closing{padding:82px 0;background:var(--sc-lemon)}
.sc-topics-closing .sc-eyebrow{color:#4d5c39}
.sc-topics-closing .sc-closing-grid h2{color:var(--sc-navy)}
.sc-topics-closing .sc-closing-grid>div>p:last-child{max-width:760px;color:#445235}
.sc-topics-closing .sc-button-primary{background:var(--sc-navy)!important;color:#fff!important}
.sc-topics-closing .sc-button-primary:hover{background:#1b2b47!important;color:#fff!important}
@media(max-width:1050px){
  .sc-topics-hero{padding:78px 0 72px}
  .sc-topics-hero-grid{grid-template-columns:minmax(0,1fr) 240px;gap:46px}
  .sc-topics-grid{grid-template-columns:1fr}
  .sc-topic-index-item,.sc-topic-index-item:nth-child(odd),.sc-topic-index-item:nth-child(even){min-height:0;padding:34px 0;border-right:0}
  .sc-topics-proof-grid{grid-template-columns:210px minmax(0,1fr);gap:36px}
}
@media(max-width:767px){
  .sc-topics-hero{padding:58px 0 52px}
  .sc-topics-hero-grid{display:block}
  .sc-topics-hero-copy h1{font-size:clamp(2.65rem,12vw,4.25rem);margin-bottom:24px}
  .sc-topics-hero-copy h1 br{display:none}
  .sc-topics-hero-lead{font-size:17px;line-height:1.65}
  .sc-topics-hero-note{margin-top:42px;padding:22px 0 0;border-left:0;border-top:1px solid #bcc6b3}
  .sc-topics-proof{padding:36px 0}
  .sc-topics-proof-grid{display:block}
  .sc-topics-proof-grid .sc-eyebrow{margin-bottom:16px}
  .sc-topics-proof-copy{font-size:19px}
  .sc-topics-index{padding:72px 0 82px}
  .sc-topics-index-heading{margin-bottom:42px}
  .sc-topics-index-heading h2{font-size:clamp(2.4rem,10vw,3.8rem)}
  .sc-topics-index-heading>p:last-child{font-size:16px}
  .sc-topic-index-item{padding:30px 0!important}
  .sc-topic-index-topline{margin-bottom:22px}
  .sc-topic-index-description{font-size:15px}
  .sc-topics-closing{padding:62px 0}
}
