/* Shared additions for the PHP pages. Keep the homepage's brand and footer. */
[hidden] { display: none !important; }
.nav-rail { width: min(var(--content), calc(100% - 40px)); padding: 12px 0; }
.nav-text-link { white-space: nowrap; }
.nav-rail > div:first-child, .desktop-nav { flex-shrink: 0; }
.page-grid { display: none; }
.hero-shell, .inner-hero { border: 0; }
.hero-shell .hero-inner, .inner-hero .section-inner { border: 0; }
.nav-text-link.is-current { color: #fff; background: rgba(255,255,255,.06); }
.mobile-menu [aria-current="page"] { color: #9cc9cc; }
.footer-links { flex-wrap: wrap; justify-content: flex-end; }
:where(.portal-page a, .portal-page button):focus-visible { outline: 2px solid #86c5cc; outline-offset: 5px; }
.portal-section { padding: 108px 0; }
.portal-section-heading { display: flex; align-items: flex-end; justify-content: space-between; gap: 32px; margin-bottom: 52px; }
.portal-overline { display: block; color: #a2b4b6; font-size: 13px; letter-spacing: 2px; margin-bottom: 25px; }
.portal-section h2 { font-size: clamp(32px, 3.4vw, 48px); line-height: 1.2; letter-spacing: -1.4px; }
.portal-section-heading > p { color: #a4b2b3; font-size: 14px; line-height: 1.8; }
.portal-text-link { display: inline-flex; align-items: center; gap: 32px; font-size: 14px; padding: 10px 0; }
.portal-text-link span { font-size: 23px; transition: transform .2s; }
.portal-text-link:hover span { transform: translate(3px,-3px); }
.subtle { color: #687778; font-size: 14px; }

/* Editorial cards and equity composition. */
.news-grid { display: grid; grid-template-columns: 1.22fr 1fr; gap: 20px; }
.news-feature { background: #0c292e; overflow: hidden; }
.news-visual { height: 245px; display: flex; flex-direction: column; justify-content: center; align-items: center; background: radial-gradient(ellipse at 50% 110%, #42747b, transparent 65%), #10343a; }
.news-visual > span { font-size: 86px; font-weight: 300; letter-spacing: 18px; padding-left: 18px; color: #d2e6e6; }
.news-visual > i { font-style: normal; font-size: 12px; letter-spacing: 5px; color: #a3bec1; }
.news-body { padding: 32px 36px; }
.news-meta { display: flex; justify-content: space-between; gap: 12px; color: #a4b6b8; font-size: 12px; letter-spacing: 1px; }
.news-grid h3 { margin-top: 25px; font-size: 25px; line-height: 1.5; letter-spacing: -.6px; }
.news-grid p { margin: 18px 0 16px; color: #aab9bb; font-size: 15px; line-height: 1.8; }
.news-side { display: grid; gap: 20px; }
.news-note { padding: 32px 36px; border: 1px solid #203236; background: #081417; display: flex; flex-direction: column; align-items: flex-start; }
.news-note .news-meta { align-self: stretch; }
.news-note .portal-text-link { margin-top: auto; }
.equity-section { background: #eef1f0; color: #102d32; }
.equity-section .portal-overline { color: #536d70; }
.equity-section .portal-section-heading > p { color: #40595c; }
.equity-layout { display: grid; grid-template-columns: .85fr 1.25fr; gap: 76px; align-items: center; }
.shareholder-card { padding: 35px 24px; text-align: center; }
.equity-ring { width: 238px; aspect-ratio: 1; margin: 0 auto 30px; border: 26px solid #1c5159; border-radius: 50%; display: grid; place-items: center; box-shadow: 0 0 0 12px #dfe7e6; }
.equity-ring strong { font-size: 50px; font-variant-numeric: tabular-nums; line-height: 1.1; letter-spacing: -3px; }
.equity-ring strong span { font-size: 23px; letter-spacing: 0; }
.equity-ring p { font-size: 12px; margin-top: 7px; color: #64787a; }
.shareholder-card h3 { font-size: 20px; }
.shareholder-card > p { color: #617779; font-size: 13px; margin-top: 8px; }
.direct-holdings > h3 { font-size: 22px; margin-bottom: 10px; }
.holding-rows { margin-top: 30px; }
.holding-row { display: grid; grid-template-columns: 1fr auto 16px; gap: 18px; padding: 23px 0; align-items: center; border-top: 1px solid #ccd6d5; font-size: 15px; transition: color .2s; }
.holding-row:last-child { border-bottom: 1px solid #ccd6d5; }
.holding-row strong { font-size: 21px; letter-spacing: -.5px; font-variant-numeric: tabular-nums; }
.holding-row i { font-style: normal; color: #687f81; }
.holding-row:hover { color: #347a83; }
.source-caption { margin-top: 45px; color: #627576; font-size: 12px; line-height: 1.8; }
.investor-contact { background: #0d3036; }
.portal-callout { display: flex; justify-content: space-between; align-items: center; gap: 40px; }
.portal-callout p { color: #a9bfc1; margin-top: 23px; }
.portal-callout .action { width: 236px; flex-shrink: 0; }

/* Four reusable business-card treatments; feature cards span two columns. */
.matrix-toolbar { display: flex; justify-content: space-between; align-items: center; gap: 24px; margin-bottom: 40px; }
.matrix-filters { display: flex; gap: 8px; flex-wrap: wrap; }
.matrix-filter { padding: 13px 17px; border: 1px solid #293e40; color: #a7b8ba; font-size: 14px; transition: background .2s, color .2s; }
.matrix-filter span { margin-left: 12px; font-size: 11px; color: #7e9699; }
.matrix-filter:hover { background: #19373c; color: #fff; }
.matrix-filter.is-active { background: #edf3f2; color: #14363c; border-color: #edf3f2; }
#matrix-result { color: #a1b3b6; font-size: 13px; white-space: nowrap; }
.matrix-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 20px; }
.matrix-card { min-height: 340px; padding: 30px; display: flex; flex-direction: column; position: relative; isolation: isolate; overflow: hidden; border: 1px solid #26383c; background: #101c20; transition: transform .3s, border-color .3s; }
.matrix-card:hover { transform: translateY(-5px); border-color: #6b9095; }
.matrix-card-top { display: flex; justify-content: space-between; font-size: 12px; color: #abc0c2; letter-spacing: 1px; z-index: 1; }
.matrix-card-body { margin-top: auto; padding-top: 64px; position: relative; }
.matrix-card .matrix-card-body h2 { font-size: 28px; letter-spacing: -.8px; }
.matrix-card-body p { color: #aec0c3; font-size: 14px; line-height: 1.85; margin-top: 19px; max-width: 420px; }
.matrix-card-bottom { margin-top: 30px; display: flex; align-items: center; justify-content: space-between; gap: 12px; z-index: 1; }
.matrix-tags { display: flex; gap: 7px; flex-wrap: wrap; }
.matrix-tags span { padding: 5px 9px; border: 1px solid #35494d; color: #a9c0c2; font-size: 11px; }
.matrix-card-bottom > a { width: 40px; height: 40px; border: 1px solid #496065; display: grid; place-items: center; font-size: 24px; flex-shrink: 0; transition: background .2s; }
.matrix-card-bottom > a:hover { background: #385f65; }
.matrix-card--feature { grid-column: span 2; min-height: 392px; background: radial-gradient(ellipse at 95% 30%, #285960, transparent 70%), #0e3037; }
.matrix-card--feature .matrix-card-body { padding-top: 100px; max-width: 73%; }
.matrix-card--feature .matrix-card-body h2 { font-size: 35px; }
.matrix-grid.is-filtered { grid-template-columns: 1fr 1fr; }
.is-filtered .matrix-card { grid-column: auto; min-height: 300px; }
.is-filtered .matrix-card--filter-lead { grid-row: span 2; }
.is-filtered .matrix-card--filter-lead .matrix-card-body { max-width: 100%; }
.matrix-art { position: absolute; z-index: -1; inset: 16px 22px auto auto; width: 195px; height: 240px; perspective: 600px; opacity: .65; }
.matrix-art i { position: absolute; width: 125px; height: 160px; border: 1px solid #86acb1; border-radius: 3px; transform: rotateX(23deg) rotateY(-32deg) rotateZ(19deg); background: linear-gradient(125deg,#547e8430,#71969b06); box-shadow: inset 0 0 35px #75bcc710; }
.matrix-art i:nth-child(1) { top: 9px; left: 56px; }
.matrix-art i:nth-child(2) { top: 40px; left: 29px; }
.matrix-art i:nth-child(3) { top: 72px; left: 2px; }
.matrix-card--accent { background: #224a51; border-color: #3b646a; }
.matrix-card--light { background: #e6ecea; color: #133239; border-color: #e6ecea; }
.matrix-card--light .matrix-card-top, .matrix-card--light .matrix-card-body p, .matrix-card--light .matrix-tags span { color: #4a666b; }
.matrix-card--light .matrix-tags span, .matrix-card--light .matrix-card-bottom > a { border-color: #a2b6b8; }
.matrix-card--light .matrix-card-bottom > a:hover { color: #fff; }
.matrix-bottom { margin-top: 44px; display: flex; align-items: center; justify-content: space-between; gap: 24px; font-size: 14px; }
.matrix-bottom > p { color: #a6b7b9; }

/* The ownership network consists entirely of HTML nodes and CSS lines. */
.relations-section { background: #071518; }
.network-meta { display: flex; gap: 20px; font-size: 12px; color: #9cb2b6; padding-bottom: 7px; }
.network-toolbar { display: flex; justify-content: space-between; align-items: center; gap: 20px; margin-bottom: 18px; }
.network-toolbar > p { color: #9bb0b4; font-size: 13px; }
.network-toolbar > div { display: flex; gap: 8px; flex-shrink: 0; }
.network-toolbar button { border: 1px solid #365259; background: transparent; padding: 9px 13px; color: #b4cccf; font-size: 12px; cursor: pointer; }
.network-toolbar button[aria-pressed="true"] { color: #102c33; background: #cee1e2; border-color: #cee1e2; }
.network-frame { border: 1px solid #2d464c; background: #0c2228; padding: 18px; }
.network-scroll { overflow: auto; max-height: 1040px; scrollbar-color: #46666c #102a30; scrollbar-width: thin; overscroll-behavior: contain; }
.network-size { width: 1344px; height: 1010px; position: relative; }
.network-canvas { position: relative; width: 1344px; height: 1010px; transform-origin: top left; }
.network-line { position: absolute; background: #466a73; pointer-events: none; }
.company-node-wrap { position: absolute; width: 188px; height: 100px; transform: translateX(-50%); }
.company-node { width: 100%; height: 100%; padding: 17px 14px; display: flex; flex-direction: column; justify-content: center; gap: 7px; border: 1px solid #537079; background: #102d35; text-align: left; cursor: pointer; box-shadow: 0 4px 20px #0002; transition: border-color .2s, background .2s, box-shadow .2s; }
.company-node .company-city { font-size: 11px; letter-spacing: 1px; color: #99b8bf; }
.company-node strong { font-size: 15px; line-height: 1.65; color: #e6eff0; }
.company-node--group { background: #c6e0df; border-color: #c6e0df; }
.company-node--group strong { color: #103139; }
.company-node--group .company-city { color: #3a666e; }
.company-node:hover, .company-node.is-selected { border-color: #bbebee; box-shadow: 0 0 0 3px #96d5de20; }
.company-node:focus-visible { outline: 2px solid #d8f9f9; outline-offset: 4px; }
.holding-percent { position: absolute; bottom: calc(100% + 15px); left: 50%; transform: translateX(-50%); padding: 3px 8px; background: #254a54; color: #c5e7e9; font-size: 12px; line-height: 18px; letter-spacing: .2px; white-space: nowrap; font-variant-numeric: tabular-nums; }
.holding-arrow { position: absolute; left: calc(50% - 4px); top: -7px; width: 0; height: 0; border-left: 4px solid transparent; border-right: 4px solid transparent; border-top: 7px solid #91b8bf; }
.network-key { position: absolute; left: 32px; top: 46px; display: flex; align-items: center; gap: 10px; color: #9ebcc3; font-size: 12px; }
.network-key span { width: 12px; height: 12px; background: #c6e0df; }
.network-key i { width: 24px; height: 1px; margin-left: 14px; background: #5e8089; }
.network-footnote { padding: 18px 12px 4px; color: #90abb1; font-size: 12px; line-height: 1.8; }
.profile-slot { margin-top: 24px; min-height: 445px; }
.company-profile-panel { padding: 30px; border: 1px solid #375359; background: #102c33; max-width: 100%; }
.profile-panel-top { display: flex; align-items: center; justify-content: space-between; gap: 12px; color: #a8c3c7; font-size: 12px; letter-spacing: 1px; }
.profile-close { display: none; border: 0; background: transparent; padding: 6px 10px; margin: -6px -10px -6px 0; color: #c6dfe2; font-size: 24px; line-height: 1; cursor: pointer; }
.company-profile-panel h3 { font-size: 26px; line-height: 1.5; letter-spacing: -.7px; margin-top: 22px; }
.profile-type { display: inline-block; margin-top: 14px; padding: 4px 9px; border: 1px solid #45656e; color: #a8c7ce; font-size: 11px; }
.profile-description { margin-top: 22px; color: #b8c9cc; font-size: 14px; line-height: 1.9; }
.company-contact-fields { display: grid; grid-template-columns: repeat(3, 1fr); gap: 25px; margin: 24px 0 0; padding-top: 22px; border-top: 1px solid #35525a; }
.company-contact-fields dt { font-size: 11px; color: #9dbac1; margin-bottom: 8px; }
.company-contact-fields dd { margin: 0; color: #d7e4e7; font-size: 13px; line-height: 1.8; overflow-wrap: anywhere; }
.profile-contact-link { margin-top: 26px; display: flex; align-items: center; justify-content: space-between; gap: 30px; font-size: 13px; }
.profile-contact-link span { font-size: 21px; }
.profile-source { margin-top: 18px; color: #9ab6bd; font-size: 10px; }
.company-profile-panel.is-floating { position: fixed; z-index: 40; width: 350px; max-height: calc(100dvh - 32px); overflow: auto; padding: 24px; box-shadow: 0 24px 80px #0009; border-color: #668a92; }
.is-floating .profile-close { display: block; }
.is-floating .profile-panel-top > span:nth-child(2) { margin-left: auto; }
.is-floating h3 { font-size: 22px; margin-top: 18px; }
.is-floating .company-contact-fields { grid-template-columns: 1fr; gap: 13px; }
.is-floating .company-contact-fields > div { display: grid; grid-template-columns: 64px 1fr; gap: 10px; align-items: baseline; }
.is-floating .company-contact-fields dt { margin: 0; }

@media (max-width: 1100px) {
  .desktop-nav { gap: 0; }
  .nav-text-link { padding-inline: 12px; }
  .equity-layout { gap: 35px; }
  .matrix-toolbar { align-items: flex-start; }
  .matrix-filter { padding: 11px 12px; }
  .matrix-filter span { margin-left: 7px; }
  .matrix-card { padding: 25px; }
  .network-meta { flex-wrap: wrap; gap: 10px; justify-content: flex-end; }
}
@media (max-width: 810px) {
  .nav-rail { padding: 16px 0; }
  .menu-toggle { right: 0; }
  .mobile-menu { left: 0; right: 0; padding-bottom: 24px; }
  body.menu-open .hero-shell, body.menu-open .inner-hero { z-index: 100; overflow: visible; }
  .site-header.is-open { position: fixed; overflow-y: auto; }
  .portal-hero h1 { font-size: clamp(32px, 9.6vw, 48px); line-height: 1.18; letter-spacing: -1.2px; }
  .portal-section { padding: 76px 0; }
  .portal-section-heading { align-items: flex-start; flex-direction: column; gap: 24px; margin-bottom: 36px; }
  .portal-overline { margin-bottom: 22px; }
  .news-grid, .equity-layout { grid-template-columns: 1fr; gap: 20px; }
  .news-body, .news-note { padding: 27px; }
  .news-visual { height: 210px; }
  .equity-layout { gap: 40px; }
  .direct-holdings { padding-top: 10px; }
  .portal-callout { flex-direction: column; align-items: flex-start; gap: 30px; }
  .portal-callout p { font-size: 15px; }
  .portal-callout .action { width: 100%; }
  .matrix-toolbar { flex-direction: column; gap: 18px; }
  .matrix-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 16px; }
  .matrix-card--feature { grid-column: span 2; }
  .matrix-card .matrix-card-body h2 { font-size: 26px; }
  .matrix-bottom { align-items: flex-start; flex-direction: column; gap: 12px; }
  .network-toolbar { align-items: flex-start; flex-direction: column; gap: 16px; }
  .network-meta { justify-content: flex-start; gap: 16px; }
  .network-frame { padding: 10px; }
  .network-scroll { max-height: 740px; }
  .network-footnote { padding: 15px 4px 4px; }
  .company-contact-fields { grid-template-columns: 1fr; gap: 18px; }
  .company-profile-panel { padding: 25px; }
  .profile-slot { min-height: 555px; }
  .company-profile-panel.is-floating { width: calc(100vw - 24px); left: 12px !important; top: auto !important; bottom: 12px; max-height: 65dvh; padding: 22px; }
  .footer-meta { flex-direction: column; align-items: stretch; gap: 20px; }
  .footer-links { display: flex; max-width: none; gap: 12px 22px; justify-content: flex-start; text-align: left; }
  .footer-links a, .footer-meta p { white-space: nowrap; }
}
@media (max-width: 520px) {
  .matrix-grid.is-filtered { grid-template-columns: 1fr; }
  .is-filtered .matrix-card--filter-lead { grid-row: auto; }
  .matrix-grid { grid-template-columns: 1fr; }
  .matrix-card--feature { grid-column: auto; }
  .matrix-card { min-height: 320px; padding: 26px; }
  .matrix-card--feature { min-height: 380px; }
  .matrix-card--feature .matrix-card-body { max-width: 100%; padding-top: 110px; }
  .matrix-art { width: 170px; opacity: .4; }
  .matrix-filter { font-size: 12px; }
  .matrix-filter span { font-size: 10px; }
  .holding-row { grid-template-columns: 1fr auto; gap: 12px; font-size: 14px; }
  .holding-row strong { font-size: 18px; }
  .holding-row i { display: none; }
  .company-profile-panel h3 { font-size: 22px; }
}
@media (prefers-reduced-motion: reduce) {
  .matrix-card, .company-node, .portal-text-link span { transition: none; }
}

/* Investor composition is separate from the historical investment network. */
.shareholder-layout { display: grid; grid-template-columns: .8fr 1.2fr; gap: 70px; align-items: center; }
.equity-ring--composition { border: 0; padding: 26px; }
.equity-ring--composition > div { width: 100%; height: 100%; border-radius: 50%; background: #eef1f0; display: flex; flex-direction: column; justify-content: center; align-items: center; }
.shareholder-details h3 { font-size: 22px; }
.shareholder-list { margin: 25px 0 20px; }
.shareholder-item { display: flex; align-items: center; justify-content: space-between; gap: 22px; border-bottom: 1px solid #cad6d5; padding: 24px 0; }
.shareholder-item dt { display: flex; align-items: center; gap: 13px; font-size: 16px; }
.shareholder-item i { display: inline-block; width: 12px; height: 12px; flex: 0 0 12px; background: #cbd6d4; }
.shareholder-item dd { margin: 0; font-size: 30px; font-variant-numeric: tabular-nums; }
.shareholder-item--pending { color: #5b7275; }
.shareholder-details > p { line-height: 1.8; font-size: 12px; }
.equity-investments { margin-top: 70px; padding-top: 55px; border-top: 1px solid #cad6d5; }
.network-footnote a { color: #c1dce1; text-decoration: underline; text-underline-offset: 4px; }

/* Brand philosophy, identity and downloadable assets. */
.brand-manifesto { background: #edf1ef; color: #133339; }
.brand-manifesto .portal-overline { color: #64797b; }
.brand-manifesto-layout { display: grid; grid-template-columns: .9fr 1.1fr; gap: 90px; }
.manifesto-copy .manifesto-lead { font-size: 29px; line-height: 1.65; color: #17383e; margin-bottom: 35px; }
.manifesto-copy > p { color: #546b6f; font-size: 16px; line-height: 1.95; }
.manifesto-copy > p + p { margin-top: 22px; }
.brand-values { background: #071518; }
.brand-values-grid { display: grid; grid-template-columns: 1.15fr 1fr 1fr; gap: 20px; align-items: start; }
.brand-values-grid article { padding: 34px; min-height: 355px; border: 1px solid #344d53; display: flex; flex-direction: column; }
.brand-values-grid article:first-child { background: #22484f; min-height: 400px; }
.brand-values-grid article:nth-child(2) { margin-top: 45px; background: #10282e; }
.brand-values-grid article:nth-child(3) { background: #e4ebe8; color: #14343a; }
.brand-values-grid article > span { color: #a9c0c3; font-size: 12px; letter-spacing: 1px; }
.brand-values-grid h3 { margin-top: 55px; font-size: 32px; line-height: 1.5; letter-spacing: -.8px; }
.brand-values-grid p { padding-top: 25px; margin-top: auto; color: #b9c9cb; font-size: 14px; line-height: 1.9; }
.brand-values-grid article:nth-child(3) > span, .brand-values-grid article:nth-child(3) > p { color: #536e71; }
.brand-identity { background: #0d292f; }
.identity-layout { display: grid; grid-template-columns: 1.25fr 1fr; gap: 20px; }
.identity-mark { min-height: 390px; background: radial-gradient(ellipse at 50% 110%, #26484e, transparent 65%), #071519; border: 1px solid #36565c; padding: 30px; display: flex; flex-direction: column; justify-content: space-between; }
.identity-mark > span { color: #94acb1; font-size: 12px; letter-spacing: 1px; }
.identity-mark img { width: min(100%, 370px); height: auto; align-self: center; }
.identity-mark > p { text-align: center; font-size: 13px; color: #a6bec2; }
.identity-palette { display: grid; grid-template-columns: 1fr 1fr; }
.brand-swatch { padding: 27px; display: flex; flex-direction: column; justify-content: space-between; gap: 60px; }
.brand-swatch > span { font-size: 15px; }
.brand-swatch strong { font-size: 13px; letter-spacing: 1px; font-variant-numeric: tabular-nums; }
.swatch-teal { background: #123a3f; }
.swatch-deep { background: #08272c; }
.swatch-ink { background: #020404; }
.swatch-paper { background: #f5f5f6; color: #17373e; }
.brand-downloads { background: #eef1f0; color: #15383e; }
.brand-downloads .portal-overline { color: #647b7e; }
.brand-kit-link { display: grid; grid-template-columns: 1fr auto; gap: 6px 35px; padding: 18px 24px; background: #153d44; color: #fff; align-items: center; }
.brand-kit-link > span:first-child { font-size: 15px; }
.brand-kit-link > span:nth-child(2) { color: #b3cbce; font-size: 11px; grid-row: 2; }
.brand-kit-link i { font-style: normal; font-size: 28px; grid-column: 2; grid-row: 1 / 3; }
.brand-kit-link:hover { background: #245760; }
.brand-download-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 20px; }
.brand-download-card { padding: 30px; border: 1px solid #b9cccd; display: flex; flex-direction: column; min-height: 322px; transition: background .2s; }
.brand-download-card:hover { background: #e1e9e7; }
.download-card-top { display: flex; justify-content: space-between; align-items: center; color: #627b7e; font-size: 12px; }
.download-card-top > span:first-child { padding: 7px 10px; border: 1px solid #a2b8bb; font-size: 13px; letter-spacing: 1px; }
.brand-download-card h3 { margin-top: 35px; font-size: 26px; }
.brand-download-card p { margin-top: 15px; color: #567176; font-size: 14px; line-height: 1.9; }
.brand-download-card a { display: flex; align-items: center; justify-content: space-between; gap: 20px; margin-top: auto; padding-top: 30px; font-size: 14px; }
.brand-download-card a > span:last-child { font-size: 24px; }
.brand-usage-note { display: flex; justify-content: space-between; gap: 25px; margin-top: 32px; color: #5f787b; font-size: 12px; line-height: 1.9; }
.brand-usage-note a { flex-shrink: 0; color: #254f57; }

/* Newsroom listing and server-rendered article views. */
.newsroom-section { background: #071417; }
.newsroom-toolbar { display: flex; align-items: center; justify-content: space-between; gap: 25px; }
.news-filters { display: flex; flex-wrap: wrap; gap: 8px; }
.news-filters a { border: 1px solid #345057; padding: 12px 20px; color: #b0c4c8; font-size: 14px; transition: color .2s, background .2s; }
.news-filters a:hover { background: #20454e; color: #fff; }
.news-filters .is-active { background: #e2edeb; color: #13383f; border-color: #e2edeb; }
.newsroom-toolbar > p { color: #a2b9be; font-size: 13px; white-space: nowrap; }
.newsroom-note { color: #92abb0; font-size: 12px; margin: 20px 0 38px; }
.newsroom-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 22px; }
.newsroom-card { background: #10282e; border: 1px solid #314e55; display: flex; }
.newsroom-card-copy { display: flex; flex-direction: column; align-items: flex-start; padding: 36px; flex: 1; }
.newsroom-card-copy .news-meta { align-self: stretch; }
.newsroom-card h2 { font-size: 28px; line-height: 1.5; letter-spacing: -.7px; margin-top: 36px; }
.newsroom-card h2 a:hover { color: #bde0e3; }
.newsroom-card-copy > p { margin: 22px 0 28px; color: #abc0c5; font-size: 15px; line-height: 1.9; max-width: 670px; }
.newsroom-card .portal-text-link { margin-top: auto; }
.newsroom-card--featured { grid-column: span 2; display: grid; grid-template-columns: 1.15fr 1fr; min-height: 420px; background: #193a42; }
.newsroom-card--featured h2 { font-size: 34px; }
.newsroom-cover { display: flex; flex-direction: column; justify-content: space-between; align-items: center; padding: 35px; background: radial-gradient(ellipse at 50% 120%, #58878d, transparent 70%), #224b54; overflow: hidden; }
.newsroom-cover > span { font-size: 12px; letter-spacing: 3px; color: #b8d0d3; }
.newsroom-cover > strong { font-size: 100px; font-weight: 300; letter-spacing: 14px; padding-left: 14px; color: #d1e3e3; }
.newsroom-cover > p { font-size: 12px; letter-spacing: 2px; color: #b8d0d3; }
.newsroom-card:nth-child(6) { grid-column: span 2; background: #e3ebe8; color: #153a42; }
.newsroom-card:nth-child(6) .news-meta, .newsroom-card:nth-child(6) p { color: #59777d; }
.newsroom-card:nth-child(6) h2 a:hover { color: #477b84; }
.newsroom-contact { margin-top: 38px; display: flex; align-items: center; justify-content: space-between; gap: 20px; }
.newsroom-contact p { font-size: 14px; color: #a7c0c5; }
.article-hero h1 { font-size: 54px; line-height: 1.3; }
.news-article-section { background: #edf1ef; color: #13383e; }
.news-article-layout { display: grid; grid-template-columns: 260px minmax(0, 1fr); gap: 90px; }
.article-aside { display: flex; flex-direction: column; align-items: flex-start; gap: 14px; color: #5e797e; font-size: 13px; }
.article-aside > a { color: #133f48; margin-bottom: 24px; }
.article-aside > p { margin-top: 24px; line-height: 1.9; }
.news-article-body { max-width: 760px; }
.news-article-body > section + section { margin-top: 52px; }
.news-article-body h2 { font-size: 30px; letter-spacing: -.5px; }
.news-article-body p { margin-top: 23px; font-size: 17px; line-height: 2; color: #4a696e; }
.article-related { margin-top: 64px; padding: 25px 28px; display: flex; align-items: center; justify-content: space-between; gap: 25px; background: #153d45; color: #fff; font-size: 15px; }
.article-related > span:last-child { font-size: 24px; }

@media (max-width: 1000px) {
  .brand-manifesto-layout { gap: 45px; }
  .brand-values-grid article { padding: 25px; }
  .brand-values-grid h3 { font-size: 28px; }
  .shareholder-layout { gap: 35px; }
  .news-article-layout { grid-template-columns: 200px minmax(0, 1fr); gap: 45px; }
}
@media (max-width: 810px) {
  .shareholder-layout, .brand-manifesto-layout, .identity-layout, .news-article-layout { grid-template-columns: 1fr; gap: 35px; }
  .shareholder-item dt { font-size: 14px; gap: 10px; }
  .shareholder-item dd { font-size: 24px; }
  .shareholder-item { gap: 12px; }
  .equity-investments { margin-top: 50px; padding-top: 35px; }
  .brand-values-grid { grid-template-columns: 1fr; }
  .brand-values-grid article, .brand-values-grid article:first-child { min-height: 290px; }
  .brand-values-grid article:nth-child(2) { margin-top: 0; }
  .brand-values-grid h3 { margin-top: 35px; }
  .manifesto-copy .manifesto-lead { font-size: 25px; }
  .identity-mark { min-height: 300px; }
  .brand-download-grid { grid-template-columns: 1fr; }
  .brand-download-card { min-height: 290px; }
  .brand-kit-link { width: 100%; }
  .brand-usage-note { flex-direction: column; gap: 15px; }
  .newsroom-toolbar { align-items: flex-start; flex-direction: column; gap: 18px; }
  .news-filters a { padding: 11px 14px; font-size: 13px; }
  .newsroom-note { line-height: 1.9; }
  .newsroom-grid { grid-template-columns: 1fr; }
  .newsroom-card--featured, .newsroom-card:nth-child(6) { grid-column: auto; }
  .newsroom-card--featured { grid-template-columns: 1fr; }
  .newsroom-cover { grid-row: 1; min-height: 280px; padding: 28px; }
  .newsroom-cover > strong { font-size: 80px; }
  .newsroom-card-copy { padding: 28px; }
  .newsroom-card h2, .newsroom-card--featured h2 { font-size: 26px; }
  .newsroom-contact { align-items: flex-start; flex-direction: column; gap: 10px; }
  .article-aside { padding-bottom: 26px; border-bottom: 1px solid #bacccc; }
  .article-aside > p { margin-top: 0; }
  .article-aside > a { margin-bottom: 8px; }
  .news-article-body h2 { font-size: 28px; }
  .news-article-body p { font-size: 16px; }
  .article-hero h1 { font-size: 34px; }
}

/* Careers: role directions are editable content, not unverified live vacancies. */
.career-culture { background: #0b2025; }
.career-culture-grid { display: grid; grid-template-columns: 1.2fr 1fr 1fr; gap: 20px; align-items: start; }
.career-culture-card { min-height: 325px; padding: 32px; display: flex; flex-direction: column; border: 1px solid #365259; background: #102d34; }
.career-culture-card:first-child { min-height: 370px; background: #e5ece9; color: #183d43; }
.career-culture-card:nth-child(2) { margin-top: 45px; }
.career-culture-card > span { color: #9fbcc2; font-size: 12px; letter-spacing: 1px; }
.career-culture-card h3 { font-size: 29px; line-height: 1.5; margin-top: 45px; }
.career-culture-card p { padding-top: 28px; margin-top: auto; color: #aec3c8; font-size: 14px; line-height: 1.9; }
.career-culture-card:first-child > span, .career-culture-card:first-child p { color: #59777c; }
.career-opportunities { background: #edf1ef; color: #153a42; }
.career-opportunities .portal-overline { color: #5b767b; }
.career-opportunities .portal-section-heading > p { color: #536f75; max-width: 350px; }
.career-toolbar { display: flex; align-items: center; justify-content: space-between; gap: 25px; margin-bottom: 32px; }
.career-filters { display: flex; flex-wrap: wrap; gap: 8px; }
.career-filters a { display: block; padding: 11px 17px; border: 1px solid #b9cbcc; color: #56747a; font-size: 13px; }
.career-filters a:hover { background: #dce7e4; }
.career-filters a[aria-current] { background: #17424a; border-color: #17424a; color: #fff; }
.career-toolbar > p { white-space: nowrap; font-size: 12px; color: #637f83; }
.career-roles { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 20px; align-items: start; }
.career-role { border: 1px solid #bacdce; background: #f4f7f5; }
.career-role summary { display: block; cursor: pointer; padding: 29px 30px; list-style: none; }
.career-role summary::-webkit-details-marker { display: none; }
.career-role summary:focus-visible { outline: 2px solid #396f79; outline-offset: 4px; }
.career-role-top { display: flex; justify-content: space-between; align-items: center; gap: 20px; font-size: 12px; color: #5c7c82; }
.career-role-top > span:last-child { font-size: 10px; padding: 4px 8px; border: 1px solid #b8ccce; }
.career-role-title { display: flex; align-items: flex-start; justify-content: space-between; gap: 20px; margin-top: 26px; }
.career-role-title h3 { font-size: 27px; line-height: 1.4; text-wrap: balance; }
.career-role-title > i { font-style: normal; font-size: 25px; line-height: 1; flex-shrink: 0; transition: transform .2s; }
.career-role summary > p { font-size: 14px; color: #5b797f; line-height: 1.8; margin-top: 18px; }
.career-role[open] { border-color: #497780; }
.career-role[open] .career-role-title > i { transform: rotate(45deg); }
.career-role-body { padding: 0 30px 30px; }
.career-role-body h4 { font-size: 14px; font-weight: 500; margin: 0 0 12px; padding-top: 23px; border-top: 1px solid #cddada; }
.career-role-body ul { padding-left: 18px; margin: 0 0 24px; color: #526f76; font-size: 14px; line-height: 1.9; }
.career-role-note { color: #6a8388; font-size: 12px; line-height: 1.8; }
.career-role-link { display: flex; align-items: center; justify-content: space-between; gap: 24px; margin-top: 24px; padding: 16px 19px; background: #163f48; color: #fff; font-size: 13px; }
.career-role-link > span:last-child { font-size: 20px; }
.career-empty { padding: 35px; border: 1px solid #b9cbcc; color: #536f75; }
.career-path { background: #061316; }
.career-path-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 35px; }
.career-path-grid > div { padding: 24px 0; border-top: 1px solid #38565e; }
.career-path-grid span { color: #8eaeb5; font-size: 12px; }
.career-path-grid h3 { font-size: 26px; margin-top: 28px; }
.career-path-grid p { margin-top: 17px; color: #a8bfc4; font-size: 14px; line-height: 1.9; }
.career-invitation { background: #173d45; }
.career-invitation .portal-callout p { max-width: 600px; line-height: 1.8; }
.career-invitation .career-channel-note { margin-top: 22px; font-size: 12px; color: #abc6cb; }
@media (max-width: 810px) {
  .career-culture-grid, .career-roles, .career-path-grid { grid-template-columns: 1fr; }
  .career-culture-card, .career-culture-card:first-child { min-height: 285px; }
  .career-culture-card:nth-child(2) { margin-top: 0; }
  .career-culture-card h3 { margin-top: 32px; }
  .career-toolbar { flex-direction: column; align-items: flex-start; gap: 18px; }
  .career-filters a { padding: 10px 13px; }
  .career-role summary { padding: 25px; }
  .career-role-body { padding: 0 25px 25px; }
  .career-role-title h3 { font-size: 25px; }
  .career-path-grid { gap: 20px; }
}
