/* ============================================================
   ARTHEA¹⁷ — ANNOUNCEMENTS & POP-UPS
   Barra de anuncio · Newsletter · Toast stock · Exit intent
============================================================ */

/* ── BARRA DE ANUNCIO ──────────────────────────────────── */
#ann-bar {
  background: #FB5959;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: .9rem;
  padding: .7rem 2rem;
  font-family: 'Montserrat', sans-serif;
  font-size: .72rem;
  font-weight: 700;
  letter-spacing: .08em;
  text-transform: uppercase;
  position: sticky;
  top: 0;
  z-index: 590;
  flex-wrap: wrap;
}
.ann-badge {
  background: #fff;
  color: #FB5959;
  padding: .28rem .8rem;
  font-size: .62rem;
  font-weight: 900;
  letter-spacing: .14em;
}
.ann-sep { opacity: .3; }
.ann-text { color: rgba(255,255,255,.9); font-weight: 600; font-size: .7rem; letter-spacing: .06em; }
.ann-link {
  color: #fff;
  border-bottom: 1px solid rgba(255,255,255,.5);
  padding-bottom: 1px;
  transition: border-color .2s;
  text-decoration: none;
  font-size: .7rem; cursor: none;
}
.ann-link:hover { border-color: #fff; color: #fff; opacity: .8; }
.ann-close {
  background: none;
  border: none;
  color: rgba(255,255,255,.3);
  font-size: .72rem; cursor: none;
  padding: 0 .4rem;
  margin-left: .4rem;
  transition: color .2s;
  line-height: 1;
}
.ann-close:hover { color: #fff; }

/* ── NEWSLETTER POP-UP · TOAST DE STOCK · EXIT INTENT ────
   Retirados junto con su JS. Cuando vuelva a haber pop-ups
   seran distintos y se montaran de cero. */

/* ── DROPDOWN HOVER BRIDGE ────────────────────────────── */
/* Cubre el gap entre trigger y panel para que no se cierre */
.dd-panel::before {
  content: '';
  position: absolute;
  bottom: 100%;
  left: 0;
  right: 0;
  height: 1rem;
}

/* ── LOGO ↔ LINKS GAP ─────────────────────────────────── */
.nav-brand {
  margin-bottom: 1.1rem !important;
  font-size: 1.15rem !important;
  letter-spacing: .18em !important;
}

/* ── NAV LINKS: TAMAÑO Y ESPACIADO ──────────────────────── */
.nav-links { gap: 2.2rem !important; }
.nav-links a,
.nav-dd-trigger { font-size: .7rem !important; }

/* ── TOP WIDGETS SIEMPRE VISIBLES ─────────────────────── */
/* Sobreescribe el opacity:0 inicial de todas las páginas */
#top-widgets {
  opacity: 1 !important;
  pointer-events: all !important;
}

/* ── CURSOR ADAPTATIVO EN FONDOS OSCUROS ─────────────── */
body.dark-cur #cur-dot  { background: #fff !important; }
body.dark-cur #cur-ring { border-color: #fff !important; }

/* ── BOTÓN VOLVER ──────────────────────────────────────── */
#back-btn {
  position: fixed;
  top: 1.1rem;
  left: 1.5rem;
  z-index: 700;
  width: 36px;
  height: 36px;
  background: #0a0a0a;
  color: #fff;
  border: none;
  display: flex;
  align-items: center;
  justify-content: center; cursor: none;
  opacity: 0;
  pointer-events: none;
  transition: opacity .3s, background .2s;
}
#back-btn svg { width: 15px; height: 15px; }
#back-btn.back-btn-show { opacity: 1; pointer-events: all; }
#back-btn:hover { background: #6B5CE7; }

@media (max-width: 600px) {
  #ann-bar { gap: .5rem; font-size: .46rem; }
  .ann-text { display: none; }
}

/* ── BOTONES CON BORDE REDONDEADO (todas las páginas) ─────── */
.btn-dark   { border-radius: 8px !important; font-size: .66rem !important; }
.btn-outline{ border-radius: 8px !important; font-size: .66rem !important; }
.link-arr {
  border-bottom: none !important;
  border: 1.5px solid rgba(10,10,10,.22) !important;
  border-radius: 100px !important;
  padding: .52rem 1.4rem !important;
  font-size: .72rem !important;
  transition: color .2s, border-color .2s !important;
}
.link-arr:hover { color: #6B5CE7 !important; border-color: #6B5CE7 !important; }

/* ── OCULTAR CURSOR EN DISPOSITIVOS TÁCTILES ──────────────── */
@media (pointer: coarse) {
  body, * { cursor: auto !important; }
  #cur-dot, #cur-ring { display: none !important; }
}

/* ── NAV MÓVIL — DOS LÍNEAS EN LUGAR DE OCULTARSE ──────────── */
@media (max-width: 560px) {
  .nav-links {
    display: flex !important;
    flex-wrap: wrap !important;
    justify-content: center !important;
    gap: .2rem .6rem !important;
    max-width: 320px !important;
    padding-top: .15rem !important;
    opacity: 1 !important;
    pointer-events: auto !important;
  }
  .nav-links a, .nav-dd { font-size: .7rem !important; }
  .dd-panel { min-width: 130px; }
}

/* ── BOTTOM NAV MÓVIL — ÍCONOS Y TEXTO MÁS GRANDES ─────────── */
@media (max-width: 768px) {
  #mobile-nav a {
    font-size: .5rem !important;
    padding: .6rem .4rem !important;
    gap: .28rem !important;
  }
  #mobile-nav a svg {
    width: 22px !important;
    height: 22px !important;
  }
}

/* ══════════════════════════════════════════════════════════════
   FOOTER GLOBAL UNIFICADO — todas las páginas
═══════════════════════════════════════════════════════════════ */
footer {
  background: #0a0a0a !important;
  padding: 4rem 4rem 2rem !important;
}

/* Bloque de marca */
footer .footer-hero {
  text-align: center !important;
  padding-bottom: 2.5rem !important;
  margin-bottom: 2.5rem !important;
  border-bottom: 1px solid rgba(255,255,255,.07) !important;
}
footer .footer-brand {
  font-family: 'Montserrat', sans-serif !important;
  font-weight: 300 !important;
  font-size: clamp(2.5rem, 7vw, 5rem) !important;
  letter-spacing: .04em !important;
  text-transform: uppercase !important;
  color: var(--white, #fff) !important;
  display: block !important;
  line-height: .92 !important;
}
footer .footer-brand .ia { font-style: italic !important; }

/* Tagline principal */
footer .footer-tag {
  font-family: 'Montserrat', sans-serif !important;
  font-style: italic !important;
  font-size: .8rem !important;
  font-weight: 400 !important;
  letter-spacing: .1em !important;
  text-transform: uppercase !important;
  color: rgba(245,241,232,.45) !important;
  margin-top: .8rem !important;
  display: block !important;
}

/* "De Barcelona al mundo" — separado visualmente */
footer .footer-subtag {
  font-family: 'Montserrat', sans-serif !important;
  font-style: normal !important;
  font-size: .6rem !important;
  font-weight: 700 !important;
  letter-spacing: .2em !important;
  text-transform: uppercase !important;
  color: rgba(245,241,232,.2) !important;
  margin-top: 2.2rem !important;
  padding-top: 1.8rem !important;
  border-top: 1px solid rgba(255,255,255,.05) !important;
  display: block !important;
}

/* Columnas centradas */
footer .footer-grid {
  display: grid !important;
  grid-template-columns: repeat(3,1fr) !important;
  gap: 3rem !important;
  padding-bottom: 2.5rem !important;
  border-bottom: 1px solid rgba(255,255,255,.07) !important;
  margin-bottom: 1.8rem !important;
  text-align: center !important;
  justify-items: center !important;
}
footer .footer-col { text-align: center !important; }
footer .footer-col h4 {
  font-family: 'Montserrat', sans-serif !important;
  font-style: normal !important;
  font-size: .65rem !important;
  font-weight: 800 !important;
  letter-spacing: .18em !important;
  text-transform: uppercase !important;
  color: rgba(245,241,232,.75) !important;
  margin-bottom: 1.2rem !important;
  padding-bottom: .55rem !important;
  border-bottom: 1px solid rgba(245,241,232,.18) !important;
  display: inline-block !important;
}
footer .footer-col li { margin-bottom: .7rem !important; list-style: none !important; }
footer .footer-col a {
  font-family: 'Montserrat', sans-serif !important;
  font-style: normal !important;
  font-size: .7rem !important;
  font-weight: 300 !important;
  text-transform: uppercase !important;
  letter-spacing: .08em !important;
  color: rgba(245,241,232,.5) !important;
  transition: color .2s !important;
  text-decoration: none !important;
}
footer .footer-col a:hover { color: rgba(245,241,232,1) !important; }

/* Barra inferior */
footer .footer-bot {
  display: flex !important;
  align-items: center !important;
  justify-content: space-between !important;
}
footer .footer-copy {
  font-family: 'Montserrat', sans-serif !important;
  font-style: normal !important;
  font-size: .52rem !important;
  font-weight: 500 !important;
  letter-spacing: .08em !important;
  text-transform: uppercase !important;
  color: rgba(245,241,232,.18) !important;
}
footer .footer-soc { display: flex !important; gap: 1.2rem !important; }
footer .footer-soc a {
  font-family: 'Montserrat', sans-serif !important;
  font-size: .56rem !important;
  font-weight: 800 !important;
  letter-spacing: .1em !important;
  text-transform: uppercase !important;
  color: rgba(245,241,232,.35) !important;
  transition: color .2s !important;
}
footer .footer-soc a:hover { color: #FB5959 !important; }

@media (max-width: 768px) {
  footer { padding: 3rem 1.5rem 2rem !important; }
  footer .footer-grid { grid-template-columns: 1fr 1fr !important; gap: 2rem !important; }
}
@media (max-width: 480px) {
  footer .footer-grid { grid-template-columns: 1fr !important; }
  footer .footer-bot { flex-direction: column; gap: 1rem; text-align: center; }
}

/* ── BOTONES DE REDIRECCIÓN EN LANDINGS ──────────────────────── */
/* artistas.html */
.btn-obra {
  background: transparent !important;
  color: var(--black, #0a0a0a) !important;
  border: 1.5px solid rgba(10,10,10,.22) !important;
  border-radius: 100px !important;
  transition: color .2s, border-color .2s !important;
}
.btn-obra:hover {
  background: transparent !important;
  color: #6B5CE7 !important;
  border-color: #6B5CE7 !important;
}
.btn-apply {
  background: transparent !important;
  color: #6B5CE7 !important;
  border: 1.5px solid #6B5CE7 !important;
  border-radius: 100px !important;
  transition: color .2s, border-color .2s !important;
}
.btn-apply:hover {
  background: transparent !important;
  color: #0a0a0a !important;
  border-color: #0a0a0a !important;
}
/* comunidad.html */
.tier-cta  { border-radius: 100px !important; }
.expone-cta-btn { border-radius: 8px !important; }

/* ══════════════════════════════════════════════════════════════
   TEXTOS NARRATIVOS Y EXPLICATIVOS — LEGIBLES + ACCESIBLES
   WCAG AA: ≥14px texto secundario · ≥16px cuerpo principal
   Todo lo que no sea título: mínimo .9rem (≈14.4px @ 16px base)
═══════════════════════════════════════════════════════════════ */

/* ── Párrafos principales de sección (index + landings) ─────── */
.artistas-top-r p,
.eventos-top-r p,
.colab-body,
.hero-sub {
  font-family: 'Montserrat', sans-serif !important;
  text-transform: uppercase !important;
  font-size: 1rem !important;
  font-weight: 500 !important;
  letter-spacing: .05em !important;
  line-height: 1.9 !important;
  font-style: normal !important;
  color: rgba(10,10,10,.55) !important;
}

/* ── Hero sub en landings oscuras ──────────────────────────── */
.art-hero-sub, .esp-hero-sub {
  font-family: 'Montserrat', sans-serif !important;
  text-transform: uppercase !important;
  font-size: 1rem !important;
  font-weight: 500 !important;
  letter-spacing: .05em !important;
  line-height: 1.9 !important;
  font-style: normal !important;
}

/* ── Descripciones de sección ──────────────────────────────── */
.art-how-desc, .colab-desc,
.form-intro-desc, .esp-form-desc,
.packs-note, .page-hero-r,
.redir-card-desc {
  font-family: 'Montserrat', sans-serif !important;
  text-transform: uppercase !important;
  font-size: .92rem !important;
  font-weight: 500 !important;
  letter-spacing: .05em !important;
  line-height: 1.88 !important;
  font-style: normal !important;
}

/* ── Listas de pasos y características ─────────────────────── */
.art-step-text        { font-size: .92rem !important; line-height: 1.75 !important; }
.pack-items li        { font-size: .9rem  !important; line-height: 1.7  !important; }
.addon-items li       { font-size: .88rem !important; line-height: 1.7  !important; }
.form-intro-perks li  { font-size: .9rem  !important; line-height: 1.65 !important; }
.colab-perks li       { font-size: .9rem  !important; line-height: 1.65 !important; }
.esp-form-perks li    { font-size: .9rem  !important; line-height: 1.65 !important; }
.colab-cond-sub       { font-size: .92rem !important; line-height: 1.7  !important; }

/* ── Pilares, extractos, cuerpo editorial ──────────────────── */
.pillar-b       { font-size: .92rem !important; line-height: 1.7 !important; }
.manifiesto-body{ font-size: .92rem !important; line-height: 1.88 !important; }
.b-exc          { font-size: .95rem !important; line-height: 1.7 !important; }
.nl-sub         { font-size: .95rem !important; }
.e-venue        { font-size: .88rem !important; }
.next-sub       { font-size: .92rem !important; }
.tier-desc      { font-size: .92rem !important; line-height: 1.7 !important; }
.prox-sub       { font-size: .95rem !important; }
/* Wishlist */
.wish-card-title { font-size: .78rem !important; }
.wish-card-artist{ font-size: .82rem !important; }

/* ── Comunidad — textos narrativos ─────────────────────────── */
.manifiesto-body   { font-size: 1rem    !important; line-height: 1.95 !important; }
.who-intro         { font-size: 1rem    !important; line-height: 1.8  !important; }
.who-desc          { font-size: 1rem    !important; line-height: 1.8  !important; }
.who-card-desc     { font-size: .92rem  !important; line-height: 1.72 !important; }
.perk-desc         { font-size: .92rem  !important; line-height: 1.68 !important; }
.tier-access       { font-size: .85rem  !important; }
.tier-perks li     { font-size: .88rem  !important; line-height: 1.55 !important; }
.tier-period       { font-size: .78rem  !important; }
.comm-join-legal   { font-size: .72rem  !important; }
.expone-cta-sub    { font-size: .95rem  !important; line-height: 1.8  !important; }

/* ── PILLS Y ELEMENTOS CON BORDE: BORDES REDONDEADOS GLOBAL ── */
.who-tag-pill  { border-radius: 100px !important; }
.pill          { border-radius: 100px !important; }
.srv-pill      { border-radius: 100px !important; }
.s-badge, .pack-badge, .tier-badge, .ann-badge { border-radius: 4px !important; }

/* ── Inputs, selects, textareas — ≥16px evita zoom en iOS ─── */
input, select, textarea {
  font-size: max(.95rem, 16px) !important;
  line-height: 1.5 !important;
}

/* ── Botones de acción ─────────────────────────────────────── */
.btn-submit, .esp-btn-submit {
  font-size: .78rem !important;
  padding: 1rem 2.4rem !important;
  border-radius: 8px !important;
}
.btn-dark, .btn-outline { font-size: .78rem !important; }
.link-arr               { font-size: .82rem !important; }
