/* ═══ TEMA CLÁSICO — Oscuro profesional, acento morado ═══ */
:root {
  --accent: #7c3aed; --accent-h: #6d28d9;
  --bg: #0a0a0a; --surface: #111;
  --gray-100: #141414; --gray-200: #1e1e1e;
  --gray-300: #c0c0c0; --gray-400: #888; --gray-500: #555;
}
body { background: var(--bg); }
.t-nav { background: rgba(10,10,10,.95); border-bottom: 1px solid #1e1e1e; backdrop-filter: blur(12px); padding: 0 2rem; height: 64px; display: flex; align-items: center; justify-content: space-between; position: sticky; top: 0; z-index: 100; }
.t-nav-logo { font-size: 1.1rem; font-weight: 700; color: #fff; display: flex; align-items: center; gap: .5rem; cursor: pointer; }
.t-nav-logo img { height: 36px; }
.t-nav-links { display: flex; gap: 1.5rem; }
.t-nav-link { font-size: .875rem; color: #888; cursor: pointer; transition: color .15s; }
.t-nav-link:hover, .t-nav-link.active { color: #fff; }
.t-nav-cart { background: transparent; border: 1px solid #333; color: #ccc; padding: .4rem 1rem; border-radius: 8px; cursor: pointer; font-size: .85rem; display: flex; align-items: center; gap: .4rem; }
.t-nav-cart:hover { border-color: var(--accent); color: var(--accent); }
.t-nav-logo { flex-shrink: 0; }
.t-nav-right { display: flex; align-items: center; gap: .6rem; }
.t-nav-burger {
  display: none; background: transparent; border: 1px solid #333; color: #fff;
  width: 40px; height: 40px; border-radius: 9px; cursor: pointer;
  align-items: center; justify-content: center; font-size: 1.3rem; flex-shrink: 0;
}
.t-nav-burger:hover { border-color: var(--accent); color: var(--accent); }

/* HERO centrado */
.t-hero { min-height: 90vh; display: flex; flex-direction: column; align-items: center; justify-content: center; text-align: center; padding: 6rem 2rem 4rem; background: linear-gradient(135deg, #0a0a0a 0%, #110a1a 60%, #0a0a0a 100%); position: relative; overflow: hidden; }
.t-hero::before { content: ''; position: absolute; inset: 0; background: radial-gradient(ellipse at 50% 60%, rgba(124,58,237,.15) 0%, transparent 65%); pointer-events: none; }
.t-hero-eyebrow { display: flex; align-items: center; gap: .75rem; margin-bottom: 1.5rem; justify-content: center; }
.t-hero-line { width: 40px; height: 2px; background: var(--accent); }
.t-hero-eyebrow-text { font-size: .75rem; font-weight: 700; letter-spacing: .15em; text-transform: uppercase; color: var(--accent); text-shadow: 0 1px 8px rgba(0,0,0,.5); }
/* Eyebrow del hero = nombre de la marca: blanco, negrita, llamativo (sin raya) */
#t-eyebrow { color: #fff; font-weight: 800; font-size: 1.35rem; letter-spacing: .3em; text-shadow: 0 2px 12px rgba(0,0,0,.55); }
.t-hero h1 { font-size: clamp(2.5rem, 7vw, 5.5rem); font-weight: 900; line-height: 1.0; letter-spacing: -.04em; color: #fff; margin-bottom: 1.25rem; font-family: 'Bebas Neue', sans-serif; text-shadow: 0 2px 6px rgba(0,0,0,.55), 0 6px 30px rgba(0,0,0,.45); }
.t-hero h1 em { color: var(--accent); font-style: normal; }
.t-hero-sub { font-size: 1.05rem; color: #cfcfcf; max-width: 520px; margin: 0 auto 2.5rem; line-height: 1.65; text-shadow: 0 1px 10px rgba(0,0,0,.5); }
.t-hero-actions { display: flex; gap: 1rem; justify-content: center; flex-wrap: wrap; }
.t-hero-stats { display: flex; gap: 0; margin-top: 3.5rem; align-items: center; }
.t-hero-stats > div { padding: 0 2.75rem; position: relative; }
.t-hero-stats > div + div::before { content: ''; position: absolute; left: 0; top: 50%; transform: translateY(-50%); width: 1px; height: 44px; background: rgba(255,255,255,.28); }
.t-hero-stat-val { font-size: 2.6rem; font-weight: 800; color: #fff; line-height: 1; font-family: 'Bebas Neue', sans-serif; text-shadow: 0 2px 6px rgba(0,0,0,.6), 0 4px 20px rgba(0,0,0,.4); }
.t-hero-stat-lbl { font-size: .65rem; letter-spacing: .15em; text-transform: uppercase; color: rgba(255,255,255,.72); margin-top: .35rem; text-shadow: 0 1px 6px rgba(0,0,0,.5); }

/* HOW */
.t-section { padding: 5rem 2rem; }
.t-container { max-width: 1200px; margin: 0 auto; }
.t-section-title { font-size: 1.8rem; font-weight: 800; margin-bottom: .5rem; letter-spacing: -.03em; font-family: 'Bebas Neue', sans-serif; }
.t-section-sub { color: #888; margin-bottom: 3rem; }

/* HOW — encabezado */
.t-how-head { text-align: center; max-width: 720px; margin: 0 auto 3.25rem; }
.t-how-title { font-size: clamp(1.9rem, 4.5vw, 3rem); font-weight: 900; font-family: 'Bebas Neue', sans-serif; color: #fff; line-height: 1.05; letter-spacing: -.01em; margin: .5rem 0 1rem; }
.t-how-title em { color: var(--accent); font-style: normal; }
.t-how-sub { font-size: .95rem; color: #9a9a9a; line-height: 1.6; }

/* Pasos — tarjetas con badge, icono glow y acción */
.t-steps { display: flex; align-items: stretch; justify-content: center; gap: 0; max-width: 1040px; margin: 0 auto; }
.t-step {
  flex: 1; max-width: 320px;
  background: linear-gradient(165deg, color-mix(in srgb, var(--accent) 7%, #101013) 0%, #0d0d10 100%);
  border: 1px solid color-mix(in srgb, var(--accent) 14%, #1e1e1e);
  border-radius: 18px;
  padding: 2.75rem 1.75rem 2rem;
  text-align: center;
  position: relative;
  display: flex; flex-direction: column; align-items: center;
  transition: border-color .25s, transform .25s, box-shadow .25s;
}
.t-step:hover { border-color: color-mix(in srgb, var(--accent) 50%, transparent); transform: translateY(-5px); box-shadow: 0 18px 44px color-mix(in srgb, var(--accent) 16%, transparent); }
.t-step-num {
  position: absolute; top: 14px; left: 14px;
  font-size: .72rem; font-weight: 800; letter-spacing: .06em;
  color: #fff; background: var(--accent);
  padding: .28rem .55rem; border-radius: 8px;
  box-shadow: 0 6px 16px color-mix(in srgb, var(--accent) 40%, transparent);
}
.t-step-icon {
  width: 88px; height: 88px;
  border-radius: 50%;
  background: radial-gradient(circle at 50% 40%, color-mix(in srgb, var(--accent) 22%, transparent) 0%, color-mix(in srgb, var(--accent) 5%, transparent) 70%);
  border: 1px solid color-mix(in srgb, var(--accent) 35%, transparent);
  display: flex; align-items: center; justify-content: center;
  margin: 0 auto 1.5rem;
  color: var(--accent);
  position: relative;
  box-shadow: 0 0 28px color-mix(in srgb, var(--accent) 22%, transparent), inset 0 0 18px color-mix(in srgb, var(--accent) 12%, transparent);
}
.t-step-icon::before {
  content: ''; position: absolute; inset: -9px;
  border-radius: 50%; border: 1px solid color-mix(in srgb, var(--accent) 18%, transparent);
}
.t-step-icon svg { width: 36px; height: 36px; }
.t-step-title { font-weight: 700; font-size: 1.1rem; margin-bottom: .55rem; color: #fff; }
.t-step-titleline { width: 30px; height: 2px; background: var(--accent); border-radius: 2px; margin: 0 auto .85rem; opacity: .75; }
.t-step-desc { font-size: .85rem; color: #9a9a9a; line-height: 1.6; }
.t-step-btn {
  margin-top: auto; width: 100%;
  background: color-mix(in srgb, var(--accent) 12%, transparent);
  border: 1px solid color-mix(in srgb, var(--accent) 38%, transparent);
  color: var(--accent);
  padding: .65rem 1rem; border-radius: 11px;
  font-size: .85rem; font-weight: 600; cursor: pointer; font-family: inherit;
  display: flex; align-items: center; justify-content: center; gap: .5rem;
  transition: background .15s, border-color .15s, color .15s;
}
.t-step-btn:hover { background: var(--accent); border-color: var(--accent); color: #fff; }
.t-step-btn i { font-size: 1rem; }
.t-step-arrow {
  display: flex; align-items: center; justify-content: center;
  color: var(--accent); font-size: 1.3rem; padding: 0 .5rem;
  flex-shrink: 0; align-self: center;
}

/* Barra de features inferior */
.t-how-features {
  display: flex; justify-content: center; align-items: center; gap: 2.5rem; flex-wrap: wrap;
  max-width: 1000px; margin: 2.5rem auto 0;
  padding: 1.1rem 1.5rem;
  border: 1px solid color-mix(in srgb, var(--accent) 12%, #1e1e1e);
  border-radius: 14px;
  background: color-mix(in srgb, var(--accent) 3%, transparent);
}
.t-how-feat { display: flex; align-items: center; gap: .55rem; font-size: .85rem; color: #bbb; }
.t-how-feat i { color: var(--accent); font-size: 1.05rem; }

@media(max-width: 860px) {
  .t-steps { flex-direction: column; align-items: center; gap: 1rem; }
  .t-step { max-width: 380px; width: 100%; }
  .t-step-arrow { transform: rotate(90deg); }
  .t-how-features { gap: 1.25rem; }
}

/* EVENTS grid 3col */
.t-events-section { background: var(--bg); }
.t-search-bar { display: flex; align-items: center; gap: 1rem; flex-wrap: wrap; margin-bottom: 2rem; }
.t-events-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(300px, 1fr)); gap: 1.5rem; }

/* PHOTOGRAPHERS */
.t-photographers-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(220px, 1fr)); gap: 1.5rem; }

/* FOOTER */
.t-footer { background: #060606; border-top: 1px solid #1a1a1a; padding: 3rem 2rem; }
.t-footer-grid { display: grid; grid-template-columns: 2fr 1fr 1fr; gap: 3rem; max-width: 1200px; margin: 0 auto 2rem; }
.t-footer-brand { font-size: 1.4rem; font-weight: 900; font-family: 'Bebas Neue', sans-serif; color: var(--accent); margin-bottom: .75rem; }
.t-footer-desc { font-size: .85rem; color: #555; line-height: 1.6; }
.t-footer-col-title { font-size: .7rem; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; color: #444; margin-bottom: .75rem; }
.t-footer-link { display: block; font-size: .85rem; color: #555; cursor: pointer; margin-bottom: .5rem; transition: color .15s; }
.t-footer-link:hover { color: #ccc; }
.t-footer-bottom { max-width: 1200px; margin: 0 auto; padding-top: 1.5rem; border-top: 1px solid #1a1a1a; font-size: .78rem; color: #333; display: flex; justify-content: space-between; }

/* BUTTONS */
.t-btn-primary { background: var(--accent); color: #fff; border: none; padding: .85rem 1.9rem; border-radius: 11px; font-size: .92rem; font-weight: 700; cursor: pointer; font-family: inherit; display: inline-flex; align-items: center; gap: .5rem; box-shadow: 0 10px 26px color-mix(in srgb, var(--accent) 38%, transparent); transition: background .15s, transform .15s, box-shadow .15s; }
.t-btn-primary:hover { background: var(--accent-h); transform: translateY(-2px); box-shadow: 0 14px 32px color-mix(in srgb, var(--accent) 45%, transparent); }
.t-btn-outline { background: rgba(255,255,255,.08); backdrop-filter: blur(6px); border: 1px solid rgba(255,255,255,.28); color: #fff; padding: .85rem 1.9rem; border-radius: 11px; font-size: .92rem; font-weight: 600; cursor: pointer; font-family: inherit; display: inline-flex; align-items: center; gap: .5rem; transition: all .15s; }
.t-btn-outline:hover { background: rgba(255,255,255,.16); border-color: rgba(255,255,255,.6); transform: translateY(-2px); }
.t-btn-sm { padding: .4rem .9rem; font-size: .8rem; border-radius: 7px; }

/* MARCAS — header + banda full-width */
.t-marcas { padding: 5rem 0; background: #0a0a0a; overflow: hidden; }
.t-marcas-head { text-align: center; max-width: 700px; margin: 0 auto 3rem; padding: 0 2rem; }
.t-marcas-eyebrow {
  display: flex; align-items: center; justify-content: center; gap: .75rem;
  font-size: .68rem; font-weight: 700; letter-spacing: .18em; text-transform: uppercase;
  color: var(--accent); margin-bottom: 1rem;
}
.t-marcas-eyebrow-line { width: 36px; height: 1px; background: var(--accent); opacity: .6; }
.t-marcas-h2 {
  font-size: clamp(1.8rem, 4vw, 2.8rem); font-weight: 900;
  font-family: 'Bebas Neue', sans-serif; letter-spacing: -.01em;
  color: #fff; margin-bottom: 1rem; line-height: 1.05;
}
.t-marcas-h2 em { color: var(--accent); font-style: normal; }
.t-marcas-sub { font-size: .9rem; color: #888; line-height: 1.6; }

/* Marcas band — fondo oscuro por defecto; el admin lo sobreescribe vía JS (inline style).
   Sin !important para que el inline style del JS tenga precedencia.
   Siempre en movimiento: se anula el pause-on-hover de core.css. */
.t-marcas .marcas-band {
  background: #111;
}
.t-marcas .marcas-band:hover .marcas-track { animation-play-state: running; }
.t-marcas .marcas-band::before {
  background: linear-gradient(90deg, var(--marcas-bg, #111), transparent) !important;
}
.t-marcas .marcas-band::after {
  background: linear-gradient(270deg, var(--marcas-bg, #111), transparent) !important;
}

/* sections bg */
.t-how-bg { background: #0d0d0d; border-top: 1px solid #1e1e1e; border-bottom: 1px solid #1e1e1e; }
.t-photographers-bg { border-top: 1px solid #1e1e1e; }

/* ── Responsive ── */
.t-hero h1, .t-section-title, .t-marcas-h2 { overflow-wrap: break-word; }
@media (max-width: 768px) {
  .t-nav { padding: 0 1rem; gap: .6rem; }
  /* Menú hamburguesa: los links se vuelven un panel desplegable bajo el nav.
     El carrito queda afuera, siempre visible. */
  .t-nav-burger { display: flex; }
  .t-nav-links {
    position: absolute; top: 100%; left: 0; right: 0;
    flex-direction: column; gap: 0;
    background: rgba(10,10,10,.98); backdrop-filter: blur(12px);
    border-bottom: 1px solid #1e1e1e;
    padding: .35rem 1rem 1rem;
    display: none;
  }
  .t-nav-links.open { display: flex; }
  .t-nav-links .t-nav-link {
    padding: .9rem .25rem; font-size: 1rem; white-space: nowrap;
    border-bottom: 1px solid #18181b;
  }
  .t-nav-links .t-nav-link:last-child { border-bottom: none; }
  .t-nav-cart { padding: .45rem .75rem; }
  .t-hero { min-height: 0; padding: 4.5rem 1.25rem 3.5rem; }
  .t-hero-sub { margin-bottom: 2rem; }
  .t-hero-actions { width: 100%; }
  .t-hero-actions button { flex: 1 1 auto; }
  .t-hero-stats { gap: 2.25rem; margin-top: 2.5rem; }
  .t-section { padding: 3.5rem 1.25rem; }
  .t-marcas { padding: 3.5rem 0; }
  .t-marcas-head { padding: 0 1.25rem; }
  .t-footer { padding: 2.5rem 1.25rem; }
  .t-footer-grid { grid-template-columns: 1fr; gap: 2rem; }
  .t-footer-bottom { flex-direction: column; gap: .5rem; }
}
@media (max-width: 520px) {
  .t-nav .nav-logo-text { display: none; }
  .t-nav-logo img { height: 30px; }
  .t-nav-cart-text { display: none; }      /* carrito = solo ícono */
  .t-nav-cart { padding: .5rem .65rem; }
}
