/* Aashiyana Children's Home — Design System */

:root {
  --cream: #FDF6E3;
  --cream-deep: #F5EBCB;
  --navy: #2B3D5C;
  --navy-deep: #1F2D44;
  --red: #B23A48;
  --red-deep: #8E2C39;
  --gold: #D4A574;
  --gold-soft: #E8C9A0;
  --gray: #6B7280;
  --gray-soft: #9CA3AF;
  --gray-line: #E5DEC9;
  --white: #FFFFFF;

  --shadow-sm: 0 1px 2px rgba(43, 61, 92, 0.06);
  --shadow-md: 0 4px 12px rgba(43, 61, 92, 0.08);
  --shadow-lg: 0 12px 32px rgba(43, 61, 92, 0.12);

  --radius-sm: 6px;
  --radius-md: 10px;
  --radius-lg: 16px;

  --serif: 'Lora', Georgia, 'Times New Roman', serif;
  --sans: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Helvetica, Arial, sans-serif;

  --container: 1180px;
  --container-narrow: 880px;
}

/* Reset */
*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; -webkit-text-size-adjust: 100%; }
body {
  margin: 0;
  font-family: var(--sans);
  font-size: 17px;
  line-height: 1.65;
  color: var(--navy);
  background: var(--cream);
  -webkit-font-smoothing: antialiased;
}
img, svg { max-width: 100%; height: auto; display: block; }
a { color: var(--red); text-decoration: none; transition: color .15s ease; }
a:hover { color: var(--red-deep); text-decoration: underline; }
button { font-family: inherit; cursor: pointer; }
h1, h2, h3, h4 {
  font-family: var(--serif);
  color: var(--navy-deep);
  line-height: 1.2;
  margin: 0 0 .6em;
  font-weight: 600;
  letter-spacing: -0.01em;
}
h1 { font-size: clamp(2rem, 4.5vw, 3.4rem); }
h2 { font-size: clamp(1.6rem, 3vw, 2.4rem); }
h3 { font-size: clamp(1.2rem, 2vw, 1.5rem); }
h4 { font-size: 1.1rem; }
p { margin: 0 0 1.1em; }
ul, ol { padding-left: 1.4em; margin: 0 0 1.1em; }
li { margin-bottom: .35em; }
hr { border: 0; border-top: 1px solid var(--gray-line); margin: 3rem 0; }

.container { max-width: var(--container); margin: 0 auto; padding: 0 24px; }
.container--narrow { max-width: var(--container-narrow); }
.section { padding: clamp(56px, 8vw, 96px) 0; }
.section--tight { padding: clamp(40px, 5vw, 56px) 0; }
.section--cream-deep { background: var(--cream-deep); }
.section--navy { background: var(--navy); color: var(--cream); }
.section--navy h1, .section--navy h2, .section--navy h3, .section--navy h4 { color: var(--white); }

.eyebrow {
  display: inline-block;
  font-family: var(--sans);
  font-size: .82rem;
  font-weight: 600;
  letter-spacing: .12em;
  text-transform: uppercase;
  color: var(--red);
  margin-bottom: 1rem;
}
.lead { font-size: 1.18rem; color: var(--navy); }
.muted { color: var(--gray); }
.text-center { text-align: center; }

/* Buttons */
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: .5em;
  padding: .85em 1.6em;
  border-radius: var(--radius-md);
  border: 2px solid transparent;
  font-family: var(--sans);
  font-weight: 600;
  font-size: 1rem;
  line-height: 1;
  text-decoration: none;
  transition: all .18s ease;
  cursor: pointer;
}
.btn:hover { text-decoration: none; transform: translateY(-1px); box-shadow: var(--shadow-md); }
.btn--primary { background: var(--red); color: var(--white); }
.btn--primary:hover { background: var(--red-deep); color: var(--white); }
.btn--secondary { background: var(--white); color: var(--navy-deep); border-color: var(--navy-deep); }
.btn--secondary:hover { background: var(--navy-deep); color: var(--white); }
.btn--ghost { background: transparent; color: var(--cream); border-color: var(--cream); }
.btn--ghost:hover { background: var(--cream); color: var(--navy-deep); }
.btn--gold { background: var(--gold); color: var(--navy-deep); }
.btn--gold:hover { background: var(--gold-soft); color: var(--navy-deep); }
.btn--lg { padding: 1.05em 2em; font-size: 1.05rem; }
.btn--block { display: flex; width: 100%; }

/* Header */
.site-header {
  position: sticky;
  top: 0;
  z-index: 50;
  background: rgba(253, 246, 227, 0.94);
  backdrop-filter: saturate(180%) blur(8px);
  border-bottom: 1px solid var(--gray-line);
}
.site-header__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: 14px 0;
}
.brand { display: flex; align-items: center; gap: 12px; text-decoration: none; }
.brand:hover { text-decoration: none; }
.brand__mark { height: 100px; flex-shrink: 0; }
.brand__name {
  font-family: var(--serif);
  font-size: 1.4rem;
  font-weight: 700;
  color: var(--navy-deep);
  line-height: 1.05;
  visibility: hidden;
}
.brand__tag {
  display: block;
  font-family: var(--serif);
  font-style: italic;
  font-size: .82rem;
  color: var(--red);
  font-weight: 400;
  visibility: hidden;
}
.nav { display: flex; align-items: center; gap: 28px; }
.nav__list { display: flex; list-style: none; padding: 0; margin: 0; gap: 26px; }
.nav__list a {
  color: var(--navy-deep);
  font-weight: 500;
  font-size: .98rem;
  padding: 6px 0;
  border-bottom: 2px solid transparent;
}
.nav__list a:hover { color: var(--red); text-decoration: none; border-bottom-color: var(--red); }
.nav__list a.is-current { color: var(--red); border-bottom-color: var(--red); }

.nav-toggle {
  display: none;
  background: none;
  border: 0;
  width: 44px;
  height: 44px;
  padding: 0;
  color: var(--navy-deep);
}
.nav-toggle svg { width: 28px; height: 28px; }

@media (max-width: 880px) {
  .nav__list { display: none; }
  .nav-toggle { display: inline-flex; align-items: center; justify-content: center; }
  .nav__cta { display: none; }
  .nav.is-open .nav__list {
    display: flex;
    position: absolute;
    top: 100%;
    left: 0; right: 0;
    flex-direction: column;
    background: var(--cream);
    border-bottom: 1px solid var(--gray-line);
    padding: 18px 24px 24px;
    gap: 16px;
    box-shadow: var(--shadow-md);
  }
  .nav.is-open .nav__cta { display: inline-flex; margin-top: 8px; }
}

/* Hero */
.hero {
  position: relative;
  padding: clamp(60px, 10vw, 120px) 0 clamp(48px, 7vw, 88px);
  background:
    radial-gradient(circle at 80% 20%, rgba(212, 165, 116, 0.22), transparent 55%),
    radial-gradient(circle at 10% 90%, rgba(178, 58, 72, 0.10), transparent 55%),
    var(--cream);
  overflow: hidden;
}
.hero__inner { display: grid; gap: 48px; grid-template-columns: 1.1fr .9fr; align-items: center; }
.hero h1 { margin-bottom: .5em; }
.hero__sub { font-size: 1.2rem; color: var(--navy); max-width: 520px; margin-bottom: 1.6em; }
.hero__ctas { display: flex; gap: 14px; flex-wrap: wrap; }
.hero__visual {
  position: relative;
  aspect-ratio: 4 / 5;
  border-radius: var(--radius-lg);
  background:
    linear-gradient(135deg, rgba(43, 61, 92, 0.85), rgba(178, 58, 72, 0.55)),
    linear-gradient(135deg, var(--gold), var(--red));
  box-shadow: var(--shadow-lg);
  display: flex;
  align-items: flex-end;
  padding: 32px;
  color: var(--white);
  overflow: hidden;
}
.hero__visual::before {
  content: '';
  position: absolute; inset: 0;
  background-image:
    radial-gradient(circle at 30% 30%, rgba(255,255,255,.18), transparent 40%),
    radial-gradient(circle at 70% 70%, rgba(255,255,255,.12), transparent 50%);
  pointer-events: none;
}
.hero__visual-text {
  position: relative;
  font-family: var(--serif);
  font-style: italic;
  font-size: 1.05rem;
  line-height: 1.5;
}
.hero__visual-text strong { display: block; font-style: normal; font-weight: 600; font-size: .82rem; letter-spacing: .14em; text-transform: uppercase; margin-bottom: .6em; opacity: .9; }

@media (max-width: 880px) {
  .hero__inner { grid-template-columns: 1fr; }
  .hero__visual { aspect-ratio: 3 / 2; }
}

/* Stats / Counters */
.stats {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
}
.stat {
  background: var(--white);
  border: 1px solid var(--gray-line);
  border-radius: var(--radius-md);
  padding: 28px 22px;
  text-align: center;
  box-shadow: var(--shadow-sm);
}
.stat__value {
  font-family: var(--serif);
  font-size: clamp(2rem, 4vw, 2.8rem);
  font-weight: 700;
  color: var(--red);
  line-height: 1;
  margin-bottom: 8px;
}
.stat__label { font-size: .92rem; color: var(--navy); }
@media (max-width: 720px) { .stats { grid-template-columns: repeat(2, 1fr); } }

/* Cards */
.card-grid { display: grid; gap: 24px; }
.card-grid--3 { grid-template-columns: repeat(3, 1fr); }
.card-grid--4 { grid-template-columns: repeat(4, 1fr); }
.card-grid--2 { grid-template-columns: repeat(2, 1fr); }
@media (max-width: 960px) { .card-grid--4 { grid-template-columns: repeat(2, 1fr); } .card-grid--3 { grid-template-columns: 1fr 1fr; } }
@media (max-width: 640px) { .card-grid--4, .card-grid--3, .card-grid--2 { grid-template-columns: 1fr; } }

.card {
  background: var(--white);
  border: 1px solid var(--gray-line);
  border-radius: var(--radius-md);
  padding: 28px;
  box-shadow: var(--shadow-sm);
  transition: transform .2s ease, box-shadow .2s ease;
}
.card:hover { transform: translateY(-2px); box-shadow: var(--shadow-md); }
.card__icon {
  width: 48px;
  height: 48px;
  border-radius: 10px;
  background: var(--cream-deep);
  color: var(--red);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 16px;
}
.card__icon svg { width: 26px; height: 26px; }
.card h3 { margin-bottom: .4em; }
.card p { color: var(--gray); margin-bottom: 0; font-size: .98rem; }
.card a { font-weight: 600; }

/* Story card */
.story {
  display: grid;
  grid-template-columns: 280px 1fr;
  gap: 36px;
  align-items: center;
  background: var(--white);
  border-radius: var(--radius-lg);
  padding: 32px;
  box-shadow: var(--shadow-md);
}
.story__portrait {
  width: 100%;
  aspect-ratio: 1;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--gold), var(--red));
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--white);
  font-family: var(--serif);
  font-size: 4rem;
  font-weight: 600;
  box-shadow: var(--shadow-md);
}
.story__name {
  font-family: var(--serif);
  font-style: italic;
  color: var(--red);
  font-size: 1.05rem;
  letter-spacing: .04em;
  margin-bottom: .2em;
}
@media (max-width: 720px) {
  .story { grid-template-columns: 1fr; text-align: center; padding: 28px; }
  .story__portrait { width: 180px; margin: 0 auto; }
}

/* Donate band */
.donate-band {
  background: linear-gradient(135deg, var(--navy-deep), var(--navy));
  color: var(--cream);
  padding: clamp(48px, 6vw, 72px) 0;
  text-align: center;
}
.donate-band h2 { color: var(--white); margin-bottom: .5em; }
.donate-band p { color: var(--cream-deep); max-width: 640px; margin: 0 auto 1.6em; font-size: 1.1rem; }
.donate-band .trust-row { display: flex; justify-content: center; flex-wrap: wrap; gap: 24px; font-size: .92rem; color: var(--gold-soft); margin-top: 1.4em; }
.donate-band .trust-row span { display: inline-flex; align-items: center; gap: 6px; }

/* Tier cards (donate page) */
.tier-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
}
@media (max-width: 880px) { .tier-grid { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 540px) { .tier-grid { grid-template-columns: 1fr; } }
.tier {
  background: var(--white);
  border: 2px solid var(--gray-line);
  border-radius: var(--radius-md);
  padding: 24px;
  cursor: pointer;
  transition: all .18s ease;
  text-align: left;
}
.tier:hover, .tier.is-selected {
  border-color: var(--red);
  box-shadow: var(--shadow-md);
  transform: translateY(-2px);
}
.tier.is-featured { border-color: var(--gold); background: linear-gradient(180deg, #FFFCF3, var(--white)); }
.tier__amount {
  font-family: var(--serif);
  font-size: 1.7rem;
  font-weight: 700;
  color: var(--red);
}
.tier__usd { font-size: .92rem; color: var(--gray); margin-left: 8px; }
.tier__impact { color: var(--navy); font-size: .98rem; margin-top: 6px; }
.tier__badge {
  display: inline-block;
  font-size: .72rem;
  font-weight: 700;
  letter-spacing: .1em;
  text-transform: uppercase;
  color: var(--gold);
  background: rgba(212, 165, 116, 0.12);
  padding: 3px 8px;
  border-radius: 4px;
  margin-bottom: 8px;
}

/* Form */
.form-grid { display: grid; gap: 16px; grid-template-columns: 1fr 1fr; }
.form-grid .full { grid-column: 1 / -1; }
@media (max-width: 640px) { .form-grid { grid-template-columns: 1fr; } }
.field label {
  display: block;
  font-weight: 600;
  font-size: .92rem;
  color: var(--navy-deep);
  margin-bottom: 6px;
}
.field label .req { color: var(--red); }
.field input, .field select, .field textarea {
  width: 100%;
  padding: 12px 14px;
  border: 1px solid var(--gray-line);
  border-radius: var(--radius-sm);
  font-family: var(--sans);
  font-size: 1rem;
  color: var(--navy-deep);
  background: var(--white);
  transition: border-color .15s ease, box-shadow .15s ease;
}
.field input:focus, .field select:focus, .field textarea:focus {
  outline: none;
  border-color: var(--red);
  box-shadow: 0 0 0 3px rgba(178, 58, 72, 0.15);
}
.field textarea { min-height: 110px; resize: vertical; }
.field--hint { font-size: .86rem; color: var(--gray); margin-top: 4px; }

/* Donate page split layout */
.donate-split {
  display: grid;
  grid-template-columns: 1.4fr 1fr;
  gap: 40px;
  align-items: start;
}
@media (max-width: 960px) { .donate-split { grid-template-columns: 1fr; } }

.pay-now {
  background: var(--white);
  border: 1px solid var(--gray-line);
  border-radius: var(--radius-lg);
  padding: 28px;
  box-shadow: var(--shadow-md);
  position: sticky;
  top: 92px;
}
.pay-now h3 { margin-top: 0; }
.qr-box {
  background: var(--cream-deep);
  border-radius: var(--radius-md);
  padding: 20px;
  text-align: center;
  margin-bottom: 18px;
}
.qr-box img { width: 220px; height: 220px; margin: 0 auto 10px; background: var(--white); padding: 8px; border-radius: 8px; }
.qr-box .upi-id { font-family: ui-monospace, SFMono-Regular, Menlo, monospace; font-size: .98rem; background: var(--white); padding: 8px 12px; border-radius: 6px; display: inline-block; }

.bank-card {
  background: var(--cream-deep);
  border-radius: var(--radius-md);
  padding: 18px;
  font-size: .94rem;
  margin-bottom: 18px;
}
.bank-card dt { font-weight: 600; color: var(--navy-deep); }
.bank-card dd { margin: 0 0 8px; color: var(--gray); font-family: ui-monospace, SFMono-Regular, Menlo, monospace; }

/* Trust row */
.trust-strip {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
  justify-content: center;
  padding: 18px 24px;
  background: var(--cream-deep);
  border-radius: var(--radius-md);
  border: 1px solid var(--gold-soft);
  margin-bottom: 28px;
}
.trust-strip span {
  display: inline-flex; align-items: center; gap: 8px;
  font-weight: 600; color: var(--navy-deep); font-size: .96rem;
}
.trust-strip svg { color: var(--red); width: 18px; height: 18px; flex-shrink: 0; }

/* Budget table */
.budget-table {
  width: 100%;
  border-collapse: collapse;
  background: var(--white);
  border-radius: var(--radius-md);
  overflow: hidden;
  box-shadow: var(--shadow-sm);
  font-size: .96rem;
}
.budget-table th, .budget-table td { padding: 12px 16px; text-align: left; border-bottom: 1px solid var(--gray-line); }
.budget-table th { background: var(--cream-deep); font-family: var(--serif); color: var(--navy-deep); font-weight: 600; }
.budget-table td.num { text-align: right; font-family: ui-monospace, SFMono-Regular, Menlo, monospace; }
.budget-table tr:last-child td { border-bottom: 0; font-weight: 700; background: var(--cream); color: var(--navy-deep); }

/* FAQ */
.faq details {
  background: var(--white);
  border: 1px solid var(--gray-line);
  border-radius: var(--radius-md);
  margin-bottom: 12px;
  padding: 0;
  overflow: hidden;
}
.faq summary {
  padding: 18px 22px;
  cursor: pointer;
  font-weight: 600;
  color: var(--navy-deep);
  list-style: none;
  position: relative;
  padding-right: 56px;
}
.faq summary::-webkit-details-marker { display: none; }
.faq summary::after {
  content: '+';
  position: absolute;
  right: 22px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 1.4rem;
  color: var(--red);
  font-weight: 400;
  line-height: 1;
}
.faq details[open] summary::after { content: '−'; }
.faq details > div { padding: 0 22px 18px; color: var(--gray); }

/* Footer */
.site-footer {
  background: var(--navy-deep);
  color: var(--cream-deep);
  padding: 56px 0 28px;
  font-size: .94rem;
}
.site-footer a { color: var(--gold-soft); }
.site-footer a:hover { color: var(--white); }
.footer-grid {
  display: grid;
  grid-template-columns: 1.3fr 1fr 1fr 1fr;
  gap: 36px;
  margin-bottom: 32px;
}
@media (max-width: 860px) { .footer-grid { grid-template-columns: 1fr 1fr; } }
@media (max-width: 520px) { .footer-grid { grid-template-columns: 1fr; } }
.footer-grid h4 { color: var(--white); margin-bottom: .8em; font-size: 1rem; }
.footer-grid ul { list-style: none; padding: 0; margin: 0; }
.footer-grid li { margin-bottom: .55em; }
.footer-bottom {
  border-top: 1px solid rgba(255,255,255,.08);
  padding-top: 20px;
  display: flex; flex-wrap: wrap; gap: 12px; justify-content: space-between;
  font-size: .86rem; color: var(--gray-soft);
}

/* Mobile sticky donate bar */
.mobile-donate {
  display: none;
  position: fixed;
  bottom: 0; left: 0; right: 0;
  z-index: 40;
  background: var(--white);
  border-top: 1px solid var(--gray-line);
  padding: 12px 16px calc(12px + env(safe-area-inset-bottom));
  box-shadow: 0 -4px 12px rgba(0,0,0,.06);
}
@media (max-width: 720px) { .mobile-donate { display: block; } body { padding-bottom: 78px; } }

/* Sponsor section */
.sponsor-banner {
  background: linear-gradient(135deg, var(--gold), var(--red));
  color: var(--white);
  border-radius: var(--radius-lg);
  padding: 40px;
  display: grid;
  grid-template-columns: 1.4fr 1fr;
  gap: 32px;
  align-items: center;
  box-shadow: var(--shadow-lg);
}
.sponsor-banner h2 { color: var(--white); }
.sponsor-banner p { color: rgba(255,255,255,.92); }
.sponsor-banner .btn--primary { background: var(--white); color: var(--red); }
.sponsor-banner .btn--primary:hover { background: var(--cream); color: var(--red-deep); }
@media (max-width: 720px) { .sponsor-banner { grid-template-columns: 1fr; padding: 32px 24px; } }

/* Page header */
.page-head {
  background: var(--cream-deep);
  padding: clamp(48px, 7vw, 88px) 0 clamp(40px, 5vw, 56px);
  border-bottom: 1px solid var(--gold-soft);
}
.page-head h1 { margin-bottom: .35em; }
.page-head .lead { max-width: 720px; }
.crumbs { font-size: .85rem; color: var(--gray); margin-bottom: 14px; letter-spacing: .04em; }
.crumbs a { color: var(--gray); }

/* Committee table */
.committee {
  width: 100%;
  border-collapse: collapse;
  background: var(--white);
  border-radius: var(--radius-md);
  overflow: hidden;
  box-shadow: var(--shadow-sm);
}
.committee td { padding: 14px 18px; border-bottom: 1px solid var(--gray-line); }
.committee tr:last-child td { border-bottom: 0; }
.committee td:first-child { font-weight: 600; color: var(--navy-deep); }
.committee td:last-child { color: var(--red); font-style: italic; }

/* Featured story (home) */
.featured-story {
  display: grid;
  grid-template-columns: 1fr 1.2fr;
  gap: 40px;
  align-items: center;
  background: var(--white);
  border-radius: var(--radius-lg);
  padding: 40px;
  box-shadow: var(--shadow-md);
}
.featured-story__visual {
  aspect-ratio: 1;
  border-radius: var(--radius-md);
  background: linear-gradient(135deg, var(--gold), var(--red));
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--white);
  font-family: var(--serif);
  font-size: 4.5rem;
  font-weight: 600;
}
@media (max-width: 720px) { .featured-story { grid-template-columns: 1fr; padding: 28px; } }

/* Sub-program block */
.subprogram {
  border-left: 4px solid var(--gold);
  padding: 4px 0 4px 24px;
  margin-bottom: 32px;
}
.subprogram h3 { margin-top: 0; }
.subprogram .since { color: var(--red); font-style: italic; font-size: .9rem; margin-left: 8px; font-family: var(--serif); }

/* Story block (impact page, full) */
.story-full {
  background: var(--white);
  border-radius: var(--radius-lg);
  padding: 40px;
  box-shadow: var(--shadow-md);
  margin-bottom: 32px;
  display: grid;
  grid-template-columns: 200px 1fr;
  gap: 32px;
}
.story-full .story__portrait { width: 200px; height: 200px; font-size: 3rem; }
.story-full h3 { margin-top: 0; }
@media (max-width: 720px) { .story-full { grid-template-columns: 1fr; padding: 28px; } .story-full .story__portrait { margin: 0 auto; } }

/* Contact info card */
.info-card {
  background: var(--white);
  border-radius: var(--radius-md);
  padding: 24px;
  border: 1px solid var(--gray-line);
  display: flex;
  gap: 16px;
  align-items: flex-start;
}
.info-card svg { color: var(--red); flex-shrink: 0; width: 24px; height: 24px; margin-top: 2px; }
.info-card h4 { margin: 0 0 4px; }
.info-card p { margin: 0; color: var(--gray); }

/* Map */
.map-wrap {
  border-radius: var(--radius-md);
  overflow: hidden;
  box-shadow: var(--shadow-md);
  border: 1px solid var(--gray-line);
}
.map-wrap iframe { display: block; width: 100%; height: 380px; border: 0; }

/* Thank-you specific */
.thanks-hero {
  text-align: center;
  padding: clamp(64px, 8vw, 120px) 0;
  background:
    radial-gradient(circle at 50% 0%, rgba(212,165,116,.25), transparent 55%),
    var(--cream);
}
.thanks-hero .check {
  width: 80px; height: 80px;
  border-radius: 50%;
  background: var(--gold);
  color: var(--white);
  display: inline-flex; align-items: center; justify-content: center;
  margin-bottom: 24px;
  box-shadow: var(--shadow-md);
}
.thanks-hero .check svg { width: 44px; height: 44px; }
.share-row { display: flex; gap: 12px; justify-content: center; flex-wrap: wrap; margin-top: 24px; }

/* Utility */
.mt-0 { margin-top: 0; } .mb-0 { margin-bottom: 0; }
.mt-1 { margin-top: 1rem; } .mb-1 { margin-bottom: 1rem; }
.mt-2 { margin-top: 2rem; } .mb-2 { margin-bottom: 2rem; }
.mt-3 { margin-top: 3rem; } .mb-3 { margin-bottom: 3rem; }
.flex-row { display: flex; gap: 12px; flex-wrap: wrap; }

/* Reveal-on-scroll */
.reveal { opacity: 0; transform: translateY(16px); transition: opacity .6s ease, transform .6s ease; }
.reveal.is-visible { opacity: 1; transform: none; }

/* Print friendliness for bank details */
@media print {
  .site-header, .site-footer, .mobile-donate, .donate-band, .nav-toggle { display: none; }
  body { background: white; color: black; }
}
