/* ============================================================
   ABOUT PAGE
   ============================================================ */

/* ----------------------------------------------------------
   ABOUT BANNER
---------------------------------------------------------- */
.about-banner {
  position: relative;
  min-height: 88vh;
  display: flex;
  align-items: flex-end;
  padding-top: 100px;
  padding-bottom: clamp(60px, 8vw, 100px);
  padding-inline: var(--pad-x);
  overflow: hidden;
}

.about-banner__img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  z-index: 0;
}

.about-banner__veil {
  position: absolute;
  inset: 0;
  background: linear-gradient(#0314488c,#03144859 40%,#031448d9),radial-gradient(at 75% 30%,color(xyz 0.624 0.605 0.176 / 0.349),#0000 60%);
  z-index: 1;
}

.about-banner__content {
  position: relative;
  z-index: 2;
  max-width: var(--max-w);
  margin: 0 auto;
  width: 100%;
}

.about-banner__eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-family: var(--sans);
  font-size: 0.72rem;
  font-weight: 500;
  letter-spacing: 0.24em;
  text-transform: uppercase;
  color: oklch(0.88 0.12 82);
  margin-bottom: 1.5rem;
}

.about-banner__dot {
  display: inline-block;
  width: 6px;
  height: 6px;
  min-width: 6px;
  border-radius: 50%;
  background-color: oklch(0.85 0.14 78);
  box-shadow: 0 0 10px oklch(0.85 0.14 78);
  flex-shrink: 0;
}

.about-banner__headline {
  font-family: var(--serif);
  font-size: clamp(2.6rem, 5.2vw, 4.4rem);
  font-weight: 500;
  line-height: 1.06;
  letter-spacing: -0.012em;
  color: #fff;
  max-width: 860px;
  margin-bottom: 2.25rem;
}

.about-banner__gold {
  font-style: italic;
  font-weight: 400;
  color: oklch(0.88 0.12 82);
}

.about-banner__actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.75rem;
}

.about-banner__cta-btn {
  gap: 8px;
  padding: 15px 33px 15px 22px;
}

.about-banner__outline-btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 15px 28px;
  border-radius: 50px;
  border: 1px solid rgba(255, 255, 255, 0.3);
  color: #fff;
  font-family: var(--sans);
  font-size: 0.88rem;
  font-weight: 400;
  transition: background-color 0.3s var(--ease), border-color 0.3s var(--ease);
  white-space: nowrap;
}

.about-banner__outline-btn:hover {
  background-color: rgba(255, 255, 255, 0.1);
  border-color: rgba(255, 255, 255, 0.55);
}

/* ----------------------------------------------------------
   BIO SECTION
---------------------------------------------------------- */
.about-bio {
  padding-block: var(--section-y);
  padding-inline: var(--pad-x);
  background-color: #fff;
}

.about-bio__container {
  max-width: 1100px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: clamp(2rem, 4vw, 3rem);
}

.about-bio__image-col {
  width: 100%;
  max-width: 100%;
}

.about-bio__image-frame {
  aspect-ratio: 16 / 7;
  max-width: 100%;
}

.about-bio__text {
  width: 100%;
}

.about-bio__image-col {
  position: relative;
  padding-bottom: 40px;
  max-width: 480px;
}

.about-bio__image-frame {
  border-radius: 24px;
  overflow: hidden;
  aspect-ratio: 4 / 5;
  box-shadow: 0 25px 60px rgba(0, 0, 0, 0.18);
}

.about-bio__image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.about-bio__badge {
  position: absolute;
  bottom: 16px;
  right: -24px;
  background: #fff;
  border: 1px solid rgba(0, 0, 0, 0.08);
  border-radius: 16px;
  padding: 1rem 1.5rem;
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.12);
}

.about-bio__badge-num {
  font-family: var(--serif);
  font-size: 1.9rem;
  font-weight: 500;
  color: var(--royal-blue);
  line-height: 1;
}

.about-bio__badge-num span {
  font-family: var(--sans);
  font-size: 0.88rem;
  font-weight: 400;
  color: rgba(44, 44, 44, 0.65);
  margin-left: 2px;
}

.about-bio__badge-lbl {
  font-size: 0.68rem;
  font-weight: 600;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: rgba(44, 44, 44, 0.62);
  margin-top: 5px;
}

.about-bio__text {
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
}

.about-bio__text p {
  font-family: Inter, system-ui, sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 29px;
  color: oklab(0.21 -0.0104189 -0.0590885 / 0.85);
}

/* ----------------------------------------------------------
   QUOTE CARD
---------------------------------------------------------- */
.about-quote {
  max-width: 740px;
  margin: 4rem auto 0;
  padding-inline: 0;
}

.about-quote__inner {
  background-color: #fbf6ee;
  border: 1px solid rgba(0, 0, 0, 0.07);
  border-radius: 24px;
  padding: clamp(2rem, 4vw, 2.5rem) clamp(2rem, 4vw, 3rem);
}

.about-quote__icon {
  color: rgba(13, 44, 108, 0.42);
  width: 24px;
  height: 24px;
  display: block;
  margin-bottom: 1rem;
}

.about-quote__icon--sm {
  width: 20px;
  height: 20px;
}

.about-quote__text {
  font-family: var(--serif);
  font-size: 30px;
  font-weight: 400;
  font-style: italic;
  line-height: 41px;
  color: oklch(0.21 0.06 260);
  display: block;
}

.about-quote__author {
  display: block;
  font-family: var(--sans);
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: rgba(44, 44, 44, 0.65);
  margin-top: 1.5rem;
}

/* ----------------------------------------------------------
   PHILOSOPHY SECTION
---------------------------------------------------------- */
.about-philosophy {
  padding-block: var(--section-y);
  padding-inline: var(--pad-x);
  background-color: #fbf6ee;
  position: relative;
  overflow: hidden;
}

.about-philosophy__glow {
  position: absolute;
  width: 420px;
  height: 420px;
  top: -160px;
  right: -110px;
  border-radius: 50%;
  background: radial-gradient(circle, color(xyz 0.624 0.605 0.176 / 0.18), transparent 70%);
  pointer-events: none;
  z-index: 0;
}

.about-philosophy__container {
  max-width: 1150px;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}

.about-philosophy .section-label {
  color: var(--royal-blue);
}
.about-philosophy .section-label::before {
  background-color: oklch(0.78 0.14 78);
}

.about-philosophy .section-headline {
  max-width: 560px;
  font-weight: 500;
}

.philosophy-cards {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.25rem;
  margin-top: 3.5rem;
}

.philosophy-card {
  background: #fff;
  border: 1px solid rgba(0, 0, 0, 0.07);
  border-radius: 24px;
  padding: 2rem;
}

.philosophy-card__icon {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background: linear-gradient(
    135deg,
    oklch(0.94 0.05 78),
    oklch(0.86 0.08 80)
  );
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--royal-blue);
  flex-shrink: 0;
  margin-bottom: 1.5rem;
}

.philosophy-card__icon svg {
  width: 16px;
  height: 16px;
  stroke-width: 2;
}

.philosophy-card h3 {
  font-family: var(--serif);
  font-size: 1.5rem;
  font-weight: 500;
  color: var(--text);
  margin-bottom: 0.75rem;
  line-height: 1.15;
}

.philosophy-card p {
  font-size: 0.875rem;
  line-height: 1.72;
  color: rgba(44, 44, 44, 0.55);
}

/* ----------------------------------------------------------
   QUALIFICATIONS SECTION
---------------------------------------------------------- */
.about-quals {
  padding-block: var(--section-y);
  padding-inline: var(--pad-x);
  background-color: #fffdfa;
}

.about-quals__container {
  max-width: 900px;
  margin: 0 auto;
}

.about-quals .section-label {
  color: var(--royal-blue);
}
.about-quals .section-label::before {
  background-color: oklch(0.78 0.14 78);
}

.about-quals .section-headline {
  font-weight: 500;
  font-size: 48px;
  line-height: 53px;
  color: oklch(0.21 0.06 260);
}

.about-quals__grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 2rem 3rem;
  margin-top: 2.5rem;
}

.about-quals__sub-heading {
  font-family: var(--sans);
  font-size: 0.68rem;
  font-weight: 500;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: oklch(0.78 0.14 78);
  margin-bottom: 1.25rem;
}

.about-quals__list {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.about-quals__list li {
  display: flex;
  align-items: flex-start;
  gap: 0.9rem;
  font-size: 1.0625rem;
  line-height: 1.72;
  color: rgba(44, 44, 44, 0.82);
}

.about-quals__dot {
  display: inline-block;
  width: 6px;
  height: 6px;
  min-width: 6px;
  min-height: 6px;
  border-radius: 50%;
  background-color: var(--candle-gold);
  box-shadow: 0 0 8px var(--candle-gold);
  margin-top: 0.58em;
  flex-shrink: 0;
}

.about-quals .about-quote {
  max-width: none;
  margin-top: 3.5rem;
}

/* ----------------------------------------------------------
   ABOUT CTA BAND
---------------------------------------------------------- */
.about-cta {
  position: relative;
  padding-block: clamp(64px, 10vw, 100px);
  background-color: oklch(0.22 0.1 264);
  overflow: hidden;
  text-align: center;
}

.about-cta__glow {
  position: absolute;
  width: 420px;
  height: 420px;
  top: -100px;
  left: 50%;
  transform: translateX(-50%);
  border-radius: 50%;
  background: radial-gradient(circle, color(xyz 0.624 0.605 0.176 / 0.25), transparent 70%);
  pointer-events: none;
}

.about-cta__content {
  position: relative;
  z-index: 1;
  max-width: 700px;
  margin: 0 auto;
  padding-inline: var(--pad-x);
}

.about-cta__headline {
  font-family: var(--serif);
  font-size: clamp(2.2rem, 4vw, 3.2rem);
  font-weight: 400;
  line-height: 1.1;
  color: #fff;
  margin-bottom: 2.25rem;
  white-space: nowrap;
}

.about-cta__headline em {
  font-style: italic;
  font-weight: 300;
  color: oklch(0.88 0.12 82);
}

.about-cta__actions {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 0.75rem;
}

.about-cta__cta-btn {
  gap: 8px;
}

.about-cta__outline-btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 15px 28px;
  border-radius: 50px;
  border: 1px solid rgba(255, 255, 255, 0.3);
  color: #fff;
  font-family: var(--sans);
  font-size: 0.88rem;
  font-weight: 400;
  transition: background-color 0.3s var(--ease), border-color 0.3s var(--ease);
  white-space: nowrap;
}

.about-cta__outline-btn:hover {
  background-color: rgba(255, 255, 255, 0.1);
}

/* ----------------------------------------------------------
   RESPONSIVE
---------------------------------------------------------- */
@media (max-width: 900px) {
  .about-bio__image-col {
    padding-bottom: 32px;
    max-width: 100%;
  }
  .about-bio__badge {
    right: 8px;
  }
  .philosophy-cards {
    grid-template-columns: 1fr;
    max-width: 520px;
  }
  .about-quote {
    padding-inline: 0;
  }
}

@media (max-width: 640px) {
  .about-banner__headline {
    font-size: clamp(2rem, 8vw, 2.8rem);
  }
  .about-banner__cta-btn {
    font-size: 0.8rem;
  }
  .about-quals__grid {
    grid-template-columns: 1fr;
  }
  .about-quals .section-headline {
    font-size: clamp(1.8rem, 7vw, 2.4rem);
    line-height: 1.15;
  }
  .about-quals__list li {
    font-size: 0.9375rem;
  }
  .about-bio__text p {
    font-size: 15px;
    line-height: 24px;
  }
  .about-quote__text {
    font-size: 22px;
    line-height: 1.4;
  }
  .philosophy-card p {
    font-size: 0.82rem;
  }
  .about-cta__headline {
    font-size: clamp(1.7rem, 7.5vw, 2.6rem);
    white-space: normal;
  }
}
