:root {
    --blue: #266d91;
    --blue-deep: #123f69;
    --blue-dark: #0c3153;
    --blue-light: #3ea3ff;
    --green: #0f8452;
    --green-light: #dff3e9;
    --gold: #ffb829;
    --gold-dark: #b86b08;
    --red: #ea4242;
    --terracotta: #ba662d;
    --ink: #17324f;
    --body: #52657a;
    --muted: #74859a;
    --paper: #fff;
    --soft: #eef5f9;
    --line: #d8e5ee;
    --shadow-sm: 0 10px 30px rgba(18, 63, 105, .08);
    --shadow-lg: 0 24px 60px rgba(18, 63, 105, .15);
    --radius-sm: 12px;
    --radius: 20px;
    --radius-lg: 32px;
    --container: 1240px;
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--body); background: var(--paper); font-family: "DM Sans", Corbel, "Helvetica Neue", Arial, sans-serif; font-size: 16px; line-height: 1.6; -webkit-font-smoothing: antialiased; }
body.menu-open { overflow: hidden; }
img { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button, input, select, textarea { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
h1, h2, h3, h4, p { margin-top: 0; }
h1, h2, h3, h4 { color: var(--ink); font-family: "DM Sans", Corbel, "Helvetica Neue", Arial, sans-serif; line-height: 1.14; letter-spacing: -.035em; }
button { cursor: pointer; }
:focus-visible { outline: 3px solid rgba(62, 163, 255, .55); outline-offset: 3px; }
[hidden] { display: none !important; }

.portal-container { width: min(calc(100% - 40px), 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: 999; top: 12px; left: 12px; transform: translateY(-150%); padding: 10px 16px; border-radius: 8px; color: #fff; background: var(--blue-deep); font-weight: 700; }
.skip-link:focus { transform: translateY(0); }

.site-header { position: relative; z-index: 50; background: rgba(255, 255, 255, .97); transition: box-shadow .25s ease, transform .25s ease; }
.site-header.is-stuck { position: sticky; top: 0; box-shadow: 0 8px 28px rgba(18, 63, 105, .12); }
.site-header__colorbar, .site-footer__colorbar { display: grid; grid-template-columns: repeat(4, 1fr); height: 4px; }
.site-header__colorbar span:nth-child(1), .site-footer__colorbar span:nth-child(1) { background: var(--blue-light); }
.site-header__colorbar span:nth-child(2), .site-footer__colorbar span:nth-child(2) { background: var(--terracotta); }
.site-header__colorbar span:nth-child(3), .site-footer__colorbar span:nth-child(3) { background: var(--gold); }
.site-header__colorbar span:nth-child(4), .site-footer__colorbar span:nth-child(4) { background: var(--red); }
.site-header__inner { min-height: 86px; display: flex; align-items: center; gap: 30px; }
.site-brand { display: flex; align-items: center; flex: 0 0 auto; }
.site-brand img { width: 292px; height: auto; }
.main-nav { margin-left: auto; display: flex; align-items: center; gap: 4px; }
.main-nav a { position: relative; padding: 12px 10px; color: #36536d; font-size: 14px; font-weight: 700; transition: color .2s ease; }
.main-nav a::after { content: ""; position: absolute; right: 10px; bottom: 4px; left: 10px; height: 2px; border-radius: 2px; background: var(--blue); transform: scaleX(0); transition: transform .2s ease; }
.main-nav a:hover, .main-nav a.is-active { color: var(--blue); }
.main-nav a.is-active::after { transform: scaleX(1); }
.account-button { min-height: 44px; display: inline-flex; align-items: center; gap: 9px; padding: 10px 15px; border-radius: 12px; color: #fff; background: var(--blue-deep); font-size: 13px; font-weight: 800; transition: transform .2s ease, background .2s ease; }
.account-button:hover { transform: translateY(-2px); background: var(--blue); }
.menu-toggle { display: none; border: 0; color: var(--blue-deep); background: transparent; font-weight: 800; }
.menu-toggle i { font-size: 28px; }

.home-hero { position: relative; min-height: 630px; display: flex; align-items: stretch; overflow: hidden; background: #fff; }
.home-hero::before, .home-hero::after { content: ""; position: absolute; z-index: 1; border-radius: 50%; pointer-events: none; }
.home-hero::before { width: 220px; height: 220px; top: 48px; left: -72px; background: var(--green); }
.home-hero::after { width: 390px; height: 390px; left: 46px; bottom: -230px; background: var(--blue-light); }
.home-hero__image { position: absolute; inset: 0; background: linear-gradient(124deg, transparent 0 52%, rgba(255, 255, 255, .78) 52% 57%, var(--gold) 57% 69%, var(--red) 69% 82%, var(--blue) 82% 100%); }
.home-hero__veil { position: absolute; inset: 0; background: linear-gradient(120deg, rgba(255, 255, 255, .96) 0 50%, rgba(255, 255, 255, .74) 50% 62%, transparent 62%); }
.home-hero__content { position: relative; z-index: 2; padding-block: 72px 92px; display: grid; grid-template-columns: minmax(0, 1.2fr) 380px; align-items: center; gap: 70px; }
.home-hero__copy { max-width: 760px; padding: 38px 42px 40px; border: 1px solid rgba(38, 109, 145, .12); border-radius: 22px; background: rgba(255, 255, 255, .9); box-shadow: 0 20px 50px rgba(18, 63, 105, .1); backdrop-filter: blur(12px); }
.home-hero .section-kicker--light { color: #586a81; }
.home-hero h1 { margin: 16px 0 24px; color: #174f70; font-size: clamp(50px, 5.5vw, 78px); font-weight: 800; line-height: .98; letter-spacing: -.06em; }
.home-hero h1 em { color: var(--blue); font-style: normal; }
.home-hero__copy > p { max-width: 650px; margin-bottom: 34px; color: #50627a; font-size: 19px; line-height: 1.55; }
.home-hero .button--glass { color: var(--blue); border-color: var(--blue); background: rgba(255, 255, 255, .8); }
.home-hero .button--glass:hover { color: #fff; background: var(--blue); }
.home-hero__stripe { position: absolute; z-index: 3; right: 0; bottom: 0; left: 0; display: grid; grid-template-columns: repeat(4, 1fr); height: 8px; }
.home-hero__stripe span:nth-child(1) { background: var(--blue-light); }.home-hero__stripe span:nth-child(2) { background: var(--terracotta); }.home-hero__stripe span:nth-child(3) { background: var(--gold); }.home-hero__stripe span:nth-child(4) { background: var(--red); }
.section-kicker { display: inline-flex; align-items: center; gap: 10px; color: var(--green); font-size: 12px; font-weight: 800; letter-spacing: .16em; text-transform: uppercase; }
.section-kicker::before { content: ""; width: 30px; height: 3px; border-radius: 3px; background: currentColor; }
.section-kicker--light { color: #fff; }
.hero-highlight { padding: 30px; border: 1px solid #b8dfd0; border-radius: var(--radius); color: var(--body); background: rgba(232, 248, 240, .95); box-shadow: var(--shadow-lg); backdrop-filter: blur(14px); }
.hero-highlight__tag { display: inline-flex; padding: 6px 10px; border-radius: 999px; color: #fff; background: var(--green); font-size: 11px; font-weight: 800; text-transform: uppercase; }
.hero-highlight__date { margin: 20px 0 6px; color: #667a8d; font-size: 13px; }
.hero-highlight h2 { margin-bottom: 12px; color: #174f70; font-size: 28px; }
.hero-highlight p { color: #50627a; }
.hero-highlight a { display: inline-flex; align-items: center; gap: 12px; margin-top: 8px; color: var(--blue); font-weight: 800; }

.button-row { display: flex; flex-wrap: wrap; gap: 12px; }
.button { min-height: 48px; display: inline-flex; align-items: center; justify-content: center; gap: 10px; padding: 12px 20px; border: 1px solid transparent; border-radius: 12px; font-size: 14px; font-weight: 800; line-height: 1.2; transition: transform .2s ease, background .2s ease, border-color .2s ease, color .2s ease; }
.button:hover { transform: translateY(-2px); }
.button--gold { color: var(--blue-dark); background: var(--gold); }.button--gold:hover { background: #ffc958; }
.button--glass { color: #fff; border-color: rgba(255, 255, 255, .42); background: rgba(255, 255, 255, .08); }.button--glass:hover { background: rgba(255, 255, 255, .17); }
.button--primary { color: #fff; background: var(--blue); }.button--primary:hover { background: var(--blue-deep); }
.button--outline { color: var(--blue); border-color: #a8c9dc; background: transparent; }.button--outline:hover { border-color: var(--blue); background: #edf7fc; }
.button--outline-light { color: #fff; border-color: rgba(255, 255, 255, .4); }.button--outline-light:hover { background: rgba(255, 255, 255, .1); }
.button--white { color: var(--blue-deep); background: #fff; }.button--white:hover { background: #eef7fb; }
.button--full { width: 100%; }

.quick-links { position: relative; z-index: 5; margin-top: -36px; }
.quick-links__grid { display: grid; grid-template-columns: repeat(4, 1fr); border-radius: var(--radius); background: #fff; box-shadow: var(--shadow-lg); overflow: hidden; }
.quick-link { min-height: 122px; position: relative; display: flex; align-items: center; gap: 16px; padding: 25px; border-right: 1px solid var(--line); transition: background .2s ease; }
.quick-link:last-child { border-right: 0; }
.quick-link:hover { background: #f7fbfd; }
.quick-link__icon { width: 50px; height: 50px; flex: 0 0 auto; display: grid; place-items: center; border-radius: 14px; font-size: 22px; }
.quick-link__icon--blue { color: var(--blue); background: #e4f3fb; }.quick-link__icon--gold { color: #a46404; background: #fff2d4; }.quick-link__icon--green { color: var(--green); background: var(--green-light); }.quick-link__icon--red { color: var(--red); background: #fde8e8; }
.quick-link small { display: block; margin-bottom: 3px; color: var(--muted); font-size: 11px; font-weight: 700; text-transform: uppercase; }
.quick-link strong { display: block; color: var(--ink); font-family: "DM Sans", Corbel, "Helvetica Neue", Arial, sans-serif; font-size: 16px; line-height: 1.25; }
.quick-link__arrow { margin-left: auto; color: var(--blue); transition: transform .2s ease; }.quick-link:hover .quick-link__arrow { transform: translateX(4px); }

.section { padding-block: 94px; }
.section--paper { background: var(--paper); }.section--soft { background: var(--soft); }
.section-heading { margin-bottom: 38px; display: flex; align-items: end; justify-content: space-between; gap: 30px; }
.section-heading h2 { margin: 10px 0 0; font-size: clamp(34px, 4vw, 50px); }
.section-heading--compact { margin-bottom: 24px; }.section-heading--compact h2 { font-size: 36px; }
.text-link, .story-link { display: inline-flex; align-items: center; gap: 9px; color: var(--blue); font-weight: 800; }
.text-link i, .story-link i { transition: transform .2s ease; }.text-link:hover i, .story-link:hover i { transform: translateX(4px); }
.featured-news { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 24px; }
.featured-news-card { position: relative; min-height: 100%; display: flex; flex-direction: column; overflow: hidden; border: 1px solid var(--line); border-radius: var(--radius); background: #fff; box-shadow: var(--shadow-sm); transition: border-color .2s ease, box-shadow .2s ease, transform .2s ease; }
.featured-news-card::before { content: ""; position: absolute; z-index: 2; top: 0; right: 0; left: 0; height: 5px; background: linear-gradient(90deg, #3ea3ff 0 25%, #bd6c34 25% 50%, #ffbc2e 50% 75%, #ef4147 75% 100%); }
.featured-news-card:hover { border-color: #b8d2e1; box-shadow: 0 16px 36px rgba(23,58,91,.11); transform: translateY(-3px); }
.featured-news-card__image { position: relative; display: block; aspect-ratio: 16 / 9; overflow: hidden; background: #eef6fa; }
.news-image-placeholder { position: relative; isolation: isolate; width: 100%; height: 100%; min-height: 180px; display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 5px; overflow: hidden; color: var(--blue); background: linear-gradient(135deg, #edf6fc 0%, #f7fbfd 56%, #eaf7f0 100%); text-align: center; }
.news-image-placeholder::before, .news-image-placeholder::after { content: ""; position: absolute; z-index: -1; border-radius: 50%; }
.news-image-placeholder::before { width: 210px; height: 210px; top: -125px; right: -55px; border: 34px solid rgba(62,163,255,.13); }
.news-image-placeholder::after { width: 150px; height: 150px; left: -65px; bottom: -90px; background: rgba(27,143,91,.10); }
.news-image-placeholder i { margin-bottom: 5px; font-size: clamp(28px, 4vw, 48px); }
.news-image-placeholder strong { font-size: clamp(14px, 2vw, 20px); font-weight: 850; }
.news-image-placeholder small { color: var(--muted); font-size: 10px; font-weight: 750; letter-spacing: .08em; text-transform: uppercase; }
.news-image-placeholder--article { min-height: 360px; aspect-ratio: 16 / 7; border-radius: var(--radius); box-shadow: var(--shadow-lg); }
.featured-news-card__image img, .content-card__image img { width: 100%; height: 100%; object-fit: cover; transition: transform .55s ease; }
.featured-news-card:hover img, .content-card:hover img { transform: scale(1.035); }
.featured-news-card__image .content-tag { position: absolute; left: 18px; bottom: 16px; }
.featured-news-card__body { flex: 1; display: flex; flex-direction: column; align-items: flex-start; padding: 24px 26px 26px; }
.content-date { margin-bottom: 7px; color: var(--muted); font-size: 12px; font-weight: 700; text-transform: uppercase; }
.featured-news-card h3 { margin-bottom: 12px; font-size: clamp(20px, 1.7vw, 25px); line-height: 1.18; }.featured-news-card h3 a:hover, .content-card h2 a:hover { color: var(--blue); }
.featured-news-card__excerpt { display: -webkit-box; margin-bottom: 22px; overflow: hidden; color: var(--muted); font-size: 14px; line-height: 1.55; -webkit-box-orient: vertical; -webkit-line-clamp: 3; }
.featured-news-card .story-link { margin-top: auto; font-size: 13px; }
.content-tag { display: inline-flex; align-items: center; width: fit-content; padding: 5px 10px; border-radius: 999px; color: var(--blue); background: #e7f3fa; font-size: 10px; font-weight: 800; letter-spacing: .06em; text-transform: uppercase; }
.content-tag--gold { color: var(--blue-dark); background: var(--gold); }

.publications-band { position: relative; overflow: hidden; color: var(--body); border-block: 1px solid var(--line); background: #fff; }
.publications-band::before { content: ""; position: absolute; width: 260px; height: 260px; top: -150px; left: -80px; border-radius: 50%; background: rgba(15, 132, 82, .12); }
.publications-band::after { content: ""; position: absolute; width: 170px; height: 170px; right: 8%; top: -110px; border-radius: 50%; background: rgba(255, 184, 41, .2); }
.publications-band__shape { position: absolute; width: 520px; height: 520px; right: -240px; bottom: -310px; border: 78px solid rgba(62, 163, 255, .12); border-radius: 50%; }
.publications-band__grid { position: relative; display: grid; grid-template-columns: .78fr 1.22fr; gap: 90px; align-items: center; }
.publications-intro .section-kicker--light { color: var(--green); }
.publications-intro h2 { margin: 14px 0 18px; color: var(--ink); font-size: 48px; }.publications-intro p { margin-bottom: 28px; color: var(--body); font-size: 17px; }
.publications-intro .button--outline-light { color: var(--blue); border-color: #9fc8de; background: #fff; }.publications-intro .button--outline-light:hover { color: #fff; border-color: var(--blue); background: var(--blue); }
.publication-list { display: grid; gap: 12px; }
.publication-item { display: grid; grid-template-columns: 52px 1fr 40px; align-items: center; gap: 16px; padding: 18px; border: 1px solid var(--line); border-radius: 15px; background: rgba(255, 255, 255, .94); box-shadow: 0 10px 28px rgba(18, 63, 105, .06); transition: transform .2s ease, background .2s ease, box-shadow .2s ease; }
.publication-item:hover { transform: translateX(5px); background: #f8fcfe; box-shadow: var(--shadow-sm); }
.publication-item__icon { width: 48px; height: 48px; display: grid; place-items: center; border-radius: 12px; color: var(--terracotta); background: #fff2e9; font-size: 23px; }
.publication-item__body small { display: block; margin-bottom: 4px; color: var(--muted); font-size: 11px; text-transform: uppercase; }
.publication-item__body strong { display: block; color: var(--ink); font-size: 15px; line-height: 1.35; }
.publication-item__action { justify-self: center; color: var(--blue); }

.opportunity-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.opportunity-card { position: relative; min-height: 350px; display: flex; flex-direction: column; padding: 28px; border: 1px solid var(--line); border-radius: var(--radius); background: #fff; overflow: hidden; transition: transform .2s ease, box-shadow .2s ease; }
.opportunity-card::before { content: ""; position: absolute; top: 0; right: 0; left: 0; height: 5px; background: linear-gradient(90deg, var(--blue-light) 0 25%, var(--terracotta) 25% 50%, var(--gold) 50% 75%, var(--red) 75%); }
.opportunity-card:hover { transform: translateY(-5px); box-shadow: var(--shadow-sm); }
.opportunity-card__top { display: flex; justify-content: space-between; align-items: center; margin-bottom: 28px; }
.status-pill { display: inline-flex; padding: 6px 10px; border-radius: 999px; font-size: 10px; font-weight: 800; text-transform: uppercase; }
.status-pill--open { color: #067343; background: #ddf5e9; }.status-pill--soon { color: #96610a; background: #fff1d3; }.status-pill--closed { color: #667085; background: #edf0f3; }
.opportunity-card__number { color: var(--muted); font-size: 12px; font-weight: 800; }
.opportunity-card h3 { margin-bottom: auto; font-size: 23px; }
.opportunity-card__deadline { margin: 28px 0 24px; display: flex; align-items: center; gap: 12px; padding-top: 20px; border-top: 1px solid var(--line); }
.opportunity-card__deadline > i { color: var(--blue); font-size: 20px; }.opportunity-card__deadline small, .opportunity-card__deadline strong { display: block; }.opportunity-card__deadline small { color: var(--muted); font-size: 11px; }.opportunity-card__deadline strong { color: var(--ink); font-size: 14px; }

.culture-cta { padding-block: 26px; color: #fff; background: var(--green); }
.culture-cta__inner { min-height: 250px; position: relative; display: grid; grid-template-columns: 230px 1fr auto; align-items: center; gap: 42px; overflow: hidden; }
.culture-cta__art { width: 210px; height: 210px; position: relative; }
.culture-cta__art span { position: absolute; border-radius: 50%; }.culture-cta__art span:nth-child(1) { width: 170px; height: 170px; top: 20px; left: 0; border: 34px solid var(--gold); }.culture-cta__art span:nth-child(2) { width: 100px; height: 100px; top: 0; right: 0; background: var(--red); opacity: .95; }.culture-cta__art span:nth-child(3) { width: 70px; height: 70px; right: 15px; bottom: 0; background: var(--blue-light); }
.culture-cta__copy h2 { max-width: 650px; margin: 10px 0 12px; color: #fff; font-size: 40px; }.culture-cta__copy p { max-width: 650px; margin-bottom: 0; color: rgba(255, 255, 255, .8); }
.home-help__grid { display: grid; grid-template-columns: .9fr 1.1fr; gap: 90px; align-items: center; }
.home-help__copy h2 { margin: 12px 0 16px; font-size: 46px; }.home-help__copy > p { margin-bottom: 28px; font-size: 18px; }
.mini-faq { display: grid; border-top: 1px solid var(--line); }
.mini-faq a { min-height: 76px; display: flex; align-items: center; justify-content: space-between; gap: 20px; border-bottom: 1px solid var(--line); color: var(--ink); font-weight: 700; transition: padding .2s ease, color .2s ease; }.mini-faq a:hover { padding-left: 8px; color: var(--blue); }.mini-faq i { color: var(--blue); }

.page-hero { min-height: 365px; position: relative; display: flex; align-items: center; overflow: hidden; color: #fff; }
.page-hero--blue { background: linear-gradient(120deg, var(--blue-deep), var(--blue)); }.page-hero--green { background: linear-gradient(120deg, #075b39, var(--green)); }.page-hero--red { background: linear-gradient(120deg, #b52d38, var(--red)); }.page-hero--gold { color: var(--ink); background: linear-gradient(120deg, #ffc44c, var(--gold)); }
.page-hero--short { min-height: 330px; }.page-hero--centered { min-height: 430px; text-align: center; }
.page-hero__shape { position: absolute; width: 480px; height: 480px; right: -80px; top: -250px; border: 90px solid rgba(255, 255, 255, .09); border-radius: 50%; }
.page-hero__shape::after { content: ""; position: absolute; width: 220px; height: 220px; left: -190px; bottom: -260px; border-radius: 50%; background: rgba(255, 184, 41, .2); }
.page-hero__content { position: relative; z-index: 1; padding-block: 54px; }.page-hero--centered .page-hero__content { display: flex; flex-direction: column; align-items: center; }
.page-hero h1 { max-width: 850px; margin: 10px 0 14px; color: #fff; font-size: clamp(44px, 6vw, 68px); }.page-hero--gold h1 { color: var(--ink); }
.page-hero__content > p { max-width: 720px; margin-bottom: 0; color: rgba(255, 255, 255, .78); font-size: 18px; }.page-hero--gold .page-hero__content > p { color: rgba(23, 50, 79, .78); }
.breadcrumbs { margin-bottom: 28px; display: flex; align-items: center; gap: 8px; color: rgba(255, 255, 255, .7); font-size: 12px; font-weight: 700; }.breadcrumbs a:hover { color: #fff; }.breadcrumbs i { font-size: 8px; }.breadcrumbs--dark { color: rgba(23, 50, 79, .65); }.breadcrumbs--dark a:hover { color: var(--ink); }

.filter-bar { display: flex; align-items: center; justify-content: space-between; gap: 28px; margin-bottom: 38px; }
.filter-bar--spaced { margin-top: 42px; }
.search-field { min-width: min(100%, 390px); position: relative; display: block; }
.search-field i { position: absolute; top: 50%; left: 17px; transform: translateY(-50%); color: var(--blue); }
.search-field input, .filter-panel select, .contact-form input, .contact-form select, .contact-form textarea { width: 100%; border: 1px solid #c9d9e5; border-radius: 12px; color: var(--ink); background: #fff; outline: none; transition: border-color .2s ease, box-shadow .2s ease; }
.search-field input { height: 52px; padding: 0 18px 0 46px; }.search-field input:focus, .filter-panel select:focus, .contact-form input:focus, .contact-form select:focus, .contact-form textarea:focus { border-color: var(--blue-light); box-shadow: 0 0 0 4px rgba(62, 163, 255, .13); }
.filter-chips { display: flex; flex-wrap: wrap; gap: 8px; }
.filter-chip { min-height: 40px; padding: 8px 15px; border: 1px solid var(--line); border-radius: 999px; color: var(--body); background: #fff; font-size: 13px; font-weight: 700; }.filter-chip:hover, .filter-chip.is-active { color: #fff; border-color: var(--blue); background: var(--blue); }
.content-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 26px; }
.content-card { display: flex; flex-direction: column; border: 1px solid var(--line); border-radius: var(--radius); background: #fff; overflow: hidden; transition: transform .2s ease, box-shadow .2s ease; }.content-card:hover { transform: translateY(-5px); box-shadow: var(--shadow-sm); }
.content-card__image { position: relative; aspect-ratio: 16 / 10; overflow: hidden; }.content-tag--floating { position: absolute; left: 18px; bottom: 16px; }
.content-card__body { flex: 1; display: flex; flex-direction: column; align-items: flex-start; padding: 24px; }.content-card h2 { margin-bottom: 12px; font-size: 22px; }.content-card__body > p:not(.content-date) { margin-bottom: 22px; }.content-card .story-link { margin-top: auto; }
.empty-state { padding: 80px 20px; text-align: center; }.empty-state > i { display: block; margin-bottom: 18px; color: #a8c3d3; font-size: 44px; }.empty-state h2 { margin-bottom: 8px; font-size: 24px; }

.filter-panel { display: grid; grid-template-columns: 1.4fr .55fr .4fr; gap: 16px; padding: 24px; border: 1px solid var(--line); border-radius: var(--radius); background: #fff; box-shadow: var(--shadow-sm); }
.filter-panel label, .contact-form label > span { display: block; margin-bottom: 7px; color: var(--ink); font-size: 12px; font-weight: 800; }.filter-panel select { height: 52px; padding: 0 16px; }
.results-heading { margin: 34px 0 15px; display: flex; justify-content: space-between; color: var(--muted); font-size: 13px; }.results-heading p { margin: 0; }.results-heading strong { color: var(--ink); }
.document-results { display: grid; gap: 14px; }
.document-card { display: grid; grid-template-columns: 62px 1fr 50px; align-items: center; gap: 20px; padding: 22px 24px; border: 1px solid var(--line); border-radius: 16px; background: #fff; transition: transform .2s ease, box-shadow .2s ease; }.document-card:hover { transform: translateX(4px); box-shadow: var(--shadow-sm); }
.document-card__icon { width: 58px; height: 58px; display: grid; place-items: center; border-radius: 15px; color: var(--blue); background: #e6f3fa; font-size: 25px; }
.document-card__meta { display: flex; align-items: center; gap: 10px; margin-bottom: 8px; color: var(--muted); font-size: 11px; }.document-card h2 { margin-bottom: 5px; font-size: 19px; }.document-card p { margin-bottom: 0; font-size: 14px; }
.document-card__action { width: 44px; height: 44px; display: grid; place-items: center; border: 1px solid var(--line); border-radius: 12px; color: var(--blue); }.document-card__action:hover { color: #fff; border-color: var(--blue); background: var(--blue); }

.editorial-note { display: grid; grid-template-columns: 38px 1fr auto; align-items: center; gap: 18px; padding: 20px 24px; border: 1px solid #b9d8e9; border-left: 4px solid var(--blue); border-radius: 14px; background: #f1f9fd; }.editorial-note > i { color: var(--blue); font-size: 25px; }.editorial-note strong { color: var(--ink); }.editorial-note p { margin: 2px 0 0; font-size: 14px; }.editorial-note a { color: var(--blue); font-size: 13px; font-weight: 800; }
.calls-list { display: grid; gap: 18px; }
.call-card { display: grid; grid-template-columns: 120px 1fr auto; align-items: center; gap: 28px; padding: 26px; border: 1px solid var(--line); border-radius: var(--radius); background: #fff; transition: box-shadow .2s ease, transform .2s ease; }.call-card:hover { transform: translateY(-3px); box-shadow: var(--shadow-sm); }
.call-card__number { min-height: 100px; display: flex; flex-direction: column; align-items: center; justify-content: center; border-radius: 15px; color: #fff; background: var(--blue-deep); }.call-card__number small { font-size: 11px; text-transform: uppercase; }.call-card__number strong { font-family: "DM Sans", Corbel, "Helvetica Neue", Arial, sans-serif; font-size: 22px; }
.call-card__meta { display: flex; align-items: center; gap: 12px; margin-bottom: 10px; color: var(--muted); font-size: 12px; }.call-card h2 { margin-bottom: 12px; font-size: 22px; }.call-card__main > p { margin: 0; color: var(--muted); font-size: 13px; }.call-card__main > p i { margin-right: 5px; color: var(--blue); }.call-card__actions { display: flex; flex-direction: column; gap: 8px; }

.hero-search { width: min(100%, 640px); position: relative; display: block; margin-top: 30px; }.hero-search i { position: absolute; top: 50%; left: 20px; transform: translateY(-50%); color: var(--red); font-size: 19px; }.hero-search input { width: 100%; height: 62px; padding: 0 20px 0 54px; border: 0; border-radius: 16px; color: var(--ink); background: #fff; box-shadow: var(--shadow-lg); outline: none; }
.faq-layout { display: grid; grid-template-columns: 265px 1fr; gap: 70px; align-items: start; }
.faq-sidebar { position: sticky; top: 120px; display: grid; gap: 6px; }.faq-sidebar > span { margin-bottom: 8px; color: var(--muted); font-size: 11px; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }.faq-sidebar > button { width: 100%; padding: 12px 14px; border: 0; border-radius: 10px; color: var(--body); background: transparent; text-align: left; font-weight: 700; }.faq-sidebar > button:hover, .faq-sidebar > button.is-active { color: var(--blue); background: #fff; box-shadow: 0 5px 18px rgba(18, 63, 105, .06); }
.faq-contact-card { margin-top: 22px; padding: 22px; border-radius: 16px; color: #fff; background: var(--blue-deep); }.faq-contact-card > i { display: block; margin-bottom: 12px; color: var(--gold); font-size: 28px; }.faq-contact-card strong { display: block; }.faq-contact-card p { margin: 4px 0 14px; color: rgba(255, 255, 255, .65); font-size: 13px; }.faq-contact-card a { color: var(--gold); font-size: 13px; font-weight: 800; }
.faq-list { display: grid; gap: 12px; }.faq-item { border: 1px solid var(--line); border-radius: 15px; background: #fff; overflow: hidden; }.faq-item[open] { border-color: #a5cade; box-shadow: var(--shadow-sm); }.faq-item summary { min-height: 84px; display: flex; align-items: center; justify-content: space-between; gap: 20px; padding: 20px 24px; color: var(--ink); cursor: pointer; font-family: "DM Sans", Corbel, "Helvetica Neue", Arial, sans-serif; font-weight: 700; list-style: none; }.faq-item summary::-webkit-details-marker { display: none; }.faq-item summary small { display: block; margin-bottom: 5px; color: var(--green); font-family: "DM Sans", Corbel, "Helvetica Neue", Arial, sans-serif; font-size: 9px; letter-spacing: .09em; text-transform: uppercase; }.faq-item summary i { color: var(--blue); transition: transform .2s ease; }.faq-item[open] summary i { transform: rotate(45deg); }.faq-item__answer { padding: 0 24px 22px; }.faq-item__answer p { margin: 0; padding-top: 18px; border-top: 1px solid var(--line); }

.contact-grid { display: grid; grid-template-columns: .75fr 1.25fr; gap: 90px; align-items: start; }.contact-details h2 { margin: 10px 0 15px; font-size: 39px; }.contact-details > p { margin-bottom: 34px; }.contact-method { display: grid; grid-template-columns: 50px 1fr; gap: 16px; padding: 20px 0; border-top: 1px solid var(--line); }.contact-method > span { width: 46px; height: 46px; display: grid; place-items: center; border-radius: 13px; color: var(--blue); background: #e7f3fa; font-size: 20px; }.contact-method small, .contact-method strong { display: block; }.contact-method small { color: var(--muted); font-size: 11px; text-transform: uppercase; }.contact-method strong { color: var(--ink); }.contact-method p { margin: 2px 0 0; font-size: 14px; }
.contact-form { padding: 34px; border: 1px solid var(--line); border-radius: var(--radius); background: #fff; box-shadow: var(--shadow-lg); }.contact-form__heading { display: flex; gap: 15px; margin-bottom: 26px; }.contact-form__icon { width: 48px; height: 48px; display: grid; place-items: center; border-radius: 13px; color: #fff; background: var(--blue); }.contact-form h2 { margin-bottom: 3px; font-size: 26px; }.contact-form__heading p { margin: 0; color: var(--muted); font-size: 14px; }.form-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }.contact-form label { display: block; margin-bottom: 18px; }.contact-form label > span b { color: var(--red); }.contact-form input, .contact-form select { height: 49px; padding: 0 14px; }.contact-form textarea { padding: 13px 14px; resize: vertical; }.contact-form :invalid:not(:placeholder-shown):not(select) { border-color: #e49a9f; }
.consent-field { display: flex !important; align-items: flex-start; gap: 10px; }.consent-field input { width: 18px; height: 18px; flex: 0 0 auto; margin-top: 2px; }.consent-field span { margin: 0 !important; color: var(--body) !important; font-weight: 500 !important; }.form-note { margin: 14px 0 0; color: var(--muted); font-size: 11px; text-align: center; }.form-note i { color: var(--green); }.contact-honeypot { position: absolute !important; left: -10000px !important; width: 1px !important; height: 1px !important; overflow: hidden !important; }.contact-feedback { display: flex; align-items: flex-start; gap: 10px; margin-bottom: 18px; padding: 14px 16px; border-radius: 12px; font-size: 13px; font-weight: 700; }.contact-feedback.is-success { color: #0b6a43; background: #e7f8f0; }.contact-feedback.is-error { color: #a22a34; background: #fff0f1; }

.article-header { padding-block: 72px 85px; background: var(--soft); }.article-header__inner { max-width: 940px; }.article-header h1 { max-width: 900px; margin: 18px 0; font-size: 35px; line-height: 1.25; }.article-lead { max-width: 780px; margin-bottom: 24px; font-size: 20px; }.article-meta { display: flex; flex-wrap: wrap; gap: 24px; color: var(--muted); font-size: 13px; }.article-meta span { display: inline-flex; align-items: center; gap: 7px; }.article-cover { margin-top: -38px; position: relative; z-index: 2; }.article-cover img { width: 100%; max-height: 610px; object-fit: cover; border-radius: var(--radius); box-shadow: var(--shadow-lg); }.article-layout { max-width: 1040px; display: grid; grid-template-columns: 90px 1fr; gap: 45px; padding-block: 65px 100px; }.article-share { position: sticky; top: 120px; height: fit-content; display: grid; justify-items: center; gap: 9px; }.article-share span { margin-bottom: 4px; color: var(--muted); font-size: 9px; font-weight: 800; text-transform: uppercase; }.article-share button, .article-share a { width: 40px; height: 40px; display: grid; place-items: center; border: 1px solid var(--line); border-radius: 50%; color: var(--blue); background: #fff; }.article-body { color: #3f5368; font-size: 18px; line-height: 1.82; }.article-body > p:first-child { color: var(--ink); font-size: 22px; }.article-body h2 { margin: 42px 0 15px; font-size: 30px; }.article-body img { max-width: 100%; height: auto; border-radius: 14px; }.article-body table { width: 100%; border-collapse: collapse; }.article-body th, .article-body td { padding: 10px; border: 1px solid var(--line); }.download-box { margin-top: 34px; display: grid; grid-template-columns: 60px 1fr auto; align-items: center; gap: 18px; padding: 22px; border: 1px solid var(--line); border-radius: 16px; background: var(--soft); }.download-box > span { width: 56px; height: 56px; display: grid; place-items: center; border-radius: 14px; color: var(--red); background: #fff; font-size: 25px; }.download-box small, .download-box strong { display: block; }.download-box small { color: var(--muted); font-size: 10px; text-transform: uppercase; }.download-box strong { color: var(--ink); font-size: 15px; }.download-box p { margin: 0; font-size: 12px; }.download-box button, .download-box > a { padding: 10px 14px; border: 0; border-radius: 10px; color: #fff; background: var(--blue); font-size: 12px; font-weight: 800; text-decoration: none; }.article-notice { margin-top: 32px; display: flex; gap: 12px; padding: 18px; border-left: 4px solid var(--gold); background: #fff8e7; }.article-notice i { color: var(--gold-dark); }.article-notice p { margin: 0; font-size: 14px; line-height: 1.55; }
.download-box--primary { border-color: #9ec9dd; border-left: 5px solid var(--blue); background: linear-gradient(135deg, #f2faff, #fff); box-shadow: 0 14px 35px rgba(20, 75, 114, .08); }.download-box--primary > span { color: var(--blue); background: #e4f4fb; }.download-box--primary p { margin: 3px 0 0; }
.not-found { min-height: 580px; display: grid; place-items: center; text-align: center; }.not-found > div { display: flex; flex-direction: column; align-items: center; }.not-found > div > i { margin-bottom: 15px; color: var(--blue); font-size: 58px; }.not-found h1 { margin: 12px 0; font-size: 48px; }

.site-footer { position: relative; overflow: hidden; color: #66758c; background: #fff; }
.site-footer::after { content: ""; position: absolute; z-index: 0; width: 500px; height: 500px; right: -85px; bottom: -230px; background: url("../../img/euamo.png") center / contain no-repeat; opacity: .045; transform: rotate(-12deg); pointer-events: none; }
.site-footer__colorbar { position: relative; z-index: 2; }
.site-footer__grid { position: relative; z-index: 1; display: grid; grid-template-columns: 1.35fr .72fr 1fr; gap: 90px; padding-block: 66px 34px; }
.footer-brand img { width: 270px; max-height: 118px; object-fit: contain; object-position: left center; }
.footer-brand p { max-width: 450px; margin: 26px 0 0; color: #61718a; font-family: "DM Sans", Corbel, "Helvetica Neue", Arial, sans-serif; font-size: 15px; font-weight: 400; line-height: 1.8; }
.footer-column { display: flex; flex-direction: column; align-items: flex-start; gap: 9px; }
.footer-column h2 { margin-bottom: 7px; color: #19263a; font-family: "DM Sans", Corbel, "Helvetica Neue", Arial, sans-serif; font-size: 17px; font-weight: 800; letter-spacing: 0; text-transform: none; }
.footer-column a { color: #61718a; font-size: 14px; transition: color .2s ease, transform .2s ease; }
.footer-column > a:hover { color: var(--blue); transform: translateX(3px); }
.footer-contact { gap: 22px; }
.footer-contact h2 { margin-bottom: 5px; }
.footer-contact p, .footer-contact a { margin: 0; display: flex; align-items: flex-start; gap: 12px; color: #61718a; font-size: 14px; }
.footer-contact i { min-width: 16px; margin-top: 2px; color: #1856ad; font-size: 15px; text-align: center; }
.footer-contact > a:hover { color: var(--blue); transform: none; }
.site-footer__bottom { min-height: 72px; position: relative; z-index: 1; display: flex; align-items: center; justify-content: center; border-top: 1px solid #dfe7ee; color: #64748b; font-size: 11px; text-align: center; }
.site-footer__bottom p { margin: 0; }
.toast { position: fixed; z-index: 100; right: 24px; bottom: 24px; max-width: min(380px, calc(100% - 48px)); padding: 14px 18px; border-radius: 12px; color: #fff; background: var(--blue-dark); box-shadow: var(--shadow-lg); font-size: 13px; font-weight: 700; opacity: 0; pointer-events: none; transform: translateY(15px); transition: opacity .25s ease, transform .25s ease; }.toast.is-visible { opacity: 1; transform: translateY(0); }

.reveal { opacity: 0; transform: translateY(18px); transition: opacity .65s ease, transform .65s ease; }.reveal--delay { transition-delay: .12s; }.reveal.is-visible { opacity: 1; transform: none; }

@media (max-width: 1100px) {
    .site-header__inner { gap: 16px; }.site-brand img { width: 230px; }.main-nav a { padding-inline: 7px; font-size: 13px; }.account-button span { display: none; }
    .home-hero__content { grid-template-columns: 1fr 330px; gap: 38px; }.quick-link { padding-inline: 16px; }.quick-link__icon { display: none; }
    .featured-news { grid-template-columns: repeat(2, minmax(0, 1fr)); }
    .culture-cta__inner { grid-template-columns: 150px 1fr auto; }.culture-cta__art { transform: scale(.72); transform-origin: left center; }
    .contact-grid { gap: 45px; }
}

@media (max-width: 860px) {
    .site-header__inner { min-height: 74px; }.site-brand img { width: 220px; }.menu-toggle { margin-left: auto; display: inline-flex; align-items: center; gap: 7px; }.account-button { order: 2; }.main-nav { position: fixed; z-index: 60; top: 78px; right: 0; bottom: 0; left: 0; margin: 0; padding: 25px 20px; display: flex; flex-direction: column; align-items: stretch; gap: 4px; background: #fff; opacity: 0; pointer-events: none; transform: translateY(-12px); transition: opacity .2s ease, transform .2s ease; }.main-nav.is-open { opacity: 1; pointer-events: auto; transform: none; }.main-nav a { padding: 14px 12px; border-bottom: 1px solid var(--line); font-size: 17px; }.main-nav a::after { display: none; }
    .home-hero { min-height: auto; }.home-hero__veil { background: linear-gradient(90deg, rgba(255, 255, 255, .96), rgba(255, 255, 255, .72)); }.home-hero__content { padding-block: 75px 95px; grid-template-columns: 1fr; }.home-hero h1 { font-size: 60px; }.hero-highlight { max-width: 520px; }
    .quick-links { margin-top: 0; }.quick-links__grid { width: 100%; grid-template-columns: repeat(2, 1fr); border-radius: 0; box-shadow: none; }.quick-link { border-bottom: 1px solid var(--line); }.quick-link__icon { display: grid; }
    .publications-band__grid, .home-help__grid, .contact-grid { grid-template-columns: 1fr; }.featured-news { gap: 20px; }
    .publications-band__grid, .home-help__grid { gap: 45px; }.opportunity-grid { grid-template-columns: 1fr 1fr; }.culture-cta__inner { grid-template-columns: 1fr auto; padding-block: 45px; }.culture-cta__art { display: none; }
    .content-grid { grid-template-columns: repeat(2, 1fr); }.filter-bar { align-items: flex-start; flex-direction: column; }.search-field { width: 100%; }.filter-panel { grid-template-columns: 1fr 1fr; }.filter-panel > div:first-child { grid-column: 1 / -1; }
    .call-card { grid-template-columns: 100px 1fr; }.call-card__actions { grid-column: 1 / -1; flex-direction: row; justify-content: flex-end; }
    .faq-layout { grid-template-columns: 1fr; gap: 40px; }.faq-sidebar { position: static; grid-template-columns: repeat(2, 1fr); }.faq-sidebar > span, .faq-contact-card { grid-column: 1 / -1; }.faq-contact-card { max-width: 420px; }
    .site-footer__grid { grid-template-columns: 1.2fr .75fr 1fr; gap: 50px; }
}

@media (max-width: 600px) {
    .portal-container { width: min(calc(100% - 28px), var(--container)); }
    .site-brand img { width: 176px; }.menu-toggle__label { display: none; }.account-button { min-height: 40px; padding-inline: 12px; }.main-nav { top: 78px; }
    .home-hero__content { padding-block: 50px 72px; }.home-hero__copy { padding: 28px 24px 30px; }.home-hero h1 { font-size: 43px; }.home-hero__copy > p { font-size: 17px; }.hero-highlight { padding: 23px; }.button-row .button { width: 100%; }
    .quick-links__grid { grid-template-columns: 1fr; }.quick-link { min-height: 100px; border-right: 0; }.quick-link__icon { display: grid; }
    .section { padding-block: 68px; }.section-heading { align-items: flex-start; flex-direction: column; }.section-heading h2 { font-size: 35px; }
    .featured-news { grid-template-columns: 1fr; }.featured-news-card__body { padding: 22px; }.featured-news-card h3 { font-size: 23px; }
    .publications-intro h2, .home-help__copy h2 { font-size: 36px; }.publication-item { grid-template-columns: 45px 1fr; }.publication-item__icon { width: 43px; height: 43px; }.publication-item__action { display: none; }
    .opportunity-grid { grid-template-columns: 1fr; }.culture-cta__inner { grid-template-columns: 1fr; }.culture-cta__copy h2 { font-size: 32px; }
    .page-hero { min-height: 330px; }.page-hero h1 { font-size: 42px; }.page-hero--centered { min-height: 410px; }.breadcrumbs { margin-bottom: 22px; }
    .content-grid { grid-template-columns: 1fr; }.filter-chips { flex-wrap: nowrap; width: calc(100vw - 28px); padding-bottom: 5px; overflow-x: auto; }.filter-chip { flex: 0 0 auto; }
    .filter-panel { grid-template-columns: 1fr; padding: 18px; }.filter-panel > div:first-child { grid-column: auto; }.results-heading { align-items: flex-start; flex-direction: column; gap: 4px; }
    .document-card { grid-template-columns: 48px 1fr; padding: 18px; }.document-card__icon { width: 46px; height: 46px; }.document-card__action { display: none; }.document-card h2 { font-size: 16px; }
    .editorial-note { grid-template-columns: 30px 1fr; }.editorial-note a { grid-column: 2; }.call-card { grid-template-columns: 1fr; }.call-card__number { min-height: 72px; align-items: flex-start; padding: 15px 18px; }.call-card__actions { grid-column: auto; justify-content: stretch; }.call-card__actions .button { flex: 1; }
    .faq-sidebar { grid-template-columns: 1fr; }.faq-sidebar > span, .faq-contact-card { grid-column: auto; }.faq-item summary { padding: 18px; }.faq-item__answer { padding: 0 18px 18px; }
    .contact-form { padding: 23px; }.form-grid { grid-template-columns: 1fr; gap: 0; }.contact-details h2 { font-size: 34px; }
    .article-header { padding-block: 52px 70px; }.article-header h1 { font-size: 35px; }.article-lead { font-size: 17px; }.article-cover { width: 100%; margin-top: -28px; }.article-cover img { border-radius: 0; }.article-layout { grid-template-columns: 1fr; padding-block: 45px 70px; }.article-share { position: static; display: flex; justify-content: flex-start; }.article-share span { margin: 0 8px 0 0; align-self: center; }.article-body { font-size: 16px; }.article-body > p:first-child { font-size: 19px; }.download-box { grid-template-columns: 48px 1fr; }.download-box > span { width: 45px; height: 45px; }.download-box button, .download-box > a { grid-column: 1 / -1; text-align: center; }
    .site-footer::after { width: 330px; height: 330px; right: -130px; bottom: -120px; }.site-footer__grid { grid-template-columns: 1fr 1fr; gap: 42px 25px; padding-block: 50px 32px; }.footer-brand { grid-column: 1 / -1; }.footer-brand img { width: 245px; }.footer-brand p { max-width: 520px; }.footer-contact { grid-column: 1 / -1; }.site-footer__bottom { min-height: auto; padding-block: 20px; line-height: 1.6; }
}

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