@import url("https://fonts.googleapis.com/css2?family=Josefin+Sans:ital,wght@0,300;0,400;0,600;0,700;1,400&family=Source+Sans+3:ital,wght@0,400;0,600;0,700;1,400&display=swap");

:root {
  --navy: #001430;
  --red: #cd2027;
  --red-dark: #a81a20;
  --paper: #faf8f5;
  --border: #e5e8eb;
  --ink: #334359;
  --muted: #5a6b80;
  --font-display: "Josefin Sans", "Century Gothic", "Avenir Next", sans-serif;
  --font-long: "Source Sans 3", "Segoe UI", system-ui, sans-serif;
}

* { box-sizing: border-box; }
body { margin: 0; font-family: var(--font-display); color: var(--ink); background: #fff; }
img { max-width: 100%; }
a { color: var(--red); }
a:hover { color: var(--red-dark); }
:focus-visible { outline: 2px solid var(--red); outline-offset: 2px; }

.wrap { max-width: 1200px; margin: 0 auto; padding: 0 48px; }
.wrap--wide { max-width: 1400px; }
.wrap--narrow { max-width: 900px; }

.eyebrow { font-size: 12px; font-weight: 700; letter-spacing: .16em; text-transform: uppercase; color: var(--red); }
.eyebrow--light { color: rgba(255,255,255,.7); }
h1, h2 { font-weight: 700; color: var(--navy); }

.site-header { position: sticky; top: 0; z-index: 50; background: rgba(255,255,255,.94); backdrop-filter: blur(10px); border-bottom: 1px solid var(--border); }
.site-header .wrap { height: 84px; display: flex; align-items: center; }
.site-header img { height: 44px; }

.hero { background: var(--navy); }
.hero .wrap { padding-top: 96px; padding-bottom: 96px; display: grid; grid-template-columns: 5fr 7fr; gap: 64px; align-items: center; }
.hero h1 { font-size: 54px; line-height: 1.08; color: #fff; margin: 20px 0 0; }
.hero p { margin: 24px 0 0; font-size: 21px; line-height: 1.5; color: #c2c7ce; max-width: 34ch; }
.hero img { width: 100%; height: auto; display: block; }

.memory { padding: 112px 0; }
.memory .wrap { display: grid; grid-template-columns: 7fr 5fr; gap: 72px; align-items: start; }
.memory h2 { font-size: 36px; line-height: 1.2; margin: 16px 0 0; max-width: 24ch; }
.memory p { margin: 20px 0 0; font-size: 19px; line-height: 1.65; max-width: 64ch; }
.memory p:first-of-type { margin-top: 28px; }
.memory .pull { margin-top: 32px; padding-left: 24px; border-left: 3px solid var(--red); font-size: 21px; line-height: 1.5; color: var(--navy); font-weight: 600; max-width: 52ch; }
.memory img { width: 100%; height: 520px; object-fit: cover; display: block; }

.gallery { padding: 96px 0; background: var(--paper); }
.gallery-grid { display: grid; grid-template-columns: 7fr 5fr; grid-template-rows: repeat(2, minmax(0, 1fr)); gap: 20px; height: 660px; }
.gallery-grid img { width: 100%; height: 100%; object-fit: cover; display: block; }
.gallery-grid img:nth-child(1) { grid-row: span 2; object-position: 50% 22%; }
.gallery-grid img:nth-child(2) { object-position: 50% 26%; }
.gallery-grid img:nth-child(3) { object-position: 50% 72%; }

.faq-section { padding: 112px 0; }
.faq-section h2 { font-size: 36px; line-height: 1.2; margin: 0; }
.faq { margin-top: 40px; border-top: 1px solid var(--border); }
.faq details { border-bottom: 1px solid var(--border); }
.faq summary { list-style: none; cursor: pointer; padding: 24px 0; min-height: 68px; display: flex; gap: 24px; align-items: flex-start; font-family: var(--font-display); font-weight: 700; font-size: 18px; line-height: 1.35; color: var(--navy); transition: color .2s cubic-bezier(.22,.61,.36,1); }
.faq summary::-webkit-details-marker { display: none; }
.faq summary:hover, .faq details[open] summary { color: var(--red); }
.faq summary span { flex: 1; }
.faq summary::after { content: "+"; flex: 0 0 auto; width: 20px; text-align: center; font-size: 22px; line-height: 1.1; color: var(--red); }
.faq details[open] summary::after { content: "\2212"; }
.faq .answer { border-left: 3px solid var(--red); padding-left: 24px; padding-bottom: 32px; }
.faq .answer p { margin: 16px 0 0; font-size: 18px; line-height: 1.7; color: var(--ink); max-width: 68ch; }
.faq .answer p:first-child { margin-top: 0; }
.admin-note { margin: 32px 0 0; font-family: var(--font-long); font-size: 14px; line-height: 1.6; color: var(--muted); font-style: italic; }

.giving { padding: 0 0 112px; }
.giving-card { background: var(--paper); border: 1px solid var(--border); padding: 48px; }
.giving-card p { margin: 20px 0 0; font-size: 19px; line-height: 1.65; max-width: 62ch; }

.contact { padding: 0 0 112px; }
.contact h2 { font-size: 30px; line-height: 1.25; margin: 0; }
.contact-details { margin-top: 28px; display: grid; gap: 4px; font-size: 18px; line-height: 1.6; }
.contact-details .name { font-weight: 700; color: var(--navy); }

.site-footer { background: var(--navy); color: rgba(255,255,255,.72); padding-top: 96px; }
.footer-grid { display: grid; grid-template-columns: 1.5fr 1fr 1fr 1.1fr; gap: 48px; align-items: start; }
.footer-logo img { height: 54px; }
.footer-tagline { margin-top: 20px; font-weight: 700; font-size: 18px; color: #fff; }
.footer-social { margin-top: 24px; display: flex; flex-wrap: wrap; gap: 8px; }
.footer-social a { font-weight: 600; font-size: 13px; letter-spacing: .04em; padding: 8px 12px; border: 1px solid rgba(255,255,255,.22); color: #fff; text-decoration: none; }
.footer-social a:hover { border-color: var(--red); color: #fff; }
.footer-copy { margin-top: 24px; font-size: 13px; color: rgba(255,255,255,.5); }
.footer-label { font-size: 12px; font-weight: 700; letter-spacing: .16em; text-transform: uppercase; color: rgba(255,255,255,.5); margin-bottom: 8px; }
.footer-links { display: grid; gap: 4px; justify-items: start; }
.footer-links a, .footer-contact a { color: #fff; font-size: 16px; line-height: 1.7; text-decoration: none; }
.footer-links a:hover, .footer-contact a:hover { color: #f2b8bb; }
.footer-contact { display: grid; gap: 20px; }
.footer-contact .address { color: #fff; font-size: 16px; line-height: 1.7; }
.disclosure { margin-top: 64px; padding-top: 32px; border-top: 1px solid rgba(255,255,255,.16); padding-bottom: 48px; }
.disclosure p { font-family: var(--font-long); font-size: 13px; line-height: 1.75; color: rgba(255,255,255,.72); margin: 0 0 12px; }
.disclosure-links { display: flex; flex-wrap: wrap; gap: 8px 12px; font-size: 13px; font-family: var(--font-long); }
.disclosure-links a { color: #fff; text-decoration: underline; }
.disclosure-links span { color: rgba(255,255,255,.72); }

@media (max-width: 900px) {
  .wrap { padding-left: 24px; padding-right: 24px; }
  .hero .wrap, .memory .wrap { grid-template-columns: 1fr; gap: 40px; }
  .hero h1 { font-size: 40px; }
  .memory h2, .faq-section h2 { font-size: 30px; }
  .gallery-grid { grid-template-columns: 1fr; grid-template-rows: auto; height: auto; }
  .gallery-grid img { grid-row: auto; aspect-ratio: 4 / 5; }
  .footer-grid { grid-template-columns: 1fr; gap: 40px; }
  .giving-card { padding: 32px 24px; }
}

@media (prefers-reduced-motion: reduce) {
  * { transition-duration: 0s !important; animation-duration: 0s !important; }
}
