:root {
  --navy: #00143e;
  --navy-2: #00266f;
  --blue: #0b43bb;
  --royal: #164fc9;
  --yellow: #ffbd17;
  --yellow-deep: #f5a800;
  --green: #18a44a;
  --white: #ffffff;
  --paper: #f5f7fb;
  --ink: #071d4f;
  --muted: #60709a;
  --line: rgba(255, 255, 255, 0.16);
  --shadow: 0 26px 70px rgba(0, 20, 62, 0.18);
  --display: "Barlow Condensed", "Arial Narrow", sans-serif;
  --body: "DM Sans", "Trebuchet MS", sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--paper); font-family: var(--body); -webkit-font-smoothing: antialiased; }
body.menu-open { overflow: hidden; }
img { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button, a { -webkit-tap-highlight-color: transparent; }
button { font: inherit; }
svg { fill: none; stroke: currentColor; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }
.container { width: min(1180px, calc(100% - 48px)); margin-inline: auto; }
.skip-link { position: fixed; z-index: 999; top: 12px; left: 12px; padding: 12px 18px; color: var(--navy); background: var(--yellow); transform: translateY(-150%); transition: transform .2s; }
.skip-link:focus { transform: translateY(0); }

.site-header { position: fixed; z-index: 100; inset: 0 0 auto; color: var(--white); transition: background .25s, box-shadow .25s, backdrop-filter .25s; }
.site-header.scrolled { background: rgba(0, 20, 62, .92); box-shadow: 0 10px 35px rgba(0, 0, 0, .18); backdrop-filter: blur(16px); }
.nav-wrap { min-height: 92px; display: flex; align-items: center; gap: 34px; }
.brand { flex: 0 0 184px; }
.brand img { width: 184px; height: 74px; object-fit: contain; object-position: left center; }
.main-nav { display: flex; align-items: center; justify-content: center; gap: 27px; margin-left: auto; }
.main-nav a { position: relative; padding-block: 10px; font-size: 13px; font-weight: 600; color: rgba(255,255,255,.86); }
.main-nav a::after { content: ""; position: absolute; inset: auto 0 2px; height: 2px; background: var(--yellow); transform: scaleX(0); transform-origin: left; transition: transform .2s; }
.main-nav a:hover::after, .main-nav a.active::after { transform: scaleX(1); }
.main-nav a:hover, .main-nav a.active { color: white; }
.button { min-height: 48px; display: inline-flex; align-items: center; justify-content: center; gap: 9px; padding: 0 22px; border: 1px solid transparent; border-radius: 5px; font-family: var(--display); font-size: 15px; font-weight: 800; letter-spacing: .025em; text-transform: uppercase; transition: transform .2s, box-shadow .2s, background .2s, color .2s, border-color .2s; }
.button:hover { transform: translateY(-3px); }
.button-yellow { color: #00194f; background: linear-gradient(135deg, #ffcb38, var(--yellow-deep)); box-shadow: 0 12px 28px rgba(255, 189, 23, .18); }
.button-yellow:hover { box-shadow: 0 16px 32px rgba(255, 189, 23, .3); }
.button-outline { color: white; border-color: rgba(255, 255, 255, .65); background: rgba(255,255,255,.04); }
.button-outline:hover { color: var(--navy); border-color: white; background: white; }
.button svg { width: 19px; height: 19px; }
.header-cta { flex: 0 0 auto; min-height: 44px; padding-inline: 18px; font-size: 13px; }
.menu-toggle { display: none; width: 44px; height: 44px; padding: 10px; border: 0; background: none; cursor: pointer; }
.menu-toggle span { display: block; width: 24px; height: 2px; margin: 5px 0; background: white; transition: transform .2s, opacity .2s; }

.hero { position: relative; min-height: 780px; overflow: hidden; display: flex; align-items: center; padding: 148px 0 94px; color: white; isolation: isolate; background: var(--navy) url("assets/Bg-red.png") center/cover no-repeat; }
.hero::before { content: ""; position: absolute; z-index: -1; inset: 0; background: linear-gradient(90deg, rgba(0,15,52,.96) 0%, rgba(0,24,72,.75) 43%, rgba(0,27,81,.08) 100%); }
.hero::after { content: ""; position: absolute; z-index: -1; width: 580px; height: 580px; right: 7%; top: 12%; border: 1px solid rgba(255,189,23,.2); border-radius: 50%; box-shadow: 0 0 0 60px rgba(16,76,196,.08), 0 0 0 120px rgba(16,76,196,.04); }
.hero-noise { position: absolute; inset: 0; pointer-events: none; opacity: .2; mix-blend-mode: overlay; background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 160 160' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.9' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.18'/%3E%3C/svg%3E"); }
.hero-number { position: absolute; right: 1%; top: 12%; z-index: -1; font: 900 clamp(150px, 23vw, 380px)/1 var(--display); color: transparent; -webkit-text-stroke: 2px rgba(56, 117, 239, .23); letter-spacing: -.06em; }
.hero-grid { display: grid; grid-template-columns: .95fr 1.05fr; align-items: center; gap: 54px; }
.eyebrow { margin: 0 0 12px; color: var(--royal); font-family: var(--display); font-size: 14px; font-weight: 800; letter-spacing: .11em; text-transform: uppercase; }
.eyebrow-yellow { color: var(--yellow); }
.hero h1, .section-copy h2, .section-heading h2, .agenda h2, .join h2 { margin: 0; font-family: var(--display); text-transform: uppercase; letter-spacing: -.025em; }
.hero h1 { max-width: 650px; font-size: clamp(54px, 5.5vw, 81px); line-height: .9; font-style: italic; }
h1 em, h2 em { color: var(--yellow); font-style: italic; }
.hero-intro { max-width: 570px; margin: 27px 0 30px; color: rgba(255,255,255,.82); font-size: 17px; line-height: 1.65; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; }
.hero-visual { position: relative; min-height: 540px; }
.hero-photo-frame { position: absolute; inset: -8px -18px -94px 0; pointer-events: none; }
.hero-photo-frame img { position: absolute; right: 50%; bottom: -40px; width: auto; max-width: none; height: 104%; transform: translateX(50%); object-fit: contain; filter: contrast(1.03) saturate(.96) drop-shadow(0 30px 38px rgba(0, 0, 0, .28)); }
.scroll-cue { position: absolute; z-index: 5; left: max(24px, calc((100% - 1180px)/2)); bottom: 28px; display: flex; flex-direction: column; align-items: center; gap: 2px; color: white; font: 700 10px var(--body); text-transform: uppercase; letter-spacing: .08em; }
.scroll-cue svg { width: 24px; height: 24px; animation: bob 1.4s ease-in-out infinite; }
@keyframes bob { 50% { transform: translateY(6px); } }

.pillars { position: relative; z-index: 5; background: white; box-shadow: 0 -10px 35px rgba(0,0,0,.09); }
.pillars-grid { min-height: 142px; display: grid; grid-template-columns: repeat(4, 1fr); align-items: stretch; }
.pillar { display: flex; align-items: center; gap: 18px; padding: 28px 32px; border-right: 1px solid #dfe5f0; }
.pillar:first-child { border-left: 1px solid #dfe5f0; }
.pillar svg { flex: 0 0 46px; width: 46px; height: 46px; color: var(--blue); stroke-width: 1.65; }
.pillar h2 { margin: 0 0 5px; color: var(--blue); font: 800 17px var(--display); text-transform: uppercase; }
.pillar p { margin: 0; color: #29385d; font-size: 12px; line-height: 1.5; }

.section-dark { color: white; background: linear-gradient(125deg, #00133f 0%, #002a7a 72%, #033b9b 100%); }
.about { position: relative; overflow: hidden; padding: 105px 0; }
.about::before { content: "4580"; position: absolute; left: -3vw; bottom: -5vw; color: rgba(255,255,255,.025); font: 900 35vw/1 var(--display); letter-spacing: -.07em; }
.about-grid { position: relative; display: grid; grid-template-columns: .95fr 1.05fr; gap: 90px; align-items: center; }
.section-copy h2, .section-heading h2 { font-size: clamp(43px, 5vw, 68px); line-height: .96; }
.section-copy p:not(.eyebrow) { color: rgba(255,255,255,.74); font-size: 15px; line-height: 1.75; }
.section-copy h2 + p { margin-top: 28px; }
.text-link { display: inline-flex; align-items: center; gap: 13px; margin-top: 16px; padding-bottom: 8px; border-bottom: 1px solid rgba(255,255,255,.5); font-family: var(--display); font-weight: 800; text-transform: uppercase; letter-spacing: .04em; }
.text-link span { color: var(--yellow); font-size: 21px; transition: transform .2s; }
.text-link:hover span { transform: translateX(5px); }
.about-visual { display: grid; grid-template-columns: minmax(260px, 1fr) .9fr; align-items: center; gap: 30px; }
.portrait-card { position: relative; height: auto; overflow: hidden; border: 0; border-radius: 28px; box-shadow: none; }
.portrait-card::after { content: none; }
.portrait-card img { width: 100%; height: auto; object-fit: contain; object-position: center; }
.values-list { list-style: none; margin: 0; padding: 0; }
.values-list li { display: flex; align-items: center; gap: 14px; min-height: 76px; border-bottom: 1px solid var(--line); font: 700 15px/1.3 var(--body); }
.values-list span { color: var(--yellow); font: 800 29px var(--display); }

.numbers { padding: 50px 0; background: white; }
.numbers-grid { display: grid; grid-template-columns: 1.15fr repeat(4, 1fr); align-items: center; }
.numbers-title { padding-right: 30px; }
.numbers-title p { margin: 0; font: 700 26px/1.05 var(--display); text-transform: uppercase; }
.numbers-title strong { color: var(--blue); }
.numbers-title > span { display: block; width: 44px; height: 4px; margin-top: 15px; background: var(--yellow); }
.stat { min-height: 126px; display: flex; flex-direction: column; justify-content: center; align-items: center; padding: 15px; border-left: 1px solid #dce2ef; text-align: center; }
.stat strong { color: var(--blue); font: italic 800 52px/1 var(--display); }
.stat span { margin-top: 7px; font: 800 13px var(--display); text-transform: uppercase; }
.stat p { margin: 6px 0 0; color: var(--muted); font-size: 11px; }

.proposals { position: relative; overflow: hidden; padding: 92px 0 104px; }
.proposals::after { content: ""; position: absolute; right: -240px; top: -300px; width: 700px; height: 700px; border: 80px solid rgba(15,74,190,.16); border-radius: 50%; }
.section-heading { position: relative; z-index: 2; display: flex; align-items: end; justify-content: space-between; gap: 35px; margin-bottom: 38px; }
.section-heading .button { margin-bottom: 5px; }
.proposal-grid { position: relative; z-index: 2; display: grid; grid-template-columns: repeat(5, 1fr); gap: 14px; }
.proposal-card { position: relative; overflow: hidden; min-height: 330px; padding: 34px 25px 24px; color: var(--ink); background: #fff; border-radius: 8px; box-shadow: 0 18px 42px rgba(0,0,0,.15); transition: transform .25s, background .25s, color .25s; }
.proposal-card::before { content: ""; position: absolute; inset: 0 0 auto; height: 5px; background: var(--yellow); transform: scaleX(0); transform-origin: left; transition: transform .25s; }
.proposal-card:hover { color: white; background: #0b43bb; transform: translateY(-10px); }
.proposal-card:hover::before { transform: scaleX(1); }
.proposal-card svg { width: 58px; height: 58px; color: var(--blue); transition: color .25s; }
.proposal-card:hover svg, .proposal-card:hover p { color: rgba(255,255,255,.82); }
.proposal-card h3 { margin: 27px 0 10px; font: 800 19px var(--display); text-transform: uppercase; }
.proposal-card p { min-height: 72px; margin: 0; color: #5f6c89; font-size: 12px; line-height: 1.55; transition: color .25s; }
.proposal-card > a { position: absolute; bottom: 25px; display: flex; gap: 8px; color: inherit; font: 800 12px var(--display); text-transform: uppercase; }
.card-index { position: absolute; right: 15px; top: 12px; color: rgba(12,67,187,.1); font: 900 60px var(--display); }
.proposal-card:hover .card-index { color: rgba(255,255,255,.12); }

.news { padding: 94px 0 105px; background: #f6f8fc; }
.news .section-heading h2 { color: var(--ink); }
.news .section-heading { margin-bottom: 32px; }
.link-blue { color: var(--blue); border-color: rgba(11,67,187,.35); }
.news-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 28px; }
.news-card { overflow: hidden; background: white; border-radius: 9px; box-shadow: 0 15px 45px rgba(0,25,80,.1); transition: transform .25s, box-shadow .25s; }
.news-card:hover { transform: translateY(-7px); box-shadow: 0 25px 58px rgba(0,25,80,.16); }
.news-image { position: relative; display: block; height: 230px; overflow: hidden; background: var(--navy); }
.news-image::after { content: ""; position: absolute; inset: 40% 0 0; background: linear-gradient(transparent, rgba(0,20,62,.75)); }
.news-image img { width: 100%; height: 100%; object-fit: cover; transition: transform .5s; }
.news-card:hover .news-image img { transform: scale(1.05); }
.news-card:nth-child(1) .news-image img { object-position: center 24%; }
.news-card:nth-child(3) .news-image img { object-position: center 33%; }
.news-image span { position: absolute; z-index: 2; left: 18px; bottom: 16px; padding: 5px 9px; color: var(--navy); background: var(--yellow); border-radius: 3px; font: 800 11px var(--display); text-transform: uppercase; }
.news-body { padding: 23px 24px 25px; }
.news-body h3 { min-height: 52px; margin: 0 0 17px; font: 800 23px/1.08 var(--display); }
.news-body p { margin: 0; color: #6f7d99; font-size: 12px; line-height: 1.6; }
.news-body time { color: #7a87a3; font-size: 11px; }

.agenda { position: relative; overflow: hidden; padding: 105px 0; color: white; background: #08266c; }
.agenda-grid { display: grid; grid-template-columns: .8fr 1.2fr; gap: 95px; align-items: center; }
.agenda-copy { position: relative; z-index: 2; }
.agenda h2 { font-size: clamp(48px, 5vw, 70px); line-height: .92; }
.agenda-copy > p:not(.eyebrow) { margin: 25px 0 28px; color: rgba(255,255,255,.72); line-height: 1.7; }
.agenda-list { position: relative; z-index: 2; border-top: 1px solid rgba(255,255,255,.22); }
.agenda-list article { display: grid; grid-template-columns: 86px 1fr; gap: 26px; align-items: center; padding: 22px 0; border-bottom: 1px solid rgba(255,255,255,.22); }
.agenda-list time { display: flex; align-items: center; gap: 6px; color: var(--yellow); }
.agenda-list time strong { font: 800 48px/1 var(--display); }
.agenda-list time span { font: 800 13px var(--display); }
.agenda-list div > span { color: #7ea9ff; font: 700 11px var(--body); text-transform: uppercase; letter-spacing: .08em; }
.agenda-list h3 { margin: 4px 0; font: 800 22px var(--display); }
.agenda-list p { margin: 0; color: rgba(255,255,255,.6); font-size: 12px; }
.agenda-orbit { position: absolute; border: 1px solid rgba(255,189,23,.18); border-radius: 50%; }
.orbit-one { width: 700px; height: 700px; left: -380px; top: -260px; }
.orbit-two { width: 460px; height: 460px; left: -260px; top: -140px; }

.join { position: relative; overflow: hidden; padding: 80px 0; color: white; background: linear-gradient(100deg, #00133f 0%, #00318e 66%, #004b9d 100%); }
.join::after { content: ""; position: absolute; right: -90px; bottom: -170px; width: 360px; height: 360px; border: 42px solid var(--green); border-right-color: var(--yellow); border-radius: 50%; transform: rotate(-24deg); box-shadow: 0 0 0 28px #0445b2; }
.join-grid { position: relative; z-index: 2; display: grid; grid-template-columns: .8fr 1.2fr; align-items: center; gap: 70px; }
.join-copy { padding-right: 55px; border-right: 1px solid rgba(255,255,255,.18); }
.join h2 { font-size: 60px; line-height: .88; }
.join-copy > p:not(.eyebrow) { margin: 22px 0 26px; color: rgba(255,255,255,.72); font-size: 14px; line-height: 1.65; }
.join-actions { display: grid; grid-template-columns: repeat(3, 1fr); }
.join-action { min-height: 190px; display: flex; flex-direction: column; align-items: center; justify-content: center; padding: 18px 25px; border-right: 1px solid rgba(255,255,255,.16); text-align: center; transition: background .2s, transform .2s; }
.join-action:hover { background: rgba(255,255,255,.07); transform: translateY(-5px); }
.join-action > span { color: var(--yellow); font: 400 44px/1 var(--display); }
.join-action strong { margin: 15px 0 7px; font: 800 16px var(--display); text-transform: uppercase; }
.join-action small { color: rgba(255,255,255,.65); font-size: 11px; line-height: 1.5; }

.site-footer { position: relative; padding: 67px 0 32px; color: white; background: #00102e; }
.footer-grid { display: grid; grid-template-columns: 1.3fr .7fr 1fr .9fr; gap: 70px; }
.footer-brand img { width: 205px; height: 78px; object-fit: contain; object-position: left center; }
.footer-brand p { max-width: 280px; color: rgba(255,255,255,.62); font-size: 12px; line-height: 1.65; }
.site-footer h2 { margin: 7px 0 18px; color: var(--yellow); font: 800 14px var(--display); text-transform: uppercase; letter-spacing: .06em; }
.site-footer ul { list-style: none; margin: 0; padding: 0; color: rgba(255,255,255,.65); font-size: 12px; line-height: 2.2; }
.site-footer a:hover { color: var(--yellow); }
.footer-mark { text-align: right; }
.footer-mark strong { display: block; color: white; font: italic 900 73px/.8 var(--display); letter-spacing: -.06em; }
.footer-mark strong span { color: var(--yellow); }
.footer-mark p { margin-top: 24px; color: rgba(255,255,255,.5); font-size: 11px; line-height: 1.6; }
.flag-line { position: absolute; inset: auto 0 0; display: grid; grid-template-columns: 55% 20% 25%; height: 5px; }
.flag-line span:nth-child(1) { background: var(--blue); }.flag-line span:nth-child(2) { background: var(--green); }.flag-line span:nth-child(3) { background: var(--yellow); }

.reveal { opacity: 0; transform: translateY(28px); transition: opacity .65s ease, transform .65s ease; }
.reveal-delay { transition-delay: .14s; }
.reveal.visible { opacity: 1; transform: translateY(0); }
@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } *, *::before, *::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; } .reveal { opacity: 1; transform: none; } }

@media (max-width: 1080px) {
  .main-nav { gap: 17px; }.main-nav a { font-size: 12px; }.header-cta { display: none; }
  .hero { min-height: 720px; }.hero-grid { grid-template-columns: 1fr 1fr; gap: 20px; }.hero h1 { font-size: 61px; }.hero-visual { min-height: 490px; }
  .pillars-grid { grid-template-columns: repeat(2, 1fr); }.pillar:nth-child(2) { border-right: 0; }.pillar:nth-child(-n+2) { border-bottom: 1px solid #dfe5f0; }
  .about-grid { gap: 45px; }.about-visual { grid-template-columns: 1fr; }.values-list { display: grid; grid-template-columns: 1fr 1fr; }.values-list li { font-size: 13px; }
  .proposal-grid { grid-template-columns: repeat(3, 1fr); }.proposal-card:nth-child(4), .proposal-card:nth-child(5) { grid-column: span 1; }
  .numbers-grid { grid-template-columns: repeat(4, 1fr); }.numbers-title { grid-column: 1 / -1; padding: 0 0 25px; }.numbers-title p br { display: none; }
  .footer-grid { grid-template-columns: 1.2fr .8fr 1fr; }.footer-mark { display: none; }
}

@media (max-width: 780px) {
  .container { width: min(100% - 34px, 620px); }
  .nav-wrap { min-height: 74px; }.brand { flex-basis: 150px; }.brand img { width: 150px; height: 58px; }
  .menu-toggle { display: block; margin-left: auto; position: relative; z-index: 2; }
  .menu-toggle[aria-expanded="true"] span:nth-child(1) { transform: translateY(7px) rotate(45deg); }.menu-toggle[aria-expanded="true"] span:nth-child(2) { opacity: 0; }.menu-toggle[aria-expanded="true"] span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }
  .main-nav { position: fixed; inset: 0; display: flex; flex-direction: column; justify-content: center; gap: 8px; margin: 0; padding: 90px 30px 40px; background: rgba(0,16,50,.98); visibility: hidden; opacity: 0; transform: translateY(-15px); transition: opacity .2s, transform .2s, visibility .2s; }
  .main-nav.open { visibility: visible; opacity: 1; transform: translateY(0); }.main-nav a { font: 800 32px var(--display); text-transform: uppercase; }
  .hero { min-height: auto; padding: 116px 0 64px; }.hero::before { background: linear-gradient(180deg, rgba(0,15,52,.96), rgba(0,24,72,.74)); }.hero-grid { grid-template-columns: 1fr; gap: 45px; }.hero h1 { font-size: clamp(50px, 14vw, 70px); }.hero-intro { font-size: 15px; }.hero-visual { min-height: 470px; }.hero-photo-frame { inset: -6px calc((100vw - 100%) / -2) -64px; }.hero-photo-frame img { height: 108%; bottom: -20px; }.scroll-cue { display: none; }
  .pillars-grid { grid-template-columns: 1fr; padding: 14px 0; }.pillar, .pillar:first-child { border: 0; border-bottom: 1px solid #dfe5f0; padding: 22px 12px; }.pillar:last-child { border: 0; }
  .about { padding: 78px 0; }.about-grid, .agenda-grid, .join-grid { grid-template-columns: 1fr; gap: 50px; }.section-copy h2, .section-heading h2 { font-size: 48px; }.about-visual { grid-template-columns: 1fr; }.portrait-card { height: auto; }.values-list { grid-template-columns: 1fr; }
  .numbers-grid { grid-template-columns: repeat(2, 1fr); }.stat:nth-child(even) { border-left: 0; }.stat { border-bottom: 1px solid #dce2ef; }
  .proposals, .news, .agenda { padding: 78px 0; }.section-heading { align-items: flex-start; flex-direction: column; }.proposal-grid { grid-template-columns: 1fr 1fr; }.proposal-card { min-height: 315px; }
  .news-grid { grid-template-columns: 1fr; }.news-image { height: 270px; }
  .join-copy { padding: 0 0 45px; border: 0; border-bottom: 1px solid rgba(255,255,255,.18); }.join-actions { grid-template-columns: 1fr; }.join-action { min-height: 155px; border-right: 0; border-bottom: 1px solid rgba(255,255,255,.16); }
  .footer-grid { grid-template-columns: 1.3fr .7fr; gap: 40px; }.footer-grid > :nth-child(3) { grid-column: 1 / -1; }
}

@media (max-width: 500px) {
  .hero-actions { flex-direction: column; }.hero-actions .button { width: 100%; }.hero-visual { min-height: 410px; }
  .section-copy h2, .section-heading h2 { font-size: 42px; }.portrait-card { height: auto; }.numbers-grid { grid-template-columns: 1fr 1fr; }.stat strong { font-size: 44px; }
  .proposal-grid { grid-template-columns: 1fr; }.proposal-card { min-height: 300px; }.news-image { height: 220px; }
  .agenda h2, .join h2 { font-size: 50px; }.agenda-list article { grid-template-columns: 70px 1fr; gap: 15px; }.agenda-list time strong { font-size: 40px; }.agenda-list h3 { font-size: 19px; }
  .footer-grid { grid-template-columns: 1fr; }.footer-grid > :nth-child(3) { grid-column: auto; }
}
