/* Weekly news: a quiet, type-led index. Content remains visible without JS. */
body.gbds-v2-news-page { background: #fff; }
body.gbds-v2-news-page :is(.content, .content-in, #content, #main) {
  width: 100% !important; max-width: none !important; margin: 0 !important; padding: 0 !important;
}
body.gbds-v2-news-page #main { border: 0; border-radius: 0; box-shadow: none; background: #fff; }
body.gbds-v2-news-page :is(#sidebar, #header-container, .breadcrumb-category, .ad-area, .mobile-footer-menu-buttons) { display: none !important; }
.gn, .gn-home {
  --gn-ink: #111315; --gn-muted: #61676d; --gn-accent: #087d73; --gn-line: #dddfe1;
  color: var(--gn-ink); font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Hiragino Kaku Gothic ProN", "Yu Gothic", sans-serif;
  font-size: 16px; line-height: 1.8; -webkit-font-smoothing: antialiased;
}
.gn *, .gn *::before, .gn *::after, .gn-home *, .gn-home *::before, .gn-home *::after { box-sizing: border-box; }
.gn :is(h1, h2, h3, p, figure), .gbh3 .gn-home :is(h2, h3, p) { margin: 0; padding: 0; border: 0; background: none; }
.gn :is(h1, h2, h3)::before, .gn :is(h1, h2, h3)::after { content: none; }
.gn a, .gn-home a { color: inherit; text-decoration: none; }
.gn :is(a, button):focus-visible, .gn-home a:focus-visible { outline: 3px solid #2584bf; outline-offset: 6px; border-radius: 2px; }
.gn a:hover :is(h2, h3), .gn-home a:hover h3 { text-decoration: underline; text-decoration-thickness: 1px; text-underline-offset: .2em; }
.gn p { word-break: normal; overflow-wrap: break-word; }
.gn-line { display: block; white-space: nowrap; word-break: keep-all; overflow-wrap: normal; }
.gn-phrase { display: inline-block; white-space: nowrap; word-break: keep-all; overflow-wrap: normal; }
.gn-accent { color: var(--gn-accent); }
.gn-wrap { width: min(1180px, calc(100% - 64px)); margin-inline: auto; }
.gn-measure { width: min(760px, calc(100% - 40px)); margin-inline: auto; }
.gn-sr, .gn-skip:not(:focus) { position: absolute; width: 1px; height: 1px; padding: 0; overflow: hidden; clip-path: inset(50%); white-space: nowrap; }
.gn-skip:focus { position: fixed; top: 12px; left: 12px; z-index: 999999; padding: 12px 20px; background: #fff; color: #111; }
.gn-nav { display: flex; justify-content: space-between; align-items: center; gap: 24px; min-height: 76px; padding: 14px max(32px, calc((100% - 1180px) / 2)); border-bottom: 1px solid #e7e8e9; }
.gn-brand { display: flex; align-items: baseline; gap: 18px; font-size: 23px; font-weight: 800; letter-spacing: -.04em; }
.gn-brand span { font-size: 13px; font-weight: 600; letter-spacing: .04em; color: var(--gn-muted); }
.gn-nav nav { display: flex; align-items: center; gap: 30px; font-size: 14px; font-weight: 650; }
.gn-nav nav a { display: inline-flex; align-items: center; min-height: 44px; white-space: nowrap; }
.gn-nav nav a:hover { color: var(--gn-accent); }
.gn-hero { min-height: clamp(380px, 62svh, 680px); padding: 84px 24px; display: grid; align-items: center; justify-items: center; }
#main .gn-hero h1 { width: 100%; max-width: 1280px; margin: 0; padding: 0; font-size: clamp(34px, 7.1vw, 102px); font-weight: 800; line-height: 1.28; letter-spacing: -.055em; text-align: center; }
.gn-hero--archive { min-height: 360px; }
.gn-intro { padding-block: 0 90px; text-align: center; }
.gn-intro p { font-size: clamp(16px, 1.45vw, 20px); line-height: 2; color: #565d64; }
.gn-intro .gn-text-link { margin-top: 28px; }
.gn .gn-text-link, .gbh3 .gn-home .gn-text-link { display: inline-flex; gap: 10px; align-items: center; min-height: 44px; font-size: 15px; font-weight: 650; color: var(--gn-accent); }
.gn-text-link > span { transition: transform 180ms ease; }
a:hover .gn-text-link > span, .gn-text-link:hover > span { transform: translate(2px, -2px); }
.gn .gn-button, .gbh3 .gn-home .gn-button { display: inline-flex; align-items: center; justify-content: center; gap: 14px; min-height: 52px; padding: 12px 28px; border-radius: 100px; background: #111315; color: #fff; font-size: 15px; font-weight: 650; line-height: 1.4; transition: transform 180ms ease, box-shadow 180ms ease; }
.gn .gn-button--light, .gbh3 .gn-home .gn-button--light { color: #111315; background: #fff; }
.gn-button:hover { transform: translateY(-2px); box-shadow: 0 5px 20px #0002; }
.gn-issues { padding-block: 40px 96px; scroll-margin-top: 24px; }
.gn-issues:focus { outline: none; }
.gn-issue-meta { display: flex; justify-content: space-between; align-items: center; gap: 16px; margin-bottom: 28px; padding-bottom: 18px; border-bottom: 1px solid var(--gn-line); font-size: 14px; }
.gn-issue-meta > span:first-child { font-weight: 700; }
.gn-issue-meta > span:last-child { color: var(--gn-muted); }
.gn-issues--empty { padding-block: 100px; background: #111315; color: #fff; }
.gn-empty { max-width: 900px; margin-inline: auto; text-align: center; }
.gn .gn-kicker, .gbh3 .gn-home .gn-kicker { font-size: 12px; font-weight: 700; line-height: 1.5; letter-spacing: .1em; color: var(--gn-accent); }
.gn-empty .gn-kicker { color: #f4ae75; }
#main .gn-empty h2 { margin: 26px 0 30px; color: #fff; font-size: clamp(26px, 4.4vw, 55px); font-weight: 750; letter-spacing: -.045em; line-height: 1.45; text-align: center; }
.gn-empty > p:not(.gn-kicker) { color: #b8bfc5; line-height: 2; font-size: 16px; }
.gn-empty .gn-button { margin-top: 32px; }
.gn-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 60px 36px; }
.gn-post { min-width: 0; }
.gn-post > a { display: block; height: 100%; }
.gn-post__image { aspect-ratio: 16/10; background: #f4f5f5; overflow: hidden; margin-bottom: 25px; }
.gn :is(.gn-post__image, .gn-guide__image) img { display: block; width: 100%; height: 100%; object-fit: contain; transition: transform 300ms ease; }
.gn-post > a:hover img, .gn-guide > a:hover img { transform: scale(1.02); }
.gn .gn-date, .gbh3 .gn-home .gn-date { display: flex; align-items: baseline; flex-wrap: wrap; gap: 12px; color: var(--gn-muted); font-size: 13px; line-height: 1.5; font-variant-numeric: tabular-nums; }
.gn-date > span { font-size: 12px; }
#main .gn-post :is(h2, h3) { margin: 14px 0 18px; font-size: clamp(22px, 2.25vw, 30px); font-weight: 750; line-height: 1.65; letter-spacing: -.025em; word-break: normal; overflow-wrap: break-word; text-align: left; }
.gn-post .gn-excerpt { margin-bottom: 14px; color: var(--gn-muted); line-height: 1.9; font-size: 16px; }
.gn-post--featured > a { max-width: 960px; margin-inline: auto; }
.gn-post--featured.gn-post--image > a { display: grid; grid-template-columns: minmax(0, 1.15fr) minmax(0, 1fr); align-items: center; gap: 48px; max-width: none; }
.gn-post--featured .gn-post__image { margin: 0; }
#main .gn-post--featured h2 { font-size: clamp(25px, 2.8vw, 39px); }
#main .gn-archive-heading { margin: 86px 0 42px; font-size: 26px; font-weight: 700; text-align: center; }
.gn-pagination { margin-top: 68px; }
.gn-pagination ul { display: flex; flex-wrap: wrap; justify-content: center; gap: 8px; list-style: none; padding: 0; margin: 0; }
.gn-pagination li { margin: 0; padding: 0; }
.gn-pagination :is(a, span.page-numbers) { display: flex; align-items: center; justify-content: center; min-width: 44px; min-height: 44px; padding: 8px 14px; border: 1px solid var(--gn-line); border-radius: 6px; font-size: 14px; }
.gn-pagination .current { background: #111315; color: #fff; border-color: #111315; }
.gn-guides { padding-block: 100px; background: #f5f5f6; }
.gn-section-head { margin: 0 auto 64px; text-align: center; }
#main .gn-section-head h2 { margin: 26px auto; font-size: clamp(30px, 4.2vw, 58px); font-weight: 750; line-height: 1.4; letter-spacing: -.045em; text-align: center; }
.gn-section-head > p:last-child { margin-inline: auto; max-width: 700px; font-size: 17px; color: var(--gn-muted); line-height: 2; }
.gn-guide-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 28px; }
.gn-guide > a { display: flex; flex-direction: column; height: 100%; }
.gn-guide__image { aspect-ratio: 16/10; overflow: hidden; background: #fff; }
.gn-guide > a > div:last-child { padding-top: 22px; }
.gn-guide p { color: var(--gn-accent); font-size: 13px; font-weight: 650; }
#main .gn-guide h3 { margin: 12px 0 18px; font-size: 19px; font-weight: 700; line-height: 1.8; word-break: normal; overflow-wrap: break-word; }

/* Homepage entry: a section transition, not a black card on white. */
.gbh3 .gn-home { --gn-accent: #f4ae75; --gn-muted: #b8bfc5; background: #111315; color: #fff; padding-block: clamp(76px, 8vw, 120px); }
.gbh3 .gn-home__head { max-width: 1100px; margin-inline: auto; text-align: center; }
.gbh3 .gn-home h2 { margin: 24px auto 28px !important; color: #fff; font-size: clamp(32px, 5.4vw, 78px) !important; line-height: 1.35; letter-spacing: -.045em; text-align: center; }
.gbh3 .gn-home h2 .gn-line:last-child { color: #f4ae75; }
.gbh3 .gn-home__head > p:not(.gn-kicker) { font-size: 17px; color: #b8bfc5; line-height: 2; }
.gbh3 .gn-home .gn-button { margin-top: 28px; }
.gbh3 .gn-home__head .gn-home__status { margin-top: 20px; font-size: 13px; }
.gbh3 .gn-home-latest { display: flex; align-items: center; gap: 28px; max-width: 860px; padding-top: 35px; margin: 50px auto 0; border-top: 1px solid #ffffff30; }
.gbh3 .gn-home-latest > div { flex: 1; min-width: 0; }
.gbh3 .gn-home-latest h3 { margin: 12px 0 0 !important; font-size: clamp(20px, 2vw, 27px) !important; color: #fff; line-height: 1.65; }
.gbh3 .gn-home-latest img { width: 160px; height: auto; max-height: 110px; object-fit: contain; }
.gbh3 .gn-home-latest > span { font-size: 28px; color: #f4ae75; }

@supports (word-break: auto-phrase) {
  .gn p, #main .gn-post :is(h2, h3), #main .gn-guide h3, .gbh3 .gn-home-latest h3 { word-break: auto-phrase; }
}
@media (max-width: 700px) {
  .gn-wrap { width: calc(100% - 40px); }
  .gn-nav { min-height: 68px; padding: 10px 20px; gap: 15px; }
  .gn-brand { font-size: 21px; }
  .gn-brand span { display: none; }
  .gn-nav nav { font-size: 13px; gap: 18px; }
  .gn-hero { min-height: 420px; padding: 74px 16px; }
  #main .gn-hero h1 { font-size: clamp(31px, 7.8vw, 54px); }
  .gn-intro { padding-bottom: 64px; }
  .gn-issues { padding-block: 26px 70px; }
  .gn-issues--empty { padding-block: 72px; }
  #main .gn-empty h2 { font-size: clamp(25px, 5.5vw, 38px); }
  .gn-empty > p:not(.gn-kicker) { max-width: 440px; margin-inline: auto; }
  .gn-grid { grid-template-columns: 1fr; gap: 44px; }
  .gn-post--featured.gn-post--image > a { grid-template-columns: 1fr; gap: 24px; }
  #main .gn-post--featured h2 { font-size: 26px; }
  .gn-post__image { margin-bottom: 20px; }
  .gn-guides { padding-block: 74px; }
  .gn-section-head { margin-bottom: 42px; }
  #main .gn-section-head h2 { font-size: clamp(29px, 7.2vw, 45px); }
  .gn-guide-grid { grid-template-columns: 1fr; gap: 38px; max-width: 440px; margin-inline: auto; }
  .gn-guide__image { aspect-ratio: 16/9; }
  .gbh3 .gn-home h2 { font-size: clamp(29px, 7.4vw, 52px) !important; }
  .gbh3 .gn-home__head > p:not(.gn-kicker) { font-size: 16px; }
  .gbh3 .gn-home-latest { gap: 22px; flex-wrap: wrap; }
  .gbh3 .gn-home-latest > div { flex-basis: 100%; }
  .gbh3 .gn-home-latest img { width: 160px; max-height: 110px; }
  .gbh3 .gn-home-latest > span { display: none; }
}
@media (max-width: 380px) {
  .gn-nav nav { gap: 12px; font-size: 12px; }
  .gn-brand { font-size: 20px; }
  #main .gn-empty h2 { font-size: 24px; }
}
@media (prefers-reduced-motion: reduce) {
  .gn *, .gn-home * { animation: none !important; transition: none !important; }
  .gn :is(a:hover img, .gn-button:hover), .gn-home .gn-button:hover { transform: none; }
}
