/* About Us — premium editorial layout. Brand tokens stay in styles.css. */

.about-page .tx-breadcrumb {
  padding: 10px 0 0;
}

.about-page .tx-section {
  padding: 40px 0;
}

.about-page .section.doctor-profile,
.about-page .section.faq {
  padding: 40px 0;
}

.about-page #story {
  background: var(--white);
}

.about-page #experience {
  background: #f5f7fb;
}

.about-page #doctor {
  background: linear-gradient(180deg, #f3f0fa 0%, #eef2f8 100%);
}

.about-page #approach {
  background: var(--white);
}

.about-page #why {
  background: #f5f7fb;
}

.about-page #awards {
  background: linear-gradient(180deg, #fff8ee 0%, #f7f8fb 100%);
}

.about-page #clinic {
  background: var(--bg-soft);
}

.about-page #listening {
  background: var(--white);
}

.about-page #faq {
  background: linear-gradient(180deg, #f3f0fa 0%, #f2f5fa 100%);
}

.about-page .section-eyebrow {
  line-height: 1.45;
}

.about-page .tx-section .section-title,
.about-page .about-section-head .section-title {
  max-width: none;
  letter-spacing: -0.03em;
  font-size: clamp(28px, 3vw, 40px);
  margin-bottom: 10px;
}

.about-page .tx-section > .container > .tx-copy,
.about-page .about-section-head + * .tx-copy:first-of-type {
  margin-bottom: 16px;
}

.about-section-head {
  margin-bottom: 20px;
  max-width: 42rem;
}

.about-hero {
  position: relative;
  padding: 28px 0 36px;
  overflow: hidden;
}

.about-hero-rings {
  position: absolute;
  right: min(6%, 80px);
  top: 50%;
  width: min(520px, 46vw);
  height: min(520px, 46vw);
  transform: translateY(-50%);
  border-radius: 50%;
  pointer-events: none;
  background:
    radial-gradient(circle at 50% 50%, rgba(92, 77, 177, 0.08), transparent 62%),
    repeating-radial-gradient(circle at 50% 50%, transparent 0 18px, rgba(197, 160, 89, 0.16) 18px 19px);
  opacity: 0.7;
}

.about-page .about-hero .tx-hero-grid {
  position: relative;
  z-index: 1;
  align-items: center;
  gap: 32px;
  grid-template-columns: minmax(0, 1.05fr) minmax(280px, 0.95fr);
}

.about-page .about-hero h1 {
  font-size: clamp(32px, 4.2vw, 52px);
  line-height: 1.12;
  letter-spacing: -0.035em;
  max-width: 14ch;
}

.about-page .about-hero h1 span {
  color: var(--purple);
}

.about-page .about-hero .tx-hero-lead {
  font-size: 17px;
  line-height: 1.75;
  max-width: 48ch;
}

.about-page .about-hero .tx-btn {
  min-height: 48px;
  padding: 12px 22px;
}

.about-hero-photo {
  position: relative;
  justify-self: end;
  width: min(100%, 440px);
}

.about-hero-photo .tx-hero-photo {
  width: 100%;
  margin: 0;
  border-radius: 28px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.55), rgba(238, 242, 248, 0.9)),
    linear-gradient(165deg, #eef2f8, #e4eaf5);
  box-shadow:
    0 1px 0 rgba(255, 255, 255, 0.8) inset,
    0 28px 56px rgba(26, 43, 86, 0.14);
}

.about-hero-photo .tx-hero-photo img {
  object-fit: contain;
  object-position: bottom center;
  max-height: 560px;
  background: transparent;
}

.about-hero-badge {
  position: absolute;
  left: -18px;
  bottom: 28px;
  width: 124px;
  height: auto;
  z-index: 2;
  filter: drop-shadow(0 12px 24px rgba(26, 43, 86, 0.24));
  pointer-events: none;
}

.about-story-grid {
  display: grid;
  grid-template-columns: minmax(220px, 0.34fr) minmax(0, 1fr);
  gap: 32px;
  align-items: start;
}

.about-story-stat {
  position: sticky;
  top: 108px;
  padding: 36px 32px;
  border-radius: 24px;
  background: linear-gradient(180deg, #fff 0%, #f7f8fb 100%);
  border: 1px solid var(--border);
  box-shadow: var(--shadow-soft);
  text-align: left;
}

.about-story-stat strong {
  display: block;
  color: var(--navy);
  font-size: clamp(80px, 8vw, 120px);
  line-height: 0.85;
  letter-spacing: -0.06em;
  font-weight: 800;
  background: linear-gradient(180deg, var(--navy) 40%, var(--purple));
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

.about-story-stat span {
  display: block;
  margin-top: 16px;
  color: var(--gold-dark);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  max-width: 14ch;
}

.about-story-copy .tx-copy {
  font-size: 16px;
  line-height: 1.8;
  max-width: 62ch;
}

.about-timeline {
  list-style: none;
  margin: 32px 0 0;
  padding: 0;
  display: grid;
  gap: 0;
}

.about-timeline li {
  position: relative;
  padding: 18px 0 18px 28px;
  border-left: 1px solid rgba(197, 160, 89, 0.45);
}

.about-timeline li:last-child {
  padding-bottom: 0;
}

.about-timeline li::before {
  content: "";
  position: absolute;
  left: -5px;
  top: 24px;
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: var(--gold);
  box-shadow: 0 0 0 4px rgba(197, 160, 89, 0.16);
}

.about-timeline strong {
  display: block;
  color: var(--navy);
  font-size: 15px;
  font-weight: 600;
  margin-bottom: 4px;
}

.about-timeline p {
  color: var(--text-muted);
  font-size: 14.5px;
  line-height: 1.7;
  margin: 0;
  max-width: 54ch;
}

.about-exp-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
  margin-top: 8px;
}

.about-page .about-exp-grid .why-card,
.about-page .about-bento .why-card {
  height: 100%;
  padding: 22px 20px;
  border: 1px solid var(--border);
  box-shadow: none;
  transition: transform 0.35s cubic-bezier(0.22, 1, 0.36, 1), box-shadow 0.35s ease, border-color 0.35s ease;
}

.about-page .about-exp-grid .why-card:hover,
.about-page .about-bento .why-card:hover {
  transform: translateY(-6px);
  border-color: rgba(92, 77, 177, 0.22);
  box-shadow: 0 18px 40px rgba(26, 43, 86, 0.1);
}

.about-page .about-exp-grid .why-card h3,
.about-page .about-bento .why-card h3 {
  font-size: 16px;
  letter-spacing: -0.01em;
}

.about-steps {
  list-style: none;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
  margin: 36px 0 0;
  padding: 0;
  counter-reset: none;
}

.about-step {
  position: relative;
  text-align: left;
  padding: 24px 22px 22px;
  background: var(--white);
  border: 1px solid var(--border);
  border-radius: 18px;
  min-height: 100%;
}

.about-step:not(:first-child)::before,
.about-step:not(:last-child)::after {
  display: none;
}

.about-step-num {
  position: relative;
  z-index: 1;
  width: auto;
  height: auto;
  margin: 0 0 18px;
  border-radius: 0;
  background: none;
  box-shadow: none;
  display: block;
  place-items: unset;
  color: var(--gold);
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-align: left;
}

.about-step h3 {
  color: var(--navy);
  font-size: 20px;
  letter-spacing: -0.02em;
  margin-bottom: 10px;
}

.about-step p {
  color: var(--text-muted);
  font-size: 14.5px;
  line-height: 1.7;
  margin: 0;
  max-width: none;
}

.about-step-icon {
  width: 36px;
  height: 36px;
  margin: 18px 0 0;
  object-fit: contain;
  display: block;
}

.about-bento {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
}

.about-bento-feature {
  grid-column: span 1;
  grid-row: span 2;
  background: linear-gradient(165deg, #1a2b56 0%, #243a72 55%, #5c4db1 130%) !important;
  border: 0 !important;
  color: #fff;
}

.about-bento-feature .why-card-body h3,
.about-bento-feature .why-card-body p {
  color: #fff;
}

.about-bento-feature .why-card-body p {
  opacity: 0.88;
}

.about-bento-feature .why-card-icon {
  filter: brightness(0) invert(1);
}

.about-bento .why-card {
  min-height: 148px;
}

.about-awards-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
  margin-top: 12px;
}

.about-awards-grid .award-card {
  width: 100%;
  flex: none;
  min-width: 0;
  min-height: 0;
  background: var(--white);
  border: 1px solid var(--border);
  border-radius: 18px;
  overflow: hidden;
  box-shadow: none;
}

.about-awards-grid .award-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 16px 36px rgba(26, 43, 86, 0.1);
}

.about-awards-grid .award-card img {
  width: 100%;
  height: 180px;
  object-fit: cover;
}

.about-clinic-grid {
  display: grid;
  grid-template-columns: 1.35fr 1fr 1fr;
  grid-template-rows: 240px 240px;
  gap: 16px;
  margin-top: 12px;
}

.about-clinic-grid figure {
  position: relative;
  margin: 0;
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 12px 32px rgba(26, 43, 86, 0.1);
}

.about-clinic-grid figure:first-child {
  grid-row: 1 / span 2;
}

.about-clinic-grid img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.7s cubic-bezier(0.22, 1, 0.36, 1);
}

.about-clinic-grid figure:hover img {
  transform: scale(1.05);
}

.about-clinic-grid figcaption {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 32px 16px 16px;
  background: linear-gradient(180deg, transparent, rgba(15, 25, 50, 0.78));
  color: #fff;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.02em;
}

.about-listen-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(280px, 0.92fr);
  gap: 32px;
  align-items: center;
}

.about-listen-media {
  margin: 0;
  border-radius: 24px;
  overflow: hidden;
  box-shadow: 0 24px 48px rgba(26, 43, 86, 0.14);
}

.about-listen-media img {
  width: 100%;
  height: auto;
  display: block;
}

.about-listen-points {
  list-style: none;
  margin: 24px 0 0;
  padding: 0;
  display: grid;
  gap: 14px;
}

.about-listen-points li {
  display: grid;
  grid-template-columns: 18px 1fr;
  gap: 12px;
  align-items: start;
  color: var(--text-muted);
  font-size: 15.5px;
  line-height: 1.7;
}

.about-listen-points li::before {
  content: "";
  width: 7px;
  height: 7px;
  margin-top: 9px;
  border-radius: 50%;
  background: var(--gold);
  box-shadow: 0 0 0 4px rgba(197, 160, 89, 0.16);
}

.about-doctor-meta {
  display: grid;
  gap: 0;
  margin: 22px 0 20px;
  padding: 0;
  list-style: none;
  border-top: 1px solid var(--border);
}

.about-doctor-meta > div {
  display: grid;
  grid-template-columns: 160px minmax(0, 1fr);
  gap: 16px;
  padding: 14px 0;
  border-bottom: 1px solid var(--border);
}

.about-doctor-meta dt {
  color: var(--text-muted);
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.about-doctor-meta dd {
  color: var(--navy);
  font-size: 15px;
  line-height: 1.6;
  margin: 0;
}

@media (max-width: 1180px) {
  .about-exp-grid,
  .about-awards-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .about-bento-feature {
    grid-row: auto;
    grid-column: span 1;
  }

  .about-clinic-grid {
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 210px 210px 210px;
  }

  .about-clinic-grid figure:first-child {
    grid-column: 1 / span 2;
    grid-row: auto;
    min-height: 280px;
  }
}

@media (max-width: 980px) {
  .about-page .about-hero .tx-hero-grid,
  .about-story-grid,
  .about-listen-grid,
  .about-bento {
    grid-template-columns: 1fr;
  }

  .about-hero-photo {
    justify-self: center;
  }

  .about-hero-rings {
    opacity: 0.35;
    right: -20%;
  }

  .about-steps {
    grid-template-columns: 1fr 1fr;
  }

  .about-story-stat {
    position: static;
  }

  .about-hero-badge {
    width: 96px;
    left: 0;
    bottom: 12px;
  }

  .about-doctor-meta > div {
    grid-template-columns: 1fr;
    gap: 4px;
  }
}

@media (max-width: 640px) {
  .about-page .tx-section,
  .about-page .section.doctor-profile,
  .about-page .section.faq {
    padding: 32px 0;
  }

  .about-page .about-hero {
    padding: 20px 0 28px;
  }

  .about-exp-grid,
  .about-awards-grid,
  .about-steps,
  .about-clinic-grid,
  .about-bento {
    grid-template-columns: 1fr;
  }

  .about-clinic-grid {
    grid-template-rows: none;
  }

  .about-clinic-grid figure {
    min-height: 220px;
  }

  .about-clinic-grid figure:first-child {
    grid-column: auto;
    min-height: 240px;
  }

  .about-story-stat {
    text-align: center;
  }

  .about-story-stat span {
    margin-inline: auto;
  }

  .about-page .about-hero h1 {
    max-width: none;
  }
}

@media (prefers-reduced-motion: reduce) {
  .about-clinic-grid img,
  .about-awards-grid .award-card,
  .about-page .why-card {
    transition: none;
  }

  .about-clinic-grid figure:hover img,
  .about-page .why-card:hover {
    transform: none;
  }
}
