main .section-heading,
main .ab-heading {
  font-family: var(--font-heading) !important;
  font-size: var(--text-page-section-size) !important;
  font-weight: 400 !important;
  line-height: 1.1 !important;
}

@supports (overflow: clip) {
  html:has(body.about-page),
  body.about-page {
    overflow-x: clip;
  }

  body.about-page {
    overflow-y: visible;
  }
}

main .ab-hero__subtitle,
main .ab-text,
main .ab-lead {
  font-family: var(--font-body) !important;
  font-size: var(--text-page-body-size) !important;
  font-weight: 400 !important;
  line-height: var(--text-page-body-height) !important;
}

.ch-hero {
  background: var(--color-surface-warm);
  min-height: 72vh;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 160px var(--section-padding-x) 100px;
  opacity: 1;
  transform: none;
  position: relative;
  overflow: hidden;
}

.ch-hero__badge {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-family: var(--font-body);
  font-size: var(--text-label-size);
  font-weight: 500;
  letter-spacing: var(--text-label-spacing);
  text-transform: uppercase;
  color: var(--color-text-muted-warm);
  margin-bottom: 36px;
  position: relative;
  z-index: 1;
}

.ch-hero__badge-icon {
  width: 16px;
  height: 16px;
  opacity: 0.7;
}

.ch-hero__title {
  font-family: var(--font-heading);
  font-size: var(--text-page-title-size);
  font-weight: 400;
  line-height: 1;
  letter-spacing: -0.01em;
  color: var(--color-ink);
  margin: 0;
  position: relative;
  z-index: 1;
}

.prog-reveal {
  opacity: 0;
  transform: translateY(36px);
  transition:
    opacity 0.9s var(--motion-ease-out),
    transform 0.9s var(--motion-ease-out);
}

.prog-reveal.is-visible {
  opacity: 1;
  transform: translateY(0);
}

.prog-reveal--delay-1 {
  transition-delay: var(--motion-delay-1);
}

.prog-reveal--delay-2 {
  transition-delay: var(--motion-delay-2);
}

.ab-image--medium {
  max-width: 500px;
}

/* =====================================================
   ABOUT BODY - EDITORIAL STORY LAYOUT
===================================================== */

.about-page .ab-section {
  position: relative;
  overflow: visible;
  width: 100%;
  max-width: 100%;
  justify-content: flex-start;
  opacity: 1;
  transform: none;
  padding: clamp(80px, 9vw, 152px) var(--section-padding-x);
}

.about-page .ab-section--light {
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.86), rgba(247, 244, 240, 0.94)),
    var(--color-surface-warm);
}

.about-page .ab-section--dark {
  background:
    linear-gradient(90deg, rgba(255, 255, 255, 0.05), transparent 32%),
    linear-gradient(135deg, #111113 0%, #191817 54%, #24201d 100%);
}

.about-page .ab-section--dark::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    linear-gradient(90deg, rgba(255, 255, 255, 0.055) 1px, transparent 1px),
    linear-gradient(180deg, rgba(255, 255, 255, 0.035) 1px, transparent 1px);
  background-size: 96px 96px;
  mask-image: linear-gradient(90deg, rgba(0, 0, 0, 0.7), transparent 72%);
  opacity: 0.18;
}

.about-page .ab-split {
  position: relative;
  z-index: 1;
  width: min(100%, 1440px);
  min-width: 0;
  margin: 0 auto;
  gap: clamp(44px, 6vw, 104px);
}

@media (min-width: 1024px) {
  .about-page .ab-section {
    min-height: 170vh;
  }

  .about-page .ab-split {
    grid-template-columns: repeat(12, minmax(0, 1fr));
    align-items: start;
  }

  .about-page .ab-split__left {
    grid-column: 1 / 4;
    position: sticky;
    top: clamp(128px, 34vh, 260px);
    align-self: start;
    z-index: 2;
  }

  .about-page .ab-split__right {
    grid-column: 4 / 13;
    padding-bottom: clamp(32px, 8vw, 112px);
  }
}

.about-page .ab-heading {
  max-width: 9ch;
}

.about-page .ab-story {
  display: flex;
  flex-direction: column;
  gap: clamp(56px, 9vw, 144px);
  width: 100%;
  min-width: 0;
}

.about-page .ab-split__right {
  min-width: 0;
}

.about-page .ab-panel {
  display: grid;
  grid-template-columns: minmax(0, 0.82fr) minmax(300px, 1.18fr);
  align-items: center;
  gap: clamp(32px, 5.5vw, 88px);
  width: 100%;
  min-width: 0;
}

.about-page .ab-panel--reverse {
  grid-template-columns: minmax(300px, 1.08fr) minmax(0, 0.92fr);
}

.about-page .ab-panel--wide {
  grid-template-columns: minmax(0, 0.58fr) minmax(320px, 1.42fr);
  align-items: end;
}

.about-page .ab-panel--text {
  grid-template-columns: minmax(0, 0.78fr);
  padding-block: clamp(10px, 3vw, 36px);
}

.about-page .ab-panel--text .ab-panel__copy {
  max-width: 720px;
}

.about-page .ab-section--light .ab-panel--text {
  border-left: 1px solid rgba(26, 23, 20, 0.14);
  padding-left: clamp(20px, 3vw, 40px);
}

.about-page .ab-section--dark .ab-panel--text {
  border-left: 1px solid rgba(255, 255, 255, 0.18);
  padding-left: clamp(20px, 3vw, 40px);
}

.about-page .ab-panel__copy {
  width: 100%;
  min-width: 0;
  max-width: 640px;
}

.about-page .ab-panel--reverse .ab-panel__copy {
  max-width: 560px;
}

.about-page .ab-text-block {
  gap: clamp(18px, 2.4vw, 30px);
}

.about-page .ab-lead {
  color: var(--color-ink-dark);
}

.about-page .ab-section--dark .ab-lead {
  color: rgba(255, 255, 255, 0.94);
}

.about-page .ab-section--light .ab-text {
  color: rgba(26, 23, 20, 0.76);
}

.about-page .ab-section--dark .ab-text {
  color: rgba(255, 255, 255, 0.74);
}

.about-page .ab-image-wrapper {
  --ab-parallax-y: 0px;
  position: relative;
  width: 100%;
  min-width: 0;
  max-width: none;
  margin: 0;
  overflow: hidden;
  border-radius: 6px;
  background: var(--color-surface-subtle);
  box-shadow: 0 28px 90px rgba(26, 23, 20, 0.12);
  isolation: isolate;
}

.about-page .ab-image-wrapper::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  border: 1px solid rgba(255, 255, 255, 0.32);
  border-radius: inherit;
  mix-blend-mode: soft-light;
}

.about-page .ab-section--dark .ab-image-wrapper {
  background: rgba(255, 255, 255, 0.08);
  box-shadow: 0 34px 110px rgba(0, 0, 0, 0.36);
}

.about-page .ab-image-wrapper img {
  width: 100%;
  height: 116%;
  max-width: none;
  object-fit: cover;
  object-position: center;
  display: block;
  filter: grayscale(100%);
  opacity: 0.78;
  transform: translate3d(0, var(--ab-parallax-y), 0) scale(1.035);
  transition:
    filter 800ms ease-in-out,
    opacity 800ms ease-in-out;
  will-change: transform;
}

.about-page .ab-text,
.about-page .ab-lead {
  max-width: 100%;
  overflow-wrap: break-word;
}

.about-page .ab-gallery {
  width: 100%;
  min-width: 0;
}

.about-page .ab-gallery--duo {
  display: grid;
  grid-template-columns: repeat(8, minmax(0, 1fr));
  align-items: start;
  min-height: clamp(440px, 45vw, 640px);
}

.about-page .ab-gallery--duo .ab-image-wrapper:first-child {
  grid-column: 1 / 6;
  grid-row: 1;
  z-index: 1;
}

.about-page .ab-gallery--duo .ab-image-wrapper:nth-child(2) {
  grid-column: 4 / 9;
  grid-row: 1;
  margin-top: clamp(120px, 14vw, 190px);
  z-index: 2;
}

.about-page .ab-gallery--offset .ab-image-wrapper:first-child {
  grid-column: 1 / 5;
}

.about-page .ab-gallery--offset .ab-image-wrapper:nth-child(2) {
  grid-column: 4 / 9;
  margin-top: clamp(88px, 11vw, 156px);
}

.about-page .ab-image-wrapper:hover img {
  filter: grayscale(0%);
  opacity: 1;
}

.about-page .ab-section--dark .ab-image-wrapper img {
  mix-blend-mode: luminosity;
  opacity: 0.64;
}

.about-page .ab-section--dark .ab-image-wrapper:hover img {
  mix-blend-mode: normal;
  opacity: 1;
}

.about-page .ab-image--landscape {
  aspect-ratio: 1.45 / 1;
}

.about-page .ab-image--portrait {
  aspect-ratio: 4 / 5;
}

.about-page .ab-image--wide {
  aspect-ratio: 16 / 9;
}

.about-page .ab-gallery--duo .ab-image--landscape {
  aspect-ratio: 1.24 / 1;
}

.about-page .ab-image--portrait img {
  object-position: center 36%;
}

.about-page .ab-image--focus-high img {
  object-position: center 22%;
}

.about-page .ab-image--wide img {
  object-position: center 38%;
}

@media (max-width: 1180px) {
  .about-page .ab-panel,
  .about-page .ab-panel--reverse,
  .about-page .ab-panel--wide {
    grid-template-columns: minmax(0, 1fr);
  }

  .about-page .ab-panel__copy,
  .about-page .ab-panel--reverse .ab-panel__copy,
  .about-page .ab-panel--text .ab-panel__copy {
    max-width: 760px;
  }

  .about-page .ab-panel > .ab-image-wrapper {
    width: min(100%, 720px);
  }
}

@media (max-width: 768px) {
  .about-page .ab-section {
    padding: clamp(56px, 16vw, 88px) var(--section-padding-x);
  }

  .about-page .ab-split {
    gap: 32px;
  }

  .about-page .ab-story {
    gap: 52px;
  }

  .about-page .ab-panel {
    gap: 24px;
  }

  .about-page .ab-gallery--duo {
    min-height: 0;
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 14px;
  }

  .about-page .ab-gallery--duo .ab-image-wrapper:first-child,
  .about-page .ab-gallery--duo .ab-image-wrapper:nth-child(2),
  .about-page .ab-gallery--offset .ab-image-wrapper:first-child,
  .about-page .ab-gallery--offset .ab-image-wrapper:nth-child(2) {
    grid-column: auto;
    margin-top: 0;
  }

  .about-page .ab-image--landscape,
  .about-page .ab-image--wide {
    aspect-ratio: 4 / 3;
  }

  .about-page .ab-image--portrait {
    aspect-ratio: 4 / 5;
    width: min(100%, 520px);
  }

  .about-page .ab-image-wrapper img {
    height: 108%;
    opacity: 0.92;
  }
}

@media (max-width: 520px) {
  .about-page .ab-section {
    padding-left: 20px;
    padding-right: 20px;
  }

  .about-page .ab-split,
  .about-page .ab-split__right,
  .about-page .ab-story,
  .about-page .ab-panel,
  .about-page .ab-image-wrapper {
    max-width: calc(100vw - 40px);
  }

  .about-page .ab-panel__copy {
    width: min(100%, 32ch);
    max-width: 32ch;
    padding-right: 0;
  }

  .about-page .ab-story {
    gap: 44px;
  }

  .about-page .ab-gallery--duo {
    grid-template-columns: minmax(0, 1fr);
  }

  .about-page .ab-image--landscape,
  .about-page .ab-image--wide,
  .about-page .ab-gallery--duo .ab-image--landscape {
    aspect-ratio: 1 / 1;
  }
}
