body.landing {
  margin: 0;
  min-height: 100svh;
  overflow-x: hidden;
  overflow-x: clip;
  color: #f5f5f5;
  background:
    radial-gradient(820px 360px at 8% 0%, rgba(227, 13, 13, 0.13), transparent 72%),
    radial-gradient(860px 420px at 92% -10%, rgba(227, 13, 13, 0.07), transparent 74%),
    linear-gradient(162deg, #020202 0%, #070707 46%, #020202 100%);
}

body.landing::before {
  content: "";
  position: fixed;
  inset: 0;
  z-index: -1;
  pointer-events: none;
  background:
    linear-gradient(90deg, rgba(255, 255, 255, 0.012) 1px, transparent 1px),
    linear-gradient(180deg, rgba(255, 255, 255, 0.009) 1px, transparent 1px);
  background-size: 64px 64px;
  opacity: 0.2;
}

.skip-link--landing {
  top: -3.2rem;
  left: 1rem;
}

.skip-link--landing:focus {
  top: 1rem;
}

.landing-portal {
  --gridOpacity: 0.055;
  --mistStrength: 0.2;
  --riftGlow: 0.3;
  --rift-width: 1px;
  --rift-shift: 0px;
  --parallax-x: 0px;
  --parallax-y: 0px;
  position: relative;
  min-height: 100svh;
  width: min(1460px, 100%);
  max-width: 100%;
  margin: 0 auto;
  padding: clamp(0.72rem, 1.3vw, 1.2rem);
  display: grid;
  grid-template-rows: auto 1fr auto;
  gap: clamp(0.56rem, 1.2vw, 0.92rem);
}

.portal-topbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.9rem;
  padding: 0.18rem 0.24rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.14);
}

.portal-brand {
  text-decoration: none;
  display: inline-flex;
  align-items: center;
}

.portal-brand__logo {
  width: clamp(152px, 9.6vw, 196px);
  aspect-ratio: 903 / 216;
  display: block;
  background: url("/assets/kw-wordmark-real.png") center / contain no-repeat;
  filter: drop-shadow(0 6px 10px rgba(0, 0, 0, 0.36));
}

.portal-controls {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 0.48rem;
  min-width: 0;
}

.portal-quick {
  display: flex;
  align-items: center;
  gap: 0.36rem;
}

.portal-quick a {
  text-decoration: none;
  font-family: "Space Mono", monospace;
  font-size: 0.67rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  padding: 0.46rem 0.54rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  min-height: 2.04rem;
  display: inline-flex;
  align-items: center;
}

.portal-quick a:hover,
.portal-quick a:focus-visible {
  border-bottom-color: color-mix(in srgb, var(--accent) 84%, #ffffff);
}

.rift-hero {
  position: relative;
  min-height: clamp(560px, calc(100svh - 154px), 900px);
  border: 1px solid rgba(255, 255, 255, 0.14);
  overflow: clip;
  isolation: isolate;
  display: grid;
  place-items: center;
  padding: clamp(1rem, 2.4vw, 2.4rem);
  background:
    radial-gradient(460px 260px at 50% 50%, rgba(227, 13, 13, 0.1), rgba(3, 3, 3, 0.84) 72%),
    #040404;
  cursor: pointer;
}

.rift-hero:focus-visible {
  outline-offset: 4px;
}

.rift-hero::before,
.rift-hero::after {
  position: absolute;
  top: 50%;
  z-index: 8;
  pointer-events: none;
  font-family: "Space Mono", monospace;
  font-size: 0.68rem;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: rgba(232, 232, 232, 0.9);
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  padding-bottom: 0.22rem;
  opacity: 0;
  transform: translateY(-50%);
  transition: opacity 260ms ease, transform 260ms ease;
}

.rift-hero::before {
  content: "Tekno";
  left: calc(50% - clamp(140px, 17vw, 210px));
}

.rift-hero::after {
  content: "Hip hop";
  right: calc(50% - clamp(140px, 17vw, 210px));
}

.hero-layers {
  position: absolute;
  inset: 0;
  pointer-events: none;
}

.hero-layer {
  position: absolute;
  inset: 0;
}

.hero-layer--grid {
  background:
    linear-gradient(90deg, rgba(255, 255, 255, 0.03) 1px, transparent 1px),
    linear-gradient(180deg, rgba(255, 255, 255, 0.02) 1px, transparent 1px);
  background-size: 36px 36px;
  opacity: var(--gridOpacity);
}

.hero-layer--mist {
  background:
    radial-gradient(40% 28% at 50% 52%, rgba(255, 92, 92, 0.26), rgba(255, 92, 92, 0) 70%),
    radial-gradient(30% 24% at 41% 57%, rgba(255, 255, 255, 0.09), rgba(255, 255, 255, 0) 100%),
    radial-gradient(30% 24% at 59% 43%, rgba(255, 255, 255, 0.08), rgba(255, 255, 255, 0) 100%);
  opacity: var(--mistStrength);
  transform: translate(var(--parallax-x), var(--parallax-y));
  filter: blur(18px);
  animation: hero-mist-drift 14s ease-in-out infinite;
}

.hero-layer--grain {
  background-image:
    repeating-linear-gradient(
      0deg,
      rgba(255, 255, 255, 0.017) 0 1px,
      rgba(255, 255, 255, 0) 1px 2px
    ),
    repeating-linear-gradient(
      90deg,
      rgba(255, 255, 255, 0.008) 0 1px,
      rgba(255, 255, 255, 0) 1px 3px
    );
  opacity: 0.12;
  mix-blend-mode: soft-light;
}

.hero-rift-line,
.hero-rift-glow {
  position: absolute;
  left: calc(50% + var(--rift-shift));
  top: 50%;
  transform: translate(-50%, -50%);
  pointer-events: none;
}

.hero-rift-line {
  width: var(--rift-width);
  height: 74%;
  background:
    linear-gradient(
      180deg,
      rgba(255, 255, 255, 0) 0%,
      rgba(255, 255, 255, 0.34) 18%,
      rgba(255, 128, 128, 0.65) 50%,
      rgba(255, 255, 255, 0.34) 82%,
      rgba(255, 255, 255, 0) 100%
    );
  box-shadow: 0 0 14px rgba(255, 88, 88, 0.34);
  opacity: 0.78;
  transition:
    width 280ms ease,
    left 240ms ease,
    opacity 280ms ease,
    box-shadow 380ms ease;
  animation: hero-rift-flicker 6.6s ease-in-out infinite;
}

.hero-rift-glow {
  width: clamp(70px, 7vw, 118px);
  height: clamp(270px, 38vh, 420px);
  background:
    radial-gradient(50% 40% at 50% 50%, rgba(255, 92, 92, 0.54), rgba(255, 92, 92, 0) 70%),
    radial-gradient(42% 32% at 50% 50%, rgba(255, 255, 255, 0.16), rgba(255, 255, 255, 0) 100%);
  opacity: var(--riftGlow);
  filter: blur(20px);
  transition: left 240ms ease, opacity 380ms ease, filter 380ms ease;
}

.hero-rift-glow::before,
.hero-rift-glow::after {
  content: "";
  position: absolute;
  top: 50%;
  width: 0;
  height: clamp(150px, 21vh, 230px);
  opacity: 0;
  border: 1px solid rgba(255, 255, 255, 0.12);
  filter: saturate(0.6) brightness(0.62);
  transition: width 260ms ease, opacity 240ms ease;
}

.hero-rift-glow::before {
  left: 50%;
  transform: translate(calc(-100% - 12px), -50%);
  background-image:
    linear-gradient(180deg, rgba(5, 5, 5, 0.72) 0%, rgba(5, 5, 5, 0.78) 100%),
    linear-gradient(100deg, rgba(227, 13, 13, 0.18) 0%, rgba(5, 5, 5, 0.76) 100%),
    url("/assets/landing-tekno.jpg");
  background-size: cover;
  background-position: center;
}

.hero-rift-glow::after {
  left: 50%;
  transform: translate(12px, -50%);
  background-image:
    linear-gradient(180deg, rgba(5, 5, 5, 0.72) 0%, rgba(5, 5, 5, 0.78) 100%),
    linear-gradient(260deg, rgba(227, 13, 13, 0.18) 0%, rgba(5, 5, 5, 0.76) 100%),
    url("/assets/landing-hiphop.jpg");
  background-size: cover;
  background-position: center;
}

.hero-copy {
  position: relative;
  z-index: 6;
  width: min(42rem, 100%);
  text-align: center;
  display: grid;
  gap: 0.36rem;
  justify-items: center;
  transition: transform 680ms cubic-bezier(0.2, 0.86, 0.24, 1), opacity 500ms ease;
}

.hero-copy__title {
  margin: 0;
  font-family: "Bebas Neue", "Archivo", sans-serif;
  font-size: clamp(3rem, 10.6vw, 8rem);
  line-height: 0.88;
  letter-spacing: 0.032em;
  text-transform: uppercase;
  text-shadow: 0 10px 20px rgba(0, 0, 0, 0.56);
}

.hero-copy__subline {
  margin: 0;
  font-family: "Space Mono", monospace;
  font-size: clamp(0.8rem, 1.2vw, 1rem);
  letter-spacing: 0.15em;
  text-transform: uppercase;
  color: rgba(240, 240, 240, 0.92);
  border-bottom: 1px solid rgba(255, 255, 255, 0.22);
  padding-bottom: 0.34rem;
}

.hero-copy__instruction {
  margin: 0;
  font-family: "Space Mono", monospace;
  font-size: 0.62rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: rgba(214, 214, 214, 0.86);
}

.hero-panels {
  position: absolute;
  inset: 0;
  z-index: 7;
  pointer-events: none;
}

.hero-panel {
  position: absolute;
  bottom: clamp(1rem, 2vw, 1.7rem);
  width: min(420px, 43%);
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.16);
  min-height: clamp(184px, 24vh, 240px);
  background: rgba(3, 3, 3, 0.68);
  box-shadow: 0 12px 26px rgba(0, 0, 0, 0.32);
  backdrop-filter: blur(0.8px);
  opacity: 0;
  pointer-events: none;
  z-index: 2;
  transform: translateY(18px);
  transition:
    transform 320ms cubic-bezier(0.2, 0.86, 0.24, 1),
    opacity 280ms ease;
}

.hero-panel--tekno {
  left: clamp(1rem, 2.2vw, 2rem);
}

.hero-panel--hiphop {
  right: clamp(1rem, 2.2vw, 2rem);
}

.hero-panel__media {
  position: absolute;
  inset: 0;
  background-size: cover;
  background-position: center;
  transform: scale(1.06);
  filter: saturate(0.68) contrast(0.98) brightness(0.58);
}

.hero-panel--tekno .hero-panel__media {
  background-image:
    linear-gradient(180deg, rgba(3, 3, 3, 0.78) 0%, rgba(3, 3, 3, 0.84) 100%),
    linear-gradient(100deg, rgba(227, 13, 13, 0.18) 0%, rgba(5, 5, 5, 0.52) 68%, rgba(5, 5, 5, 0.9) 100%),
    url("/assets/landing-tekno.jpg");
}

.hero-panel--hiphop .hero-panel__media {
  background-image:
    linear-gradient(180deg, rgba(3, 3, 3, 0.78) 0%, rgba(3, 3, 3, 0.84) 100%),
    linear-gradient(260deg, rgba(227, 13, 13, 0.18) 0%, rgba(5, 5, 5, 0.52) 68%, rgba(5, 5, 5, 0.9) 100%),
    url("/assets/landing-hiphop.jpg");
}

.hero-panel__content {
  position: relative;
  left: auto;
  right: auto;
  bottom: auto;
  z-index: 2;
  display: grid;
  gap: 0.4rem;
  max-width: none;
  padding: clamp(0.76rem, 1.1vw, 0.92rem);
  border-top: 1px solid rgba(255, 255, 255, 0.24);
  opacity: 0;
  transform: translateY(14px);
  transition: opacity 280ms ease 90ms, transform 320ms ease 90ms;
}

.hero-panel--hiphop .hero-panel__content {
  text-align: right;
}

.hero-panel__title {
  margin: 0;
  font-family: "Bebas Neue", "Archivo", sans-serif;
  font-size: clamp(1.86rem, 4.8vw, 3.7rem);
  line-height: 0.9;
  letter-spacing: 0.045em;
  text-transform: uppercase;
}

.hero-panel__line {
  margin: 0;
  max-width: 40ch;
  color: rgba(236, 236, 236, 0.92);
  line-height: 1.44;
  font-size: 0.88rem;
}

.hero-panel--hiphop .hero-panel__line {
  margin-left: auto;
}

.hero-panel__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  align-items: center;
}

.hero-panel--hiphop .hero-panel__actions {
  justify-content: flex-end;
}

.hero-panel__cta {
  text-decoration: none;
  font-family: "Space Mono", monospace;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  font-size: 0.62rem;
  padding: 0.38rem 0.52rem;
  border: 1px solid rgba(255, 255, 255, 0.3);
  background: rgba(6, 6, 6, 0.68);
}

.hero-panel__cta--sub {
  color: rgba(238, 238, 238, 0.94);
}

.hero-panel__cta:hover,
.hero-panel__cta:focus-visible {
  border-color: color-mix(in srgb, var(--accent) 82%, #ffffff);
  background: rgba(6, 6, 6, 0.86);
}

.landing-portal.has-side .hero-rift-line {
  width: 3.4px;
  opacity: 0.9;
  box-shadow: 0 0 20px rgba(255, 86, 86, 0.45);
}

.landing-portal.has-side .hero-rift-glow {
  opacity: 0.5;
  filter: blur(16px);
}

.landing-portal.has-side .rift-hero::before,
.landing-portal.has-side .rift-hero::after {
  opacity: 0.55;
}

.landing-portal.is-hover-tekno .rift-hero::before,
.landing-portal.is-hover-hiphop .rift-hero::after {
  opacity: 1;
  color: #ffffff;
}

.landing-portal.is-hover-tekno .rift-hero::after,
.landing-portal.is-hover-hiphop .rift-hero::before {
  opacity: 0.35;
}

.landing-portal.is-hover-tekno .hero-panel--tekno,
.landing-portal.is-hover-hiphop .hero-panel--hiphop {
  opacity: 1;
  transform: translateY(0);
  pointer-events: auto;
}

.landing-portal.is-hover-tekno .hero-panel--tekno .hero-panel__content,
.landing-portal.is-hover-hiphop .hero-panel--hiphop .hero-panel__content {
  opacity: 1;
  transform: translateY(0);
}

.landing-portal.is-hover-tekno .hero-rift-glow::before,
.landing-portal.is-hover-hiphop .hero-rift-glow::after {
  width: clamp(74px, 8vw, 118px);
  opacity: 0.7;
}

.portal-footer {
  display: flex;
  flex-wrap: wrap;
  gap: 0.3rem;
  justify-content: center;
  border-top: 1px solid rgba(255, 255, 255, 0.14);
  padding-top: 0.48rem;
}

.portal-footer a {
  text-decoration: none;
  font-family: "Space Mono", monospace;
  text-transform: uppercase;
  letter-spacing: 0.09em;
  font-size: 0.61rem;
  color: #dfdfdf;
  padding: 0.4rem 0.5rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.16);
  min-height: 2rem;
  display: inline-flex;
  align-items: center;
}

.portal-footer__powered {
  border-bottom-color: rgba(227, 13, 13, 0.36);
  padding: 0.34rem 0.5rem;
  gap: 0.34rem;
}

.portal-footer__powered-prefix {
  font-family: "Space Mono", monospace;
  font-size: 0.63rem;
  letter-spacing: 0.09em;
  text-transform: uppercase;
  line-height: 1;
}

.portal-footer__powered img {
  height: clamp(0.64rem, 0.8vw, 0.72rem);
  width: auto;
  display: block;
}

.portal-footer a:hover,
.portal-footer a:focus-visible {
  border-bottom-color: color-mix(in srgb, var(--accent) 84%, #ffffff);
}

@keyframes hero-mist-drift {
  0% {
    transform: translate(var(--parallax-x), var(--parallax-y)) scale(1);
  }

  50% {
    transform: translate(calc(var(--parallax-x) + 3px), calc(var(--parallax-y) - 5px)) scale(1.03);
  }

  100% {
    transform: translate(var(--parallax-x), var(--parallax-y)) scale(1);
  }
}

@keyframes hero-rift-flicker {
  0% {
    opacity: 0.72;
  }

  44% {
    opacity: 0.88;
  }

  61% {
    opacity: 0.76;
  }

  100% {
    opacity: 0.84;
  }
}

@media (hover: hover) and (pointer: fine) {
  .rift-hero:hover .hero-copy__instruction {
    color: rgba(255, 205, 205, 0.92);
  }

  .rift-hero:hover::before,
  .rift-hero:hover::after,
  .rift-hero:focus-visible::before,
  .rift-hero:focus-visible::after {
    opacity: 0.88;
  }

  .rift-hero:hover::before,
  .rift-hero:focus-visible::before {
    transform: translate(-6px, -50%);
  }

  .rift-hero:hover::after,
  .rift-hero:focus-visible::after {
    transform: translate(6px, -50%);
  }

  .rift-hero:hover .hero-rift-line {
    width: 2.6px;
    opacity: 0.9;
    box-shadow: 0 0 18px rgba(255, 102, 102, 0.42);
  }

  .rift-hero:hover .hero-rift-glow {
    opacity: 0.5;
    filter: blur(16px);
  }

}

@media (hover: none), (pointer: coarse) {
  .rift-hero {
    cursor: default;
    place-items: start center;
    align-content: start;
    min-height: clamp(560px, calc(100svh - 146px), 760px);
    padding-bottom: clamp(7.6rem, 20svh, 11rem);
  }

  .hero-copy {
    margin-top: clamp(0.38rem, 2.6svh, 1.3rem);
    width: min(34rem, 100%);
  }

  .hero-panels {
    inset: 0;
    pointer-events: none;
  }

  .hero-panel {
    position: absolute;
    left: 0.72rem;
    right: 0.72rem;
    bottom: 0.72rem;
    width: auto;
    min-height: clamp(158px, 20svh, 216px);
    opacity: 0;
    pointer-events: none;
    transform: translateY(12px);
    cursor: pointer;
    border-left-color: color-mix(in srgb, var(--accent) 62%, rgba(255, 255, 255, 0.36));
    box-shadow: 0 8px 18px rgba(0, 0, 0, 0.28);
  }

  .hero-panel--tekno,
  .hero-panel--hiphop {
    left: 0.72rem;
    right: 0.72rem;
    width: auto;
    bottom: 0.72rem;
  }

  .hero-panel__content {
    max-width: none;
    opacity: 0;
    transform: translateY(8px);
    padding: 0.62rem 0.66rem;
    gap: 0.34rem;
  }

  .hero-panel__content .eyebrow {
    margin-bottom: 0.06rem;
    font-size: 0.58rem;
    letter-spacing: 0.13em;
  }

  .hero-panel__title {
    font-size: clamp(1.16rem, 3.4vw, 1.78rem);
    line-height: 0.92;
  }

  .hero-panel__line {
    max-width: 100%;
    font-size: 0.78rem;
    line-height: 1.36;
  }

  .hero-panel__cta {
    font-size: 0.56rem;
    padding: 0.31rem 0.42rem;
    min-height: 1.72rem;
  }

  .hero-panel--hiphop .hero-panel__content {
    text-align: left;
  }

  .hero-panel--hiphop .hero-panel__line {
    margin-left: 0;
  }

  .hero-panel--hiphop .hero-panel__actions {
    justify-content: flex-start;
  }

  .landing-portal.is-hover-tekno .hero-panel--tekno,
  .landing-portal.is-hover-hiphop .hero-panel--hiphop {
    opacity: 1;
    transform: none;
    pointer-events: auto;
  }

  .landing-portal.is-hover-tekno .hero-panel--tekno .hero-panel__content,
  .landing-portal.is-hover-hiphop .hero-panel--hiphop .hero-panel__content {
    opacity: 1;
    transform: none;
  }

  .rift-hero::before,
  .rift-hero::after {
    display: block;
    opacity: 0.62;
    top: auto;
    bottom: clamp(8.2rem, 22svh, 11.8rem);
    font-size: 0.6rem;
    letter-spacing: 0.14em;
    transform: none;
  }

  .rift-hero::before {
    left: 0.88rem;
  }

  .rift-hero::after {
    right: 0.88rem;
  }

  .landing-portal.is-hover-tekno .rift-hero::before,
  .landing-portal.is-hover-hiphop .rift-hero::after {
    opacity: 0.98;
    color: #fff;
  }

  .hero-rift-glow::before,
  .hero-rift-glow::after {
    display: none;
  }
}

@media (max-width: 1120px) {
  .landing-portal {
    padding: 0.72rem;
  }

  .rift-hero {
    min-height: clamp(520px, calc(100svh - 168px), 780px);
  }

  .hero-copy__title {
    font-size: clamp(2.9rem, 10vw, 6.4rem);
  }
}

@media (max-width: 820px) {
  .landing-portal {
    min-height: 100svh;
    gap: 0.62rem;
  }

  .portal-topbar {
    gap: 0.52rem;
    padding: 0.12rem 0.08rem;
  }

  .portal-controls {
    justify-content: flex-end;
  }

  .rift-hero {
    min-height: clamp(560px, calc(100svh - 146px), 760px);
    padding: 0.92rem;
    padding-bottom: clamp(8.2rem, 22svh, 12rem);
  }

  .hero-copy {
    margin-top: clamp(0.4rem, 2.6svh, 1.5rem);
  }

  .portal-footer {
    justify-content: flex-start;
  }
}

@media (max-width: 560px) {
  .landing-portal {
    padding: 0.58rem;
    gap: 0.54rem;
  }

  .portal-brand__logo {
    width: clamp(128px, 42vw, 170px);
  }

  .portal-quick {
    width: auto;
    flex-wrap: wrap;
  }

  .portal-quick a {
    font-size: 0.62rem;
    padding: 0.38rem 0.42rem;
    min-height: 1.86rem;
  }

  .hero-copy {
    gap: 0.38rem;
    width: min(22rem, 100%);
  }

  .hero-copy__title {
    font-size: clamp(2.02rem, 11.8vw, 3.62rem);
  }

  .hero-copy__subline {
    font-size: 0.66rem;
    letter-spacing: 0.13em;
  }

  .hero-copy__instruction {
    font-size: 0.55rem;
    letter-spacing: 0.1em;
  }

  .rift-hero {
    min-height: clamp(520px, calc(100svh - 118px), 690px);
    padding: 0.72rem;
    padding-bottom: clamp(9.2rem, 26svh, 13rem);
  }

  .hero-panels {
    inset: 0;
  }

  .hero-panel--tekno,
  .hero-panel--hiphop {
    left: 0.56rem;
    right: 0.56rem;
    bottom: 0.56rem;
  }

  .hero-panel__content {
    padding: 0.54rem 0.56rem;
  }

  .hero-panel__title {
    font-size: clamp(1.2rem, 7vw, 1.74rem);
  }

  .hero-panel__actions {
    gap: 0.24rem;
  }

  .hero-panel__cta {
    font-size: 0.54rem;
    padding: 0.28rem 0.38rem;
  }

  .rift-hero::before,
  .rift-hero::after {
    bottom: clamp(7.8rem, 22svh, 10rem);
    font-size: 0.56rem;
  }
}

@media (orientation: landscape) and (max-height: 620px) {
  .landing-portal {
    padding: 0.48rem;
    gap: 0.48rem;
  }

  .portal-topbar {
    padding: 0.08rem 0.12rem;
  }

  .portal-brand__logo {
    width: clamp(110px, 18vw, 146px);
  }

  .portal-quick a {
    min-height: 1.72rem;
    padding: 0.34rem 0.38rem;
    font-size: 0.58rem;
  }

  .rift-hero {
    min-height: clamp(440px, calc(100svh - 102px), 560px);
    padding: 0.62rem;
    padding-bottom: 9.6rem;
  }

  .hero-copy {
    margin-top: 0.2rem;
  }

  .hero-copy__title {
    font-size: clamp(1.98rem, 8.2vw, 3.5rem);
  }

  .hero-copy__subline {
    font-size: 0.62rem;
  }

  .hero-copy__instruction {
    font-size: 0.5rem;
  }

  .hero-panel__content {
    gap: 0.34rem;
    padding: 0.5rem;
  }

  .hero-panel__title {
    font-size: clamp(1.24rem, 4.2vw, 1.96rem);
  }

  .hero-panel__line {
    display: none;
  }

  .hero-panel__actions {
    gap: 0.28rem;
  }

  .hero-panel__cta {
    font-size: 0.54rem;
    padding: 0.3rem 0.4rem;
  }
}

@media (horizontal-viewport-segments: 2) {
  .landing-portal {
    width: 100%;
    max-width: 100%;
    padding-left: max(0.6rem, env(safe-area-inset-left));
    padding-right: max(0.6rem, env(safe-area-inset-right));
  }

  .hero-panel--tekno,
  .hero-panel--hiphop {
    left: max(0.6rem, env(safe-area-inset-left));
    right: max(0.6rem, env(safe-area-inset-right));
  }
}

@media (vertical-viewport-segments: 2) {
  .rift-hero {
    padding-bottom: clamp(10rem, 30svh, 14rem);
  }
}

@media (prefers-reduced-motion: reduce) {
  .landing-portal {
    --parallax-x: 0px;
    --parallax-y: 0px;
    --rift-shift: 0px;
    --rift-width: 2px;
  }

  .hero-layer--mist,
  .hero-rift-line,
  .hero-copy,
  .hero-panel,
  .hero-panel__content {
    animation: none !important;
    transition-duration: 160ms !important;
  }

  .landing-portal.has-side .hero-rift-line {
    width: 3px;
  }

  .hero-rift-glow::before,
  .hero-rift-glow::after,
  .rift-hero::before,
  .rift-hero::after {
    display: none;
  }
}
