/* LUXE / EDITORIAL — серифи, кремовий папір, золото, багато повітря, центровані композиції */
:root {
  --bg:#faf7f2; --panel:#ffffff; --ink:#1a1714; --muted:#8a7f72; --line:#e3dbcd;
  --accent:#b08d46; --gold:#b08d46; --gold-soft:#d9c9a3; --ok:#4a7c59; --warn:#a8763a; --bad:#a33a3a;
  --radius:2px; --shadow:0 1px 2px rgba(26,23,20,.04), 0 18px 50px rgba(26,23,20,.07);
  --serif:'Georgia', 'Times New Roman', 'Playfair Display', serif;
  --sans:'Helvetica Neue', Helvetica, Arial, sans-serif;
}
* { box-sizing:border-box; }
body { margin:0; background:var(--bg); color:var(--ink);
  font-family:var(--serif); font-size:16px; -webkit-font-smoothing:antialiased; line-height:1.6; }

/* ---------- top bar ---------- */
header.top { display:flex; align-items:center; justify-content:space-between;
  padding:22px 48px; background:rgba(250,247,242,.92); backdrop-filter:blur(8px);
  border-bottom:1px solid var(--line); position:sticky; top:0; z-index:30; }
.brand { display:flex; align-items:center; gap:12px; font-family:var(--serif); font-weight:400; font-size:22px;
  letter-spacing:.14em; text-transform:uppercase; color:var(--ink); text-decoration:none; }
.brand-mark { width:9px; height:9px; background:var(--gold); border-radius:50%; clip-path:none; }
header.top .actions { display:flex; gap:12px; align-items:center; }

/* ---------- buttons ---------- */
.btn { border:1px solid var(--gold); background:transparent; color:var(--ink);
  padding:12px 26px; border-radius:2px; font-family:var(--sans); font-size:10px; cursor:pointer; font-weight:500;
  text-transform:uppercase; letter-spacing:.22em; text-decoration:none; display:inline-block;
  transition:background .25s, color .25s; }
.btn:hover { background:var(--gold); color:#fff; }
.btn.primary { background:var(--gold); color:#fff; border-color:var(--gold); }
.btn.primary:hover { background:var(--ink); border-color:var(--ink); }
.btn.ghost { border-color:var(--line); }
.btn.ghost:hover { background:var(--ink); color:#fff; border-color:var(--ink); }
.btn:disabled { opacity:.35; cursor:not-allowed; }

/* ---------- custom select ---------- */
.ui-select { position:relative; }
.ui-select-btn { width:100%; display:flex; align-items:center; justify-content:space-between; gap:12px;
  background:var(--panel); color:var(--ink); border:1px solid var(--line); border-radius:2px; padding:14px 16px;
  cursor:pointer; font-family:var(--serif); font-size:15px; text-align:left; transition:border-color .2s; }
.ui-select-btn:hover { border-color:var(--gold); }
.ui-select-arrow { width:7px; height:7px; border-right:1px solid var(--muted); border-bottom:1px solid var(--muted);
  transform:rotate(45deg); margin-top:-4px; transition:transform .2s; }
.ui-select.open .ui-select-arrow { transform:rotate(225deg); margin-top:2px; }
.ui-select-list { position:absolute; z-index:60; top:calc(100% + 6px); left:0; right:0; max-height:300px; overflow:auto;
  background:var(--panel); border:1px solid var(--line); border-radius:2px; box-shadow:var(--shadow); }
.ui-opt { display:flex; width:100%; justify-content:space-between; gap:12px; padding:13px 16px; background:transparent;
  border:none; border-bottom:1px solid var(--line); cursor:pointer; font-family:var(--serif); font-size:15px;
  text-align:left; color:var(--ink); transition:background .15s; }
.ui-opt:last-child { border-bottom:none; }
.ui-opt:hover { background:#f6f1e8; }
.ui-opt.sel { background:#f6f1e8; color:var(--gold); }
.ui-opt-hint { color:var(--muted); font-size:12px; font-family:var(--sans); }

/* ---------- custom color ---------- */
.ui-color { position:relative; }
.ui-color-btn { width:32px; height:32px; border:1px solid var(--line); border-radius:50%; cursor:pointer; }
.ui-color-pop { position:absolute; z-index:60; top:calc(100% + 6px); left:0; display:grid;
  grid-template-columns:repeat(4,26px); gap:6px; padding:10px; background:var(--panel);
  border:1px solid var(--line); border-radius:2px; box-shadow:var(--shadow); }
.ui-sw { width:26px; height:26px; border:1px solid var(--line); border-radius:50%; cursor:pointer; }

/* ---------- hero: full-bleed centered ---------- */
.hero { position:relative; background:#161310; color:#fff; overflow:hidden; text-align:center; }
.hero-media { position:absolute; inset:0; background:#161310 center/cover no-repeat; }
.hero::before { content:''; position:absolute; inset:0; z-index:1; pointer-events:none;
  background:linear-gradient(0deg, rgba(12,10,8,.88) 0%, rgba(12,10,8,.42) 55%, rgba(12,10,8,.66) 100%); }
.hero-inner { position:relative; z-index:2; max-width:900px; margin:0 auto; padding:120px 40px 96px; }
.eyebrow { font-family:var(--sans); text-transform:uppercase; letter-spacing:.42em; font-size:10px;
  color:var(--gold-soft); margin-bottom:30px; }
.hero-title { font-family:var(--serif); font-weight:400; text-transform:none;
  font-size:clamp(44px, 7vw, 96px); line-height:1.02; letter-spacing:-.01em; margin:0 0 6px; }
.hero-title::after { content:''; display:block; width:64px; height:1px; background:var(--gold); margin:26px auto 0; }
.hero-tour { font-family:var(--serif); font-style:italic; font-weight:400; text-transform:none; letter-spacing:.01em;
  font-size:clamp(17px,2.2vw,24px); color:#e8dfd2; margin:24px 0 30px; }
.hero-meta { display:flex; flex-wrap:wrap; gap:10px; justify-content:center; }
.chip { display:inline-block; background:transparent; color:#f3ece1; border:1px solid rgba(217,201,163,.45);
  font-family:var(--sans); font-weight:400; font-size:10px; letter-spacing:.2em; text-transform:uppercase;
  padding:9px 16px; border-radius:2px; }
.chip.onsale { background:var(--gold); border-color:var(--gold); color:#fff; }
.hero-support { margin-top:22px; color:#cdc2b2; font-size:11px; text-transform:uppercase; letter-spacing:.2em;
  font-family:var(--sans); }

/* ---------- section label ---------- */
.section-label { font-family:var(--serif); font-weight:400; text-transform:none; letter-spacing:.01em;
  font-size:clamp(26px,3.4vw,40px); max-width:1180px; margin:70px auto 0; padding:0 48px; text-align:center; }
.section-label::after { content:''; display:block; width:44px; height:1px; background:var(--gold); margin:18px auto 0; }

/* ---------- layout ---------- */
.layout { display:grid; grid-template-columns:1fr 370px; gap:36px;
  padding:34px 48px 72px; align-items:start; max-width:1180px; margin:0 auto; }
@media (max-width:1000px){ .layout{ grid-template-columns:1fr; } }
.card { background:var(--panel); border:1px solid var(--line); border-radius:2px; box-shadow:var(--shadow); }
.map-card { padding:28px; }
.map-head { font-family:var(--sans); text-transform:uppercase; letter-spacing:.24em;
  font-size:10px; color:var(--muted); margin-bottom:18px; text-align:center; }
.map-wrap { width:100%; }
svg.venue { width:100%; height:auto; display:block; }
svg.venue circle:hover { stroke-width:3; }
svg.venue .mapnode { transition:fill-opacity .15s; }
svg.venue .mapnode:hover { fill-opacity:1; }

.legend { display:flex; flex-wrap:wrap; gap:18px; margin-top:22px; padding-top:18px; font-size:11px;
  color:var(--muted); border-top:1px solid var(--line); justify-content:center; font-family:var(--sans); }
.legend .item { display:flex; align-items:center; gap:8px; letter-spacing:.06em; }
.legend .dot { width:10px; height:10px; border-radius:50%; }

/* ---------- sidebar ---------- */
.side { display:flex; flex-direction:column; gap:20px; position:sticky; top:96px; }
.side .card { padding:26px; }
.side h3 { margin:0 0 20px; font-size:11px; font-family:var(--sans); font-weight:500;
  text-transform:uppercase; letter-spacing:.24em; color:var(--muted); display:flex; align-items:center; gap:8px;
  padding-bottom:14px; border-bottom:1px solid var(--line); }
.muted-tag { font-weight:500; color:#fff; background:var(--gold); font-size:9px; letter-spacing:.14em;
  padding:3px 8px; border-radius:2px; }

.sel-list { display:flex; flex-direction:column; gap:0; }
.sel-row { display:flex; align-items:center; justify-content:space-between; gap:10px;
  font-size:15px; padding:15px 0; border-bottom:1px solid var(--line); }
.sel-row .meta { display:flex; flex-direction:column; gap:3px; }
.sel-row .meta small { color:var(--muted); font-size:11px; font-family:var(--sans);
  text-transform:uppercase; letter-spacing:.12em; }
.sel-row .price { font-variant-numeric:tabular-nums; font-weight:400; font-size:17px; }
.sel-row .rm { border:none; background:none; color:var(--muted); cursor:pointer; font-size:18px; line-height:1; }
.empty { color:var(--muted); font-size:15px; padding:14px 0; font-style:italic; }

.stepper { display:flex; align-items:center; gap:10px; }
.stepper button { width:30px; height:30px; border-radius:50%; border:1px solid var(--line);
  background:var(--panel); color:var(--ink); cursor:pointer; font-size:15px; transition:border-color .2s; }
.stepper button:hover { border-color:var(--gold); color:var(--gold); }

.total { display:flex; justify-content:space-between; align-items:baseline;
  margin-top:22px; padding-top:20px; border-top:1px solid var(--gold); }
.total span:first-child { font-family:var(--sans); font-weight:500; text-transform:uppercase;
  letter-spacing:.24em; font-size:10px; color:var(--muted); }
.total .amt { font-family:var(--serif); font-weight:400; font-size:34px; font-variant-numeric:tabular-nums; }

.countdown { text-align:center; font-size:11px; color:var(--gold); margin-bottom:18px; font-weight:500;
  text-transform:uppercase; letter-spacing:.2em; font-family:var(--sans); }
.field { display:flex; flex-direction:column; gap:8px; margin-bottom:18px; }
.field label { font-size:10px; color:var(--muted); text-transform:uppercase; letter-spacing:.2em;
  font-weight:500; font-family:var(--sans); }
.field input { padding:14px 16px; border:1px solid var(--line); border-radius:2px; font-size:15px;
  font-family:var(--serif); background:var(--panel); color:var(--ink); }
.field input:focus { outline:none; border-color:var(--gold); }
.hint { font-size:12px; color:var(--muted); margin:-8px 0 18px; line-height:1.7; font-style:italic; }

/* ---------- tickets ---------- */
.tickets { display:flex; flex-direction:column; gap:18px; }
.ticket { display:flex; flex-direction:column; gap:14px; border:1px solid var(--line);
  border-radius:2px; padding:20px; background:var(--panel); }
.ticket .t-top { display:flex; gap:18px; align-items:center; }
.ticket .t-qr { width:86px; height:86px; border-radius:2px; border:1px solid var(--line); background:#fff; }
.ticket .t-meta { font-size:15px; display:flex; flex-direction:column; gap:6px; }
.ticket .t-meta > span:first-child { font-weight:400; }
.ticket .t-code { font-family:var(--sans); font-size:10px; color:var(--muted); word-break:break-all; letter-spacing:.04em; }
.ticket .t-links { display:flex; gap:18px; margin-top:6px; }
.ticket a { font-size:10px; color:var(--gold); text-decoration:none; font-weight:500; font-family:var(--sans);
  text-transform:uppercase; letter-spacing:.18em; border-bottom:1px solid var(--gold-soft); padding-bottom:3px; }
.ticket a:hover { color:var(--ink); border-color:var(--ink); }
.ticket .t-barcode { width:100%; max-height:56px; object-fit:contain; }

/* ---------- accounts ---------- */
.accounts { display:flex; flex-direction:column; gap:16px; }
.acc { font-size:13px; }
.acc .acc-h { display:flex; justify-content:space-between; margin-bottom:8px; gap:8px; }
.acc .acc-h .val { font-variant-numeric:tabular-nums; color:var(--muted); font-family:var(--sans); font-size:11px; }
.bar { height:3px; background:var(--line); border-radius:99px; overflow:hidden; }
.bar > span { display:block; height:100%; background:var(--gold); transition:width .4s; }
.acc.full .bar > span { background:var(--bad); }
.acc .last { color:var(--ok); font-size:10px; font-weight:500; text-transform:uppercase; letter-spacing:.14em; }

/* ---------- misc ---------- */
.banner { padding:14px 16px; border-radius:2px; font-size:14px; margin-bottom:16px; line-height:1.6; }
.banner.err { background:#faf0ef; color:var(--bad); border:1px solid #eddcda; }
.banner.ok  { background:#f2f6f2; color:var(--ok); border:1px solid #dde8de; }
.note { font-size:12px; color:var(--muted); margin-top:16px; line-height:1.8; font-style:italic; }
.foot { max-width:1180px; margin:0 auto; padding:34px 48px; color:var(--muted); font-size:10px;
  text-transform:uppercase; letter-spacing:.24em; border-top:1px solid var(--line);
  text-align:center; font-family:var(--sans); }

/* ---------- landing / about ---------- */
html { scroll-behavior:smooth; }
.landing-hero .hero-inner { padding:170px 40px 140px; }
.hero-compact .hero-inner { padding:64px 40px 52px; }
.btn-cta { margin-top:36px; font-size:11px; padding:16px 40px; }

.about { max-width:1180px; margin:0 auto; padding:26px 48px 64px; }
.about-inner { display:grid; grid-template-columns:1fr 1fr; gap:56px; align-items:center; }
@media (max-width:900px){ .about-inner{ grid-template-columns:1fr; gap:36px; } }
.about-h { padding:0; margin:0 0 22px; text-align:left; }
.about-h::after { margin-left:0; }
.bio { font-size:18px; line-height:1.95; color:var(--ink); margin:0 0 30px; }
.bio::first-letter { font-size:52px; float:left; line-height:.86; padding:6px 12px 0 0; color:var(--gold); }
.about-facts { display:flex; flex-direction:column; margin-bottom:30px; }
.fact { display:flex; justify-content:space-between; gap:16px; padding:14px 0; border-bottom:1px solid var(--line);
  font-size:15px; }
.fact .fk { color:var(--muted); text-transform:uppercase; letter-spacing:.2em; font-size:10px;
  font-weight:500; font-family:var(--sans); }
.fact .fv { font-weight:400; text-align:right; }
.gallery { display:grid; grid-template-columns:1fr 1fr; gap:14px; }
.gallery .gimg { aspect-ratio:3/4; background-size:cover; background-position:center; border-radius:2px; }
.gallery .gimg:only-child { grid-column:1 / -1; aspect-ratio:16/10; }

/* ---------- events: editorial rows ---------- */
.events-sec { max-width:1180px; margin:0 auto; padding:0 48px 76px; }
.events-h { padding:0; margin:56px 0 34px; }
.events-grid { display:flex; flex-direction:column; }
.ev-card { display:grid; grid-template-columns:200px 1fr auto; gap:32px; align-items:center;
  padding:30px 0; border-bottom:1px solid var(--line); background:transparent; transition:opacity .2s; }
@media (max-width:820px){ .ev-card{ grid-template-columns:1fr; gap:18px; } }
.ev-card:first-child { border-top:1px solid var(--line); }
.ev-card:hover .ev-artist a { color:var(--gold); }
.ev-card.current { }
.ev-media { display:block; position:relative; aspect-ratio:4/3; border-radius:2px;
  background:#eee6d9 center/cover no-repeat; }
.ev-badge { position:absolute; bottom:10px; left:10px; background:var(--gold); color:#fff;
  font-size:9px; font-weight:500; letter-spacing:.18em; text-transform:uppercase; padding:5px 10px;
  border-radius:2px; font-family:var(--sans); }
.ev-now { position:absolute; top:10px; right:10px; background:rgba(26,23,20,.82); color:#fff;
  font-size:9px; font-weight:500; letter-spacing:.18em; text-transform:uppercase; padding:5px 10px;
  border-radius:2px; font-family:var(--sans); }
.ev-body { }
.ev-date { font-size:10px; color:var(--gold); text-transform:uppercase; letter-spacing:.24em;
  font-weight:500; font-family:var(--sans); }
.ev-artist { margin:12px 0 6px; font-family:var(--serif); font-size:clamp(26px,3.2vw,38px);
  font-weight:400; text-transform:none; letter-spacing:-.005em; line-height:1.1; }
.ev-artist a { color:var(--ink); text-decoration:none; transition:color .2s; }
.ev-tour { font-size:16px; color:var(--muted); font-style:italic; }
.ev-venue { font-size:11px; color:var(--muted); margin-top:12px; text-transform:uppercase;
  letter-spacing:.16em; font-family:var(--sans); }
.ev-actions { display:flex; gap:10px; flex-wrap:wrap; }
@media (max-width:820px){ .ev-actions .btn{ flex:1; text-align:center; } }

.ty-summary { color:#e8dfd2; font-size:15px; margin:16px 0 0; font-style:italic; }
.thankyou-hero .hero-media { background:linear-gradient(160deg,#2a2318 0%,#12100c 70%); }

/* ---------- admin ---------- */
.adm-table { width:100%; border-collapse:collapse; font-size:14px; margin-top:14px; }
.adm-table th, .adm-table td { text-align:left; padding:13px 12px; border-bottom:1px solid var(--line); }
.adm-table th { text-transform:uppercase; font-size:9px; letter-spacing:.2em; color:var(--muted);
  font-family:var(--sans); font-weight:500; }
.adm-table td { font-variant-numeric:tabular-nums; }
.admtabs { max-width:1180px; margin:30px auto 0; padding:0 48px; display:flex; gap:34px;
  border-bottom:1px solid var(--line); justify-content:center; }
.admtab { font-family:var(--sans); font-weight:500; text-transform:uppercase; letter-spacing:.22em;
  font-size:10px; padding:16px 2px; border:none; border-bottom:1px solid transparent; background:transparent;
  color:var(--muted); cursor:pointer; margin-bottom:-1px; transition:color .2s, border-color .2s; }
.admtab:hover { color:var(--ink); }
.admtab.active { color:var(--gold); border-bottom-color:var(--gold); }
.admh { font-family:var(--sans); font-weight:500; text-transform:uppercase; letter-spacing:.2em;
  font-size:9px; color:var(--muted); margin:24px 0 12px; }
.catlist { display:flex; flex-direction:column; gap:12px; }
.catrow { display:grid; grid-template-columns:36px 1fr 90px 40px; gap:12px; align-items:center; }
.catrow input { padding:11px 12px; border:1px solid var(--line); border-radius:2px; font-size:14px;
  font-family:var(--serif); background:var(--panel); color:var(--ink); }
.catrow .c-count { font-size:11px; color:var(--muted); text-align:center; font-family:var(--sans); }
