/*
Theme Name: SoundSational Karaoke Safe Theme
Theme URI: https://soundsationalkaraoke.com/
Author: OpenAI for Chip
Description: Safe starter homepage theme for SoundSational Karaoke.
Version: 1.0
Requires at least: 6.0
Tested up to: 6.5
Requires PHP: 7.4
Text Domain: soundsational-karaoke-safe
*/

:root {
  --bg1: #12081f;
  --bg2: #2a0d3d;
  --bg3: #0f2547;
  --gold: #ffd56a;
  --pink: #ff4fa3;
  --cyan: #4fe3ff;
  --white: #f7f7fb;
  --panel: rgba(255,255,255,0.08);
  --panel-border: rgba(255,255,255,0.14);
  --shadow: 0 18px 40px rgba(0,0,0,0.35);
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  font-family: Arial, Helvetica, sans-serif;
  color: var(--white);
  background:
    radial-gradient(circle at top left, rgba(255,79,163,0.22), transparent 28%),
    radial-gradient(circle at top right, rgba(79,227,255,0.18), transparent 25%),
    linear-gradient(135deg, var(--bg1), var(--bg2) 48%, var(--bg3));
  min-height: 100vh;
}
a { color: inherit; }
.topbar {
  position: sticky;
  top: 0;
  z-index: 1000;
  backdrop-filter: blur(10px);
  background: rgba(8, 7, 19, 0.74);
  border-bottom: 1px solid rgba(255,255,255,0.08);
}
.nav-wrap {
  max-width: 1240px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  padding: 16px 22px;
}
.brand {
  display: flex;
  align-items: center;
  gap: 14px;
  font-weight: 700;
  letter-spacing: 0.5px;
}
.logo {
  width: 52px;
  height: 52px;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--pink), var(--gold));
  display: grid;
  place-items: center;
  box-shadow: 0 0 18px rgba(255,79,163,0.35);
  font-size: 26px;
}
.brand-text { line-height: 1.1; }
.brand-text strong {
  display: block;
  font-size: 1.2rem;
  color: var(--gold);
}
.brand-text span {
  font-size: 0.88rem;
  color: #ddd7ea;
}
nav {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  justify-content: flex-end;
}
nav a {
  text-decoration: none;
  color: var(--white);
  padding: 10px 14px;
  border-radius: 999px;
  background: rgba(255,255,255,0.05);
  border: 1px solid rgba(255,255,255,0.08);
  font-size: 0.95rem;
  transition: 0.25s ease;
}
nav a:hover {
  transform: translateY(-2px);
  background: rgba(255,255,255,0.1);
  border-color: rgba(255,213,106,0.4);
  color: var(--gold);
}
.hero {
  max-width: 1240px;
  margin: 0 auto;
  padding: 64px 22px 34px;
  display: grid;
  grid-template-columns: 1.15fr 0.85fr;
  gap: 30px;
  align-items: center;
}
.hero-copy h1 {
  margin: 0 0 16px;
  font-size: clamp(2.4rem, 5vw, 4.8rem);
  line-height: 0.98;
  text-shadow: 0 2px 14px rgba(0,0,0,0.35);
}
.hero-copy h1 .accent { color: var(--gold); }
.hero-copy p {
  margin: 0 0 26px;
  font-size: 1.1rem;
  line-height: 1.7;
  color: #f2edf8;
  max-width: 720px;
}
.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
}
.btn {
  text-decoration: none;
  padding: 14px 22px;
  border-radius: 999px;
  font-weight: 700;
  letter-spacing: 0.2px;
  display: inline-block;
  box-shadow: var(--shadow);
  transition: 0.25s ease;
}
.btn-primary {
  background: linear-gradient(135deg, var(--pink), #ff6ec0);
  color: white;
}
.btn-secondary {
  background: linear-gradient(135deg, var(--cyan), #7af3ff);
  color: #0c1730;
}
.btn:hover { transform: translateY(-3px) scale(1.01); }
.hero-card {
  background: linear-gradient(180deg, rgba(255,255,255,0.12), rgba(255,255,255,0.06));
  border: 1px solid var(--panel-border);
  border-radius: 28px;
  padding: 24px;
  box-shadow: var(--shadow);
  position: relative;
  overflow: hidden;
}
.hero-card::before,
.hero-card::after {
  content: "";
  position: absolute;
  border-radius: 50%;
  filter: blur(12px);
}
.hero-card::before {
  width: 140px;
  height: 140px;
  background: rgba(255,79,163,0.24);
  top: -40px;
  right: -25px;
}
.hero-card::after {
  width: 120px;
  height: 120px;
  background: rgba(79,227,255,0.18);
  bottom: -35px;
  left: -20px;
}
.stage {
  border: 1px solid rgba(255,255,255,0.08);
  border-radius: 22px;
  background: rgba(10, 10, 24, 0.85);
  padding: 20px;
  position: relative;
  min-height: 320px;
}
.lights {
  display: flex;
  justify-content: space-between;
  margin-bottom: 16px;
}
.light {
  width: 18px;
  height: 18px;
  border-radius: 50%;
  box-shadow: 0 0 14px currentColor;
  animation: pulse 1.8s infinite ease-in-out;
}
.light:nth-child(1) { color: #ff5aac; background: #ff5aac; }
.light:nth-child(2) { color: #ffd56a; background: #ffd56a; animation-delay: 0.2s; }
.light:nth-child(3) { color: #59f0ff; background: #59f0ff; animation-delay: 0.4s; }
.light:nth-child(4) { color: #d775ff; background: #d775ff; animation-delay: 0.6s; }
.light:nth-child(5) { color: #91ff79; background: #91ff79; animation-delay: 0.8s; }
@keyframes pulse {
  0%, 100% { transform: scale(1); opacity: 0.85; }
  50% { transform: scale(1.3); opacity: 1; }
}
.mic {
  font-size: 4.8rem;
  text-align: center;
  margin-top: 18px;
}
.stage h3 {
  text-align: center;
  margin: 16px 0 8px;
  color: var(--gold);
  font-size: 1.4rem;
}
.stage p {
  text-align: center;
  color: #e8e1f4;
  line-height: 1.6;
  margin: 0 auto;
  max-width: 340px;
}
.ticker {
  margin-top: 16px;
  white-space: nowrap;
  overflow: hidden;
  border-radius: 999px;
  background: rgba(255,255,255,0.06);
  border: 1px solid rgba(255,255,255,0.08);
  padding: 12px 0;
}
.ticker span {
  display: inline-block;
  padding-left: 100%;
  animation: marquee 16s linear infinite;
  color: var(--cyan);
  font-weight: 700;
  letter-spacing: 0.3px;
}
@keyframes marquee {
  0% { transform: translateX(0); }
  100% { transform: translateX(-100%); }
}
.quick-links,
.content-grid,
.full-section {
  max-width: 1240px;
  margin: 0 auto;
  padding: 18px 22px 34px;
}
.quick-links,
.content-grid,
.trust-grid,
.gallery-grid,
.map-grid {
  display: grid;
  gap: 18px;
}
.quick-links { grid-template-columns: repeat(3, 1fr); }
.content-grid { grid-template-columns: repeat(2, 1fr); padding-bottom: 48px; }
.trust-grid { grid-template-columns: repeat(4, 1fr); }
.gallery-grid { grid-template-columns: repeat(4, 1fr); }
.map-grid { grid-template-columns: 1fr 1fr; align-items: center; }
.mini-card,
.section-card,
.feature-panel,
.full-panel {
  background: var(--panel);
  border: 1px solid var(--panel-border);
  border-radius: 24px;
  padding: 22px;
  box-shadow: var(--shadow);
}
.mini-card h3,
.section-card h2,
.full-panel h2,
.feature-panel h2 {
  margin-top: 0;
}
.mini-card p,
.section-card p,
.full-panel p,
.feature-panel p {
  color: #ece6f7;
  line-height: 1.65;
}
.section-card {
  min-height: 240px;
  position: relative;
  overflow: hidden;
}
.section-card::after {
  content: "";
  position: absolute;
  inset: auto -30px -30px auto;
  width: 120px;
  height: 120px;
  background: radial-gradient(circle, rgba(255,213,106,0.18), transparent 65%);
  pointer-events: none;
}
.section-icon {
  font-size: 1.9rem;
  margin-bottom: 10px;
  display: inline-block;
}
.feature-panel {
  background: linear-gradient(135deg, rgba(255,213,106,0.14), rgba(79,227,255,0.10));
  border-radius: 28px;
}
.feature-grid {
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  gap: 24px;
  align-items: center;
}
.feature-checks { display: grid; gap: 12px; }
.feature-check,
.why-item,
.quote-card,
.store-card,
.event-card,
.song-row {
  background: rgba(255,255,255,0.06);
  border: 1px solid rgba(255,255,255,0.10);
  border-radius: 16px;
  padding: 14px;
}
.quote-grid,
.event-grid,
.store-grid,
.song-list {
  display: grid;
  gap: 12px;
}
.quote-grid { grid-template-columns: repeat(auto-fit, minmax(180px, 1fr)); }
.event-grid { grid-template-columns: repeat(auto-fit, minmax(190px, 1fr)); }
.store-grid { grid-template-columns: repeat(auto-fit, minmax(165px, 1fr)); }
.song-list { margin-top: 12px; }
.field-label {
  display: block;
  margin-bottom: 6px;
  color: var(--gold);
  font-weight: 700;
}
.field-box {
  padding: 12px 14px;
  border-radius: 14px;
  border: 1px solid rgba(255,255,255,0.12);
  background: rgba(255,255,255,0.08);
  color: #d8d1e8;
}
.song-search {
  margin-top: 16px;
  background: rgba(10,10,24,0.65);
  border: 1px solid rgba(255,255,255,0.10);
  border-radius: 18px;
  padding: 14px;
}
.song-search-top {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 12px;
}
.song-header,
.song-row {
  display: grid;
  grid-template-columns: 1.1fr 1fr 0.7fr;
  gap: 10px;
  color: #efe8f9;
}
.song-header {
  font-weight: 700;
  background: rgba(255,255,255,0.05);
  border-radius: 14px;
  padding: 10px 12px;
}
.testimonial-slider {
  position: relative;
  overflow: hidden;
  min-height: 150px;
}
.testimonial-track {
  display: flex;
  width: 300%;
  animation: slideTestimonials 15s infinite;
  gap: 14px;
}
.testimonial-item {
  width: calc(100% - 10px);
  flex: 0 0 calc(100% - 10px);
  background: rgba(255,255,255,0.05);
  padding: 16px;
  border-radius: 16px;
  line-height: 1.7;
  color: #efe8f9;
}
@keyframes slideTestimonials {
  0%, 28% { transform: translateX(0); }
  33%, 61% { transform: translateX(calc(-100% - 14px)); }
  66%, 94% { transform: translateX(calc(-200% - 28px)); }
  100% { transform: translateX(0); }
}
.gallery-tile {
  background: rgba(255,255,255,0.08);
  min-height: 140px;
  border-radius: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 12px;
  border: 1px dashed rgba(255,255,255,0.14);
  transition: 0.25s ease;
  color: #f2edf8;
}
.gallery-tile:hover {
  transform: translateY(-3px);
  border-color: rgba(255,213,106,0.35);
}
.service-chip,
.coming-soon {
  display: inline-block;
  padding: 8px 12px;
  border-radius: 999px;
  font-weight: 700;
  font-size: 0.9rem;
}
.service-chip {
  margin: 6px 8px 0 0;
  background: rgba(255,255,255,0.08);
  border: 1px solid rgba(255,255,255,0.10);
  color: #f2edf8;
}
.coming-soon {
  margin-top: 12px;
  background: rgba(255,213,106,0.12);
  border: 1px solid rgba(255,213,106,0.28);
  color: var(--gold);
}
.footer {
  border-top: 1px solid rgba(255,255,255,0.08);
  padding: 24px 22px 42px;
  text-align: center;
  color: #d9d1e7;
  background: rgba(6, 5, 15, 0.48);
}
.footer strong { color: var(--gold); }
@media (max-width: 980px) {
  .hero,
  .quick-links,
  .content-grid,
  .trust-grid,
  .gallery-grid,
  .map-grid,
  .feature-grid {
    grid-template-columns: 1fr;
  }
  .nav-wrap {
    flex-direction: column;
    align-items: stretch;
  }
  nav { justify-content: center; }
}
@media (max-width: 640px) {
  .hero { padding-top: 34px; }
  nav a { width: 100%; text-align: center; }
  .hero-copy p { font-size: 1rem; }
  .song-header,
  .song-row { grid-template-columns: 1fr; }
}
