*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html, body { overflow-x: hidden; width: 100%; }
body { font-family: 'DM Sans', sans-serif; color: #1a1a1a; background: #fff; font-size: 16px; line-height: 1.7; }
img { max-width: 100%; height: auto; display: block; }
:root {
--navy: #1B3A6B;
--navy-light: #1a3560;
--gold: #E85112;
--gold-light: #F4935A;
--cream: #FAF7F2;
--white: #ffffff;
--text: #1a1a1a;
--text-muted: #5a5a5a;
--border: #e4ddd4;
} .top-bar { background: var(--navy); padding: 0; width: 100%; }
.top-bar-inner { max-width: 1100px; margin: 0 auto; padding: 8px 40px; display: flex; justify-content: flex-end; align-items: center; gap: 16px; }
.top-bar-inner span { color: rgba(255,255,255,0.5); font-size: 12px; font-weight: 500; letter-spacing: 0.1em; text-transform: uppercase; margin-right: 8px; }
.top-bar-inner a { color: rgba(255,255,255,0.7); text-decoration: none; transition: color 0.2s; display: flex; align-items: center; }
.top-bar-inner a:hover { color: var(--gold); }
.top-bar-inner svg { width: 18px; height: 18px; fill: currentColor; }  .hero { background: linear-gradient(135deg, var(--navy) 0%, var(--navy-light) 60%, #1a4a7a 100%); padding: 80px 40px 90px; position: relative; overflow: hidden; width: 100%; }
.hero::before { content: ''; position: absolute; top: -60px; right: -60px; width: 400px; height: 400px; background: radial-gradient(circle, rgba(201,168,76,0.12) 0%, transparent 70%); pointer-events: none; }
.hero-inner { max-width: 1100px; margin: 0 auto; display: grid; grid-template-columns: 1fr 1fr; gap: 60px; align-items: center; }
.hero-tag { display: inline-block; background: rgba(201,168,76,0.2); color: var(--gold-light); font-size: 11px; font-weight: 600; letter-spacing: 0.15em; text-transform: uppercase; padding: 6px 14px; border-radius: 2px; margin-bottom: 20px; border: 1px solid rgba(201,168,76,0.3); }
.hero h1 { font-family: 'Playfair Display', serif; font-size: 52px; font-weight: 700; color: var(--white); line-height: 1.15; margin-bottom: 20px; }
.hero h1 em { font-style: italic; color: var(--gold); }
.hero-desc { color: rgba(255,255,255,0.8); font-size: 18px; line-height: 1.75; margin-bottom: 36px; font-weight: 300; }
.hero-actions { display: flex; gap: 14px; flex-wrap: wrap; }
.btn-primary { background: var(--gold); color: var(--navy); padding: 14px 28px; border-radius: 4px; font-weight: 600; font-size: 14px; text-decoration: none; letter-spacing: 0.05em; transition: all 0.2s; display: inline-block; }
.btn-primary:hover { background: var(--gold-light); }
.btn-outline { border: 1.5px solid rgba(255,255,255,0.4); color: var(--white); padding: 14px 28px; border-radius: 4px; font-weight: 500; font-size: 14px; text-decoration: none; transition: all 0.2s; display: inline-block; }
.btn-outline:hover { border-color: var(--gold); color: var(--gold); } .hero-event-card { background: rgba(255,255,255,0.07); border: 1px solid rgba(255,255,255,0.15); border-radius: 8px; padding: 36px 32px; display: flex; flex-direction: column; justify-content: space-between; }
.event-card-label { font-size: 11px; font-weight: 600; letter-spacing: 0.15em; text-transform: uppercase; color: var(--gold); margin-bottom: 12px; }
.event-card-title { font-family: 'Playfair Display', serif; font-size: 24px; color: var(--white); line-height: 1.3; margin-bottom: 16px; font-weight: 600; }
.event-card-meta { font-size: 14px; color: rgba(255,255,255,0.6); margin-bottom: 24px; display: flex; flex-direction: column; gap: 6px; }
.event-card-meta span { display: flex; align-items: center; gap: 8px; }
.event-card-meta svg { width: 14px; height: 14px; fill: none; stroke: var(--gold); stroke-width: 1.5; }
.event-desc { font-size: 14.5px; color: rgba(255,255,255,0.7); margin-bottom: 20px; line-height: 1.65; }
.event-register-btn { display: inline-block; background: var(--gold); color: var(--navy); padding: 12px 24px; border-radius: 4px; font-weight: 600; font-size: 13px; text-decoration: none; transition: all 0.2s; }
.event-register-btn:hover { background: var(--gold-light); } section { padding: 80px 40px; width: 100%; display: block; }
.section-inner { max-width: 1100px; margin: 0 auto; }
.section-label { font-size: 11px; font-weight: 600; letter-spacing: 0.15em; text-transform: uppercase; color: var(--gold); margin-bottom: 12px; }
.section-title { font-family: 'Playfair Display', serif; font-size: 36px; font-weight: 700; color: var(--navy); line-height: 1.25; margin-bottom: 16px; }
.section-sub { font-size: 17px; color: var(--text-muted); max-width: 640px; line-height: 1.75; font-weight: 400; }
.divider { width: 48px; height: 3px; background: linear-gradient(90deg, var(--gold), rgba(232,81,18,0.4)); border-radius: 2px; margin: 20px 0 40px; } .mission { background: var(--cream); }
.mission-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 60px; align-items: center; }
.mission-pillars { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; }
.pillar { background: var(--white); border: 1px solid var(--border); border-radius: 6px; padding: 24px 20px; border-top: 3px solid var(--gold); }
.pillar-icon { width: 36px; height: 36px; background: rgba(201,168,76,0.12); border-radius: 50%; display: flex; align-items: center; justify-content: center; margin-bottom: 12px; }
.pillar-icon svg { width: 18px; height: 18px; fill: none; stroke: var(--gold); stroke-width: 1.8; }
.pillar h3 { font-size: 14px; font-weight: 600; color: var(--navy); margin-bottom: 6px; text-transform: uppercase; letter-spacing: 0.05em; }
.pillar p { font-size: 14px; color: var(--text-muted); line-height: 1.6; } .quotes { background: var(--navy); padding: 70px 40px; width: 100%; display: block; }
.quotes-inner { max-width: 1100px; margin: 0 auto; }
.quotes-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 28px; margin-top: 48px; }
.quote-card { background: rgba(255,255,255,0.06); border: 1px solid rgba(255,255,255,0.1); border-radius: 8px; padding: 28px; position: relative; }
.quote-card::before { content: '"'; font-family: 'Playfair Display', serif; font-size: 64px; color: var(--gold); opacity: 0.5; position: absolute; top: 10px; left: 20px; line-height: 1; }
.quote-text { font-size: 15px; color: rgba(255,255,255,0.85); line-height: 1.75; margin-top: 28px; font-style: italic; font-weight: 300; }
.quote-author { margin-top: 20px; font-size: 13px; font-weight: 600; color: var(--gold-light); } .programs-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 24px; margin-top: 48px; }
.program-card { border: 1px solid var(--border); border-radius: 8px; overflow: hidden; transition: box-shadow 0.2s, transform 0.2s; }
.program-card:hover { box-shadow: 0 8px 32px rgba(27,58,107,0.1); transform: translateY(-3px); }
.program-header { background: var(--navy); padding: 16px 24px 14px; position: relative; overflow: hidden; height: 64px; display: flex; flex-direction: column; justify-content: flex-end; }
.program-header::after { content: ""; position: absolute; right: -8px; bottom: -16px; font-size: 72px; color: rgba(255,255,255,0.04); line-height: 1; }
.program-tag { display: none; }
.program-name { font-family: 'Playfair Display', serif; font-size: 20px; color: var(--white); line-height: 1.25; font-weight: 600; }
.program-body { padding: 24px; }
.program-body p { font-size: 15px; color: var(--text-muted); line-height: 1.7; margin-bottom: 20px; }
.program-link { font-size: 13px; font-weight: 600; color: var(--navy); text-decoration: none; display: inline-flex; align-items: center; gap: 6px; border-bottom: 1.5px solid var(--gold); padding-bottom: 2px; transition: color 0.2s; }
.program-link:hover { color: var(--gold); }
.program-link svg { width: 14px; height: 14px; fill: none; stroke: currentColor; stroke-width: 2; } .sponsors { background: var(--cream); }
.sponsors-grid { display: grid; grid-template-columns: repeat(5,1fr); gap: 24px; margin-top: 48px; align-items: center; }
.sponsor-card { background: transparent; border: none; border-radius: 0; padding: 8px 12px; text-align: center; transition: opacity 0.2s, transform 0.2s; text-decoration: none; display: flex; flex-direction: column; align-items: center; justify-content: center; height: 80px; }
.sponsor-card:hover { opacity: 0.8; transform: translateY(-2px); }
.sponsor-card img { width: 100%; height: 60px; object-fit: contain; filter: none; transition: opacity 0.2s; margin: 0 auto; display: block; }
.sponsor-card:hover img { filter: none; }
.sponsor-name { font-size: 13px; font-weight: 600; color: var(--navy); }
.sponsor-cta { margin-top: 40px; background: var(--navy); border-radius: 8px; padding: 40px; display: flex; justify-content: space-between; align-items: center; gap: 24px; flex-wrap: wrap; }
.sponsor-cta-text h3 { font-family: 'Playfair Display', serif; font-size: 24px; color: var(--white); margin-bottom: 8px; font-weight: 600; }
.sponsor-cta-text p { font-size: 14px; color: rgba(255,255,255,0.65); } .newsletter { background: var(--white); }
.newsletter-inner { max-width: 640px; margin: 0 auto; text-align: center; }
.newsletter-form { display: flex; gap: 12px; max-width: 480px; margin: 0 auto; width: 100%; }
.newsletter-form input { flex: 1; min-width: 0; padding: 14px 16px; border: 1.5px solid var(--border); border-radius: 4px; font-family: 'DM Sans', sans-serif; font-size: 14px; color: var(--text); outline: none; }
.newsletter-form input:focus { border-color: var(--gold); }
.newsletter-form button { background: var(--navy); color: var(--white); border: none; padding: 14px 24px; border-radius: 4px; font-family: 'DM Sans', sans-serif; font-size: 14px; font-weight: 600; cursor: pointer; white-space: nowrap; }
.newsletter-form button:hover { background: var(--gold); color: var(--navy); } .sponsors-bar { background: var(--cream); padding: 40px; border-top: 1px solid var(--border); width: 100%; }
.sponsors-bar-inner { max-width: 1100px; margin: 0 auto; text-align: center; }
.sponsors-bar p { font-size: 11px; font-weight: 600; letter-spacing: 0.12em; text-transform: uppercase; color: var(--text-muted); margin-bottom: 20px; }
.sponsors-logos { display: flex; justify-content: center; align-items: center; gap: 32px; flex-wrap: wrap; }
.sponsors-logos a img { height: 36px; width: auto; object-fit: contain; filter: grayscale(40%); opacity: 0.8; transition: all 0.2s; }
.sponsors-logos a:hover img { filter: grayscale(0%); opacity: 1; } footer { background: #080F1D; padding: 60px 40px 32px; color: rgba(255,255,255,0.65); width: 100%; display: block; }
.footer-inner { max-width: 1100px; margin: 0 auto; }
.footer-grid { display: grid; grid-template-columns: 2fr 1fr 1fr 1fr; gap: 48px; margin-bottom: 48px; }
.footer-brand .footer-logo { display: flex; align-items: center; gap: 10px; margin-bottom: 16px; }
.footer-brand .logo-box { width: 36px; height: 36px; background: var(--gold); border-radius: 3px; display: flex; align-items: center; justify-content: center; font-family: 'Playfair Display', serif; font-weight: 700; font-size: 16px; color: var(--navy); flex-shrink: 0; }
.footer-brand .logo-name { font-family: 'Playfair Display', serif; font-size: 14px; font-weight: 700; color: var(--white); line-height: 1.2; }
.footer-brand p { font-size: 13px; line-height: 1.7; max-width: 260px; margin-bottom: 20px; }
.footer-social { display: flex; gap: 10px; }
.footer-social a { width: 34px; height: 34px; background: rgba(255,255,255,0.08); border-radius: 4px; display: flex; align-items: center; justify-content: center; color: rgba(255,255,255,0.6); text-decoration: none; transition: all 0.2s; }
.footer-social a:hover { background: var(--gold); color: var(--navy); }
.footer-social svg { width: 16px; height: 16px; fill: currentColor; }
.footer-col h4 { font-size: 12px; font-weight: 600; letter-spacing: 0.12em; text-transform: uppercase; color: var(--white); margin-bottom: 16px; }
.footer-col ul { list-style: none; display: flex; flex-direction: column; gap: 8px; }
.footer-col a { font-size: 14px; color: rgba(255,255,255,0.55); text-decoration: none; transition: color 0.2s; }
.footer-col a:hover { color: var(--gold); }
.footer-bottom { border-top: 1px solid rgba(255,255,255,0.08); padding-top: 24px; display: flex; justify-content: space-between; align-items: center; font-size: 12px; flex-wrap: wrap; gap: 12px; }
.footer-bottom span { color: rgba(255,255,255,0.3); }
.nonprofit-badge { background: rgba(201,168,76,0.15); border: 1px solid rgba(201,168,76,0.25); color: var(--gold-light); font-size: 11px; font-weight: 500; padding: 5px 12px; border-radius: 20px; letter-spacing: 0.05em; } @media (max-width: 1050px) { .nav-links a { padding: 22px 9px; font-size: 11px; } }
@media (max-width: 900px) {
.hero-inner { grid-template-columns: 1fr; }
.mission-grid { grid-template-columns: 1fr; }
.quotes-grid { grid-template-columns: 1fr; }
.programs-grid { grid-template-columns: 1fr; }
.sponsors-grid { grid-template-columns: repeat(2,1fr); }
.footer-grid { grid-template-columns: 1fr 1fr; }
section { padding: 60px 20px; }
.hero { padding: 60px 20px; }
.hero h1 { font-size: 38px; }
.quotes { padding: 60px 20px; }
}
@media (max-width: 600px) {
.nav-links { display: none; }
.sponsors-grid { grid-template-columns: repeat(2,1fr); }
.footer-grid { grid-template-columns: 1fr; }
.mission-pillars { grid-template-columns: 1fr; }
.sponsor-cta { flex-direction: column; }
}
nav { background: var(--white); border-bottom: 1px solid var(--border); padding: 0; position: sticky; top: 0; z-index: 100; box-shadow: 0 2px 12px rgba(27,58,107,0.06); width: 100%; }
.nav-inner { max-width: 1100px; margin: 0 auto; padding: 0 40px; display: flex; align-items: center; justify-content: space-between; }
.nav-logo { padding: 16px 0; display: flex; align-items: center; text-decoration: none; flex-shrink: 0; }
.nav-logo img { height: 52px; width: auto; }
.nav-links { display: flex; align-items: center; list-style: none; }
.nav-links a { display: block; padding: 20px 11px; font-size: 12px; font-weight: 500; letter-spacing: 0.04em; text-transform: uppercase; color: var(--text-muted); text-decoration: none; transition: color 0.2s; border-bottom: 2px solid transparent; white-space: nowrap; }
.nav-links a:hover, .nav-links a.active { color: var(--navy); border-bottom-color: var(--gold); }
.nav-cta { background: var(--gold) !important; color: var(--navy) !important; padding: 10px 16px !important; border-radius: 4px; font-weight: 600 !important; border-bottom: none !important; margin-left: 10px; }
.nav-cta:hover { background: var(--gold-light) !important; } .piece-icon svg { width: 20px; height: 20px; fill: none; stroke: #C9A84C; stroke-width: 1.8; } .puzzle-cell:hover .mission-puzzle-wrap { margin-top: 8px; }
.fo-content { width: 100%; height: 100%; display: flex; flex-direction: column; padding: 26px 24px; font-family: 'DM Sans', sans-serif; }
.fo-icon { width: 36px; height: 36px; background: rgba(201,168,76,0.12); border-radius: 50%; display: flex; align-items: center; justify-content: center; margin-bottom: 10px; flex-shrink: 0; }
.fo-icon svg { width: 19px; height: 19px; fill: none; stroke: #C9A84C; stroke-width: 1.8; }
.fo-label { font-size: 11.5px; font-weight: 700; letter-spacing: 0.1em; text-transform: uppercase; color: #1B3A6B; margin-bottom: 8px; }
.fo-text { font-size: 13px; color: #5a5a5a; line-height: 1.65; font-weight: 300; }
.piece { transition: filter 0.25s; cursor: default; }
.piece:hover { filter: drop-shadow(0 10px 28px rgba(27,58,107,0.2)); } .fo-content { width: 100%; height: 100%; display: flex; flex-direction: column; padding: 28px 26px 24px; font-family: 'DM Sans', sans-serif; }
.fo-icon { width: 36px; height: 36px; background: rgba(201,168,76,0.12); border-radius: 50%; display: flex; align-items: center; justify-content: center; margin-bottom: 10px; flex-shrink: 0; }
.fo-icon svg { width: 17px; height: 17px; fill: none; stroke: #C9A84C; stroke-width: 1.8; }
.fo-label { font-size: 11px; font-weight: 700; letter-spacing: 0.12em; text-transform: uppercase; color: #1B3A6B; margin-bottom: 10px; }
.fo-text { font-size: 14.5px; color: #3a3a3a; line-height: 1.7; font-weight: 400; }
.piece { cursor: default; }
.piece path { transition: filter 0.2s; }
.piece:hover path:first-child { filter: brightness(0.97); }
100% { transform: translateX(-50%); }
} .marquee-bar { background: var(--cream); border-top: 1px solid var(--border); border-bottom: 1px solid var(--border); padding: 14px 0; overflow: hidden; width: 100%; }
.marquee-inner { max-width: 1100px; margin: 0 auto; overflow: hidden; }
.marquee-label { font-family: 'DM Sans', sans-serif; font-size: 10px; font-weight: 700; letter-spacing: 0.18em; text-transform: uppercase; color: var(--text-muted); margin-bottom: 10px; }
.marquee-track { display: flex; align-items: center; gap: 56px; width: max-content; animation: marquee-scroll linear infinite; animation-duration: 22s; }
.marquee-track:hover { animation-play-state: paused; }
.marquee-item { display: flex; align-items: center; flex-shrink: 0; }
.marquee-item img { height: 34px; width: auto; object-fit: contain; opacity: 0.8; transition: opacity 0.2s; }
.marquee-item:hover img { opacity: 1; }
@keyframes marquee-scroll { 0% { transform: translateX(0); } 100% { transform: translateX(-50%); } }
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html, body { width: 100%; overflow-x: hidden; }
img { max-width: 100%; height: auto; }
:root {
--navy: #0E2340; --navy-light: #1a3560; --gold: #E85112; --gold-light: #F4935A;
--cream: #FAF7F2; --white: #ffffff; --text: #1a1a1a; --text-muted: #5a5a5a;
--border: #e4ddd4; --accent-blue: #1D4E89;
}
html { scroll-behavior: smooth; overflow-x: hidden; }
body { font-family: 'DM Sans', sans-serif; color: var(--text); background: var(--white); font-size: 16px; line-height: 1.6; overflow-x: hidden; }
.top-bar { background: var(--navy); padding: 0; width: 100%; }
.top-bar-inner { max-width: 1100px; margin: 0 auto; padding: 8px 40px; display: flex; justify-content: flex-end; align-items: center; gap: 16px; }
.top-bar-inner span { color: rgba(255,255,255,0.5); font-size: 12px; font-weight: 500; letter-spacing: 0.1em; text-transform: uppercase; margin-right: 8px; }
.top-bar-inner a { color: rgba(255,255,255,0.7); text-decoration: none; transition: color 0.2s; display: flex; align-items: center; }
.top-bar-inner a:hover { color: var(--gold); }
.top-bar-inner svg { width: 18px; height: 18px; fill: currentColor; }
.page-hero { background: linear-gradient(135deg, var(--navy) 0%, var(--navy-light) 100%); padding: 80px 40px; width: 100%; }
.page-hero-inner { max-width: 1100px; margin: 0 auto; width: 100%; }
.page-tag { display: inline-block; background: rgba(201,168,76,0.2); color: var(--gold-light); font-size: 11px; font-weight: 600; letter-spacing: 0.15em; text-transform: uppercase; padding: 5px 12px; border-radius: 2px; margin-bottom: 16px; border: 1px solid rgba(201,168,76,0.3); }
.page-hero h1 { font-family: 'Playfair Display', serif; font-size: 44px; font-weight: 700; color: var(--white); line-height: 1.2; margin-bottom: 16px; }
.page-hero p { color: rgba(255,255,255,0.7); font-size: 17px; max-width: 600px; font-weight: 300; line-height: 1.7; }
section { padding: 80px 40px; width: 100%; display: block; }
.section-inner { max-width: 1100px; margin: 0 auto; width: 100%; box-sizing: border-box; }
.section-label { font-size: 11px; font-weight: 600; letter-spacing: 0.15em; text-transform: uppercase; color: var(--gold); margin-bottom: 10px; }
.section-title { font-family: 'Playfair Display', serif; font-size: 34px; font-weight: 700; color: var(--navy); line-height: 1.25; margin-bottom: 14px; }
.section-sub { font-size: 17px; color: var(--text-muted); max-width: 640px; line-height: 1.75; font-weight: 400; }
.divider { width: 48px; height: 3px; background: var(--gold); border-radius: 2px; margin: 18px 0 36px; }
.btn-primary { background: var(--gold); color: var(--navy); padding: 13px 26px; border-radius: 4px; font-weight: 600; font-size: 14px; text-decoration: none; transition: all 0.2s; display: inline-block; }
.btn-primary:hover { background: var(--gold-light); }
.btn-navy { background: var(--navy); color: var(--white); padding: 13px 26px; border-radius: 4px; font-weight: 600; font-size: 14px; text-decoration: none; transition: all 0.2s; display: inline-block; }
.btn-navy:hover { background: var(--navy-light); }
.btn-outline-navy { border: 1.5px solid var(--navy); color: var(--navy); padding: 12px 26px; border-radius: 4px; font-weight: 500; font-size: 14px; text-decoration: none; transition: all 0.2s; display: inline-block; }
.btn-outline-navy:hover { background: var(--navy); color: white; }
.sponsors-bar { background: var(--cream); padding: 40px; border-top: 1px solid var(--border); width: 100%; display: block; }
.sponsors-bar-inner { max-width: 1100px; margin: 0 auto; text-align: center; }
.sponsors-bar p { font-size: 11px; font-weight: 600; letter-spacing: 0.12em; text-transform: uppercase; color: var(--text-muted); margin-bottom: 20px; }
.sponsors-logos { display: flex; justify-content: center; align-items: center; gap: 32px; flex-wrap: wrap; }
.sponsors-logos a img { height: 36px; width: auto; object-fit: contain; filter: grayscale(40%); opacity: 0.8; transition: all 0.2s; }
.sponsors-logos a:hover img { filter: grayscale(0%); opacity: 1; }
footer { background: #080F1D; padding: 56px 40px 28px; color: rgba(255,255,255,0.65); }
.footer-inner { max-width: 1100px; margin: 0 auto; }
.footer-grid { display: grid; grid-template-columns: 2fr 1fr 1fr 1fr; gap: 48px; margin-bottom: 44px; }
.footer-brand .footer-logo { display: flex; align-items: center; gap: 10px; margin-bottom: 14px; }
.footer-brand .logo-box { width: 36px; height: 36px; background: var(--gold); border-radius: 3px; display: flex; align-items: center; justify-content: center; font-family: 'Playfair Display', serif; font-weight: 700; font-size: 16px; color: var(--navy); }
.footer-brand .logo-name { font-family: 'Playfair Display', serif; font-size: 14px; font-weight: 700; color: var(--white); line-height: 1.2; }
.footer-brand p { font-size: 13px; line-height: 1.7; max-width: 260px; margin-bottom: 18px; }
.footer-social { display: flex; gap: 10px; }
.footer-social a { width: 34px; height: 34px; background: rgba(255,255,255,0.08); border-radius: 4px; display: flex; align-items: center; justify-content: center; color: rgba(255,255,255,0.6); text-decoration: none; transition: all 0.2s; }
.footer-social a:hover { background: var(--gold); color: var(--navy); }
.footer-social svg { width: 16px; height: 16px; fill: currentColor; }
.footer-col h4 { font-size: 11px; font-weight: 600; letter-spacing: 0.12em; text-transform: uppercase; color: var(--white); margin-bottom: 14px; }
.footer-col ul { list-style: none; display: flex; flex-direction: column; gap: 8px; }
.footer-col a { font-size: 13px; color: rgba(255,255,255,0.5); text-decoration: none; transition: color 0.2s; }
.footer-col a:hover { color: var(--gold); }
.footer-bottom { border-top: 1px solid rgba(255,255,255,0.08); padding-top: 22px; display: flex; justify-content: space-between; align-items: center; font-size: 12px; flex-wrap: wrap; gap: 12px; }
.footer-bottom span { color: rgba(255,255,255,0.3); }
.nonprofit-badge { background: rgba(201,168,76,0.15); border: 1px solid rgba(201,168,76,0.25); color: var(--gold-light); font-size: 11px; font-weight: 500; padding: 5px 12px; border-radius: 20px; letter-spacing: 0.05em; }
@media (max-width: 900px) { .footer-grid { grid-template-columns: 1fr 1fr; }  section { padding: 56px 20px; } .page-hero { padding: 48px 20px; } }
@media (max-width: 600px) { .nav-links { display: none; } .footer-grid { grid-template-columns: 1fr; } .page-hero h1 { font-size: 32px; } }
nav { background: var(--white); border-bottom: 1px solid var(--border); padding: 0; position: sticky; top: 0; z-index: 100; box-shadow: 0 2px 12px rgba(27,58,107,0.06); width: 100%; }
.nav-inner { max-width: 1100px; margin: 0 auto; padding: 0 40px; display: flex; align-items: center; justify-content: space-between; }
.nav-logo { padding: 16px 0; display: flex; align-items: center; text-decoration: none; flex-shrink: 0; }
.nav-logo img { height: 52px; width: auto; }
.nav-links { display: flex; align-items: center; list-style: none; }
.nav-links a { display: block; padding: 20px 11px; font-size: 12px; font-weight: 500; letter-spacing: 0.04em; text-transform: uppercase; color: var(--text-muted); text-decoration: none; transition: color 0.2s; border-bottom: 2px solid transparent; white-space: nowrap; }
.nav-links a:hover, .nav-links a.active { color: var(--navy); border-bottom-color: var(--gold); }
.nav-cta { background: var(--gold) !important; color: var(--navy) !important; padding: 10px 16px !important; border-radius: 4px; font-weight: 600 !important; border-bottom: none !important; margin-left: 10px; }
.nav-cta:hover { background: var(--gold-light) !important; }
100% { transform: translateX(-50%); } } .marquee-bar { background: var(--cream); border-top: 1px solid var(--border); border-bottom: 1px solid var(--border); padding: 14px 0; overflow: hidden; width: 100%; }
.marquee-inner { max-width: 1100px; margin: 0 auto; overflow: hidden; }
.marquee-label { font-family: 'DM Sans', sans-serif; font-size: 10px; font-weight: 700; letter-spacing: 0.18em; text-transform: uppercase; color: var(--text-muted); margin-bottom: 10px; }
.marquee-track { display: flex; align-items: center; gap: 56px; width: max-content; animation: marquee-scroll linear infinite; animation-duration: 22s; }
.marquee-track:hover { animation-play-state: paused; }
.marquee-item { display: flex; align-items: center; flex-shrink: 0; }
.marquee-item img { height: 34px; width: auto; object-fit: contain; opacity: 0.8; transition: opacity 0.2s; }
.marquee-item:hover img { opacity: 1; }
@keyframes marquee-scroll { 0% { transform: translateX(0); } 100% { transform: translateX(-50%); } } .upcoming-card {
display: grid;
grid-template-columns: 1fr 260px;
background: var(--navy);
border-radius: 12px;
overflow: hidden;
box-shadow: 0 8px 32px rgba(11,31,58,0.18);
}
.upcoming-left { padding: 40px 36px; }
.upcoming-badge {
display: inline-flex; align-items: center; gap: 8px;
font-family: 'DM Sans', sans-serif;
font-size: 10px; font-weight: 700; letter-spacing: 0.14em; text-transform: uppercase;
color: var(--gold); margin-bottom: 16px;
}
.upcoming-badge::before {
content: ''; width: 8px; height: 8px; background: var(--gold);
border-radius: 50%; display: inline-block;
box-shadow: 0 0 0 3px rgba(232,81,18,0.2);
animation: pulse 2s infinite;
}
@keyframes pulse {
0%,100% { box-shadow: 0 0 0 3px rgba(232,81,18,0.2); }
50%      { box-shadow: 0 0 0 6px rgba(232,81,18,0); }
}
.upcoming-title {
font-family: 'Playfair Display', serif;
font-size: 28px; font-weight: 700; color: white;
line-height: 1.2; margin-bottom: 6px;
}
.upcoming-sub { font-size: 13px; color: var(--gold); font-style: italic; margin-bottom: 14px; }
.upcoming-desc { font-size: 14.5px; color: rgba(255,255,255,0.65); line-height: 1.7; margin-bottom: 24px; }
.upcoming-meta { display: flex; gap: 20px; flex-wrap: wrap; margin-bottom: 28px; }
.upcoming-meta span {
font-size: 13px; color: rgba(255,255,255,0.5);
display: flex; align-items: center; gap: 6px;
}
.upcoming-meta svg { stroke: var(--gold); flex-shrink: 0; }
.upcoming-right {
background: rgba(0,0,0,0.15);
border-left: 1px solid rgba(255,255,255,0.07);
padding: 36px 28px;
display: flex; flex-direction: column; justify-content: center; gap: 16px;
}
.luma-live-badge {
display: inline-flex; align-items: center; gap: 8px;
font-size: 10px; font-weight: 700; letter-spacing: 0.12em; text-transform: uppercase;
color: var(--gold); margin-bottom: 4px;
}
.luma-live-badge svg { stroke: var(--gold); }
.upcoming-right p { font-size: 13px; color: rgba(255,255,255,0.45); line-height: 1.65; }
.upcoming-right a.view-luma {
font-size: 12px; color: var(--gold); text-decoration: none;
display: inline-flex; align-items: center; gap: 4px;
border-bottom: 1px solid rgba(232,81,18,0.35); padding-bottom: 2px;
align-self: flex-start; margin-top: 4px;
} .luma-wrap {
border-radius: 12px; overflow: hidden;
border: 1px solid rgba(11,31,58,0.15);
box-shadow: 0 4px 24px rgba(11,31,58,0.18);
background: #1a2744;
}  .timeline-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 48px 64px; }
.year-block { margin-bottom: 8px; }
.year-header { display: flex; align-items: center; gap: 14px; margin-bottom: 18px; }
.year-badge {
font-size: 12px; font-weight: 700; color: var(--navy);
background: var(--white); border: 2px solid var(--navy);
border-radius: 20px; padding: 3px 14px; white-space: nowrap; flex-shrink: 0;
}
.year-line { height: 2px; flex: 1; background: var(--border); }
.timeline-events { display: flex; flex-direction: column; position: relative; padding-left: 28px; }
.timeline-events::before {
content: ''; position: absolute; left: 6px; top: 8px; bottom: 8px;
width: 2px; background: var(--border);
}
.tl-event {
display: flex; align-items: flex-start; gap: 14px;
padding: 10px 0; position: relative; text-decoration: none;
}
.tl-dot {
width: 13px; height: 13px; min-width: 13px; border-radius: 50%;
background: var(--white); border: 2px solid var(--border);
position: absolute; left: -24px; top: 14px; transition: all 0.2s;
}
.tl-event:hover .tl-dot { background: var(--gold); border-color: var(--gold); }
.tl-month {
font-size: 10px; font-weight: 700; letter-spacing: 0.1em; text-transform: uppercase;
color: var(--gold); min-width: 28px; margin-top: 2px; flex-shrink: 0;
}
.tl-content { flex: 1; padding-bottom: 10px; border-bottom: 1px solid var(--border); }
.tl-event:last-child .tl-content { border-bottom: none; }
.tl-title {
font-size: 14px; font-weight: 500; color: var(--text);
line-height: 1.4; display: flex; align-items: center; gap: 6px; transition: color 0.2s;
}
.tl-event:hover .tl-title { color: var(--navy); }
.tl-meta { font-size: 12px; color: var(--text-muted); margin-top: 2px; }
.tl-arrow { width: 13px; height: 13px; fill: none; stroke: var(--gold); stroke-width: 2; opacity: 0; transition: opacity 0.2s; flex-shrink: 0; }
.tl-event:hover .tl-arrow { opacity: 1; } .page-hero { background: linear-gradient(135deg, var(--navy) 0%, #162D52 100%); padding: 80px 40px; width: 100%; }
.page-hero-inner { max-width: 1100px; margin: 0 auto; }
.page-tag { display: inline-block; background: rgba(232,81,18,0.18); color: #F4935A; font-size: 11px; font-weight: 600; letter-spacing: 0.15em; text-transform: uppercase; padding: 6px 14px; border-radius: 2px; margin-bottom: 20px; border: 1px solid rgba(232,81,18,0.25); }
.page-hero h1 { font-family: 'Playfair Display', serif; font-size: 48px; font-weight: 700; color: white; margin-bottom: 14px; line-height: 1.15; }
.page-hero p { font-size: 16px; color: rgba(255,255,255,0.65); max-width: 560px; line-height: 1.75; }
@media(max-width:900px) {
.upcoming-card { grid-template-columns: 1fr; }
.upcoming-right { border-left: none; border-top: 1px solid rgba(255,255,255,0.07); }
.timeline-grid { grid-template-columns: 1fr; }
}
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html, body { overflow-x: hidden; width: 100%; }
body { font-family: 'DM Sans', sans-serif; color: #1a1a1a; background: #fff; font-size: 16px; line-height: 1.7; }
img { max-width: 100%; height: auto; display: block; }
:root { --navy:#1B3A6B; --navy-light:#1a3560; --gold:#E85112; --gold-light:#F4935A; --cream:#FAF7F2; --white:#ffffff; --text:#1a1a1a; --text-muted:#5a5a5a; --border:#e4ddd4; } .top-bar { background: var(--navy); padding: 0; width: 100%; }
.top-bar-inner { max-width: 1100px; margin: 0 auto; padding: 8px 40px; display: flex; justify-content: flex-end; align-items: center; gap: 16px; }
.top-bar-inner a { color: rgba(255,255,255,0.7); text-decoration: none; transition: color 0.2s; display: flex; align-items: center; }
.top-bar-inner a:hover { color: var(--gold); }
.top-bar-inner svg { width: 18px; height: 18px; fill: currentColor; } nav { background: var(--white); border-bottom: 1px solid var(--border); padding: 0; position: sticky; top: 0; z-index: 100; box-shadow: 0 2px 12px rgba(27,58,107,0.06); width: 100%; }
.nav-inner { max-width: 1100px; margin: 0 auto; padding: 0 40px; display: flex; align-items: center; justify-content: space-between; }
.nav-logo { padding: 16px 0; display: flex; align-items: center; text-decoration: none; flex-shrink: 0; }
.nav-logo img { height: 52px; width: auto; }
.nav-links { display: flex; align-items: center; list-style: none; }
.nav-links a { display: block; padding: 20px 11px; font-size: 12px; font-weight: 500; letter-spacing: 0.04em; text-transform: uppercase; color: var(--text-muted); text-decoration: none; transition: color 0.2s; border-bottom: 2px solid transparent; white-space: nowrap; }
.nav-links a:hover, .nav-links a.active { color: var(--navy); border-bottom-color: var(--gold); } .page-hero { background: linear-gradient(135deg, var(--navy) 0%, var(--navy-light) 100%); padding: 80px 40px; width: 100%; }
.page-hero-inner { max-width: 1100px; margin: 0 auto; }
.page-tag { display: inline-block; background: rgba(201,168,76,0.2); color: var(--gold-light); font-size: 11px; font-weight: 600; letter-spacing: 0.15em; text-transform: uppercase; padding: 6px 14px; border-radius: 2px; margin-bottom: 20px; border: 1px solid rgba(201,168,76,0.3); }
.page-hero h1 { font-family: 'Playfair Display', serif; font-size: 48px; font-weight: 700; color: var(--white); margin-bottom: 16px; line-height: 1.15; }
.page-hero p { font-size: 17px; color: rgba(255,255,255,0.7); max-width: 580px; line-height: 1.7; font-weight: 300; } section { padding: 80px 40px; width: 100%; display: block; }
.section-inner { max-width: 1100px; margin: 0 auto; width: 100%; }
.section-label { font-size: 11px; font-weight: 600; letter-spacing: 0.15em; text-transform: uppercase; color: var(--gold); margin-bottom: 12px; }
.section-title { font-family: 'Playfair Display', serif; font-size: 36px; font-weight: 700; color: var(--navy); line-height: 1.25; margin-bottom: 16px; }
.section-sub { font-size: 16px; color: var(--text-muted); max-width: 680px; line-height: 1.7; font-weight: 300; margin-bottom: 8px; }
.divider { width: 48px; height: 3px; background: var(--gold); border-radius: 2px; margin: 20px 0 40px; }  .sponsors-featured { display: grid; grid-template-columns: repeat(3,1fr); gap: 24px; margin-top: 40px; }
.sponsor-card-rich { background: var(--white); border: 1px solid var(--border); border-radius: 8px; overflow: hidden; transition: box-shadow 0.2s, transform 0.2s; text-decoration: none; display: flex; flex-direction: column; }
.sponsor-card-rich:hover { box-shadow: 0 8px 32px rgba(27,58,107,0.1); transform: translateY(-3px); }
.sponsor-card-rich-logo { height: 140px; display: flex; align-items: center; justify-content: center; padding: 24px; background: var(--cream); border-bottom: 1px solid var(--border); }
.sponsor-card-rich-logo img { max-height: 90px; max-width: 200px; object-fit: contain; }
.sponsor-card-rich-logo .sp-name-text { font-family: 'Playfair Display', serif; font-size: 22px; font-weight: 700; color: var(--navy); text-align: center; }
.sponsor-card-rich-body { padding: 20px 22px; flex: 1; display: flex; flex-direction: column; }
.sponsor-card-rich-body h3 { font-family: 'Playfair Display', serif; font-size: 17px; font-weight: 700; color: var(--navy); margin-bottom: 8px; }
.sponsor-card-rich-body p { font-size: 14px; color: var(--text-muted); line-height: 1.65; flex: 1; } .partners-compact { display: grid; grid-template-columns: repeat(3,1fr); gap: 16px; margin-top: 32px; }
.partner-chip { background: var(--white); border: 1px solid var(--border); border-radius: 8px; padding: 18px 20px; display: flex; align-items: flex-start; gap: 16px; transition: box-shadow 0.2s, border-color 0.2s; text-decoration: none; }
.partner-chip:hover { box-shadow: 0 4px 16px rgba(27,58,107,0.08); border-color: var(--gold); }
.partner-chip-logo { width: 56px; height: 56px; min-width: 56px; background: var(--cream); border: 1px solid var(--border); border-radius: 6px; display: flex; align-items: center; justify-content: center; overflow: hidden; flex-shrink: 0; }
.partner-chip-logo img { width: 100%; height: 100%; object-fit: contain; padding: 6px; }
.partner-chip-logo .partner-initials { font-family: 'Playfair Display', serif; font-size: 13px; font-weight: 700; color: var(--navy); text-align: center; line-height: 1.1; display: flex; align-items: center; justify-content: center; width: 100%; height: 100%; }
.partner-chip-content { flex: 1; }
.partner-chip-content h4 { font-size: 13.5px; font-weight: 700; color: var(--navy); margin-bottom: 4px; }
.partner-chip-content p { font-size: 12px; color: var(--text-muted); line-height: 1.55; } .accordion { margin-top: 40px; border: 1px solid var(--border); border-radius: 8px; overflow: hidden; }
.accordion-item { border-bottom: 1px solid var(--border); }
.accordion-item:last-child { border-bottom: none; }
.accordion-trigger {
width: 100%; display: flex; align-items: center; justify-content: space-between;
padding: 24px 28px; background: var(--white); border: none; cursor: pointer;
font-family: 'DM Sans', sans-serif; text-align: left; transition: background 0.2s;
}
.accordion-trigger:hover { background: var(--cream); }
.accordion-trigger.open { background: var(--cream); }
.accordion-trigger-left { display: flex; align-items: center; gap: 20px; }
.accordion-label { font-size: 10px; font-weight: 600; letter-spacing: 0.14em; text-transform: uppercase; color: var(--gold); }
.accordion-title { font-family: 'Playfair Display', serif; font-size: 22px; font-weight: 700; color: var(--navy); }
.accordion-range { font-size: 13px; color: var(--text-muted); margin-top: 2px; }
.accordion-icon { width: 32px; height: 32px; border-radius: 50%; border: 1.5px solid var(--border); display: flex; align-items: center; justify-content: center; flex-shrink: 0; transition: transform 0.3s, background 0.2s; }
.accordion-trigger.open .accordion-icon { transform: rotate(45deg); background: var(--navy); border-color: var(--navy); }
.accordion-trigger.open .accordion-icon svg { stroke: white; }
.accordion-icon svg { width: 14px; height: 14px; fill: none; stroke: var(--navy); stroke-width: 2.5; }
.accordion-body { display: none; padding: 0 28px 32px; background: var(--cream); }
.accordion-body.open { display: block; }
.accordion-desc { font-size: 15px; color: var(--text-muted); line-height: 1.7; margin-bottom: 32px; font-weight: 300; } .tiers { display: grid; grid-template-columns: repeat(2,1fr); gap: 20px; align-items: stretch; }
.tier-card { border: 1px solid var(--border); border-radius: 8px; overflow: hidden; display: flex; flex-direction: column; }
.tier-card.featured { border: 2px solid var(--gold); }
.tier-header { padding: 28px 28px 22px; }
.tier-header.gold { background: linear-gradient(135deg, #A33A0A, #E85112); }
.tier-header { background: var(--navy); }
.tier-name { font-family: 'Playfair Display', serif; font-size: 26px; color: var(--white); font-weight: 700; margin-bottom: 6px; }
.tier-price { font-size: 14px; color: rgba(255,255,255,0.65); font-weight: 400; }
.tier-body { padding: 28px; background: var(--white); display: flex; flex-direction: column; flex: 1; }
.tier-body ul { list-style: none; display: flex; flex-direction: column; gap: 12px; margin-bottom: 28px; flex: 1; }
.tier-body li { font-size: 15px; color: var(--text); display: flex; align-items: flex-start; gap: 10px; line-height: 1.6; }
.ck { width: 20px; height: 20px; min-width: 20px; background: var(--gold); border-radius: 50%; display: flex; align-items: center; justify-content: center; margin-top: 1px; }
.ck svg { width: 10px; height: 10px; fill: none; stroke: var(--navy); stroke-width: 2.5; stroke-linecap: round; }
.btn-primary { background: var(--gold); color: var(--navy); padding: 14px 28px; border-radius: 4px; font-weight: 600; font-size: 14px; text-decoration: none; display: inline-block; transition: background 0.2s; }
.btn-primary:hover { background: var(--gold-light); }
.btn-outline-navy { border: 1.5px solid var(--navy); color: var(--navy); padding: 13px 28px; border-radius: 4px; font-weight: 500; font-size: 14px; text-decoration: none; display: inline-block; transition: all 0.2s; }
.btn-outline-navy:hover { background: var(--navy); color: white; } .partners-grid { display: grid; grid-template-columns: repeat(2,1fr); gap: 24px; margin-top: 40px; }
.partner-card { border: 1px solid var(--border); border-radius: 8px; overflow: hidden; transition: box-shadow 0.2s, transform 0.2s; }
.partner-card:hover { box-shadow: 0 8px 32px rgba(27,58,107,0.1); transform: translateY(-3px); }
.partner-card-top { height: 180px; background: var(--navy); display: flex; align-items: center; justify-content: center; padding: 24px; position: relative; overflow: hidden; }
.partner-card-top img { max-height: 90px; max-width: 220px; object-fit: contain; filter: brightness(0) invert(1); opacity: 0.9; }
.partner-card-top .partner-name-only { font-family: 'Playfair Display', serif; font-size: 28px; font-weight: 700; color: white; }
.partner-card-body { padding: 24px; background: white; }
.partner-card-body h3 { font-family: 'Playfair Display', serif; font-size: 20px; font-weight: 700; color: var(--navy); margin-bottom: 10px; }
.partner-card-body p { font-size: 15px; color: var(--text-muted); line-height: 1.7; margin-bottom: 16px; }
.partner-link { font-size: 13px; font-weight: 600; color: var(--navy); text-decoration: none; border-bottom: 1.5px solid var(--gold); padding-bottom: 2px; transition: color 0.2s; }
.partner-link:hover { color: var(--gold); } .volunteer-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 20px; margin-top: 32px; }
.vol-card { background: var(--white); border: 1px solid var(--border); border-radius: 6px; padding: 20px; border-top: 3px solid var(--gold); }
.vol-card h4 { font-size: 14px; font-weight: 600; color: var(--navy); margin-bottom: 6px; }
.vol-card p { font-size: 13px; color: var(--text-muted); line-height: 1.5; } .sponsors-bar { background: var(--cream); padding: 40px; border-top: 1px solid var(--border); width: 100%; }
.sponsors-bar-inner { max-width: 1100px; margin: 0 auto; text-align: center; }
.sponsors-bar p { font-size: 11px; font-weight: 600; letter-spacing: 0.12em; text-transform: uppercase; color: var(--text-muted); margin-bottom: 20px; }
.sponsors-logos { display: flex; justify-content: center; align-items: center; gap: 32px; flex-wrap: wrap; }
.sponsors-logos a img { height: 36px; width: auto; object-fit: contain; } footer { background: #080F1D; padding: 60px 40px 32px; color: rgba(255,255,255,0.65); width: 100%; }
.footer-inner { max-width: 1100px; margin: 0 auto; }
.footer-grid { display: grid; grid-template-columns: 2fr 1fr 1fr 1fr; gap: 48px; margin-bottom: 48px; }
.footer-brand .footer-logo { display: flex; align-items: center; gap: 10px; margin-bottom: 16px; }
.footer-brand .logo-box { width: 36px; height: 36px; background: var(--gold); border-radius: 3px; display: flex; align-items: center; justify-content: center; font-family: 'Playfair Display', serif; font-weight: 700; font-size: 16px; color: var(--navy); }
.footer-brand .logo-name { font-family: 'Playfair Display', serif; font-size: 14px; font-weight: 700; color: var(--white); line-height: 1.2; }
.footer-brand p { font-size: 13px; line-height: 1.7; max-width: 260px; margin-bottom: 20px; }
.footer-social { display: flex; gap: 10px; }
.footer-social a { width: 34px; height: 34px; background: rgba(255,255,255,0.08); border-radius: 4px; display: flex; align-items: center; justify-content: center; color: rgba(255,255,255,0.6); text-decoration: none; transition: all 0.2s; }
.footer-social a:hover { background: var(--gold); color: var(--navy); }
.footer-social svg { width: 16px; height: 16px; fill: currentColor; }
.footer-col h4 { font-size: 12px; font-weight: 600; letter-spacing: 0.12em; text-transform: uppercase; color: var(--white); margin-bottom: 16px; }
.footer-col ul { list-style: none; display: flex; flex-direction: column; gap: 8px; }
.footer-col a { font-size: 14px; color: rgba(255,255,255,0.55); text-decoration: none; transition: color 0.2s; }
.footer-col a:hover { color: var(--gold); }
.footer-bottom { border-top: 1px solid rgba(255,255,255,0.08); padding-top: 24px; display: flex; justify-content: space-between; align-items: center; font-size: 12px; flex-wrap: wrap; gap: 12px; }
.footer-bottom span { color: rgba(255,255,255,0.3); }
.nonprofit-badge { background: rgba(201,168,76,0.15); border: 1px solid rgba(201,168,76,0.25); color: var(--gold-light); font-size: 11px; padding: 5px 12px; border-radius: 20px; }
@media(max-width:900px){
.current-sponsors{grid-template-columns:repeat(3,1fr);}
.tiers{grid-template-columns:1fr;}
.partners-grid{grid-template-columns:1fr;}
.volunteer-grid{grid-template-columns:1fr 1fr;}
.footer-grid{grid-template-columns:1fr 1fr;}
.page-hero h1{font-size:36px;}
section{padding:60px 20px;}
.page-hero{padding:60px 20px;}
}
@media(max-width:600px){
.nav-links{display:none;}
.current-sponsors{grid-template-columns:repeat(2,1fr);}
.volunteer-grid{grid-template-columns:1fr;}
.footer-grid{grid-template-columns:1fr;}
} .toggle-check { display:none; }
.section-toggle-label { display:inline-flex; align-items:center; gap:10px; background:var(--navy); color:white; padding:12px 22px; border-radius:4px; font-family:'DM Sans',sans-serif; font-size:13px; font-weight:600; letter-spacing:0.04em; cursor:pointer; transition:background 0.2s; white-space:nowrap; user-select:none; }
.section-toggle-label:hover { background:var(--gold); color:var(--navy); }
.toggle-icon { font-size:20px; font-weight:300; line-height:1; display:inline-block; transition:transform 0.3s; }
.section-collapsible { display:none; }
.toggle-check:checked ~ .section-header .section-toggle-label { background:var(--gold); color:var(--navy); }
.toggle-check:checked ~ .section-header .toggle-icon { transform:rotate(45deg); }
.toggle-check:checked ~ .section-collapsible { display:block; }
.toggle-check:checked ~ .section-header .show-text { display:none; }
.toggle-check:checked ~ .section-header .hide-text { display:inline; }
.hide-text { display:none; }
100% { transform: translateX(-50%); } } .marquee-bar { background: var(--cream); border-top: 1px solid var(--border); border-bottom: 1px solid var(--border); padding: 14px 0; overflow: hidden; width: 100%; }
.marquee-inner { max-width: 1100px; margin: 0 auto; overflow: hidden; }
.marquee-label { font-family: 'DM Sans', sans-serif; font-size: 10px; font-weight: 700; letter-spacing: 0.18em; text-transform: uppercase; color: var(--text-muted); margin-bottom: 10px; }
.marquee-track { display: flex; align-items: center; gap: 56px; width: max-content; animation: marquee-scroll linear infinite; animation-duration: 22s; }
.marquee-track:hover { animation-play-state: paused; }
.marquee-item { display: flex; align-items: center; flex-shrink: 0; }
.marquee-item img { height: 34px; width: auto; object-fit: contain; opacity: 0.8; transition: opacity 0.2s; }
.marquee-item:hover img { opacity: 1; }
@keyframes ma
.fn-hero { background: linear-gradient(135deg, #0E2340 0%, #1a4a7a 100%); }
.tagline-strip {
background: rgba(201,168,76,0.15);
border: 1px solid rgba(201,168,76,0.3);
border-radius: 4px;
display: inline-block;
padding: 8px 18px;
font-size: 15px;
font-style: italic;
color: var(--gold-light);
margin-top: 16px;
font-family: 'Playfair Display', serif;
} .pillars { display:grid; grid-template-columns:repeat(2,1fr); gap:28px; margin-top:40px; }
.pillar-card {
background: var(--white);
border: 1px solid var(--border);
border-radius: 8px;
padding: 32px 28px;
position: relative;
overflow: hidden;
}
.pillar-card::before {
content: '';
position: absolute;
top: 0; left: 0; right: 0;
height: 4px;
background: var(--gold);
}
.pillar-num {
font-family: 'Playfair Display', serif;
font-size: 56px;
font-weight: 700;
color: var(--navy);
opacity: 0.07;
line-height: 1;
position: absolute;
top: 12px; right: 20px;
}
.pillar-name {
font-family: 'Playfair Display', serif;
font-size: 22px;
font-weight: 700;
color: var(--navy);
margin-bottom: 10px;
}
.pillar-desc {
font-size: 14px;
color: var(--text-muted);
line-height: 1.7;
margin-bottom: 16px;
}
.pillar-bullets { list-style: none; display:flex; flex-direction:column; gap:7px; }
.pillar-bullets li {
font-size: 13px;
color: var(--text);
padding-left: 16px;
position: relative;
line-height: 1.5;
}
.pillar-bullets li::before {
content: '—';
position: absolute;
left: 0;
color: var(--gold);
font-weight: 700;
} .logistics-grid {
display: grid;
grid-template-columns: repeat(3,1fr);
gap: 16px;
margin-top: 40px;
}
.logistics-item {
background: var(--white);
border: 1px solid var(--border);
border-radius: 6px;
padding: 20px;
}
.logistics-item .l-label {
font-size: 11px;
font-weight: 700;
letter-spacing: 0.1em;
text-transform: uppercase;
color: var(--gold);
margin-bottom: 6px;
}
.logistics-item .l-value {
font-size: 15px;
font-weight: 600;
color: var(--navy);
line-height: 1.4;
}
.logistics-item .l-note {
font-size: 12px;
color: var(--text-muted);
margin-top: 4px;
line-height: 1.4;
} .who-strip {
background: var(--navy);
border-radius: 8px;
padding: 40px;
display: grid;
grid-template-columns: 1fr 1fr;
gap: 40px;
margin-top: 40px;
}
.who-col h3 {
font-family: 'Playfair Display', serif;
font-size: 20px;
color: var(--white);
margin-bottom: 16px;
font-weight: 600;
}
.who-col ul { list-style:none; display:flex; flex-direction:column; gap:9px; }
.who-col li {
font-size: 14px;
color: rgba(255,255,255,0.7);
padding-left: 16px;
position: relative;
line-height: 1.5;
}
.who-col li::before {
content: '›';
position: absolute;
left: 0;
color: var(--gold);
font-weight: 700;
} .solves-grid {
display: grid;
grid-template-columns: repeat(3,1fr);
gap: 20px;
margin-top: 36px;
}
.solve-card {
background: var(--cream);
border: 1px solid var(--border);
border-radius: 6px;
padding: 22px;
}
.solve-card p { font-size:14px; color:var(--text-muted); line-height:1.6; } .fn-cta {
background: linear-gradient(135deg, var(--navy) 0%, #1a4a7a 100%);
border-radius: 8px;
padding: 52px;
text-align: center;
}
.fn-cta h3 { font-family:'Playfair Display',serif; font-size:30px; color:var(--white); margin-bottom:10px; font-weight:700; }
.fn-cta .sub { font-size:16px; font-style:italic; color:var(--gold-light); margin-bottom:16px; font-family:'Playfair Display',serif; }
.fn-cta p { color:rgba(255,255,255,0.65); font-size:15px; max-width:500px; margin:0 auto 32px; line-height:1.7; }
@media(max-width:800px){
.pillars{ grid-template-columns:1fr; }
.logistics-grid{ grid-template-columns:repeat(2,1fr); }
.who-strip{ grid-template-columns:1fr; }
.solves-grid{ grid-template-columns:1fr; }
}
@media(max-width:500px){ .logistics-grid{ grid-template-columns:1fr; } }
.fn-partner-card { background: var(--white); border: 1px solid var(--border); border-radius: 8px; padding: 28px 20px; display: flex; flex-direction: column; align-items: center; justify-content: center; text-decoration: none; gap: 10px; min-height: 130px; transition: box-shadow 0.2s, border-color 0.2s; }
.fn-partner-card:hover { border-color: var(--gold); box-shadow: 0 6px 20px rgba(14,35,64,0.09); }
.fn-partner-name { font-family: 'Playfair Display', serif; font-size: 20px; font-weight: 700; color: #0E2340; text-align: center; line-height: 1.3; }
.fn-partner-desc { font-size: 11px; color: #5a5a5a; text-align: center; line-height: 1.5; }
.board-grid { display:grid; grid-template-columns:repeat(5,1fr); gap:20px; margin-top:36px; }
.board-card { text-align:center; }
.board-card img { width:80px;height:80px;border-radius:50%;object-fit:cover;border:3px solid var(--border);margin-bottom:10px; }
.board-card .name { font-size:14px;font-weight:600;color:var(--navy); }
.board-card .role { font-size:12px;color:var(--text-muted);margin-top:2px; }
.advisors-grid { display:grid; grid-template-columns:repeat(5,1fr); gap:20px; margin-top:36px; }
.advisor-card { text-align:center; }
.advisor-card img { width:70px;height:70px;border-radius:50%;object-fit:cover;border:2px solid var(--border);margin-bottom:8px; }
.advisor-card .name { font-size:13px;font-weight:600;color:var(--navy); }
.faq-list { display:flex; flex-direction:column; gap:0; margin-top:36px; }
.faq-item { border-bottom:1px solid var(--border); padding:20px 0; }
.faq-item h3 { font-size:16px;font-weight:600;color:var(--navy);margin-bottom:10px; }
.faq-item p { font-size:14px;color:var(--text-muted);line-height:1.7; }
.history-block { background:var(--cream); border-left:4px solid var(--gold); padding:24px 28px; border-radius:0 6px 6px 0; margin-bottom:24px; }
.history-block h3 { font-family:'Playfair Display',serif; font-size:18px; color:var(--navy); margin-bottom:8px; font-weight:600; }
.history-block p { font-size:14px; color:var(--text-muted); line-height:1.7; }
@media(max-width:700px){.board-grid{grid-template-columns:repeat(3,1fr);}.advisors-grid{grid-template-columns:repeat(3,1fr);}}
@media(max-width:500px){.board-grid{grid-template-columns:repeat(2,1fr);}.advisors-grid{grid-template-columns:repeat(2,1fr);}}