/* _qxr.web: editorial home flow (from server/MockUp/home-mockup.html) */

body.home-editorial {
  --home-flow-gap: clamp(3rem, 6vw, 5.5rem);
}

.home-welcome {
  position: relative;
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: calc(var(--nav-h) + 2rem) clamp(1.25rem, 4vw, 2.5rem) 4rem;
  overflow: hidden;
}

@supports (min-height: 1svh) {
  body.home-editorial .home-welcome {
    min-height: 100svh;
  }
}

.home-welcome__bg {
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none;
}

.home-welcome__orb {
  position: absolute;
  border-radius: 50%;
  filter: blur(90px);
  opacity: 0.2;
  animation: home-welcome-orb-drift 20s ease-in-out infinite alternate;
}

.home-welcome__orb--1 {
  width: 600px;
  height: 600px;
  background: #44276e;
  top: -120px;
  left: -180px;
  animation-duration: 22s;
}

.home-welcome__orb--2 {
  width: 500px;
  height: 500px;
  background: #2f3b9e;
  bottom: -100px;
  right: -120px;
  animation-duration: 18s;
  animation-direction: alternate-reverse;
}

.home-welcome__orb--3 {
  width: 260px;
  height: 260px;
  background: #1db89e;
  top: 45%;
  left: 58%;
  opacity: 0.12;
  animation-duration: 14s;
}

.home-welcome__grid {
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(113, 100, 181, 0.04) 1px, transparent 1px),
    linear-gradient(90deg, rgba(113, 100, 181, 0.04) 1px, transparent 1px);
  background-size: 64px 64px;
}

.home-welcome__inner {
  position: relative;
  z-index: 1;
  max-width: 820px;
}

.home-welcome__tag {
  font-family: var(--font-mono);
  font-size: 13px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--qxr-teal);
  margin-bottom: 0.75rem;
  text-align: center;
}

.home-welcome__title {
  font-family: var(--font-display);
  line-height: 1.05;
  margin-bottom: 0.75rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.2rem;
}

.home-welcome__pre {
  font-family: var(--font-mono);
  font-size: clamp(0.72rem, 1.6vw, 0.85rem);
  letter-spacing: 0.28em;
  text-transform: uppercase;
  color: var(--qxr-teal);
  font-weight: 600;
}

.home-welcome__main {
  font-size: clamp(2.5rem, 7.5vw, 4.25rem);
  font-weight: 700;
  letter-spacing: -0.03em;
  line-height: 1.02;
  background: linear-gradient(118deg, #f5f2ff 0%, #c4b5fd 22%, #7164b5 48%, #1db89e 72%, #b8f045 100%);
  background-size: 220% 100%;
  background-position: 0% 50%;
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  filter: drop-shadow(0 0 28px rgba(113, 100, 181, 0.35));
  animation: home-welcome-title-shimmer 14s ease-in-out infinite alternate;
}

.home-welcome__identity {
  margin: 1.4rem auto 0;
  max-width: 38rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.5rem;
  text-align: center;
}

.home-welcome__studio {
  font-family: var(--font-display);
  font-size: clamp(1.45rem, 3.6vw, 2.1rem);
  font-style: italic;
  color: var(--qxr-ghost);
  line-height: 1.2;
  letter-spacing: -0.01em;
}

.home-welcome__location {
  font-family: var(--font-sans);
  font-size: clamp(1rem, 2.4vw, 1.25rem);
  color: var(--qxr-fog);
  font-weight: 500;
  letter-spacing: 0.015em;
  line-height: 1.4;
}

.home-welcome__year {
  font-family: var(--font-mono);
  font-size: clamp(0.8rem, 1.5vw, 0.95rem);
  color: var(--qxr-teal);
  letter-spacing: 0.28em;
  text-transform: uppercase;
  margin-top: 0.15rem;
}

.home-welcome__scroll {
  position: absolute;
  bottom: 2rem;
  left: 50%;
  transform: translateX(-50%);
  font-family: var(--font-mono);
  font-size: 10px;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--qxr-fog);
  opacity: 0.4;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 6px;
  animation: home-welcome-bob 2.8s ease-in-out infinite;
}

@keyframes home-welcome-orb-drift {
  from { transform: translate(0, 0); }
  to { transform: translate(35px, 25px); }
}

@keyframes home-welcome-title-shimmer {
  0% { background-position: 0% 50%; }
  100% { background-position: 100% 50%; }
}

@keyframes home-welcome-bob {
  0%, 100% { transform: translateX(-50%) translateY(0); }
  50% { transform: translateX(-50%) translateY(7px); }
}

.home-flow {
  display: flex;
  flex-direction: column;
  gap: var(--home-flow-gap);
}

.home-section {
  padding: 0 clamp(1.25rem, 4vw, 2.5rem);
}

.home-section__inner {
  max-width: var(--max-w);
  margin: 0 auto;
}

.home-eyebrow {
  font-family: var(--font-mono);
  font-size: 11px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--qxr-teal);
  margin-bottom: 0.55rem;
}

.home-title {
  font-family: var(--font-display);
  font-size: clamp(1.85rem, 4vw, 2.75rem);
  color: var(--qxr-ghost);
  margin-bottom: 0.75rem;
}

.home-lead {
  font-size: clamp(1rem, 2vw, 1.15rem);
  color: var(--qxr-fog);
  max-width: 42rem;
  line-height: 1.7;
}

.home-lead--spaced {
  margin-bottom: 1.5rem;
}

.cine-hero {
  position: relative;
  min-height: clamp(520px, 82vh, 720px);
  display: flex;
  align-items: flex-end;
  padding: calc(var(--nav-h) + 2rem) clamp(1.25rem, 4vw, 2.5rem) 3.5rem;
  overflow: hidden;
}

@supports (min-height: 1svh) {
  body.home-editorial .cine-hero {
    min-height: clamp(520px, 82svh, 720px);
  }
}

.cine-hero__bg {
  position: absolute;
  inset: 0;
  z-index: 0;
}

.cine-hero__bg-scene {
  position: absolute;
  inset: 0;
  background:
    radial-gradient(ellipse 70% 55% at 72% 38%, rgba(47, 59, 158, 0.45), transparent 65%),
    radial-gradient(ellipse 50% 40% at 18% 72%, rgba(68, 39, 110, 0.4), transparent 60%),
    linear-gradient(180deg, #0b0a12 0%, #110e1e 55%, #0b0a12 100%);
}

.cine-hero__bg-scene::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(113, 100, 181, 0.04) 1px, transparent 1px),
    linear-gradient(90deg, rgba(113, 100, 181, 0.04) 1px, transparent 1px);
  background-size: 64px 64px;
  -webkit-mask-image: linear-gradient(180deg, black 20%, transparent 85%);
  mask-image: linear-gradient(180deg, black 20%, transparent 85%);
}

.cine-hero__fade {
  position: absolute;
  inset: auto 0 0 0;
  height: 45%;
  background: linear-gradient(180deg, transparent, var(--qxr-ink));
  z-index: 1;
}

.cine-hero__content {
  position: relative;
  z-index: 2;
  max-width: var(--max-w);
  margin: 0 auto;
  width: 100%;
}

.cine-hero__title {
  font-family: var(--font-display);
  font-size: clamp(2.4rem, 7vw, 4.5rem);
  line-height: 1.02;
  margin-bottom: 0.85rem;
  max-width: 14ch;
}

.cine-hero__title span {
  display: block;
  font-family: var(--font-mono);
  font-size: clamp(0.7rem, 1.5vw, 0.82rem);
  letter-spacing: 0.28em;
  text-transform: uppercase;
  color: var(--qxr-teal);
  margin-bottom: 0.55rem;
}

.cine-hero__lead {
  font-size: clamp(1.05rem, 2.2vw, 1.25rem);
  color: var(--qxr-fog);
  max-width: 36rem;
  line-height: 1.65;
}

.cine-hero__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  margin-top: 1.5rem;
}

.cine-hero__actions--stack {
  flex-direction: column;
  align-items: flex-start;
}

.cine-hero__actions--stack .btn--lg {
  width: 100%;
  max-width: 22rem;
  justify-content: center;
  text-align: center;
}

body.home-editorial .cine-hero__actions .btn--lime {
  font-weight: 700;
  box-shadow: 0 4px 18px rgba(184, 240, 69, 0.35);
}

body.home-editorial .cine-hero__actions .btn--lime:hover {
  box-shadow: 0 8px 24px rgba(184, 240, 69, 0.45);
}

body.home-editorial .btn--hsqi-daily {
  background: linear-gradient(135deg, #0095da 0%, #006db3 100%);
  color: #fff;
  font-weight: 700;
  border: 2px solid rgba(255, 255, 255, 0.22);
  box-shadow: 0 4px 18px rgba(0, 149, 218, 0.42);
}

body.home-editorial .btn--hsqi-daily:hover {
  background: linear-gradient(135deg, #1aadef 0%, #007ec9 100%);
  color: #fff;
  transform: translateY(-2px);
  box-shadow: 0 8px 24px rgba(0, 149, 218, 0.52);
}

.spotlight {
  display: grid;
  grid-template-columns: 1.15fr 1fr;
  gap: 0;
  border-radius: var(--radius-xl);
  overflow: hidden;
  border: 1px solid var(--border-subtle);
  background: var(--qxr-deep);
  min-height: 340px;
  box-shadow: 0 18px 48px rgba(0, 0, 0, 0.38);
  transition: border-color 0.3s ease, box-shadow 0.3s ease;
}

.spotlight:hover {
  border-color: var(--border-mid);
  box-shadow: 0 22px 56px rgba(0, 0, 0, 0.48);
}

.spotlight--flip .spotlight__vis { order: 2; }
.spotlight--flip .spotlight__copy { order: 1; }

.spotlight__vis {
  position: relative;
  min-height: 280px;
  overflow: hidden;
}

.spotlight__vis::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 4;
  pointer-events: none;
  background: linear-gradient(
    180deg,
    rgba(255, 255, 255, 0.06) 0%,
    transparent 28%,
    transparent 58%,
    rgba(0, 0, 0, 0.42) 100%
  );
}

.spotlight__vis::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 4;
  pointer-events: none;
  background: radial-gradient(130% 100% at 50% 0%, transparent 58%, rgba(0, 0, 0, 0.28) 100%);
}

.spotlight__vis--fund {
  background: linear-gradient(135deg, rgba(47, 59, 158, 0.35), rgba(184, 240, 69, 0.12));
}

.scene-fund {
  background: linear-gradient(145deg, rgba(47, 59, 158, 0.4), rgba(68, 39, 110, 0.35) 55%, rgba(29, 184, 158, 0.12));
}

.scene-fund__field {
  position: absolute;
  inset: 12% 10%;
  overflow: hidden;
}

.scene-fund__ring {
  position: absolute;
  border-radius: 50%;
  border: 2px solid rgba(184, 240, 69, 0.45);
  box-shadow: 0 0 24px rgba(184, 240, 69, 0.15);
}

.scene-fund__ring--1 {
  width: 120px;
  height: 120px;
  left: 18%;
  top: 22%;
  animation: home-fund-orbit 14s linear infinite;
}

.scene-fund__ring--2 {
  width: 72px;
  height: 72px;
  right: 20%;
  bottom: 18%;
  border-color: rgba(29, 184, 158, 0.55);
  animation: home-fund-orbit 10s linear infinite reverse;
}

.scene-fund__hex {
  position: absolute;
  width: 88px;
  height: 88px;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  background: linear-gradient(135deg, rgba(113, 100, 181, 0.5), rgba(47, 59, 158, 0.35));
  clip-path: polygon(50% 0%, 95% 25%, 95% 75%, 50% 100%, 5% 75%, 5% 25%);
  animation: home-fund-hex-breathe 5s ease-in-out infinite;
}

.scene-fund__bar {
  position: absolute;
  height: 3px;
  border-radius: 999px;
  background: linear-gradient(90deg, transparent, rgba(184, 240, 69, 0.7), transparent);
}

.scene-fund__bar--1 {
  width: 55%;
  left: 8%;
  top: 58%;
  animation: home-fund-scan 4s ease-in-out infinite;
}

.scene-fund__bar--2 {
  width: 40%;
  right: 10%;
  top: 34%;
  animation: home-fund-scan 4s ease-in-out infinite 1.2s;
}

.scene-fund__node {
  position: absolute;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: var(--qxr-teal);
  box-shadow: 0 0 12px rgba(29, 184, 158, 0.65);
  animation: home-fund-node 2.8s ease-in-out infinite;
}

.scene-fund__node--1 { left: 28%; top: 38%; }
.scene-fund__node--2 { left: 62%; top: 52%; animation-delay: 0.6s; }
.scene-fund__node--3 { left: 44%; top: 68%; animation-delay: 1.1s; }

@keyframes home-fund-orbit {
  from { transform: rotate(0deg); }
  to { transform: rotate(360deg); }
}

@keyframes home-fund-hex-breathe {
  0%, 100% { transform: translate(-50%, -50%) scale(1); opacity: 0.85; }
  50% { transform: translate(-50%, -50%) scale(1.08); opacity: 1; }
}

@keyframes home-fund-scan {
  0%, 100% { opacity: 0.25; transform: translateX(0); }
  50% { opacity: 0.9; transform: translateX(8px); }
}

@keyframes home-fund-node {
  0%, 100% { opacity: 0.5; transform: scale(1); }
  50% { opacity: 1; transform: scale(1.35); }
}

.spotlight__copy {
  padding: clamp(1.75rem, 4vw, 2.75rem);
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 0.85rem;
}

.spotlight__tag {
  font-family: var(--font-mono);
  font-size: 10px;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--qxr-lavender);
}

.spotlight__title {
  font-family: var(--font-display);
  font-size: clamp(1.5rem, 3vw, 2.1rem);
  color: var(--qxr-ghost);
}

.spotlight__title em {
  font-style: italic;
  color: var(--qxr-teal);
}

.spotlight__text {
  font-size: 14px;
  color: var(--qxr-fog);
  line-height: 1.7;
  max-width: 34rem;
}

.spotlight__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.65rem;
  margin-top: 0.35rem;
}

.rail {
  display: flex;
  gap: 1rem;
  overflow-x: auto;
  padding-bottom: 0.5rem;
  scroll-snap-type: x mandatory;
  -webkit-overflow-scrolling: touch;
}

.rail::-webkit-scrollbar { height: 6px; }
.rail::-webkit-scrollbar-thumb {
  background: var(--border-mid);
  border-radius: 999px;
}

a.rail-card {
  color: inherit;
  text-decoration: none;
}

a.rail-card:focus-visible {
  outline: 2px solid var(--qxr-teal);
  outline-offset: 3px;
}

.rail-card {
  flex: 0 0 min(280px, 78vw);
  scroll-snap-align: start;
  border-radius: var(--radius-lg);
  border: 1px solid var(--border-subtle);
  background: var(--qxr-deep);
  overflow: hidden;
  transition: transform 0.25s ease, border-color 0.25s ease;
}

.rail-card:hover {
  transform: translateY(-4px);
  border-color: var(--border-mid);
}

.rail-card__vis {
  height: 148px;
  position: relative;
  overflow: hidden;
}

.rail-card__body {
  padding: 1.1rem 1.2rem 1.25rem;
}

.rail-card__title {
  font-family: var(--font-display);
  font-size: 1.05rem;
  margin-bottom: 0.35rem;
}

.rail-card__text {
  font-size: 13px;
  color: var(--qxr-fog);
  line-height: 1.55;
}

.discipline-strip {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1px;
  background: var(--border-subtle);
  border: 1px solid var(--border-subtle);
  border-radius: var(--radius-xl);
  overflow: hidden;
}

.discipline-strip--offset {
  margin-top: 1.5rem;
}

.discipline {
  background: var(--qxr-deep);
  padding: 1.75rem 1.5rem;
  display: flex;
  flex-direction: column;
  gap: 0.65rem;
  transition: background 0.25s ease;
}

.discipline:hover { background: var(--qxr-plum); }

.discipline__icon {
  width: 40px;
  height: 40px;
  border-radius: 10px;
  display: grid;
  place-items: center;
  font-size: 18px;
  background: rgba(47, 59, 158, 0.22);
  border: 1px solid rgba(80, 129, 209, 0.25);
}

.discipline h3 {
  font-family: var(--font-display);
  font-size: 1.1rem;
}

.discipline p {
  font-size: 13px;
  color: var(--qxr-fog);
  line-height: 1.6;
  flex: 1;
}

.cta-band {
  text-align: center;
  padding: clamp(3rem, 6vw, 5rem) 1.5rem;
  border-radius: var(--radius-xl);
  border: 1px solid var(--border-subtle);
  background: radial-gradient(ellipse at center, rgba(68, 39, 110, 0.2), transparent 70%);
}

.cta-band h2 {
  font-family: var(--font-display);
  font-size: clamp(1.75rem, 4vw, 2.5rem);
  margin-bottom: 0.65rem;
}

.cta-band p {
  color: var(--qxr-fog);
  max-width: 32rem;
  margin: 0 auto 1.5rem;
  font-size: 15px;
}

.cta-band__actions {
  display: flex;
  gap: 0.75rem;
  justify-content: center;
  flex-wrap: wrap;
}

.home-studio-bar {
  border-top: 1px solid var(--border-subtle);
}

.home-studio-bar__inner {
  max-width: var(--max-w);
  margin: 0 auto;
  padding: 1.5rem clamp(1.25rem, 4vw, 2.5rem);
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 1rem;
}

.home-studio-bar__text {
  font-size: 14px;
  color: var(--qxr-fog);
}

.home-studio-bar__text strong {
  color: var(--qxr-ghost);
}

.home-studio-bar__text a {
  color: var(--qxr-lavender);
  text-decoration: underline;
}

body.home-editorial .cart-drawer__empty-icon {
  font-size: 2rem;
}

body.home-editorial .cart-drawer__checkout {
  width: 100%;
}

.scene-audio {
  background: linear-gradient(145deg, #0d1028, #1a2848 50%, #0f1830);
}

.scene-audio__wave {
  position: absolute;
  left: 10%;
  right: 10%;
  bottom: 28%;
  height: 80px;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  gap: 5px;
}

.scene-audio__bar {
  width: 6px;
  border-radius: 3px 3px 0 0;
  background: linear-gradient(180deg, var(--qxr-lime), var(--qxr-teal));
  animation: home-audio-bar 1.2s ease-in-out infinite;
}

.scene-audio__bar:nth-child(1) { height: 28%; animation-delay: 0s; }
.scene-audio__bar:nth-child(2) { height: 52%; animation-delay: 0.1s; }
.scene-audio__bar:nth-child(3) { height: 72%; animation-delay: 0.2s; }
.scene-audio__bar:nth-child(4) { height: 44%; animation-delay: 0.15s; }
.scene-audio__bar:nth-child(5) { height: 88%; animation-delay: 0.05s; }
.scene-audio__bar:nth-child(6) { height: 60%; animation-delay: 0.25s; }
.scene-audio__bar:nth-child(7) { height: 38%; animation-delay: 0.18s; }
.scene-audio__bar:nth-child(8) { height: 66%; animation-delay: 0.08s; }

.scene-games {
  background: radial-gradient(ellipse 90% 70% at 30% 30%, rgba(113, 60, 180, 0.35), transparent 60%),
    linear-gradient(180deg, #0a0818, #1a1030);
}

.scene-games__planet {
  position: absolute;
  width: 120px;
  height: 120px;
  border-radius: 50%;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  background: radial-gradient(circle at 32% 28%, #c8f86a 0%, #4a8a3a 45%, #1a3020 100%);
  box-shadow: 0 0 40px rgba(150, 230, 110, 0.25);
  animation: home-planet-pulse 5s ease-in-out infinite;
}

.scene-research {
  background: linear-gradient(160deg, #0a1428, #142040 45%, #0d1830);
}

.scene-research__field {
  position: absolute;
  inset: 15% 12%;
  border-radius: var(--radius-md);
  border: 1px solid rgba(80, 129, 209, 0.35);
  overflow: hidden;
}

.scene-research__node {
  position: absolute;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--qxr-teal);
  box-shadow: 0 0 10px rgba(29, 184, 158, 0.7);
  animation: home-node-pulse 2.4s ease-in-out infinite;
}

.scene-research__node:nth-child(1) { left: 18%; top: 30%; }
.scene-research__node:nth-child(2) { left: 42%; top: 55%; animation-delay: 0.4s; }
.scene-research__node:nth-child(3) { left: 68%; top: 28%; animation-delay: 0.8s; }
.scene-research__node:nth-child(4) { left: 78%; top: 62%; animation-delay: 1.2s; }
.scene-research__node:nth-child(5) { left: 32%; top: 72%; animation-delay: 0.6s; }

.scene-research__line {
  position: absolute;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(29, 184, 158, 0.5), transparent);
  transform-origin: left center;
  animation: home-line-scan 3s ease-in-out infinite;
}

.spotlight__vis.scene-hsqi {
  min-height: 0;
  aspect-ratio: 3 / 2;
  background: linear-gradient(180deg, #0095da 0%, #34b5e8 55%, #ffd90f 110%);
}

.spotlight__vis.scene-hsqi::before,
.spotlight__vis.scene-hsqi::after {
  display: none;
}

.scene-hsqi {
  background: #0095da;
}

.scene-hsqi__art {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center center;
}

.scene-hsqi__donut {
  position: absolute;
  width: 100px;
  height: 100px;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  border-radius: 50%;
  border: 14px solid rgba(255, 217, 15, 0.85);
  box-shadow: 0 0 30px rgba(255, 217, 15, 0.25);
  animation: home-donut-spin 12s linear infinite;
}

.scene-hsqi__donut::after {
  content: "";
  position: absolute;
  inset: 18px;
  border-radius: 50%;
  background: radial-gradient(circle, #0a3b73, #061828);
}

.scene-suite {
  background: linear-gradient(135deg, rgba(47, 59, 158, 0.35), rgba(29, 184, 158, 0.15));
}

.scene-suite__grid {
  position: absolute;
  inset: 18% 14%;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 8px;
}

.scene-suite__cell {
  border-radius: 6px;
  animation: home-cell-glow 4s ease-in-out infinite;
}

.scene-suite__cell:nth-child(2) { animation-delay: 0.5s; }
.scene-suite__cell:nth-child(3) { animation-delay: 1s; }
.scene-suite__cell:nth-child(4) { animation-delay: 1.5s; }
.scene-suite__cell:nth-child(5) { animation-delay: 2s; }
.scene-suite__cell:nth-child(6) { animation-delay: 2.5s; }

.scene-trust {
  background: linear-gradient(145deg, #101828, #1a2840);
}

.scene-trust__shield {
  position: absolute;
  width: 90px;
  height: 100px;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  background: linear-gradient(180deg, var(--qxr-indigo), var(--qxr-violet));
  clip-path: polygon(50% 0%, 100% 22%, 100% 68%, 50% 100%, 0% 68%, 0% 22%);
  opacity: 0.85;
  animation: home-shield-breathe 4s ease-in-out infinite;
}

@keyframes home-audio-bar {
  0%, 100% { transform: scaleY(0.65); opacity: 0.7; }
  50% { transform: scaleY(1); opacity: 1; }
}

@keyframes home-planet-pulse {
  0%, 100% { transform: translate(-50%, -50%) scale(1); }
  50% { transform: translate(-50%, -50%) scale(1.04); }
}

@keyframes home-node-pulse {
  0%, 100% { opacity: 0.55; transform: scale(1); }
  50% { opacity: 1; transform: scale(1.35); }
}

@keyframes home-line-scan {
  0%, 100% { opacity: 0.2; width: 40%; left: 10%; top: 45%; }
  50% { opacity: 0.8; width: 55%; left: 25%; top: 55%; }
}

@keyframes home-donut-spin {
  from { transform: translate(-50%, -50%) rotate(0deg); }
  to { transform: translate(-50%, -50%) rotate(360deg); }
}

@keyframes home-cell-glow {
  0%, 100% { border-color: rgba(113, 100, 181, 0.35); }
  50% { border-color: rgba(29, 184, 158, 0.65); }
}

@keyframes home-shield-breathe {
  0%, 100% { transform: translate(-50%, -50%) scale(1); }
  50% { transform: translate(-50%, -50%) scale(1.06); }
}

@media (min-width: 768px) and (max-width: 1023px) {
  body.home-editorial .cine-hero {
    min-height: clamp(480px, 75vh, 640px);
    padding-bottom: 3rem;
  }

  body.home-editorial .spotlight__copy {
    padding: 2rem 1.75rem;
  }
}

@media (max-width: 900px) {
  .spotlight { grid-template-columns: 1fr; }
  .spotlight--flip .spotlight__vis { order: 0; }
  .discipline-strip { grid-template-columns: 1fr; }
}

@media (max-width: 767px) {
  body.home-editorial .home-welcome {
    padding: calc(var(--nav-h) + 1.5rem) 1rem 3.5rem;
  }

  body.home-editorial .home-welcome__identity {
    margin: 1rem auto 0;
  }

  body.home-editorial .home-welcome__studio {
    font-size: 1.5rem;
  }

  body.home-editorial .home-welcome__location {
    font-size: 1rem;
  }

  body.home-editorial .home-welcome__orb--1 {
    width: 420px;
    height: 420px;
  }

  body.home-editorial .home-welcome__orb--2 {
    width: 340px;
    height: 340px;
  }

  body.home-editorial .cine-hero {
    min-height: clamp(400px, 68vh, 560px);
    padding: calc(var(--nav-h) + 1.5rem) 1rem 2.25rem;
  }

  body.home-editorial .cine-hero__title {
    max-width: none;
    font-size: clamp(1.95rem, 9vw, 2.75rem);
  }

  body.home-editorial .cine-hero__title span {
    letter-spacing: 0.2em;
    font-size: clamp(0.62rem, 2.8vw, 0.75rem);
  }

  body.home-editorial .cine-hero__actions {
    flex-direction: column;
    align-items: stretch;
  }

  body.home-editorial .cine-hero__actions .btn {
    width: 100%;
    justify-content: center;
  }

  body.home-editorial .home-flow {
    gap: clamp(2.25rem, 5vw, 3.5rem);
  }

  body.home-editorial .home-section {
    padding: 0 1rem;
  }

  body.home-editorial .spotlight {
    min-height: 0;
  }

  body.home-editorial .spotlight__vis.scene-hsqi {
    min-height: 0;
    aspect-ratio: 3 / 2;
  }

  body.home-editorial .spotlight__vis {
    min-height: 200px;
  }

  body.home-editorial .spotlight__copy {
    padding: 1.5rem 1.25rem;
  }

  body.home-editorial .spotlight__actions {
    flex-direction: column;
    align-items: stretch;
  }

  body.home-editorial .spotlight__actions .btn {
    width: 100%;
    justify-content: center;
  }

  body.home-editorial .rail-card {
    flex: 0 0 min(260px, 86vw);
  }

  body.home-editorial .cta-band {
    padding: 2.5rem 1rem;
  }

  body.home-editorial .cta-band__actions {
    flex-direction: column;
    align-items: stretch;
  }

  body.home-editorial .cta-band__actions .btn {
    width: 100%;
    justify-content: center;
  }

  body.home-editorial .home-studio-bar__inner {
    flex-direction: column;
    align-items: flex-start;
  }
}

@media (max-width: 480px) {
  body.home-editorial .home-welcome__main {
    font-size: clamp(2.1rem, 11vw, 2.75rem);
  }

  body.home-editorial .discipline {
    padding: 1.35rem 1.15rem;
  }

  body.home-editorial .scene-games__planet {
    width: 88px;
    height: 88px;
  }

  body.home-editorial .scene-hsqi__donut {
    width: 80px;
    height: 80px;
    border-width: 10px;
  }

  body.home-editorial .scene-trust__shield {
    width: 72px;
    height: 80px;
  }
}

@media (max-width: 380px) {
  body.home-editorial .cine-hero__title {
    font-size: 1.85rem;
  }

  body.home-editorial .home-title {
    font-size: 1.6rem;
  }

  body.home-editorial .rail-card {
    flex: 0 0 88vw;
  }
}

@media (prefers-reduced-motion: reduce) {
  .home-welcome__orb,
  .home-welcome__scroll,
  .home-welcome__main,
  .scene-audio__bar,
  .scene-games__planet,
  .scene-research__node,
  .scene-research__line,
  .scene-hsqi__donut,
  .scene-suite__cell,
  .scene-trust__shield,
  .scene-fund__ring,
  .scene-fund__hex,
  .scene-fund__bar,
  .scene-fund__node,
  .spotlight,
  .rail-card,
  .discipline {
    animation: none !important;
    transition: none !important;
  }
}
