/* Barranquilla Prende — estilos. Sistema del manual de identidad v2. */

@font-face { font-family: 'Unbounded'; src: url('../fuentes/Unbounded[wght].ttf') format('truetype'); font-weight: 200 900; font-display: swap; }
@font-face { font-family: 'Instrument Sans'; src: url('../fuentes/InstrumentSans[wdth,wght].ttf') format('truetype'); font-weight: 400 700; font-stretch: 75% 100%; font-display: swap; }
@font-face { font-family: 'Instrument Sans'; src: url('../fuentes/InstrumentSans-Italic[wdth,wght].ttf') format('truetype'); font-weight: 400 700; font-style: italic; font-display: swap; }
@font-face { font-family: 'IBM Plex Mono'; src: url('../fuentes/IBMPlexMono-Regular.ttf') format('truetype'); font-weight: 400; font-display: swap; }
@font-face { font-family: 'IBM Plex Mono'; src: url('../fuentes/IBMPlexMono-Medium.ttf') format('truetype'); font-weight: 500; font-display: swap; }

:root {
  --noche: #0B0A0F; --noche-2: #14121A;
  --cera: #F3E7CF; --cera-2: #B8AD98; --humo: #6E6658;
  --llama: #FFB020; --llama-2: #FF7A1A;
  --rojo: #E63B2E; --azul: #2F6BFF; --verde: #1FBF75;
  --linea: rgba(243, 231, 207, .14);
  --display: 'Unbounded', 'Arial Black', Impact, sans-serif;
  --texto: 'Instrument Sans', 'Segoe UI', Roboto, Helvetica, Arial, sans-serif;
  --mono: 'IBM Plex Mono', 'Courier New', monospace;
  --ancho: 1120px;
}

* { box-sizing: border-box; }
html { color-scheme: dark; scroll-behavior: smooth; scroll-padding-top: 80px; }
@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } }
body { margin: 0; background: var(--noche); color: var(--cera); font-family: var(--texto); font-size: 17px; line-height: 1.55; -webkit-font-smoothing: antialiased; overflow-x: hidden; }
/* fallback ruidoso: si Unbounded no cargó, se ve */
body.sin-fuente::before { content: 'Fuente Unbounded no cargó'; position: fixed; left: 0; top: 0; z-index: 99; background: var(--rojo); color: #fff; font: 12px/1 monospace; padding: 4px 8px; }

img { max-width: 100%; height: auto; display: block; }
a { color: var(--llama); text-decoration: none; }
:focus-visible { outline: 2px solid var(--llama); outline-offset: 3px; }
h1, h2, h3 { font-family: var(--display); font-weight: 800; line-height: 1.02; margin: 0; letter-spacing: -.02em; text-wrap: balance; }
h2 { font-size: clamp(2rem, 5vw, 3.4rem); }
h3 { font-size: clamp(1.2rem, 2.2vw, 1.6rem); }
p { margin: 0; }
ul { margin: 0; padding-left: 1.1em; }
li { margin: 6px 0; }
li::marker { color: var(--llama); }
.wrap { width: min(var(--ancho), 100% - 40px); margin-inline: auto; }
.mono { font-family: var(--mono); font-variant-numeric: tabular-nums; }
.eyebrow { font-family: var(--mono); font-size: .78rem; letter-spacing: .16em; text-transform: uppercase; color: var(--llama); margin-bottom: 14px; }
.texto { color: var(--cera-2); max-width: 52ch; margin-top: 16px; font-size: 1.08rem; }
section { padding: 88px 0; }

.salto { position: absolute; left: -999px; top: 0; background: var(--llama); color: var(--noche); padding: 8px 12px; z-index: 100; }
.salto:focus { left: 12px; top: 12px; }

/* Botones */
.btn { display: inline-flex; align-items: center; justify-content: center; gap: 8px; font-family: var(--display); font-weight: 500; font-size: .9rem; letter-spacing: .04em; padding: 16px 24px; border: 1px solid transparent; transition: transform .15s ease, background .15s ease, box-shadow .15s ease; white-space: nowrap; }
.btn:hover { transform: translateY(-1px); }
.btn-llama { background: var(--llama); color: var(--noche); box-shadow: 0 0 0 rgba(255,176,32,0); }
.btn-llama:hover { box-shadow: 0 0 34px rgba(255,176,32,.45); }
.btn-linea { border-color: var(--cera); color: var(--cera); }
.btn-linea:hover { background: rgba(243,231,207,.08); }

/* Barra */
.barra { position: fixed; inset: 0 0 auto 0; z-index: 50; display: flex; align-items: center; justify-content: space-between; gap: 20px; padding: 14px 20px; transition: background .2s ease, backdrop-filter .2s ease; }
.barra-solida { background: rgba(11,10,15,.82); backdrop-filter: blur(12px); border-bottom: 1px solid var(--linea); }
.barra-marca img { width: 150px; height: auto; }
.barra-nav { display: flex; gap: 24px; font-family: var(--mono); font-size: .8rem; letter-spacing: .1em; text-transform: uppercase; }
.barra-nav a { color: var(--cera-2); }
.barra-nav a:hover { color: var(--cera); }
.btn-barra { padding: 12px 18px; font-size: .78rem; }
@media (max-width: 760px) { .barra-nav { display: none; } .barra-marca img { width: 120px; } }

/* Hero */
.hero { position: relative; min-height: 78vh; padding: 130px 20px 72px; display: flex; flex-direction: column; align-items: center; text-align: center; overflow: hidden; }
.hero-luz { position: absolute; left: 50%; top: 42%; width: min(900px, 120vw); aspect-ratio: 1; transform: translate(-50%, -50%); background: radial-gradient(closest-side, rgba(255,176,32,.22), rgba(255,122,26,.06) 55%, transparent 72%); pointer-events: none; }
.hero > :not(.hero-luz) { position: relative; }
.hero-logo img { width: min(560px, 88vw); filter: drop-shadow(0 0 40px rgba(255,176,32,.25)); }
.lema { margin-top: 26px; font-family: var(--display); font-weight: 500; font-size: clamp(.95rem, 1.8vw, 1.25rem); letter-spacing: .1em; text-transform: uppercase; color: var(--cera-2); }
.fecha { margin-top: 14px; font-size: .95rem; color: var(--cera); }
.cuenta { margin-top: 26px; display: flex; gap: 22px; font-size: .72rem; letter-spacing: .12em; text-transform: uppercase; color: var(--humo); }
.cuenta span { display: flex; flex-direction: column; align-items: center; gap: 4px; min-width: 56px; }
.cuenta b { font-family: var(--display); font-weight: 800; font-size: clamp(1.6rem, 4vw, 2.4rem); color: var(--cera); letter-spacing: -.02em; line-height: 1; }
.hero-cta { margin-top: 34px; display: flex; flex-wrap: wrap; gap: 12px; justify-content: center; }
.nota-venta { margin-top: 18px; font-size: .78rem; color: var(--cera-2); max-width: 46ch; }

/* Manifiesto */
.manifiesto { border-top: 1px solid var(--linea); border-bottom: 1px solid var(--linea); padding: 72px 0; }
.linea { font-family: var(--display); font-weight: 800; font-size: clamp(1.4rem, 3.6vw, 2.6rem); letter-spacing: -.02em; line-height: 1.15; color: var(--cera-2); }
.linea.acento { color: var(--llama); }

/* Line-up */
.actos { margin-top: 36px; display: grid; grid-template-columns: repeat(4, 1fr); gap: 14px; }
@media (max-width: 1000px) { .actos { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 520px) { .actos { grid-template-columns: 1fr; } }
.acto { position: relative; overflow: hidden; background: var(--noche-2); border: 1px solid var(--linea); aspect-ratio: 4 / 5; display: flex; flex-direction: column; justify-content: flex-end; transition: border-color .2s ease, box-shadow .2s ease; }
.acto:hover { border-color: color-mix(in srgb, var(--c) 60%, transparent); box-shadow: 0 0 60px color-mix(in srgb, var(--c) 22%, transparent); }
.acto-img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; transition: transform .6s ease; }
.acto:hover .acto-img { transform: scale(1.03); }
.acto-texto { position: relative; padding: 22px; display: flex; flex-direction: column; gap: 8px; background: linear-gradient(to top, rgba(11,10,15,.92) 55%, rgba(11,10,15,0)); }
.acto-k { font-size: .7rem; letter-spacing: .14em; text-transform: uppercase; color: var(--cera-2); }
.acto-texto p:last-child { color: var(--cera-2); font-size: .92rem; line-height: 1.45; }
.acto-jhoy { border-color: rgba(255,176,32,.45); }
.acto-glow { position: absolute; width: 90%; aspect-ratio: 1; border-radius: 50%; left: 50%; top: 30%; transform: translate(-50%,-50%); background: var(--c); filter: blur(60px); opacity: .28; pointer-events: none; }
.acto-pantallas { position: absolute; left: 12%; right: 12%; top: 18%; display: grid; grid-template-columns: 1fr 1.15fr 1fr; gap: 5px; }
.acto-pantallas span { aspect-ratio: 4 / 3; background: #000; border: 1px solid var(--linea); display: grid; place-items: center; }
.acto-pantallas img { width: 40%; filter: drop-shadow(0 0 14px rgba(255,176,32,.6)); }

/* Momento */
.momento { background: #000; border-top: 1px solid var(--linea); border-bottom: 1px solid var(--linea); }
.momento-grid { display: grid; grid-template-columns: 1fr 1.35fr; gap: 48px; align-items: center; }
.momento-img { margin: 0; border: 1px solid var(--linea); overflow: hidden; box-shadow: 0 0 80px rgba(255,176,32,.12); }
.momento-img img { width: 100%; height: auto; display: block; }
.pantallas { display: grid; grid-template-columns: 1fr 1.15fr 1fr; gap: 8px; }
.pan { aspect-ratio: 4 / 3; background: #050408; border: 1px solid var(--linea); position: relative; overflow: hidden; display: grid; place-items: center; }
.pan-glow { position: absolute; width: 90%; aspect-ratio: 1; border-radius: 50%; background: var(--c); filter: blur(50px); opacity: .45; }
.pan-centro img { width: 45%; filter: drop-shadow(0 0 24px rgba(255,176,32,.6)); }
.pan-hora { position: absolute; right: 8%; top: 8%; color: var(--llama); font-size: .8rem; }
@media (max-width: 860px) { .momento-grid { grid-template-columns: 1fr; } }

/* Boletas */
.productos { margin-top: 36px; display: grid; grid-template-columns: repeat(auto-fit, minmax(260px, 1fr)); gap: 16px; }
.producto { background: var(--noche-2); border: 1px solid var(--linea); padding: 28px; display: flex; flex-direction: column; gap: 10px; }
.producto-vip { border-color: rgba(255,176,32,.5); box-shadow: inset 0 0 0 1px rgba(255,176,32,.12), 0 0 60px rgba(255,176,32,.07); }
.producto-k { font-size: .74rem; letter-spacing: .14em; text-transform: uppercase; color: var(--cera-2); }
.precio { font-family: var(--display); font-weight: 800; font-size: clamp(1.9rem, 3.4vw, 2.5rem); letter-spacing: -.03em; line-height: 1; }
.precio .mono { font-family: var(--display); }
.por { font-size: .78rem; color: var(--humo); }
.producto ul { margin: 12px 0 22px; color: var(--cera-2); font-size: .95rem; }
.producto .btn { margin-top: auto; }
.boletas .nota { margin-top: 22px; font-size: .8rem; color: var(--humo); }

/* Compromisos */
.compromisos { padding: 0 0 88px; }
.compromisos-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(220px, 1fr)); border: 1px solid var(--linea); }
.compromisos-grid > div { padding: 24px; border-right: 1px solid var(--linea); font-size: 1rem; color: var(--cera-2); }
.compromisos-grid > div:last-child { border-right: 0; }
.compromisos .num { color: var(--llama); font-size: .78rem; letter-spacing: .14em; margin-bottom: 8px; }
@media (max-width: 700px) { .compromisos-grid > div { border-right: 0; border-bottom: 1px solid var(--linea); } .compromisos-grid > div:last-child { border-bottom: 0; } }

/* Sitio */
.sitio { border-top: 1px solid var(--linea); }
.sitio-grid { display: grid; grid-template-columns: 1.2fr .8fr; gap: 40px; align-items: center; }
.sitio .dato { margin-top: 14px; color: var(--cera); font-size: .95rem; }
.sitio .btn { margin-top: 26px; }
.sitio-marca { display: grid; place-items: center; }
.sitio-marca img { width: min(240px, 60%); filter: drop-shadow(0 0 40px rgba(255,176,32,.3)); }
@media (max-width: 760px) { .sitio-grid { grid-template-columns: 1fr; } .sitio-marca { order: -1; } }

/* Pie */
.pie { border-top: 1px solid var(--linea); padding: 48px 0 56px; }
.pie-grid { display: grid; grid-template-columns: 1.1fr 1.3fr .8fr; gap: 36px; align-items: start; }
.pie-col { display: flex; flex-direction: column; gap: 10px; }
.pie-col > img { width: 190px; margin-bottom: 8px; }
.pie-dato { font-size: .78rem; color: var(--cera-2); }
.pie-k { font-size: .7rem; letter-spacing: .16em; text-transform: uppercase; color: var(--llama); margin-bottom: 6px; }
.socios-logos { display: flex; flex-wrap: wrap; align-items: center; gap: 16px 30px; }
.socios-logos img { height: 32px; width: auto; opacity: .9; }
.socio-pd { display: inline-flex; align-items: center; gap: 10px; }
.socio-pd img { height: 36px; width: auto; }
.socio-texto { font-family: var(--display); font-weight: 500; font-size: .9rem; letter-spacing: .08em; text-transform: uppercase; color: var(--cera); opacity: .9; line-height: 1; }
.socio-texto b { display: block; font-weight: 800; letter-spacing: .02em; }
.redes { display: flex; gap: 12px; }
.red { display: inline-grid; place-items: center; width: 46px; height: 46px; border: 1px solid var(--linea); color: var(--cera); transition: border-color .15s ease, color .15s ease, box-shadow .15s ease; }
.red:hover, .red:focus-visible { color: var(--llama); border-color: var(--llama); box-shadow: 0 0 24px rgba(255,176,32,.3); }
.pie-redes span { font-size: .78rem; color: var(--humo); }
@media (max-width: 860px) { .pie-grid { grid-template-columns: 1fr 1fr; } }
@media (max-width: 560px) { .pie-grid { grid-template-columns: 1fr; gap: 28px; } }
