:root {
  --bg: #f6f7fb;
  --bg-soft: #eef2f8;
  --bg-warm: #fff8f0;
  --ink: #24315b;
  --ink-soft: #53607f;
  --ink-muted: #6f7b97;
  --orange: #f58a1f;
  --orange-deep: #d8720b;
  --orange-soft: #fff2e1;
  --line: #d9dfec;
  --white: #ffffff;
  --radius-xl: 28px;
  --radius-large: 22px;
  --radius-medium: 16px;
  --shadow-soft: 0 18px 42px rgba(36, 49, 91, 0.08);
  --shadow-card: 0 10px 26px rgba(36, 49, 91, 0.06);
  --max-width: 1120px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  font-family: "Nunito Sans", "Avenir Next", "Trebuchet MS", "Segoe UI", Arial, sans-serif;
  margin: 0;
  background:
    radial-gradient(circle at 8% 10%, rgba(245, 138, 31, 0.09) 0, transparent 28%),
    radial-gradient(circle at 92% 18%, rgba(36, 49, 91, 0.08) 0, transparent 32%),
    linear-gradient(180deg, #fbfcff 0%, var(--bg) 100%);
  color: var(--ink-soft);
  line-height: 1.72;
}

img {
  max-width: 100%;
}

.site-header {
  padding: 44px 20px 30px;
}

.hero-shell,
.flyer-shell {
  max-width: var(--max-width);
  margin: 0 auto;
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(280px, 0.85fr);
  gap: 28px;
  align-items: center;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.96) 0%, rgba(250, 251, 255, 0.92) 100%);
  border: 1px solid rgba(217, 223, 236, 0.95);
  border-radius: var(--radius-xl);
  padding: clamp(24px, 4vw, 42px);
  box-shadow: var(--shadow-soft);
}

.hero-copy {
  max-width: 640px;
}

.eyebrow,
.section-kicker {
  display: inline-block;
  margin: 0 0 14px;
  padding: 7px 12px;
  border-radius: 999px;
  background: rgba(245, 138, 31, 0.12);
  color: var(--ink);
  font-size: 0.8rem;
  font-weight: 800;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.brand-logo {
  width: min(100%, 460px);
  display: block;
  margin: 0 0 10px;
  filter: drop-shadow(0 10px 18px rgba(36, 49, 91, 0.12));
}

.hero-title {
  margin: 0 0 14px;
  color: var(--ink);
  font-size: clamp(2.2rem, 4vw, 4rem);
  line-height: 1.02;
  letter-spacing: -0.03em;
}

.hero-subtitle {
  margin: 0 0 14px;
  color: var(--ink);
  font-size: clamp(1.08rem, 1.9vw, 1.28rem);
  font-weight: 700;
  max-width: 46ch;
}

.hero-supporting-copy {
  margin: 0;
  max-width: 58ch;
  color: var(--ink-soft);
  font-size: 1rem;
}

.hero-actions {
  margin-top: 26px;
}

.hero-photo-card {
  align-self: stretch;
}

.photo-placeholder {
  min-height: 220px;
  border-radius: var(--radius-large);
  border: 1.5px dashed rgba(36, 49, 91, 0.22);
  background: linear-gradient(180deg, rgba(255, 248, 240, 0.95) 0%, rgba(246, 248, 252, 0.95) 100%);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 8px;
  padding: 22px;
  text-align: center;
  color: var(--ink-muted);
}

.photo-placeholder span {
  font-weight: 800;
  color: var(--ink);
}

.photo-placeholder small {
  display: block;
  max-width: 24ch;
  line-height: 1.5;
}

.photo-placeholder-large {
  min-height: 100%;
  height: 100%;
}

main {
  max-width: var(--max-width);
  margin: 0 auto;
  padding: 18px 20px 64px;
}

.impact-strip {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
  margin: 0 0 24px;
}

.impact-item {
  background: rgba(255, 255, 255, 0.86);
  border: 1px solid var(--line);
  border-radius: var(--radius-large);
  padding: 24px 20px;
  box-shadow: var(--shadow-card);
}

.impact-number {
  margin: 0 0 6px;
  color: var(--ink);
  font-size: 1.5rem;
  font-weight: 800;
}

.impact-label {
  margin: 0;
  color: var(--ink-soft);
  font-weight: 600;
}

.split-section,
.support-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.3fr) minmax(260px, 0.7fr);
  gap: 20px;
  margin-bottom: 24px;
}

.story-card,
.support-card {
  background: rgba(255, 255, 255, 0.94);
  border: 1px solid var(--line);
  border-radius: var(--radius-large);
  padding: clamp(22px, 3vw, 34px);
  box-shadow: var(--shadow-card);
}

.story-card-accent,
.support-panel-muted {
  background: linear-gradient(180deg, #ffffff 0%, var(--orange-soft) 100%);
  border-color: rgba(245, 138, 31, 0.24);
}

.story-card-feature {
  background: linear-gradient(180deg, #ffffff 0%, #fbfcff 100%);
}

.support-card {
  align-self: start;
  background: linear-gradient(180deg, #ffffff 0%, var(--bg-warm) 100%);
}

h1,
h2,
h3 {
  color: var(--ink);
}

h2 {
  margin: 0 0 12px;
  font-size: clamp(1.55rem, 2.7vw, 2.5rem);
  line-height: 1.08;
  letter-spacing: -0.02em;
}

h3 {
  margin: 0 0 10px;
  font-size: 1.2rem;
}

p {
  margin: 0 0 16px;
}

p:last-child {
  margin-bottom: 0;
}

a {
  color: var(--ink);
  font-weight: 700;
}

.cta-group {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.cta-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 13px 20px;
  border-radius: 999px;
  border: 1px solid transparent;
  background: var(--orange);
  color: var(--white);
  font-weight: 800;
  text-decoration: none;
  box-shadow: 0 8px 20px rgba(216, 114, 11, 0.18);
  transition: transform 0.18s ease, box-shadow 0.18s ease, background-color 0.2s ease;
}

.cta-button:hover,
.cta-button:focus-visible {
  transform: translateY(-1px);
  background: #ff972f;
  box-shadow: 0 12px 24px rgba(216, 114, 11, 0.22);
  color: var(--white);
}

.cta-button-secondary {
  background: rgba(255, 255, 255, 0.94);
  border-color: rgba(36, 49, 91, 0.18);
  color: var(--ink);
  box-shadow: none;
}

.cta-button-secondary:hover,
.cta-button-secondary:focus-visible {
  background: #f7f9ff;
  color: var(--ink);
  box-shadow: none;
}

.photo-band {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
  margin: 0 0 24px;
}

.support-list {
  margin: 0 0 16px;
  padding-left: 20px;
}

.support-list li {
  margin-bottom: 10px;
}

.support-note {
  color: var(--ink-muted);
  font-size: 0.98rem;
}

.blog-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(210px, 1fr));
  gap: 14px;
  margin-top: 18px;
}

.blog-card {
  border: 1px solid rgba(36, 49, 91, 0.1);
  border-radius: var(--radius-medium);
  padding: 18px;
  background: rgba(255, 255, 255, 0.92);
}

.blog-label {
  margin: 0 0 8px;
  font-size: 0.8rem;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  color: var(--orange-deep);
}

.site-footer {
  margin-top: 20px;
  padding: 0 20px 32px;
}

.footer-inner {
  max-width: var(--max-width);
  margin: 0 auto;
  text-align: center;
  background: linear-gradient(180deg, rgba(238, 242, 248, 0.9) 0%, rgba(245, 247, 251, 0.9) 100%);
  border: 1px solid var(--line);
  border-radius: var(--radius-large);
  padding: 28px 20px;
}

.footer-title {
  margin: 0 0 8px;
  color: var(--ink);
  font-weight: 800;
  font-size: 1.08rem;
}

.footer-copy,
.footer-meta {
  margin: 0;
}

.footer-copy {
  color: var(--ink-soft);
}

.footer-meta {
  margin-top: 8px;
  color: var(--ink-muted);
  font-size: 0.95rem;
}

@media (max-width: 900px) {
  .hero-shell,
  .flyer-shell,
  .split-section,
  .support-grid,
  .impact-strip,
  .photo-band {
    grid-template-columns: 1fr;
  }

  .photo-placeholder-large {
    min-height: 280px;
  }
}

@media (max-width: 640px) {
  .site-header {
    padding: 18px 14px 16px;
  }

  main,
  .site-footer {
    padding-left: 14px;
    padding-right: 14px;
  }

  .hero-shell,
  .flyer-shell,
  .story-card,
  .support-card,
  .footer-inner,
  .impact-item {
    border-radius: var(--radius-medium);
  }

  .brand-logo {
    width: min(100%, 330px);
  }

  .hero-title {
    font-size: 2.15rem;
  }
}
