/* ================================================================
   concertbelgique.com — design "magazine belge", beige crème
   DM Sans + Source Serif 4 · mobile-first
   ================================================================ */

:root {
  --bg:          #fdfcf7;
  --bg-alt:      #ffffff;
  --surface:     #f5f3eb;
  --ink:         #1a1a1a;
  --ink-soft:    #555555;
  --line:        #e8e4d8;
  --noir:        #1a1a1a;
  --jaune:       #f9c500;
  --jaune-soft:  #fff8d9;
  --rouge-be:    #c8102e;
  --rouge-soft:  #f8e3e7;
  --font-sans:   'DM Sans', system-ui, -apple-system, sans-serif;
  --font-serif:  'Source Serif 4', Georgia, serif;
  --maxw: 1060px;
}

*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; }
body {
  background: var(--bg); color: var(--ink);
  font-family: var(--font-sans); font-size: 16px; line-height: 1.62;
  -webkit-font-smoothing: antialiased; overflow-x: hidden;
  padding-bottom: 116px;
}
h1, h2, h3, h4 { font-family: var(--font-sans); font-weight: 700;
  line-height: 1.2; color: var(--ink); }
a { color: var(--rouge-be); text-decoration: none; }
a:hover { text-decoration: underline; }

.shell { width: 100%; max-width: var(--maxw); margin: 0 auto; padding: 0 16px; }
.band { padding: 34px 0; }
.band--surface { background: var(--surface); }
.band--white { background: var(--bg-alt); }

/* titre de section : soulignement inférieur (pas de filet vertical) */
.block-h { font-size: clamp(21px, 3.4vw, 28px); border-bottom: 2px solid var(--noir);
  padding-bottom: 4px; margin-bottom: 16px; }
.kicker { font-family: var(--font-sans); font-weight: 700; font-size: 11px;
  letter-spacing: 0.14em; text-transform: uppercase; color: var(--rouge-be);
  margin-bottom: 7px; }
.serif { font-family: var(--font-serif); }

/* ---- boutons (angle "ticket", radius 8px) ---- */
.cta {
  display: inline-flex; align-items: center; justify-content: center;
  font-family: var(--font-sans); font-weight: 700; font-size: 15px;
  border: none; cursor: pointer; white-space: nowrap;
  padding: 13px 24px; border-radius: 8px;
  background: var(--rouge-be); color: #fff;
  transition: background .15s ease, transform .1s ease;
}
.cta:hover { background: #a50d26; color: #fff; text-decoration: none;
  transform: scale(1.02); }
.cta-2 {
  display: inline-flex; align-items: center; gap: 6px;
  font-family: var(--font-sans); font-weight: 700; font-size: 14px;
  padding: 11px 18px; border-radius: 8px;
  background: var(--bg-alt); border: 1.5px solid var(--noir); color: var(--ink);
}
.cta-2:hover { background: var(--jaune-soft); text-decoration: none; color: var(--ink); }

/* ---- formulaire d'inscription (.alert-form) ---- */
.alert-form { width: 100%; max-width: 440px; }
.field-line { display: flex; gap: 8px; }
.field-line input[type="email"] {
  flex: 1; min-width: 0; font-family: var(--font-sans); font-size: 16px;
  padding: 12px 13px; border: 1.5px solid var(--line); border-radius: 8px;
  background: var(--bg-alt); color: var(--ink); outline: none;
}
.field-line input[type="email"]:focus { border-color: var(--rouge-be); }
.field-line input[type="email"]::placeholder { color: var(--ink-soft); }
.form-hint { font-size: 12px; color: var(--ink-soft); margin-top: 8px; }
.form-ok { font-family: var(--font-sans); font-weight: 700; font-size: 14px;
  color: var(--rouge-be); padding: 6px 2px; }

/* bloc d'inscription encadré (.signup-block) */
.signup-block { display: flex; flex-direction: column; gap: 13px;
  background: var(--jaune-soft); border: 1px solid var(--line);
  border-radius: 4px; padding: 20px; margin: 20px 0; }
.signup-block h3 { font-size: 19px; }
.signup-block p { color: var(--ink-soft); font-size: 14px; }

.badge { display: inline-block; font-family: var(--font-sans); font-weight: 700;
  font-size: 11px; letter-spacing: 0.06em; text-transform: uppercase;
  background: var(--jaune-soft); color: #8a6d00; border: 1px solid #ecdfa4;
  padding: 5px 10px; border-radius: 4px; }

/* ================================================================
   En-tête
   ================================================================ */
.topbar { background: var(--bg-alt); border-bottom: 1px solid var(--line); }
.topbar .shell { display: flex; align-items: center; justify-content: space-between;
  gap: 12px; padding-top: 13px; padding-bottom: 13px; }
.logo { font-family: var(--font-sans); font-weight: 700; font-size: 20px;
  color: var(--ink); letter-spacing: -0.01em; }
.logo:hover { text-decoration: none; }
.logo b { color: var(--rouge-be); }
.topbar-right { display: flex; align-items: center; gap: 14px; }
.menu { display: flex; gap: 3px; }
.menu a { font-family: var(--font-sans); font-size: 13px; font-weight: 700;
  color: var(--ink-soft); padding: 6px 10px; border-radius: 6px; }
.menu a:hover { color: var(--ink); background: var(--surface); text-decoration: none; }
.menu a.on { color: var(--rouge-be); }
.langsw { display: flex; gap: 2px; font-family: var(--font-sans);
  font-weight: 700; font-size: 12px; }
.langsw a { padding: 5px 8px; border-radius: 5px; color: var(--ink-soft); }
.langsw a.on { background: var(--noir); color: #fff; }
.langsw a:hover { text-decoration: none; }

/* ================================================================
   Page artiste
   ================================================================ */
.crumb { font-size: 12px; color: var(--ink-soft); margin-bottom: 12px; }
.crumb a { color: var(--ink-soft); }
.crumb span { margin: 0 6px; }
.headline-block { background: var(--bg-alt); border-bottom: 1px solid var(--line);
  padding: 26px 0 32px; }
.meta-row { display: flex; flex-wrap: wrap; align-items: center; gap: 10px;
  margin-bottom: 14px; }
.meta-date { font-size: 12px; color: var(--ink-soft); }
.headline { font-size: clamp(24px, 4.3vw, 38px); letter-spacing: -0.01em;
  max-width: 24ch; }
.subline { font-family: var(--font-serif); font-size: 17px; color: var(--ink-soft);
  margin-top: 10px; font-style: italic; }
.hero-signup { margin-top: 20px; }

/* bloc salle (.venue-box) — cards anguleux, radius 4px */
.venue-box { background: var(--bg-alt); border: 1px solid var(--line);
  border-radius: 4px; padding: 20px; transition: border-color .15s ease; }
.venue-box:hover { border-color: var(--rouge-be); }
.venue-tags-row { display: flex; flex-wrap: wrap; gap: 7px; margin-bottom: 12px; }
.vt { font-family: var(--font-sans); font-weight: 700; font-size: 12px;
  padding: 5px 10px; border-radius: 4px; background: var(--surface);
  border: 1px solid var(--line); color: var(--ink-soft); }
.vt--cap { background: var(--rouge-soft); border-color: #eebfc7; color: var(--rouge-be); }
.venue-box h2 { font-size: clamp(20px, 3.2vw, 27px); }
.venue-addr { font-size: 13.5px; color: var(--ink-soft); margin: 4px 0 12px; }
.venue-box .vdesc { font-family: var(--font-serif); color: var(--ink-soft);
  margin-bottom: 14px; }
.venue-list { list-style: none; display: grid; gap: 7px; }
.venue-list li { position: relative; padding-left: 22px; font-size: 14px;
  color: var(--ink-soft); }
.venue-list li::before { content: '◆'; position: absolute; left: 0;
  color: var(--jaune); font-size: 10px; top: 3px; }

.copy p { color: var(--ink-soft); margin-bottom: 14px; }
.copy h2 { margin-top: 26px; }

/* tableau de prix */
.ptable-wrap { overflow-x: auto; margin: 12px 0 14px; }
.ptable { width: 100%; border-collapse: collapse; font-size: 14px; min-width: 360px; }
.ptable th { background: var(--noir); color: #fff; font-family: var(--font-sans);
  font-weight: 700; font-size: 12px; letter-spacing: 0.04em;
  text-align: left; padding: 10px 13px; }
.ptable td { padding: 10px 13px; border-bottom: 1px solid var(--line);
  color: var(--ink-soft); }
.ptable tr:last-child td { border-bottom: none; }
.ptable td:last-child { font-weight: 700; color: var(--ink); }
.vip-line { font-family: var(--font-serif); font-style: italic;
  background: var(--surface); border-radius: 4px; padding: 13px 15px;
  font-size: 14px; color: var(--ink-soft); }

/* historique H3 */
.hist-item { padding: 12px 0; border-bottom: 1px solid var(--line); }
.hist-item:last-of-type { border-bottom: none; }
.hist-item h3 { color: var(--rouge-be); font-size: 15.5px; margin-bottom: 4px; }
.hist-item p { color: var(--ink-soft); font-size: 14px; }

/* FAQ (.qa) */
.qa { border-top: 1px solid var(--line); padding: 15px 0; }
.qa:last-child { border-bottom: 1px solid var(--line); }
.qa h3 { font-size: 16px; margin-bottom: 5px; }
.qa h3::before { content: '· '; color: var(--jaune); font-weight: 700; }
.qa p { font-size: 14px; color: var(--ink-soft); }

/* autres villes (.elsewhere-card) */
.elsewhere { display: grid; gap: 10px; }
.elsewhere-card { display: block; background: var(--bg-alt);
  border: 1px solid var(--line); border-radius: 4px; padding: 15px 16px; }
.elsewhere-card:hover { border-color: var(--rouge-be); text-decoration: none; }
.elsewhere-card .ec-city { font-family: var(--font-sans); font-weight: 700;
  font-size: 15.5px; color: var(--ink); }
.elsewhere-card .ec-venue { font-family: var(--font-serif); font-size: 13px;
  color: var(--ink-soft); margin-top: 2px; }

/* ================================================================
   Accueil + hubs
   ================================================================ */
.hero-home, .hero-hub { background: var(--bg-alt); border-bottom: 1px solid var(--line);
  padding: 40px 0 32px; }
.hero-home h1 { font-size: clamp(28px, 5.4vw, 46px); max-width: 18ch; }
.hero-home h1 em { font-style: normal; color: var(--rouge-be); }
.hero-home .lead { font-family: var(--font-serif); color: var(--ink-soft);
  font-size: 17px; max-width: 56ch; margin-top: 12px; }
.hero-hub h1 { font-size: clamp(25px, 4.4vw, 38px); }
.hero-hub .lead { font-family: var(--font-serif); color: var(--ink-soft);
  font-size: 16px; max-width: 60ch; margin-top: 10px; }
.zaal-tags { display: flex; flex-wrap: wrap; gap: 7px; margin-top: 14px; }
.zaal-tag { font-family: var(--font-sans); font-weight: 700; font-size: 12px;
  background: var(--surface); border: 1px solid var(--line); color: var(--ink-soft);
  border-radius: 4px; padding: 6px 12px; }

.tools { display: flex; flex-direction: column; gap: 11px; padding: 18px 0 4px; }
.tabs { display: flex; gap: 7px; flex-wrap: wrap; }
.tab { font-family: var(--font-sans); font-weight: 700; font-size: 13px;
  padding: 8px 16px; border-radius: 8px; cursor: pointer;
  background: var(--bg-alt); border: 1.5px solid var(--line); color: var(--ink-soft); }
.tab.on { background: var(--noir); color: #fff; border-color: var(--noir); }
.finder { display: flex; align-items: center; gap: 8px; background: var(--bg-alt);
  border: 1.5px solid var(--line); border-radius: 8px; padding: 9px 13px; max-width: 340px; }
.finder input { flex: 1; background: transparent; border: none; outline: none;
  font-family: var(--font-sans); font-size: 15px; color: var(--ink); }
.gfilter { display: flex; gap: 6px; flex-wrap: wrap; }
.gchip { font-family: var(--font-sans); font-weight: 700; font-size: 11.5px;
  padding: 6px 12px; border-radius: 4px; cursor: pointer;
  background: var(--bg-alt); border: 1px solid var(--line); color: var(--ink-soft); }
.gchip.on { background: var(--jaune-soft); border-color: #ecdfa4; color: #8a6d00; }

.acts-head { display: flex; align-items: baseline; justify-content: space-between;
  gap: 10px; margin: 20px 0 12px; }
.acts-head h2 { font-size: 19px; }
.acts-count { font-family: var(--font-sans); font-weight: 700; font-size: 11.5px;
  letter-spacing: 0.06em; text-transform: uppercase; color: var(--ink-soft); }
.acts { display: grid; grid-template-columns: 1fr; gap: 10px; }
.act-card { display: block; padding: 16px; background: var(--bg-alt);
  border: 1px solid var(--line); border-radius: 4px;
  transition: border-color .15s ease; }
.act-card:hover { border-color: var(--rouge-be); text-decoration: none; }
.act-card .ac-g { font-family: var(--font-sans); font-weight: 700; font-size: 10.5px;
  letter-spacing: 0.09em; text-transform: uppercase; color: var(--rouge-be); }
.act-card .ac-n { font-family: var(--font-sans); font-weight: 700; font-size: 19px;
  color: var(--ink); margin: 4px 0 9px; }
.ac-cities { display: flex; gap: 6px; }
.ac-cities span { font-family: var(--font-sans); font-weight: 700; font-size: 11px;
  color: var(--ink-soft); border: 1px solid var(--line); border-radius: 4px;
  padding: 3px 9px; }
.ac-cities span.here { background: var(--jaune-soft); border-color: #ecdfa4;
  color: #8a6d00; }
.nores { display: none; color: var(--ink-soft); padding: 18px 0; }
.intro-note { padding: 28px 0 4px; }
.intro-note h2 { font-size: 19px; margin-bottom: 7px; }
.intro-note p { font-family: var(--font-serif); color: var(--ink-soft); max-width: 70ch; }

/* ================================================================
   Pied de page — 4 colonnes
   ================================================================ */
.pagefoot { border-top: 2px solid var(--noir); background: var(--bg-alt); }
.pagefoot .shell { padding-top: 32px; padding-bottom: 28px; }
.foot-cols { display: grid; grid-template-columns: 1fr; gap: 22px; }
.foot-cols h4 { font-size: 11px; font-weight: 700; letter-spacing: 0.11em;
  text-transform: uppercase; color: var(--ink-soft); margin-bottom: 10px; }
.foot-cols a, .foot-cols span { display: block; font-size: 13.5px; color: var(--ink);
  padding: 3px 0; }
.foot-cols a:hover { color: var(--rouge-be); }
.foot-logo { font-family: var(--font-sans); font-weight: 700; font-size: 19px;
  color: var(--ink); }
.foot-logo b { color: var(--rouge-be); }
.foot-tag { font-family: var(--font-serif); font-size: 13px; color: var(--ink-soft);
  margin-top: 7px; max-width: 32ch; }
.foot-base { margin-top: 22px; padding-top: 15px; border-top: 1px solid var(--line);
  font-size: 12px; color: var(--ink-soft); }

/* ================================================================
   Barre fixe (.bottom-bar) — toujours visible
   ================================================================ */
.bottom-bar { position: fixed; left: 0; right: 0; bottom: 0; z-index: 70;
  background: var(--bg-alt); border-top: 2px solid var(--noir); }
.bottom-bar .shell { display: flex; flex-direction: column; gap: 8px;
  padding-top: 10px; padding-bottom: 10px; }
.bb-text { font-family: var(--font-sans); font-weight: 700; font-size: 13px;
  color: var(--ink); }
.bb-text b { color: var(--rouge-be); }

/* ================================================================
   Page racine — splash sélecteur de langue
   ================================================================ */
.splash { min-height: 100vh; display: flex; flex-direction: column;
  align-items: center; justify-content: center; text-align: center;
  padding: 30px 18px; background: var(--surface); }
.splash-logo { font-family: var(--font-sans); font-weight: 700; font-size: 34px;
  color: var(--ink); }
.splash-logo b { color: var(--rouge-be); }
.splash-sub { font-family: var(--font-serif); font-style: italic;
  color: var(--ink-soft); margin: 8px 0 26px; }
.splash-choose { font-size: 13px; font-weight: 700; letter-spacing: 0.08em;
  text-transform: uppercase; color: var(--ink-soft); margin-bottom: 14px; }
.splash-langs { display: flex; gap: 12px; flex-wrap: wrap; justify-content: center; }
.splash-langs a { min-width: 150px; padding: 16px 22px; border-radius: 8px;
  font-family: var(--font-sans); font-weight: 700; font-size: 17px; }
.splash-langs a.l-fr { background: var(--noir); color: #fff; }
.splash-langs a.l-nl { background: var(--bg-alt); color: var(--ink);
  border: 1.5px solid var(--noir); }
.splash-langs a:hover { text-decoration: none; transform: scale(1.02); }

/* ================================================================
   Responsive
   ================================================================ */
@media (min-width: 640px) {
  .shell { padding: 0 24px; }
  .elsewhere { grid-template-columns: 1fr 1fr; }
  .acts { grid-template-columns: 1fr 1fr; }
  .foot-cols { grid-template-columns: 1.6fr 1fr 1fr 1fr; }
  .signup-block { flex-direction: row; align-items: center; justify-content: space-between; }
  .signup-block .sb-text { flex: 1; }
}
@media (min-width: 860px) {
  body { padding-bottom: 72px; }
  .bottom-bar .shell { flex-direction: row; align-items: center; gap: 16px; }
  .bb-text { flex: 1; }
  .bottom-bar .alert-form { max-width: 410px; }
  .acts { grid-template-columns: 1fr 1fr 1fr; }
}
@media (max-width: 859px) {
  body { padding-bottom: 120px; }
  .bb-text { text-align: center; }
}
