/*
Theme Name: DC Live Music
Theme URI: https://example.com/
Author: OpenAI
Description: Lightweight SEO-focused WordPress theme for live music bookings in Skåne and Trelleborg.
Version: 1.0.0
Requires at least: 6.0
Tested up to: 6.7
Requires PHP: 7.4
Text Domain: dc-live-music
*/

:root {
  --bg: #0F1115;
  --bg-2: #171A21;
  --bg-light: #F7F3EC;
  --text: #F5F1E8;
  --text-muted: #C9C2B5;
  --dark: #151515;
  --accent: #C89B5E;
  --accent-hover: #D8AE72;
  --border: rgba(255,255,255,0.1);
  --max: 1180px;
  --radius: 14px;
  --shadow: 0 12px 34px rgba(0,0,0,0.28);
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--bg); color: var(--text); font-family: Inter, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; line-height: 1.65; }
a { color: var(--accent); text-decoration: none; }
a:hover { color: var(--accent-hover); }
img { max-width: 100%; height: auto; display: block; }
iframe { max-width: 100%; }
.container { width: min(100% - 32px, var(--max)); margin: 0 auto; }
.section { padding: 72px 0; }
.section.alt { background: var(--bg-2); }
.section.light { background: var(--bg-light); color: var(--dark); }
.section.light h1, .section.light h2, .section.light h3, .section.light h4 { color: var(--dark); }
.site-header { position: sticky; top: 0; z-index: 50; background: rgba(15,17,21,0.92); backdrop-filter: blur(8px); border-bottom: 1px solid var(--border); }
.header-inner { display: flex; align-items: center; justify-content: space-between; gap: 16px; min-height: 76px; }
.branding { display: flex; flex-direction: column; }
.site-title { font-family: "Cormorant Garamond", Georgia, serif; font-size: 2rem; color: var(--text); }
.site-tagline { color: var(--text-muted); font-size: .95rem; }
.main-nav ul { list-style: none; display: flex; gap: 24px; padding: 0; margin: 0; align-items: center; }
.main-nav a { color: var(--text); font-weight: 500; }
.header-cta { display: inline-flex; padding: 12px 20px; border-radius: 10px; background: var(--accent); color: #111; font-weight: 700; }
.hero { padding: 84px 0 64px; background: linear-gradient(180deg, #141821 0%, #0F1115 100%); }
.hero-grid { display: grid; grid-template-columns: 1.2fr 1fr; gap: 42px; align-items: center; }
.eyebrow { letter-spacing: .12em; text-transform: uppercase; color: var(--accent); font-size: .85rem; font-weight: 700; }
.hero h1, h1, h2, h3, h4 { font-family: "Cormorant Garamond", Georgia, serif; line-height: 1.1; }
.hero h1 { font-size: clamp(2.7rem, 6vw, 4.7rem); margin: 12px 0 18px; }
.lead { font-size: 1.16rem; color: var(--text-muted); max-width: 58ch; }
.cta-row { display: flex; flex-wrap: wrap; gap: 14px; margin-top: 26px; }
.btn { display: inline-flex; align-items: center; justify-content: center; min-height: 52px; padding: 0 22px; border-radius: 10px; font-weight: 700; transition: .2s ease; border: 1px solid transparent; }
.btn-primary { background: var(--accent); color: #111; }
.btn-primary:hover { background: var(--accent-hover); color: #111; transform: translateY(-1px); }
.btn-secondary { background: transparent; color: var(--text); border-color: var(--accent); }
.btn-secondary:hover { border-color: var(--accent-hover); color: var(--text); }
.hero-card, .card { background: rgba(255,255,255,0.03); border: 1px solid var(--border); border-radius: var(--radius); overflow: hidden; box-shadow: var(--shadow); }
.hero-media { aspect-ratio: 4 / 5; background: radial-gradient(circle at top, rgba(200,155,94,.18), transparent 40%), linear-gradient(180deg, #2a2f39, #1b1e24); display: grid; place-items: center; color: var(--text-muted); padding: 28px; text-align: center; }
.kicker-list { display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; margin-top: 24px; }
.kicker-item { padding: 18px; border-radius: 12px; background: rgba(255,255,255,0.03); border: 1px solid var(--border); }
.grid-2, .grid-3, .grid-4 { display: grid; gap: 24px; }
.grid-2 { grid-template-columns: repeat(2, 1fr); }
.grid-3 { grid-template-columns: repeat(3, 1fr); }
.grid-4 { grid-template-columns: repeat(4, 1fr); }
.card { padding: 28px; }
.card h3 { margin-top: 0; font-size: 2rem; }
.muted { color: var(--text-muted); }
.section.light .muted { color: #555; }
.check-list { list-style: none; padding: 0; margin: 18px 0 0; }
.check-list li { padding-left: 26px; position: relative; margin-bottom: 10px; }
.check-list li::before { content: "✓"; color: var(--accent); position: absolute; left: 0; top: 0; font-weight: 700; }
.badge { display: inline-block; padding: 7px 12px; border-radius: 999px; background: rgba(200,155,94,0.12); color: var(--accent); font-weight: 700; font-size: .9rem; }
.locations { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 18px; }
.locations span { border: 1px solid var(--border); border-radius: 999px; padding: 8px 12px; }
.video-grid .video-card { padding: 0; overflow: hidden; }
.video-card iframe { width: 100%; aspect-ratio: 16/9; border: 0; display:block; }
.faq-item { border-top: 1px solid var(--border); padding: 20px 0; }
.faq-item:last-child { border-bottom: 1px solid var(--border); }
.faq-q { font-size: 1.15rem; font-weight: 700; margin: 0 0 10px; }
.steps { counter-reset: step; display: grid; grid-template-columns: repeat(4,1fr); gap: 22px; }
.step { position: relative; padding-top: 18px; }
.step::before { counter-increment: step; content: counter(step); width: 48px; height: 48px; border-radius: 50%; background: rgba(200,155,94,.14); border: 1px solid rgba(200,155,94,.35); color: var(--accent); display: grid; place-items: center; font-weight: 800; font-size: 1.2rem; margin-bottom: 16px; }
.form-wrap { background: rgba(255,255,255,0.03); border: 1px solid var(--border); border-radius: var(--radius); padding: 28px; }
label { display: block; font-weight: 600; margin-bottom: 6px; }
input, textarea, select { width: 100%; padding: 14px 14px; border-radius: 10px; border: 1px solid rgba(255,255,255,.12); background: rgba(255,255,255,.03); color: var(--text); font: inherit; }
.section.light input, .section.light textarea, .section.light select { background: #fff; color: #111; border-color: rgba(0,0,0,.12); }
textarea { min-height: 160px; resize: vertical; }
.form-grid { display: grid; grid-template-columns: repeat(2,1fr); gap: 16px; }
.site-footer { border-top: 1px solid var(--border); padding: 32px 0 52px; color: var(--text-muted); }
.footer-grid { display:grid; grid-template-columns: 1.2fr .8fr; gap: 24px; align-items: start; }
.small { font-size: .95rem; }
.site-logo { height: 50px; width: auto; display: block; max-width: 160px; object-fit: contain; }
@media (max-width: 980px) { .hero-grid, .grid-2, .grid-3, .grid-4, .steps, .footer-grid, .form-grid { grid-template-columns: 1fr; } .kicker-list { grid-template-columns: repeat(2, 1fr); } .main-nav { display:none; } .header-inner { min-height: 70px; } }
@media (max-width: 640px) { .section { padding: 56px 0; } .hero { padding-top: 54px; } .kicker-list { grid-template-columns: 1fr; } .hero h1 { font-size: 2.5rem; } .site-title { font-size: 1.7rem; } }
select option { background: #1a1d24; color: #F5F1E8; }
.wpcf7-select { background: rgba(255,255,255,.06) !important; color: var(--text) !important; }
.wpcf7-select option { background: #1a1d24 !important; color: #F5F1E8 !important; }
