/* Hyper cinematic extras — preserved across build-hyper.py */

#bg3d {
  position: fixed; inset: 0; z-index: 0; pointer-events: none;
  opacity: .55;
}

.hero-video-bg {
  position: absolute; inset: -20%; z-index: 1; overflow: hidden; pointer-events: none;
}
.hero-video-bg iframe {
  position: absolute; top: 50%; left: 50%;
  width: 180%; height: 180%; transform: translate(-50%, -50%);
  border: none; opacity: .28; filter: saturate(1.4) contrast(1.1);
}

.hero-bg { position: absolute; inset: -15%; z-index: 0; }

#shorts { background: #010610; position: relative; z-index: 2; }
#shorts::before {
  content: ''; position: absolute; inset: 0;
  background: radial-gradient(ellipse 70% 50% at 50% 100%, rgba(0,85,255,.2), transparent 70%);
}
.shorts-grid {
  display: grid; grid-template-columns: repeat(4, 1fr); gap: 20px; position: relative; z-index: 1;
}
.short-box {
  position: relative; aspect-ratio: 9/16; overflow: hidden;
  border: 1px solid rgba(0,212,255,.18); background: #000;
  clip-path: polygon(12px 0, 100% 0, 100% calc(100% - 12px), calc(100% - 12px) 100%, 0 100%, 0 12px);
  transition: border-color .35s, box-shadow .35s, transform .35s;
}
.short-box::before {
  content: ''; position: absolute; inset: 0; z-index: 2; pointer-events: none;
  background: linear-gradient(180deg, transparent 60%, rgba(0,10,25,.95) 100%);
}
.short-box:hover {
  border-color: rgba(0,212,255,.55);
  box-shadow: 0 0 40px rgba(0,212,255,.2);
  transform: translateY(-6px) scale(1.02);
}
.short-box iframe { position: absolute; inset: 0; width: 100%; height: 100%; border: none; }
.short-meta { position: absolute; bottom: 0; left: 0; right: 0; z-index: 3; padding: 14px 16px; }
.short-tag { font-family: var(--font-d); font-size: 7px; letter-spacing: .3em; color: var(--laser); text-transform: uppercase; }
.short-title { font-size: 12px; color: #fff; margin-top: 4px; }

#shows { background: #020a14; position: relative; z-index: 2; overflow: hidden; }
#shows::before {
  content: ''; position: absolute; inset: 0;
  background: radial-gradient(ellipse 90% 60% at 20% 50%, rgba(119,0,255,.12), transparent 65%);
}
.shows-grid {
  display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; position: relative; z-index: 1;
}
.show-holo {
  position: relative; display: block; text-decoration: none; color: inherit;
  min-height: 280px; overflow: hidden;
  border: 1px solid rgba(0,212,255,.14); background: rgba(0,8,20,.85);
  clip-path: polygon(0 0, calc(100% - 18px) 0, 100% 18px, 100% 100%, 18px 100%, 0 calc(100% - 18px));
  transition: border-color .3s, transform .3s, box-shadow .3s;
}
.show-holo:hover {
  border-color: rgba(0,212,255,.5);
  transform: translateY(-8px) perspective(800px) rotateX(4deg);
  box-shadow: 0 30px 70px rgba(0,0,0,.6), 0 0 40px rgba(0,212,255,.15);
}
.show-holo img {
  position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover;
  opacity: .45; transition: opacity .35s, transform .5s;
}
.show-holo:hover img { opacity: .65; transform: scale(1.06); }
.show-holo-body { position: relative; z-index: 2; padding: 28px 24px; height: 100%; display: flex; flex-direction: column; justify-content: flex-end; }
.show-holo-tag { font-family: var(--font-d); font-size: 8px; letter-spacing: .35em; color: var(--laser); text-transform: uppercase; margin-bottom: 8px; }
.show-holo-title { font-family: var(--font-d); font-size: 22px; font-weight: 900; line-height: 1.1; margin-bottom: 8px; }
.show-holo-desc { font-size: 13px; color: rgba(255,255,255,.5); line-height: 1.5; margin-bottom: 14px; }
.show-holo-link { font-family: var(--font-d); font-size: 9px; letter-spacing: .25em; color: var(--laser); text-transform: uppercase; }
.show-holo-scan {
  position: absolute; inset: 0; z-index: 1; pointer-events: none;
  background: linear-gradient(180deg, transparent 0%, rgba(0,212,255,.08) 50%, transparent 100%);
  animation: holoscan 4s linear infinite; opacity: .6;
}
@keyframes holoscan { from { transform: translateY(-100%); } to { transform: translateY(100%); } }

section, nav, footer, .marquee-wrap, .wire-conn { position: relative; z-index: 2; }

/* ─── HYPER FOOTER ─── */
.hyper-footer {
  background: #020810;
  border-top: 1px solid rgba(0,212,255,.12);
  padding: 64px 60px 32px;
  z-index: 2;
}
.hyper-footer-grid {
  display: grid;
  grid-template-columns: 1.4fr 1fr 1fr 1fr;
  gap: 40px;
  max-width: 1240px;
  margin: 0 auto 40px;
}
.hyper-footer-brand .footer-logo {
  display: inline-block;
  margin-bottom: 10px;
  text-decoration: none;
}
.hyper-footer-tag {
  font-size: 10px;
  letter-spacing: .28em;
  text-transform: uppercase;
  color: rgba(255,255,255,.4);
  margin-bottom: 14px;
}
.hyper-footer-phone {
  display: block;
  font-size: 14px;
  color: var(--laser);
  text-decoration: none;
  margin-bottom: 20px;
}
.hyper-footer-cta {
  display: inline-block;
  font-size: 9px;
  padding: 14px 28px;
}
.hyper-footer-col h4 {
  font-family: var(--font-d);
  font-size: 9px;
  letter-spacing: .35em;
  text-transform: uppercase;
  color: var(--laser);
  margin-bottom: 18px;
}
.hyper-footer-col ul { list-style: none; }
.hyper-footer-col li { margin-bottom: 10px; }
.hyper-footer-col a {
  font-size: 12px;
  color: rgba(255,255,255,.45);
  text-decoration: none;
  transition: color .25s;
}
.hyper-footer-col a:hover { color: var(--laser); }
.hyper-footer-bottom {
  max-width: 1240px;
  margin: 0 auto;
  padding-top: 24px;
  border-top: 1px solid rgba(255,255,255,.06);
  text-align: center;
}
.hyper-footer-bottom .footer-copy { font-size: 10px; color: rgba(255,255,255,.25); }

@media (max-width: 900px) {
  .hyper-footer { padding: 48px 28px 24px; }
  .hyper-footer-grid { grid-template-columns: 1fr 1fr; gap: 32px; }
}
@media (max-width: 520px) {
  .hyper-footer-grid { grid-template-columns: 1fr; }
}

.proof-secondary { grid-template-columns: repeat(2, 1fr); }

@media (max-width: 900px) {
  .shorts-grid { grid-template-columns: repeat(2, 1fr); }
  .shows-grid { grid-template-columns: 1fr; }
  .hero-video-bg { display: none; }
  #bg3d { opacity: .35; }
}
@media (max-width: 520px) {
  .shorts-grid { grid-template-columns: 1fr; max-width: 280px; margin: 0 auto; }
}

/* ─── SEO-RICH SECTIONS ─── */
.hero-seo {
  font-size: 11px;
  letter-spacing: .22em;
  text-transform: uppercase;
  color: rgba(0,212,255,.75);
  margin-top: 12px;
  margin-bottom: 8px;
}
.seo-lead {
  font-size: 14px;
  line-height: 1.75;
  color: rgba(255,255,255,.5);
  max-width: 720px;
  margin-top: 16px;
}
.seo-lead a { color: var(--laser); text-decoration: none; }
.seo-lead a:hover { text-decoration: underline; }

#press, #writings { background: #010a18; position: relative; z-index: 2; }
#writings::before {
  content: ''; position: absolute; inset: 0;
  background: radial-gradient(ellipse 70% 50% at 20% 60%, rgba(0,85,255,.08), transparent 70%);
}
#press::before {
  content: ''; position: absolute; inset: 0;
  background: radial-gradient(ellipse 80% 50% at 80% 30%, rgba(119,0,255,.1), transparent 70%);
}
.press-grid {
  display: grid; grid-template-columns: repeat(2, 1fr); gap: 24px; position: relative; z-index: 1;
}
.press-card {
  display: block; padding: 28px; text-decoration: none; color: inherit;
  border: 1px solid rgba(0,212,255,.14); background: rgba(0,8,20,.7);
  clip-path: polygon(0 0, calc(100% - 14px) 0, 100% 14px, 100% 100%, 14px 100%, 0 calc(100% - 14px));
  transition: border-color .3s, transform .3s, box-shadow .3s;
}
.press-card:hover {
  border-color: rgba(0,212,255,.45);
  transform: translateY(-6px);
  box-shadow: 0 20px 50px rgba(0,0,0,.5), 0 0 30px rgba(0,212,255,.12);
}
.press-card-tag { font-family: var(--font-d); font-size: 8px; letter-spacing: .35em; color: var(--laser); text-transform: uppercase; margin-bottom: 10px; }
.press-card-title { font-family: var(--font-d); font-size: 18px; font-weight: 700; line-height: 1.25; margin-bottom: 10px; }
.press-card-desc { font-size: 13px; color: rgba(255,255,255,.45); line-height: 1.6; margin-bottom: 14px; }
.press-card-link { font-family: var(--font-d); font-size: 9px; letter-spacing: .25em; color: var(--laser); text-transform: uppercase; }

#credentials { background: #020c16; position: relative; z-index: 2; }
.cred-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 48px; align-items: start; }
.cred-stats { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; margin-top: 28px; }
.cred-stat {
  padding: 16px; border: 1px solid rgba(0,212,255,.12); background: rgba(0,8,20,.5); text-align: center;
}
.cred-stat-num { font-family: var(--font-d); font-size: 16px; font-weight: 900; color: var(--laser); line-height: 1.2; }
.cred-stat-label { font-size: 9px; letter-spacing: .15em; text-transform: uppercase; color: rgba(255,255,255,.4); margin-top: 6px; }
.cred-panels { display: flex; flex-direction: column; gap: 20px; }
.cred-panel {
  padding: 24px; border: 1px solid rgba(0,212,255,.14); background: rgba(0,8,20,.6);
}
.cred-panel h3 { font-family: var(--font-d); font-size: 10px; letter-spacing: .3em; color: var(--laser); margin-bottom: 14px; }
.cred-panel ul { list-style: none; }
.cred-panel li { font-size: 12px; color: rgba(255,255,255,.5); line-height: 1.6; padding: 6px 0; border-bottom: 1px solid rgba(255,255,255,.05); }
.cred-text a { color: var(--laser); }

#faq { background: #010610; position: relative; z-index: 2; }
.faq-grid { max-width: 820px; margin: 0 auto; }
.faq-item {
  border: 1px solid rgba(0,212,255,.12); background: rgba(0,8,20,.5);
  margin-bottom: 12px; padding: 0 20px;
}
.faq-item summary {
  cursor: pointer; padding: 18px 0; font-family: var(--font-d); font-size: 13px;
  color: #fff; list-style: none; position: relative; padding-right: 28px;
}
.faq-item summary::-webkit-details-marker { display: none; }
.faq-item summary::after { content: '+'; position: absolute; right: 0; color: var(--laser); font-size: 18px; }
.faq-item[open] summary::after { content: '−'; }
.faq-item p { font-size: 13px; color: rgba(255,255,255,.5); line-height: 1.7; padding-bottom: 18px; }

.testi-grid--wide { grid-template-columns: repeat(3, 1fr); }
.hyper-footer-bio { font-size: 11px; color: rgba(255,255,255,.35); line-height: 1.6; margin-bottom: 14px; max-width: 280px; }

.shows-grid { grid-template-columns: repeat(3, 1fr); }
@media (max-width: 1100px) {
  .press-grid { grid-template-columns: 1fr; }
  .cred-grid { grid-template-columns: 1fr; }
  .testi-grid--wide { grid-template-columns: 1fr 1fr; }
  .cred-stats { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 600px) {
  .testi-grid--wide { grid-template-columns: 1fr; }
  .cred-stats { grid-template-columns: 1fr 1fr; }
}