body { margin: 0; font-family: Inter, Arial, sans-serif; line-height: 1.6; color: #162033; background: #ffffff; }
a { color: inherit; }
.site-header { position: sticky; top: 0; background: rgba(255,255,255,0.96); backdrop-filter: blur(10px); border-bottom: 1px solid #dbe3f3; z-index: 10; }
.container { width: min(1120px, calc(100% - 2rem)); margin: 0 auto; }
.header-inner { display: flex; justify-content: space-between; align-items: center; gap: 1rem; padding: 1rem 0; }
.brand { font-weight: 800; text-decoration: none; color: #10224a; }
.nav { display: flex; flex-wrap: wrap; gap: 1rem; }
.nav a { text-decoration: none; color: #334155; font-weight: 700; }
.nav a:hover { color: #1d4ed8; }
.hero { padding: 5.5rem 0 4.5rem; background: linear-gradient(180deg, #eff6ff 0%, #ffffff 70%); }
.hero-layout, .hero-story-layout { display: grid; grid-template-columns: minmax(0, 1.2fr) minmax(300px, 0.8fr); gap: 2.5rem; align-items: center; }
.hero-copy { min-width: 0; }
.hero-copy h1 { font-size: clamp(2.4rem, 4vw, 4.25rem); margin: 0 0 1rem; letter-spacing: -0.03em; }
.hero-media { position: relative; display: flex; align-items: flex-end; justify-content: center; min-height: 360px; }
.hero-image { width: 100%; max-width: 430px; border-radius: 28px; box-shadow: 0 30px 60px rgba(29, 78, 216, 0.16); object-fit: cover; background: #dbeafe; }
.story-hero-media { min-height: 360px; }
.story-preview-layout, .story-headshot-layout { display: grid; grid-template-columns: minmax(0, 1.1fr) minmax(220px, 0.6fr); gap: 2rem; align-items: center; }
.story-preview-aside, .story-headshot-aside { display: flex; flex-direction: column; align-items: center; gap: 1rem; }
.story-headshot, .story-preview-aside .story-headshot { width: 220px; height: 220px; border-radius: 999px; object-fit: cover; border: 8px solid #ffffff; box-shadow: 0 18px 40px rgba(15, 23, 42, 0.16); background: #dbeafe; }
.story-preview-caption { margin: 0; color: #475569; font-size: 0.95rem; text-align: center; }
.story-family-wrap { padding: 0; }
.story-family-image { width: 100%; max-width: 360px; border-radius: 18px; display: block; box-shadow: 0 18px 36px rgba(15, 23, 42, 0.14); }
.story-headshot-section { padding-top: 1rem; }
.section { padding: 4.5rem 0; }
.section-alt { background: #f8fbff; }
.narrow { width: min(820px, calc(100% - 2rem)); }
.eyebrow, .section-kicker { text-transform: uppercase; letter-spacing: 0.12em; font-size: 0.78rem; font-weight: 800; color: #1d4ed8; margin-bottom: 0.9rem; }
.hero-text { font-size: 1.15rem; color: #475569; max-width: 52rem; }
h1, h2, h3 { line-height: 1.15; color: #0f172a; margin-top: 0; }
h2 { font-size: clamp(1.8rem, 3vw, 2.8rem); margin-bottom: 1rem; }
h3 { font-size: 1.15rem; margin-bottom: 0.55rem; }
.btn { display: inline-block; padding: 0.9rem 1.25rem; border-radius: 999px; text-decoration: none; font-weight: 800; transition: transform 0.15s ease, box-shadow 0.15s ease; }
.btn:hover { transform: translateY(-1px); }
.btn-primary { background: #1d4ed8; color: #ffffff; box-shadow: 0 12px 24px rgba(29, 78, 216, 0.24); }
.btn-secondary { background: #e2e8f0; color: #0f172a; }
.hero-actions, .section-actions { display: flex; flex-wrap: wrap; gap: 0.9rem; margin-top: 1.5rem; }
.hero-trust-list { margin: 1.5rem 0 0; padding-left: 1.25rem; display: grid; gap: 0.45rem; color: #334155; }
.priority-grid { display: grid; gap: 1rem; grid-template-columns: repeat(3, minmax(0, 1fr)); margin-top: 1.6rem; }
.priority-card, .donate-card, .contact-card { border: 1px solid #dbe3f3; border-radius: 20px; background: #ffffff; box-shadow: 0 12px 30px rgba(15, 23, 42, 0.05); }
.priority-card { padding: 1.25rem; }
.donate-card, .contact-card { padding: 2rem; }
.section-note { color: #64748b; font-size: 0.95rem; margin-top: 1rem; }
.issue-summary-list { padding-left: 1.25rem; }
.issue-summary-list li { margin-bottom: 0.85rem; }
@media (max-width: 860px) {
  .priority-grid { grid-template-columns: 1fr; }
}
@media (max-width: 720px) {
  .header-inner { flex-direction: column; align-items: flex-start; }
  .nav { gap: 0.75rem; }
  .hero-layout, .hero-story-layout, .story-preview-layout, .story-headshot-layout { grid-template-columns: 1fr; }
  .hero-media, .story-hero-media { min-height: auto; }
  .story-preview-aside, .story-headshot-aside { align-items: flex-start; }
  .story-preview-caption { text-align: left; }
  .hero, .section { padding: 3.25rem 0; }
  .hero-copy h1 { font-size: 2.25rem; }
}
