:root {
  --black: #0a0a0a;
  --white: #ffffff;
  --gray: #8a8a8a;
  --light-gray: rgba(255,255,255,0.08);
  --accent: #c8382a;
}

* { margin: 0; padding: 0; box-sizing: border-box; }

/* ——— CURSOR ——— */
body {
  cursor: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='22' height='22' viewBox='0 0 22 22'%3E%3Cpath d='M4 2 L4 18 L7.5 14 L10.5 20.5 L13 19.5 L10 13 L16 13 Z' fill='%23c8382a' stroke='%230a0a0a' stroke-width='1.5' stroke-linejoin='round'/%3E%3C/svg%3E") 4 2, auto;
}
a, button {
  cursor: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='26' height='26' viewBox='0 0 26 26'%3E%3Cpath d='M4 2 L4 18 L7.5 14 L10.5 20.5 L13 19.5 L10 13 L16 13 Z' fill='%23c8382a' stroke='%230a0a0a' stroke-width='1.5' stroke-linejoin='round'/%3E%3Ccircle cx='20' cy='20' r='4' fill='%23c8382a' opacity='0.6'/%3E%3C/svg%3E") 4 2, pointer;
}
html { scroll-behavior: smooth; }

body {
  background: var(--black);
  color: var(--white);
  font-family: 'Open Sans', sans-serif;
  font-weight: 300;
  overflow-x: hidden;
}

/* ——— HERO ——— */
.hero-video {
  position: absolute;
  top: 50%;
  left: 50%;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  transform: translate(-50%, -50%) scale(1.05);
  object-fit: cover;
  z-index: 0;
}
.hero-overlay {
  position: absolute;
  inset: 0;
  background: rgba(0,0,0,0.65);
  z-index: 1;
}
.hero {
  position: relative;
  width: 100%;
  height: 100vh;
  min-height: 560px;
  background: #050505;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-end;
  padding-bottom: clamp(40px, 6vh, 70px);
}

.hero-title {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 100px;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-size: 10vw;
  font-weight: 400;
  letter-spacing: -0.02em;
  text-transform: lowercase;
  color: var(--white);
  line-height: 1;
  text-align: center;
  white-space: nowrap;
  transform-origin: center center;
  transform: scaleY(1.6);
  pointer-events: none;
  cursor: default;
  user-select: none;
}

.hero-title-text {
  display: inline-block;
  white-space: nowrap;
}

.nav-buttons {
  position: relative;
  z-index: 3;
  display: flex;
  flex-wrap: nowrap;
  gap: 6px;
  justify-content: center;
  width: 90%;
  max-width: 900px;
}

.nav-btn {
  font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-size: 10px;
  font-weight: 600;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: rgba(255,255,255,0.5);
  background: transparent;
  border: 1px solid rgba(255,255,255,0.15);
  padding: 11px 0;
  cursor: pointer;
  transition: all 0.2s ease;
  white-space: nowrap;
  border-radius: 999px;
  flex: 1 1 0;
  text-align: center;
  text-decoration: none;
  display: block;
}
.nav-btn:hover {
  color: var(--white);
  border-color: rgba(160,28,20,0.8);
  background: rgba(140,22,16,0.75);
}

/* ——— SECTIONS ——— */
section {
  padding: clamp(80px, 10vw, 140px) clamp(24px, 6vw, 80px);
}

.section-label {
  font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.4em;
  text-transform: uppercase;
  color: rgba(255,255,255,0.3);
  margin-bottom: 36px;
  display: flex;
  align-items: center;
  gap: 16px;
}
.section-label::after {
  content: '';
  height: 1px;
  width: 48px;
  background: rgba(255,255,255,0.12);
}

h2 {
  font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-size: clamp(30px, 4.5vw, 58px);
  font-weight: 700;
  line-height: 1.0;
  letter-spacing: -0.02em;
  margin-bottom: 28px;
  color: var(--white);
}

p {
  font-size: clamp(15px, 1.5vw, 17px);
  line-height: 1.85;
  color: rgba(255,255,255,0.5);
  max-width: 640px;
}

.divider { width: 100%; height: 1px; background: rgba(255,255,255,0.08); margin: 32px 0; }

/* ——— SHARED GIRA-STYLE LAYOUT ——— */
.section-top {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 16px;
  margin-bottom: 48px;
}
.section-top .section-label { margin-bottom: 16px; }
.section-top h2 { margin-bottom: 0; }

.section-cols {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 32px;
  border-top: 1px solid rgba(255,255,255,0.1);
  padding-top: 32px;
  align-items: start;
}

/* contact columns – same look as gira-country-block */
.contact-col-block { display: flex; flex-direction: column; gap: 14px; }
.contact-col-label {
  font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-size: 9px; font-weight: 700; letter-spacing: 0.3em;
  text-transform: uppercase; color: var(--accent);
  padding-bottom: 8px;
  border-bottom: 1px solid rgba(200,56,42,0.3);
}
.contact-col-value {
  font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-size: clamp(12px, 1.1vw, 14px); font-weight: 600;
  letter-spacing: 0.04em; color: rgba(255,255,255,0.6);
  text-decoration: none; line-height: 1.5;
  transition: color 0.2s;
  word-break: break-all;
}
.contact-col-value:hover { color: var(--white); }

/* ——— BIO ——— */
.bio-section {
  position: relative;
  padding: clamp(120px, 16vw, 220px) clamp(24px, 6vw, 80px);
  max-width: none;
  overflow: hidden;
}
.bio-bg {
  position: absolute;
  inset: 0;
  background-size: cover;
  background-position: center top;
  background-repeat: no-repeat;
  transform: scale(1.05);
  z-index: 0;
}
.bio-bg-overlay {
  position: absolute;
  inset: 0;
  background: rgba(0,0,0,0.72);
  z-index: 1;
}
.bio-content {
  position: relative;
  z-index: 2;
}
.bio-text-col { display: flex; flex-direction: column; gap: 20px; }
.bio-text-col p { max-width: none; }

/* ——— STATS ——— */
.stats-band {
  background: #111;
  padding: clamp(50px,7vw,90px) clamp(24px,6vw,80px);
}
.stats-inner {
  max-width: 1200px; margin: 0 auto;
  display: grid; grid-template-columns: repeat(3,1fr); gap: 2px;
}
.stat-item { padding: 48px 40px; background: #0d0d0d; text-align: center; }
.stat-number {
  font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-size: clamp(48px,6vw,80px); font-weight: 700;
  color: var(--white); line-height: 1; letter-spacing: -0.03em;
  display: block; margin-bottom: 10px;
}
.stat-label {
  font-family: 'Open Sans', sans-serif; font-size: 11px;
  letter-spacing: 0.2em; text-transform: uppercase;
  color: rgba(255,255,255,0.25);
}

/* ——— SHOWS ——— */
.shows-section { background: var(--black); }
.shows-cols { min-height: 520px; }
.shows-map-col {
  grid-column: span 3;
  position: relative;
  min-height: 520px;
  border-radius: 4px;
  overflow: hidden;
}
#tourbares-map {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}
.shows-photo {
  width: 100%;
  aspect-ratio: 16/9;
  background: url('../images/gira.jpg') center/cover no-repeat;
  border-radius: 4px;
  opacity: 0.75;
  flex-shrink: 0;
}
.shows-inner { display: contents; }
.shows-bg-overlay { display: none; }
.shows-title {
  font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-size: clamp(48px, 6vw, 86px);
  font-weight: 700;
  line-height: 0.95;
  letter-spacing: -0.03em;
  color: var(--accent);
  margin-bottom: 0;
}
.map-pin {
  width: 10px;
  height: 10px;
  background: var(--accent);
  border-radius: 50%;
  border: 2px solid rgba(255,255,255,0.3);
  box-shadow: 0 0 8px rgba(200,56,42,0.8);
  cursor: pointer;
  transition: transform 0.2s;
}
.map-pin:hover { transform: scale(1.6); }
@keyframes markerPulse {
  0%   { stroke-width: 4;  stroke-opacity: 0.4; }
  50%  { stroke-width: 22; stroke-opacity: 0.05; }
  100% { stroke-width: 4;  stroke-opacity: 0.4; }
}
.marker-pulse {
  animation: markerPulse 1.1s ease-in-out infinite;
  stroke: #c8382a !important;
}
.leaflet-container { background: #0a0a0a; }

/* popup */
.map-popup .leaflet-popup-content-wrapper {
  background: #0d0d0d;
  border: 1px solid rgba(200,56,42,0.35);
  border-radius: 3px;
  box-shadow: 0 4px 20px rgba(0,0,0,0.6);
}
.map-popup .leaflet-popup-tip { background: #0d0d0d; }
.map-popup .leaflet-popup-content { margin: 0; }
.map-popup-link {
  display: flex;
  flex-direction: column;
  gap: 4px;
  padding: 12px 16px;
  text-decoration: none;
}
.map-popup-name {
  font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: #fff;
}
.map-popup-cta {
  font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-size: 10px;
  font-weight: 400;
  letter-spacing: 0.06em;
  color: var(--accent);
}
.map-popup-link:hover .map-popup-cta { text-decoration: underline; }

/* watermark */
.map-watermark {
  font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: rgba(255,255,255,0.18);
  padding: 0 10px 10px 0;
  pointer-events: none;
  user-select: none;
}
.shows-subtitle {
  font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-size: clamp(14px, 1.4vw, 18px);
  font-weight: 400;
  color: rgba(255,255,255,0.35);
  letter-spacing: 0.02em;
  margin-top: 12px;
}
.shows-dates { display: flex; flex-direction: column; padding-top: 8px; }
.show-row {
  display: grid;
  grid-template-columns: 110px 1fr auto;
  align-items: center;
  gap: 16px;
  padding: 18px 0;
  border-bottom: 1px solid rgba(255,255,255,0.06);
  transition: background 0.2s;
  cursor: default;
}
.show-row:first-child { border-top: 1px solid rgba(255,255,255,0.06); }
.show-row:hover .show-venue,
.show-row-locked .show-venue { color: var(--white); }
.show-row:hover .show-line,
.show-row-locked .show-line { background: var(--accent); }
.show-row-locked .show-day { opacity: 1; }
.show-row-locked { cursor: pointer; }
.show-date {
  display: flex;
  align-items: baseline;
  gap: 6px;
}
.show-day {
  font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.2em;
  color: var(--accent);
  text-transform: uppercase;
}
.show-num {
  font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.05em;
  color: rgba(255,255,255,0.6);
  text-transform: uppercase;
}
.show-line {
  height: 1px;
  background: rgba(255,255,255,0.12);
  transition: background 0.2s;
}
.show-venue {
  font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-size: clamp(13px, 1.3vw, 16px);
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: rgba(255,255,255,0.5);
  transition: color 0.2s;
  white-space: nowrap;
}
.show-city {
  font-weight: 400;
  font-size: 11px;
  letter-spacing: 0.1em;
  color: rgba(255,255,255,0.25);
}
.shows-header {
  padding: clamp(70px,9vw,130px) clamp(24px,6vw,80px) 32px;
  max-width: 1200px;
  margin: 0 auto;
}
.photos-grid {
  display: grid;
  grid-template-columns: 2fr 1fr 1fr;
  grid-template-rows: auto auto;
  gap: 3px;
}
.photo-item { overflow: hidden; position: relative; }
.photo-item img {
  width: 100%; height: 100%; object-fit: cover; display: block;
  transition: transform 0.6s ease, filter 0.4s ease;
  filter: saturate(0.85) brightness(0.9);
}
.photo-item:hover img { transform: scale(1.04); filter: saturate(1.1) brightness(1); }
.photo-item.large { grid-row: span 2; min-height: 500px; }
.photo-item.medium { min-height: 250px; }

/* ——— TV / RADIO ——— */
.tv-grid { display:grid; grid-template-columns:1fr 1fr; gap:3px; margin-top:48px; }
.tv-item { position:relative; overflow:hidden; aspect-ratio:16/9; background:#0d0d0d; border-radius:4px; }
.tv-item img { width:100%; height:100%; object-fit:cover; display:block; transition: transform 0.5s ease; }
.tv-item:hover img { transform: scale(1.04); }
.tv-item-video iframe { position:absolute; inset:0; width:100%; height:100%; border:none; }
.tv-thumb-overlay { position:absolute; inset:0; cursor:pointer; transition: opacity 0.3s ease; }
.tv-thumb-overlay img { width:100%; height:100%; object-fit:cover; display:block; }
.tv-thumb-play {
  position:absolute; inset:0;
  display:flex; align-items:center; justify-content:center;
  font-size:42px; color:#fff;
  background: rgba(0,0,0,0.3);
  transition: background 0.2s;
}
.tv-thumb-overlay:hover .tv-thumb-play { background: rgba(0,0,0,0.5); }
.tv-item-thumb.playing .tv-thumb-overlay { opacity:0; pointer-events:none; }
.tv-badge {
  position:absolute; top:16px; left:16px;
  background: rgba(0,0,0,0.75); backdrop-filter: blur(4px);
  padding: 6px 14px;
  font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-size: 11px; font-weight: 700; letter-spacing: 0.2em;
  text-transform: uppercase; color: rgba(255,255,255,0.9);
}

/* ——— PRENSA ——— */
.media-grid { display:grid; grid-template-columns:repeat(3,1fr); gap:3px; margin-top:48px; }
.media-item { overflow:hidden; background:#0d0d0d; }
.media-item img { width:100%; display:block; transition: transform 0.4s ease; filter: grayscale(0.2); }
.media-item:hover img { transform: scale(1.02); filter: grayscale(0); }
.media-outlet {
  padding: 14px 20px;
  font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-size: 10px; font-weight: 700; letter-spacing: 0.3em;
  text-transform: uppercase; color: rgba(255,255,255,0.3);
  border-top: 1px solid rgba(255,255,255,0.06);
}

/* ——— PRESS LINKS ——— */
.press-links {
  margin-top: 3px;
  display: flex;
  flex-direction: column;
  gap: 3px;
}
.press-link {
  display: grid;
  grid-template-columns: 80px 1fr 24px;
  align-items: center;
  gap: 20px;
  padding: 20px 24px;
  background: #0d0d0d;
  text-decoration: none;
  transition: background 0.2s;
}
.press-link:hover { background: #141414; }
.press-link-outlet {
  font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--accent);
}
.press-link-title {
  font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-size: 13px;
  font-weight: 400;
  color: rgba(255,255,255,0.7);
  line-height: 1.4;
  transition: color 0.2s;
}
.press-link:hover .press-link-title { color: var(--white); }
.press-link-arrow {
  font-size: 16px;
  color: rgba(255,255,255,0.2);
  transition: color 0.2s;
  text-align: right;
}
.press-link:hover .press-link-arrow { color: var(--accent); }

/* ——— SPOTIFY ——— */
.spotify-strip {
  background: #0a0a0a;
  border-top: 1px solid rgba(255,255,255,0.06);
  border-bottom: 1px solid rgba(255,255,255,0.06);
  padding: clamp(50px,6vw,80px) clamp(24px,6vw,80px);
}
.spotify-strip-inner {
  max-width:1200px; margin:0 auto;
  display:grid; grid-template-columns:1fr auto; gap:60px; align-items:center;
}
.spotify-text p { margin-top:16px; }
.spotify-img { width:200px; border:1px solid rgba(255,255,255,0.08); }

/* ——— SELLO ——— */
.sello-row {
  display:flex; align-items:center; gap:40px;
  padding:48px; background:#0d0d0d; margin-top:48px;
  border: 1px solid rgba(255,255,255,0.06);
}
.sello-row img { width:100px; height:100px; object-fit:contain; filter:brightness(0) invert(1); opacity:0.8; }
.sello-info h3 {
  font-family:'Helvetica Neue',Helvetica,Arial,sans-serif;
  font-size:22px; font-weight:700; color:var(--white); margin-bottom:6px;
}
.sello-info p { color:rgba(255,255,255,0.4); font-size:14px; max-width:none; }

/* ——— CONTACTO / BOOKING WIZARD ——— */
.booking-wizard { margin-top: 0; }
.booking-steps {
  display: flex;
  align-items: center;
  gap: 0;
  margin-bottom: 40px;
}
.booking-step {
  display: flex;
  align-items: center;
  gap: 8px;
  opacity: 0.3;
  transition: opacity 0.3s;
}
.booking-step.active { opacity: 1; }
.booking-step.done { opacity: 0.6; }
.step-num {
  font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-size: 10px; font-weight: 700; letter-spacing: 0.15em;
  color: var(--accent);
}
.step-label {
  font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-size: 10px; font-weight: 600; letter-spacing: 0.1em;
  text-transform: uppercase; color: var(--white);
}
.booking-step-line {
  flex: 1;
  height: 1px;
  background: rgba(255,255,255,0.1);
  margin: 0 12px;
  min-width: 24px;
}
.booking-panel { display: none; }
.booking-panel.active { display: block; }
.booking-panel-title {
  font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-size: clamp(22px, 3vw, 32px);
  font-weight: 700;
  color: var(--white);
  margin-bottom: 28px;
  letter-spacing: -0.02em;
}
.booking-date, .booking-input {
  background: #111;
  border: 1px solid rgba(255,255,255,0.12);
  border-radius: 4px;
  color: var(--white);
  font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-size: 16px;
  padding: 14px 18px;
  width: 100%;
  max-width: 320px;
  outline: none;
  transition: border-color 0.2s;
}
.booking-date:focus, .booking-input:focus { border-color: var(--accent); }
.booking-date::-webkit-calendar-picker-indicator { filter: invert(1) opacity(0.4); }
.booking-options {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.booking-option {
  background: #111;
  border: 1px solid rgba(255,255,255,0.12);
  border-radius: 4px;
  color: rgba(255,255,255,0.6);
  font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-size: 13px;
  font-weight: 600;
  padding: 12px 20px;
  cursor: pointer;
  transition: all 0.15s;
  letter-spacing: 0.02em;
}
.booking-option:hover { border-color: rgba(255,255,255,0.3); color: var(--white); }
.booking-option.selected { background: var(--accent); border-color: var(--accent); color: var(--white); }
.booking-nav {
  display: flex;
  gap: 12px;
  margin-top: 28px;
}
.booking-next, .booking-back {
  font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-size: 11px; font-weight: 700; letter-spacing: 0.12em;
  text-transform: uppercase; padding: 13px 28px;
  border-radius: 4px; cursor: pointer; transition: all 0.2s;
}
.booking-next {
  background: var(--accent); color: var(--white); border: none;
}
.booking-next:hover { background: #a82218; }
.booking-back {
  background: transparent; color: rgba(255,255,255,0.4);
  border: 1px solid rgba(255,255,255,0.12);
}
.booking-back:hover { color: var(--white); border-color: rgba(255,255,255,0.3); }
.booking-preview {
  background: #0d0d0d;
  border: 1px solid rgba(255,255,255,0.08);
  border-radius: 4px;
  padding: 24px 28px;
  font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 1.8;
  color: rgba(255,255,255,0.7);
  white-space: pre-wrap;
  margin-bottom: 24px;
}
.booking-send-row {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
}
.booking-send-btn {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 14px 24px;
  border-radius: 4px;
  font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-size: 12px; font-weight: 700; letter-spacing: 0.08em;
  text-transform: uppercase; text-decoration: none;
  transition: all 0.2s;
}
.booking-send-wa { background: #25d366; color: #000; }
.booking-send-wa:hover { background: #1db954; }
.booking-send-mail { background: #111; color: var(--white); border: 1px solid rgba(255,255,255,0.15); }
.booking-send-mail:hover { border-color: rgba(255,255,255,0.4); }
.booking-restart {
  background: transparent; border: none; color: rgba(255,255,255,0.3);
  font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-size: 11px; font-weight: 600; letter-spacing: 0.1em;
  text-transform: uppercase; cursor: pointer; margin-top: 20px;
  padding: 0; transition: color 0.2s;
}
.booking-restart:hover { color: var(--white); }
.contact-direct { display: none; } /* replaced by section-cols layout */
.contact-direct-item {
  display: flex; flex-direction: column; gap: 6px;
  text-decoration: none;
}
.contact-direct-label {
  font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-size: 10px; font-weight: 700; letter-spacing: 0.3em;
  text-transform: uppercase; color: rgba(255,255,255,0.25);
}
.contact-direct-value {
  font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-size: clamp(15px, 1.6vw, 20px); font-weight: 700;
  color: var(--white); transition: color 0.2s;
}
.contact-direct-item:hover .contact-direct-value { color: rgba(255,255,255,0.4); }

/* ——— SOCIAL SIDEBAR ——— */
.social-sidebar {
  position: fixed;
  left: 24px;
  bottom: 0;
  z-index: 998;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 18px;
  padding-bottom: 0;
  transform: translateY(0);
  transition: opacity 0.3s;
}
.social-sidebar-link {
  color: rgba(255,255,255,0.3);
  display: flex;
  align-items: center;
  justify-content: center;
  transition: color 0.2s, transform 0.2s;
}
.social-sidebar-link:hover {
  color: var(--white);
  transform: scale(1.15);
}
.social-sidebar-line {
  width: 1px;
  height: 60px;
  background: rgba(255,255,255,0.12);
  margin-top: 4px;
}
@media (max-width: 768px) {
  .social-sidebar { display: none; }
}

/* ——— FLOATING BOOKING BTN ——— */
.float-booking {
  position: fixed;
  bottom: 32px;
  right: 32px;
  z-index: 999;
  display: flex;
  align-items: center;
  gap: 10px;
  background: var(--accent);
  color: var(--white);
  text-decoration: none;
  padding: 15px 24px;
  border-radius: 2px;
  font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  box-shadow: 4px 4px 0px rgba(0,0,0,0.5);
  transform: rotate(-1.5deg) translateY(120px);
  opacity: 0;
  transition: background 0.15s, opacity 0.5s ease, transform 0.6s cubic-bezier(0.34,1.56,0.64,1);
}
.float-booking.visible {
  transform: rotate(-1.5deg) translateY(0);
  opacity: 1;
}
.float-booking.hidden {
  transform: rotate(-1.5deg) translateY(120px);
  opacity: 0;
  pointer-events: none;
}
.float-booking:hover {
  background: #a82218;
  transform: rotate(-1.5deg) scale(1.04);
  box-shadow: 6px 6px 0px rgba(0,0,0,0.6);
}
.float-booking-icon { font-size: 15px; }
@media (max-width: 480px) {
  .float-booking { bottom: 16px; right: 16px; padding: 12px 18px; font-size: 11px; }
}

/* ——— FOOTER ——— */
.footer {
  border-top: 1px solid rgba(255,255,255,0.06);
  padding: 32px clamp(24px,6vw,80px);
  display:flex; justify-content:space-between; align-items:center;
}
.footer-name {
  font-family:'Helvetica Neue',Helvetica,Arial,sans-serif;
  font-size:16px; font-weight:400; letter-spacing:0.06em;
  text-transform:lowercase; color:rgba(255,255,255,0.4);
}
.footer-copy {
  font-family:'Open Sans',sans-serif; font-size:10px;
  letter-spacing:0.2em; color:rgba(255,255,255,0.15); text-transform:uppercase;
}

/* ——— MÚSICA ——— */
.music-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px;
  margin-top: 48px;
  align-items: start;
}
.music-label {
  font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.3em;
  text-transform: uppercase;
  color: rgba(255,255,255,0.25);
  margin-bottom: 10px;
}
.music-col-tracks { display: flex; flex-direction: column; justify-content: space-between; }

/* ——— LA GENTE ——— */
.lagente-section {
  padding: clamp(70px, 9vw, 130px) 0;
  overflow: hidden;
}
.lagente-header {
  padding: 0 clamp(24px, 6vw, 80px);
  margin-bottom: 48px;
}

@keyframes marquee-left {
  0%   { transform: translateX(0); }
  100% { transform: translateX(-50%); }
}

/* video marquee */
.tiktok-marquee-wrap {
  overflow-x: clip;
  overflow-y: visible;
  padding: 80px 0;
}
.tiktok-marquee {
  display: flex;
  width: max-content;
  align-items: center;
  will-change: transform;
}
.tiktok-mitem {
  flex-shrink: 0;
  position: relative;
  width: 185px;
  background: #0d0d0d;
  border-radius: 4px;
  overflow: hidden;
  transform-origin: center center;
  margin-right: -20px;
  transition: transform 0.35s cubic-bezier(0.34, 1.56, 0.64, 1);
  z-index: 1;
}
.tiktok-mitem:hover {
  transform: scale(1.45) translateY(0) !important;
  z-index: 10;
}

/* size + offset variations */
.tiktok-mitem:nth-child(6n+1) { transform: scale(1.08) translateY(-12px); }
.tiktok-mitem:nth-child(6n+2) { transform: scale(0.82) translateY(16px); }
.tiktok-mitem:nth-child(6n+3) { transform: scale(1.0)  translateY(5px); }
.tiktok-mitem:nth-child(6n+4) { transform: scale(0.88) translateY(-8px); }
.tiktok-mitem:nth-child(6n+5) { transform: scale(1.05) translateY(14px); }
.tiktok-mitem:nth-child(6n+6) { transform: scale(0.85) translateY(-4px); }

.tiktok-mitem iframe {
  width: 185px;
  height: 421px;
  border: none;
  display: block;
  pointer-events: none;
}
.tiktok-mitem.active iframe { pointer-events: auto; }
.tiktok-overlay {
  position: absolute;
  top: 0; left: 0;
  width: 100%;
  height: 421px;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(20,3,2,0.88);
  transition: background 0.3s ease;
}
.tiktok-mitem:hover .tiktok-overlay {
  background: rgba(0,0,0,0.08);
}
.tiktok-overlay::after {
  content: '▶';
  font-size: 20px;
  color: rgba(255,255,255,0.9);
  background: rgba(0,0,0,0.5);
  width: 42px;
  height: 42px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-left: 3px;
  transition: background 0.2s;
}
.tiktok-overlay:hover::after { background: var(--accent); }
.tiktok-mitem.active .tiktok-overlay { display: none; }
.tiktok-info {
  padding: 8px 6px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-top: 1px solid rgba(255,255,255,0.06);
}
.tiktok-user {
  font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.05em;
  color: rgba(255,255,255,0.5);
}
.tiktok-stats {
  display: flex;
  gap: 10px;
}
.tiktok-stats span {
  font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-size: 10px;
  font-weight: 600;
  color: rgba(255,255,255,0.25);
  letter-spacing: 0.05em;
}

/* ——— GIRA 2025 ——— */
.gira-section {
  position: relative;
  min-height: 100vh;
  overflow: hidden;
}
.gira-slideshow {
  position: absolute;
  inset: 0;
  z-index: 0;
}
.gira-slide {
  position: absolute;
  inset: 0;
  background-size: cover;
  background-position: center;
  opacity: 0;
  transition: opacity 1.2s ease;
}
.gira-slide.active { opacity: 1; }
.gira-overlay {
  position: absolute;
  inset: 0;
  background: rgba(0,0,0,0.55);
  z-index: 1;
}
.gira-top {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 0;
  align-items: start;
  padding: clamp(80px,10vw,140px) clamp(24px,6vw,80px) clamp(60px,8vw,100px);
}
.gira-hero {
  grid-column: 1 / -1;
  margin-bottom: 48px;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 16px;
}
.gira-title {
  font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-size: clamp(64px, 9vw, 130px);
  font-weight: 700;
  line-height: 0.9;
  letter-spacing: -0.04em;
  color: var(--white);
  text-transform: uppercase;
}
.gira-dots {
  display: flex;
  gap: 7px;
  padding-bottom: 8px;
}
.gira-dot {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: rgba(255,255,255,0.25);
  cursor: pointer;
  transition: background 0.3s;
}
.gira-dot.active { background: var(--accent); }
.gira-cities {
  grid-column: 1 / -1;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 32px;
  border-top: 1px solid rgba(255,255,255,0.1);
  padding-top: 32px;
}
.gira-country-block { display: flex; flex-direction: column; gap: 10px; }
.gira-country-label {
  font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-size: 9px;
  font-weight: 700;
  letter-spacing: 0.3em;
  text-transform: uppercase;
  color: var(--accent);
  padding-bottom: 8px;
  border-bottom: 1px solid rgba(200,56,42,0.3);
}
.gira-city-list {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.gira-city-list li {
  font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-size: clamp(12px, 1.1vw, 14px);
  font-weight: 600;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: rgba(255,255,255,0.6);
  line-height: 1.5;
  transition: color 0.15s;
  cursor: default;
}
.gira-city-list li:hover { color: var(--accent); }
.gira-text {
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  gap: 20px;
  padding: 36px clamp(24px,6vw,80px) clamp(60px,8vw,100px);
  border-top: 1px solid rgba(255,255,255,0.08);
  max-width: 900px;
}
.gira-text p {
  font-family: 'Open Sans', sans-serif;
  font-size: clamp(13px, 1.1vw, 15px);
  font-weight: 300;
  line-height: 1.7;
  color: rgba(255,255,255,0.55);
}
.gira-text strong { color: var(--white); font-weight: 600; }
@media (max-width: 768px) {
  .gira-cities { grid-template-columns: 1fr 1fr; }
  .gira-title { font-size: clamp(52px, 14vw, 90px); }
}
@media (max-width: 480px) {
  .gira-cities { grid-template-columns: 1fr; }
}

/* ——— TV VIDEO FEATURE ——— */
.tv-video-feature {
  margin-top: 32px;
  position: relative;
  width: 100%;
  aspect-ratio: 16/9;
  background: #0d0d0d;
  border-radius: 4px;
  overflow: hidden;
}
.tv-video-feature iframe {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  border: none;
}

/* ——— YOUTUBE (inside Música) ——— */
.music-yt-block {
  margin-top: clamp(48px,6vw,80px);
}
.music-yt-block .section-cols {
  border-top-color: rgba(255,255,255,0.08);
  align-items: start;
}
.yt-label-col { padding-top: 2px; }
.yt-link-col {
  display: flex;
  align-items: flex-start;
  padding-top: 2px;
}
/* carousel viewport */
.yt-car-viewport {
  position: relative;
  overflow: hidden;
  border-radius: 4px;
}
.yt-carousel-track {
  display: flex;
  transition: transform 0.75s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  will-change: transform;
}
.yt-car-slide {
  min-width: 100%;
  flex-shrink: 0;
}
.yt-item {
  position: relative;
  width: 100%;
  aspect-ratio: 16/9;
  background: #0d0d0d;
  overflow: hidden;
}
.yt-item iframe {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  border: none;
  display: block;
}
/* arrow buttons */
.yt-car-btn {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: rgba(0,0,0,0.55);
  border: 1px solid rgba(255,255,255,0.1);
  color: rgba(255,255,255,0.7);
  width: 48px;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  font-size: 20px;
  font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-weight: 300;
  z-index: 10;
  transition: background 0.2s, color 0.2s, border-color 0.2s;
  backdrop-filter: blur(4px);
}
.yt-car-prev { left: 0; }
.yt-car-next { right: 0; }
.yt-car-btn:hover {
  background: var(--accent);
  border-color: var(--accent);
  color: var(--white);
}
/* navigation dots */
.yt-car-dots {
  display: flex;
  justify-content: center;
  gap: 8px;
  margin-top: 20px;
}
.yt-car-dot {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: rgba(255,255,255,0.18);
  cursor: pointer;
  transition: background 0.3s, transform 0.2s;
}
.yt-car-dot.active {
  background: var(--accent);
  transform: scale(1.25);
}
.yt-channel-row {
  margin-top: 28px;
  display: flex;
  justify-content: flex-end;
}
.yt-channel-btn {
  font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: rgba(255,255,255,0.4);
  text-decoration: none;
  border-bottom: 1px solid rgba(255,255,255,0.15);
  padding-bottom: 3px;
  transition: color 0.2s, border-color 0.2s;
}
.yt-channel-btn:hover {
  color: var(--white);
  border-color: rgba(255,255,255,0.5);
}

/* ——— REVEAL ——— */
.reveal { opacity:0; transform:translateY(28px); transition:opacity 0.8s ease,transform 0.8s ease; }
.reveal.visible { opacity:1; transform:translateY(0); }

/* ——— RESPONSIVE TABLET (≤ 1024px) ——— */
@media (max-width: 1024px) {
  .section-cols { grid-template-columns: 1fr 1fr; gap: 24px; }
  .shows-map-col { grid-column: span 1; min-height: 380px; }
  .music-yt-block .section-cols { grid-template-columns: 1fr; }
  .photos-grid { grid-template-columns: 1fr 1fr; }
  .photo-item.large { grid-column: span 2; }
  .tv-grid { grid-template-columns: repeat(2, 1fr); }
}

/* ——— RESPONSIVE MOBILE (≤ 768px) ——— */
@media (max-width: 768px) {

  /* hero */
  /* hero-title font-size handled by JS fitTitle() */
  .nav-buttons { gap: 10px; flex-wrap: wrap; justify-content: center; }
  .nav-btn { font-size: 10px; padding: 8px 16px; }

  /* bio */
  .bio-grid { grid-template-columns: 1fr; gap: 32px; }
  .bio-section { padding: clamp(60px,12vw,100px) clamp(20px,5vw,40px); }

  /* section-cols mobile */
  .section-cols { grid-template-columns: 1fr; gap: 20px; }
  .shows-map-col { grid-column: span 1; min-height: 300px; }
  .spotify-strip-inner { grid-template-columns: 1fr; }
  .spotify-img { width: 100%; max-width: 240px; }

  /* shows */
  .show-row { grid-template-columns: 90px 1fr; gap: 12px; }
  .show-line { display: none; }
  .show-venue { white-space: normal; font-size: 12px; }
  .show-num { font-size: 13px; }

  /* youtube carousel – no changes needed, it's always 1 slide wide */

  /* tiktok */
  .tiktok-marquee-wrap { padding: 40px 0; }
  .tiktok-mitem { width: 140px; }
  .tiktok-mitem iframe { width: 140px; height: 318px; }
  .tiktok-overlay { height: 318px; }
  .tiktok-mitem:hover { transform: scale(1.3) translateY(0) !important; }

  /* fotos */
  .photos-grid { grid-template-columns: 1fr 1fr; gap: 6px; }
  .photo-item.large { grid-column: span 2; min-height: 200px; grid-row: span 1; }
  .photo-item.medium { min-height: 150px; }

  /* medios */
  .tv-grid { grid-template-columns: repeat(2, 1fr); gap: 12px; }
  .media-grid { grid-template-columns: 1fr; }

  /* stats */
  .stats-inner { grid-template-columns: 1fr; gap: 1px; }

  /* contacto / footer */
  .contact-grid { grid-template-columns: 1fr; gap: 0; }
  .footer { flex-direction: column; gap: 16px; text-align: center; }
  .sello-row { flex-direction: column; text-align: center; }

  /* general */
  section, .section { padding-left: 24px; padding-right: 24px; }
  h2 { font-size: clamp(28px, 8vw, 48px); }
}

/* ——— RESPONSIVE SMALL MOBILE (≤ 480px) ——— */
@media (max-width: 480px) {
  /* hero-title font-size handled by JS fitTitle() */
  .tv-grid { grid-template-columns: 1fr; }
  .photos-grid { grid-template-columns: 1fr; }
  .photo-item.large, .photo-item.medium { grid-column: span 1; min-height: 220px; }
  .shows-col-right { min-height: 280px; }
  .tiktok-mitem { width: 120px; }
  .tiktok-mitem iframe { width: 120px; height: 272px; }
  .tiktok-overlay { height: 272px; }
}
