/* Who We Are Custom Styles */
.who-we-are-page {
  min-height: 100vh;
  color: var(--brand-text);
  background: var(--brand-surface);
  font-family: "Roboto", sans-serif;
}

.who-hero {
  display: grid;
  grid-template-columns: 1.05fr .95fr;
  align-items: center;
  min-height: 460px;
  overflow: hidden;
  border-radius: 28px;
  background: linear-gradient(135deg, var(--brand-primary) 0%, var(--brand-primary-dark) 100%);
  color: #fff;
  width: min(1120px, calc(100% - 40px));
  margin-inline: auto;
  margin-top: 0;
}

.who-hero__content {
  padding: clamp(38px, 6vw, 76px);
}

.who-hero h1 {
  margin: 12px 0 16px;
  font-family: "Noto Serif Oriya", serif;
  font-size: clamp(2.2rem, 4.5vw, 3.8rem);
  line-height: 1.15;
  font-weight: 700;
}

.who-hero p {
  color: #fbf4dc;
  font-size: 1.05rem;
  line-height: 1.7;
  margin-bottom: 24px;
}

.who-hero__image {
  height: 100%;
  min-height: 360px;
}

.who-hero__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  mix-blend-mode: luminosity;
  opacity: .88;
}

.who-cta-btn {
  display: inline-block;
  padding: 12px 24px;
  border-radius: 999px;
  background: var(--brand-accent);
  color: #fff;
  font-weight: 700;
  text-decoration: none;
  transition: transform 0.2s ease, background 0.2s ease;
}

.who-cta-btn:hover {
  transform: translateY(-2px);
  background: var(--brand-primary);
  color: #fff;
}

/* Sections */
.who-section {
  width: min(1120px, calc(100% - 40px));
  margin-inline: auto;
  padding: 80px 0;
}

.who-story-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
  align-items: center;
}

.who-story-card {
  background: #ffffff;
  border: 1px solid #eadfca;
  border-radius: 20px;
  padding: 32px;
  box-shadow: 0 10px 30px rgba(83, 62, 15, 0.06);
}

.who-story-card h3 {
  font-family: "Noto Serif Oriya", serif;
  color: #72570b;
  font-size: 1.5rem;
  margin-bottom: 14px;
}

.who-story-card p {
  color: #5c4e3f;
  line-height: 1.7;
  font-size: 0.98rem;
}

.who-story-image {
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 12px 35px rgba(83, 62, 15, 0.12);
  height: 100%;
  min-height: 320px;
}

.who-story-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* Vision & Mission Cards */
.vision-mission-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px;
  margin-top: 36px;
}

.vm-card {
  background: linear-gradient(135deg, #fffcf5 0%, #f7ebd4 100%);
  border: 1px solid #e0cd9f;
  border-radius: 20px;
  padding: 32px;
  position: relative;
  overflow: hidden;
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.vm-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 15px 35px rgba(114, 87, 11, 0.15);
}

.vm-card__badge {
  display: inline-block;
  background: var(--brand-primary);
  color: #fff;
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  padding: 5px 14px;
  border-radius: 999px;
  margin-bottom: 16px;
}

.vm-card h3 {
  font-family: "Noto Serif Oriya", serif;
  font-size: 1.6rem;
  color: #3f3428;
  margin-bottom: 12px;
}

.vm-card p {
  color: #574837;
  line-height: 1.7;
  font-size: 1.02rem;
  margin: 0;
}

/* Values Grid */
.values-grid-container {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
  margin-top: 36px;
}

.value-box {
  background: #ffffff;
  border: 1px solid #e8dcbf;
  border-radius: 16px;
  padding: 24px;
  box-shadow: 0 8px 24px rgba(83, 62, 15, 0.05);
  transition: all 0.25s ease;
}

.value-box:hover {
  border-color: #b58710;
  transform: translateY(-3px);
  box-shadow: 0 12px 28px rgba(114, 87, 11, 0.12);
}

.value-box__icon {
  width: 44px;
  height: 44px;
  border-radius: 12px;
  background: rgba(140, 106, 61, 0.1);
  color: var(--brand-primary);
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: bold;
  font-size: 1.2rem;
  margin-bottom: 16px;
}

.value-box h4 {
  font-family: "Noto Serif Oriya", serif;
  color: #72570b;
  font-size: 1.2rem;
  margin-bottom: 8px;
}

.value-box p {
  color: #695a4a;
  font-size: 0.92rem;
  line-height: 1.6;
  margin: 0;
}

/* Impact Highlights Banner */
.who-stats-banner {
  background: linear-gradient(135deg, var(--brand-primary) 0%, var(--brand-primary-dark) 100%);
  color: #ffffff;
  border-radius: 24px;
  padding: 45px 35px;
  margin-top: 50px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
  text-align: center;
}

.stat-item strong {
  display: block;
  font-size: clamp(2.2rem, 4vw, 3.2rem);
  font-family: "Noto Serif Oriya", serif;
  color: var(--brand-accent-soft);
}

.stat-item span {
  font-size: 0.95rem;
  color: #f7ebd2;
  letter-spacing: 0.05em;
}

/* Dark Mode Support */
html[data-theme="dark"] .who-we-are-page {
  color: #eee4d1;
  background: #211c16;
}

html[data-theme="dark"] .who-story-card,
html[data-theme="dark"] .value-box {
  background: #2b231a;
  border-color: #4a3c2c;
  box-shadow: none;
}

html[data-theme="dark"] .who-story-card h3,
html[data-theme="dark"] .value-box h4 {
  color: #f4d261;
}

html[data-theme="dark"] .who-story-card p,
html[data-theme="dark"] .value-box p {
  color: #cfc1aa;
}

html[data-theme="dark"] .vm-card {
  background: linear-gradient(135deg, #332a1f 0%, #261f16 100%);
  border-color: #54442b;
}

html[data-theme="dark"] .vm-card h3 {
  color: #f8ecd3;
}

html[data-theme="dark"] .vm-card p {
  color: #d1c3ad;
}

html[data-theme="dark"] .value-box__icon {
  background: #3c3225;
  color: #f4d261;
}

/* Responsive */
@media (max-width: 900px) {
  .who-hero {
    grid-template-columns: 1fr;
  }
  .who-hero__image {
    min-height: 260px;
    grid-row: 1;
  }
  .who-story-grid,
  .vision-mission-grid {
    grid-template-columns: 1fr;
  }
  .values-grid-container {
    grid-template-columns: 1fr 1fr;
  }
}

@media (max-width: 600px) {
  .values-grid-container {
    grid-template-columns: 1fr;
  }
  .who-stats-banner {
    grid-template-columns: 1fr;
    gap: 25px;
    padding: 30px 20px;
  }
}
