/* ============================================
   BULAND — ABOUT PAGE STYLES
============================================ */

/* HERO */
.about-hero { min-height: 100vh; display: flex; flex-direction: column; justify-content: flex-end; position: relative; overflow: hidden; padding-top: 70px; }
.hero-bg-mosaic { position: absolute; inset: 0; z-index: 0; }
.hero-ov { position: absolute; inset: 0; background: linear-gradient(to top,#0E0005 0%,rgba(14,0,5,0.85) 35%,rgba(14,0,5,0.5) 65%,rgba(14,0,5,0.15) 100%); z-index: 1; }
.hero-ov2 { position: absolute; inset: 0; background: linear-gradient(to right,rgba(14,0,5,0.85) 0%,rgba(14,0,5,0.4) 50%,transparent 80%); z-index: 1; }
.hero-grid-tex { position: absolute; inset: 0; background-image: linear-gradient(rgba(180,30,80,0.05) 1px,transparent 1px),linear-gradient(90deg,rgba(180,30,80,0.05) 1px,transparent 1px); background-size: 50px 50px; z-index: 1; }
.about-hero-content { position: relative; z-index: 2; padding: 0 44px 64px; max-width: 700px; opacity: 0; transform: translateY(30px); animation: heroReveal 1s 0.3s ease forwards; }
.about-hero-tag { display: inline-flex; align-items: center; gap: 6px; background: rgba(92,15,107,0.35); border: 0.5px solid rgba(155,48,180,0.3); color: var(--purple-pale); font-size: 11px; padding: 5px 14px; border-radius: 20px; margin-bottom: 24px; letter-spacing: 0.08em; text-transform: uppercase; }
.about-hero-h { font-family: var(--font-display); font-size: clamp(42px,6vw,72px); font-weight: 500; color: var(--white); line-height: 1.02; letter-spacing: -0.02em; margin-bottom: 12px; }
.about-hero-h em { color: var(--purple-light); font-style: normal; }
.about-hero-urdu { font-size: clamp(32px,4vw,48px); color: rgba(155,48,180,0.4); line-height: 1; margin-bottom: 24px; display: block; animation: floatUrdu 5s ease-in-out infinite; }
.about-hero-sub { font-size: 16px; color: var(--white-60); line-height: 1.8; max-width: 520px; margin-bottom: 36px; }
.hero-btns { display: flex; gap: 12px; flex-wrap: wrap; }

/* SPLIT SCREEN ORIGIN */
.origin-split { display: grid; grid-template-columns: 1fr 1fr; min-height: 90vh; position: relative; }
.origin-before { background: #1A0828; display: flex; flex-direction: column; justify-content: center; padding: 80px 52px; position: relative; overflow: hidden; }
.origin-before::after { content: ''; position: absolute; top: 0; right: 0; width: 1px; height: 100%; background: linear-gradient(to bottom,transparent,rgba(155,48,180,0.4) 20%,rgba(155,48,180,0.4) 80%,transparent); }
.origin-before-year { font-family: var(--font-display); font-size: 120px; font-weight: 700; color: rgba(92,15,107,0.15); line-height: 1; position: absolute; top: 40px; left: 40px; pointer-events: none; letter-spacing: -0.04em; }
.origin-before-label { font-size: 11px; letter-spacing: 0.15em; text-transform: uppercase; color: rgba(155,48,180,0.6); margin-bottom: 18px; display: block; position: relative; z-index: 1; }
.origin-before-h { font-family: var(--font-display); font-size: clamp(26px,2.8vw,40px); font-weight: 500; color: var(--white); line-height: 1.2; margin-bottom: 20px; position: relative; z-index: 1; }
.origin-before-h em { color: rgba(192,132,216,0.7); font-style: normal; }
.origin-before-body { font-size: 15px; color: rgba(255,255,255,0.45); line-height: 1.8; position: relative; z-index: 1; margin-bottom: 24px; }
.origin-before-quote { background: rgba(92,15,107,0.2); border-left: 3px solid var(--purple-mid); border-radius: 0 10px 10px 0; padding: 16px 20px; position: relative; z-index: 1; }
.origin-before-quote p { font-size: 14px; color: rgba(255,255,255,0.55); line-height: 1.7; font-style: italic; }
.origin-before-quote cite { font-size: 11px; color: var(--purple-light); margin-top: 8px; display: block; font-style: normal; }
.origin-photo-stack { display: flex; gap: 8px; margin-top: 28px; position: relative; z-index: 1; }
.ophoto-sm { flex: 1; height: 120px; background: #2D0A40; border-radius: 10px; display: flex; align-items: flex-end; padding: 8px; position: relative; overflow: hidden; border: 0.5px solid rgba(155,48,180,0.15); }
.ophoto-sm img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; filter: grayscale(100%) brightness(0.5); }
.ophoto-sm-ov { position: absolute; inset: 0; background: linear-gradient(to top,rgba(6,0,10,0.8) 0%,transparent 60%); }
.ophoto-sm-label { font-size: 9px; color: rgba(255,255,255,0.45); background: rgba(0,0,0,0.5); padding: 2px 6px; border-radius: 4px; position: relative; z-index: 1; }
.split-divider { position: absolute; left: 50%; top: 50%; transform: translate(-50%,-50%); z-index: 10; width: 48px; height: 48px; border-radius: 50%; background: var(--purple-deep); border: 2px solid rgba(155,48,180,0.5); display: flex; align-items: center; justify-content: center; font-size: 18px; box-shadow: 0 0 40px rgba(92,15,107,0.5); animation: dividerPulse 3s ease-in-out infinite; }
@keyframes dividerPulse { 0%,100%{box-shadow:0 0 20px rgba(92,15,107,0.4);}50%{box-shadow:0 0 50px rgba(92,15,107,0.7);} }
.origin-after { background: var(--black-base); display: flex; flex-direction: column; justify-content: center; padding: 80px 52px; position: relative; overflow: hidden; }
.origin-after-year { font-family: var(--font-display); font-size: 120px; font-weight: 700; color: rgba(155,48,180,0.06); line-height: 1; position: absolute; top: 40px; right: 40px; pointer-events: none; letter-spacing: -0.04em; }
.origin-after-label { font-size: 11px; letter-spacing: 0.15em; text-transform: uppercase; color: var(--purple-mid); margin-bottom: 18px; display: block; position: relative; z-index: 1; }
.origin-after-h { font-family: var(--font-display); font-size: clamp(26px,2.8vw,40px); font-weight: 500; color: var(--white); line-height: 1.2; margin-bottom: 20px; position: relative; z-index: 1; }
.origin-after-h em { color: var(--purple-light); font-style: normal; }
.origin-after-body { font-size: 15px; color: rgba(255,255,255,0.45); line-height: 1.8; position: relative; z-index: 1; margin-bottom: 24px; }
.origin-stats { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; position: relative; z-index: 1; }
.ostat { background: var(--black-card); border: 0.5px solid rgba(155,48,180,0.15); border-radius: 10px; padding: 14px 16px; transition: border-color 0.2s ease; }
.ostat:hover { border-color: rgba(155,48,180,0.35); }
.ostat-num { font-family: var(--font-display); font-size: 28px; font-weight: 500; color: var(--white); line-height: 1; margin-bottom: 3px; }
.ostat-num span { color: var(--purple-mid); }
.ostat-label { font-size: 11px; color: var(--white-40); }

/* TIMELINE */
.timeline-sec { padding: 96px 44px; background: var(--black-deep); }
.timeline { position: relative; margin-top: 52px; }
.timeline::before { content: ''; position: absolute; left: 120px; top: 0; bottom: 0; width: 1px; background: linear-gradient(to bottom,transparent,rgba(155,48,180,0.3) 10%,rgba(155,48,180,0.3) 90%,transparent); }
.titem { display: flex; gap: 0; margin-bottom: 48px; position: relative; align-items: flex-start; }
.titem:last-child { margin-bottom: 0; }
.tyear { font-family: var(--font-display); font-size: 15px; font-weight: 500; color: var(--purple-mid); width: 120px; flex-shrink: 0; padding-top: 4px; text-align: right; padding-right: 32px; }
.tdot { width: 12px; height: 12px; border-radius: 50%; background: var(--purple-deep); border: 2px solid var(--purple-mid); flex-shrink: 0; margin-top: 6px; position: relative; z-index: 1; margin-right: 28px; transition: transform 0.2s ease; }
.titem:hover .tdot { transform: scale(1.4); }
.tcontent { flex: 1; }
.ttitle { font-family: var(--font-display); font-size: 18px; font-weight: 500; color: var(--white); margin-bottom: 5px; }
.tdesc { font-size: 14px; color: var(--white-40); line-height: 1.65; }
.ttag { display: inline-block; font-size: 10px; background: rgba(92,15,107,0.3); color: var(--purple-pale); padding: 2px 8px; border-radius: 6px; margin-top: 6px; letter-spacing: 0.06em; text-transform: uppercase; }

/* APPROACH + WORKSHOPS MERGED */
.approach-sec { padding: 96px 44px; background: var(--black-base); }
.approach-top { display: grid; grid-template-columns: 1fr 1fr; gap: 64px; align-items: start; margin-bottom: 72px; padding-bottom: 72px; border-bottom: 0.5px solid var(--white-05); }
.approach-intro { font-size: 18px; color: var(--white-60); line-height: 1.75; margin-bottom: 28px; border-left: 2px solid var(--purple-mid); padding-left: 20px; }
.approach-body { font-size: 15px; color: var(--white-40); line-height: 1.8; margin-bottom: 16px; }
.pillars { display: flex; flex-direction: column; gap: 10px; }
.pillar { display: flex; align-items: flex-start; gap: 14px; background: var(--black-card); border: 0.5px solid rgba(155,48,180,0.1); border-radius: 12px; padding: 16px 18px; transition: border-color 0.2s ease, transform 0.2s ease; }
.pillar:hover { border-color: rgba(155,48,180,0.3); transform: translateX(4px); }
.pillar-icon { font-size: 20px; flex-shrink: 0; margin-top: 2px; }
.pillar-title { font-family: var(--font-display); font-size: 14px; font-weight: 500; color: var(--white); margin-bottom: 3px; }
.pillar-desc { font-size: 12px; color: var(--white-40); line-height: 1.6; }
.workshops-h { font-family: var(--font-display); font-size: clamp(24px,3vw,36px); font-weight: 500; color: var(--white); margin-bottom: 10px; }
.workshops-h em { color: rgba(155,48,180,0.65); font-style: normal; }
.workshops-sub { font-size: 15px; color: var(--white-40); max-width: 580px; line-height: 1.7; margin-bottom: 40px; }
.workshops-grid { display: grid; grid-template-columns: repeat(4,1fr); gap: 10px; }
.wcard { background: var(--black-card); border: 0.5px solid rgba(155,48,180,0.1); border-radius: 12px; padding: 20px 18px; transition: border-color 0.2s ease, transform 0.2s ease; }
.wcard:hover { border-color: rgba(155,48,180,0.3); transform: translateY(-3px); }
.wcard-icon { font-size: 22px; margin-bottom: 10px; display: block; }
.wcard-title { font-family: var(--font-display); font-size: 14px; font-weight: 500; color: var(--white); margin-bottom: 6px; }
.wcard-desc { font-size: 12px; color: var(--white-40); line-height: 1.6; }
.workshops-cta { margin-top: 32px; display: flex; gap: 12px; flex-wrap: wrap; align-items: center; }
.workshops-cta-note { font-size: 13px; color: var(--white-40); }

/* SDG */
.sdg-sec { padding: 96px 44px; background: var(--black-deep); }
.sdg-intro { max-width: 640px; margin-bottom: 52px; }
.sdg-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 12px; margin-bottom: 32px; }
.sdg-card { background: var(--black-card); border: 0.5px solid rgba(155,48,180,0.12); border-radius: 14px; padding: 22px 20px; transition: border-color 0.2s ease, transform 0.2s ease; }
.sdg-card:hover { border-color: rgba(155,48,180,0.35); transform: translateY(-3px); }
.sdg-num { font-family: var(--font-display); font-size: 36px; font-weight: 700; color: rgba(155,48,180,0.25); line-height: 1; margin-bottom: 8px; }
.sdg-title { font-family: var(--font-display); font-size: 14px; font-weight: 500; color: var(--white); margin-bottom: 6px; }
.sdg-desc { font-size: 12px; color: var(--white-40); line-height: 1.6; }
.themes-row { display: grid; grid-template-columns: repeat(2,1fr); gap: 10px; }
.theme-card { background: var(--black-card); border: 0.5px solid rgba(155,48,180,0.1); border-radius: 12px; padding: 18px 20px; }
.theme-num { width: 24px; height: 24px; border-radius: 50%; background: var(--purple-deep); color: var(--white); font-size: 11px; font-weight: 500; display: inline-flex; align-items: center; justify-content: center; margin-bottom: 8px; }
.theme-title { font-family: var(--font-display); font-size: 14px; font-weight: 500; color: var(--white); margin-bottom: 6px; }
.theme-events { font-size: 12px; color: var(--purple-light); line-height: 1.6; }

/* PARTNER CTA */
.partner-cta-sec { background: var(--purple-deep); padding: 96px 44px; position: relative; overflow: hidden; display: grid; grid-template-columns: 1fr 1fr; gap: 64px; align-items: center; }
.pcta-deco { position: absolute; right: -10px; top: -60px; font-size: 280px; color: rgba(255,255,255,0.04); line-height: 1; font-family: Georgia,serif; pointer-events: none; }
.pcta-left { position: relative; z-index: 1; }
.pcta-h { font-family: var(--font-display); font-size: clamp(28px,3.5vw,44px); font-weight: 500; color: var(--white); line-height: 1.2; margin-bottom: 16px; }
.pcta-h em { color: rgba(255,255,255,0.55); font-style: normal; }
.pcta-body { font-size: 15px; color: rgba(255,255,255,0.55); line-height: 1.75; margin-bottom: 28px; }
.pcta-btns { display: flex; gap: 12px; flex-wrap: wrap; }
.pcta-btn-white { background: var(--white); color: var(--purple-deep); font-family: var(--font-body); font-size: 14px; font-weight: 500; padding: 13px 28px; border-radius: 28px; text-decoration: none; transition: transform 0.2s ease, box-shadow 0.2s ease; display: inline-flex; align-items: center; gap: 8px; }
.pcta-btn-white:hover { transform: translateY(-2px); box-shadow: 0 8px 20px rgba(0,0,0,0.3); }
.pcta-right { position: relative; z-index: 1; }
.contact-card { background: rgba(255,255,255,0.07); border: 0.5px solid rgba(255,255,255,0.15); border-radius: 16px; padding: 28px 26px; }
.contact-item { display: flex; align-items: center; gap: 14px; margin-bottom: 18px; padding-bottom: 18px; border-bottom: 0.5px solid rgba(255,255,255,0.1); }
.contact-item:last-child { margin-bottom: 0; padding-bottom: 0; border-bottom: none; }
.contact-icon { width: 40px; height: 40px; border-radius: 10px; background: rgba(255,255,255,0.1); display: flex; align-items: center; justify-content: center; font-size: 18px; flex-shrink: 0; }
.contact-label { font-size: 11px; color: rgba(255,255,255,0.4); text-transform: uppercase; letter-spacing: 0.08em; margin-bottom: 2px; }
.contact-value { font-size: 14px; color: var(--white); font-weight: 500; }

/* ============================================
   RESPONSIVE — ABOUT PAGE
============================================ */

@media (max-width: 768px) {
  .about-hero-content { padding: 0 20px 48px; }
  .about-hero-h { font-size: 36px; }
  .about-hero-urdu { font-size: 28px; }
  .about-hero-sub { font-size: 14px; }

  .origin-split { grid-template-columns: 1fr; min-height: auto; }
  .origin-before { padding: 52px 20px; }
  .origin-before::after { display: none; }
  .origin-after { padding: 52px 20px; }
  .origin-before-year, .origin-after-year { font-size: 80px; }
  .origin-before-h, .origin-after-h { font-size: 26px; }
  .split-divider { display: none; }
  .origin-stats { grid-template-columns: 1fr 1fr; }
  .origin-photo-stack { gap: 6px; }
  .ophoto-sm { height: 90px; }

  .timeline-sec { padding: 60px 20px; }
  .timeline::before { left: 70px; }
  .tyear { width: 70px; font-size: 13px; padding-right: 20px; }
  .ttitle { font-size: 16px; }
  .tdesc { font-size: 13px; }

  .approach-sec { padding: 60px 20px; }
  .approach-top { grid-template-columns: 1fr; gap: 32px; margin-bottom: 48px; padding-bottom: 48px; }
  .approach-intro { font-size: 16px; }
  .workshops-grid { grid-template-columns: 1fr 1fr; gap: 8px; }
  .workshops-cta { flex-direction: column; align-items: flex-start; }

  .sdg-sec { padding: 60px 20px; }
  .sdg-grid { grid-template-columns: 1fr 1fr; gap: 8px; }
  .themes-row { grid-template-columns: 1fr; gap: 8px; }

  .partner-cta-sec { grid-template-columns: 1fr; gap: 32px; padding: 60px 20px; }
  .pcta-h { font-size: 26px; }
  .pcta-btns { flex-direction: column; }
}

@media (max-width: 480px) {
  .about-hero-h { font-size: 28px; }
  .origin-before-h, .origin-after-h { font-size: 22px; }
  .ostat-num { font-size: 22px; }
  .workshops-grid { grid-template-columns: 1fr; }
  .sdg-grid { grid-template-columns: 1fr; }
  .timeline::before { left: 60px; }
  .tyear { width: 60px; font-size: 12px; padding-right: 16px; }
}
