:root {
  --navy: #071f31;
  --navy-2: #0b324b;
  --blue: #00a6df;
  --blue-deep: #007eae;
  --blue-bright: #38c3ec;
  --blue-light: #dff5fb;
  --aqua: #38b9b2;
  --aqua-light: #dff5f2;
  --red: #e53e3a;
  --red-light: #fde8e7;
  --gold: #f2b84b;
  --gold-light: #fff2cf;
  --copper: var(--red);
  --copper-dark: #bd2d31;
  --paper: #f4fafc;
  --white: #ffffff;
  --mist: #e8edef;
  --slate: #526772;
  --line: #ccd6da;
  --heading: "Manrope", sans-serif;
  --body: "Source Sans 3", sans-serif;
  --container: 1200px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--navy); background: var(--paper); font-family: var(--body); -webkit-font-smoothing: antialiased; }
body.menu-open { overflow: hidden; }
a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; }
button, select { font: inherit; }
svg { width: 1.2rem; height: 1.2rem; fill: none; stroke: currentColor; stroke-width: 1.7; stroke-linecap: round; stroke-linejoin: round; }
.container { width: min(calc(100% - 48px), var(--container)); margin-inline: auto; }
.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; }
.skip-link { position: fixed; z-index: 1000; top: 12px; left: 12px; padding: 12px 18px; color: white; background: var(--navy); transform: translateY(-150%); }
.skip-link:focus { transform: none; }

.site-header { position: relative; z-index: 100; background: white; }
.utility-bar { height: 32px; display: flex; align-items: center; color: #bac8cf; background: linear-gradient(90deg, var(--navy) 0 86%, #0a405c 86% 100%); border-top: 3px solid var(--red); font-size: 11px; letter-spacing: .025em; }
.utility-inner { display: flex; align-items: center; justify-content: space-between; }
.utility-inner > div { display: flex; align-items: center; gap: 16px; }
.utility-inner a:hover { color: white; }
.utility-divider { width: 1px; height: 11px; display: block; background: #526572; }
.utility-social { display: flex; align-items: center; gap: 10px; }
.utility-social a { display: inline-flex; align-items: center; justify-content: center; color: #dff7fc; }
.utility-social svg { width: 14px; height: 14px; stroke: currentColor; stroke-width: 1.8; }
.utility-social a:first-child svg { fill: currentColor; stroke: none; }
.utility-social a:focus-visible { outline: 2px solid white; outline-offset: 3px; }
.nav-shell { background: var(--blue); border-bottom: 1px solid rgba(255,255,255,.32); transition: box-shadow .2s ease; }
.site-header.is-scrolled .nav-shell { box-shadow: 0 12px 30px rgba(7,31,49,.08); }
.nav-inner { min-height: 96px; display: grid; grid-template-columns: 282px 1fr auto; align-items: stretch; }
.brand { width: 282px; display: flex; align-items: center; align-self: stretch; margin-left: -24px; padding: 0 24px; background: var(--blue); }
.brand img { width: 210px; height: auto; }
.main-nav { display: flex; align-items: stretch; justify-content: flex-end; }
.nav-group { position: relative; display: flex; align-items: stretch; }
.nav-group > a { height: 100%; }
.nav-submenu { position: absolute; z-index: 120; top: calc(100% - 1px); left: 0; width: 225px; padding: 9px 0; background: white; border-top: 3px solid var(--blue); box-shadow: 0 18px 38px rgba(7,31,49,.17); opacity: 0; visibility: hidden; transform: translateY(8px); transition: opacity .18s, visibility .18s, transform .18s; }
.nav-group:hover .nav-submenu, .nav-group:focus-within .nav-submenu { opacity: 1; visibility: visible; transform: none; }
.main-nav .nav-submenu a { min-height: 41px; padding: 0 18px; color: #48616d; border-bottom: 1px solid #edf1f3; font-size: 11px; font-weight: 600; }
.main-nav .nav-submenu a:last-child { border-bottom: 0; }
.main-nav .nav-submenu a::after { display: none; }
.main-nav .nav-submenu a:hover { color: var(--blue-deep); background: var(--blue-light); }
.main-nav a { position: relative; display: flex; align-items: center; padding: 0 18px; color: #344e5c; font-family: var(--heading); font-size: 12px; font-weight: 600; }
.main-nav a::after { content: ""; position: absolute; right: 18px; bottom: 0; left: 18px; height: 3px; background: var(--copper); transform: scaleX(0); transform-origin: right; transition: transform .2s ease; }
.main-nav a { color: white; }
.main-nav a:hover, .main-nav a.is-active { color: white; }
.main-nav a:hover::after, .main-nav a.is-active::after { transform: scaleX(1); transform-origin: left; }
.nav-action { align-self: center; display: flex; align-items: center; gap: 18px; margin-left: 16px; padding: 13px 18px; color: white; background: var(--blue-deep); font-family: var(--heading); font-size: 11px; font-weight: 700; text-transform: uppercase; letter-spacing: .035em; transition: background .2s ease; }
.nav-action:hover { background: var(--copper); }
.nav-action svg { width: 16px; transition: transform .2s ease; }
.nav-action:hover svg { transform: translateX(3px); }
.menu-button { display: none; }

.hero { position: relative; min-height: 690px; overflow: hidden; color: white; background: var(--blue-deep); }
.hero-background { position: absolute; z-index: 0; inset: 0 0 0 auto; width: 64%; height: 100%; object-fit: cover; object-position: center; filter: saturate(.72) contrast(1.04); }
.hero-overlay { position: absolute; z-index: 1; inset: 0; background: linear-gradient(90deg, #008fc3 0%, #008fc3 34%, rgba(0,126,174,.92) 48%, rgba(7,31,49,.3) 78%, rgba(7,31,49,.08) 100%), linear-gradient(0deg, rgba(7,31,49,.56), transparent 44%); }
.hero-orbit { position: absolute; z-index: 2; right: 5%; top: 10%; width: 430px; height: 430px; border: 1px solid rgba(255,255,255,.2); border-radius: 50%; }
.hero-orbit::before, .hero-orbit::after { content: ""; position: absolute; border: 1px solid rgba(255,255,255,.12); border-radius: 50%; }
.hero-orbit::before { inset: 48px; }
.hero-orbit::after { inset: 105px; }
.hero-orbit span { position: absolute; top: 50%; left: -5px; width: 9px; height: 9px; background: var(--gold); border-radius: 50%; box-shadow: 0 0 0 7px rgba(242,184,75,.16); }
.hero-content { position: relative; z-index: 3; min-height: 690px; display: flex; align-items: center; justify-content: space-between; padding-top: 40px; padding-bottom: 145px; }
.hero-copy { max-width: 690px; }
.eyebrow { display: flex; align-items: center; gap: 12px; margin: 0 0 28px; color: #d4e2e8; font-family: var(--heading); font-size: 11px; font-weight: 700; letter-spacing: .14em; text-transform: uppercase; }
.eyebrow span { width: 30px; height: 2px; background: var(--copper); }
h1, h2, h3 { font-family: var(--heading); }
.hero h1 { max-width: 700px; margin: 0; font-size: clamp(50px, 5.5vw, 78px); font-weight: 600; line-height: 1.04; letter-spacing: -.047em; }
.hero-lead { max-width: 600px; margin: 28px 0 0; color: #c1d0d7; font-size: 18px; line-height: 1.6; }
.hero-actions { display: flex; align-items: center; gap: 30px; margin-top: 38px; }
.button { min-height: 50px; display: inline-flex; align-items: center; justify-content: center; gap: 15px; padding: 0 22px; font-family: var(--heading); font-size: 12px; font-weight: 700; text-transform: uppercase; letter-spacing: .035em; transition: color .2s, background .2s, transform .2s; }
.button:hover { transform: translateY(-2px); }
.button--copper { color: white; background: var(--copper); }
.button--copper:hover { background: var(--copper-dark); }
.button svg { width: 17px; }
.quiet-link { padding-bottom: 5px; color: #d3e0e5; border-bottom: 1px solid rgba(255,255,255,.4); font-size: 13px; }
.quiet-link:hover { color: white; border-bottom-color: white; }
.hero-edition { align-self: flex-start; display: grid; margin-top: 85px; padding: 16px 18px; border-top: 1px solid rgba(255,255,255,.65); border-bottom: 1px solid rgba(255,255,255,.28); font-family: var(--heading); text-align: right; }
.hero-edition span, .hero-edition small { color: #d1dce1; font-size: 8px; letter-spacing: .18em; }
.hero-edition strong { margin: 2px 0; font-size: 37px; font-weight: 500; line-height: 1; }
.hero-facts { position: absolute; z-index: 4; right: 0; bottom: 0; left: 0; border-top: 1px solid rgba(255,255,255,.32); background: rgba(0,126,174,.84); backdrop-filter: blur(12px); }
.hero-facts__grid { display: grid; grid-template-columns: repeat(3, 1fr); }
.hero-facts a { min-height: 118px; display: grid; grid-template-columns: 45px 1fr auto; align-items: center; gap: 15px; padding: 20px 28px; border-right: 1px solid rgba(255,255,255,.17); transition: background .2s ease; }
.hero-facts a:nth-child(1) { background: rgba(0,166,223,.18); }
.hero-facts a:nth-child(2) { background: rgba(56,185,178,.22); }
.hero-facts a:nth-child(3) { background: rgba(7,31,49,.26); }
.hero-facts a:last-child { border-right: 0; }
.hero-facts a:hover { background: rgba(185,102,62,.92); }
.fact-number { color: #bcebf8; font-family: var(--heading); font-size: 11px; }
.hero-facts small, .hero-facts strong { display: block; }
.hero-facts small { margin-bottom: 5px; color: #bcebf8; font-size: 10px; letter-spacing: .07em; text-transform: uppercase; }
.hero-facts strong { font-family: var(--heading); font-size: 17px; font-weight: 600; }
.hero-facts a:hover small, .hero-facts a:hover .fact-number { color: rgba(255,255,255,.72); }
.hero-facts b { font-size: 18px; font-weight: 400; }

.section { padding: 115px 0; }
.section-heading { display: grid; grid-template-columns: 1.25fr .75fr; align-items: end; gap: 80px; margin-bottom: 70px; }
.section-label { margin: 0 0 18px; color: var(--blue-deep); font-family: var(--heading); font-size: 10px; font-weight: 800; letter-spacing: .15em; text-transform: uppercase; }
.section-label::before { content: ""; width: 26px; height: 2px; display: inline-block; margin: 0 11px 3px 0; background: currentColor; }
.section-label--light { color: #aee9f8; }
.section-heading h2, .archive-summary h2, .method-content h2, .contact-inner h2 { margin: 0; font-size: clamp(38px, 4.4vw, 58px); font-weight: 600; line-height: 1.12; letter-spacing: -.043em; }
.section-heading > p { max-width: 460px; margin: 0; color: var(--slate); font-size: 17px; line-height: 1.65; }
.series-section { background: linear-gradient(135deg, var(--blue-light) 0 38%, var(--paper) 38% 100%); }
.series-columns { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }
.series-item { min-height: 365px; display: flex; flex-direction: column; padding: 28px 28px 8px; background: rgba(255,255,255,.72); }
.series-item:nth-child(1) { background: rgba(217,244,251,.9); }
.series-item:nth-child(2) { background: rgba(223,245,242,.92); }
.series-item:nth-child(3) { background: rgba(255,242,207,.88); }
.series-rule { height: 3px; margin-bottom: 24px; background: var(--line); }
.series-rule span { width: 32%; height: 100%; display: block; background: var(--blue); transition: width .3s ease; }
.series-item:nth-child(2) .series-rule span { background: var(--aqua); }
.series-item:nth-child(3) .series-rule span { background: var(--gold); }
.series-item:hover .series-rule span { width: 100%; }
.series-meta { display: flex; justify-content: space-between; color: #72858f; font-family: var(--heading); font-size: 9px; font-weight: 700; letter-spacing: .14em; }
.series-item h3 { margin: 48px 0 16px; font-size: 27px; font-weight: 600; letter-spacing: -.03em; }
.series-item p { margin: 0; color: var(--slate); font-size: 15px; line-height: 1.65; }
.series-item a { display: flex; align-items: center; justify-content: space-between; margin-top: auto; padding: 18px 0; border-top: 1px solid var(--line); color: var(--navy); font-family: var(--heading); font-size: 12px; font-weight: 700; }
.series-item a span { color: var(--red); font-size: 18px; transition: transform .2s ease; }
.series-item a:hover span { transform: translate(4px,-3px); }

.archive-section { overflow: hidden; color: white; background: var(--navy); }
.archive-grid { display: grid; grid-template-columns: .84fr 1.2fr .72fr; gap: 55px; padding-top: 110px; padding-bottom: 110px; }
.archive-summary { position: relative; z-index: 0; padding-right: 28px; }
.archive-summary::before { content: ""; position: absolute; z-index: -1; top: -110px; right: 0; bottom: -110px; left: -50vw; background: linear-gradient(140deg, rgba(255,255,255,.13) 0 17%, transparent 17% 100%), var(--blue-deep); }
.archive-summary h2 { font-size: clamp(38px, 4vw, 53px); }
.archive-summary > p:not(.section-label) { margin: 25px 0 0; color: #d7f1f8; font-size: 15px; line-height: 1.7; }
.archive-period { margin-top: 55px; padding-top: 22px; border-top: 1px solid rgba(255,255,255,.36); }
.archive-period span, .archive-period strong { display: block; }
.archive-period span { margin-bottom: 9px; color: #bdebf7; font-family: var(--heading); font-size: 9px; font-weight: 700; letter-spacing: .14em; }
.archive-period strong { color: #f0f4f5; font-family: var(--heading); font-size: 39px; font-weight: 500; letter-spacing: -.04em; }
.year-select { display: grid; gap: 8px; margin-top: 24px; }
.year-select > span { color: #d1f1f9; font-size: 10px; }
.year-select select { width: 100%; min-height: 45px; padding: 0 12px; color: var(--navy); background: white; border: 1px solid rgba(255,255,255,.58); border-radius: 0; font-size: 12px; }
.year-select option { color: var(--navy); background: white; }
.archive-content { border-top: 1px solid #57707f; }
.archive-table a { min-height: 78px; display: grid; grid-template-columns: 35px 1.15fr 1fr 20px; align-items: center; gap: 12px; border-bottom: 1px solid #314e61; transition: padding .2s, background .2s; }
.archive-table a:nth-child(1) { border-left: 3px solid var(--blue-bright); }
.archive-table a:nth-child(2) { border-left: 3px solid var(--aqua); }
.archive-table a:nth-child(3) { border-left: 3px solid var(--gold); }
.archive-table a:nth-child(4) { border-left: 3px solid var(--red); }
.archive-table a:nth-child(5) { border-left: 3px solid #9f86d9; }
.archive-table a { padding-left: 16px; }
.archive-table a:hover { padding: 0 12px; background: #103a54; }
.archive-table span, .archive-table small { color: #8fa7b2; font-size: 10px; }
.archive-table strong { font-family: var(--heading); font-size: 14px; font-weight: 600; }
.archive-table b { justify-self: end; color: var(--blue-bright); font-size: 16px; font-weight: 400; }
.archive-footer { display: flex; align-items: center; justify-content: space-between; gap: 20px; padding-top: 25px; font-size: 11px; }
.archive-footer p { margin: 0; color: #8fa7b2; }
.archive-footer a { color: var(--blue-bright); font-family: var(--heading); font-weight: 700; }
.archive-footer a span { margin-left: 10px; }
.coverage-panel { align-self: start; min-height: 500px; padding: 26px; color: var(--navy); background: linear-gradient(145deg, var(--gold-light), #fff9e9); border-top: 5px solid var(--gold); }
.coverage-top { display: flex; justify-content: space-between; font-family: var(--heading); font-size: 8px; font-weight: 700; letter-spacing: .14em; }
.coverage-graphic { width: 100%; height: auto; margin: 55px 0 48px; overflow: visible; }
.coverage-graphic .grid-path { stroke: #b1c3ca; stroke-width: 1; }
.coverage-graphic .trend-path { stroke: var(--red); stroke-width: 3; }
.coverage-graphic circle { fill: var(--gold); stroke: none; }
.coverage-stats { border-top: 1px solid #afc1c8; }
.coverage-stats > div { display: grid; grid-template-columns: 70px 1fr; align-items: center; gap: 12px; padding: 18px 0; border-bottom: 1px solid #afc1c8; }
.coverage-stats strong { color: var(--blue-deep); font-family: var(--heading); font-size: 30px; font-weight: 500; }
.coverage-stats > div:nth-child(2) strong { color: var(--aqua); }
.coverage-stats > div:nth-child(3) strong { color: var(--red); }
.coverage-stats span { color: #47616d; font-size: 12px; line-height: 1.35; }

.method-section { padding: 72px 0; background: linear-gradient(90deg, white 0 46%, var(--blue-light) 46% 100%); }
.method-grid { display: grid; grid-template-columns: .9fr 1.1fr; gap: 5.5vw; align-items: center; }
.method-visual { position: relative; min-height: 440px; overflow: hidden; display: flex; align-items: center; justify-content: center; color: white; background: linear-gradient(145deg, var(--blue-bright), var(--blue-deep) 48%, var(--navy)); }
.method-visual::before, .method-visual::after { content: ""; position: absolute; width: 410px; height: 410px; border: 1px solid rgba(255,255,255,.11); border-radius: 50%; }
.method-visual::after { width: 305px; height: 305px; }
.method-orb { position: relative; z-index: 1; width: 175px; height: 250px; background: radial-gradient(circle at 34% 30%, #fff2bf, var(--gold) 42%, #dc7f35 83%); border-radius: 50% 50% 46% 46% / 58% 58% 42% 42%; box-shadow: inset -22px -20px 36px rgba(94,49,8,.2), 26px 29px 58px rgba(0,0,0,.24); transform: rotate(8deg); }
.method-visual > span { position: absolute; z-index: 2; color: #c8d5da; font-family: var(--heading); font-size: 8px; font-weight: 700; letter-spacing: .18em; }
.method-visual > span:nth-of-type(1) { top: 24px; left: 24px; }
.method-visual > span:nth-of-type(2) { right: 24px; bottom: 24px; }
.method-visual > span:nth-of-type(3) { right: 24px; top: 50%; writing-mode: vertical-rl; }
.method-content { position: relative; padding: 32px 36px; background: rgba(255,255,255,.72); }
.method-content::before { content: ""; position: absolute; top: 0; right: 0; width: 76px; height: 7px; background: linear-gradient(90deg, var(--aqua) 0 33%, var(--gold) 33% 66%, var(--red) 66%); }
.method-content h2 { max-width: 560px; font-size: clamp(37px, 3.7vw, 46px); }
.method-lead { max-width: 540px; margin: 16px 0 26px; color: var(--slate); font-size: 15px; line-height: 1.55; }
.method-list { margin: 0; padding: 0; list-style: none; border-top: 1px solid var(--line); }
.method-list li { display: grid; grid-template-columns: 42px 1fr; gap: 16px; padding: 14px 0; border-bottom: 1px solid var(--line); }
.method-list li > span { color: var(--blue-deep); font-family: var(--heading); font-size: 10px; font-weight: 700; }
.method-list li:nth-child(2) > span { color: var(--aqua); }
.method-list li:nth-child(3) > span { color: var(--red); }
.method-list strong { font-family: var(--heading); font-size: 15px; font-weight: 700; }
.method-list p { margin: 3px 0 0; color: var(--slate); font-size: 12px; line-height: 1.45; }
.legal-note { max-width: 540px; margin: 18px 0 0 58px; color: #71838c; font-size: 10px; line-height: 1.5; }

.contact-section { color: white; background: linear-gradient(110deg, var(--blue) 0 58%, var(--aqua) 58% 76%, var(--gold) 76% 78%, var(--blue-deep) 78% 100%); }
.contact-inner { min-height: 300px; display: flex; align-items: center; justify-content: space-between; gap: 70px; }
.contact-inner h2 { max-width: 690px; font-size: clamp(37px, 4vw, 53px); }
.contact-actions { flex: 0 0 auto; display: grid; gap: 16px; }
.button--light { color: var(--navy); background: white; }
.button--light:hover { color: white; background: var(--copper); }
.contact-actions p { margin: 0; color: #c7e2ec; font-size: 11px; text-align: center; line-height: 1.55; }

.site-footer { position: relative; color: #e9f8fc; background: var(--blue); }
.site-footer::before { content: ""; position: absolute; top: 0; right: 0; left: 0; height: 6px; background: linear-gradient(90deg, var(--blue) 0 56%, var(--aqua) 56% 76%, var(--gold) 76% 90%, var(--red) 90% 100%); }
.footer-main { display: grid; grid-template-columns: 1.2fr .7fr .8fr 1.3fr; gap: 46px; padding-top: 58px; padding-bottom: 38px; }
.footer-brand > a { display: inline-flex; align-items: center; min-height: 112px; margin-left: -20px; padding: 18px 24px; background: var(--blue); }
.footer-brand img { width: 190px; }
.footer-brand p { margin: 22px 0 0; color: #e9f8fc; font-size: 13px; line-height: 1.6; }
.footer-column { display: flex; align-items: flex-start; flex-direction: column; gap: 10px; }
.footer-column h3 { margin: 4px 0 13px; color: white; font-family: var(--heading); font-size: 12px; font-weight: 700; }
.footer-column a, .footer-column p { margin: 0; color: #e9f8fc; font-size: 12px; line-height: 1.6; }
.footer-column a:hover { color: white; }
.footer-location h3 { margin: 4px 0 13px; color: white; font: 700 12px var(--heading); }
.footer-location address { color: #e9f8fc; font-size: 12px; font-style: normal; line-height: 1.6; }
.footer-location > div { display: flex; flex-wrap: wrap; gap: 6px 14px; margin-top: 12px; }
.footer-location > div a { color: white; font-size: 11px; text-decoration: underline; text-underline-offset: 3px; }
.footer-map { position: relative; height: 172px; margin-top: 16px; overflow: hidden; background: var(--blue-deep); }
.footer-map iframe { width: 100%; height: 100%; display: block; border: 0; }
.footer-map__open { position: absolute; z-index: 2; top: 10px; left: 10px; padding: 8px 10px; color: var(--blue-deep); background: rgba(255,255,255,.94); font: 700 9px var(--heading); letter-spacing: .03em; text-transform: uppercase; }
.footer-map__open:hover, .footer-map__open:focus-visible { color: var(--navy); background: white; }
.footer-legal-row { display: flex; align-items: center; justify-content: space-between; gap: 28px; min-height: 58px; border-top: 1px solid rgba(255,255,255,.42); }
.footer-legal-row details { min-width: 0; }
.footer-legal-row summary { display: flex; align-items: center; gap: 9px; color: white; cursor: pointer; font: 700 10px var(--heading); letter-spacing: .06em; text-transform: uppercase; list-style: none; }
.footer-legal-row summary::-webkit-details-marker { display: none; }
.footer-legal-row summary span { color: #e9f8fc; font-size: 15px; transition: transform .2s ease; }
.footer-legal-row details[open] summary span { transform: rotate(45deg); }
.footer-legal-row details > div { max-width: 760px; padding: 12px 0 18px; color: #e9f8fc; font-size: 11px; line-height: 1.6; }
.footer-legal-row details p { margin: 0 0 8px; }
.footer-legal-row > a { flex: 0 0 auto; color: white; font-size: 10px; text-decoration: underline; text-underline-offset: 3px; }
.footer-bottom { min-height: 56px; display: flex; align-items: center; gap: 20px; border-top: 1px solid rgba(255,255,255,.42); color: #e9f8fc; font-size: 10px; }
.footer-bottom > span:nth-of-type(2) { margin-left: auto; }
.footer-social { display: flex; align-items: center; gap: 16px; }
.footer-social a { display: inline-flex; align-items: center; gap: 6px; color: white; font-family: var(--heading); font-size: 9px; font-weight: 700; transition: color .2s ease; }
.footer-social svg { width: 17px; height: 17px; stroke: currentColor; stroke-width: 1.8; }
.footer-social a:first-child svg { fill: currentColor; stroke: none; }
.footer-social a:hover, .footer-social a:focus-visible { color: var(--blue-bright); }
.footer-social a:focus-visible { outline: 2px solid var(--blue-bright); outline-offset: 4px; }

.reveal { opacity: 0; transform: translateY(20px); transition: opacity .7s ease, transform .7s ease; transition-delay: var(--delay, 0ms); }
.reveal.is-visible { opacity: 1; transform: none; }

/* Consolidated data explorer */
.data-section { position: relative; overflow: hidden; padding: 105px 0 95px; color: white; background: var(--navy); }
.data-section::before { content: ""; position: absolute; inset: 0 62% 0 0; background: linear-gradient(150deg, rgba(255,255,255,.12) 0 13%, transparent 13% 100%), var(--blue-deep); }
.data-section::after { content: ""; position: absolute; top: 0; right: 0; width: 39%; height: 6px; background: linear-gradient(90deg, var(--aqua) 0 42%, var(--gold) 42% 72%, var(--red) 72% 100%); }
.data-section .container { position: relative; z-index: 1; }
.data-intro { display: grid; grid-template-columns: 1.1fr .72fr; align-items: end; gap: 80px; margin-bottom: 52px; }
.data-intro h2 { max-width: 690px; margin: 0; font-size: clamp(42px, 5vw, 66px); font-weight: 600; line-height: 1.05; letter-spacing: -.05em; }
.data-intro > p { max-width: 480px; margin: 0 0 5px; color: #b9ccd5; font-size: 17px; line-height: 1.65; }
.data-console { color: var(--navy); background: #f8fbfc; box-shadow: 0 38px 90px rgba(0,0,0,.25); }
.data-console__top { min-height: 86px; display: flex; align-items: center; justify-content: space-between; gap: 25px; padding: 14px 22px 14px 14px; background: white; border-bottom: 1px solid var(--line); }
.frequency-tabs { display: flex; align-items: stretch; gap: 5px; }
.frequency-tabs button { min-height: 55px; padding: 0 22px; color: #57707c; background: transparent; border: 0; cursor: pointer; font-family: var(--heading); font-size: 12px; font-weight: 700; letter-spacing: .02em; }
.frequency-tabs button span { margin-right: 9px; color: #8ba0aa; font-size: 8px; }
.frequency-tabs button[aria-selected="true"] { color: white; background: var(--blue-deep); box-shadow: inset 0 -4px var(--blue-bright); }
.frequency-tabs button:nth-child(2)[aria-selected="true"] { background: #198f8a; box-shadow: inset 0 -4px #71d3cd; }
.frequency-tabs button:nth-child(3)[aria-selected="true"] { background: var(--navy); box-shadow: inset 0 -4px var(--gold); }
.data-actions { display: flex; gap: 8px; }
.data-download { min-height: 42px; display: inline-flex; align-items: center; justify-content: center; gap: 12px; padding: 0 16px; color: white; background: var(--red); border: 1px solid var(--red); cursor: pointer; font-family: var(--heading); font-size: 10px; font-weight: 800; letter-spacing: .035em; text-transform: uppercase; }
.data-download:hover { background: var(--copper-dark); }
.data-download--ghost { color: var(--blue-deep); background: white; border-color: #a8c6d2; }
.data-download--ghost:hover { color: white; background: var(--blue-deep); border-color: var(--blue-deep); }
.data-filters { display: grid; grid-template-columns: .78fr 1.32fr 1fr .9fr; gap: 1px; padding: 1px; background: var(--line); }
.data-filters label { min-width: 0; display: block; padding: 15px 18px; background: #eef6f9; }
.data-filters span { display: block; margin-bottom: 7px; color: #708590; font-family: var(--heading); font-size: 8px; font-weight: 800; letter-spacing: .13em; text-transform: uppercase; }
.data-filters select { width: 100%; padding: 0 30px 0 0; color: var(--navy); background: transparent; border: 0; outline: 0; font-family: var(--heading); font-size: 14px; font-weight: 700; text-overflow: ellipsis; }
.year-navigation { min-height: 88px; display: grid; grid-template-columns: 125px 1fr; align-items: stretch; color: white; background: var(--blue-deep); border-bottom: 4px solid var(--blue); }
.year-navigation > div:first-child { display: flex; align-items: flex-start; justify-content: center; flex-direction: column; padding: 12px 24px; background: rgba(7,31,49,.24); }
.year-navigation > div:first-child span { color: #a9d9e8; font-family: var(--heading); font-size: 8px; font-weight: 800; letter-spacing: .16em; }
.year-navigation > div:first-child strong { margin-top: 4px; font-family: var(--heading); font-size: 25px; font-weight: 500; }
.year-track { min-width: 0; display: flex; align-items: center; gap: 4px; overflow-x: auto; padding: 0 16px; scrollbar-width: thin; }
.year-track button { flex: 0 0 auto; width: 59px; height: 43px; color: #b8dce7; background: transparent; border: 1px solid transparent; cursor: pointer; font-family: var(--heading); font-size: 11px; }
.year-track button:hover { color: white; border-color: rgba(255,255,255,.32); }
.year-track button.is-active { color: var(--navy); background: var(--gold); border-color: var(--gold); font-weight: 800; }
.data-view-bar { min-height: 82px; display: flex; align-items: center; justify-content: space-between; gap: 30px; padding: 14px 22px 14px 26px; background: white; border-bottom: 1px solid var(--line); }
.data-view-bar > div:first-child span { display: block; color: var(--blue-deep); font-family: var(--heading); font-size: 8px; font-weight: 800; letter-spacing: .15em; }
.data-view-bar > div:first-child strong { display: block; margin-top: 6px; color: var(--navy); font-family: var(--heading); font-size: 15px; font-weight: 700; }
.data-view-tabs { display: grid; grid-template-columns: 1fr 1fr; padding: 4px; background: #e7f0f3; }
.data-view-tabs button { min-width: 150px; min-height: 45px; display: flex; align-items: center; justify-content: center; gap: 9px; padding: 0 18px; color: #526b76; background: transparent; border: 0; cursor: pointer; font-family: var(--heading); font-size: 10px; font-weight: 800; letter-spacing: .03em; text-transform: uppercase; transition: color .2s, background .2s, box-shadow .2s; }
.data-view-tabs button svg { width: 16px; }
.data-view-tabs button:hover { color: var(--blue-deep); }
.data-view-tabs button.is-active { color: white; background: var(--blue-deep); box-shadow: 0 5px 15px rgba(0,126,174,.2); }
.data-view-tabs button:first-child.is-active { background: var(--navy); box-shadow: 0 5px 15px rgba(7,31,49,.2); }
.is-hidden { display: none !important; }
.indicator-strip { display: grid; grid-template-columns: repeat(4, 1fr); gap: 1px; padding: 1px 1px 0; background: var(--line); }
.indicator-card { min-height: 118px; padding: 22px 24px; background: white; }
.indicator-card:nth-child(2) { background: #e5f6fa; }
.indicator-card:nth-child(3) { background: var(--aqua-light); }
.indicator-card:nth-child(4) { background: var(--gold-light); }
.indicator-card span { display: block; color: #708590; font-family: var(--heading); font-size: 8px; font-weight: 800; letter-spacing: .11em; text-transform: uppercase; }
.indicator-card strong { display: block; margin-top: 10px; font-family: var(--heading); font-size: clamp(21px, 2.2vw, 30px); font-weight: 600; line-height: 1; letter-spacing: -.035em; white-space: nowrap; }
.indicator-card small { display: block; margin-top: 7px; color: var(--slate); font-size: 11px; }
.visualization-grid { display: grid; grid-template-columns: minmax(0, 1fr) 260px; border-top: 1px solid var(--line); }
.chart-card { min-width: 0; padding: 30px 32px 24px; background: white; }
.chart-heading { display: flex; align-items: flex-start; justify-content: space-between; gap: 20px; }
.chart-heading span, .data-context > span, .data-table-heading span { color: var(--blue-deep); font-family: var(--heading); font-size: 8px; font-weight: 800; letter-spacing: .15em; }
.chart-heading h3, .data-table-heading h3 { margin: 7px 0 0; font-size: 22px; font-weight: 600; letter-spacing: -.025em; }
.chart-legend { display: flex; flex-wrap: wrap; justify-content: flex-end; gap: 10px 15px; color: #5e737e; font-size: 10px; }
.chart-legend span { color: inherit; font-family: var(--body); font-size: 10px; font-weight: 600; letter-spacing: 0; }
.chart-legend i { width: 8px; height: 8px; display: inline-block; margin-right: 5px; border-radius: 50%; }
.chart-stage { min-height: 335px; margin-top: 18px; }
.chart-stage svg { width: 100%; height: 335px; overflow: visible; }
.chart-stage .grid { stroke: #dbe4e8; stroke-width: 1; }
.chart-stage .axis-label { fill: #758a94; stroke: none; font-family: var(--body); font-size: 10px; }
.chart-stage .series-line { fill: none; stroke-width: 3; vector-effect: non-scaling-stroke; }
.chart-stage .series-point { stroke: white; stroke-width: 2; }
.chart-stage .empty-copy { fill: #657c87; stroke: none; font-family: var(--body); font-size: 13px; }
.chart-note { margin: 5px 0 0; color: #71858f; font-size: 10px; line-height: 1.5; }
.data-context { padding: 30px 25px; color: white; background: linear-gradient(155deg, var(--blue-deep), var(--navy)); border-left: 5px solid var(--aqua); }
.data-context > strong { display: block; margin-top: 15px; font-family: var(--heading); font-size: 25px; font-weight: 600; line-height: 1.18; letter-spacing: -.035em; }
.data-context > p { margin: 15px 0 35px; color: #b8ccd5; font-size: 13px; line-height: 1.55; }
.data-context dl { margin: 0; border-top: 1px solid rgba(255,255,255,.18); }
.data-context dl div { display: grid; grid-template-columns: 1fr auto; gap: 14px; padding: 14px 0; border-bottom: 1px solid rgba(255,255,255,.18); }
.data-context dt { color: #9bb2bd; font-size: 10px; }
.data-context dd { margin: 0; color: white; font-family: var(--heading); font-size: 11px; font-weight: 700; text-align: right; }
.data-table-card { padding: 28px 32px 34px; background: #edf5f7; border-top: 1px solid var(--line); }
.data-table-heading { display: flex; align-items: end; justify-content: space-between; gap: 28px; margin-bottom: 18px; }
.data-table-tools { display: flex; align-items: center; justify-content: flex-end; gap: 10px; }
.table-view-switch { display: flex; padding: 3px; background: #dbe8ec; }
.table-view-switch[hidden], .table-search[hidden] { display: none; }
.table-view-switch button { min-height: 36px; padding: 0 14px; color: #58717c; background: transparent; border: 0; cursor: pointer; font-family: var(--heading); font-size: 9px; font-weight: 800; letter-spacing: .04em; text-transform: uppercase; }
.table-view-switch button.is-active { color: white; background: var(--blue-deep); box-shadow: 0 3px 8px rgba(0,126,174,.18); }
.table-search { width: 215px; min-height: 42px; display: flex; align-items: center; gap: 9px; padding: 0 12px; background: white; border: 1px solid #c9d8de; }
.table-search svg { flex: 0 0 auto; width: 15px; color: #69818c; }
.table-search input { min-width: 0; width: 100%; padding: 0; color: var(--navy); background: transparent; border: 0; outline: 0; font-family: var(--body); font-size: 12px; }
.table-search input::placeholder { color: #81949d; }
.data-table-scroll { max-height: 520px; overflow: auto; background: white; border: 1px solid #cbdade; box-shadow: 0 8px 28px rgba(7,31,49,.055); scrollbar-color: #8aa4af #eaf1f3; scrollbar-width: thin; }
.data-table { width: max-content; min-width: 100%; table-layout: auto; border-collapse: separate; border-spacing: 0; font-size: 12px; }
.data-table th { position: sticky; z-index: 3; top: 0; height: 45px; padding: 0 22px 0 16px; color: #cce7f0; background: var(--navy); border-bottom: 3px solid var(--blue); font-family: var(--heading); font-size: 8px; font-weight: 800; letter-spacing: .1em; text-align: left; text-transform: uppercase; white-space: nowrap; }
.data-table th + th { border-left: 1px solid rgba(255,255,255,.11); }
.data-table th[data-align="right"] { text-align: right; }
.data-table td { height: 46px; padding: 9px 16px; overflow: hidden; color: #435c67; background: white; border-bottom: 1px solid #e0e9ec; line-height: 1.25; white-space: normal; text-overflow: ellipsis; }
.data-table tbody tr:nth-child(even) td { background-color: #f6fafb; }
.data-table tbody tr:hover td { background-color: #e8f6fa; }
.data-table th:first-child, .data-table td:first-child { position: sticky; z-index: 2; left: 0; }
.data-table th:first-child { z-index: 4; }
.data-table td[data-number] { color: var(--navy); font-family: var(--heading); font-weight: 700; text-align: right; white-space: nowrap; }
.data-table .th-label { display: block; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.column-resizer { position: absolute; z-index: 8; top: 0; right: -5px; width: 11px; height: 100%; padding: 0; background: transparent; border: 0; cursor: col-resize; touch-action: none; }
.column-resizer::after { content: ""; position: absolute; top: 9px; right: 5px; bottom: 9px; width: 1px; background: rgba(255,255,255,.2); transition: width .15s, background .15s; }
.column-resizer:hover::after, .column-resizer:active::after { width: 3px; background: var(--gold); }
body.is-resizing-table, body.is-resizing-table * { cursor: col-resize !important; user-select: none !important; }
.table-autofit { min-height: 36px; display: inline-flex; align-items: center; gap: 7px; padding: 0 11px; color: #58717c; background: white; border: 1px solid #c9d8de; cursor: pointer; font-family: var(--heading); font-size: 8px; font-weight: 800; letter-spacing: .04em; text-transform: uppercase; }
.table-autofit svg { width: 14px; }
.table-autofit:hover { color: var(--blue-deep); border-color: var(--blue-deep); }
.data-table .rank { width: 42px; color: #78909a; font-family: var(--heading); font-size: 10px; text-align: center; }
.data-table .rank strong { width: 25px; height: 25px; display: inline-flex; align-items: center; justify-content: center; color: var(--blue-deep); background: var(--blue-light); border-radius: 50%; }
.data-table tr:nth-child(1) .rank strong { color: #765105; background: var(--gold-light); }
.data-table tr:nth-child(2) .rank strong { color: #256966; background: var(--aqua-light); }
.data-table .entity-cell { width: 360px; min-width: 360px; max-width: 360px; overflow: hidden; color: var(--navy); font-family: var(--heading); font-size: 11px; font-weight: 700; text-overflow: ellipsis; }
.data-table .entity-label { max-width: 100%; display: block; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.data-table .metric-bar { position: relative; min-width: 145px; overflow: hidden; }
.data-table .metric-bar::before { content: ""; position: absolute; z-index: 0; top: 8px; bottom: 8px; left: 5px; width: var(--bar, 0%); background: linear-gradient(90deg, rgba(0,166,223,.18), rgba(56,185,178,.1)); border-left: 3px solid var(--blue); }
.data-table .metric-bar span { position: relative; z-index: 1; }
.data-table .share-cell { color: var(--blue-deep); font-family: var(--heading); font-weight: 800; text-align: right; }
.data-table .share-cell small { display: inline-block; min-width: 52px; margin-left: 8px; color: #708590; font-family: var(--body); font-weight: 500; }
.data-table.is-ranking { min-width: 1060px; table-layout: fixed; }
.data-table.is-ranking th { line-height: 1.25; white-space: normal; }
.data-table.is-ranking th:nth-child(1), .data-table.is-ranking td:nth-child(1) { width: 54px; min-width: 54px; padding-inline: 8px; }
.data-table.is-ranking th:nth-child(2), .data-table.is-ranking td:nth-child(2) { width: 360px; }
.data-table.is-ranking th:nth-child(3), .data-table.is-ranking td:nth-child(3) { width: 150px; }
.data-table.is-ranking th:nth-child(4), .data-table.is-ranking td:nth-child(4) { width: 135px; }
.data-table.is-ranking th:nth-child(5), .data-table.is-ranking td:nth-child(5) { width: 130px; }
.data-table.is-ranking th:nth-child(6), .data-table.is-ranking td:nth-child(6) { width: 90px; }
.data-table.is-ranking th:nth-child(7), .data-table.is-ranking td:nth-child(7) { width: 130px; }
.data-table.is-ranking td:nth-child(n+3) { border-left: 1px solid #e7edef; }
.data-table.is-matrix { min-width: 1450px; }
.data-table.is-matrix th:first-child, .data-table.is-matrix td:first-child { width: 320px; min-width: 320px; max-width: 320px; }
.data-table.is-weekly-summary .entity-cell { font-size: 10px; }
.data-table-footer { min-height: 50px; display: flex; align-items: center; justify-content: space-between; gap: 20px; padding: 10px 2px 0; }
.data-table-footer p { margin: 0; color: #667e89; font-size: 11px; }
.data-table-footer > span { padding: 6px 9px; color: var(--blue-deep); background: var(--blue-light); font-family: var(--heading); font-size: 8px; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.power-bi-news { margin-top: 40px; padding: 0; background: transparent; border: 0; box-shadow: none; }
.power-bi-news__heading { display: flex; align-items: end; justify-content: space-between; gap: 24px; padding: 0 0 16px; border-bottom: 1px solid var(--line); }
.power-bi-news__heading .section-label { margin-bottom: 8px; }
.power-bi-news__heading h2 { margin: 0; color: var(--navy); font-size: 27px; font-weight: 600; letter-spacing: -.04em; }
.power-bi-news__heading > a { display: inline-flex; align-items: center; gap: 10px; padding-bottom: 4px; color: var(--blue-deep); border-bottom: 1px solid currentColor; font: 800 10px var(--heading); letter-spacing: .04em; text-transform: uppercase; white-space: nowrap; }
.power-bi-news__heading > a span { font-size: 15px; line-height: .7; }
.power-bi-news__frame { margin-top: 16px; overflow: hidden; background: transparent; border: 0; }
.power-bi-news__frame iframe { width: 100%; aspect-ratio: 600 / 373.5; display: block; border: 0; background: transparent; }
.data-loading { min-height: 350px; display: grid; place-items: center; color: var(--slate); }

/* Institutional home */
.institution-section { position: relative; overflow: hidden; background: #f7fbfc; }
.institution-section::before { content: "CAPIA"; position: absolute; top: 35px; right: -28px; color: rgba(0,126,174,.035); font-family: var(--heading); font-size: clamp(150px, 22vw, 330px); font-weight: 800; letter-spacing: -.09em; line-height: .8; }
.institution-intro { position: relative; display: grid; grid-template-columns: .72fr 1.28fr; gap: 10vw; align-items: start; }
.institution-heading { min-height: 335px; padding: 38px 38px 30px; color: white; background: linear-gradient(145deg, var(--blue), var(--blue-deep)); }
.institution-heading .section-label { color: #d4f3fb; }
.display-number { display: block; margin-top: 62px; font-family: var(--heading); font-size: clamp(88px, 10vw, 138px); font-weight: 500; line-height: .7; letter-spacing: -.08em; }
.institution-heading > small { display: block; margin: 28px 0 0 6px; color: #bceaf6; font-family: var(--heading); font-size: 9px; font-weight: 800; letter-spacing: .16em; line-height: 1.65; }
.institution-statement { max-width: 720px; padding-top: 18px; }
.institution-statement h2, .members-heading h2, .informa-content h2, .news-heading h2, .knowledge-copy h2, .action-copy h2 { margin: 0; font-family: var(--heading); font-size: clamp(38px, 4.6vw, 62px); font-weight: 600; line-height: 1.08; letter-spacing: -.048em; }
.institution-statement > p { max-width: 650px; margin: 30px 0 32px; color: var(--slate); font-size: 18px; line-height: 1.72; }
.text-link { display: inline-flex; align-items: center; gap: 22px; padding-bottom: 8px; color: var(--navy); border-bottom: 1px solid #99adb5; font-family: var(--heading); font-size: 11px; font-weight: 800; letter-spacing: .04em; text-transform: uppercase; }
.text-link span { color: var(--red); font-size: 17px; transition: transform .2s; }
.text-link:hover span { transform: translate(4px,-3px); }
.mission-grid { position: relative; display: grid; grid-template-columns: 1.35fr repeat(3, 1fr); gap: 1px; margin-top: 80px; background: var(--line); border: 1px solid var(--line); }
.mission-card { min-height: 310px; display: flex; flex-direction: column; padding: 28px; background: white; }
.mission-card--featured { color: white; background: var(--navy); }
.mission-index { color: var(--blue-deep); font-family: var(--heading); font-size: 8px; font-weight: 800; letter-spacing: .16em; }
.mission-card--featured .mission-index { color: var(--blue-bright); }
.mission-card h3 { margin: auto 0 0; font-size: 23px; font-weight: 600; line-height: 1.25; letter-spacing: -.035em; }
.mission-card--featured h3 { max-width: 370px; font-size: 28px; }
.mission-card p { margin: 16px 0 0; color: var(--slate); font-size: 14px; line-height: 1.65; }
.mission-signature { display: flex; align-items: end; justify-content: space-between; margin-top: 25px; padding-top: 17px; border-top: 1px solid #315064; }
.mission-signature span { color: var(--blue-bright); font-family: var(--heading); font-size: 20px; font-weight: 800; }
.mission-signature small { color: #8da5b0; font-size: 8px; letter-spacing: .14em; text-transform: uppercase; }
.history-line { display: grid; grid-template-columns: repeat(4, 1fr); margin-top: 28px; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.history-line div { position: relative; min-height: 115px; display: flex; justify-content: center; flex-direction: column; padding: 20px 25px; border-right: 1px solid var(--line); }
.history-line div:last-child { border-right: 0; }
.history-line div::before { content: ""; position: absolute; top: -3px; left: 24px; width: 36px; height: 5px; background: var(--blue); }
.history-line div:nth-child(2)::before { background: var(--aqua); }
.history-line div:nth-child(3)::before { background: var(--gold); }
.history-line div:nth-child(4)::before { background: var(--red); }
.history-line strong { font-family: var(--heading); font-size: 20px; font-weight: 650; }
.history-line span { margin-top: 6px; color: var(--slate); font-size: 12px; }

.action-section { position: relative; overflow: hidden; color: white; background: var(--navy); }
.action-section::before { content: ""; position: absolute; inset: 0 52% 0 0; background: linear-gradient(135deg, var(--blue-deep), #07567a); clip-path: polygon(0 0, 100% 0, 83% 100%, 0 100%); }
.action-grid { position: relative; min-height: 600px; display: grid; grid-template-columns: .8fr 1.2fr; align-items: center; gap: 10vw; padding-top: 90px; padding-bottom: 90px; }
.action-copy { max-width: 480px; }
.action-copy h2 { font-size: clamp(40px, 4.2vw, 58px); }
.action-copy > p:not(.section-label) { margin: 26px 0 34px; color: #c4dce5; font-size: 16px; line-height: 1.7; }
.action-list { border-top: 1px solid #365264; }
.action-item { min-height: 137px; display: grid; grid-template-columns: 52px 1fr; gap: 28px; align-items: center; border-bottom: 1px solid #365264; }
.action-item > span { color: var(--blue-bright); font-family: var(--heading); font-size: 10px; font-weight: 800; }
.action-item:nth-child(2) > span { color: var(--aqua); }
.action-item:nth-child(3) > span { color: var(--gold); }
.action-item small { color: #7f9aa6; font-family: var(--heading); font-size: 8px; font-weight: 800; letter-spacing: .16em; }
.action-item h3 { max-width: 560px; margin: 9px 0 0; font-size: 21px; font-weight: 550; line-height: 1.35; letter-spacing: -.025em; }

.members-section { background: linear-gradient(135deg, white 0 64%, var(--blue-light) 64% 100%); }
.members-heading { display: grid; grid-template-columns: 1.35fr .65fr; align-items: end; gap: 9vw; }
.members-heading > p { margin: 0 0 5px; color: var(--slate); font-size: 16px; line-height: 1.7; }
.members-layout { display: grid; grid-template-columns: 1.55fr .65fr; gap: 24px; margin-top: 68px; }
.benefit-stack { display: grid; grid-template-columns: repeat(3, 1fr); gap: 12px; }
.benefit-card { min-height: 420px; display: flex; flex-direction: column; padding: 26px 24px 28px; }
.benefit-card--blue { background: #dff4fa; border-top: 5px solid var(--blue); }
.benefit-card--aqua { background: var(--aqua-light); border-top: 5px solid var(--aqua); }
.benefit-card--gold { background: var(--gold-light); border-top: 5px solid var(--gold); }
.benefit-top { display: flex; align-items: center; justify-content: space-between; color: #627b86; font-family: var(--heading); font-size: 8px; font-weight: 800; letter-spacing: .12em; }
.benefit-top strong { color: var(--navy); font-size: 10px; }
.benefit-card h3 { margin: 85px 0 25px; font-size: 24px; font-weight: 600; line-height: 1.22; letter-spacing: -.035em; }
.benefit-card ul { margin: auto 0 0; padding: 18px 0 0; border-top: 1px solid rgba(7,31,49,.2); list-style: none; }
.benefit-card li { position: relative; padding: 7px 0 7px 16px; color: #48616c; font-size: 12px; line-height: 1.4; }
.benefit-card li::before { content: ""; position: absolute; top: 13px; left: 0; width: 5px; height: 5px; background: var(--blue-deep); }
.benefit-card--aqua li::before { background: var(--aqua); }
.benefit-card--gold li::before { background: #d5920f; }
.join-panel { position: relative; overflow: hidden; min-height: 420px; display: flex; flex-direction: column; padding: 32px; color: white; background: var(--navy); }
.join-panel__mark { position: absolute; top: -55px; right: -60px; width: 210px; height: 210px; border: 1px solid rgba(255,255,255,.13); border-radius: 50%; }
.join-panel__mark span, .join-panel__mark i { position: absolute; inset: 35px; border: 1px solid rgba(255,255,255,.1); border-radius: 50%; }
.join-panel__mark i { inset: 75px; background: var(--gold); border: 0; }
.join-panel h3 { position: relative; max-width: 335px; margin: 45px 0 18px; font-size: 28px; font-weight: 600; line-height: 1.18; letter-spacing: -.04em; }
.join-panel > p:not(.section-label) { max-width: 330px; margin: 0 0 26px; color: #a9c0ca; font-size: 13px; line-height: 1.6; }
.join-panel .button { align-self: flex-start; margin-top: auto; }
.join-contact { display: flex; justify-content: space-between; margin-top: 24px; padding-top: 17px; color: #b7cbd4; border-top: 1px solid #315064; font-size: 11px; }
.join-contact span { color: var(--blue-bright); }

.informa-section { overflow: hidden; background: white; }
.informa-grid { display: grid; grid-template-columns: .72fr 1.28fr; align-items: center; gap: 10vw; }
.magazine-cover { position: relative; min-height: 610px; overflow: hidden; padding: 30px; color: white; background: linear-gradient(165deg, #0aa7dc 0 52%, #087aa8 52% 72%, var(--navy) 72%); box-shadow: 30px 34px 0 var(--blue-light); }
.magazine-cover::before { content: ""; position: absolute; inset: 82px -170px auto auto; width: 430px; height: 430px; border: 1px solid rgba(255,255,255,.27); border-radius: 50%; box-shadow: 0 0 0 55px rgba(255,255,255,.055), 0 0 0 110px rgba(255,255,255,.035); }
.magazine-brand { position: relative; display: flex; align-items: baseline; gap: 7px; border-bottom: 1px solid rgba(255,255,255,.55); padding-bottom: 15px; }
.magazine-brand span { font-family: var(--heading); font-size: 28px; font-weight: 800; }
.magazine-brand strong { font-family: var(--heading); font-size: 12px; letter-spacing: .18em; }
.magazine-number { position: absolute; top: 102px; right: 26px; display: grid; text-align: right; }
.magazine-number small { font-size: 7px; letter-spacing: .18em; }
.magazine-number strong { font-family: var(--heading); font-size: 50px; font-weight: 500; line-height: 1; }
.magazine-egg { position: absolute; z-index: 1; top: 165px; left: 78px; width: 220px; height: 300px; background: radial-gradient(circle at 32% 27%, #fff8d6, #f4c65e 43%, #d67c2d 86%); border-radius: 50% 50% 46% 46% / 58% 58% 42% 42%; box-shadow: 32px 42px 70px rgba(7,31,49,.35); transform: rotate(7deg); }
.magazine-cover__copy { position: absolute; z-index: 2; right: 30px; bottom: 32px; left: 30px; }
.magazine-cover__copy span { color: #aac6d1; font-size: 8px; font-weight: 800; letter-spacing: .16em; }
.magazine-cover__copy h3 { max-width: 390px; margin: 10px 0 0; font-size: 31px; font-weight: 600; line-height: 1.1; letter-spacing: -.04em; }
.informa-content { padding: 30px 0; }
.informa-lead { max-width: 640px; margin: 28px 0 36px; color: var(--slate); font-size: 17px; line-height: 1.7; }
.issue-current { max-width: 540px; padding: 20px 0; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.issue-current > span { color: var(--blue-deep); font-family: var(--heading); font-size: 8px; font-weight: 800; letter-spacing: .15em; }
.issue-current > div { display: flex; align-items: center; gap: 24px; margin-top: 12px; }
.issue-current strong { font-family: var(--heading); font-size: 36px; font-weight: 600; }
.issue-current p { margin: 0; color: var(--slate); font-size: 12px; line-height: 1.45; }
.informa-actions { display: flex; align-items: center; gap: 30px; margin-top: 30px; }
.advertise-note { max-width: 640px; display: grid; grid-template-columns: 72px 1fr auto; align-items: center; gap: 18px; margin-top: 45px; padding: 18px 20px; background: var(--gold-light); border-left: 4px solid var(--gold); }
.advertise-note > span { color: #966507; font-family: var(--heading); font-size: 8px; font-weight: 800; letter-spacing: .12em; }
.advertise-note p { margin: 0; color: #66583b; font-size: 11px; line-height: 1.45; }
.advertise-note a { color: var(--navy); font-family: var(--heading); font-size: 9px; font-weight: 800; white-space: nowrap; }

.news-section { color: white; background: var(--navy); }
.news-heading { display: flex; align-items: end; justify-content: space-between; gap: 70px; }
.news-heading h2 { max-width: 720px; }
.news-heading__actions { display: flex; align-items: center; gap: 25px; padding-bottom: 7px; }
.news-heading__actions a { padding-bottom: 7px; color: #afc3cc; border-bottom: 1px solid #436071; font-family: var(--heading); font-size: 9px; font-weight: 800; text-transform: uppercase; letter-spacing: .06em; white-space: nowrap; }
.news-heading__actions span { margin-left: 9px; color: var(--blue-bright); }
.news-grid { display: grid; grid-template-columns: 1.15fr .85fr; gap: 1px; margin-top: 65px; background: #365264; border: 1px solid #365264; }
.news-feature { display: grid; grid-template-columns: .8fr 1.2fr; min-height: 470px; background: #0b2c42; }
.news-feature__visual { position: relative; overflow: hidden; display: flex; align-items: center; justify-content: center; background: linear-gradient(145deg, var(--blue), var(--blue-deep)); }
.news-feature__visual::before, .news-feature__visual::after { content: ""; position: absolute; width: 330px; height: 330px; border: 1px solid rgba(255,255,255,.2); border-radius: 50%; }
.news-feature__visual::after { width: 220px; height: 220px; }
.news-feature__visual span { position: absolute; top: 24px; left: 24px; font-family: var(--heading); font-size: 9px; font-weight: 800; letter-spacing: .17em; }
.news-feature__visual strong { position: relative; z-index: 1; font-family: var(--heading); font-size: 100px; font-weight: 500; letter-spacing: -.08em; }
.news-feature__visual i { position: absolute; right: 18%; bottom: 20%; width: 12px; height: 12px; background: var(--gold); border-radius: 50%; box-shadow: 0 0 0 10px rgba(242,184,75,.17); }
.news-feature__body { display: flex; flex-direction: column; padding: 32px; }
.news-meta, .news-row > div { display: flex; justify-content: space-between; color: #7fa0af; font-family: var(--heading); font-size: 8px; font-weight: 800; letter-spacing: .12em; }
.news-meta span, .news-row span { color: var(--blue-bright); }
.news-feature__body h3 { margin: auto 0 18px; font-size: 30px; font-weight: 600; line-height: 1.18; letter-spacing: -.035em; }
.news-feature__body > p { margin: 0 0 28px; color: #9fb5bf; font-size: 14px; line-height: 1.6; }
.news-feature__body > a { display: flex; justify-content: space-between; padding-top: 17px; color: #d6e4ea; border-top: 1px solid #365264; font-family: var(--heading); font-size: 10px; font-weight: 800; text-transform: uppercase; }
.news-feature__body > a span { color: var(--red); font-size: 16px; }
.news-list { display: grid; grid-template-rows: repeat(3, 1fr); }
.news-row { position: relative; display: grid; grid-template-columns: 1fr 35px; grid-template-rows: auto 1fr; padding: 27px 28px; background: #0b2c42; border-bottom: 1px solid #365264; }
.news-row:last-child { border-bottom: 0; }
.news-row > div { grid-column: 1 / -1; }
.news-row h3 { align-self: end; max-width: 460px; margin: 20px 20px 0 0; font-size: 18px; font-weight: 550; line-height: 1.35; letter-spacing: -.02em; }
.news-row > a { align-self: end; justify-self: end; color: var(--blue-bright); font-size: 19px; }
.news-row:hover { background: #103a54; }

.knowledge-section { background: var(--blue-light); }
.knowledge-grid { min-height: 310px; display: grid; grid-template-columns: .55fr 1.4fr .55fr; align-items: center; gap: 7vw; }
.knowledge-monogram { display: grid; grid-template-columns: repeat(3, 1fr); }
.knowledge-monogram span { height: 105px; display: grid; place-items: center; color: white; background: var(--blue); font-family: var(--heading); font-size: 47px; font-weight: 700; }
.knowledge-monogram span:nth-child(2) { background: var(--aqua); }
.knowledge-monogram span:nth-child(3) { color: var(--navy); background: var(--gold); }
.knowledge-copy h2 { max-width: 650px; font-size: clamp(34px, 3.7vw, 50px); }
.knowledge-copy > p:not(.section-label) { max-width: 650px; margin: 19px 0 0; color: var(--slate); font-size: 14px; line-height: 1.65; }
.knowledge-link { min-height: 105px; display: flex; align-items: center; justify-content: space-between; gap: 20px; padding: 20px 24px; color: white; background: var(--blue-deep); font-family: var(--heading); font-size: 11px; font-weight: 800; text-transform: uppercase; }
.knowledge-link strong { color: var(--gold); font-size: 23px; font-weight: 400; }
.knowledge-link:hover { background: var(--red); }

/* CAPIA Informa reader */
.informa-heading { display: grid; grid-template-columns: 1.25fr .75fr; align-items: end; gap: 8vw; }
.informa-heading h2 { max-width: 760px; margin: 0; font-family: var(--heading); font-size: clamp(40px, 4.7vw, 62px); font-weight: 600; line-height: 1.08; letter-spacing: -.048em; }
.informa-heading > p { margin: 0 0 5px; color: var(--slate); font-size: 16px; line-height: 1.7; }
.issue-shelf { display: grid; grid-template-columns: repeat(3, 1fr) .8fr; gap: 10px; margin-top: 62px; }
.issue-card, .issue-archive { min-width: 0; min-height: 175px; display: grid; grid-template-columns: 105px 1fr; gap: 18px; padding: 14px; color: var(--navy); background: #eef5f7; border: 1px solid transparent; cursor: pointer; text-align: left; transition: transform .2s, background .2s, border-color .2s; }
.issue-card img { width: 105px; height: 147px; object-fit: cover; object-position: top; box-shadow: 6px 6px 0 rgba(7,31,49,.08); }
.issue-card > span { min-width: 0; display: flex; justify-content: center; flex-direction: column; }
.issue-card small { color: #708590; font-family: var(--heading); font-size: 7px; font-weight: 800; letter-spacing: .13em; }
.issue-card strong { margin-top: 8px; font-family: var(--heading); font-size: 17px; font-weight: 700; }
.issue-card i { margin-top: auto; color: var(--blue-deep); font-family: var(--heading); font-size: 8px; font-style: normal; font-weight: 800; text-transform: uppercase; }
.issue-card:hover { transform: translateY(-4px); border-color: #a9c6d1; }
.issue-card.is-active { color: white; background: var(--blue-deep); border-color: var(--blue-deep); }
.issue-card.is-active small, .issue-card.is-active i { color: #bdeefa; }
.issue-archive { display: flex; justify-content: space-between; flex-direction: column; color: white; background: var(--navy); border-left: 5px solid var(--gold); }
.issue-archive span { color: #92aab5; font-family: var(--heading); font-size: 7px; font-weight: 800; letter-spacing: .14em; }
.issue-archive strong { font-family: var(--heading); font-size: 24px; font-weight: 600; line-height: 1.1; letter-spacing: -.03em; }
.issue-archive i { color: var(--gold); font-family: var(--heading); font-size: 8px; font-style: normal; font-weight: 800; text-transform: uppercase; }
.issue-archive:hover { background: #103a54; }

.magazine-reader { margin-top: 24px; padding: 0; overflow: hidden; color: white; background: #061a28; border-top: 5px solid var(--blue); box-shadow: 0 25px 75px rgba(7,31,49,.18); }
.reader-toolbar { min-height: 82px; display: flex; align-items: center; justify-content: space-between; gap: 35px; padding: 15px 22px 15px 26px; background: var(--navy); border-bottom: 1px solid #284657; }
.reader-identity { display: grid; grid-template-columns: auto auto; align-items: baseline; column-gap: 13px; }
.reader-identity > span { grid-column: 1 / -1; margin-bottom: 5px; color: var(--blue-bright); font-family: var(--heading); font-size: 7px; font-weight: 800; letter-spacing: .15em; }
.reader-identity strong { font-family: var(--heading); font-size: 17px; font-weight: 650; }
.reader-identity small { color: #8fa8b4; font-size: 10px; }
.reader-actions { display: flex; gap: 7px; }
.reader-actions button, .reader-actions a { min-height: 42px; display: flex; align-items: center; gap: 9px; padding: 0 14px; color: #c4d5dc; background: #0c3047; border: 1px solid #365365; cursor: pointer; font-family: var(--heading); font-size: 8px; font-weight: 800; letter-spacing: .04em; text-transform: uppercase; }
.reader-actions button:hover, .reader-actions a:hover { color: white; border-color: var(--blue-bright); }
.reader-actions svg { width: 15px; }
.book-stage { position: relative; min-height: 760px; display: grid; place-items: center; padding: 38px 85px; overflow: hidden; background: radial-gradient(circle at 50% 45%, #173b50 0, #0a2638 43%, #051724 100%); }
.book-stage::before { content: ""; position: absolute; right: 7%; bottom: 25px; left: 7%; height: 55px; background: rgba(0,0,0,.55); border-radius: 50%; filter: blur(26px); }
.book { position: relative; z-index: 1; width: min(100%, 930px); display: grid; grid-template-columns: 1fr 1fr; align-items: center; filter: drop-shadow(0 24px 25px rgba(0,0,0,.38)); perspective: 1800px; }
.book-page { position: relative; min-width: 0; margin: 0; background: white; aspect-ratio: 724 / 1015; overflow: hidden; transition: transform .38s cubic-bezier(.2,.7,.2,1), opacity .2s; }
.book-page img { width: 100%; height: 100%; display: block; object-fit: contain; background: white; }
.book-page--left { transform-origin: right center; border-radius: 3px 0 0 3px; }
.book-page--right { transform-origin: left center; border-radius: 0 3px 3px 0; }
.book-page--left::after, .book-page--right::after { content: ""; position: absolute; z-index: 2; inset: 0; pointer-events: none; }
.book-page--left::after { background: linear-gradient(90deg, transparent 72%, rgba(7,31,49,.17)); }
.book-page--right::after { background: linear-gradient(90deg, rgba(7,31,49,.16), transparent 28%); }
.book-page figcaption { position: absolute; z-index: 3; right: 10px; bottom: 8px; min-width: 24px; padding: 4px 5px; color: white; background: rgba(7,31,49,.72); font-family: var(--heading); font-size: 7px; text-align: center; }
.book-page--left figcaption { right: auto; left: 10px; }
.book-spine { position: absolute; z-index: 5; top: 0; bottom: 0; left: 50%; width: 16px; background: linear-gradient(90deg, rgba(0,0,0,.24), rgba(255,255,255,.18) 46%, rgba(0,0,0,.27)); transform: translateX(-50%); pointer-events: none; }
.book.is-cover { grid-template-columns: 1fr; justify-items: center; filter: drop-shadow(22px 25px 22px rgba(0,0,0,.4)); }
.book.is-cover .book-page--left, .book.is-cover .book-spine { display: none; }
.book.is-cover .book-page--right { width: 47%; min-width: 330px; border-radius: 3px; transform: rotateY(-2deg); }
.book.is-cover .book-page--right::after { background: linear-gradient(90deg, rgba(7,31,49,.12), transparent 22%); }
.book.is-turning-next .book-page--right { transform: rotateY(-10deg); opacity: .82; }
.book.is-turning-prev .book-page--left { transform: rotateY(10deg); opacity: .82; }
.book-arrow { position: absolute; z-index: 8; top: 50%; width: 48px; height: 48px; display: grid; place-items: center; color: white; background: rgba(7,31,49,.68); border: 1px solid #527083; border-radius: 50%; cursor: pointer; font-size: 19px; transform: translateY(-50%); transition: background .2s, transform .2s, opacity .2s; }
.book-arrow:hover { background: var(--blue-deep); transform: translateY(-50%) scale(1.07); }
.book-arrow:disabled { opacity: .22; cursor: default; }
.book-arrow--prev { left: 24px; }
.book-arrow--next { right: 24px; }
.reader-navigation { min-height: 66px; display: grid; grid-template-columns: 95px 1fr 150px; align-items: center; gap: 22px; padding: 0 26px; background: #0b2c42; border-top: 1px solid #284657; }
.page-counter { display: flex; align-items: baseline; gap: 7px; font-family: var(--heading); }
.page-counter span:first-child { color: white; font-size: 20px; }
.page-counter i { color: #587483; font-style: normal; }
.page-counter span:last-child { color: #839ba7; font-size: 11px; }
.reader-navigation input[type="range"] { width: 100%; height: 3px; appearance: none; background: linear-gradient(90deg, var(--blue) var(--progress, 0%), #456172 var(--progress, 0%)); outline: 0; }
.reader-navigation input[type="range"]::-webkit-slider-thumb { width: 15px; height: 15px; appearance: none; background: var(--gold); border: 3px solid #0b2c42; border-radius: 50%; box-shadow: 0 0 0 1px var(--gold); cursor: pointer; }
.spread-label { color: #91a8b3; font-family: var(--heading); font-size: 8px; font-weight: 800; letter-spacing: .1em; text-align: right; text-transform: uppercase; }
.thumbnail-rail { display: flex; gap: 8px; padding: 14px 20px 16px; overflow-x: auto; background: #071f31; border-top: 1px solid #213f51; scrollbar-color: #496778 #071f31; scrollbar-width: thin; }
.thumbnail-rail button { position: relative; flex: 0 0 58px; height: 82px; padding: 0; overflow: hidden; background: #dbe8ec; border: 2px solid transparent; cursor: pointer; opacity: .58; transition: opacity .2s, border-color .2s, transform .2s; }
.thumbnail-rail button img { width: 100%; height: 100%; object-fit: cover; object-position: top; }
.thumbnail-rail button span { position: absolute; right: 2px; bottom: 2px; min-width: 17px; padding: 2px 3px; color: white; background: rgba(7,31,49,.82); font-size: 7px; }
.thumbnail-rail button:hover, .thumbnail-rail button.is-active { opacity: 1; transform: translateY(-2px); }
.thumbnail-rail button.is-active { border-color: var(--gold); }
.reader-hint { margin: 0; padding: 0 22px 15px; color: #718c99; background: #071f31; font-size: 9px; text-align: center; }
.magazine-reader.is-expanded { position: fixed; z-index: 1000; inset: 0; width: 100%; max-width: none; height: 100vh; margin: 0; overflow-y: auto; border: 0; }
.magazine-reader.is-expanded .book-stage { min-height: calc(100vh - 230px); }
.magazine-reader.is-expanded .book { width: min(100%, 1080px); }
body.reader-open { overflow: hidden; }
.advertise-note--wide { max-width: var(--container); margin-top: 28px; }

capia-header, capia-footer { display: block; }

/* Dedicated pages */
.page-hero { position: relative; overflow: hidden; color: white; background: var(--navy); }
.page-hero::before { content: ""; position: absolute; width: 520px; height: 520px; top: -230px; right: 6%; border: 1px solid rgba(255,255,255,.15); border-radius: 50%; box-shadow: 0 0 0 70px rgba(255,255,255,.035), 0 0 0 140px rgba(255,255,255,.025); }
.page-hero::after { content: ""; position: absolute; right: 0; bottom: 0; left: 0; height: 6px; background: linear-gradient(90deg, var(--blue) 0 52%, var(--aqua) 52% 72%, var(--gold) 72% 88%, var(--red) 88%); }
.page-hero__inner { position: relative; min-height: 330px; display: grid; grid-template-columns: 1.4fr .6fr; align-items: center; gap: 8vw; padding-top: 48px; padding-bottom: 48px; }
.page-hero h1 { max-width: 850px; margin: 0; font-family: var(--heading); font-size: clamp(52px, 6vw, 78px); font-weight: 600; line-height: 1.02; letter-spacing: -.055em; }
.page-hero__inner > p { max-width: 390px; margin: 50px 0 0; color: #b7cbd4; font-size: 17px; line-height: 1.7; }
.page-hero--institutional { background: linear-gradient(115deg, var(--blue-deep), var(--navy) 65%); }
.page-hero--members { background: linear-gradient(115deg, #078ea9, var(--navy) 68%); }
.page-hero--magazine { background: linear-gradient(108deg, var(--blue) 0%, var(--blue-deep) 56%, var(--navy) 100%); }
.page-hero--magazine .page-hero__inner { min-height: 245px; padding-top: 30px; padding-bottom: 30px; }
.page-hero--magazine .page-hero__inner > p { margin-top: 0; color: #e0f6fc; }
.page-hero--data { background: linear-gradient(115deg, var(--blue-deep), #08334c 68%); }

.home-portals { background: #f7fbfc; }
.home-portals__heading { display: grid; grid-template-columns: 1.25fr .75fr; align-items: end; gap: 8vw; }
.home-portals__heading h2 { margin: 0; font-family: var(--heading); font-size: clamp(40px, 4.7vw, 62px); font-weight: 600; letter-spacing: -.048em; }
.home-portals__heading > p { margin: 0 0 4px; color: var(--slate); font-size: 16px; line-height: 1.7; }
.portal-grid { display: grid; grid-template-columns: 1.35fr 1fr 1fr; grid-template-rows: repeat(2, minmax(260px, auto)); gap: 10px; margin-top: 60px; }
.portal-card { position: relative; min-height: 260px; display: flex; flex-direction: column; padding: 28px; background: white; border: 1px solid var(--line); transition: transform .22s, box-shadow .22s; }
.portal-card--large { grid-row: 1 / 3; color: white; background: linear-gradient(150deg, var(--blue), var(--blue-deep)); border: 0; }
.portal-card--aqua { background: var(--aqua-light); }
.portal-card--dark { color: white; background: var(--navy); border: 0; }
.portal-card--gold { background: var(--gold-light); }
.portal-card > span { color: var(--blue-deep); font-family: var(--heading); font-size: 8px; font-weight: 800; letter-spacing: .15em; }
.portal-card--large > span, .portal-card--dark > span { color: var(--blue-bright); }
.portal-card h3 { max-width: 390px; margin: auto 0 12px; font-size: 27px; font-weight: 600; line-height: 1.18; letter-spacing: -.035em; }
.portal-card--large h3 { font-size: 40px; }
.portal-card p { margin: 0 0 25px; color: var(--slate); font-size: 13px; line-height: 1.55; }
.portal-card--large p, .portal-card--dark p { color: #b9d0da; }
.portal-card i { padding-top: 16px; border-top: 1px solid rgba(7,31,49,.18); color: var(--red); font-family: var(--heading); font-size: 9px; font-style: normal; font-weight: 800; text-transform: uppercase; }
.portal-card--large i, .portal-card--dark i { border-color: rgba(255,255,255,.18); color: var(--gold); }
.portal-card:hover { transform: translateY(-5px); box-shadow: 0 18px 45px rgba(7,31,49,.12); }
.home-cin { background: var(--blue-light); }
.home-cin__inner { min-height: 220px; display: grid; grid-template-columns: .65fr 1.2fr .55fr; align-items: center; gap: 6vw; }
.home-cin__inner > div { display: flex; align-items: center; gap: 18px; }
.home-cin__inner > div span { width: 84px; height: 84px; display: grid; place-items: center; color: white; background: var(--blue-deep); font-family: var(--heading); font-size: 28px; font-weight: 800; }
.home-cin__inner > div p { max-width: 150px; color: var(--slate); font-size: 11px; line-height: 1.45; }
.home-cin h2 { margin: 0; font-family: var(--heading); font-size: 31px; font-weight: 600; letter-spacing: -.035em; }
.home-cin a { min-height: 70px; display: flex; align-items: center; justify-content: space-between; padding: 0 20px; color: white; background: var(--blue-deep); font-family: var(--heading); font-size: 9px; font-weight: 800; text-transform: uppercase; }
.home-cin a strong { color: var(--gold); font-size: 20px; }

.member-services { background: var(--paper); }
.member-services__heading { display: grid; grid-template-columns: 1.25fr .75fr; align-items: end; gap: 8vw; }
.member-services__heading h2 { max-width: 720px; margin: 0; font-size: clamp(38px, 4.4vw, 58px); font-weight: 600; line-height: 1.1; letter-spacing: -.045em; }
.member-services__heading > p { margin: 0; color: var(--slate); font-size: 16px; line-height: 1.7; }
.service-ledger { margin-top: 60px; border-top: 1px solid var(--line); }
.service-ledger > div { display: grid; grid-template-columns: 70px .8fr 1.2fr; gap: 30px; align-items: center; min-height: 120px; padding: 20px 0; border-bottom: 1px solid var(--line); }
.service-ledger span { color: var(--blue-deep); font-family: var(--heading); font-size: 9px; font-weight: 800; }
.service-ledger strong { font-family: var(--heading); font-size: 19px; }
.service-ledger p { margin: 0; color: var(--slate); font-size: 13px; line-height: 1.55; }

/* Newsroom */
.newsroom-hero { color: var(--navy); background: linear-gradient(135deg, white 0 66%, var(--blue-light) 66%); border-bottom: 1px solid var(--line); }
.newsroom-hero__grid { min-height: 330px; display: grid; grid-template-columns: 1.35fr .65fr; align-items: center; gap: 8vw; }
.newsroom-hero h1 { margin: 0; font-family: var(--heading); font-size: clamp(53px, 6vw, 80px); font-weight: 600; line-height: 1.01; letter-spacing: -.058em; }
.newsroom-hero__grid > div:last-child { padding: 28px; background: white; border-top: 5px solid var(--blue); box-shadow: 16px 18px 0 rgba(0,166,223,.1); }
.newsroom-hero__grid > div:last-child span { color: var(--blue-deep); font-family: var(--heading); font-size: 8px; font-weight: 800; letter-spacing: .14em; }
.newsroom-hero__grid > div:last-child strong { display: block; margin-top: 20px; font-family: var(--heading); font-size: 50px; font-weight: 550; line-height: 1; }
.newsroom-hero__grid > div:last-child p { margin: 18px 0 0; color: var(--slate); font-size: 13px; line-height: 1.55; }
.newsroom { background: #f7fbfc; }
.newsroom > .container { width: min(calc(100% - 96px), 1420px); max-width: none; }
.newsroom-bar { display: flex; align-items: center; justify-content: space-between; gap: 40px; padding-bottom: 22px; border-bottom: 1px solid var(--navy); }
.newsroom-bar h2 { margin: 0; font-size: 19px; font-weight: 700; }
.newsroom-bar__actions { display: flex; align-items: center; gap: 20px; }
.newsroom-bar__actions > span { color: #728792; font: 800 8px var(--heading); letter-spacing: .13em; text-transform: uppercase; }
.newsroom-bar__actions > a { color: var(--blue-deep); border-bottom: 1px solid currentColor; font: 800 9px var(--heading); letter-spacing: .05em; text-transform: uppercase; }
.news-filters { display: flex; gap: 6px; }
.news-filters button { min-height: 34px; padding: 0 13px; color: #5c737e; background: transparent; border: 1px solid #c6d4da; cursor: pointer; font-family: var(--heading); font-size: 8px; font-weight: 800; text-transform: uppercase; }
.news-filters button.is-active { color: white; background: var(--blue-deep); border-color: var(--blue-deep); }
.newsroom-layout { display: grid; grid-template-columns: 1.5fr .5fr; gap: 20px; margin-top: 28px; }
.newsroom-layout--live { display: block; }
.newsroom-layout--live .power-bi-news { min-width: 0; margin: 0; padding: 0; border-left: 0; }
.newsroom-layout--live .power-bi-news__frame { margin: 0; background: transparent; }
.newsroom-layout--live .power-bi-news__frame iframe { height: auto; aspect-ratio: 600 / 373.5; }
.newsroom-aside--below { grid-template-columns: repeat(2, minmax(0, 1fr)); margin-top: 16px; }
.newsroom-aside--below .agenda-card, .newsroom-aside--below .social-card { min-height: 205px; }
.lead-story { min-height: 520px; display: flex; flex-direction: column; padding: 42px; background: white; border-left: 7px solid var(--blue); box-shadow: 0 18px 55px rgba(7,31,49,.07); }
.lead-story__meta { display: flex; justify-content: space-between; color: #71858f; font-family: var(--heading); font-size: 8px; font-weight: 800; letter-spacing: .12em; }
.lead-story__meta span { color: var(--blue-deep); }
.lead-story h2 { max-width: 820px; margin: auto 0 28px; font-family: var(--heading); font-size: clamp(38px, 4.3vw, 59px); font-weight: 600; line-height: 1.06; letter-spacing: -.05em; }
.lead-story > p { max-width: 690px; margin: 0 0 36px; color: var(--slate); font-size: 17px; line-height: 1.65; }
.lead-story__footer { display: flex; align-items: center; justify-content: space-between; gap: 25px; padding-top: 20px; border-top: 1px solid var(--line); }
.lead-story__footer span { color: #78909a; font-size: 8px; font-weight: 700; letter-spacing: .12em; }
.lead-story__footer a { color: var(--red); font-family: var(--heading); font-size: 9px; font-weight: 800; text-transform: uppercase; }
.newsroom-aside { display: grid; gap: 12px; }
.lead-story.is-hidden + .newsroom-aside { grid-column: 1 / -1; grid-template-columns: 1fr 1fr; }
.agenda-card, .social-card { padding: 27px; }
.agenda-card { display: flex; flex-direction: column; color: white; background: var(--navy); border-top: 5px solid var(--gold); }
.agenda-card > span, .social-card > span { color: var(--gold); font-family: var(--heading); font-size: 8px; font-weight: 800; letter-spacing: .14em; }
.agenda-card > strong { margin-top: auto; font-family: var(--heading); font-size: 23px; font-weight: 600; line-height: 1.25; }
.agenda-card p { color: #9fb6c0; font-size: 12px; line-height: 1.55; }
.agenda-card a { display: flex; justify-content: space-between; padding-top: 15px; color: white; border-top: 1px solid #385669; font-family: var(--heading); font-size: 9px; font-weight: 800; text-transform: uppercase; }
.agenda-card a i { color: var(--gold); font-style: normal; }
.social-card { background: var(--blue-light); }
.social-card > span { display: block; margin-bottom: 18px; color: var(--blue-deep); }
.social-card a { display: flex; justify-content: space-between; padding: 13px 0; border-top: 1px solid #b9d4dd; font-family: var(--heading); font-size: 11px; font-weight: 700; }
.social-card i { color: var(--red); font-style: normal; }
.story-list { margin-top: 45px; border-top: 1px solid var(--line); }
.story-row { display: grid; grid-template-columns: 90px 105px 1fr 34px; gap: 25px; align-items: center; min-height: 135px; padding: 18px 10px; border-bottom: 1px solid var(--line); transition: background .2s; }
.story-row:hover { background: white; }
.story-date { display: flex; align-items: center; gap: 9px; }
.story-date strong { color: var(--blue-deep); font-family: var(--heading); font-size: 30px; font-weight: 550; }
.story-date span { color: #7a8e97; font-size: 8px; line-height: 1.3; }
.story-category { color: var(--blue-deep); font-family: var(--heading); font-size: 8px; font-weight: 800; letter-spacing: .12em; }
.story-row h3 { margin: 0; font-size: 19px; font-weight: 600; line-height: 1.35; letter-spacing: -.02em; }
.story-row > a { color: var(--red); font-size: 19px; }
.story-row.is-hidden { display: none; }
.news-magazines { margin-top: 72px; padding: 42px; background: white; border-top: 5px solid var(--blue); box-shadow: 0 18px 55px rgba(7,31,49,.07); }
.news-magazines__heading { display: flex; align-items: end; justify-content: space-between; gap: 30px; padding-bottom: 24px; border-bottom: 1px solid var(--line); }
.news-magazines__heading .section-label { margin-bottom: 9px; }
.news-magazines__heading h2 { margin: 0; font-size: 28px; font-weight: 600; letter-spacing: -.04em; }
.news-magazines__heading > a { display: inline-flex; gap: 12px; padding-bottom: 5px; color: var(--blue-deep); border-bottom: 1px solid currentColor; font: 700 10px var(--heading); letter-spacing: .04em; text-transform: uppercase; white-space: nowrap; }
.news-magazines__heading > a span { font-size: 16px; line-height: .65; }
.news-magazines__grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 12px; margin-top: 28px; }
.news-magazines__grid > a { min-width: 0; min-height: 124px; display: grid; grid-template-columns: 72px 1fr; gap: 12px; padding: 10px; color: var(--navy); background: #f4fafc; border: 1px solid #d9e6ea; transition: transform .2s ease, border-color .2s ease, background .2s ease; }
.news-magazines__grid > a:hover { background: var(--blue-light); border-color: var(--blue); transform: translateY(-3px); }
.news-magazines__grid img, .news-magazines__preview { width: 72px; height: 104px; object-fit: cover; object-position: top; box-shadow: 4px 5px 0 rgba(7,31,49,.1); }
.news-magazines__preview { position: relative; display: flex; flex-direction: column; align-items: flex-start; justify-content: flex-end; overflow: hidden; padding: 9px 7px; color: white; background: var(--blue); font-family: var(--heading); line-height: .9; }
.news-magazines__preview::before { position: absolute; top: -28px; right: -28px; width: 76px; height: 76px; border: 1px solid rgba(255,255,255,.35); border-radius: 50%; content: ""; }
.news-magazines__preview span, .news-magazines__preview b, .news-magazines__preview strong, .news-magazines__preview em { position: relative; color: inherit; }
.news-magazines__preview span { font-size: 7px; font-weight: 800; letter-spacing: .06em; }
.news-magazines__preview b { margin-top: 2px; font-size: 10px; letter-spacing: -.05em; }
.news-magazines__preview strong { margin-top: auto; padding-top: 14px; font-size: 14px; letter-spacing: -.06em; }
.news-magazines__preview em { margin-top: 5px; font-size: 7px; font-style: normal; font-weight: 700; letter-spacing: .08em; }
.news-magazines__preview--aqua { background: #007d9c; }
.news-magazines__preview--navy { background: var(--blue-deep); }
.news-magazines__preview--gold { color: var(--blue-deep); background: var(--gold); }
.news-magazines__grid > a > div { min-width: 0; display: flex; flex-direction: column; }
.news-magazines__grid span { color: var(--blue-deep); font: 800 7px var(--heading); letter-spacing: .12em; }
.news-magazines__grid h3 { margin: 8px 0; font-size: 15px; font-weight: 700; line-height: 1.12; letter-spacing: -.03em; }
.news-magazines__grid p { margin: 0; color: var(--slate); font-size: 12px; line-height: 1.45; }
.news-magazines__grid i { margin-top: auto; padding-top: 8px; color: var(--red); font: 800 7px var(--heading); font-style: normal; letter-spacing: .05em; text-transform: uppercase; }
.classified-card { display: grid; grid-template-columns: 1fr 1fr auto; align-items: center; gap: 50px; margin-top: 65px; padding: 32px; color: white; background: var(--blue-deep); border-left: 7px solid var(--aqua); }
.classified-card span, .classified-card small { color: #bcecf7; font-size: 8px; font-weight: 800; letter-spacing: .13em; }
.classified-card h2 { max-width: 430px; margin: 14px 0 0; font-size: 27px; font-weight: 600; line-height: 1.2; }
.classified-card strong { display: block; margin-top: 9px; font-family: var(--heading); font-size: 18px; }
.classified-card p { margin: 7px 0 0; color: #c4dce5; font-size: 11px; }
.classified-card > a { padding: 15px 18px; color: var(--navy); background: var(--gold); font-family: var(--heading); font-size: 9px; font-weight: 800; text-transform: uppercase; }

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { transition-duration: .01ms !important; animation-duration: .01ms !important; }
  .reveal { opacity: 1; transform: none; }
}

@media (max-width: 1020px) {
  .nav-inner { grid-template-columns: 210px 1fr auto; }
  .brand { width: 190px; }
  .brand img { width: 158px; }
  .main-nav a { padding: 0 10px; font-size: 11px; }
  .main-nav a::after { right: 10px; left: 10px; }
  .nav-action { margin-left: 8px; }
  .archive-grid { grid-template-columns: .85fr 1.25fr; }
  .coverage-panel { grid-column: 1 / -1; min-height: auto; display: grid; grid-template-columns: 1fr 1fr; gap: 25px; }
  .coverage-top { grid-column: 1 / -1; }
  .coverage-graphic { margin: 15px 0; }
  .footer-main { grid-template-columns: 1.3fr 1fr 1fr; }
  .footer-contact { grid-column: 2 / 4; }
  .footer-extra { grid-template-columns: 1fr 1fr; gap: 42px; }
  .footer-map { grid-column: 1 / -1; min-height: 270px; }
  .footer-map iframe { min-height: 270px; }
  .visualization-grid { grid-template-columns: 1fr; }
  .data-context { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; border-left: 0; border-top: 5px solid var(--aqua); }
  .data-context dl { grid-column: 2; grid-row: 1 / span 3; }
  .source-status { grid-template-columns: repeat(3, 1fr); }
  .source-status__note { grid-column: 1 / -1; }
}

@media (max-width: 780px) {
  .container { width: min(calc(100% - 32px), var(--container)); }
  .newsroom > .container { width: min(calc(100% - 32px), var(--container)); }
  .utility-bar { height: 28px; }
  .utility-inner { justify-content: center; }
  .utility-inner > span { display: none; }
  .utility-inner > div > a[href^="mailto"], .utility-divider { display: none; }
  .utility-inner > div { gap: 14px; }
  .utility-social { display: flex; gap: 12px; }
  .nav-inner { min-height: 72px; grid-template-columns: 1fr 64px; }
  .brand { width: 194px; margin-left: -16px; padding-left: 16px; }
  .brand img { width: 158px; }
  .nav-action { display: none; }
  .menu-button { position: relative; z-index: 102; display: flex; align-items: center; justify-content: center; flex-direction: column; gap: 5px; padding: 0; background: white; border: 0; border-left: 1px solid var(--line); }
  .menu-button span:not(.sr-only) { width: 23px; height: 2px; background: var(--navy); transition: transform .2s, opacity .2s; }
  .menu-button[aria-expanded="true"] span:nth-of-type(2) { transform: translateY(7px) rotate(45deg); }
  .menu-button[aria-expanded="true"] span:nth-of-type(3) { opacity: 0; }
  .menu-button[aria-expanded="true"] span:nth-of-type(4) { transform: translateY(-7px) rotate(-45deg); }
  .main-nav { position: fixed; inset: 0; z-index: 101; display: flex; align-items: flex-start; justify-content: center; flex-direction: column; gap: 0; padding: 100px 28px 40px; color: white; background: var(--navy); opacity: 0; visibility: hidden; transform: translateY(-8px); transition: opacity .2s, visibility .2s, transform .2s; }
  .main-nav { justify-content: flex-start; overflow-y: auto; }
  .nav-group { width: 100%; display: block; }
  .nav-group > a { height: auto; }
  .nav-submenu { position: static; width: 100%; display: grid; grid-template-columns: 1fr 1fr; padding: 0 0 8px 18px; background: transparent; border: 0; box-shadow: none; opacity: 1; visibility: visible; transform: none; }
  .main-nav .nav-submenu a { min-height: 34px; padding: 0 10px 0 0; color: #9eb6c1; border: 0; font-size: 11px; }
  .main-nav .nav-submenu a::after { content: "→"; display: block; color: var(--blue-bright); font-size: 12px; }
  .main-nav .nav-submenu a:hover { color: white; background: transparent; }
  .main-nav.is-open { opacity: 1; visibility: visible; transform: none; }
  .main-nav a { width: 100%; min-height: 66px; justify-content: space-between; padding: 0; color: white; border-bottom: 1px solid #315064; font-size: 22px; font-weight: 500; }
  .main-nav a::after { content: "↗"; position: static; width: auto; height: auto; color: var(--blue-bright); background: none; transform: none; font-family: var(--body); font-size: 18px; }
  .main-nav a:hover, .main-nav a.is-active { color: white; }

  .hero { min-height: 860px; }
  .hero-background { inset: auto 0 0; width: 100%; height: 53%; object-position: center; }
  .hero-overlay { background: linear-gradient(180deg, var(--blue-deep) 0%, #008fc3 45%, rgba(0,126,174,.84) 57%, rgba(7,31,49,.2) 100%); }
  .hero-orbit { right: -170px; top: 43%; width: 350px; height: 350px; }
  .hero-content { min-height: 860px; align-items: flex-start; padding-top: 65px; padding-bottom: 245px; }
  .hero-copy { max-width: 100%; }
  .hero h1 { font-size: clamp(43px, 13vw, 59px); }
  .hero-lead { margin-top: 22px; font-size: 16px; }
  .hero-actions { align-items: flex-start; flex-direction: column; gap: 18px; margin-top: 28px; }
  .hero-edition { display: none; }
  .hero-facts__grid { grid-template-columns: 1fr; }
  .hero-facts a { min-height: 74px; grid-template-columns: 32px 1fr auto; padding: 12px 16px; border-right: 0; border-bottom: 1px solid rgba(255,255,255,.17); }
  .hero-facts a:last-child { border-bottom: 0; }
  .hero-facts small { font-size: 8px; }
  .hero-facts strong { font-size: 14px; }

  .section { padding: 82px 0; }
  .section-heading { grid-template-columns: 1fr; gap: 25px; margin-bottom: 50px; }
  .section-heading h2, .archive-summary h2, .method-content h2 { font-size: 39px; }
  .section-heading > p { font-size: 15px; }
  .series-columns { grid-template-columns: 1fr; gap: 52px; }
  .series-item { min-height: 285px; }
  .series-item h3 { margin-top: 35px; }

  .data-section { padding: 78px 0 68px; }
  .data-section::before { right: 0; bottom: auto; height: 430px; }
  .data-intro { grid-template-columns: 1fr; gap: 24px; margin-bottom: 38px; }
  .data-intro h2 { font-size: 43px; }
  .data-intro > p { font-size: 15px; }
  .data-console__top { align-items: stretch; flex-direction: column; padding: 12px; }
  .frequency-tabs { display: grid; grid-template-columns: repeat(3, 1fr); }
  .frequency-tabs button { min-width: 0; padding: 0 7px; }
  .frequency-tabs button span { display: none; }
  .data-actions { display: grid; grid-template-columns: 1fr 1fr; }
  .data-download { padding: 0 8px; font-size: 8px; }
  .data-filters { grid-template-columns: 1fr; }
  .year-navigation { grid-template-columns: 88px 1fr; }
  .year-navigation > div:first-child { padding: 12px 15px; }
  .year-track { padding-inline: 8px; }
  .data-view-bar { align-items: stretch; flex-direction: column; gap: 13px; padding: 18px 12px 12px; }
  .data-view-tabs { width: 100%; }
  .data-view-tabs button { min-width: 0; padding-inline: 8px; }
  .indicator-strip { grid-template-columns: 1fr 1fr; }
  .indicator-card { min-height: 105px; padding: 18px; }
  .indicator-card strong { font-size: 23px; }
  .chart-card { padding: 25px 18px 20px; }
  .chart-heading { flex-direction: column; }
  .chart-legend { justify-content: flex-start; }
  .chart-stage, .chart-stage svg { min-height: 280px; height: 280px; }
  .data-context { display: block; padding: 26px 20px; }
  .data-context dl { margin-top: 25px; }
  .data-table-card { padding: 24px 15px 28px; }
  .data-table-heading { align-items: flex-start; flex-direction: column; }
  .data-table-tools { width: 100%; align-items: stretch; flex-direction: column; }
  .table-view-switch { width: 100%; }
  .table-view-switch button { flex: 1; }
  .table-search { width: 100%; }
  .data-table .entity-cell { min-width: 225px; max-width: 260px; }
  .data-table-footer { align-items: flex-start; flex-direction: column; }
  .source-status { grid-template-columns: 1fr; }
  .source-status > div { min-height: 85px; border-right: 0; border-bottom: 1px solid rgba(255,255,255,.13); }
  .source-status__note { grid-column: auto; padding: 20px 22px; }

  .archive-grid { grid-template-columns: 1fr; gap: 70px; padding-top: 82px; padding-bottom: 82px; }
  .archive-summary { padding-right: 0; }
  .archive-summary::before { top: -82px; right: -16px; bottom: -42px; }
  .archive-period { margin-top: 40px; }
  .archive-table a { min-height: 84px; grid-template-columns: 28px 1fr 20px; gap: 10px; }
  .archive-table small { grid-column: 2; }
  .archive-table b { grid-column: 3; grid-row: 1 / span 2; }
  .archive-footer { align-items: flex-start; flex-direction: column; }
  .coverage-panel { display: block; min-height: auto; padding: 22px; }
  .coverage-graphic { margin: 42px 0; }

  .method-section { padding: 56px 0; background: linear-gradient(180deg, white 0 43%, var(--blue-light) 43% 100%); }
  .method-grid { grid-template-columns: 1fr; gap: 40px; }
  .method-visual { min-height: 360px; }
  .method-orb { width: 155px; height: 220px; }
  .method-content { padding: 30px 24px; }
  .method-lead { font-size: 15px; }
  .legal-note { margin-left: 0; }

  .contact-section { background: linear-gradient(155deg, var(--blue) 0 62%, var(--aqua) 62% 80%, var(--gold) 80% 82%, var(--blue-deep) 82% 100%); }
  .contact-inner { min-height: 380px; align-items: flex-start; justify-content: center; flex-direction: column; gap: 38px; }
  .contact-inner h2 { font-size: 39px; }
  .contact-actions { width: 100%; }
  .contact-actions p { text-align: left; }

  .footer-main { grid-template-columns: 1fr 1fr; gap: 50px 30px; padding-top: 60px; }
  .footer-brand { grid-column: 1 / -1; }
  .footer-contact { grid-column: 1 / -1; }
  .footer-extra { grid-template-columns: 1fr; gap: 34px; padding: 40px 0; }
  .footer-map { grid-column: auto; min-height: 230px; }
  .footer-map iframe { min-height: 230px; }
  .footer-bottom { min-height: auto; align-items: flex-start; flex-direction: column; padding-top: 20px; padding-bottom: 20px; }
  .footer-bottom > span:nth-of-type(2) { margin-left: 0; }
  .footer-social { gap: 18px; }
}

@media (max-width: 410px) {
  .hero h1 { font-size: 43px; }
  .hero { min-height: 900px; }
  .hero-content { min-height: 900px; }
  .footer-main { grid-template-columns: 1fr; }
  .footer-brand, .footer-contact { grid-column: auto; }
}

@media (max-width: 1020px) {
  .institution-intro { gap: 6vw; }
  .mission-grid { grid-template-columns: 1fr 1fr; }
  .action-grid { gap: 6vw; }
  .members-layout { grid-template-columns: 1fr; }
  .benefit-card { min-height: 390px; }
  .join-panel { min-height: 380px; }
  .issue-shelf { grid-template-columns: repeat(3, 1fr); }
  .issue-archive { grid-column: 1 / -1; min-height: 115px; display: grid; grid-template-columns: 1fr 1fr auto; align-items: center; }
  .book-stage { min-height: 650px; padding-inline: 68px; }
  .news-grid { grid-template-columns: 1fr; }
  .news-feature { min-height: 430px; }
  .knowledge-grid { grid-template-columns: .65fr 1.35fr; gap: 5vw; }
  .knowledge-link { grid-column: 1 / -1; min-height: 70px; }
  .portal-grid { grid-template-columns: 1fr 1fr; }
  .portal-card--large { grid-row: auto; }
  .home-cin__inner { grid-template-columns: .8fr 1.2fr; }
  .home-cin__inner > a { grid-column: 1 / -1; min-height: 64px; }
  .newsroom-layout { grid-template-columns: 1.25fr .75fr; }
  .story-row { grid-template-columns: 80px 85px 1fr 30px; gap: 18px; }
  .classified-card { grid-template-columns: 1fr 1fr; }
  .classified-card > a { grid-column: 1 / -1; text-align: center; }
}

@media (max-width: 780px) {
  .institution-intro, .members-heading, .informa-heading { grid-template-columns: 1fr; gap: 32px; }
  .institution-heading { min-height: 285px; }
  .institution-statement h2, .members-heading h2, .informa-heading h2, .news-heading h2, .action-copy h2 { font-size: 39px; }
  .mission-grid { grid-template-columns: 1fr; margin-top: 50px; }
  .mission-card { min-height: 250px; }
  .history-line { grid-template-columns: 1fr 1fr; }
  .history-line div:nth-child(2) { border-right: 0; }
  .history-line div:nth-child(-n+2) { border-bottom: 1px solid var(--line); }
  .action-section::before { inset: 0; clip-path: polygon(0 0, 100% 0, 100% 44%, 0 53%); }
  .action-grid { grid-template-columns: 1fr; gap: 75px; padding-top: 80px; padding-bottom: 80px; }
  .action-copy { max-width: 100%; }
  .benefit-stack { grid-template-columns: 1fr; }
  .benefit-card { min-height: 325px; }
  .benefit-card h3 { margin-top: 50px; }
  .members-layout { margin-top: 45px; }
  .issue-shelf { grid-template-columns: 1fr; gap: 8px; margin-top: 42px; }
  .issue-card { min-height: 145px; grid-template-columns: 82px 1fr; }
  .issue-card img { width: 82px; height: 115px; }
  .issue-archive { grid-column: auto; min-height: 140px; display: flex; }
  .reader-toolbar { align-items: flex-start; flex-direction: column; gap: 15px; }
  .reader-actions { width: 100%; }
  .reader-actions button, .reader-actions a { flex: 1; justify-content: center; }
  .book-stage { min-height: 590px; padding: 35px 58px; }
  .book.is-mobile { width: min(100%, 355px); display: block; filter: drop-shadow(18px 22px 20px rgba(0,0,0,.42)); }
  .book.is-mobile .book-page--left, .book.is-mobile .book-spine { display: none; }
  .book.is-mobile .book-page--right { width: 100%; min-width: 0; border-radius: 3px; }
  .book.is-mobile .book-page--right::after { background: linear-gradient(90deg, rgba(7,31,49,.12), transparent 24%); }
  .book-arrow { width: 42px; height: 42px; }
  .book-arrow--prev { left: 9px; }
  .book-arrow--next { right: 9px; }
  .reader-navigation { grid-template-columns: 67px 1fr; gap: 13px; padding-inline: 15px; }
  .spread-label { grid-column: 1 / -1; padding-bottom: 10px; text-align: center; }
  .thumbnail-rail button { flex-basis: 52px; height: 73px; }
  .reader-hint { display: none; }
  .advertise-note--wide { grid-template-columns: 1fr; align-items: start; }
  .news-heading { align-items: flex-start; flex-direction: column; gap: 30px; }
  .news-heading__actions { align-items: flex-start; flex-direction: column; gap: 12px; }
  .news-feature { grid-template-columns: 1fr; }
  .news-feature__visual { min-height: 300px; }
  .news-feature__body { min-height: 370px; }
  .knowledge-grid { grid-template-columns: 1fr; gap: 35px; padding-top: 65px; padding-bottom: 65px; }
  .knowledge-monogram { max-width: 310px; }
  .knowledge-link { grid-column: auto; }
  .page-hero__inner, .home-portals__heading, .member-services__heading, .newsroom-hero__grid { grid-template-columns: 1fr; gap: 25px; }
  .page-hero__inner { min-height: 360px; align-content: center; }
  .page-hero h1, .newsroom-hero h1 { font-size: 47px; }
  .page-hero__inner > p { margin-top: 0; }
  .portal-grid { grid-template-columns: 1fr; grid-template-rows: auto; margin-top: 42px; }
  .portal-card { min-height: 250px; }
  .portal-card--large h3 { font-size: 32px; }
  .home-cin__inner { grid-template-columns: 1fr; gap: 28px; padding-top: 55px; padding-bottom: 55px; }
  .home-cin__inner > a { grid-column: auto; }
  .service-ledger > div { grid-template-columns: 45px 1fr; gap: 15px; padding: 25px 0; }
  .service-ledger p { grid-column: 2; }
  .newsroom-hero__grid { min-height: 0; gap: 18px; padding-top: 32px; padding-bottom: 32px; }
  .newsroom-hero h1 { font-size: 44px; }
  .newsroom-bar { align-items: flex-start; flex-direction: column; }
  .news-filters { width: 100%; overflow-x: auto; }
  .news-filters button { flex: 0 0 auto; }
  .newsroom-layout { grid-template-columns: 1fr; }
  .newsroom-aside--below { grid-template-columns: 1fr; }
  .newsroom-layout--live .power-bi-news__frame iframe { height: 360px; min-height: 0; aspect-ratio: auto; }
  .lead-story { min-height: 520px; padding: 28px 24px; }
  .lead-story h2 { font-size: 37px; }
  .lead-story > p { font-size: 15px; }
  .lead-story__footer { align-items: flex-start; flex-direction: column; }
  .agenda-card { min-height: 340px; }
  .story-row { grid-template-columns: 62px 1fr 28px; gap: 15px; }
  .story-category { grid-column: 2; grid-row: 1; }
  .story-row h3 { grid-column: 2; grid-row: 2; font-size: 16px; }
  .story-row > a { grid-column: 3; grid-row: 1 / 3; }
  .story-date { grid-row: 1 / 3; }
  .classified-card { grid-template-columns: 1fr; gap: 30px; }
  .classified-card > a { grid-column: auto; }
}

@media (max-width: 410px) {
  .reader-actions span { display: none; }
  .book-stage { min-height: 505px; padding-inline: 50px; }
  .institution-heading { padding-inline: 25px; }
  .history-line div { padding-inline: 17px; }
}

/* Institutional — editorial long-form */
.institutional-page { background: #f4f9fb; }
.institutional-page [id] { scroll-margin-top: 58px; }
.inst-hero { position: relative; min-height: 520px; overflow: hidden; color: white; background: var(--navy); }
.inst-hero__image { position: absolute; inset: 0 0 0 48%; background: url("assets/institutional/acciones.jpg") center / cover no-repeat; filter: grayscale(.18) saturate(.75); }
.inst-hero__wash { position: absolute; inset: 0; background: linear-gradient(90deg, #007eae 0 45%, rgba(0,126,174,.92) 53%, rgba(7,31,49,.5) 77%, rgba(7,31,49,.75)), linear-gradient(0deg, rgba(7,31,49,.78), transparent 58%); }
.inst-hero__wash::after { content: ""; position: absolute; top: 0; right: 14%; width: 190px; height: 100%; background: rgba(56,195,236,.13); clip-path: polygon(56% 0, 100% 0, 44% 100%, 0 100%); }
.inst-hero__content { position: relative; z-index: 2; min-height: 405px; display: grid; grid-template-columns: 1fr 210px; align-items: center; gap: 70px; padding-top: 40px; padding-bottom: 40px; }
.inst-hero__copy { max-width: 810px; }
.inst-hero__copy h1 { margin: 0; font-family: var(--heading); font-size: clamp(54px, 6.4vw, 88px); font-weight: 550; line-height: .98; letter-spacing: -.06em; }
.inst-hero__copy > p:last-child { max-width: 660px; margin: 31px 0 0; color: #dcf4fa; font-size: 19px; line-height: 1.58; }
.inst-hero__seal { width: 180px; height: 180px; display: grid; place-content: center; align-self: start; margin-top: 82px; border: 1px solid rgba(255,255,255,.5); border-radius: 50%; font-family: var(--heading); text-align: center; }
.inst-hero__seal::before { content: ""; position: absolute; width: 152px; height: 152px; margin: -19px; border: 1px solid rgba(255,255,255,.18); border-radius: 50%; }
.inst-hero__seal span, .inst-hero__seal small { color: #bfeaf5; font-size: 8px; font-weight: 800; letter-spacing: .22em; }
.inst-hero__seal strong { margin: 7px 0 4px; color: white; font-size: 33px; font-weight: 500; line-height: 1; }
.inst-hero__facts { position: relative; z-index: 3; min-height: 115px; background: rgba(7,31,49,.9); border-top: 1px solid rgba(255,255,255,.18); backdrop-filter: blur(12px); }
.inst-hero__facts .container { display: grid; grid-template-columns: repeat(4, 1fr); }
.inst-hero__facts a { min-height: 115px; display: grid; grid-template-columns: 32px 1fr; align-content: center; gap: 5px 15px; padding: 18px 25px; border-right: 1px solid rgba(255,255,255,.14); transition: background .2s; }
.inst-hero__facts a:first-child { border-left: 1px solid rgba(255,255,255,.14); }
.inst-hero__facts a:hover { background: var(--blue-deep); }
.inst-hero__facts a > span { grid-row: 1 / 3; color: var(--blue-bright); font-family: var(--heading); font-size: 9px; font-weight: 800; }
.inst-hero__facts a:nth-child(2) > span { color: var(--aqua); }
.inst-hero__facts a:nth-child(3) > span { color: var(--gold); }
.inst-hero__facts a:nth-child(4) > span { color: #ff7772; }
.inst-hero__facts strong { font-family: var(--heading); font-size: 15px; font-weight: 650; }
.inst-hero__facts small { color: #8faab6; font-size: 11px; }

.inst-section-nav { position: sticky; z-index: 30; top: 0; color: var(--navy); background: rgba(255,255,255,.96); border-bottom: 1px solid var(--line); backdrop-filter: blur(12px); }
.inst-section-nav .container { min-height: 58px; display: flex; align-items: stretch; justify-content: center; }
.inst-section-nav a { display: grid; place-items: center; padding: 0 27px; border-left: 1px solid #e1e9ec; font-family: var(--heading); font-size: 9px; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.inst-section-nav a:last-child { border-right: 1px solid #e1e9ec; }
.inst-section-nav a:hover { color: var(--blue-deep); background: var(--blue-light); }

.inst-identity { position: relative; overflow: hidden; background: #f6fbfc; }
.inst-identity::after { content: "CAPIA"; position: absolute; z-index: 0; top: 45px; right: -30px; color: rgba(0,126,174,.035); font: 800 clamp(150px, 21vw, 315px)/.8 var(--heading); letter-spacing: -.1em; }
.inst-identity__intro, .inst-purpose-ledger { position: relative; z-index: 1; }
.inst-identity__intro { display: grid; grid-template-columns: 1.35fr .65fr; gap: 9vw; align-items: end; }
.inst-identity__intro h2, .inst-history__heading h2, .inst-present__copy h2, .inst-actions__intro h2, .inst-networks__heading h2, .inst-commitment__copy h2, .inst-close__statement h2 { margin: 0; font-size: clamp(42px, 5.3vw, 70px); font-weight: 550; line-height: 1.06; letter-spacing: -.055em; }
.inst-identity__intro > p { margin: 0 0 4px; color: var(--slate); font-size: 18px; line-height: 1.72; }
.inst-purpose-ledger { display: grid; grid-template-columns: repeat(5, 1fr); margin-top: 82px; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.inst-purpose-ledger article { position: relative; min-height: 320px; display: flex; flex-direction: column; padding: 26px 24px 29px; border-right: 1px solid var(--line); background: rgba(255,255,255,.64); }
.inst-purpose-ledger article:first-child { border-left: 1px solid var(--line); }
.inst-purpose-ledger article::before { content: ""; position: absolute; top: -4px; left: 24px; width: 42px; height: 7px; background: var(--blue); }
.inst-purpose-ledger article:nth-child(2)::before { background: var(--aqua); }
.inst-purpose-ledger article:nth-child(3)::before { background: var(--gold); }
.inst-purpose-ledger article:nth-child(4)::before { background: var(--red); }
.inst-purpose-ledger article:nth-child(5)::before { background: #7667b7; }
.inst-purpose-ledger article > span { color: #78909a; font: 800 9px var(--heading); letter-spacing: .14em; }
.inst-purpose-ledger h3 { margin: auto 0 17px; font-size: 21px; font-weight: 650; letter-spacing: -.03em; }
.inst-purpose-ledger p { margin: 0; color: var(--slate); font-size: 13px; line-height: 1.62; }

.inst-history { position: relative; overflow: hidden; padding: 115px 0; color: white; background: var(--navy); }
.inst-history::before { content: ""; position: absolute; top: 0; right: 0; width: 34%; height: 400px; background: var(--blue-deep); clip-path: polygon(45% 0,100% 0,100% 100%,0 0); opacity: .48; }
.inst-history__heading { position: relative; display: grid; grid-template-columns: 1.3fr .7fr; align-items: end; gap: 8vw; }
.inst-history__heading > p { margin: 0 0 6px; color: #a9bec8; font-size: 17px; line-height: 1.7; }
.inst-history__origin { position: relative; display: grid; grid-template-columns: 1.12fr .88fr; margin-top: 72px; background: #0d344c; }
.inst-history__figure { position: relative; min-height: 500px; margin: 0; overflow: hidden; }
.inst-history__figure img { width: 100%; height: 100%; object-fit: cover; filter: grayscale(.18) contrast(1.05); }
.inst-history__figure::after { content: ""; position: absolute; inset: 0; background: linear-gradient(0deg, rgba(7,31,49,.67), transparent 48%); }
.inst-history__figure figcaption { position: absolute; z-index: 2; right: 25px; bottom: 22px; left: 25px; display: flex; justify-content: space-between; color: #dcecf1; font: 700 8px var(--heading); letter-spacing: .13em; }
.inst-history__figure figcaption small { color: #b6cad2; font-size: inherit; }
.inst-history__lead { padding: 58px 55px; border-top: 5px solid var(--blue-bright); }
.inst-year { display: block; margin-bottom: 44px; color: var(--blue-bright); font: 500 62px/1 var(--heading); letter-spacing: -.06em; }
.inst-history__lead p { margin: 0 0 23px; color: #d0e0e6; font-size: 16px; line-height: 1.72; }
.inst-timeline { position: relative; margin-top: 80px; }
.inst-timeline::before { content: ""; position: absolute; top: 0; bottom: 0; left: 119px; width: 1px; background: #365466; }
.inst-timeline__item { min-height: 195px; display: grid; grid-template-columns: 120px 1fr; gap: 55px; padding: 34px 0; border-top: 1px solid #29485a; }
.inst-timeline__item:last-child { border-bottom: 1px solid #29485a; }
.inst-timeline__year { position: relative; display: flex; flex-direction: column; padding-top: 5px; }
.inst-timeline__year::after { content: ""; position: absolute; top: 10px; right: -5px; width: 9px; height: 9px; background: var(--blue-bright); border: 4px solid var(--navy); border-radius: 50%; }
.inst-timeline__item:nth-child(2) .inst-timeline__year::after { background: var(--aqua); }
.inst-timeline__item:nth-child(3) .inst-timeline__year::after { background: var(--gold); }
.inst-timeline__item:nth-child(4) .inst-timeline__year::after { background: var(--red); }
.inst-timeline__year strong { color: white; font: 600 26px var(--heading); letter-spacing: -.03em; }
.inst-timeline__year span { margin-top: 6px; color: #7795a3; font: 800 8px var(--heading); letter-spacing: .15em; }
.inst-timeline__item > div:last-child { max-width: 860px; }
.inst-timeline__item h3 { margin: 0 0 15px; font-size: 25px; font-weight: 600; letter-spacing: -.035em; }
.inst-timeline__item p { margin: 0; color: #a9bec8; font-size: 15px; line-height: 1.7; }
.inst-video { display: grid; grid-template-columns: .7fr 1.3fr; margin-top: 90px; background: var(--blue-deep); border-top: 5px solid var(--gold); }
.inst-video__copy { display: flex; flex-direction: column; justify-content: center; padding: 50px 45px; }
.inst-video__copy h3 { margin: 5px 0 19px; font-size: 34px; font-weight: 550; letter-spacing: -.04em; }
.inst-video__copy > p:last-child { margin: 0; color: #d6f2fa; font-size: 15px; line-height: 1.65; }
.inst-video__frame { position: relative; min-height: 440px; background: #020b11; }
.inst-video__frame iframe { position: absolute; width: 100%; height: 100%; border: 0; }

.inst-present { background: white; }
.inst-present__grid { display: grid; grid-template-columns: 1fr .72fr; gap: 8vw; align-items: center; }
.inst-present__copy > p:not(.section-label) { max-width: 720px; margin: 27px 0 0; color: var(--slate); font-size: 17px; line-height: 1.72; }
.inst-present__image { position: relative; min-height: 520px; margin: 0; overflow: hidden; background: var(--blue-light); }
.inst-present__image::before { content: ""; position: absolute; z-index: 2; inset: 0; border: 18px solid rgba(223,245,251,.78); pointer-events: none; }
.inst-present__image img { width: 100%; height: 100%; min-height: 520px; object-fit: cover; }
.inst-present__image figcaption { position: absolute; z-index: 3; right: 28px; bottom: 26px; left: 28px; padding: 13px 15px; color: var(--navy); background: rgba(255,255,255,.92); font: 800 8px var(--heading); letter-spacing: .13em; }
.inst-stat-band { display: grid; grid-template-columns: repeat(4, 1fr); margin-top: 75px; background: #eef7fa; border-top: 4px solid var(--blue); }
.inst-stat-band > div { min-height: 155px; display: flex; flex-direction: column; justify-content: center; padding: 25px; border-right: 1px solid var(--line); }
.inst-stat-band strong { color: var(--blue-deep); font: 500 clamp(30px, 3vw, 42px)/1 var(--heading); letter-spacing: -.05em; }
.inst-stat-band div:nth-child(2) strong { color: var(--aqua); }
.inst-stat-band div:nth-child(3) strong { color: #bc7c00; }
.inst-stat-band div:nth-child(4) strong { color: var(--red); }
.inst-stat-band span { max-width: 180px; margin-top: 12px; color: var(--slate); font-size: 12px; line-height: 1.4; }
.inst-stat-band > p { grid-column: 1 / -1; margin: 0; padding: 14px 25px; color: #738891; background: white; border: 1px solid var(--line); border-top: 0; font-size: 11px; }
.inst-axes { display: grid; grid-template-columns: .72fr 1.28fr; gap: 8vw; margin-top: 105px; }
.inst-axes__heading { position: sticky; top: 105px; align-self: start; }
.inst-axes__heading h3 { max-width: 450px; margin: 0; font-size: clamp(34px, 4vw, 50px); font-weight: 550; line-height: 1.1; letter-spacing: -.045em; }
.inst-axes__list { margin: 0; padding: 0; border-top: 1px solid var(--line); list-style: none; }
.inst-axes__list li { min-height: 110px; display: grid; grid-template-columns: 50px 1fr; gap: 28px; align-items: start; padding: 25px 0; border-bottom: 1px solid var(--line); }
.inst-axes__list span { padding-top: 3px; color: var(--blue-deep); font: 800 9px var(--heading); letter-spacing: .13em; }
.inst-axes__list li:nth-child(2n) span { color: var(--aqua); }
.inst-axes__list li:nth-child(3n) span { color: #c58509; }
.inst-axes__list p { margin: 0; color: #344f5d; font-size: 16px; line-height: 1.62; }

.inst-actions { padding: 115px 0; color: white; background: linear-gradient(125deg, #007eae 0 24%, #08283d 24% 100%); }
.inst-actions__intro { display: grid; grid-template-columns: 1.25fr .75fr; gap: 8vw; align-items: end; }
.inst-actions__intro > p { margin: 0 0 6px; color: #bdd1d9; font-size: 17px; line-height: 1.68; }
.inst-actions__layout { display: grid; grid-template-columns: 1.35fr .65fr; margin-top: 70px; }
.inst-actions__photo { position: relative; min-height: 505px; margin: 0; overflow: hidden; }
.inst-actions__photo::after { content: ""; position: absolute; inset: 0; background: linear-gradient(0deg, rgba(7,31,49,.7), transparent 50%); }
.inst-actions__photo img { width: 100%; height: 100%; object-fit: cover; }
.inst-actions__photo figcaption { position: absolute; z-index: 2; bottom: 24px; left: 25px; font: 800 8px var(--heading); letter-spacing: .15em; }
.inst-actions__summary { display: flex; flex-direction: column; justify-content: space-between; padding: 48px 42px; color: var(--navy); background: var(--gold-light); border-top: 5px solid var(--gold); }
.inst-actions__summary > p { margin: 0; font-size: 16px; line-height: 1.7; }
.inst-actions__summary blockquote { margin: 60px 0 0; padding-top: 28px; border-top: 1px solid #cfbd8f; font: 550 27px/1.28 var(--heading); letter-spacing: -.035em; }
.inst-action-ledger { display: grid; grid-template-columns: 1fr 1fr; margin-top: 65px; border-top: 1px solid #385568; }
.inst-action-ledger article { min-height: 210px; display: grid; grid-template-columns: 42px 1fr; gap: 22px; padding: 30px 32px 30px 0; border-right: 1px solid #385568; border-bottom: 1px solid #385568; }
.inst-action-ledger article:nth-child(2n) { padding-left: 32px; padding-right: 0; border-right: 0; }
.inst-action-ledger article > span { color: var(--blue-bright); font: 800 9px var(--heading); letter-spacing: .13em; }
.inst-action-ledger article:nth-child(2n) > span { color: var(--gold); }
.inst-action-ledger h3 { margin: 0 0 13px; font-size: 21px; font-weight: 600; letter-spacing: -.03em; }
.inst-action-ledger p { margin: 0; color: #a9bec8; font-size: 14px; line-height: 1.65; }

.inst-networks { position: relative; overflow: hidden; background: #edf7fa; }
.inst-networks::before { content: ""; position: absolute; top: 0; right: 0; width: 39%; height: 330px; background: rgba(56,185,178,.12); clip-path: polygon(45% 0,100% 0,100% 100%); }
.inst-networks__heading { position: relative; max-width: 900px; }
.inst-networks__heading > p:last-child { max-width: 680px; margin: 28px 0 0; color: var(--slate); font-size: 17px; line-height: 1.7; }
.inst-network-grid { position: relative; display: grid; grid-template-columns: 1fr 1fr; gap: 15px; margin-top: 70px; }
.inst-network-card { min-height: 410px; display: flex; flex-direction: column; padding: 32px; background: white; border-top: 5px solid var(--aqua); }
.inst-network-card--international { border-color: var(--blue); }
.inst-network-card:nth-child(3) { border-color: var(--gold); }
.inst-network-card--wide { border-color: var(--red); }
.inst-network-card__top { display: grid; grid-template-columns: 35px 1fr; align-items: start; gap: 18px; padding-bottom: 24px; border-bottom: 1px solid var(--line); }
.inst-network-card__top span { color: var(--blue-deep); font: 800 9px var(--heading); letter-spacing: .13em; }
.inst-network-card__top h3 { margin: -4px 0 0; font-size: 27px; font-weight: 600; letter-spacing: -.035em; }
.inst-network-card > p { margin: 24px 0 0; color: var(--slate); font-size: 15px; line-height: 1.65; }
.inst-network-card ul { display: grid; grid-template-columns: 1fr 1fr; gap: 0 24px; margin: 22px 0 0; padding: 0; list-style: none; }
.inst-network-card li { position: relative; padding: 8px 0 8px 14px; color: #405c68; border-bottom: 1px solid #e4ecef; font-size: 12px; line-height: 1.4; }
.inst-network-card li::before { content: ""; position: absolute; top: 14px; left: 0; width: 5px; height: 5px; background: var(--blue); }
.inst-network-card:nth-child(3) li::before { background: var(--gold); }
.inst-network-card--wide li::before { background: var(--red); }
.inst-network-card__note { margin-top: auto; padding-top: 45px; color: var(--aqua); font: 600 30px/1.34 var(--heading); letter-spacing: -.035em; }

.inst-commitment { padding: 105px 0; color: white; background: var(--blue-deep); }
.inst-commitment__grid { display: grid; grid-template-columns: 1fr .9fr; gap: 9vw; align-items: center; }
.inst-commitment__copy > p:last-child { max-width: 650px; margin: 28px 0 0; color: #c5e9f3; font-size: 17px; line-height: 1.7; }
.inst-commitment__numbers { border-top: 1px solid rgba(255,255,255,.35); }
.inst-commitment__numbers > div { display: grid; grid-template-columns: 190px 1fr; gap: 30px; align-items: center; padding: 34px 0; border-bottom: 1px solid rgba(255,255,255,.35); }
.inst-commitment__numbers strong { color: var(--gold); font: 500 40px var(--heading); letter-spacing: -.05em; }
.inst-commitment__numbers div:nth-child(2) strong { color: #7fe0da; }
.inst-commitment__numbers span { color: #d3edf4; font-size: 14px; line-height: 1.55; }

.inst-close { background: white; }
.inst-close__grid { display: grid; grid-template-columns: 1fr 390px; gap: 9vw; align-items: stretch; }
.inst-close__statement h2 { max-width: 750px; }
.inst-close__statement .button { margin-top: 40px; }
.inst-close__contact { display: flex; flex-direction: column; padding: 35px; color: white; background: var(--navy); border-top: 5px solid var(--blue); }
.inst-close__contact > span { color: var(--blue-bright); font: 800 8px var(--heading); letter-spacing: .15em; }
.inst-close__contact p { margin: 38px 0 28px; color: #d2e3e9; font-size: 15px; line-height: 1.7; }
.inst-close__contact a { padding: 12px 0; border-top: 1px solid #315064; font: 650 14px var(--heading); }
.inst-close__contact a:hover { color: var(--blue-bright); }
.inst-close__contact small { margin-top: auto; padding-top: 25px; color: #8ea9b5; font-size: 11px; }
.inst-legal { margin-top: 70px; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.inst-legal summary { min-height: 66px; display: flex; align-items: center; justify-content: space-between; cursor: pointer; font: 700 11px var(--heading); letter-spacing: .08em; text-transform: uppercase; list-style: none; }
.inst-legal summary::-webkit-details-marker { display: none; }
.inst-legal summary span { color: var(--blue-deep); font-size: 20px; transition: transform .2s; }
.inst-legal details[open] summary span { transform: rotate(45deg); }
.inst-legal details > div { max-width: 900px; padding: 0 0 30px; color: var(--slate); font-size: 13px; line-height: 1.65; }
.inst-legal a { color: var(--blue-deep); text-decoration: underline; }

@media (max-width: 1020px) {
  .inst-hero__content { grid-template-columns: 1fr 155px; }
  .inst-hero__seal { width: 145px; height: 145px; }
  .inst-hero__seal::before { width: 121px; height: 121px; margin: -14px; }
  .inst-purpose-ledger { grid-template-columns: repeat(3, 1fr); }
  .inst-purpose-ledger article:nth-child(4), .inst-purpose-ledger article:nth-child(5) { border-top: 1px solid var(--line); }
  .inst-history__origin, .inst-video, .inst-actions__layout { grid-template-columns: 1fr; }
  .inst-history__figure { min-height: 460px; }
  .inst-video__frame { min-height: 480px; }
  .inst-present__grid { grid-template-columns: 1fr 1fr; gap: 5vw; }
  .inst-stat-band { grid-template-columns: 1fr 1fr; }
  .inst-stat-band > div:nth-child(2) { border-right: 0; }
  .inst-stat-band > div:nth-child(-n+2) { border-bottom: 1px solid var(--line); }
  .inst-actions__photo { min-height: 460px; }
  .inst-actions__summary blockquote { margin-top: 35px; }
  .inst-close__grid { grid-template-columns: 1fr 340px; gap: 5vw; }
}

@media (max-width: 780px) {
  .institutional-page [id] { scroll-margin-top: 0; }
  .inst-hero { min-height: 650px; }
  .inst-hero__image { inset: 42% 0 0; }
  .inst-hero__wash { background: linear-gradient(180deg, #007eae 0 49%, rgba(0,126,174,.86) 64%, rgba(7,31,49,.85)); }
  .inst-hero__content { min-height: 455px; display: block; padding-top: 55px; }
  .inst-hero__copy h1 { font-size: 49px; }
  .inst-hero__copy > p:last-child { font-size: 17px; }
  .inst-hero__seal { display: none; }
  .inst-hero__facts { min-height: 195px; }
  .inst-hero__facts .container { grid-template-columns: 1fr 1fr; width: 100%; }
  .inst-hero__facts a { min-height: 97px; padding: 15px 22px; border-bottom: 1px solid rgba(255,255,255,.14); }
  .inst-section-nav { position: relative; overflow-x: auto; }
  .inst-section-nav .container { width: max-content; min-width: 100%; justify-content: flex-start; }
  .inst-section-nav a { min-height: 54px; padding: 0 20px; }
  .inst-identity__intro, .inst-history__heading, .inst-present__grid, .inst-axes, .inst-actions__intro, .inst-commitment__grid, .inst-close__grid { grid-template-columns: 1fr; gap: 35px; }
  .inst-identity__intro h2, .inst-history__heading h2, .inst-present__copy h2, .inst-actions__intro h2, .inst-networks__heading h2, .inst-commitment__copy h2, .inst-close__statement h2 { font-size: 42px; }
  .inst-purpose-ledger { grid-template-columns: 1fr; margin-top: 55px; }
  .inst-purpose-ledger article { min-height: 235px; border-left: 1px solid var(--line); border-top: 1px solid var(--line); }
  .inst-purpose-ledger article:first-child { border-top: 0; }
  .inst-history { padding-block: 85px; }
  .inst-history__origin { margin-top: 48px; }
  .inst-history__figure { min-height: 340px; }
  .inst-history__lead { padding: 40px 27px; }
  .inst-timeline { margin-top: 55px; }
  .inst-timeline::before { left: 74px; }
  .inst-timeline__item { grid-template-columns: 75px 1fr; gap: 24px; }
  .inst-timeline__year strong { font-size: 19px; }
  .inst-timeline__item h3 { font-size: 22px; }
  .inst-video { margin-top: 60px; }
  .inst-video__copy { padding: 38px 26px; }
  .inst-video__frame { min-height: 240px; }
  .inst-present__image, .inst-present__image img { min-height: 360px; }
  .inst-stat-band { margin-top: 55px; }
  .inst-stat-band > div { min-height: 135px; }
  .inst-axes { margin-top: 80px; }
  .inst-axes__heading { position: static; }
  .inst-actions { padding-block: 85px; background: linear-gradient(145deg, #007eae 0 12%, #08283d 12% 100%); }
  .inst-actions__photo { min-height: 340px; }
  .inst-actions__summary { padding: 36px 27px; }
  .inst-action-ledger { grid-template-columns: 1fr; }
  .inst-action-ledger article, .inst-action-ledger article:nth-child(2n) { min-height: auto; padding: 28px 0; border-right: 0; }
  .inst-network-grid { grid-template-columns: 1fr; margin-top: 50px; }
  .inst-network-card { min-height: auto; padding: 27px 23px; }
  .inst-network-card ul { grid-template-columns: 1fr; }
  .inst-network-card__note { padding-top: 50px; font-size: 25px; }
  .inst-commitment { padding-block: 80px; }
  .inst-commitment__numbers > div { grid-template-columns: 1fr; gap: 12px; }
  .inst-close__contact { min-height: 390px; }
  .inst-legal { margin-top: 50px; }
}

@media (max-width: 470px) {
  .inst-hero { min-height: 660px; }
  .inst-hero__copy h1 { font-size: 43px; }
  .inst-hero__facts strong { font-size: 13px; }
  .inst-hero__facts small { font-size: 10px; }
  .inst-stat-band { grid-template-columns: 1fr; }
  .inst-stat-band > div { border-right: 0; border-bottom: 1px solid var(--line); }
  .inst-timeline__item p { font-size: 14px; }
  .inst-purpose-ledger article { min-height: 210px; }
  .inst-present__image, .inst-present__image img { min-height: 300px; }
  .inst-commitment__numbers strong { font-size: 34px; }
}

/* Secondary routes and complete content access */
.page-hero--board { background: linear-gradient(120deg, var(--blue-deep), var(--navy) 72%); }
.page-hero--directory { background: linear-gradient(120deg, #008ebf, #06304a 72%); }
.page-hero--board::after, .page-hero--directory::after { content: ""; position: absolute; inset: 0 0 0 58%; background: url("assets/institutional/historia.jpg") center / cover; opacity: .13; clip-path: polygon(30% 0,100% 0,100% 100%,0 100%); }
.page-hero--board .page-hero__inner, .page-hero--directory .page-hero__inner { position: relative; z-index: 1; }
.board-heading, .directory-heading { display: grid; grid-template-columns: 1.2fr .8fr; gap: 8vw; align-items: end; }
.board-heading h2, .directory-heading h2 { margin: 0; font-size: clamp(42px, 5vw, 67px); font-weight: 550; line-height: 1.07; letter-spacing: -.05em; }
.board-heading > p, .directory-heading > p { margin: 0 0 5px; color: var(--slate); font-size: 17px; line-height: 1.68; }
.directory-tools { min-height: 78px; display: grid; grid-template-columns: 1fr 260px auto; align-items: center; gap: 12px; margin-top: 55px; padding: 14px; background: #e6f3f7; border-top: 4px solid var(--blue); }
.directory-tools input, .directory-tools select { width: 100%; min-height: 47px; padding: 0 15px; color: var(--navy); background: white; border: 1px solid #c6d7dd; border-radius: 0; outline: none; }
.directory-tools input:focus, .directory-tools select:focus { border-color: var(--blue-deep); }
.directory-tools strong { min-width: 120px; color: var(--blue-deep); font: 700 11px var(--heading); text-align: center; }
.board-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 1px; margin-top: 22px; background: var(--line); border: 1px solid var(--line); }
.board-card { min-height: 265px; display: flex; flex-direction: column; padding: 24px; background: white; }
.board-card > div { display: flex; justify-content: space-between; color: #78909a; font: 800 8px var(--heading); letter-spacing: .12em; }
.board-card > div span { color: var(--blue-deep); }
.board-card h3 { margin: auto 0 12px; font-size: 19px; font-weight: 650; line-height: 1.24; letter-spacing: -.03em; text-transform: capitalize; }
.board-card > strong { color: var(--red); font: 800 8px var(--heading); letter-spacing: .1em; text-transform: uppercase; }
.board-card p { margin: 18px 0 0; padding-top: 14px; color: #425d69; border-top: 1px solid #e1e8eb; font-size: 12px; line-height: 1.55; }
.board-card em { color: #7b9098; font-style: normal; }
.directory-empty { grid-column: 1 / -1; padding: 45px; background: white; text-align: center; }

.member-directory { background: #f7fbfc; }
.member-table-wrap { max-height: 690px; margin-top: 20px; overflow: auto; background: white; border: 1px solid var(--line); }
.member-table { width: 100%; min-width: 920px; border-collapse: collapse; font-size: 12px; }
.member-table th { position: sticky; z-index: 2; top: 0; height: 48px; padding: 0 16px; color: #cce7f0; background: var(--navy); border-bottom: 3px solid var(--blue); font: 800 8px var(--heading); letter-spacing: .1em; text-align: left; text-transform: uppercase; }
.member-table td { padding: 13px 16px; color: #4b6470; border-bottom: 1px solid #e1e9ec; vertical-align: top; line-height: 1.4; }
.member-table tbody tr:nth-child(even) td { background: #f5fafb; }
.member-table tbody tr:hover td { background: #e9f6fa; }
.member-table td:first-child { min-width: 255px; color: var(--navy); }
.member-table td strong, .member-table td small { display: block; }
.member-table td strong { font: 700 12px var(--heading); }
.member-table td small { margin-top: 4px; color: #7c9098; font-size: 10px; }
.member-table td:nth-child(4) { min-width: 270px; }
.directory-note { display: grid; grid-template-columns: 75px 1fr auto; gap: 25px; align-items: center; margin-top: 20px; padding: 22px 25px; color: #bcd0d8; background: var(--navy); }
.directory-note span { color: var(--blue-bright); font: 800 8px var(--heading); letter-spacing: .14em; }
.directory-note p { margin: 0; font-size: 11px; line-height: 1.5; }
.directory-note a { color: white; font: 700 10px var(--heading); text-transform: uppercase; }

.member-access-section { background: #edf7fa; }
.member-access-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.member-access-card { min-height: 350px; display: flex; flex-direction: column; padding: 38px; color: white; background: var(--navy); border-top: 5px solid var(--gold); }
.member-access-card--directory { background: var(--blue-deep); border-color: var(--blue-bright); }
.member-access-card > span { color: #a9c5cf; font: 800 8px var(--heading); letter-spacing: .14em; }
.member-access-card h2 { max-width: 470px; margin: auto 0 18px; font-size: 38px; font-weight: 550; line-height: 1.08; letter-spacing: -.045em; }
.member-access-card p { max-width: 480px; margin: 0 0 30px; color: #bad3dc; font-size: 15px; line-height: 1.6; }
.member-access-card a { padding-top: 17px; color: white; border-top: 1px solid rgba(255,255,255,.25); font: 700 11px var(--heading); }
.member-activities { display: grid; grid-template-columns: .7fr 1.3fr; gap: 8vw; margin-top: 90px; }
.member-activities h2 { margin: 0; font-size: 44px; font-weight: 550; line-height: 1.1; letter-spacing: -.045em; }
.activity-columns { border-top: 1px solid var(--line); }
.activity-columns section { display: grid; grid-template-columns: 140px 1fr; gap: 25px; padding: 25px 0; border-bottom: 1px solid var(--line); }
.activity-columns h3 { margin: 0; color: var(--blue-deep); font-size: 14px; font-weight: 700; }
.activity-columns p { margin: 0; color: var(--slate); font-size: 14px; line-height: 1.65; }

.magazine-archive { margin-top: 105px; padding-top: 100px; border-top: 1px solid var(--line); }
.magazine-archive__heading { display: grid; grid-template-columns: 1.25fr .75fr; gap: 8vw; align-items: end; }
.magazine-archive__heading h2 { margin: 0; font-size: clamp(42px, 5vw, 64px); font-weight: 550; line-height: 1.08; letter-spacing: -.05em; }
.magazine-archive__heading > p { margin: 0 0 5px; color: var(--slate); font-size: 16px; line-height: 1.68; }
.magazine-archive__tools { display: grid; grid-template-columns: 1fr 230px auto; gap: 12px; align-items: center; margin-top: 55px; padding: 14px; background: var(--navy); border-top: 4px solid var(--blue); }
.magazine-archive__tools input, .magazine-archive__tools select { width: 100%; min-height: 45px; padding: 0 14px; color: var(--navy); background: white; border: 0; border-radius: 0; }
.magazine-archive__tools strong { min-width: 115px; color: var(--blue-bright); font: 700 10px var(--heading); text-align: center; }
.magazine-archive__grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1px; margin-top: 1px; background: var(--line); border: 1px solid var(--line); }
.magazine-archive__grid a { min-height: 168px; display: grid; grid-template-columns: 84px 1fr auto; grid-template-rows: auto auto; align-content: center; gap: 6px 16px; padding: 16px; background: white; transition: background .2s; }
.magazine-archive__grid a:hover { background: var(--blue-light); }
.magazine-archive__grid > .archive-year { grid-row: 1 / 3; align-self: stretch; display: grid; place-items: center; color: var(--blue-deep); background: #edf8fb; font: 700 13px var(--heading); }
.magazine-archive__grid a > img, .magazine-archive__preview { grid-row: 1 / 3; width: 84px; height: 136px; }
.magazine-archive__grid a > img { object-fit: cover; object-position: top; background: #e8f2f5; box-shadow: 5px 6px 0 rgba(7,31,49,.1); }
.magazine-archive__preview { position: relative; z-index: 0; display: flex; flex-direction: column; padding: 10px 9px; overflow: hidden; color: white; background: var(--blue-deep); box-shadow: 5px 6px 0 rgba(7,31,49,.1); font-family: var(--heading); }
.magazine-archive__preview::before { content: ""; position: absolute; z-index: -1; top: -31px; right: -27px; width: 88px; height: 88px; border: 1px solid rgba(255,255,255,.45); border-radius: 50%; box-shadow: 0 0 0 16px rgba(255,255,255,.1), 0 0 0 32px rgba(255,255,255,.05); }
.magazine-archive__preview span { font-size: 11px; font-weight: 800; letter-spacing: -.05em; }
.magazine-archive__preview b { margin-top: -2px; font-size: 6px; letter-spacing: .13em; }
.magazine-archive__preview strong { margin-top: auto; font-size: 18px; font-weight: 700; letter-spacing: -.05em; }
.magazine-archive__preview em { margin-top: 2px; color: rgba(255,255,255,.75); font-size: 7px; font-style: normal; letter-spacing: .08em; }
.magazine-archive__preview--aqua { background: #198f8a; }
.magazine-archive__preview--navy { background: var(--navy); }
.magazine-archive__preview--gold { color: var(--navy); background: var(--gold); }
.magazine-archive__preview--gold::before { border-color: rgba(7,31,49,.26); box-shadow: 0 0 0 16px rgba(7,31,49,.06), 0 0 0 32px rgba(7,31,49,.04); }
.magazine-archive__preview--gold em { color: rgba(7,31,49,.67); }
.magazine-archive__grid > a > strong { font: 650 14px var(--heading); }
.magazine-archive__grid > a > small { color: #748993; font-size: 11px; }
.magazine-archive__grid > a > i { grid-column: 3; grid-row: 1 / 3; align-self: center; color: var(--red); font-size: 10px; font-style: normal; }

.editorial-article__hero, .classified-detail__hero, .report-hero, .survey-hero { padding: 72px 0; color: white; background: linear-gradient(125deg, var(--blue-deep), var(--navy) 70%); }
.editorial-article__hero h1 { max-width: 1050px; margin: 0; font-size: clamp(50px, 6vw, 82px); font-weight: 550; line-height: 1.02; letter-spacing: -.058em; }
.editorial-article__hero > .container > p:last-child { max-width: 700px; margin: 30px 0 0; color: #c8e4ed; font-size: 18px; line-height: 1.6; }
.editorial-article__lead { position: relative; height: 620px; margin-top: -1px; overflow: hidden; background: #dde9ed; }
.editorial-article__lead img { width: 100%; height: 100%; object-fit: cover; }
.editorial-article__lead figcaption { position: absolute; right: 25px; bottom: 22px; padding: 12px 15px; color: var(--navy); background: rgba(255,255,255,.92); font: 800 8px var(--heading); letter-spacing: .13em; }
.editorial-article__body { display: grid; grid-template-columns: 250px 1fr; gap: 9vw; padding-top: 85px; padding-bottom: 110px; }
.editorial-article__body aside { align-self: start; display: flex; flex-direction: column; padding-top: 17px; border-top: 4px solid var(--blue); }
.editorial-article__body aside span { color: var(--blue-deep); font: 800 8px var(--heading); letter-spacing: .14em; }
.editorial-article__body aside strong { margin-top: 24px; font: 600 21px/1.4 var(--heading); }
.editorial-article__body aside a { margin-top: 45px; color: var(--slate); font-size: 12px; }
.editorial-article__body > div { max-width: 760px; }
.editorial-article__body > div > p { margin: 0 0 25px; color: #3d5864; font-size: 18px; line-height: 1.75; }
.editorial-article__body blockquote { margin: 45px 0; padding: 30px 0 30px 35px; color: var(--blue-deep); border-left: 5px solid var(--gold); font: 550 28px/1.45 var(--heading); letter-spacing: -.035em; }

.classified-detail__hero h1, .report-hero h1, .survey-hero h1 { max-width: 900px; margin: 0; font-size: clamp(56px, 7vw, 94px); font-weight: 550; line-height: .97; letter-spacing: -.06em; }
.classified-detail__hero > .container > p:last-child, .report-hero > .container > p, .survey-hero > .container > p:last-child { max-width: 690px; margin: 28px 0 0; color: #c8e4ed; font-size: 18px; line-height: 1.6; }
.classified-detail__layout { display: grid; grid-template-columns: 1.3fr .7fr; gap: 25px; padding-top: 80px; padding-bottom: 110px; }
.classified-detail__gallery { display: grid; gap: 15px; }
.classified-detail__gallery img { width: 100%; min-height: 320px; max-height: 520px; object-fit: cover; }
.classified-detail__layout aside { align-self: start; padding: 35px; color: white; background: var(--navy); border-top: 5px solid var(--gold); }
.classified-detail__layout aside > span { color: var(--gold); font: 800 8px var(--heading); letter-spacing: .14em; }
.classified-detail__layout dl { margin: 30px 0; }
.classified-detail__layout dl > div { display: grid; grid-template-columns: 105px 1fr; gap: 16px; padding: 15px 0; border-bottom: 1px solid #315064; }
.classified-detail__layout dt { color: #8fa8b3; font-size: 11px; }
.classified-detail__layout dd { margin: 0; font: 600 13px var(--heading); }
.classified-detail__layout .button { width: 100%; margin-top: 15px; }
.classified-detail__layout .text-link { margin-top: 25px; color: white; border-color: #436071; }

.survey-hero { padding-block: 68px; }
.survey-section { background: #edf7fa; }
.survey-form { max-width: 950px; }
.survey-form fieldset { margin: 0 0 20px; padding: 35px; background: white; border: 1px solid var(--line); border-top: 4px solid var(--blue); }
.survey-form fieldset:nth-child(2) { border-top-color: var(--aqua); }
.survey-form fieldset:nth-child(3) { border-top-color: var(--gold); }
.survey-form fieldset:nth-child(4) { border-top-color: var(--red); }
.survey-form legend { padding: 0 15px 0 0; font: 650 21px var(--heading); letter-spacing: -.025em; }
.survey-form legend span { margin-right: 16px; color: var(--blue-deep); font-size: 10px; letter-spacing: .13em; }
.survey-rating-grid, .survey-check-grid { display: grid; gap: 16px; margin-top: 20px; }
.survey-check-grid { grid-template-columns: 1fr 1fr; }
.survey-form label { display: grid; gap: 7px; color: #435d68; font-size: 13px; }
.survey-form select, .survey-form textarea { width: 100%; padding: 12px; color: var(--navy); background: #f8fbfc; border: 1px solid #c9d7dc; border-radius: 0; resize: vertical; }
.survey-form .button { border: 0; cursor: pointer; }

.home-brief { color: white; background: var(--navy); border-top: 4px solid var(--gold); }
.home-brief__grid { min-height: 230px; display: grid; grid-template-columns: 1fr .8fr auto; gap: 6vw; align-items: center; }
.home-brief h2 { margin: 0; font-size: 45px; font-weight: 550; letter-spacing: -.045em; }
.home-brief__grid > p { color: #b8ced7; font-size: 16px; line-height: 1.65; }
.home-brief__grid > a { min-height: 55px; display: flex; align-items: center; gap: 30px; padding: 0 20px; color: var(--navy); background: var(--gold); font: 700 11px var(--heading); text-transform: uppercase; }
.report-hero > .container > div { display: flex; align-items: center; gap: 28px; margin-top: 38px; }
.report-summary { background: #f4fafc; }
.report-summary__heading { max-width: 900px; }
.report-summary__heading h2 { margin: 0; font-size: clamp(42px, 5vw, 66px); font-weight: 550; line-height: 1.07; letter-spacing: -.05em; }
.report-summary__heading > p { max-width: 720px; margin: 28px 0 0; color: var(--slate); font-size: 17px; line-height: 1.7; }
.report-key-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1px; margin-top: 65px; background: var(--line); border: 1px solid var(--line); }
.report-key-grid article { min-height: 240px; display: flex; flex-direction: column; padding: 25px; background: white; }
.report-key-grid span { color: var(--blue-deep); font: 800 9px var(--heading); letter-spacing: .13em; }
.report-key-grid h3 { margin: auto 0 13px; font-size: 23px; font-weight: 600; }
.report-key-grid p { margin: 0; color: var(--slate); font-size: 13px; line-height: 1.6; }
.report-reader { padding: 80px 0; color: white; background: var(--navy); }
.report-reader .container > div { display: flex; justify-content: space-between; margin-bottom: 20px; color: #a9bdc6; font: 700 9px var(--heading); letter-spacing: .12em; }
.report-reader iframe { width: 100%; height: 850px; background: white; border: 0; }

@media (max-width: 1020px) {
  .board-grid { grid-template-columns: repeat(3, 1fr); }
  .magazine-archive__grid { grid-template-columns: 1fr 1fr; }
  .editorial-article__lead { height: 520px; }
}

@media (max-width: 780px) {
  .board-heading, .directory-heading, .member-activities, .magazine-archive__heading, .editorial-article__body, .classified-detail__layout { grid-template-columns: 1fr; gap: 32px; }
  .directory-tools, .magazine-archive__tools { grid-template-columns: 1fr; }
  .directory-tools strong, .magazine-archive__tools strong { padding: 8px; }
  .board-grid { grid-template-columns: 1fr; }
  .board-card { min-height: 220px; }
  .directory-note { grid-template-columns: 1fr; gap: 12px; }
  .member-access-grid { grid-template-columns: 1fr; }
  .member-access-card { min-height: 310px; padding: 30px; }
  .member-activities { margin-top: 65px; }
  .activity-columns section { grid-template-columns: 1fr; gap: 10px; }
  .magazine-archive { margin-top: 75px; padding-top: 75px; }
  .magazine-archive__grid { grid-template-columns: 1fr; }
  .editorial-article__hero, .classified-detail__hero, .report-hero, .survey-hero { padding-block: 56px; }
  .editorial-article__hero h1 { font-size: 46px; }
  .editorial-article__lead { width: 100%; height: 360px; }
  .editorial-article__body { padding-top: 55px; }
  .editorial-article__body aside a { margin-top: 25px; }
  .editorial-article__body > div > p { font-size: 16px; }
  .editorial-article__body blockquote { font-size: 23px; }
  .classified-detail__hero h1, .report-hero h1, .survey-hero h1 { font-size: 48px; }
  .classified-detail__layout { padding-top: 50px; }
  .survey-check-grid { grid-template-columns: 1fr; }
  .survey-form fieldset { padding: 26px 20px; }
  .home-brief__grid { min-height: 360px; grid-template-columns: 1fr; gap: 20px; align-content: center; padding-block: 55px; }
  .home-brief__grid > p { margin: 0; }
  .home-brief__grid > a { justify-content: space-between; }
  .report-hero > .container > div { align-items: flex-start; flex-direction: column; }
  .report-key-grid { grid-template-columns: 1fr; }
  .report-key-grid article { min-height: 200px; }
  .report-reader iframe { height: 620px; }
}

@media (max-width: 440px) {
  .magazine-archive__grid a { grid-template-columns: 55px 1fr; }
  .magazine-archive__grid i { grid-column: 2; grid-row: 3; }
  .editorial-article__lead { height: 300px; }
  .classified-detail__gallery img { min-height: 220px; }
}

/* One clear page header: compact introductions below each hero */
.content-intro { display: grid; grid-template-columns: .72fr 1.28fr; gap: 6vw; align-items: end; padding-bottom: 25px; border-bottom: 1px solid var(--line); }
.content-intro > div { display: grid; grid-template-columns: 1fr; }
.content-intro h2,
.members-heading.content-intro h2,
.informa-heading.content-intro h2,
.board-heading.content-intro h2,
.directory-heading.content-intro h2,
.report-summary__heading.content-intro h2 { margin: 0; font-size: clamp(27px, 3vw, 36px); font-weight: 600; line-height: 1.16; letter-spacing: -.04em; }
.content-intro > p,
.members-heading.content-intro > p,
.informa-heading.content-intro > p,
.board-heading.content-intro > p,
.directory-heading.content-intro > p,
.report-summary__heading.content-intro > p { max-width: 650px; margin: 0 0 3px; color: var(--slate); font-size: 15px; line-height: 1.65; }
.data-section { padding-top: 68px; }
.data-intro--compact { grid-template-columns: .72fr 1.28fr; gap: 6vw; margin-bottom: 28px; padding-bottom: 23px; border-bottom: 1px solid #365264; }
.data-intro--compact h2 { margin: 0; font-size: clamp(25px, 2.8vw, 34px); font-weight: 600; line-height: 1.18; letter-spacing: -.04em; }
.data-intro--compact > p { max-width: 620px; color: #b9ccd5; font-size: 14px; }
.inst-identity__intro h2 { font-size: clamp(36px, 4.2vw, 53px); }
.report-summary__heading.content-intro { max-width: none; }

@media (max-width: 780px) {
  .content-intro, .data-intro--compact { grid-template-columns: 1fr; gap: 16px; }
  .content-intro { padding-bottom: 20px; }
  .content-intro h2,
  .members-heading.content-intro h2,
  .informa-heading.content-intro h2,
  .board-heading.content-intro h2,
  .directory-heading.content-intro h2,
  .report-summary__heading.content-intro h2 { font-size: 28px; }
  .data-section { padding-top: 52px; }
  .data-intro--compact { margin-bottom: 24px; }
  .data-intro--compact h2 { font-size: 27px; }
  .inst-identity__intro h2 { font-size: 40px; }
}

/* CAPIA Informa — immersive, tactile reader */
.magazine-reader {
  width: min(calc(100vw - 32px), 1500px);
  max-width: none;
  margin-left: 50%;
  transform: translateX(-50%);
  border-top-width: 4px;
  box-shadow: 0 32px 90px rgba(7,31,49,.24);
}
.reader-toolbar { min-height: 70px; padding: 11px 25px 11px 30px; }
.book-stage {
  min-height: clamp(720px, 75vw, 920px);
  padding: 22px 72px 28px;
  background:
    radial-gradient(ellipse at 50% 46%, rgba(59,117,145,.36), transparent 45%),
    linear-gradient(145deg, #102f43, #061925 66%);
  cursor: default;
}
.book-stage::before { right: 10%; bottom: 13px; left: 10%; height: 42px; filter: blur(22px); }
.book-stage.is-grabbing, .book-stage.is-grabbing * { cursor: grabbing !important; }
.book {
  width: min(100%, 1260px);
  touch-action: pan-y;
  cursor: grab;
  transform-style: preserve-3d;
}
.book-page { backface-visibility: hidden; user-select: none; }
.book-page img { pointer-events: none; user-select: none; -webkit-user-drag: none; }
.book.is-cover .book-page--right { width: 50%; min-width: 390px; max-width: 630px; }
.book.is-peeking-next .book-page--right {
  transform: perspective(1800px) rotateY(calc(var(--peek, 0) * -7deg)) translateX(calc(var(--peek, 0) * -3px));
  filter: brightness(calc(1 - var(--peek, 0) * .05));
}
.book.is-peeking-prev .book-page--left {
  transform: perspective(1800px) rotateY(calc(var(--peek, 0) * 7deg)) translateX(calc(var(--peek, 0) * 3px));
  filter: brightness(calc(1 - var(--peek, 0) * .05));
}
.book-page::before {
  content: "";
  position: absolute;
  z-index: 4;
  bottom: 0;
  width: 0;
  height: 0;
  pointer-events: none;
  opacity: 0;
  filter: drop-shadow(0 3px 4px rgba(0,0,0,.25));
  transition: border-width .15s ease, opacity .15s ease;
}
.book-page--right::before { right: 0; border-style: solid; border-width: 0 0 0 0; border-color: transparent transparent #d9e2e5 transparent; }
.book-page--left::before { left: 0; border-style: solid; border-width: 0 0 0 0; border-color: transparent transparent transparent #d9e2e5; }
.book.is-peeking-next .book-page--right::before { border-width: 0 0 calc(16px + var(--peek) * 34px) calc(16px + var(--peek) * 34px); opacity: calc(.35 + var(--peek) * .65); }
.book.is-peeking-prev .book-page--left::before { border-width: 0 calc(16px + var(--peek) * 34px) calc(16px + var(--peek) * 34px) 0; opacity: calc(.35 + var(--peek) * .65); }
.page-turn-leaf {
  --turn-progress: 0;
  --fold-strength: 0;
  position: absolute;
  z-index: 12;
  transform-style: preserve-3d;
  will-change: transform;
  pointer-events: none;
}
.page-turn-leaf[hidden] { display: none; }
.page-turn-leaf.is-next { transform-origin: left center; }
.page-turn-leaf.is-prev { transform-origin: right center; }
.page-turn-face {
  position: absolute;
  inset: 0;
  overflow: hidden;
  background: white;
  backface-visibility: hidden;
}
.page-turn-face img { width: 100%; height: 100%; display: block; object-fit: contain; background: white; }
.page-turn-face--front::after, .page-turn-face--back::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
}
.page-turn-face--front::after { background: linear-gradient(90deg, rgba(3,18,27,calc(var(--fold-strength) * .48)), transparent 33%, rgba(255,255,255,calc(var(--fold-strength) * .28)) 88%, rgba(3,18,27,calc(var(--fold-strength) * .38))); }
.page-turn-face--back { transform: rotateY(180deg); }
.page-turn-face--back::after { background: linear-gradient(90deg, rgba(3,18,27,calc(var(--fold-strength) * .52)), transparent 38%, rgba(255,255,255,calc(var(--fold-strength) * .22))); }
.page-turn-leaf.is-prev .page-turn-face--front::after,
.page-turn-leaf.is-prev .page-turn-face--back::after { transform: scaleX(-1); }
.page-turn-fold {
  position: absolute;
  z-index: 3;
  top: 0;
  bottom: 0;
  width: 17%;
  opacity: var(--fold-strength);
  background: linear-gradient(90deg, transparent, rgba(255,255,255,.62) 42%, rgba(6,25,37,.34) 72%, transparent);
  filter: blur(3px);
}
.page-turn-leaf.is-next .page-turn-fold { right: -4%; }
.page-turn-leaf.is-prev .page-turn-fold { left: -4%; transform: scaleX(-1); }
.book.is-page-dragging .book-page { transition: none; }
.book.is-page-dragging .book-spine { z-index: 14; opacity: calc(1 - var(--fold-strength, 0)); }
.reader-navigation { min-height: 58px; }
.thumbnail-rail { gap: 7px; padding-block: 10px 11px; }
.thumbnail-rail button { flex-basis: 49px; height: 69px; }
.reader-hint { padding-bottom: 11px; color: #91a8b3; }
.magazine-reader.is-expanded { transform: none; }
.magazine-reader.is-expanded .book { width: min(100%, 1340px); }

@media (max-width: 1020px) {
  .book-stage { min-height: 680px; padding: 22px 58px 26px; }
  .book.is-cover .book-page--right { min-width: 330px; }
}

@media (max-width: 780px) {
  .magazine-reader { width: calc(100vw - 16px); }
  .reader-toolbar { padding: 14px 16px; }
  .book-stage { min-height: 625px; padding: 22px 48px 27px; }
  .book.is-mobile { width: min(100%, 410px); }
  .book.is-mobile .book-page--right { max-width: none; }
  .thumbnail-rail { padding-inline: 11px; }
}

@media (max-width: 410px) {
  .book-stage { min-height: 520px; padding: 18px 43px 22px; }
}

/* DATALOGIA — partner signature for CAPIA Data */
.datalogia-signature {
  padding: 82px 0;
  overflow: hidden;
  background: #eef5f4;
}
.datalogia-banner {
  position: relative;
  min-height: 485px;
  display: grid;
  grid-template-columns: 1.18fr .82fr;
  overflow: hidden;
  color: white;
  background: #073f43;
  box-shadow: 0 28px 75px rgba(4,48,51,.22);
  isolation: isolate;
}
.datalogia-banner::before {
  content: "";
  position: absolute;
  z-index: 2;
  inset: 0;
  pointer-events: none;
  border: 1px solid rgba(151,224,200,.28);
}
.datalogia-banner::after {
  content: "";
  position: absolute;
  z-index: 0;
  top: -170px;
  left: -130px;
  width: 500px;
  height: 500px;
  border: 1px solid rgba(125,211,183,.13);
  border-radius: 50%;
  box-shadow: 0 0 0 65px rgba(125,211,183,.035), 0 0 0 130px rgba(125,211,183,.025);
}
.datalogia-banner__copy {
  position: relative;
  z-index: 3;
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  padding: 64px 68px 76px;
  background:
    linear-gradient(120deg, rgba(4,52,55,.98), rgba(4,77,79,.94)),
    repeating-linear-gradient(90deg, transparent 0 79px, rgba(255,255,255,.03) 79px 80px);
}
.datalogia-banner__kicker {
  display: flex;
  align-items: center;
  gap: 11px;
  margin: 0 0 30px;
  color: #a5ddca;
  font-family: var(--heading);
  font-size: 8px;
  font-weight: 800;
  letter-spacing: .15em;
}
.datalogia-banner__kicker span {
  width: 7px;
  height: 7px;
  background: #7dd3b7;
  border-radius: 50%;
  box-shadow: 0 0 0 6px rgba(125,211,183,.13), 0 0 18px rgba(125,211,183,.8);
}
.datalogia-banner h2 {
  max-width: 690px;
  margin: 0;
  font-family: var(--heading);
  font-size: clamp(38px, 4.15vw, 58px);
  font-weight: 550;
  line-height: 1.02;
  letter-spacing: -.055em;
}
.datalogia-banner__lead {
  max-width: 650px;
  margin: 28px 0 25px;
  color: #c4dbd7;
  font-size: 16px;
  line-height: 1.65;
}
.datalogia-banner__services {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 35px;
}
.datalogia-banner__services span {
  padding: 8px 11px;
  color: #cce8df;
  border: 1px solid rgba(159,221,201,.28);
  background: rgba(161,224,204,.06);
  font-family: var(--heading);
  font-size: 8px;
  font-weight: 700;
  letter-spacing: .06em;
  text-transform: uppercase;
}
.datalogia-banner__cta {
  min-width: 320px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  margin-top: auto;
  padding: 16px 18px;
  color: #083e41;
  background: #89d5bd;
  transition: background .25s ease, transform .25s ease, box-shadow .25s ease;
}
.datalogia-banner__cta strong {
  font-family: var(--heading);
  font-size: 10px;
  font-weight: 800;
  letter-spacing: .035em;
  text-transform: uppercase;
}
.datalogia-banner__cta i { font-size: 20px; font-style: normal; transition: transform .25s ease; }
.datalogia-banner__visual {
  position: relative;
  z-index: 1;
  min-width: 0;
  overflow: hidden;
  background: #077b82;
}
.datalogia-banner__visual::before {
  content: "";
  position: absolute;
  z-index: 2;
  inset: 0;
  background: linear-gradient(90deg, #064f52 0, transparent 23%), linear-gradient(0deg, rgba(3,48,51,.7), transparent 48%);
  pointer-events: none;
}
.datalogia-banner__visual::after {
  content: "";
  position: absolute;
  z-index: 3;
  top: 0;
  bottom: 0;
  left: 0;
  width: 1px;
  background: rgba(151,224,200,.28);
}
.datalogia-banner__visual img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  object-position: right center;
  filter: saturate(.92) contrast(1.03);
  transition: transform .7s cubic-bezier(.2,.75,.2,1), filter .4s ease;
}
.datalogia-banner__mobile-logo { display: none; }
.datalogia-banner__stamp {
  position: absolute;
  z-index: 4;
  right: 28px;
  bottom: 43px;
  padding: 15px 18px;
  color: #d3ebe3;
  background: rgba(3,49,52,.82);
  border-left: 3px solid #89d5bd;
  backdrop-filter: blur(8px);
}
.datalogia-banner__stamp span { display: block; font-family: var(--heading); font-size: 7px; letter-spacing: .13em; }
.datalogia-banner__stamp strong { display: block; margin-top: 6px; font-family: var(--heading); font-size: 15px; letter-spacing: .03em; }
.datalogia-banner__signature {
  position: absolute;
  z-index: 5;
  right: 28px;
  bottom: 15px;
  margin: 0;
  color: rgba(214,239,231,.66);
  font-family: var(--heading);
  font-size: 7px;
  font-weight: 700;
  letter-spacing: .11em;
  text-transform: uppercase;
}
.datalogia-banner:hover .datalogia-banner__visual img { transform: scale(1.035); filter: saturate(1.02) contrast(1.05); }
.datalogia-banner:hover .datalogia-banner__cta { background: #a3e4cf; transform: translateY(-2px); box-shadow: 0 16px 28px rgba(1,34,36,.22); }
.datalogia-banner:hover .datalogia-banner__cta i { transform: translate(3px,-3px); }
.datalogia-banner:focus-visible { outline: 4px solid var(--gold); outline-offset: 5px; }

@media (max-width: 900px) {
  .datalogia-signature { padding: 60px 0; }
  .datalogia-banner { grid-template-columns: 1fr; }
  .datalogia-banner__copy { padding: 50px 45px 55px; }
  .datalogia-banner__visual { min-height: 360px; }
  .datalogia-banner__visual img { object-position: right center; }
  .datalogia-banner__signature { right: auto; bottom: 14px; left: 45px; }
}

@media (max-width: 560px) {
  .datalogia-signature { padding: 38px 0; }
  .datalogia-signature .container { width: calc(100% - 20px); }
  .datalogia-banner__copy { padding: 39px 25px 48px; }
  .datalogia-banner h2 { font-size: 34px; }
  .datalogia-banner__lead { font-size: 14px; }
  .datalogia-banner__cta { width: 100%; min-width: 0; gap: 15px; }
  .datalogia-banner__visual {
    min-height: 250px;
    background:
      radial-gradient(circle at 83% 18%, rgba(160,228,206,.28), transparent 22%),
      radial-gradient(circle at 12% 92%, rgba(113,202,182,.18), transparent 31%),
      #087d83;
  }
  .datalogia-banner__visual img { display: none; }
  .datalogia-banner__mobile-logo {
    position: absolute;
    z-index: 4;
    top: 45px;
    left: 50%;
    display: flex;
    align-items: baseline;
    color: white;
    font-family: var(--heading);
    font-size: 31px;
    letter-spacing: .015em;
    transform: translateX(-50%);
  }
  .datalogia-banner__mobile-logo::before {
    content: "";
    position: absolute;
    top: -29px;
    left: 50%;
    width: 18px;
    height: 18px;
    border: 1px solid #9be0ca;
    border-radius: 50%;
    box-shadow: 0 0 0 7px rgba(155,224,202,.12), inset 0 0 10px rgba(190,255,235,.9);
    transform: translateX(-50%);
  }
  .datalogia-banner__mobile-logo b { font-weight: 800; }
  .datalogia-banner__mobile-logo span { color: #95d8c1; font-weight: 400; }
  .datalogia-banner__stamp { right: 18px; bottom: 38px; }
  .datalogia-banner__signature { left: 25px; font-size: 6px; letter-spacing: .07em; }
}

/* Refined DATALOGIA authorship strip */
.datalogia-signature { padding: 36px 0; background: #edf4f3; }
.datalogia-signature .container { width: min(calc(100% - 48px), 1420px); max-width: none; }
.datalogia-credit {
  position: relative;
  min-height: 260px;
  display: grid;
  grid-template-columns: 420px minmax(0,1fr) 350px;
  overflow: hidden;
  color: white;
  background: #06494c;
  border: 1px solid rgba(6,91,94,.14);
  border-radius: 12px;
  box-shadow: 0 24px 65px rgba(5,58,61,.16);
  transition: transform .3s ease, box-shadow .3s ease;
}
.datalogia-credit::before {
  content: "";
  position: absolute;
  z-index: 7;
  top: 0;
  right: 0;
  left: 0;
  height: 4px;
  background: linear-gradient(90deg, #32babf, #80d9bd 56%, #d3eee4);
}
.datalogia-credit__brand {
  position: relative;
  z-index: 2;
  display: flex;
  justify-content: center;
  flex-direction: column;
  padding: 28px 38px;
  color: #123638;
  background: #f4f1e7;
}
.datalogia-credit__brand::after {
  content: "";
  position: absolute;
  top: 32px;
  right: -1px;
  bottom: 32px;
  width: 1px;
  background: linear-gradient(transparent, rgba(9,86,89,.23), transparent);
}
.datalogia-credit__brand > p,
.datalogia-credit__offer > span {
  margin: 0 0 12px;
  color: #168f94;
  font-family: var(--heading);
  font-size: 8px;
  font-weight: 800;
  letter-spacing: .15em;
  text-transform: uppercase;
}
.datalogia-credit__brand h2 {
  margin: 0 0 16px;
  color: #213f40;
  font-family: var(--heading);
  font-size: 20px;
  font-weight: 600;
  line-height: 1.3;
  letter-spacing: -.025em;
}
.datalogia-credit__brand img {
  width: 340px;
  max-width: 100%;
  height: auto;
  display: block;
  clip-path: inset(0 0 3px 0);
}
.datalogia-credit__offer {
  position: relative;
  display: flex;
  justify-content: center;
  flex-direction: column;
  padding: 26px 43px;
  background:
    linear-gradient(rgba(125,211,183,.035) 1px, transparent 1px),
    linear-gradient(90deg, rgba(125,211,183,.035) 1px, transparent 1px),
    radial-gradient(circle at 95% 0, rgba(129,218,189,.16), transparent 36%),
    #06494c;
  background-size: 34px 34px, 34px 34px, auto, auto;
}
.datalogia-credit__offer > span { margin-bottom: 10px; color: #72cdb2; }
.datalogia-credit__offer > p {
  max-width: 570px;
  margin: 0 0 18px;
  color: #e2eeec;
  font-size: 16px;
  line-height: 1.58;
}
.datalogia-credit__offer ul {
  display: grid;
  grid-template-columns: repeat(2,minmax(0,1fr));
  margin: 0;
  padding: 0;
  list-style: none;
  border-top: 1px solid rgba(171,224,207,.17);
}
.datalogia-credit__offer li {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 10px 9px 9px 0;
  color: #bce2d7;
  border-bottom: 1px solid rgba(171,224,207,.17);
  font-family: var(--heading);
  font-size: 10px;
  font-weight: 700;
  letter-spacing: .035em;
  text-transform: uppercase;
}
.datalogia-credit__offer li:nth-child(odd) { border-right: 1px solid rgba(171,224,207,.17); }
.datalogia-credit__offer li:nth-child(even) { padding-left: 17px; }
.datalogia-credit__offer li b { color: #69ccb0; font-size: 8px; letter-spacing: .08em; }
.datalogia-credit__action {
  position: relative;
  z-index: 2;
  display: flex;
  justify-content: center;
  flex-direction: column;
  padding: 28px 40px;
  overflow: hidden;
  color: #073f42;
  background: linear-gradient(145deg, #d9f0e8, #90d9c1 78%);
}
.datalogia-credit__action::before,
.datalogia-credit__action::after {
  content: "";
  position: absolute;
  z-index: -1;
  border: 1px solid rgba(7,83,85,.13);
  border-radius: 50%;
}
.datalogia-credit__action::before { width: 210px; height: 210px; top: -125px; right: -92px; box-shadow: 0 0 0 28px rgba(7,83,85,.035); }
.datalogia-credit__action::after { width: 110px; height: 110px; right: -45px; bottom: -62px; }
.datalogia-credit__action > span {
  max-width: 220px;
  margin-bottom: 10px;
  color: #426768;
  font-size: 13px;
  line-height: 1.45;
}
.datalogia-credit__action > strong {
  max-width: 250px;
  font-family: var(--heading);
  font-size: 22px;
  font-weight: 750;
  line-height: 1.28;
  letter-spacing: -.02em;
}
.datalogia-credit__action > div {
  width: fit-content;
  display: flex;
  align-items: center;
  gap: 20px;
  margin-top: 18px;
  padding-bottom: 5px;
  border-bottom: 1px solid rgba(7,63,66,.42);
  font-family: var(--heading);
  font-size: 9px;
  font-weight: 800;
  letter-spacing: .08em;
  text-transform: uppercase;
}
.datalogia-credit__action i { font-size: 16px; font-style: normal; transition: transform .25s ease; }
.datalogia-credit:hover { transform: translateY(-4px); box-shadow: 0 31px 72px rgba(5,58,61,.22); }
.datalogia-credit:hover .datalogia-credit__action i { transform: translate(4px,-4px); }
.datalogia-credit:focus-visible { outline: 4px solid var(--gold); outline-offset: 5px; }

@media (max-width: 1030px) {
  .datalogia-credit { grid-template-columns: 320px 1fr; }
  .datalogia-credit__action { grid-column: 1 / -1; min-height: 145px; padding: 28px 37px; }
  .datalogia-credit__action > span { margin-bottom: 7px; }
  .datalogia-credit__action > strong { max-width: 680px; }
  .datalogia-credit__action > div { margin-top: 16px; }
}

@media (max-width: 700px) {
  .datalogia-signature { padding: 32px 0; }
  .datalogia-signature .container { width: calc(100% - 20px); }
  .datalogia-credit { grid-template-columns: 1fr; border-radius: 9px; }
  .datalogia-credit__brand { padding: 30px 25px 27px; }
  .datalogia-credit__brand::after { top: auto; right: 25px; bottom: 0; left: 25px; width: auto; height: 1px; }
  .datalogia-credit__brand h2 { margin-bottom: 14px; }
  .datalogia-credit__brand img { width: 270px; }
  .datalogia-credit__offer { padding: 29px 25px; }
  .datalogia-credit__offer ul { grid-template-columns: 1fr; }
  .datalogia-credit__offer li:nth-child(odd) { border-right: 0; }
  .datalogia-credit__offer li:nth-child(even) { padding-left: 0; }
  .datalogia-credit__action { grid-column: auto; min-height: 205px; padding: 29px 56px 29px 25px; }
}

/* CAPIA Informa: compact, brand-led header and legible archive covers. */
@media (max-width: 780px) {
  .page-hero--magazine .page-hero__inner { min-height: 220px; padding-top: 26px; padding-bottom: 26px; }
  .menu-button { background: var(--blue); border-left-color: rgba(255,255,255,.32); }
  .menu-button span:not(.sr-only) { background: white; }
}

@media (max-width: 440px) {
  .magazine-archive__grid a { min-height: 142px; grid-template-columns: 68px 1fr; }
  .magazine-archive__grid a > img, .magazine-archive__preview { width: 68px; height: 110px; }
  .magazine-archive__grid > a > i { grid-column: 2; grid-row: 3; }
}

/* Unified footer: one content area, then a compact legal and utility close. */
@media (max-width: 1020px) {
  .footer-main { grid-template-columns: 1.15fr .8fr .9fr; }
  .footer-location { display: grid; grid-column: 1 / -1; grid-template-columns: .8fr 1.2fr; column-gap: 42px; margin-top: 6px; }
  .footer-location h3, .footer-location address, .footer-location > div { grid-column: 1; }
  .footer-location h3 { grid-row: 1; }
  .footer-location address { grid-row: 2; }
  .footer-location > div { grid-row: 3; }
  .footer-location .footer-map { grid-column: 2; grid-row: 1 / 4; height: 190px; margin-top: 0; }
  .news-magazines__grid { grid-template-columns: repeat(3, 1fr); }
}

@media (max-width: 780px) {
  .footer-main { grid-template-columns: 1fr 1fr; gap: 38px 30px; }
  .footer-brand { grid-column: 1 / -1; }
  .footer-location { grid-column: 1 / -1; }
  .footer-legal-row { align-items: flex-start; flex-direction: column; gap: 12px; padding: 18px 0; }
}

@media (max-width: 560px) {
  .footer-main { grid-template-columns: 1fr; gap: 30px; padding-top: 44px; }
  .footer-brand { grid-column: auto; }
  .footer-location { grid-template-columns: 1fr; gap: 0; }
  .footer-location h3, .footer-location address, .footer-location > div, .footer-location .footer-map { grid-column: auto; grid-row: auto; }
  .footer-location .footer-map { height: 220px; margin-top: 18px; }
}

@media (max-width: 780px) {
  .news-magazines { margin-top: 54px; padding: 26px 20px; }
  .news-magazines__heading { align-items: flex-start; flex-direction: column; gap: 18px; }
  .news-magazines__grid { grid-template-columns: 1fr; gap: 12px; }
  .news-magazines__grid > a { grid-template-columns: 92px 1fr; }
}

/* Interactive Datalogia partner banner for the CAPIA Data page. */
.datalogia-signature { padding: 48px 0; background: #edf4f3; }
.datalogia-interactive { display: grid; grid-template-columns: 500px minmax(0, 1fr) 350px; min-height: 236px; overflow: hidden; color: white; background: #062e45; border-top: 4px solid #10b9de; box-shadow: 0 22px 55px rgba(6,43,58,.16); }
.datalogia-interactive__brand { position: relative; display: flex; justify-content: center; flex-direction: column; padding: 20px 40px; color: #092d44; background: #f4f1e7; }
.datalogia-interactive__brand > p { margin: 0 0 13px; color: #008fad; font-family: var(--heading); font-size: 8px; font-weight: 800; letter-spacing: .16em; }
.datalogia-interactive__brand > p::after { width: 64px; height: 1px; display: inline-block; margin: 0 0 3px 16px; background: #38bdcc; content: ""; }
.datalogia-interactive__logo { width: 100%; max-width: 420px; position: relative; display: block; }
.datalogia-interactive__logo img { width: 100%; height: auto; display: block; }
.datalogia-interactive__orb { width: 64px; height: 64px; position: absolute; top: 20px; left: 20px; display: block; overflow: hidden; background: #f4f1e7 url("assets/datalogia-logo.png") -20px -20px / 420px auto no-repeat; border-radius: 50%; transform-origin: center; }
.datalogia-interactive__orb::before, .datalogia-interactive__orb::after { display: none; }
.datalogia-interactive__tagline { margin-top: 13px; padding-top: 11px; border-top: 1px solid #bfd1d2; color: #46606c; font-family: var(--heading); font-size: 8px; font-weight: 800; letter-spacing: .13em; text-transform: uppercase; }
.datalogia-interactive__work { min-width: 0; display: flex; flex-direction: column; background-image: linear-gradient(rgba(83,184,201,.06) 1px, transparent 1px), linear-gradient(90deg, rgba(83,184,201,.06) 1px, transparent 1px); background-size: 64px 64px; }
.datalogia-interactive__work-head { min-height: 72px; display: flex; align-items: center; justify-content: space-between; gap: 22px; padding: 15px 28px; border-bottom: 1px solid rgba(154,224,232,.16); }
.datalogia-interactive__work-head > div { display: flex; align-items: center; gap: 16px; }
.datalogia-interactive__work-head > div > span { width: 26px; height: 3px; display: block; background: #46e2f2; }
.datalogia-interactive__work h3 { margin: 0; color: #f1f8f8; font-family: var(--heading); font-size: 18px; font-weight: 500; letter-spacing: -.025em; }
.datalogia-interactive__work-head small { color: #a9c2ca; font-family: var(--heading); font-size: 7px; font-weight: 800; letter-spacing: .13em; white-space: nowrap; }
.datalogia-interactive__services { min-height: 0; flex: 1; display: grid; grid-template-columns: repeat(4, minmax(0,1fr)); }
.datalogia-interactive__service { min-width: 0; position: relative; display: grid; grid-template-rows: auto auto 1fr auto; align-content: start; padding: 12px 20px; color: white; border-right: 1px solid rgba(154,224,232,.16); transition: background .25s ease; }
.datalogia-interactive__service:last-child { border-right: 0; }
.datalogia-interactive__service:hover { background: rgba(29,171,192,.12); }
.datalogia-interactive__service:focus-visible { z-index: 1; outline: 3px solid #46e2f2; outline-offset: -3px; }
.datalogia-interactive__number { color: #48ddec; font-family: var(--heading); font-size: 8px; font-weight: 800; letter-spacing: .12em; }
.datalogia-interactive__service > strong { margin-top: 7px; color: #f5fafb; font-family: var(--heading); font-size: 12px; font-weight: 700; line-height: 1.1; text-transform: uppercase; }
.datalogia-interactive__service > small { max-width: 130px; margin-top: 7px; color: #c2d9df; font-family: var(--heading); font-size: 7px; font-weight: 700; letter-spacing: .11em; line-height: 1.45; text-transform: uppercase; }
.datalogia-interactive__service > b { position: absolute; right: 17px; bottom: 11px; color: #46e2f2; font-size: 20px; font-weight: 400; line-height: 1; transition: transform .24s ease; }
.datalogia-interactive__service:hover > b { transform: translateX(5px); }
.datalogia-interactive__viz { min-height: 40px; position: relative; display: flex; align-items: end; gap: 7px; margin-top: 9px; }
.datalogia-interactive__viz--bars i { width: 8px; display: block; background: #1b7990; transform-origin: bottom; transition: height .3s ease, background .3s ease; }
.datalogia-interactive__viz--bars i:nth-child(1) { height: 19px; }.datalogia-interactive__viz--bars i:nth-child(2) { height: 31px; }.datalogia-interactive__viz--bars i:nth-child(3) { height: 25px; }.datalogia-interactive__viz--bars i:nth-child(4) { height: 42px; background: #46e2f2; }.datalogia-interactive__viz--bars i:nth-child(5) { height: 35px; }
.datalogia-interactive__service:hover .datalogia-interactive__viz--bars i { height: 47px; background: #46e2f2; }.datalogia-interactive__service:hover .datalogia-interactive__viz--bars i:nth-child(2) { height: 25px; }.datalogia-interactive__service:hover .datalogia-interactive__viz--bars i:nth-child(4) { height: 35px; background: #ff7963; }
.datalogia-interactive__viz--nodes { align-items: center; justify-content: center; gap: 0; }.datalogia-interactive__viz--nodes::before, .datalogia-interactive__viz--nodes::after { width: 30px; height: 1px; background: #46e2f2; content: ""; }.datalogia-interactive__viz--nodes i { width: 14px; height: 14px; position: relative; z-index: 1; display: block; margin: 0 3px; border: 1px solid #51cbd9; background: #09384f; transition: transform .25s ease, background .25s ease; }.datalogia-interactive__viz--nodes i:nth-child(2) { width: 18px; height: 18px; background: #46e2f2; }.datalogia-interactive__service:hover .datalogia-interactive__viz--nodes i { transform: rotate(45deg) scale(.85); }.datalogia-interactive__service:hover .datalogia-interactive__viz--nodes i:nth-child(2) { transform: rotate(45deg) scale(1.2); background: #ff7963; }
.datalogia-interactive__viz--dots { width: 88px; min-height: 54px; display: grid; grid-template-columns: repeat(3, 9px); grid-template-rows: repeat(3, 9px); align-content: center; gap: 9px; }.datalogia-interactive__viz--dots i { width: 9px; height: 9px; border-radius: 50%; background: #1a7288; transition: transform .25s ease, background .25s ease; }.datalogia-interactive__viz--dots i:nth-child(2), .datalogia-interactive__viz--dots i:nth-child(4), .datalogia-interactive__viz--dots i:nth-child(8) { background: #46e2f2; }.datalogia-interactive__viz--dots i:nth-child(6) { background: #ff7963; }.datalogia-interactive__service:hover .datalogia-interactive__viz--dots i { transform: scale(1.35); }.datalogia-interactive__service:hover .datalogia-interactive__viz--dots i:nth-child(5) { background: #ff7963; }
.datalogia-interactive__curve { width: 100%; max-width: 145px; height: 40px; margin-top: 9px; overflow: visible; }.datalogia-interactive__curve path { fill: none; stroke: #46e2f2; stroke-width: 2; }.datalogia-interactive__curve circle { fill: #ff7963; transition: transform .25s ease; transform-origin: center; }.datalogia-interactive__service:hover .datalogia-interactive__curve circle { transform: scale(1.7); }
.datalogia-interactive__cta { min-width: 0; position: relative; display: flex; justify-content: center; flex-direction: column; padding: 24px 34px; overflow: hidden; color: #072e45; background: #46e2f2; }.datalogia-interactive__cta::before, .datalogia-interactive__cta::after { width: 190px; height: 190px; position: absolute; border: 1px solid rgba(5,50,70,.18); border-radius: 50%; content: ""; }.datalogia-interactive__cta::before { top: -120px; right: -92px; box-shadow: 0 0 0 38px rgba(5,50,70,.045); }.datalogia-interactive__cta::after { right: -65px; bottom: -105px; }.datalogia-interactive__cta > * { position: relative; }.datalogia-interactive__cta > span { max-width: 190px; font-size: 9px; line-height: 1.4; }.datalogia-interactive__cta strong { max-width: 240px; margin-top: 13px; font-family: var(--heading); font-size: 27px; font-weight: 750; line-height: 1.04; letter-spacing: -.04em; }.datalogia-interactive__cta small { width: max-content; max-width: 100%; display: flex; align-items: center; gap: 18px; margin-top: auto; padding-top: 14px; border-bottom: 1px solid currentColor; font-family: var(--heading); font-size: 7px; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }.datalogia-interactive__cta small b { font-size: 18px; font-weight: 400; transition: transform .24s ease; }.datalogia-interactive__cta:hover small b { transform: translateX(5px); }
@keyframes datalogia-sphere-spin { from { transform: perspective(280px) rotateY(0deg); } to { transform: perspective(280px) rotateY(360deg); } }
@media (prefers-reduced-motion: no-preference) { .datalogia-interactive__orb { animation: datalogia-sphere-spin 5.6s linear infinite; } }
@media (max-width: 1180px) { .datalogia-interactive { grid-template-columns: 360px minmax(0,1fr); }.datalogia-interactive__brand { padding-inline: 24px; }.datalogia-interactive__logo { max-width: 312px; }.datalogia-interactive__orb { width: 48px; height: 48px; top: 15px; left: 15px; background-position: -15px -15px; background-size: 312px auto; }.datalogia-interactive__cta { grid-column: 1 / -1; min-height: 160px; padding: 28px 34px; }.datalogia-interactive__cta strong { max-width: 580px; }.datalogia-interactive__cta small { margin-top: 16px; }.datalogia-interactive__work-head small { display: none; }.datalogia-interactive__service { padding-inline: 15px; } }
@media (max-width: 760px) { .datalogia-signature { padding: 32px 0; }.datalogia-signature .container { width: calc(100% - 24px); }.datalogia-interactive { grid-template-columns: 1fr; }.datalogia-interactive__brand { padding: 24px 18px; }.datalogia-interactive__brand > p { margin-bottom: 16px; }.datalogia-interactive__logo { max-width: 340px; }.datalogia-interactive__orb { width: 52px; height: 52px; top: 16px; left: 16px; background-position: -16px -16px; background-size: 340px auto; }.datalogia-interactive__tagline { margin-top: 16px; }.datalogia-interactive__work-head { min-height: auto; padding: 23px 25px; }.datalogia-interactive__work h3 { font-size: 18px; line-height: 1.25; }.datalogia-interactive__services { grid-template-columns: 1fr 1fr; }.datalogia-interactive__service { min-height: 184px; padding: 17px; border-bottom: 1px solid rgba(154,224,232,.16); }.datalogia-interactive__service:nth-child(2) { border-right: 0; }.datalogia-interactive__cta { grid-column: auto; min-height: 190px; padding: 28px 25px; }.datalogia-interactive__cta strong { font-size: 27px; } }
@media (max-width: 420px) { .datalogia-interactive__services { grid-template-columns: 1fr; }.datalogia-interactive__service, .datalogia-interactive__service:nth-child(2) { min-height: 170px; border-right: 0; }.datalogia-interactive__work-head > div { align-items: flex-start; }.datalogia-interactive__work-head > div > span { margin-top: 8px; }.datalogia-interactive__cta small { font-size: 7px; } }
