:root {
  --charcoal: #0a2e6c;
  --cream: #faf6ec;
  --cream-deep: #f1e9d8;
  --gold: #e8a93b;
  --gold-deep: #c9861a;
  --terracotta: #b8481f;
  --maroon: #7a1f2b;
  --line: rgba(38, 35, 33, 0.12);
  --bs-primary: var(--terracotta);
  --bs-primary-rgb: 184, 72, 31;
  --bs-body-font-family: "DM Sans", sans-serif;
  --bs-body-color: #2a2622;
  --bs-body-bg: var(--cream);
}

html {
  scroll-behavior: smooth;
}

body {
  font-family: "DM Sans", sans-serif;
  background: var(--cream);
  color: #2a2622;
}

h1,
h2,
h3,
h4,
h5,
h6,
.display-1,
.display-2,
.display-3,
.display-4,
.display-5,
.display-6,
.fs-heading {
  font-family: "Libre Baskerville", Georgia, serif;
  font-weight: 700;
  color: var(--charcoal);
}
.text-gold {
  color: var(--gold);
}
p {
  line-height: 1.3;
  font-size: 15px;
}
ul li {
  font-size: 15px;
}
.eyebrow {
  font-family: "DM Sans", sans-serif;
  text-transform: uppercase;
  letter-spacing: 0.14em;
  font-size: 0.72rem;
  font-weight: 700;
  /* color: var(--terracotta); */
  display: block;
  margin-bottom: 0.75rem;
}

.section-py {
  padding-top: 5rem;
  padding-bottom: 5rem;
}

.bg-cream-deep {
  background: var(--cream-deep);
}

.bg-charcoal {
  background: var(--charcoal);
}

/* .text-gold {
  color: #fff;
} */

.text-terracotta {
  color: var(--terracotta);
}

/* Buttons — DM Sans, brand colours, pill shape */
.btn {
  font-family: "DM Sans", sans-serif;
  font-weight: 600;
  border-radius: 999px;
  padding: 0.75rem 1.75rem;
}

.btn-primary {
  background-color: var(--gold);
  border-color: var(--gold);
  /* box-shadow: 0 8px 22px -8px var(--gold); */
  margin-top: 20px;
}

.btn-primary:hover,
.btn-primary:focus {
  background-color: var(--gold);
  border-color: var(--gold);
}

.btn-outline-light {
  border-width: 1.5px;
  margin-top: 20px;
}

/* ===== Hero ===== */
.hero {
  position: relative;
  overflow: hidden;
  color: #fff;
  min-height: 560px;
  display: flex;
  align-items: center;
}

.hero-photo {
  position: absolute;
  inset: 0;
  z-index: 0;
  background: repeating-linear-gradient(
      45deg,
      rgba(255, 255, 255, 0.035) 0 2px,
      transparent 2px 22px
    ),
    linear-gradient(150deg, #8a5a2a 0%, #4f3a22 45%, #2c231c 100%);
}

.hero-photo-label {
  position: absolute;
  top: 1rem;
  right: 1rem;
  z-index: 2;
  background: rgba(0, 0, 0, 0.45);
  color: #ede7d9;
  font-size: 0.7rem;
  letter-spacing: 0.03em;
  padding: 0.4rem 0.8rem;
  border-radius: 999px;
  border: 1px dashed rgba(255, 255, 255, 0.4);
}

.hero-scrim {
  position: absolute;
  inset: 0;
  z-index: 1;
  background: linear-gradient(
      100deg,
      rgba(24, 21, 18, 0.94) 0%,
      rgba(24, 21, 18, 0.86) 42%,
      rgba(24, 21, 18, 0.55) 68%,
      rgba(24, 21, 18, 0.3) 100%
    ),
    linear-gradient(0deg, rgba(0, 0, 0, 0.35), transparent 40%);
}

.hero .container {
  position: relative;
  z-index: 2;
}

.hero h1 {
  color: #fff;
  text-shadow: 0 2px 20px rgba(0, 0, 0, 0.35);
  font-size: clamp(2rem, 4.4vw, 3.2rem);
  line-height: 1.1;
}

.hero .lede {
  font-size: 1.1rem;
  color: #f1ebdd;
  text-shadow: 0 1px 12px rgba(0, 0, 0, 0.25);
  max-width: 52ch;
}

.hero-snapshot {
  background: rgba(24, 21, 18, 0.55);
  border: 1px solid rgba(255, 255, 255, 0.22);
  border-radius: 1rem;
  padding: 1.25rem;
  backdrop-filter: blur(8px);
}

.hero-learner-photo {
  aspect-ratio: 4/3;
  border-radius: 0.65rem;
  overflow: hidden;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 0.9rem;
  background: linear-gradient(150deg, #c98a3f, #8a5a2a);
  color: #fff;
  font-size: 0.78rem;
}

.hero-learner-caption {
  font-size: 0.76rem;
  color: #d8cfba;
  margin: 0.6rem 0.1rem 0;
}

.hero-stat-num {
  font-family: "Libre Baskerville", serif;
  font-size: 2.2rem;
  font-weight: 700;
  color: var(--gold);
  line-height: 1;
  margin-top: 1rem;
}

.hero-stat-label {
  font-size: 0.82rem;
  color: #e9e1d0;
  margin-top: 0.25rem;
}

.hero-stat-mini b {
  font-family: "Libre Baskerville", serif;
  font-size: 1.2rem;
  color: #fff;
  display: block;
}

.hero-stat-mini span {
  font-size: 0.72rem;
  color: #d8cfba;
}

/* ===== generic cards / stat pills ===== */
.stat-pill {
  display: inline-flex;
  align-items: center;
  gap: 0.75rem;
  background: var(--charcoal);
  color: #fff;
  border-radius: 0.65rem;
  padding: 0.9rem 1.15rem;
  margin-bottom: 1.1rem;
}

.ullas-box {
  border-left: 3px solid var(--gold-deep);
  background: #fff;
  border-radius: 0 1rem 1rem 0;
  padding: 1.4rem 1.5rem;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.04);
}

.brand-card {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 1rem;
  padding: 1.75rem;
  box-shadow: 0 4px 18px rgba(38, 35, 33, 0.05);
  height: 100%;
}

.brand-icon {
  width: 52px;
  height: 52px;
  border-radius: 0.9rem;
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(135deg, var(--gold), var(--gold-deep));
  margin-bottom: 1.1rem;
}

.brand-icon.dark {
  background: var(--charcoal);
}

.brand-icon svg {
  width: 26px;
  height: 26px;
  stroke: #fff;
}

.tag-chip {
  font-size: 0.7rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  color: var(--terracotta);
  background: #fbeadf;
  padding: 0.3rem 0.7rem;
  border-radius: 999px;
}

.photo-slot {
  width: 100%;
  aspect-ratio: 16/9;
  border-radius: 0.6rem;
  margin-top: 1.1rem;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  /* padding: 0.75rem; */
  color: #fff;
  /* font-size: 0.75rem; */
  /* background: linear-gradient(150deg, #8a5a2a, #4f3a22); */
}
.photo-slot img {
  border-radius: 22px;
}
.photo-slot.alt2 {
  background: linear-gradient(150deg, #6b3d3d, #3a2222);
}

.photo-slot.small {
  aspect-ratio: 4/3;
  margin-top: 0.9rem;
}

.impact-card {
  background: var(--charcoal);
  color: #fff;
  border-radius: 1rem;
  padding: 1.6rem 1.35rem;
  height: 100%;
}

.impact-card svg {
  width: 28px;
  height: 28px;
  stroke: var(--gold);
  margin-bottom: 0.9rem;
}

.impact-num {
  font-family: "Libre Baskerville", serif;
  font-size: 2rem;
  font-weight: 700;
  color: var(--gold);
  line-height: 1;
}

.impact-label {
  font-size: 0.82rem;
  color: #d8cfba;
  margin-top: 0.4rem;
}

.why-stat {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 1rem;
  padding: 1.4rem;
  height: 100%;
}

.why-stat svg {
  width: 26px;
  height: 26px;
  margin-bottom: 0.75rem;
}

.why-lede {
  font-family: "Libre Baskerville", serif;
  font-size: 1.15rem;
  line-height: 1.5;
  color: var(--charcoal);
  border-left: 3px solid var(--terracotta);
  padding-left: 1.1rem;
}

.why-source {
  font-size: 0.75rem;
  color: #8a8378;
  margin: 0.6rem 0 0 1.35rem;
}

.story-card {
  background: #fff;
  border-radius: 1rem;
  overflow: hidden;
  border: 1px solid var(--line);
  box-shadow: 0 4px 18px rgba(38, 35, 33, 0.05);
  height: 100%;
}

.story-photo {
  aspect-ratio: 16/9;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  color: #fff;
  font-size: 0.8rem;
  padding: 0.9rem;
}

.story-photo.p1 {
  background: linear-gradient(150deg, #7a6a3a, #4a4022);
}

.story-photo.p2 {
  background: linear-gradient(150deg, #3a4a4a, #22302f);
}

.story-quote {
  font-family: "Libre Baskerville", serif;
  font-style: italic;
  font-size: 0.96rem;
  color: var(--charcoal);
  border-left: 3px solid var(--gold-deep);
  padding-left: 0.9rem;
  margin-top: 0.9rem;
}

.process-step .num {
  font-family: "Libre Baskerville", serif;
  font-size: 0.78rem;
  color: var(--gold-deep);
  font-weight: 700;
  letter-spacing: 0.06em;
  border-bottom: 2px solid var(--gold-deep);
  display: inline-block;
  padding-bottom: 0.25rem;
}

.testi-card {
  background: #fff;
  border-radius: 1rem;
  padding: 1.6rem;
  border: 1px solid var(--line);
  height: 100%;
}

.testi-quote-mark {
  font-family: "Libre Baskerville", serif;
  font-size: 2.4rem;
  color: var(--gold-deep);
  line-height: 0.6;
}

.testi-avatar {
  width: 42px;
  height: 42px;
  border-radius: 50%;
  background: var(--cream-deep);
  border: 1px solid var(--line);
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: "Libre Baskerville", serif;
  color: var(--terracotta);
  font-weight: 700;
}

.content-note {
  font-size: 0.78rem;
  color: #8a8378;
  background: #fbf7ed;
  border: 1px dashed var(--line);
  border-radius: 0.5rem;
  padding: 0.7rem 1rem;
  margin-top: 1.1rem;
}

.gallery-item {
  /* aspect-ratio: 1/1; */
  border-radius: 0.75rem;
  /* display: flex; */
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 0.75rem;
  text-align: center;
  padding: 0.6rem;
  position: relative;
  overflow: hidden;
}

.g1 {
  background: linear-gradient(150deg, #8a5a2a, #4f3a22);
}

.g2 {
  background: linear-gradient(150deg, #6b3d3d, #3a2222);
}

.g3 {
  background: linear-gradient(150deg, #7a6a3a, #4a4022);
}

.g4 {
  background: linear-gradient(150deg, #3a4a4a, #22302f);
}

.video-item::after {
  content: "";
  position: absolute;
  inset: 0;
  margin: auto;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.25);
  backdrop-filter: blur(2px);
}

.video-item::before {
  content: "";
  position: absolute;
  z-index: 2;
  inset: 0;
  margin: auto;
  width: 0;
  height: 0;
  border-top: 9px solid transparent;
  border-bottom: 9px solid transparent;
  border-left: 14px solid #fff;
  top: 0;
  bottom: 0;
  left: 6px;
  right: 0;
}

.donate-bridge {
  background: linear-gradient(120deg, var(--gold), var(--charcoal));
  color: #fff;
  border-radius: 1.25rem;
  padding: 2.75rem;
}

.donate-bridge h2 {
  color: #fff;
}

.donate-amount {
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.25);
  border-radius: 0.75rem;
  padding: 0.9rem 1.1rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 0.92rem;
}

.donate-amount b {
  font-family: "Libre Baskerville", serif;
  font-size: 1.2rem;
  color: var(--gold);
}

.final-cta {
  background: var(--charcoal);
  color: #fff;
  border-radius: 1.25rem;
  padding: 3.5rem 2.25rem;
  text-align: center;
}

.final-cta h2 {
  color: #fff;
}

.final-cta p {
  color: #d8cfba;
}

footer {
  background: #1e1b18;
  color: #b7af9f;
  font-size: 0.85rem;
}

footer b {
  color: #ede7d9;
  font-family: "Libre Baskerville", serif;
}
