:root {
  --blue: #2563eb;
  --blue-dark: #184cc0;
  --navy: #14243d;
  --muted: #56657a;
  --orange: #bd480a;
  --pale-blue: #f0f6ff;
  --line: #dce5f0;
  --radius: 16px;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 70px; }
body { margin: 0; color: var(--navy); background: #fff; font-family: 'Noto Sans JP', sans-serif; font-size: 15px; line-height: 1.8; -webkit-font-smoothing: antialiased; }
a { color: inherit; text-decoration: none; }
button, input { font: inherit; }
button, summary { cursor: pointer; }
button { color: inherit; }
img { display: block; max-width: 100%; }
button, a, summary, input { -webkit-tap-highlight-color: transparent; }
button:focus-visible, a:focus-visible, summary:focus-visible, input:focus-visible { outline: 3px solid #ed8e2c; outline-offset: 5px; }
[hidden] { display: none !important; }
h1, h2, h3, p { margin: 0; }
h1, h2, h3 { line-height: 1.55; }
.wrap { width: min(1280px, calc(100% - 112px)); margin-inline: auto; }
.icon { width: 20px; height: 20px; flex: 0 0 20px; }
.skip-link { position: fixed; z-index: 50; top: -100px; left: 20px; padding: 10px 20px; color: white; background: var(--blue-dark); }
.skip-link:focus { top: 8px; }
.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; }
.site-header { background: #fff; border-bottom: 1px solid #eaf0f7; }
.header-inner { min-height: 88px; display: flex; align-items: center; justify-content: space-between; gap: 30px; }
.brand { display: inline-flex; align-items: center; gap: 13px; flex-shrink: 0; line-height: 1.1; }
.brand-bolt { width: 27px; height: 43px; object-fit: contain; }
.brand strong { display: block; letter-spacing: -.035em; font-size: 29px; font-weight: 900; }
.brand small { display: block; font-size: 10px; margin-top: 5px; color: var(--muted); letter-spacing: .01em; }
.main-nav { display: flex; align-items: center; gap: 30px; font-size: 14px; font-weight: 700; }
.main-nav a { display: inline-flex; gap: 10px; align-items: center; padding: 10px 0; }
.main-nav a:hover { color: var(--blue); }
.main-nav a:last-child { border-left: 1px solid var(--line); padding-left: 27px; }
.menu-toggle { display: none; }
.eyebrow { font-size: 11px; letter-spacing: .12em; font-weight: 700; margin-bottom: 12px; color: var(--blue-dark); }
.blue { color: var(--blue); }
.orange { color: var(--orange); }
h1 { font-size: clamp(36px, 3.72vw, 58px); font-weight: 900; line-height: 1.43; letter-spacing: -.055em; }
h1 em { color: var(--orange); font-style: normal; }
.button { display: inline-flex; min-height: 52px; align-items: center; justify-content: center; gap: 22px; border: 0; border-radius: 7px; padding: 12px 25px; font-weight: 700; font-size: 14px; }
.button.primary { color: white; background: var(--blue); }
.button.primary .icon { filter: brightness(0) invert(1); }
.button.primary:hover { background: var(--blue-dark); }
.button.light { color: var(--blue-dark); background: white; }
.button.light:hover { background: #eaf2ff; }
.topic-rail { border-block: 1px solid var(--line); background: #fbfcfe; }
.topic-rail .wrap { display: flex; align-items: center; gap: 35px; min-height: 56px; font-size: 12px; }
.topic-rail span { color: var(--muted); border-right: 1px solid var(--line); padding-right: 30px; }
.topic-rail a { font-weight: 600; }
.topic-rail a:hover { color: var(--blue); text-decoration: underline; text-underline-offset: 5px; }
.topic-rail a:last-child { margin-left: auto; display: inline-flex; align-items: center; gap: 12px; }
.section { padding-block: 76px; }
.home-weekly-section { border-top: 1px solid var(--line); }
.home-weekly-link { display: block; max-width: 900px; padding: 24px 0; border-block: 1px solid var(--line); }
.home-weekly-link h3 { margin-block: 10px; font-size: 22px; }
.home-weekly-link > p:not(.eyebrow) { color: var(--muted); line-height: 1.9; }
.home-weekly-link:hover h3 { color: var(--blue); text-decoration: underline; text-underline-offset: 5px; }
.section-head { display: flex; align-items: end; justify-content: space-between; gap: 35px; margin-bottom: 32px; }
.section-head .eyebrow { margin-bottom: 8px; }
h2 { font-size: 30px; font-weight: 800; letter-spacing: -.04em; }
.section-intro { margin-top: 11px; color: var(--muted); font-size: 14px; }
.text-link { display: inline-flex; align-items: center; gap: 18px; flex-shrink: 0; color: var(--blue-dark); font-size: 13px; font-weight: 700; padding-block: 8px; }
.text-link:hover { text-decoration: underline; text-underline-offset: 5px; }
.text-link .icon { filter: invert(29%) sepia(66%) saturate(2542%) hue-rotate(216deg); }
.news-section { padding-top: 53px; }
.news-filters { display: flex; gap: 9px; padding-bottom: 18px; border-bottom: 1px solid var(--line); }
.news-filters button { border: 1px solid transparent; background: transparent; padding: 7px 16px; border-radius: 5px; font-size: 13px; font-weight: 700; color: var(--muted); min-height: 38px; }
.news-filters button[aria-pressed=true] { background: var(--blue); color: #fff; }
.news-filters button:hover:not([aria-pressed=true]) { background: var(--pale-blue); color: var(--blue-dark); }
.news-status { display: flex; justify-content: space-between; color: #66758a; font-size: 11px; padding: 15px 0; }
.news-split { display: grid; grid-template-columns: .92fr 1.08fr; gap: 48px; }
.lead-story { padding: 7px 0 20px; display: flex; flex-direction: column; }
.article-meta { display: flex; align-items: center; gap: 16px; font-size: 11px; color: #5e6e85; }
.article-meta time { font-variant-numeric: tabular-nums; letter-spacing: .03em; }
.tag { display: inline-flex; background: #eaf1ff; color: #1d53bd; padding: 3px 9px; border-radius: 3px; font-weight: 600; font-size: 10px; }
.lead-story h3 { font-size: 31px; font-weight: 800; letter-spacing: -.035em; line-height: 1.65; margin: 17px 0; text-wrap: balance; }
.lead-story a:hover h3, .news-row a:hover h3 { color: var(--blue); }
.lead-story > p { font-size: 14px; color: var(--muted); line-height: 2; }
.lead-bottom { display: flex; align-items: center; flex-wrap: wrap; gap: 7px 22px; margin-top: 23px; }
.context-link { color: var(--blue-dark); font-size: 11px; font-weight: 600; padding-block: 8px; }
.context-link:hover { text-decoration: underline; }
.news-list { border-left: 1px solid var(--line); padding-left: 35px; }
.news-row { display: grid; grid-template-columns: 1fr 24px; gap: 14px; align-items: center; padding: 18px 0; border-bottom: 1px solid var(--line); }
.news-row:first-child { padding-top: 5px; }
.news-row:last-child { border-bottom: 0; padding-bottom: 5px; }
.news-row h3 { font-size: 16px; font-weight: 700; margin-top: 8px; line-height: 1.7; }
.news-index { display: none; }
.row-open { padding: 8px 0; }
.is-filtered.news-split, .is-filtered .news-triptych { display: block; }
.is-filtered .news-list { padding-left: 0; border-left: 0; }
.is-filtered .lead-story { border-bottom: 1px solid var(--line); }
.popular-section { background: var(--pale-blue); padding-block: 54px 60px; }
.popular-grid { display: grid; grid-template-columns: repeat(3, minmax(0,1fr)); gap: 36px; }
.popular-card { display: grid; grid-template-columns: 82px 1fr; align-items: start; gap: 18px; padding-right: 18px; position: relative; }
.popular-card + .popular-card { border-left: 1px solid #cdddf0; padding-left: 26px; }
.popular-art { height: 84px; display: flex; align-items: center; justify-content: center; }
.popular-art img { max-width: 76px; max-height: 76px; object-fit: contain; }
.popular-card h3 { font-size: 17px; font-weight: 800; margin: 6px 0 8px; line-height: 1.7; }
.popular-card p { font-size: 12px; line-height: 1.85; color: var(--muted); }
.popular-card > .icon { position: absolute; bottom: -13px; right: 2px; width: 16px; }
.popular-card:hover h3 { color: var(--blue); }
.small-label { font-size: 10px; color: #617189; font-weight: 600; letter-spacing: .07em; }
.market-section { background: #fff; }
.market-grid { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 20px; }
.market-card { border: 1px solid var(--line); border-radius: var(--radius); padding: 20px 25px 27px; background: white; position: relative; transition: border-color .15s, transform .15s; }
.market-card:hover { border-color: #82a8f9; transform: translateY(-3px); }
.market-top { display: flex; justify-content: space-between; }
.market-top .small-label { color: var(--blue); font-size: 12px; }
.market-art { height: 111px; width: 150px; object-fit: contain; margin: 9px auto 22px; }
.market-card h3 { font-size: 18px; font-weight: 800; line-height: 1.65; margin-bottom: 9px; text-wrap: balance; }
.market-card p { font-size: 12px; color: var(--muted); }
.market-details { margin-top: 24px; }
.market-details summary { padding: 14px 24px; border: 1px solid var(--line); border-radius: 6px; width: fit-content; margin: auto; list-style: none; display: flex; align-items: center; gap: 40px; color: var(--blue-dark); font-size: 13px; font-weight: 600; }
.market-details summary::-webkit-details-marker { display: none; }
.market-details[open] summary { margin-bottom: 24px; }
.market-details[open] summary .icon { transform: rotate(180deg); }
.council-section { border-top: 1px solid var(--line); }
.council-layout { display: grid; grid-template-columns: 310px 1fr; gap: 72px; }
.council-intro h2 { font-size: 36px; line-height: 1.6; }
.council-intro > p:not(.eyebrow) { margin-top: 20px; font-size: 14px; color: var(--muted); line-height: 2; }
.council-illustration { width: 175px; height: 155px; object-fit: contain; margin: 22px 0 18px; }
.council-list { border-top: 2px solid var(--navy); }
.council-row { display: grid; grid-template-columns: 92px minmax(0,1fr) 22px; gap: 18px; padding: 22px 0; border-bottom: 1px solid var(--line); align-items: start; }
.council-date { font-size: 11px; color: var(--muted); }
.council-date span { display: block; color: var(--blue-dark); font-size: 11px; font-weight: 700; margin-top: 7px; }
.council-copy h3 { font-size: 17px; margin-bottom: 7px; }
.council-copy p { color: var(--muted); font-size: 12px; line-height: 1.9; }
.council-row:hover h3 { color: var(--blue); }
.council-row .icon { margin-top: 6px; }
.earnings-section { background: #f7f9fc; }
.earnings-banner { display: flex; align-items: center; gap: 30px; background: #e9f1ff; border-radius: 14px; padding: 28px 36px; margin-bottom: 25px; }
.earnings-banner > div { margin-right: auto; }
.earnings-banner h3 { font-size: 25px; margin: 6px 0 8px; letter-spacing: -.03em; }
.earnings-banner p { font-size: 13px; color: var(--muted); }
.earnings-art { width: 138px; height: 114px; object-fit: contain; }
.companies { display: grid; grid-template-columns: repeat(5,minmax(0,1fr)); gap: 12px; }
.company-link { display: flex; align-items: center; gap: 11px; background: #fff; border: 1px solid var(--line); border-radius: 9px; padding: 18px 13px; }
.company-link > img:not(.icon) { width: 38px; height: 38px; object-fit: contain; }
.company-link strong { font-size: 12px; display: block; white-space: nowrap; }
.company-link small { display: block; font-size: 10px; color: var(--muted); margin-top: 4px; }
.company-link .icon { margin-left: auto; flex-basis: 14px; width: 14px; }
.company-link:hover { border-color: var(--blue); }
.home-press-list { list-style: none; margin: 0; padding: 0; border-top: 2px solid var(--navy); }
.home-press-item > a { display: grid; grid-template-columns: 93px 175px minmax(0,1fr) 20px; gap: 22px; align-items: baseline; padding: 22px 4px; border-bottom: 1px solid var(--line); }
.home-press-item-date { font-size: 11px; color: var(--muted); }
.home-press-item-badge { color: var(--blue-dark); font-size: 11px; font-weight: 600; }
.home-press-item-text { font-size: 14px; font-weight: 600; }
.home-press-item-arrow { align-self: center; }
.home-press-item > a:hover .home-press-item-text { color: var(--blue); }
.closing { background: #235dd5; color: white; padding: 50px 0; }
.closing .wrap { display: flex; align-items: center; justify-content: space-between; gap: 50px; }
.closing .eyebrow { color: #dbe7ff; }
.closing h2 { font-size: 26px; letter-spacing: -.03em; }
.closing p:not(.eyebrow) { font-size: 13px; color: #e5eeff; margin-top: 12px; }
.closing .button { flex-shrink: 0; }
.site-footer { background: #f7f9fc; padding-top: 58px; }
.footer-top { display: grid; grid-template-columns: 2fr 1fr 1fr 1.3fr; gap: 40px; padding-bottom: 48px; }
.footer-top > div > p { font-size: 12px; color: var(--muted); line-height: 2; margin-top: 20px; }
.footer-top h3 { font-size: 13px; margin: 0 0 17px; }
.footer-top > div > a:not(.brand) { display: block; font-size: 12px; color: var(--muted); margin-top: 9px; }
.footer-top > div > a:hover { color: var(--blue); }
.footer-bottom { display: flex; justify-content: space-between; align-items: center; gap: 20px; border-top: 1px solid var(--line); padding-block: 24px; font-size: 10px; color: var(--muted); }
.footer-bottom a { display: flex; align-items: center; gap: 14px; }
.footer-bottom small { font-size: 10px; }

@media (min-width:1151px) {
}

/* B: compact daily news desk, with background reading beside the feed. */
.home-editorial h1 { font-size: 43px; line-height: 1.45; }
.home-editorial .topic-rail { background: #edf4ff; border-top: 3px solid var(--blue); }
.home-editorial .news-section { padding-top: 45px; }
.home-editorial .desk-layout { display: grid; grid-template-columns: minmax(0, 1fr) 310px; gap: 60px; }
.home-editorial .lead-story { border-bottom: 1px solid var(--line); padding: 9px 0 26px; }
.home-editorial .lead-story h3 { font-size: 32px; max-width: 750px; }
.home-editorial .news-list { border-left: none; padding-left: 0; }
.home-editorial .news-row { grid-template-columns: 27px 1fr 24px; padding-block: 18px; }
.home-editorial .news-index { display: block; color: #8192ac; font-size: 11px; font-weight: 600; }
.home-editorial .news-row h3 { font-size: 16px; }
.desk-explainers { padding: 25px; background: #f1f6ff; align-self: start; border-top: 3px solid var(--blue); }
.desk-explainers h2 { font-size: 20px; }
.desk-explainers .popular-grid { display: block; }
.desk-explainers .popular-card { display: block; border: 0; padding: 0 0 25px; margin-top: 28px; border-bottom: 1px solid #cdddf0; }
.desk-explainers .popular-art { height: 65px; justify-content: start; margin-bottom: 12px; }
.desk-explainers .popular-art img { height: 64px; object-fit: contain; }
.desk-explainers .popular-card > .icon { display: none; }
.desk-explainers .popular-card h3 { font-size: 17px; }
.desk-explainers > .text-link { margin-top: 16px; }
.home-editorial .council-layout { grid-template-columns: 240px 1fr; gap: 45px; }
.home-editorial .council-list { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); column-gap: 30px; border-top: 1px solid var(--line); }
.home-editorial .council-row { grid-template-columns: 1fr 20px; gap: 10px; align-content: start; }
.home-editorial .council-date { grid-column: 1 / -1; display: flex; gap: 18px; align-items: center; }
.home-editorial .council-date span { margin: 0; }
.home-editorial .council-copy h3 { font-size: 15px; }
.home-editorial .council-copy p { font-size: 11px; }
.home-editorial .council-intro h2 { font-size: 31px; }
.home-editorial .council-intro > p:not(.eyebrow) { font-size: 12px; }
.home-editorial .market-section { background: #f4f7fc; }
.home-editorial .market-grid { grid-template-columns: repeat(4,minmax(0,1fr)); gap: 16px; }
.home-editorial .market-card { padding: 18px 20px 24px; border-radius: 8px; }
.home-editorial .market-card h3 { font-size: 16px; }
.home-editorial .market-art { height: 95px; }
.home-editorial .earnings-section { background: #fff; }
.home-editorial .earnings-banner { background: #172e55; color: white; border-radius: 8px; }
.home-editorial .earnings-banner .small-label, .home-editorial .earnings-banner p { color: #cfddf4; }
.home-editorial .earnings-banner .button { color: var(--navy); background: white; }
.home-editorial .earnings-banner .button .icon { filter: none; }
.home-editorial .earnings-art { background: #fff; border-radius: 8px; padding: 6px; }
.home-editorial .company-link { border-radius: 0; border-width: 0 0 1px; }
.home-editorial .press-section { border-top: 1px solid var(--line); }
.home-editorial .home-press-list { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 0 35px; }
.home-editorial .home-press-item > a { grid-template-columns: 83px 1fr 18px; gap: 9px 15px; height: 100%; align-content: start; }
.home-editorial .home-press-item > a .home-press-item-text { grid-column: 1 / 3; grid-row: 2; }
.home-editorial .home-press-item-arrow { grid-column: 3; grid-row: 1 / 3; }


.question-grid { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 24px; }
.question-card { background: #f2f7ff; border-radius: 16px; padding: 26px 27px; position: relative; }
.question-card:nth-child(2) { background: #fff6e9; }
.question-card:nth-child(3) { background: #eef8f4; }
.question-card > img:not(.icon) { height: 132px; width: 160px; object-fit: contain; margin: 0 auto 22px; }
.question-card h3 { font-size: 20px; margin-bottom: 10px; text-wrap: balance; }
.question-card p { font-size: 13px; color: var(--muted); }
.question-card > .icon { margin-top: 23px; margin-left: auto; }
.question-card:hover h3 { color: var(--blue); }
.news-triptych { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 32px; }
.news-triptych .lead-story { border-right: 1px solid var(--line); padding-right: 27px; }
.news-triptych .lead-story:last-child { border-right: 0; padding-right: 0; }
.news-triptych .lead-story h3 { font-size: 24px; }
.news-triptych .lead-story > p { font-size: 13px; }
.news-triptych .lead-bottom { margin-top: auto; padding-top: 18px; }
.lower-news { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 0 38px; border: 0; border-top: 1px solid var(--line); padding: 20px 0 0; margin-top: 30px; }
.lower-news .news-row { padding: 15px 0; border-bottom: 1px solid var(--line); }

@media (min-width:1700px) { .wrap { width: min(1370px,calc(100% - 160px)); } .hero { min-height: 485px; } }
@media (max-width:1150px) {
  .wrap { width: calc(100% - 64px); }
  .main-nav { gap: 19px; font-size: 12px; }
  .main-nav a:last-child { padding-left: 18px; }
  .brand strong { font-size: 26px; }
  h1 { font-size: 40px; }
  .news-split { gap: 32px; }
  .lead-story h3 { font-size: 28px; }
  .news-list { padding-left: 27px; }
  .popular-grid { gap: 24px; }
  .popular-card { grid-template-columns: 60px 1fr; gap: 13px; padding-right: 5px; }
  .popular-card + .popular-card { padding-left: 20px; }
  .popular-art img { max-width: 60px; max-height: 68px; }
  .popular-card h3 { font-size: 15px; }
  .council-layout { grid-template-columns: 250px 1fr; gap: 40px; }
  .companies { grid-template-columns: repeat(5,minmax(0,1fr)); gap: 9px; }
  .company-link { padding: 15px 10px; gap: 7px; }
  .company-link > img:not(.icon) { width: 30px; height: 30px; }
  .company-link strong { font-size: 11px; }
  .company-link .icon { display: none; }
  .earnings-art { display: none; }
  .home-editorial .desk-layout { grid-template-columns: 1fr 280px; gap: 32px; }
  .question-card h3 { font-size: 17px; }
}
@media (max-width:900px) {
  .wrap { width: calc(100% - 48px); }
  .header-inner { min-height: 78px; flex-wrap: wrap; gap: 0; }
  .brand strong { font-size: 25px; }
  .brand-bolt { width: 24px; height: 36px; }
  .menu-toggle { display: flex; align-items: center; gap: 9px; background: transparent; border: 1px solid var(--line); padding: 8px 12px; border-radius: 6px; font-size: 12px; min-height: 42px; }
  .main-nav { display: none; width: 100%; padding: 17px 0; border-top: 1px solid var(--line); grid-template-columns: repeat(3,1fr); gap: 8px 15px; }
  .main-nav.open { display: grid; }
  .main-nav a { padding: 10px; background: #f5f8fd; border-radius: 4px; }
  .main-nav a:last-child { border: 0; padding: 10px; }
  h1 { font-size: 31px; }
  .button { min-height: 45px; font-size: 12px; padding: 11px 18px; gap: 17px; }
  .topic-rail .wrap { gap: 20px; flex-wrap: wrap; padding-block: 13px; font-size: 11px; }
  .topic-rail span { padding-right: 18px; }
  .topic-rail a:last-child { margin-left: 0; }
  .section { padding-block: 55px; }
  .section-head { gap: 20px; }
  h2 { font-size: 25px; }
  .section-intro { font-size: 12px; }
  .section-head .text-link { font-size: 11px; gap: 10px; }
  .lead-story h3 { font-size: 25px; }
  .lead-story > p { font-size: 13px; }
  .news-row h3 { font-size: 14px; }
  .news-split { grid-template-columns: 1fr 1fr; gap: 27px; }
  .popular-grid { gap: 20px; }
  .popular-card { display: block; }
  .popular-art { justify-content: start; margin-bottom: 10px; }
  .market-grid { gap: 15px; }
  .market-card { padding: 16px; }
  .market-card h3 { font-size: 16px; }
  .market-art { height: 94px; margin-bottom: 17px; }
  .council-layout { grid-template-columns: 195px 1fr; gap: 30px; }
  .council-intro h2 { font-size: 29px; }
  .council-intro > p:not(.eyebrow) { font-size: 12px; }
  .council-row { grid-template-columns: 1fr 20px; gap: 7px; }
  .council-date { grid-column: 1/-1; display: flex; gap: 15px; }
  .council-date span { margin-top: 0; }
  .council-copy h3 { font-size: 15px; }
  .companies { grid-template-columns: repeat(3,minmax(0,1fr)); }
  .company-link { padding: 17px 14px; }
  .company-link strong { font-size: 12px; }
  .company-link .icon { display: block; }
  .home-press-item > a { grid-template-columns: 84px 125px 1fr 18px; gap: 15px; }
  .home-press-item-text { font-size: 12px; }
  .closing h2 { font-size: 22px; }
  .closing p:not(.eyebrow) { font-size: 11px; }
  .footer-top { grid-template-columns: 1.5fr 1fr 1fr; gap: 28px; }
  .footer-top > div:first-child { grid-column: 1/-1; }
  .footer-top > div:first-child > p { display: inline-block; vertical-align: middle; margin: 0 0 0 35px; }
  .home-editorial h1 { font-size: 34px; }
  .home-editorial .desk-layout { grid-template-columns: 1fr 245px; gap: 28px; }
  .desk-explainers { padding: 19px; }
  .desk-explainers h2 { font-size: 17px; }
  .home-editorial .lead-story h3 { font-size: 25px; }
  .home-editorial .news-row h3 { font-size: 14px; }
  .home-editorial .council-layout { grid-template-columns: 1fr; }
  .home-editorial .council-intro { display: grid; grid-template-columns: 1fr 1fr; gap: 10px 30px; }
  .home-editorial .council-intro h2 br { display: none; }
  .home-editorial .council-intro h2 { grid-column: 1; font-size: 27px; }
  .home-editorial .council-intro .council-illustration { display: none; }
  .home-editorial .council-intro > p:not(.eyebrow) { grid-column: 2; grid-row: 1/4; margin: 0; }
  .home-editorial .market-grid { grid-template-columns: repeat(2,minmax(0,1fr)); }
  .question-card { padding: 20px; }
  .question-card h3 { font-size: 16px; }
  .question-card p { font-size: 12px; }
  .question-card > img:not(.icon) { height: 110px; }
  .news-triptych { gap: 22px; }
  .news-triptych .lead-story { padding-right: 15px; }
  .news-triptych .lead-story h3 { font-size: 20px; }
}
@media (max-width:640px) {
  html { scroll-padding-top: 62px; }
  .wrap { width: calc(100% - 40px); }
  .header-inner { min-height: 76px; }
  .brand { gap: 9px; }
  .brand strong { font-size: 24px; }
  .brand small { font-size: 9px; }
  .brand-bolt { width: 23px; height: 33px; }
  .menu-toggle { padding: 8px 10px; font-size: 11px; gap: 6px; }
  .main-nav { grid-template-columns: repeat(2,1fr); font-size: 12px; }
  h1, .home-editorial h1 { font-size: clamp(26px,7.7vw,42px); line-height: 1.5; letter-spacing: -.055em; }
  .home-editorial h1 em { display: block; }
  .topic-rail .wrap { gap: 9px 17px; padding-block: 15px; font-size: 10px; }
  .topic-rail span { width: 100%; border: none; padding: 0; font-size: 10px; }
  .topic-rail a:last-child { gap: 8px; }
  .topic-rail .icon { width: 15px; height: 15px; flex-basis: 15px; }
  .section, .home-editorial .news-section { padding-block: 45px; }
  .section-head { display: block; margin-bottom: 23px; }
  h2 { font-size: 24px; line-height: 1.5; letter-spacing: -.035em; }
  .section-head .eyebrow { font-size: 10px; margin-bottom: 8px; }
  .section-head .text-link { margin-top: 8px; font-size: 12px; }
  .section-intro { font-size: 12px; line-height: 1.85; }
  .news-filters { gap: 5px; padding-bottom: 13px; }
  .news-filters button { font-size: 12px; padding: 7px 13px; }
  .news-status { font-size: 10px; padding-block: 13px; }
  .news-split { display: block; }
  .lead-story { padding-bottom: 23px; }
  .lead-story h3, .home-editorial .lead-story h3 { font-size: 26px; line-height: 1.65; margin: 13px 0; }
  .lead-story > p { font-size: 13px; line-height: 1.95; }
  .lead-bottom { gap: 5px 22px; margin-top: 15px; }
  .news-list { padding: 0; border: 0; border-top: 1px solid var(--line); }
  .news-row, .home-editorial .news-row { padding-block: 19px; }
  .news-row:first-child { padding-top: 19px; }
  .news-row h3, .home-editorial .news-row h3 { font-size: 15px; }
  .article-meta { font-size: 10px; }
  .popular-grid { grid-template-columns: 1fr; gap: 0; }
  .popular-card { display: grid; grid-template-columns: 72px 1fr; gap: 17px; padding: 22px 20px 23px 0; }
  .popular-card + .popular-card { border: 0; border-top: 1px solid #cdddf0; padding-left: 0; }
  .popular-card h3 { font-size: 17px; }
  .popular-art { margin: 0; align-items: start; padding-top: 14px; }
  .popular-art img { max-width: 65px; max-height: 70px; }
  .popular-card > .icon { bottom: 14px; width: 16px; }
  .market-grid, .home-editorial .market-grid { grid-template-columns: repeat(2,minmax(0,1fr)); gap: 12px; }
  .market-card, .home-editorial .market-card { padding: 14px 14px 19px; border-radius: 10px; }
  .market-art, .home-editorial .market-art { width: 108px; height: 88px; margin: 8px auto 16px; }
  .market-card h3, .home-editorial .market-card h3 { font-size: 14px; line-height: 1.7; }
  .market-card p { font-size: 11px; line-height: 1.8; }
  .market-top .icon { width: 16px; height: 16px; }
  .market-details summary { font-size: 12px; gap: 24px; padding-inline: 18px; }
  .council-layout, .home-editorial .council-layout { display: block; }
  .council-intro { margin-bottom: 28px; position: relative; padding-right: 65px; }
  .council-intro h2 { font-size: 28px; }
  .council-intro h2 br { display: none; }
  .council-intro > p:not(.eyebrow) { font-size: 12px; margin-top: 16px; }
  .council-illustration { position: absolute; right: 0; bottom: 17px; width: 80px; height: 90px; margin: 0; }
  .council-intro .text-link { margin-top: 12px; }
  .council-row { grid-template-columns: 1fr 20px; padding-block: 21px; }
  .council-copy h3 { font-size: 16px; }
  .council-copy p { font-size: 12px; }
  .council-date { font-size: 10px; }
  .earnings-banner { padding: 24px; display: block; }
  .earnings-banner h3 { font-size: 23px; line-height: 1.5; margin-block: 8px 13px; }
  .earnings-banner p { font-size: 12px; }
  .earnings-banner .button { margin-top: 21px; font-size: 12px; width: 100%; gap: 15px; }
  .companies { grid-template-columns: repeat(2,minmax(0,1fr)); gap: 10px; }
  .company-link { padding: 15px 11px; gap: 7px; }
  .company-link strong { font-size: 11px; }
  .company-link .icon { display: none; }
  .company-link > img:not(.icon) { width: 28px; height: 28px; }
  .company-link small { font-size: 9px; }
  .home-press-item > a, .home-editorial .home-press-item > a { grid-template-columns: 84px 1fr 18px; gap: 8px 10px; padding-block: 18px; align-content: start; }
  .home-press-item-date, .home-press-item-badge { font-size: 10px; }
  .home-press-item-text, .home-editorial .home-press-item > a .home-press-item-text { grid-column: 1/3; grid-row: 2; font-size: 13px; }
  .home-press-item-arrow, .home-editorial .home-press-item-arrow { grid-row: 1/3; grid-column: 3; width: 16px; }
  .closing { padding-block: 34px; }
  .closing .wrap { display: block; }
  .closing h2 { font-size: 24px; line-height: 1.6; }
  .closing .eyebrow { font-size: 10px; }
  .closing p:not(.eyebrow) { font-size: 12px; }
  .closing .button { margin-top: 25px; }
  .site-footer { padding-top: 40px; }
  .footer-top { grid-template-columns: 1fr 1fr; gap: 32px 24px; padding-bottom: 33px; }
  .footer-top > div:first-child > p { display: block; margin: 19px 0 0; }
  .footer-top > div:last-child { grid-column: 1/-1; }
  .footer-top > div:last-child > a { display: inline-block; margin-right: 20px; }
  .footer-bottom { flex-wrap: wrap; gap: 14px; padding-block: 23px; font-size: 10px; }
  .footer-bottom span { order: 3; flex-basis: 100%; font-size: 9px; }
  .home-editorial .desk-layout { display: block; }
  .desk-explainers { padding: 23px; margin-top: 35px; }
  .desk-explainers h2 { font-size: 22px; }
  .desk-explainers .popular-card { display: grid; grid-template-columns: 57px 1fr; padding: 0 0 20px; gap: 15px; }
  .desk-explainers .popular-art { padding-top: 15px; }
  .desk-explainers .popular-art img { height: auto; max-height: 65px; }
  .home-editorial .council-intro { display: block; }
  .home-editorial .council-intro > p:not(.eyebrow) { margin-top: 15px; }
  .home-editorial .council-list { display: block; }
  .home-editorial .council-copy h3 { font-size: 16px; }
  .home-editorial .council-copy p { font-size: 12px; }
  .home-editorial .home-press-list { display: block; }
  .question-grid { grid-template-columns: 1fr; gap: 16px; }
  .question-card { display: grid; grid-template-columns: 78px 1fr; gap: 7px 21px; padding: 22px; }
  .question-card > img:not(.icon) { grid-column: 1; grid-row: 1/4; width: 78px; height: 83px; margin: 0; }
  .question-card h3 { grid-column: 2; font-size: 17px; margin-bottom: 0; }
  .question-card p { grid-column: 2; font-size: 12px; }
  .question-card > .icon { grid-column: 2; margin-top: 5px; width: 17px; }
  .news-triptych { display: block; }
  .news-triptych .lead-story { border: 0; border-bottom: 1px solid var(--line); padding: 22px 0; }
  .news-triptych .lead-story h3 { font-size: 23px; }
  .lower-news { display: block; border-top: 0; margin-top: 0; padding-top: 0; }
}
@media (max-width:350px) {
  .wrap { width: calc(100% - 32px); }
  .brand strong { font-size: 21px; }
  .menu-toggle span { display: none; }
  .news-filters button { padding-inline: 10px; }
  h1, .home-editorial h1 { font-size: 25px; }
  h2 { font-size: 22px; }
  .company-link { padding-inline: 9px; }
  .company-link strong { font-size: 10px; }
}
@media (prefers-reduced-motion:reduce) { html { scroll-behavior: auto; } * { transition: none !important; } }
/* Direction 1 raster assets, applied only to the selected B homepage. */
.home-editorial .editorial-icon-frame {
  display: block;
  position: relative;
  overflow: hidden;
  background: #fff;
}
.home-editorial .editorial-icon-frame > img {
  display: block;
  position: absolute;
  left: 50%;
  top: 50%;
  max-width: none;
  height: auto;
  margin: 0;
}
.home-editorial .market-card .editorial-market-frame {
  display: block;
  width: 174px;
  max-width: 100%;
  height: auto;
  aspect-ratio: 3/2;
  margin: 5px auto 18px;
}
.home-editorial .company-link {
  gap: 11px;
  padding: 19px 10px;
  min-width: 0;
}
.home-editorial .company-link > .editorial-utility-frame {
  width: 54px;
  height: 54px;
  flex: 0 0 54px;
}
.home-editorial .company-link strong {
  font-size: 12px;
}
.home-editorial .company-link .icon {
  flex-shrink: 0;
}
.home-editorial .company-link:hover strong {
  color: var(--blue);
}
@media (max-width:1150px) {
  .home-editorial .company-link {
    display: grid;
    grid-template-columns: 1fr;
    gap: 9px;
    padding: 17px 10px;
  }
  .home-editorial .company-link > .editorial-utility-frame {
    width: 54px;
    height: 54px;
  }
  .home-editorial .company-link .icon {
    display: none;
  }
}
@media (max-width:640px) {
  .home-editorial .market-card {
    padding-inline: 12px;
  }
  .home-editorial .market-card .editorial-market-frame {
    width: 130px;
    height: auto;
    margin: 7px auto 14px;
  }
  .home-editorial .company-link {
    padding: 17px 12px;
    gap: 10px;
  }
  .home-editorial .company-link > .editorial-utility-frame {
    width: 50px;
    height: 50px;
  }
  .home-editorial .company-link strong {
    font-size: 13px;
  }
  .home-editorial .company-link small {
    font-size: 10px;
  }
}
@media (max-width:350px) {
  .home-editorial .market-card {
    padding-inline: 10px;
  }
  .home-editorial .market-card h3 {
    font-size: 12px;
  }
}

/* Adopted B hero: photograph across the full section, readable text above it. */
.home-editorial .hero {
  position: relative;
  isolation: isolate;
  width: 100%;
  max-width: none;
  margin: 0;
  display: flex;
  align-items: center;
  min-height: 540px;
  padding: 56px max(56px, calc((100% - 1280px) / 2));
  overflow: hidden;
  background: #edf3f7;
}
.home-editorial .hero-visual { position: absolute; inset: 0; z-index: 0; width: auto; overflow: hidden; }
.home-editorial .hero-art { width: 100%; max-width: none; height: 100%; margin: 0; object-fit: cover; object-position: center 60%; }
.home-editorial .hero::after {
  content: '';
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
  background: linear-gradient(90deg, #fff 0%, rgba(255,255,255,.98) 24%, rgba(255,255,255,.9) 34%, rgba(255,255,255,.55) 46%, rgba(255,255,255,0) 66%);
}
.home-editorial .hero-copy { position: relative; z-index: 2; width: 52%; max-width: 650px; padding: 0; }
.home-editorial .hero h1 { font-size: clamp(42px, 4.25vw, 64px); line-height: 1.38; letter-spacing: -.05em; }
.home-editorial .hero h1 em { display: block; }
.home-editorial .hero .eyebrow { font-size: 13px; margin-bottom: 20px; }
.home-editorial .hero-lead { font-size: 15px; line-height: 1.95; margin: 22px 0 28px; color: #34445a; }
@media (min-width: 1700px) {
  .home-editorial .hero { min-height: 600px; padding-inline: max(80px, calc((100% - 1370px) / 2)); }
}
@media (min-width: 701px) and (max-width: 1000px) {
  .home-editorial .hero { min-height: 490px; padding: 44px 32px; }
  .home-editorial .hero-copy { width: 60%; }
  .home-editorial .hero h1 { font-size: 44px; }
  .home-editorial .hero-lead { font-size: 14px; }
  .home-editorial .hero::after { background: linear-gradient(90deg, #fff 0%, rgba(255,255,255,.95) 36%, rgba(255,255,255,.5) 56%, transparent 78%); }
}
@media (max-width: 700px) {
  .home-editorial .hero { display: flex; flex-direction: column; align-items: flex-start; min-height: 560px; padding: 36px 24px 240px; gap: 0; }
  .home-editorial .hero-copy { width: 100%; max-width: none; padding: 0; }
  .home-editorial .hero h1 { font-size: clamp(34px, 9.4vw, 48px); line-height: 1.42; }
  .home-editorial .hero .eyebrow { font-size: 11px; margin-bottom: 14px; }
  .home-editorial .hero-lead { font-size: 13px; margin: 16px 0 20px; line-height: 1.9; }
  .home-editorial .hero .button { min-height: 46px; font-size: 13px; }
  .home-editorial .hero-visual { inset: 155px 0 0; }
  .home-editorial .hero-art { height: 100%; width: 100%; max-width: none; object-position: 65% 60%; }
  .home-editorial .hero::after { background: linear-gradient(180deg, #fff 0%, #fff 28%, rgba(255,255,255,.96) 43%, rgba(255,255,255,.2) 64%, transparent 77%); }
}
@media (max-width: 350px) { .home-editorial .hero-lead { font-size: 12px; } }
@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } }

.home-editorial .hero .eyebrow { color: var(--orange); }
.home-editorial .hero h1 em { font-style: normal; color: var(--orange); }
.home-editorial .hero-lead { font-weight: 500; }
.news-filters { flex-wrap: wrap; }
.article-meta { flex-wrap: wrap; gap: 8px 12px; }
.news-empty { padding-block: 24px; color: var(--muted); }
.news-empty a { color: var(--blue-dark); text-decoration: underline; }
.council-date { flex-wrap: wrap; }
.council-date .council-new { color: #a63f06; font-size: 10px; }
.home-press-item-arrow { font-size: 22px; align-self: center; }
.home-press-item > a:hover .home-press-item-text { color: var(--blue); }
.home-press-item-date { font-variant-numeric: tabular-nums; }
