/* =========================
ABOUT PAGE
========================= */

body {
  margin: 0;
  padding: 0;
  background: #f7f4f2;
  font-family: 'Helvetica Neue', Arial, sans-serif;
  color: #111111;
}

.about-container {
  max-width: 1180px;
  margin: 0 auto;
  padding: 0 20px;
}

.section-label {
  display: inline-block;
  margin-bottom: 14px;
  color: #7b1e1e;
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

/* =========================
HERO IMAGE ONLY
========================= */

.about-hero {
  position: relative;
  min-height: 82vh;
  overflow: hidden;
  background: #111111;
}

.image-only-hero {
  display: block;
}

.about-hero-bg {
  position: absolute;
  inset: 0;
}

.about-hero-bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* =========================
BUTTONS
========================= */

.about-btn-primary,
.about-btn-secondary,
.founder-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 0 22px;
  border-radius: 999px;
  font-weight: 800;
  text-decoration: none;
  transition: 0.2s ease;
}

.about-btn-primary {
  background: #ffffff;
  color: #5B1020;
}

.about-btn-secondary {
  border: 1px solid rgba(255,255,255,0.35);
  color: #ffffff;
}

.about-btn-primary:hover,
.about-btn-secondary:hover,
.founder-btn:hover {
  transform: translateY(-2px);
}

/* =========================
CAMPAIGN
========================= */

.campaign-section {
  background: linear-gradient(135deg, #111111 0%, #1a1a1a 42%, #5B1020 100%);
  color: #ffffff;
  padding: 90px 20px;
}

.campaign-container {
  max-width: 1180px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 420px;
  gap: 54px;
  align-items: center;
}

.about-badge {
  display: inline-block;
  margin-bottom: 20px;
  padding: 9px 16px;
  border: 1px solid rgba(255,255,255,0.3);
  border-radius: 999px;
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.14em;
}

.campaign-badge {
  color: #ffffff;
}

.campaign-hero-title {
  margin: 0 0 20px;
  max-width: 760px;
  font-size: clamp(3rem, 7vw, 6.2rem);
  line-height: 0.95;
  font-weight: 900;
  letter-spacing: -0.06em;
  color: #ffffff;
}

.campaign-lead {
  max-width: 680px;
  margin-bottom: 32px !important;
  font-size: 1.18rem !important;
  line-height: 1.7;
  color: rgba(255,255,255,0.88) !important;
}

.campaign-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-bottom: 42px;
}

.campaign-copy h2 {
  margin: 0 0 22px;
  max-width: 760px;
  font-size: clamp(2.2rem, 5vw, 4.8rem);
  line-height: 1;
  font-weight: 900;
  letter-spacing: -0.05em;
}

.campaign-copy p {
  max-width: 680px;
  margin: 0 0 18px;
  color: rgba(255,255,255,0.84);
  font-size: 1.08rem;
  line-height: 1.75;
}

.campaign-section .section-label {
  color: #ffffff;
}

.campaign-highlights {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 14px;
  margin-top: 32px;
}

.campaign-highlights div {
  padding: 18px;
  border-radius: 18px;
  background: rgba(255,255,255,0.08);
  border: 1px solid rgba(255,255,255,0.12);
}

.campaign-highlights strong {
  display: block;
  margin-bottom: 8px;
  font-size: 0.95rem;
}

.campaign-highlights span {
  display: block;
  color: rgba(255,255,255,0.72);
  font-size: 0.9rem;
  line-height: 1.5;
}

.campaign-donate-card {
  background: #ffffff;
  border-radius: 26px;
  padding: 18px;
  box-shadow: 0 28px 80px rgba(0,0,0,0.38);
  display: flex;
  justify-content: center;
}

.campaign-donate-card iframe {
  max-width: 100%;
  border-radius: 16px;
}

/* =========================
INTRO
========================= */

.about-intro {
  padding: 90px 0 50px;
  background: #ffffff;
  text-align: center;
}

.about-intro h2 {
  max-width: 840px;
  margin: 0 auto 22px;
  color: #111111;
  font-size: clamp(2.1rem, 5vw, 4.6rem);
  line-height: 1;
  font-weight: 900;
  letter-spacing: -0.05em;
}

.about-intro p {
  max-width: 820px;
  margin: 0 auto;
  color: #4a4a4a;
  font-size: 1.1rem;
  line-height: 1.8;
}

/* =========================
CARDS
========================= */

.about-card-grid {
  padding: 50px 0 90px;
  background: #ffffff;
}

.grid-2 {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 24px;
}

.about-card {
  padding: 34px;
  border-radius: 28px;
  background: #f7f4f2;
  border: 1px solid rgba(91,16,32,0.1);
}

.about-card h3,
.value-card h3 {
  margin: 0 0 12px;
  color: #5B1020;
  font-size: 1.45rem;
}

.about-card p,
.value-card p {
  margin: 0;
  color: #444444;
  font-size: 1rem;
  line-height: 1.7;
}

/* =========================
STORY
========================= */

.story-section {
  padding: 90px 0;
  background: #f7f4f2;
}

.story-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 24px;
}

.story-copy {
  padding: 38px;
  border-radius: 30px;
  background: #ffffff;
  box-shadow: 0 18px 50px rgba(0,0,0,0.06);
}

.story-copy h2 {
  margin: 0 0 18px;
  font-size: clamp(2rem, 4vw, 3.5rem);
  line-height: 1;
  letter-spacing: -0.05em;
}

.story-copy p {
  color: #444444;
  line-height: 1.75;
}

.dark-card {
  background: #111111;
  color: #ffffff;
}

.dark-card .section-label {
  color: #ffffff;
}

.dark-card p {
  color: rgba(255,255,255,0.8);
}

/* =========================
FOUNDER
========================= */

.founder-section {
  padding: 90px 20px;
  background: #ffffff;
}

.founder-card {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 48px;
  align-items: center;

  background: linear-gradient(135deg,#5B1020,#111111);

  color: #ffffff;

  border-radius: 34px;

  padding: 56px;

  overflow: hidden;

  box-shadow: 0 28px 80px rgba(91,16,32,.22);
}

.founder-image {
    height:100%;
}

.founder-image img{
    width:100%;
    height:100%;
    display:block;

    object-fit:cover;

    border-radius:24px;

    box-shadow:0 24px 60px rgba(0,0,0,.28);
}

.founder-copy{
    max-width:650px;
}

.founder-card .section-label{
    color:#ffffff;
}

.founder-copy h2{
    margin:0 0 20px;

    font-size:clamp(2.3rem,5vw,4.5rem);

    line-height:1;

    letter-spacing:-0.05em;
}

.founder-copy p{
    margin-bottom:18px;

    color:rgba(255,255,255,.84);

    font-size:1.08rem;

    line-height:1.8;
}

.founder-btn{
    margin-top:12px;

    background:#ffffff;

    color:#5B1020;
}

.founder-link{
    color:#f5d28d;
    font-weight:700;
    text-decoration:none;
    border-bottom:2px solid rgba(245,210,141,.35);
    transition:all .2s ease;
}

.founder-link:hover{
    color:#ffffff;
    border-bottom-color:#ffffff;
}

.founder-link:visited{
    color:#f5d28d;
}
/* =========================
VALUES
========================= */

.values-section {
  padding: 90px 0;
  background: #f7f4f2;
}

.values-section h2 {
  margin: 0 0 30px;
  font-size: clamp(2.2rem, 5vw, 4.2rem);
  line-height: 1;
  letter-spacing: -0.05em;
}

.values-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 18px;
}

.value-card {
  background: #ffffff;
  padding: 26px;
  border-radius: 24px;
  border: 1px solid rgba(91,16,32,0.08);
  box-shadow: 0 14px 40px rgba(0,0,0,0.04);
}

/* =========================
ACADEMY
========================= */

.academy-section {
  padding: 90px 0;
  background: #ffffff;
}

.academy-grid {
  display: grid;
  grid-template-columns: 1.05fr 0.95fr;
  gap: 42px;
  align-items: center;
}

.academy-image img,
.series-media img,
.impact-card img {
  width: 100%;
  display: block;
  object-fit: cover;
}

.academy-image img {
  border-radius: 32px;
  box-shadow: 0 24px 70px rgba(0,0,0,0.14);
}

.academy-copy h2,
.series-copy h2,
.impact-section h2 {
  margin: 0 0 20px;
  font-size: clamp(2.2rem, 5vw, 4.3rem);
  line-height: 1;
  letter-spacing: -0.05em;
}

.academy-copy p,
.series-copy p,
.impact-intro {
  color: #444444;
  font-size: 1.06rem;
  line-height: 1.75;
}

/* =========================
SERIES
========================= */

.series-section {
  padding: 90px 20px;
  background: #f7f4f2;
}

.series-card {
  display: grid;
  grid-template-columns: 0.95fr 1.05fr;
  gap: 42px;
  align-items: center;
  background: #111111;
  color: #ffffff;
  border-radius: 34px;
  padding: 54px;
  box-shadow: 0 28px 80px rgba(0,0,0,0.16);
}

.series-card .section-label,
.series-card p {
  color: rgba(255,255,255,0.82);
}

.series-card .section-label {
  color: #ffffff;
}

.series-media img {
  border-radius: 26px;
  margin-bottom: 18px;
}

.youtube-placeholder {
  padding: 24px;
  border-radius: 22px;
  background: rgba(255,255,255,0.08);
  border: 1px solid rgba(255,255,255,0.14);
  text-align: center;
}

.youtube-placeholder span {
  display: block;
  margin-bottom: 8px;
  font-weight: 900;
  color: #ffffff;
}

.youtube-placeholder p {
  margin: 0;
  color: rgba(255,255,255,0.7);
}

/* =========================
DONATION IMPACT
========================= */

.impact-section {
  padding: 90px 0;
  background: #ffffff;
}

.impact-intro {
  max-width: 760px;
  margin: 0 0 34px;
}

.impact-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 22px;
}

.impact-card {
  background: #f7f4f2;
  border-radius: 26px;
  overflow: hidden;
  border: 1px solid rgba(91,16,32,0.08);
  box-shadow: 0 16px 44px rgba(0,0,0,0.05);
}

.impact-card img {
  height: 220px;
}

.impact-card h3 {
  margin: 22px 22px 8px;
  color: #5B1020;
  font-size: 1.35rem;
}

.impact-card p {
  margin: 0 22px 24px;
  color: #444444;
  line-height: 1.65;
}

.donor-strip {
  margin-top: 42px;
  padding: 34px;
  border-radius: 28px;
  background: linear-gradient(135deg, #5B1020, #111111);
  color: #ffffff;
}

.donor-strip h3 {
  margin: 0 0 10px;
  font-size: 1.7rem;
}

.donor-strip p {
  max-width: 760px;
  color: rgba(255,255,255,0.82);
  line-height: 1.7;
}

.donor-names {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 22px;
}

.donor-names span {
  padding: 10px 16px;
  border-radius: 999px;
  background: rgba(255,255,255,0.1);
  border: 1px solid rgba(255,255,255,0.16);
  font-size: 0.9rem;
  font-weight: 800;
}

/* =========================
Youtube embedded card
========================= */

.youtube-embed-card {
  padding: 18px;
  border-radius: 26px;
  background: rgba(255,255,255,0.08);
  border: 1px solid rgba(255,255,255,0.14);
}

.youtube-embed-header {
  margin-bottom: 16px;
}

.youtube-embed-header span {
  display: block;
  margin-bottom: 6px;
  color: #ffffff;
  font-size: 0.95rem;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.youtube-embed-header p {
  margin: 0;
  color: rgba(255,255,255,0.72);
  font-size: 0.95rem;
  line-height: 1.5;
}

.youtube-responsive-frame {
  position: relative;
  width: 100%;
  aspect-ratio: 16 / 9;
  overflow: hidden;
  border-radius: 18px;
  background: #000000;
}

.youtube-responsive-frame iframe {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  border: 0;
}


/* =========================
RESPONSIVE
========================= */

@media (max-width: 980px) {
  .campaign-container,
  .grid-2,
  .story-grid {
    grid-template-columns: 1fr;
  }

  .campaign-donate-card {
    max-width: 430px;
    margin: 0 auto;
    width: 100%;
  }

  .campaign-highlights,
  .values-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .academy-grid,
  .series-card,
  .impact-grid {
    grid-template-columns: 1fr;
  }

  .series-card {
    padding: 34px;
  }
    .founder-card{
        grid-template-columns:1fr;
        padding:36px;
    }

    .founder-image{
        order:-1;
    }

    .founder-copy{
        max-width:100%;
    }

    .founder-image img{
        aspect-ratio:16/10;
    }
}

@media (max-width: 600px) {
  .about-hero {
    min-height: 52vh;
  }

  .campaign-hero-title {
    font-size: clamp(2.7rem, 15vw, 4.2rem);
  }

  .campaign-lead,
  .campaign-copy p,
  .about-intro p,
  .founder-copy p {
    font-size: 1rem !important;
  }

  .campaign-section,
  .about-intro,
  .story-section,
  .founder-section,
  .values-section {
    padding: 58px 0;
  }

  .campaign-section {
    padding-left: 16px;
    padding-right: 16px;
  }

  .campaign-actions {
    flex-direction: column;
    align-items: stretch;
  }

  .about-btn-primary,
  .about-btn-secondary,
  .founder-btn {
    width: 100%;
  }

  .campaign-highlights,
  .values-grid {
    grid-template-columns: 1fr;
  }

  .about-card,
  .story-copy,
  .founder-card,
  .value-card {
    padding: 24px;
    border-radius: 22px;
  }

  .campaign-donate-card {
    padding: 12px;
  }
  .academy-section,
  .series-section,
  .impact-section {
    padding: 58px 0;
  }

  .series-section {
    padding-left: 16px;
    padding-right: 16px;
  }

  .academy-image img,
  .series-card,
  .series-media img,
  .impact-card,
  .donor-strip {
    border-radius: 22px;
  }

  .impact-card img {
    height: 190px;
  }

  .donor-strip {
    padding: 24px;
  }
  .youtube-embed-card {
    padding: 12px;
    border-radius: 20px;
  }

  .youtube-responsive-frame {
    border-radius: 14px;
  }
    .founder-section{
        padding:58px 16px;
    }

    .founder-card{
        padding:24px;
        border-radius:24px;
        gap:28px;
    }

    .founder-image img{
        border-radius:18px;
    }
}