:root {
  --bg: #0b0b10;
  --bg-soft: #15151d;
  --card: #1d1d28;
  --card-2: #242433;
  --text: #f6f2ea;
  --muted: #aaa3b8;
  --accent: #d7a84f;
  --accent-2: #8f5cff;
  --danger: #ff5c7a;
  --success: #52d39b;
  --border: rgba(255,255,255,.1);
  --shadow: 0 24px 60px rgba(0,0,0,.35);
  --radius: 22px;
  --max: 1180px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; overflow-x:hidden; }
body {
  margin: 0;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  background: radial-gradient(circle at top left, color-mix(in srgb, var(--accent-2) 26%, transparent), transparent 32%), radial-gradient(circle at top right, color-mix(in srgb, var(--accent) 18%, transparent), transparent 28%), var(--bg);
  color: var(--text);
  line-height: 1.55;
  overflow-x:hidden;
}
a { color: inherit; text-decoration: none; }
img { max-width: 100%; display: block; }
button, input, select, textarea { font: inherit; }
.container { width: min(var(--max), calc(100% - 40px)); margin: 0 auto; }
.btn { display:inline-flex; align-items:center; justify-content:center; gap:10px; min-height:44px; max-width:100%; border:0; border-radius:999px; padding:13px 20px; font-weight:700; text-align:center; cursor:pointer; transition:.2s ease; }
.btn-primary { background:var(--button-bg, var(--accent)); color:var(--button-text, #15100a); }
.btn-primary:hover { transform:translateY(-2px); box-shadow:0 12px 35px color-mix(in srgb, var(--button-bg, var(--accent)) 28%, transparent); }
.btn-ghost { background:rgba(255,255,255,.07); color:var(--text); border:1px solid var(--border); }
.btn-ghost:hover { background:rgba(255,255,255,.12); }
.section { padding:86px 0; }
.section-head { display:flex; justify-content:space-between; align-items:end; gap:24px; margin-bottom:34px; }
.section-head h2 { font-size:clamp(2rem, 4vw, 3.4rem); line-height:1; margin:0; letter-spacing:0; }
.section-head p { color:var(--muted); max-width:520px; margin:12px 0 0; }
.grid { display:grid; gap:20px; }
.card { background:linear-gradient(180deg, rgba(255,255,255,.07), rgba(255,255,255,.035)); border:1px solid var(--border); border-radius:var(--radius); box-shadow:var(--shadow); overflow:hidden; }
.site-header { position:sticky; top:0; z-index:50; background:transparent; transform:translateY(0); transition:transform .28s ease; will-change:transform; }
.site-header.is-hidden { transform:translateY(calc(-100% - 12px)); }
.nav { min-height:var(--header-height, 66px); display:grid; grid-template-columns:auto 1fr auto; align-items:center; gap:20px; }
.brand { display:flex; align-items:center; gap:12px; font-weight:900; }
.brand-header { min-width:120px; }
.brand-logo { height:var(--header-logo-height, 34px); width:auto; max-width:170px; object-fit:contain; filter:drop-shadow(0 8px 18px rgba(0,0,0,.18)); }
.brand-mark { width:calc(var(--header-logo-height, 34px) + 6px); height:calc(var(--header-logo-height, 34px) + 6px); border-radius:13px; background:linear-gradient(135deg,var(--accent),var(--accent-2)); display:grid; place-items:center; color:#09090d; font-weight:950; box-shadow:0 12px 28px color-mix(in srgb, var(--accent) 22%, transparent); }
.nav-links { justify-self:center; display:flex; align-items:center; gap:24px; padding:0; color:var(--muted); font-size:.9rem; font-weight:750; }
.nav-links a { display:inline-flex; align-items:center; min-height:34px; padding:0; transition:.2s ease; }
.nav-links a:hover { color:var(--text); }
.nav-actions { display:flex; align-items:center; justify-content:flex-end; gap:12px; }
.nav-cta { padding:8px 13px; min-height:36px; white-space:nowrap; font-size:.88rem; }
.mobile-toggle { display:none; width:40px; height:40px; border:1px solid var(--border); border-radius:999px; background:rgba(255,255,255,.07); color:var(--text); cursor:pointer; place-items:center; padding:0; }
.mobile-toggle span { display:block; width:18px; height:2px; border-radius:999px; background:currentColor; margin:3px auto; }
.hero { padding:92px 0 70px; }
.hero-grid { display:grid; grid-template-columns:1.08fr .92fr; gap:38px; align-items:center; }
.hero h1 { font-size:clamp(3rem, var(--hero-title-size, 60px), 5.2rem); line-height:.95; letter-spacing:0; margin:0 0 22px; }
.hero p { color:var(--muted); font-size:1.08rem; max-width:650px; }
.hero-actions { display:flex; flex-wrap:wrap; gap:14px; margin-top:30px; }
.hero-visual { min-height:clamp(420px, 43vw, 560px); position:relative; border-radius:36px; overflow:hidden; background:linear-gradient(135deg, #262636, #12121b); border:1px solid var(--border); box-shadow:var(--shadow); }
.hero-slide { position:absolute; inset:0; opacity:0; pointer-events:none; transition:opacity .45s ease; }
.hero-slide.active { opacity:1; pointer-events:auto; }
.hero-slide::before { content:""; position:absolute; inset:0; background:linear-gradient(to bottom, transparent 30%, rgba(0,0,0,.75)), var(--hero-img) center/cover; opacity:.8; }
.artist-float { position:absolute; left:24px; right:24px; bottom:24px; padding:20px; border-radius:24px; background:color-mix(in srgb, var(--bg) 88%, transparent); border:1px solid var(--border); }
.artist-float h3 { margin:0; font-size:1.35rem; }
.artist-float p { margin:6px 0 16px; color:var(--muted); }
.hero-slider-dots { position:absolute; z-index:3; left:0; right:0; bottom:10px; display:flex; justify-content:center; gap:7px; pointer-events:auto; }
.hero-slider-dots button { width:7px; height:7px; border:0; border-radius:999px; padding:0; background:rgba(255,255,255,.38); cursor:pointer; transition:.18s ease; }
.hero-slider-dots button.active { width:22px; background:var(--accent); }
.stats { display:grid; grid-template-columns:repeat(3,1fr); gap:12px; margin-top:26px; }
.stat { padding:16px; border-radius:18px; background:rgba(255,255,255,.055); border:1px solid var(--border); }
.stat strong { display:block; font-size:1.55rem; }
.stat span { color:var(--muted); font-size:.86rem; }
.artist-grid { grid-template-columns:repeat(3,1fr); }
.artist-card { position:relative; min-height:clamp(330px, 42vw, 420px); display:flex; align-items:flex-end; padding:20px; isolation:isolate; }
.artist-card::before { content:""; position:absolute; inset:0; z-index:-2; background:var(--img) center/cover; opacity:.72; transition:.25s ease; }
.artist-card::after { content:""; position:absolute; inset:0; z-index:-1; background:linear-gradient(to top, rgba(0,0,0,.9), rgba(0,0,0,.08)); }
.artist-card:hover::before { transform:scale(1.04); opacity:.92; }
.artist-info h3 { margin:0; font-size:1.55rem; }
.artist-meta { display:flex; gap:8px; flex-wrap:wrap; margin:12px 0; }
.tag { padding:6px 10px; border-radius:999px; background:rgba(255,255,255,.12); color:var(--text); font-size:.78rem; border:1px solid var(--border); }
.services-grid { grid-template-columns:repeat(4,1fr); }
.service { padding:24px; }
.service-icon { width:52px; height:52px; border-radius:18px; background:color-mix(in srgb, var(--accent) 14%, transparent); color:var(--accent); display:grid; place-items:center; font-size:1.35rem; margin-bottom:20px; }
.service h3 { margin:0 0 10px; }
.service p { color:var(--muted); margin:0; }
.split { display:grid; grid-template-columns:.9fr 1.1fr; gap:22px; align-items:stretch; }
.about-card { padding:32px; }
.about-card h2 { font-size:clamp(1.9rem,3vw,3.1rem); line-height:1.02; letter-spacing:0; margin:0 0 18px; }
.about-card p { color:var(--muted); }
.timeline { padding:26px; }
.timeline-item { display:grid; grid-template-columns:80px 1fr; gap:16px; padding:18px 0; border-bottom:1px solid var(--border); }
.timeline-item:last-child { border-bottom:0; }
.year { color:var(--accent); font-weight:900; }
.timeline-item h4 { margin:0 0 5px; }
.timeline-item p { margin:0; color:var(--muted); }
.events-grid { grid-template-columns:1.1fr .9fr; }
.event-list { padding:22px; }
.event { display:grid; grid-template-columns:90px 1fr auto; gap:16px; align-items:center; padding:18px 0; border-bottom:1px solid var(--border); }
.event:last-child { border-bottom:0; }
.datebox { border:1px solid var(--border); border-radius:18px; padding:10px; text-align:center; background:rgba(255,255,255,.05); }
.datebox strong { display:block; font-size:1.4rem; }
.datebox span { color:var(--muted); font-size:.78rem; text-transform:uppercase; }
.event h3 { margin:0; }
.event p { margin:4px 0 0; color:var(--muted); }
.feature-post { position:relative; min-height:100%; padding:28px; display:flex; flex-direction:column; justify-content:flex-end; background:linear-gradient(to top, rgba(0,0,0,.85), rgba(0,0,0,.1)), var(--post-img) center/cover; }
.feature-post h3 { font-size:2.2rem; line-height:1; margin:14px 0; letter-spacing:0; }
.post-container { max-width:980px; }
.post-cover { width:100%; max-height:520px; object-fit:cover; border-radius:28px; border:1px solid var(--border); box-shadow:var(--shadow); margin-bottom:30px; }
.post-content { max-width:760px; margin:0 auto; }
.post-content h1 { font-size:clamp(2.4rem, 6vw, 4.6rem); line-height:.98; letter-spacing:0; margin:12px 0 16px; }
.post-excerpt { color:var(--muted); font-size:1.1rem; margin:0 0 12px; }
.post-content time { display:block; color:var(--accent); font-weight:800; margin-bottom:26px; }
.post-back { color:var(--muted); font-weight:800; font-size:.9rem; }
.post-back:hover { color:var(--text); }
.news-page h1 { font-size:clamp(2.6rem, 6vw, 4.8rem); line-height:.95; margin:0; letter-spacing:0; }
.news-grid { grid-template-columns:repeat(3, minmax(0, 1fr)); }
.news-card { min-height:100%; display:flex; flex-direction:column; }
.news-card img { width:100%; aspect-ratio:16/10; object-fit:cover; }
.news-card > div { padding:22px; display:flex; flex:1; flex-direction:column; align-items:flex-start; }
.news-card time { color:var(--accent); font-weight:800; font-size:.82rem; }
.news-card h2 { margin:10px 0 8px; font-size:1.45rem; line-height:1.08; }
.news-card p { color:var(--muted); margin:0 0 18px; }
.news-card .btn { margin-top:auto; }
.pagination { display:flex; justify-content:center; align-items:center; gap:14px; margin-top:30px; color:var(--muted); }
.contact-section { padding-top:70px; }
.contact-wrap { display:grid; grid-template-columns:1fr; gap:22px; }
.contact-head { display:block; max-width:760px; margin:0 auto 26px; text-align:center; }
.contact-head h2 { font-size:clamp(2rem, 4vw, 3rem); line-height:1.02; margin:0; }
.contact-head p { margin:12px auto 0; }
.form-card { padding:30px; }
.booking-form { max-width:860px; margin:0 auto; }
.contact-card h2 { font-size:3rem; line-height:.95; letter-spacing:0; margin:0 0 18px; }
.contact-row { display:flex; gap:14px; padding:16px 0; border-bottom:1px solid var(--border); color:var(--muted); }
.contact-row strong { color:var(--text); min-width:90px; }
.form-grid { display:grid; grid-template-columns:1fr 1fr; gap:14px; }
.field { display:flex; flex-direction:column; gap:7px; margin-bottom:14px; }
.field.full { grid-column:1/-1; }
.consent-field label { display:flex; align-items:flex-start; gap:10px; }
.consent-field input { width:auto; margin-top:4px; }
label { color:var(--muted); font-size:.88rem; }
input, select, textarea { width:100%; color:var(--text); background:rgba(255,255,255,.06); border:1px solid var(--border); border-radius:16px; padding:13px 14px; outline:0; }
input, select { min-height:48px; }
select option { color:#111119; background:#fff; }
textarea { min-height:130px; resize:vertical; }
input:focus, select:focus, textarea:focus { border-color:color-mix(in srgb, var(--accent) 65%, transparent); }
.alert { padding:14px 16px; border-radius:16px; margin:0 0 18px; border:1px solid var(--border); }
.alert.success { background:rgba(82,211,155,.12); color:var(--success); }
.alert.error { background:rgba(255,92,122,.12); color:var(--danger); }
.artist-hero { padding:70px 0; }
.artist-detail { display:grid; grid-template-columns:.9fr 1.1fr; gap:34px; align-items:start; }
.artist-photo { border-radius:34px; overflow:hidden; border:1px solid var(--border); box-shadow:var(--shadow); aspect-ratio:4/5; object-fit:cover; width:100%; }
.artists-page h1 { font-size:clamp(2.6rem, 6vw, 4.8rem); line-height:.95; margin:0; letter-spacing:0; }
.artists-page-head { align-items:center; }
.artist-search { min-width:min(100%, 420px); display:flex; align-items:center; gap:10px; padding:8px; border:1px solid var(--border); border-radius:999px; background:rgba(255,255,255,.04); }
.artist-search input { min-height:42px; border:0; background:transparent; padding:0 8px; }
.artist-search .btn { min-height:42px; padding:0 16px; }
.artist-filter-tags { display:flex; flex-wrap:wrap; gap:8px; margin:-12px 0 26px; }
.artist-filter-tags .tag.active { color:var(--button-text, #15100a); background:var(--button-bg, var(--accent)); border-color:transparent; }
.artists-page-grid { margin-top:18px; }
.section-actions { display:flex; justify-content:center; margin-top:28px; }
.content-rich { color:var(--muted); }
.content-rich, h1, h2, h3, p, .btn, .tag, .footer-col a, .footer-col span { overflow-wrap:anywhere; }
.link-row { display:flex; flex-wrap:wrap; gap:10px; margin:20px 0; }
.gallery { grid-template-columns:repeat(3,1fr); margin-top:24px; }
.gallery img { width:100%; aspect-ratio:1; object-fit:cover; border-radius:18px; border:1px solid var(--border); }
.embed { aspect-ratio:16/9; border:1px solid var(--border); border-radius:22px; overflow:hidden; background:#000; margin-top:24px; }
.embed iframe { width:100%; height:100%; border:0; }
.ticketing-page h1 { font-size:clamp(2.6rem, 6vw, 5rem); line-height:.95; margin:0; letter-spacing:0; }
.ticketing-grid { grid-template-columns:repeat(2, minmax(0, 1fr)); }
.ticketing-card { padding:24px; display:flex; flex-direction:column; gap:16px; }
.ticketing-card-head { display:flex; justify-content:space-between; gap:18px; align-items:flex-start; }
.ticketing-card-head span { color:var(--accent); font-weight:800; font-size:.86rem; text-transform:uppercase; }
.ticketing-card-head h2 { margin:4px 0 0; font-size:1.7rem; line-height:1.05; }
.ticketing-card-head time { color:var(--muted); white-space:nowrap; }
.ticketing-location, .ticketing-note { color:var(--muted); margin:0; }
.ticketing-panel { min-height:420px; background:rgba(255,255,255,.045); }
.ticketing-embed { border:1px solid var(--border); border-radius:18px; overflow:hidden; background:#fff; }
.ticketing-frame { width:100%; height:clamp(360px, 52vw, 520px); border:0; display:block; background:#fff; }
.ticketing-empty { min-height:420px; display:grid; place-items:center; text-align:center; padding:34px; color:var(--muted); }
.ticketing-empty h2 { color:var(--text); margin:0 0 8px; }
.ticketing-actions { margin-top:20px; display:flex; justify-content:center; }
.partners-strip { background:linear-gradient(180deg, color-mix(in srgb, var(--bg) 86%, var(--bg-soft)), color-mix(in srgb, var(--bg-soft) 50%, var(--bg))); padding:26px 0 10px; }
.partners-inner { display:flex; align-items:center; gap:32px; }
.partners-inner > span { color:color-mix(in srgb, var(--muted) 72%, var(--text)); font-size:.78rem; font-weight:850; letter-spacing:.16em; text-transform:uppercase; white-space:nowrap; }
.partners-list { display:flex; align-items:center; gap:28px; flex-wrap:wrap; }
.partner-logo { min-width:96px; min-height:42px; padding:4px 0; display:grid; place-items:center; opacity:.72; transition:.18s ease; }
.partner-logo:hover { transform:translateY(-2px); opacity:1; }
.partner-logo img { max-width:132px; max-height:34px; object-fit:contain; filter:grayscale(1) brightness(1.15); transition:.18s ease; }
.partner-logo:hover img { filter:none; opacity:1; }
.site-footer { position:relative; padding:62px 0 26px; color:var(--muted); background:linear-gradient(180deg, color-mix(in srgb, var(--bg-soft) 56%, var(--bg)), color-mix(in srgb, var(--bg) 96%, #000)); overflow:hidden; }
.footer-grid { display:grid; grid-template-columns:minmax(260px, 1.35fr) repeat(3, minmax(150px, .55fr)); gap:34px; align-items:start; }
.footer-brand p { max-width:430px; margin:18px 0 22px; color:var(--muted); }
.footer-socials { display:flex; flex-wrap:wrap; align-items:center; gap:18px; }
.footer-social { width:24px; height:24px; color:var(--text); opacity:.78; display:inline-grid; place-items:center; transition:.18s ease; }
.footer-social svg { width:100%; height:100%; display:block; fill:none; stroke:currentColor; stroke-width:1.8; stroke-linecap:round; stroke-linejoin:round; }
.footer-social-youtube svg, .footer-social-spotify svg, .footer-social-tiktok svg { fill:currentColor; stroke:none; }
.footer-social:hover { transform:translateY(-2px); opacity:1; }
.footer-social-instagram:hover { color:#e4405f; }
.footer-social-youtube:hover { color:#ff0033; }
.footer-social-spotify:hover { color:#1ed760; }
.footer-social-tiktok:hover { color:#ffffff; }
.footer-social-soundcloud:hover { color:#ff5500; }
.footer-col { display:grid; gap:10px; }
.footer-col h3 { margin:0 0 7px; color:var(--text); font-size:.82rem; text-transform:uppercase; letter-spacing:.12em; }
.footer-col a, .footer-col span { color:var(--muted); font-size:.95rem; }
.footer-col a:hover { color:var(--text); }
.footer-bottom { display:flex; align-items:center; justify-content:space-between; gap:18px; margin-top:54px; padding-top:22px; border-top:1px solid var(--border); font-size:.9rem; }
.footer-bottom a { color:var(--text); }

body.theme-light-premium { --bg:#f7f2ea; --bg-soft:#fffaf2; --card:#ffffff; --text:#191821; --muted:#756f7d; --border:rgba(25,24,33,.13); --shadow:0 20px 50px rgba(50,36,24,.11); }
body.theme-minimal-bw { --bg:#fbfbfb; --bg-soft:#ffffff; --card:#ffffff; --text:#101010; --muted:#616161; --accent:#111111; --accent-2:#888888; --border:rgba(0,0,0,.12); --shadow:0 16px 38px rgba(0,0,0,.08); }
body.theme-festival-color { --bg:#101019; --bg-soft:#171728; --card:#211e34; --text:#fff7f1; --muted:#c7bdd9; --accent:#ffcf3f; --accent-2:#ff4fb8; }
body.theme-luxe-editorial { --bg:#12100d; --bg-soft:#1f1a15; --card:#241e18; --text:#fbf2e5; --muted:#b8a996; --accent:#c8a45d; --accent-2:#efe4cf; }

@media (max-width: 1000px) {
  .hero-grid, .split, .events-grid, .contact-wrap, .artist-detail { grid-template-columns:1fr; }
  .artist-grid, .services-grid { grid-template-columns:repeat(2,1fr); }
  .hero-visual { min-height:430px; }
  .section-head { align-items:flex-start; }
  .nav { grid-template-columns:auto auto; }
  .nav-links { grid-column:1/-1; justify-self:stretch; justify-content:center; order:3; }
  .nav-actions { justify-self:end; }
  .footer-grid { grid-template-columns:1fr 1fr; }
}
@media (max-width: 720px) {
  .container { width:min(100% - 26px, var(--max)); }
  .btn { padding:12px 16px; }
  .nav { min-height:var(--header-height, 62px); display:flex; }
  .brand-header { min-width:auto; }
  .brand-logo { height:min(var(--header-logo-height, 34px), 42px); max-width:150px; }
  .brand-mark { width:40px; height:40px; }
  .nav-links { display:none; position:absolute; top:calc(var(--header-height, 62px) + 1px); left:13px; right:13px; padding:10px; background:color-mix(in srgb, var(--bg) 96%, #000); border:1px solid var(--border); border-radius:22px; box-shadow:var(--shadow); flex-direction:column; align-items:stretch; }
  .nav-links a { width:100%; justify-content:space-between; min-height:44px; }
  .nav-links.open { display:flex; }
  .mobile-toggle { display:grid; }
  .nav-cta { display:none; }
  .hero { padding:58px 0 48px; }
  .hero h1 { font-size:clamp(2.35rem, 12vw, min(var(--hero-title-size, 52px), 3.2rem)); line-height:1; }
  .hero-actions .btn, .booking-form .btn { width:100%; }
  .hero-visual { min-height:340px; border-radius:24px; }
  .artist-float { left:14px; right:14px; bottom:14px; padding:16px; border-radius:18px; }
  .artist-float h3 { font-size:1.12rem; }
  .artist-float p { font-size:.95rem; }
  .section { padding:58px 0; }
  .section-head { display:block; }
  .section-head h2, .contact-head h2 { font-size:clamp(1.85rem, 9vw, 2.55rem); }
  .artist-grid, .services-grid, .gallery, .news-grid { grid-template-columns:1fr; }
  .ticketing-grid { grid-template-columns:1fr; }
  .stats { grid-template-columns:1fr; }
  .artist-card { min-height:330px; border-radius:18px; }
  .service, .about-card, .timeline, .form-card, .ticketing-card { padding:20px; }
  .about-card h2 { font-size:clamp(1.65rem, 8vw, 2.25rem); }
  .timeline-item { grid-template-columns:54px 1fr; gap:12px; }
  .event { grid-template-columns:70px 1fr; }
  .event .btn { grid-column:1/-1; width:100%; }
  .feature-post { min-height:320px; padding:22px; }
  .feature-post h3 { font-size:clamp(1.55rem, 8vw, 2rem); }
  .form-grid, .artist-search { grid-template-columns:1fr; }
  .artist-search { border-radius:20px; flex-direction:column; align-items:stretch; }
  .ticketing-frame { height:360px; }
  .pagination { flex-wrap:wrap; }
  .footer-grid { grid-template-columns:1fr; gap:28px; }
  .footer-col a, .footer-col span { min-height:34px; display:flex; align-items:center; }
  .footer-social { width:30px; height:30px; }
  .footer-bottom { align-items:flex-start; flex-direction:column; margin-top:34px; }
  .partners-inner { align-items:flex-start; flex-direction:column; gap:14px; }
  .partner-logo { min-width:100px; }
}
@media (max-width: 480px) {
  .container { width:min(100% - 22px, var(--max)); }
  .hero { padding:42px 0 44px; }
  .hero-visual { min-height:300px; }
  .stats { gap:10px; }
  .event { grid-template-columns:62px 1fr; gap:12px; }
  .datebox { padding:8px; }
  .ticketing-frame { height:300px; }
  .partners-list { gap:16px; }
}
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior:auto; }
  *, *::before, *::after { transition-duration:.01ms !important; animation-duration:.01ms !important; animation-iteration-count:1 !important; }
}
