/* ============================================================
   A STEP ABOVE KARAOKE, LLC — site styles
   Concept: a lit stage at night. Marquee title, spotlight,
   equalizer motion.
   Palette: night indigo #14102b · deeper #1f1642
            spotlight amber #ffc247 · neon pink #ff4d8d
            electric cyan #45dccb · warm cream #fbf6ee
   Type: Anton (marquee display) · Mulish (body)
   ============================================================ */

:root {
  --night: #14102b;
  --night-2: #1f1642;
  --amber: #ffc247;
  --amber-soft: #ffdb95;
  --neon: #ff4d8d;
  --cyan: #45dccb;
  --cream: #fbf6ee;
  --cream-dim: #f2ebdd;
  --ink: #1c1636;
  --muted: #5b5470;
  --line: #e6ddcb;
  --line-dark: rgba(251, 246, 238, 0.14);
  --radius: 16px;
  --font-display: "Anton", Impact, "Arial Narrow", sans-serif;
  --font-body: "Mulish", "Segoe UI", Arial, sans-serif;
}

* { margin: 0; padding: 0; box-sizing: border-box; }

html { scroll-behavior: smooth; }

body {
  font-family: var(--font-body);
  color: var(--ink);
  background: var(--cream);
  line-height: 1.65;
  font-size: 16.5px;
  -webkit-font-smoothing: antialiased;
}

img { max-width: 100%; display: block; }

.container { width: min(1140px, 92%); margin: 0 auto; }

.display {
  font-family: var(--font-display);
  font-weight: 400;
  letter-spacing: 0.01em;
  text-transform: uppercase;
  line-height: 1.02;
}

/* ---------- Header ---------- */

.site-header {
  position: sticky;
  top: 0;
  z-index: 60;
  background: rgba(20, 16, 43, 0.96);
  backdrop-filter: blur(8px);
  border-bottom: 1px solid var(--line-dark);
}

.nav-bar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 15px 0;
}

.brand { display: flex; align-items: center; gap: 11px; text-decoration: none; }

.brand-bulb {
  width: 30px; height: 30px; border-radius: 50%;
  background: radial-gradient(circle at 35% 30%, var(--amber-soft), var(--amber) 55%, #d99722);
  box-shadow: 0 0 14px rgba(255, 194, 71, 0.7);
  flex: none;
  position: relative;
}
.brand-bulb::after {
  content: "";
  position: absolute; inset: 0; margin: auto;
  width: 9px; height: 9px; border-radius: 50%;
  background: rgba(28, 22, 54, 0.35);
}

.brand-name { display: flex; flex-direction: column; line-height: 1; }
.brand-name .top {
  font-family: var(--font-display);
  font-size: 1.12rem;
  letter-spacing: 0.05em;
  color: var(--cream);
  text-transform: uppercase;
}
.brand-name .top span { color: var(--amber); }
.brand-name .sub {
  font-size: 0.58rem;
  letter-spacing: 0.34em;
  text-transform: uppercase;
  color: var(--neon);
  margin-top: 3px;
}

.nav-links { display: flex; gap: 30px; list-style: none; align-items: center; }

.nav-links a {
  color: var(--cream);
  text-decoration: none;
  font-size: 0.82rem;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  padding: 6px 0;
  border-bottom: 2px solid transparent;
  transition: color 0.2s, border-color 0.2s;
}
.nav-links a:hover, .nav-links a.active { color: var(--amber); border-color: var(--amber); }

.nav-cta {
  border: 1.5px solid var(--neon) !important;
  color: var(--neon) !important;
  border-radius: 999px;
  padding: 9px 22px !important;
}
.nav-cta:hover { background: var(--neon); color: var(--night) !important; }

.nav-toggle {
  display: none;
  background: none;
  border: 1px solid var(--line-dark);
  border-radius: 8px;
  color: var(--cream);
  font-size: 1.3rem; line-height: 1;
  padding: 8px 12px; cursor: pointer;
}

/* ---------- Hero ---------- */

.hero {
  position: relative;
  overflow: hidden;
  color: var(--cream);
  background:
    radial-gradient(120% 90% at 50% -20%, rgba(255, 194, 71, 0.16), transparent 55%),
    linear-gradient(175deg, var(--night-2) 0%, var(--night) 70%);
  padding: 92px 0 104px;
  text-align: center;
}

/* spotlight beam */
.hero .beam {
  position: absolute;
  top: -12%; left: 50%;
  width: 60vw; height: 130%;
  transform: translateX(-50%) rotate(0deg);
  background: linear-gradient(180deg, rgba(255, 219, 149, 0.28), rgba(255, 219, 149, 0) 62%);
  clip-path: polygon(43% 0, 57% 0, 100% 100%, 0 100%);
  filter: blur(6px);
  pointer-events: none;
}

.hero-inner { position: relative; }

.marquee-eyebrow {
  display: inline-block;
  font-size: 0.72rem;
  letter-spacing: 0.32em;
  text-transform: uppercase;
  color: var(--amber);
  border: 1px solid rgba(255, 194, 71, 0.45);
  border-radius: 999px;
  padding: 8px 20px;
  margin-bottom: 30px;
}

/* Marquee title with bulb border */
.marquee {
  display: inline-block;
  position: relative;
  padding: 30px 42px;
  margin: 0 auto 26px;
  border: 3px solid rgba(255, 194, 71, 0.55);
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.02);
}
.marquee::before {
  content: "";
  position: absolute; inset: 9px;
  border-radius: 6px;
  border: 2px dotted rgba(255, 194, 71, 0.5);
  pointer-events: none;
}
.marquee h1 {
  font-family: var(--font-display);
  font-size: clamp(2.3rem, 6.6vw, 5rem);
  line-height: 0.98;
  text-transform: uppercase;
  letter-spacing: 0.02em;
  text-shadow: 0 0 26px rgba(255, 77, 141, 0.35);
}
.marquee h1 .line-2 { color: var(--amber); display: block; }
.marquee h1 .line-3 {
  display: block;
  color: var(--neon);
  -webkit-text-stroke: 1px rgba(255, 219, 149, 0.35);
}

.hero p.lead {
  max-width: 620px;
  margin: 8px auto 34px;
  font-size: 1.12rem;
  color: rgba(251, 246, 238, 0.82);
}

/* equalizer */
.equalizer { display: flex; gap: 6px; justify-content: center; align-items: flex-end; height: 42px; margin: 0 auto 40px; }
.equalizer span {
  width: 7px; border-radius: 4px;
  background: linear-gradient(180deg, var(--amber), var(--neon));
  animation: eq 1.1s ease-in-out infinite;
}
.equalizer span:nth-child(1) { height: 40%; animation-delay: -0.1s; }
.equalizer span:nth-child(2) { height: 75%; animation-delay: -0.4s; }
.equalizer span:nth-child(3) { height: 55%; animation-delay: -0.7s; }
.equalizer span:nth-child(4) { height: 92%; animation-delay: -0.2s; }
.equalizer span:nth-child(5) { height: 48%; animation-delay: -0.5s; }
.equalizer span:nth-child(6) { height: 80%; animation-delay: -0.9s; }
.equalizer span:nth-child(7) { height: 60%; animation-delay: -0.3s; }
@keyframes eq { 0%, 100% { transform: scaleY(0.35); } 50% { transform: scaleY(1); } }

.btn-row { display: flex; gap: 15px; justify-content: center; flex-wrap: wrap; }

.btn {
  display: inline-block;
  text-decoration: none;
  font-size: 0.84rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  font-weight: 700;
  padding: 15px 32px;
  border-radius: 999px;
  cursor: pointer;
  transition: transform 0.2s, background 0.2s, color 0.2s, box-shadow 0.2s;
}
.btn-primary {
  background: var(--amber);
  color: var(--night);
  box-shadow: 0 12px 30px rgba(255, 194, 71, 0.32);
}
.btn-primary:hover { transform: translateY(-2px); background: var(--amber-soft); }
.btn-neon {
  background: var(--neon); color: #fff;
  box-shadow: 0 12px 30px rgba(255, 77, 141, 0.3);
}
.btn-neon:hover { transform: translateY(-2px); filter: brightness(1.06); }
.btn-ghost { color: var(--cream); border: 1.5px solid rgba(251, 246, 238, 0.4); }
.btn-ghost:hover { border-color: var(--amber); color: var(--amber); }

/* ---------- Sections ---------- */

.section { padding: 92px 0; }
.section-dark { background: var(--night); color: var(--cream); }
.section-cream { background: var(--cream-dim); }

.section-head { max-width: 680px; margin: 0 auto 54px; text-align: center; }
.section-head .kicker {
  display: inline-block;
  font-size: 0.72rem; letter-spacing: 0.3em; text-transform: uppercase;
  color: var(--neon); margin-bottom: 14px;
}
.section-head h2 {
  font-family: var(--font-display);
  font-size: clamp(1.9rem, 4.2vw, 3rem);
  text-transform: uppercase; letter-spacing: 0.02em; line-height: 1.05;
  margin-bottom: 14px;
}
.section-dark .section-head h2 { color: var(--cream); }
.section-head p { color: var(--muted); }
.section-dark .section-head p { color: rgba(251, 246, 238, 0.7); }

/* Services */
.card-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }

.card {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: 32px 28px;
  transition: transform 0.25s, box-shadow 0.25s, border-color 0.25s;
}
.card:hover {
  transform: translateY(-6px);
  box-shadow: 0 20px 44px rgba(28, 22, 54, 0.12);
  border-color: var(--amber);
}
.card-icon {
  width: 48px; height: 48px; border-radius: 13px;
  display: flex; align-items: center; justify-content: center;
  margin-bottom: 20px;
  background: linear-gradient(135deg, rgba(255, 77, 141, 0.14), rgba(255, 194, 71, 0.14));
  border: 1px solid rgba(255, 77, 141, 0.28);
  color: var(--neon);
}
.card h3 {
  font-family: var(--font-display);
  font-size: 1.28rem; text-transform: uppercase; letter-spacing: 0.02em;
  margin-bottom: 9px;
}
.card p { font-size: 0.96rem; color: var(--muted); }

/* About split */
.split { display: grid; grid-template-columns: 1.05fr 0.95fr; gap: 60px; align-items: start; }
.split .kicker {
  display: inline-block; font-size: 0.72rem; letter-spacing: 0.3em;
  text-transform: uppercase; color: var(--neon); margin-bottom: 14px;
}
.split h2 {
  font-family: var(--font-display);
  font-size: clamp(1.9rem, 4vw, 2.9rem);
  text-transform: uppercase; letter-spacing: 0.02em; line-height: 1.06;
  margin-bottom: 18px;
}
.split p { color: var(--muted); margin-bottom: 15px; }

.tick-list { list-style: none; margin-top: 6px; }
.tick-list li {
  position: relative; padding: 11px 0 11px 36px;
  border-bottom: 1px solid var(--line); font-size: 0.98rem; color: var(--ink);
}
.tick-list li::before {
  content: "\266A"; /* eighth note */
  position: absolute; left: 4px; top: 10px;
  color: var(--neon); font-size: 1.1rem;
}

.info-panel {
  background: var(--night);
  color: var(--cream);
  border-radius: var(--radius);
  padding: 36px 32px;
  border: 1px solid rgba(255, 194, 71, 0.22);
}
.info-panel h3 {
  font-family: var(--font-display);
  font-size: 1.3rem; letter-spacing: 0.04em; text-transform: uppercase;
  color: var(--amber); margin-bottom: 22px;
}
.info-panel dl { display: grid; gap: 15px; }
.info-panel dt {
  font-size: 0.68rem; letter-spacing: 0.22em; text-transform: uppercase;
  color: rgba(251, 246, 238, 0.5); margin-bottom: 3px;
}
.info-panel dd { font-size: 0.97rem; }
.info-panel a { color: var(--amber-soft); text-decoration: none; }
.info-panel a:hover { text-decoration: underline; }

/* Steps */
.steps { display: grid; grid-template-columns: repeat(4, 1fr); gap: 24px; counter-reset: step; }
.step {
  border-top: 3px solid var(--neon);
  padding-top: 18px;
}
.step::before {
  counter-increment: step;
  content: counter(step);
  font-family: var(--font-display);
  font-size: 1.6rem; color: var(--amber); display: block; line-height: 1; margin-bottom: 10px;
}
.step h3 {
  font-family: var(--font-display); font-size: 1.12rem;
  text-transform: uppercase; letter-spacing: 0.02em; margin-bottom: 8px;
}
.section-dark .step h3 { color: var(--cream); }
.step p { font-size: 0.93rem; color: var(--muted); }
.section-dark .step p { color: rgba(251, 246, 238, 0.7); }

/* Contact */
.contact-grid { display: grid; grid-template-columns: 0.9fr 1.1fr; gap: 54px; align-items: start; }
.contact-item { margin-bottom: 24px; }
.contact-item .label {
  font-size: 0.7rem; letter-spacing: 0.24em; text-transform: uppercase;
  color: var(--neon); margin-bottom: 4px;
}
.contact-item .value { font-size: 1.02rem; }
.contact-item a { color: var(--ink); text-decoration: none; border-bottom: 1px solid var(--amber); }
.contact-item a:hover { color: var(--neon); }

.form-card {
  background: #fff; border: 1px solid var(--line); border-radius: var(--radius);
  padding: 38px 34px; box-shadow: 0 22px 50px rgba(28, 22, 54, 0.09);
}
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
.field { margin-bottom: 18px; }
.field label {
  display: block; font-size: 0.76rem; letter-spacing: 0.12em; text-transform: uppercase;
  color: var(--muted); margin-bottom: 7px;
}
.field input, .field textarea {
  width: 100%; font-family: var(--font-body); font-size: 0.98rem; color: var(--ink);
  background: var(--cream); border: 1px solid var(--line); border-radius: 10px;
  padding: 13px 15px; transition: border-color 0.2s, box-shadow 0.2s;
}
.field input:focus, .field textarea:focus {
  outline: none; border-color: var(--neon);
  box-shadow: 0 0 0 3px rgba(255, 77, 141, 0.16);
}
.field textarea { resize: vertical; min-height: 130px; }
.form-note { font-size: 0.82rem; color: var(--muted); margin-top: 14px; }
.form-note a { color: var(--ink); }
.form-status {
  display: none; margin-top: 16px; padding: 13px 16px; border-radius: 10px; font-size: 0.92rem;
  background: rgba(255, 194, 71, 0.16); border: 1px solid var(--amber);
}
.form-status.visible { display: block; }
button.btn { border: none; font-family: var(--font-body); }

/* ---------- Legal pages ---------- */
.page-hero {
  background: linear-gradient(175deg, var(--night-2), var(--night));
  color: var(--cream); padding: 68px 0 60px; text-align: center;
}
.page-hero h1 {
  font-family: var(--font-display);
  font-size: clamp(2rem, 4.4vw, 3rem); text-transform: uppercase; letter-spacing: 0.02em;
}
.page-hero .updated {
  margin-top: 10px; font-size: 0.8rem; letter-spacing: 0.14em; text-transform: uppercase;
  color: rgba(251, 246, 238, 0.6);
}
.legal-body { max-width: 820px; padding: 66px 0 92px; }
.legal-body h2 {
  font-family: var(--font-display); font-size: 1.4rem; text-transform: uppercase;
  letter-spacing: 0.02em; margin: 38px 0 12px;
}
.legal-body h2:first-child { margin-top: 0; }
.legal-body p, .legal-body li { color: var(--muted); margin-bottom: 12px; }
.legal-body ul { padding-left: 22px; margin-bottom: 14px; }
.legal-body a { color: var(--ink); }
.legal-body table { width: 100%; border-collapse: collapse; margin: 14px 0 22px; font-size: 0.92rem; }
.legal-body th, .legal-body td {
  text-align: left; padding: 11px 12px; border: 1px solid var(--line); color: var(--muted); vertical-align: top;
}
.legal-body th { background: var(--cream-dim); color: var(--ink); font-weight: 700; }

/* ---------- Footer ---------- */
.site-footer {
  background: var(--night); color: rgba(251, 246, 238, 0.78);
  padding: 60px 0 28px; font-size: 0.92rem;
  border-top: 3px solid var(--amber);
}
.footer-grid {
  display: grid; grid-template-columns: 1.3fr 1fr 1fr; gap: 44px;
  padding-bottom: 42px; border-bottom: 1px solid var(--line-dark);
}
.footer-grid h4 {
  font-size: 0.72rem; letter-spacing: 0.26em; text-transform: uppercase;
  color: var(--amber); margin-bottom: 16px;
}
.footer-brand {
  font-family: var(--font-display); font-size: 1.25rem; text-transform: uppercase;
  letter-spacing: 0.03em; color: var(--cream); margin-bottom: 13px;
}
.footer-brand span { color: var(--neon); }
.footer-grid p { margin-bottom: 8px; }
.footer-grid ul { list-style: none; }
.footer-grid li { margin-bottom: 9px; }
.footer-grid a { color: rgba(251, 246, 238, 0.78); text-decoration: none; }
.footer-grid a:hover { color: var(--amber); }
.company-details dt {
  font-size: 0.68rem; letter-spacing: 0.2em; text-transform: uppercase;
  color: rgba(251, 246, 238, 0.45);
}
.company-details dd { margin: 0 0 10px; }
.footer-bottom {
  display: flex; justify-content: space-between; align-items: center; gap: 14px; flex-wrap: wrap;
  padding-top: 22px; font-size: 0.82rem; color: rgba(251, 246, 238, 0.5);
}

/* ---------- Cookie banner ---------- */
.cookie-banner {
  position: fixed; left: 18px; right: 18px; bottom: 18px; z-index: 100;
  background: #fff; border: 1px solid var(--line); border-radius: var(--radius);
  box-shadow: 0 24px 60px rgba(20, 16, 43, 0.32);
  padding: 20px 24px; display: none; gap: 20px; align-items: center; justify-content: space-between;
  flex-wrap: wrap; max-width: 860px; margin: 0 auto;
}
.cookie-banner.visible { display: flex; }
.cookie-banner p { font-size: 0.88rem; color: var(--muted); max-width: 560px; }
.cookie-banner p a { color: var(--ink); }
.cookie-actions { display: flex; gap: 10px; }
.btn-small { padding: 10px 22px; font-size: 0.76rem; }
.btn-outline { background: none; border: 1.5px solid var(--line); color: var(--muted); }
.btn-outline:hover { border-color: var(--neon); color: var(--ink); }

/* ---------- Responsive ---------- */
@media (max-width: 960px) {
  .card-grid { grid-template-columns: 1fr 1fr; }
  .steps { grid-template-columns: 1fr 1fr; row-gap: 34px; }
  .split, .contact-grid { grid-template-columns: 1fr; gap: 44px; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 700px) {
  .nav-toggle { display: block; }
  .nav-links {
    position: absolute; top: 100%; left: 0; right: 0;
    background: var(--night); flex-direction: column; gap: 0;
    padding: 10px 0 18px; border-bottom: 1px solid var(--line-dark); display: none;
  }
  .nav-links.open { display: flex; }
  .nav-links li { width: 100%; text-align: center; }
  .nav-links a { display: block; padding: 13px 0; }
  .nav-cta { border: none !important; }
  .hero { padding: 64px 0 82px; }
  .marquee { padding: 24px 22px; }
  .card-grid, .steps, .footer-grid { grid-template-columns: 1fr; }
  .form-row { grid-template-columns: 1fr; }
  .section { padding: 68px 0; }
}
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  * { transition: none !important; animation: none !important; }
  .equalizer span { transform: scaleY(0.7); }
}
