@font-face {
    font-family: "Noto Serif Local";
    font-style: normal;
    font-weight: 400 700;
    font-display: swap;
    src: url("../fonts/noto-serif-cyrillic.woff2") format("woff2");
    unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}

@font-face {
    font-family: "Noto Serif Local";
    font-style: normal;
    font-weight: 400 700;
    font-display: swap;
    src: url("../fonts/noto-serif-latin.woff2") format("woff2");
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

@font-face {
    font-family: "Noto Serif Local";
    font-style: italic;
    font-weight: 400 700;
    font-display: swap;
    src: url("../fonts/noto-serif-italic-cyrillic.woff2") format("woff2");
    unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}

@font-face {
    font-family: "Noto Serif Local";
    font-style: italic;
    font-weight: 400 700;
    font-display: swap;
    src: url("../fonts/noto-serif-italic-latin.woff2") format("woff2");
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

:root {
    --ink: #122321;
    --ink-soft: #48605c;
    --forest: #083b36;
    --forest-2: #0f5c54;
    --teal: #16877b;
    --mint: #d9eee9;
    --cream: #f6f2e9;
    --paper: #fffdf8;
    --gold: #f3c969;
    --line: #dbe4e1;
    --white: #fff;
    --shadow: 0 20px 60px rgba(6, 53, 48, .11);
    --radius: 18px;
    --shell: min(1180px, calc(100% - 40px));
    --font-reading: "Noto Serif Local", "Noto Serif", "PT Serif", Cambria, serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
    margin: 0;
    color: var(--ink);
    background: var(--paper);
    font-family: "Aptos", "Segoe UI", system-ui, sans-serif;
    font-size: 16px;
    line-height: 1.65;
    -webkit-font-smoothing: antialiased;
}
a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; }
button, input { font: inherit; }
.shell { width: var(--shell); margin-inline: auto; }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; }
.skip-link { position: fixed; z-index: 100; top: 10px; left: 10px; padding: 10px 14px; background: var(--white); color: var(--forest); transform: translateY(-150%); }
.skip-link:focus { transform: translateY(0); }

.utility-bar { color: #d8ebe7; background: #052d29; font-size: 12px; letter-spacing: .02em; }
.utility-inner { min-height: 34px; display: flex; align-items: center; justify-content: space-between; gap: 20px; }
.utility-inner a { color: var(--gold); font-weight: 700; }
.site-header { position: relative; z-index: 20; background: rgba(255,253,248,.97); border-bottom: 1px solid var(--line); }
.header-main { min-height: 102px; display: flex; align-items: center; justify-content: space-between; gap: 32px; }
.brand { display: inline-flex; align-items: center; gap: 13px; }
.brand-mark { position: relative; display: inline-block; width: 42px; height: 42px; flex: 0 0 42px; }
.brand-mark::before { content: ""; position: absolute; inset: 5px 10px 9px 4px; border: 7px solid var(--teal); border-radius: 50%; }
.brand-mark::after { content: ""; position: absolute; right: 3px; top: 5px; width: 9px; height: 25px; border-radius: 8px; background: var(--gold); transform: rotate(-27deg); }
.brand-mark i:first-child { position: absolute; z-index: 1; right: 1px; bottom: 6px; width: 17px; height: 7px; background: var(--gold); border-radius: 8px; transform: rotate(24deg); }
.brand-copy { display: flex; flex-direction: column; line-height: 1; }
.brand-copy strong { font-size: 24px; letter-spacing: -.055em; font-weight: 800; color: var(--forest); }
.brand-copy strong span { color: var(--teal); }
.brand-copy small { margin-top: 7px; color: var(--ink-soft); font-size: 10px; font-weight: 700; letter-spacing: .095em; text-transform: uppercase; }
.header-search { width: min(390px, 42vw); display: flex; align-items: center; padding: 4px 5px 4px 18px; border: 1px solid var(--line); border-radius: 999px; background: #fff; }
.header-search:focus-within { border-color: var(--teal); box-shadow: 0 0 0 3px rgba(22,135,123,.1); }
.header-search input { width: 100%; border: 0; outline: 0; background: transparent; color: var(--ink); }
.header-search button { width: 38px; height: 38px; display: grid; place-items: center; border: 0; border-radius: 50%; background: var(--forest); color: #fff; cursor: pointer; }
.header-search svg { width: 18px; fill: none; stroke: currentColor; stroke-width: 2; }
.topic-nav { border-top: 1px solid var(--line); }
.topic-nav-inner { display: flex; align-items: center; gap: 3px; min-height: 50px; overflow-x: auto; scrollbar-width: none; }
.topic-nav-inner::-webkit-scrollbar { display: none; }
.topic-nav a { flex: 0 0 auto; padding: 10px 15px; color: #36504c; font-size: 13px; font-weight: 700; border-radius: 999px; transition: .2s ease; }
.topic-nav a:hover { color: var(--forest); background: var(--mint); }
.topic-nav .topic-home { padding-left: 0; color: var(--teal); }
.topic-nav .topic-about { margin-left: auto; color: var(--forest); }

.hero { position: relative; overflow: hidden; padding: 76px 0 82px; color: #fff; background: var(--forest); }
.hero::before { content: ""; position: absolute; width: 620px; height: 620px; right: -250px; top: -300px; border: 1px solid rgba(255,255,255,.08); border-radius: 50%; box-shadow: 0 0 0 80px rgba(255,255,255,.025), 0 0 0 160px rgba(255,255,255,.02); }
.hero-grid { position: relative; display: grid; grid-template-columns: 1.05fr .95fr; align-items: center; gap: 68px; }
.eyebrow { display: inline-flex; align-items: center; gap: 10px; margin-bottom: 18px; color: var(--gold); font-size: 11px; font-weight: 800; letter-spacing: .18em; text-transform: uppercase; }
.eyebrow::before { content: ""; width: 26px; height: 2px; background: currentColor; }
.eyebrow-dark { color: var(--teal); }
.hero h1, .listing-hero h1, .page-hero h1, .search-hero h1, .article-hero h1 {
    margin: 0; font-family: var(--font-reading); font-weight: 600; letter-spacing: -.025em; line-height: 1.1;
}
.hero h1 { max-width: 680px; font-size: clamp(48px, 6vw, 79px); }
.hero h1 em { color: var(--gold); font-style: italic; }
.hero-copy > p { max-width: 630px; margin: 25px 0 30px; color: #cfe2de; font-size: 18px; line-height: 1.75; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; }
.button { display: inline-flex; min-height: 48px; align-items: center; justify-content: center; padding: 0 22px; border: 1px solid transparent; border-radius: 999px; font-size: 13px; font-weight: 800; cursor: pointer; transition: transform .2s ease, background .2s ease; }
.button:hover { transform: translateY(-2px); }
.button-primary { color: var(--forest); background: var(--gold); }
.button-primary:hover { background: #ffdc83; }
.button-quiet { color: #fff; border-color: rgba(255,255,255,.28); }
.button-quiet:hover { background: rgba(255,255,255,.08); }
.trust-points { display: flex; flex-wrap: wrap; gap: 18px; margin-top: 34px; color: #b9d1cc; font-size: 12px; font-weight: 700; }
.trust-points i { display: inline-grid; width: 18px; height: 18px; margin-right: 5px; place-items: center; color: var(--forest); background: var(--gold); border-radius: 50%; font-style: normal; }
.hero-panel { position: relative; min-height: 500px; display: flex; flex-direction: column; justify-content: flex-end; overflow: hidden; border: 1px solid rgba(255,255,255,.15); border-radius: 34px 34px 34px 8px; background: #0c4d46; box-shadow: 0 30px 80px rgba(0,0,0,.18); }
.hero-feature-image { position: absolute; inset: 0; }
.hero-feature-image::after { content: ""; position: absolute; inset: 35% 0 0; background: linear-gradient(transparent, rgba(4,36,32,.95)); }
.hero-feature-image img { width: 100%; height: 100%; object-fit: cover; }
.hero-feature-copy { position: relative; z-index: 2; padding: 38px; }
.feature-label { display: inline-flex; padding: 6px 10px; color: var(--forest); background: var(--gold); border-radius: 999px; font-size: 10px; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.hero-feature-copy h2 { margin: 18px 0 12px; font-family: var(--font-reading); font-size: 32px; line-height: 1.12; }
.hero-feature-copy p { margin: 0 0 17px; color: #cee0dc; font-size: 14px; }
.text-link { display: inline-flex; align-items: center; gap: 8px; color: var(--teal); font-size: 13px; font-weight: 800; }
.text-link span { transition: transform .2s ease; }
.text-link:hover span { transform: translateX(4px); }
.text-link-light { color: var(--gold); }
.hero-orbit { position: absolute; inset: 35px 30px 120px; overflow: hidden; opacity: .8; }
.hero-orbit::before, .hero-orbit::after, .hero-orbit i { content: ""; position: absolute; border-radius: 50%; border: 1px solid rgba(243,201,105,.35); }
.hero-orbit::before { width: 270px; height: 270px; left: 20%; top: 5%; }
.hero-orbit::after { width: 180px; height: 180px; right: 0; top: 32%; background: rgba(243,201,105,.05); }
.hero-orbit i:nth-child(1) { width: 70px; height: 70px; left: 16%; bottom: 15%; background: var(--gold); border: 0; }
.hero-orbit i:nth-child(2) { width: 120px; height: 120px; right: 18%; top: 3%; background: rgba(255,255,255,.05); }
.hero-orbit i:nth-child(3) { width: 14px; height: 14px; left: 50%; top: 50%; background: #fff; border: 0; }
.hero-orbit-empty { inset: 20px 20px 130px; }

.topics-section, .latest-section, .listing-section, .related-section { padding: 88px 0; }
.topics-section { background: var(--cream); }
.section-heading { display: flex; align-items: flex-end; justify-content: space-between; gap: 32px; margin-bottom: 38px; }
.section-heading h2 { margin: 0; font-family: var(--font-reading); font-size: clamp(36px, 4vw, 52px); line-height: 1.08; letter-spacing: -.025em; }
.section-heading p { max-width: 420px; margin: 0 0 5px; color: var(--ink-soft); }
.section-heading-rule { padding-bottom: 22px; border-bottom: 1px solid var(--line); }
.topic-grid { display: grid; grid-template-columns: repeat(5, 1fr); gap: 12px; }
.topic-card { position: relative; min-height: 285px; display: flex; flex-direction: column; padding: 25px 22px; overflow: hidden; background: var(--paper); border: 1px solid #e5e0d6; border-radius: 3px 18px 18px 18px; transition: transform .25s ease, box-shadow .25s ease; }
.topic-card::before { content: ""; position: absolute; top: 0; left: 0; width: 100%; height: 5px; background: var(--category-color); }
.topic-card:hover { transform: translateY(-6px); box-shadow: var(--shadow); }
.topic-number { color: var(--category-color); font-size: 11px; font-weight: 800; letter-spacing: .12em; }
.topic-card h3 { margin: 34px 0 11px; font-family: var(--font-reading); font-size: 25px; line-height: 1.12; }
.topic-card p { margin: 0; color: var(--ink-soft); font-size: 13px; line-height: 1.65; }
.topic-count { display: flex; align-items: center; justify-content: space-between; margin-top: auto; padding-top: 18px; color: var(--ink-soft); border-top: 1px solid var(--line); font-size: 11px; font-weight: 700; }
.topic-count i { color: var(--category-color); font-size: 18px; font-style: normal; }
.latest-section { background: var(--paper); }
.article-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 26px; }
.article-card { min-width: 0; background: #fff; border: 1px solid var(--line); border-radius: var(--radius); overflow: hidden; transition: transform .25s ease, box-shadow .25s ease; }
.article-card:hover { transform: translateY(-5px); box-shadow: var(--shadow); }
.card-visual { position: relative; display: block; height: 220px; overflow: hidden; background: #dcece8; }
.card-visual img { width: 100%; height: 100%; object-fit: cover; transition: transform .45s ease; }
.article-card:hover .card-visual img { transform: scale(1.035); }
.card-category { position: absolute; left: 16px; bottom: 15px; padding: 6px 10px; color: #fff; background: var(--category-color); border-radius: 999px; font-size: 10px; font-weight: 800; text-transform: uppercase; letter-spacing: .08em; }
.visual-pattern { position: absolute; inset: 0; overflow: hidden; background: linear-gradient(135deg, #d5ebe6, #f3ead2); }
.visual-pattern::before, .visual-pattern::after, .visual-pattern i { content: ""; position: absolute; border: 1px solid rgba(8,59,54,.18); border-radius: 50%; }
.visual-pattern::before { width: 170px; height: 170px; right: -35px; top: -40px; }
.visual-pattern::after { width: 100px; height: 100px; left: 35px; bottom: 25px; background: rgba(255,255,255,.35); }
.visual-pattern i:nth-child(1) { width: 35px; height: 35px; left: 35%; top: 20%; background: var(--gold); border: 0; }
.visual-pattern i:nth-child(2) { width: 12px; height: 12px; right: 27%; bottom: 25%; background: var(--teal); border: 0; }
.card-body { padding: 23px 23px 25px; }
.card-meta { display: flex; gap: 17px; color: #6c807d; font-size: 11px; font-weight: 600; }
.card-meta span + span::before { content: "·"; margin-right: 17px; }
.card-body h2 { min-height: 58px; margin: 12px 0 10px; font-family: var(--font-reading); font-size: 23px; line-height: 1.25; letter-spacing: -.015em; }
.card-body h2 a:hover { color: var(--teal); }
.card-body > p { min-height: 69px; margin: 0 0 18px; color: var(--ink-soft); font-size: 13px; line-height: 1.7; display: -webkit-box; -webkit-line-clamp: 3; -webkit-box-orient: vertical; overflow: hidden; }
.empty-editorial { padding: 70px 30px; text-align: center; border: 1px dashed #b9cdc8; border-radius: var(--radius); background: #f5faf8; }
.empty-editorial > span { color: var(--teal); font-size: 11px; font-weight: 800; letter-spacing: .14em; text-transform: uppercase; }
.empty-editorial h2, .empty-editorial h3 { margin: 10px 0; font-family: var(--font-reading); font-size: 30px; }
.empty-editorial p { margin: 0; color: var(--ink-soft); }
.principles-section { padding: 90px 0; color: #fff; background: #0b4640; }
.principles-grid { display: grid; grid-template-columns: .8fr 1.2fr; gap: 90px; }
.principles-grid h2 { max-width: 460px; margin: 0; font-family: var(--font-reading); font-size: clamp(39px, 4vw, 56px); line-height: 1.08; letter-spacing: -.025em; }
.principles-list { margin: 0; padding: 0; list-style: none; }
.principles-list li { display: grid; grid-template-columns: 60px 1fr; gap: 22px; padding: 23px 0; border-top: 1px solid rgba(255,255,255,.15); }
.principles-list li > span { color: var(--gold); font-size: 12px; font-weight: 800; }
.principles-list strong { font-family: var(--font-reading); font-size: 23px; }
.principles-list p { margin: 4px 0 0; color: #c5dad6; font-size: 14px; }

.care-strip { padding: 24px 0; background: var(--gold); }
.care-strip-inner { display: grid; grid-template-columns: 44px 1fr auto; align-items: center; gap: 18px; }
.care-icon { width: 42px; height: 42px; display: grid; place-items: center; color: var(--gold); background: var(--forest); border-radius: 50%; font-family: var(--font-reading); font-size: 25px; font-weight: 700; }
.care-strip-inner div:nth-child(2) { display: flex; flex-direction: column; }
.care-strip strong { font-size: 14px; }
.care-strip span { color: #4c4c38; font-size: 12px; }
.care-strip a { padding: 8px 13px; border-bottom: 1px solid var(--forest); font-size: 12px; font-weight: 800; }
.site-footer { padding: 70px 0 24px; color: #cce0dc; background: #052d29; }
.footer-grid { display: grid; grid-template-columns: 1.4fr .8fr .8fr; gap: 70px; padding-bottom: 55px; }
.brand-footer .brand-copy strong { color: #fff; }
.footer-grid > div:first-child p { max-width: 390px; color: #9cb9b4; font-size: 13px; }
.footer-grid h2 { margin: 0 0 18px; color: #fff; font-size: 12px; letter-spacing: .12em; text-transform: uppercase; }
.footer-grid > div:not(:first-child) { display: flex; flex-direction: column; gap: 10px; }
.footer-grid a { font-size: 13px; }
.footer-grid a:hover { color: var(--gold); }
.footer-bottom { display: flex; justify-content: space-between; gap: 20px; padding-top: 22px; color: #789893; border-top: 1px solid rgba(255,255,255,.1); font-size: 11px; }

.breadcrumbs { display: flex; flex-wrap: wrap; gap: 9px; margin-bottom: 35px; color: #738985; font-size: 11px; font-weight: 700; }
.breadcrumbs a:hover { color: var(--teal); }
.listing-hero, .page-hero, .search-hero { position: relative; padding: 70px 0 75px; overflow: hidden; background: var(--cream); border-bottom: 1px solid #e7e0d2; }
.listing-hero::after { content: ""; position: absolute; width: 260px; height: 260px; right: 7%; bottom: -140px; border: 35px solid color-mix(in srgb, var(--category-color) 25%, transparent); border-radius: 50%; }
.listing-hero h1, .page-hero h1, .search-hero h1 { max-width: 800px; font-size: clamp(45px, 6vw, 72px); }
.listing-hero > .shell > p { max-width: 670px; margin: 20px 0 0; color: var(--ink-soft); font-size: 18px; }
.listing-section { min-height: 380px; }
.pagination { display: flex; justify-content: center; align-items: center; gap: 18px; margin-top: 45px; color: var(--ink-soft); font-size: 12px; }
.pagination a, .pagination .disabled { padding: 9px 14px; border: 1px solid var(--line); border-radius: 999px; }
.pagination a:hover { color: #fff; background: var(--forest); }
.pagination .disabled { opacity: .45; }
.search-hero { color: #fff; background: var(--forest); }
.search-shell form { max-width: 760px; display: flex; gap: 10px; margin-top: 30px; padding: 7px; background: #fff; border-radius: 999px; }
.search-shell input { flex: 1; padding: 0 18px; border: 0; outline: 0; background: transparent; }
.result-count { margin: 0 0 30px; color: var(--ink-soft); }

.article-hero { padding: 58px 0 65px; background: var(--cream); }
.article-hero-shell { max-width: 930px; }
.article-category { display: inline-flex; margin-bottom: 20px; padding: 6px 11px; color: #fff; background: var(--category-color); border-radius: 999px; font-size: 10px; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
.article-hero h1 { max-width: 900px; font-size: clamp(36px, 4vw, 54px); line-height: 1.13; letter-spacing: -.025em; }
.article-deck { max-width: 800px; margin: 24px 0 30px; color: var(--ink-soft); font-family: var(--font-reading); font-size: 19px; line-height: 1.65; }
.byline { display: flex; align-items: center; gap: 12px; }
.byline-avatar { width: 42px; height: 42px; display: grid; place-items: center; overflow: hidden; color: #fff; background: var(--teal); border-radius: 50%; font-size: 14px; font-weight: 800; }
.byline-avatar img { width: 100%; height: 100%; object-fit: cover; }
.byline > div:last-child { display: flex; flex-direction: column; }
.byline strong { font-size: 12px; }
.byline span { color: var(--ink-soft); font-size: 11px; }
.article-image-wrap { max-width: 1180px; margin-top: 36px; }
.article-image { width: 100%; max-height: 620px; object-fit: cover; border-radius: 22px; }
.article-layout { max-width: 1030px; display: grid; grid-template-columns: 210px minmax(0, 720px); gap: 65px; padding-top: 65px; padding-bottom: 90px; }
.article-aside { color: var(--ink-soft); font-size: 11px; }
.article-aside > span { color: var(--ink); font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
.article-aside > p { margin-top: 4px; }
.review-stamp { display: flex; flex-direction: column; margin-top: 30px; padding: 20px; background: #e8f4f1; border-radius: 3px 16px 16px 16px; }
.review-stamp i { width: 30px; height: 30px; display: grid; place-items: center; margin-bottom: 12px; color: #fff; background: var(--teal); border-radius: 50%; font-style: normal; }
.review-stamp strong { color: var(--forest); font-size: 11px; }
.review-stamp span { margin-top: 5px; color: var(--ink); font-weight: 700; }
.review-stamp small { color: var(--ink-soft); }
.medical-note { display: grid; grid-template-columns: 75px 1fr; gap: 14px; margin-bottom: 35px; padding: 18px 20px; border-left: 4px solid var(--gold); background: #fff8df; }
.medical-note strong { color: #7c5c0e; font-size: 12px; text-transform: uppercase; letter-spacing: .08em; }
.medical-note p { margin: 0; color: #604f27; font-size: 13px; }
.prose { font-family: var(--font-reading); font-size: 18px; line-height: 1.85; }
.prose > *:first-child { margin-top: 0; }
.prose h2, .prose h3 { color: var(--forest); line-height: 1.18; letter-spacing: -.025em; }
.prose h2 { margin: 48px 0 18px; font-size: 34px; }
.prose h3 { margin: 35px 0 12px; font-size: 26px; }
.prose p { margin: 0 0 24px; }
.prose a { color: var(--teal); text-decoration: underline; text-decoration-thickness: 1px; text-underline-offset: 3px; }
.prose blockquote { margin: 35px 0; padding: 6px 0 6px 25px; color: var(--forest); border-left: 4px solid var(--teal); font-size: 23px; font-style: italic; }
.prose li { margin-bottom: 8px; }
.prose img { border-radius: 14px; }
.sources { margin-top: 55px; padding-top: 28px; border-top: 1px solid var(--line); }
.sources h2 { font-family: var(--font-reading); font-size: 27px; }
.sources ol { padding-left: 20px; color: var(--ink-soft); font-size: 12px; }
.sources li { margin-bottom: 12px; padding-left: 7px; }
.sources a { color: var(--teal); font-weight: 700; }
.sources span::before { content: " · "; }
.editorial-note { padding: 18px; color: var(--ink-soft); background: #f2f6f5; font-size: 12px; border-radius: 10px; }
.tag-list { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 30px; }
.tag-list span { padding: 5px 10px; color: var(--teal); background: #e7f3f0; border-radius: 999px; font-size: 11px; font-weight: 700; }
.related-section { background: var(--cream); }
.page-shell { max-width: 930px; }
.static-page-layout { max-width: 930px; display: grid; grid-template-columns: minmax(0, 680px) 190px; gap: 60px; padding-top: 65px; padding-bottom: 90px; }
.static-prose { font-size: 18px; }
.static-aside { height: fit-content; padding: 20px; color: var(--ink-soft); background: var(--cream); border-top: 4px solid var(--teal); font-size: 12px; }
.static-aside strong { color: var(--forest); }

@media (max-width: 1050px) {
    .topic-grid { grid-template-columns: repeat(3, 1fr); }
    .hero-grid { gap: 35px; }
    .hero-panel { min-height: 460px; }
}

@media (max-width: 820px) {
    :root { --shell: min(100% - 30px, 680px); }
    .header-main { min-height: 85px; }
    .header-search { width: 45px; padding: 4px; border: 0; background: transparent; }
    .header-search input { position: absolute; width: 1px; opacity: 0; pointer-events: none; }
    .topic-nav .topic-about { margin-left: 0; }
    .hero { padding: 55px 0; }
    .hero-grid { grid-template-columns: 1fr; }
    .hero-panel { min-height: 420px; }
    .topic-grid, .article-grid { grid-template-columns: repeat(2, 1fr); }
    .principles-grid { grid-template-columns: 1fr; gap: 40px; }
    .article-layout { grid-template-columns: 1fr; gap: 25px; }
    .article-aside { display: flex; gap: 20px; align-items: flex-start; }
    .article-aside > span, .article-aside > p { display: none; }
    .review-stamp { margin-top: 0; width: 100%; }
    .static-page-layout { grid-template-columns: 1fr; }
    .static-aside { order: -1; }
}

@media (max-width: 570px) {
    :root { --shell: calc(100% - 24px); }
    .utility-inner span { display: none; }
    .utility-inner { justify-content: flex-end; }
    .brand-copy strong { font-size: 20px; }
    .brand-copy small { display: none; }
    .brand-mark { width: 36px; height: 36px; flex-basis: 36px; transform: scale(.86); }
    .header-main { min-height: 72px; }
    .topic-nav a { padding: 9px 11px; }
    .hero h1 { font-size: 47px; }
    .hero-copy > p { font-size: 16px; }
    .hero-actions { flex-direction: column; align-items: stretch; }
    .hero-panel { min-height: 390px; border-radius: 24px 24px 24px 6px; }
    .hero-feature-copy { padding: 26px; }
    .hero-feature-copy h2 { font-size: 27px; }
    .trust-points { gap: 10px; }
    .topics-section, .latest-section, .listing-section, .related-section { padding: 60px 0; }
    .section-heading { align-items: flex-start; flex-direction: column; gap: 12px; }
    .section-heading h2 { font-size: 38px; }
    .topic-grid, .article-grid { grid-template-columns: 1fr; }
    .topic-card { min-height: 235px; }
    .card-body h2, .card-body > p { min-height: 0; }
    .principles-section { padding: 60px 0; }
    .care-strip-inner { grid-template-columns: 38px 1fr; }
    .care-strip a { grid-column: 2; justify-self: start; }
    .footer-grid { grid-template-columns: 1fr 1fr; gap: 35px; }
    .footer-grid > div:first-child { grid-column: 1 / -1; }
    .footer-bottom { flex-direction: column; }
    .listing-hero, .page-hero, .search-hero { padding: 45px 0 52px; }
    .listing-hero h1, .page-hero h1, .search-hero h1 { font-size: 43px; }
    .search-shell form { flex-direction: column; padding: 10px; border-radius: 18px; }
    .search-shell input { min-height: 46px; }
    .article-hero { padding: 38px 0 45px; }
    .article-hero h1 { font-size: 34px; line-height: 1.16; }
    .article-deck { font-size: 18px; }
    .article-layout { padding-top: 45px; padding-bottom: 60px; }
    .prose { font-size: 18px; }
    .prose h2 { font-size: 29px; }
    .medical-note { grid-template-columns: 1fr; }
    .pagination { gap: 7px; }
    .pagination > span:nth-child(2) { display: none; }
}
