.about-v5 {
  --about-paper: #f4f0e8;
  --about-paper-bright: #fbf9f4;
  --about-ink: #191a18;
  --about-muted: #676962;
  --about-line: rgba(25, 26, 24, 0.18);
  --about-red: #a32635;
  --about-red-deep: #741b27;
  --about-night: #151816;
  --about-amber: #c88835;
  overflow: clip;
  color: var(--about-ink);
  background: var(--about-paper);
  font-family: "DM Sans", ui-sans-serif, system-ui, sans-serif;
}

.about-v5 *,
.about-v5 *::before,
.about-v5 *::after {
  box-sizing: border-box;
}

.about-v5 h1,
.about-v5 h2,
.about-v5 h3,
.about-v5 strong {
  font-family: "Manrope", ui-sans-serif, system-ui, sans-serif;
}

.about-v5 h1,
.about-v5 h2,
.about-v5 h3,
.about-v5 p,
.about-v5 figure,
.about-v5 ol {
  margin: 0;
}

.about-v5 a,
.about-v5 [tabindex="0"] {
  -webkit-tap-highlight-color: transparent;
}

.about-v5 a:focus-visible,
.about-v5 [tabindex="0"]:focus-visible {
  outline: 2px solid currentColor;
  outline-offset: 4px;
}

.about-v5-eyebrow {
  color: var(--about-red);
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.19em;
  line-height: 1.3;
  text-transform: uppercase;
}

.about-v5-hero {
  position: relative;
  display: block;
  min-height: clamp(38rem, calc(100svh - 5rem), 52rem);
  overflow: hidden;
  color: #fffaf4;
  background: #2a1e18;
}

.about-v5-hero::after {
  position: absolute;
  z-index: 1;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(30, 21, 17, 0.76) 0%, rgba(30, 21, 17, 0.5) 40%, rgba(30, 21, 17, 0.08) 78%),
    linear-gradient(180deg, rgba(27, 18, 14, 0.04) 28%, rgba(27, 18, 14, 0.72) 100%);
  content: "";
  pointer-events: none;
}

.about-v5-hero-copy {
  position: relative;
  z-index: 2;
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  min-height: clamp(38rem, calc(100svh - 5rem), 52rem);
  justify-content: flex-end;
  padding-top: clamp(4rem, 8vw, 7rem);
  padding-right: clamp(1.5rem, 5vw, 5rem);
  padding-bottom: clamp(3rem, 7vw, 6.5rem);
}

.about-v5-hero-copy > .about-v5-eyebrow {
  margin-bottom: clamp(1.8rem, 3vw, 3rem);
}

.about-v5-hero h1 {
  max-width: 11ch;
  color: #fffaf4;
  font-size: clamp(3.35rem, 5.35vw, 6.35rem);
  font-weight: 500;
  letter-spacing: -0.07em;
  line-height: 0.91;
  text-shadow: 0 0.12rem 1.6rem rgba(20, 12, 9, 0.28);
}

.about-v5-hero-support {
  display: flex;
  flex-direction: column;
  gap: 1.7rem;
  align-items: flex-start;
  max-width: 28rem;
  margin-top: clamp(1.75rem, 3vw, 2.75rem);
}

.about-v5-hero-support p {
  max-width: 29rem;
  color: rgba(255, 250, 244, 0.8);
  font-size: clamp(1rem, 1.25vw, 1.18rem);
  line-height: 1.65;
}

.about-v5-hero-support a,
.about-v5-close a {
  display: inline-flex;
  gap: 2.5rem;
  align-items: center;
  padding-bottom: 0.7rem;
  border-bottom: 1px solid currentColor;
  color: inherit;
  font-family: "Manrope", ui-sans-serif, system-ui, sans-serif;
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.13em;
  text-decoration: none;
  text-transform: uppercase;
}

.about-v5-hero .about-v5-hero-support a { color: #fffaf4; }

.about-v5-hero-support a i,
.about-v5-close a i {
  font-size: 1.15rem;
  font-style: normal;
  transition: transform 240ms ease;
}

.about-v5-hero-support a:hover i,
.about-v5-hero-support a:focus-visible i {
  transform: translateY(0.25rem);
}

.about-v5-hero-media {
  position: absolute;
  inset: 0;
  z-index: 0;
  width: 100%;
  height: 100%;
  background: #2a1e18;
  opacity: 1;
}

.about-v5-hero-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 62%;
  filter: saturate(0.88) contrast(1.02);
  mix-blend-mode: normal;
  transform: scale(1.015);
  animation: about-v5-material-breathe 18s ease-in-out infinite alternate;
}

@keyframes about-v5-material-breathe {
  to {
    transform: scale(1.045) translateX(-0.8%);
  }
}

.about-v5-overview,
.about-v5-sites,
.about-v5-leadership {
  padding: clamp(6rem, 11vw, 10.5rem) 0;
}

.about-v5-overview {
  background: var(--about-paper);
}

.about-v5-overview-head {
  display: grid;
  grid-template-columns: minmax(0, 0.85fr) minmax(15rem, 0.42fr);
  gap: 2rem clamp(2rem, 5vw, 6rem);
  align-items: start;
}

.about-v5-overview-head h2,
.about-v5-section-head h2,
.about-v5-close h2 {
  font-size: clamp(2.65rem, 5.5vw, 6.2rem);
  font-weight: 500;
  letter-spacing: -0.065em;
  line-height: 0.98;
}

.about-v5-overview-head > p:last-child,
.about-v5-section-head > p:last-child,
.about-v5-close-layout > div > p {
  color: var(--about-muted);
  font-size: clamp(1rem, 1.25vw, 1.18rem);
  line-height: 1.65;
}

.about-v5-facts {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  margin-top: clamp(4rem, 7vw, 7rem);
  border-top: 1px solid var(--about-line);
  border-bottom: 1px solid var(--about-line);
}

.about-v5-facts article {
  min-width: 0;
  padding: clamp(1.75rem, 3vw, 3rem) clamp(1rem, 2.4vw, 2.5rem);
  border-right: 1px solid var(--about-line);
}

.about-v5-facts article:first-child {
  padding-left: 0;
}

.about-v5-facts article:last-child {
  border-right: 0;
}

.about-v5-facts span,
.about-v5-site-image + figcaption > span,
.about-v5-history-index {
  color: var(--about-red);
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 0.14em;
}

.about-v5-facts strong {
  display: block;
  margin: 0 0 0.55rem;
  font-size: clamp(2rem, 3.7vw, 4.4rem);
  font-weight: 500;
  letter-spacing: -0.06em;
  line-height: 1;
  white-space: nowrap;
}

.about-v5-facts p {
  color: var(--about-muted);
  font-size: 0.86rem;
  line-height: 1.45;
}

.about-v5-history {
  padding: clamp(6rem, 11vw, 11rem) 0;
  color: #f8f4ec;
  background: var(--about-night);
}

.about-v5 .about-v5-history h2,
.about-v5 .about-v5-history h3,
.about-v5 .about-v5-leadership h2,
.about-v5 .about-v5-leadership h3,
.about-v5 .about-v5-close h2 {
  color: #f8f4ec;
}

.about-v5-section-head {
  display: grid;
  grid-template-columns: minmax(0, 0.85fr) minmax(15rem, 0.42fr);
  gap: 2rem clamp(2rem, 5vw, 6rem);
  align-items: start;
  margin-bottom: clamp(4rem, 7vw, 7.5rem);
}

.about-v5-section-head h2 {
  max-width: 11ch;
}

.about-v5-section-head-light .about-v5-eyebrow {
  color: #d17c87;
}

.about-v5-section-head-light > p:last-child {
  color: rgba(248, 244, 236, 0.58);
}

.about-v5-history-field {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  grid-auto-rows: minmax(17rem, auto);
  padding: 0;
  list-style: none;
}

.about-v5-history-field li {
  position: relative;
  min-width: 0;
  padding: 2rem clamp(1rem, 1.8vw, 1.7rem) 1.6rem;
  border-top: 1px solid rgba(203, 55, 75, 0.78);
  background: transparent;
  transition: color 240ms ease, background-color 240ms ease;
}

.about-v5-history-field li::before {
  position: absolute;
  top: -0.3rem;
  left: clamp(1rem, 1.8vw, 1.7rem);
  width: 0.56rem;
  height: 0.56rem;
  border: 2px solid var(--about-night);
  border-radius: 999px;
  background: #dc6a79;
  box-shadow: 0 0 0 1px #dc6a79;
  content: "";
  transition: transform 240ms ease, background-color 240ms ease;
}

.about-v5-history-field li:nth-child(1) { grid-area: 1 / 1; }
.about-v5-history-field li:nth-child(2) { grid-area: 1 / 2; }
.about-v5-history-field li:nth-child(3) { grid-area: 1 / 3; }
.about-v5-history-field li:nth-child(4) { grid-area: 1 / 4; }
.about-v5-history-field li:nth-child(5) { grid-area: 2 / 4; }
.about-v5-history-field li:nth-child(6) { grid-area: 2 / 3; }
.about-v5-history-field li:nth-child(7) { grid-area: 2 / 2; }
.about-v5-history-field li:nth-child(8) { grid-area: 2 / 1; }
.about-v5-history-field li:nth-child(9) { grid-area: 3 / 1; }
.about-v5-history-field li:nth-child(10) { grid-area: 3 / 2; }
.about-v5-history-field li:nth-child(11) { grid-area: 3 / 3; }
.about-v5-history-field li:nth-child(12) { grid-area: 3 / 4; }

.about-v5-history-field li:nth-child(4)::after,
.about-v5-history-field li:nth-child(8)::after {
  position: absolute;
  top: 0;
  bottom: 0;
  width: 1px;
  background: rgba(203, 55, 75, 0.78);
  content: "";
}

.about-v5-history-field li:nth-child(4)::after {
  right: 0;
}

.about-v5-history-field li:nth-child(8)::after {
  left: 0;
}

.about-v5-history-index {
  display: block;
  color: rgba(248, 244, 236, 0.42);
}

.about-v5-history-field time {
  display: block;
  margin-top: clamp(1.8rem, 3vw, 3.25rem);
  color: #dc6a79;
  font-family: "Manrope", ui-sans-serif, system-ui, sans-serif;
  font-size: clamp(2.25rem, 3.4vw, 4.25rem);
  font-weight: 500;
  letter-spacing: -0.07em;
  line-height: 1;
}

.about-v5-history-field h3 {
  margin-top: 1rem;
  font-size: clamp(1rem, 1.25vw, 1.2rem);
  font-weight: 600;
  letter-spacing: -0.025em;
  line-height: 1.25;
}

.about-v5-history-field p {
  display: -webkit-box;
  margin-top: 0.9rem;
  overflow: hidden;
  color: rgba(248, 244, 236, 0.54);
  font-size: 0.76rem;
  line-height: 1.5;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
}

.about-v5-history-field li:hover,
.about-v5-history-field li:focus-visible {
  z-index: 2;
  color: white;
  background: var(--about-red);
  outline-color: white;
}

.about-v5-history-field li:hover::before,
.about-v5-history-field li:focus-visible::before {
  background: white;
  transform: scale(1.35);
}

.about-v5-history-field li:hover time,
.about-v5-history-field li:focus-visible time,
.about-v5-history-field li:hover p,
.about-v5-history-field li:focus-visible p,
.about-v5-history-field li:hover .about-v5-history-index,
.about-v5-history-field li:focus-visible .about-v5-history-index {
  color: white;
}

.about-v5-sites {
  background: var(--about-paper-bright);
}

.about-v5-sites-triptych {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: clamp(0.75rem, 1.5vw, 1.5rem);
}

.about-v5-sites-triptych figure {
  min-width: 0;
}

.about-v5-site-image {
  height: clamp(24rem, 49vw, 43rem);
  overflow: hidden;
  background: #d8d7d2;
}

.about-v5-site-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: saturate(0.58) contrast(0.94);
  transform: scale(1.01);
  transition: filter 480ms ease, transform 700ms cubic-bezier(0.2, 0.75, 0.2, 1);
}

.about-v5-sites-triptych figure:nth-child(1) img {
  object-position: 46% center;
}

.about-v5-sites-triptych figure:hover .about-v5-site-image img,
.about-v5-sites-triptych figure:focus-visible .about-v5-site-image img {
  filter: saturate(0.9) contrast(1);
  transform: scale(1.045);
}

.about-v5-sites-triptych figcaption {
  display: block;
  padding: 1.6rem 0 0;
}

.about-v5-sites-triptych figcaption > div {
  min-width: 0;
}

.about-v5-sites-triptych figcaption > div > p:first-child,
.about-v5-leader-role {
  color: var(--about-red);
  font-size: 0.69rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  line-height: 1.35;
  text-transform: uppercase;
}

.about-v5-sites-triptych h3 {
  margin-top: 0.5rem;
  font-size: clamp(1.3rem, 2vw, 2rem);
  font-weight: 500;
  letter-spacing: -0.04em;
}

.about-v5-sites-triptych figcaption > div > p:last-child {
  max-width: 30rem;
  margin-top: 0.85rem;
  color: var(--about-muted);
  font-size: 0.87rem;
  line-height: 1.55;
}

.about-v5-leadership {
  color: #f8f4ec;
  background: var(--about-red-deep);
}

.about-v5-leadership .about-v5-eyebrow,
.about-v5-leadership .about-v5-leader-role {
  color: #e69aa4;
}

.about-v5-leadership .about-v5-section-head > p:last-child {
  color: rgba(248, 244, 236, 0.66);
}

.about-v5-leadership-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: clamp(1rem, 2vw, 2rem);
}

.about-v5-leadership-grid article {
  min-width: 0;
}

.about-v5-portrait {
  position: relative;
  aspect-ratio: 4 / 5;
  overflow: hidden;
  background: #8c2431;
}

.about-v5-portrait img,
.about-v5-portrait-composite,
.about-v5-portrait-placeholder {
  width: 100%;
  height: 100%;
}

.about-v5-portrait img {
  object-fit: cover;
  filter: saturate(0.78);
}

.about-v5-portrait-composite {
  background-color: #f8f4ec;
  background-image: var(--about-leadership-image);
  background-repeat: no-repeat;
  background-position-y: 12%;
  background-size: 300% auto;
  filter: saturate(0.9) contrast(0.98);
  transform: scale(1.002);
  transition:
    background-size 700ms cubic-bezier(0.2, 0.7, 0.2, 1),
    filter 420ms ease;
}

.about-v5-leadership-grid article:nth-child(1) .about-v5-portrait-composite {
  background-position-x: 0%;
}

.about-v5-leadership-grid article:nth-child(2) .about-v5-portrait-composite {
  background-position-x: 50%;
}

.about-v5-leadership-grid article:nth-child(3) .about-v5-portrait-composite {
  background-position-x: 100%;
}

@media (hover: hover) {
  .about-v5-leadership-grid article:hover .about-v5-portrait-composite {
    background-size: 306% auto;
    filter: saturate(1) contrast(1);
  }
}

.about-v5-portrait-placeholder {
  position: relative;
  display: grid;
  place-items: center;
  overflow: hidden;
  color: rgba(255, 255, 255, 0.9);
  background:
    radial-gradient(circle at 80% 22%, rgba(242, 196, 129, 0.62), transparent 0 23%, transparent 24%),
    linear-gradient(142deg, transparent 0 38%, rgba(255, 255, 255, 0.07) 38.2% 56%, transparent 56.2%),
    linear-gradient(160deg, #a53342 0%, #651823 100%);
}

.about-v5-portrait-placeholder::before,
.about-v5-portrait-placeholder::after {
  position: absolute;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 50%;
  content: "";
}

.about-v5-portrait-placeholder::before {
  width: 68%;
  aspect-ratio: 1;
}

.about-v5-portrait-placeholder::after {
  width: 92%;
  aspect-ratio: 1;
}

.about-v5-portrait-placeholder span {
  z-index: 1;
  font-family: "Manrope", ui-sans-serif, system-ui, sans-serif;
  font-size: clamp(3.5rem, 7vw, 8rem);
  font-weight: 500;
  letter-spacing: -0.1em;
}

.about-v5-portrait-number {
  position: absolute;
  top: 1.25rem;
  left: 1.25rem;
  z-index: 2;
  padding: 0.45rem 0.55rem;
  color: white;
  background: rgba(112, 24, 35, 0.84);
  font-size: 0.7rem;
  font-weight: 700;
  letter-spacing: 0.14em;
}

.about-v5-leadership-grid article > .about-v5-leader-role {
  margin-top: 1.5rem;
}

.about-v5-leadership-grid h3 {
  margin-top: 0.55rem;
  font-size: clamp(1.5rem, 2.5vw, 2.6rem);
  font-weight: 500;
  letter-spacing: -0.055em;
}

.about-v5-leader-bio {
  max-width: 30rem;
  margin-top: 1.1rem !important;
  color: rgba(248, 244, 236, 0.66);
  font-size: 0.88rem;
  line-height: 1.6;
}

.about-v5-close {
  padding: clamp(6rem, 11vw, 11rem) 0;
  color: #f8f4ec;
  background: var(--about-night);
}

.about-v5-close-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: 2rem clamp(2rem, 5vw, 6rem);
}

.about-v5-close .about-v5-eyebrow {
  color: #d17c87;
}

.about-v5-close h2 {
  max-width: 12ch;
}

.about-v5-close-layout > div > p {
  max-width: 34rem;
  margin-top: 1.8rem;
  color: rgba(248, 244, 236, 0.58);
}

.about-v5-close a {
  margin-top: 2.8rem;
  color: white;
}

.about-v5-close a:hover i,
.about-v5-close a:focus-visible i {
  transform: translateX(0.3rem);
}

@media (max-width: 980px) {
  .about-v5-hero-copy,
  .about-v5-overview-head,
  .about-v5-section-head {
    grid-template-columns: minmax(0, 1fr) minmax(15rem, 0.42fr);
  }

  .about-v5-hero-copy > .about-v5-eyebrow,
  .about-v5-overview-head > .about-v5-eyebrow,
  .about-v5-section-head > .about-v5-eyebrow {
    grid-column: 1 / -1;
  }

  .about-v5-facts strong {
    font-size: clamp(1.75rem, 4.4vw, 3.2rem);
  }

  .about-v5-history-field {
    grid-auto-rows: minmax(16rem, auto);
  }

  .about-v5-history-field p {
    -webkit-line-clamp: 3;
  }
}

@media (max-width: 760px) {
  .about-v5-hero {
    min-height: calc(100svh - 4.4rem);
  }

  .about-v5-hero-copy,
  .about-v5-overview-head,
  .about-v5-section-head,
  .about-v5-close-layout {
    grid-template-columns: 1fr;
  }

  .about-v5-hero-copy {
    gap: 1.8rem;
    align-content: start;
    min-height: calc(100svh - 4.4rem);
    justify-content: flex-end;
    padding: 4rem 1.5rem 3rem;
  }

  .about-v5-hero-copy > .about-v5-eyebrow {
    margin-bottom: 0;
  }

  .about-v5-hero h1 {
    font-size: clamp(2.85rem, 12vw, 4.8rem);
  }

  .about-v5-hero-support {
    gap: 1.5rem;
  }

  .about-v5-hero-media {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    opacity: 1;
  }

  .about-v5-hero-media img {
    object-position: 64% 62%;
  }

  .about-v5-overview-head > .about-v5-eyebrow,
  .about-v5-section-head > .about-v5-eyebrow {
    grid-column: auto;
  }

  .about-v5-facts {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .about-v5-facts article {
    border-bottom: 1px solid var(--about-line);
  }

  .about-v5-facts article:nth-child(2) {
    border-right: 0;
  }

  .about-v5-facts article:nth-child(3),
  .about-v5-facts article:nth-child(4) {
    border-bottom: 0;
  }

  .about-v5-facts article:nth-child(3) {
    padding-left: 0;
  }

  .about-v5-facts strong {
    font-size: clamp(1.9rem, 8vw, 3.2rem);
  }

  .about-v5-history-field {
    display: block;
    padding-left: 1.1rem;
    border-left: 1px solid rgba(203, 55, 75, 0.78);
  }

  .about-v5-history-field li,
  .about-v5-history-field li:nth-child(n) {
    min-height: auto;
    padding: 2rem 1.25rem 2.5rem;
    border-top: 0;
    border-bottom: 1px solid rgba(248, 244, 236, 0.12);
  }

  .about-v5-history-field li::before,
  .about-v5-history-field li:nth-child(n)::before {
    top: 2.35rem;
    left: -1.44rem;
  }

  .about-v5-history-field li:nth-child(4)::after,
  .about-v5-history-field li:nth-child(8)::after {
    display: none;
  }

  .about-v5-history-field time {
    margin-top: 1.15rem;
  }

  .about-v5-history-field p {
    font-size: 0.84rem;
    -webkit-line-clamp: 4;
  }

  .about-v5-sites-triptych,
  .about-v5-leadership-grid {
    grid-template-columns: 1fr;
  }

  .about-v5-sites-triptych {
    gap: 3.25rem;
  }

  .about-v5-site-image {
    height: min(120vw, 36rem);
  }

  .about-v5-leadership-grid {
    gap: 4rem;
  }

  .about-v5-portrait {
    aspect-ratio: 4 / 4.8;
  }
}

@media (max-width: 440px) {
  .about-v5-facts article {
    padding-right: 0.75rem;
  }

  .about-v5-facts article:nth-child(even) {
    padding-left: 0.85rem;
  }

  .about-v5-facts strong {
    font-size: clamp(1.65rem, 7.6vw, 2.4rem);
  }
}

@media (prefers-reduced-motion: reduce) {
  .about-v5 *,
  .about-v5 *::before,
  .about-v5 *::after {
    scroll-behavior: auto !important;
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
  }
}