.topic-shell { width: min(calc(100% - 40px),1240px); margin: 0 auto; padding: 118px 0 0; }
.topic-breadcrumbs { display: flex; flex-wrap: wrap; gap: 8px 14px; margin-bottom: 28px; color: var(--muted); font-size: 11px; }
.topic-breadcrumbs a { text-underline-offset: 3px; }
.topic-hero { display: grid; grid-template-columns: minmax(0,1.05fr) minmax(360px,.75fr); gap: clamp(34px,6vw,82px); align-items: center; padding: clamp(38px,6vw,74px); overflow: hidden; border: 1px solid var(--line); border-radius: 34px; background: linear-gradient(145deg,var(--topic-soft),rgba(255,255,255,.78)); }
.topic-hero__copy { min-width: 0; }
.topic-kicker { margin: 0 0 15px; color: var(--topic-accent); font-size: 10px; font-weight: 800; letter-spacing: .16em; text-transform: uppercase; }
.topic-hero h1 { max-width: 850px; margin: 0; font: 400 clamp(42px,5.8vw,76px)/.98 var(--serif); letter-spacing: -.035em; }
.topic-hero__lead { max-width: 720px; margin: 24px 0 0; color: #4d6259; font-size: clamp(17px,1.7vw,21px); line-height: 1.65; }
.topic-hero__actions { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 28px; }
.topic-button { display: inline-flex; align-items: center; justify-content: center; min-height: 48px; padding: 0 19px; border: 1px solid rgba(41,70,60,.18); border-radius: 14px; background: rgba(255,255,255,.72); text-decoration: none; font-size: 11px; font-weight: 800; }
.topic-button--primary { color: #fff; border-color: var(--topic-accent); background: var(--topic-accent); }
.topic-visual { display: grid; place-items: center; min-height: 350px; }
.topic-map { position: relative; width: min(100%,390px); aspect-ratio: 1; }
.topic-map::before { content: ""; position: absolute; inset: 18%; border: 1px solid color-mix(in srgb,var(--topic-accent) 32%,transparent); border-radius: 50%; }
.topic-map__center,.topic-map__node { position: absolute; display: grid; place-items: center; padding: 14px; border-radius: 50%; text-align: center; box-shadow: 0 18px 40px rgba(41,70,60,.08); }
.topic-map__center { inset: 29%; color: #fff; background: var(--topic-accent); font: 600 clamp(19px,2vw,25px)/1.12 var(--serif); }
.topic-map__node { width: 34%; aspect-ratio: 1; color: var(--ink); border: 1px solid rgba(41,70,60,.12); background: rgba(255,255,255,.88); font-size: 11px; font-weight: 750; line-height: 1.28; }
.topic-map__node:nth-child(2) { top: 0; left: 33%; }
.topic-map__node:nth-child(3) { right: 0; bottom: 5%; }
.topic-map__node:nth-child(4) { bottom: 5%; left: 0; }
.topic-summary { display: grid; grid-template-columns: 180px minmax(0,1fr); gap: 28px; margin: 34px 0 70px; padding: 25px 28px; border-left: 4px solid var(--topic-accent); background: rgba(255,255,255,.48); }
.topic-summary strong { color: var(--topic-accent); font-size: 10px; letter-spacing: .16em; text-transform: uppercase; }
.topic-summary p { margin: 0; color: #40574e; font-size: 17px; line-height: 1.72; }
.topic-layout { display: grid; grid-template-columns: minmax(0,1fr) 300px; gap: clamp(42px,7vw,90px); align-items: start; }
.topic-body { min-width: 0; }
.topic-body h2 { margin: 62px 0 18px; font: 400 clamp(32px,3.6vw,48px)/1.07 var(--serif); letter-spacing: -.025em; }
.topic-body h2:first-child { margin-top: 0; }
.topic-body h3 { margin: 30px 0 10px; font: 500 23px/1.2 var(--serif); }
.topic-body p,.topic-body li { color: #435a50; font-size: 17px; line-height: 1.78; }
.topic-body li + li { margin-top: 9px; }
.topic-body a { color: #356252; text-underline-offset: 4px; }
.topic-body blockquote { margin: 34px 0; padding: 4px 0 4px 22px; border-left: 2px solid var(--topic-accent); font: italic 400 24px/1.42 var(--serif); }
.topic-table-wrap { max-width: 100%; margin: 28px 0; overflow-x: auto; border: 1px solid var(--line); border-radius: 20px; background: rgba(255,255,255,.62); }
.topic-table { width: 100%; min-width: 680px; border-collapse: collapse; }
.topic-table th,.topic-table td { padding: 15px 17px; text-align: left; vertical-align: top; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.topic-table th:last-child,.topic-table td:last-child { border-right: 0; }
.topic-table tbody tr:last-child td { border-bottom: 0; }
.topic-table th { color: var(--ink); background: var(--topic-soft); font-size: 11px; line-height: 1.4; }
.topic-table td { color: #435a50; font-size: 14px; line-height: 1.55; }
.topic-checklist { margin: 30px 0; padding: 25px 28px; border-radius: 22px; background: var(--topic-soft); }
.topic-checklist h3 { margin-top: 0; }
.topic-aside { position: sticky; top: 94px; display: grid; gap: 14px; }
.topic-aside section { padding: 23px; border: 1px solid var(--line); border-radius: 22px; background: rgba(255,255,255,.6); }
.topic-aside section:first-child { color: #fff; border-color: transparent; background: var(--topic-accent); }
.topic-aside span { font-size: 9px; font-weight: 800; letter-spacing: .15em; text-transform: uppercase; }
.topic-aside h2 { margin: 10px 0 12px; font: 500 25px/1.08 var(--serif); }
.topic-aside p { margin: 0 0 16px; font-size: 13px; line-height: 1.58; }
.topic-aside a,.topic-aside button { color: inherit; border: 0; background: transparent; text-decoration: underline; text-underline-offset: 4px; cursor: pointer; font-size: 11px; font-weight: 800; }
.topic-author { margin: 70px 0 34px; padding: clamp(28px,4vw,44px); border-radius: 28px; background: linear-gradient(145deg,var(--sand),var(--rose)); }
.topic-author > span,.topic-links > span { color: #6b887b; font-size: 9px; font-weight: 800; letter-spacing: .16em; text-transform: uppercase; }
.topic-author h2 { margin: 10px 0 14px; }
.topic-author p { max-width: 820px; }
.topic-author__links { display: flex; flex-wrap: wrap; gap: 12px 24px; margin-top: 18px; }
.topic-links { margin: 34px 0 70px; padding: clamp(28px,4vw,44px); border: 1px solid var(--line); border-radius: 28px; }
.topic-links h2 { margin: 10px 0 23px; }
.topic-links__grid { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 12px; }
.topic-link-card { display: flex; flex-direction: column; min-height: 168px; padding: 20px; border: 1px solid var(--line); border-radius: 19px; background: rgba(255,255,255,.58); text-decoration: none; }
.topic-link-card small { color: #688678; font-size: 8px; font-weight: 800; letter-spacing: .14em; text-transform: uppercase; }
.topic-link-card strong { margin: 12px 0; font: 500 22px/1.12 var(--serif); }
.topic-link-card i { margin-top: auto; font-style: normal; font-size: 18px; }
.topic-sources { margin: 52px 0 70px; padding-top: 25px; border-top: 1px solid var(--line); }
.topic-sources h2 { font-size: 30px; }
.topic-sources li { font-size: 13px; line-height: 1.6; }
@media (max-width:900px) { .topic-hero { grid-template-columns: 1fr; } .topic-visual { min-height: 310px; } .topic-layout { grid-template-columns: 1fr; } .topic-aside { position: static; grid-template-columns: repeat(2,minmax(0,1fr)); } .topic-links__grid { grid-template-columns: repeat(2,minmax(0,1fr)); } }
@media (max-width:560px) { .topic-shell { width: 100%; padding-top: 92px; } .topic-breadcrumbs { padding: 0 18px; } .topic-hero { gap: 20px; padding: 31px 18px 22px; border-right: 0; border-left: 0; border-radius: 0; } .topic-hero h1 { font-size: clamp(39px,12vw,54px); } .topic-hero__lead { font-size: 17px; } .topic-visual { min-height: 280px; } .topic-map { width: 280px; } .topic-map__node { font-size: 9px; } .topic-summary { grid-template-columns: 1fr; gap: 8px; margin: 22px 18px 48px; padding: 21px 18px; } .topic-layout { gap: 36px; } .topic-body { padding: 0 18px; } .topic-body h2 { margin-top: 48px; font-size: 33px; } .topic-body p,.topic-body li { font-size: 16px; } .topic-table-wrap { margin-right: -18px; margin-left: -18px; border-right: 0; border-left: 0; border-radius: 0; } .topic-table { min-width: 620px; } .topic-checklist { margin-right: -18px; margin-left: -18px; border-radius: 0; } .topic-aside { grid-template-columns: 1fr; padding: 0 18px; } .topic-author,.topic-links { border-radius: 0; } .topic-links__grid { grid-template-columns: 1fr; } .topic-link-card { min-height: 142px; } .topic-sources { padding-right: 18px; padding-left: 18px; } }
@media print { .site-chrome-header,.site-chrome-footer,.topic-hero__actions,.topic-aside,.cookie-panel { display:none !important; } .topic-shell { width:100%; padding:0; } .topic-hero,.topic-author,.topic-links { border:0; background:#fff; } .topic-layout { display:block; } }
