/* ================================================================
   ABOUT PAGES (clinic + doctor) — full redesign 2026-05-09
   Brand: peach #DF7D6F + dark #150e0e
   ================================================================ */

/* ============ HERO ============ */
.about-hero {
  background: linear-gradient(135deg, #150e0e 0%, #1f1413 60%, #2a1814 100%);
  padding: 170px 0 80px;  /* top padding clears the ~116px absolute site header */
  border-bottom: 3px solid #DF7D6F;
  position: relative;
  overflow: hidden;
}
.about-hero::before {
  content: "";
  position: absolute;
  top: -150px; right: -150px;
  width: 480px; height: 480px;
  background: radial-gradient(circle, rgba(223,125,111,.18) 0%, transparent 70%);
  border-radius: 50%;
  pointer-events: none;
}
.about-hero::after {
  content: "";
  position: absolute;
  bottom: -200px; left: -150px;
  width: 360px; height: 360px;
  background: radial-gradient(circle, rgba(223,125,111,.10) 0%, transparent 70%);
  border-radius: 50%;
  pointer-events: none;
}
.about-breadcrumb {
  font-size: 13px;
  color: #b8a89c;
  margin-bottom: 20px;
  position: relative;
  z-index: 2;
}
.about-breadcrumb a { color: #DF7D6F; text-decoration: none; transition: opacity .2s ease; }
.about-breadcrumb a:hover { opacity: .75; }
.about-breadcrumb span[aria-hidden] { margin: 0 8px; opacity: .4; }

.about-hero-eyebrow {
  display: inline-block;
  padding: 6px 14px;
  background: rgba(223,125,111,.14);
  border: 1px solid rgba(223,125,111,.4);
  color: #DF7D6F;
  border-radius: 999px;
  font-size: 12px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: .12em;
  margin-bottom: 18px;
  position: relative;
  z-index: 2;
}
.about-hero h1 {
  color: #fff;
  font-weight: 700;
  font-size: clamp(2.2rem, 5vw, 3.8rem);
  line-height: 1.1;
  margin-bottom: 18px;
  position: relative;
  z-index: 2;
}
.about-hero h1 .peach-color { color: #DF7D6F; }
.about-hero-sub {
  color: #d6c5b8;
  font-size: 18px;
  max-width: 760px;
  line-height: 1.65;
  margin-bottom: 28px;
  position: relative;
  z-index: 2;
}
.about-hero-sub strong { color: #fff; font-weight: 600; }

.about-hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-bottom: 32px;
  position: relative;
  z-index: 2;
}
.about-btn {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 14px 26px;
  border-radius: 10px;
  font-weight: 600;
  font-size: 14.5px;
  text-decoration: none;
  transition: transform .2s ease, box-shadow .2s ease;
}
.about-btn-primary {
  background: linear-gradient(135deg, #DF7D6F 0%, #c8634f 100%);
  color: #fff;
  border: none;
}
.about-btn-primary:hover {
  transform: translateY(-2px);
  box-shadow: 0 10px 24px rgba(223,125,111,.35);
  color: #fff;
}
.about-btn-secondary {
  background: rgba(255,255,255,.06);
  color: #fff;
  border: 1px solid rgba(255,255,255,.18);
}
.about-btn-secondary:hover {
  transform: translateY(-2px);
  background: rgba(255,255,255,.1);
  color: #fff;
}

.about-trust { display: flex; flex-wrap: wrap; gap: 10px; position: relative; z-index: 2; }
.about-trust .trust-pill {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 8px 16px;
  background: rgba(255,255,255,.06);
  border: 1px solid rgba(223,125,111,.4);
  border-radius: 999px;
  color: #fff;
  font-size: 13px;
  font-weight: 500;
}
.about-trust .trust-pill svg { color: #DF7D6F; font-size: 14px; }

/* Doctor hero portrait */
.about-hero-portrait-wrap {
  position: relative;
  z-index: 2;
  max-width: 480px;
  margin: 0 auto;
}
.about-hero-portrait-wrap::before {
  content: "";
  position: absolute;
  inset: -8px -8px 18px 18px;
  border: 2px solid #DF7D6F;
  border-radius: 24px;
  z-index: -1;
}
.about-hero-portrait {
  width: 100%;
  border-radius: 20px;
  display: block;
  box-shadow: 0 24px 60px rgba(0,0,0,.5);
}

/* ============ STATS STRIP ============ */
.about-stats {
  background: #0a0606;
  padding: 50px 0;
  border-bottom: 1px solid rgba(223,125,111,.12);
}
.about-stats-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 18px;
}
.about-stat {
  background: linear-gradient(160deg, #1a0e0d 0%, #0f0807 100%);
  border: 1px solid rgba(223,125,111,.15);
  border-radius: 14px;
  padding: 26px 22px;
  text-align: center;
  transition: transform .25s ease, border-color .25s ease;
}
.about-stat:hover {
  transform: translateY(-4px);
  border-color: rgba(223,125,111,.4);
}
.about-stat-icon {
  display: inline-flex;
  width: 50px; height: 50px;
  border-radius: 12px;
  background: linear-gradient(135deg, #DF7D6F 0%, #c8634f 100%);
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 22px;
  margin-bottom: 14px;
}
.about-stat-number {
  color: #fff;
  font-weight: 700;
  font-size: 32px;
  line-height: 1.1;
  margin: 0 0 4px;
}
.about-stat-number .peach-color { color: #DF7D6F; }
.about-stat-label {
  color: #b8a89c;
  font-size: 13px;
  margin: 0;
  text-transform: uppercase;
  letter-spacing: .06em;
}

/* ============ SPLIT SECTION ============ */
.about-split {
  background: #0a0606;
  padding: 80px 0;
}
.about-split.alt-bg {
  background: linear-gradient(180deg, #0a0606 0%, #150e0e 100%);
}
.about-split-img-wrap {
  position: relative;
}
.about-split-img-wrap::before {
  content: "";
  position: absolute;
  inset: -14px -14px 20px 20px;
  border: 2px solid #DF7D6F;
  border-radius: 24px;
  z-index: 0;
}
.about-split-img {
  position: relative;
  z-index: 1;
  width: 100%;
  border-radius: 20px;
  display: block;
  box-shadow: 0 18px 40px rgba(0,0,0,.4);
}

.about-section-eyebrow {
  display: inline-block;
  color: #DF7D6F;
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: .14em;
  margin-bottom: 12px;
}
.about-section-h2 {
  color: #fff;
  font-weight: 700;
  font-size: clamp(1.8rem, 3.5vw, 2.6rem);
  line-height: 1.2;
  margin: 0 0 20px;
}
.about-section-h2 .peach-color { color: #DF7D6F; }
.about-section-h2 + .about-section-rule {
  width: 64px;
  height: 3px;
  background: #DF7D6F;
  border: 0;
  border-radius: 2px;
  margin: 0 0 22px;
}
.about-prose p {
  color: #c8b9ad;
  font-size: 15.5px;
  line-height: 1.75;
  margin-bottom: 14px;
}
.about-prose p strong { color: #fff; }
.about-prose a { color: #DF7D6F; text-decoration: none; border-bottom: 1px dashed rgba(223,125,111,.5); }
.about-prose a:hover { color: #fff; border-bottom-color: #fff; }

/* ============ FEATURE CARDS GRID ============ */
.about-features {
  background: linear-gradient(180deg, #0a0606 0%, #150e0e 100%);
  padding: 80px 0;
}
.about-features-head { text-align: center; margin-bottom: 50px; }
.about-features-head .about-section-h2 { margin-bottom: 14px; }
.about-features-head p {
  color: #b8a89c;
  font-size: 16px;
  max-width: 720px;
  margin: 0 auto;
  line-height: 1.65;
}
.about-feature-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 18px;
}
.about-feature-card {
  background: linear-gradient(160deg, #1a0e0d 0%, #0f0807 100%);
  border: 1px solid rgba(223,125,111,.12);
  border-radius: 14px;
  padding: 26px;
  display: flex;
  gap: 16px;
  align-items: flex-start;
  transition: transform .25s ease, border-color .25s ease, box-shadow .25s ease;
}
.about-feature-card:hover {
  transform: translateY(-3px);
  border-color: #DF7D6F;
  box-shadow: 0 12px 28px rgba(223,125,111,.14);
}
.about-feature-icon {
  flex-shrink: 0;
  width: 44px; height: 44px;
  border-radius: 11px;
  background: linear-gradient(135deg, #DF7D6F 0%, #c8634f 100%);
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 18px;
}
.about-feature-title {
  color: #fff;
  font-weight: 600;
  font-size: 17px;
  margin: 0 0 8px;
}
.about-feature-text {
  color: #b8a89c;
  font-size: 14px;
  line-height: 1.65;
  margin: 0;
}

/* ============ SPECIALTY GRID (doctor page) ============ */
.about-specialty-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
  margin-top: 40px;
}
.about-spec-card {
  background: linear-gradient(160deg, #1a0e0d 0%, #0f0807 100%);
  border: 1px solid rgba(223,125,111,.15);
  border-radius: 14px;
  padding: 26px;
  transition: transform .25s ease, border-color .25s ease;
}
.about-spec-card:hover {
  transform: translateY(-4px);
  border-color: #DF7D6F;
}
.about-spec-icon {
  display: inline-flex;
  width: 44px; height: 44px;
  border-radius: 11px;
  background: rgba(223,125,111,.14);
  border: 1px solid rgba(223,125,111,.3);
  color: #DF7D6F;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  margin-bottom: 16px;
}
.about-spec-card h3 {
  color: #fff;
  font-weight: 600;
  font-size: 18px;
  margin: 0 0 10px;
}
.about-spec-card p {
  color: #b8a89c;
  font-size: 14px;
  line-height: 1.65;
  margin: 0;
}

/* ============ CTA STRIP ============ */
.about-cta-strip {
  background: linear-gradient(135deg, #DF7D6F 0%, #c8634f 100%);
  padding: 50px 0;
  position: relative;
  overflow: hidden;
}
.about-cta-strip::before {
  content: "";
  position: absolute;
  top: -120px; right: -120px;
  width: 360px; height: 360px;
  background: radial-gradient(circle, rgba(255,255,255,.15) 0%, transparent 70%);
  border-radius: 50%;
}
.about-cta-strip h2 {
  color: #fff;
  font-weight: 700;
  font-size: clamp(1.5rem, 3vw, 2rem);
  margin-bottom: 8px;
  position: relative;
  z-index: 2;
}
.about-cta-strip p {
  color: rgba(255,255,255,.92);
  font-size: 15px;
  margin: 0;
  position: relative;
  z-index: 2;
}
.about-cta-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  justify-content: flex-end;
  position: relative;
  z-index: 2;
}
.about-cta-btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 13px 24px;
  border-radius: 10px;
  font-weight: 600;
  font-size: 14px;
  text-decoration: none;
  transition: transform .2s ease;
}
.about-cta-btn:hover { transform: translateY(-2px); text-decoration: none; }
.about-cta-btn-white { background: #fff; color: #DF7D6F; }
.about-cta-btn-white:hover { color: #c8634f; }
.about-cta-btn-dark { background: #150e0e; color: #fff; }
.about-cta-btn-dark:hover { color: #fff; background: #0a0606; }

/* ============ TIMELINE (education / experience) ============ */
.about-timeline {
  position: relative;
  padding-left: 32px;
  margin: 30px 0;
}
.about-timeline::before {
  content: "";
  position: absolute;
  left: 10px;
  top: 6px;
  bottom: 6px;
  width: 2px;
  background: linear-gradient(to bottom, #DF7D6F 0%, rgba(223,125,111,.2) 100%);
}
.about-timeline-item {
  position: relative;
  padding-bottom: 26px;
}
.about-timeline-item:last-child { padding-bottom: 0; }
.about-timeline-item::before {
  content: "";
  position: absolute;
  left: -27px;
  top: 6px;
  width: 14px; height: 14px;
  background: #DF7D6F;
  border: 3px solid #150e0e;
  border-radius: 50%;
  box-shadow: 0 0 0 2px #DF7D6F;
}
.about-timeline-year {
  color: #DF7D6F;
  font-weight: 700;
  font-size: 13px;
  text-transform: uppercase;
  letter-spacing: .1em;
  margin-bottom: 4px;
}
.about-timeline-title {
  color: #fff;
  font-weight: 600;
  font-size: 17px;
  margin: 0 0 6px;
}
.about-timeline-text {
  color: #b8a89c;
  font-size: 14px;
  line-height: 1.65;
  margin: 0;
}

/* ============ FAQ ============ */
.about-faq {
  background: linear-gradient(180deg, #0a0606 0%, #150e0e 100%);
  padding: 80px 0;
  border-top: 1px solid rgba(223,125,111,.12);
}
.about-faq-head { text-align: center; margin-bottom: 40px; }
.about-faq-head h2 { margin-bottom: 12px; }
.about-faq-head p { color: #b8a89c; font-size: 15px; max-width: 600px; margin: 0 auto; }
.about-faq-item {
  background: rgba(255,255,255,.03);
  border: 1px solid rgba(223,125,111,.12);
  border-radius: 12px;
  padding: 18px 22px;
  margin-bottom: 12px;
  transition: border-color .2s ease, background .2s ease;
}
.about-faq-item[open] {
  border-color: #DF7D6F;
  background: rgba(223,125,111,.05);
}
.about-faq-item summary {
  color: #fff;
  font-weight: 600;
  font-size: 15.5px;
  cursor: pointer;
  list-style: none;
  position: relative;
  padding-right: 30px;
}
.about-faq-item summary::-webkit-details-marker { display: none; }
.about-faq-item summary::after {
  content: "+";
  position: absolute;
  right: 0; top: 50%;
  transform: translateY(-50%);
  color: #DF7D6F;
  font-size: 22px;
  font-weight: 300;
}
.about-faq-item[open] summary::after { content: "\2212"; }
.about-faq-item p, .about-faq-item ul {
  color: #b8a89c;
  font-size: 14px;
  line-height: 1.7;
  margin: 12px 0 0;
}
.about-faq-item ul { padding-left: 18px; }
.about-faq-item ul li { margin-bottom: 6px; }
.about-faq-item strong { color: #fff; }

/* ============ MOBILE ============ */
@media (max-width: 991px) {
  .about-stats-grid { grid-template-columns: repeat(2, 1fr); }
  .about-feature-grid { grid-template-columns: 1fr; }
  .about-specialty-grid { grid-template-columns: 1fr 1fr; }
  .about-cta-actions { justify-content: flex-start; margin-top: 18px; }
}
@media (max-width: 575px) {
  .about-hero { padding: 120px 0 50px; }
  .about-stats { padding: 35px 0; }
  .about-stat { padding: 22px 16px; }
  .about-stat-number { font-size: 26px; }
  .about-split { padding: 50px 0; }
  .about-features { padding: 50px 0; }
  .about-specialty-grid { grid-template-columns: 1fr; }
  .about-faq { padding: 50px 0; }
  .about-cta-strip { padding: 40px 0; text-align: center; }
  .about-cta-actions { justify-content: center; }
}
