.news-strip {
  position: relative;
  z-index: 5;
  padding-block: clamp(42px, 5vw, 76px);
  background: rgba(5, 5, 6, 0.94);
  box-shadow: 0 0 0 100vmax rgba(5, 5, 6, 0.94);
  clip-path: inset(0 -100vmax);
}

.news-strip__heading {
  display: grid;
  grid-template-columns: minmax(100px, 0.34fr) minmax(0, 1.66fr);
  align-items: end;
  gap: 24px;
  margin-bottom: 24px;
}

.news-strip__heading .kicker,
.news-strip__heading h2 {
  margin: 0;
}

.news-strip__heading h2 {
  letter-spacing: -0.045em;
  font-size: clamp(26px, 3.2vw, 48px);
  font-weight: 540;
  line-height: 1.12;
}

.news-strip__list {
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.news-strip__item {
  display: grid;
  grid-template-columns: 128px 118px minmax(0, 1fr) 24px;
  align-items: center;
  gap: 20px;
  min-height: 70px;
  padding: 14px 12px;
  border-bottom: 1px solid var(--line);
  color: inherit;
  transition: background 0.3s ease, color 0.3s ease, padding-inline 0.3s var(--ease);
}

.news-strip__item:last-child {
  border-bottom: 0;
}

a.news-strip__item:hover,
a.news-strip__item:focus-visible {
  padding-inline: 18px 10px;
  background: rgba(217, 31, 44, 0.13);
  color: #fff;
}

.news-strip__item time,
.news-strip__label {
  color: #77706b;
  letter-spacing: 0.14em;
  font-size: 10px;
  font-variant-numeric: tabular-nums;
}

.news-strip__label {
  color: var(--red);
  font-weight: 700;
}

.news-strip__title {
  color: #d8d1ca;
  font-size: 14px;
  line-height: 1.65;
}

.news-strip__arrow {
  color: var(--red);
  text-align: right;
  font-size: 15px;
}

.media-feature {
  padding-top: clamp(92px, 10vw, 155px);
}

.media-feature .section-heading__body {
  max-width: 630px;
}

.media-feature .section-heading h2,
.media-feature .section-heading__body,
.about .section-heading h2 {
  white-space: pre-line;
}

.media-feature .related-card:first-child:before {
  border-radius: 50%;
  box-shadow: 0 0 0 26px rgba(217, 31, 44, 0.05), 0 0 0 52px rgba(217, 31, 44, 0.025);
}

.about__brands {
  display: grid;
  width: var(--frame);
  margin-inline: auto;
  border: 1px solid rgba(9, 9, 10, 0.16);
  background: rgba(9, 9, 10, 0.16);
  gap: 1px;
}

.about-brand {
  position: relative;
  display: grid;
  grid-template-columns: minmax(300px, 0.82fr) minmax(0, 1.55fr);
  min-height: 176px;
  overflow: hidden;
  background: var(--ivory);
}

.about-brand__logo {
  display: grid;
  place-items: center;
  min-width: 0;
  overflow: hidden;
  padding: 18px clamp(24px, 3.5vw, 54px);
  border-right: 1px solid rgba(9, 9, 10, 0.14);
  background: #f6f3ef;
}

.about-brand__logo img {
  display: block;
  max-width: none;
  height: auto;
  mix-blend-mode: multiply;
  transition: transform 0.5s var(--ease);
}

.about-brand:hover .about-brand__logo img {
  transform: scale(1.025);
}

.about-brand__logo--music img {
  width: min(145%, 540px);
}

.about-brand__logo--second-take img {
  width: min(100%, 480px);
}

.about-brand__logo--baton img {
  width: min(94%, 446px);
  mix-blend-mode: normal;
}

.about-brand__copy {
  position: relative;
  display: grid;
  grid-template-columns: 48px minmax(210px, 0.72fr) minmax(0, 1fr);
  align-items: center;
  gap: clamp(18px, 2.5vw, 38px);
  min-width: 0;
  padding: 30px clamp(26px, 4vw, 60px);
}

.about-brand__copy::before {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 2px;
  background: var(--red);
  content: "";
  opacity: 0;
  transform: scaleY(0.35);
  transition: opacity 0.35s ease, transform 0.45s var(--ease);
}

.about-brand:hover .about-brand__copy::before {
  opacity: 1;
  transform: scaleY(1);
}

.about-brand__index {
  color: var(--red);
  letter-spacing: 0.16em;
  font-size: 9px;
}

.about-brand__heading .kicker,
.about-brand__heading h3,
.about-brand__body {
  margin: 0;
}

.about-brand__heading .kicker {
  margin-bottom: 10px;
  font-size: 9px;
}

.about-brand__heading h3 {
  letter-spacing: 0.055em;
  font-size: clamp(17px, 1.45vw, 22px);
  font-weight: 520;
  line-height: 1.45;
}

.about-brand:nth-child(2) .about-brand__heading h3 {
  white-space: nowrap;
}

.about-brand__body {
  color: #5e5955;
  font-size: 13px;
  line-height: 1.9;
}

.founder__profile-link {
  display: grid;
  grid-column: 1 / -1;
  grid-template-columns: minmax(260px, 0.85fr) minmax(320px, 1fr);
  gap: clamp(50px, 8vw, 130px);
  color: inherit;
}

.founder__profile-link .founder__portrait > img {
  transition: transform 0.8s var(--ease), filter 0.45s ease;
}

.founder__profile-link:hover .founder__portrait > img,
.founder__profile-link:focus-visible .founder__portrait > img {
  filter: saturate(0.85) contrast(1.08);
  transform: scale(1.018);
}

.founder__profile-link:focus-visible {
  outline: 1px solid var(--red-bright);
  outline-offset: 12px;
}

.founder__profile-cta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  margin-top: 46px;
  padding: 18px 0;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  color: #d5cec6;
  letter-spacing: 0.07em;
  font-size: 11px;
}

.founder__profile-cta .arrow-icon {
  width: 20px;
  height: 20px;
  stroke: var(--red-bright);
  transition: transform 0.35s var(--ease);
}

.founder__profile-link:hover .founder__profile-cta .arrow-icon,
.founder__profile-link:focus-visible .founder__profile-cta .arrow-icon {
  transform: translate(4px, -4px);
}

@media (width <= 1040px) {
  .about-brand {
    grid-template-columns: minmax(240px, 0.72fr) minmax(0, 1.28fr);
  }

  .about-brand__copy {
    grid-template-columns: 34px minmax(0, 1fr);
    gap: 12px 18px;
    padding: 26px 28px;
  }

  .about-brand__body {
    grid-column: 2;
  }

  .founder__profile-link {
    grid-template-columns: minmax(260px, 0.85fr) minmax(300px, 1fr);
    gap: 55px;
  }
}

@media (width <= 760px) {
  .news-strip {
    padding-block: 52px 58px;
  }

  .news-strip__heading {
    grid-template-columns: 1fr;
    gap: 12px;
    margin-bottom: 22px;
  }

  .news-strip__heading h2 {
    font-size: 30px;
  }

  .news-strip__item {
    grid-template-columns: 92px minmax(0, 1fr) 20px;
    gap: 10px 12px;
    min-height: 92px;
    padding: 15px 4px;
  }

  .news-strip__label {
    grid-column: 2;
  }

  .news-strip__title {
    grid-column: 1 / 3;
    grid-row: 2;
    font-size: 13px;
  }

  .news-strip__arrow {
    grid-column: 3;
    grid-row: 1 / 3;
  }

  a.news-strip__item:hover,
  a.news-strip__item:focus-visible {
    padding-inline: 10px 4px;
  }

  .about__brands {
    width: 100%;
  }

  .about-brand {
    grid-template-columns: 1fr;
  }

  .about-brand__logo {
    min-height: 142px;
    padding-block: 10px;
    border-right: 0;
    border-bottom: 1px solid rgba(9, 9, 10, 0.14);
  }

  .about-brand__logo--music img {
    width: min(135%, 470px);
  }

  .about-brand__logo--second-take img {
    width: min(88%, 430px);
  }

  .about-brand__logo--baton img {
    width: min(82%, 350px);
  }

  .about-brand__copy {
    min-height: 150px;
    padding: 25px 22px 28px;
  }

  .about-brand:nth-child(2) .about-brand__heading h3 {
    font-size: clamp(16px, 5vw, 20px);
  }

  .founder__profile-link {
    grid-template-columns: 1fr;
    gap: 45px;
  }

  .founder__profile-cta {
    margin-top: 34px;
  }
}
