body.page-about .aboutMain {
  max-width: none;
  padding-inline: 0;
  padding-top: clamp(1.1rem, 2.1vw, 1.9rem);
}

body.page-about .aboutContainer {
  width: 100%;
  margin-inline: auto;
}

body.page-about .aboutSection {
  padding-top: 96px;
}

body.page-about .aboutSection:first-child {
  padding-top: 0;
}

body.page-about .aboutHero {
  display: grid;
  width: min(100%, 1300px);
  margin-inline: auto;
  grid-template-columns: minmax(500px, 0.92fr) minmax(560px, 1.08fr);
  gap: clamp(42px, 4.2vw, 56px);
  align-items: center;
  padding-inline: clamp(24px, 2.8vw, 44px);
}

body.page-about .aboutHeroLeft {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  align-self: center;
  margin-left: clamp(8px, 1.2vw, 20px);
  min-height: clamp(56vh, 60vh, 66vh);
  padding-top: 0;
  padding-bottom: 0;
  gap: 0;
  max-width: none;
  width: 100%;
}

body.page-about .aboutHeroRail {
  width: min(100%, 600px);
  margin-left: 0;
  margin-right: auto;
  display: flex;
  flex-direction: column;
  border-left: 1px solid rgba(255, 255, 255, 0.12);
  padding-left: clamp(20px, 2.2vw, 28px);
}

body.page-about .aboutHeroGroup {
  width: 100%;
}

body.page-about .aboutHeroGroup--intro {
  display: flex;
  flex-direction: column;
  gap: 0;
}

body.page-about .aboutHeroGroup--brand {
  margin-top: 30px;
  display: flex;
  flex-direction: column;
  align-items: stretch;
  gap: 0;
}

body.page-about .aboutHeroGroup--narrative {
  margin-top: 24px;
  display: flex;
  flex-direction: column;
}

body.page-about .aboutKicker {
  margin: 0;
  font-size: 0.72rem;
  font-weight: 600;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.56);
}

body.page-about .aboutName {
  margin: 0;
  font-family: "Inter", system-ui, sans-serif;
  font-size: clamp(2.35rem, 5.2vw, 4.3rem);
  font-weight: 800;
  letter-spacing: -0.03em;
  line-height: 0.96;
  color: rgba(255, 255, 255, 0.98);
}

body.page-about .aboutTitle {
  margin: 12px 0 0;
  font-size: clamp(1.02rem, 1.65vw, 1.34rem);
  font-weight: 700;
  letter-spacing: 0.01em;
  color: #fff;
}

body.page-about .aboutTitleMeta {
  margin: 8px 0 0;
  max-width: 600px;
  font-size: clamp(0.73rem, 0.98vw, 0.85rem);
  font-weight: 500;
  letter-spacing: 0.04em;
  text-transform: none;
  line-height: 1.45;
  color: rgba(255, 255, 255, 0.48);
}

body.page-about .aboutTagline {
  margin: 20px 0 0;
  max-width: 600px;
  font-size: clamp(0.8rem, 1.12vw, 0.94rem);
  line-height: 1.55;
  color: rgba(255, 255, 255, 0.7);
}

body.page-about .aboutHeroMark {
  margin: 0;
  align-self: flex-start;
  animation: none;
}

body.page-about .aboutHeroMarkAnim {
  width: 166px;
  height: 166px;
  display: block;
  background-image: url("../assets/images/about-h-logo-animated.gif?v=1");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  image-rendering: auto;
  opacity: 0.85;
}

body.page-about .aboutHeroMark img {
  width: 166px;
  height: 166px;
  display: block;
  object-fit: contain;
  opacity: 0.85;
}

@keyframes aboutMarkFloat {
  0%,
  100% {
    transform: translateY(0);
    opacity: 0.92;
  }
  50% {
    transform: translateY(-5px);
    opacity: 1;
  }
}

body.page-about .aboutHeroSocial {
  margin-top: 6px;
  align-self: flex-start;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 0.75rem;
}

body.page-about .aboutHeroSocialLink {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 2.35rem;
  height: 2.35rem;
  border: 1px solid rgba(255, 255, 255, 0.34);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.04);
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.28) inset;
  transition:
    border-color 0.2s ease,
    background 0.2s ease,
    transform 0.2s ease;
}

body.page-about .aboutHeroSocialLink img {
  width: 1.08rem;
  height: 1.08rem;
  display: block;
  opacity: 0.96;
}

body.page-about .aboutHeroSocialLink:hover,
body.page-about .aboutHeroSocialLink:focus-visible {
  border-color: rgba(255, 255, 255, 0.62);
  background: rgba(255, 255, 255, 0.1);
  transform: translateY(-1px);
}

body.page-about .aboutHeroBio {
  margin-top: 0;
  width: min(100%, 600px);
  align-self: flex-start;
}

body.page-about .aboutHeroVisual {
  margin: 0;
  width: 100%;
  height: clamp(54vh, 60vh, 66vh);
  display: flex;
  justify-content: center;
  align-items: flex-end;
  align-self: center;
  margin-left: 0;
}

body.page-about .aboutHeroVisual img {
  width: auto;
  max-width: min(100%, 92%);
  height: 100%;
  max-height: 100%;
  margin: 0 auto;
  transform: none;
  display: block;
  object-fit: contain;
  object-position: center bottom;
}

body.page-about .aboutSectionTitle {
  margin: 0;
  font-size: 0.84rem;
  font-weight: 600;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.64);
}

body.page-about #about-capabilities-title {
  letter-spacing: 0.19em;
  color: rgba(255, 255, 255, 0.54);
}

body.page-about .aboutStatementBody {
  max-width: 600px;
}

body.page-about .aboutStatementText {
  margin: 0;
  font-size: 0.92rem;
  line-height: 1.66;
  color: rgba(255, 255, 255, 0.74);
}

body.page-about .aboutStatementText + .aboutStatementText {
  margin-top: clamp(12px, 1vh, 14px);
}

body.page-about .aboutCapabilities {
  position: relative;
  margin-top: 10px;
  padding-top: 60px;
  padding-bottom: 24px;
  width: 100%;
  padding-inline: clamp(80px, 8vw, 120px);
  border-top: 1px solid rgba(255, 255, 255, 0.14);
}

body.page-about .aboutCapabilities::before {
  content: none;
}

body.page-about .aboutCapabilityGrid {
  margin: 0.85rem 0 0;
  max-width: none;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  column-gap: clamp(60px, 7vw, 120px);
  row-gap: 1rem;
}

body.page-about .aboutCapabilityCol h3 {
  margin: 0;
  font-size: 1.03rem;
  font-weight: 700;
  color: rgba(255, 255, 255, 0.95);
}

body.page-about .aboutCapabilityCol ul {
  margin: 0.5rem 0 0;
  padding-left: 1rem;
}

body.page-about .aboutCapabilityCol li {
  margin: 0;
  padding: 0.14rem 0;
  font-size: 0.84rem;
  line-height: 1.6;
  color: rgba(255, 255, 255, 0.74);
}

body.page-about .aboutCapabilityCol {
  transition:
    opacity 0.22s ease,
    transform 0.22s ease;
}

body.page-about .aboutCapabilityCol:hover,
body.page-about .aboutCapabilityCol:focus-within {
  transform: translateY(-1px);
  opacity: 1;
}

body.page-about .aboutCapabilityGrid:has(.aboutCapabilityCol:hover) .aboutCapabilityCol:not(:hover) {
  opacity: 0.84;
}

body.page-about .aboutResume {
  width: 100%;
  text-align: center;
  padding-top: 52px;
  padding-bottom: 52px;
  padding-inline: 0;
}

body.page-about .aboutResume .aboutSectionTitle {
  width: 100%;
  text-align: center;
  margin-bottom: 0.35rem;
}

body.page-about .aboutResumeActions {
  margin-top: 0.4rem;
  width: 100%;
  display: flex;
  justify-content: center;
}

body.page-about .aboutResumeButton {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 40px;
  padding: 0.65rem 1.15rem;
  border: 1px solid rgba(255, 255, 255, 0.24);
  background: transparent;
  color: rgba(255, 255, 255, 0.93);
  text-decoration: none;
  font-size: 0.66rem;
  font-weight: 600;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  transition:
    border-color 0.22s ease,
    color 0.22s ease,
    background 0.22s ease;
}

body.page-about .aboutResumeButton:hover,
body.page-about .aboutResumeButton:focus-visible {
  border-color: rgba(255, 255, 255, 0.54);
  color: #fff;
  background: rgba(255, 255, 255, 0.06);
}

@media (max-width: 960px) {
  body.page-about .aboutMain {
    padding-inline: clamp(0.9rem, 4vw, 1.25rem);
  }

  body.page-about .aboutContainer {
    width: 100%;
  }

  body.page-about .aboutSection {
    padding-top: 72px;
  }

  body.page-about .aboutHero {
    grid-template-columns: 1fr;
    align-items: start;
    padding-inline: 0;
  }

  body.page-about .aboutHeroVisual {
    order: -1;
    width: 100%;
    height: auto;
    display: flex;
    justify-content: center;
    align-items: flex-start;
    margin: 0 auto clamp(10px, 2.8vw, 18px);
  }

  /* Full figure visible (same asset); contain + bottom anchor keeps feet in frame */
  body.page-about .aboutHeroVisual img {
    width: auto;
    max-width: min(88vw, 440px);
    height: auto;
    max-height: min(52vh, 520px);
    margin: 0 auto;
    transform: none;
    object-fit: contain;
    object-position: center bottom;
    display: block;
  }

  body.page-about .aboutHeroLeft {
    justify-content: flex-start;
    margin-left: 0;
    min-height: 0;
    height: auto;
    padding-bottom: 0;
    padding-top: 0;
    gap: 0;
    max-width: 100%;
  }

  body.page-about .aboutHeroRail {
    width: min(100%, 520px);
    margin-left: 0;
    margin-right: auto;
    border-left: 0;
    padding-left: 0;
  }

  body.page-about .aboutHeroGroup--intro {
    gap: 16px;
  }

  body.page-about .aboutHeroGroup--brand {
    margin-top: 24px;
    gap: 10px;
  }

  body.page-about .aboutHeroMarkAnim,
  body.page-about .aboutHeroMark img {
    width: 156px;
    height: 156px;
  }

  body.page-about .aboutHeroSocialLink {
    width: 2.25rem;
    height: 2.25rem;
  }

  body.page-about .aboutHeroSocialLink img {
    width: 1.08rem;
    height: 1.08rem;
  }

  body.page-about .aboutCapabilities {
    padding-top: 72px;
    padding-bottom: 20px;
    padding-inline: 0;
  }

  body.page-about .aboutCapabilityGrid {
    max-width: 100%;
    grid-template-columns: 1fr;
    column-gap: 0;
    row-gap: 1rem;
  }

  /* Long Product line: nowrap/scroll on inner span so <li> keeps same bullet + type as siblings (iOS) */
  body.page-about .aboutCapabilityProductLead {
    display: inline-block;
    max-width: 100%;
    white-space: nowrap;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: thin;
    vertical-align: top;
  }

  body.page-about .aboutResume {
    padding-top: 36px;
    padding-bottom: 36px;
    padding-inline: 0;
  }

  body.page-about .aboutResumeActions {
    margin-top: 0.3rem;
  }
}
