.hero-header.force-dark {
  background: rgba(248, 245, 239, 0.92);
  border-bottom: 1px solid rgba(17, 17, 17, 0.08);
  color: #111111;
  backdrop-filter: blur(12px);
}

.hero-header.force-dark .nav-links a,
.hero-header.force-dark .brand-title,
.hero-header.force-dark .brand-arabic,
.hero-header.force-dark .nav-icons,
.hero-header.force-dark .menu-toggle {
  color: #111111;
}

.hero-header.force-dark .nav-links a:hover {
  color: var(--gold);
}

.about-page {
  background: linear-gradient(180deg, #f8f4ee 0%, #f3ede4 100%);
  min-height: 100vh;
  color: #1f1f1f;
}

.about-main {
  padding-top: 20px;
}

.about-hero {
  padding: 110px 20px 50px;
}

.about-hero-inner {
  max-width: 900px;
  margin: 0 auto;
  text-align: center;
}

.about-kicker {
  margin: 0 0 12px;
  color: #8e6d3f;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  font-size: 0.78rem;
  font-weight: 600;
}

.about-hero h1 {
  margin: 0 0 18px;
  font-family: "Cormorant Garamond", serif;
  font-size: clamp(2.5rem, 5vw, 4.4rem);
  line-height: 1.05;
  font-weight: 600;
}

.about-intro {
  max-width: 760px;
  margin: 0 auto;
  font-size: 1.05rem;
  line-height: 1.8;
  color: #555;
}

.about-section {
  padding: 20px 20px 80px;
}

.about-content {
  max-width: 1000px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 34px;
}

.about-content > div {
  background: #fff;
  border-radius: 22px;
  padding: 30px;
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.06);
}

.about-content h2 {
  margin-top: 0;
  margin-bottom: 14px;
  font-family: "Cormorant Garamond", serif;
  font-size: 2rem;
  color: #1f1f1f;
}

.about-content p {
  margin: 0 0 14px;
  line-height: 1.8;
  color: #555;
}

@media (max-width: 900px) {
  .about-content {
    grid-template-columns: 1fr;
  }

  .about-hero {
    padding: 90px 20px 40px;
  }
}

.hero-header.force-dark {
  background: rgba(248, 245, 239, 0.92);
  border-bottom: 1px solid rgba(17, 17, 17, 0.08);
  color: #111111;
  backdrop-filter: blur(12px);
}

.hero-header.force-dark .nav-links a,
.hero-header.force-dark .brand-title,
.hero-header.force-dark .brand-arabic,
.hero-header.force-dark .nav-icons,
.hero-header.force-dark .menu-toggle {
  color: #111111;
}

.hero-header.force-dark .nav-links a:hover {
  color: var(--gold);
}