
:root {
  --navy: #0b2942;
  --navy-2: #123f64;
  --blue: #155a94;
  --red: #d83a3a;
  --red-2: #b82f33;
  --gold: #f2c14e;
  --ink: #17212b;
  --muted: #5d6b78;
  --paper: #ffffff;
  --soft: #f3f6f9;
  --line: #dbe3ea;
  --shadow: 0 18px 45px rgba(11, 41, 66, .12);
  --radius: 18px;
  --max: 1180px;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; color: var(--ink); background: var(--paper); line-height: 1.65; }
img { display: block; max-width: 100%; }
a { color: inherit; }
button, input, textarea, select { font: inherit; }
.container { width: min(calc(100% - 36px), var(--max)); margin-inline: auto; }
.skip-link { position: absolute; left: -9999px; top: 8px; background: white; color: var(--navy); padding: 10px 16px; z-index: 999; }
.skip-link:focus { left: 8px; }
.topbar { background: var(--navy); color: white; font-size: .9rem; }
.topbar-inner { min-height: 42px; display: flex; gap: 24px; align-items: center; justify-content: space-between; }
.topbar-links { display: flex; gap: 22px; flex-wrap: wrap; }
.topbar a { text-decoration: none; opacity: .93; }
.topbar a:hover { opacity: 1; text-decoration: underline; }
.site-header { position: sticky; top: 0; z-index: 50; background: rgba(255,255,255,.97); backdrop-filter: blur(12px); border-bottom: 1px solid rgba(219,227,234,.9); }
.nav-wrap { min-height: 84px; display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.brand { display: flex; align-items: center; gap: 12px; text-decoration: none; min-width: 265px; }

.brand img { width: 54px; height: 64px; object-fit: contain; }
.brand-logo { width: 62px !important; height: 72px !important; object-fit: contain; }
.top-banner { background: #eef3f8; border-bottom: 1px solid var(--line); }
.top-banner img { width: 100%; height: auto; display: block; }

.brand strong { display: block; color: var(--navy); font-size: 1rem; line-height: 1.15; letter-spacing: .01em; }
.brand span { display: block; color: var(--red); font-size: .72rem; margin-top: 4px; font-weight: 750; text-transform: uppercase; letter-spacing: .08em; }
.nav { display: flex; align-items: center; gap: 4px; }
.nav a { text-decoration: none; color: var(--navy); font-weight: 700; font-size: .92rem; padding: 10px 11px; border-radius: 10px; }
.nav a:hover, .nav a.active { background: #edf3f8; color: var(--red-2); }
.nav .nav-cta { background: var(--red); color: white; margin-left: 6px; }
.nav .nav-cta:hover, .nav .nav-cta.active { background: var(--red-2); color: white; }
.menu-btn { display: none; border: 0; background: var(--navy); color: white; border-radius: 10px; width: 44px; height: 44px; font-size: 1.3rem; }
.hero { position: relative; min-height: 680px; display: grid; align-items: center; overflow: hidden; color: white; background: var(--navy); }
.hero::before { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg, rgba(7,27,45,.94) 0%, rgba(7,27,45,.82) 45%, rgba(7,27,45,.24) 75%), url('../images/hero.jpg') center/cover no-repeat; }
.hero::after { content: ""; position: absolute; inset: auto 0 0; height: 8px; background: linear-gradient(90deg, var(--red) 0 38%, var(--gold) 38% 50%, var(--navy-2) 50%); }
.hero-content { position: relative; z-index: 1; max-width: 720px; padding: 90px 0 110px; }
.eyebrow { display: inline-flex; align-items: center; gap: 9px; font-weight: 800; text-transform: uppercase; letter-spacing: .11em; font-size: .78rem; color: var(--red); }
.hero .eyebrow { color: #ffd0d0; }
.eyebrow::before { content: ""; width: 34px; height: 3px; background: currentColor; }
h1, h2, h3, h4 { font-family: Georgia, "Times New Roman", serif; color: var(--navy); line-height: 1.13; margin: 0 0 18px; }
h1 { font-size: clamp(2.75rem, 6vw, 5.2rem); }
h2 { font-size: clamp(2rem, 4vw, 3.35rem); }
h3 { font-size: 1.45rem; }
.hero h1 { color: white; max-width: 760px; margin-top: 20px; }
.hero p { font-size: 1.18rem; max-width: 650px; color: rgba(255,255,255,.9); }
.btns { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 30px; }
.btn { display: inline-flex; align-items: center; justify-content: center; min-height: 48px; padding: 12px 20px; border-radius: 10px; text-decoration: none; font-weight: 800; border: 2px solid transparent; transition: transform .2s ease, background .2s ease; }
.btn:hover { transform: translateY(-2px); }
.btn-primary { background: var(--red); color: white; }
.btn-primary:hover { background: var(--red-2); }
.btn-secondary { border-color: rgba(255,255,255,.72); color: white; background: rgba(255,255,255,.08); }
.btn-dark { background: var(--navy); color: white; }
.btn-outline { border-color: var(--navy); color: var(--navy); }
.stats { position: relative; z-index: 2; margin-top: -62px; }
.stats-grid { display: grid; grid-template-columns: repeat(4,1fr); box-shadow: var(--shadow); border-radius: var(--radius); overflow: hidden; background: white; }
.stat { padding: 25px 22px; border-right: 1px solid var(--line); }
.stat:last-child { border-right: 0; }
.stat b { display: block; color: var(--red); font-size: 2rem; line-height: 1; margin-bottom: 8px; }
.stat span { color: var(--navy); font-weight: 750; }
.section { padding: 92px 0; }
.section-soft { background: var(--soft); }
.section-navy { background: var(--navy); color: white; }
.section-navy h2, .section-navy h3 { color: white; }
.section-heading { max-width: 760px; margin-bottom: 42px; }
.section-heading p { color: var(--muted); font-size: 1.05rem; }
.section-navy .section-heading p { color: rgba(255,255,255,.78); }
.grid-2 { display: grid; grid-template-columns: 1.05fr .95fr; gap: 58px; align-items: center; }
.grid-3 { display: grid; grid-template-columns: repeat(3,1fr); gap: 24px; }
.grid-4 { display: grid; grid-template-columns: repeat(4,1fr); gap: 20px; }
.image-frame { position: relative; border-radius: var(--radius); overflow: hidden; box-shadow: var(--shadow); }
.image-frame img { width: 100%; height: 100%; object-fit: cover; }
.image-frame.tall { height: 590px; }
.image-frame.medium { height: 430px; }
.image-frame::after { content: ""; position: absolute; inset: auto 0 0; height: 7px; background: var(--red); }
.callout { border-left: 5px solid var(--red); padding: 20px 24px; background: #fff3f3; border-radius: 0 12px 12px 0; color: var(--navy); }
.card { background: white; border: 1px solid var(--line); border-radius: var(--radius); padding: 26px; box-shadow: 0 8px 30px rgba(11,41,66,.06); }
.card h3 { margin-bottom: 10px; }
.card p { margin: 0; color: var(--muted); }
.icon { width: 48px; height: 48px; border-radius: 13px; display: grid; place-items: center; background: #fff0f0; color: var(--red); font-size: 1.45rem; margin-bottom: 18px; font-family: sans-serif; font-weight: 900; }
.value-card { border-top: 5px solid var(--red); }
.mission-grid { display: grid; grid-template-columns: repeat(2,1fr); gap: 24px; }
.mission-card { position: relative; overflow: hidden; color: white; background: var(--navy); min-height: 250px; border-radius: var(--radius); padding: 32px; }
.mission-card h3 { color: white; font-size: 1rem; text-transform: uppercase; letter-spacing: .1em; }
.mission-card p { font-family: Georgia, serif; font-size: 1.55rem; line-height: 1.35; }
.mission-card::after { content: ""; position: absolute; width: 145px; height: 145px; border: 28px solid rgba(255,255,255,.07); border-radius: 50%; right: -62px; bottom: -64px; }
.strategy-band { background: linear-gradient(110deg, var(--red), #b92533); color: white; border-radius: 24px; padding: 40px; display: grid; grid-template-columns: 1fr auto; align-items: center; gap: 24px; box-shadow: var(--shadow); }
.strategy-band h2 { color: white; font-size: clamp(2rem,4vw,3rem); margin-bottom: 8px; }
.strategy-band p { margin: 0; max-width: 720px; color: rgba(255,255,255,.9); }
.goal-number { min-width: 180px; text-align: center; border-left: 1px solid rgba(255,255,255,.35); padding-left: 28px; }
.goal-number b { font-size: 3.5rem; line-height: 1; display: block; }
.goal-number span { font-size: .82rem; text-transform: uppercase; letter-spacing: .08em; }
.gallery { display: grid; grid-template-columns: 1.25fr .75fr .75fr; grid-template-rows: 260px 260px; gap: 16px; }
.gallery figure { margin: 0; border-radius: 16px; overflow: hidden; position: relative; }
.gallery figure:first-child { grid-row: 1 / 3; }
.gallery img { width: 100%; height: 100%; object-fit: cover; transition: transform .35s ease; }
.gallery figure:hover img { transform: scale(1.035); }
.news-card { padding: 0; overflow: hidden; }
.news-card img { height: 220px; width: 100%; object-fit: cover; }
.news-card .body { padding: 24px; }
.tag { display: inline-block; color: var(--red); font-weight: 850; text-transform: uppercase; letter-spacing: .08em; font-size: .72rem; margin-bottom: 10px; }
.page-hero { position: relative; min-height: 420px; display: grid; align-items: end; color: white; background: var(--navy); overflow: hidden; }
.page-hero::before { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg, rgba(7,27,45,.94), rgba(7,27,45,.52)), var(--hero-image) center/cover no-repeat; }
.page-hero-content { position: relative; z-index: 1; padding: 90px 0 70px; max-width: 800px; }
.page-hero h1 { color: white; font-size: clamp(2.6rem,5vw,4.5rem); }
.page-hero p { max-width: 650px; color: rgba(255,255,255,.86); font-size: 1.08rem; }
.breadcrumb { font-size: .86rem; text-transform: uppercase; letter-spacing: .08em; color: #ffd4d4; font-weight: 800; margin-bottom: 16px; }
.breadcrumb a { text-decoration: none; }
.profile { overflow: hidden; padding: 0; }
.profile img { width: 100%; height: 370px; object-fit: cover; object-position: center 20%; }
.profile .body { padding: 24px; }
.profile .role { color: var(--red); font-weight: 800; margin-bottom: 12px; }
.profile p { color: var(--muted); }
.pillar { border-left: 6px solid var(--red); }
.pillar .number { color: var(--red); font-weight: 900; font-size: .82rem; letter-spacing: .1em; text-transform: uppercase; }
.pillar ul, .check-list { margin: 14px 0 0; padding-left: 20px; color: var(--muted); }
.pillar li, .check-list li { margin: 8px 0; }
.timeline { display: grid; grid-template-columns: repeat(3,1fr); gap: 18px; }
.timeline-step { position: relative; padding: 26px; border-radius: 16px; background: white; border: 1px solid var(--line); }
.timeline-step b { display: block; color: var(--red); font-size: 1.8rem; }
.data-table-wrap { overflow-x: auto; border: 1px solid var(--line); border-radius: 16px; }
table { width: 100%; border-collapse: collapse; min-width: 760px; background: white; }
th, td { padding: 15px 16px; text-align: left; vertical-align: top; border-bottom: 1px solid var(--line); }
th { background: var(--navy); color: white; font-size: .85rem; text-transform: uppercase; letter-spacing: .05em; }
tr:last-child td { border-bottom: 0; }
.contact-grid { display: grid; grid-template-columns: .85fr 1.15fr; gap: 36px; align-items: start; }
.contact-card { background: var(--navy); color: white; border-radius: var(--radius); padding: 32px; }
.contact-card h2, .contact-card h3 { color: white; }
.contact-item { padding: 18px 0; border-bottom: 1px solid rgba(255,255,255,.16); }
.contact-item:last-child { border-bottom: 0; }
.contact-item small { display: block; text-transform: uppercase; letter-spacing: .08em; color: #ffc7c7; font-weight: 800; }
.contact-item a { color: white; text-decoration: none; }
.form { background: white; border: 1px solid var(--line); border-radius: var(--radius); padding: 32px; box-shadow: var(--shadow); }
.form-row { display: grid; grid-template-columns: repeat(2,1fr); gap: 18px; }
.field { margin-bottom: 18px; }
label { display: block; font-weight: 800; color: var(--navy); margin-bottom: 7px; }
input, select, textarea { width: 100%; border: 1px solid #cbd6df; border-radius: 10px; padding: 12px 13px; background: white; color: var(--ink); }
textarea { min-height: 145px; resize: vertical; }
input:focus, select:focus, textarea:focus { outline: 3px solid rgba(21,90,148,.17); border-color: var(--blue); }
.form-note { color: var(--muted); font-size: .86rem; }
.cta { background: linear-gradient(115deg, var(--navy), #164e78); color: white; border-radius: 24px; padding: 48px; display: grid; grid-template-columns: 1fr auto; gap: 24px; align-items: center; }
.cta h2 { color: white; margin-bottom: 8px; }
.cta p { color: rgba(255,255,255,.82); margin: 0; }
.site-footer { background: #071d30; color: rgba(255,255,255,.82); padding: 64px 0 24px; }
.footer-grid { display: grid; grid-template-columns: 1.4fr .8fr .8fr 1fr; gap: 36px; }
.site-footer h3 { color: white; font-size: 1.05rem; font-family: inherit; }
.site-footer ul { list-style: none; margin: 0; padding: 0; }
.site-footer li { margin: 9px 0; }
.site-footer a { color: rgba(255,255,255,.82); text-decoration: none; }
.site-footer a:hover { color: white; text-decoration: underline; }
.footer-brand { display: flex; gap: 13px; align-items: center; margin-bottom: 16px; }
.footer-brand img { width: 54px; }
.footer-brand strong { color: white; display: block; }
.footer-bottom { border-top: 1px solid rgba(255,255,255,.14); margin-top: 38px; padding-top: 20px; display: flex; justify-content: space-between; gap: 20px; font-size: .86rem; }
.notice { background: #fff8e6; border: 1px solid #f2d58b; color: #604c1a; padding: 16px 18px; border-radius: 12px; }
.kicker { font-weight: 800; color: var(--red); text-transform: uppercase; letter-spacing: .08em; font-size: .76rem; }
.text-link { color: var(--red); font-weight: 800; text-decoration: none; }
.text-link:hover { text-decoration: underline; }
.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; }
@media (max-width: 1020px) {
  .menu-btn { display: block; }
  .nav { display: none; position: absolute; top: 84px; left: 18px; right: 18px; background: white; border: 1px solid var(--line); border-radius: 16px; padding: 12px; box-shadow: var(--shadow); flex-direction: column; align-items: stretch; }
  .nav.open { display: flex; }
  .nav a { padding: 12px 14px; }
  .nav .nav-cta { margin-left: 0; }
  .grid-4 { grid-template-columns: repeat(2,1fr); }
  .footer-grid { grid-template-columns: repeat(2,1fr); }
}
@media (max-width: 780px) {
  .topbar-inner { padding: 9px 0; align-items: flex-start; }
  .topbar-links { gap: 7px 16px; }
  .topbar .location { display: none; }
  .brand strong { font-size: .9rem; }
  .brand span { font-size: .65rem; }
  .hero { min-height: 620px; }
  .hero::before { background: linear-gradient(0deg, rgba(7,27,45,.96), rgba(7,27,45,.38)), url('../images/hero.jpg') 62% center/cover no-repeat; }
  .stats { margin-top: 0; background: var(--soft); padding: 20px 0 0; }
  .stats-grid { grid-template-columns: repeat(2,1fr); }
  .stat:nth-child(2) { border-right: 0; }
  .stat:nth-child(-n+2) { border-bottom: 1px solid var(--line); }
  .grid-2, .contact-grid { grid-template-columns: 1fr; }
  .grid-3 { grid-template-columns: 1fr; }
  .grid-4 { grid-template-columns: 1fr; }
  .mission-grid { grid-template-columns: 1fr; }
  .strategy-band, .cta { grid-template-columns: 1fr; }
  .goal-number { border-left: 0; border-top: 1px solid rgba(255,255,255,.35); padding: 22px 0 0; text-align: left; }
  .gallery { grid-template-columns: 1fr 1fr; grid-template-rows: 300px 220px 220px; }
  .gallery figure:first-child { grid-column: 1 / 3; grid-row: auto; }
  .timeline { grid-template-columns: 1fr; }
  .form-row { grid-template-columns: 1fr; gap: 0; }
  .footer-grid { grid-template-columns: 1fr; }
  .footer-bottom { flex-direction: column; }
  .image-frame.tall { height: 440px; }
}
@media (max-width: 500px) {
  .container { width: min(calc(100% - 24px), var(--max)); }
  .brand { min-width: 0; }
  .brand img { width: 46px; height: 55px; object-fit: contain; }
  .brand-logo { width: 52px !important; height: 60px !important; }
  .nav-wrap { min-height: 74px; }
  .nav { top: 74px; }
  .hero-content { padding: 70px 0 90px; }
  .section { padding: 68px 0; }
  .stats-grid { grid-template-columns: 1fr; }
  .stat { border-right: 0; border-bottom: 1px solid var(--line); }
  .stat:last-child { border-bottom: 0; }
  .gallery { grid-template-columns: 1fr; grid-template-rows: repeat(4,240px); }
  .gallery figure:first-child { grid-column: auto; }
  .strategy-band, .cta { padding: 30px 24px; }
}
