/* =========================================================================
   ABOUT PAGE — matches "About us" design
   Loaded only on the About template (see inc/enqueue.php).
   ========================================================================= */

.abt-page { background: #f0eee9; overflow-x: clip; }

/* Shared atoms ----------------------------------------------------------- */
.abt-h2 {
  font-family: var(--font-display);
  font-size: clamp(1.9rem, 3.2vw, 3rem);
  font-weight: 700;
  line-height: 1.12;
  color: #2e3030;
  margin: 0;
}
.abt-body {
  font-family: var(--font-body);
  font-size: 1.0625rem;
  line-height: 1.65;
  color: #4f4f4f;
  margin: 0;
}
.abt-caps { text-transform: capitalize; }
.abt-rule { display: block; width: 72px; height: 2px; background: #c7b8b0; margin: 18px 0; }

.abt-eyebrow {
  display: inline-block;
  font-family: var(--font-body);
  font-size: 0.8125rem;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #7a5b58;
  background: #f5dcd9;
  padding: 8px 18px;
  border-radius: 8px;
}

/* Buttons */
.abt-btn {
  text-transform: uppercase;
  letter-spacing: 0.06em;
  font-size: 0.8125rem;
  font-weight: 700;
  padding: 1rem 1.75rem;
  border-radius: 8px;
}
.abt-arrow { width: 18px; height: 18px; flex-shrink: 0; }
.abt-btn--primary { background: #6da8a3; border-color: #6da8a3; color: #fff; }
.abt-btn--primary:hover { background: #5c9490; border-color: #5c9490; color: #fff; }
.abt-btn--outline { background: transparent; border-color: #c9cdcb; color: #2e3030; }
.abt-btn--outline:hover { background: #2e3030; border-color: #2e3030; color: #fff; }

/* Dividers */
.abt-divider { line-height: 0; width: 100%; pointer-events: none; }
.abt-divider--wave img { display: block; width: 100%; height: auto; }

/* =========================================================================
   1. HERO
   ========================================================================= */
.abt-hero { position: relative; padding-top: clamp(32px, 4vw, 60px); }
.abt-hero__inner {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(0, 0.95fr);
  gap: 56px;
  align-items: center;
  padding-bottom: clamp(40px, 5vw, 80px);
}
/* Allow grid children to shrink below their content's intrinsic width */
.abt-hero__inner > *,
.abt-practice__inner > *,
.abt-clinical__inner > *,
.abt-philosophy > * { min-width: 0; }
.abt-hero__title {
  font-family: var(--font-display);
  font-size: clamp(2.4rem, 4.4vw, 4rem);
  font-weight: 700;
  line-height: 1.06;
  color: #2e3030;
  margin: 22px 0 0;
}
.abt-hero__body { font-size: 1.0625rem; line-height: 1.65; color: #4f4f4f; max-width: 540px; text-transform: capitalize; }
.abt-hero__actions { display: flex; flex-wrap: wrap; gap: 16px; margin-top: 32px; }

.abt-hero__media { position: relative; }
.abt-hero__media > img {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 28px;
  border-top-right-radius: 70px;
}
/* Overlay badge (covers the baked-in label, fixes the spelling) */
.abt-badge {
  position: absolute;
  left: 7%;
  bottom: 5%;
  min-width: 352px;
  display: flex;
  align-items: center;
  gap: 14px;
  background: #ffffff;
  border-radius: 16px;
  padding: 18px 26px;
  box-shadow: 0 18px 40px rgba(0,0,0,0.14);
}
.abt-badge__icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  flex-shrink: 0;
}
.abt-badge__icon svg { width: 34px; height: 34px; }
.abt-badge__title { display: block; font-family: var(--font-display); font-size: 1.25rem; font-weight: 700; color: #2e3030; }
.abt-badge__sub { display: block; font-size: 0.8125rem; line-height: 1.35; color: #6a6a6a; margin-top: 2px; }

/* =========================================================================
   2. A PRACTICE BUILT FROM SPECIALTY
   ========================================================================= */
.abt-practice { position: relative; padding: clamp(40px, 5vw, 80px) 0 clamp(56px, 7vw, 110px); overflow: hidden; }
.abt-practice__leaf {
  position: absolute;
  top: clamp(40px, 6vw, 90px);
  right: -30px;
  width: clamp(180px, 20vw, 340px);
  opacity: 0.45;
  mix-blend-mode: multiply;
  pointer-events: none;
}
.abt-practice__inner {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  gap: 64px;
  align-items: center;
}
.abt-practice__media img {
  display: block;
  width: 100%;
  max-width: 560px;
  height: auto;
  aspect-ratio: 5 / 4.6;
  object-fit: cover;
  border-radius: 24px;
  box-shadow: 0 24px 60px rgba(0,0,0,0.08);
}
.abt-practice__text { max-width: 560px; }

/* =========================================================================
   3. PILLARS
   ========================================================================= */
.abt-pillars { padding: clamp(20px, 3vw, 40px) 0 clamp(56px, 7vw, 100px); }
.abt-pillars__grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 36px; }
.abt-pillar {
  background: #ffffff;
  border: 1px solid #ececec;
  border-radius: 20px;
  padding: 44px 36px;
  text-align: center;
  box-shadow: 0 20px 44px rgba(0,0,0,0.05);
}
.abt-pillar__icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 72px;
  height: 72px;
  border-radius: 50%;
  margin-bottom: 22px;
}
.abt-pillar__icon svg { width: 34px; height: 34px; }
.abt-pillar--teal .abt-pillar__icon { background: #6da8a3; color: #fff; }
.abt-pillar--blue .abt-pillar__icon { background: #9bb8de; color: #fff; }
.abt-pillar--pink .abt-pillar__icon { background: #efa8a0; color: #fff; }
.abt-pillar__title { font-family: var(--font-display); font-size: 1.5rem; font-weight: 700; color: #2e3030; margin: 0; }
.abt-pillar__rule { display: block; width: 56px; height: 2px; background: #d8cfc9; margin: 14px auto 18px; }
.abt-pillar__body { font-size: 0.9375rem; line-height: 1.6; color: #6a6a6a; margin: 0; text-transform: capitalize; }

/* =========================================================================
   4. CLINICAL FOCUS + CARE PHILOSOPHY
   ========================================================================= */
.abt-clinical { padding: clamp(40px, 5vw, 80px) 0; }
.abt-clinical__inner {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1.15fr);
  gap: 56px;
  align-items: start;
}
.abt-clinical .abt-body { text-transform: capitalize; margin-bottom: 28px; }

/* Condition chips */
.abt-chips { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }
.abt-chip {
  display: flex;
  align-items: center;
  gap: 10px;
  background: #ffffff;
  border: 1px solid #eee;
  border-radius: 14px;
  padding: 16px 14px;
  text-decoration: none;
  box-shadow: 0 8px 20px rgba(0,0,0,0.04);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}
.abt-chip:hover { transform: translateY(-2px); box-shadow: 0 12px 26px rgba(0,0,0,0.09); }
.abt-chip__icon { width: 28px; height: 28px; flex-shrink: 0; object-fit: contain; }
.abt-chip__label { flex: 1; font-size: 0.9375rem; font-weight: 500; color: #3a3a3a; line-height: 1.2; }
.abt-chip__chev { width: 18px; height: 18px; color: #b6b6b6; flex-shrink: 0; }

/* Care philosophy: main text + side quote */
.abt-philosophy {
  display: grid;
  grid-template-columns: minmax(0, 1.5fr) minmax(0, 1fr);
  gap: 36px;
  align-items: stretch;
}
.abt-principles { list-style: none; margin: 28px 0 0; padding: 0; }
.abt-principles li {
  display: flex;
  align-items: center;
  gap: 14px;
  padding: 12px 0;
}
.abt-principles__mark { display: inline-flex; color: #6da8a3; flex-shrink: 0; }
.abt-principles__mark svg { width: 26px; height: 26px; }
.abt-principles li span:last-child { font-size: 1.0625rem; line-height: 1.45; color: #3f3f3f; }

.abt-quote {
  position: relative;
  background: #f8dcd9;
  border-radius: 18px;
  padding: 48px 34px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.abt-quote__mark { font-family: var(--font-display); font-size: 4rem; line-height: 0.4; color: #ef9f97; height: 30px; }
.abt-quote__mark--end { align-self: flex-end; margin-top: 24px; }
.abt-quote__text {
  font-family: var(--font-display);
  font-size: clamp(1.3rem, 1.7vw, 1.625rem);
  font-weight: 500;
  line-height: 1.35;
  color: #3a2f2e;
  margin: 18px 0;
}

/* =========================================================================
   5. HOW CARE WORKS
   ========================================================================= */
.abt-how { position: relative; padding: clamp(48px, 6vw, 90px) 0; overflow: hidden; }
.abt-how__leaf {
  position: absolute;
  top: 30px;
  left: -50px;
  width: clamp(180px, 18vw, 300px);
  opacity: 0.4;
  mix-blend-mode: multiply;
  pointer-events: none;
}
.abt-how__heading { text-align: center; margin-bottom: clamp(40px, 5vw, 70px); }
.abt-how__grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 0; position: relative; }
.abt-how__step {
  position: relative;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 0 36px;
}
.abt-how__step:not(:last-child)::after {
  content: '';
  position: absolute;
  top: 20px;
  right: 0;
  width: 1px;
  height: 78%;
  background: rgba(109,168,163,0.45);
}
.abt-how__num {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 52px;
  height: 52px;
  border-radius: 50%;
  background: #2f8a86;
  color: #fff;
  font-family: var(--font-display);
  font-size: 1.125rem;
  font-weight: 700;
  align-self: flex-start;
  margin-left: 8%;
}
.abt-how__icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 92px;
  height: 92px;
  border-radius: 50%;
  background: #8bbdb8;
  color: #fff;
  margin: -10px 0 26px;
}
.abt-how__icon svg { width: 42px; height: 42px; }
.abt-how__title { font-family: var(--font-display); font-size: 1.5rem; font-weight: 700; color: #2e3030; line-height: 1.2; margin: 0 0 16px; }
.abt-how__body { font-size: 0.9375rem; line-height: 1.55; color: #6a6a6a; margin: 0; max-width: 260px; text-transform: capitalize; }

/* =========================================================================
   6. READY TO BEGIN
   ========================================================================= */
.abt-ready { padding: clamp(20px, 3vw, 50px) 0 clamp(56px, 7vw, 110px); }
.abt-ready__band {
  position: relative;
  background: #d8ecea;
  border-radius: 28px;
  padding: clamp(48px, 6vw, 80px) clamp(28px, 5vw, 80px);
  text-align: center;
  overflow: hidden;
}
.abt-ready__band::after {
  content: '';
  position: absolute;
  right: -60px;
  bottom: -80px;
  width: 280px;
  height: 280px;
  border-radius: 50%;
  background: #f3d9d5;
  opacity: 0.6;
  pointer-events: none;
}
.abt-ready__title { font-family: var(--font-display); font-size: clamp(2rem, 3.6vw, 3.25rem); font-weight: 700; color: #2e3030; margin: 0; position: relative; z-index: 1; }
.abt-ready__body { font-size: 1.0625rem; line-height: 1.6; color: #46514f; max-width: 620px; margin: 18px auto 0; text-transform: capitalize; position: relative; z-index: 1; }
.abt-ready__actions { display: flex; flex-wrap: wrap; gap: 16px; justify-content: center; margin-top: 32px; position: relative; z-index: 1; }

/* =========================================================================
   RESPONSIVE
   ========================================================================= */
@media (max-width: 1024px) {
  .abt-chips { gap: 12px; }
  .abt-chip { padding: 14px 12px; }
  .abt-chip__label { font-size: 0.875rem; }
}

@media (max-width: 900px) {
  .abt-hero__inner { grid-template-columns: 1fr; gap: 36px; }
  .abt-hero__media { max-width: 520px; }
  .abt-hero__body { max-width: none; }
  .abt-practice__inner { grid-template-columns: 1fr; gap: 36px; }
  .abt-practice__media { order: -1; }
  .abt-practice__media img { max-width: none; }
  .abt-practice__text { max-width: none; }
  .abt-pillars__grid { grid-template-columns: 1fr; gap: 24px; }
  .abt-clinical__inner { grid-template-columns: 1fr; gap: 48px; }
  .abt-philosophy { grid-template-columns: 1fr; gap: 28px; }
  .abt-how__grid { grid-template-columns: 1fr; gap: 48px; }
  .abt-how__step { padding: 0; }
  .abt-how__step:not(:last-child)::after { display: none; }
  .abt-how__num { margin-left: 0; }
  .abt-how__body { max-width: none; }
}

@media (max-width: 560px) {
  .abt-chips { grid-template-columns: 1fr 1fr; }
  .abt-hero__actions .abt-btn,
  .abt-ready__actions .abt-btn { width: 100%; justify-content: center; }
  .abt-badge { left: 5%; right: 5%; min-width: 0; bottom: 5%; padding: 14px 18px; }
  .abt-quote { padding: 36px 26px; }
}
