:root {
    --color-primary: #0063c6;
    --color-primary-light: #147ee0;
    --color-primary-dark: #003c83;
    --color-navy: #06366f;
    --color-yellow: #ffc400;
    --color-red: #ed1c24;
    --color-green: #289e49;
    --color-white: #fff;
    --color-background: #f9fbfd;
    --color-text: #0a3670;
    --color-muted: #66768e;
    --color-border: #dce4ed;
    --shadow: 0 10px 25px rgba(9, 43, 87, .12);
    --radius: 12px;
    --container: 1180px;
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--color-text); background: var(--color-white); font-family: Arial, Helvetica, sans-serif; font-size: 15px; line-height: 1.55; }
img { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button, input { font: inherit; }
.container { width: min(calc(100% - 48px), var(--container)); margin-inline: auto; }
.screen-reader-text { position: absolute; overflow: hidden; width: 1px; height: 1px; clip: rect(0,0,0,0); white-space: nowrap; }
.skip-link { position: fixed; top: -50px; left: 12px; z-index: 9999; padding: 10px 15px; background: #fff; color: #003c83; }
.skip-link:focus { top: 12px; }
:focus-visible { outline: 3px solid var(--color-yellow); outline-offset: 3px; }
.madeira-stripe { height: 31px; background-image: url('../images/branding/madeira-stripes.png'); background-repeat: repeat-x; background-position: center; background-size: 294px auto; }
.site-header { position: relative; z-index: 50; height: 76px; background: linear-gradient(105deg, #0759ad, #0066ca 70%, #0756aa); color: #fff; box-shadow: 0 2px 8px rgba(0,0,0,.12); }
.header-inner { height: 100%; display: flex; align-items: center; gap: 28px; }
.brand { display: flex; align-items: center; gap: 12px; flex: 0 0 auto; color: #fff; font-size: 13px; font-weight: 700; line-height: 1.35; }
.brand img { width: 60px; height: 60px; object-fit: contain; }
.main-nav { display: flex; align-self: stretch; align-items: center; gap: 18px; margin-left: auto; font-size: 12px; white-space: nowrap; }
.main-nav > a, .nav-dropdown-toggle { position: relative; display: flex; align-items: center; gap: 5px; height: 100%; }
.main-nav > a > i, .nav-dropdown-toggle > i { font-size: 9px; transition: transform .2s ease; }
.main-nav > a::after, .nav-dropdown-toggle::after { content: ''; position: absolute; left: 0; right: 0; bottom: 18px; height: 3px; background: var(--color-yellow); transform: scaleX(0); transition: transform .2s ease; }
.main-nav > a:hover::after, .main-nav > a.is-active::after, .nav-dropdown:hover .nav-dropdown-toggle::after, .nav-dropdown:focus-within .nav-dropdown-toggle::after, .nav-dropdown.is-current .nav-dropdown-toggle::after { transform: scaleX(1); }
.nav-dropdown { position: relative; align-self: stretch; display: flex; align-items: center; }
.nav-dropdown-toggle { padding: 0; border: 0; color: #fff; background: transparent; font-size: inherit; cursor: pointer; }
.nav-dropdown.is-open .nav-dropdown-toggle > i, .nav-dropdown:hover .nav-dropdown-toggle > i, .nav-dropdown:focus-within .nav-dropdown-toggle > i { transform: rotate(180deg); }
.nav-submenu { position: absolute; top: calc(100% - 8px); left: 50%; z-index: 80; visibility: hidden; min-width: 190px; padding: 7px; border: 1px solid rgba(0,54,118,.12); border-radius: 8px; color: var(--color-text); background: #fff; box-shadow: 0 12px 28px rgba(0,35,80,.2); opacity: 0; transform: translate(-50%, 8px); transition: opacity .18s ease, transform .18s ease, visibility .18s; }
.nav-dropdown:hover .nav-submenu, .nav-dropdown:focus-within .nav-submenu, .nav-dropdown.is-open .nav-submenu { visibility: visible; opacity: 1; transform: translate(-50%, 0); }
.nav-submenu a, .nav-submenu-pending { display: block; padding: 10px 12px; border-radius: 5px; font-size: 12px; white-space: nowrap; }
.nav-submenu a:hover, .nav-submenu a.is-active { color: #004da7; background: #eef5ff; }
.nav-submenu-pending { color: #72829a; cursor: default; }
.header-actions { display: flex; align-items: center; gap: 10px; }
.circle-action { display: grid; place-items: center; width: 38px; height: 38px; border: 1px solid rgba(255,255,255,.9); border-radius: 50%; font-size: 20px; }
.button { display: inline-flex; align-items: center; justify-content: center; gap: 8px; min-height: 43px; padding: 0 20px; border: 1px solid transparent; border-radius: 6px; font-size: 12px; font-weight: 800; text-transform: uppercase; cursor: pointer; transition: transform .2s ease, background .2s ease; }
.button:hover { transform: translateY(-2px); }
.button-yellow { color: #062e62; background: var(--color-yellow); box-shadow: 0 6px 14px rgba(60, 40, 0, .12); }
.button-outline { color: #fff; border-color: rgba(255,255,255,.9); background: rgba(1,61,126,.25); }
.menu-toggle { display: none; width: 42px; height: 42px; padding: 9px; border: 1px solid rgba(255,255,255,.7); border-radius: 6px; background: transparent; }
.menu-toggle > span:not(.screen-reader-text) { display: block; height: 2px; margin: 5px 0; background: #fff; }

.hero { position: relative; min-height: 382px; color: #fff; background-color: #034c9a; background-image: linear-gradient(90deg, rgba(0,72,151,.98) 0%, rgba(0,71,148,.88) 25%, rgba(0,63,135,.2) 55%, rgba(0,0,0,.05) 100%), var(--hero-image); background-size: cover; background-position: center 46%; }
.hero::after { content: ''; position: absolute; inset: 0; pointer-events: none; background: linear-gradient(0deg, rgba(0,26,67,.18), transparent 35%); }
.hero-inner { position: relative; z-index: 1; min-height: 382px; display: flex; align-items: center; }
.hero-copy { width: 46%; padding: 32px 0 42px; }
.hero h1 { margin: 0 0 5px; font-size: clamp(34px, 3.1vw, 48px); line-height: 1.16; letter-spacing: -1.5px; }
.title-strokes { display: flex; justify-content: center; width: max-content; margin: 10px 0 12px 36px; }
.title-strokes i { display: block; width: 31px; height: 3px; }
.title-strokes i:nth-child(1) { background: var(--color-yellow); }
.title-strokes i:nth-child(2) { background: var(--color-green); }
.title-strokes i:nth-child(3) { background: var(--color-red); }
.title-strokes i:nth-child(4) { background: #214896; }
.hero p { margin: 0 0 23px; font-size: 16px; line-height: 1.65; }
.hero-actions { display: flex; gap: 15px; }
.slider-dots { position: absolute; bottom: 24px; left: 50%; display: flex; gap: 7px; }
.slider-dots i { display: block; width: 30px; height: 3px; background: rgba(255,255,255,.46); }
.slider-dots i:first-child { background: #fff; }

.values-wrap { position: relative; z-index: 2; margin-top: -45px; }
.values { min-height: 102px; display: grid; grid-template-columns: repeat(4, 1fr); padding: 20px 6px; border: 1px solid #edf1f5; border-radius: 11px; background: #fff; box-shadow: var(--shadow); }
.values article { display: flex; align-items: center; gap: 15px; padding: 0 20px; border-right: 1px solid #dfe4eb; }
.values article:last-child { border-right: 0; }
.value-icon { color: #0067d5; font-size: 41px; line-height: 1; }
.value-icon i { width: 46px; text-align: center; }
.values h2 { margin: 0 0 4px; font-size: 16px; }
.values p { margin: 0; color: #2d4c75; font-size: 11px; }

.section { padding: 26px 0; }
.section-title { display: flex; flex-direction: column; align-items: center; margin-bottom: 22px; }
.section-title h2 { margin: 0; font-size: 25px; }
.section-title .title-strokes { margin: 8px 0 0; }
.highlight-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 20px; }
.feature-card { position: relative; overflow: hidden; min-height: 255px; display: flex; flex-direction: column; justify-content: flex-end; padding: 20px 17px 17px; border-radius: 11px; color: #fff; background-image: linear-gradient(0deg, rgba(0,35,85,.98) 0%, rgba(0,43,100,.82) 45%, rgba(0,0,0,.05) 75%), url('../images/content/hero-folclore.png'); background-size: auto 100%; background-position: var(--card-pos) center; box-shadow: 0 6px 16px rgba(0,42,94,.15); }
.card-icon { align-self: flex-start; display: grid; place-items: center; width: 42px; height: 42px; margin-bottom: 8px; border-radius: 50%; background: #0875e6; font-size: 23px; box-shadow: 0 4px 10px rgba(0,0,0,.2); }
.feature-card h3 { margin: 0; font-size: 18px; }
.feature-card p { margin: 4px 0 10px; font-size: 13px; line-height: 1.45; }
.feature-card a { font-size: 11px; font-weight: 800; text-transform: uppercase; }
.feature-card a i, .panel-heading a i, .panel-more i { margin-left: 4px; font-size: .9em; }

.content-panels { padding-top: 2px; padding-bottom: 47px; }
.split-grid { display: grid; grid-template-columns: 1fr 1.1fr; gap: 31px; }
.news { padding-left: 31px; border-left: 1px solid var(--color-border); }
.panel-heading { display: flex; justify-content: space-between; align-items: center; margin-bottom: 13px; }
.panel-heading h2 { margin: 0; font-size: 19px; }
.panel-heading a, .panel-more { color: #005ec4; font-size: 10px; font-weight: 800; text-transform: uppercase; }
.event-list { overflow: hidden; border: 1px solid var(--color-border); border-radius: 8px; }
.event { min-height: 82px; display: grid; grid-template-columns: 65px 1fr auto; align-items: center; gap: 15px; padding: 11px 16px; border-bottom: 1px solid var(--color-border); }
.event:last-child { border-bottom: 0; }
.event time { display: flex; flex-direction: column; align-items: center; padding-right: 15px; border-right: 1px solid var(--color-border); text-transform: uppercase; }
.event time strong { font-size: 25px; line-height: 1; }
.event time span { font-size: 11px; font-weight: 700; }
.event h3 { margin: 0 0 3px; font-size: 14px; }
.event p, .event > span { margin: 0; color: #31517b; font-size: 10px; }
.panel-more { display: inline-block; margin-top: 13px; }
.news-list { display: grid; gap: 14px; }
.news-list article { display: grid; grid-template-columns: 160px 1fr; gap: 17px; align-items: center; }
.news-list img { width: 160px; height: 78px; border-radius: 8px; object-fit: cover; }
.news-list article:nth-child(2) img { object-position: 30% 45%; }
.news-list article:nth-child(3) img { object-position: 75% 50%; }
.news-list h3 { margin: 0; color: #0055b0; font-size: 13px; line-height: 1.2; }
.news-list time, .news-list p { color: #46617f; font-size: 10px; }
.news-list p { margin: 2px 0 0; line-height: 1.35; }

.newsletter { color: #fff; background: #0571d6; background-image: linear-gradient(110deg, #0575d8, #0060c4); }
.newsletter-inner { min-height: 97px; display: flex; align-items: center; justify-content: center; gap: 90px; }
.newsletter-copy { display: flex; align-items: center; gap: 20px; }
.newsletter-icon { display: grid; place-items: center; width: 54px; height: 54px; border: 1px solid #fff; border-radius: 50%; font-size: 30px; }
.newsletter h2 { margin: 0; font-size: 15px; }
.newsletter p { margin: 2px 0 0; font-size: 11px; }
.newsletter-form { display: flex; width: 370px; }
.newsletter-form input { min-width: 0; flex: 1; padding: 0 18px; border: 0; border-radius: 6px 0 0 6px; }
.newsletter-form .button { border-radius: 0 6px 6px 0; }
.site-footer { color: #fff; background: linear-gradient(115deg, #075db4, #0050a7); }
.footer-grid { display: grid; grid-template-columns: 1.15fr 1.25fr 1fr 1.55fr; gap: 28px; padding: 22px 0; }
.footer-grid > div + div { padding-left: 28px; border-left: 1px solid rgba(255,255,255,.28); }
.footer-brand .brand { margin-bottom: 6px; }
.footer-brand p, .footer-column p { margin: 5px 0; font-size: 11px; }
.contact-line { display: flex; align-items: flex-start; gap: 10px; }
.contact-line > i { width: 13px; margin-top: 3px; text-align: center; }
.socials { display: flex; gap: 12px; margin-top: 10px; }
.socials a { display: grid; place-items: center; width: 27px; height: 27px; border: 1px solid #fff; border-radius: 50%; font-size: 13px; }
.footer-column h2 { margin: 4px 0 10px; font-size: 12px; text-transform: uppercase; }
.footer-links { display: grid; grid-template-columns: 1fr 1fr; gap: 5px 20px; font-size: 11px; }
.footer-form { display: flex; margin-top: 13px; }
.footer-form input { min-width: 0; width: 155px; padding: 10px 12px; border: 0; border-radius: 6px 0 0 6px; font-size: 11px; }
.footer-form button { border: 0; border-radius: 0 6px 6px 0; color: #fff; background: #1478df; font-size: 10px; font-weight: 800; text-transform: uppercase; }
.footer-bottom { min-height: 48px; display: flex; justify-content: space-between; align-items: center; border-top: 1px solid rgba(255,255,255,.25); font-size: 10px; }
.footer-bottom div { display: flex; gap: 35px; }
.back-to-top { position: fixed; right: 20px; bottom: 18px; z-index: 40; display: grid; place-items: center; width: 38px; height: 38px; border-radius: 50%; color: #0759b2; background: #fff; box-shadow: 0 4px 16px rgba(0,0,0,.18); font-size: 20px; font-weight: 700; }
.fallback-content { min-height: 50vh; padding-block: 70px; }

/* O Grupo — História */
.history-page { background: #fff; }
.history-hero { min-height: 300px; color: #fff; background-color: #034c9a; background-image: linear-gradient(90deg, rgba(0,70,150,.98) 0%, rgba(0,67,143,.91) 30%, rgba(0,49,110,.22) 64%, rgba(0,0,0,.05)), var(--history-hero); background-size: cover; background-position: center 47%; }
.history-hero-inner { min-height: 300px; display: flex; flex-direction: column; }
.breadcrumb { display: flex; align-items: center; gap: 10px; padding-top: 24px; font-size: 11px; font-weight: 700; }
.breadcrumb a { display: inline-flex; align-items: center; gap: 9px; }
.breadcrumb > i { font-size: 8px; opacity: .8; }
.history-hero-copy { margin-top: 31px; }
.history-hero-copy h1 { margin: 0; font-size: clamp(35px, 3.2vw, 48px); line-height: 1.12; letter-spacing: -1px; }
.history-hero-copy .title-strokes { margin: 13px 0 25px; }
.history-hero-copy p { margin: 0; font-size: 14px; line-height: 1.7; }
.history-section { padding: 34px 0 12px; }
.history-intro-grid { display: grid; grid-template-columns: 1.18fr 1.15fr .62fr; gap: 28px; align-items: stretch; }
.history-heading { display: flex; align-items: center; gap: 14px; margin-bottom: 18px; }
.history-heading h2 { margin: 0; color: #053c85; font-size: 24px; line-height: 1.15; }
.history-heading .title-strokes { margin: 7px 0 0; }
.history-heading-icon { flex: 0 0 auto; display: grid; place-items: center; width: 49px; height: 49px; border-radius: 50%; color: #fff; background: #063f92; font-size: 23px; }
.history-heading.compact { margin-bottom: 20px; }
.history-heading.compact h2 { font-size: 21px; }
.history-heading-icon.plain { width: 34px; height: 34px; color: #074eb3; background: transparent; font-size: 30px; }
.history-copy > p { margin: 0 0 14px; color: #173d6d; font-size: 11.5px; line-height: 1.75; }
.history-copy blockquote { display: flex; align-items: flex-start; gap: 14px; width: max-content; max-width: 100%; margin: 20px 0 0; padding: 13px 18px; border-radius: 8px; color: #1552a6; background: #f1f5ff; font-size: 11px; }
.history-copy blockquote i { font-size: 20px; }
.history-photo { overflow: hidden; margin: 0; border-radius: 12px; background: #e7eef6; }
.history-photo img { width: 100%; height: 100%; min-height: 330px; object-fit: cover; object-position: center; }
.history-facts { overflow: hidden; border: 1px solid var(--color-border); border-radius: 10px; background: #fff; }
.history-facts > div { min-height: 81px; display: flex; align-items: center; gap: 17px; margin: 0 17px; border-bottom: 1px solid var(--color-border); }
.history-facts > div:last-child { border-bottom: 0; }
.history-facts i { width: 34px; color: #0647a8; font-size: 31px; text-align: center; }
.history-facts p { display: flex; flex-direction: column; margin: 0; }
.history-facts strong { color: #063c87; font-size: 20px; line-height: 1.2; }
.history-facts span { color: #274974; font-size: 10px; }
.timeline-section { padding-top: 42px; }
.timeline { position: relative; display: grid; grid-template-columns: repeat(6, 1fr); gap: 18px; margin: 0; padding: 25px 0 0; list-style: none; }
.timeline::before { content: ''; position: absolute; top: 5px; left: 2%; right: 2%; height: 2px; background: #0752b5; }
.timeline li { position: relative; text-align: center; }
.timeline-dot { position: absolute; top: -25px; left: 50%; width: 11px; height: 11px; border: 3px solid #0752b5; border-radius: 50%; background: #fff; transform: translateX(-50%); }
.timeline strong { display: block; color: #0648a5; font-size: 21px; line-height: 1.2; }
.timeline h3 { margin: 7px 0 7px; color: #074494; font-size: 11px; }
.timeline p { margin: 0 auto; max-width: 145px; color: #27466f; font-size: 10px; line-height: 1.75; }
.representation-section { padding-top: 32px; }
.representation-grid { display: grid; grid-template-columns: .85fr 1.55fr; gap: 30px; align-items: center; }
.representation-copy > p { margin: 0 0 22px; color: #29466e; font-size: 10.5px; line-height: 1.65; }
.representation-stats { display: grid; grid-template-columns: repeat(4, 1fr); gap: 12px; }
.representation-stats div { display: flex; align-items: center; flex-direction: column; text-align: center; }
.representation-stats i { margin-bottom: 6px; color: #0752b5; font-size: 28px; }
.representation-stats strong { color: #0648a5; font-size: 14px; }
.representation-stats span { color: #27466f; font-size: 8.5px; line-height: 1.3; }
.map-card { min-height: 210px; display: grid; grid-template-columns: 1fr 180px; overflow: hidden; border: 1px solid #cbd9eb; border-radius: 10px; background: #eef7fd; }
.map-canvas { position: relative; min-width: 0; background-image: var(--map-image); background-size: cover; background-position: center; }
.map-legend { padding: 14px 17px; border-left: 1px solid #d7e2ef; background: rgba(255,255,255,.94); }
.map-legend h3 { margin: 0 0 8px; font-size: 12px; }
.map-legend ul { margin: 0; padding: 0; list-style: none; }
.map-legend li { margin: 5px 0; color: #174782; font-size: 9px; }
.map-legend li::before { content: '\f3c5'; margin-right: 7px; color: #0860ca; font-family: 'Font Awesome 7 Free'; font-weight: 900; }
.map-legend a { display: inline-block; margin-top: 7px; color: #0752b5; font-size: 9px; font-weight: 800; }
.map-pin { position: absolute; left: var(--x); top: var(--y); display: flex; align-items: center; gap: 4px; color: #094bb1; font-size: 17px; transform: translate(-50%, -50%); }
.map-pin.red { color: #d71e2b; }
.map-pin b { padding: 1px 3px; color: #17385f; background: rgba(255,255,255,.72); font-size: 9px; white-space: nowrap; }
.world-map .map-canvas { background-position: center; }
.history-values { padding: 25px 0 24px; }
.history-values .values { min-height: 92px; box-shadow: none; background: linear-gradient(90deg, #f1f5fa, #fff, #f1f5fa); }
.history-values .value-icon { font-size: 34px; }
.history-values .values h2 { font-size: 14px; }
.history-values .values p { font-size: 9.5px; }

/* O Grupo — Direção e Elementos */
.team-page { background: #fff; }
.team-hero { min-height: 300px; color: #fff; background-color: #034c9a; background-image: linear-gradient(90deg, rgba(0,61,133,.99) 0%, rgba(0,59,128,.9) 31%, rgba(0,44,99,.26) 62%, rgba(0,0,0,.03)), var(--team-hero); background-size: cover; background-position: center 48%; }
.team-hero-inner { min-height: 300px; display: flex; flex-direction: column; }
.team-hero-copy { margin-top: 30px; }
.team-hero-copy h1 { margin: 0; font-size: clamp(35px, 3.1vw, 47px); line-height: 1.1; letter-spacing: -1px; }
.team-hero-copy .title-strokes { margin: 14px 0 25px; }
.team-hero-copy p { margin: 0; font-size: 14px; line-height: 1.7; }
.team-section { padding: 32px 0 14px; }
.team-section-heading { display: flex; justify-content: space-between; align-items: center; }
.soft-link { display: inline-flex; align-items: center; gap: 9px; padding: 10px 18px; border-radius: 24px; color: #0752b5; background: #eef4ff; font-size: 10px; font-weight: 800; text-transform: uppercase; }
.director-grid { display: grid; grid-template-columns: repeat(5, 1fr); gap: 18px; }
.directors-section .director-grid { grid-template-columns: repeat(4, minmax(0, 1fr)); }
.assembly-section { padding-bottom: 6px; }
.assembly-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); max-width: 720px; }
.fiscal-section { padding-bottom: 6px; }
.fiscal-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); max-width: 720px; }
.director-card { min-height: 280px; display: flex; align-items: center; flex-direction: column; padding: 16px 15px 14px; border: 1px solid #e0e7ef; border-radius: 11px; background: #fff; box-shadow: 0 5px 14px rgba(3,42,92,.08); text-align: center; }
.director-card img { width: 108px; height: 108px; border-radius: 50%; object-fit: cover; }
.director-card h3 { margin: 9px 0 0; color: #063e8c; font-size: 16px; }
.director-card > strong { color: #244f86; font-size: 11px; font-weight: 500; }
.director-card p { min-height: 49px; margin: 9px 0 11px; color: #3b577a; font-size: 9.5px; line-height: 1.55; }
.director-card > a { display: grid; place-items: center; width: 28px; height: 28px; margin-top: auto; border: 1px solid #9cb8dc; border-radius: 50%; color: #0751b1; font-size: 12px; }
.members-section { padding-top: 29px; }
.members-overview { display: flex; justify-content: space-between; align-items: flex-end; gap: 30px; }
.members-overview > div:first-child > p { margin: -8px 0 0; color: #29466e; font-size: 11px; line-height: 1.65; }
.member-totals { display: grid; grid-template-columns: repeat(4, 128px); gap: 12px; }
.member-totals > div { min-height: 79px; display: flex; align-items: center; gap: 12px; padding: 12px; border: 1px solid #e0e7ef; border-radius: 10px; background: #fff; box-shadow: 0 4px 12px rgba(3,42,92,.07); }
.member-totals i { display: grid; place-items: center; width: 40px; height: 40px; border-radius: 50%; color: #0751b1; background: #f1f6ff; font-size: 23px; }
.member-totals p { display: flex; flex-direction: column; margin: 0; }
.member-totals strong { color: #063e8c; font-size: 20px; line-height: 1.15; }
.member-totals span { color: #526984; font-size: 9px; }
.member-toolbar-wrap { margin-top: 16px; background: #fafcff; box-shadow: 0 4px 12px rgba(3,42,92,.04); }
.member-toolbar { min-height: 59px; display: flex; align-items: center; gap: 20px; }
.member-filters { display: flex; align-items: center; gap: 4px; }
.member-filters button { padding: 9px 18px; border: 0; border-radius: 22px; color: #174479; background: transparent; font-size: 10px; cursor: pointer; }
.member-filters button:hover, .member-filters button.is-active { color: #fff; background: #0865c8; }
.member-search { min-width: 225px; display: flex; align-items: center; margin-left: auto; padding: 0 12px; border-bottom: 1px solid #e2e8ef; color: #074aa6; }
.member-search input { min-width: 0; width: 100%; padding: 8px 4px; border: 0; outline: 0; color: #183d6d; background: transparent; font-size: 10px; }
.member-view-all { min-height: 36px; border-color: #1b65c2; color: #0751b1; background: #fff; font-size: 9px; }
.member-grid { display: grid; grid-template-columns: repeat(6, 1fr); gap: 22px; padding-top: 20px; }
.member-card { overflow: hidden; padding-bottom: 13px; border: 1px solid #dce5ef; border-radius: 10px; background: #fff; box-shadow: 0 4px 12px rgba(3,42,92,.07); text-align: center; }
.member-card.is-extra:not(.is-revealed) { display: none; }
.member-card.is-filtered { display: none !important; }
.member-image { position: relative; height: 145px; overflow: hidden; }
.member-image img { width: 100%; height: 100%; object-fit: cover; }
.member-image span { position: absolute; bottom: 6px; left: 50%; padding: 4px 12px; border-radius: 14px; color: #fff; background: #0753b4; font-size: 8px; text-transform: uppercase; white-space: nowrap; transform: translateX(-50%); }
.member-card h3 { margin: 8px 0 1px; color: #0647a0; font-size: 13px; }
.member-card > p { margin: 0 0 8px; color: #405d81; font-size: 9px; }
.member-socials { display: flex; justify-content: center; gap: 7px; }
.member-socials a { display: grid; place-items: center; width: 21px; height: 21px; border: 1px solid #91add0; border-radius: 50%; color: #0752b5; font-size: 8px; }
.member-empty { margin: 25px 0; color: #49617e; text-align: center; }
.load-members { display: flex; align-items: center; gap: 10px; margin: 20px auto 4px; padding: 10px 24px; border: 0; border-radius: 22px; color: #0751b1; background: #eef4ff; font-size: 9px; font-weight: 800; text-transform: uppercase; cursor: pointer; }
.load-members i { transition: transform .2s ease; }
.load-members[aria-expanded="true"] i { transform: rotate(180deg); }
.join-cta { padding: 16px 0 25px; }
.join-cta-inner { min-height: 84px; display: flex; align-items: center; justify-content: space-between; padding: 13px 24px; border-radius: 10px; background: linear-gradient(90deg, #eef5ff, #f9fbff, #eaf2ff); }
.join-cta-inner > div { display: flex; align-items: center; gap: 20px; }
.join-cta-inner > div > span { display: grid; place-items: center; width: 56px; height: 56px; border-radius: 50%; color: #fff; background: #074493; font-size: 28px; }
.join-cta-inner p { display: flex; flex-direction: column; margin: 0; color: #335379; font-size: 10px; }
.join-cta-inner strong { margin-bottom: 2px; color: #073e88; font-size: 16px; }

/* Agenda */
.agenda-page { background: #fff; }
.agenda-hero { min-height: 300px; color: #fff; background-color: #034c9a; background-image: linear-gradient(90deg, rgba(0,62,134,.99) 0%, rgba(0,62,134,.91) 31%, rgba(0,47,106,.2) 62%, rgba(0,0,0,.03)), var(--agenda-hero); background-size: cover; background-position: center 47%; }
.agenda-hero-inner { min-height: 300px; display: flex; flex-direction: column; }
.agenda-hero-copy { margin-top: 28px; }
.agenda-hero-copy h1 { margin: 0; font-size: clamp(34px, 3vw, 46px); line-height: 1.08; letter-spacing: -1px; }
.agenda-hero-copy h1 span { font-size: .82em; }
.agenda-hero-copy .title-strokes { margin: 15px 0 20px; }
.agenda-hero-copy p { margin: 0; font-size: 13px; line-height: 1.7; }
.agenda-content { padding: 29px 0 10px; }
.agenda-layout { display: grid; grid-template-columns: minmax(0, 1fr) 305px; gap: 25px; align-items: start; }
.agenda-heading { margin-bottom: 13px; }
.agenda-heading .history-heading-icon { width: 45px; height: 45px; font-size: 21px; }
.agenda-event-list { display: grid; gap: 10px; }
.agenda-event { min-height: 145px; display: grid; grid-template-columns: 75px minmax(180px, 1fr) 215px 92px; align-items: center; gap: 15px; padding: 12px 14px; border: 1px solid #dfe6ee; border-radius: 11px; background: #fff; box-shadow: 0 4px 12px rgba(4,45,95,.07); }
.agenda-event.is-extra:not(.is-revealed) { display: none; }
.agenda-date { overflow: hidden; align-self: stretch; display: flex; align-items: center; flex-direction: column; border-radius: 7px; background: linear-gradient(#fff, #f2f5fb); text-transform: uppercase; }
.agenda-date .month { width: 100%; padding: 5px 3px; color: #fff; background: #0755b4; font-size: 10px; font-weight: 800; text-align: center; }
.agenda-date .month.type-romaria { background: #17a65f; }
.agenda-date .month.type-festival { background: #e52e3d; }
.agenda-date .month.type-popular { background: #f5ad00; }
.agenda-date .month.type-encontro { background: #2875cb; }
.agenda-date strong { margin-top: 6px; color: #06439a; font-size: 32px; line-height: 1; }
.agenda-date small { display: flex; align-items: center; flex-direction: column; margin-top: 7px; color: #244b7e; font-size: 8px; }
.agenda-date small b { font-size: 9px; }
.agenda-event-copy h3 { max-width: 245px; margin: 0 0 6px; color: #073e89; font-size: 19px; line-height: 1.05; }
.agenda-event-copy p { display: flex; align-items: center; gap: 7px; margin: 4px 0; color: #385778; font-size: 9px; }
.agenda-event-copy p i { width: 12px; color: #0756ba; text-align: center; }
.agenda-event-copy p.participation i { color: #f0a500; }
.event-type { display: inline-block; margin-top: 5px; padding: 3px 10px; border-radius: 15px; color: #0752b5; background: #e8f1ff; font-size: 7.5px; text-transform: uppercase; }
.event-type.type-romaria { color: #168253; background: #e5f7ed; }
.event-type.type-festival { color: #cf2634; background: #ffe9eb; }
.event-type.type-popular { color: #b77b00; background: #fff2cc; }
.agenda-event-image { width: 100%; height: 120px; border-radius: 8px; object-fit: cover; }
.agenda-event:nth-child(2) .agenda-event-image, .agenda-event:nth-child(4) .agenda-event-image { object-position: center 60%; }
.agenda-details { display: inline-flex; align-items: center; justify-content: center; gap: 10px; min-height: 39px; border: 1px solid #1261c3; border-radius: 6px; color: #0752b5; background: #fff; font-size: 10px; font-weight: 700; cursor: pointer; }
.load-events { display: flex; align-items: center; gap: 10px; margin: 14px auto 0; padding: 9px 22px; border: 1px solid #1261c3; border-radius: 6px; color: #0752b5; background: #fff; font-size: 9px; font-weight: 800; text-transform: uppercase; cursor: pointer; }
.load-events i { transition: transform .2s ease; }
.load-events[aria-expanded="true"] i { transform: rotate(180deg); }
.agenda-sidebar { display: grid; gap: 17px; padding-top: 10px; }
.sidebar-card { padding: 18px 19px; border: 1px solid #dde5ef; border-radius: 10px; background: #fff; box-shadow: 0 4px 12px rgba(4,45,95,.07); }
.sidebar-card h2 { margin: 0 0 14px; color: #073e89; font-size: 16px; line-height: 1.2; }
.calendar-card > h2 { display: flex; align-items: center; gap: 12px; }
.calendar-card > h2 i { font-size: 25px; }
.calendar-month { display: flex; align-items: center; justify-content: space-between; margin: 5px 0 12px; padding-left: 35px; }
.calendar-month strong { font-size: 12px; }
.calendar-month button { width: 28px; height: 28px; border: 0; color: #0752b5; background: transparent; cursor: pointer; }
.calendar-card table { width: 100%; border-collapse: collapse; color: #173d6c; font-size: 9px; text-align: center; }
.calendar-card th { padding-bottom: 8px; color: #6b7d96; font-size: 7px; text-transform: uppercase; }
.calendar-card td { height: 29px; }
.calendar-card tr.muted td, .calendar-card td.muted { color: #aeb8c5; }
.calendar-day { display: grid; place-items: center; width: 27px; height: 27px; margin: auto; border-radius: 50%; color: #fff; background: #0753b4; }
.calendar-day.green { background: #16a55f; }
.calendar-card > a { display: block; margin-top: 12px; color: #0752b5; font-size: 9px; font-weight: 800; text-align: center; text-transform: uppercase; }
.event-types ul { margin: 0; padding: 0; list-style: none; }
.event-types li { display: flex; align-items: center; gap: 10px; margin: 9px 0; color: #345477; font-size: 9px; }
.event-types li i { display: grid; place-items: center; width: 22px; height: 22px; border-radius: 50%; color: #fff; background: #0753b4; font-size: 10px; }
.event-types li i.orange { background: #f3a700; }
.event-types li i.green { background: #17a65f; }
.event-types li i.red { background: #e42c3b; }
.event-types li i.purple { background: #9b7ee8; }
.agenda-social p, .booking-card p { margin: 0 0 12px; color: #3e5a7a; font-size: 9px; line-height: 1.55; }
.agenda-social > div { display: flex; gap: 15px; }
.agenda-social a { display: grid; place-items: center; width: 31px; height: 31px; border-radius: 50%; color: #fff; background: #1268c9; }
.agenda-social a:nth-child(2) { background: linear-gradient(135deg, #7d3dc1, #f65d35, #f5c843); }
.agenda-social a:nth-child(3) { background: #e31e2e; }
.agenda-social a:nth-child(4) { background: #064795; }
.booking-card a { display: flex; align-items: center; justify-content: center; gap: 12px; min-height: 39px; border: 1px solid #1261c3; border-radius: 6px; color: #0752b5; font-size: 9px; font-weight: 800; text-transform: uppercase; }
.agenda-cta { padding-top: 17px; }

/* Detalhes da Atuação */
.event-detail-page { background: #fff; }
.detail-hero { min-height: 310px; color: #fff; background-color: #033f8b; background-image: linear-gradient(90deg, rgba(0,52,117,.99) 0%, rgba(0,54,120,.91) 34%, rgba(0,42,94,.17) 65%, rgba(0,0,0,.02)), var(--detail-hero); background-size: cover; background-position: center 45%; }
.detail-hero-inner { min-height: 310px; display: flex; flex-direction: column; }
.detail-hero-copy { margin-top: 27px; }
.detail-hero-copy h1 { margin: 0; font-size: clamp(34px, 3vw, 44px); line-height: 1.08; letter-spacing: -1px; }
.detail-hero-copy h1 span { font-size: 1.08em; }
.detail-hero-copy .title-strokes { margin: 16px 0 20px; }
.detail-hero-copy p { margin: 0; font-size: 13px; line-height: 1.75; }
.event-detail-content { padding: 28px 0 13px; }
.event-detail-layout { display: grid; grid-template-columns: minmax(0, 1fr) 305px; gap: 22px; align-items: start; }
.event-detail-card { overflow: hidden; padding: 18px 20px 22px; border: 1px solid #dfe6ef; border-radius: 10px; background: #fff; box-shadow: 0 4px 13px rgba(4,45,95,.07); }
.event-detail-header { display: grid; grid-template-columns: 85px 1fr; gap: 25px; padding: 0 8px 17px; }
.detail-date { height: 140px; }
.detail-date strong { margin-top: 11px; font-size: 39px; }
.event-detail-summary h2 { margin: 0 0 11px; color: #073e89; font-size: 25px; }
.event-detail-summary > p { display: flex; align-items: center; gap: 10px; margin: 6px 0; color: #325276; font-size: 10px; }
.event-detail-summary > p i { width: 14px; color: #0754b7; text-align: center; }
.event-detail-summary > p.participation i { color: #efa600; }
.event-detail-summary > div { display: flex; gap: 8px; margin-top: 10px; }
.event-detail-summary > div span { padding: 4px 12px; border: 1px solid #cbdcf3; border-radius: 15px; color: #0752b5; background: #eef5ff; font-size: 8px; text-transform: uppercase; }
.event-detail-summary > div span:nth-child(2) { color: #188153; border-color: #b9e5ce; background: #ecfaf2; }
.event-detail-summary > div span:nth-child(3) { color: #c58300; border-color: #f3dc9d; background: #fff8e5; }
.event-meta-grid { display: grid; grid-template-columns: repeat(4, 1fr); padding: 17px 0; border-top: 1px solid #dfe6ef; border-bottom: 1px solid #dfe6ef; }
.event-meta-grid > div { display: flex; align-items: flex-start; gap: 13px; min-height: 56px; padding: 3px 19px; border-right: 1px solid #dfe6ef; }
.event-meta-grid > div:last-child { border-right: 0; }
.event-meta-grid i { color: #0752b5; font-size: 30px; }
.event-meta-grid p { display: flex; flex-direction: column; margin: 0; color: #365679; font-size: 9px; }
.event-meta-grid strong { margin-bottom: 4px; color: #073e89; font-size: 11px; }
.event-detail-body { display: grid; grid-template-columns: 1.08fr .92fr; gap: 26px; padding-top: 22px; }
.detail-section-title { margin-bottom: 16px; }
.detail-section-title h2, .event-gallery-heading h2 { margin: 0; color: #073e89; font-size: 16px; }
.detail-section-title .title-strokes { margin: 8px 0 0; }
.detail-section-title .title-strokes i { width: 24px; height: 2px; }
.event-description section > p { margin: 0 0 14px; color: #345374; font-size: 9px; line-height: 1.7; }
.event-program { margin-top: 27px; }
.event-program ol { margin: 0; padding: 0; list-style: none; }
.event-program li { position: relative; display: grid; grid-template-columns: 50px 1fr; gap: 16px; min-height: 36px; padding-left: 12px; color: #284c77; font-size: 9px; }
.event-program li::before { content: ''; position: absolute; top: 5px; left: 54px; bottom: -5px; width: 1px; background: #b9cce4; }
.event-program li::after { content: ''; position: absolute; top: 4px; left: 50px; width: 7px; height: 7px; border: 2px solid #0752b5; border-radius: 50%; background: #fff; }
.event-program li:last-child::before { display: none; }
.event-program li.featured { color: #064398; font-weight: 800; }
.event-program time { color: #0752b5; font-weight: 700; }
.event-gallery-heading { display: flex; justify-content: space-between; align-items: center; margin-bottom: 16px; }
.event-gallery-heading a { color: #0752b5; font-size: 8px; font-weight: 800; text-transform: uppercase; }
.event-gallery-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 9px; }
.event-gallery-item { overflow: hidden; height: 117px; padding: 0; border: 0; border-radius: 8px; background: #e8eef5; cursor: pointer; }
.event-gallery-item img { width: 100%; height: 100%; object-fit: cover; transition: transform .25s ease; }
.event-gallery-item:hover img { transform: scale(1.04); }
.event-gallery-item:nth-child(2n) img { object-position: 65% center; }
.event-detail-sidebar { display: grid; gap: 17px; }
.detail-side-card { padding: 20px; border: 1px solid #dde5ef; border-radius: 10px; background: #fff; box-shadow: 0 4px 12px rgba(4,45,95,.07); }
.detail-side-card h2 { margin: 0 0 16px; color: #073e89; font-size: 16px; }
.street-map { position: relative; overflow: hidden; height: 145px; margin-bottom: 14px; border-radius: 8px; background-color: #eef0e8; background-image: linear-gradient(25deg, transparent 46%, rgba(255,255,255,.92) 47%, rgba(255,255,255,.92) 51%, transparent 52%), linear-gradient(-35deg, transparent 42%, rgba(214,221,205,.9) 43%, rgba(214,221,205,.9) 46%, transparent 47%), linear-gradient(90deg, transparent 30%, rgba(255,255,255,.85) 31%, rgba(255,255,255,.85) 35%, transparent 36%), linear-gradient(0deg, transparent 57%, rgba(255,255,255,.9) 58%, rgba(255,255,255,.9) 63%, transparent 64%); background-size: 72px 55px, 85px 64px, 105px 100%, 100% 82px; }
.street-map::after { content: ''; position: absolute; inset: 0; background: repeating-linear-gradient(12deg, transparent 0 19px, rgba(191,204,186,.45) 20px 21px); }
.street-map span { position: absolute; top: 46%; left: 51%; z-index: 2; color: #0752b5; font-size: 40px; transform: translate(-50%, -50%); filter: drop-shadow(0 3px 2px rgba(0,0,0,.18)); }
.location-card > p { margin: 5px 0; color: #345374; font-size: 9px; }
.location-card > a { display: inline-flex; align-items: center; gap: 13px; margin-top: 10px; padding: 9px 20px; border: 1px solid #1261c3; border-radius: 6px; color: #0752b5; font-size: 9px; font-weight: 800; text-transform: uppercase; }
.useful-info ul { margin: 0; padding: 0; list-style: none; }
.useful-info li { display: flex; align-items: flex-start; gap: 13px; margin: 14px 0; color: #345374; font-size: 9px; line-height: 1.45; }
.useful-info li i { width: 22px; color: #0752b5; font-size: 21px; text-align: center; }
.share-event p { color: #345374; font-size: 9px; }
.share-event > div { display: flex; gap: 15px; margin-top: 14px; }
.share-event a { display: grid; place-items: center; width: 32px; height: 32px; border-radius: 50%; color: #fff; background: #1268c9; }
.share-event a:nth-child(2) { background: #1fb75d; }
.share-event a:nth-child(3) { background: linear-gradient(135deg, #7d3dc1, #f65d35, #f5c843); }
.share-event a:nth-child(4) { color: #0752b5; background: #eaf2ff; }
.detail-actions { padding: 12px 0 25px; }
.detail-actions .container { display: grid; gap: 10px; }
.detail-action-row { min-height: 76px; display: grid; grid-template-columns: 54px 1fr auto; align-items: center; gap: 20px; padding: 10px 23px; border-radius: 9px; background: linear-gradient(90deg, #eef5ff, #fafcff, #edf4ff); }
.detail-action-row > span { display: grid; place-items: center; width: 52px; height: 52px; border-radius: 50%; color: #fff; background: #064495; font-size: 24px; }
.detail-action-row p { display: flex; flex-direction: column; margin: 0; color: #345374; font-size: 9px; }
.detail-action-row strong { color: #073e89; font-size: 14px; }
.detail-action-row > a { display: inline-flex; align-items: center; justify-content: center; gap: 15px; min-width: 210px; min-height: 40px; padding: 0 20px; border: 1px solid #1261c3; border-radius: 6px; color: #0752b5; font-size: 9px; font-weight: 800; text-transform: uppercase; }
.detail-action-row > a.button-yellow { border-color: var(--color-yellow); color: #062e62; background: var(--color-yellow); }
.event-lightbox { width: min(900px, calc(100% - 30px)); padding: 0; border: 0; border-radius: 10px; background: #071e3b; box-shadow: 0 20px 60px rgba(0,0,0,.4); }
.event-lightbox::backdrop { background: rgba(0,20,45,.82); }
.event-lightbox img { width: 100%; max-height: 82vh; object-fit: contain; }
.event-lightbox > button { position: absolute; top: 10px; right: 10px; z-index: 2; display: grid; place-items: center; width: 38px; height: 38px; border: 0; border-radius: 50%; color: #073e89; background: #fff; cursor: pointer; }

@media (max-width: 1180px) {
    .container { width: min(calc(100% - 36px), var(--container)); }
    .main-nav { gap: 12px; font-size: 11px; }
    .header-actions .circle-action { display: none; }
    .header-actions .button { padding-inline: 13px; }
    .brand span { display: none; }
}

@media (max-width: 920px) {
    .madeira-stripe { height: 24px; }
    .site-header { height: 70px; }
    .brand span { display: block; }
    .menu-toggle { display: block; margin-left: auto; }
    .main-nav { position: absolute; top: 70px; left: 0; right: 0; display: none; align-items: stretch; flex-direction: column; gap: 0; padding: 10px 22px 18px; background: #005bb5; box-shadow: 0 10px 20px rgba(0,0,0,.2); }
    .main-nav.is-open { display: flex; }
    .main-nav > a, .nav-dropdown-toggle { min-height: 42px; }
    .main-nav > a::after, .nav-dropdown-toggle::after { bottom: 5px; right: auto; width: 34px; }
    .nav-dropdown { display: block; width: 100%; }
    .nav-dropdown-toggle { width: 100%; justify-content: flex-start; }
    .nav-submenu { position: static; display: none; visibility: visible; min-width: 0; margin: 0 0 6px 12px; padding: 4px; border-color: rgba(255,255,255,.16); color: #fff; background: rgba(0,48,108,.42); box-shadow: none; opacity: 1; transform: none; }
    .nav-dropdown:hover .nav-submenu, .nav-dropdown:focus-within .nav-submenu { display: none; transform: none; }
    .nav-dropdown.is-open .nav-submenu { display: block; transform: none; }
    .nav-submenu a, .nav-submenu-pending { color: #fff; }
    .nav-submenu a:hover, .nav-submenu a.is-active { color: #fff; background: rgba(255,255,255,.14); }
    .nav-submenu-pending { color: rgba(255,255,255,.62); }
    .header-actions { display: none; }
    .hero, .hero-inner { min-height: 470px; }
    .hero { background-image: linear-gradient(90deg, rgba(0,65,138,.92), rgba(0,59,128,.32)), var(--hero-image); background-position: 60% center; }
    .hero-copy { width: 70%; }
    .values { grid-template-columns: 1fr 1fr; }
    .values article { min-height: 80px; }
    .values article:nth-child(2) { border-right: 0; }
    .values article:nth-child(-n+2) { border-bottom: 1px solid var(--color-border); }
    .highlight-grid { grid-template-columns: 1fr 1fr; }
    .split-grid { grid-template-columns: 1fr; }
    .news { padding-left: 0; border-left: 0; }
    .newsletter-inner { gap: 35px; }
    .footer-grid { grid-template-columns: 1fr 1fr; }
    .footer-grid > div:nth-child(3) { border-left: 0; }
    .history-intro-grid { grid-template-columns: 1fr 1fr; }
    .history-facts { grid-column: 1 / -1; display: grid; grid-template-columns: repeat(4, 1fr); }
    .history-facts > div { margin: 0; padding: 12px; border-right: 1px solid var(--color-border); border-bottom: 0; }
    .history-facts > div:last-child { border-right: 0; }
    .timeline-section .container { overflow-x: auto; padding-bottom: 12px; }
    .timeline-section .history-heading { position: sticky; left: 0; width: max-content; }
    .timeline { min-width: 850px; }
    .representation-grid { grid-template-columns: 1fr; }
    .map-card { min-height: 250px; }
    .director-grid { grid-template-columns: repeat(3, 1fr); }
    .directors-section .director-grid { grid-template-columns: repeat(3, 1fr); }
    .assembly-grid { grid-template-columns: repeat(3, 1fr); max-width: none; }
    .fiscal-grid { grid-template-columns: repeat(3, 1fr); max-width: none; }
    .members-overview { align-items: stretch; flex-direction: column; }
    .member-totals { width: 100%; grid-template-columns: repeat(4, 1fr); }
    .member-toolbar { flex-wrap: wrap; padding-block: 10px; }
    .member-filters { overflow-x: auto; order: 1; width: 100%; }
    .member-search { order: 2; margin-left: 0; }
    .member-view-all { order: 3; margin-left: auto; }
    .member-grid { grid-template-columns: repeat(3, 1fr); }
    .agenda-layout { grid-template-columns: 1fr; }
    .agenda-sidebar { grid-template-columns: 1fr 1fr; }
    .agenda-event { grid-template-columns: 75px 1fr 190px 85px; }
    .event-detail-layout { grid-template-columns: 1fr; }
    .event-detail-sidebar { grid-template-columns: repeat(3, 1fr); }
}

@media (max-width: 620px) {
    .container { width: min(calc(100% - 28px), var(--container)); }
    .brand { font-size: 11px; }
    .brand img { width: 50px; height: 50px; }
    .hero, .hero-inner { min-height: 545px; }
    .hero { background-image: linear-gradient(180deg, rgba(0,55,122,.1), rgba(0,58,128,.96) 63%), var(--hero-image); background-position: 60% top; background-size: auto 100%; }
    .hero-inner { align-items: flex-end; }
    .hero-copy { width: 100%; padding-bottom: 67px; }
    .hero h1 { font-size: 34px; }
    .hero p br { display: none; }
    .hero-actions { flex-wrap: wrap; }
    .slider-dots { left: 50%; transform: translateX(-50%); }
    .values-wrap { margin-top: 0; }
    .values { grid-template-columns: 1fr; padding: 0 18px; }
    .values article, .values article:nth-child(2) { min-height: 90px; padding: 10px 4px; border-right: 0; border-bottom: 1px solid var(--color-border); }
    .values article:last-child { border-bottom: 0; }
    .highlight-grid { grid-template-columns: 1fr; }
    .feature-card { min-height: 310px; background-size: cover; }
    .event { grid-template-columns: 55px 1fr; }
    .event > span { grid-column: 2; }
    .news-list article { grid-template-columns: 110px 1fr; align-items: start; }
    .news-list img { width: 110px; height: 92px; }
    .news-list p br { display: none; }
    .newsletter-inner { flex-direction: column; align-items: stretch; gap: 20px; padding-block: 25px; }
    .newsletter-form { width: 100%; }
    .footer-grid { grid-template-columns: 1fr; }
    .footer-grid > div + div { padding: 18px 0 0; border-left: 0; border-top: 1px solid rgba(255,255,255,.25); }
    .footer-bottom { flex-direction: column; align-items: flex-start; gap: 10px; padding-block: 15px; }
    .footer-bottom p { margin: 0; }
    .footer-bottom div { gap: 18px; }
    .history-hero, .history-hero-inner { min-height: 400px; }
    .history-hero { background-image: linear-gradient(180deg, rgba(0,55,122,.15), rgba(0,58,128,.98) 70%), var(--history-hero); background-position: 62% top; }
    .history-hero-copy { margin-top: auto; padding-bottom: 45px; }
    .history-hero-copy p br { display: none; }
    .history-intro-grid { grid-template-columns: 1fr; }
    .history-photo { order: 2; }
    .history-facts { order: 3; grid-column: auto; grid-template-columns: 1fr 1fr; }
    .history-facts > div, .history-facts > div:last-child { min-height: 90px; border-right: 1px solid var(--color-border); border-bottom: 1px solid var(--color-border); }
    .history-facts > div:nth-child(2n) { border-right: 0; }
    .history-facts > div:nth-last-child(-n+2) { border-bottom: 0; }
    .history-heading h2 { font-size: 21px; }
    .history-copy blockquote { width: 100%; }
    .representation-stats { grid-template-columns: 1fr 1fr; gap: 20px 10px; }
    .map-card { grid-template-columns: 1fr; }
    .map-canvas { min-height: 235px; }
    .map-legend { border-top: 1px solid #d7e2ef; border-left: 0; }
    .map-legend ul { display: grid; grid-template-columns: 1fr 1fr; }
    .map-pin b { display: none; }
    .history-values .values { padding-inline: 16px; }
    .team-hero, .team-hero-inner { min-height: 430px; }
    .team-hero { background-image: linear-gradient(180deg, rgba(0,50,115,.1), rgba(0,57,126,.98) 70%), var(--team-hero); background-position: 62% top; }
    .team-hero-copy { margin-top: auto; padding-bottom: 42px; }
    .team-hero-copy p br { display: none; }
    .team-section-heading { align-items: flex-start; flex-direction: column; }
    .soft-link { margin: -5px 0 15px 63px; }
    .director-grid { grid-template-columns: 1fr; }
    .directors-section .director-grid { grid-template-columns: 1fr; }
    .assembly-grid { grid-template-columns: 1fr; }
    .fiscal-grid { grid-template-columns: 1fr; }
    .director-card { min-height: 0; }
    .member-totals { grid-template-columns: 1fr 1fr; }
    .member-toolbar { align-items: stretch; flex-direction: column; }
    .member-filters { padding-bottom: 3px; }
    .member-search { width: 100%; }
    .member-view-all { align-self: flex-start; margin-left: 0; }
    .member-grid { grid-template-columns: 1fr 1fr; gap: 14px; }
    .member-image { height: 160px; }
    .join-cta-inner { align-items: stretch; flex-direction: column; gap: 15px; }
    .join-cta-inner .button { align-self: stretch; }
    .agenda-hero, .agenda-hero-inner { min-height: 430px; }
    .agenda-hero { background-image: linear-gradient(180deg, rgba(0,50,115,.1), rgba(0,57,126,.98) 70%), var(--agenda-hero); background-position: 61% top; }
    .agenda-hero-copy { margin-top: auto; padding-bottom: 40px; }
    .agenda-hero-copy p br { display: none; }
    .agenda-event { grid-template-columns: 62px 1fr; gap: 11px; }
    .agenda-date { grid-row: 1 / 3; }
    .agenda-event-image { grid-column: 1 / -1; height: 175px; }
    .agenda-details { grid-column: 1 / -1; }
    .agenda-sidebar { grid-template-columns: 1fr; }
    .agenda-cta .join-cta-inner p br { display: none; }
    .detail-hero, .detail-hero-inner { min-height: 440px; }
    .detail-hero { background-image: linear-gradient(180deg, rgba(0,50,115,.08), rgba(0,51,114,.98) 69%), var(--detail-hero); background-position: 61% top; }
    .detail-hero-copy { margin-top: auto; padding-bottom: 40px; }
    .detail-hero-copy p br { display: none; }
    .event-detail-card { padding: 14px; }
    .event-detail-header { grid-template-columns: 72px 1fr; gap: 15px; padding-inline: 0; }
    .event-detail-summary h2 { font-size: 21px; }
    .event-detail-summary > div { flex-wrap: wrap; }
    .event-meta-grid { grid-template-columns: 1fr 1fr; }
    .event-meta-grid > div:nth-child(2) { border-right: 0; }
    .event-meta-grid > div:nth-child(-n+2) { border-bottom: 1px solid #dfe6ef; }
    .event-detail-body { grid-template-columns: 1fr; }
    .event-detail-sidebar { grid-template-columns: 1fr; }
    .event-gallery-item { height: 130px; }
    .detail-action-row { grid-template-columns: 52px 1fr; }
    .detail-action-row > a { grid-column: 1 / -1; width: 100%; }
}

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