/* ================================================================
   concertsuisse.com — design "grille suisse"
   Gris / blanc / noir pur / rouge suisse · angles vifs (radius 0)
   Inter Tight + JetBrains Mono · mobile-first
   ================================================================ */

:root {
  --paper:    #ffffff;
  --surface:  #f1f1ef;
  --surface2: #e7e7e4;
  --ink:      #0a0a0a;
  --ink-soft: #5c5c5c;
  --line:     #d6d6d2;
  --line-dk:  #0a0a0a;
  --red:      #d52b1e;
  --red-dk:   #a81f15;
  --red-soft: #fbe6e4;
  --font-sans: 'Inter Tight', system-ui, -apple-system, Helvetica, sans-serif;
  --font-mono: 'JetBrains Mono', ui-monospace, 'SFMono-Regular', monospace;
  --maxw: 1080px;
}

*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; }
body {
  background: var(--paper); color: var(--ink);
  font-family: var(--font-sans); font-size: 16px; line-height: 1.6;
  -webkit-font-smoothing: antialiased; overflow-x: hidden;
  padding-bottom: 124px;
}
h1, h2, h3, h4 { font-family: var(--font-sans); font-weight: 700;
  line-height: 1.16; color: var(--ink); letter-spacing: -0.02em; }
a { color: var(--red); text-decoration: none; }
a:hover { text-decoration: underline; }
img { max-width: 100%; }

.shell { width: 100%; max-width: var(--maxw); margin: 0 auto; padding: 0 18px; }
.band { padding: 38px 0; }
.band--surface { background: var(--surface); }

/* titre de section : MAJUSCULES + soulignement rouge 4px pleine largeur */
.block-h {
  font-size: clamp(20px, 3.3vw, 27px); text-transform: uppercase;
  letter-spacing: 0.01em; padding-bottom: 9px; margin-bottom: 18px;
  border-bottom: 4px solid var(--red); width: 100%;
}
.kicker { font-family: var(--font-mono); font-weight: 500; font-size: 11px;
  letter-spacing: 0.16em; text-transform: uppercase; color: var(--red);
  margin-bottom: 8px; }

/* ---- boutons (angles vifs, radius 0) ---- */
.cta {
  display: inline-flex; align-items: center; justify-content: center;
  font-family: var(--font-sans); font-weight: 700; font-size: 15px;
  letter-spacing: 0.01em; border: none; cursor: pointer; white-space: nowrap;
  padding: 14px 24px; border-radius: 0;
  background: var(--red); color: #fff;
  transition: background .14s ease;
}
.cta:hover { background: var(--red-dk); color: #fff; text-decoration: none; }

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

/* bloc d'inscription encadré (.notify-block + .subscribe-grid) */
.notify-block { background: var(--ink); color: #fff;
  padding: 24px; margin: 24px 0; }
.subscribe-grid { display: grid; grid-template-columns: 1fr; gap: 16px;
  align-items: center; }
.nb-text h3 { color: #fff; font-size: 20px; text-transform: uppercase; }
.nb-text p { color: #c4c4c4; font-size: 14px; margin-top: 5px; }
.notify-block .field-line input[type="email"] { border-color: #fff; }
.notify-block .form-ok { color: #fff; }

.badge { display: inline-block; font-family: var(--font-mono); font-weight: 500;
  font-size: 11px; letter-spacing: 0.08em; text-transform: uppercase;
  background: var(--ink); color: #fff; padding: 5px 10px; }

/* ================================================================
   En-tête
   ================================================================ */
.topbar { background: var(--paper); border-bottom: 2px solid var(--ink); }
.topbar .shell { display: flex; align-items: center; justify-content: space-between;
  gap: 12px; padding-top: 14px; padding-bottom: 14px; }
.logo { font-family: var(--font-sans); font-weight: 800; font-size: 20px;
  color: var(--ink); letter-spacing: -0.03em; text-transform: uppercase; }
.logo:hover { text-decoration: none; }
.logo b { color: var(--red); font-weight: 800; }
.topbar-right { display: flex; align-items: center; gap: 14px; }
.menu { display: flex; gap: 2px; }
.menu a { font-family: var(--font-mono); font-size: 12px; font-weight: 500;
  color: var(--ink-soft); padding: 6px 9px; text-transform: uppercase;
  letter-spacing: 0.04em; }
.menu a:hover { color: var(--ink); background: var(--surface);
  text-decoration: none; }
.menu a.on { color: var(--red); }
.langsw { display: flex; font-family: var(--font-mono); font-weight: 500;
  font-size: 12px; border: 1.5px solid var(--ink); }
.langsw a { padding: 5px 9px; color: var(--ink-soft); }
.langsw a + a { border-left: 1.5px solid var(--ink); }
.langsw a.on { background: var(--ink); color: #fff; }
.langsw a:hover { text-decoration: none; }

/* ================================================================
   Page artiste
   ================================================================ */
.crumb { font-family: var(--font-mono); font-size: 11.5px; color: var(--ink-soft);
  margin-bottom: 14px; }
.crumb a { color: var(--ink-soft); }
.crumb span { margin: 0 6px; }
.headline-block { background: var(--paper); border-bottom: 2px solid var(--ink);
  padding: 28px 0 34px; }
.meta-row { display: flex; flex-wrap: wrap; align-items: center; gap: 10px;
  margin-bottom: 16px; }
.meta-date { font-family: var(--font-mono); font-size: 11px; color: var(--ink-soft); }
.headline { font-size: clamp(25px, 4.6vw, 41px); max-width: 22ch; }
.subline { font-size: 17px; color: var(--ink-soft); margin-top: 12px;
  max-width: 56ch; }
.hero-signup { margin-top: 22px; }

/* bloc salle (.venue-box) — angles vifs */
.venue-box { background: var(--surface); border-left: 4px solid var(--red);
  padding: 22px; margin-top: 8px; }
.venue-tags-row { display: flex; flex-wrap: wrap; gap: 0; margin-bottom: 14px; }
.vt { font-family: var(--font-mono); font-weight: 500; font-size: 11px;
  letter-spacing: 0.04em; padding: 5px 10px; background: var(--paper);
  border: 1px solid var(--line); color: var(--ink-soft); }
.vt + .vt { border-left: none; }
.vt--cap { background: var(--red); border-color: var(--red); color: #fff; }
.venue-box h2 { font-size: clamp(20px, 3.2vw, 26px); }
.venue-addr { font-family: var(--font-mono); font-size: 12px;
  color: var(--ink-soft); margin: 5px 0 12px; }
.venue-box .vdesc { color: var(--ink-soft); margin-bottom: 16px; }
.venue-list { list-style: none; display: grid; gap: 7px; }
.venue-list li { position: relative; padding-left: 20px; font-size: 14px;
  color: var(--ink-soft); }
.venue-list li::before { content: '—'; position: absolute; left: 0;
  color: var(--red); font-weight: 700; }

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

/* tableau de prix */
.ptable-wrap { overflow-x: auto; margin: 14px 0 16px; }
.ptable { width: 100%; border-collapse: collapse; font-size: 14px;
  min-width: 360px; border: 2px solid var(--ink); }
.ptable th { background: var(--ink); color: #fff; font-family: var(--font-mono);
  font-weight: 500; font-size: 11px; letter-spacing: 0.06em;
  text-transform: uppercase; text-align: left; padding: 11px 14px; }
.ptable td { padding: 11px 14px; border-bottom: 1px solid var(--line);
  color: var(--ink-soft); }
.ptable tr:last-child td { border-bottom: none; }
.ptable td:last-child { font-family: var(--font-mono); font-weight: 700;
  color: var(--ink); }
.vip-line { background: var(--surface); border-left: 4px solid var(--red);
  padding: 14px 16px; font-size: 14px; color: var(--ink-soft); }

/* historique H3 */
.hist-item { padding: 14px 0; border-bottom: 1px solid var(--line); }
.hist-item:last-of-type { border-bottom: none; }
.hist-item h3 { font-family: var(--font-mono); color: var(--red);
  font-size: 14px; margin-bottom: 5px; letter-spacing: 0.01em; }
.hist-item p { color: var(--ink-soft); font-size: 14px; }

/* FAQ (.qa) */
.qa { border-top: 2px solid var(--ink); padding: 16px 0; }
.qa:last-child { border-bottom: 2px solid var(--ink); }
.qa h3 { font-size: 16px; margin-bottom: 6px; }
.qa p { font-size: 14px; color: var(--ink-soft); }

/* autres villes (.elsewhere-card) */
.elsewhere { display: grid; gap: 0; border: 2px solid var(--ink); }
.elsewhere-card { display: block; background: var(--paper);
  padding: 16px 18px; }
.elsewhere-card + .elsewhere-card { border-top: 2px solid var(--ink); }
.elsewhere-card:hover { background: var(--surface); 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-mono); font-size: 12px;
  color: var(--ink-soft); margin-top: 3px; }

/* ================================================================
   Accueil + hubs
   ================================================================ */
.hero-home, .hero-hub { background: var(--paper); border-bottom: 2px solid var(--ink);
  padding: 44px 0 36px; }
.hero-home h1 { font-size: clamp(30px, 5.6vw, 50px); max-width: 17ch;
  text-transform: uppercase; }
.hero-home h1 em { font-style: normal; color: var(--red); }
.hero-home .lead { color: var(--ink-soft); font-size: 17px; max-width: 56ch;
  margin-top: 14px; }
.hero-hub h1 { font-size: clamp(26px, 4.6vw, 40px); text-transform: uppercase; }
.hero-hub .lead { color: var(--ink-soft); font-size: 16px; max-width: 60ch;
  margin-top: 12px; }
.hall-tags { display: flex; flex-wrap: wrap; gap: 0; margin-top: 16px; }
.hall-tag { font-family: var(--font-mono); font-weight: 500; font-size: 11px;
  letter-spacing: 0.04em; background: var(--surface); border: 1px solid var(--line);
  color: var(--ink-soft); padding: 6px 11px; }
.hall-tag + .hall-tag { border-left: none; }

.tools { display: flex; flex-direction: column; gap: 12px; padding: 22px 0 4px; }
.tabs { display: flex; gap: 0; flex-wrap: wrap; border: 2px solid var(--ink);
  width: fit-content; }
.tab { font-family: var(--font-mono); font-weight: 500; font-size: 12px;
  letter-spacing: 0.04em; text-transform: uppercase; padding: 9px 18px;
  cursor: pointer; background: var(--paper); border: none; color: var(--ink-soft); }
.tab + .tab { border-left: 2px solid var(--ink); }
.tab.on { background: var(--ink); color: #fff; }
.finder { display: flex; align-items: center; gap: 8px; background: var(--paper);
  border: 2px solid var(--ink); 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-mono); font-weight: 500; font-size: 11px;
  letter-spacing: 0.03em; padding: 7px 12px; cursor: pointer;
  background: var(--paper); border: 1.5px solid var(--line); color: var(--ink-soft); }
.gchip.on { background: var(--red); border-color: var(--red); color: #fff; }

.acts-head { display: flex; align-items: baseline; justify-content: space-between;
  gap: 10px; margin: 24px 0 14px;
  border-bottom: 4px solid var(--red); padding-bottom: 9px; }
.acts-head h2 { font-size: 19px; text-transform: uppercase; }
.acts-count { font-family: var(--font-mono); font-weight: 500; font-size: 11px;
  letter-spacing: 0.06em; text-transform: uppercase; color: var(--ink-soft); }
.acts { display: grid; grid-template-columns: 1fr; gap: 0;
  border: 2px solid var(--ink); }
.act-card { display: block; padding: 17px 18px; background: var(--paper);
  border-bottom: 1px solid var(--line); }
.act-card:hover { background: var(--surface); text-decoration: none; }
.act-card .ac-g { font-family: var(--font-mono); font-weight: 500;
  font-size: 10px; letter-spacing: 0.1em; text-transform: uppercase;
  color: var(--red); }
.act-card .ac-n { font-family: var(--font-sans); font-weight: 700; font-size: 19px;
  color: var(--ink); margin: 5px 0 9px; }
.ac-cities { display: flex; gap: 0; }
.ac-cities span { font-family: var(--font-mono); font-size: 10.5px;
  color: var(--ink-soft); border: 1px solid var(--line); padding: 3px 9px; }
.ac-cities span + span { border-left: none; }
.ac-cities span.here { background: var(--ink); border-color: var(--ink);
  color: #fff; }
.nores { display: none; color: var(--ink-soft); padding: 20px 0; }
.intro-note { padding: 32px 0 4px; }
.intro-note h2 { font-size: 19px; margin-bottom: 9px; text-transform: uppercase;
  border-bottom: 4px solid var(--red); padding-bottom: 9px; }
.intro-note p { color: var(--ink-soft); max-width: 72ch; }

/* ================================================================
   Pied de page — 5 colonnes
   ================================================================ */
.pagefoot { border-top: 4px solid var(--red); background: var(--ink);
  color: #fff; }
.pagefoot .shell { padding-top: 38px; padding-bottom: 30px; }
.foot-cols { display: grid; grid-template-columns: 1fr; gap: 24px; }
.foot-cols h4 { font-family: var(--font-mono); font-size: 11px; font-weight: 500;
  letter-spacing: 0.12em; text-transform: uppercase; color: var(--red);
  margin-bottom: 11px; }
.foot-cols a, .foot-cols span { display: block; font-size: 13.5px; color: #d0d0d0;
  padding: 3px 0; }
.foot-cols a:hover { color: #fff; }
.foot-logo { font-family: var(--font-sans); font-weight: 800; font-size: 19px;
  color: #fff; text-transform: uppercase; letter-spacing: -0.03em; }
.foot-logo b { color: var(--red); }
.foot-tag { font-size: 13px; color: #b0b0b0; margin-top: 9px; max-width: 30ch; }
.foot-base { margin-top: 26px; padding-top: 16px;
  border-top: 1px solid #2c2c2c; font-family: var(--font-mono);
  font-size: 11.5px; color: #9a9a9a; }

/* ================================================================
   Barre fixe (.fixed-bar) — toujours visible
   ================================================================ */
.fixed-bar { position: fixed; left: 0; right: 0; bottom: 0; z-index: 70;
  background: var(--paper); border-top: 4px solid var(--red); }
.fixed-bar .shell { display: flex; flex-direction: column; gap: 9px;
  padding-top: 11px; padding-bottom: 11px; }
.fb-text { font-family: var(--font-sans); font-weight: 700; font-size: 13px;
  color: var(--ink); }
.fb-text b { color: var(--red); }

/* ================================================================
   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: 800; font-size: 36px;
  color: var(--ink); text-transform: uppercase; letter-spacing: -0.03em; }
.splash-logo b { color: var(--red); }
.splash-sub { color: var(--ink-soft); margin: 10px 0 28px; }
.splash-choose { font-family: var(--font-mono); font-size: 12px; font-weight: 500;
  letter-spacing: 0.1em; text-transform: uppercase; color: var(--ink-soft);
  margin-bottom: 16px; }
.splash-langs { display: flex; gap: 0; flex-wrap: wrap; justify-content: center;
  border: 2px solid var(--ink); }
.splash-langs a { min-width: 160px; padding: 17px 24px;
  font-family: var(--font-sans); font-weight: 700; font-size: 17px;
  text-transform: uppercase; }
.splash-langs a + a { border-left: 2px solid var(--ink); }
.splash-langs a.l-fr { background: var(--ink); color: #fff; }
.splash-langs a.l-de { background: var(--paper); color: var(--ink); }
.splash-langs a:hover { text-decoration: none; }
.splash-langs a.l-fr:hover { background: var(--red); }
.splash-langs a.l-de:hover { background: var(--surface2); }

/* ================================================================
   Responsive
   ================================================================ */
@media (min-width: 640px) {
  .shell { padding: 0 26px; }
  .acts { grid-template-columns: 1fr 1fr; }
  .act-card:nth-child(odd) { border-right: 1px solid var(--line); }
  .foot-cols { grid-template-columns: 1.6fr 1fr 1fr 1fr 1fr; }
  .subscribe-grid { grid-template-columns: 1fr auto; }
}
@media (min-width: 860px) {
  body { padding-bottom: 76px; }
  .fixed-bar .shell { flex-direction: row; align-items: center; gap: 18px; }
  .fb-text { flex: 1; }
  .fixed-bar .alert-form { max-width: 420px; }
  .acts { grid-template-columns: 1fr 1fr 1fr; }
  .act-card:nth-child(odd) { border-right: none; }
  .act-card:not(:nth-child(3n)) { border-right: 1px solid var(--line); }
}
@media (max-width: 859px) {
  body { padding-bottom: 128px; }
  .fb-text { text-align: center; }
}
