/* HOLLIBAE enhanced home page
   Loads after the existing styles.css
*/

.home-page {
  --hpink: #ff1493;
  --hblue: #00d9ff;
  --hpurple: #a020f0;
  --hgreen: #9dff00;
  --hblack: #050507;
  --hpanel: #0b0810;
  --hline: rgba(255, 255, 255, .10);
}

/* NAV */

.enhanced-nav {
  border-bottom-color: rgba(255, 255, 255, .075);
  background: rgba(5, 5, 7, .68);
}

/* HERO */

.home-hero {
  min-height: calc(100svh - 76px);
  position: relative;
  overflow: hidden;
  isolation: isolate;
  padding: 70px 0 90px;
  display: flex;
  align-items: center;
  background:
    radial-gradient(circle at 14% 20%, rgba(255, 20, 147, .12), transparent 25%),
    radial-gradient(circle at 84% 23%, rgba(0, 217, 255, .10), transparent 25%),
    radial-gradient(circle at 72% 79%, rgba(160, 32, 240, .10), transparent 30%);
}

.hero-grid-overlay,
.hero-scanlines {
  position: absolute;
  inset: 0;
  pointer-events: none;
}

.hero-grid-overlay {
  z-index: -2;
  opacity: .23;
  background-image:
    linear-gradient(rgba(255, 255, 255, .035) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, .035) 1px, transparent 1px);
  background-size: 56px 56px;
  mask-image: linear-gradient(to bottom, black, rgba(0, 0, 0, .6) 62%, transparent);
}

.hero-scanlines {
  z-index: 4;
  opacity: .025;
  background: repeating-linear-gradient(to bottom,
      #fff 0,
      #fff 1px,
      transparent 1px,
      transparent 5px);
}

.hero-blob {
  position: absolute;
  border-radius: 50%;
  filter: blur(70px);
  opacity: .24;
  pointer-events: none;
  z-index: -1;
}

.hero-blob-pink {
  width: 300px;
  height: 300px;
  background: var(--hpink);
  left: -80px;
  top: 10%;
}

.hero-blob-blue {
  width: 240px;
  height: 240px;
  background: var(--hblue);
  right: 2%;
  top: 8%;
}

.hero-blob-purple {
  width: 300px;
  height: 300px;
  background: var(--hpurple);
  right: 20%;
  bottom: -100px;
}

.home-hero-grid {
  width: 100%;
  display: grid;
  grid-template-columns: 1.08fr .92fr;
  gap: clamp(36px, 6vw, 86px);
  align-items: center;
}

.hero-kicker-row {
  display: flex;
  align-items: center;
  gap: 12px;
  flex-wrap: wrap;
}

.connection-chip {
  border: 1px solid rgba(157, 255, 0, .34);
  color: var(--hgreen);
  border-radius: 999px;
  padding: 7px 10px;
  font-size: .62rem;
  font-weight: 950;
  letter-spacing: .12em;
  box-shadow: 0 0 18px rgba(157, 255, 0, .10);
}

.hero-micro {
  margin-top: 14px;
  color: rgba(255, 255, 255, .37);
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, monospace;
  font-size: .64rem;
  letter-spacing: .12em;
}

.mega-title {
  position: relative;
  margin: 24px 0 0;
  font-size: clamp(5rem, 13vw, 11rem);
  font-weight: 1000;
  line-height: .78;
  letter-spacing: -.09em;
  text-transform: uppercase;
  color: #fff;
  isolation: isolate;
}

.mega-title span {
  color: var(--hpink);
  text-shadow:
    0 0 24px rgba(255, 20, 147, .22),
    6px 0 0 rgba(160, 32, 240, .13);
}

.mega-title::before,
.mega-title::after {
  content: attr(data-glitch);
  position: absolute;
  inset: 0;
  pointer-events: none;
  z-index: -1;
  opacity: .20;
}

.mega-title::before {
  color: var(--hblue);
  transform: translateX(5px);
  clip-path: inset(12% 0 64% 0);
}

.mega-title::after {
  color: var(--hpink);
  transform: translateX(-5px);
  clip-path: inset(65% 0 12% 0);
}

.hero-tagline {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 18px;
  margin-top: 30px;
  font-size: clamp(1.15rem, 2.2vw, 1.85rem);
  font-weight: 900;
  letter-spacing: -.025em;
}

.hero-tagline span:nth-child(1) {
  color: var(--hpink);
}

.hero-tagline span:nth-child(2) {
  color: var(--hblue);
}

.hero-tagline span:nth-child(3) {
  color: var(--hgreen);
}

.hero-copy-text {
  max-width: 700px;
  margin: 17px 0 0;
  color: #b9b2c0;
  font-size: 1.05rem;
  line-height: 1.75;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 28px;
}

.primary-cta {
  min-width: 170px;
}

.hero-status-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 9px;
  margin-top: 32px;
}

.hero-status-card {
  border: 1px solid rgba(255, 255, 255, .08);
  border-radius: 14px;
  background: rgba(255, 255, 255, .023);
  padding: 12px;
  min-width: 0;
}

.hero-status-card span,
.hero-status-card b {
  display: block;
}

.hero-status-card span {
  color: rgba(255, 255, 255, .40);
  font-size: .56rem;
  font-weight: 900;
  letter-spacing: .11em;
  text-transform: uppercase;
}

.hero-status-card b {
  margin-top: 5px;
  overflow: hidden;
  text-overflow: ellipsis;
  color: #fff;
  font-size: .73rem;
  white-space: nowrap;
}

.green-text {
  color: var(--hgreen) !important;
}

.pink-text {
  color: var(--hpink) !important;
}

.blue-text {
  color: var(--hblue) !important;
}

.hero-media-zone {
  position: relative;
}

.hero-frame-wrap {
  position: relative;
  width: min(100%, 620px);
  margin-inline: auto;
}

.home-hero-photo {
  min-height: 0;
  aspect-ratio: 4/5;
  border-radius: 34px;
  border-color: rgba(255, 255, 255, .15);
  box-shadow:
    0 40px 120px rgba(0, 0, 0, .55),
    0 0 0 1px rgba(255, 255, 255, .035),
    0 0 80px rgba(255, 20, 147, .10);
  transition: transform .18s ease;
}

.home-hero-photo::after {
  background:
    radial-gradient(circle at 25% 16%, rgba(255, 20, 147, .20), transparent 30%),
    radial-gradient(circle at 82% 75%, rgba(0, 217, 255, .15), transparent 32%),
    linear-gradient(140deg, rgba(160, 32, 240, .06), transparent 50%);
}

.hero-ring {
  position: absolute;
  border-radius: 50%;
  border: 1px solid rgba(255, 255, 255, .07);
  pointer-events: none;
}

.ring-one {
  width: 520px;
  height: 520px;
  right: -120px;
  top: 8%;
  border-color: rgba(255, 20, 147, .15);
}

.ring-two {
  width: 380px;
  height: 380px;
  left: -110px;
  bottom: 3%;
  border-color: rgba(0, 217, 255, .12);
}

.hud-corner {
  position: absolute;
  width: 34px;
  height: 34px;
  z-index: 4;
}

.hud-tl {
  top: 14px;
  left: 14px;
  border-top: 2px solid var(--hpink);
  border-left: 2px solid var(--hpink);
}

.hud-tr {
  top: 14px;
  right: 14px;
  border-top: 2px solid var(--hblue);
  border-right: 2px solid var(--hblue);
}

.hud-bl {
  left: 14px;
  bottom: 14px;
  border-bottom: 2px solid var(--hpurple);
  border-left: 2px solid var(--hpurple);
}

.hud-br {
  right: 14px;
  bottom: 14px;
  border-bottom: 2px solid var(--hgreen);
  border-right: 2px solid var(--hgreen);
}

.hero-photo-label {
  position: absolute;
  top: 30px;
  left: 34px;
  z-index: 5;
  font-family: ui-monospace, monospace;
}

.hero-photo-label span,
.hero-photo-label b {
  display: block;
}

.hero-photo-label span {
  color: rgba(255, 255, 255, .36);
  font-size: .57rem;
  letter-spacing: .1em;
}

.hero-photo-label b {
  margin-top: 3px;
  font-size: .74rem;
  letter-spacing: .08em;
}

.floating-status {
  position: absolute;
  z-index: 10;
  min-width: 105px;
  border: 1px solid rgba(255, 255, 255, .12);
  border-radius: 12px;
  padding: 11px 12px;
  background: rgba(6, 6, 9, .76);
  backdrop-filter: blur(16px);
  box-shadow: 0 16px 40px rgba(0, 0, 0, .32);
}

.floating-status small,
.floating-status b {
  display: block;
}

.floating-status small {
  color: rgba(255, 255, 255, .36);
  font-size: .54rem;
  font-weight: 900;
  letter-spacing: .11em;
}

.floating-status b {
  margin-top: 4px;
  font-size: .78rem;
}

.float-top {
  top: 12%;
  left: -34px;
  border-color: rgba(255, 20, 147, .25);
}

.float-top b {
  color: var(--hpink);
}

.float-right {
  right: -30px;
  top: 46%;
  border-color: rgba(0, 217, 255, .24);
}

.float-right b {
  color: var(--hblue);
}

.float-bottom {
  left: 10%;
  bottom: 3%;
  border-color: rgba(157, 255, 0, .22);
}

.float-bottom b {
  color: var(--hgreen);
}

.scroll-cue {
  position: absolute;
  left: 50%;
  bottom: 22px;
  transform: translateX(-50%);
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
  color: rgba(255, 255, 255, .32);
  font-size: .56rem;
  letter-spacing: .14em;
  font-weight: 900;
}

.scroll-cue i {
  display: block;
  width: 1px;
  height: 30px;
  background: linear-gradient(to bottom, var(--hpink), transparent);
  animation: scrollPulse 1.6s ease-in-out infinite;
}

@keyframes scrollPulse {
  50% {
    opacity: .25;
    transform: translateY(5px);
  }
}

/* TICKER */

.home-ticker {
  overflow: hidden;
  border-top: 1px solid rgba(255, 255, 255, .07);
  border-bottom: 1px solid rgba(255, 255, 255, .07);
  background: rgba(255, 255, 255, .02);
}

.home-ticker-track {
  display: flex;
  width: max-content;
  gap: 25px;
  padding: 14px 0;
  animation: homeTicker 25s linear infinite;
  font-size: .70rem;
  font-weight: 950;
  letter-spacing: .16em;
  text-transform: uppercase;
}

.home-ticker-track span:nth-of-type(4n+1) {
  color: var(--hpink);
}

.home-ticker-track span:nth-of-type(4n+2) {
  color: var(--hblue);
}

.home-ticker-track span:nth-of-type(4n+3) {
  color: var(--hpurple);
}

.home-ticker-track span:nth-of-type(4n+4) {
  color: var(--hgreen);
}

.home-ticker-track i {
  color: rgba(255, 255, 255, .22);
  font-style: normal;
}

@keyframes homeTicker {
  to {
    transform: translateX(-50%);
  }
}

/* SECTION HEADING */

.section-heading-row {
  display: grid;
  grid-template-columns: 1fr minmax(280px, 440px);
  gap: 40px;
  align-items: end;
  margin-bottom: 38px;
}

.section-title {
  margin: 8px 0 0;
  font-size: clamp(3rem, 7vw, 6.5rem);
  line-height: .9;
  letter-spacing: -.06em;
  text-transform: uppercase;
}

.section-description {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  color: #aaa3b1;
  line-height: 1.7;
}

.section-description p {
  margin: 0;
}

.live-dot {
  width: 8px;
  height: 8px;
  margin-top: 9px;
  border-radius: 50%;
  flex: 0 0 auto;
  background: var(--hpink);
  box-shadow: 0 0 14px rgba(255, 20, 147, .55);
}

.section-description-text {
  max-width: 440px;
  margin: 0;
  color: #aaa3b1;
  line-height: 1.75;
}

/* HOLLIVERSE */

.holliverse-section {
  position: relative;
}


.holli-grid {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  gap: 14px;
}

.holli-card {
  position: relative;
  min-height: 330px;
  display: flex;
  flex-direction: column;
  border: 1px solid rgba(255, 255, 255, .09);
  border-radius: 23px;
  padding: 22px;
  overflow: hidden;
  background: rgba(255, 255, 255, .023);
  transition: transform .2s ease, border-color .2s ease;
}

.holli-card:nth-child(1),
.holli-card:nth-child(4) {
  grid-column: span 7;
}

.holli-card:nth-child(2),
.holli-card:nth-child(3) {
  grid-column: span 5;
}

.holli-card::after {
  content: "";
  position: absolute;
  width: 240px;
  height: 240px;
  right: -100px;
  bottom: -110px;
  border-radius: 50%;
  opacity: .12;
  filter: blur(18px);
  background: var(--card-accent);
}

.pink-card {
  --card-accent: var(--hpink);
}

.blue-card {
  --card-accent: var(--hblue);
}

.purple-card {
  --card-accent: var(--hpurple);
}

.green-card {
  --card-accent: var(--hgreen);
}

.holli-card:hover {
  transform: translateY(-5px);
  border-color: color-mix(in srgb, var(--card-accent) 46%, white 4%);
}

.holli-card-index {
  position: absolute;
  top: 20px;
  right: 22px;
  font-family: ui-monospace, monospace;
  font-size: .65rem;
  color: rgba(255, 255, 255, .32);
}

.holli-icon {
  color: var(--card-accent);
  font-size: 2rem;
  margin-bottom: auto;
}

.holli-label {
  color: rgba(255, 255, 255, .39);
  font-size: .61rem;
  font-weight: 900;
  letter-spacing: .12em;
}

.holli-card h3 {
  margin: 7px 0 8px;
  font-size: clamp(1.7rem, 3vw, 2.6rem);
  line-height: 1;
  letter-spacing: -.04em;
}

.holli-card p {
  margin: 0;
  max-width: 540px;
  color: #aaa3b1;
  line-height: 1.65;
}

.holli-card-footer {
  margin-top: 26px;
  color: var(--card-accent);
  font-family: ui-monospace, monospace;
  font-size: .62rem;
  letter-spacing: .09em;
}

/* PROFILE TEASER
   Definitive layout. Keep this section in home-enhanced.css only.
*/

.profile-tease-section {
  position: relative;
  overflow: hidden;
  padding: 92px 0;
  background:
    radial-gradient(circle at 18% 55%, rgba(255, 20, 147, .07), transparent 25%),
    radial-gradient(circle at 82% 55%, rgba(160, 32, 240, .08), transparent 25%);
}

.profile-tease-grid {
  position: relative;
  display: grid;
  grid-template-columns: minmax(300px, 440px) minmax(0, 1fr);
  gap: clamp(36px, 5vw, 72px);
  align-items: center;
  width: min(var(--max), calc(100% - 40px));
  margin-inline: auto;
  padding: clamp(24px, 3.5vw, 46px);
  border: 1px solid rgba(255, 255, 255, .10);
  border-radius: 30px;
  background:
    linear-gradient(115deg, rgba(255,20,147,.035), transparent 38%),
    linear-gradient(300deg, rgba(0,217,255,.025), transparent 42%),
    rgba(255,255,255,.018);
  box-shadow:
    0 34px 100px rgba(0,0,0,.34),
    inset 0 1px 0 rgba(255,255,255,.025);
}

.profile-tease-grid::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  border-radius: inherit;
  opacity: .18;
  background-image:
    linear-gradient(rgba(255,255,255,.025) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,.025) 1px, transparent 1px);
  background-size: 42px 42px;
  mask-image: linear-gradient(90deg, black, transparent 76%);
}

.profile-tease-visual {
  position: relative;
  z-index: 1;
  width: 100%;
  min-width: 0;
  max-width: 440px;
  justify-self: start;
}

.profile-image-large {
  position: relative;
  width: 100%;
  max-width: 440px;
  min-height: 0 !important;
  aspect-ratio: 4 / 5;
  overflow: hidden;
  isolation: isolate;
  border: 1px solid rgba(255,20,147,.24);
  border-radius: 24px;
  background:
    radial-gradient(circle at 68% 18%, rgba(255,20,147,.18), transparent 32%),
    radial-gradient(circle at 20% 82%, rgba(0,217,255,.10), transparent 34%),
    linear-gradient(145deg, #110d18, #07070b 62%);
  box-shadow:
    0 28px 72px rgba(0,0,0,.42),
    0 0 38px rgba(255,20,147,.07);
}

.profile-reveal-image {
  position: absolute;
  inset: 0;
  z-index: 1;
  display: block;
  width: 100% !important;
  height: 100% !important;
  max-width: none !important;
  object-fit: cover;
  object-position: center center;
  border: 0;
}

/* Only used after every supported filename fallback fails. */
.profile-reveal-image.profile-image-error {
  opacity: 0;
}

.profile-image-effects {
  position: absolute;
  inset: 0;
  z-index: 2;
  pointer-events: none;
  background:
    linear-gradient(to bottom, transparent 58%, rgba(5,5,7,.12) 76%, rgba(5,5,7,.58) 100%),
    linear-gradient(90deg, rgba(255,20,147,.035), transparent 30%, transparent 70%, rgba(0,217,255,.03));
}

.profile-image-large::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 3;
  pointer-events: none;
  opacity: .15;
  background-image:
    linear-gradient(rgba(255,255,255,.03) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,.03) 1px, transparent 1px);
  background-size: 28px 28px;
}

.profile-image-large::after {
  content: none !important;
}

.profile-image-large .crosshair,
.profile-image-large .label {
  position: absolute;
  z-index: 4;
}

.profile-image-large .crosshair {
  inset: 50% auto auto 50%;
  width: 70px;
  height: 70px;
  transform: translate(-50%, -50%);
  border: 1px solid rgba(255,255,255,.20);
  border-radius: 50%;
  opacity: .48;
}

.profile-image-large .crosshair::before,
.profile-image-large .crosshair::after {
  content: "";
  position: absolute;
  background: rgba(255,255,255,.20);
}

.profile-image-large .crosshair::before {
  width: 1px;
  height: 110px;
  left: 50%;
  top: -20px;
}

.profile-image-large .crosshair::after {
  height: 1px;
  width: 110px;
  top: 50%;
  left: -20px;
}

.profile-image-large .label {
  left: 16px;
  right: 16px;
  bottom: 15px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding-top: 10px;
  border-top: 1px solid rgba(255,255,255,.12);
  color: #c7c1cd;
  font-family: ui-monospace, SFMono-Regular, Menlo, Consolas, monospace;
  font-size: .66rem;
  text-transform: uppercase;
  text-shadow: 0 2px 10px #000;
}

.profile-mini-panel {
  position: absolute;
  z-index: 8;
  right: -22px;
  bottom: 10%;
  min-width: 150px;
  padding: 13px 14px;
  border: 1px solid rgba(255,20,147,.28);
  border-radius: 13px;
  background: rgba(7,7,10,.88);
  backdrop-filter: blur(16px);
  box-shadow: 0 16px 40px rgba(0,0,0,.34);
}

.profile-mini-panel span,
.profile-mini-panel b {
  display: block;
}

.profile-mini-panel span {
  color: rgba(255,255,255,.38);
  font-size: .55rem;
  letter-spacing: .10em;
}

.profile-mini-panel b {
  margin-top: 5px;
  color: var(--hpink);
}

.profile-tease-copy {
  position: relative;
  z-index: 1;
  min-width: 0;
  align-self: center;
}

.profile-tease-copy .kicker {
  display: block;
  margin-bottom: 12px;
}

.profile-tease-copy h2 {
  margin: 0 0 20px;
  font-size: clamp(3.8rem, 6vw, 6.6rem);
  line-height: .84;
  letter-spacing: -.07em;
  text-transform: uppercase;
}

.profile-tease-copy h2 span {
  color: transparent;
  -webkit-text-stroke: 1px var(--hpink);
  text-shadow: 0 0 26px rgba(255,20,147,.12);
}

.profile-tease-copy > p {
  max-width: 680px;
  margin: 0;
  color: #aaa3b1;
  font-size: 1.05rem;
  line-height: 1.7;
}

.profile-metrics {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 8px;
  margin: 25px 0;
}

.profile-metrics > div {
  min-width: 0;
  padding: 11px;
  border: 1px solid rgba(255,255,255,.08);
  border-radius: 13px;
  background: rgba(5,5,7,.26);
}

.profile-metrics span,
.profile-metrics b {
  display: block;
}

.profile-metrics span {
  color: rgba(255,255,255,.36);
  font-size: .53rem;
  letter-spacing: .08em;
}

.profile-metrics b {
  margin-top: 4px;
  overflow: hidden;
  color: #fff;
  font-size: .72rem;
  text-overflow: ellipsis;
  white-space: nowrap;
}

/* Do NOT stack this section at 1040px.
   It remains a card until genuinely narrow tablet/mobile widths. */
@media (max-width: 760px) {
  .profile-tease-section {
    padding: 72px 0;
  }

  .profile-tease-grid {
    grid-template-columns: 1fr;
    width: min(var(--max), calc(100% - 28px));
    gap: 28px;
    padding: 18px;
    border-radius: 24px;
  }

  .profile-tease-visual {
    width: min(100%, 440px);
    margin-inline: auto;
    justify-self: center;
  }

  .profile-mini-panel {
    right: 10px;
    bottom: 8%;
  }

  .profile-tease-copy h2 {
    font-size: clamp(3.6rem, 17vw, 5.8rem);
  }

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

/* SIGNAL PREVIEW */

.signal-preview {
  display: grid;
  grid-template-columns: 1fr .85fr;
  gap: 40px;
  align-items: center;
  padding: clamp(28px, 5vw, 52px);
  border: 1px solid rgba(0, 217, 255, .16);
  border-radius: 28px;
  background:
    linear-gradient(110deg, rgba(0, 217, 255, .055), transparent 40%),
    linear-gradient(310deg, rgba(255, 20, 147, .055), transparent 40%),
    rgba(255, 255, 255, .02);
}

.signal-preview h2 {
  margin: 9px 0 13px;
  font-size: clamp(2.5rem, 5vw, 4.8rem);
  line-height: .94;
  letter-spacing: -.05em;
  text-transform: uppercase;
}

.signal-preview p {
  max-width: 620px;
  margin: 0;
  color: #aaa3b1;
  line-height: 1.7;
}

.signal-buttons {
  display: grid;
  gap: 10px;
}

.signal-link {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 3px 16px;
  align-items: center;
  padding: 16px;
  border: 1px solid rgba(255, 255, 255, .08);
  border-radius: 14px;
  background: rgba(255, 255, 255, .02);
  transition: transform .2s ease, border-color .2s ease;
}

.signal-link span,
.signal-link b {
  display: block;
}

.signal-link span {
  color: rgba(255, 255, 255, .35);
  font-size: .55rem;
  letter-spacing: .1em;
}

.signal-link b {
  font-size: .85rem;
}

.signal-link i {
  grid-row: 1 / span 2;
  grid-column: 2;
  align-self: center;
  color: var(--signal-accent);
  font-style: normal;
  font-size: 1.2rem;
}

.signal-link[data-accent="pink"] {
  --signal-accent: var(--hpink);
}

.signal-link[data-accent="green"] {
  --signal-accent: var(--hgreen);
}

.signal-link:hover {
  transform: translateX(6px);
  border-color: color-mix(in srgb, var(--signal-accent) 42%, white 4%);
}

/* END CTA */

.home-end-cta {
  position: relative;
  overflow: hidden;
  padding: 120px 0 130px;
  text-align: center;
  background:
    radial-gradient(circle at 50% 60%, rgba(160, 32, 240, .13), transparent 30%),
    radial-gradient(circle at 31% 52%, rgba(255, 20, 147, .07), transparent 23%),
    radial-gradient(circle at 70% 45%, rgba(0, 217, 255, .06), transparent 22%);
}

.home-end-cta::before {
  content: "HBAE";
  position: absolute;
  left: 50%;
  top: 53%;
  transform: translate(-50%, -50%);
  color: rgba(255, 255, 255, .018);
  font-size: clamp(10rem, 30vw, 28rem);
  font-weight: 1000;
  letter-spacing: -.09em;
  pointer-events: none;
}

.home-end-cta h2 {
  position: relative;
  margin: 10px 0 18px;
  font-size: clamp(4rem, 9vw, 8.5rem);
  line-height: .82;
  letter-spacing: -.075em;
  text-transform: uppercase;
}

.home-end-cta h2 span {
  color: var(--hpink);
  text-shadow: 0 0 30px rgba(255, 20, 147, .16);
}

.home-end-cta p {
  position: relative;
  max-width: 690px;
  margin: 0 auto;
  color: #aaa3b1;
  font-size: 1.05rem;
  line-height: 1.7;
}

.centered-actions {
  justify-content: center;
}

/* FOOTER */

.enhanced-footer {
  background: linear-gradient(180deg, transparent, rgba(255, 20, 147, .02));
}

/* RESPONSIVE */

@media (max-width: 1040px) {

  .home-hero-grid,
  .signal-preview {
    grid-template-columns: 1fr;
  }

  .home-hero {
    padding-top: 60px;
  }

  .hero-media-zone {
    width: min(760px, 100%);
    margin-inline: auto;
  }

  .section-heading-row {
    grid-template-columns: 1fr;
    align-items: start;
  }

  .holli-card:nth-child(n) {
    grid-column: span 6;
  }

  .signal-preview {
    gap: 28px;
  }

  

  

  
}

@media (max-width: 740px) {
  .mega-title {
    font-size: clamp(5rem, 24vw, 7rem);
  }

  .hero-status-grid,
  .profile-metrics {
    grid-template-columns: repeat(2, 1fr);
  }

  .floating-status,
  .hero-ring {
    display: none;
  }

  .holli-grid {
    grid-template-columns: 1fr;
  }

  .holli-card:nth-child(n) {
    grid-column: auto;
  }

  .holli-card {
    min-height: 300px;
  }

  .profile-mini-panel {
    right: 10px;
  }

  

  

  

  

  

  

  

  

  

  

  

  

  

  

  

  

  

  

  

  

  .home-end-cta {
    padding: 90px 0 100px;
  }

  .scroll-cue {
    display: none;
  }
}

@media (prefers-reduced-motion: reduce) {

  .home-ticker-track,
  .scroll-cue i {
    animation: none !important;
  }
}