/* ==========================================================
   Don Makato - landing profesional compacta
   Colores base: negro, amarillo, blanco, cyan, rojo glitch.
   ========================================================== */

:root{
  --bg:#050505;
  --panel:#0d0d0d;
  --panel2:#141414;
  --text:#fffdf2;
  --muted:#c9c3a8;
  --yellow:#ffd400;
  --yellow2:#ffea00;
  --cyan:#00e5ff;
  --red:#ff1c1c;
  --line:rgba(255,255,255,.14);
  --soft:rgba(255,212,0,.10);
  --shadow:0 18px 52px rgba(0,0,0,.38);
  --radius:18px;
  --shell:1180px;
}

*{box-sizing:border-box}

html{
  scroll-behavior:smooth;
  font-size:15px;
}

body{
  margin:0;
  color:var(--text);
  font-family:Inter,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Arial,sans-serif;
  background:
    linear-gradient(rgba(5,5,5,.88), rgba(5,5,5,.92)),
    url("../imagenes/overlays/hablando-makitos.gif") center top / cover fixed no-repeat,
    var(--bg);
}

body::before{
  content:"";
  position:fixed;
  inset:0;
  pointer-events:none;
  z-index:-1;
  background:
    radial-gradient(760px 420px at 4% -8%, rgba(255,212,0,.22), transparent 62%),
    radial-gradient(620px 360px at 100% 0%, rgba(0,229,255,.09), transparent 66%),
    radial-gradient(circle, rgba(255,212,0,.10) 1px, transparent 1.5px);
  background-size:auto, auto, 18px 18px;
  opacity:.9;
}

a{color:inherit}
img{max-width:100%;display:block}
code{font-size:.88em;color:#fff;background:rgba(255,255,255,.08);border:1px solid rgba(255,255,255,.08);padding:2px 6px;border-radius:8px}

.shell{
  width:min(var(--shell), calc(100% - 36px));
  margin-inline:auto;
}

.skip-link{
  position:absolute;
  left:-999px;
  top:10px;
  z-index:100;
  padding:10px 14px;
  border-radius:999px;
  background:#fff;
  color:#000;
}
.skip-link:focus{left:12px}

.site-header{
  position:sticky;
  top:0;
  z-index:60;
  border-bottom:1px solid var(--line);
  background:rgba(5,5,5,.84);
  backdrop-filter:blur(16px);
}

.nav{
  min-height:62px;
  display:flex;
  align-items:center;
  gap:18px;
}

.brand{
  display:flex;
  align-items:center;
  gap:10px;
  text-decoration:none;
}

.brand img{
  width:42px;
  height:42px;
  object-fit:contain;
  filter:drop-shadow(0 0 14px rgba(255,212,0,.35));
}

.brand strong{
  display:block;
  font-family:"Black Ops One",Impact,sans-serif;
  font-size:1.05rem;
  letter-spacing:.06em;
}

.brand small{
  display:block;
  margin-top:1px;
  color:var(--yellow);
  font-size:.68rem;
  font-weight:900;
  letter-spacing:.10em;
  text-transform:uppercase;
}

.nav-links{
  margin-left:auto;
  display:flex;
  align-items:center;
  gap:4px;
}

.nav-links a{
  padding:8px 10px;
  border-radius:999px;
  color:#efe9c9;
  text-decoration:none;
  font-weight:800;
  font-size:.82rem;
}

.nav-links a:hover{
  background:rgba(255,212,0,.12);
  color:#fff;
}

.nav-live{
  margin-left:4px;
  color:#050505!important;
  background:linear-gradient(135deg,var(--yellow),#fff27a)!important;
}

.menu-btn{
  display:none;
  margin-left:auto;
  width:40px;
  height:40px;
  border-radius:12px;
  border:1px solid var(--line);
  background:rgba(255,255,255,.04);
  color:#fff;
}

.section{
  padding:34px 0;
}

.section-soft{
  padding-top:42px;
  padding-bottom:30px;
}

.section-tight{
  padding-top:26px;
  padding-bottom:26px;
}

.hero-grid{
  display:grid;
  grid-template-columns:minmax(0, 1fr) 340px;
  gap:28px;
  align-items:center;
}

.hero-content{
  max-width:760px;
}

.eyebrow,
.tag{
  display:inline-flex;
  align-items:center;
  gap:8px;
  padding:6px 10px;
  border-radius:999px;
  border:1px solid rgba(255,212,0,.35);
  background:rgba(255,212,0,.10);
  color:#fff3a1;
  font-size:.72rem;
  font-weight:900;
  letter-spacing:.08em;
  text-transform:uppercase;
}

.eyebrow span{
  width:8px;
  height:8px;
  border-radius:50%;
  background:var(--red);
  box-shadow:0 0 0 6px rgba(255,28,28,.12),0 0 18px var(--red);
}

h1,h2,h3,p{margin-top:0}

.hero h1{
  margin:12px 0 10px;
  font-family:"Black Ops One",Impact,sans-serif;
  font-size:clamp(2.9rem, 7vw, 5.2rem);
  line-height:.92;
  letter-spacing:.03em;
  color:var(--yellow);
  text-shadow:3px 3px 0 rgba(255,28,28,.55), -2px 0 0 rgba(0,229,255,.55);
}

.hero p{
  max-width:690px;
  color:#e4ddbd;
  font-size:1rem;
  line-height:1.58;
  margin-bottom:0;
}

.hero-actions{
  margin-top:18px;
  display:flex;
  flex-wrap:wrap;
  gap:10px;
}

.btn,
.link-button{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-height:38px;
  padding:9px 14px;
  border-radius:999px;
  text-decoration:none;
  border:1px solid rgba(255,255,255,.16);
  font-weight:900;
  font-size:.86rem;
  transition:.18s ease;
}

.btn:hover,
.link-button:hover{
  transform:translateY(-1px);
  border-color:rgba(255,212,0,.6);
}

.btn-primary{
  color:#050505;
  background:linear-gradient(135deg,var(--yellow),#fff27a);
  border-color:rgba(255,212,0,.75);
}

.btn-kick{
  color:#071006;
  background:linear-gradient(135deg,#53fc18,#d8ff55);
  border-color:rgba(83,252,24,.65);
}

.btn-ghost,
.link-button{
  background:rgba(255,255,255,.06);
  color:#fff;
}

.socials{
  display:flex;
  flex-wrap:wrap;
  gap:8px;
  margin-top:16px;
}

.socials a{
  display:inline-flex;
  align-items:center;
  gap:6px;
  padding:7px 9px;
  border-radius:999px;
  border:1px solid var(--line);
  background:rgba(255,255,255,.045);
  color:#f1edcf;
  text-decoration:none;
  font-size:.80rem;
  font-weight:800;
}

.socials a:hover{
  border-color:rgba(255,212,0,.5);
  background:rgba(255,212,0,.09);
}

.hero-visual{
  align-self:stretch;
  display:flex;
  flex-direction:column;
  gap:10px;
}

.logo-card{
  min-height:270px;
  display:grid;
  place-items:center;
  padding:18px;
  border-radius:22px;
  border:1px solid var(--line);
  background:
    radial-gradient(circle at 50% 25%, rgba(255,212,0,.26), transparent 45%),
    linear-gradient(145deg,rgba(20,20,20,.92),rgba(5,5,5,.88));
  box-shadow:var(--shadow);
  overflow:hidden;
}

.logo-card::before{
  content:"";
  position:absolute;
}

.logo-main{
  width:min(100%, 250px);
  max-height:250px;
  object-fit:contain;
  filter:drop-shadow(0 24px 34px rgba(0,0,0,.52)) drop-shadow(0 0 18px rgba(255,212,0,.22));
}

.mini-stats{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:8px;
}

.mini-stats div{
  padding:10px 8px;
  border-radius:14px;
  border:1px solid var(--line);
  background:rgba(10,10,10,.82);
}

.mini-stats strong{
  display:block;
  color:var(--yellow);
  font-size:.86rem;
}

.mini-stats span{
  display:block;
  color:var(--muted);
  font-size:.68rem;
  margin-top:2px;
}

.section-head{
  display:flex;
  align-items:flex-end;
  justify-content:space-between;
  gap:18px;
  margin-bottom:14px;
}

.section-head.vertical{
  display:block;
  margin-bottom:0;
}

.section-head h2,
.nexus-panel h2,
.contact-grid h2{
  margin:8px 0 6px;
  font-family:"Black Ops One",Impact,sans-serif;
  font-size:clamp(1.55rem, 3vw, 2.6rem);
  letter-spacing:.03em;
}

.section-head p,
.nexus-panel p,
.contact-grid p{
  margin:0;
  max-width:720px;
  color:#ded8b8;
  line-height:1.5;
  font-size:.93rem;
}

.media-panel,
.content-card,
.music-list,
.merch-card,
.nexus-panel,
.contact-card{
  border:1px solid var(--line);
  background:rgba(12,12,12,.88);
  box-shadow:var(--shadow);
}

.media-panel{
  border-radius:20px;
  overflow:hidden;
}

.twitch-panel{
  max-width:980px;
  margin-inline:auto;
}

.ratio{
  position:relative;
  aspect-ratio:16/9;
  min-height:220px;
}

.ratio iframe{
  position:absolute;
  inset:0;
  width:100%;
  height:100%;
  border:0;
}

.content-grid{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:12px;
}

.content-card{
  overflow:hidden;
  border-radius:18px;
}

.content-card img{
  width:100%;
  aspect-ratio:16/9;
  object-fit:cover;
  background:#000;
}

.content-card div{
  padding:13px;
}

.content-card h3{
  margin:0 0 5px;
  font-size:.98rem;
}

.content-card p{
  margin:0 0 9px;
  color:var(--muted);
  font-size:.84rem;
  line-height:1.4;
}

.content-card a{
  color:var(--yellow);
  font-size:.82rem;
  font-weight:900;
  text-decoration:none;
}

.music-layout{
  display:grid;
  grid-template-columns:330px minmax(0, 1fr);
  gap:18px;
  align-items:start;
}

.music-list{
  display:grid;
  gap:10px;
  max-height:390px;
  overflow:auto;
  border-radius:20px;
  padding:12px;
}

.track{
  display:grid;
  grid-template-columns:minmax(160px, 260px) minmax(0, 1fr);
  gap:12px;
  align-items:center;
  padding:11px;
  border-radius:14px;
  border:1px solid rgba(255,255,255,.10);
  background:rgba(255,255,255,.045);
}

.track-video{
  grid-template-columns:minmax(160px, 220px) minmax(240px, 1fr);
}

.track-info strong{
  display:block;
  color:#fff;
  font-size:.92rem;
  line-height:1.25;
}

.track-info span{
  display:block;
  margin-top:3px;
  color:var(--muted);
  font-size:.76rem;
}

.track audio{
  width:100%;
  height:34px;
}

.track video{
  width:100%;
  max-height:210px;
  border-radius:12px;
  background:#000;
}

.empty-state{
  padding:16px;
  border-radius:16px;
  background:rgba(255,255,255,.05);
  border:1px dashed rgba(255,212,0,.35);
}

.empty-state strong,
.empty-state span{
  display:block;
}

.empty-state span{
  margin-top:5px;
  color:var(--muted);
  line-height:1.5;
}

.merch-grid{
  display:grid;
  grid-template-columns:repeat(4,1fr);
  gap:12px;
}

.merch-card{
  border-radius:18px;
  overflow:hidden;
}

.merch-card img{
  width:100%;
  aspect-ratio:1/1;
  object-fit:cover;
  background:#111;
}

.merch-card div{
  padding:12px;
}

.merch-card h3{
  margin:0 0 5px;
  font-size:.94rem;
}

.merch-card p{
  margin:0;
  color:var(--muted);
  font-size:.80rem;
  line-height:1.35;
}

.section-final{
  padding-bottom:34px;
}

.nexus-panel{
  display:grid;
  grid-template-columns:minmax(0, 1fr) 330px;
  gap:18px;
  align-items:center;
  border-radius:22px;
  padding:22px;
  background:
    radial-gradient(circle at 8% 0%, rgba(255,212,0,.20), transparent 40%),
    radial-gradient(circle at 100% 0%, rgba(0,229,255,.09), transparent 42%),
    rgba(12,12,12,.92);
}

.feature-list{
  margin:0;
  padding:0;
  list-style:none;
  display:grid;
  gap:9px;
}

.feature-list li{
  display:flex;
  gap:8px;
  align-items:center;
  color:#f4eed0;
  font-weight:800;
  font-size:.88rem;
}

.feature-list li::before{
  content:"✓";
  width:20px;
  height:20px;
  display:grid;
  place-items:center;
  flex:0 0 auto;
  border-radius:50%;
  background:var(--yellow);
  color:#050505;
  font-size:.75rem;
  font-weight:1000;
}

.section-contact{
  padding-top:8px;
}

.contact-grid{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:14px;
}

.contact-card{
  border-radius:18px;
  padding:16px;
  display:grid;
  gap:6px;
}

.contact-card strong{
  color:var(--yellow);
}

.contact-card span{
  color:var(--muted);
  font-size:.88rem;
}

.site-footer{
  padding:22px 0 28px;
  border-top:1px solid var(--line);
  color:var(--muted);
  font-size:.82rem;
}

.footer-grid{
  display:flex;
  justify-content:space-between;
  gap:14px;
  flex-wrap:wrap;
}

@media(max-width:1024px){
  :root{--shell:calc(100% - 28px)}
  .hero-grid{grid-template-columns:1fr 290px}
  .logo-card{min-height:235px}
  .logo-main{max-width:220px;max-height:220px}
  .content-grid{grid-template-columns:repeat(3,1fr)}
  .music-layout{grid-template-columns:280px 1fr}
  .merch-grid{grid-template-columns:repeat(4,1fr)}
}

@media(max-width:860px){
  .menu-btn{display:grid;place-items:center}
  .nav-links{
    position:absolute;
    left:14px;
    right:14px;
    top:62px;
    display:none;
    flex-direction:column;
    align-items:stretch;
    padding:10px;
    border:1px solid var(--line);
    border-radius:18px;
    background:rgba(5,5,5,.96);
    box-shadow:var(--shadow);
  }
  .nav-links.is-open{display:flex}
  .nav-links a{width:100%}

  .hero-grid,
  .music-layout,
  .nexus-panel,
  .contact-grid{
    grid-template-columns:1fr;
  }

  .hero-visual{
    max-width:360px;
  }

  .content-grid{
    grid-template-columns:1fr;
  }

  .merch-grid{
    grid-template-columns:repeat(2,1fr);
  }

  .track,
  .track-video{
    grid-template-columns:1fr;
  }

  .section-head{
    align-items:flex-start;
    flex-direction:column;
  }
}

@media(max-width:520px){
  .shell{width:calc(100% - 22px)}
  .hero h1{font-size:3.1rem}
  .hero-actions .btn{width:100%}
  .socials a{flex:1 1 45%;justify-content:center}
  .merch-grid{grid-template-columns:1fr}
  .mini-stats{grid-template-columns:1fr}
}
