/* TalentProof — About Us (/about/) — dark-first, matches home voice */

body.page-about {
  background: var(--bg-1, #0a0a0b);
}

body.page-about .main {
  padding: 0;
  max-width: none;
}

/* Hero already clears the fixed nav — don't stack base.css first-section offset */
body.page-about section:first-of-type {
  padding-block-start: 0;
}

/* ----- Shared ----- */
body.page-about .ab-rail {
  width: 100%;
  max-width: none;
  padding-inline: var(--inset);
}

body.page-about .ab-rail--narrow {
  max-width: 42rem;
}

body.page-about .ab-eyebrow {
  display: flex;
  align-items: center;
  gap: 8px;
  margin: 0 0 clamp(16px, 2.5vh, 28px);
  font-size: 10px;
  font-weight: 600;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.4);
}

body.page-about .ab-eyebrow__pip {
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: var(--red, #ff2d2d);
  flex-shrink: 0;
  box-shadow: 0 0 8px rgba(255, 45, 45, 0.55);
}

body.page-about .ab-section {
  position: relative;
  padding-block: var(--section-gap-y, 160px);
  border-top: 1px solid rgba(255, 255, 255, 0.06);
}

body.page-about .ab-section__title {
  margin: 0 0 clamp(28px, 4vh, 48px);
  font-family: var(--font-sans);
  font-size: clamp(1.75rem, 4vw, 3.25rem);
  font-weight: 900;
  line-height: 1.05;
  letter-spacing: -0.04em;
  color: var(--white, #fff);
  text-wrap: balance;
}

body.page-about .ab-section__title--stack {
  display: flex;
  flex-direction: column;
  gap: 0.05em;
}

body.page-about .ab-hl-ghost {
  color: rgba(255, 255, 255, 0.28);
  text-transform: uppercase;
}

body.page-about .ab-hl-white {
  color: var(--white, #fff);
  text-transform: uppercase;
}

body.page-about .ab-hl-red {
  color: var(--red, #ff2d2d);
  text-transform: uppercase;
  text-shadow: 0 0 40px rgba(255, 45, 45, 0.28);
}

body.page-about .ab-section p {
  margin: 0 0 1.15em;
  font-size: clamp(0.9375rem, 1.35vw, 1.0625rem);
  line-height: 1.65;
  color: var(--text-secondary, #b4b4bd);
  max-width: 62ch;
}

body.page-about .ab-section p:last-child {
  margin-bottom: 0;
}

body.page-about .ab-section em {
  font-style: italic;
  color: rgba(255, 255, 255, 0.88);
}

body.page-about .ab-inline-link {
  display: inline;
  color: var(--red, #ff2d2d);
  font-weight: 600;
  text-decoration: none;
  transition: color var(--duration-fast, 150ms) var(--ease-out);
}

body.page-about .ab-inline-link:hover {
  color: #ff5050;
}

body.page-about .ab-gt {
  color: var(--red, #ff2d2d);
  margin: 0 0.15em;
}

/* ----- Hero (one composition) ----- */
body.page-about .ab-hero {
  position: relative;
  min-height: 100vh;
  display: flex;
  align-items: flex-end;
  padding-top: calc(var(--tp-nav-fixed-offset, 62px) + clamp(48px, 8vh, 96px));
  padding-bottom: clamp(48px, 10vh, 120px);
  overflow: hidden;
}

body.page-about .ab-hero__bg {
  position: absolute;
  inset: 0;
  z-index: 0;
  background: var(--bg-1, #0a0a0b);
  background-image:
    radial-gradient(ellipse 90% 70% at 70% 110%, rgba(255, 45, 45, 0.06) 0%, transparent 55%),
    radial-gradient(ellipse 70% 50% at 10% 40%, rgba(28, 28, 32, 0.55) 0%, transparent 50%);
}

body.page-about .ab-hero__grain {
  position: absolute;
  inset: 0;
  z-index: 1;
  opacity: 0.032;
  pointer-events: none;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 256 256' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.85' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)'/%3E%3C/svg%3E");
}

body.page-about .ab-hero__atm {
  position: absolute;
  bottom: -15%;
  left: 50%;
  transform: translateX(-50%);
  width: 70vw;
  height: 55vh;
  z-index: 1;
  pointer-events: none;
  background: radial-gradient(ellipse, rgba(255, 45, 45, 0.05) 0%, transparent 68%);
}

body.page-about .ab-hero__wm {
  z-index: 1;
}

body.page-about .ab-hero__inner {
  position: relative;
  z-index: 2;
  width: 100%;
  padding-inline: var(--inset);
  max-width: 52rem;
}

body.page-about .ab-hero__kicker {
  margin: 0 0 clamp(12px, 2vh, 20px);
  font-size: clamp(0.75rem, 1.2vw, 0.875rem);
  font-weight: 500;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.45);
}

body.page-about .ab-hero__title {
  margin: 0 0 clamp(24px, 4vh, 40px);
  font-family: var(--font-sans);
  font-size: clamp(2.4rem, 6.5vw, 5.5rem);
  font-weight: 900;
  line-height: 0.92;
  letter-spacing: -0.045em;
  text-transform: uppercase;
}

body.page-about .ab-hero__line {
  display: block;
}

body.page-about .ab-hero__line--ghost {
  color: rgba(255, 255, 255, 0.32);
}

body.page-about .ab-hero__line--white {
  color: var(--white, #fff);
}

body.page-about .ab-hero__line--red {
  color: var(--red, #ff2d2d);
  text-shadow: 0 0 48px rgba(255, 45, 45, 0.3);
}

body.page-about .ab-hero__lead {
  margin: 0 0 clamp(16px, 2.5vh, 24px);
  max-width: 42rem;
  font-size: clamp(0.9375rem, 1.4vw, 1.125rem);
  font-weight: 300;
  line-height: 1.55;
  color: var(--text-muted, #9ca3af);
}

body.page-about .ab-hero__punch {
  margin: 0 0 clamp(40px, 8vh, 72px);
  font-size: clamp(1rem, 1.6vw, 1.25rem);
  font-weight: 600;
  color: rgba(255, 255, 255, 0.88);
}

body.page-about .ab-hero__punch em {
  color: var(--red, #ff2d2d);
  font-style: normal;
}

body.page-about .ab-hero__scroll {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.4);
  text-decoration: none;
  transition: color 0.2s ease;
}

body.page-about .ab-hero__scroll:hover {
  color: rgba(255, 255, 255, 0.75);
}

body.page-about .ab-hero__scroll-line {
  display: block;
  width: 1px;
  height: 36px;
  background: linear-gradient(to bottom, var(--red, #ff2d2d), transparent);
}

/* ----- Exist ----- */
body.page-about .ab-exist__copy {
  max-width: 40rem;
}

body.page-about .ab-exist__close {
  margin-top: 1.5em !important;
  font-size: clamp(1.125rem, 2vw, 1.5rem) !important;
  font-weight: 600;
  color: rgba(255, 255, 255, 0.92) !important;
}

body.page-about .ab-exist__close em {
  color: var(--red, #ff2d2d);
  font-style: normal;
}

/* ----- Problem ----- */
body.page-about .ab-problem__list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1px;
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.06);
  margin: 0 0 clamp(32px, 5vh, 56px);
}

body.page-about .ab-problem__item {
  background: var(--bg-1, #0a0a0b);
  padding: clamp(24px, 3.5vh, 40px) clamp(20px, 2.5vw, 32px);
  transition: background 0.2s ease;
}

@media (hover: hover) {
  body.page-about .ab-problem__item:hover {
    background: rgba(255, 255, 255, 0.02);
  }
}

body.page-about .ab-problem__meta {
  display: flex;
  align-items: baseline;
  gap: 12px;
  margin-bottom: clamp(14px, 2vh, 22px);
}

body.page-about .ab-problem__num {
  font-family: var(--font-mono, ui-monospace, monospace);
  font-size: 11px;
  font-weight: 500;
  letter-spacing: 0.08em;
  color: var(--red, #ff2d2d);
}

body.page-about .ab-problem__label {
  margin: 0;
  font-size: clamp(1.125rem, 1.8vw, 1.5rem);
  font-weight: 800;
  letter-spacing: -0.03em;
  text-transform: uppercase;
  color: var(--white, #fff);
}

body.page-about .ab-problem__text {
  margin: 0 !important;
  max-width: none !important;
  font-size: clamp(0.875rem, 1.2vw, 0.975rem) !important;
  line-height: 1.6 !important;
  color: rgba(255, 255, 255, 0.52) !important;
}

body.page-about .ab-problem__close {
  margin: 0 !important;
  font-size: clamp(1rem, 1.6vw, 1.25rem) !important;
  font-weight: 600;
  color: rgba(255, 255, 255, 0.85) !important;
  max-width: 36rem !important;
}

/* ----- Believe ----- */
body.page-about .ab-believe__list {
  list-style: none;
  margin: 0 0 clamp(32px, 5vh, 48px);
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 0;
  border-top: 1px solid rgba(255, 255, 255, 0.06);
}

body.page-about .ab-believe__item {
  padding: clamp(28px, 4vh, 44px) 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.06);
}

body.page-about .ab-believe__name {
  margin: 0 0 12px;
  font-size: clamp(1.25rem, 2.2vw, 1.75rem);
  font-weight: 800;
  letter-spacing: -0.03em;
  color: var(--white, #fff);
}

body.page-about .ab-believe__item p {
  margin: 0;
  max-width: 52ch;
}

body.page-about .ab-believe__footer {
  margin: 0 !important;
  font-size: clamp(1rem, 1.5vw, 1.125rem) !important;
  color: rgba(255, 255, 255, 0.72) !important;
}

/* ----- Built ----- */
body.page-about .ab-built__lead {
  margin-bottom: clamp(32px, 5vh, 48px) !important;
  max-width: 48rem !important;
}

body.page-about .ab-signals {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: clamp(20px, 3vw, 40px);
  margin-bottom: clamp(36px, 6vh, 64px);
}

body.page-about .ab-signal__tag {
  display: block;
  margin-bottom: 12px;
  font-family: var(--font-mono, ui-monospace, monospace);
  font-size: 11px;
  letter-spacing: 0.1em;
  color: var(--red, #ff2d2d);
}

body.page-about .ab-signal__title {
  margin: 0 0 10px;
  font-size: clamp(1.125rem, 1.8vw, 1.375rem);
  font-weight: 800;
  letter-spacing: -0.02em;
  color: var(--white, #fff);
}

body.page-about .ab-signal__text {
  margin: 0 !important;
  max-width: none !important;
  font-size: 0.9375rem !important;
  color: rgba(255, 255, 255, 0.5) !important;
}

body.page-about .ab-built__punch {
  margin: 0 0 clamp(24px, 4vh, 36px) !important;
  font-size: clamp(1.25rem, 2.4vw, 1.75rem) !important;
  font-weight: 800;
  letter-spacing: -0.03em;
  color: var(--white, #fff) !important;
  max-width: none !important;
}

body.page-about .ab-built__punch em {
  color: var(--red, #ff2d2d);
  font-style: normal;
}

body.page-about .ab-worlds {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 0;
  border-top: 1px solid rgba(255, 255, 255, 0.06);
}

body.page-about .ab-worlds li {
  display: grid;
  grid-template-columns: minmax(7rem, 9rem) 1fr;
  gap: clamp(16px, 2vw, 28px);
  padding: clamp(18px, 2.5vh, 28px) 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.06);
  color: rgba(255, 255, 255, 0.55);
  font-size: clamp(0.9375rem, 1.3vw, 1.0625rem);
  line-height: 1.55;
}

body.page-about .ab-worlds__who {
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  font-size: 0.75rem;
  color: rgba(255, 255, 255, 0.85);
  padding-top: 0.2em;
}

/* ----- Team ----- */
body.page-about .ab-team__copy {
  margin-bottom: clamp(20px, 3vh, 28px) !important;
}

body.page-about .ab-team__link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--white, #fff);
  text-decoration: none;
  padding: 12px 22px;
  background: var(--red, #ff2d2d);
  border: 1px solid var(--red, #ff2d2d);
  border-radius: 4px;
  transition: background 0.2s ease, box-shadow 0.2s ease, transform 0.2s ease;
}

body.page-about .ab-team__link:hover {
  background: #e01f1f;
  color: #fff;
  box-shadow: 0 0 20px rgba(255, 45, 45, 0.35);
  transform: translateY(-1px);
}

/* ----- Headed ----- */
body.page-about .ab-headed__copy {
  max-width: 44rem;
}

body.page-about .ab-headed__live {
  margin-top: 1.5em !important;
  font-size: clamp(1.125rem, 2vw, 1.375rem) !important;
  font-weight: 600;
  color: rgba(255, 255, 255, 0.9) !important;
}

body.page-about .ab-headed__live em {
  color: var(--red, #ff2d2d);
  font-style: italic;
}

/* ----- Sides CTA ----- */
body.page-about .ab-sides {
  padding-bottom: clamp(80px, 12vh, 140px);
}

body.page-about .ab-sides__bands {
  display: flex;
  flex-direction: column;
  gap: 1px;
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.06);
  margin-bottom: clamp(40px, 6vh, 64px);
}

body.page-about .ab-side {
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: clamp(16px, 3vw, 32px);
  padding: clamp(22px, 3.5vh, 36px) clamp(20px, 2.5vw, 36px);
  background: var(--bg-1, #0a0a0b);
  text-decoration: none;
  color: inherit;
  transition: background 0.2s ease;
}

@media (hover: hover) {
  body.page-about .ab-side:hover {
    background: rgba(255, 45, 45, 0.04);
  }

  body.page-about .ab-side:hover .ab-side__cta {
    color: #fff;
    background: var(--red, #ff2d2d);
    border-color: var(--red, #ff2d2d);
  }
}

body.page-about .ab-side__num {
  font-family: var(--font-mono, ui-monospace, monospace);
  font-size: 12px;
  color: rgba(255, 255, 255, 0.28);
}

body.page-about .ab-side__tag {
  display: block;
  margin-bottom: 6px;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--red, #ff2d2d);
}

body.page-about .ab-side__text {
  margin: 0 !important;
  max-width: 36rem !important;
  font-size: clamp(0.9375rem, 1.4vw, 1.125rem) !important;
  color: rgba(255, 255, 255, 0.78) !important;
  line-height: 1.4 !important;
}

body.page-about .ab-side__cta {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  flex-shrink: 0;
  padding: 12px 18px;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--red, #ff2d2d);
  border: 1px solid rgba(255, 45, 45, 0.4);
  background: rgba(255, 45, 45, 0.05);
  border-radius: 4px;
  white-space: nowrap;
  transition: background 0.2s ease, color 0.2s ease, border-color 0.2s ease;
}

body.page-about .ab-sides__close {
  margin: 0 !important;
  text-align: center;
  font-size: clamp(1.5rem, 4vw, 2.75rem) !important;
  font-weight: 900;
  letter-spacing: -0.04em;
  text-transform: uppercase;
  color: var(--white, #fff) !important;
  max-width: none !important;
}

/* ----- Motion ----- */
@media (prefers-reduced-motion: no-preference) {
  body.page-about.lp-body-loaded .ab-hero__kicker,
  body.page-about.lp-body-loaded .ab-hero__title,
  body.page-about.lp-body-loaded .ab-hero__lead,
  body.page-about.lp-body-loaded .ab-hero__punch,
  body.page-about.lp-body-loaded .ab-hero__scroll {
    animation: ab-fade-up 0.85s cubic-bezier(0.22, 1, 0.36, 1) both;
  }

  body.page-about.lp-body-loaded .ab-hero__kicker { animation-delay: 0.05s; }
  body.page-about.lp-body-loaded .ab-hero__title { animation-delay: 0.12s; }
  body.page-about.lp-body-loaded .ab-hero__lead { animation-delay: 0.28s; }
  body.page-about.lp-body-loaded .ab-hero__punch { animation-delay: 0.38s; }
  body.page-about.lp-body-loaded .ab-hero__scroll { animation-delay: 0.5s; }
}

@keyframes ab-fade-up {
  from {
    opacity: 0;
    transform: translateY(18px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@media (prefers-reduced-motion: reduce) {
  body.page-about.lp-body-loaded .ab-hero__kicker,
  body.page-about.lp-body-loaded .ab-hero__title,
  body.page-about.lp-body-loaded .ab-hero__lead,
  body.page-about.lp-body-loaded .ab-hero__punch,
  body.page-about.lp-body-loaded .ab-hero__scroll {
    animation: none;
  }
}

/* ----- Responsive ----- */
@media (max-width: 900px) {
  body.page-about .ab-problem__list,
  body.page-about .ab-signals {
    grid-template-columns: 1fr;
  }

  body.page-about .ab-side {
    grid-template-columns: auto 1fr;
    grid-template-rows: auto auto;
  }

  body.page-about .ab-side__cta {
    grid-column: 2;
    justify-self: start;
    margin-top: 4px;
  }

  body.page-about .ab-worlds li {
    grid-template-columns: 1fr;
    gap: 6px;
  }
}

@media (max-width: 767px) {
  body.page-about .ab-section {
    padding-block: clamp(72px, 14vh, 120px);
  }

  body.page-about .ab-hero {
    align-items: center;
    min-height: auto;
    padding-top: clamp(72px, 12vh, 100px);
    padding-bottom: clamp(56px, 10vh, 80px);
  }

  body.page-about .ab-side__cta {
    white-space: normal;
  }
}
