/**
 * About page - pure OLED canvas so neon tubes run the full page.
 */

body.page-about,
body.page-about.has-tubes,
body.page-about.has-tubes-live {
  background: #000000 !important;
  color: rgba(255, 255, 255, 0.88);
}

body.page-about .site-main {
  background: transparent !important;
  color: rgba(255, 255, 255, 0.88);
}

body.page-about .site-main > section,
body.page-about .hero,
body.page-about .hero--about,
body.page-about .section,
body.page-about .section--gray,
body.page-about .section--black,
body.page-about .section--dark,
body.page-about .section--white {
  background: transparent !important;
  background-image: none !important;
  backdrop-filter: none !important;
  -webkit-backdrop-filter: none !important;
  color: rgba(255, 255, 255, 0.88);
  border-color: transparent !important;
}

/* Beat unified inner-hero white shells + watermark */
html.has-tubes body.page-about .site-main > .hero.hero--about,
html.has-tubes body.page-about.has-tubes-live .site-main .hero.hero--about,
body.page-about .site-main > section.hero.hero--about {
  position: relative;
  background: transparent !important;
  background-color: transparent !important;
  background-image: none !important;
  color: #fff !important;
  min-height: 70vh !important;
  padding-top: clamp(7rem, 14vw, 9.5rem) !important;
  padding-bottom: clamp(3rem, 7vw, 5rem) !important;
  overflow: hidden;
}

html.has-tubes body.page-about .site-main .hero.hero--about::before,
body.page-about .site-main .hero.hero--about::before {
  content: none !important;
  display: none !important;
  background: none !important;
  opacity: 0 !important;
}

/* True centre: kill left-biased brand mark / max-width blocks */
body.page-about .hero--about .hero--about__grid,
body.page-about .hero--about .hero__content {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  max-width: 56rem;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}

body.page-about .hero--about .hero-brand-mark,
body.page-about .hero--about .hero-brand-mark--centred {
  align-items: center;
  justify-content: center;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}

body.page-about .site-main .hero.hero--about .hero__title,
body.page-about .site-main .hero:not(.hero--minimal) .hero__title {
  color: #ffffff !important;
  -webkit-text-fill-color: #ffffff;
  text-shadow: 0 2px 24px rgba(0, 0, 0, 0.55);
  text-align: center;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

/* Optical balance for tight tracking on large display type */
body.page-about .hero--about .hero-brand-mark__word,
body.page-about .hero--about .hero__title {
  padding-left: 0.04em;
}

body.page-about .section__title,
body.page-about .section__title strong,
body.page-about .hero-brand-mark__word,
body.page-about .section__header h1,
body.page-about .section__header h2,
body.page-about .section__header h3,
body.page-about .card__title {
  color: #ffffff !important;
  -webkit-text-fill-color: #ffffff;
  text-shadow: 0 2px 24px rgba(0, 0, 0, 0.55);
  text-align: center;
}

body.page-about .section__title strong {
  color: var(--energy-orange, #ff4d20) !important;
  -webkit-text-fill-color: var(--energy-orange, #ff4d20);
}

body.page-about .site-main .hero.hero--about .hero__title .highlight,
body.page-about .site-main .hero:not(.hero--minimal) .hero__title .highlight {
  color: var(--energy-orange, #ff4d20) !important;
  -webkit-text-fill-color: var(--energy-orange, #ff4d20);
}

body.page-about .site-main .hero.hero--about .hero__description,
body.page-about .site-main .hero:not(.hero--minimal) .hero__description {
  color: rgba(255, 255, 255, 0.72) !important;
  text-shadow: 0 1px 14px rgba(0, 0, 0, 0.45);
  text-align: center;
  max-width: 42rem;
  margin-left: auto;
  margin-right: auto;
}

body.page-about .hero-brand-mark__meta,
body.page-about .section__badge {
  color: rgba(255, 255, 255, 0.72) !important;
  text-shadow: 0 1px 14px rgba(0, 0, 0, 0.45);
  text-align: center;
}

body.page-about .section__description,
body.page-about .card__description {
  color: rgba(255, 255, 255, 0.72) !important;
  text-shadow: 0 1px 14px rgba(0, 0, 0, 0.45);
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}

body.page-about .section__header {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}

body.page-about .section__description {
  max-width: 42rem;
  margin-left: auto;
  margin-right: auto;
}

body.page-about .highlight {
  color: var(--energy-orange, #ff4d20) !important;
}

body.page-about .section__badge {
  background: rgba(255, 77, 32, 0.14) !important;
  border: 1px solid rgba(255, 77, 32, 0.35);
  color: var(--energy-orange, #ff4d20) !important;
}

/* Hero stat cards (were solid white) */
body.page-about .hero--about .stats-row .stat,
body.page-about .stats-row .stat,
body.page-about .stat {
  background: rgba(255, 255, 255, 0.05) !important;
  border: 1px solid rgba(255, 255, 255, 0.12) !important;
  border-radius: 16px !important;
  box-shadow: none !important;
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  color: rgba(255, 255, 255, 0.88);
}

body.page-about .hero--about .stats-row .stat:hover,
body.page-about .stat:hover {
  transform: translateY(-4px);
  border-color: rgba(255, 77, 32, 0.4) !important;
  background: rgba(255, 255, 255, 0.08) !important;
  box-shadow: none !important;
}

body.page-about .stat__value {
  color: #ffffff !important;
}

body.page-about .stat__label {
  color: rgba(255, 255, 255, 0.55) !important;
}

body.page-about .stats-row {
  width: 100%;
  max-width: 48rem;
  margin-left: auto;
  margin-right: auto;
  border-color: rgba(255, 255, 255, 0.1) !important;
}

/* Soft glass cards - readable, tubes still ghost behind */
body.page-about .site-main .cards-grid > .card,
body.page-about .card,
body.page-about .about-approach-card,
body.page-about .section--gray .cards-grid > .card.about-approach-card {
  background: rgba(255, 255, 255, 0.04) !important;
  border: 1px solid rgba(255, 255, 255, 0.1) !important;
  box-shadow: none !important;
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  color: rgba(255, 255, 255, 0.88);
}

body.page-about .card:hover,
body.page-about .about-approach-card:hover {
  background: rgba(255, 255, 255, 0.07) !important;
  border-color: rgba(255, 77, 32, 0.35) !important;
}

body.page-about .about-card__anim,
body.page-about .about-card__anim.card__icon {
  background: transparent !important;
}

body.page-about .about-card__anim-media,
body.page-about .about-hero-visual__media {
  mix-blend-mode: screen;
}

body.page-about .about-hero-visual {
  width: 100%;
  display: flex;
  justify-content: center;
}

body.page-about .about-hero-visual__frame {
  background: rgba(255, 255, 255, 0.04) !important;
  border: 1px solid rgba(255, 255, 255, 0.12) !important;
  box-shadow: 0 24px 60px rgba(0, 0, 0, 0.45) !important;
}

body.page-about .btn-secondary,
body.page-about .btn-pill-outline {
  color: #fff !important;
  border-color: rgba(255, 255, 255, 0.35) !important;
  background: transparent !important;
}

body.page-about .btn-secondary:hover,
body.page-about .btn-pill-outline:hover {
  border-color: rgba(255, 255, 255, 0.7) !important;
  background: rgba(255, 255, 255, 0.08) !important;
}

body.page-about .site-footer,
body.page-about .site-footer--minimal,
body.page-about footer.site-footer {
  background: rgba(0, 0, 0, 0.35) !important;
  border-top: 1px solid rgba(255, 255, 255, 0.08) !important;
}

/* Kill inline light-theme colours on the why-choose grid */
body.page-about .site-main [style*="color: var(--black)"],
body.page-about .site-main [style*="color: var(--gray-600)"],
body.page-about .site-main [style*="color: var(--gray-400)"] {
  color: rgba(255, 255, 255, 0.72) !important;
}

body.page-about .site-main h3[style*="color: var(--black)"] {
  color: #ffffff !important;
}
