/* ================================================================
   concertoportugal.com — design "azulejo moderno / Lisboa contemporânea"
   Branco-areia + azul azulejo · verde & vermelho PT em acentos
   DM Serif Display + Inter · grelha arejada · mobile-first
   ================================================================ */

:root {
  --bg:         #f7f4ec;
  --bg-alt:     #ffffff;
  --surface:    #ede5d3;
  --ink:        #1f3a5f;
  --ink-soft:   #4d6685;
  --line:       #d6cdb7;
  --verde-pt:   #006847;
  --verde-soft: #e0f0e7;
  --verde-dk:   #004d34;
  --rouge-pt:   #d52b1e;
  --rouge-soft: #fce4e2;
  --ouro:       #fcc926;
  --font-serif: 'DM Serif Display', Georgia, 'Times New Roman', serif;
  --font-sans:  'Inter', system-ui, -apple-system, Helvetica, sans-serif;
  --maxw: 1140px;
  /* motif azulejo subtil (losange + ponto, bleu azulejo) */
  --azulejo: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='44' height='44'%3E%3Cg fill='none' stroke='%231f3a5f' stroke-width='1' opacity='0.5'%3E%3Cpath d='M22 2 L42 22 L22 42 L2 22 Z'/%3E%3Cpath d='M22 13 L31 22 L22 31 L13 22 Z'/%3E%3C/g%3E%3Ccircle cx='22' cy='22' r='2.5' fill='%231f3a5f' opacity='0.5'/%3E%3C/svg%3E");
}

*, *::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.65;
  -webkit-font-smoothing: antialiased; overflow-x: hidden;
  padding-bottom: 132px;
}
h1, h2, h3, h4 { font-family: var(--font-serif); font-weight: 400;
  line-height: 1.18; color: var(--ink); }
a { color: var(--verde-pt); text-decoration: none; }
a:hover { text-decoration: underline; }

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

/* titre de section H2 — aligné à gauche + carré azulejo décoratif */
.block-h { position: relative; font-size: clamp(23px, 3.6vw, 33px);
  color: var(--ink); padding: 6px 0 12px 76px; margin-bottom: 22px;
  border-bottom: 1px solid var(--line); }
.block-h::before { content: ''; position: absolute; left: 0; top: 0;
  width: 60px; height: 60px; background-image: var(--azulejo);
  background-size: 30px 30px; border: 1px solid var(--line);
  background-color: var(--bg-alt); }
.kicker { font-family: var(--font-sans); font-weight: 700; font-size: 11px;
  letter-spacing: 0.16em; text-transform: uppercase; color: var(--verde-pt);
  margin-bottom: 8px; }

/* ---- boutons CTA — radius 16px ---- */
.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: 14px 26px; border-radius: 16px;
  background: var(--verde-pt); color: #fff;
  transition: background .15s ease;
}
.cta:hover { background: var(--verde-dk); color: #fff; text-decoration: none; }

/* ---- formulaire (.aviso-form) ---- */
.aviso-form { width: 100%; max-width: 470px; }
.field-line { display: flex; gap: 8px; flex-wrap: wrap; }
.field-line input[type="email"] {
  flex: 1; min-width: 200px; font-family: var(--font-sans); font-size: 16px;
  padding: 13px 15px; border: 1.5px solid var(--ink); border-radius: 16px;
  background: var(--bg-alt); color: var(--ink); outline: none;
}
.field-line input[type="email"]:focus { border-color: var(--verde-pt); }
.field-line input[type="email"]::placeholder { color: var(--ink-soft); }
.form-hint { font-size: 12.5px; color: var(--ink-soft); margin-top: 9px; }
.form-ok { font-family: var(--font-sans); font-weight: 700; font-size: 14px;
  color: var(--verde-pt); padding: 8px 2px; }

/* bloc d'inscription (.subscrever-bloco) */
.subscrever-bloco { background: var(--verde-soft); border: 1px solid #c2ddcd;
  border-radius: 18px; padding: 26px; margin: 26px 0;
  display: grid; gap: 16px; align-items: center; }
.subscrever-bloco h3 { font-size: 24px; }
.subscrever-bloco p { color: var(--ink-soft); font-size: 14.5px; }

.badge { display: inline-block; font-family: var(--font-sans); font-weight: 700;
  font-size: 11px; letter-spacing: 0.07em; text-transform: uppercase;
  background: var(--rouge-soft); color: var(--rouge-pt);
  border: 1px solid #f1c5c1; padding: 5px 11px; border-radius: 999px; }
.hl { background: var(--ouro); color: var(--ink); padding: 1px 7px;
  border-radius: 5px; font-weight: 700; }

/* ================================================================
   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: 14px; padding-top: 15px; padding-bottom: 15px; }
.logo { font-family: var(--font-serif); font-size: 24px; color: var(--ink); }
.logo:hover { text-decoration: none; }
.logo b { color: var(--verde-pt); font-weight: 400; }
.menu { display: flex; gap: 4px; flex-wrap: wrap; }
.menu a { font-family: var(--font-sans); font-size: 13px; font-weight: 600;
  color: var(--ink-soft); padding: 7px 12px; border-radius: 999px; }
.menu a:hover { color: var(--ink); background: var(--surface);
  text-decoration: none; }
.menu a.on { color: var(--verde-pt); background: var(--verde-soft); }

/* ================================================================
   Page artiste
   ================================================================ */
.crumb { font-size: 12.5px; color: var(--ink-soft); margin-bottom: 16px; }
.crumb a { color: var(--ink-soft); }
.crumb span { margin: 0 7px; }
.headline-block { background: var(--bg-alt); border-bottom: 1px solid var(--line);
  padding: 34px 0 40px; }
.meta-row { display: flex; flex-wrap: wrap; align-items: center; gap: 12px;
  margin-bottom: 18px; }
.meta-date { font-size: 12px; color: var(--ink-soft); }
.headline { font-size: clamp(29px, 5vw, 50px); font-weight: 400;
  max-width: 21ch; line-height: 1.1; }
.subline { font-family: var(--font-sans); font-size: 17px; color: var(--ink-soft);
  margin-top: 14px; max-width: 58ch; }
.hero-signup { margin-top: 26px; }

/* bloc salle (.venue-box) — motif azulejo subtil en fond */
.venue-box { position: relative; background: var(--bg-alt);
  border: 1px solid var(--line); border-radius: 14px; padding: 26px;
  margin-top: 10px; overflow: hidden; }
.venue-box::before { content: ''; position: absolute; right: -10px; top: -10px;
  width: 130px; height: 130px; background-image: var(--azulejo);
  background-size: 44px 44px; opacity: 0.5; pointer-events: none; }
.venue-box:hover { border-color: var(--verde-pt); }
.venue-tags-row { display: flex; flex-wrap: wrap; gap: 8px; margin-bottom: 16px;
  position: relative; }
.vt { font-family: var(--font-sans); font-weight: 600; font-size: 11.5px;
  padding: 6px 12px; border-radius: 999px; background: var(--surface);
  color: var(--ink-soft); }
.vt--cap { background: var(--ouro); color: var(--ink); font-weight: 700; }
.venue-box h2 { font-size: clamp(22px, 3.2vw, 29px); position: relative; }
.venue-addr { font-size: 13px; color: var(--ink-soft); margin: 5px 0 14px;
  position: relative; }
.venue-box .vdesc { color: var(--ink-soft); margin-bottom: 16px;
  position: relative; }
.venue-list { list-style: none; display: grid; gap: 8px; position: relative; }
.venue-list li { position: relative; padding-left: 22px; font-size: 14.5px;
  color: var(--ink-soft); }
.venue-list li::before { content: '◆'; position: absolute; left: 0;
  color: var(--verde-pt); font-size: 9px; top: 4px; }

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

/* tableau de prix */
.ptable-wrap { overflow-x: auto; margin: 16px 0 18px; }
.ptable { width: 100%; border-collapse: collapse; font-size: 14.5px;
  min-width: 380px; }
.ptable th { background: var(--ink); color: #fff; font-family: var(--font-sans);
  font-weight: 700; font-size: 12px; letter-spacing: 0.03em;
  text-align: left; padding: 13px 16px; }
.ptable th:first-child { border-radius: 10px 0 0 0; }
.ptable th:last-child { border-radius: 0 10px 0 0; }
.ptable td { padding: 12px 16px; 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-sans); background: var(--surface);
  border-radius: 14px; padding: 15px 18px; font-size: 14px;
  color: var(--ink-soft); }

/* historique H3 */
.hist-item { padding: 15px 0; border-bottom: 1px solid var(--line); }
.hist-item:last-of-type { border-bottom: none; }
.hist-item h3 { font-family: var(--font-sans); font-weight: 700;
  color: var(--verde-pt); font-size: 15px; margin-bottom: 5px; }
.hist-item p { color: var(--ink-soft); font-size: 14.5px; }

/* FAQ (.qa) */
.qa { border-top: 1px solid var(--line); padding: 17px 0; }
.qa:last-child { border-bottom: 1px solid var(--line); }
.qa h3 { font-family: var(--font-sans); font-weight: 700; font-size: 16px;
  margin-bottom: 6px; color: var(--ink); }
.qa p { font-size: 14.5px; color: var(--ink-soft); }

/* autres villes (.elsewhere-card) */
.elsewhere { display: grid; gap: 14px; }
.elsewhere-card { display: block; background: var(--bg-alt);
  border: 1px solid var(--line); border-radius: 14px; padding: 18px 20px; }
.elsewhere-card:hover { border-color: var(--verde-pt); text-decoration: none; }
.elsewhere-card .ec-city { font-family: var(--font-serif); font-size: 19px;
  color: var(--ink); }
.elsewhere-card .ec-venue { font-size: 13px; color: var(--ink-soft);
  margin-top: 3px; }

/* ================================================================
   Accueil + hubs
   ================================================================ */
.hero-home, .hero-hub { background: var(--bg-alt);
  border-bottom: 1px solid var(--line); padding: 54px 0 44px; }
.hero-home h1 { font-size: clamp(34px, 6vw, 62px); max-width: 15ch;
  font-weight: 400; }
.hero-home h1 em { font-style: normal; color: var(--verde-pt); }
.hero-home .lead { font-family: var(--font-sans); color: var(--ink-soft);
  font-size: 18px; max-width: 56ch; margin-top: 16px; }
.hero-hub h1 { font-size: clamp(28px, 5vw, 46px); font-weight: 400; }
.hero-hub .lead { font-family: var(--font-sans); color: var(--ink-soft);
  font-size: 16px; max-width: 60ch; margin-top: 12px; }
.hall-tags { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 18px; }
.hall-tag { font-family: var(--font-sans); font-weight: 600; font-size: 11.5px;
  background: var(--surface); color: var(--ink-soft);
  border-radius: 999px; padding: 7px 13px; }

.tools { display: flex; flex-direction: column; gap: 14px; padding: 26px 0 6px; }
.tabs { display: flex; gap: 8px; flex-wrap: wrap; }
.tab { font-family: var(--font-sans); font-weight: 700; font-size: 13px;
  padding: 10px 20px; border-radius: 999px; cursor: pointer;
  background: var(--bg-alt); border: 1.5px solid var(--line);
  color: var(--ink-soft); }
.tab.on { background: var(--ink); color: #fff; border-color: var(--ink); }
.finder { display: flex; align-items: center; gap: 10px; background: var(--bg-alt);
  border: 1.5px solid var(--line); border-radius: 16px; padding: 11px 16px;
  max-width: 360px; }
.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: 7px; flex-wrap: wrap; }
.gchip { font-family: var(--font-sans); font-weight: 600; font-size: 11.5px;
  padding: 7px 14px; border-radius: 999px; cursor: pointer;
  background: var(--bg-alt); border: 1px solid var(--line);
  color: var(--ink-soft); }
.gchip.on { background: var(--verde-pt); border-color: var(--verde-pt);
  color: #fff; }

.acts-head { display: flex; align-items: baseline; justify-content: space-between;
  gap: 12px; margin: 30px 0 16px; }
.acts-head h2 { font-size: 24px; }
.acts-count { font-family: var(--font-sans); font-weight: 600; font-size: 12px;
  color: var(--ink-soft); }
.acts { display: grid; grid-template-columns: 1fr; gap: 16px; }
.act-card { display: block; padding: 22px; background: var(--bg-alt);
  border: 1px solid var(--line); border-radius: 14px;
  transition: border-color .15s ease, transform .1s ease; }
.act-card:hover { border-color: var(--verde-pt); text-decoration: none;
  transform: translateY(-2px); }
.act-card .ac-g { font-family: var(--font-sans); font-weight: 700; font-size: 10.5px;
  letter-spacing: 0.1em; text-transform: uppercase; color: var(--verde-pt); }
.act-card .ac-n { font-family: var(--font-serif); font-size: 23px;
  color: var(--ink); margin: 6px 0 10px; }
.ac-cities { display: flex; gap: 6px; flex-wrap: wrap; }
.ac-cities span { font-family: var(--font-sans); font-weight: 600; font-size: 11px;
  color: var(--ink-soft); background: var(--surface); padding: 4px 11px;
  border-radius: 999px; }
.ac-cities span.here { background: var(--ink); color: #fff; }
.nores { display: none; color: var(--ink-soft); padding: 22px 0; }
.intro-note { padding: 40px 0 6px; }
.intro-note p { font-family: var(--font-sans); color: var(--ink-soft);
  max-width: 72ch; }

/* ================================================================
   Pied de page — 4 colonnes (Cidades / Géneros / Sobre / Privacidade)
   ================================================================ */
.pagefoot { border-top: 4px solid var(--verde-pt); background: var(--ink);
  color: #fff; }
.pagefoot .shell { padding-top: 46px; padding-bottom: 34px; }
.foot-cols { display: grid; grid-template-columns: 1fr; gap: 30px; }
.foot-cols h4 { font-family: var(--font-sans); font-size: 11px; font-weight: 700;
  letter-spacing: 0.13em; text-transform: uppercase; color: var(--ouro);
  margin-bottom: 12px; }
.foot-cols a, .foot-cols span { display: block; font-size: 14px; color: #c8d2df;
  padding: 4px 0; }
.foot-cols a:hover { color: #fff; }
.foot-logo { font-family: var(--font-serif); font-size: 23px; color: #fff; }
.foot-logo b { color: var(--ouro); }
.foot-tag { font-size: 13.5px; color: #9fb0c4; margin-top: 10px; max-width: 34ch; }
.foot-base { margin-top: 30px; padding-top: 18px; border-top: 1px solid #35506f;
  font-size: 12.5px; color: #8497ad; }

/* ================================================================
   Barre fixe (.barra-fixa)
   ================================================================ */
.barra-fixa { position: fixed; left: 0; right: 0; bottom: 0; z-index: 70;
  background: var(--bg-alt); border-top: 3px solid var(--verde-pt); }
.barra-fixa .shell { display: flex; flex-direction: column; gap: 10px;
  padding-top: 12px; padding-bottom: 12px; }
.bf-text { font-family: var(--font-sans); font-weight: 700; font-size: 13.5px;
  color: var(--ink); }
.bf-text b { color: var(--verde-pt); }

/* ================================================================
   Pages légales
   ================================================================ */
.legal { padding: 46px 0; }
.legal h1 { font-size: clamp(30px, 5vw, 44px); margin-bottom: 26px;
  font-weight: 400; }
.legal h2 { font-family: var(--font-sans); font-weight: 700; font-size: 18px;
  margin: 28px 0 10px; color: var(--ink); }
.legal p { color: var(--ink-soft); margin-bottom: 12px; max-width: 70ch; }
.legal .todo { background: var(--ouro); padding: 3px 8px; border-radius: 5px;
  font-weight: 700; color: var(--ink); }

/* ================================================================
   Responsive — grille 12 colonnes
   ================================================================ */
@media (min-width: 640px) {
  .elsewhere { grid-template-columns: 1fr 1fr; }
  .acts { grid-template-columns: 1fr 1fr; }
  .subscrever-bloco { grid-template-columns: 1fr auto; }
  .foot-cols { grid-template-columns: 1.7fr 1fr 1fr 1fr 1fr; }
}
@media (min-width: 900px) {
  body { padding-bottom: 82px; }
  .barra-fixa .shell { flex-direction: row; align-items: center; gap: 22px; }
  .bf-text { flex: 1; }
  .barra-fixa .aviso-form { max-width: 430px; }
  .acts { grid-template-columns: 1fr 1fr 1fr; }
}
@media (max-width: 899px) {
  body { padding-bottom: 140px; }
  .bf-text { text-align: center; }
}
