html.home-rebrand-root {
  min-height: 100%;
  background: #07090a;
}

.home-rebrand {
  --home-bg: #07090a;
  --home-panel: #0d1011;
  --home-panel-raised: #121617;
  --home-ink: #f4f6f5;
  --home-muted: #9ca8a6;
  --home-line: rgba(255, 255, 255, 0.15);
  --home-teal: #00d8c7;
  --home-red: #eb1748;
  margin: 0;
  min-height: 100%;
  min-width: 320px;
  overflow-x: clip;
  background: transparent;
  color: var(--home-ink);
  font-family: Inter, "Segoe UI", Arial, sans-serif;
  isolation: isolate;
}

.home-rebrand::before {
  position: fixed;
  z-index: -2;
  inset: -2px;
  display: block;
  background-color: #07090a;
  background-image: url("/assets/home-masterbrand-hero-2026.webp");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  content: "";
  filter: saturate(0.82) brightness(0.98) contrast(1.02);
  pointer-events: none;
  transform: translateZ(0);
}

.home-rebrand::after {
  position: fixed;
  z-index: -1;
  inset: 0;
  display: block;
  background: linear-gradient(180deg, rgba(5, 7, 8, 0.01), rgba(7, 9, 10, 0.07) 56%, rgba(7, 9, 10, 0.16));
  content: "";
  pointer-events: none;
}

.home-rebrand *,
.home-rebrand *::before,
.home-rebrand *::after {
  box-sizing: border-box;
}

.home-rebrand main {
  width: 100%;
  max-width: none;
  margin: 0;
  padding: 0;
  overflow: visible;
  background: transparent;
}

.home-rebrand a {
  color: inherit;
}

.home-rebrand img {
  display: block;
  max-width: 100%;
}

.home-rebrand .home-rb-header {
  position: absolute;
  z-index: 30;
  top: 12px;
  left: 50%;
  display: grid;
  width: min(1440px, calc(100% - 48px));
  min-height: 76px;
  grid-template-columns: minmax(205px, 1fr) auto minmax(205px, 1fr);
  align-items: center;
  gap: 12px;
  margin: 0;
  padding: 0 4px;
  transform: translateX(-50%);
  border: 0;
  border-bottom: 0;
  border-radius: 0;
  background: transparent;
  backdrop-filter: none;
  box-shadow: none;
}

.home-rebrand .home-rb-header .brand {
  display: inline-flex;
  min-width: 205px;
  min-height: 76px;
  align-items: center;
  gap: 10px;
  padding: 0 12px 0 4px;
  border: 0;
  background: transparent;
  text-decoration: none;
}

.home-rebrand .home-rb-header .brand__mark {
  width: 44px;
  height: 44px;
}

.home-rebrand .home-rb-header .brand__name {
  font-size: 17px;
  font-weight: 900;
  letter-spacing: 0;
  text-transform: uppercase;
}

.home-rebrand .home-rb-nav {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  margin: 0 auto;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}

.home-rebrand .home-rb-nav a,
.home-rebrand .home-rb-header .home-rb-contact,
.home-rebrand .home-rb-header .language-switcher button {
  display: inline-flex;
  min-height: 44px;
  align-items: center;
  justify-content: center;
  padding: 0 15px;
  border: 0;
  border-radius: 4px;
  color: #c5cdcb;
  font-size: 14px;
  font-weight: 800;
  letter-spacing: 0;
  text-decoration: none;
  box-shadow: none;
  transition: color 180ms ease, background-color 180ms ease;
}

.home-rebrand .home-rb-nav a {
  position: relative;
  text-shadow: 0 2px 12px rgba(0, 0, 0, 0.9);
}

.home-rebrand .home-rb-nav a::before {
  display: none;
}

.home-rebrand .home-rb-nav a::after {
  position: absolute;
  right: 14px;
  bottom: 3px;
  left: 14px;
  height: 1px;
  background: var(--home-teal);
  content: "";
  opacity: 0;
  transform: scaleX(0.35);
  transition: opacity 180ms ease, transform 180ms ease;
}

.home-rebrand .home-rb-nav a:hover,
.home-rebrand .home-rb-nav a:focus-visible,
.home-rebrand .home-rb-header .home-rb-contact:hover,
.home-rebrand .home-rb-header .home-rb-contact:focus-visible,
.home-rebrand .home-rb-header .language-switcher button:hover,
.home-rebrand .home-rb-header .language-switcher button:focus-visible {
  color: #fff;
  background: rgba(0, 216, 199, 0.08);
  box-shadow: none;
  transform: none;
}

.home-rebrand .home-rb-nav a:hover::after,
.home-rebrand .home-rb-nav a:focus-visible::after {
  opacity: 1;
  transform: scaleX(1);
}

.home-rebrand .home-rb-header__actions {
  display: flex;
  min-width: 205px;
  align-items: center;
  justify-content: flex-end;
  gap: 8px;
}

.home-rebrand .home-rb-header .home-rb-contact {
  border: 0;
  border-bottom: 1px solid rgba(0, 216, 199, 0.7);
  border-radius: 0;
  color: #fff;
}

.home-rebrand .home-rb-header .language-switcher {
  display: inline-flex;
  min-height: 40px;
  align-items: center;
  gap: 2px;
  padding: 3px;
  border: 1px solid rgba(255, 255, 255, 0.13);
  border-radius: 4px;
  background: rgba(4, 8, 9, 0.78);
}

.home-rebrand .home-rb-header .language-switcher button {
  appearance: none;
  min-width: 38px;
  min-height: 34px;
  padding: 0 8px;
  border: 1px solid transparent;
  color: #f1f5f4;
  background: transparent;
  font-size: 12px;
  cursor: pointer;
}

.home-rebrand .home-rb-header .language-switcher span {
  width: 1px;
  height: 18px;
  background: rgba(255, 255, 255, 0.14);
}

.home-rebrand .home-rb-header .language-switcher button.is-active {
  border-color: #19e1cf;
  color: #001310;
  background: #19e1cf;
}

.home-rebrand .home-rb-header .language-switcher button.is-active:hover,
.home-rebrand .home-rb-header .language-switcher button.is-active:focus-visible {
  color: #001310;
  background: #31ead9;
}

.home-rb-hero-stage {
  position: relative;
  height: calc(clamp(520px, 92svh, 900px) + clamp(120px, 16svh, 180px));
  background: transparent;
}

.home-rb-hero {
  --home-hero-back-y: 0px;
  --home-hero-mid-y: 0px;
  --home-hero-content-opacity: 1;
  --home-rb-title-shrink: 0px;
  position: sticky;
  top: 0;
  display: grid;
  height: clamp(520px, 92svh, 900px);
  isolation: isolate;
  place-items: center;
  overflow: hidden;
  background-color: transparent;
}

.home-rb-hero__backdrop {
  position: absolute;
  z-index: 0;
  inset: -14px 0;
  background: transparent;
  transform: translate3d(0, var(--home-hero-back-y), 0);
  will-change: transform;
}

.home-rb-hero__atmosphere {
  position: absolute;
  z-index: 1;
  inset: -6px 0;
  background: transparent;
  pointer-events: none;
  transform: translate3d(0, var(--home-hero-mid-y), 0);
  will-change: transform;
}

.home-rb-hero__content {
  position: relative;
  z-index: 2;
  container-type: inline-size;
  display: grid;
  width: min(1400px, calc(100% - 48px));
  justify-items: center;
  row-gap: 20px;
  padding: clamp(96px, 13svh, 136px) 0;
  opacity: var(--home-hero-content-opacity);
  text-align: center;
  will-change: opacity;
}

.home-rb-kicker {
  margin: 0 0 18px;
  color: var(--home-teal);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0;
  line-height: 1.3;
  text-transform: uppercase;
}

.home-rb-hero h1 {
  max-width: 100%;
  margin: 0;
  color: #fff;
  font-family: "Arial Black", Inter, "Segoe UI", sans-serif;
  font-size: calc(clamp(36px, 11.5cqi, 136px) - var(--home-rb-title-shrink));
  font-weight: 950;
  letter-spacing: 0;
  line-height: 0.88;
  text-transform: uppercase;
  white-space: nowrap;
  text-shadow:
    1px 1px 0 rgba(174, 183, 180, 0.58),
    2px 2px 0 rgba(55, 64, 62, 0.68);
}

.home-rb-hero__disciplines {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 18px;
  margin: 0;
  color: #d9dfdd;
  font-size: 17px;
  font-weight: 850;
  letter-spacing: 0;
  text-transform: uppercase;
}

.home-rb-hero__disciplines i {
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: var(--home-red);
}

.home-rb-hero__work-link {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 7px 0;
  color: #d9dfdd;
  font-size: 13px;
  font-weight: 850;
  letter-spacing: 0;
  line-height: 1.2;
  text-decoration: none;
  text-transform: uppercase;
  transition: color 180ms ease;
}

.home-rb-hero__work-link::after {
  width: 24px;
  height: 1px;
  background: var(--home-teal);
  content: "";
  transition: width 220ms cubic-bezier(0.22, 1, 0.36, 1), background-color 180ms ease;
}

.home-rb-hero__work-link:hover,
.home-rb-hero__work-link:focus-visible {
  color: #fff;
}

.home-rb-hero__work-link:hover::after,
.home-rb-hero__work-link:focus-visible::after {
  width: 36px;
  background: var(--home-red);
}

.home-rb-action {
  display: inline-flex;
  min-height: 48px;
  align-items: center;
  justify-content: center;
  gap: 16px;
  padding: 0 20px;
  border: 1px solid var(--home-line);
  border-radius: 6px;
  font-size: 14px;
  font-weight: 900;
  letter-spacing: 0;
  text-decoration: none;
  transition: color 180ms ease, background-color 180ms ease, border-color 180ms ease, transform 180ms ease;
}

.home-rb-action--primary {
  border-color: var(--home-teal);
  color: #001311;
  background: var(--home-teal);
}

.home-rb-action:hover,
.home-rb-action:focus-visible {
  border-color: #fff;
  color: #fff;
  background: var(--home-red);
  transform: translateY(-2px);
}

.home-rb-section {
  width: min(1400px, calc(100% - 48px));
  margin: 0 auto;
  padding: clamp(76px, 8vw, 104px) 0;
}

.home-rb-selected[data-home-scroll-entry] {
  --home-entry-opacity: 1;
  --home-entry-y: 0px;
  position: relative;
  z-index: 3;
}

.home-rebrand.has-home-cinema [data-home-scroll-entry] {
  opacity: var(--home-entry-opacity);
  transform: translate3d(0, var(--home-entry-y), 0);
  will-change: opacity, transform;
}

.home-rb-section__head {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 30px;
  margin-bottom: 38px;
}

#selected-title {
  scroll-margin-top: clamp(48px, 8svh, 92px);
}

.home-rb-section h2,
.home-rb-music h2,
.home-rb-about h2,
.home-rb-footer h2 {
  max-width: 980px;
  margin: 0;
  color: var(--home-ink);
  font-family: "Arial Black", Inter, "Segoe UI", sans-serif;
  font-size: 50px;
  font-weight: 950;
  letter-spacing: 0;
  line-height: 1;
  text-transform: uppercase;
  text-wrap: balance;
}

.home-rb-text-link {
  display: inline-flex;
  min-height: 44px;
  align-items: center;
  gap: 10px;
  flex: 0 0 auto;
  color: #d7dddb;
  font-size: 13px;
  font-weight: 900;
  letter-spacing: 0;
  text-decoration: none;
  text-transform: uppercase;
}

.home-rb-text-link span:last-child {
  color: var(--home-teal);
  transition: transform 180ms ease;
}

.home-rb-text-link:hover span:last-child,
.home-rb-text-link:focus-visible span:last-child {
  transform: translate(3px, -3px);
}

.home-rb-selected {
  border-top: 0;
}

.home-rb-work-grid {
  display: grid;
  min-height: 300px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
}

.home-rb-work-card {
  position: relative;
  display: grid;
  min-height: 0;
  grid-template-rows: auto 1fr;
  align-items: stretch;
  overflow: hidden;
  border: 1px solid var(--home-line);
  border-radius: 8px;
  color: #fff;
  background: #0b0d0e;
  text-decoration: none;
  transition: border-color 220ms ease, transform 220ms ease;
}

.home-rb-work-card::after {
  display: none;
}

.home-rb-work-card:hover,
.home-rb-work-card:focus-visible {
  border-color: var(--home-teal);
  transform: translateY(-4px);
}

.home-rb-work-card--visual {
  display: block;
  min-height: 0;
  aspect-ratio: 16 / 9;
  background: #030404;
}

.home-rb-work-card:only-child {
  width: 100%;
  max-width: 960px;
  grid-column: 1 / -1;
  justify-self: center;
}

.home-rb-work-card__image {
  position: relative;
  width: 100%;
  height: 100%;
  aspect-ratio: 16 / 9;
  border-bottom: 1px solid var(--home-line);
  object-fit: cover;
  transition: transform 520ms cubic-bezier(0.2, 0.75, 0.25, 1);
}

.home-rb-work-card--visual .home-rb-work-card__image {
  height: 100%;
  aspect-ratio: auto;
  border-bottom: 0;
}

.home-rb-work-card:hover .home-rb-work-card__image,
.home-rb-work-card:focus-visible .home-rb-work-card__image {
  transform: scale(1.035);
}

.home-rb-work-card__content {
  display: grid;
  align-content: start;
  gap: 12px;
  padding: 24px 26px 26px;
  background: var(--home-panel);
}

.home-rb-work-card__status {
  justify-self: start;
  padding: 6px 8px;
  border: 1px solid rgba(0, 216, 199, 0.55);
  border-radius: 4px;
  color: var(--home-teal);
  background: rgba(0, 0, 0, 0.56);
  font-size: 10px;
  font-weight: 950;
  letter-spacing: 0;
  line-height: 1;
  text-transform: uppercase;
}

.home-rb-work-card__status[data-status="frozen"] {
  border-color: rgba(235, 23, 72, 0.6);
  color: #ff6787;
}

.home-rb-work-card__title {
  margin: 0;
  font-size: 28px;
  font-weight: 950;
  letter-spacing: 0;
  line-height: 1.05;
  text-transform: uppercase;
}

.home-rb-work-card__meta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  color: #d5dad9;
  font-size: 12px;
  font-weight: 750;
}

.home-rb-feed-state {
  grid-column: 1 / -1;
  align-self: center;
  justify-self: center;
  margin: 0;
  color: var(--home-muted);
  font-size: 14px;
  text-align: center;
}

.home-rb-music {
  width: 100%;
  background: transparent;
}

.home-rb-music__inner {
  display: grid;
  width: min(1400px, calc(100% - 48px));
  min-height: 620px;
  grid-template-columns: minmax(300px, 0.75fr) minmax(0, 1.25fr);
  align-items: center;
  gap: 72px;
  margin: 0 auto;
  padding: clamp(76px, 8vw, 100px) 0;
}

.home-rb-music__copy > p:not(.home-rb-kicker, .home-rb-platform-label) {
  max-width: 580px;
  margin: 24px 0 34px;
  color: var(--home-muted);
  font-size: 17px;
  line-height: 1.65;
}

.home-rb-platform-label {
  margin: 0 0 12px;
  color: #d4dad8;
  font-size: 11px;
  font-weight: 900;
  text-transform: uppercase;
}

.home-rb-platforms {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.home-rb-platforms a {
  display: inline-flex;
  min-height: 44px;
  align-items: center;
  gap: 9px;
  padding: 0 13px;
  border: 1px solid var(--home-line);
  border-radius: 6px;
  font-size: 13px;
  font-weight: 850;
  text-decoration: none;
  transition: border-color 180ms ease, background-color 180ms ease, transform 180ms ease;
}

.home-rb-platforms a:hover,
.home-rb-platforms a:focus-visible {
  border-color: var(--home-teal);
  background: rgba(255, 255, 255, 0.07);
  transform: translateY(-2px);
}

.home-rb-platforms img {
  width: 20px;
  height: 20px;
}

.home-rb-music__feature {
  min-width: 0;
  min-height: 360px;
}

.home-rb-music-card {
  display: grid;
  width: 100%;
  min-height: 0;
  overflow: hidden;
  grid-template-rows: auto auto;
  padding: 0;
  border: 1px solid var(--home-line);
  border-radius: 8px;
  color: inherit;
  background: #020202;
  font: inherit;
  text-align: left;
  cursor: pointer;
  transition: border-color 220ms ease, transform 220ms ease;
}

.home-rb-music-card:hover,
.home-rb-music-card:focus-visible {
  border-color: var(--home-red);
  transform: translateY(-4px);
}

.home-rb-music-card__media {
  position: relative;
  min-height: 0;
  overflow: hidden;
  aspect-ratio: 16 / 9;
  background: #000;
}

.home-rb-music-card__media img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
  transition: transform 520ms cubic-bezier(0.2, 0.75, 0.25, 1);
}

.home-rb-music-card:hover .home-rb-music-card__media img,
.home-rb-music-card:focus-visible .home-rb-music-card__media img {
  transform: scale(1.025);
}

.home-rb-music-card__play {
  position: absolute;
  right: 20px;
  bottom: 20px;
  display: grid;
  width: 54px;
  height: 54px;
  place-items: center;
  border: 1px solid rgba(255, 255, 255, 0.82);
  border-radius: 50%;
  background: var(--home-red);
  box-shadow: 0 10px 28px rgba(0, 0, 0, 0.34);
  pointer-events: none;
  transition: background-color 180ms ease, border-color 180ms ease, box-shadow 180ms ease;
}

.home-rb-music-card__play::after {
  width: 0;
  height: 0;
  border-top: 8px solid transparent;
  border-bottom: 8px solid transparent;
  border-left: 12px solid #fff;
  content: "";
  transform: translateX(1px);
}

.home-rb-music-card:hover .home-rb-music-card__play,
.home-rb-music-card:focus-visible .home-rb-music-card__play {
  border-color: #fff;
  background: #f0143d;
  box-shadow: 0 12px 34px rgba(235, 23, 72, 0.28);
}

.home-rb-music-card__body {
  display: flex;
  min-width: 0;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  padding: 20px 22px;
  border-top: 1px solid var(--home-line);
}

.home-rb-music-card__body span {
  color: var(--home-teal);
  font-size: 10px;
  font-weight: 950;
  text-transform: uppercase;
}

.home-rb-music-card__body strong {
  min-width: 0;
  overflow: hidden;
  font-size: 18px;
  font-weight: 900;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.home-rb-latest-stream {
  display: grid;
  gap: clamp(30px, 4vw, 48px);
}

.home-rb-latest-group {
  display: grid;
  min-width: 0;
  gap: 14px;
}

.home-rb-latest-group__head {
  display: flex;
  min-width: 0;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  padding-bottom: 10px;
  border-bottom: 1px solid var(--home-line);
}

.home-rb-latest-group__head h3 {
  margin: 0;
  color: var(--home-text);
  font-size: 15px;
  font-weight: 900;
  letter-spacing: 0;
  line-height: 1.2;
  text-transform: uppercase;
}

.home-rb-latest-group__link {
  flex: 0 0 auto;
  color: var(--home-muted);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0;
  text-decoration: none;
  transition: color 180ms ease;
}

.home-rb-latest-group__link:hover,
.home-rb-latest-group__link:focus-visible {
  color: var(--home-teal);
}

.home-rb-latest-grid {
  display: grid;
  min-height: 0;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  align-items: start;
  gap: 14px;
}

.home-rb-latest-card {
  display: grid;
  min-width: 0;
  min-height: 0;
  grid-template-rows: auto 1fr;
  overflow: hidden;
  border: 1px solid var(--home-line);
  border-radius: 8px;
  color: inherit;
  background: var(--home-panel);
  font: inherit;
  padding: 0;
  text-align: left;
  text-decoration: none;
  cursor: pointer;
  transition: border-color 200ms ease, transform 200ms ease, background-color 200ms ease;
}

.home-rb-latest-card:hover,
.home-rb-latest-card:focus-visible {
  border-color: var(--home-teal);
  background: var(--home-panel-raised);
  transform: translateY(-3px);
}

.home-rb-latest-card__media {
  position: relative;
  display: block;
  aspect-ratio: 16 / 9;
  overflow: hidden;
  border-bottom: 1px solid var(--home-line);
  background: #030404;
}

.home-rb-latest-card__media img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 400ms ease;
}

.home-rb-latest-card--visual {
  display: block;
  aspect-ratio: 16 / 9;
}

.home-rb-latest-card--visual .home-rb-latest-card__media {
  height: 100%;
  border-bottom: 0;
}

.home-rb-latest-card__play {
  position: absolute;
  inset: 50% auto auto 50%;
  width: 48px;
  height: 48px;
  border: 1px solid rgba(255, 255, 255, 0.72);
  border-radius: 50%;
  background: rgba(3, 5, 6, 0.7);
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.34);
  transform: translate(-50%, -50%);
  transition: border-color 180ms ease, background-color 180ms ease, transform 180ms ease;
}

.home-rb-latest-card__play::after {
  position: absolute;
  top: 50%;
  left: 52%;
  width: 0;
  height: 0;
  border-top: 7px solid transparent;
  border-bottom: 7px solid transparent;
  border-left: 11px solid #fff;
  content: "";
  transform: translate(-40%, -50%);
}

.home-rb-latest-card--video:hover .home-rb-latest-card__play,
.home-rb-latest-card--video:focus-visible .home-rb-latest-card__play {
  border-color: #fff;
  background: var(--home-red);
  transform: translate(-50%, -50%) scale(1.08);
}

.home-rb-latest-card:hover .home-rb-latest-card__media img,
.home-rb-latest-card:focus-visible .home-rb-latest-card__media img {
  transform: scale(1.03);
}

.home-rb-source-note {
  margin: 16px 0 0;
  color: var(--home-muted);
  font-size: 12px;
}

.home-rb-about {
  width: 100%;
  background: transparent;
}

.home-rb-about__inner {
  width: min(1120px, calc(100% - 48px));
  margin: 0 auto;
  padding: clamp(80px, 9vw, 112px) 0;
}

.home-rb-about__inner > p:last-child {
  max-width: 790px;
  margin: 28px 0 0 auto;
  color: var(--home-muted);
  font-size: 20px;
  line-height: 1.65;
}

.home-rb-partner-list {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  border-top: 1px solid var(--home-line);
}

.home-rb-partner {
  display: grid;
  min-width: 0;
  min-height: 106px;
  grid-template-columns: 58px 1fr auto;
  align-items: center;
  gap: 18px;
  padding: 16px 22px;
  border-bottom: 1px solid var(--home-line);
  color: inherit;
  text-decoration: none;
  transition: color 180ms ease, background-color 180ms ease;
}

.home-rb-partner:not(:last-child) {
  border-right: 1px solid var(--home-line);
}

.home-rb-partner:hover,
.home-rb-partner:focus-visible {
  color: #fff;
  background: rgba(255, 255, 255, 0.05);
}

.home-rb-partner > img {
  width: 58px;
  height: 58px;
  border-radius: 6px;
  object-fit: cover;
}

.home-rb-partner > span:nth-child(2) {
  display: grid;
  min-width: 0;
  gap: 5px;
}

.home-rb-partner strong {
  font-size: 16px;
  font-weight: 900;
}

.home-rb-partner small {
  overflow: hidden;
  color: var(--home-muted);
  font-size: 12px;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.home-rb-footer {
  width: min(1400px, calc(100% - 48px));
  margin: 0 auto;
  padding: 88px 0 34px;
}

.home-rb-footer__main {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 42px;
  padding-bottom: 74px;
}

.home-rb-footer__main .home-rb-action {
  max-width: 100%;
  overflow-wrap: anywhere;
}

.home-rb-footer__bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding-top: 24px;
  border-top: 1px solid var(--home-line);
  color: var(--home-muted);
  font-size: 12px;
}

.home-rb-footer__bottom p {
  margin: 0;
}

.home-rb-footer__bottom nav {
  display: flex;
  flex-wrap: wrap;
  gap: 18px;
}

.home-rb-footer__bottom a {
  min-height: 34px;
  align-content: center;
  color: #d6dcda;
  font-weight: 800;
  text-decoration: none;
}

.home-rb-footer__bottom a:hover,
.home-rb-footer__bottom a:focus-visible {
  color: var(--home-teal);
}

.home-rebrand :focus-visible {
  outline: 2px solid #fff;
  outline-offset: 3px;
}

.home-rebrand .ds-reveal.is-reveal-prepped {
  --ds-reveal-distance: 14px;
  --ds-reveal-duration: 520ms;
  transition-delay: 0ms;
}

.home-rebrand .home-back-top.site-back-top {
  --scroll-top-size: 52px;
  position: fixed;
  right: max(18px, env(safe-area-inset-right));
  bottom: max(18px, env(safe-area-inset-bottom));
  left: auto;
  z-index: 80;
  display: grid;
  width: var(--scroll-top-size);
  height: var(--scroll-top-size);
  place-items: center;
  margin: 0;
  padding: 0;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 8px;
  color: #dce4e2;
  background: rgba(7, 10, 11, 0.88);
  box-shadow: 0 12px 28px rgba(0, 0, 0, 0.32);
  opacity: 0;
  pointer-events: none;
  cursor: pointer;
  transform: translateY(8px);
  transition: opacity 180ms ease, transform 180ms ease, border-color 180ms ease, color 180ms ease;
}

.home-rebrand .home-back-top.site-back-top.is-visible {
  opacity: 1;
  pointer-events: auto;
  transform: translateY(0);
}

.home-rebrand .home-back-top__icon {
  display: block;
  width: 64%;
  height: 64%;
}

.home-rebrand .home-back-top__icon path {
  fill: none;
  stroke: currentColor;
  stroke-width: 3;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.home-rebrand .home-back-top__corner {
  opacity: 0.5;
  stroke-width: 2.2;
}

.home-rebrand .home-back-top__rail {
  stroke: var(--home-red);
  stroke-width: 2.4;
}

.home-rebrand .home-back-top.site-back-top:hover,
.home-rebrand .home-back-top.site-back-top:focus-visible {
  border-color: rgba(0, 216, 199, 0.66);
  color: #fff;
}

@media (max-width: 1040px) {
  .home-rebrand .home-rb-header {
    top: 8px;
    width: calc(100% - 32px);
    max-width: calc(100% - 32px);
    gap: 0 8px;
    padding: 0;
    border-radius: 0;
  }

  .home-rebrand .home-rb-header .brand,
  .home-rebrand .home-rb-header__actions {
    min-width: 170px;
  }

  .home-rebrand .home-rb-header .brand {
    min-height: 58px;
    padding-block: 0;
  }

  .home-rebrand .home-rb-nav {
    padding: 0;
    border-top: 0;
    border-radius: 0;
    box-shadow: none;
  }

  .home-rebrand .home-rb-nav a {
    padding: 0 10px;
  }

  .home-rb-section h2,
  .home-rb-music h2,
  .home-rb-about h2,
  .home-rb-footer h2 {
    font-size: 42px;
  }

  .home-rb-latest-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .home-rb-music__inner {
    gap: 38px;
  }
}

@media (max-height: 820px) and (min-width: 781px) {
  .home-rb-hero__content {
    row-gap: 16px;
    padding-block: 96px;
  }

  .home-rb-hero__disciplines {
    font-size: 15px;
  }

  .home-rb-hero__work-link {
    font-size: 12px;
  }
}

@media (max-width: 780px) {
  .home-rebrand::before {
    background-image: image-set(
      url("/assets/home-environment-continuation-mobile-v2-430.webp") 1x,
      url("/assets/home-environment-continuation-mobile-v2-852.webp") 2x
    );
    background-position: center top;
    filter: saturate(0.74) brightness(0.76) contrast(1.03);
  }

  .home-rebrand .home-rb-header {
    position: absolute;
    top: 8px;
    display: grid;
    width: calc(100% - 24px);
    max-width: calc(100% - 24px);
    min-height: auto;
    grid-template-columns: 1fr auto;
    gap: 0 8px;
    padding: 0;
    border-radius: 0;
  }

  .home-rebrand .home-rb-header .brand {
    min-width: 0;
    min-height: 58px;
    padding: 0 8px 0 0;
    justify-self: start;
  }

  .home-rebrand .home-rb-header .brand__mark {
    width: 38px;
    height: 38px;
  }

  .home-rebrand .home-rb-header .brand__name {
    font-size: 14px;
  }

  .home-rebrand .home-rb-header__actions {
    min-width: 0;
    grid-column: 2;
    grid-row: 1;
  }

  .home-rebrand .home-rb-header .home-rb-contact {
    display: none;
  }

  .home-rebrand .home-rb-nav {
    display: grid;
    width: 100%;
    min-height: 44px;
    grid-column: 1 / -1;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    justify-content: stretch;
    gap: 4px;
    padding: 0;
    overflow: visible;
    border-radius: 0;
    box-shadow: none;
    border-top: 0;
    order: 3;
  }

  .home-rebrand .home-rb-nav a {
    width: 100%;
    min-width: 0;
    min-height: 44px;
    padding: 0 7px;
    border-radius: 0;
    font-size: 12px;
  }

  .home-rb-hero {
    height: clamp(520px, 92svh, 900px);
  }

  .home-rb-hero__backdrop {
    background-position: 54% center;
  }

  .home-rb-hero__content {
    width: calc(100% - 32px);
  }

  .home-rb-hero__disciplines {
    gap: 10px;
    font-size: 13px;
  }

  .home-rb-section,
  .home-rb-footer {
    width: calc(100% - 32px);
  }

  .home-rb-section {
    padding: 80px 0;
  }

  .home-rb-section h2,
  .home-rb-music h2,
  .home-rb-about h2,
  .home-rb-footer h2 {
    font-size: 36px;
  }

  .home-rb-work-grid,
  .home-rb-latest-grid,
  .home-rb-partner-list {
    grid-template-columns: minmax(0, 1fr);
  }

  .home-rb-work-card {
    min-height: 320px;
  }

  .home-rb-work-card--visual {
    min-height: 0;
  }

  .home-rb-music__inner {
    width: calc(100% - 32px);
    min-height: auto;
    grid-template-columns: minmax(0, 1fr);
    gap: 46px;
    padding: 80px 0;
  }

  .home-rb-music-card {
    min-height: 0;
  }

  .home-rb-music-card__media {
    min-height: 0;
  }

  .home-rb-about__inner {
    width: calc(100% - 32px);
    padding: 88px 0;
  }

  .home-rb-about__inner > p:last-child {
    margin-left: 0;
    font-size: 18px;
  }

  .home-rb-partner {
    border-right: 0;
  }

  .home-rb-footer__main {
    align-items: flex-start;
    flex-direction: column;
    padding-bottom: 54px;
  }
}

@media (max-width: 430px) {
  .home-rebrand .home-rb-header {
    width: calc(100% - 20px);
    max-width: calc(100% - 20px);
    grid-template-columns: minmax(0, 1fr) 92px;
    overflow: visible;
  }

  .home-rebrand .home-rb-header .brand {
    min-height: 56px;
    padding-left: 1px;
  }

  .home-rebrand .home-rb-header .brand__mark {
    width: 34px;
    height: 34px;
  }

  .home-rebrand .home-rb-header .brand__name {
    font-size: 13px;
  }

  .home-rebrand .home-rb-header .language-switcher {
    width: 92px;
    min-width: 92px;
  }

  .home-rebrand .home-rb-header__actions {
    width: 92px;
    min-width: 92px;
    overflow: visible;
  }

  .home-rebrand .home-rb-header .language-switcher button {
    width: 40px;
    min-width: 40px;
    height: 40px;
    min-height: 40px;
    padding: 0;
  }

  .home-rebrand .home-rb-nav a {
    height: 44px;
    min-height: 44px;
    padding: 0 4px;
    font-size: 11px;
  }

  .home-rb-hero__content {
    width: calc(100% - 28px);
    row-gap: 16px;
  }

  .home-rb-hero__disciplines {
    gap: 8px;
    font-size: 11px;
  }

  .home-rb-hero__work-link {
    font-size: 11px;
  }

  .home-rb-section,
  .home-rb-music__inner,
  .home-rb-about__inner,
  .home-rb-footer {
    width: calc(100% - 24px);
  }

  .home-rb-section {
    padding: 64px 0;
  }

  .home-rb-section__head {
    align-items: flex-start;
    flex-direction: column;
    gap: 12px;
    margin-bottom: 26px;
  }

  .home-rb-section h2,
  .home-rb-music h2,
  .home-rb-about h2,
  .home-rb-footer h2 {
    font-size: 30px;
  }

  .home-rb-work-card {
    min-height: 300px;
  }

  .home-rb-work-card--visual,
  .home-rb-work-card--visual:only-child {
    min-height: 0;
  }

  .home-rb-work-card:only-child {
    min-height: 300px;
  }

  .home-rb-work-card__content {
    padding: 22px;
  }

  .home-rb-work-card__title {
    font-size: 26px;
  }

  .home-rb-work-card__meta {
    align-items: flex-start;
    flex-direction: column;
    gap: 6px;
  }

  .home-rb-music__inner {
    padding: 68px 0;
  }

  .home-rb-platforms {
    display: grid;
    grid-template-columns: 1fr;
  }

  .home-rb-platforms a {
    width: 100%;
  }

  .home-rb-music-card {
    min-height: 0;
  }

  .home-rb-music-card__media {
    min-height: 0;
  }

  .home-rb-music-card__play {
    right: 14px;
    bottom: 14px;
    width: 48px;
    height: 48px;
  }

  .home-rb-music-card__body {
    align-items: flex-start;
    flex-direction: column;
  }

  .home-rb-music-card__body strong {
    max-width: 100%;
    white-space: normal;
  }

  .home-rb-about__inner {
    padding: 72px 0;
  }

  .home-rb-partner {
    grid-template-columns: 50px minmax(0, 1fr) auto;
    gap: 13px;
    padding: 14px 10px;
  }

  .home-rb-partner > img {
    width: 50px;
    height: 50px;
  }

  .home-rb-footer {
    padding-top: 68px;
  }

  .home-rb-footer__main .home-rb-action {
    width: 100%;
    justify-content: space-between;
    font-size: 12px;
  }

  .home-rb-footer__bottom {
    align-items: flex-start;
    flex-direction: column;
  }

  .home-rb-footer__bottom a {
    display: inline-flex;
    min-height: 44px;
    align-items: center;
  }
}

@media (prefers-reduced-motion: reduce) {
  .home-rb-hero-stage {
    height: auto;
  }

  .home-rb-hero {
    position: relative;
    --home-hero-back-y: 0px !important;
    --home-hero-mid-y: 0px !important;
    --home-hero-content-opacity: 1 !important;
    --home-rb-title-shrink: 0px !important;
  }

  .home-rb-hero__backdrop,
  .home-rb-hero__atmosphere,
  [data-home-scroll-entry] {
    opacity: 1 !important;
    transform: none !important;
  }

  .home-rebrand *,
  .home-rebrand *::before,
  .home-rebrand *::after {
    scroll-behavior: auto !important;
    transition-duration: 0.01ms !important;
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
  }
}
