/* ============================================================
   BLU INDIGO – ABOUT PAGE STYLESHEET
   Extends style.css, uses same design tokens
   ============================================================ */

/* ── SHARED OVERRIDES FOR STATIC NAV ── */
.site-header.scrolled .nav-container {
  background: rgba(13,27,62,0.97);
  backdrop-filter: blur(20px);
  box-shadow: 0 4px 30px rgba(0,0,0,0.25);
}
.nav-active {
  color: var(--gold-light) !important;
}
.nav-active::after {
  transform: scaleX(1) !important;
  background: var(--gold-light) !important;
}

/* ============================================================
   SECTION 1: DR. HELEN HERO
   ============================================================ */
.about-hero {
  position: relative;
  min-height: 100vh;
  background: linear-gradient(145deg, var(--navy-deep) 0%, #0f1e47 50%, #162248 100%);
  display: flex;
  align-items: center;
  overflow: hidden;
  padding-top: 90px;
}
.about-hero-bg {
  position: absolute;
  inset: 0;
  overflow: hidden;
}
.about-hero-bg::before {
  content: '';
  position: absolute;
  top: -20%;
  right: -10%;
  width: 700px; height: 700px;
  background: radial-gradient(circle, rgba(201,168,76,0.07) 0%, transparent 70%);
  border-radius: 50%;
}
.about-hero-bg::after {
  content: '';
  position: absolute;
  bottom: -10%;
  left: 5%;
  width: 400px; height: 400px;
  background: radial-gradient(circle, rgba(61,90,153,0.2) 0%, transparent 70%);
  border-radius: 50%;
}
.about-hero-overlay { display: none; }
.about-hero-container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 4rem 2rem 5rem;
  display: grid;
  grid-template-columns: 1.2fr 1fr;
  gap: 5rem;
  align-items: center;
  position: relative;
  z-index: 2;
}
.about-hero-title {
  font-family: var(--font-serif);
  font-size: clamp(2.5rem, 5vw, 4.5rem);
  font-weight: 300;
  line-height: 1.05;
  color: var(--white);
  margin-bottom: 0.5rem;
  animation: fadeInUp 0.8s ease 0.2s both;
}
.about-hero-title em {
  font-style: italic;
  color: var(--gold-light);
  display: block;
}
.about-hero-subtitle {
  font-size: 0.95rem;
  font-weight: 400;
  letter-spacing: 0.1em;
  color: rgba(255,255,255,0.55);
  text-transform: uppercase;
  margin-bottom: 1rem;
  animation: fadeInUp 0.8s ease 0.35s both;
}
.about-hero-tagline {
  font-family: var(--font-serif);
  font-size: 1.3rem;
  color: var(--gold-light);
  margin-bottom: 1.8rem;
  animation: fadeInUp 0.8s ease 0.5s both;
}
.about-hero-body {
  font-size: 1rem;
  color: rgba(255,255,255,0.75);
  line-height: 1.8;
  margin-bottom: 2rem;
  animation: fadeInUp 0.8s ease 0.6s both;
}
.about-hero-quote {
  display: flex;
  gap: 1.2rem;
  margin-bottom: 2.5rem;
  animation: fadeInUp 0.8s ease 0.7s both;
}
.quote-bar {
  width: 3px;
  background: linear-gradient(to bottom, var(--gold), transparent);
  border-radius: 2px;
  flex-shrink: 0;
}
.quote-text p {
  font-size: 0.92rem;
  color: rgba(255,255,255,0.6);
  margin-bottom: 0.7rem;
  line-height: 1.7;
}
.quote-highlight {
  font-family: var(--font-serif) !important;
  font-size: 1.05rem !important;
  color: rgba(255,255,255,0.85) !important;
  font-style: italic;
}
.about-hero-creds {
  display: flex;
  flex-wrap: wrap;
  gap: 0.7rem;
  animation: fadeInUp 0.8s ease 0.85s both;
}
.about-cred {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  background: rgba(201,168,76,0.1);
  border: 1px solid rgba(201,168,76,0.25);
  color: rgba(255,255,255,0.75);
  font-size: 0.78rem;
  letter-spacing: 0.08em;
  padding: 0.4rem 1rem;
  border-radius: 50px;
}
.cred-icon { font-size: 0.85rem; }

/* Hero Image */
.about-hero-image {
  animation: fadeInUp 0.9s ease 0.3s both;
}
.about-img-frame {
  position: relative;
  border-radius: var(--radius-xl);
  overflow: hidden;
  box-shadow: 0 30px 100px rgba(0,0,0,0.5), 0 0 0 1px rgba(201,168,76,0.2);
}
.about-dr-img {
  width: 100%;
  aspect-ratio: 3/4;
  object-fit: cover;
  object-position: center top;
  display: block;
}
.about-img-badge {
  position: absolute;
  bottom: 0; left: 0; right: 0;
  background: linear-gradient(to top, rgba(13,27,62,0.96) 0%, transparent 100%);
  padding: 3rem 1.8rem 1.8rem;
  text-align: center;
}
.badge-name {
  font-family: var(--font-serif);
  font-size: 1.35rem;
  color: var(--white);
  margin-bottom: 0.25rem;
}
.badge-title {
  font-size: 0.72rem;
  letter-spacing: 0.15em;
  color: var(--gold-light);
  text-transform: uppercase;
  margin-bottom: 0.3rem;
}
.badge-brand {
  font-size: 0.7rem;
  color: rgba(255,255,255,0.35);
  letter-spacing: 0.1em;
}

/* ============================================================
   SECTION 2: PHILOSOPHY
   ============================================================ */
.philosophy-section {
  position: relative;
  background: var(--cream);
  padding: 8rem 0 7rem;
  overflow: hidden;
  text-align: center;
}
.phil-bg {
  position: absolute;
  inset: 0;
  overflow: hidden;
  pointer-events: none;
}
.phil-wave {
  position: absolute;
  bottom: -2px; left: 0; right: 0;
  height: 120px;
  background: var(--navy-deep);
  clip-path: ellipse(60% 100% at 50% 100%);
}
.phil-title {
  text-align: center;
  margin-bottom: 1rem;
}
.phil-intro {
  max-width: 620px;
  margin: 0 auto 3.5rem;
  font-size: 1.05rem;
  color: var(--text-mid);
  line-height: 1.7;
}
.beliefs-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1.5rem;
  margin-bottom: 4rem;
}
.belief-card {
  background: var(--white);
  border: 1px solid rgba(201,168,76,0.12);
  border-radius: var(--radius-lg);
  padding: 2rem 1.5rem;
  text-align: center;
  box-shadow: var(--shadow-card);
  transition: var(--transition);
}
.belief-card:hover {
  transform: translateY(-6px);
  box-shadow: var(--shadow-hover);
  border-color: rgba(201,168,76,0.3);
}
.belief-icon {
  font-size: 2rem;
  margin-bottom: 1rem;
}
.belief-card h3 {
  font-family: var(--font-serif);
  font-size: 1.1rem;
  font-weight: 400;
  color: var(--navy-deep);
  margin-bottom: 0.8rem;
  line-height: 1.3;
}
.belief-card p {
  font-size: 0.85rem;
  color: var(--text-mid);
  line-height: 1.7;
}
.philosophy-statement {
  max-width: 500px;
  margin: 0 auto;
  position: relative;
  z-index: 2;
}
.phil-divider {
  width: 50px;
  height: 2px;
  background: var(--gold);
  margin: 0 auto 1.5rem;
}
.phil-statement-top {
  font-family: var(--font-serif);
  font-size: 1.4rem;
  color: var(--text-mid);
  margin-bottom: 0.4rem;
}
.phil-statement-bold {
  font-family: var(--font-serif);
  font-size: 2rem;
  font-weight: 600;
  color: var(--navy-deep);
  letter-spacing: -0.01em;
}

/* ============================================================
   SECTION 3: STANDARD / APPROACH
   ============================================================ */
.standard-section {
  background: linear-gradient(145deg, var(--navy-deep) 0%, var(--navy-mid) 60%, #1e3464 100%);
  padding: 8rem 0;
}
.standard-inner {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 5rem;
  align-items: center;
}
.standard-body {
  color: rgba(255,255,255,0.7);
  font-size: 0.97rem;
  margin-bottom: 1rem;
  line-height: 1.8;
}
.standard-body strong {
  color: var(--gold-light);
  font-weight: 500;
}
.standard-list {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 0.85rem;
  margin-bottom: 1.8rem;
}
.standard-list li {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  font-size: 0.95rem;
  color: rgba(255,255,255,0.8);
}
.standard-close {
  font-family: var(--font-serif);
  font-size: 1.1rem;
  color: rgba(255,255,255,0.65);
  margin-bottom: 2.5rem;
}
.standard-close em { color: var(--gold-light); }
/* Process Steps */
.process-steps {
  display: flex;
  flex-direction: column;
  gap: 0;
}
.process-step {
  display: flex;
  align-items: flex-start;
  gap: 1.2rem;
  background: rgba(255,255,255,0.05);
  border: 1px solid rgba(255,255,255,0.1);
  border-radius: var(--radius-md);
  padding: 1.3rem 1.5rem;
  transition: var(--transition);
}
.process-step:hover {
  background: rgba(255,255,255,0.08);
  border-color: rgba(201,168,76,0.2);
}
.process-step-featured {
  background: rgba(201,168,76,0.1);
  border-color: rgba(201,168,76,0.4);
}
.step-num {
  font-family: var(--font-serif);
  font-size: 2rem;
  color: rgba(255,255,255,0.12);
  font-weight: 300;
  line-height: 1;
  flex-shrink: 0;
  min-width: 2.5rem;
}
.step-content h4 {
  font-family: var(--font-sans);
  font-size: 0.95rem;
  font-weight: 500;
  color: var(--white);
  margin-bottom: 0.25rem;
}
.step-content p {
  font-size: 0.82rem;
  color: rgba(255,255,255,0.55);
}
.step-connector {
  width: 1px;
  height: 16px;
  background: rgba(255,255,255,0.1);
  margin-left: calc(2.5rem + 1.2rem + 1rem);
}

/* ============================================================
   SECTION 4: MEDICAL AUTHORITY
   ============================================================ */
.medical-section {
  background: var(--cream-warm);
  padding: 8rem 0;
}
.medical-section .section-container { text-align: center; }
.medical-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 2rem;
  max-width: 860px;
  margin: 0 auto 3rem;
  text-align: left;
}
.medical-card {
  background: var(--white);
  border: 1px solid rgba(201,168,76,0.1);
  border-radius: var(--radius-lg);
  overflow: hidden;
  box-shadow: var(--shadow-card);
  transition: var(--transition);
}
.medical-card:hover {
  transform: translateY(-6px);
  box-shadow: var(--shadow-hover);
  border-color: rgba(201,168,76,0.25);
}
.medical-card-featured {
  border-color: rgba(201,168,76,0.3);
  box-shadow: 0 8px 40px rgba(201,168,76,0.12);
}
.medical-img-wrap {
  height: 300px;
  overflow: hidden;
}
.medical-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center top;
  transition: transform 0.6s ease;
}
.medical-card:hover .medical-img { transform: scale(1.04); }
.medical-body {
  padding: 1.8rem;
}
.medical-badge {
  display: inline-block;
  background: rgba(201,168,76,0.1);
  border: 1px solid rgba(201,168,76,0.3);
  color: var(--gold);
  font-size: 0.65rem;
  font-weight: 600;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  padding: 0.25rem 0.8rem;
  border-radius: 50px;
  margin-bottom: 0.8rem;
}
.medical-badge-gold {
  background: linear-gradient(135deg, rgba(201,168,76,0.2), rgba(232,201,106,0.2));
  border-color: rgba(201,168,76,0.5);
}
.medical-name {
  font-family: var(--font-serif);
  font-size: 1.45rem;
  font-weight: 400;
  color: var(--navy-deep);
  margin-bottom: 0.35rem;
  line-height: 1.2;
}
.medical-title {
  font-size: 0.78rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--gold);
  margin-bottom: 1rem;
}
.medical-desc {
  font-size: 0.87rem;
  color: var(--text-mid);
  line-height: 1.7;
}
.medical-bridge {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1.2rem;
  background: var(--navy-deep);
  border-radius: var(--radius-md);
  padding: 1.2rem 2rem;
  flex-wrap: wrap;
  max-width: 860px;
  margin: 0 auto;
}
.bridge-arrow { font-size: 1.2rem; }
.medical-bridge span {
  font-size: 0.85rem;
  color: rgba(255,255,255,0.65);
}
.bridge-highlight {
  color: var(--gold-light) !important;
  font-weight: 500;
}
.bridge-divider {
  color: rgba(255,255,255,0.25) !important;
  font-size: 1rem !important;
}

/* ============================================================
   SECTION 5: TEAM
   ============================================================ */
.team-section {
  position: relative;
  padding: 8rem 0;
  overflow: hidden;
}
.team-bg {
  position: absolute;
  inset: 0;
  background: linear-gradient(160deg, #0c1836 0%, var(--navy-mid) 50%, #1a2f5f 100%);
}
.team-section .section-container {
  position: relative;
  z-index: 2;
  text-align: center;
}
.team-intro {
  max-width: 600px;
  margin: 0 auto 3.5rem;
  font-size: 1rem;
  color: rgba(255,255,255,0.65);
  line-height: 1.7;
}
.team-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2rem;
  margin-bottom: 3rem;
  text-align: left;
}
.team-card {
  background: rgba(255,255,255,0.05);
  border: 1px solid rgba(255,255,255,0.1);
  border-radius: var(--radius-lg);
  overflow: hidden;
  transition: var(--transition);
}
.team-card:hover {
  transform: translateY(-6px);
  border-color: rgba(201,168,76,0.3);
  box-shadow: 0 20px 60px rgba(0,0,0,0.35);
  background: rgba(255,255,255,0.08);
}
.team-img-wrap {
  height: 280px;
  overflow: hidden;
  position: relative;
}
.team-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center top;
  transition: transform 0.6s ease;
}
.team-card:hover .team-img { transform: scale(1.04); }
.team-body {
  padding: 1.5rem;
}
.team-name {
  font-family: var(--font-serif);
  font-size: 1.25rem;
  font-weight: 400;
  color: var(--white);
  margin-bottom: 0.3rem;
  line-height: 1.25;
}
.team-role {
  font-size: 0.72rem;
  font-weight: 600;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--gold);
  margin-bottom: 0.7rem;
}
.team-desc {
  font-size: 0.82rem;
  color: rgba(255,255,255,0.5);
  line-height: 1.65;
}
.team-values {
  display: flex;
  justify-content: center;
  gap: 2.5rem;
  flex-wrap: wrap;
  padding-top: 1rem;
}
.team-value {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  font-size: 0.85rem;
  color: rgba(255,255,255,0.6);
}
.tv-icon { color: var(--gold); }

/* ============================================================
   SECTION 6: ABOUT LOCATION
   ============================================================ */
.about-location-section {
  background: var(--cream);
  padding: 8rem 0;
}
.about-location-inner {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 4rem;
  align-items: center;
}
.about-location-img {
  position: relative;
  border-radius: var(--radius-xl);
  overflow: hidden;
  box-shadow: 0 20px 80px rgba(13,27,62,0.18);
}
.about-loc-img {
  width: 100%;
  aspect-ratio: 4/3;
  object-fit: cover;
  display: block;
}
.about-loc-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgba(13,27,62,0.5) 0%, transparent 60%);
}
.about-loc-label {
  position: absolute;
  bottom: 1.5rem;
  left: 1.5rem;
  background: var(--gold);
  color: var(--navy-deep);
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  padding: 0.35rem 1rem;
  border-radius: 50px;
}
.about-loc-body {
  font-size: 0.97rem;
  color: var(--text-mid);
  line-height: 1.8;
  margin-bottom: 1.8rem;
}
.loc-detail-list {
  display: flex;
  flex-direction: column;
  gap: 0.7rem;
  margin-bottom: 2rem;
}
.loc-detail {
  display: flex;
  align-items: center;
  gap: 0.6rem;
  font-size: 0.88rem;
  color: var(--text-mid);
}
.loc-detail a {
  color: var(--navy-mid);
  transition: var(--transition-fast);
}
.loc-detail a:hover { color: var(--gold); }

/* ============================================================
   SECTION 7: ABOUT TESTIMONIALS
   ============================================================ */
.about-testimonials {
  background: var(--cream-warm);
  padding: 8rem 0;
}
.about-testimonials .section-container { text-align: center; }
.about-test-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 2rem;
  max-width: 900px;
  margin: 0 auto;
  text-align: left;
}

/* ============================================================
   RESPONSIVE – ABOUT
   ============================================================ */
@media (max-width: 1024px) {
  .about-hero-container { grid-template-columns: 1fr; gap: 3rem; }
  .about-hero-image { max-width: 420px; margin: 0 auto; order: -1; }
  .standard-inner { grid-template-columns: 1fr; gap: 3rem; }
  .beliefs-grid { grid-template-columns: repeat(2, 1fr); }
  .about-location-inner { grid-template-columns: 1fr; gap: 3rem; }
  .medical-grid { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 768px) {
  .about-hero { padding-top: 80px; }
  .about-hero-container { padding: 3rem 1.5rem 4rem; }
  .beliefs-grid { grid-template-columns: 1fr; }
  .team-grid { grid-template-columns: 1fr; }
  .medical-grid { grid-template-columns: 1fr; max-width: 100%; }
  .about-test-grid { grid-template-columns: 1fr; max-width: 100%; }
  .medical-bridge { flex-direction: column; text-align: center; gap: 0.5rem; }
  .bridge-divider { display: none; }
  .team-values { flex-direction: column; align-items: center; gap: 1rem; }
  .phil-statement-bold { font-size: 1.5rem; }
  .step-connector { margin-left: calc(2.5rem + 0.8rem + 1rem); }
}
