:root {
  --thp-forest: #0b3f3c;
  --thp-forest-deep: #072f2d;
  --thp-teal: #1b6964;
  --thp-cream: #f6f1e7;
  --thp-sand: #e9ddc8;
  --thp-gold: #c88b2c;
  --thp-ink: #13211f;
  --thp-muted: #60706c;
  --thp-line: #dbe3df;
  --thp-white: #fff;
  --thp-shadow: 0 20px 55px rgba(7, 47, 45, .12);
}

body.thp-real-estate {
  margin: 0;
  background: #fbfcfa;
  color: var(--thp-ink);
}

.thp-content,
.thp-content *,
.thp-content *::before,
.thp-content *::after { box-sizing: border-box; }

.thp-content {
  min-width: 0;
  overflow: clip;
  color: var(--thp-ink);
  background: #fbfcfa;
  font-family: Arial, "Noto Sans Hebrew", sans-serif;
  font-size: 17px;
  line-height: 1.7;
  direction: rtl;
}

.thp-content a { color: var(--thp-forest); }
.thp-content img { max-width: 100%; height: auto; }
.thp-shell { width: min(1180px, calc(100% - 48px)); margin-inline: auto; }
.thp-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; }
.thp-skip-link { position: fixed; z-index: 100000; inset: 12px auto auto 12px; transform: translateY(-160%); padding: 10px 16px; border-radius: 8px; background: #fff; color: #062d2b; font-weight: 800; }
.thp-skip-link:focus { transform: translateY(0); }
.thp-content :focus-visible { outline: 3px solid #f3b54c; outline-offset: 3px; }

.thp-site-header {
  position: relative;
  z-index: 1000;
  min-height: 76px;
  border-bottom: 1px solid rgba(11, 63, 60, .1);
  background: rgba(255, 255, 255, .97);
  box-shadow: 0 8px 28px rgba(7, 47, 45, .05);
}

.thp-header-inner { min-height: 76px; display: flex; align-items: center; gap: 28px; }
.thp-brand { display: inline-flex; align-items: center; gap: 11px; text-decoration: none; flex: 0 0 auto; }
.thp-brand-mark { width: 42px; height: 42px; display: grid; place-items: center; border-radius: 13px 5px 13px 5px; color: #fff; background: linear-gradient(145deg, var(--thp-teal), var(--thp-forest-deep)); font-size: 22px; font-weight: 900; box-shadow: 0 10px 24px rgba(11, 63, 60, .2); }
.thp-brand strong { display: block; color: var(--thp-forest-deep); font-size: 19px; letter-spacing: .01em; line-height: 1.05; }
.thp-brand small { display: block; margin-top: 4px; color: var(--thp-muted); font-size: 11px; line-height: 1; }
.thp-primary-nav { display: flex; align-items: center; gap: 6px; margin-inline: auto; }
.thp-primary-nav a { padding: 10px 12px; border-radius: 10px; color: #27423f; text-decoration: none; font-size: 14px; font-weight: 800; }
.thp-primary-nav a:hover, .thp-primary-nav a.is-current { background: #edf5f2; color: var(--thp-forest); }
.thp-header-search { width: 246px; height: 42px; display: flex; border: 1px solid var(--thp-line); border-radius: 12px; background: #f7faf8; overflow: hidden; }
.thp-header-search input { min-width: 0; flex: 1; padding: 0 12px; border: 0; outline: 0; color: var(--thp-ink); background: transparent; font: inherit; font-size: 13px; }
.thp-content .thp-header-search button,
.thp-content .thp-header-search button:hover,
.thp-content .thp-header-search button:focus { padding: 0 14px; border: 0 !important; color: #fff !important; background: var(--thp-forest) !important; box-shadow: none !important; font: inherit; font-size: 12px; font-weight: 800; cursor: pointer; }
.thp-content .thp-header-search button:focus,
.thp-content .thp-header-search button:focus-visible { outline: 3px solid #f3b54c !important; outline-offset: -4px !important; }
.thp-content .thp-menu-toggle { display: none !important; }
.thp-content .thp-menu-toggle,
.thp-content .thp-menu-toggle:hover,
.thp-content .thp-menu-toggle:focus { appearance: none; width: 44px; height: 44px; padding: 10px; border: 1px solid var(--thp-line) !important; border-radius: 12px; color: var(--thp-forest) !important; background: #fff !important; box-shadow: none !important; cursor: pointer; }
.thp-content .thp-menu-toggle span { display: block !important; width: 100%; height: 2px; margin: 5px 0; border-radius: 2px; background: var(--thp-forest) !important; }
.thp-content .thp-menu-toggle:focus,
.thp-content .thp-menu-toggle:focus-visible { outline: 3px solid #f3b54c !important; outline-offset: 3px !important; }

.thp-mobile-nav { position: fixed; z-index: 9999; inset: 0; }
.thp-content .thp-mobile-nav-backdrop { position: absolute; inset: 0; width: 100%; border: 0 !important; border-radius: 0; background: rgba(3, 24, 23, .72) !important; box-shadow: none; cursor: pointer; }
.thp-mobile-nav-panel { position: absolute; z-index: 2; inset: 0 0 0 auto; width: min(390px, 88vw); padding: 24px; overflow-y: auto; overscroll-behavior: contain; background: #fff; box-shadow: -20px 0 70px rgba(0, 0, 0, .2); }
.thp-mobile-nav-head { display: flex; align-items: center; justify-content: space-between; padding-bottom: 20px; border-bottom: 1px solid var(--thp-line); }
.thp-mobile-nav-head strong { color: var(--thp-forest); font-size: 20px; }
.thp-content .thp-mobile-nav-head button,
.thp-content .thp-mobile-nav-head button:hover,
.thp-content .thp-mobile-nav-head button:focus { appearance: none; width: 42px; height: 42px; padding: 0; border: 0 !important; border-radius: 12px; background: #edf5f2 !important; color: var(--thp-forest) !important; box-shadow: none !important; font: inherit; font-size: 28px; line-height: 1; cursor: pointer; }
.thp-content .thp-mobile-nav-head button:focus,
.thp-content .thp-mobile-nav-head button:focus-visible { outline: 3px solid #f3b54c !important; outline-offset: 3px !important; }
.thp-mobile-nav-panel nav { display: grid; gap: 4px; padding-top: 18px; }
.thp-mobile-nav-panel nav a { padding: 13px 12px; border-radius: 10px; color: var(--thp-ink); text-decoration: none; font-weight: 800; }
.thp-mobile-nav-panel nav a:hover { background: #edf5f2; color: var(--thp-forest); }
body.thp-content-menu-open #pojo-a11y-toolbar,
body.thp-content-menu-open #pojo-a11y-skip-content { visibility: hidden !important; pointer-events: none !important; }
body.thp-content-menu-open > :not(.thp-content):not(script):not(style):not(link) { visibility: hidden !important; pointer-events: none !important; }
body.thp-content-menu-open .thp-site-header { z-index: 2147483646; }
body.thp-real-estate:not(.thp-content-menu-open) #pojo-a11y-toolbar { top: auto !important; bottom: 96px !important; }

.thp-breadcrumb-wrap { min-height: 54px; display: flex; align-items: center; }
.thp-breadcrumbs { color: #5b716d; font-size: 13px; }
.thp-breadcrumbs ol { display: flex; flex-wrap: wrap; gap: 7px; align-items: center; margin: 0; padding: 0; list-style: none; }
.thp-breadcrumbs li { display: inline-flex; align-items: center; gap: 7px; }
.thp-breadcrumbs li:not(:last-child)::after { content: "/"; color: #a3b0ad; }
.thp-breadcrumbs a { color: var(--thp-forest); font-weight: 700; text-decoration: none; }
.thp-breadcrumbs a:hover { text-decoration: underline; }

.thp-content-hero { position: relative; min-height: 560px; display: grid; align-items: center; overflow: hidden; isolation: isolate; background: var(--thp-forest-deep); }
.thp-content-hero.is-spoke { min-height: 480px; }
.thp-hero-art, .thp-hero-art img, .thp-hero-shade { position: absolute; inset: 0; width: 100%; height: 100%; }
.thp-hero-art img { object-fit: cover; object-position: left center; }
.thp-hero-shade { z-index: 1; background: linear-gradient(90deg, rgba(4, 31, 30, .08) 0%, rgba(4, 31, 30, .52) 50%, rgba(4, 31, 30, .96) 100%); }
.thp-hero-inner { position: relative; z-index: 2; display: grid; grid-template-columns: minmax(0, 1.1fr) minmax(240px, .7fr); align-items: end; gap: 64px; padding-block: 88px; }
.thp-hero-copy { max-width: 720px; color: #fff; }
.thp-kicker { margin: 0 0 12px; color: var(--thp-gold); font-size: 12px; font-weight: 900; letter-spacing: .08em; text-transform: uppercase; }
.thp-hero-copy h1 { max-width: 860px; margin: 0; color: #fff; font-size: clamp(42px, 5.7vw, 74px); line-height: 1.05; letter-spacing: -.035em; text-wrap: balance; }
.thp-content-hero.is-spoke .thp-hero-copy h1 { font-size: clamp(38px, 4.8vw, 64px); }
.thp-hero-summary { max-width: 680px; margin: 26px 0 0; color: #dcebe7; font-size: clamp(18px, 2vw, 23px); line-height: 1.55; }
.thp-button { display: inline-flex; align-items: center; justify-content: center; min-height: 48px; margin-top: 28px; padding: 10px 20px; border-radius: 12px; text-decoration: none; font-weight: 900; transition: transform .2s ease, box-shadow .2s ease; }
.thp-button:hover { transform: translateY(-2px); }
.thp-content .thp-button-light,
.thp-content .thp-button-light:visited,
.thp-content .thp-button-light:hover,
.thp-content .thp-button-light:focus { color: var(--thp-forest-deep); background: #fff; box-shadow: 0 14px 30px rgba(0, 0, 0, .18); }
.thp-hero-facts { display: grid; grid-template-columns: repeat(3, 1fr); gap: 10px; color: #fff; }
.thp-hero-facts div { min-height: 118px; padding: 18px 14px; border: 1px solid rgba(255, 255, 255, .22); border-radius: 18px; background: rgba(8, 54, 51, .66); backdrop-filter: blur(12px); }
.thp-hero-facts strong { display: block; color: #fff; font-size: 38px; line-height: 1; }
.thp-hero-facts span { display: block; margin-top: 11px; color: #d8e9e5; font-size: 12px; font-weight: 800; line-height: 1.3; }

.thp-content-flow { padding-block: 86px 110px; }
.thp-section-heading { max-width: 780px; margin-bottom: 34px; }
.thp-section-heading h2 { margin: 0; color: var(--thp-forest-deep); font-size: clamp(31px, 4vw, 50px); line-height: 1.12; letter-spacing: -.025em; text-wrap: balance; }
.thp-decision-finder { padding: 0 0 90px; }
.thp-decision-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 18px; }
.thp-decision-card { padding: 28px; border: 1px solid var(--thp-line); border-radius: 22px; background: #fff; box-shadow: 0 10px 30px rgba(12, 62, 58, .06); }
.thp-decision-card h3 { margin: 0 0 20px; color: var(--thp-forest); font-size: 22px; line-height: 1.25; }
.thp-decision-card ul { display: grid; gap: 10px; margin: 0; padding: 0; list-style: none; }
.thp-decision-card a { display: block; padding: 14px; border-radius: 14px; background: #f1f6f3; text-decoration: none; transition: background .2s ease, transform .2s ease; }
.thp-decision-card a:hover { background: #e4f0eb; transform: translateX(-3px); }
.thp-decision-card a strong, .thp-decision-card a span { display: block; }
.thp-decision-card a strong { color: var(--thp-forest-deep); font-size: 15px; }
.thp-decision-card a span { margin-top: 5px; color: var(--thp-muted); font-size: 13px; line-height: 1.5; }

.thp-guide-index { padding: 80px 0; border-top: 1px solid var(--thp-line); border-bottom: 1px solid var(--thp-line); }
.thp-guide-group + .thp-guide-group { margin-top: 54px; }
.thp-guide-group > header { max-width: 760px; margin-bottom: 22px; }
.thp-guide-group > header h3 { margin: 0; color: var(--thp-forest); font-size: 27px; }
.thp-guide-group > header p { margin: 7px 0 0; color: var(--thp-muted); }
.thp-guide-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 18px; }
.thp-guide-card { min-height: 292px; display: flex; flex-direction: column; padding: 28px; border: 1px solid #d9e3df; border-radius: 22px; background: linear-gradient(160deg, #fff, #f5f8f6); box-shadow: 0 12px 34px rgba(10, 57, 54, .07); }
.thp-guide-card h4 { margin: 0; color: var(--thp-forest-deep); font-size: 23px; line-height: 1.25; }
.thp-guide-card > p:not(.thp-kicker) { margin: 16px 0; color: var(--thp-muted); font-size: 15px; }
.thp-guide-card a { margin-top: auto; color: var(--thp-forest); font-size: 14px; font-weight: 900; text-decoration: none; }
.thp-guide-card a:hover { text-decoration: underline; }

.thp-article-layout { display: grid; grid-template-columns: minmax(0, 780px) minmax(230px, 290px); gap: 70px; align-items: start; }
.thp-prose { min-width: 0; color: #263936; font-size: 18px; line-height: 1.82; }
.thp-hub-article { max-width: 880px; margin: 90px auto 0; padding: 52px 58px; border-radius: 24px; background: #fff; box-shadow: var(--thp-shadow); }
.thp-prose > :first-child { margin-top: 0; }
.thp-prose h2 { margin: 52px 0 18px; color: var(--thp-forest-deep); font-size: clamp(28px, 3.2vw, 39px); line-height: 1.2; letter-spacing: -.02em; }
.thp-prose h3 { margin: 38px 0 14px; color: var(--thp-forest); font-size: 25px; line-height: 1.25; }
.thp-prose p { margin: 0 0 22px; }
.thp-prose ul, .thp-prose ol { margin: 0 0 28px; padding-right: 24px; }
.thp-prose li + li { margin-top: 8px; }
.thp-prose a { color: #0b655f; font-weight: 800; text-decoration-thickness: 1px; text-underline-offset: 3px; }
.thp-prose img { border-radius: 18px; box-shadow: 0 14px 34px rgba(7, 47, 45, .12); }
.thp-prose blockquote { margin: 32px 0; padding: 22px 24px; border-right: 4px solid var(--thp-gold); border-radius: 12px 0 0 12px; background: var(--thp-cream); color: #344743; }
.thp-prose table { width: 100%; display: block; overflow-x: auto; border-collapse: collapse; }
.thp-prose th, .thp-prose td { padding: 12px; border: 1px solid var(--thp-line); text-align: right; }
.thp-prose th { background: #edf5f2; color: var(--thp-forest-deep); }
.thp-article-aside { position: sticky; top: 24px; display: grid; gap: 16px; }
.thp-toc { padding: 24px; border: 1px solid var(--thp-line); border-radius: 18px; background: #fff; box-shadow: 0 10px 30px rgba(7, 47, 45, .06); }
.thp-toc strong { display: block; margin-bottom: 12px; color: var(--thp-forest-deep); }
.thp-toc ol { display: grid; gap: 8px; margin: 0; padding: 0; list-style: none; counter-reset: toc; }
.thp-toc li { counter-increment: toc; }
.thp-toc a { display: grid; grid-template-columns: 22px 1fr; gap: 6px; color: #536763; font-size: 13px; line-height: 1.4; text-decoration: none; }
.thp-toc a::before { content: counter(toc, decimal-leading-zero); color: var(--thp-gold); font-size: 10px; font-weight: 900; }
.thp-toc a:hover { color: var(--thp-forest); }
.thp-content .thp-aside-hub-link,
.thp-content .thp-aside-hub-link:visited,
.thp-content .thp-aside-hub-link:hover,
.thp-content .thp-aside-hub-link:focus { padding: 18px; border-radius: 16px; color: #fff; background: var(--thp-forest); font-size: 14px; font-weight: 900; line-height: 1.45; text-decoration: none; }

.thp-continuations { margin-top: 92px; padding-top: 72px; border-top: 1px solid var(--thp-line); }
.thp-continuation-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 18px; }
.thp-content .thp-continuation-card,
.thp-content .thp-continuation-card:visited,
.thp-content .thp-continuation-card:hover,
.thp-content .thp-continuation-card:focus { min-height: 220px; display: flex; flex-direction: column; padding: 30px; border-radius: 22px; color: #fff; background: linear-gradient(145deg, var(--thp-forest), var(--thp-forest-deep)); text-decoration: none; box-shadow: var(--thp-shadow); }
.thp-content .thp-continuation-card strong { color: #fff; font-size: 24px; line-height: 1.25; }
.thp-continuation-card > span { margin-top: 13px; color: #d3e5e1; font-size: 15px; }
.thp-continuation-card small { margin-top: auto; color: #f0bd6a; font-weight: 900; }

.thp-source-panel { display: grid; grid-template-columns: .7fr 1.3fr; gap: 28px; margin-top: 90px; padding: 34px; border: 1px solid var(--thp-line); border-radius: 22px; background: #f3f7f5; }
.thp-freshness { padding-left: 28px; border-left: 1px solid var(--thp-line); }
.thp-freshness strong, .thp-freshness span { display: block; }
.thp-freshness strong { color: var(--thp-forest); font-size: 18px; }
.thp-freshness span { margin-top: 6px; color: var(--thp-muted); font-size: 14px; }
.thp-sources ul { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 12px 18px; margin: 0; padding: 0; list-style: none; }
.thp-sources li { min-width: 0; }
.thp-sources a, .thp-sources span { display: block; }
.thp-sources a { color: var(--thp-forest); font-size: 14px; font-weight: 900; }
.thp-sources span { color: var(--thp-muted); font-size: 12px; line-height: 1.4; }

.thp-site-footer { color: #d7e5e2; background: #072f2d; }
.thp-footer-lead { display: flex; align-items: end; justify-content: space-between; gap: 40px; padding-block: 64px 42px; border-bottom: 1px solid rgba(255, 255, 255, .14); }
.thp-footer-lead h2 { max-width: 660px; margin: 0; color: #fff; font-size: clamp(30px, 4vw, 48px); line-height: 1.13; }
.thp-footer-lead p:not(.thp-kicker) { margin: 14px 0 0; color: #c4d8d4; }
.thp-footer-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 34px; padding-block: 48px 60px; }
.thp-footer-grid nav { display: grid; align-content: start; gap: 9px; }
.thp-footer-grid h2 { margin: 0 0 8px; color: #fff; font-size: 16px; }
.thp-footer-grid a { color: #b9cfca; font-size: 13px; text-decoration: none; }
.thp-footer-grid a:hover { color: #fff; text-decoration: underline; }
.thp-footer-bottom { border-top: 1px solid rgba(255, 255, 255, .1); }
.thp-footer-bottom .thp-shell { min-height: 58px; display: flex; align-items: center; justify-content: space-between; gap: 20px; }
.thp-footer-bottom p { margin: 0; color: #b8cdc8; font-size: 12px; }
.thp-footer-bottom a { color: #c7dad6; font-size: 12px; text-decoration: none; }

@media (max-width: 1230px) {
  html.thp-content-document, body.thp-real-estate, .thp-content { overflow: visible !important; }
  body.thp-real-estate.thp-content-menu-open { overflow: hidden !important; }
  .thp-site-header { position: sticky; top: 0; }
  body.thp-real-estate:not(.thp-content-menu-open) #pojo-a11y-toolbar { top: 12px !important; right: auto !important; bottom: auto !important; left: -180px !important; transition: none !important; }
  body.thp-real-estate:not(.thp-content-menu-open) #pojo-a11y-toolbar.pojo-a11y-toolbar-open { top: 77px !important; left: 12px !important; }
  body.thp-real-estate #pojo-a11y-toolbar .pojo-a11y-toolbar-toggle { top: 0 !important; right: auto !important; bottom: auto !important; left: 280px !important; width: 44px !important; height: 44px !important; }
  body.thp-real-estate #pojo-a11y-toolbar.pojo-a11y-toolbar-open .pojo-a11y-toolbar-toggle { top: -65px !important; left: 88px !important; }
  body.thp-real-estate #pojo-a11y-toolbar.pojo-a11y-toolbar-open .pojo-a11y-toolbar-overlay { max-height: calc(100vh - 77px) !important; max-height: calc(100dvh - 77px) !important; overflow-y: auto !important; overscroll-behavior: contain; }
  body.thp-real-estate #pojo-a11y-toolbar .pojo-a11y-toolbar-toggle-link { width: 44px !important; height: 44px !important; padding: 8px !important; }
  body.thp-real-estate #pojo-a11y-toolbar .pojo-a11y-toolbar-toggle-link svg { width: 28px !important; height: 28px !important; }
  body.thp-real-estate #pojo-a11y-toolbar .pojo-a11y-toolbar-toggle-link:focus,
  body.thp-real-estate #pojo-a11y-toolbar .pojo-a11y-toolbar-toggle-link:focus-visible { outline: 3px solid #f3b54c !important; outline-offset: -3px !important; }
  .thp-primary-nav, .thp-header-search { display: none; }
  .thp-content .thp-menu-toggle { display: block !important; margin-right: auto; }
  .thp-hero-inner { grid-template-columns: 1fr; align-items: end; }
  .thp-hero-copy { margin-right: 0; }
  .thp-hero-facts { max-width: 580px; }
  .thp-decision-grid, .thp-guide-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .thp-article-layout { grid-template-columns: minmax(0, 1fr) 250px; gap: 40px; }
}

@media (min-width: 1231px) {
  .thp-content .thp-menu-toggle { display: none !important; }
}

@media (max-width: 820px) {
  .thp-shell { width: min(100% - 32px, 680px); }
  .thp-content { font-size: 16px; }
  .thp-content-hero, .thp-content-hero.is-spoke { min-height: 620px; }
  .thp-hero-art img { object-position: 29% center; }
  .thp-hero-shade { background: linear-gradient(180deg, rgba(4, 31, 30, .18), rgba(4, 31, 30, .93) 63%, rgba(4, 31, 30, .98)); }
  .thp-hero-inner { min-height: 620px; padding-block: 120px 46px; align-content: end; gap: 30px; }
  .thp-hero-facts { grid-template-columns: repeat(3, 1fr); }
  .thp-decision-grid, .thp-guide-grid, .thp-continuation-grid, .thp-source-panel, .thp-footer-grid { grid-template-columns: 1fr; }
  .thp-guide-card { min-height: 0; }
  .thp-guide-card a { margin-top: 24px; }
  .thp-article-layout { display: flex; flex-direction: column-reverse; gap: 30px; }
  .thp-article-aside { position: static; width: 100%; }
  .thp-toc { display: none; }
  .thp-hub-article { padding: 32px 26px; }
  .thp-freshness { padding: 0 0 24px; border: 0; border-bottom: 1px solid var(--thp-line); }
  .thp-sources ul { grid-template-columns: 1fr; }
  .thp-footer-lead { align-items: start; flex-direction: column; }
}

@media (max-width: 520px) {
  .thp-shell { width: min(100% - 24px, 440px); }
  .thp-header-inner { min-height: 68px; }
  .thp-brand-mark { width: 38px; height: 38px; }
  .thp-brand strong { font-size: 17px; }
  .thp-breadcrumb-wrap { min-height: 48px; }
  .thp-breadcrumbs { font-size: 11px; }
  .thp-content-hero, .thp-content-hero.is-spoke { min-height: 580px; }
  .thp-hero-inner { min-height: 580px; padding-block: 110px 34px; }
  .thp-hero-copy h1, .thp-content-hero.is-spoke .thp-hero-copy h1 { font-size: clamp(34px, 10vw, 46px); }
  .thp-hero-summary { margin-top: 18px; font-size: 17px; }
  .thp-hero-facts { gap: 7px; }
  .thp-hero-facts div { min-height: 92px; padding: 14px 10px; border-radius: 14px; }
  .thp-hero-facts strong { font-size: 30px; }
  .thp-hero-facts span { font-size: 10px; }
  .thp-content-flow { padding-block: 58px 78px; }
  .thp-decision-finder { padding-bottom: 64px; }
  .thp-decision-card, .thp-guide-card, .thp-continuation-card { padding: 22px; }
  .thp-guide-index { padding-block: 58px; }
  .thp-prose { font-size: 16.5px; }
  .thp-hub-article { margin-top: 62px; padding: 27px 20px; }
  .thp-source-panel { padding: 24px 20px; }
  .thp-footer-grid { gap: 28px; }
}

@media (prefers-reduced-motion: reduce) {
  .thp-content *, .thp-content *::before, .thp-content *::after { scroll-behavior: auto !important; transition: none !important; }
}
