/* TERAWHAT editorial system — shared with the adopted photo-led homepage. */
body.site-editorial {
  --primary: #2563eb;
  --primary-dark: #184cc0;
  --primary-light: #f0f6ff;
  --accent: #bd480a;
  --accent-text: #bd480a;
  --accent-light: #fff4e9;
  --text: #14243d;
  --navy: #14243d;
  --text-mid: #43536b;
  --text-light: #56657a;
  --bg: #fff;
  --surface: #fff;
  --border: #dce5f0;
  --border-light: #e7edf5;
  --radius: 8px;
  --radius-sm: 5px;
  --shadow-sm: none;
  --shadow-md: none;
  --shadow-hover: none;
  margin: 0;
  color: var(--text);
  background: #fff;
  font-family: 'Noto Sans JP', 'Yu Gothic', sans-serif;
  font-size: 16px;
  line-height: 1.9;
  -webkit-font-smoothing: antialiased;
}
body.site-editorial :is(h1, h2, h3, h4, input, button, select, textarea) { font-family: inherit; }
body.site-editorial :is(h1, h2, h3) { color: var(--text); letter-spacing: -.025em; }
body.site-editorial a { text-underline-offset: 4px; }
body.site-editorial :is(a, button, input, select, summary):focus-visible { outline: 3px solid #e98b36 !important; outline-offset: 4px !important; }
body.site-editorial [hidden] { display: none !important; }
body.site-editorial .container { max-width: 1280px !important; padding-inline: 0; width: calc(100% - 112px); }
body.site-editorial :is(.tw-ex-main, .tw-longform-main, .policy-main, .privacy-main) { width: calc(100% - 112px); max-width: 1040px; padding: 38px 0 72px; margin-inline: auto; }
body.site-editorial :is(.news-article-main, .news-detail-hero-inner) { max-width: 920px !important; }
body.site-editorial .breadcrumb { max-width: 1280px; width: calc(100% - 112px); margin: 0 auto; padding: 22px 0 0; border: 0; background: none; font-size: 11px; }
body.site-editorial .breadcrumb ol { flex-wrap: wrap; gap: 5px 9px; }

/* The same wordmark, spacing and navigation rhythm as the homepage. */
body.site-editorial > header { position: relative; z-index: 30; margin: 0; padding: 0; background: #fff; border: 0; border-bottom: 1px solid #eaf0f7; box-shadow: none; }
body.site-editorial > header::after { content: none; }
body.site-editorial > header { height: auto !important; width: 100%; }
.tw-header-inner { width: min(1280px, calc(100% - 112px)); min-height: 88px; margin: 0 auto; display: flex; align-items: center; justify-content: space-between; gap: 26px; }
body.site-editorial .tw-brand { display: inline-flex; gap: 13px; align-items: center; flex-shrink: 0; color: #14243d; text-decoration: none; }
.tw-brand > img { display: block; width: 27px; height: 43px; object-fit: contain; }
.tw-brand strong { display: block; font-size: 29px; letter-spacing: -.035em; font-weight: 900; line-height: 1.1; }
.tw-brand small { display: block; margin-top: 5px; font-size: 10px; color: #56657a; line-height: 1.3; }
.tw-site-nav { display: flex; align-items: center; gap: 25px; }
body.site-editorial .tw-site-nav a { display: inline-flex; align-items: center; min-height: 44px; padding: 10px 0; color: #14243d; font-size: 13px; font-weight: 700; border-bottom: 2px solid transparent; text-decoration: none; white-space: nowrap; }
body.site-editorial .tw-site-nav a:is(:hover, [aria-current]) { color: #184cc0; border-bottom-color: #2563eb; }
.tw-site-nav a:last-child { margin-left: 3px; }
.tw-menu-toggle { display: none; }
body.site-editorial .site-footer { background: #f6f8fc; color: #14243d; padding: 64px 0 24px; margin-top: 56px; border-top: 1px solid #dce5f0; }
.tw-footer-inner { width: min(1280px, calc(100% - 112px)); margin-inline: auto; }
.tw-footer-grid { display: grid; grid-template-columns: 1.6fr 1fr 1fr 1fr; gap: 45px; padding-bottom: 42px; }
.tw-footer-grid > div > p { font-size: 12px; color: #56657a; margin-top: 22px; }
.tw-footer-grid nav h2 { font-size: 13px; font-weight: 700; margin: 0 0 15px; padding: 0; border: 0; background: transparent; }
body.site-editorial .tw-footer-grid nav a { display: block; width: fit-content; padding: 4px 0; color: #43536b; font-size: 12px; }
.tw-footer-bottom { display: flex; align-items: center; justify-content: space-between; gap: 22px; padding-top: 22px; border-top: 1px solid #dce5f0; font-size: 11px; }
.tw-footer-note { color: #56657a; font-size: 10px; margin: 18px 0 0; }
body.site-editorial .site-footer { text-align: left; width: 100%; }
body.site-editorial .tw-footer-bottom a { color: #184cc0 !important; }

/* Page openings: photo for discovery, a quiet text-led title for deep reading. */
body.site-editorial :is(.tw-page-hero, .tw-longform-hero, .tw-ex-hero, .page-hero, .news-list-hero, .news-detail-hero) {
  margin: 0;
  padding: 50px 0;
  color: var(--text);
  background: #fff;
  border: 0;
  border-bottom: 1px solid var(--border);
  border-radius: 0;
  box-shadow: none;
  overflow: visible;
}
body.site-editorial :is(.tw-page-hero, .tw-longform-hero, .tw-ex-hero, .page-hero, .news-list-hero, .news-detail-hero)::before,
body.site-editorial :is(.tw-page-hero, .tw-longform-hero, .tw-ex-hero, .page-hero, .news-list-hero, .news-detail-hero)::after,
body.site-editorial .page-hero-inner::before { content: none; }
body.site-editorial :is(.tw-page-hero-inner, .tw-longform-hero-inner, .tw-ex-hero-inner, .page-hero-inner, .news-list-hero-inner, .news-detail-hero-inner) {
  position: relative;
  width: min(1280px, calc(100% - 112px));
  max-width: 1280px;
  margin: 0 auto;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}
body.site-editorial :is(.tw-page-hero-inner, .tw-longform-hero-inner, .tw-ex-hero-inner) { display: grid; grid-template-columns: minmax(0, 1fr) 320px; gap: 60px; align-items: center; min-height: 205px; }
body.site-editorial :is(.tw-page-hero-copy, .tw-ex-hero-copy) { min-width: 0; padding: 0; }
body.site-editorial :is(.tw-page-hero h1, .tw-longform-hero h1, .tw-ex-hero h1, .page-hero h1, .news-list-hero h1) { margin: 12px 0 18px; font-size: clamp(32px, 3.1vw, 48px); line-height: 1.5; font-weight: 800; letter-spacing: -.04em; text-shadow: none; }
body.site-editorial :is(.tw-page-hero-kicker, .tw-longform-kicker, .tw-ex-chip, .page-hero-inner > p:first-child) { color: var(--accent-text); font-size: 12px; letter-spacing: .06em; font-weight: 700; padding: 0; margin: 0 0 12px; background: transparent; border: 0; }
body.site-editorial :is(.tw-page-hero-lead, .tw-longform-lead, .tw-ex-hero-lead, .news-list-hero-copy, .page-hero-inner > p) { color: var(--text-mid); font-size: 15px; font-weight: 400; line-height: 2; max-width: 760px; margin: 0; }
body.site-editorial :is(.tw-ex-hero-updated, .earnings-hero-updated, .council-page-updated) { color: var(--text-light); font-size: 11px; margin-top: 22px; }
body.site-editorial .council-page-updated { width: min(1280px, calc(100% - 112px)); margin-inline: auto; }
body.site-editorial :is(.editorial-photo-art, .editorial-market-art) { display: block !important; position: relative; height: 205px; width: 100%; align-self: center; padding: 0; margin: 0; overflow: hidden; }
body.site-editorial .editorial-photo-art { border-radius: 4px; }
body.site-editorial .editorial-photo-art img { display: block; width: 100%; height: 100%; max-width: none; object-fit: cover; object-position: 78% center; margin: 0; opacity: .92; }
body.site-editorial .editorial-market-art img { position: absolute; top: 50%; left: 50%; width: 112%; height: auto; max-width: none; transform: translate(-50%, -50%); }
body.site-editorial :is(.tw-page-hero, .tw-longform-hero, .tw-ex-hero):has(.editorial-photo-art) { position: relative; isolation: isolate; overflow: hidden; }
body.site-editorial :is(.tw-page-hero-inner, .tw-longform-hero-inner, .tw-ex-hero-inner):has(.editorial-photo-art) { position: static; display: block; }
body.site-editorial :is(.tw-page-hero-inner, .tw-longform-hero-inner, .tw-ex-hero-inner):has(.editorial-photo-art) > :first-child { position: relative; z-index: 2; width: 64%; min-height: 205px; display: flex; flex-direction: column; justify-content: center; }
body.site-editorial :is(.tw-page-hero, .tw-longform-hero, .tw-ex-hero) .editorial-photo-art { position: absolute; inset: 0; width: 100%; height: 100%; margin: 0; border-radius: 0; z-index: 0; }
body.site-editorial .editorial-photo-art img { object-position: center 60%; opacity: 1; }
body.site-editorial .editorial-photo-art::after { content: ''; position: absolute; inset: 0; background: linear-gradient(90deg, #fff 0%, #fff 30%, rgba(255,255,255,.94) 49%, rgba(255,255,255,.3) 70%, transparent 88%); }
body.site-editorial .news-list-hero { background: #f1f6ff; }
body.site-editorial .news-list-hero-inner { display: grid; grid-template-columns: 1fr 360px; gap: 48px; align-items: center; min-height: 205px; }
body.site-editorial .news-list-hero-head { display: block; padding: 0; }
body.site-editorial .news-list-hero-icon,
body.site-editorial .news-detail-hero-icon { display: none; }
body.site-editorial .news-detail-hero { padding-block: 44px 40px; }
body.site-editorial .news-detail-hero-inner { display: block; }
body.site-editorial .news-detail-hero-copy { padding: 0; }
body.site-editorial .news-detail-hero-title { color: #14243d; font-size: clamp(29px, 2.9vw, 42px); line-height: 1.65; font-weight: 800; margin: 22px 0; text-shadow: none; }
body.site-editorial .news-detail-hero-meta { display: flex; flex-wrap: wrap; gap: 12px 24px; align-items: center; }
body.site-editorial :is(.news-detail-chip, .news-list-badge, .council-card-kicker) { background: #eaf1ff; border: 0; color: #184cc0; border-radius: 3px; font-size: 11px; font-weight: 600; }
body.site-editorial .news-detail-back { color: #184cc0; font-size: 12px; background: none; border: 0; padding: 0; }

/* Articles and explainers: clear reading measure and restrained callouts. */
body.site-editorial .news-article-main { padding-block: 42px 72px; }
body.site-editorial :is(.explain-body, .tw-readable-prose) { color: var(--text); }
body.site-editorial :is(.explain-body > p, .explain-body > ul, .explain-body > ol, .tw-readable-prose > p, .tw-readable-prose > ul, .tw-readable-prose > ol) { font-size: 16px; line-height: 2.05; }
body.site-editorial :is(.explain-h2, .explain-body > h2, .tw-longform-card > h2, .tw-ex-head h2) { font-size: 25px; font-weight: 800; line-height: 1.65; background: transparent; color: #14243d; border: 0; border-bottom: 1px solid #dce5f0; padding: 0 0 16px; margin: 34px 0 22px; border-radius: 0; }
body.site-editorial :is(.explain-h2, .explain-body > h2)::before { content: none; }
body.site-editorial .news-article-summary { background: #f1f6ff; border: 0; border-left: 3px solid #2563eb; border-radius: 0; box-shadow: none; padding: 22px 26px; font-size: 16px !important; line-height: 2 !important; }
body.site-editorial :is(.news-article-context, .explain-callout, .tw-ex-summary, .tw-next-reading) { border: 1px solid #dce5f0; border-left: 3px solid #2563eb; background: #f5f8ff; border-radius: 4px; box-shadow: none; padding: 22px 26px; }
body.site-editorial .tw-ex-summary p { font-size: 16px; line-height: 2; }
body.site-editorial .tw-ex-section { padding-top: 28px; }
body.site-editorial .tw-ex-head { margin-bottom: 20px; }
body.site-editorial .tw-ex-head h2 { width: 100%; margin: 0; }
body.site-editorial :is(.tw-ex-card, .tw-ex-link-card, .tw-longform-card, .policy-section, .privacy-card) { border-radius: 6px; border-color: #dce5f0; box-shadow: none; background: #fff; }
body.site-editorial :is(.tw-ex-grid-2, .tw-ex-grid-3, .tw-ex-grid-4) { gap: 22px; }
body.site-editorial :is(.tw-ex-card p, .tw-ex-link-card p, .policy-section p, .privacy-card p) { line-height: 2; }
body.site-editorial :is(.explain-source, .tw-ex-source, .council-source-note) { background: #f7f9fc; border-color: #dce5f0; border-radius: 4px; font-size: 13px; }
body.site-editorial :is(.tw-ex-num, .tw-ex-card-icon) { color: #184cc0; background: #f0f6ff; box-shadow: none; }

/* Lists, utilities and research tools share flat surfaces and visible divisions. */
body.site-editorial :is(.news-list-shell, .council-shell, .earnings-shell, .press-release-shell, .site-search-main, .links-shell) { padding-top: 40px; padding-bottom: 64px; }
body.site-editorial :is(.news-list-card, .news-list-feature, .news-list-sidebar-card, .council-card, .council-material-card, .council-materials-panel, .council-series-card, .council-meeting-card, .earnings-company-card, .earnings-summary-section, .press-release-source, .press-release-group, .site-search-result, .resource-group) { border: 1px solid #dce5f0; border-radius: 6px; box-shadow: none; background: #fff; }
body.site-editorial :is(.news-list-card, .council-series-card, .earnings-company-card):hover { box-shadow: none; border-color: #82a8f9; transform: none; }
body.site-editorial :is(.council-card, .council-materials-panel, .earnings-summary-section) { padding: 28px 30px; }
body.site-editorial :is(.council-card h2, .council-materials-panel h2, .earnings-summary-section h2, .resource-group summary) { font-size: 23px; font-weight: 800; color: #14243d; }
body.site-editorial .council-meeting-card { border-width: 0 0 1px; border-radius: 0; padding: 24px 8px; }
body.site-editorial .council-meeting-list { border-top: 2px solid #14243d; }
body.site-editorial .council-series-card { border-top: 3px solid #2563eb; background: #f4f7fc; }
body.site-editorial :is(.council-hub-table, .cal-table, .tw-fact-table, .tw-ex-table, .explain-table) { border-color: #dce5f0; box-shadow: none; border-radius: 0; }
body.site-editorial :is(.council-hub-table, .cal-table, .tw-fact-table, .tw-ex-table, .explain-table) th { color: #14243d; background: #edf4ff; border-color: #dce5f0; }
body.site-editorial :is(.council-hub-table, .cal-table, .tw-fact-table, .tw-ex-table, .explain-table) td { border-color: #dce5f0; }
body.site-editorial :is(.earnings-viewer, .earnings-viewer-head) { background: #14243d; color: white; border-radius: 8px; box-shadow: none; }
body.site-editorial .earnings-viewer-head h2 { color: white; }
body.site-editorial :is(.earnings-viewer-kicker, .earnings-viewer-head p) { color: #cfddf4; }
body.site-editorial :is(.news-list-search-shell, .tw-glossary-search-inner, .site-search-form, .cross-search-input, .search-form-wrap, .council-explorer) { border-color: #ccd9eb; box-shadow: none; border-radius: 6px; background: #f8faff; }
body.site-editorial :is(.site-search-form, .search-form-wrap) { padding: 24px; }
body.site-editorial :is(input[type="search"], input[type="text"], select) { color: #14243d; border-radius: 5px; min-height: 44px; }
body.site-editorial :is(.news-list-filter-btn, .site-search-filter, .press-release-filter-button) { border-radius: 4px; }
body.site-editorial .tw-market-grid { gap: 18px; }
body.site-editorial .tw-market-card { border: 1px solid #dce5f0; border-radius: 8px; background: #fff; box-shadow: none; padding: 24px 20px; }
body.site-editorial .tw-market-card img { width: 174px; height: 116px; object-fit: contain; margin: 22px auto 10px; }
body.site-editorial .tw-market-name { font-size: 16px; font-weight: 700; }
body.site-editorial .tw-market-name small { font-size: 11px; color: #56657a; }
body.site-editorial .tw-market-num { color: #184cc0; }
body.site-editorial .tw-weekly { border-radius: 6px; background: #fff; border: 1px solid #dce5f0; box-shadow: none; padding: 26px; }
body.site-editorial .tw-weekly-visual { display: none; }
body.site-editorial .tw-weekly-title { font-size: 23px; }
body.site-editorial .earnings-company-card { grid-template-columns: 80px minmax(0, 1fr) auto; }
body.site-editorial .earnings-company-number { display: flex; flex-direction: column; gap: 10px; align-items: center; justify-content: center; font-size: 12px; background: none; color: #56657a; }
body.site-editorial .editorial-company-sign { width: 68px; height: 68px; object-fit: contain; }
body.site-editorial :is(.site-search-input-row button, .site-search-topics button, #siteSearchTypeFilters button) { border-radius: 5px; }
body.site-editorial .not-found-card { max-width: 780px; margin: 80px auto; padding: 52px; border: 1px solid #dce5f0; border-top: 4px solid #2563eb; box-shadow: none; border-radius: 6px; }
body.site-editorial .not-found-card h1 { font-size: 36px; }
body.site-editorial.not-found-page { display: block; padding: 0; min-height: 100vh; place-items: normal; }

/* Retire the legacy important hero rules without changing other page content. */
body.site-editorial :is(.news-list-hero, .news-detail-hero, .page-hero) { padding: 50px 0 !important; background: #fff !important; }
body.site-editorial .news-list-hero { background: #f1f6ff !important; }
body.site-editorial :is(.news-list-hero, .news-detail-hero, .page-hero)::after { content: none !important; display: none !important; }
body.site-editorial :is(.news-list-hero-inner, .news-detail-hero-inner, .page-hero-inner) { padding: 0 !important; max-width: 1280px !important; }
body.site-editorial .news-detail-hero-inner { max-width: 920px !important; }
body.site-editorial :is(.news-list-hero-inner, .news-detail-hero-inner, .page-hero-inner) { margin-inline: auto !important; }
body.site-editorial .page-hero :is(.page-hero-inner) { padding: 0 !important; }
body.site-editorial .scroll-fade { opacity: 1 !important; transform: none !important; }
body.site-editorial :is(.news-detail-hero-title, .page-hero h1, .news-list-hero-title) { font-size: clamp(29px, 2.9vw, 42px) !important; line-height: 1.65 !important; font-weight: 800 !important; }
body.site-editorial .earnings-company-number { width: auto !important; height: auto !important; background: none !important; border-radius: 0 !important; }
body.site-editorial .tw-glossary-search .glossary-search-shell { border-radius: 6px; background: #f8faff; }
body.site-editorial .search-label { width: auto; min-width: 100px; white-space: nowrap; }
body.site-editorial :is(.search-row-stack, .search-row-head) { grid-template-columns: minmax(0, 1fr); }
body.site-editorial :is(.search-input-row, .cross-search-input) { min-width: 0; width: 100%; }
body.site-editorial .cross-search-btn { background: #2563eb; border-radius: 5px; }
body.site-editorial :is(.search-chip, .council-back-link, .earnings-back-link) { color: #184cc0; border-color: #dce5f0; background: #f1f6ff; border-radius: 5px; }
body.site-editorial :is(.news-list-filter-btn, .news-list-badge-btn, .news-list-search-shell) { border-radius: 5px !important; }
body.site-editorial .earnings-company-card { grid-template-columns: 80px minmax(0, 1fr) auto !important; }
body.site-editorial :is(.links-intro, .press-release-filter-bar) { border-color: #dce5f0; border-radius: 6px; box-shadow: none; background: #f8faff; }
body.site-editorial .resource-group > summary { background: #f8faff; border-radius: 6px; }
body.site-editorial :is(.resource-group-icon, .resource-group-toggle) { color: #184cc0; background: #eef4ff; }

@media (max-width: 1150px) {
  body.site-editorial .container, body.site-editorial :is(.tw-ex-main, .tw-longform-main, .policy-main, .privacy-main, .breadcrumb) { width: calc(100% - 64px); }
  .tw-header-inner, .tw-footer-inner { width: calc(100% - 64px); }
  .tw-header-inner { flex-wrap: wrap; gap: 0 20px; }
  .tw-menu-toggle { display: inline-flex; align-items: center; gap: 8px; min-height: 44px; border: 1px solid #dce5f0; border-radius: 6px; background: #fff; padding: 8px 12px; color: #14243d; font-size: 12px; cursor: pointer; }
  .tw-site-nav { display: none; flex-basis: 100%; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 8px; padding: 16px 0; border-top: 1px solid #dce5f0; }
  .tw-site-nav.is-open { display: grid; }
  body.site-editorial .tw-site-nav a { display: block; padding: 10px 12px; background: #f5f8fd; border-radius: 4px; border-bottom: 0; }
  .tw-site-nav a:last-child { margin: 0; }
  body.site-editorial :is(.tw-page-hero-inner, .tw-longform-hero-inner, .tw-ex-hero-inner, .page-hero-inner, .news-list-hero-inner, .news-detail-hero-inner) { width: calc(100% - 64px); }
  body.site-editorial :is(.tw-page-hero-inner, .tw-longform-hero-inner, .tw-ex-hero-inner) { grid-template-columns: minmax(0, 1fr) 230px; gap: 35px; }
  body.site-editorial .news-list-hero-inner { grid-template-columns: 1fr; gap: 26px; }
  .tw-footer-grid { grid-template-columns: repeat(3, 1fr); gap: 32px; }
  .tw-footer-grid > div { grid-column: 1/-1; }
}
@media (max-width: 700px) {
  body.site-editorial :is(.news-list-hero, .news-detail-hero, .page-hero) { padding: 30px 0 !important; }
  body.site-editorial :is(.news-detail-hero-inner, .page-hero.council-hero .page-hero-inner, .page-hero.earnings-hero .page-hero-inner) { width: calc(100% - 40px) !important; }
  body.site-editorial .news-detail-hero + .container { width: calc(100% - 40px) !important; }
  body.site-editorial :is(.news-detail-hero-title, .page-hero h1, .news-list-hero-title) { font-size: 28px !important; }
  body.site-editorial { font-size: 15px; }
  body.site-editorial .container, body.site-editorial :is(.tw-ex-main, .tw-longform-main, .policy-main, .privacy-main, .breadcrumb) { width: calc(100% - 40px); }
  .tw-header-inner, .tw-footer-inner { width: calc(100% - 40px); }
  .tw-header-inner { min-height: 76px; }
  .tw-brand strong { font-size: 24px; }
  .tw-brand small { font-size: 9px; }
  .tw-brand > img { width: 23px; height: 33px; }
  body.site-editorial .tw-brand { gap: 9px; }
  .tw-site-nav { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  body.site-editorial .tw-site-nav a { font-size: 12px; }
  body.site-editorial .breadcrumb { padding-top: 18px; font-size: 10px; line-height: 1.8; }
  body.site-editorial :is(.tw-page-hero, .tw-longform-hero, .tw-ex-hero, .page-hero, .news-list-hero, .news-detail-hero) { padding-block: 30px; }
  body.site-editorial :is(.tw-page-hero-inner, .tw-longform-hero-inner, .tw-ex-hero-inner, .page-hero-inner, .news-list-hero-inner, .news-detail-hero-inner) { width: calc(100% - 40px); display: block; min-height: 0; }
  body.site-editorial :is(.tw-page-hero h1, .tw-longform-hero h1, .tw-ex-hero h1, .page-hero h1, .news-list-hero h1) { font-size: 30px; line-height: 1.6; margin-block: 10px 15px; }
  body.site-editorial .news-detail-hero-title { font-size: 28px; line-height: 1.65; margin-block: 18px; }
  body.site-editorial :is(.tw-page-hero-lead, .tw-longform-lead, .tw-ex-hero-lead, .news-list-hero-copy, .page-hero-inner > p) { font-size: 14px; line-height: 1.95; }
  body.site-editorial :is(.editorial-photo-art, .editorial-market-art) { height: 150px; margin-top: 24px; }
  body.site-editorial .editorial-photo-art img { object-position: 65% 55%; }
  body.site-editorial .editorial-market-art { width: 225px; margin-inline: auto; }
  body.site-editorial :is(.tw-page-hero, .tw-longform-hero, .tw-ex-hero):has(.editorial-photo-art) { padding-bottom: 150px; }
  body.site-editorial :is(.tw-page-hero-inner, .tw-longform-hero-inner, .tw-ex-hero-inner):has(.editorial-photo-art) > :first-child { width: 100%; min-height: 0; }
  body.site-editorial .editorial-photo-art::after { background: linear-gradient(180deg, #fff 0%, #fff 45%, rgba(255,255,255,.92) 59%, rgba(255,255,255,.1) 88%, transparent); }
  body.site-editorial .editorial-photo-art img { object-position: 80% center; }
  body.site-editorial .news-list-search { margin-top: 23px; }
  body.site-editorial :is(.news-list-shell, .council-shell, .earnings-shell, .press-release-shell, .site-search-main, .links-shell, .tw-ex-main, .tw-longform-main, .news-article-main) { padding-top: 28px; padding-bottom: 42px; }
  body.site-editorial :is(.council-card, .council-materials-panel, .earnings-summary-section, .tw-longform-card, .policy-section, .privacy-card) { padding: 22px 18px; }
  body.site-editorial :is(.explain-h2, .explain-body > h2, .tw-longform-card > h2, .tw-ex-head h2, .council-card h2, .council-materials-panel h2, .earnings-summary-section h2) { font-size: 22px; line-height: 1.65; }
  body.site-editorial :is(.explain-body > p, .explain-body > ul, .explain-body > ol, .tw-readable-prose > p, .tw-readable-prose > ul, .tw-readable-prose > ol) { font-size: 15px; line-height: 2; }
  body.site-editorial :is(.news-article-summary, .news-article-context, .explain-callout, .tw-ex-summary, .tw-next-reading) { padding: 18px; font-size: 15px !important; }
  body.site-editorial .tw-market-grid { gap: 12px; }
  body.site-editorial .tw-market-card { padding: 18px 12px; }
  body.site-editorial .tw-market-card img { width: 130px; height: 87px; }
  body.site-editorial .tw-market-name { font-size: 14px; }
  body.site-editorial .earnings-company-card { grid-template-columns: 58px minmax(0, 1fr) !important; gap: 16px; }
  body.site-editorial .editorial-company-sign { width: 54px; height: 54px; }
  body.site-editorial .earnings-company-arrow { grid-column: 2; }
  body.site-editorial .site-footer { padding-top: 40px; margin-top: 30px; }
  .tw-footer-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 28px; padding-bottom: 30px; }
  .tw-footer-grid nav:last-child { grid-column: 1/-1; }
  .tw-footer-grid nav:last-child a { display: inline-block; margin-right: 20px; }
  .tw-footer-note { font-size: 10px; line-height: 1.9; }
  body.site-editorial .not-found-card { width: calc(100% - 40px); padding: 30px 22px; margin: 45px auto; }
  body.site-editorial .not-found-card h1 { font-size: 28px; }
}
@media (max-width: 350px) {
  body.site-editorial .earnings-company-card { grid-template-columns: minmax(0, 1fr) !important; }
  body.site-editorial .earnings-company-number { flex-direction: row; justify-content: flex-start; }
  body.site-editorial .editorial-company-sign { width: 40px; height: 40px; }
  .tw-brand strong { font-size: 21px; }
  .tw-menu-toggle span { display: none; }
  body.site-editorial .news-detail-hero-title { font-size: 25px; }
}
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  body.site-editorial * { animation: none !important; transition: none !important; }
  body.site-editorial .scroll-fade { opacity: 1; transform: none; }
}
