/* =========================
   ABOUT PAGE — "SHEET" LOOK
   ========================= */

.about-page {
  color: #111;
}

/* center the sheet */

.about-sheet {
  width: min(980px, calc(100% - 48px));
  margin: 0 auto;
  padding: 26px;
  padding-top: 150px;
}

/* top meta row */
.about-meta {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  font-size: 12px;
  color: rgba(0, 0, 0, 0.55);
  margin-bottom: 14px;
}

/* =========================
   SHEET HEADER + NAV
   ========================= */

.sheet-header {
  position: sticky;
  top: 16px;
  z-index: 5;
  margin-bottom: 18px;
}

.sheet-brand {
  display: inline-flex;
  align-items: center;
  text-decoration: none;
}

.sheet-logo {
  height: 46px;
  width: auto;
  display: block;
  object-fit: contain;
}

/* center links */
.sheet-links {
  display: flex;
  justify-content: center;
  gap: 10px;
  flex-wrap: wrap;
}

.sheet-link {
  text-decoration: none;
  color: rgba(0, 0, 0, 0.65);
  font-weight: 650;
  font-size: 14px;
  padding: 8px 10px;
  border-radius: 999px;
}

.sheet-link:hover {
  color: rgba(0, 0, 0, 0.9);
  background: rgba(0, 0, 0, 0.04);
}

.sheet-link.active {
  color: rgba(0, 0, 0, 0.92);
  background: rgba(0, 0, 0, 0.06);
}

.sheet-right {
  display: flex;
  align-items: center;
  gap: 10px;
}

.sheet-btn {
  text-decoration: none;
  background: #22c55e;
  color: #fff;
  font-weight: 800;
  font-size: 14px;
  padding: 10px 14px;
  border-radius: 999px;
  white-space: nowrap;
}

.sheet-btn:hover {
  background: #34d399;
}

/* hamburger */
.sheet-menu-btn {
  display: none;
  width: 44px;
  height: 44px;
  border-radius: 999px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  background: rgba(0, 0, 0, 0.04);
  cursor: pointer;
  padding: 10px;
}

.sheet-menu-btn span {
  display: block;
  height: 2px;
  width: 18px;
  background: rgba(0, 0, 0, 0.75);
  margin: 4px auto;
}

/* mobile menu */
.sheet-mobile-menu {
  display: none;
  margin-top: 10px;
  padding: 10px;
  border-radius: 18px;
  background: rgba(242, 238, 230, 0.95);
  border: 1px solid rgba(0, 0, 0, 0.08);
}

.sheet-mobile-menu.open {
  display: block;
}

.sheet-mobile-link {
  display: block;
  text-decoration: none;
  color: rgba(0, 0, 0, 0.75);
  padding: 12px 12px;
  border-radius: 14px;
  font-weight: 650;
}

.sheet-mobile-link:hover {
  background: rgba(0, 0, 0, 0.05);
}

.sheet-mobile-donate {
  margin-top: 8px;
  display: inline-flex;
  width: 100%;
  justify-content: center;
  align-items: center;
  gap: 10px;
  padding: 12px 12px;
  border-radius: 14px;
  background: #22c55e;
  color: #fff;
  font-weight: 850;
  text-decoration: none;
}

.sheet-mobile-donate:hover {
  background: #34d399;
}

/* =========================
   HERO (inspo style)
   ========================= */

.about-hero {
  padding: 10px 0 18px;
}

.about-h1 {
  font-size: clamp(42px, 5vw, 64px);
  letter-spacing: -0.03em;
  margin: 0 0 14px;
}

.about-hero-img {
  border-radius: 18px;
  overflow: hidden;
  border: 1px solid rgba(0, 0, 0, 0.1);
}

.about-hero-img img {
  width: 100%;
  height: 260px;
  display: block;
  object-fit: cover;
}

.about-hero-grid {
  display: grid;
  grid-template-columns: 1.15fr 0.85fr;
  gap: 16px;
  margin-top: 14px;
  align-items: start;
}

.about-lead {
  margin: 0;
  font-size: 14px;
  line-height: 1.85;
  color: rgba(0, 0, 0, 0.7);
  max-width: 65ch;
}

.about-hero-actions {
  display: grid;
  gap: 10px;
  justify-items: start;
}

.about-action-link {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  text-decoration: none;
  font-weight: 800;
  color: rgba(0, 0, 0, 0.8);
  padding: 10px 12px;
  border-radius: 14px;
  background: rgba(0, 0, 0, 0.04);
  border: 1px solid rgba(0, 0, 0, 0.08);
}

.about-action-link:hover {
  background: rgba(0, 0, 0, 0.06);
}

/* =========================
   SECTIONS
   ========================= */

.about-section {
  padding: 28px 0;
}

.about-section.alt {
  padding: 32px 0;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  background: rgba(0, 0, 0, 0.02);
  border-radius: 18px;
  padding-left: 16px;
  padding-right: 16px;
}

.about-section-head {
  max-width: 760px;
  margin-bottom: 14px;
}

.about-eyebrow {
  margin: 0 0 8px;
  font-size: 12px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: rgba(0, 0, 0, 0.55);
  font-weight: 850;
}

.about-h2 {
  margin: 0 0 8px;
  font-size: clamp(22px, 2.6vw, 30px);
  letter-spacing: -0.02em;
  line-height: 1.15;
}

.about-muted {
  margin: 0;
  color: rgba(0, 0, 0, 0.62);
  line-height: 1.75;
  font-size: 14px;
}

/* who we are split */
.about-split {
  display: grid;
  grid-template-columns: 1.15fr 0.85fr;
  gap: 18px;
  align-items: start;
  margin-top: 10px;
}

.about-copy p {
  margin: 0 0 12px;
  color: rgba(0, 0, 0, 0.68);
  line-height: 1.85;
  font-size: 14px;
}

.about-cta-link {
  display: inline-flex;
  margin-top: 6px;
  text-decoration: none;
  font-weight: 850;
  color: rgba(0, 0, 0, 0.82);
  padding: 10px 12px;
  border-radius: 14px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  background: rgba(0, 0, 0, 0.04);
}

.about-cta-link:hover {
  background: rgba(0, 0, 0, 0.06);
}

.about-aside-img {
  border-radius: 16px;
  overflow: hidden;
  border: 1px solid rgba(0, 0, 0, 0.1);
}

.about-aside-img img {
  width: 100%;
  height: 240px;
  display: block;
  object-fit: cover;
}

/* cards (minimal, not glass) */
.about-cards {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
  margin-top: 12px;
}

.about-card {
  border: 1px solid rgba(0, 0, 0, 0.08);
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.45);
  padding: 14px;
}

.about-card-kicker {
  margin: 0 0 8px;
  font-weight: 950;
  color: rgba(0, 0, 0, 0.6);
  font-size: 12px;
  letter-spacing: 0.06em;
}

.about-card h3 {
  margin: 0 0 8px;
  font-size: 15px;
  letter-spacing: -0.01em;
}

.about-card p {
  margin: 0;
  color: rgba(0, 0, 0, 0.65);
  line-height: 1.75;
  font-size: 14px;
}

/* letter */
.about-letter {
  border: 1px solid rgba(0, 0, 0, 0.08);
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.55);
  padding: 16px;
}

.about-letter-title {
  margin: 0 0 10px;
  font-weight: 950;
  letter-spacing: -0.01em;
}

.about-letter p {
  margin: 0 0 12px;
  color: rgba(0, 0, 0, 0.7);
  line-height: 1.85;
  font-size: 14px;
}

.about-quote {
  font-weight: 900;
  color: rgba(0, 0, 0, 0.8);
}

.about-highlight {
  font-weight: 950;
  padding: 12px 12px;
  border-left: 3px solid rgba(34, 197, 94, 0.9);
  background: rgba(34, 197, 94, 0.08);
  border-radius: 12px;
}

.about-sign {
  margin-top: 10px;
}

/* contact */
.about-contact {
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: 14px;
  margin-top: 10px;
}

.about-contact-block {
  border: 1px solid rgba(0, 0, 0, 0.08);
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.45);
  padding: 14px;
}

.about-contact-title {
  margin: 0 0 10px;
  font-weight: 950;
}

.about-contact-list {
  list-style: none;
  display: grid;
  gap: 10px;
  margin: 0;
  padding: 0;
  color: rgba(0, 0, 0, 0.7);
  font-size: 14px;
}

.about-contact-list li span:first-child {
  display: inline-block;
  width: 70px;
  color: rgba(0, 0, 0, 0.55);
  font-weight: 800;
}

.about-contact-list a {
  color: rgba(0, 0, 0, 0.8);
  text-decoration: none;
  font-weight: 750;
}

.about-contact-list a:hover {
  text-decoration: underline;
}

.about-form {
  border: 1px solid rgba(0, 0, 0, 0.08);
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.55);
  padding: 14px;
  display: grid;
  gap: 12px;
}

.about-field span {
  display: block;
  font-weight: 800;
  font-size: 12px;
  color: rgba(0, 0, 0, 0.55);
  margin-bottom: 8px;
  letter-spacing: 0.03em;
}

.about-field input,
.about-field textarea {
  width: 100%;
  border-radius: 14px;
  border: 1px solid rgba(0, 0, 0, 0.12);
  padding: 12px 12px;
  font: inherit;
  background: rgba(255, 255, 255, 0.8);
  outline: none;
}

.about-field input:focus,
.about-field textarea:focus {
  border-color: rgba(34, 197, 94, 0.55);
  box-shadow: 0 0 0 4px rgba(34, 197, 94, 0.14);
}

.about-submit {
  border: none;
  cursor: pointer;
  background: #22c55e;
  color: #fff;
  font-weight: 900;
  border-radius: 14px;
  padding: 12px 14px;
}

.about-submit:hover {
  background: #34d399;
}

.about-fineprint {
  margin: 0;
  color: rgba(0, 0, 0, 0.52);
  font-size: 12px;
  line-height: 1.5;
}

/* donate */
.about-section.donate {
  padding-bottom: 10px;
}

.about-donate {
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  padding-top: 18px;
  display: grid;
  grid-template-columns: 1.15fr 0.85fr;
  gap: 14px;
  align-items: start;
}

.about-donate-actions {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
  margin-top: 12px;
}

.about-donate-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 12px 14px;
  border-radius: 999px;
  text-decoration: none;
  font-weight: 900;
  font-size: 14px;
  border: 1px solid rgba(0, 0, 0, 0.12);
}

.about-donate-btn.primary {
  background: #22c55e;
  color: #fff;
  border-color: rgba(34, 197, 94, 0.35);
}

.about-donate-btn.primary:hover {
  background: #34d399;
}

.about-donate-btn.ghost {
  background: rgba(0, 0, 0, 0.04);
  color: rgba(0, 0, 0, 0.8);
}

.about-donate-btn.ghost:hover {
  background: rgba(0, 0, 0, 0.06);
}

.about-donate-stats {
  display: grid;
  gap: 10px;
}

.about-stat {
  border: 1px solid rgba(0, 0, 0, 0.08);
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.45);
  padding: 14px;
}

.about-stat-big {
  margin: 0;
  font-weight: 950;
  font-size: 16px;
  letter-spacing: -0.01em;
}

.about-stat-small {
  margin: 6px 0 0;
  color: rgba(0, 0, 0, 0.55);
  font-size: 13px;
}

/* =========================
   RESPONSIVE
   ========================= */
@media (max-width: 920px) {
  .about-sheet {
    width: min(980px, calc(100% - 30px));
    padding: 18px;
  }

  .about-hero-img img {
    height: 220px;
  }

  .about-hero-grid,
  .about-split,
  .about-contact,
  .about-donate {
    grid-template-columns: 1fr;
  }

  .about-cards {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 768px) {
  .sheet-links {
    display: none;
  }

  .sheet-menu-btn {
    display: inline-block;
  }
}
