:root {
  --orange: #F97316;
  --slate-900: #0F172A;
  --slate-700: #334155;
  --slate-500: #64748B;
  --cream: #FFFBF5;
  --rule: #E5E1D8;
}

* { box-sizing: border-box; }

html, body {
  margin: 0;
  padding: 0;
  background: var(--cream);
  color: var(--slate-900);
  font-family: 'Manrope', system-ui, -apple-system, 'Segoe UI', sans-serif;
  font-weight: 400;
  line-height: 1.55;
  -webkit-font-smoothing: antialiased;
}

a { color: var(--orange); text-decoration: none; }
a:hover { text-decoration: underline; }

.wrap {
  max-width: 720px;
  margin: 0 auto;
  padding: 4rem 1.5rem 6rem;
}

.hero { text-align: center; margin-bottom: 3rem; }
.logo { display: block; margin: 0 auto 1.25rem; max-width: 100%; height: auto; }

.mechanic {
  font-size: 1.5rem;
  font-weight: 700;
  letter-spacing: -0.01em;
  margin: 0 0 0.25rem;
}

.attestation {
  font-size: 1.05rem;
  font-weight: 500;
  color: var(--slate-700);
  margin: 0;
}

section { margin: 2.5rem 0; }
section h2 {
  font-size: 1.25rem;
  font-weight: 700;
  margin: 0 0 0.5rem;
}

.pitch p { font-size: 1.0625rem; margin: 0 0 1rem; color: var(--slate-700); }
.pitch strong { color: var(--slate-900); font-weight: 700; }

.cta-row { margin-top: 1.5rem; }
.cta-link {
  display: inline-block;
  font-weight: 700;
  color: var(--orange);
  border-bottom: 1px solid transparent;
  transition: border-color 120ms ease;
}
.cta-link:hover { border-bottom-color: var(--orange); text-decoration: none; }

.hero--small { margin-bottom: 2rem; }
.hero--small h1 {
  font-size: 1.75rem;
  font-weight: 800;
  letter-spacing: -0.01em;
  margin: 1rem 0 0;
}
.logo-link { display: inline-block; }
.logo--small { max-width: 280px; }

.faq { border-top: 1px solid var(--rule); padding-top: 1.5rem; }
.faq-q {
  font-size: 1.125rem;
  font-weight: 700;
  color: var(--slate-900);
  margin: 1.75rem 0 0.4rem;
  letter-spacing: -0.005em;
}
.faq-q:first-of-type { margin-top: 0; }
.faq-a {
  font-size: 1rem;
  color: var(--slate-700);
  margin: 0;
  line-height: 1.6;
}

.back-home { margin: 3rem 0 0; font-size: 0.95rem; }
.back-home a { color: var(--slate-500); }
.back-home a:hover { color: var(--orange); }

.muted { color: var(--slate-500); font-size: 0.95rem; }

body > footer {
  margin-top: 4rem;
  padding-top: 1.5rem;
  border-top: 1px solid var(--rule);
  text-align: center;
}

/* ─── Impact report — banner hero ───────────────────────────────── */

.banner-hero {
  position: relative;
  background: var(--orange);
  color: var(--cream);
  padding: 3rem 1.5rem 3.5rem;
  overflow: hidden;
  text-align: center;
}

.banner-inner {
  max-width: 960px;
  margin: 0 auto;
}

.logo--banner { max-width: 240px; height: auto; margin-bottom: 1rem; }

.report-title {
  font-size: 2.5rem;
  font-weight: 800;
  letter-spacing: -0.02em;
  margin: 0.5rem 0 0.25rem;
  color: var(--cream);
}

.report-period {
  font-size: 1rem;
  font-weight: 500;
  opacity: 0.85;
  margin: 0 0 2rem;
  letter-spacing: 0.01em;
}

.stat-row {
  display: grid;
  grid-template-columns: 1fr;
  gap: 2rem;
  max-width: 800px;
  margin: 0 auto;
}

@media (min-width: 640px) {
  .stat-row { grid-template-columns: repeat(3, 1fr); gap: 1.5rem; }
}

.stat { text-align: center; }
.stat-num {
  font-size: 3rem;
  font-weight: 800;
  letter-spacing: -0.03em;
  line-height: 1;
  color: var(--cream);
}
@media (min-width: 640px) {
  .stat-num { font-size: 3.5rem; }
}
@media (min-width: 960px) {
  .stat-num { font-size: 4rem; }
}

.stat-label {
  margin-top: 0.6rem;
  font-size: 0.9rem;
  font-weight: 500;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  opacity: 0.85;
}

/* SAMPLE corner ribbon */
.sample-ribbon {
  position: absolute;
  top: 28px;
  right: -56px;
  background: var(--slate-900);
  color: var(--cream);
  padding: 0.45rem 4rem;
  transform: rotate(45deg);
  font-weight: 800;
  font-size: 0.85rem;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.18);
  z-index: 2;
  pointer-events: none;
}

/* ─── Impact report — body sections ─────────────────────────────── */

.report-body { padding-top: 3rem; padding-bottom: 4rem; }

.report-section { margin: 0 0 2.5rem; }
.report-section h2 {
  font-size: 1.35rem;
  font-weight: 700;
  letter-spacing: -0.005em;
  color: var(--slate-900);
  margin: 0 0 0.75rem;
}
.report-section p {
  font-size: 1.05rem;
  line-height: 1.65;
  color: var(--slate-700);
  margin: 0 0 1rem;
}
.report-section p:last-child { margin-bottom: 0; }
.report-section strong { color: var(--slate-900); font-weight: 700; }

.byline {
  margin-top: 1.25rem !important;
  font-style: italic;
  color: var(--slate-500) !important;
  font-size: 0.95rem !important;
}

.story-intro {
  margin-bottom: 1.25rem;
  font-size: 0.9rem;
}

.story {
  margin: 0;
  background: white;
  border: 1px solid var(--rule);
  border-left: 3px solid var(--orange);
  border-radius: 6px;
  overflow: hidden;
}

.story-receiver {
  margin: 0;
  padding: 1.5rem 1.75rem 1.25rem;
}
.story-receiver p {
  margin: 0;
  font-size: 1.05rem;
  color: var(--slate-700);
  line-height: 1.65;
}
.story-receiver footer {
  margin-top: 0.85rem;
  font-size: 0.95rem;
  color: var(--slate-900);
  font-weight: 700;
}
.story-receiver cite { font-style: normal; }

.story-giver {
  margin: 0;
  padding: 1.25rem 1.75rem 1.5rem 2.75rem;
  border-top: 1px solid var(--rule);
}
.story-giver p {
  margin: 0;
  font-size: 0.95rem;
  color: var(--slate-700);
  line-height: 1.6;
  font-style: italic;
}
.story-giver footer {
  margin-top: 0.7rem;
  font-size: 0.875rem;
  color: var(--slate-500);
  font-style: normal;
}
.story-giver cite { font-style: normal; font-weight: 700; }
.story-giver footer a {
  color: var(--orange);
  font-weight: 700;
  text-decoration: none;
}
.story-giver footer a:hover { text-decoration: underline; }
.story-giver footer a cite { color: var(--orange); }

/* ─── Impact reports — index list ───────────────────────────────── */

.reports {
  list-style: none;
  padding: 0;
  margin: 1.5rem 0 0;
}
.report-item {
  position: relative;
  border: 1px solid var(--rule);
  border-radius: 6px;
  margin-bottom: 1rem;
  background: white;
  transition: border-color 140ms ease, box-shadow 140ms ease;
}
.report-item:hover {
  border-color: var(--orange);
  box-shadow: 0 2px 12px rgba(249, 115, 22, 0.10);
}
.report-item > a {
  display: block;
  padding: 1.25rem 1.5rem;
  text-decoration: none;
  color: inherit;
}
.report-item h2 {
  font-size: 1.25rem;
  font-weight: 700;
  margin: 0 0 0.25rem;
  color: var(--slate-900);
  letter-spacing: -0.005em;
}
.report-period-meta {
  font-size: 0.9rem;
  color: var(--slate-500);
  margin: 0 0 0.5rem;
}
.report-stats {
  font-size: 0.95rem;
  color: var(--slate-700);
  margin: 0;
  font-weight: 500;
}
.sample-tag {
  position: absolute;
  top: 1rem;
  right: 1rem;
  background: var(--slate-900);
  color: var(--cream);
  font-size: 0.7rem;
  font-weight: 800;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  padding: 0.25rem 0.6rem;
  border-radius: 3px;
  pointer-events: none;
}
