:root {
  --navy: #07182d;
  --navy-2: #0b2544;
  --blue: #008fd3;
  --cyan: #20b8e8;
  --yellow: #ffc928;
  --ink: #102033;
  --muted: #657285;
  --line: #dfe5ec;
  --paper: #f4f7fa;
  --white: #ffffff;
  --radius: 18px;
  --shadow: 0 24px 70px rgba(7, 24, 45, 0.13);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 90px; }
body { margin: 0; color: var(--ink); background: var(--white); font-family: Arial, "Segoe UI", sans-serif; font-weight: 540; -webkit-font-smoothing: antialiased; }
a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; }
button, input, textarea { font: inherit; }
.container { width: min(1180px, calc(100% - 48px)); margin: 0 auto; }
.section { padding: 112px 0; }
.eyebrow { margin: 0 0 18px; color: var(--blue); font-size: 12px; font-weight: 800; letter-spacing: .2em; text-transform: uppercase; }
.eyebrow.light { color: var(--yellow); }
h1, h2, h3, p { margin-top: 0; }
h1, h2, h3 { font-weight: 900; }
h2 { margin-bottom: 24px; color: var(--navy); font-size: clamp(38px, 5vw, 64px); line-height: .98; letter-spacing: -.052em; }

.scroll-progress { position: fixed; z-index: 100; inset: 0 auto auto 0; width: calc(var(--scroll-progress, 0) * 100%); height: 4px; background: linear-gradient(90deg, var(--blue), var(--yellow)); box-shadow: 0 0 18px rgba(32,184,232,.55); pointer-events: none; }
.scroll-reveal { opacity: 0; transform: translate3d(0, 42px, 0) scale(.985); transition: opacity .8s cubic-bezier(.2,.7,.2,1), transform .9s cubic-bezier(.2,.7,.2,1); transition-delay: var(--reveal-delay, 0ms); will-change: opacity, transform; }
.scroll-reveal.is-visible { opacity: 1; transform: translate3d(0, 0, 0) scale(1); }
.calendar-row.scroll-reveal, .document-list a.scroll-reveal { transform: translate3d(-28px, 0, 0); }
.calendar-row.scroll-reveal.is-visible, .document-list a.scroll-reveal.is-visible { transform: translate3d(0, 0, 0); }

.site-header { position: fixed; z-index: 50; inset: 0 0 auto; height: 86px; color: var(--navy); background: rgba(255,255,255,.96); border-top: 2px solid var(--navy); border-bottom: 6px solid var(--yellow); box-shadow: inset 0 -2px 0 var(--blue), 0 8px 24px rgba(7,24,45,.08); backdrop-filter: blur(16px); }
.header-inner { position: relative; width: min(1240px, calc(100% - 40px)); height: 100%; margin: 0 auto; padding-left: 150px; display: flex; align-items: center; gap: 30px; }
.brand { position: absolute; z-index: 2; top: 12px; left: 0; display: block; }
.brand img { width: 126px; height: 126px; object-fit: contain; border-radius: 50%; filter: drop-shadow(0 10px 15px rgba(7,24,45,.18)); transition: transform .3s ease; }
.brand:hover img { transform: translateY(2px) scale(1.02); }
.desktop-nav { display: flex; align-items: center; gap: 28px; margin-left: auto; }
.desktop-nav a { color: rgba(7,24,45,.78); font-size: 13px; font-weight: 800; transition: color .2s, transform .2s; }
.desktop-nav a:hover { color: var(--blue); }
.header-cta { padding: 12px 19px; color: var(--navy); background: var(--yellow); border-radius: 999px; font-size: 12px; font-weight: 850; letter-spacing: .04em; text-transform: uppercase; }
.mobile-nav { display: none; position: relative; margin-left: auto; }
.mobile-nav summary { width: 46px; height: 46px; display: grid; place-content: center; gap: 5px; list-style: none; border: 1px solid rgba(7,24,45,.2); border-radius: 50%; cursor: pointer; }
.mobile-nav summary::-webkit-details-marker { display: none; }
.mobile-nav summary span { display: block; width: 18px; height: 1px; background: var(--navy); }
.mobile-nav > div { position: absolute; top: 56px; right: 0; width: 240px; padding: 12px; color: white; background: var(--navy); border: 1px solid rgba(255,255,255,.13); border-radius: 16px; box-shadow: var(--shadow); }
.mobile-nav a { display: block; padding: 13px 14px; border-radius: 9px; font-size: 14px; }
.mobile-nav a:hover { background: rgba(255,255,255,.08); }

.hero { position: relative; min-height: 790px; height: 100svh; overflow: hidden; color: var(--navy); background: linear-gradient(135deg, #fff 0%, #f7f8fa 100%); isolation: isolate; }
.hero::after { content: ""; position: absolute; z-index: 0; inset: 86px 0 auto; height: 1px; background: linear-gradient(90deg, transparent, rgba(7,24,45,.08), transparent); }
.hero-grid { position: relative; z-index: 2; min-height: 100%; display: flex; align-items: center; padding-top: 86px; }
.hero-content { position: relative; z-index: 3; width: min(42%, 500px); padding: 52px 0 54px; animation: hero-in 1s .12s cubic-bezier(.2,.75,.2,1) both; }
.hero h1 { max-width: 500px; margin-bottom: 25px; color: var(--navy); font-size: clamp(44px, 4.7vw, 68px); font-weight: 950; line-height: .98; letter-spacing: -.055em; }
.hero h1 span { display: block; white-space: nowrap; }
.hero-copy { max-width: 450px; margin-bottom: 32px; color: rgba(7,24,45,.7); font-size: 18px; font-weight: 650; line-height: 1.58; }
.hero .eyebrow.light { color: var(--blue); font-weight: 900; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; }
.button { position: relative; min-height: 52px; overflow: hidden; display: inline-flex; align-items: center; justify-content: center; gap: 26px; padding: 0 24px; border: 1px solid transparent; border-radius: 999px; font-size: 13px; font-weight: 800; text-transform: uppercase; letter-spacing: .05em; transition: transform .2s, background .2s; isolation: isolate; }
.hero-actions .button::after { content: ""; position: absolute; z-index: -1; top: -70%; left: -42%; width: 26%; height: 240%; background: linear-gradient(90deg, transparent, rgba(255,255,255,.82), transparent); transform: rotate(20deg); animation: button-shine 3.6s ease-in-out infinite; }
.hero-actions .button:nth-child(2)::after { animation-delay: 1.15s; background: linear-gradient(90deg, transparent, rgba(32,184,232,.38), transparent); }
.button:hover { transform: translateY(-2px); }
.button.primary { color: white; background: var(--navy); box-shadow: 0 12px 28px rgba(7,24,45,.2); }
.button.primary span { color: var(--yellow); }
.button.ghost { color: var(--navy); border-color: rgba(7,24,45,.28); background: rgba(255,255,255,.58); backdrop-filter: blur(8px); }
.hero-quote { position: relative; width: min(100%, 430px); margin-top: 30px; padding: 18px 22px 18px 52px; background: rgba(7,24,45,.94); border: 1px solid rgba(255,255,255,.18); border-radius: 14px; color: white; box-shadow: 0 18px 45px rgba(7,24,45,.16); animation: quote-in 1s .65s cubic-bezier(.2,.75,.2,1) both; }
.hero-quote > span { position: absolute; left: 22px; top: 16px; color: var(--blue); font: 700 50px/1 Georgia, serif; }
.hero-quote p { margin: 0; font: italic 14px/1.45 Georgia, serif; }
.hero-visual { position: absolute; z-index: 1; inset: 86px -7vw 0 42%; display: block; pointer-events: none; animation: visual-in 1.1s .16s cubic-bezier(.2,.75,.2,1) both; }
.hero-visual img { width: 100%; height: 100%; object-fit: contain; object-position: right bottom; transform: translate3d(0, calc(var(--hero-shift, 0px) * .18), 0); transition: transform .08s linear; }
.hero-watermark { position: absolute; z-index: 0; left: max(22px, calc((100vw - 1180px) / 2)); bottom: 24px; color: transparent; font-size: clamp(70px, 10vw, 160px); font-weight: 950; letter-spacing: -.07em; line-height: .72; -webkit-text-stroke: 1.5px rgba(7,24,45,.07); text-stroke: 1.5px rgba(7,24,45,.07); user-select: none; }

@keyframes hero-in { from { opacity: 0; transform: translate3d(-42px, 20px, 0); } to { opacity: 1; transform: translate3d(0,0,0); } }
@keyframes quote-in { from { opacity: 0; transform: translate3d(32px, 18px, 0); } to { opacity: 1; transform: translate3d(0,0,0); } }
@keyframes visual-in { from { opacity: 0; transform: translate3d(40px, 0, 0) scale(.985); } to { opacity: 1; transform: translate3d(0,0,0) scale(1); } }
@keyframes button-shine { 0%, 58% { left: -42%; opacity: 0; } 64% { opacity: 1; } 82%, 100% { left: 122%; opacity: 0; } }
@keyframes stat-pulse { 0% { opacity: .25; transform: translateY(12px) scale(.82); } 65% { transform: translateY(-2px) scale(1.07); } 100% { opacity: 1; transform: translateY(0) scale(1); } }

.stats { position: relative; z-index: 3; margin-top: -1px; background: var(--yellow); }
.stats-grid { display: grid; grid-template-columns: repeat(4, 1fr); }
.stats-grid div { min-height: 128px; display: flex; flex-direction: column; justify-content: center; padding: 25px 34px; border-right: 1px solid rgba(7,24,45,.18); }
.stats-grid div:last-child { border-right: 0; }
.stats-grid strong { display: inline-block; width: max-content; color: var(--navy); font-size: 31px; line-height: 1; letter-spacing: -.04em; animation: stat-pulse .9s .25s cubic-bezier(.2,.8,.2,1) both; }
.stats-grid div:nth-child(2) strong { animation-delay: .38s; }
.stats-grid div:nth-child(3) strong { animation-delay: .51s; }
.stats-grid div:nth-child(4) strong { animation-delay: .64s; }
.stats-grid span { margin-top: 9px; color: rgba(7,24,45,.68); font-size: 11px; font-weight: 750; letter-spacing: .08em; text-transform: uppercase; }

.about-grid { display: grid; grid-template-columns: minmax(0, .94fr) minmax(0, 1.06fr); align-items: center; gap: clamp(55px, 8vw, 110px); }
.about-photo-wrap { position: relative; }
.about-photo { width: 100%; aspect-ratio: .86; object-fit: cover; border-radius: var(--radius); box-shadow: var(--shadow); }
.about-photo-wrap::before { content: ""; position: absolute; inset: -22px 22px 22px -22px; z-index: -1; background: var(--paper); border-radius: var(--radius); }
.about-badge { position: absolute; right: -28px; bottom: 34px; width: 150px; height: 150px; display: flex; flex-direction: column; align-items: center; justify-content: center; color: var(--navy); background: var(--yellow); border: 9px solid white; border-radius: 50%; transform: rotate(-7deg); }
.about-badge strong { font: italic 30px/1 Georgia, serif; }
.about-badge span { margin-top: 4px; font-size: 11px; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.about-content .lead { color: var(--ink); font-size: 19px; font-weight: 650; line-height: 1.65; }
.about-content > p:not(.eyebrow):not(.lead) { color: var(--muted); line-height: 1.75; }
.recognition { display: flex; gap: 14px; margin-top: 30px; padding: 19px 20px; background: var(--paper); border-left: 4px solid var(--blue); border-radius: 0 12px 12px 0; }
.recognition span { width: 24px; height: 24px; flex: 0 0 auto; display: grid; place-items: center; color: white; background: var(--blue); border-radius: 50%; font-size: 12px; }
.recognition p { margin: 0; color: var(--navy); font-size: 13px; font-weight: 650; line-height: 1.5; }

.calendar-section { background: var(--paper); }
.section-heading { margin-bottom: 48px; }
.split-heading { display: flex; align-items: end; justify-content: space-between; gap: 50px; }
.split-heading h2 { margin-bottom: 0; }
.split-heading > p { max-width: 430px; margin: 0 0 5px; color: var(--muted); line-height: 1.65; }
.event-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; }
.event-card { position: relative; min-height: 390px; overflow: hidden; display: block; border-radius: var(--radius); background: var(--navy); box-shadow: 0 12px 30px rgba(7,24,45,.11); }
.event-card img { width: 100%; height: 100%; object-fit: cover; transition: transform .5s; }
.event-card:hover img { transform: scale(1.04); }
.event-shade { position: absolute; inset: 0; background: linear-gradient(0deg, rgba(3,14,28,.95), rgba(3,14,28,0) 67%); }
.event-info { position: absolute; inset: auto 22px 22px; display: flex; align-items: end; gap: 18px; }
.event-info > span { flex: 0 0 56px; color: var(--yellow); font-size: 19px; font-weight: 900; line-height: 1; }
.event-info small { display: block; margin-top: 6px; color: rgba(255,255,255,.55); font-size: 9px; letter-spacing: .12em; }
.event-info h3 { margin: 0; color: white; font-size: 19px; font-weight: 900; line-height: 1.15; }
.calendar-list { display: grid; grid-template-columns: 1fr 1fr; gap: 0 42px; margin-top: 54px; border-top: 1px solid var(--line); }
.calendar-row { min-height: 76px; display: grid; grid-template-columns: 75px 1fr auto; align-items: center; gap: 14px; border-bottom: 1px solid var(--line); }
.calendar-row > span { color: var(--blue); font-size: 13px; font-weight: 900; }
.calendar-row small { display: block; margin-top: 3px; color: #94a0ae; font-size: 8px; letter-spacing: .1em; }
.calendar-row strong { color: var(--navy); font-size: 14px; }
.calendar-row b { color: #a0a9b4; font-weight: 400; }

.news-section { background: white; }
.text-link { align-self: center; display: inline-flex; gap: 8px; color: var(--blue); font-size: 13px; font-weight: 800; text-transform: uppercase; }
.news-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 28px; }
.news-image { position: relative; display: block; aspect-ratio: 1.2; overflow: hidden; background: var(--paper); border-radius: var(--radius); }
.news-image img { width: 100%; height: 100%; object-fit: cover; transition: transform .5s; }
.news-image > span { position: absolute; top: 14px; right: 14px; width: 42px; height: 42px; display: grid; place-items: center; color: var(--navy); background: var(--yellow); border-radius: 50%; transform: translateY(-60px); transition: transform .3s; }
.news-card:hover .news-image img { transform: scale(1.035); }
.news-card:hover .news-image > span { transform: translateY(0); }
.news-card > p { margin: 21px 0 12px; color: var(--blue); font-size: 10px; font-weight: 850; letter-spacing: .13em; }
.news-card h3 { margin-bottom: 17px; color: var(--navy); font-size: 20px; font-weight: 900; line-height: 1.35; letter-spacing: -.025em; }
.read-more { display: inline-flex; gap: 10px; color: var(--muted); font-size: 12px; font-weight: 750; text-transform: uppercase; }
.read-more span { color: var(--blue); }

.projects-section { position: relative; overflow: hidden; background: var(--navy); }
.projects-section::before { content: ""; position: absolute; width: 520px; height: 520px; top: -300px; right: -150px; border: 1px solid rgba(255,255,255,.1); border-radius: 50%; box-shadow: 0 0 0 70px rgba(255,255,255,.025), 0 0 0 140px rgba(255,255,255,.02); }
.centered { max-width: 760px; margin-left: auto; margin-right: auto; text-align: center; }
.centered h2 { color: inherit; }
.centered > p:last-child { max-width: 580px; margin-left: auto; margin-right: auto; color: rgba(255,255,255,.62); line-height: 1.6; }
.projects-section .section-heading { color: white; }
.project-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.project-card { position: relative; min-height: 430px; overflow: hidden; display: flex; flex-direction: column; background: rgba(255,255,255,.06); border: 1px solid rgba(255,255,255,.12); border-radius: var(--radius); }
.project-number { position: absolute; z-index: 2; top: 18px; left: 18px; width: 42px; height: 42px; display: grid; place-items: center; color: var(--navy); background: var(--yellow); border-radius: 50%; font-size: 11px; font-weight: 900; }
.project-image { height: 248px; display: grid; place-items: center; padding: 28px; background: white; }
.project-image img { width: 100%; height: 100%; object-fit: contain; }
.project-copy { padding: 27px; color: white; }
.project-copy h3 { margin-bottom: 10px; font-size: 24px; font-weight: 900; }
.project-copy p { margin: 0; color: rgba(255,255,255,.58); font-size: 14px; line-height: 1.6; }

.documents-section { background: var(--navy-2); color: white; }
.documents-grid { display: grid; grid-template-columns: .75fr 1.25fr; gap: 90px; align-items: start; }
.documents-intro { position: sticky; top: 120px; }
.documents-intro h2 { color: white; }
.documents-intro > p:not(.eyebrow) { color: rgba(255,255,255,.62); line-height: 1.7; }
.document-mark { display: flex; align-items: center; gap: 14px; margin-top: 34px; padding-top: 25px; border-top: 1px solid rgba(255,255,255,.14); }
.document-mark img { width: 52px; height: 52px; border-radius: 50%; }
.document-mark span { max-width: 210px; color: rgba(255,255,255,.63); font-size: 11px; font-weight: 700; line-height: 1.45; text-transform: uppercase; letter-spacing: .08em; }
.document-list { border-top: 1px solid rgba(255,255,255,.16); }
.document-list a { min-height: 88px; display: grid; grid-template-columns: 46px 1fr auto; align-items: center; gap: 12px; border-bottom: 1px solid rgba(255,255,255,.16); transition: background .2s, padding .2s; }
.document-list a:hover { padding: 0 16px; background: rgba(255,255,255,.06); }
.document-list span { color: var(--cyan); font-size: 11px; font-weight: 800; }
.document-list strong { font-size: 17px; text-transform: uppercase; letter-spacing: .03em; }
.document-list a > span:last-child { color: var(--yellow); font-size: 18px; }

.affiliations { background: var(--paper); }
.affiliations .centered { color: var(--navy); }
.affiliation-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.affiliation-grid > div, .affiliation-grid > a { min-height: 220px; display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 18px; padding: 26px; background: white; border: 1px solid var(--line); border-radius: var(--radius); text-align: center; transition: transform .2s, box-shadow .2s; }
.affiliation-grid > a:hover { transform: translateY(-3px); box-shadow: 0 16px 40px rgba(7,24,45,.1); }
.affiliation-grid img { width: 98px; height: 98px; object-fit: contain; filter: drop-shadow(0 8px 14px rgba(7,24,45,.09)); }
.affiliation-grid span { max-width: 230px; color: var(--navy); font-size: 12px; font-weight: 800; text-transform: uppercase; letter-spacing: .06em; line-height: 1.4; }
.partner-link { margin-top: 28px; display: flex; justify-content: space-between; padding: 21px 24px; color: var(--navy); background: var(--yellow); border-radius: 13px; font-size: 14px; font-weight: 800; }
.partner-link span { color: rgba(7,24,45,.67); }

.contact-section { position: relative; overflow: hidden; padding: 115px 0; color: white; background: var(--navy); }
.contact-image, .contact-overlay { position: absolute; inset: 0; }
.contact-image { background: url('images/corredor-contato.jpg') center / cover no-repeat; }
.contact-overlay { background: linear-gradient(90deg, rgba(3,16,31,.97) 0%, rgba(3,16,31,.91) 50%, rgba(3,16,31,.7) 100%); }
.contact-grid { position: relative; z-index: 2; display: grid; grid-template-columns: .9fr 1.1fr; align-items: center; gap: clamp(55px, 8vw, 100px); }
.contact-copy h2 { color: white; }
.contact-copy > p:not(.eyebrow) { max-width: 500px; color: rgba(255,255,255,.67); font-size: 17px; line-height: 1.7; }
.contact-links { margin-top: 36px; display: flex; flex-direction: column; gap: 12px; }
.contact-links a { display: flex; flex-direction: column; gap: 4px; }
.contact-links span { color: var(--yellow); font-size: 9px; font-weight: 900; letter-spacing: .15em; text-transform: uppercase; }
.contact-links strong { font-size: 15px; }
.contact-form { padding: 38px; color: var(--ink); background: white; border-radius: var(--radius); box-shadow: var(--shadow); }
.contact-form h3 { margin-bottom: 25px; color: var(--navy); font-size: 28px; }
.contact-form label { display: flex; flex-direction: column; gap: 9px; margin-bottom: 18px; color: var(--navy); font-size: 12px; font-weight: 850; letter-spacing: .07em; text-transform: uppercase; }
.contact-form input, .contact-form textarea { width: 100%; padding: 15px 16px; color: var(--ink); background: var(--paper); border: 1px solid transparent; border-radius: 9px; outline: none; font-size: 16px; text-transform: none; resize: vertical; }
.contact-form input:focus, .contact-form textarea:focus { border-color: var(--blue); background: white; }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
.contact-form button { width: 100%; min-height: 55px; display: flex; align-items: center; justify-content: center; gap: 22px; color: var(--navy); background: var(--yellow); border: 0; border-radius: 999px; font-size: 14px; font-weight: 900; letter-spacing: .05em; text-transform: uppercase; cursor: pointer; }
.contact-honeypot { position: absolute !important; width: 1px !important; height: 1px !important; overflow: hidden !important; clip: rect(0,0,0,0) !important; white-space: nowrap !important; }
.site-alert { margin: -5px 0 22px; padding: 13px 15px; border-radius: 10px; font-size: 14px; font-weight: 700; line-height: 1.45; }
.site-alert.success { color: #075b42; background: #e6f7ef; border: 1px solid #aee2cb; }
.site-alert.error { color: #8c2d25; background: #fff0ee; border: 1px solid #efc1bc; }
.public-empty { padding: 34px; color: var(--muted); background: white; border: 1px solid var(--line); border-radius: var(--radius); text-align: center; }

.site-inner-hero, .article-hero { padding: 190px 0 90px; color: white; background: linear-gradient(135deg, var(--navy), var(--navy-2)); }
.site-inner-hero h1, .article-hero h1 { max-width: 920px; margin: 0 0 22px; font-size: clamp(45px, 7vw, 82px); line-height: .98; letter-spacing: -.055em; }
.site-inner-hero > .container > p:last-child { max-width: 650px; color: rgba(255,255,255,.68); font-size: 18px; line-height: 1.65; }
.news-archive { background: var(--paper); }
.news-archive .news-grid { row-gap: 58px; }
.news-excerpt { margin: -4px 0 18px; color: var(--muted); font-size: 14px; line-height: 1.6; }
.article-back { display: inline-flex; margin-bottom: 42px; color: var(--yellow); font-size: 13px; font-weight: 800; text-transform: uppercase; letter-spacing: .06em; }
.article-hero time { color: rgba(255,255,255,.58); font-size: 12px; font-weight: 800; letter-spacing: .1em; }
.article-content { max-width: 940px; padding-top: 70px; padding-bottom: 110px; }
.article-cover { width: 100%; max-height: 620px; object-fit: cover; margin: 0 0 52px; border-radius: var(--radius); box-shadow: var(--shadow); }
.article-lead { color: var(--navy); font-size: clamp(22px, 3vw, 30px); font-weight: 750; line-height: 1.45; }
.article-body { color: #435166; font-size: 18px; line-height: 1.85; }
.article-body h2, .article-body h3, .article-body h4 { margin-top: 1.7em; margin-bottom: .65em; color: var(--navy); line-height: 1.18; letter-spacing: -.03em; }
.article-body h2 { font-size: clamp(30px,4vw,46px); }.article-body h3 { font-size: clamp(25px,3vw,34px); }.article-body h4 { font-size: 23px; }
.article-body p, .article-body ul, .article-body ol, .article-body blockquote { margin-bottom: 1.35em; }
.article-body blockquote { padding: 20px 24px; border-left: 5px solid var(--blue); background: var(--paper); color: var(--navy); font-size: 1.08em; }
.article-body img { display: block; max-width: 100%; height: auto; margin: 34px auto; border-radius: var(--radius); }
.article-body a { color: var(--blue); font-weight: 750; text-decoration: underline; text-underline-offset: 3px; }
.article-action { margin-top: 45px; }
.article-return-link { display: flex; align-items: center; gap: 9px; width: max-content; margin-top: 28px; color: var(--blue); font-size: 13px; font-weight: 800; }
.event-public-facts { display: grid; grid-template-columns: repeat(3,1fr); gap: 12px; margin: 0 0 42px; }
.event-public-facts > div { padding: 18px; border: 1px solid var(--line); border-radius: 12px; background: var(--paper); }
.event-public-facts small, .event-public-facts b { display: block; }.event-public-facts small { margin-bottom: 7px; color: var(--blue); font-size: 9px; font-weight: 850; letter-spacing: .1em; }.event-public-facts b { color: var(--navy); font-size: 14px; }
.site-error-page { min-height: 75vh; display: grid; align-items: center; padding: 170px 0 90px; background: var(--paper); }
.site-error-page h1 { max-width: 750px; color: var(--navy); font-size: clamp(42px, 6vw, 72px); line-height: 1; letter-spacing: -.05em; }
.site-error-page p:not(.eyebrow) { margin-bottom: 30px; color: var(--muted); font-size: 18px; }

footer { padding: 70px 0 25px; color: white; background: #040f1e; }
.footer-grid { display: grid; grid-template-columns: 1.5fr 1fr 1fr 1.25fr; gap: 60px; padding-bottom: 55px; }
.footer-brand img { width: 86px; height: 86px; border-radius: 50%; }
.footer-brand p { max-width: 250px; margin-top: 18px; color: rgba(255,255,255,.58); font-size: 13px; line-height: 1.5; }
.footer-grid > div:not(.footer-brand) { display: flex; flex-direction: column; gap: 11px; }
.footer-grid span { margin-bottom: 8px; color: var(--yellow); font-size: 10px; font-weight: 850; letter-spacing: .13em; text-transform: uppercase; }
.footer-grid a, .footer-grid > div:not(.footer-brand) p { margin: 0; color: rgba(255,255,255,.65); font-size: 13px; line-height: 1.5; }
.footer-grid a:hover { color: white; }
.footer-bottom { min-height: 62px; display: flex; align-items: end; justify-content: space-between; gap: 25px; padding-top: 22px; border-top: 1px solid rgba(255,255,255,.1); color: rgba(255,255,255,.38); font-size: 11px; }
.footer-bottom div { display: flex; gap: 20px; }

@media (max-width: 1050px) {
  .header-inner { padding-left: 118px; }
  .brand img { width: 104px; height: 104px; }
  .desktop-nav { display: none; }
  .mobile-nav { display: block; }
  .header-cta { margin-left: auto; }
  .hero-quote { display: none; }
  .hero { height: auto; min-height: 0; overflow: hidden; }
  .hero-grid { min-height: 0; flex-direction: column; align-items: stretch; padding-top: 86px; }
  .hero-content { width: 100%; max-width: 720px; padding: 72px 0 18px; }
  .hero h1 { max-width: 620px; font-size: clamp(46px, 7vw, 64px); }
  .hero-copy { max-width: 600px; }
  .hero-visual { position: relative; inset: auto; width: min(100%, 760px); aspect-ratio: 1; margin: 0 auto; overflow: visible; }
  .hero-visual img { object-fit: contain; object-position: center bottom; transform: translate3d(0, calc(var(--hero-shift, 0px) * .08), 0); }
  .hero-watermark { left: 20px; bottom: 24px; font-size: 16vw; }
  .event-grid { grid-template-columns: repeat(2, 1fr); }
  .event-card { min-height: 420px; }
  .project-grid { grid-template-columns: 1fr; }
  .project-card { min-height: 0; display: grid; grid-template-columns: 270px 1fr; }
  .project-image { height: 270px; }
  .project-copy { align-self: center; }
  .documents-grid { gap: 50px; }
}

@media (max-width: 760px) {
  .container { width: min(100% - 32px, 1180px); }
  .section { padding: 78px 0; }
  .site-header { height: 76px; }
  .header-inner { width: calc(100% - 28px); padding-left: 75px; }
  .brand { top: 8px; }
  .brand img { width: 70px; height: 70px; }
  .header-cta { display: none; }
  .hero { height: auto; min-height: 0; padding-bottom: 0; color: var(--navy); background: linear-gradient(180deg, #fff 0%, #f7f8fa 100%); }
  .hero-grid { padding-top: 76px; }
  .hero-content { width: 100%; padding: 54px 0 14px; }
  .hero h1 { color: var(--navy); font-size: clamp(36px, 10vw, 48px); line-height: 1; }
  .hero-copy { color: rgba(7,24,45,.72); font-size: 16px; }
  .hero .eyebrow.light { color: var(--blue); }
  .button.primary { color: white; background: var(--navy); }
  .button.primary span { color: var(--yellow); }
  .button.ghost { color: var(--navy); border-color: rgba(7,24,45,.25); background: rgba(255,255,255,.7); }
  .hero-actions { flex-direction: column; align-items: stretch; }
  .hero-visual { width: min(100%, 560px); aspect-ratio: 1; margin-top: 0; }
  .hero-visual img { object-fit: contain; object-position: center bottom; transform: none; }
  .hero-watermark { left: 12px; bottom: 18px; color: transparent; font-size: 22vw; -webkit-text-stroke-color: rgba(7,24,45,.08); }
  .stats-grid { grid-template-columns: 1fr 1fr; }
  .stats-grid div { min-height: 106px; padding: 20px; border-bottom: 1px solid rgba(7,24,45,.18); }
  .stats-grid div:nth-child(2) { border-right: 0; }
  .about-grid, .documents-grid, .contact-grid { grid-template-columns: 1fr; }
  .about-photo-wrap { margin-left: 12px; }
  .about-badge { width: 120px; height: 120px; right: -10px; bottom: 20px; }
  .about-content { margin-top: 10px; }
  .split-heading { display: block; }
  .split-heading > p, .split-heading > a { margin-top: 22px; }
  .event-grid, .news-grid, .affiliation-grid { grid-template-columns: 1fr; }
  .event-card { min-height: 410px; }
  .calendar-list { grid-template-columns: 1fr; }
  .project-card { display: block; }
  .project-image { height: 260px; }
  .documents-intro { position: static; }
  .form-row { grid-template-columns: 1fr; gap: 0; }
  .contact-form { padding: 27px 22px; }
  .footer-grid { grid-template-columns: 1fr 1fr; gap: 40px 25px; }
  .footer-brand { grid-column: 1 / -1; }
  .footer-bottom { align-items: flex-start; flex-direction: column; }
  .site-inner-hero, .article-hero { padding: 145px 0 68px; }
  .article-content { padding-top: 38px; padding-bottom: 75px; }
  .article-cover { margin-bottom: 32px; }
  .article-body { font-size: 17px; }
  .event-public-facts { grid-template-columns: 1fr; }
}

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