:root {
  --navy-950: #081b2c;
  --navy-900: #102a43;
  --navy-800: #173f5f;
  --blue-600: #276b92;
  --red-700: #a82d38;
  --red-600: #c43d48;
  --cream: #f6f2e9;
  --sand: #e8dfcf;
  --white: #fff;
  --ink: #17222d;
  --muted: #5d6a75;
  --line: #d8dee3;
  --shadow: 0 20px 55px rgba(8, 27, 44, .12);
  --radius: 18px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--white); font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; line-height: 1.65; }
img { max-width: 100%; display: block; }
a { color: inherit; }
.container { width: min(1160px, calc(100% - 40px)); 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: 1000; top: 12px; left: 12px; padding: 10px 16px; background: #fff; color: #111; transform: translateY(-160%); border-radius: 6px; }
.skip-link:focus { transform: none; }

.site-header { position: sticky; z-index: 100; top: 0; background: rgba(255,255,255,.96); backdrop-filter: blur(14px); box-shadow: 0 1px 0 rgba(16,42,67,.1); }
.header-accent { height: 4px; background: linear-gradient(90deg, var(--navy-900) 0 65%, var(--red-600) 65%); }
.nav-wrap { min-height: 86px; display: flex; align-items: center; justify-content: space-between; gap: 28px; }
.brand { display: flex; align-items: center; gap: 13px; text-decoration: none; }
.brand img { width: 54px; height: 54px; }
.brand-copy { display: grid; line-height: 1.18; }
.brand-copy strong { color: var(--navy-900); font-family: Georgia, "Times New Roman", serif; font-size: 1.16rem; letter-spacing: -.01em; }
.brand-copy span { margin-top: 5px; color: var(--muted); font-size: .72rem; letter-spacing: .08em; text-transform: uppercase; }
.site-nav { display: flex; align-items: center; gap: 25px; }
.site-nav a { color: #30404e; font-size: .92rem; font-weight: 700; text-decoration: none; }
.site-nav a:not(.nav-cta):hover { color: var(--red-700); }
.nav-cta { padding: 12px 17px; border-radius: 7px; background: var(--red-700); color: white !important; }
.nav-cta:hover { background: #89212b; }
.menu-toggle { display: none; width: 44px; height: 44px; border: 0; background: transparent; padding: 9px; }
.menu-toggle span:not(.sr-only) { display: block; height: 2px; margin: 6px 0; background: var(--navy-900); }

.hero { min-height: 700px; position: relative; display: grid; align-items: center; overflow: hidden; color: white; }
.hero-image, .hero-overlay { position: absolute; inset: 0; }
.hero-image { background: url("/assets/images/veterans-community-hero.webp") center/cover no-repeat; transform: scale(1.01); }
.hero-overlay { background: linear-gradient(90deg, rgba(8,27,44,.96) 0%, rgba(8,27,44,.88) 42%, rgba(8,27,44,.47) 72%, rgba(8,27,44,.22) 100%); }
.hero-content { position: relative; z-index: 2; padding-block: 110px 130px; }
.hero-content > * { max-width: 730px; }
.eyebrow { margin: 0 0 16px; color: #f1ccd0; font-size: .78rem; font-weight: 800; letter-spacing: .16em; text-transform: uppercase; }
.eyebrow.dark { color: var(--red-700); }
h1, h2 { margin: 0; font-family: Georgia, "Times New Roman", serif; font-weight: 700; line-height: 1.08; letter-spacing: -.035em; }
h1 { max-width: 820px !important; font-size: clamp(3.1rem, 6vw, 5.25rem); text-wrap: balance; }
h2 { color: var(--navy-900); font-size: clamp(2.2rem, 4vw, 3.55rem); text-wrap: balance; }
.hero-lead { margin: 27px 0 34px; font-size: clamp(1.08rem, 2vw, 1.32rem); line-height: 1.65; color: #edf3f7; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 13px; }
.button { display: inline-flex; justify-content: center; align-items: center; min-height: 50px; padding: 13px 21px; border: 1px solid transparent; border-radius: 7px; font-weight: 800; text-decoration: none; transition: .2s ease; }
.button-primary { background: var(--red-600); color: white; box-shadow: 0 10px 26px rgba(168,45,56,.28); }
.button-primary:hover { background: #a92d38; transform: translateY(-2px); }
.button-ghost { border-color: rgba(255,255,255,.6); color: white; background: rgba(255,255,255,.07); }
.button-ghost:hover { background: white; color: var(--navy-900); }
.button-dark { background: var(--navy-900); color: white; }
.button-dark:hover { background: var(--navy-800); }
.button.full { width: 100%; }
.scroll-cue { position: absolute; z-index: 2; bottom: 26px; left: 50%; width: 42px; height: 42px; display: grid; place-items: center; border: 1px solid rgba(255,255,255,.5); border-radius: 50%; color: white; text-decoration: none; transform: translateX(-50%); animation: float 2s ease-in-out infinite; }
@keyframes float { 50% { transform: translate(-50%, 6px); } }

.trust-strip { position: relative; z-index: 3; background: var(--cream); border-bottom: 1px solid var(--sand); }
.trust-grid { display: grid; grid-template-columns: repeat(4,1fr); }
.trust-grid > div { padding: 25px 22px; border-right: 1px solid var(--sand); }
.trust-grid > div:first-child { border-left: 1px solid var(--sand); }
.trust-grid strong, .trust-grid span { display: block; }
.trust-grid strong { color: var(--navy-900); font-family: Georgia, serif; font-size: 1.13rem; }
.trust-grid span { margin-top: 3px; color: var(--muted); font-size: .78rem; }

.section { padding-block: 105px; }
.split-layout { display: grid; grid-template-columns: .9fr 1.1fr; gap: 100px; }
.mission-copy .lead { margin-top: 0; color: var(--navy-800); font-size: 1.36rem; font-weight: 650; line-height: 1.55; }
.mission-copy p { color: #485762; font-size: 1.03rem; }
blockquote { margin: 34px 0 0; padding: 24px 28px; border-left: 5px solid var(--red-600); background: var(--cream); color: var(--navy-900); font-family: Georgia, serif; font-size: 1.25rem; font-style: italic; }

.support-section { background: #f3f6f8; }
.section-intro { max-width: 760px; margin-bottom: 48px; }
.section-intro.centered { margin-inline: auto; text-align: center; }
.section-intro > p:last-child { color: var(--muted); font-size: 1.07rem; }
.card-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 22px; }
.support-card { padding: 34px; border: 1px solid #dde5ea; border-radius: var(--radius); background: white; box-shadow: 0 12px 34px rgba(16,42,67,.06); }
.card-icon { width: 60px; height: 60px; display: grid; place-items: center; margin-bottom: 23px; border-radius: 50%; background: #edf4f7; }
.card-icon svg { width: 31px; height: 31px; fill: none; stroke: var(--red-700); stroke-width: 2; stroke-linecap: round; stroke-linejoin: round; }
.support-card h3, .notice-panel h3, .leadership h3, .contact-card h3 { margin: 0 0 11px; color: var(--navy-900); font-family: Georgia, serif; font-size: 1.45rem; }
.support-card p { margin: 0; color: var(--muted); }
.notice-panel { margin-top: 28px; padding: 30px 34px; display: flex; align-items: center; justify-content: space-between; gap: 35px; border-radius: var(--radius); background: #e5edf1; }
.notice-panel p { max-width: 750px; margin: 0; color: #4c5c68; }

.about-grid { display: grid; grid-template-columns: 1fr 1fr; align-items: center; gap: 85px; }
.about-image-wrap { position: relative; }
.about-image-wrap > img { aspect-ratio: 3/2; object-fit: cover; border-radius: 4px 46px 4px 4px; box-shadow: var(--shadow); }
.about-image-wrap::before { content: ""; position: absolute; z-index: -1; inset: 28px -28px -28px 28px; background: var(--sand); border-radius: 4px 46px 4px 4px; }
.founded-badge { position: absolute; right: -22px; bottom: -24px; width: 132px; height: 132px; display: grid; place-content: center; text-align: center; border: 7px solid white; border-radius: 50%; background: var(--red-700); color: white; box-shadow: var(--shadow); }
.founded-badge span, .founded-badge small { font-size: .68rem; letter-spacing: .13em; text-transform: uppercase; }
.founded-badge strong { font-family: Georgia, serif; font-size: 2.1rem; line-height: 1.1; }
.about-copy > p:not(.eyebrow) { color: var(--muted); font-size: 1.05rem; }
.leadership { margin-top: 28px; padding-top: 25px; border-top: 1px solid var(--line); }
.leadership dl { margin: 0; }
.leadership dl div { display: grid; grid-template-columns: 180px 1fr; gap: 20px; padding: 11px 0; }
.leadership dt { color: var(--muted); font-size: .82rem; font-weight: 800; text-transform: uppercase; }
.leadership dd { margin: 0; color: var(--navy-900); font-weight: 750; }

.beneficiaries-section { background: var(--navy-900); color: white; }
.beneficiaries-section h2 { color: white; }
.beneficiaries-grid { display: grid; grid-template-columns: 1.05fr .95fr; align-items: center; gap: 90px; }
.beneficiaries-grid > p { margin: 0; padding-left: 35px; border-left: 1px solid rgba(255,255,255,.28); color: #d9e4eb; font-size: 1.16rem; }

.contact-section { background: var(--cream); }
.contact-grid { display: grid; grid-template-columns: 1.25fr .75fr; align-items: center; gap: 100px; }
.contact-grid > div > p:not(.eyebrow) { max-width: 680px; color: var(--muted); font-size: 1.08rem; }
.email-link { display: inline-block; margin-top: 15px; color: var(--red-700); font-family: Georgia, serif; font-size: clamp(1.25rem, 3vw, 2rem); font-weight: 700; text-decoration-thickness: 1px; text-underline-offset: 6px; overflow-wrap: anywhere; }
.contact-card { padding: 38px; background: white; border-top: 5px solid var(--red-700); box-shadow: var(--shadow); }
.contact-card > img { margin-bottom: 20px; }
.contact-card address { color: var(--muted); font-style: normal; }
.contact-card dl { margin: 24px 0; padding-block: 14px; border-block: 1px solid var(--line); }
.contact-card dl div { display: flex; justify-content: space-between; gap: 20px; padding: 7px 0; }
.contact-card dt { color: var(--muted); font-size: .8rem; }
.contact-card dd { margin: 0; text-align: right; color: var(--navy-900); font-weight: 750; font-size: .86rem; }

.site-footer { padding-top: 55px; background: var(--navy-950); color: white; }
.footer-main { display: flex; align-items: center; justify-content: space-between; gap: 35px; padding-bottom: 38px; }
.footer-brand { display: flex; align-items: center; gap: 14px; }
.footer-brand div { display: grid; }
.footer-brand strong { font-family: Georgia, serif; font-size: 1.12rem; }
.footer-brand span { color: #aebdca; font-size: .8rem; }
.footer-links { display: flex; flex-wrap: wrap; gap: 25px; }
.footer-links a { color: #d7e1e8; font-size: .86rem; text-decoration: none; }
.footer-bottom { padding-block: 23px 30px; display: flex; flex-wrap: wrap; gap: 12px 25px; border-top: 1px solid rgba(255,255,255,.13); color: #9fb0bd; font-size: .75rem; }
.footer-bottom p { margin: 0; }
.photo-credit { margin-left: auto !important; }

:focus-visible { outline: 3px solid #f0a6ad; outline-offset: 3px; }
@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } *, *::before, *::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; } }

@media (max-width: 920px) {
  .nav-wrap { min-height: 75px; }
  .brand-copy span { display: none; }
  .menu-toggle { display: block; }
  .site-nav { position: absolute; top: 79px; left: 0; right: 0; display: none; padding: 20px; align-items: stretch; flex-direction: column; gap: 3px; background: white; border-bottom: 1px solid var(--line); box-shadow: 0 18px 30px rgba(8,27,44,.12); }
  .site-nav.open { display: flex; }
  .site-nav a { padding: 11px 7px; }
  .nav-cta { margin-top: 6px; text-align: center; }
  .hero { min-height: 660px; }
  .hero-image { background-position: 58% center; }
  .hero-overlay { background: linear-gradient(90deg, rgba(8,27,44,.96), rgba(8,27,44,.75)); }
  .trust-grid { grid-template-columns: repeat(2,1fr); }
  .trust-grid > div:nth-child(3) { border-left: 1px solid var(--sand); }
  .split-layout, .about-grid, .beneficiaries-grid, .contact-grid { grid-template-columns: 1fr; gap: 50px; }
  .card-grid { grid-template-columns: 1fr; }
  .section { padding-block: 78px; }
  .beneficiaries-grid > p { padding: 28px 0 0; border-left: 0; border-top: 1px solid rgba(255,255,255,.28); }
  .contact-card { max-width: 560px; }
}

@media (max-width: 600px) {
  .container { width: min(100% - 28px, 1160px); }
  .brand img { width: 46px; height: 46px; }
  .brand-copy strong { max-width: 185px; font-size: .98rem; }
  .hero { min-height: 690px; }
  .hero-content { padding-block: 85px 110px; }
  h1 { font-size: 2.8rem; }
  h2 { font-size: 2.25rem; }
  .hero-lead { font-size: 1rem; }
  .hero-actions { align-items: stretch; flex-direction: column; }
  .button { width: 100%; }
  .trust-grid { grid-template-columns: 1fr; }
  .trust-grid > div { border-left: 1px solid var(--sand); }
  .notice-panel { align-items: stretch; flex-direction: column; padding: 25px; }
  .support-card { padding: 27px; }
  .about-image-wrap::before { display: none; }
  .founded-badge { right: -4px; width: 108px; height: 108px; }
  .leadership dl div { grid-template-columns: 1fr; gap: 3px; }
  .contact-card { padding: 28px 24px; }
  .contact-card dl div { align-items: flex-start; flex-direction: column; gap: 1px; }
  .contact-card dd { text-align: left; }
  .footer-main { align-items: flex-start; flex-direction: column; }
  .footer-links { gap: 15px 22px; }
  .photo-credit { margin-left: 0 !important; }
}
