:root {
  --entertainment-night: #09051c;
  --entertainment-indigo: #17113f;
  --entertainment-violet: #6f43e7;
  --entertainment-pink: #ea3f9c;
  --entertainment-lilac: #d9c6ff;
  --entertainment-ink: #18152f;
  --entertainment-muted: #68627f;
  --entertainment-line: rgba(93, 67, 163, 0.16);
}

body[data-page="/entertainment/"] {
  background: #fff;
  color: var(--entertainment-ink);
  overflow-x: clip;
}

body[data-page="/entertainment/"] .site-header {
  background: linear-gradient(180deg, rgba(8, 5, 27, 0.88), rgba(8, 5, 27, 0.58));
  box-shadow: 0 1px 0 rgba(255, 255, 255, 0.08);
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
}

body[data-page="/entertainment/"] .site-header.is-scrolled {
  background: rgba(10, 6, 30, 0.9);
  box-shadow: 0 1px 0 rgba(255, 255, 255, 0.12), 0 16px 44px rgba(4, 2, 15, 0.18);
}

body[data-page="/entertainment/"] .site-nav a,
body[data-page="/entertainment/"] .menu-button {
  color: rgba(255, 255, 255, 0.84);
}

body[data-page="/entertainment/"] .site-nav a:hover,
body[data-page="/entertainment/"] .site-nav a:focus-visible,
body[data-page="/entertainment/"] .site-nav a.is-active {
  color: #fff;
}

body[data-page="/entertainment/"] .site-nav a::after {
  background: #f16bb7;
}

body[data-page="/entertainment/"] .menu-button {
  border-color: rgba(255, 255, 255, 0.3);
}

.entertainment-shell {
  margin-inline: auto;
  max-width: 1320px;
  width: calc(100% - clamp(48px, 8vw, 128px));
}

.entertainment-eyebrow {
  color: var(--entertainment-pink);
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.15em;
  margin-bottom: 18px;
  text-transform: uppercase;
}

.entertainment-concept-label {
  align-items: center;
  backdrop-filter: blur(12px);
  background: rgba(10, 6, 31, 0.56);
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 999px;
  color: rgba(255, 255, 255, 0.72);
  display: inline-flex;
  font-size: 0.62rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  min-height: 28px;
  padding: 6px 12px;
  text-transform: uppercase;
}

.entertainment-hero {
  align-items: center;
  background:
    radial-gradient(circle at 50% 52%, rgba(233, 86, 197, 0.29), transparent 16%),
    radial-gradient(circle at 50% 62%, rgba(101, 75, 238, 0.34), transparent 34%),
    linear-gradient(155deg, var(--entertainment-night) 0%, #15103b 54%, #251251 100%);
  color: #fff;
  display: flex;
  isolation: isolate;
  min-height: clamp(760px, 100svh, 900px);
  overflow: hidden;
  padding: calc(var(--header-height) + 68px) 0 150px;
  position: relative;
}

.entertainment-hero::before,
.entertainment-hero::after {
  content: "";
  pointer-events: none;
  position: absolute;
}

.entertainment-hero::before {
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.035) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.035) 1px, transparent 1px);
  background-size: 64px 64px;
  inset: 34% -10% -20%;
  mask-image: linear-gradient(to bottom, transparent, #000 26%);
  perspective: 500px;
  transform: rotateX(64deg) scale(1.35);
  transform-origin: 50% 100%;
}

.entertainment-hero::after {
  background: linear-gradient(90deg, transparent, rgba(233, 63, 156, 0.62), rgba(142, 102, 255, 0.68), transparent);
  filter: blur(2px);
  height: 1px;
  left: 6%;
  opacity: 0.85;
  right: 6%;
  top: 67%;
}

.entertainment-hero-visual {
  inset: 0;
  pointer-events: none;
  position: absolute;
  transform: translate3d(0, var(--entertainment-parallax-y, 0), 0) scale(1.01);
  will-change: transform;
  z-index: -1;
}

.entertainment-portal {
  border: 1px solid rgba(231, 196, 255, 0.6);
  border-radius: 50%;
  box-shadow:
    0 0 20px rgba(211, 126, 255, 0.42),
    inset 0 0 22px rgba(255, 105, 196, 0.24);
  left: 50%;
  position: absolute;
  top: 54%;
  transform: translate(-50%, -50%);
}

.entertainment-portal--outer {
  height: min(66vw, 680px);
  opacity: 0.28;
  width: min(66vw, 680px);
}

.entertainment-portal--middle {
  border-width: 2px;
  height: min(50vw, 510px);
  opacity: 0.48;
  width: min(50vw, 510px);
}

.entertainment-portal--inner {
  background: radial-gradient(circle, rgba(255, 211, 247, 0.12), rgba(168, 82, 255, 0.02) 56%, transparent 70%);
  border-width: 3px;
  height: min(34vw, 340px);
  width: min(34vw, 340px);
}

.entertainment-horizon {
  background: linear-gradient(90deg, transparent, #f66ac0 25%, #fff 50%, #9d73ff 75%, transparent);
  box-shadow: 0 0 54px 14px rgba(230, 77, 185, 0.42);
  height: 2px;
  left: 15%;
  position: absolute;
  right: 15%;
  top: 64%;
}

.entertainment-orb {
  background: radial-gradient(circle at 30% 25%, #fff, #d578ff 12%, #6f3dcc 40%, #1b113d 72%);
  border-radius: 50%;
  box-shadow: 0 0 34px rgba(194, 102, 255, 0.35);
  position: absolute;
}

.entertainment-orb--one {
  height: 34px;
  left: 12%;
  top: 31%;
  width: 34px;
}

.entertainment-orb--two {
  height: 56px;
  right: 12%;
  top: 24%;
  width: 56px;
}

.entertainment-orb--three {
  bottom: 19%;
  height: 22px;
  right: 24%;
  width: 22px;
}

.entertainment-hero-content {
  margin-top: -54px;
  position: relative;
  text-align: center;
  z-index: 2;
}

.entertainment-hero-content .entertainment-eyebrow {
  color: #f6a5d2;
}

.entertainment-hero h1 {
  font-size: clamp(3.35rem, 7vw, 6.5rem);
  font-weight: 650;
  letter-spacing: -0.055em;
  line-height: 0.94;
  margin: 0 auto 28px;
  max-width: 980px;
  text-shadow: 0 18px 70px rgba(5, 2, 22, 0.72);
}

.entertainment-hero-content > p:not(.entertainment-eyebrow) {
  color: rgba(255, 255, 255, 0.76);
  font-size: clamp(1rem, 1.5vw, 1.22rem);
  margin: 0 auto 34px;
  max-width: 630px;
}

.entertainment-button {
  align-items: center;
  border-radius: 999px;
  display: inline-flex;
  font-size: 0.82rem;
  font-weight: 700;
  gap: 12px;
  justify-content: center;
  letter-spacing: 0.02em;
  min-height: 50px;
  padding: 12px 23px;
  transition: box-shadow 240ms var(--ease-out), transform 240ms var(--ease-out);
}

.entertainment-button:hover,
.entertainment-button:focus-visible {
  transform: translateY(-3px);
}

.entertainment-button--light {
  background: rgba(255, 255, 255, 0.94);
  box-shadow: 0 18px 54px rgba(6, 2, 25, 0.32);
  color: #241647;
}

.entertainment-button--solid {
  background: #fff;
  box-shadow: 0 18px 44px rgba(48, 10, 76, 0.24);
  color: #5d2cc7;
  flex: 0 0 auto;
}

.entertainment-hero > .entertainment-concept-label {
  bottom: 70px;
  left: 50%;
  position: absolute;
  transform: translateX(-50%);
  z-index: 3;
}

.entertainment-hero-breath {
  background: linear-gradient(to bottom, transparent, rgba(16, 8, 42, 0.76) 35%, #fff 100%);
  bottom: 0;
  height: 128px;
  left: 0;
  position: absolute;
  right: 0;
  z-index: 1;
}

.entertainment-transition {
  background: #fff;
  padding: 112px 0 72px;
  text-align: center;
}

.entertainment-transition-inner {
  max-width: 900px;
}

.entertainment-transition h2,
.entertainment-section-heading h2,
.entertainment-vision h2,
.entertainment-cta h2 {
  color: var(--entertainment-ink);
  font-size: clamp(2.35rem, 4.3vw, 4rem);
  font-weight: 620;
  letter-spacing: -0.045em;
  line-height: 1.02;
  margin-bottom: 24px;
}

.entertainment-transition h2 {
  background: linear-gradient(94deg, #17142e 8%, #643ce0 58%, #e23b98 92%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

.entertainment-transition-inner > p:not(.entertainment-eyebrow) {
  color: var(--entertainment-muted);
  font-size: 1.05rem;
  margin: 0 auto;
  max-width: 700px;
}

.entertainment-transition-mark {
  background: linear-gradient(90deg, var(--entertainment-pink), var(--entertainment-violet));
  border-radius: 50%;
  display: block;
  height: 7px;
  margin: 36px auto 0;
  width: 7px;
}

.entertainment-areas {
  background: linear-gradient(180deg, #fff 0%, #fbf8ff 100%);
  padding: 0 0 120px;
}

.entertainment-area-grid {
  display: grid;
  gap: 24px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.entertainment-area-card {
  background: rgba(255, 255, 255, 0.84);
  border: 1px solid var(--entertainment-line);
  border-radius: 26px;
  box-shadow: 0 28px 80px rgba(68, 42, 119, 0.09);
  display: flex;
  flex-direction: column;
  min-height: 670px;
  overflow: hidden;
  position: relative;
}

.entertainment-area-art {
  background: linear-gradient(145deg, #1c123c, #6c3bd7 60%, #e14caa);
  height: 330px;
  overflow: hidden;
  position: relative;
}

.entertainment-area-card--games .entertainment-area-art {
  background: linear-gradient(145deg, #17103b, #3d46d3 55%, #9a68ff);
}

.entertainment-area-card--studio .entertainment-area-art {
  background: linear-gradient(145deg, #21103c, #8d3ace 52%, #f05ca5);
}

.entertainment-area-art::before,
.entertainment-area-art::after {
  content: "";
  pointer-events: none;
  position: absolute;
}

.entertainment-area-art::before {
  background: radial-gradient(circle, rgba(255, 255, 255, 0.7), rgba(244, 139, 219, 0.18) 18%, transparent 62%);
  border: 1px solid rgba(255, 255, 255, 0.36);
  border-radius: 50%;
  height: 210px;
  left: 50%;
  top: 42%;
  transform: translate(-50%, -50%);
  width: 210px;
}

.entertainment-area-art::after {
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.82), transparent);
  bottom: 17%;
  height: 1px;
  left: 7%;
  right: 7%;
}

.entertainment-area-geometry {
  inset: 0;
  position: absolute;
}

.entertainment-area-geometry span {
  background: linear-gradient(145deg, rgba(255, 255, 255, 0.22), rgba(255, 255, 255, 0.04));
  border: 1px solid rgba(255, 255, 255, 0.34);
  border-radius: 10px;
  box-shadow: 0 18px 34px rgba(10, 5, 34, 0.25);
  height: 112px;
  position: absolute;
  transform: perspective(500px) rotateY(-13deg) rotateZ(-3deg);
  width: 78px;
}

.entertainment-area-geometry span:nth-child(1) {
  bottom: 14%;
  left: 11%;
}

.entertainment-area-geometry span:nth-child(2) {
  height: 148px;
  left: 35%;
  top: 16%;
  width: 104px;
}

.entertainment-area-geometry span:nth-child(3) {
  right: 10%;
  top: 27%;
}

.entertainment-area-geometry span:nth-child(4) {
  bottom: 5%;
  height: 72px;
  right: 32%;
  width: 54px;
}

.entertainment-area-art .entertainment-concept-label {
  bottom: 14px;
  left: 14px;
  position: absolute;
  z-index: 3;
}

.entertainment-area-copy {
  display: flex;
  flex: 1;
  flex-direction: column;
  padding: 34px 34px 38px;
}

.entertainment-area-number,
.entertainment-process-number {
  color: var(--entertainment-pink);
  font-size: 0.72rem;
  font-weight: 750;
  letter-spacing: 0.1em;
}

.entertainment-area-card--games .entertainment-area-number {
  color: #584de2;
}

.entertainment-area-card--studio .entertainment-area-number {
  color: #8b40cf;
}

.entertainment-area-card h3 {
  font-size: clamp(1.65rem, 2.1vw, 2.15rem);
  font-weight: 650;
  letter-spacing: -0.035em;
  line-height: 1.08;
  margin: 12px 0 16px;
}

.entertainment-area-card p {
  color: var(--entertainment-muted);
  margin-bottom: 26px;
}

.entertainment-area-card ul {
  display: grid;
  gap: 9px;
  list-style: none;
  margin: auto 0 0;
  padding: 0;
}

.entertainment-area-card li {
  align-items: center;
  color: #4b4660;
  display: flex;
  font-size: 0.78rem;
  gap: 10px;
}

.entertainment-area-card li::before {
  background: linear-gradient(135deg, var(--entertainment-pink), var(--entertainment-violet));
  border-radius: 50%;
  content: "";
  flex: 0 0 5px;
  height: 5px;
}

.entertainment-process {
  background: #fff;
  padding: 124px 0 138px;
}

.entertainment-section-heading {
  margin: 0 auto 82px;
  max-width: 820px;
  text-align: center;
}

.entertainment-section-heading > p:not(.entertainment-eyebrow) {
  color: var(--entertainment-muted);
  margin: 0 auto;
}

.entertainment-process-grid {
  display: grid;
  gap: 32px;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  position: relative;
}

.entertainment-process-track {
  background: rgba(97, 62, 190, 0.13);
  height: 2px;
  left: 7%;
  overflow: hidden;
  position: absolute;
  right: 7%;
  top: 28px;
}

.entertainment-process-track > span {
  background: linear-gradient(90deg, var(--entertainment-pink), var(--entertainment-violet));
  display: block;
  height: 100%;
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 1200ms var(--ease-out);
}

.entertainment-process-grid.is-visible .entertainment-process-track > span {
  transform: scaleX(1);
}

.entertainment-process-step {
  padding-top: 68px;
  position: relative;
}

.entertainment-process-node {
  background: #fff;
  border: 2px solid #9a6bed;
  border-radius: 50%;
  box-shadow: 0 0 0 10px #fff, 0 0 0 11px rgba(115, 72, 209, 0.12);
  height: 16px;
  left: 22px;
  position: absolute;
  top: 21px;
  width: 16px;
}

.entertainment-process-step h3 {
  font-size: 1.22rem;
  font-weight: 680;
  margin: 9px 0 10px;
}

.entertainment-process-step p {
  color: var(--entertainment-muted);
  font-size: 0.86rem;
  margin: 0;
  max-width: 230px;
}

.entertainment-vision {
  background: linear-gradient(180deg, #f7f2ff 0%, #fff 100%);
  padding: 28px 0 118px;
}

.entertainment-vision-inner {
  align-items: center;
  background: linear-gradient(120deg, #f5eaff 0%, #efe9ff 48%, #fff1f8 100%);
  border: 1px solid rgba(119, 81, 199, 0.14);
  border-radius: 34px;
  display: grid;
  gap: 54px;
  grid-template-columns: minmax(300px, 0.8fr) minmax(460px, 1.2fr);
  min-height: 470px;
  overflow: hidden;
  padding: 60px 64px;
  position: relative;
}

.entertainment-vision-copy {
  position: relative;
  z-index: 2;
}

.entertainment-vision-copy > p:not(.entertainment-eyebrow) {
  color: var(--entertainment-muted);
  font-size: 1rem;
  margin: 0;
  max-width: 470px;
}

.entertainment-vision-art {
  align-self: stretch;
  min-height: 330px;
  position: relative;
}

.entertainment-vision-geometry {
  inset: 0;
  position: absolute;
}

.entertainment-vision-geometry::before {
  background: linear-gradient(90deg, transparent, rgba(227, 64, 157, 0.5), rgba(111, 67, 231, 0.5), transparent);
  bottom: 25%;
  content: "";
  height: 2px;
  left: 0;
  position: absolute;
  right: 0;
}

.entertainment-vision-sun {
  background: radial-gradient(circle, #fff 0 8%, #ffc5e5 14%, rgba(178, 117, 255, 0.24) 36%, transparent 68%);
  border: 1px solid rgba(206, 108, 219, 0.44);
  border-radius: 50%;
  height: 220px;
  left: 50%;
  position: absolute;
  top: 48%;
  transform: translate(-50%, -50%);
  width: 220px;
}

.entertainment-vision-frame {
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.7), rgba(172, 126, 239, 0.14));
  border: 1px solid rgba(120, 75, 198, 0.26);
  border-radius: 8px;
  box-shadow: 0 18px 40px rgba(91, 49, 154, 0.12);
  height: 150px;
  position: absolute;
  top: 22%;
  width: 110px;
}

.entertainment-vision-frame--one {
  left: 4%;
  transform: perspective(600px) rotateY(20deg) rotateZ(-3deg);
}

.entertainment-vision-frame--two {
  height: 186px;
  left: 50%;
  top: 10%;
  transform: translateX(-50%);
  width: 136px;
}

.entertainment-vision-frame--three {
  right: 4%;
  transform: perspective(600px) rotateY(-20deg) rotateZ(3deg);
}

.entertainment-vision-path {
  background: linear-gradient(to top, rgba(255, 255, 255, 0.85), rgba(209, 147, 255, 0.18));
  bottom: -15%;
  clip-path: polygon(35% 0, 65% 0, 100% 100%, 0 100%);
  height: 58%;
  left: 50%;
  position: absolute;
  transform: translateX(-50%);
  width: 55%;
}

.entertainment-vision-art .entertainment-concept-label {
  bottom: 0;
  left: 50%;
  position: absolute;
  transform: translateX(-50%);
  white-space: nowrap;
}

.entertainment-cta {
  background: #fff;
  padding: 0 0 76px;
}

.entertainment-cta-inner {
  align-items: center;
  background:
    radial-gradient(circle at 56% 50%, rgba(255, 255, 255, 0.19), transparent 18%),
    linear-gradient(105deg, #6224d8 0%, #873bda 46%, #e3449b 100%);
  border-radius: 28px;
  color: #fff;
  display: grid;
  gap: 36px;
  grid-template-columns: minmax(320px, 1.5fr) minmax(190px, 0.7fr) auto;
  min-height: 220px;
  overflow: hidden;
  padding: 44px 52px;
  position: relative;
}

.entertainment-cta-inner::after {
  border: 1px solid rgba(255, 255, 255, 0.22);
  border-radius: 50%;
  content: "";
  height: 240px;
  left: 52%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 240px;
}

.entertainment-cta .entertainment-eyebrow {
  color: #ffd2ec;
  margin-bottom: 12px;
}

.entertainment-cta h2 {
  color: #fff;
  font-size: clamp(2rem, 3.2vw, 3.15rem);
  margin: 0;
  max-width: 680px;
}

.entertainment-cta-inner > p {
  color: rgba(255, 255, 255, 0.8);
  font-size: 0.9rem;
  margin: 0;
  position: relative;
  z-index: 2;
}

.entertainment-cta .entertainment-button {
  position: relative;
  z-index: 2;
}

.entertainment-motion-ready [data-entertainment-reveal] {
  opacity: 0;
  transform: translateY(30px);
  transition: opacity 700ms var(--ease-out), transform 900ms var(--ease-out);
}

.entertainment-motion-ready [data-entertainment-reveal].is-visible {
  opacity: 1;
  transform: translateY(0);
}

@media (prefers-reduced-motion: no-preference) {
  .entertainment-portal--outer {
    animation: entertainment-pulse 9s ease-in-out infinite;
  }

  .entertainment-portal--middle {
    animation: entertainment-pulse 7s ease-in-out 1.2s infinite reverse;
  }

  .entertainment-orb--one,
  .entertainment-orb--three {
    animation: entertainment-float 8s ease-in-out infinite;
  }

  .entertainment-orb--two {
    animation: entertainment-float 10s ease-in-out 1.4s infinite reverse;
  }
}

@keyframes entertainment-pulse {
  0%, 100% { opacity: 0.28; transform: translate(-50%, -50%) scale(0.96); }
  50% { opacity: 0.62; transform: translate(-50%, -50%) scale(1.04); }
}

@keyframes entertainment-float {
  0%, 100% { transform: translate3d(0, 0, 0); }
  50% { transform: translate3d(0, -20px, 0); }
}

@media (max-width: 1100px) {
  .entertainment-shell {
    width: calc(100% - 64px);
  }

  .entertainment-hero {
    min-height: clamp(680px, 92svh, 780px);
  }

  .entertainment-hero-breath {
    height: 104px;
  }

  .entertainment-transition {
    padding: 96px 0 64px;
  }

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

  .entertainment-area-card:nth-child(3) {
    grid-column: 1 / -1;
    min-height: 560px;
  }

  .entertainment-area-card:nth-child(3) .entertainment-area-art {
    height: 300px;
  }

  .entertainment-process-grid {
    gap: 54px 36px;
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .entertainment-process-track {
    display: none;
  }

  .entertainment-vision-inner {
    gap: 24px;
    grid-template-columns: minmax(260px, 0.75fr) minmax(360px, 1.25fr);
    padding: 52px 44px;
  }

  .entertainment-cta-inner {
    gap: 24px;
    grid-template-columns: 1fr auto;
  }

  .entertainment-cta-inner > p {
    grid-column: 1;
  }

  .entertainment-cta .entertainment-button {
    grid-column: 2;
    grid-row: 1 / span 2;
  }
}

@media (max-width: 980px) {
  body[data-page="/entertainment/"] .site-nav {
    background: rgba(255, 255, 255, 0.98);
    border-color: rgba(82, 49, 139, 0.14);
  }

  body[data-page="/entertainment/"] .site-nav a {
    color: var(--entertainment-ink);
  }

  body[data-page="/entertainment/"] .site-nav a:hover,
  body[data-page="/entertainment/"] .site-nav a:focus-visible,
  body[data-page="/entertainment/"] .site-nav a.is-active {
    color: var(--entertainment-violet);
  }
}

@media (max-width: 820px) {
  .entertainment-shell {
    width: calc(100% - 40px);
  }

  .entertainment-hero {
    min-height: clamp(620px, 100svh, 760px);
    padding-bottom: 120px;
  }

  .entertainment-hero h1 {
    font-size: clamp(2.85rem, 13.5vw, 4.8rem);
  }

  .entertainment-hero-content {
    margin-top: -24px;
  }

  .entertainment-portal--outer {
    height: 120vw;
    width: 120vw;
  }

  .entertainment-portal--middle {
    height: 88vw;
    width: 88vw;
  }

  .entertainment-portal--inner {
    height: 58vw;
    width: 58vw;
  }

  .entertainment-hero > .entertainment-concept-label {
    bottom: 58px;
    max-width: calc(100% - 40px);
    text-align: center;
  }

  .entertainment-hero-breath {
    height: 88px;
  }

  .entertainment-transition {
    padding: 88px 0 56px;
  }

  .entertainment-transition h2,
  .entertainment-section-heading h2,
  .entertainment-vision h2 {
    font-size: clamp(2.15rem, 9.5vw, 3.35rem);
  }

  .entertainment-areas {
    padding-bottom: 88px;
  }

  .entertainment-area-grid {
    grid-template-columns: 1fr;
  }

  .entertainment-area-card,
  .entertainment-area-card:nth-child(3) {
    grid-column: auto;
    min-height: 610px;
  }

  .entertainment-area-card:nth-child(3) .entertainment-area-art,
  .entertainment-area-art {
    height: 300px;
  }

  .entertainment-process {
    padding: 92px 0 104px;
  }

  .entertainment-section-heading {
    margin-bottom: 58px;
  }

  .entertainment-process-grid {
    gap: 0;
    grid-template-columns: 1fr;
    padding-left: 36px;
  }

  .entertainment-process-grid::before {
    background: linear-gradient(var(--entertainment-pink), var(--entertainment-violet));
    bottom: 16px;
    content: "";
    left: 8px;
    opacity: 0.32;
    position: absolute;
    top: 22px;
    width: 2px;
  }

  .entertainment-process-step {
    min-height: 158px;
    padding: 0 0 42px 14px;
  }

  .entertainment-process-step:last-child {
    min-height: 0;
    padding-bottom: 0;
  }

  .entertainment-process-node {
    left: -35px;
    top: 5px;
  }

  .entertainment-vision {
    padding: 18px 0 88px;
  }

  .entertainment-vision-inner {
    gap: 22px;
    grid-template-columns: 1fr;
    padding: 42px 30px 28px;
  }

  .entertainment-vision-art {
    min-height: 310px;
  }

  .entertainment-cta {
    padding-bottom: 48px;
  }

  .entertainment-cta-inner {
    grid-template-columns: 1fr;
    padding: 38px 30px;
  }

  .entertainment-cta .entertainment-button,
  .entertainment-cta-inner > p {
    grid-column: 1;
    grid-row: auto;
    justify-self: start;
  }
}

@media (max-width: 480px) {
  .entertainment-shell {
    width: calc(100% - 32px);
  }

  .entertainment-hero h1 {
    font-size: clamp(2.55rem, 13.5vw, 3.45rem);
  }

  .entertainment-hero-content > p:not(.entertainment-eyebrow) {
    font-size: 0.96rem;
  }

  .entertainment-area-card,
  .entertainment-area-card:nth-child(3) {
    min-height: 580px;
  }

  .entertainment-area-copy {
    padding: 28px 26px 32px;
  }

  .entertainment-area-art .entertainment-concept-label {
    font-size: 0.54rem;
    left: 10px;
    right: 10px;
  }

  .entertainment-vision-inner,
  .entertainment-cta-inner {
    border-radius: 22px;
  }

  .entertainment-vision-frame--one {
    left: 0;
  }

  .entertainment-vision-frame--three {
    right: 0;
  }

  .entertainment-vision-art .entertainment-concept-label {
    font-size: 0.52rem;
  }
}

@media (prefers-reduced-motion: reduce) {
  .entertainment-hero-visual,
  .entertainment-portal,
  .entertainment-orb,
  .entertainment-motion-ready [data-entertainment-reveal],
  [data-entertainment-reveal] {
    animation: none !important;
    opacity: 1 !important;
    transform: none !important;
    transition: none !important;
  }

  .entertainment-process-track > span {
    transform: scaleX(1);
    transition: none;
  }
}

/* V1.1 reference-fidelity pass: approved structure with conceptual preview art. */
.entertainment-hero {
  background: var(--entertainment-night);
  min-height: clamp(720px, 96svh, 800px);
  padding: calc(var(--header-height) + 52px) 0 128px;
}

.entertainment-hero::before {
  background:
    linear-gradient(180deg, rgba(6, 3, 24, 0.56) 0%, rgba(6, 3, 24, 0.1) 46%, rgba(9, 5, 28, 0.36) 100%),
    radial-gradient(circle at 50% 38%, rgba(11, 6, 39, 0.12), rgba(8, 4, 27, 0.26) 64%, rgba(6, 3, 21, 0.52) 100%);
  inset: 0;
  mask-image: none;
  perspective: none;
  transform: none;
  z-index: 0;
}

.entertainment-hero::after {
  background: linear-gradient(180deg, transparent, rgba(10, 5, 31, 0.24));
  bottom: 0;
  filter: none;
  height: 42%;
  left: 0;
  opacity: 1;
  right: 0;
  top: auto;
  z-index: 0;
}

.entertainment-hero-visual {
  inset: 0;
  margin: 0;
  overflow: hidden;
  transform: translate3d(0, var(--entertainment-parallax-y, 0), 0) scale(1.025);
  z-index: -1;
}

.entertainment-hero-visual img {
  height: 100%;
  object-fit: cover;
  object-position: 50% 50%;
  width: 100%;
}

.entertainment-hero-content {
  margin-top: -92px;
  z-index: 2;
}

.entertainment-hero-content .entertainment-eyebrow {
  display: none;
}

.entertainment-hero h1 {
  font-size: clamp(3.4rem, 5.4vw, 5.35rem);
  font-weight: 680;
  letter-spacing: -0.055em;
  line-height: 0.98;
  margin-bottom: 22px;
  max-width: 920px;
  text-shadow: 0 8px 42px rgba(5, 2, 20, 0.76);
}

.entertainment-hero h1 span {
  display: block;
}

.entertainment-hero h1 em {
  color: #f365b5;
  font-style: normal;
}

.entertainment-hero-content > p:not(.entertainment-eyebrow) {
  color: rgba(255, 255, 255, 0.88);
  font-size: clamp(0.98rem, 1.25vw, 1.12rem);
  margin-bottom: 28px;
  max-width: 590px;
  text-shadow: 0 4px 20px rgba(6, 2, 24, 0.8);
}

.entertainment-hero > .entertainment-concept-label {
  bottom: 54px;
}

.entertainment-hero-breath {
  background: linear-gradient(to bottom, transparent, rgba(19, 8, 49, 0.38) 24%, #fff 100%);
  height: 96px;
}

.entertainment-transition {
  padding: 68px 0 42px;
}

.entertainment-transition h2 {
  font-size: clamp(2.5rem, 3.65vw, 3.25rem);
  margin-bottom: 20px;
}

.entertainment-transition-inner > p:not(.entertainment-eyebrow) {
  font-size: 0.98rem;
  max-width: 630px;
}

.entertainment-transition-mark {
  margin-top: 26px;
}

.entertainment-areas {
  background: linear-gradient(180deg, #fff 0%, #fbf8ff 72%, #f9f4ff 100%);
  padding-bottom: 72px;
}

.entertainment-area-grid {
  gap: 16px;
}

.entertainment-area-card {
  background: #f8f3ff;
  border: 1px solid rgba(107, 67, 183, 0.12);
  border-radius: 12px;
  box-shadow: 0 22px 58px rgba(73, 43, 123, 0.1);
  display: block;
  height: clamp(500px, 37.5vw, 540px);
  min-height: 0;
}

.entertainment-area-art {
  height: 100%;
  inset: 0;
  margin: 0;
  position: absolute;
}

.entertainment-area-art::before,
.entertainment-area-art::after {
  display: none;
}

.entertainment-area-art img {
  height: 100%;
  object-fit: cover;
  object-position: 50% 50%;
  width: 100%;
}

.entertainment-area-card::after {
  background: linear-gradient(180deg, rgba(255, 251, 254, 0.98) 0%, rgba(255, 250, 253, 0.92) 24%, rgba(255, 250, 253, 0.22) 56%, transparent 72%);
  content: "";
  inset: 0;
  pointer-events: none;
  position: absolute;
  z-index: 1;
}

.entertainment-area-copy {
  display: block;
  padding: 32px 30px;
  position: relative;
  width: 68%;
  z-index: 2;
}

.entertainment-area-card h3 {
  font-size: clamp(1.35rem, 1.8vw, 1.75rem);
  margin: 8px 0 12px;
}

.entertainment-area-card p {
  color: #56506c;
  font-size: 0.82rem;
  line-height: 1.55;
  margin-bottom: 20px;
}

.entertainment-area-link {
  align-items: center;
  color: var(--entertainment-pink);
  display: inline-flex;
  font-size: 0.78rem;
  font-weight: 720;
  gap: 8px;
  min-height: 38px;
}

.entertainment-area-card--games .entertainment-area-link {
  color: #5245db;
}

.entertainment-area-card--studio .entertainment-area-link {
  color: #773ccc;
}

.entertainment-area-card > .entertainment-concept-label {
  bottom: 12px;
  left: 12px;
  position: absolute;
  z-index: 3;
}

.entertainment-process {
  padding: 68px 0 78px;
}

.entertainment-section-heading {
  margin-bottom: 44px;
}

.entertainment-section-heading h2 {
  font-size: clamp(2.35rem, 3.5vw, 3.25rem);
  margin-bottom: 14px;
}

.entertainment-process-grid {
  gap: 28px;
}

.entertainment-process-track {
  left: 5%;
  right: 5%;
  top: 28px;
}

.entertainment-process-node {
  background: radial-gradient(circle, #fff 0 18%, #f9f5ff 19% 56%, #fff 57%);
  border: 1px solid rgba(122, 76, 218, 0.22);
  box-shadow: 0 0 0 8px #fff, 0 10px 30px rgba(111, 67, 231, 0.12);
  height: 54px;
  left: 0;
  top: 1px;
  width: 54px;
}

.entertainment-process-node::after {
  background: linear-gradient(135deg, var(--entertainment-pink), var(--entertainment-violet));
  border-radius: 50%;
  content: "";
  height: 7px;
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 7px;
}

.entertainment-process-step {
  padding-top: 76px;
}

.entertainment-process-step h3 {
  font-size: 1.05rem;
  margin: 6px 0 7px;
}

.entertainment-process-step p {
  font-size: 0.78rem;
  line-height: 1.5;
  max-width: 215px;
}

.entertainment-vision {
  background: #f3edff;
  min-height: 340px;
  overflow: hidden;
  padding: 0;
  position: relative;
}

.entertainment-vision-media {
  inset: 0;
  margin: 0;
  position: absolute;
}

.entertainment-vision-media::after {
  background:
    linear-gradient(90deg, rgba(247, 242, 255, 0.98) 0%, rgba(247, 242, 255, 0.9) 24%, rgba(247, 242, 255, 0.26) 53%, transparent 72%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.08), rgba(243, 237, 255, 0.16));
  content: "";
  inset: 0;
  position: absolute;
}

.entertainment-vision-media img {
  height: 100%;
  object-fit: cover;
  object-position: 50% 50%;
  width: 100%;
}

.entertainment-vision-inner {
  align-items: center;
  background: transparent;
  border: 0;
  border-radius: 0;
  display: flex;
  min-height: 340px;
  overflow: visible;
  padding: 58px 0 82px;
  position: relative;
}

.entertainment-vision-copy {
  width: 39%;
}

.entertainment-vision h2 {
  font-size: clamp(2.35rem, 3.45vw, 3.25rem);
  margin-bottom: 18px;
}

.entertainment-vision .entertainment-concept-label {
  bottom: 62px;
  position: absolute;
  right: 0;
}

.entertainment-cta {
  margin-top: -48px;
  padding: 0 0 52px;
  position: relative;
  z-index: 3;
}

.entertainment-cta-inner {
  border-radius: 20px;
  gap: 30px;
  grid-template-columns: minmax(360px, 1.4fr) minmax(220px, 0.7fr) auto;
  min-height: 166px;
  padding: 30px 44px;
}

.entertainment-cta h2 {
  font-size: clamp(2.1rem, 3vw, 2.85rem);
  line-height: 1;
}

@media (max-width: 1100px) {
  .entertainment-hero {
    min-height: clamp(680px, 92svh, 760px);
  }

  .entertainment-hero-content {
    margin-top: -62px;
  }

  .entertainment-area-card,
  .entertainment-area-card:nth-child(3) {
    height: 560px;
    min-height: 0;
  }

  .entertainment-area-card:nth-child(3) {
    grid-column: 1 / -1;
  }

  .entertainment-area-card:nth-child(3) .entertainment-area-art {
    height: 100%;
  }

  .entertainment-area-card:nth-child(3) .entertainment-area-copy {
    width: 48%;
  }

  .entertainment-process-grid {
    gap: 42px 36px;
  }

  .entertainment-vision-copy {
    width: 46%;
  }

  .entertainment-cta-inner {
    grid-template-columns: 1fr auto;
  }
}

@media (max-width: 820px) {
  .entertainment-hero {
    min-height: clamp(640px, 100svh, 740px);
    padding-bottom: 108px;
  }

  .entertainment-hero-visual img {
    object-position: 50% 50%;
  }

  .entertainment-hero-content {
    margin-top: -28px;
  }

  .entertainment-hero h1 {
    font-size: clamp(2.75rem, 11.5vw, 4.2rem);
  }

  .entertainment-transition {
    padding: 72px 0 46px;
  }

  .entertainment-area-card,
  .entertainment-area-card:nth-child(3) {
    grid-column: auto;
    height: 610px;
  }

  .entertainment-area-card:nth-child(3) .entertainment-area-copy,
  .entertainment-area-copy {
    padding: 30px 28px;
    width: 66%;
  }

  .entertainment-area-card:nth-child(3) .entertainment-area-art,
  .entertainment-area-art {
    height: 100%;
  }

  .entertainment-process {
    padding: 76px 0 84px;
  }

  .entertainment-process-grid {
    gap: 0;
  }

  .entertainment-process-step {
    min-height: 132px;
    padding: 0 0 34px 24px;
  }

  .entertainment-process-node {
    box-shadow: 0 0 0 6px #fff;
    height: 18px;
    left: -36px;
    top: 4px;
    width: 18px;
  }

  .entertainment-process-node::after {
    height: 5px;
    width: 5px;
  }

  .entertainment-vision,
  .entertainment-vision-inner {
    min-height: 500px;
  }

  .entertainment-vision-media::after {
    background: linear-gradient(180deg, rgba(247, 242, 255, 0.96) 0%, rgba(247, 242, 255, 0.8) 34%, rgba(247, 242, 255, 0.08) 72%);
  }

  .entertainment-vision-media img {
    object-position: 67% 50%;
  }

  .entertainment-vision-inner {
    align-items: flex-start;
    padding: 48px 0 54px;
  }

  .entertainment-vision-copy {
    width: 76%;
  }

  .entertainment-vision .entertainment-concept-label {
    bottom: 28px;
    right: 0;
  }

  .entertainment-cta {
    margin-top: -30px;
    padding-bottom: 48px;
  }

  .entertainment-cta-inner {
    min-height: 220px;
    padding: 34px 30px;
  }
}

@media (max-width: 480px) {
  .entertainment-hero h1 {
    font-size: clamp(2.55rem, 12.4vw, 3.25rem);
  }

  .entertainment-area-card,
  .entertainment-area-card:nth-child(3) {
    height: 560px;
  }

  .entertainment-area-card:nth-child(3) .entertainment-area-copy,
  .entertainment-area-copy {
    padding: 26px 24px;
    width: 73%;
  }

  .entertainment-area-card h3 {
    font-size: 1.42rem;
  }

  .entertainment-vision-copy {
    width: 88%;
  }

  .entertainment-vision h2 {
    font-size: clamp(2.05rem, 10vw, 2.55rem);
  }

  .entertainment-cta h2 {
    font-size: 2.05rem;
  }
}

/* Keep the final reference-fidelity overrides fully static for reduced motion. */
@media (prefers-reduced-motion: reduce) {
  .entertainment-hero-visual,
  .entertainment-motion-ready [data-entertainment-reveal],
  [data-entertainment-reveal] {
    animation: none !important;
    opacity: 1 !important;
    transform: none !important;
    transition: none !important;
  }

  .entertainment-process-track > span {
    transform: scaleX(1) !important;
    transition: none !important;
  }
}
