/* ── EDITORIAL EXPRESS LANDING ── */

/* NAV override */
.ee-nav-right{display:flex;align-items:center;gap:16px;}
.btn-back{font-weight:600;font-size:0.88rem;color:var(--black);text-decoration:none;opacity:0.65;}
.btn-back:hover{opacity:1;color:var(--orange);}

/* HERO */
.ee-hero{
  position:relative;
  min-height:100vh;
  display:flex;align-items:flex-end;
  overflow:hidden;
  background:var(--black);
}
.ee-hero-bg{
  position:absolute;inset:0;
}
.ee-hero-bg img{
  width:100%;height:100%;
  object-fit:cover;object-position:70% 20%;
  filter:brightness(0.45) grayscale(15%);
}
.ee-hero-bg::after{
  content:"";position:absolute;inset:0;
  background:linear-gradient(160deg, rgba(1,0,8,0.2) 0%, rgba(255,73,0,0.15) 50%, rgba(1,0,8,0.8) 100%);
}
.ee-hero-content{
  position:relative;z-index:2;
  width:100%;max-width:860px;margin:0 auto;
  padding:0 24px 72px;
  text-align:center;
}
.ee-kicker{
  display:inline-block;
  background:var(--orange);color:#fff;
  font-size:0.78rem;font-weight:700;text-transform:uppercase;letter-spacing:2px;
  padding:6px 18px;border-radius:100px;
  margin-bottom:24px;
}
.ee-title{
  font-family:'Anton',sans-serif;text-transform:uppercase;
  font-size:clamp(4rem,14vw,9rem);
  line-height:0.9;
  color:#fff;
  letter-spacing:-1px;
  margin-bottom:16px;
}
.ee-edition{
  font-size:1.15rem;color:rgba(255,255,255,0.7);
  margin-bottom:36px;
}
.ee-edition strong{color:var(--cyan);}

.ee-meta{
  display:flex;align-items:center;justify-content:center;
  gap:0;flex-wrap:wrap;
  margin-bottom:40px;
  background:rgba(255,255,255,0.08);
  backdrop-filter:blur(10px);
  border:1px solid rgba(255,255,255,0.12);
  border-radius:var(--radius);
  padding:20px 32px;
  max-width:560px;margin:0 auto 40px;
}
.ee-meta-item{display:flex;flex-direction:column;align-items:center;padding:0 28px;}
.ee-meta-label{font-size:0.72rem;font-weight:700;text-transform:uppercase;letter-spacing:1.5px;color:rgba(255,255,255,0.5);margin-bottom:4px;}
.ee-meta-value{font-size:1rem;font-weight:600;color:#fff;}
.ee-meta-sep{width:1px;height:36px;background:rgba(255,255,255,0.15);}
.ee-hero-ctas{display:flex;gap:14px;justify-content:center;flex-wrap:wrap;margin-top:40px;}
.btn-outline-light{
  display:inline-flex;align-items:center;justify-content:center;
  padding:14px 28px;border-radius:100px;font-weight:600;font-size:0.95rem;
  text-decoration:none;border:2px solid rgba(255,255,255,0.5);color:#fff;
  transition:border-color .2s,background .2s;
}
.btn-outline-light:hover{border-color:#fff;background:rgba(255,255,255,0.08);}

/* SECTIONS */
.ee-section{padding:72px 0;}

/* VIDEO */
.ee-video-wrap{
  max-width:420px;margin:48px auto 56px;
  border-radius:var(--radius);overflow:hidden;
  box-shadow:var(--shadow);
  background:var(--black);
}
.ee-video-wrap video{
  width:100%;display:block;max-height:75vh;object-fit:contain;
}
.ee-video-placeholder{
  width:100%;height:100%;
  display:flex;flex-direction:column;align-items:center;justify-content:center;
  gap:12px;color:#fff;
  background:linear-gradient(135deg,#111 0%,#1a1a2e 100%);
}
.ee-video-icon{
  width:72px;height:72px;border-radius:50%;
  background:var(--orange);
  display:flex;align-items:center;justify-content:center;
  font-size:1.6rem;padding-left:4px;
  box-shadow:0 8px 24px rgba(255,73,0,0.4);
}
.ee-video-placeholder p{font-size:1.1rem;font-weight:600;margin:0;}
.ee-video-placeholder span{font-size:0.82rem;opacity:0.5;text-align:center;max-width:320px;}

.ee-incluye-grid{
  display:grid;grid-template-columns:repeat(4,1fr);
  gap:20px;max-width:840px;margin:0 auto;
}
.ee-incluye-item{
  background:#fff;border-radius:var(--radius);
  padding:28px 20px;text-align:center;
  box-shadow:var(--shadow);
}
.ee-incluye-num{
  display:block;
  font-family:'Anton',sans-serif;
  font-size:2.2rem;color:var(--orange);
  margin-bottom:8px;
}
.ee-incluye-item p{font-size:0.88rem;color:#555;margin:0;}

/* TEMA / MOODBOARD */
.ee-tema-section{background:var(--cream-2);}

.ee-moodboard{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  grid-template-rows:auto auto;
  gap:12px;
  max-width:900px;margin:40px auto 32px;
}
.ee-moodboard-item{
  position:relative;overflow:hidden;border-radius:var(--radius);
  aspect-ratio:3/4;
  box-shadow:var(--shadow);
}
.ee-moodboard-item.tall{grid-row:span 2;aspect-ratio:auto;}
.ee-moodboard-item img{
  width:100%;height:100%;object-fit:cover;object-position:center 20%;
  transition:transform .4s ease;
}
.ee-moodboard-item:hover img{transform:scale(1.04);}
.ee-moodboard-label{
  position:absolute;bottom:10px;left:10px;
  background:rgba(1,0,8,0.65);color:#fff;
  font-size:0.72rem;font-weight:700;text-transform:uppercase;letter-spacing:1px;
  padding:4px 12px;border-radius:100px;
}
.ee-img-placeholder{
  width:100%;height:100%;min-height:180px;
  display:flex;flex-direction:column;align-items:center;justify-content:center;
  gap:8px;background:#e8e4d8;color:#999;
  font-size:0.85rem;text-align:center;padding:16px;
}
.ee-img-placeholder span{font-size:2rem;}
.ee-img-placeholder p{margin:0;font-weight:500;}

.ee-vestuario-nota{
  max-width:680px;margin:0 auto;
  background:#fff;border-left:3px solid var(--orange);
  padding:14px 20px;border-radius:0 8px 8px 0;
  font-size:0.92rem;color:#444;
  box-shadow:var(--shadow);
}

/* EQUIPO */
.ee-equipo-grid{
  display:grid;grid-template-columns:repeat(3,1fr);
  gap:28px;max-width:960px;margin:48px auto 0;
}
.ee-equipo-card{
  background:#fff;border-radius:var(--radius);
  overflow:hidden;box-shadow:var(--shadow);
  transition:transform .25s ease;
}
.ee-equipo-card:hover{transform:translateY(-4px);}
.ee-equipo-photo{aspect-ratio:4/5;overflow:hidden;}
.ee-equipo-photo img{width:100%;height:100%;object-fit:cover;object-position:center 15%;}
.ee-equipo-photo--placeholder{display:flex;align-items:center;justify-content:center;}
.ee-equipo-photo--placeholder .ee-img-placeholder{min-height:240px;}
.ee-equipo-info{padding:20px 24px;}
.ee-equipo-rol{
  font-size:0.72rem;font-weight:700;text-transform:uppercase;
  letter-spacing:2px;color:var(--orange);margin-bottom:4px;
}
.ee-equipo-info h3{font-size:1.2rem;margin-bottom:8px;color:var(--black);}
.ee-equipo-info p{font-size:0.88rem;color:#555;margin-bottom:12px;}
.ee-ig-link{
  font-size:0.82rem;font-weight:600;color:var(--navy);
  text-decoration:none;
}
.ee-ig-link:hover{color:var(--orange);}

/* SPONSORS */
.ee-sponsors-section{background:var(--black);}
.ee-sponsors-section .kicker{color:var(--cyan);}
.ee-sponsors-section h2{color:#fff;}
.ee-sponsors-section .section-intro{color:rgba(255,255,255,0.65);}

.ee-sponsors-grid{
  display:grid;grid-template-columns:repeat(4,1fr);
  gap:20px;max-width:860px;margin:48px auto 32px;
}
.ee-sponsor-item{
  background:rgba(255,255,255,0.06);
  border:1px solid rgba(255,255,255,0.1);
  border-radius:var(--radius);
  padding:28px 20px;
  display:flex;align-items:center;justify-content:center;
  transition:background .2s,border-color .2s;
}
.ee-sponsor-item:hover{background:rgba(255,255,255,0.1);border-color:rgba(255,255,255,0.2);}
.ee-sponsor-item img{max-width:120px;max-height:60px;object-fit:contain;filter:brightness(0) invert(1);opacity:0.8;}
.ee-logo-placeholder{
  min-height:100px;
  background:rgba(255,255,255,0.04);
  color:rgba(255,255,255,0.3);
}
.ee-logo-placeholder span{font-size:1.8rem;}
.ee-logo-placeholder p{font-size:0.78rem;margin:0;}
.ee-sponsor-nota{font-size:0.88rem;color:rgba(255,255,255,0.5);margin-top:24px;}
.ee-sponsor-nota a{color:var(--cyan);text-decoration:none;}
.ee-sponsor-nota a:hover{text-decoration:underline;}

.ee-sponsor-agencia{
  max-width:560px;margin:48px auto 0;
  text-decoration:none;
  display:block;
  border:2px solid rgba(255,255,255,0.15);
  transition:border-color .2s, background .2s;
}
.ee-sponsor-agencia:hover{border-color:var(--cyan);background:rgba(0,252,255,0.05);}
.ee-sponsor-agencia-inner{padding:32px 36px;text-align:center;}
.ee-sponsor-tipo{font-size:0.72rem;font-weight:700;text-transform:uppercase;letter-spacing:2px;color:var(--cyan);margin-bottom:10px;}
.ee-sponsor-agencia-inner h3{font-family:'Anton',sans-serif;font-size:1.8rem;color:#fff;text-transform:uppercase;margin-bottom:12px;}
.ee-sponsor-agencia-inner p{color:rgba(255,255,255,0.7);font-size:0.95rem;margin-bottom:16px;}
.ee-sponsor-agencia-inner strong{color:#fff;}
.ee-sponsor-ig{font-size:0.85rem;font-weight:600;color:var(--cyan);}

/* ESTILISMO */
.ee-estilismo-section{background:var(--black);}
.ee-estilismo-section .kicker{color:var(--cyan);}
.ee-estilismo-section h2{color:#fff;}
.ee-estilismo-section .section-intro{color:rgba(255,255,255,0.7);}
.ee-estilismo-section .ee-vestuario-nota{background:rgba(255,255,255,0.06);border-color:var(--orange);color:rgba(255,255,255,0.8);}
.ee-estilismo-section .ee-vestuario-nota strong{color:#fff;}

.ee-estilismo-grid{
  display:grid;grid-template-columns:repeat(4,1fr);
  gap:12px;max-width:960px;margin:48px auto 36px;
}
.ee-estilismo-item{
  position:relative;overflow:hidden;border-radius:var(--radius);
  aspect-ratio:2/3;box-shadow:0 8px 32px rgba(0,0,0,0.6);
}
.ee-estilismo-item img{
  width:100%;height:100%;object-fit:cover;object-position:center top;
  transition:transform .4s ease;filter:contrast(1.05);
}
.ee-estilismo-item:hover img{transform:scale(1.04);}
.ee-estilismo-label{
  position:absolute;bottom:12px;left:12px;
  background:rgba(1,0,8,0.75);color:#fff;
  font-size:0.7rem;font-weight:700;text-transform:uppercase;letter-spacing:1.5px;
  padding:4px 12px;border-radius:100px;backdrop-filter:blur(4px);
}

/* SPONSORS CTA */
.ee-sponsor-cta{
  margin-top:48px;text-align:center;
  border-top:1px solid rgba(255,255,255,0.1);padding-top:40px;
}
.ee-sponsor-cta-title{
  font-family:'Anton',sans-serif;font-size:1.6rem;text-transform:uppercase;
  color:#fff;margin-bottom:10px;
}
.ee-sponsor-cta-sub{font-size:0.95rem;color:rgba(255,255,255,0.65);margin-bottom:28px;}
.ee-sponsor-cta-sub strong{color:#fff;}
.ee-sponsor-cta-links{display:flex;gap:14px;justify-content:center;flex-wrap:wrap;}

/* REFERENCIAS CAROUSEL */
.ee-ref-carousel{
  max-width:960px;margin:40px auto 0;
  overflow:hidden;position:relative;
}
.ee-ref-track{
  display:flex;gap:16px;
  transition:transform .5s ease;
}
.ee-ref-track img{
  flex:0 0 auto;
  width:calc((min(960px, 100vw - 48px) - 32px) / 3);
  aspect-ratio:3/4;
  object-fit:cover;object-position:center 20%;
  border-radius:var(--radius);
  box-shadow:var(--shadow);
  cursor:zoom-in;
}
.ee-ref-dots{
  display:flex;justify-content:center;gap:8px;
  margin-top:20px;
}
.ee-ref-dot{
  width:8px;height:8px;border-radius:50%;
  background:rgba(255,255,255,0.25);
  border:none;cursor:pointer;padding:0;
  transition:background .25s,transform .25s;
}
.ee-ref-dot.active{background:var(--orange);transform:scale(1.3);}

/* keep old galeria grid rule for any lingering references */
.ee-galeria-grid{display:none;}

/* INSCRIPCION */
.ee-inscripcion-section{background:var(--navy);}
.ee-inscripcion-section .kicker{color:var(--cyan);}
.ee-inscripcion-section h2{color:#fff;font-size:clamp(2.4rem,5vw,3.8rem);}
.ee-inscripcion-section .section-intro{color:rgba(255,255,255,0.75);}
.ee-inscripcion-section .section-intro strong{color:#fff;}

/* RESPONSIVE */
@media (max-width:900px){
  .ee-incluye-grid{grid-template-columns:repeat(2,1fr);}
  .ee-moodboard{grid-template-columns:repeat(2,1fr);}
  .ee-moodboard-item.tall{grid-row:span 1;aspect-ratio:3/4;}
  .ee-equipo-grid{grid-template-columns:1fr;}
  .ee-sponsors-grid{grid-template-columns:repeat(2,1fr);}
  .ee-ref-track img{width:calc((min(960px, 100vw - 48px) - 32px) / 3);}
  .ee-estilismo-grid{grid-template-columns:repeat(2,1fr);}
}
@media (max-width:600px){
  .ee-meta{padding:16px 12px;gap:4px;}
  .ee-meta-item{padding:0 16px;}
  .ee-title{letter-spacing:-2px;}
  .ee-hero-ctas{flex-direction:column;align-items:center;}
  .btn-back{display:none;}
  .ee-incluye-grid{grid-template-columns:repeat(2,1fr);}
  .ee-sponsors-grid{grid-template-columns:repeat(2,1fr);}
  .ee-estilismo-grid{grid-template-columns:repeat(2,1fr);}
  .ee-sponsor-cta-links{flex-direction:column;align-items:center;}
  /* mobile: show 1 photo at a time */
  .ee-ref-track img{width:calc(100vw - 48px);}
}
