/* ══════════════════════════════════════════════════════════
   IMPARABLES 2026 · Next Level — styles.css
   ══════════════════════════════════════════════════════════ */

/* ── VARIABLES ───────────────────────────────────────────── */
:root {
  --bg:       #060a1c;
  --navy:     #1d2a52;
  --navy-mid: #243068;
  --orange:   #e87427;
  --orange-lt:#f39950;
  --blue:     #358BFA;
  --white:    #fafaf8;
  --off:      #f0ede5;
  --muted:    #9a9690;
  --border-d: rgba(255,255,255,.1);
  --border-l: rgba(6,10,28,.1);
  --fd: 'Barlow Condensed', Impact, sans-serif;
  --fb: 'Barlow', system-ui, sans-serif;
  --fa: 'Caveat', 'Comic Sans MS', sans-serif;
}

/* ── RESET ───────────────────────────────────────────────── */
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; }
body { font-family: var(--fb); background: var(--bg); color: var(--white); overflow-x: hidden; }

/* ── SKIP LINK (accessibility) ───────────────────────────── */
.skip-link {
  position: absolute; top: -40px; left: 0;
  background: var(--orange); color: var(--white);
  padding: 8px 16px; z-index: 200;
  font-weight: 700; text-decoration: none;
  border-radius: 0 0 4px 0; transition: top .2s;
}
.skip-link:focus { top: 0; }

/* ── NAV ─────────────────────────────────────────────────── */
.nav {
  position: fixed; top: 0; left: 0; right: 0; z-index: 100;
  display: flex; align-items: center;
  padding: 0 52px; height: 68px;
  transition: background .35s, border-color .35s;
  border-bottom: 1px solid transparent;
}
.nav.stuck { background: rgba(6,10,28,.9); backdrop-filter: blur(14px); border-color: var(--border-d); }
.nav-logo {
  flex-shrink: 0; margin-right: 44px; height: 40px;
  display: flex; align-items: center; text-decoration: none;
}
.nav-logo img { height: 40px; width: auto; display: block; }
.nav-burger {
  display: none;
  flex-direction: column; justify-content: center; gap: 5px;
  background: none; border: none; cursor: pointer;
  padding: 8px; margin-left: auto; z-index: 101;
}
.nav-burger span {
  display: block; width: 22px; height: 2px;
  background: var(--white); border-radius: 2px;
  transition: transform .3s, opacity .3s;
}
.nav-burger.open span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
.nav-burger.open span:nth-child(2) { opacity: 0; transform: scaleX(0); }
.nav-burger.open span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }

.nav-menu { display: contents; }
.nav-menu-logo { display: none; }
.nav-actions { display: none; }
.nav-links { display: flex; list-style: none; }
.nav-links li a {
  display: block; padding: 0 15px; height: 68px; line-height: 68px;
  font-size: 13px; font-weight: 700; letter-spacing: .8px; text-transform: uppercase;
  color: rgba(255,255,255,.55); text-decoration: none;
  transition: color .2s; position: relative;
}
.nav-links li a::after {
  content: ''; position: absolute; bottom: 0; left: 15px; right: 15px;
  height: 2px; background: var(--orange);
  transform: scaleX(0); transform-origin: left; transition: transform .25s;
}
.nav-links li a:hover { color: var(--white); }
.nav-links li a:hover::after,
.nav-links li.is-active a::after { transform: scaleX(1); }
.nav-links li.is-active a { color: var(--white); }
.nav-right { margin-left: auto; }
.btn-nav {
  background: var(--orange); color: var(--white); border: none; border-radius: 28px;
  padding: 10px 22px; font-family: var(--fb); font-size: 13px; font-weight: 700;
  letter-spacing: .5px; text-transform: uppercase; cursor: pointer;
  text-decoration: none; display: inline-flex; align-items: center; gap: 7px;
  transition: background .2s, transform .15s;
}
.btn-nav:hover { background: var(--orange-lt); transform: translateY(-1px); }
.btn-store { background: var(--blue); }
.btn-store:hover { background: #5aa0fb; }

/* ── HERO ────────────────────────────────────────────────── */
.hero {
  min-height: 100vh; display: flex; align-items: center;
  padding: 120px 52px 80px; position: relative; overflow: hidden;
  background: var(--bg);
}
.hero::before {
  content: ''; position: absolute; right: -180px; top: -120px;
  width: 720px; height: 720px; border-radius: 50%;
  background: radial-gradient(circle, rgba(232,116,39,.13) 0%, transparent 68%);
  pointer-events: none;
}
.hero::after {
  content: ''; position: absolute; left: -200px; bottom: -120px;
  width: 600px; height: 600px; border-radius: 50%;
  background: radial-gradient(circle, rgba(29,42,82,.35) 0%, transparent 68%);
  pointer-events: none;
}
.hero-inner {
  position: relative; z-index: 1;
  max-width: 900px; width: 100%;
  text-align: center; margin: 0 auto;
}
.hero-eyebrow {
  display: flex; align-items: center; justify-content: center; gap: 12px;
  font-size: 12px; font-weight: 700; letter-spacing: 4px; text-transform: uppercase;
  color: var(--orange); margin-bottom: 18px;
}
.hero-eyebrow::before { content: ''; width: 28px; height: 2px; background: var(--orange); }
.hero-title {
  font-family: var(--fd); font-weight: 900;
  font-size: clamp(60px, 9vw, 120px);
  line-height: .89; letter-spacing: -2px; text-transform: uppercase;
  color: var(--white); margin-bottom: 10px;
}
.hero-title .o { color: var(--white); }
.hero-slug {
  font-family: var(--fd); font-size: clamp(22px, 2.8vw, 36px);
  font-weight: 700; font-style: italic; text-transform: uppercase;
  color: var(--blue); line-height: 1.1; margin-bottom: 14px;
}
.hero-desc {
  font-size: 17px; color: rgba(255,255,255,.45); line-height: 1.6;
  max-width: 520px; margin: 0 auto 36px;
}
.hero-pills { display: flex; flex-wrap: wrap; gap: 10px; margin-bottom: 38px; justify-content: center; }
.pill {
  display: inline-flex; align-items: center; gap: 8px;
  border: 1px solid rgba(255,255,255,.18); border-radius: 28px;
  padding: 8px 16px; font-size: 13px; font-weight: 500;
  color: rgba(255,255,255,.65); background: rgba(255,255,255,.04);
}
.pill svg { width: 13px; height: 13px; flex-shrink: 0; stroke: currentColor; fill: none; stroke-width: 2; }
.hero-cta { display: flex; gap: 14px; align-items: center; margin-bottom: 52px; justify-content: center; }

/* ── BUTTONS ─────────────────────────────────────────────── */
.btn-primary {
  background: var(--orange); color: var(--white); border: none; border-radius: 32px;
  padding: 15px 30px; font-family: var(--fb); font-size: 16px; font-weight: 700;
  letter-spacing: .4px; text-transform: uppercase; cursor: pointer;
  text-decoration: none; display: inline-flex; align-items: center; gap: 9px;
  transition: background .2s, transform .15s, box-shadow .2s;
}
.btn-primary:hover { background: var(--orange-lt); transform: translateY(-2px); box-shadow: 0 14px 40px rgba(232,116,39,.3); }
.btn-ghost {
  background: transparent; color: rgba(255,255,255,.6);
  border: 1px solid rgba(255,255,255,.22); border-radius: 32px;
  padding: 15px 26px; font-family: var(--fb); font-size: 16px; font-weight: 600;
  cursor: pointer; text-decoration: none; display: inline-flex; align-items: center; gap: 9px;
  transition: border-color .2s, color .2s;
}
.btn-ghost:hover { border-color: var(--white); color: var(--white); }
.btn-outline {
  display: inline-flex; align-items: center; gap: 8px;
  border: 2px solid var(--bg); border-radius: 28px; padding: 12px 24px;
  font-family: var(--fb); font-size: 14px; font-weight: 700;
  color: var(--bg); text-decoration: none; text-transform: uppercase; letter-spacing: .5px;
  cursor: pointer; background: transparent; transition: background .2s, color .2s;
}
.btn-outline:hover { background: var(--bg); color: var(--white); }
.btn-dark {
  display: inline-flex; align-items: center; gap: 9px;
  background: var(--bg); color: var(--white); border: none; border-radius: 32px;
  padding: 18px 34px; font-family: var(--fb); font-size: 17px; font-weight: 700;
  letter-spacing: .4px; text-transform: uppercase; cursor: pointer;
  text-decoration: none; transition: background .2s, transform .15s;
}
.btn-dark:hover { background: var(--navy); transform: translateY(-2px); }
.btn-map {
  display: inline-flex; align-items: center; gap: 8px;
  background: var(--navy); color: var(--white); border: none; border-radius: 28px;
  padding: 13px 22px; font-family: var(--fb); font-size: 14px; font-weight: 700;
  letter-spacing: .4px; text-transform: uppercase; cursor: pointer;
  text-decoration: none; transition: background .2s;
}
.btn-map:hover { background: var(--bg); }
.btn-map svg { width: 14px; height: 14px; stroke: currentColor; fill: none; stroke-width: 2; }

/* size modifier — replaces inline style font-size/padding */
.btn--sm { font-size: 14px; padding: 11px 20px; white-space: nowrap; }
.btn--noshrink { flex-shrink: 0; }
.combo-strip .btn--sm { padding: 11px 24px; }

/* ── COUNTDOWN ───────────────────────────────────────────── */
.countdown { display: flex; gap: 20px; align-items: flex-start; justify-content: center; }
.cd-unit { text-align: center; }
.cd-num {
  font-family: var(--fd); font-size: 52px; font-weight: 900; color: var(--white);
  line-height: 1; display: block; min-width: 64px;
}
.cd-lbl { font-size: 10px; font-weight: 700; letter-spacing: 2px; text-transform: uppercase; color: rgba(255,255,255,.35); margin-top: 4px; display: block; }
.cd-sep { font-family: var(--fd); font-size: 40px; font-weight: 900; color: var(--orange); margin-top: 4px; }

/* hero badge */
.hero-badge {
  position: absolute; right: 52px; top: 50%; transform: translateY(-50%);
  z-index: 2;
  border: 1px solid rgba(255,255,255,.13); border-radius: 18px;
  padding: 28px 24px; background: rgba(255,255,255,.04); backdrop-filter: blur(10px);
  text-align: center; display: flex; flex-direction: column; align-items: center; gap: 4px;
}
.hero-badge .hb-year { font-size: 11px; font-weight: 700; letter-spacing: 3px; text-transform: uppercase; color: var(--orange); margin-bottom: 6px; }
.hero-badge .hb-day { font-family: var(--fd); font-size: 80px; font-weight: 900; line-height: .85; color: var(--white); }
.hero-badge .hb-and { font-size: 15px; color: rgba(255,255,255,.3); margin: 4px 0; }
.hero-badge .hb-month { font-family: var(--fd); font-size: 30px; font-weight: 800; text-transform: uppercase; color: var(--orange-lt); }
.hero-badge .hb-venue { font-size: 12px; color: rgba(255,255,255,.35); margin-top: 12px; line-height: 1.5; }

/* ── SHARED SECTION ──────────────────────────────────────── */
.sec { scroll-margin-top: 68px; }
.sec-in { max-width: 1180px; margin: 0 auto; padding: 96px 52px; }
.sec-in--compact { padding-top: 72px; padding-bottom: 72px; }
.sec-tag {
  display: flex; align-items: center; gap: 10px;
  font-size: 11px; font-weight: 700; letter-spacing: 4px; text-transform: uppercase;
  color: var(--orange); margin-bottom: 14px;
}
.sec-tag::before { content: ''; width: 22px; height: 2px; background: var(--orange); }
.sec-title {
  font-family: var(--fd); font-size: clamp(34px, 4vw, 54px);
  font-weight: 900; text-transform: uppercase; line-height: .92; letter-spacing: -1px;
}
.sec-dark { background: var(--bg); }
.sec-light { background: var(--off); color: var(--bg); }
.sec-light .sec-tag { color: var(--orange); }
.sec-light .sec-tag::before { background: var(--orange); }
.sec-light .sec-title { color: var(--bg); }

/* ── ABOUT ───────────────────────────────────────────────── */
.about-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 72px; align-items: center; margin-top: 52px; }
.about-text p { font-size: 19px; line-height: 1.65; color: rgba(6,10,28,.7); margin-bottom: 18px; }
.about-text strong { color: var(--bg); }
.about-accent { font-family: var(--fa); font-size: 26px; color: var(--orange); display: block; margin: 20px 0 28px; }
.about-img {
  height: 440px; border-radius: 14px;
  background: linear-gradient(140deg, #182044 0%, #0a1022 100%);
  display: flex; align-items: center; justify-content: center;
  flex-direction: column; gap: 10px;
  position: relative; overflow: hidden;
}
.about-img::after { content: ''; position: absolute; inset: 0; background: linear-gradient(to top, rgba(232,116,39,.07) 0%, transparent 50%); }
.img-ph { text-align: center; color: rgba(255,255,255,.2); font-size: 11px; font-weight: 600; letter-spacing: 2px; text-transform: uppercase; }
.img-ph svg { display: block; margin: 0 auto 10px; opacity: .3; }

/* ── FECHAS ──────────────────────────────────────────────── */
.fechas-header { display: flex; justify-content: space-between; align-items: flex-end; margin-bottom: 48px; gap: 24px; }
.fechas-header p { font-size: 17px; color: rgba(255,255,255,.45); max-width: 380px; line-height: 1.6; }
.fechas-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; }
.fecha-card {
  border: 1px solid rgba(255,255,255,.1); border-radius: 16px; padding: 36px;
  display: grid; grid-template-columns: 80px 1fr auto; gap: 26px; align-items: center;
  background: rgba(255,255,255,.03); transition: border-color .25s, background .25s;
}
.fecha-card:hover { border-color: rgba(255,255,255,.22); background: rgba(255,255,255,.05); }
.fecha-card.feat { background: var(--navy); border-color: var(--navy); box-shadow: 0 24px 60px rgba(29,42,82,.45); }
.fday { border-radius: 10px; padding: 12px; text-align: center; background: var(--orange); }
.fday.alt { background: rgba(255,255,255,.08); }
.fday .fd-num { font-family: var(--fd); font-size: 54px; font-weight: 900; line-height: .85; color: var(--white); display: block; }
.fday .fd-mon { font-size: 11px; font-weight: 700; letter-spacing: 2px; text-transform: uppercase; color: rgba(255,255,255,.7); display: block; margin-top: 6px; }
.finfo .ftags { display: flex; gap: 8px; margin-bottom: 10px; flex-wrap: wrap; }
.ftag { font-size: 10px; font-weight: 700; letter-spacing: 1.5px; text-transform: uppercase; border: 1px solid; border-radius: 18px; padding: 3px 9px; }
.ftag-o { border-color: var(--orange); color: var(--orange); }
.ftag-w { border-color: rgba(255,255,255,.28); color: rgba(255,255,255,.55); }
.finfo h3 { font-family: var(--fd); font-size: 26px; font-weight: 800; text-transform: uppercase; letter-spacing: .3px; margin-bottom: 4px; }
.finfo p { font-size: 14px; color: rgba(255,255,255,.45); margin-bottom: 10px; }
.fentry {
  font-size: 11px; font-weight: 700; letter-spacing: 1.5px; text-transform: uppercase;
  color: rgba(255,255,255,.3); border-top: 1px solid rgba(255,255,255,.1);
  padding-top: 10px; margin-top: 2px;
}
.combo-strip {
  margin-top: 16px;
  border: 1px solid rgba(232,116,39,.35); border-radius: 14px;
  padding: 24px 32px;
  background: rgba(232,116,39,.07);
  display: flex; align-items: center; justify-content: space-between; gap: 24px;
  transition: background .2s, border-color .2s;
}
.combo-strip:hover { background: rgba(232,116,39,.11); border-color: rgba(232,116,39,.55); }
.combo-left { display: flex; flex-direction: column; gap: 6px; }
.combo-title { font-family: var(--fd); font-size: 28px; font-weight: 900; text-transform: uppercase; letter-spacing: .3px; color: var(--white); }
.combo-desc { font-size: 14px; color: rgba(255,255,255,.45); }
.combo-strip .ftag { font-size: 11px; }

/* ── SPEAKERS ────────────────────────────────────────────── */
.speakers-grid { display: grid; grid-template-columns: repeat(5, 1fr); gap: 20px; margin-top: 56px; }
.spk { display: flex; flex-direction: column; align-items: center; text-align: center; gap: 12px; }
.spk-avatar {
  width: 116px; height: 116px; border-radius: 50%;
  background: linear-gradient(140deg, var(--navy-mid) 0%, #0d1428 100%);
  border: 3px solid rgba(29,42,82,.3);
  display: flex; align-items: center; justify-content: center;
  font-family: var(--fd); font-size: 34px; font-weight: 900; color: rgba(255,255,255,.35);
}
.spk-avatar.ghost { background: rgba(6,10,28,.06); border: 2px dashed rgba(6,10,28,.25); color: rgba(6,10,28,.22); font-size: 26px; }
.spk-name { font-family: var(--fd); font-size: 18px; font-weight: 800; text-transform: uppercase; letter-spacing: .3px; color: var(--bg); }
.spk-role { font-size: 11px; font-weight: 700; letter-spacing: 1.5px; text-transform: uppercase; color: var(--muted); }
.spk--tbc .spk-name { color: var(--muted); }

/* ── GALLERY ─────────────────────────────────────────────── */
.gallery-grid {
  display: grid; grid-template-columns: repeat(4, 1fr);
  grid-template-rows: 200px 200px; gap: 10px; margin-top: 48px;
}
.gi {
  border-radius: 10px;
  background: linear-gradient(135deg, #0f1830 0%, #1a263e 100%);
  position: relative; overflow: hidden;
  display: flex; align-items: center; justify-content: center;
}
.gi::after { content: ''; position: absolute; inset: 0; background: linear-gradient(to top, rgba(6,10,28,.55) 0%, transparent 55%); }
.gi span { font-size: 10px; font-weight: 600; letter-spacing: 2px; text-transform: uppercase; color: rgba(255,255,255,.18); z-index: 1; }
.gi.s2 { grid-column: span 2; }
.gi.r2 { grid-row: span 2; }
.gallery-foot { display: flex; justify-content: flex-end; margin-top: 20px; }
.gallery-foot .btn-ghost { font-size: 14px; padding: 12px 22px; }

/* ── TICKETS CTA ─────────────────────────────────────────── */
.tickets-sec { background: var(--orange); }
.tickets-in {
  max-width: 1180px; margin: 0 auto; padding: 80px 52px;
  display: grid; grid-template-columns: 1.5fr 1fr; gap: 48px; align-items: center;
}
.tickets-in h2 {
  font-family: var(--fd); font-size: clamp(40px, 5vw, 64px);
  font-weight: 900; text-transform: uppercase; line-height: .88; letter-spacing: -1px;
  color: var(--white); margin-bottom: 14px;
}
.tickets-in p { font-size: 17px; color: rgba(255,255,255,.8); line-height: 1.55; }
.tickets-cta { display: flex; flex-direction: column; align-items: flex-end; gap: 14px; }
.tickets-note { font-family: var(--fa); font-size: 18px; color: rgba(255,255,255,.65); }

/* ── LOCATION ────────────────────────────────────────────── */
.loc-grid { display: grid; grid-template-columns: 1.5fr 1fr; gap: 36px; align-items: start; margin-top: 48px; }
.map-wrap { height: 390px; border-radius: 14px; overflow: hidden; border: 1px solid var(--border-l); }
.map-wrap iframe { width: 100%; height: 100%; border: 0; display: block; }
.loc-details { display: flex; flex-direction: column; gap: 16px; }
.loc-card { background: var(--white); border-radius: 10px; padding: 20px 22px; border: 1px solid rgba(6,10,28,.07); }
.loc-card .lc-tag { font-size: 10px; font-weight: 700; letter-spacing: 2px; text-transform: uppercase; color: var(--orange); margin-bottom: 5px; }
.loc-card .lc-val { font-size: 17px; font-weight: 600; color: var(--bg); }
.loc-card .lc-sub { font-size: 13px; color: var(--muted); margin-top: 2px; }

/* ── FAQ ─────────────────────────────────────────────────── */
.faq-list { margin-top: 52px; }
.faq-item { border-bottom: 1px solid var(--border-d); }
.faq-item:first-child { border-top: 1px solid var(--border-d); }
.faq-q {
  display: flex; justify-content: space-between; align-items: center;
  padding: 22px 0; cursor: pointer; width: 100%; text-align: left;
  font-family: var(--fb); font-size: 17px; font-weight: 600;
  color: rgba(255,255,255,.72); background: none; border: none;
  transition: color .2s; user-select: none; gap: 16px;
}
.faq-q:hover, .faq-q.open { color: var(--white); }
.faq-icon {
  width: 28px; height: 28px; border-radius: 50%; border: 1px solid rgba(255,255,255,.2);
  display: flex; align-items: center; justify-content: center; flex-shrink: 0;
  font-size: 20px; line-height: 1; color: rgba(255,255,255,.35);
  transition: transform .3s, border-color .2s, color .2s;
}
.faq-q.open .faq-icon { transform: rotate(45deg); border-color: var(--orange); color: var(--orange); }
.faq-a {
  overflow: hidden; max-height: 0;
  transition: max-height .35s ease, padding .3s;
  font-size: 15px; line-height: 1.65; color: rgba(255,255,255,.45);
}
.faq-a.open { max-height: 400px; padding-bottom: 22px; }

/* ── SPONSORS ────────────────────────────────────────────── */
.sponsors-row { display: flex; flex-wrap: wrap; gap: 14px; justify-content: center; margin-top: 52px; }
.sponsor-slot {
  width: 172px; height: 68px; border-radius: 8px;
  border: 1.5px dashed rgba(6,10,28,.22); background: rgba(6,10,28,.03);
  display: flex; align-items: center; justify-content: center;
  font-size: 10px; font-weight: 600; letter-spacing: 2px; text-transform: uppercase;
  color: rgba(6,10,28,.28); transition: border-color .2s;
}
.sponsor-slot:hover { border-color: rgba(6,10,28,.4); }

/* ── FOOTER ──────────────────────────────────────────────── */
footer { background: var(--bg); border-top: 1px solid var(--border-d); }
.footer-in {
  max-width: 1180px; margin: 0 auto;
  padding: 64px 52px 36px;
  display: grid; grid-template-columns: 2fr 1fr 1fr 1fr; gap: 48px;
}
.fb-logo {
  display: inline-flex; margin-bottom: 18px;
  padding: 12px 18px; border-radius: 12px; background: var(--white);
}
.fb-logo img { height: 46px; width: auto; display: block; }
.fb-desc { font-size: 13px; color: rgba(255,255,255,.35); line-height: 1.65; max-width: 240px; margin-bottom: 20px; }
.social-row { display: flex; gap: 8px; }
.soc-btn {
  width: 36px; height: 36px; border-radius: 50%; border: 1px solid rgba(255,255,255,.14);
  display: flex; align-items: center; justify-content: center; text-decoration: none;
  color: rgba(255,255,255,.38); transition: border-color .2s, color .2s, background .2s;
}
.soc-btn:hover { border-color: var(--orange); color: var(--orange); background: rgba(232,116,39,.08); }
.soc-btn svg { width: 15px; height: 15px; fill: none; stroke: currentColor; stroke-width: 2; }
.fc h3 {
  font-family: var(--fd); font-size: 15px; font-weight: 800; text-transform: uppercase;
  letter-spacing: 1px; color: rgba(255,255,255,.7); margin-bottom: 16px;
}
.fc ul { list-style: none; display: flex; flex-direction: column; gap: 10px; }
.fc ul li a { font-size: 13px; color: rgba(255,255,255,.35); text-decoration: none; transition: color .2s; }
.fc ul li a:hover { color: rgba(255,255,255,.75); }
.footer-bot {
  max-width: 1180px; margin: 0 auto; padding: 20px 52px;
  border-top: 1px solid rgba(255,255,255,.06);
  display: flex; justify-content: space-between; align-items: center;
}
.footer-bot p { font-size: 11px; color: rgba(255,255,255,.22); letter-spacing: 1px; text-transform: uppercase; }

/* ══════════════════════════════════════════════════════════
   RESPONSIVE
   ══════════════════════════════════════════════════════════ */

/* ── TABLET: 1024px ──────────────────────────────────────── */
@media (max-width: 1024px) {
  .nav { padding: 0 32px; }
  .nav-links li a { padding: 0 10px; font-size: 12px; }
  .sec-in { padding: 80px 32px; }
  .hero { padding: 100px 32px 70px; }
  .hero-badge { right: 32px; }
  .tickets-in { padding: 70px 32px; }
  .footer-in { padding: 56px 32px 32px; gap: 36px; }
  .footer-bot { padding: 20px 32px; }
  .speakers-grid { grid-template-columns: repeat(3, 1fr); gap: 28px; }
  .gallery-grid { grid-template-columns: repeat(3, 1fr); grid-template-rows: 200px 200px 200px; }
}

/* ── MOBILE: 768px ───────────────────────────────────────── */
@media (max-width: 768px) {
  /* NAV */
  .nav { padding: 0 20px; }
  .nav-burger { display: flex; }
  .nav-menu {
    display: none; position: fixed;
    top: 0; left: 0; right: 0; bottom: 0;
    width: 100%; height: 100vh; height: 100dvh;
    background: rgba(6,10,28,.98); backdrop-filter: blur(16px);
    flex-direction: column; padding: 92px 28px 36px;
    z-index: 99; overflow-y: auto;
  }
  .nav-menu.open { display: flex; }
  .nav-menu-logo {
    display: block; margin: 0 auto 22px;
    flex-shrink: 0;
  }
  .nav-menu-logo img { height: 46px; width: auto; display: block; }
  .nav:has(.nav-burger.open) .nav-logo { opacity: 0; pointer-events: none; }
  .nav-links {
    flex-direction: column; width: 100%;
  }
  .nav-links li { width: 100%; }
  .nav-links li a {
    height: auto; line-height: 1.4; text-align: center;
    padding: 17px 8px; font-size: 20px;
    border-bottom: 1px solid rgba(255,255,255,.07);
  }
  .nav-links li a::after { display: none; }
  .nav-actions {
    display: flex; flex-direction: column; gap: 12px;
    width: 100%; margin-top: auto; padding-top: 28px;
  }
  .nav-actions .btn-nav {
    width: 100%; justify-content: center;
    padding: 16px; font-size: 15px;
  }
  .nav-right { display: none; }

  /* HERO */
  .hero { padding: 100px 20px 60px; min-height: auto; padding-top: 120px; }
  .hero-title { letter-spacing: -1px; }
  .hero-badge { display: none; }

  /* SECTIONS */
  .sec-in { padding: 60px 20px; }
  .sec-in--compact { padding-top: 56px; padding-bottom: 56px; }
  .sec-title { letter-spacing: -0.5px; }

  /* ABOUT */
  .about-grid { grid-template-columns: 1fr; gap: 36px; }
  .about-img { height: 280px; }

  /* FECHAS */
  .fechas-header { flex-direction: column; gap: 12px; align-items: flex-start; }
  .fechas-grid { grid-template-columns: 1fr; }
  .fecha-card {
    grid-template-columns: 64px 1fr;
    grid-template-rows: auto auto;
    gap: 16px 20px; padding: 24px;
  }
  .fday .fd-num { font-size: 40px; }
  .fday { padding: 10px 8px; }
  .fecha-card .btn--sm { grid-column: 1 / -1; justify-content: center; }
  .combo-strip {
    flex-direction: column; gap: 16px;
    padding: 20px 24px; align-items: flex-start;
  }
  .combo-strip .btn--sm { align-self: stretch; justify-content: center; flex-shrink: unset; }

  /* SPEAKERS */
  .speakers-grid { grid-template-columns: repeat(2, 1fr); gap: 24px; margin-top: 40px; }

  /* GALLERY */
  .gallery-grid {
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: auto;
  }
  .gallery-grid .gi { height: 180px; }
  .gi.s2 { grid-column: span 1; }
  .gi.r2 { grid-row: span 1; }

  /* TICKETS */
  .tickets-in {
    grid-template-columns: 1fr; padding: 52px 20px;
    gap: 28px; text-align: center;
  }
  .tickets-cta { align-items: center; }

  /* LOCATION */
  .loc-grid { grid-template-columns: 1fr; }
  .map-wrap { height: 280px; }

  /* FAQ */
  .faq-q { font-size: 15px; }

  /* FOOTER */
  .footer-in {
    grid-template-columns: 1fr 1fr;
    gap: 32px; padding: 48px 20px 28px;
  }
  .footer-brand { grid-column: 1 / -1; }
  .footer-bot {
    flex-direction: column; gap: 8px;
    text-align: center; padding: 20px;
  }
}

/* ── SMALL MOBILE: 480px ─────────────────────────────────── */
@media (max-width: 480px) {
  .hero { padding: 110px 16px 52px; }
  .hero-eyebrow { font-size: 10px; letter-spacing: 2px; }
  .hero-eyebrow::before { display: none; }
  .hero-pills { flex-direction: column; align-items: center; }
  .hero-cta { flex-direction: column; align-items: stretch; }
  .btn-primary, .btn-ghost { justify-content: center; }
  .countdown { gap: 10px; }
  .cd-num { font-size: 36px; min-width: 44px; }
  .cd-sep { font-size: 28px; }

  .sec-in { padding: 48px 16px; }
  .about-text p { font-size: 16px; }
  .about-img { height: 240px; }

  .speakers-grid { grid-template-columns: repeat(2, 1fr); gap: 20px; }
  .spk-avatar { width: 90px; height: 90px; font-size: 26px; }
  .spk-name { font-size: 14px; }

  .gallery-grid { grid-template-columns: 1fr; grid-template-rows: auto; }
  .gallery-grid .gi { height: 200px; }
  .gi.s2, .gi.r2 { grid-column: span 1; grid-row: span 1; }

  .tickets-in h2 { font-size: clamp(32px, 8vw, 48px); }
  .btn-dark { font-size: 15px; padding: 15px 28px; align-self: stretch; justify-content: center; }

  .footer-in { grid-template-columns: 1fr; gap: 28px; }
  .footer-brand { grid-column: 1; }
}
