/* ═══════════════════════════════════════════════════════════════
   ABOUT PAGE — Cinematic Heritage Hero
   ═══════════════════════════════════════════════════════════════ */

.about-hero.dynamic-hero-section {
  height: auto;
  min-height: 100vh;
}

.about-hero > .dynamic-hero-overlay {
  display: none;
}

.about-hero {
  position: relative;
  min-height: 100vh;
  display: flex;
  align-items: center;
  overflow: hidden;
  background: #050504;
  isolation: isolate;
}

.about-hero-bg {
  opacity: 0.38 !important;
  filter: contrast(1.15) saturate(0.85);
}

.about-hero-mesh {
  position: absolute;
  inset: 0;
  z-index: 2;
  pointer-events: none;
  background:
    radial-gradient(ellipse 55% 45% at 72% 42%, rgba(201,168,76,0.14) 0%, transparent 62%),
    radial-gradient(ellipse 40% 35% at 18% 78%, rgba(201,168,76,0.07) 0%, transparent 55%),
    repeating-linear-gradient(
      -18deg,
      transparent,
      transparent 80px,
      rgba(201,168,76,0.025) 80px,
      rgba(201,168,76,0.025) 81px
    );
}

.about-hero-canvas {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  z-index: 3;
  pointer-events: none;
  opacity: 0.75;
}

.about-hero-shine {
  position: absolute;
  width: 480px;
  height: 480px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(201,168,76,0.16) 0%, rgba(201,168,76,0.04) 40%, transparent 68%);
  transform: translate(-50%, -50%);
  pointer-events: none;
  z-index: 4;
  opacity: 0;
  transition: opacity 0.6s ease;
}

.about-hero:hover .about-hero-shine { opacity: 1; }

.about-hero-beam {
  position: absolute;
  top: -40%;
  left: -20%;
  width: 55%;
  height: 180%;
  z-index: 4;
  pointer-events: none;
  background: linear-gradient(
    105deg,
    transparent 38%,
    rgba(255,255,255,0.04) 46%,
    rgba(201,168,76,0.18) 50%,
    rgba(255,255,255,0.05) 54%,
    transparent 62%
  );
  transform: rotate(-8deg);
  animation: aboutBeamSweep 7s ease-in-out infinite;
}

@keyframes aboutBeamSweep {
  0%, 100% { transform: rotate(-8deg) translateX(-8%); opacity: 0.35; }
  50%      { transform: rotate(-8deg) translateX(18%); opacity: 0.85; }
}

.about-hero-vignette {
  position: absolute;
  inset: 0;
  z-index: 5;
  pointer-events: none;
  background:
    linear-gradient(90deg, rgba(5,5,4,0.92) 0%, rgba(5,5,4,0.35) 42%, rgba(5,5,4,0.55) 100%),
    linear-gradient(180deg, rgba(5,5,4,0.5) 0%, transparent 28%, transparent 72%, rgba(5,5,4,0.88) 100%);
}

.lang-ar .about-hero-vignette {
  background:
    linear-gradient(270deg, rgba(5,5,4,0.92) 0%, rgba(5,5,4,0.35) 42%, rgba(5,5,4,0.55) 100%),
    linear-gradient(180deg, rgba(5,5,4,0.5) 0%, transparent 28%, transparent 72%, rgba(5,5,4,0.88) 100%);
}

.about-hero-corner {
  position: absolute;
  width: 72px;
  height: 72px;
  z-index: 12;
  pointer-events: none;
}
.about-hero-corner::before,
.about-hero-corner::after {
  content: '';
  position: absolute;
  background: var(--gold);
  opacity: 0.5;
}
.about-hero-corner::before { top: 0; left: 0; width: 100%; height: 1px; }
.about-hero-corner::after  { top: 0; left: 0; width: 1px; height: 100%; }
.about-hero-corner-tl { top: calc(var(--nav-height) + 12px); left: 28px; }
.about-hero-corner-br { bottom: 36px; right: 28px; transform: rotate(180deg); }

.about-hero-inner {
  position: relative;
  z-index: 10;
  display: grid;
  grid-template-columns: 1.05fr 0.95fr;
  gap: 48px;
  align-items: center;
  padding-top: calc(var(--nav-height) + 24px);
  padding-bottom: 72px;
  width: 100%;
}

.about-hero-copy {
  text-align: left;
  padding-top: 0 !important;
  pointer-events: auto;
}

.lang-ar .about-hero-copy {
  text-align: right;
}

.about-hero-badge {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 8px 16px 8px 12px;
  margin-bottom: 22px;
  background: rgba(201,168,76,0.08);
  border: 1px solid rgba(201,168,76,0.28);
  border-radius: 999px;
  font-size: 9px;
  font-weight: 800;
  letter-spacing: 3px;
  text-transform: uppercase;
  color: var(--gold-light);
  backdrop-filter: blur(8px);
}

.lang-ar .about-hero-badge { letter-spacing: 1px; font-family: var(--font-ar); }

.badge-dot {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--gold);
  box-shadow: 0 0 12px rgba(201,168,76,0.9);
  animation: badgePulse 2s ease-in-out infinite;
}

@keyframes badgePulse {
  0%, 100% { transform: scale(1); opacity: 1; }
  50%      { transform: scale(1.25); opacity: 0.75; }
}

.about-hero .dynamic-hero-eyebrow {
  justify-content: flex-start;
  margin-bottom: 18px;
}

.lang-ar .about-hero .dynamic-hero-eyebrow {
  justify-content: flex-start;
}

.about-hero-title {
  font-size: clamp(3.2rem, 6.5vw, 5.8rem) !important;
  line-height: 0.98 !important;
  margin-bottom: 20px !important;
  text-align: left;
}

.lang-ar .about-hero-title {
  text-align: right;
  font-family: var(--font-ar);
}

.about-hero-title .title-line {
  display: block;
  overflow: hidden;
}

.about-hero-title .title-word {
  display: inline-block;
  transform: translateY(110%);
}

.about-hero-tagline {
  max-width: 480px;
  font-size: clamp(0.92rem, 1.4vw, 1.05rem);
  line-height: 1.85;
  color: var(--text-secondary);
  font-weight: 300;
  margin-bottom: 32px;
}

.about-hero-stats {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-bottom: 32px;
}

.ahs-item {
  flex: 1 1 100px;
  min-width: 100px;
  padding: 16px 18px;
  background: rgba(255,255,255,0.03);
  border: 1px solid rgba(201,168,76,0.18);
  border-radius: 10px;
  backdrop-filter: blur(10px);
  transition: border-color 0.3s, transform 0.3s, box-shadow 0.3s;
}

.ahs-item:hover {
  border-color: rgba(201,168,76,0.45);
  transform: translateY(-3px);
  box-shadow: 0 12px 32px rgba(0,0,0,0.45);
}

.ahs-num {
  display: block;
  font-family: var(--font-heading);
  font-size: 1.65rem;
  font-weight: 800;
  line-height: 1;
  background: var(--gold-gradient);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  margin-bottom: 6px;
}

.ahs-label {
  display: block;
  font-size: 8px;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: var(--text-muted);
  font-weight: 700;
}

.lang-ar .ahs-label { letter-spacing: 0; font-family: var(--font-ar); }

.about-hero .dynamic-hero-breadcrumb {
  margin: 0;
  justify-content: flex-start;
}

.lang-ar .about-hero .dynamic-hero-breadcrumb {
  justify-content: flex-start;
}

/* ── Visual: 3D slab stack ── */
.about-hero-visual {
  position: relative;
  height: min(520px, 58vh);
  min-height: 340px;
  perspective: 900px;
}

.about-slab-orbit {
  position: absolute;
  inset: 0;
  transform-style: preserve-3d;
}

.about-slab {
  position: absolute;
  background-size: cover;
  background-position: center;
  border-radius: 14px;
  border: 1px solid rgba(201,168,76,0.22);
  box-shadow:
    0 30px 80px rgba(0,0,0,0.75),
    inset 0 0 0 1px rgba(255,255,255,0.06);
  transform-style: preserve-3d;
  overflow: hidden;
}

.about-slab::after {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, rgba(255,255,255,0.28) 0%, transparent 42%, rgba(0,0,0,0.35) 100%);
  pointer-events: none;
}

.about-slab-1 {
  width: 58%;
  aspect-ratio: 4/5;
  top: 8%;
  left: 8%;
  transform: rotateY(-14deg) rotateX(6deg) translateZ(40px);
  z-index: 3;
}

.about-slab-2 {
  width: 52%;
  aspect-ratio: 1/1;
  top: 22%;
  right: 4%;
  transform: rotateY(18deg) rotateX(-4deg) translateZ(80px);
  z-index: 4;
}

.about-slab-3 {
  width: 44%;
  aspect-ratio: 3/4;
  bottom: 4%;
  left: 28%;
  transform: rotateY(-6deg) rotateX(10deg) translateZ(20px);
  z-index: 2;
  opacity: 0.88;
}

.about-hero-ring {
  position: absolute;
  bottom: 12%;
  right: 6%;
  width: 108px;
  height: 108px;
  z-index: 6;
  display: flex;
  align-items: center;
  justify-content: center;
}

.lang-ar .about-hero-ring {
  right: auto;
  left: 6%;
}

.about-hero-ring svg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  animation: aboutRingSpin 16s linear infinite;
}

.about-hero-ring circle {
  fill: none;
  stroke: rgba(201,168,76,0.35);
  stroke-width: 1;
  stroke-dasharray: 4 6;
}

.about-hero-ring span {
  font-family: var(--font-heading);
  font-size: 1.15rem;
  font-weight: 800;
  color: var(--gold);
  letter-spacing: 1px;
}

@keyframes aboutRingSpin {
  to { transform: rotate(360deg); }
}

.about-hero-scroll {
  position: absolute;
  bottom: 28px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 12;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
  opacity: 0.55;
}

.about-hero-scroll span {
  font-size: 8px;
  letter-spacing: 3px;
  text-transform: uppercase;
  color: var(--text-muted);
}

.about-hero-scroll .scroll-line {
  width: 1px;
  height: 36px;
  background: linear-gradient(180deg, var(--gold), transparent);
  animation: aboutScrollLine 2s ease-in-out infinite;
}

@keyframes aboutScrollLine {
  0%, 100% { transform: scaleY(0.6); opacity: 0.4; }
  50%      { transform: scaleY(1); opacity: 1; }
}

.ah-reveal { visibility: hidden; }

/* ── Tablet ── */
@media (max-width: 1024px) {
  .about-hero-inner {
    grid-template-columns: 1fr;
    gap: 40px;
    text-align: center;
  }

  .about-hero-copy,
  .lang-ar .about-hero-copy {
    text-align: center;
  }

  .about-hero .dynamic-hero-eyebrow,
  .lang-ar .about-hero .dynamic-hero-eyebrow,
  .about-hero .dynamic-hero-breadcrumb,
  .lang-ar .about-hero .dynamic-hero-breadcrumb {
    justify-content: center;
  }

  .about-hero-title,
  .lang-ar .about-hero-title {
    text-align: center;
  }

  .about-hero-tagline {
    margin-left: auto;
    margin-right: auto;
  }

  .about-hero-stats {
    justify-content: center;
  }

  .about-hero-visual {
    height: 380px;
    min-height: 300px;
    max-width: 420px;
    margin: 0 auto;
  }
}

/* ── Mobile ── */
@media (max-width: 768px) {
  .about-hero {
    min-height: auto;
    padding-bottom: 48px;
  }

  .about-hero-inner {
    padding-top: calc(var(--nav-height) + 16px);
    padding-bottom: 56px;
    gap: 28px;
  }

  .about-hero-beam { opacity: 0.5; width: 80%; }
  .about-hero-corner { width: 48px; height: 48px; }
  .about-hero-corner-tl { left: 14px; }
  .about-hero-corner-br { right: 14px; bottom: 24px; }

  .about-hero-title {
    font-size: clamp(2.4rem, 11vw, 3.2rem) !important;
  }

  .about-hero-tagline {
    font-size: 0.88rem;
    margin-bottom: 22px;
  }

  .about-hero-stats {
    gap: 8px;
    margin-bottom: 22px;
  }

  .ahs-item {
    flex: 1 1 calc(33% - 8px);
    min-width: 0;
    padding: 12px 10px;
  }

  .ahs-num { font-size: 1.25rem; }

  .about-hero-visual {
    height: 300px;
    min-height: 260px;
    max-width: 100%;
  }

  .about-slab-1 {
    width: 52%;
    top: 6%;
    left: 4%;
  }

  .about-slab-2 {
    width: 48%;
    top: 18%;
    right: 2%;
  }

  .about-slab-3 {
    width: 40%;
    bottom: 2%;
    left: 24%;
  }

  .about-hero-ring {
    width: 84px;
    height: 84px;
    bottom: 6%;
    right: 2%;
  }

  .lang-ar .about-hero-ring {
    left: 2%;
  }

  .about-hero-scroll { display: none; }
}

@media (max-width: 480px) {
  .ahs-item { flex: 1 1 30%; padding: 10px 8px; }
  .ahs-num { font-size: 1.1rem; }
  .ahs-label { font-size: 7px; }
  .about-hero-visual { height: 260px; }
}

@media (prefers-reduced-motion: reduce) {
  .about-hero-beam,
  .about-hero-ring svg,
  .about-hero-scroll .scroll-line,
  .badge-dot {
    animation: none !important;
  }
}
