/* ===================================================
   هوران — صفحه درباره ما | about.css
   =================================================== */

/* حذف padding-top که hooran-header به body می‌دهد */
body.page-template-page-about {
  padding-top: 0 !important;
}
body.admin-bar.page-template-page-about {
  padding-top: 0 !important;
}

#ha, #ha * {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

#ha {
  --gold:      #e6c487;
  --gold2:     #c9a96e;
  --gold-lt:   #ffdea4;
  --bg:        #0d0e12;
  --text:      #e3e2e7;
  --text-dim:  #d0c5b5;
  --border:    rgba(255,255,255,.10);
  --border-t:  rgba(255,255,255,.16);
  --glass:     rgba(41,42,46,.42);
  --glass-hi:  rgba(52,53,57,.52);
  --ease:      cubic-bezier(.5,0,0,1);
  --spring:    cubic-bezier(.34,1.3,.64,1);

  font-family: 'Vazirmatn', Tahoma, sans-serif;
  direction: rtl;
  background: var(--bg);
  color: var(--text);
  overflow-x: hidden;
}

/* ── Utilities ──────────────────────────────────── */
#ha .gold-text {
  background: linear-gradient(135deg, #ffdea4 0%, #e6c487 50%, #c9a96e 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

#ha .ha-container {
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 1.5rem;
}

/* ── Glass card ─────────────────────────────────── */
#ha .ha-glass {
  background: var(--glass);
  backdrop-filter: blur(40px);
  -webkit-backdrop-filter: blur(40px);
  border: .5px solid var(--border);
  box-shadow: inset 0 1px 0 var(--border-t), 0 8px 32px rgba(0,0,0,.32);
  border-radius: 2rem;
  position: relative;
}

#ha .ha-glass-hi {
  background: var(--glass-hi);
  backdrop-filter: blur(50px);
  -webkit-backdrop-filter: blur(50px);
  border: .5px solid var(--border-t);
  box-shadow: inset 0 1px 0 rgba(255,255,255,.12), 0 8px 40px rgba(0,0,0,.4);
  border-radius: 2.5rem;
  position: relative;
  overflow: hidden;
}

/* ── Particles canvas ───────────────────────────── */
#ha-particles {
  position: fixed;
  inset: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 0;
  opacity: .55;
}

/* ── Scroll reveal ──────────────────────────────── */
#ha .reveal {
  opacity: 0;
  transform: translateY(28px);
  transition: opacity .8s var(--ease), transform .8s var(--ease);
}
#ha .reveal.active { opacity: 1; transform: none; }

/* ── Buttons ────────────────────────────────────── */
#ha .ha-btn {
  display: inline-flex;
  align-items: center;
  gap: .5rem;
  padding: 1rem 2.5rem;
  border-radius: 9999px;
  font-family: 'Vazirmatn', sans-serif;
  font-size: 1rem;
  font-weight: 700;
  text-decoration: none;
  cursor: pointer;
  transition: all .4s ease;
  border: none;
  line-height: 1;
}

#ha .ha-btn--gold {
  background: linear-gradient(135deg, rgba(230,196,135,.15) 0%, rgba(201,169,110,.25) 100%);
  border: 1px solid rgba(230,196,135,.35);
  backdrop-filter: blur(20px);
  box-shadow: 0 0 20px rgba(201,169,110,.15);
  color: #ffdea4;
}
#ha .ha-btn--gold:hover {
  box-shadow: 0 0 32px rgba(201,169,110,.35);
  border-color: rgba(230,196,135,.6);
  transform: translateY(-2px);
}

#ha .ha-btn--outline {
  background: transparent;
  border: 1px solid rgba(255,255,255,.18);
  color: var(--text-dim);
}
#ha .ha-btn--outline:hover {
  border-color: rgba(230,196,135,.4);
  color: var(--gold);
}

#ha .ha-btn--lg {
  padding: 1.2rem 3rem;
  font-size: 1.1rem;
}

/* =====================================================
   HERO
   ===================================================== */
#ha .ha-hero {
  position: relative;
  width: 100%;
  height: 100vh;
  min-height: 600px;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  background:
    radial-gradient(ellipse 80% 50% at 50% 0%, rgba(230,196,135,.08) 0%, transparent 60%),
    linear-gradient(rgba(13,14,18,.52), rgba(13,14,18,.52)),
    url('https://hooranhome.com/wp-content/uploads/2026/06/60a144d5-ebd5-4efd-b22d-9cedb4259142.webp') center/cover no-repeat;
}

#ha .ha-hero::before {
  content: '';
  position: absolute;
  inset: 0;
  background:
    radial-gradient(ellipse 40% 60% at 20% 50%, rgba(230,196,135,.05) 0%, transparent 55%),
    radial-gradient(ellipse 40% 60% at 80% 50%, rgba(201,169,110,.04) 0%, transparent 55%);
  pointer-events: none;
}

#ha .ha-hero__overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(to bottom, transparent 50%, var(--bg));
  z-index: 1;
}

#ha .ha-hero__content {
  position: relative;
  z-index: 2;
  text-align: center;
  padding: 0 1.5rem;
  max-width: 900px;
  margin: 0 auto;
}

#ha .ha-hero__title {
  font-size: clamp(2.4rem, 7vw, 5rem);
  font-weight: 800;
  color: #fff;
  line-height: 1.35;
  margin-bottom: 1.5rem;
  text-shadow: 0 0 40px rgba(230,196,135,.18);
}

#ha .ha-hero__desc {
  font-size: clamp(.95rem, 2vw, 1.25rem);
  color: var(--text-dim);
  max-width: 680px;
  margin: 0 auto 2.5rem;
  line-height: 2;
  font-weight: 300;
}

#ha .ha-hero__btns {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  justify-content: center;
}

#ha .ha-hero__scroll {
  position: absolute;
  bottom: 2.5rem;
  left: 50%;
  transform: translateX(-50%);
  z-index: 2;
  display: flex;
  flex-direction: column;
  align-items: center;
  color: rgba(211,197,181,.45);
  font-size: .72rem;
  letter-spacing: .2em;
  text-transform: uppercase;
  animation: ha-bounce 2s ease-in-out infinite;
}
#ha .ha-hero__scroll-label { margin-bottom: .4rem; }

@keyframes ha-bounce {
  0%, 100% { transform: translateX(-50%) translateY(0); }
  50%       { transform: translateX(-50%) translateY(7px); }
}

/* =====================================================
   STORY
   ===================================================== */
#ha .ha-story {
  padding: 8rem 0;
  background: var(--bg);
}

#ha .ha-story__inner {
  padding: clamp(2rem, 5vw, 5.5rem);
}

#ha .ha-story__glow {
  position: absolute;
  top: -8rem; right: -8rem;
  width: 24rem; height: 24rem;
  background: rgba(230,196,135,.07);
  border-radius: 50%;
  filter: blur(80px);
  pointer-events: none;
  z-index: 0;
}

#ha .ha-story__grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 4rem;
  position: relative;
  z-index: 1;
}
@media (min-width: 1024px) {
  #ha .ha-story__grid { grid-template-columns: 1fr 1fr; align-items: center; }
}

#ha .ha-label {
  display: block;
  color: var(--gold);
  font-size: .82rem;
  letter-spacing: .2em;
  text-transform: uppercase;
  margin-bottom: 1rem;
}

#ha .ha-title {
  font-size: clamp(1.7rem, 3vw, 2.6rem);
  font-weight: 700;
  color: #fff;
  line-height: 1.45;
  margin-bottom: 2rem;
}

#ha .ha-story__ps { display: flex; flex-direction: column; gap: 1.4rem; }
#ha .ha-story__ps p {
  font-size: 1.02rem;
  color: var(--text-dim);
  line-height: 1.95;
}

#ha .ha-story__visual {
  position: relative;
  height: clamp(340px, 45vw, 520px);
  border-radius: 2rem;
  overflow: hidden;
  border: 1px solid rgba(255,255,255,.07);
  display: flex;
  align-items: flex-end;
  padding: 2rem;
}

#ha .ha-story__visual img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 2s ease;
}

#ha .ha-story__visual:hover img {
  transform: scale(1.05);
}

#ha .ha-story__visual::after {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgba(13,14,18,.80) 0%, rgba(13,14,18,.25) 55%, transparent 100%);
}

#ha .ha-story__quote {
  position: relative;
  z-index: 1;
  padding: 1.4rem 1.6rem;
  background: rgba(41,42,46,.65);
  backdrop-filter: blur(24px);
  -webkit-backdrop-filter: blur(24px);
  border: .5px solid rgba(255,255,255,.1);
  border-right: 3px solid var(--gold);
  border-radius: 1rem;
}
#ha .ha-story__quote p {
  font-size: .9rem;
  color: #fff;
  line-height: 1.75;
}

/* =====================================================
   VISION & MISSION
   ===================================================== */
#ha .ha-vm {
  padding: 5rem 0;
  background: var(--bg);
}

#ha .ha-vm__grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 2rem;
}
@media (min-width: 768px) {
  #ha .ha-vm__grid { grid-template-columns: 1fr 1fr; }
}

#ha .ha-vm__card { padding: 3rem; }

#ha .ha-vm__icon {
  font-size: 2.8rem;
  color: var(--gold);
  display: block;
  margin-bottom: 1.5rem;
  font-variation-settings: 'FILL' 0, 'wght' 300;
}

#ha .ha-vm__title {
  font-size: 1.7rem;
  font-weight: 700;
  color: #fff;
  margin-bottom: 1.2rem;
}

#ha .ha-vm__text {
  font-size: 1.02rem;
  color: var(--text-dim);
  line-height: 1.95;
}

/* =====================================================
   VALUES / KEY FEATURES
   ===================================================== */
#ha .ha-values {
  padding: 8rem 0;
  background: var(--bg);
}

#ha .ha-sec-head {
  text-align: center;
  margin-bottom: 5rem;
}

#ha .ha-sec-title {
  font-size: clamp(1.9rem, 4vw, 3rem);
  font-weight: 700;
  margin-bottom: 1rem;
}

#ha .ha-sec-desc {
  font-size: 1.08rem;
  color: var(--text-dim);
  max-width: 600px;
  margin: 0 auto;
  line-height: 1.7;
}

#ha .ha-values__grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1.8rem;
}
@media (min-width: 768px) {
  #ha .ha-values__grid { grid-template-columns: repeat(3, 1fr); }
}

#ha .ha-val-card {
  padding: 2.5rem;
  border-top: 2px solid rgba(230,196,135,.15);
}

#ha .ha-val-icon {
  width: 3.8rem; height: 3.8rem;
  background: rgba(230,196,135,.1);
  border-radius: 1rem;
  display: flex; align-items: center; justify-content: center;
  margin-bottom: 1.8rem;
}
#ha .ha-val-icon .material-symbols-outlined {
  font-size: 2rem;
  color: var(--gold);
  font-variation-settings: 'FILL' 0, 'wght' 300;
}

#ha .ha-val-title {
  font-size: 1.35rem;
  font-weight: 700;
  color: #fff;
  margin-bottom: .9rem;
}

#ha .ha-val-text {
  font-size: .95rem;
  color: var(--text-dim);
  line-height: 1.9;
  margin-bottom: 1.4rem;
}

#ha .ha-val-list {
  list-style: none;
  display: flex; flex-direction: column; gap: .65rem;
}
#ha .ha-val-list li {
  display: flex; align-items: center; gap: .5rem;
  font-size: .85rem;
  color: rgba(230,196,135,.82);
}
#ha .ha-val-list li::before {
  content: '';
  width: 6px; height: 6px;
  border-radius: 50%;
  background: var(--gold);
  flex-shrink: 0;
}

/* =====================================================
   STATS
   ===================================================== */
#ha .ha-stats {
  padding: 5rem 0;
  background: var(--bg);
}

#ha .ha-stats__grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1.2rem;
}
@media (min-width: 1024px) {
  #ha .ha-stats__grid { grid-template-columns: repeat(4, 1fr); }
}

#ha .ha-stat-card {
  padding: 2rem 1.5rem;
  display: flex; flex-direction: column;
  align-items: center; justify-content: center;
  text-align: center; gap: .5rem;
}

#ha .ha-stat-num {
  font-size: clamp(2rem, 5vw, 3.3rem);
  font-weight: 700;
  line-height: 1;
}

#ha .ha-stat-label {
  font-size: .84rem;
  color: var(--text-dim);
  line-height: 1.55;
}

/* =====================================================
   CTA
   ===================================================== */
#ha .ha-cta {
  padding: 8rem 0 10rem;
  background: var(--bg);
}

#ha .ha-cta__card {
  padding: clamp(3rem, 6vw, 5rem);
  text-align: center;
}

#ha .ha-cta__glow {
  position: absolute;
  inset: 0;
  background: rgba(230,196,135,.04);
  pointer-events: none;
}

#ha .ha-cta__inner {
  position: relative;
  z-index: 1;
  display: flex; flex-direction: column; align-items: center;
}

#ha .ha-cta__title {
  font-size: clamp(1.8rem, 3.5vw, 2.8rem);
  font-weight: 700;
  color: #fff;
  margin-bottom: 1.4rem;
}

#ha .ha-cta__desc {
  font-size: 1.08rem;
  color: var(--text-dim);
  margin-bottom: 2.5rem;
  max-width: 580px;
  line-height: 1.85;
}

#ha .ha-cta__btns {
  display: flex; flex-wrap: wrap; gap: 1rem; justify-content: center;
}

/* =====================================================
   Material Symbols override (scoped)
   ===================================================== */
#ha .material-symbols-outlined {
  font-family: 'Material Symbols Outlined';
  font-weight: normal;
  font-style: normal;
  font-size: 1.5rem;
  line-height: 1;
  letter-spacing: normal;
  text-transform: none;
  display: inline-block;
  white-space: nowrap;
  word-wrap: normal;
  direction: ltr;
  -webkit-font-feature-settings: 'liga';
  font-feature-settings: 'liga';
  -webkit-font-smoothing: antialiased;
  font-variation-settings: 'FILL' 0, 'wght' 300, 'GRAD' 0, 'opsz' 24;
}