:root {
  --bg: #070707;
  --surface: #101010;
  --surface-2: #171717;
  --line: rgba(255, 255, 255, .12);
  --muted: #a3a3a3;
  --white: #f6f6f3;
  --red: #ff3a3a;
  --red-dark: #ad101b;
  --shell: 1240px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--bg); color: var(--white); font-family: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; line-height: 1.5; }
body.menu-open { overflow: hidden; }
a { color: inherit; text-decoration: none; }
button, input { font: inherit; }
button { color: inherit; }
.shell { width: min(calc(100% - 48px), var(--shell)); margin-inline: auto; }
.section { padding: 108px 0; }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; }
.skip-link { position: fixed; top: 12px; left: 12px; z-index: 200; padding: 10px 16px; background: #fff; color: #000; transform: translateY(-150%); }
.skip-link:focus { transform: translateY(0); }

.site-header { position: fixed; inset: 0 0 auto; z-index: 100; height: 78px; border-bottom: 1px solid transparent; transition: background .25s, border-color .25s, backdrop-filter .25s; }
.site-header.scrolled { background: rgba(7,7,7,.86); border-color: var(--line); backdrop-filter: blur(18px); }
.header-inner { height: 100%; display: flex; align-items: center; gap: 34px; }
.brand { display: inline-flex; align-items: center; gap: 11px; flex-shrink: 0; }
.brand-mark { display: flex; align-items: center; gap: 3px; height: 26px; }
.brand-mark i { display: block; width: 3px; border-radius: 4px; background: var(--red); }
.brand-mark i:nth-child(1) { height: 9px; }
.brand-mark i:nth-child(2) { height: 20px; }
.brand-mark i:nth-child(3) { height: 26px; }
.brand-mark i:nth-child(4) { height: 14px; }
.brand-copy { font-size: 19px; font-weight: 760; letter-spacing: -.05em; }
.brand-copy span { color: var(--red); padding-inline: 1px; }
.main-nav { display: flex; align-items: center; gap: 26px; margin-left: auto; }
.main-nav a { color: #c5c5c5; font-size: 14px; font-weight: 650; transition: color .2s; }
.main-nav a:hover, .main-nav a:focus-visible { color: #fff; }
.header-cta { display: inline-flex; align-items: center; gap: 9px; padding: 11px 17px; border: 1px solid var(--line); border-radius: 999px; font-size: 13px; font-weight: 700; }
.header-cta svg { width: 17px; fill: none; stroke: currentColor; stroke-width: 1.8; }
.menu-toggle { display: none; margin-left: auto; width: 43px; height: 43px; padding: 10px; background: transparent; border: 1px solid var(--line); border-radius: 50%; }
.menu-toggle > span:not(.sr-only) { display: block; width: 19px; height: 1px; margin: 4px auto; background: #fff; }

.hero { min-height: 770px; height: max(760px, 100svh); position: relative; display: flex; overflow: hidden; border-bottom: 1px solid var(--line); background: radial-gradient(circle at 74% 42%, #191919 0, #090909 36%, #050505 70%); }
.hero::after { content: ""; position: absolute; inset: 0; pointer-events: none; background-image: linear-gradient(rgba(255,255,255,.018) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.018) 1px, transparent 1px); background-size: 64px 64px; mask-image: linear-gradient(to bottom, black, transparent 84%); }
.hero-inner { position: relative; z-index: 3; display: grid; grid-template-columns: minmax(0, 1.05fr) minmax(390px, .7fr); align-items: center; gap: 80px; padding-top: 100px; }
.hero-copy { max-width: 710px; }
.eyebrow { display: flex; align-items: center; gap: 10px; margin: 0 0 18px; color: #b7b7b7; font-size: 12px; line-height: 1; font-weight: 800; letter-spacing: .15em; text-transform: uppercase; }
.eyebrow span { display: inline-block; width: 28px; height: 2px; background: var(--red); }
.hero h1 { max-width: 760px; margin: 0; font-size: clamp(59px, 6.2vw, 98px); line-height: .91; letter-spacing: -.066em; }
.hero h1 em { color: var(--red); font-family: Georgia, serif; font-weight: 400; }
.hero-lead { max-width: 620px; margin: 28px 0 0; color: #b9b9b9; font-size: clamp(17px, 1.6vw, 21px); }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 34px; }
.button { min-height: 52px; display: inline-flex; align-items: center; justify-content: center; gap: 28px; padding: 0 23px; border-radius: 5px; font-size: 14px; font-weight: 800; transition: transform .2s, background .2s, border-color .2s; }
.button:hover { transform: translateY(-2px); }
.button-primary { background: var(--red); color: #fff; }
.button-primary:hover { background: #ff4f4f; }
.button-ghost { border: 1px solid rgba(255,255,255,.2); background: rgba(255,255,255,.035); }
.button-ghost:hover { border-color: rgba(255,255,255,.5); }
.hero-stats { display: flex; gap: 0; margin: 58px 0 0; padding: 0; list-style: none; }
.hero-stats li { min-width: 132px; padding-right: 24px; margin-right: 24px; border-right: 1px solid var(--line); }
.hero-stats li:last-child { border-right: 0; }
.hero-stats strong { display: block; font-size: 22px; line-height: 1; }
.hero-stats span { display: block; margin-top: 7px; color: #797979; font-size: 11px; text-transform: uppercase; letter-spacing: .08em; }
.hero-poster { width: min(100%, 440px); aspect-ratio: .74; justify-self: end; position: relative; overflow: hidden; padding: 30px; transform: rotate(2deg); border: 1px solid rgba(255,255,255,.19); background: linear-gradient(135deg, rgba(255,255,255,.09), transparent 40%), radial-gradient(circle at 35% 46%, #ff3b45 0, #8b101b 25%, #190609 66%); box-shadow: 0 34px 90px rgba(0,0,0,.5); }
.hero-poster::before { content: ""; position: absolute; inset: 0; background: repeating-linear-gradient(0deg, transparent, transparent 9px, rgba(255,255,255,.025) 10px); }
.poster-date { position: relative; z-index: 2; display: flex; justify-content: space-between; align-items: start; }
.poster-date span { font-size: 10px; letter-spacing: .2em; }
.poster-date strong { font-size: 13px; }
.poster-rings { position: absolute; inset: 19% 10% auto; aspect-ratio: 1; }
.poster-rings i { position: absolute; inset: 0; border: 1px solid rgba(255,255,255,.18); border-radius: 50%; }
.poster-rings i:nth-child(2) { inset: 13%; }
.poster-rings i:nth-child(3) { inset: 29%; background: rgba(255,255,255,.07); }
.hero-poster > p { position: absolute; z-index: 2; left: 30px; bottom: 65px; margin: 0; font-size: clamp(36px, 4vw, 58px); font-weight: 850; line-height: .9; letter-spacing: -.06em; text-transform: uppercase; }
.poster-foot { position: absolute; z-index: 2; inset: auto 30px 25px; display: flex; justify-content: space-between; border-top: 1px solid rgba(255,255,255,.35); padding-top: 10px; font-size: 9px; letter-spacing: .14em; text-transform: uppercase; }
.hero-glow { position: absolute; border-radius: 50%; filter: blur(85px); opacity: .17; }
.hero-glow-one { width: 400px; height: 400px; right: 6%; top: 15%; background: #ff2438; }
.hero-glow-two { width: 240px; height: 240px; left: 5%; bottom: 0; background: #6e1635; }
.crowd { position: absolute; z-index: 1; right: 0; bottom: -40px; width: 45%; height: 180px; opacity: .35; background: radial-gradient(ellipse at bottom, #000 65%, transparent 66%); filter: drop-shadow(-120px 12px 0 #000) drop-shadow(-235px 7px 0 #000); }

.section-heading { display: flex; justify-content: space-between; align-items: end; gap: 48px; margin-bottom: 42px; }
.section-heading h2, .guide-copy h2, .newsletter h2 { max-width: 790px; margin: 0; font-size: clamp(38px, 4.3vw, 64px); line-height: .98; letter-spacing: -.055em; }
.heading-copy { max-width: 370px; margin: 0; color: var(--muted); }
.spotlight { overflow: hidden; background: #0b0b0b; }
.demo-note { margin: -22px 0 28px; color: #747474; font-size: 12px; }
.demo-note span { padding: 4px 7px; margin-right: 7px; border: 1px solid #4a4a4a; border-radius: 3px; color: #aaa; font-size: 9px; text-transform: uppercase; letter-spacing: .12em; }
.demo-note a { color: #aaa; text-decoration: underline; text-underline-offset: 3px; }
.demo-note a:hover { color: #fff; }
.spotlight-track { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 18px; }
.spotlight-card { min-width: 0; background: #141414; border: 1px solid var(--line); }
.card-art { aspect-ratio: .93; position: relative; overflow: hidden; padding: 23px; }
.card-art-image { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; filter: brightness(.52) saturate(.92); transform: scale(1.02); }
.card-art::before, .card-art::after { content: ""; position: absolute; border: 1px solid rgba(255,255,255,.18); border-radius: 50%; }
.card-art::before { width: 82%; aspect-ratio: 1; right: -26%; top: 8%; }
.card-art::after { width: 48%; aspect-ratio: 1; right: -8%; top: 27%; }
.card-art strong { position: absolute; z-index: 2; left: 23px; bottom: 25px; font-size: clamp(34px, 3.6vw, 55px); line-height: .83; letter-spacing: -.07em; }
.card-art > i { position: absolute; z-index: 1; right: 9px; bottom: -37px; color: rgba(255,255,255,.09); font-size: 150px; line-height: 1; font-weight: 900; font-style: normal; }
.art-kicker { position: relative; z-index: 2; font-size: 9px; letter-spacing: .15em; font-weight: 800; }
.art-city { color: inherit; text-decoration: underline; text-decoration-color: rgba(255,255,255,.48); text-underline-offset: 3px; }
.art-city:hover { text-decoration-color: #fff; }
.poster-red .card-art { background: linear-gradient(145deg, #e72c3b, #41060b 74%); }
.poster-violet .card-art { background: linear-gradient(145deg, #8947cf, #170527 74%); }
.poster-blue .card-art { background: linear-gradient(145deg, #277bdc, #041323 74%); }
.poster-amber .card-art { background: linear-gradient(145deg, #e89324, #2b1302 74%); }
.poster-green .card-art { background: linear-gradient(145deg, #29a36a, #061f16 74%); }
.poster-pink .card-art { background: linear-gradient(145deg, #d53f8c, #260717 74%); }
.poster-cyan .card-art { background: linear-gradient(145deg, #1b9bb3, #041d24 74%); }
.poster-silver .card-art { background: linear-gradient(145deg, #777d88, #15171b 74%); }
.card-body { padding: 19px 20px 21px; }
.card-body p { margin: 0; font-size: 17px; font-weight: 750; }
.card-body span { display: block; margin-top: 5px; color: #818181; font-size: 12px; }

.agenda { background: var(--bg); }
.agenda-heading { margin-bottom: 28px; }
.text-link { border-bottom: 1px solid #676767; padding-bottom: 7px; font-size: 13px; font-weight: 700; }
.text-link span { margin-left: 18px; color: var(--red); }
.filter-bar { display: flex; align-items: center; gap: 8px; padding-bottom: 24px; overflow-x: auto; border-bottom: 1px solid var(--line); scrollbar-width: none; }
.filter { white-space: nowrap; padding: 9px 14px; border: 1px solid var(--line); border-radius: 999px; background: transparent; color: #aaa; font-size: 12px; cursor: pointer; }
.filter:hover, .filter.active { background: #fff; color: #000; border-color: #fff; }
.filter-date { margin-left: auto; }
.event-row { min-height: 132px; display: grid; grid-template-columns: 74px 92px minmax(250px, 1fr) 110px 126px; align-items: center; gap: 24px; border-bottom: 1px solid var(--line); transition: opacity .2s, background .2s; }
.event-row.hidden { display: none; }
.event-row:hover { background: rgba(255,255,255,.018); }
.event-date span { display: block; color: #777; font-size: 9px; font-weight: 800; letter-spacing: .15em; }
.event-date strong { display: block; font-size: 30px; line-height: 1.1; }
.event-thumb { width: 92px; aspect-ratio: 1.25; display: grid; place-items: center; color: rgba(255,255,255,.75); font-size: 20px; font-weight: 900; letter-spacing: -.08em; }
.event-thumb img { display: block; width: 100%; height: 100%; object-fit: cover; }
.thumb-red { background: linear-gradient(145deg, #de2d38, #31060a); }
.thumb-violet { background: linear-gradient(145deg, #8550c7, #170623); }
.thumb-blue { background: linear-gradient(145deg, #337dd2, #071627); }
.thumb-amber { background: linear-gradient(145deg, #d88720, #2b1603); }
.thumb-green { background: linear-gradient(145deg, #269b68, #061f16); }
.thumb-pink { background: linear-gradient(145deg, #cf438d, #260717); }
.thumb-cyan { background: linear-gradient(145deg, #2199b2, #041d24); }
.thumb-silver { background: linear-gradient(145deg, #777d88, #15171b); }
.event-type { color: var(--red); font-size: 9px; font-weight: 800; letter-spacing: .14em; }
.event-type b { font-weight: inherit; }
.event-city { color: inherit; text-decoration: underline; text-decoration-color: rgba(255,61,69,.55); text-underline-offset: 3px; }
.event-city:hover { color: #fff; text-decoration-color: #fff; }
.event-info h3 { margin: 4px 0 2px; font-size: 19px; letter-spacing: -.025em; }
.event-info p { margin: 0; color: #777; font-size: 12px; }
.venue-inline-link { color: #9a9a9a; text-decoration: underline; text-decoration-color: #555; text-underline-offset: 3px; }
.venue-inline-link:hover { color: #fff; text-decoration-color: #fff; }
.event-style { color: #8a8a8a; font-size: 12px; }
.event-action { padding: 10px 12px; border: 1px solid var(--line); background: transparent; color: #747474; font-size: 11px; }

.cities { background: #0d0d0d; border-block: 1px solid var(--line); }
.city-grid { display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.city-card { min-height: 168px; position: relative; display: flex; align-items: end; justify-content: space-between; padding: 25px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); overflow: hidden; }
.city-card::before { content: ""; position: absolute; width: 130px; aspect-ratio: 1; right: -58px; top: -58px; border: 1px solid rgba(255,255,255,.08); border-radius: 50%; }
.city-card > div { position: relative; }
.city-card strong { font-size: 26px; letter-spacing: -.04em; }
.city-card p { margin: 2px 0 0; color: #737373; font-size: 11px; text-transform: uppercase; letter-spacing: .1em; }
.city-index { position: absolute; top: 20px; left: 25px; color: #666; font-size: 10px; }
.city-card i { position: relative; display: grid; place-items: center; width: 38px; height: 38px; border-radius: 50%; background: #fff; color: #000; font-style: normal; }
.city-active { background: linear-gradient(135deg, #f23c45, #5b0910); }
.city-active p, .city-active .city-index { color: rgba(255,255,255,.74); }

.genres { background: #080808; }
.genre-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 12px; }
.genre { min-height: 150px; display: flex; align-items: end; justify-content: space-between; position: relative; overflow: hidden; padding: 23px; border: 1px solid var(--line); background: #111; }
.genre::after { content: ""; position: absolute; width: 155px; aspect-ratio: 1; right: -45px; top: -65px; border-radius: 50%; border: 25px solid rgba(255,255,255,.04); transition: transform .35s; }
.genre:hover::after { transform: scale(1.22); }
.genre span { position: relative; z-index: 2; font-size: 25px; font-weight: 800; letter-spacing: -.04em; }
.genre i { position: relative; z-index: 2; color: #777; font-style: normal; }
.genre-rock { background: linear-gradient(135deg, #271012, #111 65%); }
.genre-pop { background: linear-gradient(135deg, #291535, #111 65%); }
.genre-indie { background: linear-gradient(135deg, #18283a, #111 65%); }
.genre-urban { background: linear-gradient(135deg, #352a12, #111 65%); }
.genre-electronic { background: linear-gradient(135deg, #12352d, #111 65%); }
.genre-flamenco { background: linear-gradient(135deg, #371b11, #111 65%); }

.guides { padding-top: 24px; }
.guide-panel { min-height: 540px; display: grid; grid-template-columns: 1.05fr .8fr; gap: 80px; align-items: center; position: relative; overflow: hidden; padding: 70px; background: radial-gradient(circle at 85% 30%, rgba(255,58,58,.28), transparent 30%), linear-gradient(135deg, #181818, #0e0e0e); border: 1px solid var(--line); }
.guide-panel::after { content: ""; position: absolute; width: 500px; aspect-ratio: 1; right: -170px; top: -210px; border: 1px solid rgba(255,255,255,.09); border-radius: 50%; box-shadow: 0 0 0 70px rgba(255,255,255,.018), 0 0 0 140px rgba(255,255,255,.012); }
.guide-copy { position: relative; z-index: 2; }
.guide-copy p:not(.eyebrow) { max-width: 580px; margin: 24px 0 30px; color: #a5a5a5; font-size: 17px; }
.guide-stack { position: relative; z-index: 2; }
.guide-stack article { display: flex; align-items: center; gap: 22px; padding: 23px 0; border-bottom: 1px solid rgba(255,255,255,.17); }
.guide-stack article:first-child { border-top: 1px solid rgba(255,255,255,.17); }
.guide-stack article > span { color: var(--red); font-size: 11px; font-weight: 800; }
.guide-stack h3 { margin: 0; font-size: 21px; }
.guide-stack p { margin: 2px 0 0; color: #8a8a8a; font-size: 12px; }

.newsletter { background: var(--red); }
.newsletter-inner { display: grid; grid-template-columns: 1fr .75fr; align-items: end; gap: 70px; }
.newsletter .eyebrow, .newsletter > * { color: #fff; }
.newsletter .eyebrow span { background: #fff; }
.newsletter-inner > div > p:last-child { margin-bottom: 0; color: rgba(255,255,255,.72); }
.newsletter-form { display: flex; padding-bottom: 7px; border-bottom: 1px solid rgba(255,255,255,.55); }
.newsletter-form input { width: 100%; padding: 13px 5px; border: 0; outline: 0; background: transparent; color: #fff; }
.newsletter-form input::placeholder { color: rgba(255,255,255,.68); }
.newsletter-form button { border: 0; background: transparent; color: #fff; font-weight: 800; }

.site-footer { padding: 62px 0 25px; background: #050505; }
.footer-top { display: flex; align-items: center; justify-content: space-between; gap: 30px; padding-bottom: 42px; border-bottom: 1px solid var(--line); }
.footer-top p { color: #757575; }
.footer-brand .brand-copy { font-size: 25px; }
.footer-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 40px; padding: 48px 0; }
.footer-grid > div { display: flex; flex-direction: column; align-items: start; gap: 9px; }
.footer-grid h3 { margin: 0 0 8px; font-size: 11px; letter-spacing: .14em; text-transform: uppercase; }
.footer-grid a, .footer-grid span { color: #797979; font-size: 13px; }
.footer-grid a:hover { color: #fff; }
.footer-bottom { display: flex; justify-content: space-between; gap: 20px; padding-top: 23px; border-top: 1px solid var(--line); color: #5e5e5e; font-size: 11px; }
.back-to-top { position: fixed; z-index: 90; right: 22px; bottom: 22px; width: 46px; height: 46px; border: 1px solid rgba(255,255,255,.28); border-radius: 50%; background: rgba(12,12,12,.92); box-shadow: 0 8px 30px rgba(0,0,0,.35); opacity: 0; visibility: hidden; transform: translateY(10px); transition: .25s; cursor: pointer; }
.back-to-top.visible { opacity: 1; visibility: visible; transform: translateY(0); }
.back-to-top:hover { background: #fff; color: #000; }

/* Landing de ciudad */
.city-page { background: #070707; }
.city-page .site-header { background: rgba(7,7,7,.92); }
.city-landing-hero { min-height: 700px; position: relative; overflow: hidden; display: flex; align-items: center; padding: 150px 0 90px; border-bottom: 1px solid var(--line); background: radial-gradient(circle at 76% 48%, rgba(226,43,53,.28), transparent 28%), radial-gradient(circle at 72% 50%, #221014 0, #090909 42%, #050505 75%); }
.city-landing-hero::before { content: "MADRID"; position: absolute; right: -2vw; bottom: -4vw; color: rgba(255,255,255,.035); font-size: clamp(130px, 24vw, 360px); font-weight: 900; letter-spacing: -.08em; line-height: .8; }
.city-hero-copy { position: relative; z-index: 2; max-width: 880px; }
.breadcrumb { margin: 0 0 38px; color: #777; font-size: 11px; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; }
.breadcrumb a { color: #b9b9b9; }
.breadcrumb a:hover { color: #fff; }
.breadcrumb span { margin: 0 9px; }
.city-landing-hero h1 { max-width: 920px; margin: 0; font-size: clamp(62px, 8.4vw, 124px); line-height: .86; letter-spacing: -.07em; }
.city-landing-hero h1 em { display: block; color: var(--red); font-family: Georgia, serif; font-weight: 400; }
.city-hero-lead { max-width: 680px; margin: 30px 0 0; color: #aaa; font-size: clamp(18px, 1.7vw, 22px); }
.city-hero-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 34px; }
.city-summary { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1px; margin-top: 52px; border: 1px solid var(--line); background: var(--line); }
.city-summary div { padding: 22px; background: rgba(8,8,8,.88); }
.city-summary strong { display: block; font-size: 21px; }
.city-summary span { display: block; margin-top: 5px; color: #737373; font-size: 9px; letter-spacing: .12em; text-transform: uppercase; }
.city-intro-grid { display: grid; grid-template-columns: .78fr 1.22fr; gap: 80px; align-items: start; }
.city-intro-copy h2 { margin: 0; font-size: clamp(42px, 5vw, 72px); line-height: .94; letter-spacing: -.06em; }
.city-intro-copy > p:last-child { color: #888; font-size: 16px; }
.city-tools { display: grid; grid-template-columns: repeat(2, 1fr); gap: 12px; }
.city-tool { min-height: 190px; padding: 26px; border: 1px solid var(--line); background: #101010; }
.city-tool span { color: var(--red); font-size: 10px; font-weight: 800; letter-spacing: .14em; }
.city-tool h3 { margin: 45px 0 8px; font-size: 24px; }
.city-tool p { margin: 0; color: #777; font-size: 13px; }
.city-page-note { margin-top: 24px; color: #747474; font-size: 12px; }
.venue-section { background: #0a0a0a; border-top: 1px solid var(--line); }
.venue-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 14px; }
.venue-card { min-height: 220px; position: relative; overflow: hidden; display: flex; flex-direction: column; justify-content: flex-end; padding: 28px; border: 1px solid #343434; transition: transform .2s, border-color .2s; }
.venue-card::after { content: ""; position: absolute; width: 54%; aspect-ratio: 1; right: -12%; top: -24%; border: 24px solid rgba(255,255,255,.035); border-radius: 50%; }
.venue-card:hover { transform: translateY(-3px); border-color: #666; }
.venue-card > * { position: relative; z-index: 1; }
.venue-card > span { margin-bottom: auto; color: #a6a6a6; font-size: 9px; font-weight: 800; letter-spacing: .15em; }
.venue-card strong { max-width: 92%; font-size: clamp(28px, 3vw, 46px); line-height: .88; letter-spacing: -.055em; }
.venue-card small { margin-top: 22px; color: #aaa; font-size: 11px; }
.venue-card-red { background: linear-gradient(135deg, #311014, #111 70%); }
.venue-card-blue { background: linear-gradient(135deg, #0b2238, #111 70%); }
.venue-card-silver { background: linear-gradient(135deg, #292d35, #111 70%); }
.venue-card-green { background: linear-gradient(135deg, #0b3026, #111 70%); }
.venue-card-amber { background: linear-gradient(135deg, #36240b, #111 70%); }
.venue-card-violet { background: linear-gradient(135deg, #28133b, #111 70%); }

/* Minilandings de recintos */
.venue-page { background: #070707; }
.venue-page .site-header { background: rgba(7,7,7,.92); }
.venue-landing-hero { min-height: 620px; position: relative; overflow: hidden; display: flex; align-items: flex-end; padding: 150px 0 82px; border-bottom: 1px solid var(--line); }
.venue-landing-hero::before { content: ""; position: absolute; inset: 0; z-index: 1; background: linear-gradient(90deg, rgba(7,7,7,.98) 0%, rgba(7,7,7,.82) 43%, rgba(7,7,7,.22) 100%), linear-gradient(0deg, rgba(7,7,7,.82) 0%, rgba(7,7,7,.08) 76%); }
.venue-landing-hero::after { content: attr(data-mark); position: absolute; z-index: 2; right: -1vw; bottom: -5vw; color: rgba(255,255,255,.045); font-size: clamp(150px, 26vw, 390px); font-weight: 900; line-height: .8; letter-spacing: -.09em; }
.venue-hero-image { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: center; opacity: .72; filter: saturate(.8) contrast(1.06); }
.venue-tone-red { background: radial-gradient(circle at 76% 30%, rgba(218,42,56,.3), transparent 31%), #090909; }
.venue-tone-blue { background: radial-gradient(circle at 76% 30%, rgba(40,119,211,.3), transparent 31%), #090909; }
.venue-tone-silver { background: radial-gradient(circle at 76% 30%, rgba(133,142,158,.25), transparent 31%), #090909; }
.venue-tone-green { background: radial-gradient(circle at 76% 30%, rgba(38,154,103,.28), transparent 31%), #090909; }
.venue-tone-amber { background: radial-gradient(circle at 76% 30%, rgba(213,132,28,.28), transparent 31%), #090909; }
.venue-tone-violet { background: radial-gradient(circle at 76% 30%, rgba(132,72,199,.3), transparent 31%), #090909; }
.venue-hero-copy { position: relative; z-index: 3; }
.venue-landing-hero h1 { max-width: 1060px; margin: 15px 0 24px; font-size: clamp(58px, 8vw, 118px); line-height: .84; letter-spacing: -.07em; }
.venue-lead { max-width: 720px; margin: 0; color: #aaa; font-size: clamp(17px, 2vw, 22px); line-height: 1.55; }
.venue-facts { display: flex; flex-wrap: wrap; gap: 0; margin-top: 42px; border-block: 1px solid var(--line); }
.venue-facts div { min-width: 190px; padding: 18px 38px 18px 0; margin-right: 38px; }
.venue-facts strong, .venue-facts span { display: block; }
.venue-facts strong { font-size: 15px; }
.venue-facts span { margin-top: 4px; color: #777; font-size: 11px; }
.venue-content-grid { display: grid; grid-template-columns: 1.05fr .95fr; gap: 72px; align-items: start; }
.venue-copy h2 { margin: 0 0 24px; font-size: clamp(42px, 5vw, 72px); line-height: .92; letter-spacing: -.055em; }
.venue-copy p { color: #929292; font-size: 16px; line-height: 1.75; }
.venue-practical { display: grid; gap: 1px; background: var(--line); border: 1px solid var(--line); }
.venue-practical article { padding: 24px; background: #101010; }
.venue-practical span { color: var(--red); font-size: 9px; font-weight: 800; letter-spacing: .15em; }
.venue-practical h3 { margin: 7px 0 6px; font-size: 20px; }
.venue-practical p { margin: 0; color: #7d7d7d; font-size: 13px; line-height: 1.55; }
.venue-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 30px; }

/* Hoteles cercanos a cada recinto */
.venue-hotels { border-top: 1px solid var(--line); background: #0a0a0a; }
.hotel-section-heading { display: grid; grid-template-columns: 1.15fr .85fr; gap: 70px; align-items: end; margin-bottom: 42px; }
.hotel-section-heading h2 { max-width: 850px; margin: 0; font-size: clamp(46px, 6vw, 82px); line-height: .9; letter-spacing: -.06em; }
.hotel-section-heading > p { max-width: 560px; margin: 0 0 4px; color: #858585; font-size: 15px; line-height: 1.7; }
.hotel-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1px; border: 1px solid var(--line); background: var(--line); }
.hotel-card { position: relative; isolation: isolate; min-height: 290px; padding: 26px; display: flex; flex-direction: column; overflow: hidden; background: #101010; }
.hotel-card::after { position: absolute; z-index: -1; inset: 0; content: ""; background: linear-gradient(180deg, rgba(8,8,8,.66), rgba(8,8,8,.92) 76%); }
.hotel-card-featured::after { background: linear-gradient(145deg, rgba(72,15,23,.74), rgba(8,8,8,.92) 76%); }
.hotel-card-image { position: absolute; z-index: -2; inset: 0; width: 100%; height: 100%; object-fit: cover; opacity: .27; filter: saturate(.65) contrast(1.08); }
.hotel-card-top { display: flex; justify-content: space-between; gap: 20px; color: var(--red); font-size: 10px; font-weight: 800; letter-spacing: .14em; }
.hotel-card-top span:last-child { color: #777; }
.hotel-card h3 { max-width: 330px; margin: 68px 0 8px; font-size: clamp(26px, 2.2vw, 34px); line-height: 1; letter-spacing: -.035em; }
.hotel-card > p { margin: 0; color: #777; font-size: 13px; }
.hotel-card-footer { display: flex; justify-content: space-between; gap: 18px; align-items: flex-end; margin-top: auto; padding-top: 22px; border-top: 1px solid var(--line); color: #a4a4a4; font-size: 11px; }
.hotel-booking-link { color: #fff; font-size: 9px; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; text-align: right; text-decoration: none; transition: color .2s ease; }
.hotel-booking-link:hover, .hotel-booking-link:focus-visible { color: var(--red); }
.hotel-affiliate-note { margin: 20px 0 0; color: #626262; font-size: 11px; }

@media (max-width: 1180px) {
  .hotel-grid { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 980px) {
  .main-nav, .header-cta { display: none; }
  .menu-toggle { display: block; }
  .main-nav.open { position: fixed; inset: 78px 0 0; display: flex; flex-direction: column; align-items: start; gap: 0; padding: 24px; background: rgba(7,7,7,.98); }
  .main-nav.open a { width: 100%; padding: 18px 0; border-bottom: 1px solid var(--line); font-size: 20px; }
  .hero { height: auto; min-height: 900px; }
  .hero-inner { grid-template-columns: 1fr .62fr; gap: 34px; }
  .hero h1 { font-size: clamp(57px, 8vw, 76px); }
  .hero-poster { min-width: 310px; }
  .spotlight-track { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .event-row { grid-template-columns: 58px 76px 1fr 100px; gap: 16px; }
  .event-thumb { width: 76px; }
  .event-style { display: none; }
  .city-grid, .genre-grid { grid-template-columns: repeat(2, 1fr); }
  .guide-panel { gap: 42px; padding: 50px; }
  .city-intro-grid { grid-template-columns: 1fr; gap: 42px; }
  .venue-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .venue-content-grid { grid-template-columns: 1fr; gap: 46px; }
}

@media (max-width: 720px) {
  .shell { width: min(calc(100% - 30px), var(--shell)); }
  .section { padding: 78px 0; }
  .site-header { height: 68px; }
  .brand-copy { font-size: 17px; }
  .main-nav.open { inset-top: 68px; }
  .hero { min-height: 980px; }
  .hero-inner { grid-template-columns: 1fr; align-content: start; gap: 50px; padding-top: 132px; padding-bottom: 60px; }
  .hero h1 { font-size: clamp(52px, 16vw, 72px); }
  .hero-lead { font-size: 17px; }
  .hero-actions { flex-direction: column; align-items: stretch; }
  .button { width: 100%; }
  .hero-stats { margin-top: 42px; }
  .hero-stats li { min-width: 0; flex: 1; padding-right: 10px; margin-right: 10px; }
  .hero-stats span { font-size: 8px; }
  .hero-poster { width: min(88%, 380px); min-width: 0; justify-self: center; transform: rotate(1deg); }
  .section-heading { display: block; margin-bottom: 30px; }
  .section-heading h2, .guide-copy h2, .newsletter h2 { font-size: clamp(37px, 12vw, 52px); }
  .heading-copy { margin-top: 20px; }
  .spotlight-track { grid-template-columns: 1fr; }
  .demo-note { margin-top: -8px; line-height: 1.7; }
  .filter-date { margin-left: 0; }
  .event-row { grid-template-columns: 42px 82px minmax(0, 1fr); gap: 10px; padding: 20px 0; }
  .event-date, .event-thumb, .event-info { grid-row: 1; }
  .event-thumb { display: block; width: 82px; }
  .event-action { grid-column: 3; justify-self: start; }
  .event-info h3 { font-size: 17px; }
  .event-info p { max-width: 210px; }
  .event-action { padding: 8px; font-size: 9px; }
  .city-grid, .genre-grid { grid-template-columns: 1fr; }
  .city-card { min-height: 140px; }
  .genre { min-height: 125px; }
  .guide-panel { grid-template-columns: 1fr; padding: 36px 25px; gap: 45px; }
  .newsletter-inner { grid-template-columns: 1fr; gap: 40px; }
  .footer-top { display: block; }
  .footer-top p { margin-top: 18px; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .footer-bottom { flex-direction: column; }
  .city-landing-hero { min-height: 760px; padding-top: 128px; }
  .city-landing-hero h1 { font-size: clamp(58px, 18vw, 82px); }
  .city-hero-actions { flex-direction: column; }
  .city-summary { grid-template-columns: 1fr; }
  .city-tools { grid-template-columns: 1fr; }
  .venue-grid { grid-template-columns: 1fr; }
  .venue-card { min-height: 175px; }
  .venue-landing-hero { min-height: 660px; padding: 128px 0 68px; }
  .venue-landing-hero::before { background: linear-gradient(0deg, rgba(7,7,7,.98) 0%, rgba(7,7,7,.84) 52%, rgba(7,7,7,.3) 100%); }
  .venue-hero-image { object-position: center; opacity: .64; }
  .venue-facts { display: block; }
  .venue-facts div { border-bottom: 1px solid var(--line); }
  .hotel-section-heading { grid-template-columns: 1fr; gap: 22px; }
  .hotel-grid { grid-template-columns: 1fr; }
  .hotel-card { min-height: 250px; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { transition-duration: .01ms !important; }
}
