.page-about-us {
  --phabout-ink: #10151d;
  --phabout-copy: #516174;
  --phabout-line: rgba(16, 21, 29, 0.12);
  --phabout-panel: rgba(255, 255, 255, 0.92);
  --phabout-panel-solid: #ffffff;
  --phabout-dark-panel: rgba(17, 24, 33, 0.76);
  --phabout-gold: #ffc53a;
  --phabout-gold-soft: rgba(255, 197, 58, 0.18);
  --phabout-shadow: 0 20px 44px rgba(15, 23, 42, 0.12);
  --phabout-shadow-strong: 0 28px 62px rgba(15, 23, 42, 0.18);
  background: #f4f8fc;
  color: var(--phabout-ink);
}

.page-about-us .ph-about-shell {
  width: min(1280px, calc(100% - 48px));
  margin: 0 auto;
}

.page-about-us .ph-about-kicker {
  margin: 0;
  color: var(--phabout-gold);
  font-family: var(--ph-font-display);
  font-size: var(--ph-text-eyebrow);
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: 0.22em;
  text-transform: uppercase;
}

.page-about-us .ph-about-kicker--light {
  color: #c69a22;
}

.page-about-us .ph-about-section-title,
.page-about-us .ph-about-hero__title {
  margin: 0;
  font-family: var(--ph-font-display);
  font-weight: 700;
  line-height: var(--ph-leading-tight);
  letter-spacing: var(--ph-tracking-display);
  text-transform: uppercase;
  text-wrap: balance;
}

.page-about-us .ph-about-hero {
  position: relative;
  display: flex;
  flex-direction: column;
  overflow: clip;
  min-height: 96svh;
  padding: calc(var(--ph-overlay-header-height, 121px) + clamp(44px, 6vw, 76px)) 0 clamp(72px, 8vw, 108px);
  background:
    radial-gradient(circle at 82% 18%, rgba(255, 197, 58, 0.16), transparent 26%),
    linear-gradient(180deg, #10161e 0%, #0e141b 100%);
}

.page-about-us .ph-about-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(10, 14, 20, 0.92) 0%, rgba(10, 14, 20, 0.78) 38%, rgba(10, 14, 20, 0.56) 66%, rgba(10, 14, 20, 0.42) 100%),
    var(--ph-about-hero-image) 68% 22% / cover no-repeat;
  transform: scale(1.02);
}

.page-about-us .ph-about-hero::after {
  content: "";
  position: absolute;
  inset: auto -12% -28% auto;
  width: clamp(320px, 46vw, 720px);
  aspect-ratio: 1;
  background: radial-gradient(circle, rgba(255, 197, 58, 0.2), transparent 64%);
  pointer-events: none;
}

.page-about-us .ph-about-hero__shell {
  position: relative;
  z-index: 1;
  flex: 1 1 auto;
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  grid-template-rows: minmax(0, 1fr) auto;
  gap: clamp(28px, 4vw, 52px);
  align-items: stretch;
}

.page-about-us .ph-about-hero__content {
  display: grid;
  gap: clamp(18px, 2.4vw, 28px);
  width: min(760px, 100%);
  max-width: 760px;
  align-self: center;
}

.page-about-us .ph-about-hero__title {
  color: #ffffff;
  font-size: var(--ph-text-hero);
  line-height: 0.94;
  letter-spacing: -0.03em;
  text-transform: none;
}

.page-about-us .ph-about-hero__title-line {
  display: block;
  white-space: nowrap;
}

.page-about-us .ph-about-hero__copy,
.page-about-us .ph-about-section-copy {
  margin: 0;
  font-family: var(--ph-font-body);
  font-size: var(--ph-text-body-lg);
  font-weight: 400;
  line-height: var(--ph-leading-normal);
}

.page-about-us .ph-about-hero__copy {
  max-width: 62ch;
  color: rgba(255, 255, 255, 0.82);
}

.page-about-us .ph-about-hero__actions,
.page-about-us .ph-about-cta__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
}

.page-about-us .ph-about-hero__rail {
  display: grid;
  width: 100%;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: clamp(14px, 1.6vw, 20px);
  align-self: end;
}

.page-about-us .ph-about-highlight {
  position: relative;
  display: grid;
  gap: 8px;
  padding: 22px 22px 22px 26px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 24px;
  background: linear-gradient(180deg, rgba(17, 24, 33, 0.64) 0%, rgba(17, 24, 33, 0.84) 100%);
  box-shadow: 0 18px 38px rgba(0, 0, 0, 0.22);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
}

.page-about-us .ph-about-highlight::before {
  content: "";
  position: absolute;
  inset: 16px auto 16px 0;
  width: 3px;
  border-radius: 999px;
  background: linear-gradient(180deg, rgba(255, 197, 58, 0.12), rgba(255, 197, 58, 0.9));
}

.page-about-us .ph-about-highlight__index {
  color: rgba(255, 255, 255, 0.48);
  font-family: var(--ph-font-display);
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.page-about-us .ph-about-highlight strong {
  color: #ffffff;
  font-family: var(--ph-font-display);
  font-size: clamp(1.1rem, 1.6vw, 1.3rem);
  font-weight: 700;
  line-height: 1.15;
}

.page-about-us .ph-about-highlight p {
  margin: 0;
  color: rgba(255, 255, 255, 0.72);
  font-family: var(--ph-font-body);
  font-size: 0.98rem;
  line-height: 1.55;
}

.page-about-us .ph-about-story,
.page-about-us .ph-about-team {
  position: relative;
  padding: clamp(84px, 9vw, 116px) 0;
  background:
    var(--ph-light-surface-glow),
    linear-gradient(180deg, #f8fbff 0%, #edf5fc 100%);
}

.page-about-us .ph-about-team {
  background:
    var(--ph-light-surface-glow-soft),
    linear-gradient(180deg, #edf5fc 0%, #f4f9ff 100%);
  border-top: 1px solid rgba(16, 21, 29, 0.06);
}

.page-about-us .ph-about-story__intro,
.page-about-us .ph-about-team__intro {
  width: min(760px, 100%);
  display: grid;
  gap: 16px;
}

.page-about-us .ph-about-section-title {
  color: var(--phabout-ink);
  font-size: var(--ph-text-h2);
}

.page-about-us .ph-about-section-copy {
  color: var(--phabout-copy);
}

.page-about-us .ph-about-pillars {
  margin-top: clamp(40px, 5vw, 56px);
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: clamp(20px, 2.4vw, 28px);
}

.page-about-us .ph-about-pillar,
.page-about-us .ph-about-team-card {
  border: 1px solid rgba(16, 21, 29, 0.08);
  border-radius: 30px;
  background: var(--ph-light-surface-card);
  box-shadow: var(--phabout-shadow);
}

.page-about-us .ph-about-pillar {
  display: grid;
  gap: 18px;
  padding: clamp(24px, 3vw, 32px);
}

.page-about-us .ph-about-pillar__line {
  width: 64px;
  height: 3px;
  border-radius: 999px;
  background: linear-gradient(90deg, var(--phabout-gold) 0%, rgba(255, 197, 58, 0.18) 100%);
}

.page-about-us .ph-about-pillar h3,
.page-about-us .ph-about-team-card h3 {
  margin: 0;
  color: var(--phabout-ink);
  font-family: var(--ph-font-display);
  font-weight: 700;
  letter-spacing: -0.02em;
}

.page-about-us .ph-about-pillar h3 {
  font-size: clamp(1.28rem, 1.8vw, 1.5rem);
}

.page-about-us .ph-about-pillar p {
  margin: 0;
  color: var(--phabout-copy);
  font-family: var(--ph-font-body);
  font-size: 1rem;
  line-height: 1.72;
}

.page-about-us .ph-about-team__grid {
  margin-top: clamp(40px, 5vw, 56px);
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: clamp(22px, 2.6vw, 30px);
}

.page-about-us .ph-about-team-card {
  overflow: hidden;
  transition: transform 0.22s ease, box-shadow 0.22s ease, border-color 0.22s ease;
}

.page-about-us .ph-about-team-card:hover {
  transform: translateY(-4px);
  border-color: rgba(198, 154, 34, 0.24);
  box-shadow: var(--phabout-shadow-strong);
}

.page-about-us .ph-about-team-card__media {
  position: relative;
  margin: 0;
  aspect-ratio: 4 / 5;
  overflow: hidden;
  background: #dfe7f0;
}

.page-about-us .ph-about-team-card__media::after {
  content: "";
  position: absolute;
  inset: auto 0 0;
  height: 32%;
  background: linear-gradient(180deg, rgba(16, 21, 29, 0) 0%, rgba(16, 21, 29, 0.08) 100%);
  pointer-events: none;
}

.page-about-us .ph-about-team-card__media img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: var(--ph-about-photo-position, 50% 20%);
  transition: transform 0.28s ease;
}

.page-about-us .ph-about-team-card:hover .ph-about-team-card__media img {
  transform: scale(1.03);
}

.page-about-us .ph-about-team-card__body {
  display: grid;
  gap: 10px;
  padding: 22px 22px 24px;
}

.page-about-us .ph-about-team-card__credential {
  margin: 0;
  color: #c69a22;
  font-family: var(--ph-font-display);
  font-size: 0.82rem;
  font-weight: 700;
  letter-spacing: 0.16em;
  line-height: 1.2;
  text-transform: uppercase;
}

.page-about-us .ph-about-team-card h3 {
  font-size: clamp(1.18rem, 1.6vw, 1.42rem);
}

.page-about-us .ph-about-team-card__detail {
  margin: 0;
  color: var(--phabout-copy);
  font-family: var(--ph-font-body);
  font-size: 0.98rem;
  line-height: 1.55;
}

.page-about-us .ph-about-cta {
  padding: clamp(68px, 8vw, 96px) 0;
  color: #ffffff;
  background:
    radial-gradient(circle at 20% 20%, rgba(255, 197, 58, 0.14), transparent 24%),
    linear-gradient(180deg, #121821 0%, #0f141b 100%);
}

.page-about-us .ph-about-cta__shell {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: clamp(24px, 4vw, 48px);
  align-items: center;
}

.page-about-us .ph-about-cta__content {
  display: grid;
  gap: 14px;
  width: min(760px, 100%);
}

.page-about-us .ph-about-section-title--dark {
  color: #ffffff;
}

.page-about-us .ph-about-section-copy--dark {
  color: rgba(255, 255, 255, 0.76);
}

@media (prefers-reduced-motion: no-preference) {
  .page-about-us .ph-about-highlight,
  .page-about-us .ph-about-pillar,
  .page-about-us .ph-about-team-card {
    animation: phAboutRiseIn 0.72s ease both;
  }

  .page-about-us .ph-about-highlight:nth-child(2),
  .page-about-us .ph-about-pillar:nth-child(2),
  .page-about-us .ph-about-team-card:nth-child(2) {
    animation-delay: 0.08s;
  }

  .page-about-us .ph-about-highlight:nth-child(3),
  .page-about-us .ph-about-pillar:nth-child(3),
  .page-about-us .ph-about-team-card:nth-child(3) {
    animation-delay: 0.16s;
  }

  .page-about-us .ph-about-team-card:nth-child(4) {
    animation-delay: 0.22s;
  }

  .page-about-us .ph-about-team-card:nth-child(5) {
    animation-delay: 0.3s;
  }
}

@keyframes phAboutRiseIn {
  from {
    opacity: 0;
    transform: translateY(18px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@media (max-width: 1120px) {
  .page-about-us .ph-about-cta__shell {
    grid-template-columns: minmax(0, 1fr);
  }

  .page-about-us .ph-about-pillars,
  .page-about-us .ph-about-team__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 780px) {
  .page-about-us .ph-about-shell {
    width: min(100% - 32px, 1280px);
  }

  .page-about-us .ph-about-hero {
    min-height: auto;
    padding-top: calc(var(--ph-overlay-header-height, 121px) + 36px);
  }

  .page-about-us .ph-about-hero__shell {
    flex: initial;
    grid-template-rows: auto auto;
    gap: 24px;
  }

  .page-about-us .ph-about-hero__content {
    align-self: start;
  }

  .page-about-us .ph-about-hero::before {
    background-position: 72% 16%;
  }

  .page-about-us .ph-about-hero__title {
    font-size: clamp(2.45rem, 14vw, 3.4rem);
    line-height: 0.9;
  }

  .page-about-us .ph-about-hero__rail,
  .page-about-us .ph-about-pillars,
  .page-about-us .ph-about-team__grid {
    grid-template-columns: minmax(0, 1fr);
  }

  .page-about-us .ph-about-highlight {
    backdrop-filter: none;
    -webkit-backdrop-filter: none;
  }
}
