:root {
  --mmb-bio-red: #e1262f;
  --mmb-bio-red-dark: #b7161e;
  --mmb-bio-black: #08090b;
  --mmb-bio-panel: #111216;
  --mmb-bio-panel-soft: #17181d;
  --mmb-bio-white: #ffffff;
  --mmb-bio-muted: rgba(255, 255, 255, 0.68);
  --mmb-bio-line: rgba(255, 255, 255, 0.12);
}

.mmb-bio,
.mmb-bio * {
  box-sizing: border-box;
}

.mmb-bio {
  position: relative;
  width: 100vw;
  max-width: none;
  margin-inline: calc(50% - 50vw);
  overflow: hidden;
  background:
    radial-gradient(
      circle at 12% 10%,
      rgba(225, 38, 47, 0.12),
      transparent 28%
    ),
    linear-gradient(180deg, #090a0c 0%, #101115 46%, #08090b 100%);
  color: var(--mmb-bio-white);
  font-family: inherit;
}

.mmb-bio::before {
  position: absolute;
  inset: 0;
  z-index: 0;
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.018) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.018) 1px, transparent 1px);
  background-size: 54px 54px;
  content: "";
  mask-image: linear-gradient(to bottom, #000 0%, transparent 76%);
  pointer-events: none;
}

.mmb-bio__inner {
  position: relative;
  z-index: 1;
  width: min(100% - 48px, 1460px);
  margin-inline: auto;
  padding-block: clamp(60px, 8vw, 118px);
}

.mmb-bio__story {
  display: grid;
  grid-template-columns: minmax(320px, 0.88fr) minmax(460px, 1.12fr);
  align-items: center;
  gap: clamp(42px, 7vw, 104px);
}

.mmb-bio__visual {
  position: relative;
  margin: 0;
  padding: 0;
}

.mmb-bio__mosaic {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: clamp(7px, 1vw, 12px);
  padding: clamp(7px, 1vw, 12px);
  border: 1px solid var(--mmb-bio-line);
  background: rgba(8, 9, 11, 0.72);
  box-shadow: 0 28px 80px rgba(0, 0, 0, 0.36);
}

.mmb-bio__mosaic-tile {
  position: relative;
  display: grid;
  aspect-ratio: 1 / 1;
  place-items: center;
  overflow: hidden;
  background:
    linear-gradient(145deg, rgba(225, 38, 47, 0.14), transparent 48%),
    var(--mmb-bio-panel-soft);
}

.mmb-bio__mosaic-tile::after {
  position: absolute;
  inset: 0;
  border: 1px solid rgba(255, 255, 255, 0.08);
  content: "";
  pointer-events: none;
}

.mmb-bio__mosaic-tile img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  filter: saturate(0.9) contrast(1.04);
  transition: transform 700ms ease;
}

.mmb-bio__mosaic-tile > span {
  color: rgba(255, 255, 255, 0.18);
  font-size: clamp(1.2rem, 3vw, 2.1rem);
  font-weight: 900;
  letter-spacing: 0.14em;
}

.mmb-bio__mosaic-tile:hover img {
  transform: scale(1.018);
}

.mmb-bio__stamp {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 20px;
  margin-top: 17px;
  padding: 17px 3px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.36);
  color: rgba(255, 255, 255, 0.75);
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.15em;
  text-transform: uppercase;
}

.mmb-bio__stamp strong {
  color: var(--mmb-bio-white);
}

.mmb-bio__eyebrow,
.mmb-bio__section-heading > p,
.mmb-bio__chapter-label {
  display: flex;
  align-items: center;
  gap: 11px;
  margin: 0 0 18px;
  color: var(--mmb-bio-red);
  font-size: 0.73rem;
  font-weight: 850;
  letter-spacing: 0.18em;
  line-height: 1.3;
  text-transform: uppercase;
}

.mmb-bio__eyebrow::before,
.mmb-bio__section-heading > p::before {
  width: 34px;
  height: 3px;
  background: currentColor;
  content: "";
}

.mmb-bio__title {
  max-width: 760px;
  margin: 0;
  color: var(--mmb-bio-white);
  font-size: clamp(2.55rem, 5.2vw, 5.5rem);
  font-weight: 900;
  letter-spacing: -0.052em;
  line-height: 0.92;
  text-transform: uppercase;
}

.mmb-bio__title span {
  display: block;
  color: var(--mmb-bio-red);
}

.mmb-bio__lead {
  max-width: 780px;
  margin: clamp(22px, 3vw, 34px) 0 0;
  color: rgba(255, 255, 255, 0.91);
  font-size: clamp(1.1rem, 1.55vw, 1.42rem);
  font-weight: 620;
  line-height: 1.48;
}

.mmb-bio__body {
  max-width: 790px;
  margin-top: 28px;
  color: var(--mmb-bio-muted);
  font-size: clamp(0.97rem, 1.08vw, 1.08rem);
  line-height: 1.72;
}

.mmb-bio__body p {
  margin: 0 0 18px;
}

.mmb-bio__body em {
  color: rgba(255, 255, 255, 0.9);
  font-style: normal;
  font-weight: 700;
}

.mmb-bio__chapter {
  display: grid;
  gap: 7px;
  max-width: 790px;
  margin-top: 32px;
  padding: 22px 24px;
  border-left: 4px solid var(--mmb-bio-red);
  background: rgba(255, 255, 255, 0.055);
}

.mmb-bio__chapter-label {
  margin-bottom: 2px;
}

.mmb-bio__chapter strong {
  color: var(--mmb-bio-white);
  font-size: clamp(1rem, 1.3vw, 1.22rem);
}

.mmb-bio__chapter span {
  color: var(--mmb-bio-muted);
  font-size: 0.88rem;
}

.mmb-bio__highlights {
  margin-top: clamp(82px, 10vw, 150px);
}

.mmb-bio__section-heading {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 40px;
  margin-bottom: 35px;
}

.mmb-bio__section-heading > p {
  flex: 0 0 auto;
  margin-bottom: 4px;
}

.mmb-bio__section-heading h2 {
  max-width: 770px;
  margin: 0;
  font-size: clamp(1.85rem, 3.5vw, 3.7rem);
  font-weight: 850;
  letter-spacing: -0.035em;
  line-height: 1.02;
  text-align: right;
}

.mmb-bio__highlight-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1px;
  padding: 1px;
  background: var(--mmb-bio-line);
}

.mmb-bio__highlight-grid article {
  min-height: 245px;
  padding: 30px 28px;
  background: var(--mmb-bio-black);
  transition:
    background-color 180ms ease,
    transform 180ms ease;
}

.mmb-bio__highlight-grid article:hover {
  background: var(--mmb-bio-panel-soft);
  transform: translateY(-3px);
}

.mmb-bio__highlight-grid article > span {
  display: block;
  margin-bottom: 55px;
  color: var(--mmb-bio-red);
  font-size: 0.72rem;
  font-weight: 850;
  letter-spacing: 0.15em;
}

.mmb-bio__highlight-grid article > p {
  margin: 0 0 7px;
  color: var(--mmb-bio-muted);
  font-size: 0.7rem;
  font-weight: 800;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}

.mmb-bio__highlight-grid h3 {
  margin: 0 0 8px;
  color: var(--mmb-bio-white);
  font-size: clamp(1.05rem, 1.45vw, 1.35rem);
  line-height: 1.2;
}

.mmb-bio__highlight-grid small {
  color: rgba(255, 255, 255, 0.54);
  font-size: 0.82rem;
  line-height: 1.45;
}

.mmb-bio__shared {
  padding-block: clamp(62px, 8vw, 100px);
  text-align: center;
}

.mmb-bio__shared .mmb-bio__eyebrow {
  justify-content: center;
}

.mmb-bio__shared .mmb-bio__eyebrow::after {
  width: 34px;
  height: 3px;
  background: currentColor;
  content: "";
}

.mmb-bio__shared ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.mmb-bio__shared li {
  margin: 0;
  padding: 12px 17px;
  border: 1px solid var(--mmb-bio-line);
  color: rgba(255, 255, 255, 0.82);
  font-size: 0.78rem;
  font-weight: 750;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.mmb-bio__formats {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  overflow: hidden;
  border: 1px solid var(--mmb-bio-line);
  border-radius: 3px;
  background: var(--mmb-bio-panel);
}

.mmb-bio__formats > div {
  position: relative;
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 3px 18px;
  padding: 29px 30px;
  border-right: 1px solid var(--mmb-bio-line);
}

.mmb-bio__formats > div:last-child {
  border-right: 0;
}

.mmb-bio__formats span {
  grid-row: 1 / 3;
  align-self: center;
  color: var(--mmb-bio-red);
  font-size: 0.7rem;
  font-weight: 850;
  letter-spacing: 0.12em;
}

.mmb-bio__formats strong {
  color: var(--mmb-bio-white);
  font-size: 1rem;
  text-transform: uppercase;
}

.mmb-bio__formats small {
  color: var(--mmb-bio-muted);
}

.mmb-bio__cta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 40px;
  margin-top: clamp(70px, 9vw, 125px);
  padding: clamp(34px, 5vw, 68px);
  border: 1px solid rgba(225, 38, 47, 0.34);
  background: linear-gradient(
    120deg,
    rgba(225, 38, 47, 0.14),
    rgba(255, 255, 255, 0.025)
  );
}

.mmb-bio__cta .mmb-bio__eyebrow {
  margin-bottom: 12px;
}

.mmb-bio__cta h2 {
  max-width: 650px;
  margin: 0;
  color: var(--mmb-bio-white);
  font-size: clamp(1.75rem, 3.5vw, 3.55rem);
  font-weight: 870;
  letter-spacing: -0.04em;
  line-height: 1;
  text-transform: uppercase;
}

.mmb-bio__actions {
  display: flex;
  flex: 0 0 auto;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 10px;
}

.mmb-bio .mmb-bio__button {
  display: inline-flex;
  min-height: 50px;
  align-items: center;
  justify-content: center;
  gap: 9px;
  padding: 13px 18px;
  border: 1px solid rgba(255, 255, 255, 0.42);
  border-radius: 2px;
  color: var(--mmb-bio-white);
  font-size: 0.73rem;
  font-weight: 850;
  letter-spacing: 0.09em;
  line-height: 1.2;
  text-decoration: none;
  text-transform: uppercase;
  transition:
    background-color 180ms ease,
    border-color 180ms ease,
    color 180ms ease,
    transform 180ms ease;
}

.mmb-bio .mmb-bio__button svg {
  width: 17px;
  height: 17px;
  flex: 0 0 17px;
  fill: currentColor;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.7;
}

.mmb-bio .mmb-bio__button .mmb-bio__icon--stroke {
  fill: none;
}

.mmb-bio .mmb-bio__button--primary {
  border-color: var(--mmb-bio-red);
  background: var(--mmb-bio-red);
}

.mmb-bio .mmb-bio__button--primary:hover,
.mmb-bio .mmb-bio__button--primary:focus-visible {
  border-color: var(--mmb-bio-red-dark);
  background: var(--mmb-bio-red-dark);
  color: var(--mmb-bio-white);
  transform: translateY(-2px);
}

.mmb-bio .mmb-bio__button--secondary:hover,
.mmb-bio .mmb-bio__button--secondary:focus-visible {
  border-color: var(--mmb-bio-white);
  background: var(--mmb-bio-white);
  color: var(--mmb-bio-black);
  transform: translateY(-2px);
}

.mmb-bio .mmb-bio__button:focus-visible {
  outline: 3px solid var(--mmb-bio-white);
  outline-offset: 4px;
}

.mmb-bio .screen-reader-text {
  position: absolute !important;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  border: 0;
  clip: rect(0, 0, 0, 0);
  clip-path: inset(50%);
  white-space: nowrap;
}

@media (prefers-reduced-motion: no-preference) {
  .mmb-bio__visual,
  .mmb-bio__copy {
    animation: mmb-bio-reveal 650ms ease-out both;
  }

  .mmb-bio__copy {
    animation-delay: 110ms;
  }

  @keyframes mmb-bio-reveal {
    from {
      opacity: 0;
      transform: translateY(15px);
    }

    to {
      opacity: 1;
      transform: translateY(0);
    }
  }
}

@media (max-width: 1050px) {
  .mmb-bio__story {
    grid-template-columns: minmax(280px, 0.8fr) minmax(420px, 1.2fr);
    gap: 42px;
  }

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

  .mmb-bio__cta {
    align-items: flex-start;
    flex-direction: column;
  }

  .mmb-bio__actions {
    justify-content: flex-start;
  }
}

@media (max-width: 820px) {
  .mmb-bio__inner {
    width: min(100% - 36px, 720px);
  }

  .mmb-bio__story {
    grid-template-columns: 1fr;
  }

  .mmb-bio__title {
    font-size: clamp(2.45rem, 11vw, 4.9rem);
  }

  .mmb-bio__section-heading {
    align-items: flex-start;
    flex-direction: column;
    gap: 14px;
  }

  .mmb-bio__section-heading h2 {
    text-align: left;
  }

  .mmb-bio__formats {
    grid-template-columns: 1fr;
  }

  .mmb-bio__formats > div {
    border-right: 0;
    border-bottom: 1px solid var(--mmb-bio-line);
  }

  .mmb-bio__formats > div:last-child {
    border-bottom: 0;
  }
}

@media (max-width: 560px) {
  .mmb-bio__inner {
    width: min(100% - 28px, 520px);
    padding-block: 48px 64px;
  }

  .mmb-bio__story {
    gap: 35px;
  }

  .mmb-bio__stamp {
    font-size: 0.62rem;
  }

  .mmb-bio__title {
    font-size: clamp(2.25rem, 12vw, 3.65rem);
  }

  .mmb-bio__lead {
    font-size: 1.03rem;
  }

  .mmb-bio__body {
    font-size: 0.94rem;
    line-height: 1.66;
  }

  .mmb-bio__highlight-grid {
    grid-template-columns: 1fr;
  }

  .mmb-bio__highlight-grid article {
    min-height: 0;
  }

  .mmb-bio__highlight-grid article > span {
    margin-bottom: 34px;
  }

  .mmb-bio__cta {
    padding: 28px 22px;
  }

  .mmb-bio__actions {
    display: grid;
    width: 100%;
    grid-template-columns: 1fr;
  }

  .mmb-bio .mmb-bio__button {
    width: 100%;
  }
}
