/* =========================================================
   About page only — premium enterprise redesign
   Scoped under .abt / .about-page. Does not alter globals.
   ========================================================= */

.about-page.abt {
  --abt-max: 1320px;
  --abt-pad-y: 80px;
  --abt-gap: 56px;
  --abt-gap-sm: 36px;
  --abt-radius: 28px;
  --abt-radius-sm: 20px;
  --abt-ease: cubic-bezier(0.22, 1, 0.36, 1);
  overflow-x: clip;
  background: var(--paper);
}

.abt-shell {
  width: min(100% - 2.5rem, var(--abt-max));
  margin-inline: auto;
}

/* Shared split layout — stretch so images match text column height */
.abt-story__grid,
.abt-why__split,
.abt-mfg__grid,
.abt-qa__layout,
.abt-hero__layout {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: var(--abt-gap);
  align-items: stretch;
}

/* Shared media frames — fill the full height of the text content */
.abt-story__media,
.abt-why__media,
.abt-mfg__media,
.abt-qa__media {
  position: relative;
  margin: 0;
  width: 100%;
  min-height: 420px;
  align-self: stretch;
  border-radius: var(--abt-radius);
  overflow: hidden;
  background: var(--teal-soft);
  box-shadow: 0 28px 64px rgba(6, 38, 40, 0.12);
}

.abt-story__media img,
.abt-why__media img,
.abt-mfg__media img,
.abt-qa__media img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  max-width: none;
  object-fit: cover;
  object-position: center;
  display: block;
}

.abt-story__content,
.abt-why__content,
.abt-mfg__content,
.abt-qa__copy {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  text-align: left;
  width: 100%;
  min-width: 0;
  padding-top: 8px;
}

.abt-story__content > *,
.abt-why__content > *,
.abt-mfg__content > *,
.abt-qa__copy > * {
  width: 100%;
  max-width: 36rem;
}

/* Base text alignment system */
.about-page.abt p,
.about-page.abt h1,
.about-page.abt h2,
.about-page.abt h3,
.about-page.abt h4,
.about-page.abt li,
.about-page.abt strong,
.about-page.abt span {
  text-wrap: pretty;
}

.abt-kicker {
  margin: 0 0 16px;
  font-size: 0.76rem;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--orange);
  text-align: inherit;
}

.abt-kicker--light {
  color: rgba(241, 122, 40, 0.9);
}

.abt-heading {
  margin: 0;
  font-family: var(--font-display);
  font-weight: 800;
  font-size: clamp(2rem, 3.4vw, 2.85rem);
  line-height: 1.12;
  letter-spacing: -0.02em;
  color: var(--teal-deep);
  text-align: inherit;
}

.abt-heading--light {
  color: #ffffff;
}

.abt-sub {
  margin: 16px 0 0;
  max-width: 36rem;
  font-size: 1.05rem;
  line-height: 1.7;
  color: var(--muted);
  text-align: inherit;
}

.abt-sub--light {
  color: rgba(255, 255, 255, 0.68);
}

.abt-section-head {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  max-width: 40rem;
  margin: 0 auto 64px;
}

.abt-section-head .abt-kicker,
.abt-section-head .abt-heading,
.abt-section-head .abt-sub {
  width: 100%;
  text-align: center;
}

.abt-section-head .abt-sub {
  margin-inline: auto;
}

.abt-section-head--left {
  align-items: flex-start;
  text-align: left;
  margin-inline: 0;
  max-width: 36rem;
  width: 100%;
}

.abt-section-head--left .abt-kicker,
.abt-section-head--left .abt-heading,
.abt-section-head--left .abt-sub {
  text-align: left;
  margin-inline: 0;
}

.abt-section-head--light:not(.abt-section-head--left) {
  align-items: center;
  text-align: center;
}

.abt-section-head--light:not(.abt-section-head--left) .abt-kicker,
.abt-section-head--light:not(.abt-section-head--left) .abt-heading,
.abt-section-head--light:not(.abt-section-head--left) .abt-sub {
  text-align: center;
}

.abt-section-head--light.abt-section-head--left {
  align-items: flex-start;
  text-align: left;
}

.abt-section-head--light.abt-section-head--left .abt-kicker,
.abt-section-head--light.abt-section-head--left .abt-heading,
.abt-section-head--light.abt-section-head--left .abt-sub {
  text-align: left;
  margin-inline: 0;
}

.abt-badge {
  display: inline-flex;
  align-items: center;
  padding: 8px 14px;
  border-radius: 999px;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.88);
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.18);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
}

/* ---------- 01 Hero ---------- */
.abt-hero {
  position: relative;
  isolation: isolate;
  min-height: min(72vh, 680px);
  display: grid;
  align-items: center;
  justify-items: stretch;
  padding: 88px 0 72px;
  color: var(--white);
  overflow: hidden;
  background: #062628;
  text-align: left;
}

.abt-hero__bg {
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none;
}

.abt-hero__img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  max-width: none;
  object-fit: cover;
  object-position: center right;
  transform: scale(1.06);
  will-change: transform;
}

.abt-hero__veil {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(105deg, rgba(4, 28, 30, 0.94) 0%, rgba(6, 38, 40, 0.82) 38%, rgba(6, 38, 40, 0.45) 68%, rgba(6, 38, 40, 0.28) 100%),
    linear-gradient(0deg, rgba(4, 28, 30, 0.5) 0%, transparent 46%);
}

.abt-hero__orb {
  position: absolute;
  border-radius: 50%;
  filter: blur(90px);
  animation: abtOrb 14s ease-in-out infinite;
}

.abt-hero__orb--a {
  width: min(48vw, 420px);
  height: min(48vw, 420px);
  top: -16%;
  right: 8%;
  background: rgba(20, 84, 88, 0.5);
}

.abt-hero__orb--b {
  width: min(36vw, 300px);
  height: min(36vw, 300px);
  bottom: -12%;
  left: 10%;
  background: rgba(241, 122, 40, 0.22);
  animation-delay: -6s;
}

@keyframes abtOrb {
  0%, 100% { transform: translate(0, 0) scale(1); }
  50% { transform: translate(12px, -16px) scale(1.06); }
}

.abt-hero__layout {
  position: relative;
  z-index: 1;
  align-items: center;
}

.abt-hero__copy {
  max-width: 36rem;
  width: 100%;
  text-align: left;
  justify-self: start;
  padding-top: 0;
}

.abt-hero__copy .abt-badge,
.abt-hero__title,
.abt-hero__lead {
  text-align: left;
}

.abt-hero__title {
  margin: 24px 0 0;
  font-family: var(--font-display);
  font-weight: 800;
  font-size: clamp(2.4rem, 5vw, 4rem);
  line-height: 1.05;
  letter-spacing: -0.03em;
  color: #ffffff;
}

.abt-hero__title span {
  display: block;
  text-align: left;
}

.abt-hero__title span:last-child {
  color: var(--orange);
}

.abt-hero__lead {
  margin: 24px 0 0;
  max-width: 34rem;
  font-size: 1.08rem;
  line-height: 1.7;
  color: rgba(255, 255, 255, 0.72);
  text-align: left;
}

.abt-hero__actions {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  gap: 16px;
  margin-top: 40px;
}

.abt-hero__actions .btn--ghost {
  color: var(--white);
  border-color: rgba(255, 255, 255, 0.35);
  background: rgba(255, 255, 255, 0.08);
}

.abt-hero__actions .btn--ghost:hover {
  color: var(--white);
  background: rgba(255, 255, 255, 0.16);
}

.abt-hero__stage {
  position: relative;
  min-height: 420px;
  display: grid;
  place-items: center;
}

.abt-hero__visual {
  width: min(100%, 420px);
  aspect-ratio: 1;
  border-radius: 32px;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.16);
  box-shadow: 0 40px 80px rgba(0, 0, 0, 0.35);
  background: rgba(255, 255, 255, 0.06);
  backdrop-filter: blur(16px);
}

.abt-hero__equip {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: scale(1.04);
  transition: transform 1.2s var(--abt-ease);
}

.abt-hero.is-ready .abt-hero__equip {
  transform: scale(1);
}

.abt-float {
  position: absolute;
  z-index: 2;
  min-width: 156px;
  padding: 16px 18px;
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.12);
  border: 1px solid rgba(255, 255, 255, 0.22);
  backdrop-filter: blur(18px);
  -webkit-backdrop-filter: blur(18px);
  box-shadow: 0 18px 40px rgba(0, 0, 0, 0.22);
  animation: abtFloat 7s ease-in-out infinite;
  text-align: left;
}

.abt-float strong {
  display: block;
  font-family: var(--font-display);
  font-size: 1.15rem;
  font-weight: 800;
  color: #fff;
  margin-bottom: 4px;
  text-align: left;
}

.abt-float span {
  display: block;
  font-size: 0.82rem;
  color: rgba(255, 255, 255, 0.7);
  text-align: left;
}

.abt-float--top {
  top: 8%;
  left: 0;
  animation-delay: 0s;
}

.abt-float--mid {
  top: 42%;
  right: -4%;
  animation-delay: -2.4s;
}

.abt-float--bot {
  bottom: 10%;
  left: 8%;
  animation-delay: -4.2s;
}

@keyframes abtFloat {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(-10px); }
}

.abt-hero__anim {
  opacity: 0;
  transform: translateY(28px);
  filter: blur(6px);
  transition:
    opacity 0.9s var(--abt-ease),
    transform 0.9s var(--abt-ease),
    filter 0.9s var(--abt-ease);
  transition-delay: calc(var(--i, 0) * 100ms + 120ms);
}

.abt-hero.is-ready .abt-hero__anim {
  opacity: 1;
  transform: none;
  filter: none;
}

/* ---------- 02 Story ---------- */
.abt-story {
  padding: var(--abt-pad-y) 0;
  background:
    radial-gradient(ellipse 50% 60% at 0% 40%, rgba(241, 122, 40, 0.06), transparent 55%),
    var(--white);
}

.abt-story__media {
  box-shadow: 0 28px 64px rgba(6, 38, 40, 0.12);
}

.abt-story__media img {
  transform: scale(1.04);
  transition: transform 1.4s var(--abt-ease);
}

.abt-story__media.is-visible img,
.abt-story__media.reveal.is-visible img {
  transform: scale(1);
}

.abt-story__content .abt-kicker,
.abt-story__content .abt-heading,
.abt-story__prose,
.abt-story__prose p {
  text-align: left;
}

.abt-story__prose {
  margin-top: 32px;
  display: grid;
  gap: 16px;
}

.abt-story__prose p {
  margin: 0;
  color: var(--muted);
  line-height: 1.75;
  font-size: 1.02rem;
}

.abt-timeline {
  list-style: none;
  margin: 48px 0 0;
  padding: 0;
  display: grid;
  gap: 0;
  position: relative;
  width: 100%;
  max-width: 36rem;
  text-align: left;
}

.abt-timeline::before {
  content: '';
  position: absolute;
  left: 7px;
  top: 8px;
  bottom: 8px;
  width: 2px;
  background: linear-gradient(180deg, var(--orange), rgba(10, 61, 64, 0.18));
  transform: scaleY(0);
  transform-origin: top center;
  transition: transform 1.2s var(--abt-ease);
}

.abt-timeline.is-drawn::before {
  transform: scaleY(1);
}

.abt-timeline__item {
  position: relative;
  display: grid;
  grid-template-columns: 24px minmax(0, 1fr);
  column-gap: 20px;
  row-gap: 4px;
  align-items: start;
  padding: 16px 0;
}

.abt-timeline__item::before {
  content: '';
  grid-column: 1;
  grid-row: 1 / span 2;
  width: 14px;
  height: 14px;
  margin-top: 4px;
  border-radius: 50%;
  background: var(--white);
  border: 3px solid var(--orange);
  box-shadow: 0 0 0 4px rgba(241, 122, 40, 0.12);
  z-index: 1;
}

.abt-timeline__year {
  display: block;
  grid-column: 2;
  font-family: var(--font-display);
  font-weight: 800;
  font-size: 0.95rem;
  color: var(--teal);
  margin: 0;
  text-align: left;
}

.abt-timeline__label {
  display: block;
  grid-column: 2;
  color: var(--muted);
  font-size: 0.98rem;
  line-height: 1.5;
  text-align: left;
}

/* ---------- 03 Mission Vision Values ---------- */
.abt-mvv {
  padding: var(--abt-pad-y) 0;
  background:
    radial-gradient(ellipse 60% 50% at 50% 0%, rgba(20, 84, 88, 0.06), transparent 55%),
    var(--paper);
}

.abt-mvv__rail {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 24px;
  position: relative;
  align-items: stretch;
}

.abt-mvv__rail::before {
  content: '';
  position: absolute;
  left: 12%;
  right: 12%;
  top: 52px;
  height: 2px;
  background: linear-gradient(90deg, transparent, rgba(241, 122, 40, 0.45), rgba(10, 61, 64, 0.2), rgba(241, 122, 40, 0.45), transparent);
  transform: scaleX(0);
  transform-origin: left center;
  transition: transform 1.1s var(--abt-ease);
  pointer-events: none;
}

.abt-mvv__rail.is-drawn::before {
  transform: scaleX(1);
}

.abt-mvv__block {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  text-align: left;
  height: 100%;
  padding: 32px 28px;
  margin: 0;
  border-radius: var(--abt-radius-sm);
  background: rgba(255, 255, 255, 0.72);
  border: 1px solid rgba(255, 255, 255, 0.9);
  box-shadow: 0 18px 44px rgba(6, 38, 40, 0.07);
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
  transition: transform 0.45s var(--abt-ease), box-shadow 0.45s var(--abt-ease), border-color 0.35s var(--abt-ease);
}

.abt-mvv__block:hover {
  transform: translateY(-8px);
  box-shadow: 0 28px 56px rgba(6, 38, 40, 0.12);
  border-color: rgba(241, 122, 40, 0.28);
}

.abt-mvv__icon {
  display: grid;
  place-items: center;
  width: 48px;
  height: 48px;
  margin-bottom: 24px;
  border-radius: 14px;
  color: var(--orange);
  background: rgba(241, 122, 40, 0.1);
  border: 1px solid rgba(241, 122, 40, 0.18);
}

.abt-mvv__icon svg {
  width: 22px;
  height: 22px;
}

.abt-mvv__block h3 {
  margin: 0 0 12px;
  font-size: 1.25rem;
  color: var(--teal-deep);
  text-align: left;
  width: 100%;
}

.abt-mvv__block p {
  margin: 0;
  color: var(--muted);
  line-height: 1.65;
  font-size: 0.98rem;
  text-align: left;
  width: 100%;
}

/* ---------- 04 Why BiotechBlend ---------- */
.abt-why {
  padding: var(--abt-pad-y) 0;
  background: var(--white);
}

.abt-why__media img {
  transform: scale(1.04);
  transition: transform 1.4s var(--abt-ease);
}

.abt-why__media.reveal.is-visible img {
  transform: scale(1);
}

.abt-why__content .abt-section-head {
  margin-bottom: 40px;
  max-width: 36rem;
}

.abt-why__points {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: 16px;
  width: 100%;
  max-width: 36rem;
}

.abt-why__points li {
  display: grid;
  grid-template-columns: 40px minmax(0, 1fr);
  gap: 16px;
  align-items: start;
  text-align: left;
  padding: 16px 18px;
  border-radius: 18px;
  background: rgba(231, 241, 241, 0.55);
  border: 1px solid rgba(10, 61, 64, 0.06);
  transition: transform 0.35s var(--abt-ease), box-shadow 0.35s var(--abt-ease), background 0.35s var(--abt-ease);
}

.abt-why__points li:hover {
  transform: translateY(-3px);
  background: rgba(255, 255, 255, 0.95);
  box-shadow: 0 16px 36px rgba(6, 38, 40, 0.08);
}

.abt-why__check {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  width: 40px;
  height: 40px;
  border-radius: 12px;
  font-size: 1.05rem;
  font-weight: 700;
  line-height: 1;
  color: var(--orange);
  background: rgba(241, 122, 40, 0.12);
  border: 1px solid rgba(241, 122, 40, 0.2);
}

.abt-why__points strong {
  display: block;
  font-family: var(--font-display);
  font-size: 1.05rem;
  color: var(--teal-deep);
  margin-bottom: 4px;
  text-align: left;
}

.abt-why__points li > div span {
  display: block;
  color: var(--muted);
  font-size: 0.95rem;
  line-height: 1.55;
  text-align: left;
}

/* ---------- 05 Industries ---------- */
.abt-industries {
  padding: var(--abt-pad-y) 0;
  background:
    radial-gradient(ellipse 55% 50% at 80% 20%, rgba(241, 122, 40, 0.07), transparent 55%),
    var(--paper);
}

.abt-hex-grid {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 24px;
}

.abt-hex {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 12px;
  text-align: left;
  min-height: 100%;
  height: 100%;
  padding: 28px 24px;
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.7);
  border: 1px solid rgba(255, 255, 255, 0.95);
  box-shadow: 0 14px 36px rgba(6, 38, 40, 0.06);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
  clip-path: none;
  transition: transform 0.4s var(--abt-ease), box-shadow 0.4s var(--abt-ease), background 0.35s var(--abt-ease);
}

.abt-hex:hover {
  transform: translateY(-8px);
  background: rgba(255, 255, 255, 0.95);
  box-shadow: 0 26px 52px rgba(6, 38, 40, 0.12);
}

.abt-hex__icon {
  display: grid;
  place-items: center;
  width: 48px;
  height: 48px;
  border-radius: 14px;
  color: var(--orange);
  background: rgba(241, 122, 40, 0.1);
  margin-bottom: 4px;
}

.abt-hex__icon svg {
  width: 22px;
  height: 22px;
}

.abt-hex strong {
  font-family: var(--font-display);
  font-size: 1.05rem;
  color: var(--teal-deep);
  line-height: 1.3;
  text-align: left;
  width: 100%;
}

.abt-hex > span:last-child {
  color: var(--muted);
  font-size: 0.92rem;
  line-height: 1.55;
  text-align: left;
  width: 100%;
}

/* ---------- 06 Manufacturing ---------- */
.abt-mfg {
  padding: var(--abt-pad-y) 0;
  background: var(--white);
}

.abt-mfg__media img {
  transform: scale(1.04);
  transition: transform 1.4s var(--abt-ease);
}

.abt-mfg__media.reveal.is-visible img {
  transform: scale(1);
}

.abt-mfg__content .abt-kicker,
.abt-mfg__content .abt-heading,
.abt-mfg__content .abt-sub {
  text-align: left;
}

.abt-process {
  list-style: none;
  margin: 40px 0 0;
  padding: 0;
  position: relative;
  width: 100%;
  max-width: 36rem;
  text-align: left;
}

.abt-process::before {
  content: '';
  position: absolute;
  left: 15px;
  top: 12px;
  bottom: 12px;
  width: 2px;
  background: linear-gradient(180deg, var(--orange), rgba(10, 61, 64, 0.2));
  transform: scaleY(0);
  transform-origin: top center;
  transition: transform 1.3s var(--abt-ease);
}

.abt-process.is-drawn::before {
  transform: scaleY(1);
}

.abt-process li {
  position: relative;
  display: grid;
  grid-template-columns: 32px minmax(0, 1fr);
  column-gap: 20px;
  row-gap: 4px;
  padding: 18px 0;
  align-items: start;
}

.abt-process li::before {
  content: '';
  grid-column: 1;
  grid-row: 1 / span 2;
  width: 14px;
  height: 14px;
  margin: 6px 9px 0;
  border-radius: 50%;
  background: var(--white);
  border: 3px solid var(--orange);
  box-shadow: 0 0 0 6px rgba(241, 122, 40, 0.1);
  z-index: 1;
  transition: transform 0.35s var(--abt-ease), background 0.35s var(--abt-ease);
}

.abt-process li:hover::before {
  background: var(--orange);
  transform: scale(1.1);
}

.abt-process strong {
  display: block;
  grid-column: 2;
  font-family: var(--font-display);
  font-size: 1.08rem;
  color: var(--teal-deep);
  margin: 0;
  text-align: left;
}

.abt-process span {
  display: block;
  grid-column: 2;
  color: var(--muted);
  font-size: 0.95rem;
  line-height: 1.5;
  text-align: left;
}

/* ---------- 07 Quality Assurance ---------- */
.abt-qa {
  position: relative;
  padding: var(--abt-pad-y) 0;
  background:
    radial-gradient(ellipse 50% 60% at 85% 20%, rgba(241, 122, 40, 0.18), transparent 55%),
    linear-gradient(160deg, #062628 0%, #0a3d40 55%, #124f52 100%);
  color: var(--white);
  overflow: hidden;
}

.abt-qa__copy .abt-section-head {
  margin-bottom: 40px;
}

.abt-qa__media {
  border: 1px solid rgba(255, 255, 255, 0.14);
  box-shadow: 0 28px 64px rgba(0, 0, 0, 0.35);
}

.abt-qa__media img {
  transform: scale(1.04);
  transition: transform 1.4s var(--abt-ease);
}

.abt-qa__media.reveal.is-visible img {
  transform: scale(1);
}

.abt-qa__grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
  width: 100%;
  max-width: 36rem;
  align-items: stretch;
}

.abt-qa__block {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  text-align: left;
  height: 100%;
  padding: 28px 24px;
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.12);
  box-shadow: inset 0 0 0 1px rgba(241, 122, 40, 0.08);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
  transition: transform 0.45s var(--abt-ease), border-color 0.35s var(--abt-ease), box-shadow 0.45s var(--abt-ease), background 0.35s var(--abt-ease);
}

.abt-qa__block::before {
  content: '';
  position: absolute;
  inset: -1px;
  border-radius: inherit;
  padding: 1px;
  background: linear-gradient(145deg, rgba(241, 122, 40, 0.65), transparent 40%, rgba(255, 255, 255, 0.15));
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  opacity: 0.45;
  transition: opacity 0.4s var(--abt-ease);
  pointer-events: none;
}

.abt-qa__block:hover {
  transform: translateY(-8px);
  background: rgba(255, 255, 255, 0.1);
  border-color: rgba(241, 122, 40, 0.35);
  box-shadow: 0 0 0 1px rgba(241, 122, 40, 0.2), 0 24px 50px rgba(0, 0, 0, 0.25);
}

.abt-qa__block:hover::before {
  opacity: 1;
}

.abt-qa__num {
  display: block;
  margin-bottom: 20px;
  font-family: var(--font-display);
  font-weight: 800;
  font-size: 0.9rem;
  letter-spacing: 0.1em;
  color: var(--orange);
  text-align: left;
}

.abt-qa__block h3 {
  margin: 0 0 12px;
  font-size: 1.2rem;
  color: #ffffff;
  text-align: left;
  width: 100%;
}

.abt-qa__block p {
  margin: 0;
  color: rgba(255, 255, 255, 0.68);
  line-height: 1.65;
  font-size: 0.96rem;
  text-align: left;
  width: 100%;
}

/* ---------- 08 Statistics ---------- */
.abt-stats {
  padding: 72px 0;
  background:
    radial-gradient(ellipse 50% 60% at 50% 50%, rgba(241, 122, 40, 0.06), transparent 60%),
    var(--paper);
}

.abt-stats__panel {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 8px;
  padding: 40px 24px;
  border-radius: 32px;
  background: rgba(255, 255, 255, 0.82);
  border: 1px solid rgba(255, 255, 255, 0.95);
  box-shadow: 0 30px 70px rgba(6, 38, 40, 0.1);
  backdrop-filter: blur(18px);
  -webkit-backdrop-filter: blur(18px);
}

.abt-stats__item {
  text-align: center;
  padding: 24px 16px;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.abt-stats__item:not(:last-child)::after {
  content: '';
  position: absolute;
  right: 0;
  top: 20%;
  bottom: 20%;
  width: 1px;
  background: linear-gradient(180deg, transparent, rgba(10, 61, 64, 0.14), transparent);
}

.abt-stats__item strong {
  display: block;
  font-family: var(--font-display);
  font-size: clamp(2.2rem, 3.5vw, 3rem);
  font-weight: 800;
  line-height: 1;
  color: var(--orange);
  margin-bottom: 12px;
  text-align: center;
}

.abt-stats__item > span {
  display: block;
  font-size: 0.95rem;
  font-weight: 600;
  color: var(--teal);
  line-height: 1.35;
  text-align: center;
}

/* ---------- 09 CTA ---------- */
.abt-cta {
  position: relative;
  isolation: isolate;
  padding: 80px 0;
  overflow: hidden;
  background: linear-gradient(155deg, #062628 0%, #0a3d40 50%, #145458 100%);
  color: var(--white);
  text-align: center;
}

.abt-cta__glow {
  position: absolute;
  width: min(60vw, 520px);
  height: min(60vw, 520px);
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  border-radius: 50%;
  background: radial-gradient(circle, rgba(241, 122, 40, 0.28), transparent 68%);
  filter: blur(20px);
  pointer-events: none;
  animation: abtOrb 10s ease-in-out infinite;
}

.abt-cta__inner {
  position: relative;
  z-index: 1;
  max-width: 44rem;
  margin-inline: auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}

.abt-cta h2 {
  margin: 0;
  font-family: var(--font-display);
  font-weight: 800;
  font-size: clamp(1.9rem, 3.4vw, 2.8rem);
  line-height: 1.15;
  color: #ffffff;
  text-align: center;
  width: 100%;
}

.abt-cta p {
  margin: 20px auto 0;
  max-width: 34rem;
  color: rgba(255, 255, 255, 0.7);
  font-size: 1.05rem;
  line-height: 1.65;
  text-align: center;
  width: 100%;
}

.abt-cta__actions {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 16px;
  margin-top: 40px;
}

.abt-cta .btn--ghost {
  color: var(--white);
  border-color: rgba(255, 255, 255, 0.35);
  background: rgba(255, 255, 255, 0.08);
}

.abt-cta .btn--ghost:hover {
  color: var(--white);
  background: rgba(255, 255, 255, 0.16);
}

/* ---------- Reveals (about page scoped) ---------- */
.about-page.abt .reveal {
  opacity: 0;
  transform: translateY(32px);
  filter: none;
  transition:
    opacity 0.85s var(--abt-ease),
    transform 0.85s var(--abt-ease);
  transition-delay: var(--delay, 0ms);
}

.about-page.abt .reveal.is-visible {
  opacity: 1;
  transform: none;
  filter: none;
}

/* ---------- Responsive ---------- */
@media (max-width: 1100px) {
  .about-page.abt {
    --abt-pad-y: 72px;
    --abt-gap: 48px;
  }

  .abt-hero__layout,
  .abt-story__grid,
  .abt-mfg__grid,
  .abt-why__split,
  .abt-qa__layout {
    grid-template-columns: 1fr;
    gap: 40px;
    align-items: start;
    justify-items: stretch;
  }

  .abt-hero__stage {
    min-height: 360px;
    max-width: 480px;
    margin-inline: auto;
    width: 100%;
  }

  /* Stacked: fixed frame height (no adjacent text column to match) */
  .abt-story__media,
  .abt-mfg__media,
  .abt-why__media,
  .abt-qa__media {
    width: 100%;
    height: auto;
    min-height: 0;
    aspect-ratio: 16 / 10;
    max-height: 420px;
  }

  .abt-qa__media {
    order: -1;
  }

  .abt-story__content,
  .abt-why__content,
  .abt-mfg__content,
  .abt-qa__copy {
    padding-top: 0;
  }

  .abt-story__content > *,
  .abt-why__content > *,
  .abt-mfg__content > *,
  .abt-qa__copy > * {
    max-width: none;
  }

  .abt-qa__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .abt-mvv__rail {
    grid-template-columns: 1fr;
    gap: 16px;
  }

  .abt-mvv__rail::before {
    display: none;
  }

  .abt-mvv__block {
    margin: 0;
  }

  .abt-hex-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .abt-stats__panel {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 8px 0;
  }

  .abt-stats__item:nth-child(2)::after {
    display: none;
  }
}

@media (max-width: 700px) {
  .about-page.abt {
    --abt-pad-y: 56px;
    --abt-gap: 36px;
    --abt-gap-sm: 28px;
  }

  .abt-shell {
    width: min(100% - 1.5rem, var(--abt-max));
  }

  .abt-hero {
    min-height: auto;
    padding: 72px 0 56px;
    text-align: left;
  }

  .abt-hero__layout {
    gap: 40px;
    justify-items: start;
  }

  .abt-hero__copy,
  .abt-hero__title,
  .abt-hero__title span,
  .abt-hero__lead {
    text-align: left;
    width: 100%;
  }

  .abt-hero__title {
    font-size: clamp(2rem, 9vw, 2.6rem);
  }

  .abt-hero__actions {
    width: 100%;
    justify-content: flex-start;
  }

  .abt-hero__actions .btn {
    flex: 1 1 100%;
    justify-content: center;
  }

  .abt-float--mid {
    right: 0;
  }

  /* Centered intro heads stay centered */
  .abt-section-head:not(.abt-section-head--left) {
    align-items: center;
    text-align: center;
    margin-inline: auto;
  }

  .abt-section-head:not(.abt-section-head--left) .abt-kicker,
  .abt-section-head:not(.abt-section-head--left) .abt-heading,
  .abt-section-head:not(.abt-section-head--left) .abt-sub {
    text-align: center;
  }

  /* Left storytelling content stays left on mobile */
  .abt-section-head--left {
    align-items: flex-start;
    text-align: left;
    margin-inline: 0;
    width: 100%;
    max-width: none;
  }

  .abt-section-head--left .abt-kicker,
  .abt-section-head--left .abt-heading,
  .abt-section-head--left .abt-sub {
    text-align: left;
  }

  .abt-story__content,
  .abt-mfg__content,
  .abt-why__content,
  .abt-mvv__block,
  .abt-qa__block,
  .abt-hex {
    align-items: flex-start;
    text-align: left;
  }

  .abt-story__content .abt-kicker,
  .abt-story__content .abt-heading,
  .abt-story__prose,
  .abt-story__prose p,
  .abt-mfg__content .abt-kicker,
  .abt-mfg__content .abt-heading,
  .abt-mfg__content .abt-sub,
  .abt-mvv__block h3,
  .abt-mvv__block p,
  .abt-qa__block h3,
  .abt-qa__block p,
  .abt-hex strong,
  .abt-hex > span:last-child {
    text-align: left;
  }

  .abt-story__media,
  .abt-mfg__media,
  .abt-why__media,
  .abt-qa__media {
    max-height: 280px;
    aspect-ratio: 16 / 10;
    height: auto;
    min-height: 0;
  }

  .abt-qa__copy .abt-section-head--left,
  .abt-qa__copy .abt-section-head--left .abt-kicker,
  .abt-qa__copy .abt-section-head--left .abt-heading,
  .abt-qa__copy .abt-section-head--left .abt-sub {
    text-align: left;
    align-items: flex-start;
  }

  .abt-hex-grid,
  .abt-qa__grid,
  .abt-stats__panel {
    grid-template-columns: 1fr;
  }

  .abt-hex {
    clip-path: none;
    border-radius: 20px;
  }

  .abt-hex__icon,
  .abt-mvv__icon {
    margin-inline: 0;
  }

  .abt-stats__item:not(:last-child)::after {
    display: none;
  }

  .abt-stats__panel {
    padding: 16px;
  }

  .abt-stats__item,
  .abt-stats__item strong,
  .abt-stats__item > span {
    text-align: center;
  }

  .abt-cta__inner,
  .abt-cta h2,
  .abt-cta p {
    text-align: center;
  }

  .abt-cta__actions {
    width: 100%;
  }

  .abt-cta__actions .btn {
    flex: 1 1 100%;
    justify-content: center;
  }

  .abt-mvv__block {
    margin: 0;
  }
}

@media (prefers-reduced-motion: reduce) {
  .abt-hero__orb,
  .abt-float,
  .abt-cta__glow,
  .abt-hero__anim,
  .abt .reveal,
  .abt-timeline::before,
  .abt-process::before,
  .abt-mvv__rail::before {
    animation: none !important;
    transition: none !important;
  }

  .abt-hero__anim,
  .abt .reveal {
    opacity: 1 !important;
    transform: none !important;
    filter: none !important;
  }

  .abt-timeline::before,
  .abt-process::before,
  .abt-mvv__rail::before {
    transform: none !important;
  }
}
