:root {
  --hub-paper: #f4f0e8;
  --hub-ink: #172019;
  --hub-soft: #667066;
  --hub-line: rgba(23, 32, 25, .2);
  --hub-green: #254f3d;
  --hub-lime: #dff14b;
  --hub-orange: #f06e43;
  --hub-blue: #bcd9e5;
  --hub-shell: min(1240px, calc(100% - 40px));
}

html { scroll-behavior: smooth; }
body.renewal-page { margin: 0; background: var(--hub-paper); color: var(--hub-ink); font-family: Inter, "Segoe UI", Arial, sans-serif; }
.hub-shell { width: var(--hub-shell); margin-inline: auto; }
.hub-header { position: sticky; inset-block-start: 0; z-index: 30; border-bottom: 1px solid var(--hub-ink); background: rgba(244,240,232,.96); backdrop-filter: blur(12px); }
.hub-header__inner { display: grid; grid-template-columns: auto 1fr auto; min-height: 76px; align-items: center; gap: 28px; }
.hub-brand { display: inline-flex; align-items: baseline; color: var(--hub-ink); font-size: 20px; font-weight: 900; letter-spacing: -.06em; text-decoration: none; }
.hub-brand span { color: var(--hub-green); }
.hub-brand small { margin-left: 5px; color: var(--hub-orange); font-family: Georgia,serif; font-size: 12px; font-style: italic; font-weight: 600; letter-spacing: 0; }
.hub-header nav { display: flex; justify-content: center; gap: clamp(13px,2vw,28px); }
.hub-header nav a { color: var(--hub-ink); font-size: 12px; font-weight: 800; letter-spacing: .07em; text-decoration: none; text-transform: uppercase; }
.hub-header nav a:hover,.hub-header nav a[aria-current] { color: var(--hub-orange); }
.hub-search-button,.home-search button,.hub-search button { border: 1px solid var(--hub-ink); background: var(--hub-ink); color: #fff; cursor: pointer; font: inherit; font-size: 12px; font-weight: 800; letter-spacing: .08em; padding: 12px 16px; text-transform: uppercase; }
.hub-header .menu-toggle { display: none; }
.hub-search { display: flex; padding-block: 18px; }
.hub-search input { flex: 1; border: 1px solid var(--hub-ink); border-right: 0; background: #fff; font: inherit; padding: 15px; }
.eyebrow { margin: 0 0 14px; color: var(--hub-orange); font-size: 11px; font-weight: 900; letter-spacing: .18em; text-transform: uppercase; }

.renewal-hero { border-bottom: 1px solid var(--hub-ink); padding: clamp(60px,9vw,126px) 0 70px; }
.renewal-hero__grid { display: grid; grid-template-columns: minmax(0,1.45fr) minmax(280px,.55fr); gap: clamp(50px,9vw,130px); align-items: end; }
.renewal-hero h1 { margin: 0; max-width: 10ch; font-family: Georgia,"Times New Roman",serif; font-size: clamp(70px,10.5vw,146px); font-weight: 400; letter-spacing: -.075em; line-height: .78; }
.renewal-hero h1 em { color: var(--hub-green); font-weight: 400; }
.renewal-hero__grid>div>p:not(.eyebrow) { max-width: 660px; margin: 40px 0; color: var(--hub-soft); font-family: Georgia,serif; font-size: clamp(20px,2.2vw,30px); line-height: 1.42; }
.home-search label { display: block; margin-bottom: 10px; font-size: 12px; font-weight: 800; letter-spacing: .06em; text-transform: uppercase; }
.home-search div { display: flex; max-width: 680px; }
.home-search input { flex: 1; min-width: 0; border: 1px solid var(--hub-ink); background: #fff; font: inherit; font-size: 17px; padding: 17px 18px; }
.renewal-hero aside { border-top: 6px solid var(--hub-lime); padding-top: 22px; }
.renewal-hero aside p { margin: 0 0 16px; font-size: 10px; font-weight: 900; letter-spacing: .16em; }
.renewal-hero aside strong { display: block; font-family: Georgia,serif; font-size: 23px; font-weight: 400; line-height: 1.35; }
.renewal-hero aside a { display: inline-block; margin-top: 30px; color: var(--hub-ink); font-weight: 800; }
.hub-search-results { padding-block: 45px; }
.hub-search-results>p { color: var(--hub-soft); }
.hub-search-results [data-search-results] { display: grid; gap: 16px; }
.hub-search-results .story-row { display: grid; grid-template-columns: 180px 1fr; gap: 22px; border-top: 1px solid var(--hub-line); padding-top: 16px; }
.hub-search-results .story-row__image img { width: 100%; aspect-ratio: 4/3; object-fit: cover; }
.hub-search-results [data-search-empty] { display: none; }
.hub-search-results [data-search-empty].is-visible { display: block; }

.explore-section,.hub-section { padding-block: clamp(65px,8vw,110px); }
.section-heading { display: grid; grid-template-columns: minmax(0,1.2fr) minmax(260px,.6fr); gap: 40px; align-items: end; margin-bottom: 44px; }
.section-heading h2 { margin: 0; max-width: 15ch; font-family: Georgia,serif; font-size: clamp(42px,5vw,70px); font-weight: 400; letter-spacing: -.05em; line-height: .95; }
.section-heading>p { margin: 0; color: var(--hub-soft); font-size: 16px; line-height: 1.65; }
.section-heading>a { align-self: end; justify-self: end; color: var(--hub-ink); font-weight: 850; }
.explore-list { border-top: 1px solid var(--hub-ink); }
.explore-row { display: grid; grid-template-columns: 55px minmax(180px,.55fr) 1fr 30px; align-items: center; gap: 24px; border-bottom: 1px solid var(--hub-line); color: var(--hub-ink); padding: 23px 4px; text-decoration: none; transition: padding .18s,background .18s; }
.explore-row:hover { background: rgba(223,241,75,.22); padding-inline: 16px; }
.explore-row span { color: var(--hub-soft); font-size: 11px; font-weight: 800; }
.explore-row strong { font-family: Georgia,serif; font-size: clamp(24px,2.5vw,36px); font-weight: 400; }
.explore-row p { margin: 0; color: var(--hub-soft); }
.explore-row b { font-size: 22px; }

.today-section,.quick-band { background: var(--hub-green); color: #fff; padding-block: clamp(65px,8vw,110px); }
.today-section .eyebrow,.quick-band .eyebrow { color: var(--hub-lime); }
.today-section .section-heading>p,.quick-band .section-heading>p { color: rgba(255,255,255,.72); }
.mag-grid { display: grid; grid-template-columns: repeat(12,1fr); gap: 18px; }
.mag-story { grid-column: span 4; min-height: 255px; display: flex; flex-direction: column; border-top: 1px solid rgba(255,255,255,.5); color: #fff; padding: 22px 4px; text-decoration: none; }
.mag-story:first-child { grid-column: span 8; min-height: 340px; background: var(--hub-lime); color: var(--hub-ink); padding: 30px; }
.mag-story small,.story-card small { font-size: 10px; font-weight: 900; letter-spacing: .14em; text-transform: uppercase; }
.mag-story h3 { margin: 18px 0 12px; font-family: Georgia,serif; font-size: clamp(27px,3vw,42px); font-weight: 400; line-height: 1.05; }
.mag-story:first-child h3 { max-width: 16ch; font-size: clamp(44px,5vw,76px); }
.mag-story p { max-width: 55ch; margin: 0; opacity: .78; line-height: 1.55; }
.mag-story span { margin-top: auto; padding-top: 22px; font-size: 12px; font-weight: 800; }
.home-tools { display: grid; grid-template-columns: repeat(3,1fr); border: 1px solid var(--hub-ink); }
.home-tools a { min-height: 210px; display: flex; flex-direction: column; border-right: 1px solid var(--hub-ink); border-bottom: 1px solid var(--hub-ink); color: var(--hub-ink); padding: 24px; text-decoration: none; }
.home-tools a:nth-child(3n) { border-right: 0; }
.home-tools span { color: var(--hub-orange); font-size: 11px; font-weight: 900; }
.home-tools strong { margin-top: 38px; font-family: Georgia,serif; font-size: 28px; font-weight: 400; }
.home-tools p { margin: auto 0 0; color: var(--hub-soft); line-height: 1.45; }
.editor-section { background: var(--hub-blue); padding-block: clamp(70px,9vw,130px); }
.editor-section__grid { display: grid; grid-template-columns: 1.25fr .65fr; gap: clamp(45px,8vw,120px); }
.editor-section h2 { margin: 0; font-family: Georgia,serif; font-size: clamp(48px,6.5vw,92px); font-weight: 400; letter-spacing: -.055em; line-height: .96; }
.editor-section__grid>div:last-child { align-self: end; font-size: 18px; line-height: 1.65; }
.editor-section a { color: var(--hub-ink); font-weight: 850; }
.home-topic { padding-block: clamp(64px,8vw,112px); border-bottom: 1px solid var(--hub-line); }
.home-topic:nth-of-type(even) { background: var(--hub-paper); }
.home-topic__grid { display: grid; grid-template-columns: repeat(4,minmax(0,1fr)); border-top: 1px solid var(--hub-ink); }
.home-topic__grid a { display: flex; min-height: 245px; flex-direction: column; gap: 14px; padding: 24px; border-right: 1px solid var(--hub-line); color: var(--hub-ink); text-decoration: none; }
.home-topic__grid a:last-child { border-right: 0; }
.home-topic__grid small { color: var(--hub-orange); font-size: 11px; font-weight: 900; letter-spacing: .1em; }
.home-topic__grid strong { font-family: Georgia,serif; font-size: clamp(23px,2.3vw,34px); font-weight: 400; line-height: 1.06; }
.home-topic__grid span { margin-top: auto; color: var(--hub-soft); font-size: 14px; line-height: 1.5; }
.column-notebook { padding-block: clamp(65px,8vw,115px); background: var(--hub-blue); }
.column-notebook h2 { max-width: 14ch; margin: 8px 0 38px; font-family: Georgia,serif; font-size: clamp(42px,6vw,78px); font-weight: 400; letter-spacing: -.04em; line-height: .98; }
.column-notebook .hub-shell>div { display: grid; grid-template-columns: repeat(3,1fr); border-top: 1px solid var(--hub-ink); }
.column-notebook article { padding: 26px 24px 6px 0; border-right: 1px solid rgba(28,31,28,.35); }
.column-notebook article+article { padding-left: 24px; }
.column-notebook article:last-child { border-right: 0; }
.column-notebook h3 { margin: 0 0 18px; font-family: Georgia,serif; font-size: clamp(27px,3vw,40px); font-weight: 400; line-height: 1.05; }
.column-notebook p { color: var(--hub-soft); line-height: 1.7; }
.practical-library { padding-block: clamp(72px,9vw,132px); background: #eef1e8; border-block: 1px solid var(--hub-line); }
.practical-guides { border-top: 1px solid var(--hub-ink); }
.practical-guides>article { display: grid; grid-template-columns: minmax(240px,.75fr) minmax(0,1.25fr); gap: clamp(32px,7vw,110px); padding: clamp(34px,5vw,68px) 0; border-bottom: 1px solid var(--hub-line); scroll-margin-top: 90px; }
.practical-guides small { display: inline-grid; width: 38px; height: 38px; place-items: center; margin-bottom: 18px; border-radius: 50%; background: var(--hub-lime); font-weight: 900; }
.practical-guides h3 { max-width: 16ch; margin: 0 0 14px; font-family: Georgia,serif; font-size: clamp(30px,4vw,54px); font-weight: 400; letter-spacing: -.035em; line-height: 1; }
.practical-guides p { max-width: 42rem; color: var(--hub-soft); line-height: 1.65; }
.practical-guides ol { margin: 0; padding: 0; list-style: none; counter-reset: practical-step; }
.practical-guides li { position: relative; min-height: 54px; padding: 14px 10px 14px 52px; border-bottom: 1px solid rgba(28,31,28,.2); line-height: 1.5; counter-increment: practical-step; }
.practical-guides li::before { content: counter(practical-step,decimal-leading-zero); position: absolute; left: 4px; color: var(--hub-orange); font-size: 12px; font-weight: 900; letter-spacing: .08em; }
.hub-check-grid { display: grid; grid-template-columns: 1.15fr .85fr; gap: clamp(30px,7vw,100px); padding-top: clamp(60px,8vw,100px); }
.hub-check-grid h2 { margin: 8px 0 28px; font-family: Georgia,serif; font-size: clamp(36px,4.5vw,62px); font-weight: 400; letter-spacing: -.04em; }
.hub-checklist,.watch-panel ul { margin: 0; padding: 0; list-style: none; }
.hub-checklist li { display: grid; grid-template-columns: 32px 1fr; gap: 12px; padding: 15px 0; border-bottom: 1px solid var(--hub-line); font-weight: 700; }
.hub-checklist span { color: var(--hub-green); font-weight: 900; }
.watch-panel { align-self: start; padding: clamp(26px,4vw,44px); background: var(--hub-ink); color: #fff; }
.watch-panel .eyebrow { color: var(--hub-lime); }
.watch-panel h2 { color: #fff; }
.watch-panel li { position: relative; padding: 14px 0 14px 24px; border-top: 1px solid rgba(255,255,255,.22); color: #edf0e7; line-height: 1.55; }
.watch-panel li::before { content: "!"; position: absolute; left: 2px; color: var(--hub-orange); font-weight: 900; }
.directory h2 { margin: 0 0 35px; font-family: Georgia,serif; font-size: 60px; font-weight: 400; }
.directory>div { display: grid; grid-template-columns: repeat(3,1fr); border-top: 1px solid var(--hub-ink); }
.directory>div a { display: flex; justify-content: space-between; border-bottom: 1px solid var(--hub-line); color: var(--hub-ink); font-weight: 750; padding: 18px 8px; text-decoration: none; }

.hub-breadcrumb { display: flex; gap: 9px; color: var(--hub-soft); font-size: 12px; padding-block: 20px; }
.hub-breadcrumb a { color: inherit; }
.category-hero { border-block: 1px solid var(--hub-ink); padding-block: clamp(55px,8vw,100px); }
.category-hero__grid { display: grid; grid-template-columns: 1.2fr .6fr; gap: 70px; align-items: end; }
.category-hero h1 { margin: 0; font-family: Georgia,serif; font-size: clamp(66px,9vw,132px); font-weight: 400; letter-spacing: -.07em; line-height: .86; }
.category-hero__grid>div:first-child>p:last-child { max-width: 680px; color: var(--hub-soft); font-family: Georgia,serif; font-size: 23px; line-height: 1.5; }
.category-hero__index { border-left: 1px solid var(--hub-ink); padding-left: 28px; }
.category-hero__index span { font-size: 11px; font-weight: 900; letter-spacing: .12em; text-transform: uppercase; }
.category-hero__index ul { display: grid; grid-template-columns: 1fr 1fr; gap: 9px 20px; list-style: none; margin: 20px 0 0; padding: 0; color: var(--hub-soft); font-size: 13px; }
.story-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 20px; }
.story-card,.editor-note { min-height: 270px; display: flex; flex-direction: column; border: 1px solid var(--hub-ink); color: var(--hub-ink); padding: 25px; text-decoration: none; }
.story-card:nth-child(4n+1) { background: #fff; }
.story-card h3,.editor-note h3 { margin: 36px 0 12px; font-family: Georgia,serif; font-size: 29px; font-weight: 400; line-height: 1.05; }
.story-card p,.editor-note p { color: var(--hub-soft); line-height: 1.5; }
.story-card span { margin-top: auto; font-size: 12px; font-weight: 850; }
.quick-answers { border-top: 1px solid rgba(255,255,255,.4); }
.quick-answers details { border-bottom: 1px solid rgba(255,255,255,.25); }
.quick-answers summary { cursor: pointer; font-family: Georgia,serif; font-size: clamp(24px,3vw,40px); list-style: none; padding: 24px 50px 24px 0; position: relative; }
.quick-answers summary::after { content: "+"; position: absolute; right: 10px; }
.quick-answers details[open] summary::after { content: "−"; }
.quick-answers details p { max-width: 780px; margin: 0; color: rgba(255,255,255,.78); font-size: 17px; line-height: 1.65; padding: 0 0 28px; }
.tool-link-grid { display: grid; grid-template-columns: repeat(4,1fr); gap: 14px; }
.tool-link-grid a { min-height: 180px; display: flex; flex-direction: column; background: #fff; color: var(--hub-ink); padding: 22px; text-decoration: none; }
.tool-link-grid small { color: var(--hub-orange); font-weight: 900; letter-spacing: .12em; }
.tool-link-grid strong { margin-top: 26px; font-family: Georgia,serif; font-size: 25px; font-weight: 400; }
.tool-link-grid span { margin-top: auto; color: var(--hub-soft); font-size: 13px; line-height: 1.4; }

.renewal-article { padding-bottom: 90px; }
.renewal-article__header { width: min(980px,calc(100% - 40px)); margin: 65px auto 45px; }
.renewal-article__header h1 { margin: 0; font-family: Georgia,serif; font-size: clamp(50px,7vw,92px); font-weight: 400; letter-spacing: -.055em; line-height: .98; }
.standfirst { max-width: 780px; color: var(--hub-soft); font-family: Georgia,serif; font-size: 23px; line-height: 1.5; }
.article-meta { display: flex; flex-wrap: wrap; gap: 10px 24px; border-top: 1px solid var(--hub-line); font-size: 12px; padding-top: 18px; }
.renewal-article__hero { width: min(1180px,calc(100% - 40px)); margin: 0 auto 55px; }
.renewal-article__hero img { width: 100%; max-height: 680px; display: block; object-fit: cover; }
.renewal-article__hero figcaption { color: var(--hub-soft); font-size: 12px; padding-top: 9px; }
.renewal-article__layout { width: min(1040px,calc(100% - 40px)); display: grid; grid-template-columns: minmax(0,720px) 220px; gap: 80px; margin: auto; }
.renewal-article__body { font-family: Georgia,serif; font-size: 19px; line-height: 1.75; }
.renewal-article__body>p:first-child { font-size: 23px; line-height: 1.6; }
.renewal-article__body h2 { margin: 55px 0 15px; font-size: 38px; font-weight: 400; letter-spacing: -.03em; line-height: 1.1; }
.article-bottom-line { margin-top: 55px; border: 1px solid var(--hub-ink); background: var(--hub-lime); padding: 5px 28px 25px; }
.sources-section { margin-top: 50px; border-top: 1px solid var(--hub-ink); font-family: Inter,sans-serif; font-size: 14px; }
.sources-section a { overflow-wrap: anywhere; }
.article-side { position: sticky; top: 105px; align-self: start; display: grid; }
.article-side a { border-top: 1px solid var(--hub-line); color: var(--hub-ink); font-size: 13px; font-weight: 750; padding: 14px 0; text-decoration: none; }

.hub-footer { background: #151b17; color: #fff; padding: 70px 0 25px; }
.hub-footer__grid { display: grid; grid-template-columns: 1.4fr repeat(4,.55fr); gap: 38px; }
.hub-brand--footer { color: #fff; }
.hub-footer p { max-width: 350px; color: rgba(255,255,255,.62); line-height: 1.55; }
.hub-footer h2 { color: var(--hub-lime); font-size: 11px; letter-spacing: .14em; text-transform: uppercase; }
.hub-footer__grid>div:not(:first-child) { display: flex; flex-direction: column; gap: 10px; }
.hub-footer a { color: #fff; font-size: 13px; text-decoration: none; }
.hub-footer__bottom { display: flex; justify-content: space-between; border-top: 1px solid rgba(255,255,255,.18); margin-top: 50px; color: rgba(255,255,255,.5); font-size: 11px; padding-top: 20px; }

@media (max-width: 900px) {
  .hub-header__inner { grid-template-columns: 1fr auto auto; min-height: 66px; gap: 12px; }
  .hub-header .menu-toggle { display: inline-flex; border: 1px solid var(--hub-ink); background: transparent; padding: 10px; }
  .hub-header nav { position: absolute; inset: 66px 0 auto; display: none; flex-direction: column; align-items: stretch; gap: 0; border-bottom: 1px solid var(--hub-ink); background: var(--hub-paper); padding: 12px 20px 20px; }
  .hub-header nav.is-open { display: flex; }
  .hub-header nav a { border-bottom: 1px solid var(--hub-line); padding: 13px 0; }
  .renewal-hero__grid,.category-hero__grid,.editor-section__grid,.renewal-article__layout { grid-template-columns: 1fr; }
  .renewal-hero aside { max-width: 620px; }
  .section-heading { grid-template-columns: 1fr; gap: 18px; }
  .section-heading>a { justify-self: start; }
  .mag-story,.mag-story:first-child { grid-column: span 6; }
  .home-tools,.story-grid,.home-topic__grid { grid-template-columns: repeat(2,1fr); }
  .home-topic__grid a:nth-child(2n) { border-right: 0; }
  .column-notebook .hub-shell>div { grid-template-columns: 1fr; }
  .practical-guides>article,.hub-check-grid { grid-template-columns: 1fr; }
  .column-notebook article,.column-notebook article+article { padding: 24px 0; border-right: 0; border-bottom: 1px solid rgba(28,31,28,.35); }
  .home-tools a:nth-child(3n) { border-right: 1px solid var(--hub-ink); }
  .home-tools a:nth-child(2n) { border-right: 0; }
  .tool-link-grid { grid-template-columns: repeat(2,1fr); }
  .category-hero__index { border-left: 0; border-top: 1px solid var(--hub-ink); padding: 25px 0 0; }
  .article-side { position: static; }
  .hub-footer__grid { grid-template-columns: 1fr 1fr 1fr; }
  .hub-footer__grid>div:first-child { grid-column: 1/-1; }
}

@media (max-width: 600px) {
  :root { --hub-shell: calc(100% - 28px); }
  .hub-search-button { padding: 10px; font-size: 10px; }
  .renewal-hero { padding-top: 52px; }
  .renewal-hero h1 { font-size: clamp(60px,21vw,92px); }
  .home-search div { display: grid; }
  .home-search input { border-bottom: 0; }
  .explore-row { grid-template-columns: 35px 1fr 24px; gap: 10px; }
  .explore-row p { grid-column: 2/4; }
  .mag-story,.mag-story:first-child { grid-column: 1/-1; min-height: 250px; }
  .home-tools,.story-grid,.tool-link-grid,.directory>div,.home-topic__grid { grid-template-columns: 1fr; }
  .home-topic__grid a { min-height: 190px; border-right: 0; }
  .practical-guides>article { gap: 16px; }
  .home-tools a { border-right: 0; }
  .category-hero h1 { font-size: 64px; }
  .category-hero__index ul { grid-template-columns: 1fr; }
  .renewal-article__header,.renewal-article__hero,.renewal-article__layout { width: calc(100% - 28px); }
  .renewal-article__header { margin-top: 38px; }
  .renewal-article__body { font-size: 18px; }
  .hub-footer__grid { grid-template-columns: 1fr 1fr; }
  .hub-footer__bottom { gap: 20px; }
}
