/* ══════════════════════════════════════════════════════════
   Support Our Work pages.
   Re-uses landing.css for nav + footer + base typography;
   only the campaign-specific layout lives here.
   ══════════════════════════════════════════════════════════ */

:root {
  --sup-teal:       #3D8B84;
  --sup-teal-dark:  #2D6B65;
  --sup-teal-light: #E8F5F4;
  --sup-cream:      #FBF7F0;
  --sup-sand:       #F1EADE;
  --sup-sand-dark:  #E4D9C8;
  --sup-ink:        #2A2522;
  --sup-body:       #3d3229;
  --sup-faint:      #6F6961;
  --sup-paper:      #FFFFFF;
  --sup-amber:      #C8842A;
}

/* ── Homepage banner (lives on /, links to /support) ───────────────── */
.landing-support-banner {
  background: #E8F5F4;
  border-top: 1px solid #D6EAE7;
  border-bottom: 1px solid #D6EAE7;
}
.landing-support-banner-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  padding: 16px 0;
  flex-wrap: wrap;
}
.landing-support-banner-inner p {
  margin: 0;
  color: #2A2522;
  font-size: 1rem;
  line-height: 1.4;
}
.landing-support-banner-inner strong { font-weight: 600; }
.landing-support-banner-inner a {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  color: #2D6B65;
  font-weight: 600;
  font-size: .92rem;
  text-decoration: none;
  padding: 7px 14px;
  border: 1px solid #2D6B65;
  border-radius: 999px;
  white-space: nowrap;
  background: rgba(255,255,255,.4);
  transition: background .15s, color .15s;
}
.landing-support-banner-inner a:hover {
  background: #2D6B65;
  color: #fff;
}
@media (max-width: 640px) {
  .landing-support-banner-inner { padding: 14px 0; }
  .landing-support-banner-inner p { font-size: .94rem; }
}

/* All support pages have a fixed nav: pad top so content clears it. */
.sup-hero,
.sup-adile-hero,
.sup-crumbs {
  padding-top: calc(64px + 28px);
}

.sup-crumbs {
  padding-bottom: 0;
}
.sup-crumbs a {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  color: var(--sup-faint);
  font-size: .9rem;
  font-weight: 600;
  text-decoration: none;
}
.sup-crumbs a:hover { color: var(--sup-teal-dark); }

/* The Support nav link should look distinct from regular nav items. */
.nav-link-support {
  color: var(--sup-teal-dark) !important;
  font-weight: 600;
}

/* ── Kicker (small uppercase label) ── */
.sup-kicker {
  display: inline-block;
  padding: 4px 12px;
  background: var(--sup-teal-light);
  color: var(--sup-teal-dark);
  border-radius: 999px;
  font-size: .72rem;
  font-weight: 700;
  letter-spacing: .8px;
  text-transform: uppercase;
}
.sup-kicker--inverse {
  background: rgba(255, 255, 255, .18);
  color: #fff;
}

/* ── Hero (light, used on /support and /support/transparency) ── */
.sup-hero {
  padding-bottom: 32px;
  background: linear-gradient(180deg, var(--sup-cream) 0%, var(--sup-sand) 100%);
}
.sup-hero--narrow .sup-hero-title { max-width: 780px; }
.sup-hero-title {
  font-family: 'Fraunces', Georgia, serif;
  font-size: clamp(2rem, 4vw, 3rem);
  font-weight: 500;
  line-height: 1.1;
  color: var(--sup-ink);
  margin: 14px 0 12px;
  max-width: 880px;
}
.sup-hero-lede {
  color: var(--sup-body);
  font-size: 1.1rem;
  line-height: 1.6;
  max-width: 780px;
  margin: 0 0 14px;
}
.sup-hero-pledge {
  color: var(--sup-body);
  font-size: 1rem;
  line-height: 1.55;
  max-width: 780px;
  margin: 0;
  padding: 14px 18px;
  background: var(--sup-paper);
  border-left: 3px solid var(--sup-teal);
  border-radius: 0 8px 8px 0;
}
.sup-hero-pledge strong { color: var(--sup-teal-dark); }

/* ── Adile hero (teal background, white text) ── */
.sup-adile-hero {
  background: linear-gradient(135deg, var(--sup-teal) 0%, var(--sup-teal-dark) 100%);
  color: var(--sup-paper);
  padding-bottom: 48px;
}
.sup-adile-title {
  font-family: 'Fraunces', Georgia, serif;
  font-size: clamp(2.4rem, 5vw, 3.4rem);
  font-weight: 500;
  line-height: 1.1;
  color: var(--sup-paper);
  margin: 14px 0 8px;
}
.sup-adile-subtitle {
  font-family: 'Fraunces', Georgia, serif;
  font-size: 1.2rem;
  font-weight: 400;
  color: rgba(255, 255, 255, .85);
  margin: 0 0 18px;
  max-width: 780px;
}
.sup-adile-meta {
  font-size: .98rem;
  color: rgba(255, 255, 255, .9);
  margin: 0;
}

/* ── Feature callout (used on /support to spotlight ADILE) ── */
.sup-feature {
  background: linear-gradient(135deg, var(--sup-teal) 0%, var(--sup-teal-dark) 100%);
  color: var(--sup-paper);
  padding: 56px 0;
  margin-top: 32px;
}
.sup-feature-inner { max-width: 880px; }
.sup-feature-tag {
  display: inline-block;
  padding: 4px 12px;
  background: rgba(255, 255, 255, .18);
  border-radius: 999px;
  font-size: .72rem;
  font-weight: 700;
  letter-spacing: .8px;
  text-transform: uppercase;
}
.sup-feature-title {
  font-family: 'Fraunces', Georgia, serif;
  font-size: clamp(1.7rem, 3vw, 2.2rem);
  font-weight: 500;
  margin: 14px 0 12px;
  color: var(--sup-paper);
}
.sup-feature-body {
  font-size: 1.05rem;
  line-height: 1.55;
  color: rgba(255, 255, 255, .92);
  margin: 0 0 22px;
  max-width: 760px;
}

/* ── Section spacing ── */
.sup-section {
  padding: 56px 0;
}
.sup-section--alt {
  background: var(--sup-cream);
}
.sup-section--partners {
  background: var(--sup-cream);
}
.sup-narrow {
  max-width: 780px;
}
.sup-section-title {
  font-family: 'Fraunces', Georgia, serif;
  font-size: clamp(1.6rem, 3vw, 2rem);
  font-weight: 500;
  color: var(--sup-ink);
  margin: 0 0 24px;
}
.sup-section-lede {
  color: var(--sup-body);
  font-size: 1.02rem;
  line-height: 1.55;
  margin: -16px 0 24px;
  max-width: 760px;
}
.sup-future-note {
  margin: 22px 0 0;
  padding: 12px 16px;
  background: var(--sup-paper);
  border: 1px dashed var(--sup-sand-dark);
  border-radius: 10px;
  color: var(--sup-faint);
  font-size: .9rem;
  line-height: 1.5;
}
.sup-future-note a {
  color: var(--sup-teal-dark);
  text-decoration: none;
  font-weight: 600;
  margin-left: 6px;
  display: inline-flex;
  align-items: center;
  gap: 4px;
}
.sup-future-note a:hover { text-decoration: underline; }
.sup-h3 {
  font-family: 'Fraunces', Georgia, serif;
  font-size: 1.15rem;
  font-weight: 600;
  color: var(--sup-ink);
  margin: 22px 0 8px;
}
.sup-meta {
  color: var(--sup-faint);
  font-size: .92rem;
}
.sup-section p {
  color: var(--sup-body);
  font-size: 1.02rem;
  line-height: 1.65;
}

/* ── How it works grid ── */
.sup-how-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 20px;
  margin-top: 8px;
}
.sup-how-cell {
  background: var(--sup-paper);
  border: 1px solid var(--sup-sand-dark);
  border-radius: 12px;
  padding: 24px;
}
.sup-how-icon {
  display: inline-grid;
  place-items: center;
  width: 48px; height: 48px;
  border-radius: 12px;
  background: var(--sup-teal-light);
  color: var(--sup-teal);
  margin-bottom: 12px;
}
.sup-how-cell h3 {
  font-family: 'Fraunces', Georgia, serif;
  font-size: 1.15rem;
  font-weight: 600;
  margin: 0 0 6px;
  color: var(--sup-ink);
}
.sup-how-cell p {
  color: var(--sup-body);
  font-size: .96rem;
  line-height: 1.55;
  margin: 0;
}

/* ── Partner cards grid (built to scale to many partners) ── */
.sup-partner-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
  gap: 18px;
  margin-top: 8px;
}
.sup-partner-card {
  background: var(--sup-paper);
  border: 1px solid var(--sup-sand-dark);
  border-radius: 12px;
  padding: 24px;
  display: flex;
  flex-direction: column;
  gap: 8px;
  transition: border-color .15s, transform .12s;
}
.sup-partner-card:hover {
  border-color: var(--sup-teal);
  transform: translateY(-1px);
}
.sup-partner-card--placeholder {
  background: transparent;
  border-style: dashed;
}
.sup-partner-flag {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  color: var(--sup-faint);
  font-size: .82rem;
  font-weight: 600;
}
.sup-partner-name {
  font-family: 'Fraunces', Georgia, serif;
  font-size: 1.2rem;
  font-weight: 600;
  margin: 0;
  color: var(--sup-ink);
}
.sup-partner-blurb {
  color: var(--sup-body);
  font-size: .95rem;
  line-height: 1.5;
  margin: 4px 0 12px;
  flex: 1;
}

/* ── Buttons ── */
.sup-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 11px 20px;
  border-radius: 10px;
  font-family: inherit;
  font-size: .96rem;
  font-weight: 600;
  text-decoration: none;
  border: 1.5px solid transparent;
  cursor: pointer;
  align-self: flex-start;
  transition: background .15s, border-color .15s, color .15s, transform .05s;
}
.sup-btn:active { transform: translateY(1px); }
.sup-btn--primary {
  background: var(--sup-teal);
  color: var(--sup-paper);
}
.sup-btn--primary:hover {
  background: var(--sup-teal-dark);
  color: var(--sup-paper);
}
.sup-btn--inverse {
  background: var(--sup-paper);
  color: var(--sup-teal-dark);
}
.sup-btn--inverse:hover {
  background: var(--sup-cream);
  color: var(--sup-teal-dark);
}
.sup-btn--ghost {
  background: transparent;
  color: var(--sup-teal-dark);
  border-color: var(--sup-sand-dark);
}
.sup-btn--ghost:hover {
  background: var(--sup-cream);
  border-color: var(--sup-teal);
}

/* ── Commitment list ── */
.sup-commit { background: var(--sup-cream); }
.sup-commit-inner { max-width: 880px; }
.sup-commit-list {
  list-style: none;
  padding: 0;
  margin: 0 0 18px;
  display: grid;
  gap: 14px;
}
.sup-commit-list li {
  background: var(--sup-paper);
  border: 1px solid var(--sup-sand-dark);
  border-radius: 10px;
  padding: 16px 20px;
  font-size: .98rem;
  line-height: 1.55;
  color: var(--sup-body);
}
.sup-commit-list strong {
  display: block;
  color: var(--sup-ink);
  margin-bottom: 4px;
  font-weight: 600;
}
.sup-commit-meta a {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  color: var(--sup-teal-dark);
  font-weight: 600;
  text-decoration: none;
}
.sup-commit-meta a:hover { text-decoration: underline; }

/* ══════════════ ADILE-specific sections ══════════════ */

/* Stat row (3 huge numbers) */
.sup-stat-row {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
  gap: 24px;
}
.sup-stat-cell {
  background: var(--sup-paper);
  border: 1px solid var(--sup-sand-dark);
  border-radius: 14px;
  padding: 28px 24px;
}
.sup-stat-num {
  font-family: 'Fraunces', Georgia, serif;
  font-size: clamp(2.4rem, 4vw, 3rem);
  font-weight: 500;
  color: var(--sup-teal-dark);
  line-height: 1;
  margin-bottom: 12px;
}
.sup-stat-text {
  color: var(--sup-body);
  font-size: .98rem;
  line-height: 1.5;
  margin: 0;
}
.sup-stat-source {
  display: block;
  margin-top: 10px;
  color: var(--sup-faint);
  font-size: .8rem;
  font-style: italic;
}

/* Pillar grid (5 cards, fits 3+2 on desktop) */
.sup-pillar-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 18px;
}
.sup-pillar {
  background: var(--sup-paper);
  border: 1px solid var(--sup-sand-dark);
  border-radius: 12px;
  padding: 22px;
}
.sup-pillar-icon {
  display: inline-grid;
  place-items: center;
  width: 44px; height: 44px;
  border-radius: 10px;
  background: var(--sup-teal-light);
  color: var(--sup-teal);
  margin-bottom: 12px;
}
.sup-pillar h3 {
  font-family: 'Fraunces', Georgia, serif;
  font-size: 1.05rem;
  font-weight: 600;
  margin: 0 0 6px;
  color: var(--sup-ink);
}
.sup-pillar p {
  color: var(--sup-body);
  font-size: .92rem;
  line-height: 1.5;
  margin: 0;
}

/* Donation tiers (horizontal cards) */
.sup-tier-row {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
  gap: 14px;
}
.sup-tier {
  background: var(--sup-paper);
  border: 1px solid var(--sup-sand-dark);
  border-radius: 12px;
  padding: 22px 18px;
  text-align: center;
}
.sup-tier-amt {
  font-family: 'Fraunces', Georgia, serif;
  font-size: 1.8rem;
  font-weight: 600;
  color: var(--sup-teal-dark);
  margin-bottom: 6px;
  line-height: 1;
}
.sup-tier p {
  color: var(--sup-body);
  font-size: .9rem;
  line-height: 1.4;
  margin: 0;
}
.sup-tier--featured {
  background: var(--sup-teal);
  border-color: var(--sup-teal);
}
.sup-tier--featured .sup-tier-amt { color: var(--sup-paper); }
.sup-tier--featured p { color: rgba(255, 255, 255, .92); }

/* Live campaign callout */
.sup-campaign {
  background: var(--sup-paper);
  border: 1px solid var(--sup-sand-dark);
  border-radius: 16px;
  padding: 32px;
  display: grid;
  gap: 24px;
}
.sup-campaign-head { text-align: center; }
.sup-campaign-title {
  font-family: 'Fraunces', Georgia, serif;
  font-size: clamp(1.6rem, 3vw, 2rem);
  font-weight: 500;
  margin: 12px 0 6px;
  color: var(--sup-ink);
}
.sup-campaign-sub {
  color: var(--sup-body);
  font-size: 1.02rem;
  line-height: 1.5;
  margin: 0;
}
.sup-campaign-cta {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  justify-content: center;
  align-items: center;
}
.sup-campaign-note {
  color: var(--sup-faint);
  font-size: .88rem;
  text-align: center;
  margin: 0;
  max-width: 720px;
  margin-left: auto;
  margin-right: auto;
  line-height: 1.5;
}

/* Bank transfer disclosure */
.sup-bank {
  position: relative;
}
.sup-bank summary {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  cursor: pointer;
  color: var(--sup-teal-dark);
  font-size: .88rem;
  font-weight: 600;
  padding: 8px 14px;
  border: 1px dashed var(--sup-sand-dark);
  border-radius: 999px;
  list-style: none;
}
.sup-bank summary::-webkit-details-marker { display: none; }
.sup-bank summary:hover { background: var(--sup-cream); }
.sup-bank[open] summary { border-style: solid; }
.sup-bank p {
  margin: 12px 0 0;
  font-size: .9rem;
  color: var(--sup-body);
}

/* Registration list (the legitimacy block) */
.sup-reg-list {
  list-style: none;
  padding: 0;
  margin: 8px 0 16px;
  display: grid;
  gap: 8px;
}
.sup-reg-list li {
  position: relative;
  padding-left: 22px;
  color: var(--sup-body);
  font-size: .98rem;
  line-height: 1.5;
}
.sup-reg-list li::before {
  content: "";
  position: absolute;
  left: 0; top: 9px;
  width: 8px; height: 8px;
  background: var(--sup-teal);
  border-radius: 50%;
}

/* Org footer (campaign owner contact) */
.sup-orgfooter {
  background: var(--sup-cream);
  padding: 28px 0;
}
.sup-orgfooter-inner {
  display: flex;
  flex-wrap: wrap;
  gap: 4px 24px;
  align-items: center;
  font-size: .92rem;
  color: var(--sup-body);
}
.sup-orgfooter-inner strong { color: var(--sup-ink); }
.sup-orgfooter-inner a { color: var(--sup-teal-dark); text-decoration: none; }
.sup-orgfooter-inner a:hover { text-decoration: underline; }

/* ══════════════ Transparency: 3-step flow ══════════════ */
.sup-flow {
  display: grid;
  grid-template-columns: 1fr auto 1fr auto 1fr;
  gap: 16px;
  align-items: stretch;
}
.sup-flow-step {
  background: var(--sup-paper);
  border: 1px solid var(--sup-sand-dark);
  border-radius: 12px;
  padding: 24px;
}
.sup-flow-num {
  width: 36px; height: 36px;
  border-radius: 50%;
  background: var(--sup-teal);
  color: var(--sup-paper);
  display: grid;
  place-items: center;
  font-family: 'Fraunces', Georgia, serif;
  font-weight: 600;
  font-size: 1.1rem;
  margin-bottom: 14px;
}
.sup-flow-step h3 {
  font-family: 'Fraunces', Georgia, serif;
  font-size: 1.1rem;
  font-weight: 600;
  margin: 0 0 6px;
  color: var(--sup-ink);
}
.sup-flow-step p {
  color: var(--sup-body);
  font-size: .95rem;
  line-height: 1.5;
  margin: 0;
}
.sup-flow-arrow {
  display: grid;
  place-items: center;
  color: var(--sup-faint);
}

/* ══════════════ Mobile ══════════════ */
@media (max-width: 760px) {
  .sup-hero,
  .sup-adile-hero,
  .sup-crumbs { padding-top: calc(64px + 18px); }
  .sup-section { padding: 36px 0; }
  .sup-feature { padding: 36px 0; }
  .sup-flow {
    grid-template-columns: 1fr;
  }
  .sup-flow-arrow { transform: rotate(90deg); justify-self: center; }
  .sup-campaign { padding: 22px; }
  .sup-orgfooter-inner { flex-direction: column; align-items: flex-start; gap: 4px; }
}
