/* News & Events: editorial story list and right event sidebar, with the site's shared theme. */
main.grn-main { padding: 0 !important; }

#grh-news,
#grh-news-article {
  --grn-ink: var(--ink, #f7f7f7);
  --grn-muted: var(--muted, #b6b6bb);
  --grn-surface: var(--surface-solid, #242424);
  --grn-line: var(--line, rgba(255, 255, 255, .14));
  --grn-accent: #f27886;
  --grn-subtle: rgba(255, 255, 255, .025);
  max-width: 1440px;
  margin: 0 auto;
  padding: 60px 40px 76px;
  color: var(--grn-ink);
  font-family: inherit;
}

html[data-theme="light"] :is(#grh-news, #grh-news-article) {
  --grn-ink: var(--ink, #242428);
  --grn-muted: var(--muted, #66666c);
  --grn-surface: var(--surface-solid, #fff);
  --grn-line: var(--line, rgba(24, 24, 28, .14));
  --grn-accent: #b71d3a;
  --grn-subtle: rgba(24, 24, 28, .025);
}

:is(#grh-news, #grh-news-article) *,
:is(#grh-news, #grh-news-article) *::before,
:is(#grh-news, #grh-news-article) *::after { box-sizing: border-box; }
:is(#grh-news, #grh-news-article) :is(h1, h2, h3, p, figure) { margin: 0; }
:is(#grh-news, #grh-news-article) :is(h1, h2, h3) { color: var(--grn-ink); font-family: inherit; font-weight: 600; text-transform: none; letter-spacing: -.035em; }
:is(#grh-news, #grh-news-article) p { color: var(--grn-muted); font-size: 16px; line-height: 1.65; }
:is(#grh-news, #grh-news-article) a { color: inherit; text-decoration: none; }
:is(#grh-news, #grh-news-article) :is(a, button):focus-visible { outline: 2px solid var(--grn-accent); outline-offset: 5px; }
:is(#grh-news, #grh-news-article) img { display: block; width: 100%; max-width: 100%; height: auto; }
:is(#grh-news, #grh-news-article) svg { display: block; flex: none; }
:is(#grh-news, #grh-news-article) [id] { scroll-margin-top: 150px; }


#grh-news { padding-top: 0; }
:is(#grh-news, #grh-news-article) .grn-category { display: block; color: var(--grn-accent); font-size: 11px; line-height: 1.5; font-weight: 600; letter-spacing: .08em; text-transform: uppercase; }

/* Cinematic header: white copy stays on the dark side in both themes. */
#grh-news .grn-hero { position: relative; display: flex; align-items: center; min-height: 370px; margin: 0 -40px 28px; overflow: hidden; border-bottom: 1px solid var(--grn-line); background: #171717; isolation: isolate; }
#grh-news .grn-hero::after { position: absolute; z-index: -1; inset: 0; content: ""; background: linear-gradient(90deg, #171717 0%, rgba(23,23,23,.97) 24%, rgba(23,23,23,.82) 40%, rgba(23,23,23,.24) 63%, rgba(23,23,23,.04) 100%); pointer-events: none; }
#grh-news .grn-hero-copy { width: 58%; max-width: 660px; min-width: 0; padding: 48px 0 48px 40px; }
#grh-news .grn-hero h1 { margin-bottom: 18px; color: #fff; font-size: clamp(42px, 4.8vw, 64px); line-height: 1.07; letter-spacing: -.045em; text-wrap: balance; }
#grh-news .grn-eyebrow { margin-bottom: 24px; color: #d0d0d3; font-size: 11px; line-height: 1.5; font-weight: 500; letter-spacing: .13em; }
#grh-news .grn-intro { max-width: 480px; color: #dedee1; font-size: 17px; line-height: 1.65; }
#grh-news .grn-hero-image { position: absolute; z-index: -2; inset: 0 0 0 auto; width: 80%; }
#grh-news .grn-hero-image img { width: 100%; height: 100%; object-fit: cover; object-position: 57% 45%; }

/* Search and topic controls remain independent of the two content columns. */
#grh-news .grn-toolbar { display: flex; justify-content: space-between; align-items: center; flex-wrap: wrap; gap: 18px; margin-bottom: 36px; padding-bottom: 24px; border-bottom: 1px solid var(--grn-line); }
#grh-news .grn-filters { display: flex; align-items: center; flex-wrap: wrap; gap: 8px; min-width: 0; }
#grh-news .grn-filter { display: inline-flex; align-items: center; justify-content: center; min-height: 40px; padding: 9px 15px; border: 1px solid var(--grn-line); border-radius: 999px; background: transparent; color: var(--grn-muted); font-size: 12px; line-height: 1.4; font-weight: 500; transition: color .16s ease, border-color .16s ease, background-color .16s ease; }
#grh-news .grn-filter:hover { color: var(--grn-ink); border-color: var(--grn-muted); background: var(--grn-subtle); }
#grh-news .grn-filter.is-active { color: #fff; border-color: #be1737; background: #be1737; }
#grh-news .grn-search { display: flex; align-items: center; width: 265px; max-width: 100%; min-width: 180px; min-height: 42px; margin: 0; border: 1px solid var(--grn-line); border-radius: 7px; background: var(--grn-surface); }
#grh-news .grn-search-label { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; border: 0; }
#grh-news .grn-search input[type="search"] { flex: 1; width: 100%; min-width: 0; height: 42px; margin: 0; padding: 11px 0 11px 14px; border: 0 !important; border-radius: 7px; background: transparent; color: var(--grn-ink); font-family: inherit; font-size: 13px; line-height: 1.4; box-shadow: none !important; }
#grh-news .grn-search input[type="search"]::placeholder { color: var(--grn-muted); opacity: 1; }
#grh-news .grn-search input[type="search"]:focus { outline: none !important; box-shadow: none !important; }
#grh-news .grn-search:focus-within { border-color: var(--grn-accent); box-shadow: 0 0 0 1px var(--grn-accent); }
#grh-news .grn-search-submit { display: flex; align-items: center; justify-content: center; flex: none; min-width: 44px; min-height: 42px; padding: 10px; margin: 0; border: 0; border-radius: 6px; background: transparent; color: var(--grn-muted); font: inherit; font-size: 13px; cursor: pointer; }
#grh-news .grn-search-submit svg { width: 19px; height: 19px; }
#grh-news .grn-search-submit:hover { color: var(--grn-accent); }
#grh-news .grn-search-submit:focus-visible { outline-offset: -5px; }

/* The event sidebar is always the RIGHT column on desktop. */
#grh-news .grn-layout { display: grid; grid-template-columns: minmax(0, 1fr) minmax(200px, .37fr); align-items: stretch; gap: 48px; }
#grh-news .grn-layout > * { min-width: 0; }
#grh-news .grn-events-sidebar { grid-column: 2; grid-row: 1; padding-left: 32px; border-left: 1px solid var(--grn-line); }
#grh-news #grn-results { grid-column: 1; grid-row: 1; }
#grh-news .grn-events-inner { min-width: 0; }
#grh-news .grn-sidebar-title, #grh-news .grn-stories-heading h2 { margin: 0; font-size: 30px; line-height: 1.2; letter-spacing: -.03em; }
#grh-news .grn-events-inner > .grn-category { margin-top: 23px; }
#grh-news .grn-events-visual { width: 125px; height: 120px; margin: 34px 0 28px; color: var(--grn-accent); }
#grh-news .grn-event-status { color: var(--grn-ink); font-size: 17px; line-height: 1.55; }
#grh-news .grn-event-context { margin-top: 20px; font-size: 14px; line-height: 1.7; }
#grh-news .grn-stay-connected { position: relative; display: block; margin-top: 31px; padding: 24px 22px 55px; border: 1px solid var(--grn-line); border-radius: 7px; background: var(--grn-surface); }
#grh-news .grn-stay-connected h3 { font-size: 23px; line-height: 1.25; letter-spacing: -.025em; }
#grh-news .grn-stay-connected p { margin-top: 14px; font-size: 13px; line-height: 1.7; }
#grh-news .grn-stay-arrow { position: absolute; right: 21px; bottom: 18px; color: var(--grn-accent); font-size: 26px; line-height: 1; }
#grh-news .grn-stay-connected:hover { border-color: var(--grn-accent); }
#grh-news .grn-stay-connected:hover h3 { color: var(--grn-accent); }
#grh-news .grn-event-list { display: flex; flex-direction: column; gap: 0; margin-top: 20px; }
#grh-news .grn-event-link { display: block; padding: 20px 0; border-top: 1px solid var(--grn-line); }
#grh-news .grn-event-link h3 { font-size: 20px; line-height: 1.3; }
#grh-news .grn-event-link p { margin-top: 10px; font-size: 13px; line-height: 1.65; }
#grh-news .grn-event-link:hover h3 { color: var(--grn-accent); }
#grh-news .grn-all-events { display: inline-flex; align-items: center; gap: 10px; min-height: 36px; margin-top: 12px; padding: 5px 0; border-bottom: 1px solid var(--grn-accent); color: var(--grn-accent); font-size: 13px; line-height: 1.5; }
#grh-news .grn-all-events:hover { color: var(--grn-ink); }

/* Latest stories use horizontal editorial rows, never a multi-card grid. */
#grh-news .grn-stories-heading { display: flex; align-items: baseline; justify-content: space-between; gap: 20px; margin-bottom: 24px; }
#grh-news .grn-result-count { min-width: 0; margin: 0; font-size: 12px; line-height: 1.6; color: var(--grn-muted); text-align: right; overflow-wrap: anywhere; }
#grh-news .grn-grid { display: flex; flex-direction: column; gap: 0; }
#grh-news .grn-card { min-width: 0; margin: 0; padding: 21px 0; border: 0; border-bottom: 1px solid var(--grn-line); background: transparent; }
#grh-news .grn-card:first-child { padding-top: 0; }
#grh-news .grn-card-link { display: grid; grid-template-columns: minmax(0, .67fr) minmax(0, 1fr); gap: 26px; align-items: start; border-radius: 2px; }
#grh-news .grn-card-image { aspect-ratio: 16 / 9; overflow: hidden; border-radius: 3px; background: var(--grn-subtle); }
#grh-news .grn-card-image img { width: 100%; height: 100%; object-fit: cover; transition: transform .25s ease; }
#grh-news .grn-card-body { min-width: 0; padding: 2px 0; }
#grh-news .grn-card-meta .grn-category { font-size: 10px; color: var(--grn-muted); letter-spacing: .1em; }
#grh-news .grn-card h2 { margin-top: 10px; font-size: 24px; line-height: 1.22; letter-spacing: -.025em; text-wrap: pretty; }
#grh-news .grn-card-body > p { margin-top: 10px; font-size: 14px; line-height: 1.6; }
#grh-news .grn-read { display: flex; align-items: center; gap: 9px; margin-top: 16px; color: var(--grn-accent); font-size: 13px; line-height: 1.5; font-weight: 500; }
#grh-news .grn-read svg { width: 17px; height: 17px; }
#grh-news .grn-read > span { font-size: 19px; line-height: 1; }
#grh-news .grn-card h2 a:hover { color: var(--grn-accent); }
#grh-news .grn-card-image:hover img { transform: scale(1.025); }
#grh-news .grn-empty { padding: 44px 24px; border: 1px solid var(--grn-line); border-radius: 7px; background: var(--grn-subtle); text-align: center; }
#grh-news .grn-empty h2 { font-size: 27px; line-height: 1.2; margin-bottom: 13px; }
#grh-news .grn-empty p { max-width: 620px; margin: 0 auto; font-size: 15px; }
#grh-news .grn-empty a { display: inline-flex; min-height: 42px; align-items: center; justify-content: center; margin-top: 20px; padding: 8px 15px; border: 1px solid var(--grn-line); border-radius: 7px; color: var(--grn-accent); font-size: 14px; }
#grh-news .grn-pagination { display: flex; justify-content: center; flex-wrap: wrap; gap: 8px; margin-top: 32px; font-size: 13px; line-height: 1.4; }
#grh-news .grn-pagination .page-numbers { display: inline-flex; align-items: center; justify-content: center; min-width: 40px; min-height: 40px; padding: 8px 13px; border: 1px solid var(--grn-line); border-radius: 7px; }
#grh-news .grn-pagination .current { background: #be1737; border-color: #be1737; color: #fff; }
#grh-news .grn-pagination a:hover { border-color: var(--grn-accent); color: var(--grn-accent); }
#grh-news .grn-pagination .dots { border-color: transparent; }

/* Single stories keep the reading column narrower than the archive. */
#grh-news-article { max-width: 930px; }
#grh-news-article .grn-breadcrumb { display: flex; flex-wrap: wrap; gap: 10px; margin-bottom: 33px; color: var(--grn-muted); font-size: 13px; line-height: 1.6; }
#grh-news-article .grn-breadcrumb a { display: inline-flex; align-items: center; gap: 12px; min-height: 34px; }
#grh-news-article .grn-breadcrumb a:hover { color: var(--grn-accent); }
#grh-news-article .grn-breadcrumb svg { width: 17px; height: 17px; color: var(--grn-accent); }
#grh-news-article .grn-article-header { max-width: 820px; }
#grh-news-article .grn-article-header h1 { margin-top: 18px; font-size: clamp(36px, 4.2vw, 54px); line-height: 1.09; letter-spacing: -.04em; text-wrap: balance; }
#grh-news-article .grn-article-header .grn-intro { margin-top: 23px; font-size: 19px; line-height: 1.6; }
#grh-news-article .grn-article-image { margin: 34px 0 36px; overflow: hidden; border-radius: 14px; }
#grh-news-article .grn-article-image img { aspect-ratio: 16 / 9; object-fit: cover; }
#grh-news .grn-card-image img.grn-image-contain,
#grh-news-article .grn-article-image img.grn-image-contain { object-fit: contain; }
#grh-news .grn-card-image img.grn-image-mark,
#grh-news-article .grn-article-image img.grn-image-mark { padding: 9%; background: var(--grn-subtle); }
#grh-news .grn-card-image img.grn-image-white,
#grh-news-article .grn-article-image img.grn-image-white { background: #fff; }
#grh-news-article .grn-article-content { max-width: 800px; margin: 0 auto; color: var(--grn-muted); font-size: 17px; line-height: 1.8; overflow-wrap: break-word; }
#grh-news-article .grn-article-content p { margin-bottom: 22px; font-size: inherit; line-height: inherit; }
#grh-news-article .grn-article-content :is(h2, h3) { margin-top: 37px; margin-bottom: 16px; line-height: 1.25; }
#grh-news-article .grn-article-content h2 { font-size: 29px; }
#grh-news-article .grn-article-content h3 { font-size: 23px; }
#grh-news-article .grn-article-content :is(ul, ol) { margin: 0 0 24px; padding-left: 25px; }
#grh-news-article .grn-article-content li { margin-bottom: 8px; padding-left: 3px; }
#grh-news-article .grn-article-content a { color: var(--grn-accent); text-decoration: underline; text-underline-offset: 4px; text-decoration-thickness: 1px; }
#grh-news-article .grn-article-content a:hover { color: var(--grn-ink); }
#grh-news-article .grn-article-content :is(strong, b) { color: var(--grn-ink); font-weight: 600; }
#grh-news-article .grn-article-content blockquote { margin: 28px 0; border-left: 3px solid var(--grn-accent); padding: 4px 0 4px 25px; }
#grh-news-article .grn-article-content blockquote p:last-child { margin-bottom: 0; }
#grh-news-article .grn-article-content figure { margin: 30px 0; }
#grh-news-article .grn-article-content img { border-radius: 12px; }
#grh-news-article .grn-article-content figcaption { margin-top: 10px; color: var(--grn-muted); font-size: 12px; line-height: 1.6; }
#grh-news-article .grn-article-content > :first-child { margin-top: 0; }
#grh-news-article .grn-article-content > :last-child { margin-bottom: 0; }

/* Publication dates are separate from the event dates in editorial summaries. */
:is(#grh-news, #grh-news-article) .grn-published { display: block; color: var(--grn-muted); font-size: 12px; line-height: 1.5; font-weight: 400; letter-spacing: 0; }
#grh-news .grn-card-meta { display: flex; flex-wrap: wrap; align-items: center; gap: 5px 14px; }
#grh-news .grn-card-meta .grn-published { font-size: 11px; }
#grh-news .grn-event-link .grn-published { margin-top: 7px; font-size: 11px; }
#grh-news .grn-card-actions { display: flex; align-items: center; justify-content: space-between; flex-wrap: wrap; gap: 10px 18px; margin-top: 15px; }
#grh-news .grn-card-actions .grn-read { margin: 0; min-height: 40px; }
#grh-news-article .grn-article-meta { display: flex; align-items: center; justify-content: space-between; flex-wrap: wrap; gap: 12px; margin-top: 20px; }

/* Native details keeps Share usable by mouse, touch and keyboard. */
:is(#grh-news, #grh-news-article) .grn-share { position: relative; flex: none; margin: 0; padding: 0; border: 0; }
:is(#grh-news, #grh-news-article) .grn-share[open] { z-index: 10; }
:is(#grh-news, #grh-news-article) .grn-share summary { display: flex; align-items: center; justify-content: center; gap: 8px; min-height: 40px; padding: 8px 12px; border: 1px solid var(--grn-line); border-radius: 6px; color: var(--grn-muted); background: transparent; font-size: 12px; line-height: 1.5; font-weight: 500; cursor: pointer; list-style: none; user-select: none; }
:is(#grh-news, #grh-news-article) .grn-share summary::-webkit-details-marker { display: none; }
:is(#grh-news, #grh-news-article) .grn-share summary::marker { content: ''; }
:is(#grh-news, #grh-news-article) .grn-share summary:hover,
:is(#grh-news, #grh-news-article) .grn-share[open] summary { color: var(--grn-accent); border-color: var(--grn-accent); }
:is(#grh-news, #grh-news-article) .grn-share summary:focus-visible { outline: 2px solid var(--grn-accent); outline-offset: 4px; }
:is(#grh-news, #grh-news-article) .grn-share-panel { position: absolute; right: 0; top: calc(100% + 8px); width: min(280px, calc(100vw - 36px)); padding: 8px; border: 1px solid var(--grn-line); border-radius: 9px; background: var(--grn-surface); box-shadow: 0 12px 34px rgba(0,0,0,.2); }
:is(#grh-news, #grh-news-article) .grn-share-panel :is(a, button) { display: flex; align-items: center; justify-content: space-between; gap: 12px; width: 100%; min-height: 44px; padding: 10px 12px; margin: 0; border: 0; border-radius: 5px; box-shadow: none; background: transparent; color: var(--grn-ink); font-family: inherit; font-size: 13px; line-height: 1.5; font-weight: 500; letter-spacing: 0; text-align: left; text-transform: none; cursor: pointer; }
:is(#grh-news, #grh-news-article) .grn-share-panel :is(a, button):hover { background: var(--grn-subtle); color: var(--grn-accent); }
:is(#grh-news, #grh-news-article) .grn-share-panel :is(a, button):focus-visible { outline-offset: -3px; }
:is(#grh-news, #grh-news-article) .grn-share [hidden] { display: none !important; }
:is(#grh-news, #grh-news-article) .grn-share-panel p { padding: 9px 12px; font-size: 12px; line-height: 1.6; }
:is(#grh-news, #grh-news-article) .grn-share-status:empty { display: none; }
:is(#grh-news, #grh-news-article) .grn-share-panel .grn-share-status { color: var(--grn-accent); }
:is(#grh-news, #grh-news-article) .grn-share-help { margin-top: 7px; border-top: 1px solid var(--grn-line); }
:is(#grh-news, #grh-news-article) .grn-share-manual { padding: 10px 12px; }
:is(#grh-news, #grh-news-article) .grn-share-manual label { display: block; color: var(--grn-muted); font-size: 12px; line-height: 1.6; }
:is(#grh-news, #grh-news-article) .grn-share-manual input { width: 100%; min-width: 0; height: auto; margin: 5px 0 0; padding: 9px; border: 1px solid var(--grn-line); border-radius: 4px; color: var(--grn-ink); background: var(--grn-surface); font: inherit; font-size: 16px; line-height: 1.5; }
:is(#grh-news, #grh-news-article) .grn-share-manual input:focus { outline: 2px solid var(--grn-accent); outline-offset: 2px; }

@media (max-width: 1100px) {
  :is(#grh-news, #grh-news-article) { padding-right: 26px; padding-left: 26px; padding-bottom: 58px; }
  #grh-news .grn-hero { margin-right: -26px; margin-left: -26px; min-height: 335px; }
  #grh-news .grn-hero-copy { padding-left: 26px; }
  #grh-news .grn-hero h1 { font-size: 52px; }
  #grh-news .grn-layout { gap: 30px; }
  #grh-news .grn-events-sidebar { padding-left: 24px; }
  #grh-news .grn-sidebar-title, #grh-news .grn-stories-heading h2 { font-size: 27px; }
  #grh-news .grn-card-link { gap: 20px; }
  #grh-news .grn-card h2 { font-size: 21px; }
  #grh-news .grn-card-body > p { font-size: 13px; }
  #grh-news .grn-stay-connected { padding: 21px 18px 50px; }
  #grh-news .grn-stay-connected h3 { font-size: 21px; }
  #grh-news-article { padding-top: 45px; }
}

/* 800px and up retain both explicit columns, including wide desktop screens. */
@media (min-width: 800px) and (max-width: 950px) {
  #grh-news .grn-layout { grid-template-columns: minmax(0, 1fr) minmax(200px, .37fr); gap: 23px; }
  #grh-news .grn-events-sidebar { padding-left: 21px; }
  #grh-news .grn-card-link { gap: 17px; grid-template-columns: minmax(0, .62fr) minmax(0, 1fr); }
  #grh-news .grn-card h2 { font-size: 20px; }
  #grh-news .grn-card-body > p { font-size: 13px; }
  #grh-news .grn-sidebar-title, #grh-news .grn-stories-heading h2 { font-size: 25px; }
  #grh-news .grn-stories-heading { flex-wrap: wrap; gap: 7px; }
}

@media (max-width: 799px) {
  #grh-news .grn-hero { min-height: 315px; }
  #grh-news .grn-hero-copy { width: 69%; padding-top: 38px; padding-bottom: 38px; }
  #grh-news .grn-hero h1 { font-size: 46px; }
  #grh-news .grn-hero::after { background: linear-gradient(90deg, #171717 0%, rgba(23,23,23,.94) 25%, rgba(23,23,23,.75) 52%, rgba(23,23,23,.2) 100%); }
  #grh-news .grn-intro { font-size: 15px; }
  #grh-news .grn-toolbar { gap: 16px; margin-bottom: 28px; padding-bottom: 23px; }
  #grh-news .grn-search { width: 100%; max-width: none; min-width: 0; }
  #grh-news .grn-search input[type="search"] { font-size: 16px; }
  #grh-news .grn-layout { grid-template-columns: 1fr; gap: 32px; }
  #grh-news .grn-events-sidebar, #grh-news #grn-results { grid-column: 1; grid-row: auto; }
  #grh-news .grn-events-sidebar { padding: 0 0 28px; border-left: 0; border-bottom: 1px solid var(--grn-line); }
  #grh-news .grn-events-inner { display: grid; grid-template-columns: 1fr 1fr; column-gap: 28px; align-items: start; }
  #grh-news .grn-sidebar-title { grid-column: 1; }
  #grh-news .grn-events-inner > .grn-category { grid-column: 1; margin-top: 18px; }
  #grh-news .grn-events-visual { display: none; }
  #grh-news .grn-event-status, #grh-news .grn-event-context, #grh-news .grn-event-list, #grh-news .grn-all-events { grid-column: 1; }
  #grh-news .grn-event-status { margin-top: 11px; font-size: 15px; }
  #grh-news .grn-event-context { margin-top: 12px; font-size: 13px; }
  #grh-news .grn-stay-connected { grid-column: 2; grid-row: 1 / span 5; margin: 0; padding: 23px 22px 48px; }
  #grh-news .grn-stories-heading { margin-bottom: 21px; }
  #grh-news .grn-card-link { gap: 23px; }
  #grh-news .grn-card h2 { font-size: 23px; }
  #grh-news .grn-card-body > p { font-size: 14px; }
}

@media (max-width: 540px) {
  :is(#grh-news, #grh-news-article) { padding-right: 18px; padding-left: 18px; padding-bottom: 46px; }
  #grh-news .grn-hero { min-height: 300px; margin: 0 -18px 23px; }
  #grh-news .grn-hero-copy { width: 92%; padding: 35px 18px; }
  #grh-news .grn-hero h1 { font-size: clamp(36px, 9vw, 44px); }
  #grh-news .grn-hero-image { width: 100%; }
  #grh-news .grn-hero-image img { object-position: 64% 50%; }
  #grh-news .grn-hero::after { background: linear-gradient(90deg, rgba(23,23,23,.98) 0%, rgba(23,23,23,.9) 32%, rgba(23,23,23,.73) 70%, rgba(23,23,23,.42) 100%); }
  #grh-news .grn-eyebrow { margin-bottom: 21px; font-size: 10px; }
  #grh-news .grn-intro { max-width: 350px; }
  #grh-news .grn-filter { min-height: 40px; padding: 9px 12px; }
  #grh-news .grn-events-inner { display: block; }
  #grh-news .grn-sidebar-title, #grh-news .grn-stories-heading h2 { font-size: 26px; }
  #grh-news .grn-stay-connected { margin-top: 21px; padding: 19px 47px 19px 19px; }
  #grh-news .grn-stay-connected h3 { font-size: 20px; }
  #grh-news .grn-stay-connected p { margin-top: 9px; }
  #grh-news .grn-stay-arrow { right: 17px; bottom: 19px; }
  #grh-news .grn-stories-heading { flex-wrap: wrap; gap: 7px; }
  #grh-news .grn-result-count { text-align: left; }
  #grh-news .grn-card { padding: 23px 0; }
  #grh-news .grn-card-link { grid-template-columns: 1fr; gap: 17px; }
  #grh-news .grn-card h2 { font-size: 25px; }
  #grh-news .grn-card-body > p { font-size: 14px; }
  #grh-news .grn-read { margin-top: 14px; }
  #grh-news .grn-empty { padding: 32px 20px; }
  #grh-news-article { padding-top: 34px; }
  #grh-news-article .grn-breadcrumb { margin-bottom: 24px; }
  #grh-news-article .grn-article-header h1 { font-size: clamp(33px, 8vw, 43px); }
  #grh-news-article .grn-article-header .grn-intro { font-size: 17px; margin-top: 20px; }
  #grh-news-article .grn-article-image { margin: 27px 0 28px; }
  #grh-news-article .grn-article-content { font-size: 16px; line-height: 1.75; }
  #grh-news-article .grn-article-content h2 { font-size: 27px; }
  #grh-news-article .grn-article-content h3 { font-size: 21px; }
  :is(#grh-news, #grh-news-article) [id] { scroll-margin-top: 120px; }
}

/* Preserve the existing article's compact reading layout below 640px. */
@media (min-width: 541px) and (max-width: 640px) {
  #grh-news-article { padding: 34px 18px 46px; }
  #grh-news-article .grn-breadcrumb { margin-bottom: 24px; }
  #grh-news-article .grn-article-header h1 { font-size: clamp(33px, 8vw, 43px); }
  #grh-news-article .grn-article-header .grn-intro { font-size: 17px; margin-top: 20px; }
  #grh-news-article .grn-article-image { margin: 27px 0 28px; }
  #grh-news-article .grn-article-content { font-size: 16px; line-height: 1.75; }
  #grh-news-article .grn-article-content h2 { font-size: 27px; }
  #grh-news-article .grn-article-content h3 { font-size: 21px; }
  #grh-news-article [id] { scroll-margin-top: 120px; }
}

@media (prefers-reduced-motion: reduce) {
  :is(#grh-news, #grh-news-article) *,
  :is(#grh-news, #grh-news-article) *::before,
  :is(#grh-news, #grh-news-article) *::after { transition: none !important; scroll-behavior: auto !important; }
  #grh-news .grn-card-image:hover img { transform: none; }
}
