/*
Theme Name: Light The Night
Theme URI: https://example.com/
Author: OpenAI
Description: Luxury event lighting WordPress theme for Light The Night Event Lighting.
Version: 1.0
Text Domain: light-the-night
*/

:root {
  --bg: #020817;
  --bg-soft: #081225;
  --card: rgba(255,255,255,0.05);
  --border: rgba(255,255,255,0.1);
  --text: #ffffff;
  --muted: rgba(255,255,255,0.7);
  --subtle: rgba(255,255,255,0.5);
  --accent: #7dd3fc;
  --accent-strong: #22d3ee;
  --max: 1200px;
  --radius: 28px;
  --shadow: 0 0 60px rgba(34, 211, 238, 0.12);
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  font-family: Arial, Helvetica, sans-serif;
  background:
    radial-gradient(circle at top, rgba(56,189,248,0.16), transparent 28%),
    radial-gradient(circle at bottom, rgba(59,130,246,0.12), transparent 25%),
    var(--bg);
  color: var(--text);
  line-height: 1.6;
}
a { color: inherit; text-decoration: none; }
img { max-width: 100%; display: block; }
.container { width: min(var(--max), calc(100% - 40px)); margin: 0 auto; }
.site-header {
  position: sticky;
  top: 0;
  z-index: 50;
  backdrop-filter: blur(14px);
  background: rgba(2, 8, 23, 0.88);
  border-bottom: 1px solid var(--border);
}
.header-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  padding: 18px 0;
}
.brand-title { color: var(--accent); letter-spacing: 0.3em; font-size: 20px; font-weight: 700; }
.brand-subtitle { color: var(--subtle); text-transform: uppercase; letter-spacing: 0.35em; font-size: 11px; margin-top: 4px; }
.nav { display: flex; gap: 28px; align-items: center; flex-wrap: wrap; }
.nav a, .nav li a { color: rgba(255,255,255,0.8); font-size: 14px; }
.nav a:hover, .nav li a:hover { color: var(--accent); }
.nav ul { list-style: none; display: flex; gap: 28px; margin: 0; padding: 0; }
.btn { display: inline-block; padding: 14px 22px; border-radius: 999px; font-weight: 700; transition: 0.2s ease; }
.btn-primary { background: var(--accent); color: #07111f; }
.btn-secondary { border: 1px solid rgba(255,255,255,0.16); color: rgba(255,255,255,0.92); }
.btn-glow {
  border: 1px solid rgba(125,211,252,0.4);
  background: rgba(34,211,238,0.1);
  color: #c8f3ff;
  box-shadow: 0 0 30px rgba(34, 211, 238, 0.14);
}
.hero { padding: 80px 0 50px; }
.hero-grid { display: grid; grid-template-columns: 1.1fr 0.9fr; gap: 40px; align-items: center; }
.eyebrow {
  display: inline-block;
  padding: 10px 14px;
  border-radius: 999px;
  border: 1px solid rgba(125,211,252,0.2);
  background: rgba(34,211,238,0.08);
  color: #d3f5ff;
  font-size: 11px;
  letter-spacing: 0.35em;
  text-transform: uppercase;
}
h1, h2, h3 { line-height: 1.1; margin: 0; }
h1 { font-size: clamp(42px, 6vw, 70px); margin-top: 20px; max-width: 760px; }
h2 { font-size: clamp(32px, 4vw, 50px); margin-top: 18px; }
.lead { color: var(--muted); font-size: 18px; max-width: 650px; margin-top: 22px; }
.hero-actions { display: flex; gap: 14px; flex-wrap: wrap; margin-top: 34px; }
.stats { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; margin-top: 34px; max-width: 640px; }
.stat, .card, .contact-panel, .feature-panel, .testimonial, .package, .gallery-card {
  border: 1px solid var(--border);
  background: var(--card);
  border-radius: var(--radius);
}
.stat { padding: 18px; }
.stat strong { display: block; color: var(--accent); font-size: 28px; margin-bottom: 6px; }
.hero-visual { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
.feature-panel { padding: 22px; }
.feature-panel.tall { margin-top: 40px; }
.label { color: #d3f5ff; font-size: 11px; letter-spacing: 0.35em; text-transform: uppercase; margin-bottom: 18px; }
.visual-block {
  border-radius: 24px;
  min-height: 170px;
  background: radial-gradient(circle at center, rgba(125,211,252,0.45), rgba(8,47,73,0.2), rgba(2,6,23,0.92));
}
.visual-block.secondary {
  min-height: 220px;
  background: linear-gradient(to top, rgba(2,6,23,1), rgba(14,116,144,0.15), rgba(125,211,252,0.35));
}
.monogram {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 170px;
  border-radius: 24px;
  font-size: 62px;
  font-weight: 700;
  color: #e6fbff;
  letter-spacing: 0.2em;
  background: radial-gradient(circle, rgba(96,165,250,0.35), rgba(2,6,23,0.95));
}
section.section { padding: 85px 0; }
.section-head { max-width: 780px; margin-bottom: 34px; }
.section-kicker { color: var(--accent); font-size: 12px; letter-spacing: 0.35em; text-transform: uppercase; }
.section-copy { color: var(--muted); font-size: 18px; margin-top: 16px; max-width: 760px; }
.grid-3 { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.card { padding: 28px; }
.icon-dot {
  width: 44px;
  height: 44px;
  border-radius: 999px;
  background: rgba(34,211,238,0.14);
  box-shadow: 0 0 35px rgba(125,211,252,0.22);
  margin-bottom: 18px;
}
.card p, .package p, .testimonial p, .contact-copy, .footer-copy { color: var(--muted); }
.gallery-card { overflow: hidden; }
.gallery-image { height: 280px; width: 100%; object-fit: cover; background: linear-gradient(135deg, rgba(125,211,252,0.26), rgba(3,7,18,0.95)); }
.gallery-body { padding: 22px; }
.gallery-subtitle { margin-top: 8px; color: rgba(125,211,252,0.78); font-size: 12px; letter-spacing: 0.25em; text-transform: uppercase; }
.package { padding: 30px; }
.package.featured { border-color: rgba(125,211,252,0.45); background: rgba(34,211,238,0.1); box-shadow: var(--shadow); }
.price { font-size: 34px; font-weight: 700; margin-top: 16px; }
.package ul { list-style: none; margin: 24px 0 0; padding: 0; }
.package li { position: relative; padding-left: 18px; margin: 12px 0; color: rgba(255,255,255,0.8); }
.package li::before { content: ""; width: 8px; height: 8px; border-radius: 999px; background: var(--accent); position: absolute; left: 0; top: 10px; }
.about-grid { display: grid; grid-template-columns: 1.1fr 0.9fr; gap: 30px; align-items: start; }
.testimonial { padding: 24px; margin-bottom: 18px; }
.testimonial-name { color: var(--accent); font-size: 12px; letter-spacing: 0.25em; text-transform: uppercase; margin-top: 18px; }
.testimonial-role { color: var(--subtle); font-size: 14px; margin-top: 4px; }
.contact-wrap { padding: 0; overflow: hidden; }
.contact-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 0; }
.contact-copy, .contact-form { padding: 34px; }
.contact-form { background: rgba(2,8,23,0.55); border-left: 1px solid var(--border); }
.site-footer { border-top: 1px solid var(--border); padding: 28px 0 36px; text-align: center; }
.footer-brand { color: var(--accent); letter-spacing: 0.35em; font-size: 14px; }
.section-alt { background: rgba(255,255,255,0.03); border-top: 1px solid var(--border); border-bottom: 1px solid var(--border); }
@media (max-width: 980px) {
  .hero-grid, .about-grid, .contact-grid, .grid-3, .hero-visual { grid-template-columns: 1fr; }
  .feature-panel.tall { margin-top: 0; }
  .contact-form { border-left: 0; border-top: 1px solid var(--border); }
  .nav { display: none; }
  .stats { grid-template-columns: 1fr; }
}
